:root {
  --night: #0d0d0d;
  --night-2: #1b1b1b;
  --lime: #ffc629;
  --lime-2: #ffd65c;
  --chili: #ffc629;
  --paper: #f7f4ec;
  --white: #fff;
  --ink: #111111;
  --muted: #5f5b52;
  --muted-dark: #b3aea3;
  --line: rgba(17, 23, 19, .1);
  --line-dark: rgba(255, 255, 255, .12);
  --r: 28px;
  --r-sm: 16px;
  --font: "Be Vietnam Pro", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.05; letter-spacing: -.03em; }
h2 { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 900; }
p { margin: 0 0 1em; }
svg { width: 1.1em; height: 1.1em; flex-shrink: 0; }

.container { width: min(1240px, 100% - 32px); margin-inline: auto; }
.section { padding: clamp(72px, 11vw, 140px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em;
  color: var(--ink); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 4px; border-radius: 2px; background: var(--lime); }
.eyebrow--lime { color: var(--lime); }
.hl { font-style: italic; background: linear-gradient(transparent 58%, var(--lime) 58%, var(--lime) 92%, transparent 92%); padding: 0 .08em; }
.sauce .hl, .branches .hl { background: none; color: var(--lime); }

.section__head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px;
  flex-wrap: wrap; margin-bottom: 48px;
}
.section__head h2 { margin: 0; }
.section__head--center { flex-direction: column; align-items: center; text-align: center; gap: 0; }
.section__head--center .eyebrow::before { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px; border-radius: 999px; border: 0;
  font: inherit; font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
  transition: transform .3s var(--ease), background .3s, box-shadow .3s, color .3s;
}
.btn svg { transition: transform .3s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(4px); }
.btn--lime { background: var(--lime); color: var(--night); box-shadow: 0 10px 30px rgba(255, 198, 41, .35); }
.btn--lime:hover { background: var(--lime-2); }
.btn--glass { background: rgba(255,255,255,.12); color: var(--white); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.25); }
.btn--glass:hover { background: rgba(255,255,255,.22); }
.btn--dark { background: var(--night); color: var(--white); }
.btn--dark:hover { background: #2b2b2b; }
.btn--sm { padding: 11px 20px; font-size: .92rem; }
.btn--full { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none;
  border-bottom: 3px solid var(--lime); padding-bottom: 4px;
}
.link-arrow svg { transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

/* Chips */
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  font: inherit; font-weight: 600; font-size: .95rem;
  padding: 10px 20px; border-radius: 999px; cursor: pointer;
  background: transparent; color: var(--ink); border: 1.5px solid var(--line);
  transition: .25s var(--ease);
}
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.chips--dark .chip { color: var(--white); border-color: var(--line-dark); }
.chips--dark .chip:hover { border-color: var(--white); }
.chips--dark .chip.is-active { background: var(--lime); color: var(--night); border-color: var(--lime); }

/* Header */
.header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 18px 0; transition: padding .3s, background .3s; }
.header.is-scrolled { padding: 10px 0; background: rgba(13, 13, 13, .85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); }
.logo__mark {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: var(--lime); color: var(--night); font-weight: 900; font-size: 1.05rem; letter-spacing: -.04em;
  transform: rotate(-6deg); transition: transform .3s var(--ease);
}
.logo:hover .logo__mark { transform: rotate(0); }
.logo__img { height: 52px; width: auto; max-width: 160px; object-fit: contain; border-radius: 12px; background: var(--white); padding: 4px; }
.header.is-scrolled .logo__img { height: 44px; }
.logo__img + .logo__mark { display: none; }
.footer__logo { height: 88px; width: auto; border-radius: 16px; background: var(--white); padding: 6px; margin-bottom: 28px; }
.logo__text { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; font-size: .68rem; font-weight: 400; text-transform: uppercase; letter-spacing: .32em; color: rgba(255,255,255,.72); }
.logo__text strong { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-size: 1.45rem; font-weight: 600; letter-spacing: .005em; text-transform: none; white-space: nowrap; color: var(--white); transition: color .25s; }
.logo:hover .logo__text strong { color: var(--lime); }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a:not(.btn) { color: rgba(255,255,255,.85); text-decoration: none; font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav a:not(.btn):hover { color: var(--lime); }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-dark); background: rgba(255,255,255,.08); cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 13px; width: 20px; height: 2px; background: var(--white); transition: .3s var(--ease); }
.nav-toggle span:first-child { top: 18px; }
.nav-toggle span:last-child { top: 26px; }
.nav-toggle.is-open span:first-child { top: 22px; transform: rotate(45deg); }
.nav-toggle.is-open span:last-child { top: 22px; transform: rotate(-45deg); }

/* Hero */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  color: var(--white); background: var(--night); overflow: hidden;
  padding: 140px 0 clamp(60px, 9vw, 110px);
}
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 14s ease-out forwards; }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(13,13,13,.55) 0%, rgba(13,13,13,.2) 35%, rgba(13,13,13,.92) 100%),
    linear-gradient(90deg, rgba(13,13,13,.75), transparent 70%);
}
.hero__inner { position: relative; z-index: 2; }
.pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px);
  font-size: .88rem; font-weight: 500; margin-bottom: 28px;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(255,198,41,.7); animation: ping 1.8s infinite; }
.hero__title { font-size: clamp(3.6rem, 13vw, 10.5rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.08; padding-top: .12em; margin-bottom: 32px; text-transform: uppercase; }
.hero__title .line { display: block; opacity: 0; transform: translateY(40px); animation: rise .9s var(--ease) forwards; }
.hero__title .line:nth-child(2) { animation-delay: 0s; }
.hero__title .line:nth-child(3) { animation-delay: .12s; }
.hero__title .line:nth-child(4) { animation-delay: .24s; }
.hero__kicker { display: block; margin-bottom: .6em; font-size: clamp(.8rem, 1.4vw, 1rem); font-weight: 700; letter-spacing: .28em; line-height: 1.4; color: rgba(255,255,255,.75); }
.line--accent { color: var(--lime); font-style: italic; }
.hero__lead { max-width: 520px; font-size: clamp(1rem, 1.6vw, 1.15rem); color: rgba(255,255,255,.82); }
.hero__lead strong { color: var(--white); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 48px; }
.hero__stats { display: flex; gap: clamp(24px, 5vw, 64px); list-style: none; padding: 28px 0 0; margin: 0; border-top: 1px solid var(--line-dark); flex-wrap: wrap; }
.hero__stats strong { display: block; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.hero__stats span { font-size: .85rem; color: var(--muted-dark); text-transform: uppercase; letter-spacing: .12em; }
.hero__scroll { position: absolute; right: max(16px, calc((100% - 1240px) / 2)); bottom: 48px; z-index: 2; width: 30px; height: 50px; border: 2px solid rgba(255,255,255,.5); border-radius: 20px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 10px; margin-left: -2px; border-radius: 2px; background: var(--lime); animation: scrollDot 1.8s infinite; }

@keyframes heroZoom { to { transform: scale(1); } }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes ping { 70% { box-shadow: 0 0 0 10px rgba(255,198,41,0); } 100% { box-shadow: 0 0 0 0 rgba(255,198,41,0); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(18px); } }

/* Marquee */
.marquee { background: var(--lime); color: var(--night); overflow: hidden; padding: 18px 0; transform: rotate(-1.2deg); margin: -14px -10px 0; position: relative; z-index: 3; }
.marquee__track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 28s linear infinite; font-size: clamp(1.1rem, 2.4vw, 1.6rem); font-weight: 900; text-transform: uppercase; letter-spacing: -.01em; white-space: nowrap; }
.marquee__track i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Image placeholders */
.ph { margin: 0; border-radius: var(--r); overflow: hidden; background: linear-gradient(135deg, #2b2b2b, #0d0d0d); position: relative; }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.ph:hover img { transform: scale(1.05); }

/* About */
.about__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.about__media { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; height: clamp(420px, 55vw, 620px); }
.about__media .ph--tall { grid-row: span 2; }
.about__sticker {
  position: absolute; left: 50%; bottom: -30px; transform: translateX(-60%) rotate(-8deg);
  width: 130px; height: 130px; border-radius: 50%; background: var(--lime); color: var(--night);
  display: grid; place-content: center; text-align: center; font-size: .8rem; line-height: 1.2;
  text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 18px 40px rgba(255,198,41,.35);
}
.about__sticker strong { font-size: 1.3rem; letter-spacing: -.02em; }
.about__text p { color: var(--muted); font-size: 1.05rem; }
.about__text p strong { color: var(--ink); }

/* Menu */
.menu { background: var(--white); border-radius: var(--r) var(--r) 0 0; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 16px; }
.dish {
  position: relative; border-radius: var(--r); overflow: hidden; color: var(--white);
  background: linear-gradient(135deg, #2b2b2b, #0d0d0d);
  animation: pop .6s var(--ease) both;
}
.dish--featured { grid-column: span 2; grid-row: span 2; }
.dish--wide { grid-column: span 2; }
.dish--half { grid-column: span 2; grid-row: span 2; }
.dish img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.dish:hover img { transform: scale(1.07); }
.dish::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(10,10,10,.88)); }
.dish__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 22px; }
.dish__body h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: .3em; }
.dish--featured .dish__body { padding: 32px; }
.dish--featured h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.dish__body p { margin: 0; font-size: .92rem; color: rgba(255,255,255,.8); max-width: 420px; }
.dish:not(.dish--featured) .dish__body p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tag {
  position: absolute; top: 18px; left: 18px; z-index: 1;
  padding: 7px 14px; border-radius: 999px; background: var(--lime); color: var(--night);
  font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
}
.tag--chili { background: var(--night); color: var(--lime); }
.note { margin: 24px 0 0; font-size: .85rem; color: var(--muted); }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.98); } }

/* Sauce band */
.sauce { background: var(--night); color: var(--white); padding: clamp(64px, 9vw, 110px) 0; overflow: hidden; }
.sauce__inner { display: grid; grid-template-columns: auto 1fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.sauce__num {
  font-size: clamp(9rem, 22vw, 18rem); font-weight: 900; line-height: .8; letter-spacing: -.08em;
  color: transparent; -webkit-text-stroke: 3px var(--lime);
}
.sauce__text p { color: var(--muted-dark); font-size: 1.05rem; }
.sauce__img { margin: 0; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 5; background: var(--night-2); transform: rotate(3deg); }
.sauce__img img { width: 100%; height: 100%; object-fit: cover; }

/* Why */
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature {
  background: var(--white); border-radius: var(--r); padding: 32px 28px 36px;
  border: 1px solid var(--line); transition: transform .4s var(--ease), background .4s, color .4s;
}
.feature:hover { transform: translateY(-8px); background: var(--night); color: var(--white); }
.feature:hover p { color: var(--muted-dark); }
.feature__no { display: block; font-size: 3rem; font-weight: 900; letter-spacing: -.05em; color: var(--lime); -webkit-text-stroke: 1.5px var(--ink); margin-bottom: 36px; line-height: 1; transition: -webkit-text-stroke-color .4s; }
.feature:hover .feature__no { -webkit-text-stroke-color: var(--lime); }
.feature h3 { font-size: 1.3rem; font-weight: 800; }
.feature p { color: var(--muted); margin: 0; transition: color .4s; }

/* Branches */
.branches { background: var(--night); color: var(--white); border-radius: var(--r) var(--r) 0 0; }
.branches__tools { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.search {
  display: flex; align-items: center; gap: 10px; width: min(340px, 100%);
  padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid var(--line-dark);
  color: var(--muted-dark);
}
.search:focus-within { border-color: var(--lime); }
.search input { flex: 1; min-width: 0; background: none; border: 0; outline: 0; color: var(--white); font: inherit; }
.search input::placeholder { color: var(--muted-dark); }
.branch__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.branch {
  display: flex; flex-direction: column; padding: 26px; border-radius: var(--r);
  background: var(--night-2); border: 1px solid var(--line-dark);
  transition: border-color .3s, transform .4s var(--ease);
  animation: pop .5s var(--ease) both;
}
.branch:hover { border-color: var(--lime); transform: translateY(-4px); }
.branch__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.branch__region { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--lime); }
.branch__no { font-size: .85rem; font-weight: 700; color: var(--muted-dark); }
.branch h3 { font-size: 1.45rem; font-weight: 800; margin-bottom: 14px; }
.branch__row { display: flex; gap: 10px; align-items: flex-start; color: var(--muted-dark); margin: 0 0 10px; font-size: .95rem; }
.branch__row svg { margin-top: 4px; color: var(--lime); }
.branch__row a { color: var(--white); font-weight: 700; text-decoration: none; }
.branch__row a:hover { color: var(--lime); }
.branch__addr { flex: 1; }
.branch__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.branch__actions a {
  text-align: center; padding: 11px; border-radius: 999px; font-weight: 700; font-size: .88rem; text-decoration: none;
  border: 1px solid var(--line-dark); transition: .25s;
}
.branch__actions a:first-child { background: var(--lime); color: var(--night); border-color: var(--lime); }
.branch__actions a:hover { background: var(--white); color: var(--night); border-color: var(--white); }
.empty { color: var(--muted-dark); text-align: center; padding: 40px 0; }

/* Booking */
.booking { background: var(--night); padding-top: 0; }
.booking__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking__visual { position: relative; border-radius: var(--r); overflow: hidden; min-height: 520px; background: linear-gradient(135deg, #2b2b2b, #0d0d0d); }
.booking__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.booking__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(10,10,10,.9)); }
.booking__card { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(24px, 4vw, 44px); color: var(--white); }
.booking__card p:last-child { display: flex; align-items: center; gap: 10px; margin: 0; color: rgba(255,255,255,.85); }
.booking__card svg { color: var(--lime); }
.booking__form { background: var(--lime); border-radius: var(--r); padding: clamp(24px, 4vw, 44px); display: grid; gap: 14px; align-content: start; }
.booking__hint { font-weight: 500; margin: 0 0 6px; }
.field { display: grid; gap: 6px; }
.field span { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; font: inherit; padding: 14px 16px; border-radius: var(--r-sm);
  border: 2px solid transparent; background: rgba(255,255,255,.7); color: var(--ink); transition: .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: var(--white); border-color: var(--night); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Datepicker */
.datepick { position: relative; }
.datepick input, .datepick input:focus {
  cursor: pointer; caret-color: transparent; padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='4'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.cal {
  position: absolute; top: calc(100% + 8px); left: 0; z-index: 30; width: 300px; max-width: calc(100vw - 32px);
  padding: 16px; border-radius: 22px; background: var(--white); color: var(--ink);
  box-shadow: 0 24px 60px rgba(0,0,0,.22), 0 4px 12px rgba(0,0,0,.08);
  transform-origin: top left; animation: calIn .22s var(--ease);
}
.cal[hidden] { display: none; }
@keyframes calIn { from { opacity: 0; transform: translateY(-6px) scale(.97); } }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cal__title { font-size: 1rem; font-weight: 800; letter-spacing: -.01em; }
.cal__nav {
  width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink);
  font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background .2s, opacity .2s;
}
.cal__nav:hover:not(:disabled) { background: var(--lime); }
.cal__nav:disabled { opacity: .3; cursor: default; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; }
.cal__dow i { font-style: normal; font-size: .72rem; font-weight: 700; color: var(--muted); padding: 4px 0 8px; }
.cal__dow i:last-child { color: #c0392b; }
.cal__day {
  aspect-ratio: 1; border: 0; border-radius: 50%; background: none; font: inherit; font-size: .9rem; font-weight: 600;
  color: var(--ink); cursor: pointer; transition: background .15s, color .15s, transform .15s;
}
.cal__day:hover:not(:disabled) { background: rgba(255,198,41,.35); }
.cal__day:active:not(:disabled) { transform: scale(.92); }
.cal__day.is-today { box-shadow: inset 0 0 0 2px var(--lime); }
.cal__day.is-selected { background: var(--lime); color: var(--night); font-weight: 900; box-shadow: 0 6px 14px rgba(255,198,41,.5); }
.cal__day:disabled { color: rgba(17,17,17,.22); cursor: default; }
.cal__foot { display: flex; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.cal__quick {
  flex: 1; padding: 9px 0; border: 0; border-radius: 999px; background: var(--paper); font: inherit; font-size: .85rem;
  font-weight: 700; color: var(--ink); cursor: pointer; transition: background .2s;
}
.cal__quick:hover { background: var(--lime); }
.form-msg { margin: 0; font-weight: 600; min-height: 1.2em; }
.form-msg.is-error { color: #8a1c00; }
.form-msg a { color: var(--night); font-weight: 800; }

/* Footer */
.footer { background: var(--night); color: var(--muted-dark); padding: 40px 0 28px; border-top: 1px solid var(--line-dark); }
.footer__big { font-size: clamp(3rem, 12vw, 10rem); font-weight: 900; letter-spacing: -.06em; line-height: 1.02; color: var(--white); margin: 0 0 36px; }
.footer__big .brand + .brand { color: var(--lime); font-style: italic; }
.brand { white-space: nowrap; }
.footer__big .brand { display: inline-block; }
.footer__inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid var(--line-dark); }
.footer__inner p { margin: 0; }
.footer__links { list-style: none; padding: 0; margin: 0; display: flex; gap: 24px; flex-wrap: wrap; }
.footer__links a { text-decoration: none; color: var(--white); font-weight: 600; }
.footer__links a:hover { color: var(--lime); }
.footer__copy { margin: 20px 0 0; font-size: .85rem; }

/* FAB */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; background: var(--lime); color: var(--night);
  box-shadow: 0 12px 28px rgba(255,198,41,.45); transition: transform .3s var(--ease);
}
.fab svg { width: 24px; height: 24px; }
.fab:hover { transform: scale(1.08) rotate(-8deg); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .sauce__inner { grid-template-columns: auto 1fr; }
  .sauce__img { display: none; }
}

@media (max-width: 860px) {
  .about__inner, .booking__inner { grid-template-columns: 1fr; }
  .about__media { height: 440px; }
  .booking__visual { min-height: 340px; }
  .branches__tools { align-items: stretch; width: 100%; }
  .search { width: 100%; }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 76px 16px auto; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px; border-radius: 24px; background: var(--night-2); border: 1px solid var(--line-dark);
    opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .3s var(--ease);
  }
  .nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav a:not(.btn) { padding: 14px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--line-dark); }
  .nav .btn { margin-top: 12px; }
  .hero__scroll { display: none; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .dish--featured, .dish--wide, .dish--half { grid-column: auto; grid-row: span 1; }
  .dish--featured .dish__body { padding: 22px; }
  .why__grid { grid-template-columns: 1fr; }
  .sauce__inner { grid-template-columns: 1fr; }
  .sauce__num { font-size: 8rem; }
  .form-row { grid-template-columns: 1fr; }
  .about__sticker { width: 104px; height: 104px; bottom: -20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .hero__title .line { opacity: 1; transform: none; }
}
