* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #D4AF37;
    --dark-gold: #B8941F;
    --charcoal: #1a1a1a;
    --soft-white: #F8F6F3;
    --cream: #FDFBF7;
    --slate: #2d2d2d;
    --light-gray: #E8E6E3;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--cream);
    color: var(--charcoal);
    line-height: 1.7;
    overflow-x: hidden;
}

.elegant-header {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Top Bar */
.top-bar {
    background: var(--charcoal);
    color: var(--soft-white);
    padding: 12px 0;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.top-bar-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s;
}

.top-bar a:hover {
    color: var(--soft-white);
}

/* Navigation */
nav {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 25px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.nav-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    color: var(--charcoal);
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    gap: 45px;
    list-style: none;
}

.nav-links a {
    color: var(--slate);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: var(--gold);
}

/* Hero Section */
.hero {
    position: relative;
    height: 85vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%232d2d2d" width="1920" height="1080"/></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-content {
    max-width: 900px;
    padding: 0 40px;
    animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 6px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 300;
}

.hero p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 300;
}

.cta-button {
    display: inline-block;
    background: var(--gold);
    color: var(--charcoal);
    padding: 18px 50px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s;
    border: 2px solid var(--gold);
}

.cta-button:hover {
    background: transparent;
    color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    margin-left: 20px;
}

.cta-button.secondary:hover {
    background: white;
    color: var(--charcoal);
}

/* Trust Bar */
.trust-bar {
    background: white;
    padding: 40px 0;
    border-bottom: 1px solid var(--light-gray);
}

.trust-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.trust-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: var(--gold);
    margin-bottom: 8px;
    font-weight: 400;
}

.trust-item p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--slate);
}

/* Section Styling */
.section {
    padding: 100px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-subtitle {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: var(--charcoal);
}

.section-description {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
    color: var(--slate);
}

/* Founder Story */
.founder-story {
    background: white;
    padding: 100px 40px;
}

.founder-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.founder-image {
    position: relative;
    aspect-ratio: 4/5;
    background: var(--light-gray);
}

.founder-image::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid var(--gold);
    z-index: -1;
}

.founder-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 400;
}

.founder-title {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.founder-text p {
    margin-bottom: 20px;
    line-height: 1.9;
    color: var(--slate);
}

.founder-credentials {
    margin-top: 30px;
    padding: 25px;
    background: var(--soft-white);
    border-left: 3px solid var(--gold);
}

.founder-credentials h4 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--gold);
}

.founder-credentials ul {
    list-style: none;
    padding-left: 0;
}

.founder-credentials li {
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.founder-credentials li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service-card {
    background: white;
    padding: 45px;
    transition: all 0.3s;
    border: 1px solid var(--light-gray);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: var(--gold);
}

.service-icon {
    font-size: 48px;
    color: var(--gold);
    margin-bottom: 25px;
}

.service-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 400;
}

.service-card p {
    line-height: 1.8;
    color: var(--slate);
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    margin-top: 20px;
}

.service-features li {
    padding: 8px 0;
    font-size: 14px;
    color: var(--slate);
    position: relative;
    padding-left: 20px;
}

.service-features li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* Reviews Section */
.reviews {
    background: var(--soft-white);
    padding: 100px 40px;
}

.review-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.review-card {
    background: white;
    padding: 40px;
    position: relative;
    border-left: 3px solid var(--gold);
}

.stars {
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 20px;
}

.review-text {
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 25px;
    color: var(--slate);
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.reviewer-info h5 {
    font-size: 15px;
    margin-bottom: 3px;
}

.reviewer-info p {
    font-size: 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.review-platform {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Local Section */
.local-section {
    background: white;
    padding: 100px 40px;
}

.local-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.local-map {
    aspect-ratio: 1;
    background: var(--light-gray);
    border: 1px solid var(--gold);
}

.neighborhoods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.neighborhood-badge {
    padding: 15px 20px;
    background: var(--soft-white);
    border-left: 3px solid var(--gold);
    font-size: 14px;
    font-weight: 500;
}

/* Process Section */
.process-section {
    padding: 100px 40px;
    background: var(--soft-white);
}

.process-steps {
    max-width: 1000px;
    margin: 0 auto;
}

.process-step {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
    margin-bottom: 60px;
    align-items: start;
}

.step-number {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--gold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 300;
}

.step-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 400;
}

.step-content p {
    line-height: 1.8;
    color: var(--slate);
}

/* Guarantee */
.guarantee {
    background: var(--gold);
    color: var(--charcoal);
    padding: 80px 40px;
    text-align: center;
}

.guarantee-content {
    max-width: 800px;
    margin: 0 auto;
}

.guarantee h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
}

.guarantee p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* CTA Section */
.cta-section {
    background: var(--charcoal);
    color: white;
    padding: 100px 40px;
    text-align: center;
}

.cta-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    margin-bottom: 25px;
    font-weight: 300;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Footer */
footer {
    background: #0d0d0d;
    color: rgba(255,255,255,0.7);
    padding: 80px 40px 30px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-about h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gold);
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.footer-links h4 {
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 10px;
}

.schema-badge {
    display: inline-block;
    padding: 8px 15px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--gold);
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .nav-links {
        display: none;
    }

    .services-grid,
    .review-grid {
        grid-template-columns: 1fr;
    }

    .founder-content,
    .local-content {
        grid-template-columns: 1fr;
    }

    .trust-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}
