/* ══ RESET ══ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;background:#faf5ec;color:#241c14;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:none;background:none;font-family:inherit}
img{display:block;max-width:100%}
textarea,input,select{font-family:inherit}

:root{
  --espresso:#1c1611;
  --espresso2:#2a2018;
  --cream:#faf5ec;
  --cream2:#f1e8d6;
  --gold:#c8a45c;
  --gold-d:#a8843e;
  --chili:#b23a2e;
  --jade:#3f6b4f;
  --ink:#241c14;
  --muted:#8a7d6a;
}

.h2{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;letter-spacing:-.01em}
.h2.center{text-align:center}
.h2.light{color:#faf5ec}
.eyebrow{font-weight:600;font-size:.72rem;letter-spacing:.28em;color:var(--chili);margin-bottom:.6rem}
.eyebrow.center{text-align:center}
.eyebrow.gold{color:var(--gold)}
.script{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;color:var(--gold)}

/* ══ BUTTONS ══ */
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-d));color:#1c1611;font-weight:700;font-size:.82rem;letter-spacing:.12em;padding:.85rem 1.8rem;border-radius:2px;transition:.25s;display:inline-block;text-align:center;box-shadow:0 6px 20px rgba(168,132,62,.3)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(168,132,62,.45)}
.btn-gold.full{width:100%;padding:1.05rem;font-size:.9rem;display:block}
.btn-ghost{border:1.5px solid var(--ink);color:var(--ink);font-weight:700;font-size:.82rem;letter-spacing:.12em;padding:.85rem 1.8rem;border-radius:2px;transition:.25s;display:inline-block}
.btn-ghost:hover{background:var(--ink);color:var(--cream)}
.btn-ghost-light{border:1.5px solid rgba(250,245,236,.5);color:#faf5ec;font-weight:700;font-size:.82rem;letter-spacing:.12em;padding:.85rem 1.8rem;border-radius:2px;transition:.25s;display:inline-block}
.btn-ghost-light:hover{background:#faf5ec;color:var(--ink)}
.btn-dark{background:var(--espresso);color:var(--cream);font-weight:700;font-size:.85rem;letter-spacing:.1em;padding:.9rem 1.8rem;border-radius:2px;transition:.25s;display:inline-block;text-align:center}
.btn-dark:hover{background:#000}
.btn-dark.full{width:100%}

/* ══ NAV ══ */
.nav{position:fixed;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;z-index:200;transition:.3s;background:transparent}
.nav.scrolled{height:62px;background:rgba(28,22,17,.96);backdrop-filter:blur(10px);box-shadow:0 4px 24px rgba(0,0,0,.25)}
.brand{display:flex;align-items:center;gap:.7rem;color:#faf5ec}
.brand-mark{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:700;color:var(--gold);line-height:1;width:42px;height:42px;border:1.5px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center}
.brand-mark.big{width:54px;height:54px;font-size:2.3rem;margin-bottom:.6rem}
.brand-text{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.25rem;letter-spacing:.08em;line-height:1;display:flex;flex-direction:column}
.brand-text small{font-family:'Jost',sans-serif;font-weight:500;font-size:.55rem;letter-spacing:.25em;color:var(--gold);margin-top:3px}
.nav-links{display:flex;gap:2.4rem;list-style:none}
.nav-links a{color:#faf5ec;font-weight:500;font-size:.78rem;letter-spacing:.16em;transition:.2s;position:relative}
.nav-links a::after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--gold);transition:.25s}
.nav-links a:hover{color:var(--gold)}
.nav-links a:hover::after{width:100%}
.nav-order{padding:.6rem 1.3rem}

/* ══ HERO ══ */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:url('assets/hero-spread.jpg') center/cover no-repeat,#1c1611;padding:120px 6% 80px}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,22,17,.72),rgba(28,22,17,.55) 40%,rgba(28,22,17,.85))}
.hero-inner{position:relative;z-index:1;max-width:780px}
.hero-eyebrow{color:var(--gold);font-weight:600;font-size:.74rem;letter-spacing:.3em;margin-bottom:1.4rem}
.hero-title{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:clamp(2.8rem,7vw,5.4rem);line-height:1.02;color:#faf5ec;letter-spacing:-.01em;margin-bottom:1.4rem;text-shadow:0 2px 30px rgba(0,0,0,.4)}
.hero-desc{color:rgba(250,245,236,.85);font-size:1.08rem;max-width:540px;margin:0 auto 2.2rem;line-height:1.7}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.4rem}
.hero-badges{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.hbadge{color:rgba(250,245,236,.9);font-size:.85rem;font-weight:500;letter-spacing:.04em}

/* ══ MARQUEE ══ */
.marquee{background:var(--chili);overflow:hidden;padding:.85rem 0}
.marquee-track{display:flex;gap:1.6rem;white-space:nowrap;animation:marq 32s linear infinite;align-items:center}
.marquee-track span{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.25rem;color:#faf5ec;font-weight:600;flex-shrink:0}
.marquee-track .dot{font-size:.5rem;color:var(--gold);font-style:normal}
@keyframes marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ══ STORY ══ */
.story{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto;padding:100px 6%}
.story-img{position:relative}
.story-img img{width:100%;height:560px;object-fit:cover;border-radius:4px;box-shadow:0 30px 70px rgba(28,22,17,.25)}
.story-img-badge{position:absolute;bottom:-26px;right:-26px;background:var(--espresso);color:var(--cream);border-radius:50%;width:140px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px solid var(--gold);box-shadow:0 16px 40px rgba(0,0,0,.3)}
.story-img-badge span{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:700;color:var(--gold);line-height:1}
.story-img-badge small{font-size:.62rem;letter-spacing:.1em;margin-top:4px;color:rgba(250,245,236,.8)}
.story-text p{color:#5a4f40;margin-bottom:1.1rem;font-size:1rem}
.story-text strong{color:var(--ink)}
.story-stats{display:flex;gap:2.5rem;margin-top:2rem;flex-wrap:wrap}
.story-stats div{display:flex;flex-direction:column}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:700;color:var(--chili);line-height:1}
.stat-label{font-size:.78rem;letter-spacing:.08em;color:var(--muted);margin-top:2px}

/* ══ MENU ══ */
.menu-section{background:var(--cream2);padding:100px 6%}
.menu-head{max-width:900px;margin:0 auto 3rem;text-align:center}
.menu-sub{color:var(--muted);margin:.6rem 0 2rem}
.tabs{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}
.tab{font-weight:600;font-size:.8rem;letter-spacing:.06em;padding:.55rem 1.1rem;border-radius:2px;color:#7a6e5c;border:1px solid transparent;transition:.2s}
.tab:hover{color:var(--chili)}
.tab.active{background:var(--espresso);color:var(--gold)}
.dishes{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.6rem;max-width:1200px;margin:0 auto}
.dishes.hidden{display:none}
.dish{background:#fff;border-radius:4px;overflow:hidden;cursor:pointer;box-shadow:0 6px 24px rgba(28,22,17,.07);transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s;display:flex;flex-direction:column}
.dish:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(28,22,17,.16)}
.dish-img{height:170px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.dish-img::after{content:'';position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,transparent 45%,rgba(28,22,17,.25))}
.dish-emoji{font-size:3rem;opacity:.5;position:relative;z-index:0;filter:saturate(.4) brightness(1.3)}
.dish-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.dish-body{padding:1.2rem 1.3rem 1.4rem;flex:1;display:flex;flex-direction:column}
.dish-top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem}
.dish-top h3{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:700;letter-spacing:-.01em}
.price{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:700;color:var(--chili);flex-shrink:0}
.dish-body p{font-size:.86rem;color:#7a6e5c;line-height:1.55}
.menu-note{text-align:center;color:var(--muted);font-size:.8rem;margin-top:2.5rem;font-style:italic}

/* ══ OPEN LATE ══ */
.late{background:var(--espresso);color:var(--cream);padding:110px 6%;position:relative;overflow:hidden}
.late::before{content:'🌙';position:absolute;top:40px;right:8%;font-size:8rem;opacity:.06}
.late-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.late-desc{color:rgba(250,245,236,.75);max-width:620px;margin:1.2rem auto 3rem;font-size:1.05rem;line-height:1.75}
.late-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem}
.late-card{background:rgba(250,245,236,.05);border:1px solid rgba(200,164,92,.2);border-radius:4px;padding:2rem 1.5rem;transition:.25s}
.late-card:hover{background:rgba(200,164,92,.1);transform:translateY(-5px)}
.late-emoji{font-size:2.2rem;display:block;margin-bottom:.8rem}
.late-card h3{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:700;color:var(--gold);margin-bottom:.4rem}
.late-card p{color:rgba(250,245,236,.7);font-size:.9rem}

/* ══ VISIT ══ */
.visit{background:#211a13;color:var(--cream);padding:0}
.visit-grid{display:grid;grid-template-columns:1.4fr 1fr;min-height:520px}
.visit-info{padding:90px 6% 90px 8%;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#241c14,#1c1611)}
.visit-info .h2{margin-bottom:2rem}
.vrow{margin-bottom:1.5rem}
.vlabel{display:block;font-size:.7rem;letter-spacing:.22em;color:var(--gold);margin-bottom:.3rem;font-weight:600}
.vrow p{color:rgba(250,245,236,.85);font-size:1.05rem;line-height:1.5}
.vrow a{border-bottom:1px solid rgba(200,164,92,.5);transition:.2s}
.vrow a:hover{color:var(--gold)}
.visit-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}
.order-card{background:var(--chili);padding:90px 5%;display:flex;flex-direction:column;justify-content:center}
.order-card h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:700;color:#faf5ec}
.order-card-sub{color:rgba(250,245,236,.8);margin-bottom:1.6rem;font-size:.92rem}
.order-opt{display:block;background:rgba(250,245,236,.12);color:#faf5ec;font-weight:600;font-size:.92rem;padding:.95rem 1.2rem;border-radius:3px;margin-bottom:.7rem;transition:.2s;border:1px solid rgba(250,245,236,.15)}
.order-opt:hover{background:rgba(250,245,236,.22);transform:translateX(4px)}
.order-opt-primary{background:#faf5ec;color:var(--chili);font-weight:700}
.order-opt-primary:hover{background:#fff}

/* ══ FOOTER ══ */
.footer{background:#16110c;color:var(--cream);padding:70px 6% 30px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:2.5rem;max-width:1200px;margin:0 auto 3rem}
.footer-tag{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700;color:var(--gold);line-height:1.2}
.footer-tag small{font-family:'Jost',sans-serif;font-size:.72rem;font-weight:400;letter-spacing:.1em;color:rgba(250,245,236,.5)}
.fcol-title{font-size:.7rem;letter-spacing:.2em;color:var(--gold);margin-bottom:.9rem;font-weight:600}
.footer-col a{display:block;color:rgba(250,245,236,.6);font-size:.88rem;margin-bottom:.5rem;transition:.2s}
.footer-col a:hover{color:var(--gold)}
.fcontact{color:rgba(250,245,236,.6);font-size:.88rem;line-height:1.7}
.footer-bottom{border-top:1px solid rgba(250,245,236,.1);padding-top:1.4rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:rgba(250,245,236,.4);max-width:1200px;margin:0 auto}

/* ══ CART FAB ══ */
.cart-fab{position:fixed;bottom:2rem;right:2rem;background:var(--chili);color:#faf5ec;font-weight:700;font-size:.85rem;letter-spacing:.1em;padding:.9rem 1.5rem;border-radius:50px;display:none;align-items:center;gap:.6rem;box-shadow:0 10px 30px rgba(178,58,46,.45);z-index:150;transition:.2s}
.cart-fab.show{display:flex}
.cart-fab:hover{transform:scale(1.05)}
.cart-fab-badge{background:#faf5ec;color:var(--chili);border-radius:50%;width:22px;height:22px;font-size:.74rem;display:flex;align-items:center;justify-content:center}

/* ══ OVERLAY/CART ══ */
.overlay{position:fixed;inset:0;background:rgba(28,22,17,.6);backdrop-filter:blur(4px);z-index:300;display:none}
.overlay.open{display:block}
.modal-ov{align-items:center;justify-content:center;padding:1rem}
.modal-ov.open{display:flex}
.cart{position:fixed;top:0;right:0;width:410px;max-width:100%;height:100vh;background:var(--cream);z-index:400;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.2,.7,.2,1);box-shadow:-10px 0 50px rgba(0,0,0,.2)}
.cart.open{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;align-items:flex-start;padding:1.7rem;border-bottom:1px solid #e6dcc8}
.cart-head h3{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:700}
.cart-head p{font-size:.76rem;color:var(--muted)}
.xbtn{width:34px;height:34px;border-radius:50%;background:#ece2cf;display:flex;align-items:center;justify-content:center;color:#7a6e5c;transition:.2s}
.xbtn:hover{background:var(--espresso);color:var(--cream)}
.cart-body{flex:1;overflow-y:auto;padding:1.3rem 1.7rem}
.cart-empty{text-align:center;padding:4rem 0;color:#bcae96}
.cart-empty span{font-size:3rem;display:block;margin-bottom:.6rem}
.cart-empty p{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#a89a82}
.citem{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid #ece2cf}
.citem-name{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:700}
.citem-opt{font-size:.74rem;color:var(--muted);margin-top:.15rem;line-height:1.45}
.citem-price{font-size:.86rem;color:var(--chili);font-weight:600;margin-top:.3rem}
.citem-r{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.qbtn{width:28px;height:28px;border-radius:50%;background:#ece2cf;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:.2s}
.qbtn:hover{background:var(--espresso);color:var(--cream)}
#item-qty,.citem-r span{font-weight:700;min-width:20px;text-align:center}
.cart-foot{padding:1.4rem 1.7rem;border-top:1px solid #e6dcc8}
.crow{display:flex;justify-content:space-between;font-size:.92rem;padding:.28rem 0}
.crow.muted{color:var(--muted);font-size:.84rem}
.crow.bold{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.35rem;border-top:1px solid #e6dcc8;padding-top:.6rem;margin:.3rem 0 1rem}

/* ══ MODALS ══ */
.modal{background:var(--cream);border-radius:6px;padding:2rem;width:100%;max-width:480px;position:relative;max-height:92vh;overflow-y:auto;box-shadow:0 30px 90px rgba(0,0,0,.3);animation:pop .3s cubic-bezier(.2,.7,.2,1.2)}
@keyframes pop{from{transform:scale(.92) translateY(16px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}
.modal-x{position:absolute;top:1.1rem;right:1.1rem;width:32px;height:32px;border-radius:50%;background:#ece2cf;display:flex;align-items:center;justify-content:center;color:#7a6e5c;z-index:3;transition:.2s}
.modal-x:hover{background:var(--espresso);color:var(--cream)}
.modal-title{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:700;margin-bottom:.2rem}
.modal-sub{color:var(--muted);font-size:.88rem;margin-bottom:1.6rem}
.item-head{display:flex;align-items:center;gap:1.1rem;margin-bottom:1.4rem;padding-bottom:1.3rem;border-bottom:1px solid #e6dcc8}
.item-head-img{width:72px;height:72px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:2rem;position:relative;overflow:hidden;flex-shrink:0}
.item-head-img .ihp{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.item-head h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;line-height:1.1}
.item-head .price{font-size:1rem}
.item-body{max-height:50vh;overflow-y:auto;padding-right:.2rem}
.opt-group{margin-bottom:1.2rem}
.opt-label{font-weight:600;font-size:.82rem;letter-spacing:.04em;margin-bottom:.55rem;color:var(--ink)}
.opt-sub,.opt-tag{font-weight:400;color:var(--muted);font-size:.78rem}
.pills{display:flex;flex-wrap:wrap;gap:.5rem}
.pill{font-weight:600;font-size:.82rem;padding:.5rem .9rem;border-radius:2px;border:1.5px solid #d8ccb4;color:#6f6450;background:#fff;transition:.18s}
.pill:hover{border-color:var(--gold)}
.pill.active{background:var(--espresso);border-color:var(--espresso);color:var(--gold)}
.pill small{opacity:.8;font-size:.7rem}
#item-notes,.fg textarea{width:100%;padding:.7rem .9rem;border:1.5px solid #d8ccb4;border-radius:3px;background:#fff;font-size:.9rem;resize:none;transition:.2s}
#item-notes:focus{outline:none;border-color:var(--gold)}
.item-foot{display:flex;align-items:center;gap:1rem;padding-top:1.3rem;border-top:1px solid #e6dcc8;margin-top:.4rem}
.qtybox{display:flex;align-items:center;gap:.6rem;background:#fff;border:1.5px solid #d8ccb4;padding:.4rem .7rem;border-radius:2px}
.flex1{flex:1}

/* ══ FORM ══ */
.fcols{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}
.fg{margin-bottom:1rem}
.fg label{display:block;font-weight:600;font-size:.78rem;letter-spacing:.04em;margin-bottom:.35rem;color:#5a4f40}
.fg input,.fg select{width:100%;padding:.78rem .95rem;border:1.5px solid #d8ccb4;border-radius:3px;background:#fff;font-size:.92rem;transition:.2s}
.fg input:focus,.fg select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,164,92,.15)}
.review{background:#fff;border:1px solid #e6dcc8;border-radius:4px;padding:.85rem 1.1rem;margin-bottom:1rem;font-size:.86rem}
.review-item{display:flex;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid #f0e8d6;gap:.6rem}
.review-item:last-child{border:none}
.review-item .ri-opt{font-size:.74rem;color:var(--muted)}
.review-item .ri-price{color:var(--chili);font-weight:600;flex-shrink:0}
.checkout-total{margin:.4rem 0 1.2rem}
.fine{font-size:.74rem;color:var(--muted);text-align:center;margin-top:.7rem}

/* ══ CONFIRM ══ */
.confirm{text-align:center}
.confirm-icon{font-size:4rem;margin-bottom:.8rem;animation:bounce .5s cubic-bezier(.2,.7,.2,1.5)}
@keyframes bounce{from{transform:scale(0)}to{transform:scale(1)}}
.confirm-msg{color:#5a4f40;line-height:1.7;margin-bottom:1rem}
.confirm-box{background:#fff;border:1px solid #e6dcc8;border-radius:4px;padding:1rem 1.2rem;margin-bottom:1.5rem;text-align:left;line-height:1.9;font-size:.9rem}

/* ══ TOAST ══ */
.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(80px);background:var(--espresso);color:var(--gold);font-weight:600;font-size:.9rem;letter-spacing:.03em;padding:.85rem 1.7rem;border-radius:50px;z-index:999;opacity:0;white-space:nowrap;transition:transform .35s cubic-bezier(.2,.7,.2,1.1),opacity .3s;box-shadow:0 10px 30px rgba(0,0,0,.3)}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1}

/* ══ REVEAL ══ */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ══ RESPONSIVE ══ */
@media(max-width:960px){
  .nav{padding:0 1.4rem}
  .nav-links{display:none}
  .story{grid-template-columns:1fr;gap:3.5rem}
  .story-img img{height:380px}
  .story-img-badge{width:110px;height:110px;right:0}
  .visit-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
  .fcols{grid-template-columns:1fr}
}
@media(max-width:540px){
  .footer-top{grid-template-columns:1fr}
  .hero-badges{gap:1rem}
  .cart{width:100%}
}
