/* ═══════════════════════════════════════════════════════════
   style.css — The Stack Template
   Les couleurs sont injectées dynamiquement via config.js
   ═══════════════════════════════════════════════════════════ */

:root {
  --fire:  #ff6b00;
  --ember: #c84000;
  --char:  #160600;
  --ash:   #221000;
  --deep:  #0c0200;
  --cream: #fff4e6;
  --gold:  #e8a020;
  --muted: rgba(255,244,230,0.44);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-y: scroll; scroll-behavior: smooth; }
body { background: var(--char); color: var(--cream); font-family: "DM Sans", sans-serif; }

/* ── CURSOR ────────────────────────────────────────────── */
@media (pointer: fine) and (min-width: 769px) {
  body { cursor: none; }
  #cursor      { position: fixed; width: 8px; height: 8px; background: var(--fire); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); mix-blend-mode: exclusion; }
  #cursor-ring { position: fixed; width: 34px; height: 34px; border: 1px solid rgba(255,107,0,0.3); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: left .1s ease-out, top .1s ease-out; }
}

/* ── LOADER ────────────────────────────────────────────── */
#loader { position: fixed; inset: 0; z-index: 9000; background: var(--char); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; transition: opacity 1s ease; }
#loader.out { opacity: 0; pointer-events: none; }
.l-logo { font-family: "Bebas Neue", sans-serif; font-size: 100px; letter-spacing: .06em; color: var(--fire); line-height: 1; animation: flicker 1.8s ease-in-out infinite; }
.l-sub  { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 18px; color: rgba(255,244,230,.24); }
.l-bw   { width: 240px; height: 1px; background: rgba(255,107,0,.08); }
.l-b    { height: 1px; background: linear-gradient(90deg, var(--ember), var(--fire), #ffaa44); width: 0; transition: width .12s linear; }
.l-pct  { font-size: 11px; letter-spacing: .3em; color: rgba(255,107,0,.35); }
@keyframes flicker { 0%,100%{opacity:1} 48%,52%{opacity:.12} }

/* ── NAV ───────────────────────────────────────────────── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; padding: 0 56px; height: 76px; display: flex; align-items: center; justify-content: space-between; transition: background .5s, backdrop-filter .5s, box-shadow .5s; }
nav.solid { background: rgba(9,2,0,.97); backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(255,107,0,.07); }
.nav-logo { font-family: "Bebas Neue", sans-serif; font-size: 26px; letter-spacing: .1em; color: var(--cream); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.nav-logo span { color: var(--fire); }
.nav-dot { width: 5px; height: 5px; background: var(--fire); border-radius: 50%; box-shadow: 0 0 8px var(--fire); }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,244,230,.5); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--cream); }
.nav-right { display: flex; gap: 10px; }
.nbtn { padding: 11px 22px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-family: "DM Sans", sans-serif; font-weight: 500; border: none; cursor: pointer; transition: all .22s; }
.nbtn-fire { background: var(--fire); color: var(--char); }
.nbtn-fire:hover { background: var(--gold); }
.nbtn-ghost { background: transparent; color: rgba(255,244,230,.6); border: 1px solid rgba(255,244,230,.16); }
.nbtn-ghost:hover { border-color: var(--cream); color: var(--cream); }

/* ── HAMBURGER MENU ────────────────────────────────────── */
.hb { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 600; }
.hb span { display: block; width: 24px; height: 1.5px; background: var(--cream); transition: all .3s; transform-origin: center; }
.hb.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hb.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hb.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mob-menu { display: none; position: fixed; inset: 0; background: rgba(9,2,0,.99); z-index: 550; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.mob-menu.open { display: flex; }
.mob-menu a { font-family: "Bebas Neue", sans-serif; font-size: 56px; letter-spacing: .06em; color: var(--cream); text-decoration: none; transition: color .2s; }
.mob-menu a:hover { color: var(--fire); }
.mob-ctas { display: flex; gap: 12px; margin-top: 8px; }
.mob-ctas button { padding: 13px 26px; font-family: "DM Sans", sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; border: none; cursor: pointer; font-weight: 500; }
.mc-fire  { background: var(--fire); color: var(--char); }
.mc-ghost { background: transparent; color: var(--cream); border: 1px solid rgba(255,244,230,.2) !important; }

/* ── SCROLLYTELLING ────────────────────────────────────── */
#stage  { position: relative; height: 700vh; }
#sticky { position: sticky; top: 0; height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 110% 100% at 50% 56%, #d84e00 0%, #7a1c00 38%, #160600 100%); }
canvas { position: absolute; z-index: 1; display: block; top: 50%; left: 50%; transform: translate(-50%,-50%); }

/* scroll arrow */
#si { position: absolute; bottom: 40px; left: 48px; z-index: 8; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: opacity .5s; }
#si.hide { opacity: 0; }
.si-t { font-size: 9px; letter-spacing: .42em; text-transform: uppercase; color: rgba(255,244,230,.36); writing-mode: vertical-rl; transform: rotate(180deg); }
.si-l { width: 1px; height: 54px; overflow: hidden; position: relative; }
.si-l::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--fire), transparent); animation: lf 2s ease-in-out infinite; }
@keyframes lf { 0%{transform:translateY(-100%)} 100%{transform:translateY(100%)} }
.si-a { animation: ab 2s ease-in-out infinite; }
@keyframes ab { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }

/* beats */
.beat { position: absolute; z-index: 6; pointer-events: none; opacity: 0; transition: opacity .6s, transform .6s; max-width: 220px; }
.beat.on { opacity: 1; }
.bn { font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--fire); margin-bottom: 8px; opacity: .6; }
.beat h2 { font-family: "Bebas Neue", sans-serif; font-size: clamp(30px,3.8vw,54px); line-height: .92; letter-spacing: .04em; margin-bottom: 10px; }
.beat p { font-size: 13px; font-weight: 300; color: rgba(255,244,230,.5); line-height: 1.65; }
#b1 { top: 30%; left: 4%; transform: translateY(18px); text-align: left; }
#b1.on { transform: translateY(0); }
#b2 { top: 30%; right: 4%; transform: translateY(18px); text-align: right; }
#b2.on { transform: translateY(0); }

/* end card */
#bend { position: absolute; inset: 0; z-index: 6; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 0 24px 8vh; pointer-events: none; opacity: 0; transition: opacity .7s; text-align: center;
  background: linear-gradient(to top, rgba(9,2,0,.97) 0%, rgba(9,2,0,.42) 46%, transparent 100%); }
#bend.on { opacity: 1; pointer-events: auto; }
#bend h2 { font-family: "Bebas Neue", sans-serif; font-size: clamp(58px,11vw,156px); line-height: .84; letter-spacing: .04em; margin-bottom: 8px; }
#bend h2 em { color: var(--fire); font-style: normal; }
#bend .tl { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: clamp(16px,1.8vw,22px); color: rgba(255,244,230,.44); margin-bottom: 36px; }
.ctag { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cta-f { padding: 18px 52px; background: var(--fire); color: var(--char); font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; border: none; cursor: pointer; transition: all .22s; }
.cta-f:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(255,107,0,.3); }

/* ── SHARED UTILITIES ──────────────────────────────────── */
.sl { font-size: 10px; letter-spacing: .42em; text-transform: uppercase; color: var(--fire); margin-bottom: 16px; }
.st { font-family: "Bebas Neue", sans-serif; font-size: clamp(50px,7vw,96px); line-height: .9; letter-spacing: .03em; }
.ss { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 19px; color: var(--muted); margin-top: 10px; }
.w  { max-width: 1140px; margin: 0 auto; padding: 0 64px; }
.fdiv { height: 1px; background: linear-gradient(to right, transparent, rgba(255,107,0,.18), transparent); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── ABOUT ─────────────────────────────────────────────── */
#about { position: relative; padding: 140px 0; background: var(--char); overflow: hidden; }
#about::before { content: "STACK"; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-family: "Bebas Neue", sans-serif; font-size: 280px; color: rgba(255,107,0,.028); line-height: 1; pointer-events: none; white-space: nowrap; }
.ag { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.at { font-family: "Bebas Neue", sans-serif; font-size: clamp(46px,6vw,84px); line-height: .9; letter-spacing: .03em; margin-bottom: 24px; }
.ab { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.85; margin-bottom: 14px; }
.asig { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 18px; color: rgba(255,244,230,.36); margin-top: 12px; }
.sg { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.sn { font-family: "Bebas Neue", sans-serif; font-size: 70px; line-height: 1; color: var(--fire); }
.sk { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ── AWARDS ────────────────────────────────────────────── */
#aw { padding: 36px 64px; background: var(--deep); border-top: 1px solid rgba(255,107,0,.06); border-bottom: 1px solid rgba(255,107,0,.06); }
.awi { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.award { display: flex; align-items: center; gap: 12px; }
.aico { font-size: 22px; }
.atit { font-family: "Bebas Neue", sans-serif; font-size: 18px; letter-spacing: .04em; line-height: 1; }
.asub { font-size: 10px; color: var(--muted); letter-spacing: .1em; margin-top: 2px; }
.asep { width: 1px; height: 30px; background: rgba(255,244,230,.06); }

/* ── MENU ──────────────────────────────────────────────── */
#menu { padding: 120px 0; background: var(--ash); }
.mh { text-align: center; margin-bottom: 60px; }
.tabs { display: flex; justify-content: center; margin-bottom: 52px; border-bottom: 1px solid rgba(255,244,230,.06); }
.tab { padding: 13px 32px; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); background: none; border: none; cursor: pointer; transition: color .2s; position: relative; font-family: "DM Sans", sans-serif; }
.tab::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; background: var(--fire); transform: scaleX(0); transition: transform .3s; }
.tab.active { color: var(--cream); }
.tab.active::after { transform: scaleX(1); }
.mg { display: none; max-width: 1140px; margin: 0 auto; padding: 0 48px; grid-template-columns: repeat(3,1fr); gap: 2px; }
.mg.active { display: grid; }
.mc { background: rgba(255,244,230,.025); border: 1px solid rgba(255,244,230,.04); transition: all .3s; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.mc::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,107,0,.06) 0%, transparent 60%); opacity: 0; transition: opacity .3s; z-index: 1; }
.mc:hover { background: rgba(255,244,230,.055); border-color: rgba(255,107,0,.18); transform: translateY(-4px); box-shadow: 0 20px 56px rgba(0,0,0,.5); }
.mc:hover::before { opacity: 1; }
.ctag2 { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--fire); margin-bottom: 10px; opacity: .65; }
.cn { font-family: "Bebas Neue", sans-serif; font-size: 34px; letter-spacing: .04em; margin-bottom: 10px; line-height: 1; }
.cd { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.cf { display: flex; align-items: center; justify-content: space-between; }
.cp { font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 600; color: var(--gold); }
.cbg { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; padding: 4px 9px; background: rgba(255,107,0,.1); color: var(--fire); border: 1px solid rgba(255,107,0,.16); }
.ciw { width: 100%; height: 200px; overflow: hidden; }
.ci  { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.85) saturate(1.1); transition: transform .4s ease, filter .4s ease; }
.mc:hover .ci { transform: scale(1.06); filter: brightness(1) saturate(1.2); }
.cb2 { padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; }

/* ── DELIVERY ──────────────────────────────────────────── */
#delivery { background: var(--deep); padding: 110px 0; }
.dg { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.dc { padding: 64px 56px; border: 1px solid rgba(255,244,230,.04); }
.dc:first-child { background: rgba(255,107,0,.04); border-color: rgba(255,107,0,.08); }
.dc:last-child  { background: rgba(255,244,230,.015); }
.dt { font-family: "Bebas Neue", sans-serif; font-size: clamp(36px,4.5vw,60px); line-height: .9; margin-bottom: 14px; }
.dp { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.78; margin-bottom: 30px; }
.db { width: 100%; padding: 17px 0; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; border: none; cursor: pointer; transition: all .22s; display: flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 9px; }
.db-uber { background: #06C167; color: #000; }
.db-uber:hover { background: #05a857; transform: translateY(-2px); }
.db-door { background: #FF3008; color: #fff; }
.db-door:hover { background: #e02a07; transform: translateY(-2px); }
.db-cc   { background: var(--fire); color: var(--char); }
.db-cc:hover { background: var(--gold); transform: translateY(-2px); }
.dn { font-size: 11px; color: rgba(255,244,230,.17); letter-spacing: .1em; text-align: center; margin-top: 4px; }

/* ── PROMO ─────────────────────────────────────────────── */
#promo { height: 400px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 0 80px; }
.pb { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1553979459-d2229ba7433b?w=1400&q=85&fit=crop&auto=format") center/cover no-repeat; filter: brightness(.35) saturate(.7); }
.pb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 70% at 30% 50%, rgba(200,64,0,.5) 0%, rgba(9,2,0,.9) 70%); }
.pc { position: relative; z-index: 1; max-width: 480px; }
.pe { font-size: 10px; letter-spacing: .4em; text-transform: uppercase; color: var(--fire); margin-bottom: 12px; }
.ph { font-family: "Bebas Neue", sans-serif; font-size: clamp(42px,5.5vw,78px); line-height: .9; margin-bottom: 14px; }
.pp { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.72; margin-bottom: 26px; }
.pbt { padding: 14px 30px; background: var(--fire); color: var(--char); font-family: "DM Sans", sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; border: none; cursor: pointer; font-weight: 500; transition: all .22s; display: inline-flex; align-items: center; gap: 8px; }
.pbt:hover { background: var(--gold); transform: translateX(4px); }

/* ── EXPERIENCE ────────────────────────────────────────── */
#exp { padding: 120px 0; background: var(--ash); }
.eg { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,244,230,.04); margin-top: 56px; }
.ei { background: var(--ash); padding: 50px 38px; transition: all .3s; border-top: 2px solid transparent; }
.ei:hover { background: var(--char); border-top-color: var(--fire); }
.eic { font-size: 32px; margin-bottom: 18px; }
.eit { font-family: "Bebas Neue", sans-serif; font-size: 30px; letter-spacing: .04em; margin-bottom: 10px; }
.eip { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.75; }

/* ── REVIEWS ───────────────────────────────────────────── */
#reviews { padding: 120px 0; background: var(--char); }
.rg { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 56px; }
.rv { background: var(--ash); padding: 36px 30px; border: 1px solid rgba(255,244,230,.04); transition: border-color .3s; }
.rv:hover { border-color: rgba(255,107,0,.14); }
.rs { color: var(--gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 14px; }
.rt { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 17px; line-height: 1.62; color: rgba(255,244,230,.76); margin-bottom: 18px; }
.ra { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.rd { font-size: 10px; color: rgba(255,244,230,.16); margin-top: 3px; }

/* ── RESERVATION ───────────────────────────────────────── */
#res { padding: 140px 48px; text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(ellipse 80% 65% at 50% 50%, #8b2a00 0%, #160600 70%); }
#res::before { content: "TABLE"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: "Bebas Neue", sans-serif; font-size: 260px; color: rgba(255,107,0,.036); white-space: nowrap; pointer-events: none; }
#res h2 { font-family: "Bebas Neue", sans-serif; font-size: clamp(48px,8.5vw,110px); line-height: .9; margin-bottom: 12px; }
.rss { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 20px; color: var(--muted); margin-bottom: 44px; }
.rf { display: flex; max-width: 500px; margin: 0 auto 14px; }
.ri { flex: 1; padding: 18px 22px; background: rgba(255,244,230,.05); border: 1px solid rgba(255,244,230,.09); border-right: none; color: var(--cream); font-family: "DM Sans", sans-serif; font-size: 14px; outline: none; transition: border-color .2s; }
.ri::placeholder { color: rgba(255,244,230,.2); font-style: italic; }
.ri:focus { border-color: rgba(255,107,0,.35); }
.rb { padding: 18px 26px; background: var(--fire); color: var(--char); border: none; font-family: "DM Sans", sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; cursor: pointer; font-weight: 500; white-space: nowrap; transition: background .2s; }
.rb:hover { background: var(--gold); }
.rn { font-size: 11px; color: rgba(255,244,230,.17); letter-spacing: .1em; }

/* ── MAP / LOCATION ────────────────────────────────────── */
#loc { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.mw { background: var(--deep); overflow: hidden; }
.mw iframe { width: 100%; height: 100%; border: none; filter: grayscale(50%) invert(88%) hue-rotate(172deg) brightness(.62) contrast(1.18); }
.lp2 { background: var(--ash); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.lb2 { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,244,230,.05); }
.lb2:last-child { border: none; margin: 0; padding: 0; }
.ll { font-size: 9px; letter-spacing: .4em; text-transform: uppercase; color: var(--fire); margin-bottom: 7px; }
.lv { font-size: 14px; font-weight: 300; color: var(--cream); line-height: 1.7; }
.hr2 { display: flex; justify-content: space-between; font-size: 13px; font-weight: 300; padding: 3px 0; }
.hr2 span:first-child { color: var(--muted); }
.ob { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; background: rgba(6,193,103,.09); border: 1px solid rgba(6,193,103,.2); color: #06C167; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; margin-top: 8px; }
.od { width: 6px; height: 6px; background: #06C167; border-radius: 50%; animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

/* ── AMBIANCE STRIP ────────────────────────────────────── */
#ambiance { height: 340px; overflow: hidden; }
.amb-grid { display: grid; grid-template-columns: repeat(3,1fr); height: 100%; gap: 3px; }
.amb-img { background-size: cover; background-position: center; filter: brightness(.65) saturate(.85); transition: filter .4s; }
.amb-img:hover { filter: brightness(.85) saturate(1); }

/* ── FOOTER ────────────────────────────────────────────── */
footer { background: var(--deep); padding: 72px 56px 36px; border-top: 1px solid rgba(255,244,230,.04); }
.fg { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 64px; margin-bottom: 48px; }
.fbr { font-family: "Bebas Neue", sans-serif; font-size: 50px; color: var(--fire); line-height: 1; margin-bottom: 13px; }
.ftag { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 15px; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }
.fo { display: flex; flex-direction: column; gap: 8px; }
.fob { padding: 11px 18px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-family: "DM Sans", sans-serif; font-weight: 500; cursor: pointer; border: none; transition: all .2s; display: flex; align-items: center; gap: 7px; }
.fob-u { background: #06C167; color: #000; }
.fob-u:hover { background: #05a857; }
.fob-d { background: #FF3008; color: #fff; }
.fob-d:hover { background: #e02a07; }
.fc h4 { font-size: 9px; letter-spacing: .4em; text-transform: uppercase; color: rgba(255,244,230,.18); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,244,230,.04); }
.fc ul { list-style: none; }
.fc li { margin-bottom: 10px; }
.fc a { font-size: 13px; font-weight: 300; color: var(--muted); text-decoration: none; transition: color .2s; }
.fc a:hover { color: var(--cream); }
.fbot { border-top: 1px solid rgba(255,244,230,.04); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.fcp { font-size: 11px; color: rgba(255,244,230,.13); letter-spacing: .08em; }
.fleg { display: flex; gap: 18px; }
.fleg a { font-size: 11px; color: rgba(255,244,230,.13); text-decoration: none; transition: color .2s; }
.fleg a:hover { color: rgba(255,244,230,.4); }

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links, .nav-right { display: none; }
  .hb { display: flex; }
  .ag, .dg, #loc, .fg { grid-template-columns: 1fr; }
  .dc { padding: 44px 28px; }
  .lp2 { padding: 48px 28px; }
  .mw { height: 300px; }
  .fg { gap: 36px; padding: 0; }
  .w { padding: 0 24px; }
  .ag { gap: 48px; }
  .mg { grid-template-columns: 1fr 1fr; padding: 0 20px; }
  .eg, .rg { grid-template-columns: 1fr; }
  #about { padding: 80px 0; }
  #about::before { display: none; }
  #menu, #delivery, #reviews, #exp { padding: 80px 0; }
  #promo { padding: 0 28px; height: 310px; }
  #res { padding: 100px 24px; }
  .rf { flex-direction: column; }
  .ri { border-right: 1px solid rgba(255,244,230,.09); border-bottom: none; }
  footer { padding: 56px 28px 32px; }
  .awi { gap: 16px; }
  #aw { padding: 32px 24px; }
  .amb-grid { grid-template-columns: 1fr 1fr; }
  .amb-grid .amb-img:last-child { display: none; }
  #ambiance { height: 220px; }
}

@media (max-width: 580px) {
  .mg { grid-template-columns: 1fr; }
  .l-logo { font-size: 72px; }
  #bend h2 { font-size: 52px; }
  .ctag { flex-direction: column; align-items: center; }
  .cta-f { width: 100%; max-width: 280px; text-align: center; justify-content: center; }
  .awi { flex-direction: column; align-items: flex-start; }
  .asep { display: none; }
  #si { left: 20px; }
}
