:root {
  --ink: #07131f;
  --ink-soft: #132536;
  --cream: #f4efe4;
  --paper: #fffaf0;
  --red: #e52b20;
  --red-dark: #aa130d;
  --yellow: #ffc21c;
  --blue: #5bd7f5;
  --muted: #665f55;
  --line: rgba(7, 19, 31, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 19, 31, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 18px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.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; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 12px max(22px, calc((100vw - 1220px) / 2)); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled, .site-header:has(.main-nav.is-open) { background: rgba(7, 19, 31, .96); box-shadow: 0 12px 36px rgba(0, 0, 0, .2); backdrop-filter: blur(14px); }
.brand { width: 188px; position: relative; z-index: 2; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 38px; color: white; }
.main-nav a { position: relative; font-size: .83rem; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.main-nav a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-socials { display: flex; align-items: center; gap: 7px; }
.header-socials > span { display: none; }
.main-nav .header-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: white; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.main-nav .header-socials a::after { display: none; }
.main-nav .header-socials a:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }
.header-socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.header-socials svg path, .header-socials .social-dot { fill: currentColor; stroke: none; }
.nav-order { display: inline-flex; align-items: center; gap: 12px; padding: 13px 19px; background: var(--red); border: 2px solid var(--red); border-radius: 999px; box-shadow: 0 5px 0 var(--red-dark); }
.nav-order:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--red-dark); }
.nav-toggle { display: none; position: relative; z-index: 2; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 48px; height: 48px; padding: 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 0; background: white; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 820px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); background: var(--ink); color: white; }
.hero-copy { padding: 175px clamp(30px, 6vw, 110px) 90px max(30px, calc((100vw - 1180px) / 2)); align-self: center; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 25px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
.eyebrow span { font-size: 1.1rem; }
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.025em; line-height: .92; text-transform: uppercase; }
h1 { max-width: 760px; font-size: clamp(4.4rem, 7vw, 7.6rem); }
h1 em, h2 em { display: block; color: var(--red); font-style: normal; }
.hero-lead { max-width: 600px; margin: 30px 0 34px; color: #d8dee5; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions, .order-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 24px; border: 2px solid transparent; border-radius: 999px; font-size: .85rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--red); border-color: var(--red); box-shadow: 0 7px 0 var(--red-dark); }
.button-primary:hover { box-shadow: 0 10px 0 var(--red-dark); }
.button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.65); }
.button-outline:hover { color: var(--ink); background: white; }
.text-link { padding: 12px 0; color: white; font-size: .86rem; font-weight: 850; letter-spacing: .08em; text-decoration-thickness: 2px; text-underline-offset: 7px; text-transform: uppercase; }
.hero-notes { display: flex; gap: clamp(22px, 4vw, 54px); margin: 62px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.hero-notes li { display: grid; gap: 2px; }
.hero-notes strong { color: white; font-size: .9rem; text-transform: uppercase; }
.hero-notes span { color: #9aa8b5; font-size: .76rem; }
.hero-visual { min-height: 820px; position: relative; overflow: hidden; background: #121a20; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 27%), linear-gradient(0deg, rgba(7,19,31,.4), transparent 45%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.06); }
.orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transform: rotate(-28deg); pointer-events: none; }
.orbit-one { width: 480px; height: 140px; right: -80px; top: 22%; }
.orbit-two { width: 650px; height: 210px; right: -160px; top: 16%; }
.planet-label { position: absolute; z-index: 3; top: 22%; right: 8%; color: white; font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.hero-stamp { position: absolute; z-index: 3; right: 8%; bottom: 8%; width: 130px; aspect-ratio: 1; display: grid; place-content: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-family: Georgia, serif; font-size: .9rem; line-height: 1.2; text-align: center; transform: rotate(8deg); }
.hero-stamp b { font-size: 1.3rem; font-style: italic; }

.ticker { overflow: hidden; padding: 17px 0; background: var(--red); color: white; transform: rotate(-1.2deg) scale(1.02); transform-origin: center; box-shadow: 0 12px 0 var(--yellow); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: ticker 30s linear infinite; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 1.2rem; letter-spacing: .08em; }
.ticker-group { min-width: max(100vw, 820px); display: flex; flex-shrink: 0; align-items: center; justify-content: space-around; gap: 24px; }
.ticker i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(calc(-50% - 15px)); } }

.menu-section { padding-block: 145px 120px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .story-copy h2, .order-section h2 { font-size: clamp(3.6rem, 7vw, 7rem); }
.section-heading > p { max-width: 510px; margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; }
.section-heading.light { color: white; }
.section-heading.light > p { color: #b8c2cc; }
.menu-filters { display: flex; gap: 10px; padding-bottom: 30px; overflow-x: auto; scrollbar-width: none; }
.menu-filters::-webkit-scrollbar { display: none; }
.menu-filter { min-height: 46px; flex: 0 0 auto; padding: 10px 19px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.menu-filter:hover, .menu-filter.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.menu-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 38px; align-items: start; }
.menu-content { display: grid; gap: 18px; }
.menu-group { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(7,19,31,.04); }
.menu-group[hidden] { display: none; }
.menu-group.premium { color: white; background: var(--ink); }
.menu-group-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.menu-group-header > div { display: flex; align-items: center; gap: 15px; }
.menu-number { color: var(--red); font-family: Georgia, serif; font-size: .8rem; font-style: italic; }
.menu-group h3 { margin: 0; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: .025em; text-transform: uppercase; }
.price-pill, .included { flex: 0 0 auto; padding: 7px 13px; border-radius: 999px; color: white; background: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.included { color: var(--ink); background: var(--yellow); }
.classic-list { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.8; }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.menu-item { padding: 18px 0; border-top: 1px solid var(--line); }
.premium .menu-item { border-color: rgba(255,255,255,.14); }
.menu-item h4, .burger-list h4 { margin: 0 0 5px; font-size: 1rem; }
.menu-item p, .burger-list p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: .94rem; }
.premium .menu-item p { color: #b7c0c8; }
.pizza-item-prices { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 10px !important; color: var(--ink) !important; font-family: inherit !important; font-size: .72rem !important; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pizza-item-prices b { color: var(--red); }
.premium .pizza-item-prices { color: white !important; }
.premium .pizza-item-prices b { color: var(--yellow); }
.hot { display: inline-block; margin-left: 5px; padding: 2px 5px; border: 1px solid currentColor; color: var(--red); font-family: ui-sans-serif, sans-serif; font-size: .57rem; letter-spacing: .08em; vertical-align: 2px; }
.group-kicker { margin: -18px 0 13px 40px; color: var(--yellow); font-size: .68rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.custom-pizza { display: grid; gap: 12px; }
.custom-pizza > div { display: grid; grid-template-columns: 140px 1fr auto; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); align-items: center; }
.custom-pizza strong { text-transform: uppercase; }
.custom-pizza span { color: var(--muted); font-family: Georgia, serif; }
.custom-pizza b { font-size: 1.1rem; }
.priced-list > div { display: grid; grid-template-columns: 1fr auto; gap: 25px; padding: 18px 0; border-top: 1px solid var(--line); }
.priced-list span { min-width: 0; }
.priced-list b { text-align: right; font-size: .92rem; }
.priced-list small { display: block; margin-top: 4px; color: var(--muted); font-family: Georgia, serif; font-size: .9rem; }
.burger-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.burger-list > div { padding: 19px 0; border-top: 1px solid var(--line); }
.burger-list h4 { display: flex; justify-content: space-between; gap: 20px; }
.burger-list h4 b { color: var(--red); }
.menu-aside { position: sticky; top: 110px; display: grid; gap: 20px; }
.aside-image { height: 290px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.aside-image img { width: 100%; height: 100%; object-fit: cover; }
.extras-card { padding: 28px; border-radius: var(--radius); color: white; background: var(--red); transform: rotate(1.3deg); box-shadow: 10px 12px 0 var(--yellow); }
.scribble { font-family: Georgia, serif; font-style: italic; }
.extras-card h3 { margin: 2px 0 17px; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 2rem; text-transform: uppercase; }
.extras-card ul { margin: 0; padding: 0; list-style: none; }
.extras-card li { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-top: 1px dashed rgba(255,255,255,.45); font-size: .85rem; }
.extras-card li strong { white-space: nowrap; }
.extras-card p { margin: 18px 0 0; font-size: .75rem; opacity: .8; }

.promos-section { padding-block: 125px; background: var(--ink); position: relative; overflow: hidden; }
.promos-section::before { content: "PROMOS"; position: absolute; top: -80px; left: -20px; color: rgba(255,255,255,.025); font-family: Impact, sans-serif; font-size: 20vw; line-height: 1; }
.promo-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.promo-card { overflow: hidden; border-radius: 26px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.promo-card.yellow { background: var(--yellow); transform: rotate(-1deg); }
.promo-card.blue { background: var(--blue); transform: rotate(1deg); }
.promo-card img { width: 100%; height: auto; object-fit: contain; background: #02070d; }
.promo-copy { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 22px; color: var(--ink); }
.promo-copy > span { font-size: .82rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.promo-copy a { font-size: .76rem; font-weight: 900; text-underline-offset: 4px; text-transform: uppercase; }
.promo-note { position: relative; margin: 35px 0 0; color: #8b99a5; font-size: .78rem; text-align: center; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--paper); }
.story-image { min-height: 580px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.story-copy h2 { max-width: 700px; }
.story-copy > p:not(.eyebrow) { max-width: 620px; margin: 32px 0; color: var(--muted); font-size: 1.1rem; }
.story-copy blockquote { max-width: 520px; margin: 12px 0 0; padding-left: 22px; border-left: 4px solid var(--red); font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }
.social-block { display: grid; gap: 10px; margin-top: 28px; }
.social-block > span { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); font-size: .76rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-links a:hover { color: white; background: var(--red); transform: translateY(-2px); }
.social-links svg, .footer-social-link svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.social-links svg path, .footer-social-link svg path, .social-links .social-dot, .footer-social-link .social-dot { fill: currentColor; stroke: none; }
.local-map { max-width: 620px; margin-top: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); box-shadow: 0 16px 45px rgba(7,19,31,.12); }
.local-map iframe { width: 100%; height: 230px; display: block; border: 0; filter: saturate(.8) contrast(1.05); }
.local-map-info { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; }
.local-map-info > div { display: grid; gap: 2px; }
.local-map-info span { color: var(--red); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.local-map-info strong { font-size: .96rem; }
.local-map-info address { color: var(--muted); font-size: .76rem; font-style: normal; }
.local-map-info a { flex: 0 0 auto; color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-underline-offset: 5px; text-transform: uppercase; }
.opening-hours { padding: 0 20px 20px; }
.opening-hours-title { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 16px 0 12px; border-top: 1px solid var(--line); }
.opening-hours-title span { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.opening-hours-title small { color: var(--muted); font-size: .68rem; }
.opening-hours dl { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 28px; margin: 0; }
.opening-hours dl > div { display: flex; justify-content: space-between; gap: 15px; font-size: .75rem; }
.opening-hours dt { color: var(--muted); }
.opening-hours dd { margin: 0; font-weight: 750; text-align: right; }

.order-section { position: relative; padding: 130px 20px 145px; overflow: hidden; color: white; background: var(--red); text-align: center; }
.order-section::before, .order-section::after { content: ""; position: absolute; width: 450px; height: 160px; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-24deg); }
.order-section::before { left: -180px; top: 15%; }
.order-section::after { right: -180px; bottom: 15%; }
.order-section .eyebrow { justify-content: center; color: var(--yellow); }
.order-section h2 { position: relative; z-index: 1; }
.order-section h2 em { color: var(--yellow); }
.order-section > p:not(.eyebrow) { max-width: 660px; margin: 28px auto 34px; font-size: 1.08rem; }
.order-actions { justify-content: center; }
.order-section .button-primary { color: var(--ink); background: var(--yellow); border-color: var(--yellow); box-shadow: 0 7px 0 #af7900; }
.order-section address { margin-top: 45px; color: #ffd8d5; font-size: .86rem; font-style: normal; }
.order-stars { position: absolute; right: 8%; top: 16%; color: var(--yellow); font-size: 1.5rem; transform: rotate(12deg); }

.site-footer { padding: 70px max(22px, calc((100vw - 1180px) / 2)) 25px; color: white; background: #030a10; }
.footer-brand { display: block; width: min(350px, 70vw); }
.footer-brand img { width: 100%; height: auto; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; max-width: 820px; margin: 60px 0; }
.footer-nav > div { display: grid; gap: 10px; }
.footer-nav span { margin-bottom: 5px; color: #697986; font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav a { width: fit-content; color: #d6dde2; text-decoration-color: transparent; text-underline-offset: 4px; }
.footer-nav a:hover { text-decoration-color: var(--red); }
.footer-nav .footer-social-link { display: inline-flex; align-items: center; gap: 8px; }
.footer-social-link svg { width: 17px; height: 17px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #697986; font-size: .73rem; }
.mobile-order { display: none; }

@media (max-width: 980px) {
  .site-header:has(.main-nav.is-open) { height: 100vh; height: 100dvh; align-items: flex-start; background: var(--ink); backdrop-filter: none; }
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 100px 30px; background: var(--ink); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .main-nav a { font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 2.5rem; letter-spacing: .03em; }
  .main-nav .header-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
  .main-nav .header-socials > span { width: 100%; display: block; color: #738391; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
  .main-nav .header-socials a { width: 46px; height: 46px; font-family: inherit; font-size: 0; }
  .main-nav .header-socials svg { width: 21px; height: 21px; }
  .nav-order { font-family: inherit !important; font-size: .9rem !important; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 740px; padding-top: 150px; padding-right: 8vw; background: linear-gradient(90deg, rgba(7,19,31,.97), rgba(7,19,31,.76)), url('assets/images/hero-pizza.webp') center/cover; }
  .hero-visual { display: none; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-aside { position: static; grid-template-columns: .8fr 1.2fr; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 430px; }
}

@media (min-width: 981px) and (max-width: 1150px) {
  .brand { width: 165px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .76rem; }
}

@media (max-width: 980px) and (max-height: 650px) {
  .main-nav { gap: 14px; padding-block: 76px 24px; }
  .main-nav > a:not(.nav-order) { font-size: 1.8rem; }
  .main-nav .header-socials > span { display: none; }
  .main-nav .header-socials a { width: 40px; height: 40px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 26px, 1180px); --radius: 18px; }
  html { scroll-padding-top: 78px; }
  .site-header { right: 0; width: auto; min-height: 74px; padding-inline: 14px; background: transparent; }
  .brand { width: 145px; }
  .nav-toggle { flex: 0 0 44px; width: 44px; height: 44px; }
  .hero-copy { min-height: 700px; padding: 130px 20px 60px; }
  h1 { font-size: clamp(4rem, 19vw, 5.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 45px; }
  .ticker { padding: 12px 0; }
  .menu-section { padding-block: 105px 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .section-heading h2, .story-copy h2, .order-section h2 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .section-heading > p { font-size: .98rem; }
  .menu-filters { margin-right: -13px; }
  .menu-group { padding: 22px 18px; }
  .menu-group-header { align-items: flex-start; flex-wrap: wrap; }
  .menu-group-header > div { min-width: 0; align-items: flex-start; }
  .menu-group-header .included { margin-left: 31px; }
  .menu-items, .burger-list { grid-template-columns: 1fr; }
  .custom-pizza > div { grid-template-columns: 1fr auto; gap: 4px 12px; }
  .custom-pizza span { grid-column: 1 / -1; grid-row: 2; }
  .priced-list > div { grid-template-columns: 1fr; gap: 7px; }
  .priced-list b { text-align: left; color: var(--red); }
  .menu-aside { grid-template-columns: 1fr; }
  .aside-image { height: 240px; }
  .promos-section { padding-block: 95px; }
  .promo-grid { grid-template-columns: 1fr; gap: 34px; }
  .promo-card { transform: none !important; }
  .promo-copy { align-items: flex-start; flex-direction: column; gap: 8px; }
  .story-image { min-height: 350px; }
  .story-copy { padding: 75px 20px; }
  .local-map iframe { height: 210px; }
  .local-map-info { align-items: flex-start; flex-direction: column; gap: 14px; }
  .opening-hours-title { align-items: flex-start; flex-direction: column; gap: 2px; }
  .opening-hours dl { grid-template-columns: 1fr; gap: 8px; }
  .order-section { padding: 100px 18px 130px; }
  .order-actions { flex-direction: column; }
  .order-actions .button { width: 100%; max-width: 420px; }
  .order-stars { display: none; }
  .site-footer { padding: 60px 20px 95px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-order { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 22px; border: 2px solid var(--paper); border-radius: 999px; color: white; background: var(--red); box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: .86rem; font-weight: 950; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
}

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