@import url("../fonts/fonts.css");

:root{
  --bg:#fbf8f1;
  --cream:#fbf8f1;
  --ink:#1a1612;
  --ink-soft:#4a4138;
  --muted:#8a7f72;
  --border:#e8e0d2;
  --card:#ffffff;
  --burgundy:#8a2e2e;
  --burgundy-deep:#6b2222;
  --mustard:#e8b34a;
  --mustard-soft:#f4d896;
  --shadow-soft:0 4px 24px -6px rgba(26,22,18,.08);
  --shadow-elegant:0 18px 48px -16px rgba(26,22,18,.18);
  --radius:1rem;
  --radius-lg:1.5rem;
  --radius-xl:2rem;
}
*{box-sizing:border-box;margin:0;padding:0;border:0 solid var(--border)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',ui-sans-serif,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;font-weight:400}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit;color:inherit;background:none;border:0}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
h1,h2,h3,h4{font-family:'Fraunces',serif;letter-spacing:-.02em;font-weight:700;line-height:1.05;color:var(--ink)}
.italic{font-style:italic;font-weight:600}
.text-burgundy{color:var(--burgundy)}
.text-mustard{color:var(--mustard)}
.text-muted{color:var(--muted)}
.text-white{color:#fff}

/* NAV */
.nav{position:fixed;inset:0 0 auto 0;z-index:50;transition:all .3s ease}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}
.nav.scrolled{background:rgba(251,248,241,.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-soft)}
.brand{display:flex;align-items:center;gap:.6rem;font-family:'Fraunces',serif;font-weight:700;font-size:1.1rem;color:var(--ink)}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:var(--burgundy);color:#fff}
.nav-links{display:none;align-items:center;gap:1.75rem}
.nav-links a{font-size:.875rem;font-weight:500;color:rgba(26,22,18,.7);transition:color .2s}
.nav-links a:hover{color:var(--burgundy)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}
.btn-primary{background:var(--burgundy);color:#fff;padding:.7rem 1.4rem;font-size:.9rem;box-shadow:var(--shadow-soft)}
.btn-primary:hover{background:var(--burgundy-deep);transform:translateY(-1px)}
.btn-lg{padding:1rem 2rem;font-size:1rem;height:56px}
.btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px);padding:1rem 2rem;font-size:1rem;height:56px}
.btn-ghost:hover{background:rgba(255,255,255,.2)}
.nav-toggle{display:inline-flex;width:40px;height:40px;border-radius:999px;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}
.mobile-menu{display:none;border-top:1px solid var(--border);background:rgba(251,248,241,.97);backdrop-filter:blur(20px)}
.mobile-menu.open{display:block}
.mobile-menu nav{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}
.mobile-menu a{padding:.65rem .75rem;font-size:.9rem;font-weight:500;color:rgba(26,22,18,.8);border-radius:.5rem}
.mobile-menu a:hover{background:#f0e9da}
@media(min-width:1024px){
  .nav-links{display:flex}
  .nav-cta{display:inline-flex}
  .nav-toggle{display:none}
  .mobile-menu{display:none!important}
}
.nav-cta{display:none}

/* HERO */
.hero{position:relative;min-height:100vh;overflow:hidden;isolation:isolate}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,22,18,.7) 0%,rgba(26,22,18,.55) 50%,rgba(26,22,18,.85) 100%);z-index:-1}
.hero-content{max-width:1200px;margin:0 auto;padding:8rem 1.5rem 5rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}
.eyebrow-pill{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:.4rem 1rem;border-radius:999px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:#fff}
.dot{display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--mustard)}
.hero h1{margin-top:1.5rem;font-size:clamp(3rem,8vw,6.5rem);color:#fff;font-weight:700;max-width:900px}
.hero p.lead{margin-top:1.5rem;max-width:560px;font-size:clamp(1rem,1.4vw,1.25rem);color:rgba(255,255,255,.85);line-height:1.6}
.hero-ctas{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}
.hero-stats{margin-top:3.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:560px;border-top:1px solid rgba(255,255,255,.15);padding-top:2rem}
.hero-stats .n{font-family:'Fraunces',serif;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;color:#fff}
.hero-stats .l{margin-top:.25rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6)}

/* Sections */
section{padding:7rem 0}
.section-head{max-width:640px;margin:0 auto;text-align:center}
.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--burgundy)}
.section-head h2{margin-top:1rem;font-size:clamp(2rem,4vw,3rem)}
.section-head p{margin-top:1.25rem;font-size:1.1rem;color:var(--muted);line-height:1.6}

/* About */
.about-grid{margin-top:5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:768px){.about-grid{grid-template-columns:repeat(3,1fr)}}
.feat-card{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-soft)}
.feat-icon{width:48px;height:48px;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;background:rgba(232,179,74,.3);color:var(--burgundy)}
.feat-card h3{margin-top:1.25rem;font-size:1.25rem}
.feat-card p{margin-top:.5rem;font-size:.9rem;color:var(--muted);line-height:1.6}

/* Menu */
.section-alt{background:#f4eeda66}
.menu-grid{margin-top:5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.menu-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.menu-grid{grid-template-columns:repeat(4,1fr)}}
.burger-card{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .5s, box-shadow .5s}
.burger-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}
.burger-img{aspect-ratio:1/1;background:#f0e9da;overflow:hidden}
.burger-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.burger-card:hover .burger-img img{transform:scale(1.05)}
.burger-body{padding:1.5rem}
.burger-row{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}
.burger-card h3{font-size:1.05rem}
.price-pill{flex-shrink:0;background:rgba(232,179,74,.4);color:var(--ink);font-weight:700;font-size:.875rem;padding:.15rem .65rem;border-radius:999px}
.burger-body p{margin-top:.5rem;font-size:.875rem;color:var(--muted);line-height:1.6}

/* Zones */
.zones-grid{margin-top:4rem;display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:768px){.zones-grid{grid-template-columns:repeat(3,1fr)}}
.zone-card{position:relative;overflow:hidden;background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-soft)}
.zone-num{position:absolute;right:1.5rem;top:1.25rem;font-family:'Fraunces',serif;font-size:3rem;font-weight:700;color:#f0e9da}
.zone-card h3{margin-top:1.25rem;font-size:1.5rem}
.zone-card ul{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}
.zone-card li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted)}
.zone-card li::before{content:"";width:4px;height:4px;border-radius:999px;background:var(--burgundy)}

/* Gallery */
.masonry{margin-top:4rem;column-count:1;column-gap:1.25rem}
@media(min-width:640px){.masonry{column-count:2}}
@media(min-width:1024px){.masonry{column-count:3}}
.masonry > div{break-inside:avoid;margin-bottom:1.25rem;border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-soft)}
.masonry img{width:100%;transition:transform .7s}
.masonry img:hover{transform:scale(1.03)}

/* Reviews */
.reviews-grid{margin-top:4rem;display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}
.review{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:1.75rem;box-shadow:var(--shadow-soft)}
.stars{display:flex;gap:2px;color:var(--mustard)}
.review blockquote{margin-top:1rem;font-size:1rem;line-height:1.6;color:var(--ink)}
.review figcaption{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}
.review .name{font-weight:600;color:var(--ink)}
.review .city{font-size:.75rem;color:var(--muted);margin-top:2px}

/* Order */
.order-card{position:relative;overflow:hidden;background:var(--ink);border-radius:2.5rem;padding:3rem 2rem;box-shadow:var(--shadow-elegant)}
@media(min-width:640px){.order-card{padding:4rem}}
.order-card::before,.order-card::after{content:"";position:absolute;border-radius:999px;filter:blur(60px);pointer-events:none}
.order-card::before{right:-80px;top:-80px;width:288px;height:288px;background:rgba(138,46,46,.4)}
.order-card::after{left:-64px;bottom:-64px;width:256px;height:256px;background:rgba(232,179,74,.2)}
.order-grid{position:relative;display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.order-grid{grid-template-columns:1fr 1fr}}
.order-grid h2{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-top:1rem}
.order-grid p{margin-top:1.25rem;color:rgba(255,255,255,.7);max-width:420px}
.order-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--mustard)}
.order-form{display:flex;flex-direction:column;gap:.75rem;background:rgba(255,255,255,.1);padding:.75rem;border-radius:1rem;backdrop-filter:blur(8px)}
@media(min-width:640px){.order-form{flex-direction:row}}
.order-form input{flex:1;height:56px;border-radius:.75rem;background:#fff;color:var(--ink);padding:0 1.25rem;font-size:1rem;outline:none}
.order-form input::placeholder{color:rgba(26,22,18,.4)}
.order-form input:focus{box-shadow:0 0 0 2px var(--mustard)}
.order-form button{height:56px;border-radius:.75rem;background:var(--burgundy);color:#fff;padding:0 2rem;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:background .2s}
.order-form button:hover{background:var(--burgundy-deep)}

/* FAQ */
.faq-wrap{max-width:720px;margin:0 auto}
.faq-list{margin-top:3.5rem;display:flex;flex-direction:column;gap:.75rem}
.faq-item{background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow-soft);overflow:hidden}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-family:'Fraunces',serif;font-weight:600;font-size:1rem;text-align:left;color:var(--ink);cursor:pointer;transition:background .2s}
.faq-q:hover{background:#fbf6e8}
.faq-q .chev{transition:transform .3s;color:var(--burgundy)}
.faq-item.open .faq-q .chev{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--muted);font-size:.95rem;line-height:1.65}
.faq-item.open .faq-a{max-height:300px}
.faq-a-inner{padding:0 1.5rem 1.25rem}

/* Contact */
.contact-grid{margin-top:4rem;display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}
.contact-card{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-soft)}
.contact-icon{width:48px;height:48px;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;background:var(--burgundy);color:#fff}
.contact-card h3{margin-top:1.25rem;font-size:1.1rem}
.contact-card .lines{margin-top:.5rem;font-size:.875rem;color:var(--muted);line-height:1.6}

/* Footer */
footer{border-top:1px solid var(--border);background:var(--cream);padding:3rem 0}
.footer-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;text-align:center}
@media(min-width:640px){.footer-inner{flex-direction:row;text-align:left}}
.footer-brand{display:flex;align-items:center;gap:.6rem;font-family:'Fraunces',serif;font-weight:700;color:var(--ink)}
.footer-tag{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}

/* Animations */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.fade-up{animation:fadeUp .8s ease-out both}

/* Responsive padding tweaks */
@media(min-width:640px){section{padding:9rem 0}}
