/* ── Reset & Base ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #1a1a1a;
    background: #F7F5F0;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul, dl { list-style: none; }
.skip-link {
    position: absolute; top: -100%; left: 0;
    background: #1B4332; color: #fff; padding: 8px 16px; z-index: 200;
    font-weight: 600;
}
.skip-link:focus { top: 0; }

/* ── Tokens ─────────────────────────────────────── */
:root {
    --green-dark: #1B4332;
    --green-mid: #2D6A4F;
    --green-light: #40916C;
    --gold: #D4A373;
    --gold-light: #E8C9A0;
    --cream: #F7F5F0;
    --cream-dark: #EDE9E0;
    --dark: #1a1a1a;
    --gray: #6b6b6b;
    --white: #ffffff;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 4px 24px rgba(27,67,50,.08);
    --shadow-lg: 0 12px 48px rgba(27,67,50,.12);
    --transition: .3s cubic-bezier(.4,0,.2,1);
}

/* ── Typography ─────────────────────────────────── */
h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 800;
    line-height: 1.15;
    color: var(--green-dark);
}
.section-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .75rem;
}
.section-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-bottom: 1.25rem;
}
.section-subtitle {
    font-size: 1.1rem;
    color: var(--gray);
    max-width: 520px;
    line-height: 1.7;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Buttons ────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .875rem 2rem;
    border-radius: var(--radius-sm);
    font-weight: 600; font-size: .95rem;
    transition: var(--transition);
    white-space: nowrap;
}
.btn-primary {
    background: var(--gold);
    color: var(--green-dark);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline-light {
    border: 2px solid rgba(255,255,255,.5);
    color: var(--white);
    background: transparent;
}
.btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-full { width: 100%; }

/* ── Header ─────────────────────────────────────── */
#site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(247,245,240,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(27,67,50,.08);
    transition: box-shadow var(--transition);
}
#site-header.scrolled { box-shadow: var(--shadow); }
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    height: 72px;
}
.logo { display: flex; align-items: center; gap: .6rem; }
.logo-icon { flex-shrink: 0; }
.logo-text {
    font-family: 'Playfair Display', serif;
    font-weight: 800; font-size: 1.35rem; color: var(--green-dark);
}
.logo-text .accent { color: var(--gold); }
.logo-text .accent-light { color: var(--gold); }
.logo-light .logo-text { color: var(--white); }
.logo-light .accent-light { color: var(--gold-light); }

nav ul { display: flex; gap: .25rem; }
nav a {
    padding: .5rem 1rem; border-radius: var(--radius-sm);
    font-weight: 500; font-size: .9rem; color: var(--green-dark);
    transition: var(--transition);
}
nav a:hover { background: rgba(27,67,50,.06); color: var(--green-mid); }

.nav-toggle { display: none; padding: .5rem; color: var(--green-dark); }
.nav-toggle svg { display: block; }

/* ── Hero ───────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0; z-index: 0;
}
.hero-bg img {
    width: 100%; height: 100%; object-fit: cover;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(27,67,50,.82) 0%, rgba(27,67,50,.55) 50%, rgba(27,67,50,.35) 100%);
}
.hero-content {
    position: relative; z-index: 1;
    padding-top: 72px;
    max-width: 720px;
}
.hero-eyebrow {
    font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1rem;
}
.hero-headline {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: var(--white);
    line-height: 1.05;
    margin-bottom: 1.5rem;
}
.hero-sub {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: rgba(255,255,255,.8);
    max-width: 540px;
    margin-bottom: 2rem;
    line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.hero-features {
    display: flex; flex-wrap: wrap; gap: 1.5rem;
}
.hf-item {
    display: flex; align-items: center; gap: .5rem;
    color: rgba(255,255,255,.85);
    font-size: .9rem; font-weight: 500;
}
.hf-item svg { color: var(--gold); flex-shrink: 0; }
.scroll-down {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,.6);
    animation: bounce 2s infinite;
    z-index: 1;
}
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ── About ──────────────────────────────────────── */
.about { padding: 7rem 0; }
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.about-images { position: relative; }
.about-img-main {
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-secondary {
    position: absolute; bottom: -2rem; right: -1rem;
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--cream);
}
.about-img-secondary img { width: 100%; height: 100%; object-fit: cover; }
.about-accent {
    position: absolute; top: -1.5rem; left: -1.5rem;
    width: 120px; height: 120px;
    background: var(--gold);
    border-radius: var(--radius);
    z-index: -1;
    opacity: .3;
}
.about-content .lead {
    font-size: 1.1rem; color: var(--dark);
    margin-bottom: 1rem; line-height: 1.8;
}
.about-content p { color: var(--gray); margin-bottom: 1rem; }
.about-stats {
    display: flex; align-items: center; gap: 1.5rem;
    margin-top: 2rem; padding-top: 2rem;
    border-top: 1px solid rgba(27,67,50,.1);
}
.stat { text-align: center; }
.stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem; font-weight: 800; color: var(--green-dark);
}
.stat-label {
    font-size: .8rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: .1em; color: var(--gray);
}
.stat-divider {
    width: 1px; height: 40px;
    background: rgba(27,67,50,.15);
}

/* ── Menu ───────────────────────────────────────── */
.menu {
    padding: 7rem 0;
    background: var(--green-dark);
    position: relative;
}
.menu::before {
    content: '';
    position: absolute; inset: 0;
    background: 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='%23ffffff' fill-opacity='0.02'%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");
}
.menu .container { position: relative; z-index: 1; }
.menu .section-header { text-align: center; margin-bottom: 3.5rem; }
.menu .section-eyebrow { color: var(--gold); }
.menu .section-title { color: var(--white); }
.menu .section-subtitle { color: rgba(255,255,255,.6); margin: 0 auto; }
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.menu-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}
.menu-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.3); background: rgba(255,255,255,.1); }
.menu-card-img { height: 200px; overflow: hidden; }
.menu-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.menu-card:hover .menu-card-img img { transform: scale(1.08); }
.menu-card-body { padding: 1.5rem; }
.menu-card-tag {
    font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
    color: var(--gold); margin-bottom: .5rem;
}
.menu-card-body h3 {
    font-size: 1.3rem; color: var(--white); margin-bottom: .5rem;
}
.menu-card-body p { font-size: .9rem; color: rgba(255,255,255,.6); line-height: 1.65; }
.menu-cta {
    text-align: center; margin-top: 3rem;
    color: rgba(255,255,255,.7);
}
.menu-cta p { margin-bottom: 1rem; }
.menu-cta .btn { background: var(--white); color: var(--green-dark); }
.menu-cta .btn:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ── Experience ─────────────────────────────────── */
.experience { padding: 7rem 0; }
.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.exp-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.exp-list li {
    display: flex; gap: 1rem; align-items: flex-start;
}
.exp-list svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.exp-list strong { display: block; font-size: 1.05rem; color: var(--green-dark); margin-bottom: .25rem; }
.exp-list span { font-size: .9rem; color: var(--gray); line-height: 1.6; }
.exp-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}
.exp-gallery-item { border-radius: var(--radius); overflow: hidden; }
.exp-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.exp-lg { grid-row: span 2; }
.exp-lg img { height: 100%; }

/* ── Contact ────────────────────────────────────── */
.contact {
    padding: 7rem 0;
    background: var(--cream-dark);
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.contact-intro { font-size: 1.05rem; color: var(--gray); margin-bottom: 2rem; line-height: 1.7; }
.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.cd-item dt {
    display: flex; align-items: center; gap: .6rem;
    font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em;
    color: var(--green-dark); margin-bottom: .35rem;
}
.cd-item dt svg { color: var(--gold); }
.cd-item dd a {
    font-size: 1rem; color: var(--dark);
    transition: color var(--transition);
    line-height: 1.6;
}
.cd-item dd a:hover { color: var(--green-mid); }

.contact-form-wrap {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: var(--shadow);
}
.form-title {
    font-size: 1.5rem; margin-bottom: 1.5rem; color: var(--green-dark);
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
    display: block;
    font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
    color: var(--green-dark); margin-bottom: .4rem;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: .75rem 1rem;
    border: 1.5px solid rgba(27,67,50,.15);
    border-radius: var(--radius-sm);
    font-family: inherit; font-size: .95rem;
    color: var(--dark);
    background: var(--cream);
    transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--green-mid);
    box-shadow: 0 0 0 3px rgba(45,106,79,.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #aaa; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .8rem; color: var(--gray); margin-top: .75rem; text-align: center; }
.form-success {
    text-align: center; padding: 2rem;
}
.form-success h4 { font-size: 1.5rem; margin: 1rem 0 .5rem; color: var(--green-dark); }
.form-success p { color: var(--gray); }

/* ── Footer ─────────────────────────────────────── */
#site-footer {
    background: var(--green-dark);
    color: rgba(255,255,255,.7);
    padding: 4rem 0 0;
}
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand p { margin-top: 1rem; font-size: .9rem; line-height: 1.7; max-width: 280px; }
.footer-links h4, .footer-contact h4 {
    font-family: 'Inter', sans-serif;
    font-size: .75rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .15em; color: var(--gold); margin-bottom: 1rem;
}
.footer-links ul { display: flex; flex-direction: column; gap: .5rem; }
.footer-links a {
    font-size: .9rem; transition: color var(--transition);
}
.footer-links a:hover { color: var(--white); }
.footer-contact p { font-size: .9rem; margin-bottom: .5rem; line-height: 1.6; }
.footer-contact a { transition: color var(--transition); }
.footer-contact a:hover { color: var(--white); }
.footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.5rem 0;
    font-size: .8rem; color: rgba(255,255,255,.4);
}
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--white); }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1024px) {
    .about-grid, .experience-grid, .contact-grid { gap: 2.5rem; }
    .menu-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .nav-toggle { display: block; }
    nav {
        position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
        background: rgba(247,245,240,.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 2rem;
        transform: translateX(100%);
        transition: transform .4s cubic-bezier(.4,0,.2,1);
        z-index: 99;
    }
    nav.open { transform: translateX(0); }
    nav ul { flex-direction: column; gap: .5rem; }
    nav a { display: block; padding: 1rem; font-size: 1.1rem; }
    
    .hero-content { padding-top: 100px; }
    .hero-features { gap: 1rem; }
    
    .about-grid { grid-template-columns: 1fr; }
    .about-images { max-width: 480px; }
    .about-img-secondary { bottom: -1.5rem; right: -.5rem; }
    
    .menu-grid { grid-template-columns: 1fr; max-width: 480px; }
    
    .experience-grid { grid-template-columns: 1fr; }
    .exp-gallery { max-width: 480px; }
    
    .contact-grid { grid-template-columns: 1fr; }
    
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }
}

@media (max-width: 480px) {
    .container { padding: 0 1.25rem; }
    .hero-headline { font-size: 2.25rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .about-stats { flex-direction: column; gap: 1rem; }
    .stat-divider { width: 40px; height: 1px; }
    .contact-form-wrap { padding: 1.5rem; }
}

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