:root {
  --red: #ec2121;
  --red-dark: #b70f16;
  --ink: #111111;
  --paper: #ffffff;
  --smoke: #f1f1ee;
  --muted: #5a5a56;
  --line: #d8d8d2;
  --gold: #d5ad52;
  --radius: 14px;
  --shadow: 0 16px 42px rgba(17, 17, 17, 0.16);
  --page: min(1180px, calc(100vw - 40px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; color: #111; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-shell { min-height: 100vh; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--page);
  margin: 0 auto;
  padding: 24px 0;
  color: #fff;
}
.site-header.on-light { position: relative; color: var(--ink); }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; }
.brand-mark img { width: 62px; height: 62px; object-fit: contain; border-radius: 50%; box-shadow: 0 5px 18px rgba(0,0,0,.22); }
.brand-mark span { font-size: 1.05rem; letter-spacing: -.02em; }
.header-nav { display: flex; align-items: center; gap: 8px; }
.header-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.site-header:not(.on-light) .header-nav a { background: rgba(0,0,0,.48); }
.header-nav a[aria-current="page"] { background: var(--red); color: #000; }
.site-header:not(.on-light) .header-nav a[aria-current="page"] { background: var(--red); color: #000; }

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100dvh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #171411;
  color: #fff;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/cover.webp") center 40% / cover no-repeat;
  transform: scale(1.01);
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.32) 45%, rgba(0,0,0,.9) 100%);
}
.hero-inner {
  width: var(--page);
  margin: 0 auto;
  padding: 180px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
}
.hero-copy h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(3.4rem, 6vw, 5rem); line-height: .86; letter-spacing: -.04em; text-transform: uppercase; }
.hero-copy p { max-width: 590px; margin: 0; color: #f6f2ed; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: grid; gap: 12px; }
.action-link { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-radius: 14px; text-decoration: none; font-weight: 900; background: #fff; color: #111; box-shadow: 0 13px 34px rgba(0,0,0,.22); transition: transform .2s ease-out, background-color .2s ease-out; }
.action-link.primary { background: var(--red); color: #000; }
.action-link:hover { transform: translateY(-3px); }
.action-link svg { flex: 0 0 auto; }

.quick-facts { background: var(--red); color: #000; }
.quick-facts-inner { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr 1fr; }
.fact { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.35); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact strong { display: block; margin-bottom: 5px; font-size: 1.05rem; }
.fact span { color: #000; }

.home-menu-preview { overflow: hidden; background: var(--smoke); }
.preview-inner { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 720px; }
.preview-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(70px, 10vw, 130px) clamp(30px, 6vw, 80px) clamp(70px, 10vw, 110px) 0; }
.preview-copy h2, .contact-copy h2, .proposal-hero h1, .menu-intro h1 { margin: 0; font-size: clamp(2.9rem, 7vw, 6.4rem); line-height: .88; letter-spacing: -.04em; text-transform: uppercase; }
.preview-copy p { max-width: 52ch; color: var(--muted); font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; color: var(--red-dark); }
.preview-photos { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: 70px 0; transform: rotate(-2deg); }
.preview-photos img { width: 100%; height: 310px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.preview-photos img:nth-child(2) { margin-top: 80px; }
.preview-photos img:nth-child(3) { margin-top: -30px; }
.preview-photos img:nth-child(4) { margin-top: 40px; }

.contact-section { background: var(--ink); color: #fff; }
.contact-inner { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: clamp(80px, 12vw, 150px) 0; }
.contact-copy p { max-width: 50ch; color: #d7d7d2; }
.contact-links { display: grid; align-content: center; }
.contact-links a { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 74px; padding: 18px 0; border-bottom: 1px solid #484844; text-decoration: none; font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 800; }
.contact-links a:hover { color: #ff6868; }

.home-page { background: #f7f5f0; }
.home-page .site-header { color: #000; }
.home-page .site-header .header-nav a { background: rgba(0,0,0,.2); color: #fff; }
.home-page .site-header .header-nav a[aria-current="page"] { background: #fff; color: var(--red-dark); }
.brand-hero { position: relative; isolation: isolate; min-height: 920px; overflow: hidden; padding: 170px 0 130px; background-color: var(--red); background-image: radial-gradient(circle at 18% 22%, rgba(255,255,255,.08) 0 1px, transparent 2px), radial-gradient(circle at 78% 64%, rgba(0,0,0,.06) 0 1px, transparent 2px); background-size: 27px 27px, 39px 39px; color: #fff; }
.brand-hero::before { content: ""; position: absolute; z-index: -1; width: 72vw; height: 68%; right: -18vw; top: 7%; background: rgba(255,255,255,.035); clip-path: polygon(8% 0, 100% 5%, 91% 100%, 0 88%, 4% 52%); transform: rotate(-7deg); }
.brand-hero::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: -1px; height: 74px; background: #f7f5f0; clip-path: polygon(0 72%, 4% 58%, 9% 67%, 14% 45%, 20% 62%, 27% 42%, 33% 56%, 40% 32%, 46% 53%, 53% 34%, 61% 50%, 68% 25%, 75% 43%, 83% 18%, 91% 34%, 100% 8%, 100% 100%, 0 100%); }
.brand-hero-inner { width: min(760px, calc(100vw - 40px)); margin: 0 auto; display: grid; justify-items: center; text-align: center; }
.brand-word { display: grid; margin: 10px 0 24px; font-size: clamp(6.8rem, 15vw, 12rem); font-weight: 950; line-height: .67; letter-spacing: -.085em; text-transform: uppercase; }
.brand-word span:last-of-type { padding-left: .21em; }
.brand-word small { margin-top: .8em; font-size: clamp(.8rem, 1.7vw, 1.15rem); font-weight: 650; letter-spacing: .5em; line-height: 1; }
.brand-hero-copy { max-width: 48ch; margin: 12px auto 32px; color: #000; font-size: 1.02rem; font-weight: 650; }
.hero-menu-action { width: min(470px, 100%); min-height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px 24px; background: #fff; color: var(--red); border-radius: 999px; box-shadow: 0 18px 40px rgba(92,0,0,.22); text-decoration: none; font-size: 1.35rem; font-weight: 950; text-align: left; transition: transform .2s ease-out; }
.hero-menu-action:hover { transform: translateY(-3px); }
.hero-menu-action svg { width: 1.5em; height: 1.5em; }
.hero-menu-action svg:last-child { justify-self: end; }
.hero-shortcuts { width: min(520px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.hero-shortcuts a { min-height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 14px 8px; border-right: 1px solid rgba(0,0,0,.22); color: #000; text-decoration: none; font-weight: 850; }
.hero-shortcuts a:last-child { border-right: 0; }
.hero-shortcuts svg { width: 2rem; height: 2rem; }
.home-page .site-header a:focus-visible, .brand-hero .hero-shortcuts a:focus-visible { outline-color: #fff; }
.brand-hero .hero-menu-action:focus-visible { outline-color: #000; }
.home-categories, .home-featured { width: var(--page); margin: 0 auto; padding: 90px 0; }
.home-section-heading > span, .information-panel > span { display: block; margin-bottom: 14px; color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.home-section-heading h2, .information-panel h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.category-shortcuts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 42px; }
.category-shortcuts a { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: #e7e5df; color: var(--ink); text-decoration: none; font-weight: 900; transition: background-color .2s ease-out, color .2s ease-out, transform .2s ease-out; }
.category-shortcuts a:first-child, .category-shortcuts a:hover { background: var(--red); color: #000; transform: translateY(-3px); }
.category-shortcuts svg { width: 2.6rem; height: 2.6rem; stroke-width: 1.5; }
.home-featured { padding-top: 50px; }
.featured-foods { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 280px 280px; gap: 12px; margin-top: 48px; }
.featured-food { position: relative; overflow: hidden; color: #fff; text-decoration: none; background: #222; }
.featured-food--large { grid-row: span 2; }
.featured-food::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.featured-food img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.featured-food:hover img { transform: scale(1.03); }
.featured-food > span { position: absolute; z-index: 1; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 24px; }
.featured-food strong { max-width: 28ch; font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1; }
.featured-food small { flex: 0 0 auto; color: #ff7373; font-size: .95rem; font-weight: 900; }
.featured-all { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 16px 22px; background: var(--red); color: #000; text-decoration: none; font-weight: 950; }
.home-information { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; margin-top: 50px; background: var(--ink); color: #fff; }
.information-photo { min-height: 720px; background: url("/assets/cover.webp") center / cover no-repeat; }
.information-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); }
.information-panel > span { color: #aaa; }
.information-panel h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.information-panel dl { margin: 42px 0; }
.information-panel dl div { padding: 18px 0; border-bottom: 1px solid #424240; }
.information-panel dt { color: #aaa; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.information-panel dd { margin: 4px 0 0; font-size: 1rem; }
.information-links { display: grid; }
.information-links a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #424240; color: #fff; text-decoration: none; font-size: 1.15rem; font-weight: 850; }
.information-links a:hover { color: #ff7373; }

.menu-page { background: #f4f1eb; min-height: 100vh; }
.menu-page .site-header.on-light { background: var(--ink); color: #fff; width: 100%; padding-inline: max(20px, calc((100vw - 1180px) / 2)); }
.menu-page .site-header.on-light .header-nav a:not([aria-current="page"]) { background: #292927; }
.menu-intro { position: relative; width: 100%; min-height: 620px; margin: 0; padding: clamp(80px, 12vw, 150px) max(20px, calc((100vw - 1180px) / 2)) 70px; display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(40px, 8vw, 120px); align-items: end; overflow: hidden; background: var(--red); color: #000; }
.menu-intro::after { content: "52"; position: absolute; right: -0.06em; top: -.22em; color: rgba(255,255,255,.19); font-size: clamp(17rem, 40vw, 38rem); font-weight: 950; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.menu-cover-copy, .menu-cover-note { position: relative; z-index: 1; }
.menu-volume { display: block; margin-bottom: 24px; font-size: .78rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.menu-page .menu-intro h1 { font-size: clamp(5rem, 15vw, 12rem); line-height: .72; letter-spacing: -.075em; }
.menu-cover-note { display: grid; gap: 28px; padding-bottom: 6px; }
.menu-cover-note strong { font-size: clamp(2rem, 4vw, 3.8rem); line-height: .88; letter-spacing: -.05em; text-transform: uppercase; }
.menu-cover-note p { max-width: 38ch; margin: 0; color: #160000; font-size: 1rem; }
.menu-tools-wrap { position: sticky; top: 0; z-index: 15; background: rgba(17,17,17,.97); color: #fff; border-bottom: 1px solid #333; }
.menu-tools { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.search-box { display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 0 18px 0 0; border-right: 1px solid #3b3b39; }
.search-box svg { color: var(--red); }
.search-box input { width: 100%; border: 0; outline: 0; color: #fff; background: transparent; }
.search-box input::placeholder { color: #aaa; }
.clear-search { border: 0; background: transparent; color: #fff; padding: 10px; cursor: pointer; }
.category-index { position: relative; }
.category-index summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-left: 24px; cursor: pointer; font-weight: 900; list-style: none; }
.category-index summary::-webkit-details-marker { display: none; }
.category-index summary span { color: var(--red); font-size: 1.5rem; transition: transform .2s ease-out; }
.category-index[open] summary span { transform: rotate(45deg); }
.category-index-list { position: absolute; top: 100%; right: 0; width: min(590px, 92vw); display: grid; grid-template-columns: 1fr 1fr; padding: 18px; background: var(--ink); box-shadow: 0 22px 40px rgba(0,0,0,.3); }
.category-link { display: grid; grid-template-columns: 38px 1fr; align-items: baseline; gap: 10px; min-height: 48px; padding: 12px 10px; border-bottom: 1px solid #343432; color: #fff; text-decoration: none; font-size: .9rem; font-weight: 750; }
.category-link:hover { color: #ff6b6b; }
.category-link span { color: var(--red); font-size: .72rem; letter-spacing: .12em; }
.menu-content { width: var(--page); margin: 0 auto; padding: 24px 0 120px; }
.result-count { margin: 0 0 80px; color: var(--muted); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.menu-category { position: relative; scroll-margin-top: 90px; margin: 0 0 150px; }
.chapter-heading { display: grid; grid-template-columns: 70px minmax(0,1fr) auto; gap: 24px; align-items: start; padding: 0 0 28px; border-bottom: 1px solid currentColor; }
.chapter-heading h2 { max-width: 930px; margin: 0; font-size: clamp(2.6rem, 6.5vw, 6.5rem); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.chapter-number { padding-top: .45em; color: var(--red-dark); font-size: .82rem; font-weight: 950; letter-spacing: .16em; }
.chapter-count { padding-top: .25em; white-space: nowrap; color: var(--muted); font-size: .78rem; font-weight: 850; text-transform: uppercase; }
.chapter-layout { display: grid; }
.catalog-item { min-width: 0; }
.item-image-wrap { position: relative; margin: 0; overflow: hidden; background: #d8d4cc; }
.item-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.catalog-item:hover .item-image-wrap img { transform: scale(1.025); }
.item-number { position: absolute; left: 14px; top: 14px; min-width: 34px; padding: 7px 8px; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 950; text-align: center; letter-spacing: .08em; }
.item-copy { padding: 20px 0; }
.item-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: baseline; }
.item-title-row h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.02; letter-spacing: -.025em; }
.item-title-row strong { color: var(--red-dark); white-space: nowrap; font-size: 1rem; }
.item-description { margin: 12px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }

.chapter--notice { margin-bottom: 100px; }
.chapter--notice .chapter-heading { grid-template-columns: 70px 1fr auto; }
.chapter--notice .chapter-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.chapter--notice .chapter-layout { margin-left: 94px; }
.chapter--notice .catalog-item { display: grid; grid-template-columns: 190px 1fr; align-items: center; background: #fff; border-top: 8px solid var(--red); }
.chapter--notice .item-image-wrap { height: 190px; }
.chapter--notice .item-copy { padding: 28px 34px; }

.chapter--featured .chapter-layout { grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 30px; background: var(--ink); }
.chapter--featured .catalog-item { position: relative; min-height: 520px; overflow: hidden; background: var(--ink); color: #fff; }
.chapter--featured .item-image-wrap { height: 100%; }
.chapter--featured .item-image-wrap::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.94)); }
.chapter--featured .item-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 28px; }
.chapter--featured .item-title-row { display: block; }
.chapter--featured .item-title-row h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.chapter--featured .item-title-row strong { display: block; margin-top: 8px; color: #ff5f5f; font-size: 1.2rem; }
.chapter--featured .item-description { color: #ddd; }

.chapter--burgers .chapter-layout { grid-template-columns: repeat(12, 1fr); gap: 34px 18px; margin-top: 30px; }
.chapter--burgers .catalog-item { grid-column: span 4; }
.chapter--burgers .catalog-item:nth-child(1), .chapter--burgers .catalog-item:nth-child(8) { grid-column: span 8; }
.chapter--burgers .catalog-item:nth-child(2), .chapter--burgers .catalog-item:nth-child(9) { grid-column: span 4; }
.chapter--burgers .item-image-wrap { aspect-ratio: 4 / 3; }
.chapter--burgers .catalog-item:nth-child(1) .item-image-wrap, .chapter--burgers .catalog-item:nth-child(8) .item-image-wrap { aspect-ratio: 16 / 7; }

.chapter--dark { z-index: 0; padding: 110px 0; color: #fff; }
.chapter--dark::before { content: ""; position: absolute; z-index: -1; inset: 0 50%; width: 100vw; transform: translateX(-50%); background: var(--ink); }
.chapter--dark .chapter-number, .chapter--dark .item-title-row strong { color: #ff5f5f; }
.chapter--dark .chapter-count, .chapter--dark .item-description { color: #bbb; }
.chapter--dark .chapter-layout { grid-template-columns: repeat(3, 1fr); gap: 34px 18px; margin-top: 34px; }
.chapter--dark .item-image-wrap { aspect-ratio: 1 / 1; }
.chapter--dark .catalog-item:nth-child(even) { transform: translateY(42px); }

.chapter--kids .chapter-heading { border-bottom-color: #000; }
.chapter--kids .chapter-layout { margin-top: 28px; }
.chapter--kids .catalog-item { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 500px; background: var(--red); color: #000; }
.chapter--kids .item-image-wrap { min-height: 500px; }
.chapter--kids .item-copy { display: flex; flex-direction: column; justify-content: end; padding: 45px; }
.chapter--kids .item-title-row { display: block; }
.chapter--kids .item-title-row h3 { font-size: clamp(3rem, 6vw, 6rem); text-transform: uppercase; }
.chapter--kids .item-title-row strong { display: block; margin-top: 14px; color: #000; font-size: 1.4rem; }
.chapter--kids .item-description { color: #1a0000; }

.chapter--compact .chapter-layout, .chapter--sauces .chapter-layout, .chapter--drinks .chapter-layout { grid-template-columns: repeat(2, 1fr); column-gap: 52px; }
.chapter--compact .catalog-item, .chapter--sauces .catalog-item, .chapter--drinks .catalog-item { display: grid; grid-template-columns: 112px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.chapter--compact .item-image-wrap, .chapter--sauces .item-image-wrap, .chapter--drinks .item-image-wrap { width: 112px; height: 112px; border-radius: 50%; }
.chapter--compact .item-copy, .chapter--sauces .item-copy, .chapter--drinks .item-copy { padding: 5px 0; }
.chapter--sauces .chapter-layout { grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 28px; }
.chapter--sauces .catalog-item { display: block; padding: 0; border: 0; }
.chapter--sauces .item-image-wrap { width: 100%; height: auto; aspect-ratio: 1; border-radius: 0; }
.chapter--sauces .item-title-row { display: block; }
.chapter--sauces .item-title-row strong { display: block; margin-top: 7px; }
.chapter--drinks .item-image-wrap { border-radius: 0; }

.chapter--dessert .chapter-layout { grid-template-columns: 1.4fr .6fr; gap: 18px; margin-top: 30px; }
.chapter--dessert .catalog-item { position: relative; min-height: 460px; overflow: hidden; background: #2a211b; color: #fff; }
.chapter--dessert .item-image-wrap { height: 100%; }
.chapter--dessert .item-image-wrap::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.chapter--dessert .item-copy { position: absolute; z-index: 1; inset: auto 0 0; padding: 26px; }
.chapter--dessert .item-title-row { display: block; }
.chapter--dessert .item-title-row strong { display: block; margin-top: 8px; color: #ff6b6b; }
.chapter--dessert .item-description { color: #ddd; }
.empty-state { padding: 70px 20px; text-align: center; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.empty-state h2 { margin: 0 0 8px; }

.order-strip { background: var(--red); color: #000; }
.order-strip-inner { width: var(--page); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 0; }
.order-strip h2 { margin: 0; font-size: clamp(1.6rem, 4vw, 3.1rem); line-height: .95; letter-spacing: -.035em; }
.order-strip a { flex: 0 0 auto; min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 13px 17px; background: #fff; color: var(--ink); border-radius: 12px; text-decoration: none; font-weight: 900; }

.proposal-page { background: #f6f6f3; }
.proposal-hero { background: var(--ink); color: #fff; }
.proposal-hero-inner { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; padding: 90px 0 72px; }
.proposal-hero h1 { max-width: 830px; }
.proposal-hero p { max-width: 52ch; color: #d8d8d3; margin: 0; }
.proposal-section { width: var(--page); margin: 0 auto; padding: 85px 0; }
.proposal-section + .proposal-section { border-top: 1px solid var(--line); }
.proposal-section h2 { max-width: 900px; margin: 0 0 28px; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.04em; }
.proposal-section > p { max-width: 74ch; color: var(--muted); }
.evidence-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.evidence-item { padding: 24px; background: #fff; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(17,17,17,.06); }
.evidence-item strong { display: block; font-size: 2.5rem; color: var(--red); line-height: 1; margin-bottom: 12px; }
.scope-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.scope-columns h3 { font-size: 1.35rem; }
.scope-columns ul { padding-left: 20px; }
.scope-columns li + li { margin-top: 10px; }
.setup-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; background: var(--red); color: #000; padding: clamp(32px, 6vw, 70px); border-radius: var(--radius); }
.setup-price { font-size: clamp(3.5rem, 8vw, 7.5rem); font-weight: 900; line-height: .82; letter-spacing: -.04em; }
.setup-copy p { margin: 8px 0; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 38px; }
.plan { display: flex; flex-direction: column; padding: 26px; background: #fff; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(17,17,17,.07); }
.plan h3 { margin: 0; font-size: 1.45rem; }
.plan-price { margin: 12px 0 24px; color: var(--red-dark); font-size: 2.35rem; font-weight: 900; letter-spacing: -.04em; }
.plan-price span { font-size: .9rem; color: var(--muted); letter-spacing: 0; }
.plan ul { margin: 0; padding-left: 20px; }
.plan li + li { margin-top: 9px; }
.journey { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.journey li { list-style: none; background: #fff; padding: 20px; font-weight: 800; }
.journey strong { display: block; color: var(--red-dark); font-size: .8rem; margin-bottom: 8px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 22px 0; font-weight: 900; font-size: 1.1rem; }
.faq p { max-width: 76ch; margin: 0 0 22px; color: var(--muted); }
.proposal-cta { background: var(--ink); color: #fff; }
.proposal-cta-inner { width: var(--page); margin: 0 auto; padding: 85px 0; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.proposal-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.5rem, 6vw, 5.6rem); line-height: .9; letter-spacing: -.04em; }
.proposal-action { min-height: 62px; display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; padding: 17px 20px; border-radius: 14px; background: var(--red); color: #000; text-decoration: none; font-weight: 900; }

.site-footer { background: #090909; color: #d7d7d2; }
.footer-inner { width: var(--page); margin: 0 auto; min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; }
.footer-inner a { color: #fff; }
.footer-links { display: flex; gap: 18px; }

@media (max-width: 860px) {
  :root { --page: min(100% - 28px, 680px); }
  .site-header { padding: 16px 0; }
  .brand-mark img { width: 50px; height: 50px; }
  .brand-mark span { display: none; }
  .header-nav a { padding: 9px 11px; font-size: .86rem; }
  .hero-inner, .proposal-hero-inner, .contact-inner { grid-template-columns: 1fr; }
  .home-hero { min-height: 100dvh; }
  .hero-inner { padding: 145px 0 32px; gap: 32px; }
  .hero-copy h1 { font-size: clamp(3rem, 11.5vw, 4.4rem); }
  .home-hero::before { background-position: 62% center; }
  .quick-facts-inner { grid-template-columns: 1fr; padding: 8px 0; }
  .fact, .fact:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .fact:last-child { border-bottom: 0; }
  .preview-inner { grid-template-columns: 1fr; }
  .preview-copy { padding: 70px 0 24px; }
  .preview-photos { padding: 24px 0 72px; }
  .preview-photos img { height: 220px; }
  .contact-inner { gap: 36px; }
  .brand-hero { min-height: 860px; padding: 140px 0 120px; }
  .brand-word { font-size: clamp(6rem, 22vw, 9rem); }
  .home-categories, .home-featured { padding: 72px 0; }
  .category-shortcuts { grid-template-columns: 1fr 1fr; }
  .featured-foods { grid-template-columns: 1fr; grid-template-rows: 500px 320px 320px; }
  .featured-food--large { grid-row: auto; }
  .home-information { grid-template-columns: 1fr; }
  .information-photo { min-height: 520px; }
  .information-panel { padding: 72px max(14px, calc((100vw - 680px) / 2)); }
  .menu-intro { min-height: 540px; grid-template-columns: 1fr; align-content: end; gap: 40px; padding-top: 100px; }
  .menu-cover-note { grid-template-columns: .6fr 1.4fr; align-items: end; }
  .menu-page .menu-intro h1 { font-size: clamp(5rem, 20vw, 8rem); }
  .menu-content { padding-bottom: 80px; }
  .result-count { margin-bottom: 60px; }
  .menu-category { margin-bottom: 100px; }
  .chapter-heading { grid-template-columns: 46px minmax(0,1fr); gap: 12px; }
  .chapter-heading h2 { font-size: clamp(2.3rem, 10vw, 4.8rem); }
  .chapter-count { grid-column: 2; padding: 0; }
  .chapter--notice .chapter-heading { grid-template-columns: 46px 1fr; }
  .chapter--notice .chapter-layout { margin-left: 58px; }
  .chapter--featured .chapter-layout { grid-template-columns: 1fr; }
  .chapter--featured .catalog-item { min-height: 470px; }
  .chapter--burgers .catalog-item, .chapter--burgers .catalog-item:nth-child(1), .chapter--burgers .catalog-item:nth-child(8), .chapter--burgers .catalog-item:nth-child(2), .chapter--burgers .catalog-item:nth-child(9) { grid-column: span 6; }
  .chapter--burgers .catalog-item:nth-child(1) .item-image-wrap, .chapter--burgers .catalog-item:nth-child(8) .item-image-wrap { aspect-ratio: 4 / 3; }
  .chapter--dark { padding: 80px 0 110px; }
  .chapter--dark .chapter-layout { grid-template-columns: repeat(2, 1fr); }
  .chapter--kids .catalog-item { grid-template-columns: 1fr; }
  .chapter--kids .item-image-wrap { min-height: 420px; }
  .chapter--compact .chapter-layout, .chapter--drinks .chapter-layout { grid-template-columns: 1fr; }
  .chapter--sauces .chapter-layout { grid-template-columns: repeat(3, 1fr); }
  .order-strip-inner, .proposal-cta-inner { align-items: flex-start; flex-direction: column; }
  .evidence-list, .plans { grid-template-columns: 1fr; }
  .scope-columns, .setup-block { grid-template-columns: 1fr; }
  .journey { grid-template-columns: 1fr; }
  .proposal-hero-inner { padding: 58px 0; gap: 24px; }
  .proposal-section { padding: 62px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .site-header .header-nav { gap: 3px; }
  .site-header .header-nav a { padding: 8px 9px; font-size: .78rem; }
  .site-header:not(.on-light) .header-nav a:first-child,
  .menu-page .site-header .header-nav a:first-child,
  .proposal-page .site-header .header-nav a:first-child { display: none; }
  .brand-mark img { width: 46px; height: 46px; }
  .home-hero .hero-copy h1 { font-size: clamp(2.7rem, 11.2vw, 3.2rem); }
  .brand-hero { min-height: 790px; padding-top: 125px; }
  .brand-hero-inner { width: min(100% - 28px, 420px); }
  .brand-word { font-size: clamp(5.2rem, 27vw, 7.2rem); }
  .brand-word small { font-size: .7rem; letter-spacing: .38em; }
  .brand-hero-copy { max-width: 34ch; font-size: .92rem; }
  .hero-menu-action { min-height: 68px; padding: 14px 20px; font-size: 1.15rem; }
  .hero-shortcuts { margin-top: 18px; }
  .hero-shortcuts a { min-height: 96px; font-size: .82rem; }
  .hero-shortcuts svg { width: 1.7rem; height: 1.7rem; }
  .home-categories, .home-featured { padding: 62px 0; }
  .home-section-heading h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .category-shortcuts { gap: 8px; margin-top: 30px; }
  .category-shortcuts a { min-height: 122px; padding: 16px; font-size: .86rem; }
  .category-shortcuts svg { width: 2.2rem; height: 2.2rem; }
  .featured-foods { grid-template-rows: 430px 300px 340px; margin-top: 32px; }
  .featured-food > span { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
  .featured-food strong { font-size: 1.35rem; }
  .information-photo { min-height: 390px; }
  .information-panel { padding: 60px 14px; }
  .information-panel h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .proposal-hero h1 { font-size: clamp(2.7rem, 13vw, 3.4rem); }
  .hero-copy p { font-size: 1rem; }
  .action-link { min-height: 56px; }
  .preview-photos { gap: 8px; }
  .preview-photos img { height: 170px; }
  .menu-page .site-header.on-light { padding-inline: 14px; }
  .menu-intro { min-height: 500px; padding-inline: 14px; padding-bottom: 42px; }
  .menu-intro::after { right: -.12em; top: .02em; font-size: 18rem; }
  .menu-page .menu-intro h1 { font-size: clamp(3.8rem, 18vw, 5rem); }
  .menu-cover-note { grid-template-columns: 1fr; gap: 16px; }
  .menu-cover-note strong { font-size: 1.8rem; }
  .menu-tools { grid-template-columns: 1fr auto; }
  .search-box { min-height: 58px; padding-right: 8px; }
  .search-box input::placeholder { color: transparent; }
  .category-index summary { min-height: 58px; width: 58px; overflow: hidden; padding: 0; justify-content: center; font-size: 0; }
  .category-index summary span { font-size: 1.5rem; }
  .category-index-list { grid-template-columns: 1fr; max-height: calc(100dvh - 58px); overflow-y: auto; }
  .menu-content { padding-top: 18px; }
  .result-count { margin-bottom: 52px; }
  .menu-category { margin-bottom: 84px; }
  .chapter-heading { grid-template-columns: 36px minmax(0,1fr); gap: 8px; }
  .chapter-heading h2 { overflow-wrap: anywhere; font-size: clamp(2rem, 10.8vw, 3.25rem); }
  .chapter-count { grid-column: 2; }
  .chapter--notice .chapter-heading { grid-template-columns: 36px 1fr; }
  .chapter--notice .chapter-layout { margin-left: 0; }
  .chapter--notice .catalog-item { grid-template-columns: 1fr; }
  .chapter--notice .item-image-wrap { height: 230px; }
  .chapter--notice .item-copy { padding: 24px 20px; }
  .chapter--featured .catalog-item { min-height: 430px; }
  .chapter--featured .item-copy { padding: 22px; }
  .chapter--burgers .chapter-layout { gap: 24px 10px; }
  .chapter--burgers .catalog-item, .chapter--burgers .catalog-item:nth-child(1), .chapter--burgers .catalog-item:nth-child(8), .chapter--burgers .catalog-item:nth-child(2), .chapter--burgers .catalog-item:nth-child(9) { grid-column: span 6; }
  .chapter--burgers .item-copy { padding: 12px 0; }
  .chapter--burgers .item-title-row { grid-template-columns: 1fr; gap: 5px; }
  .chapter--burgers .item-title-row strong { grid-row: 1; font-size: .85rem; }
  .chapter--burgers .item-title-row h3 { grid-row: 2; font-size: 1rem; }
  .chapter--burgers .item-description { font-size: .78rem; line-height: 1.4; }
  .chapter--dark { padding: 64px 0 90px; }
  .chapter--dark .chapter-layout { grid-template-columns: 1fr 1fr; gap: 24px 10px; }
  .chapter--dark .catalog-item:nth-child(even) { transform: translateY(26px); }
  .chapter--dark .item-copy { padding: 12px 0; }
  .chapter--dark .item-title-row { grid-template-columns: 1fr; gap: 5px; }
  .chapter--dark .item-title-row h3 { font-size: 1rem; }
  .chapter--dark .item-description { font-size: .78rem; }
  .chapter--kids .catalog-item { min-height: 0; }
  .chapter--kids .item-image-wrap { height: 280px; min-height: 0; }
  .chapter--kids .item-copy { min-width: 0; padding: 26px 20px; }
  .chapter--kids .item-title-row { min-width: 0; }
  .chapter--kids .item-title-row h3 { min-width: 0; max-width: 100%; font-size: clamp(1.55rem, 7.6vw, 2.05rem); overflow-wrap: anywhere; }
  .chapter--kids .item-description { font-size: .88rem; line-height: 1.5; }
  .chapter--burgers .chapter-layout, .chapter--dark .chapter-layout { grid-template-columns: 1fr; gap: 0; }
  .chapter--burgers .catalog-item, .chapter--burgers .catalog-item:nth-child(1), .chapter--burgers .catalog-item:nth-child(8), .chapter--burgers .catalog-item:nth-child(2), .chapter--burgers .catalog-item:nth-child(9), .chapter--dark .catalog-item { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(126px, 42%) 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); transform: none; }
  .chapter--dark .catalog-item { border-bottom-color: #3b3b39; }
  .chapter--burgers .item-image-wrap, .chapter--burgers .catalog-item:nth-child(1) .item-image-wrap, .chapter--burgers .catalog-item:nth-child(8) .item-image-wrap, .chapter--dark .item-image-wrap { aspect-ratio: 1; }
  .chapter--burgers .item-copy, .chapter--dark .item-copy { align-self: center; padding: 0; }
  .chapter--burgers .item-title-row, .chapter--dark .item-title-row { grid-template-columns: 1fr; }
  .chapter--burgers .item-description, .chapter--dark .item-description { font-size: .8rem; line-height: 1.45; }
  .chapter--compact .catalog-item, .chapter--drinks .catalog-item { grid-template-columns: 86px 1fr; gap: 14px; padding: 18px 0; }
  .chapter--compact .item-image-wrap, .chapter--drinks .item-image-wrap { width: 86px; height: 86px; }
  .chapter--compact .item-description, .chapter--drinks .item-description { font-size: .8rem; }
  .chapter--sauces .chapter-layout { grid-template-columns: 1fr 1fr; gap: 22px 10px; }
  .chapter--sauces .item-copy { padding-top: 10px; }
  .chapter--sauces .item-title-row h3 { font-size: 1rem; }
  .chapter--dessert .chapter-layout { grid-template-columns: 1fr; }
  .chapter--dessert .catalog-item { min-height: 410px; }
  .proposal-action { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
