/* ── Reset & Base ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #0D0D0D;
    color: #E8DDD3;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.skip-link {
    position: absolute; top: -100%; left: 1rem;
    background: #C8956C; color: #0D0D0D; padding: .5rem 1rem;
    border-radius: 0 0 6px 6px; z-index: 9999; font-weight: 600;
}
.skip-link:focus { top: 0; }

/* ── Tokens ─────────────────────────────────────── */
:root {
    --bg-dark:    #0D0D0D;
    --bg-card:    #161616;
    --bg-elevated:#1E1E1E;
    --accent:     #C8956C;
    --accent-lt:  #D4A574;
    --sand:       #E8DDD3;
    --sand-dim:   #A89888;
    --terracotta: #B85C38;
    --terracotta-lt: #D4784F;
    --gold:       #C9A84C;
    --gold-dim:   rgba(201,168,76,0.15);
    --radius:     10px;
    --radius-lg:  16px;
    --shadow:     0 4px 24px rgba(0,0,0,0.4);
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Typography ─────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.2; color: #F5F0EB; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Buttons ────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .875rem 1.75rem; border-radius: var(--radius);
    font-weight: 600; font-size: .938rem; letter-spacing: .02em;
    transition: var(--transition); white-space: nowrap;
}
.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--terracotta));
    color: #fff; box-shadow: 0 4px 16px rgba(200,149,108,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,149,108,0.45); }
.btn-ghost {
    background: rgba(255,255,255,0.06); color: var(--sand);
    border: 1px solid rgba(255,255,255,0.12);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: var(--accent); }
.btn-phone { color: var(--sand); }
.btn-full { width: 100%; justify-content: center; }

/* ── Section Headers ────────────────────────────── */
.section-eyebrow {
    font-size: .75rem; font-weight: 600; letter-spacing: .15em;
    text-transform: uppercase; color: var(--accent); margin-bottom: .75rem;
}
.section-title { font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 1rem; }
.section-sub { color: var(--sand-dim); max-width: 560px; font-size: 1.05rem; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header .section-sub { margin: 0 auto; }

/* ── Header / Nav ───────────────────────────────── */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(13,13,13,0.85); backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: var(--transition);
}
.site-header.scrolled { background: rgba(13,13,13,0.95); box-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: .6rem; }
.logo-icon { color: var(--accent); }
.logo-text { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: #F5F0EB; }
.logo-accent { color: var(--accent); }
.main-nav ul { display: flex; align-items: center; gap: .25rem; }
.main-nav a {
    padding: .5rem .875rem; border-radius: 6px;
    font-size: .875rem; font-weight: 500; color: var(--sand-dim);
    transition: var(--transition);
}
.main-nav a:hover { color: var(--sand); background: rgba(255,255,255,0.05); }
.nav-cta {
    background: linear-gradient(135deg, var(--accent), var(--terracotta)) !important;
    color: #fff !important; font-weight: 600 !important;
}
.nav-cta:hover { opacity: .9; transform: translateY(-1px); }
.nav-toggle { display: none; padding: .5rem; }
.hamburger {
    display: block; width: 22px; height: 2px; position: relative;
    background: var(--sand); transition: var(--transition);
}
.hamburger::before, .hamburger::after {
    content: ''; position: absolute; left: 0; width: 100%; height: 2px;
    background: var(--sand); transition: var(--transition);
}
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger::after { top: 0; transform: rotate(-45deg); }

/* ── Hero ───────────────────────────────────────── */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    justify-content: center; overflow: hidden; padding: 6rem 1.5rem 4rem;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-gradient {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 40%, rgba(184,92,56,0.35) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 20% 60%, rgba(200,149,108,0.2) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 30%, rgba(201,168,76,0.15) 0%, transparent 50%),
        linear-gradient(180deg, #1a0f0a 0%, #0D0D0D 100%);
}
.hero-pattern {
    position: absolute; inset: 0; opacity: .03;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8956C' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-vignette {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.6) 100%);
}
.hero-content {
    position: relative; z-index: 1; text-align: center; max-width: 780px;
}
.hero-eyebrow {
    font-size: .813rem; font-weight: 600; letter-spacing: .18em;
    text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem;
}
.hero-headline {
    font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: 1.08;
    margin-bottom: 1.5rem; color: #F5F0EB;
}
.accent-underline {
    color: var(--accent);
    background: linear-gradient(120deg, var(--accent) 0%, var(--terracotta-lt) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-sub {
    font-size: clamp(1rem, 2vw, 1.2rem); color: var(--sand-dim);
    max-width: 600px; margin: 0 auto 2rem; line-height: 1.7;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-badges { display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; }
.badge {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .813rem; color: var(--sand-dim); font-weight: 500;
}
.badge svg { color: var(--gold); }
.hero-scroll {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: .5rem;
    color: var(--sand-dim); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase;
    animation: float 2s ease-in-out infinite;
}
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--accent), transparent); }
@keyframes float { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ── Services ───────────────────────────────────── */
.services { padding: 6rem 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.service-card {
    background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05);
    border-radius: var(--radius-lg); padding: 2rem;
    transition: var(--transition); position: relative; overflow: hidden;
}
.service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--terracotta));
    opacity: 0; transition: var(--transition);
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(200,149,108,0.2); box-shadow: var(--shadow); }
.service-card:hover::before { opacity: 1; }
.service-icon {
    width: 56px; height: 56px; border-radius: var(--radius);
    background: var(--gold-dim); display: flex; align-items: center; justify-content: center;
    color: var(--gold); margin-bottom: 1.25rem;
}
.service-title { font-size: 1.35rem; margin-bottom: .75rem; }
.service-desc { color: var(--sand-dim); font-size: .938rem; margin-bottom: 1.25rem; line-height: 1.7; }
.service-list { display: flex; flex-direction: column; gap: .5rem; }
.service-list li {
    display: flex; align-items: center; gap: .5rem;
    font-size: .875rem; color: var(--sand-dim);
}
.service-list svg { color: var(--accent); flex-shrink: 0; }

/* ── Why Us ─────────────────────────────────────── */
.why-us { padding: 6rem 0; }
.why-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.why-image img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); }
.why-image-accent {
    position: absolute; inset: 0; border-radius: var(--radius-lg);
    border: 1px solid rgba(200,149,108,0.2); pointer-events: none;
}
.why-content .section-eyebrow { text-align: left; }
.why-content .section-title { text-align: left; margin-bottom: 1rem; }
.why-intro { color: var(--sand-dim); margin-bottom: 2rem; line-height: 1.7; }
.why-features { display: flex; flex-direction: column; gap: 1.5rem; }
.why-feature { display: flex; gap: 1rem; align-items: flex-start; }
.why-feature-icon {
    width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0;
    background: var(--gold-dim); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
}
.why-feature-title { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: #F5F0EB; margin-bottom: .25rem; }
.why-feature-text { font-size: .875rem; color: var(--sand-dim); line-height: 1.6; }

/* ── Gallery ────────────────────────────────────── */
.gallery { padding: 6rem 0; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
}
.gallery-item {
    position: relative; border-radius: var(--radius-lg); overflow: hidden;
    cursor: pointer;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
    display: flex; align-items: flex-end; padding: 1.25rem;
    opacity: 0; transition: var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #fff; font-size: .875rem; font-weight: 600; }
.gallery-item--wide { grid-column: span 7; }
.gallery-item:not(.gallery-item--wide) { grid-column: span 5; }
.gallery-item:nth-child(2) { grid-row: 2; }
.gallery-item:nth-child(3) { grid-row: 2; }
.gallery-item:nth-child(4) { grid-row: 3; }
.gallery-item:nth-child(5) { grid-row: 3; }

/* ── Process ────────────────────────────────────── */
.process { padding: 6rem 0; }
.process-steps {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    position: relative;
}
.process-step {
    text-align: center; padding: 0 1rem; position: relative;
}
.step-number {
    font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700;
    color: transparent;
    background: linear-gradient(135deg, var(--accent), var(--terracotta));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1; margin-bottom: 1rem;
}
.step-connector {
    display: none;
}
.step-title { font-size: 1.15rem; margin-bottom: .5rem; }
.step-desc { font-size: .875rem; color: var(--sand-dim); line-height: 1.7; }

/* ── Testimonials ───────────────────────────────── */
.testimonials { padding: 6rem 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.testimonial-card {
    background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05);
    border-radius: var(--radius-lg); padding: 2rem; position: relative;
    transition: var(--transition);
}
.testimonial-card:hover { border-color: rgba(200,149,108,0.2); transform: translateY(-2px); }
.testimonial-quote {
    position: absolute; top: 1.25rem; right: 1.5rem;
    font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1;
    color: var(--accent); opacity: .15;
}
.testimonial-text {
    font-size: .938rem; color: var(--sand-dim); line-height: 1.8;
    margin-bottom: 1.5rem; position: relative; z-index: 1;
}
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--terracotta));
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: .875rem; color: #fff; flex-shrink: 0;
}
.testimonial-name { font-weight: 600; font-size: .938rem; color: #F5F0EB; }
.testimonial-location { font-size: .813rem; color: var(--sand-dim); }

/* ── CTA Banner ─────────────────────────────────── */
.cta-banner {
    position: relative; padding: 5rem 0; overflow: hidden;
}
.cta-bg { position: absolute; inset: 0; }
.cta-gradient {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #1a0f0a 0%, #2a1510 50%, #1a0f0a 100%);
}
.cta-content {
    position: relative; z-index: 1; text-align: center; max-width: 680px; margin: 0 auto;
}
.cta-headline { font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 1rem; }
.cta-sub { color: var(--sand-dim); font-size: 1.05rem; margin-bottom: 2rem; line-height: 1.7; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Contact ────────────────────────────────────── */
.contact { padding: 6rem 0; }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-intro { color: var(--sand-dim); margin-bottom: 2rem; line-height: 1.7; }
.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-detail { display: flex; gap: 1rem; align-items: flex-start; }
.contact-detail-icon {
    width: 44px; height: 44px; border-radius: 8px; flex-shrink: 0;
    background: var(--gold-dim); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
}
.contact-detail-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sand-dim); margin-bottom: .15rem; }
.contact-detail-value { font-size: .938rem; color: #F5F0EB; }
.contact-detail-value a { transition: color var(--transition); }
.contact-detail-value a:hover { color: var(--accent); }

/* ── Form ───────────────────────────────────────── */
.contact-form-wrap {
    background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05);
    border-radius: var(--radius-lg); padding: 2rem;
}
.form-title { font-size: 1.35rem; margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label {
    display: block; font-size: .813rem; font-weight: 500;
    color: var(--sand-dim); margin-bottom: .375rem; letter-spacing: .03em;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: .75rem 1rem; border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04);
    color: #F5F0EB; font-size: .938rem; font-family: inherit;
    transition: var(--transition); outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--sand-dim); opacity: .5; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--accent); background: rgba(200,149,108,0.06);
}
.form-group select { appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%23C8956C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 1rem center;
}
.form-group select option { background: var(--bg-dark); color: var(--sand); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: .75rem; color: var(--sand-dim); opacity: .6; margin-top: .75rem; text-align: center; }
.form-success {
    display: flex; flex-direction: column; align-items: center; gap: .75rem;
    padding: 2rem; text-align: center; color: var(--accent);
}
.form-success p { color: var(--sand); font-size: .938rem; }

/* ── Footer ─────────────────────────────────────── */
.site-footer {
    background: #080808; border-top: 1px solid rgba(255,255,255,0.05);
    padding: 4rem 0 2rem;
}
.footer-top {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2rem;
    margin-bottom: 3rem;
}
.footer-tagline { color: var(--sand-dim); font-size: .875rem; margin-top: .75rem; max-width: 280px; line-height: 1.7; }
.footer-heading {
    font-family: 'Inter', sans-serif; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: .12em; color: var(--accent);
    margin-bottom: 1rem;
}
.footer-links ul { display: flex; flex-direction: column; gap: .5rem; }
.footer-links a, .footer-links span {
    font-size: .875rem; color: var(--sand-dim); transition: color var(--transition);
    display: flex; align-items: center; gap: .4rem;
}
.footer-links a:hover { color: var(--accent); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05); padding-top: 1.5rem;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem;
}
.footer-bottom p { font-size: .813rem; color: var(--sand-dim); opacity: .6; }

/* ── Animations ─────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1024px) {
    .why-split { grid-template-columns: 1fr; gap: 2.5rem; }
    .why-image { max-height: 400px; }
    .contact-split { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-toggle { display: block; z-index: 1001; }
    .main-nav {
        position: fixed; top: 0; right: 0; width: 280px; height: 100vh;
        background: rgba(13,13,13,0.98); backdrop-filter: blur(20px);
        padding: 5rem 1.5rem 2rem; transform: translateX(100%);
        transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
        border-left: 1px solid rgba(255,255,255,0.06);
    }
    .main-nav.open { transform: translateX(0); }
    .main-nav ul { flex-direction: column; align-items: stretch; gap: .25rem; }
    .main-nav a { padding: .75rem 1rem; font-size: 1rem; }
    .nav-cta { text-align: center; margin-top: .5rem; }
    .hero-headline { font-size: clamp(2rem, 8vw, 3rem); }
    .hero-actions { flex-direction: column; align-items: center; }
    .hero-badges { flex-direction: column; align-items: center; gap: .5rem; }
    .services-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .gallery-item--wide { grid-column: span 12; }
    .gallery-item:not(.gallery-item--wide) { grid-column: span 6; }
    .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-row: auto; }
    .gallery-item:nth-child(4), .gallery-item:nth-child(5) { grid-row: auto; }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .process-steps { grid-template-columns: 1fr; }
    .gallery-item--wide, .gallery-item:not(.gallery-item--wide) { grid-column: span 12; }
    .contact-form-wrap { padding: 1.5rem; }
}
