@charset "UTF-8";

:root {
  --green: #082e24;
  --green-dark: #06251d;
  --green-light: #154536;
  --yellow: #f5e62c;
  --cream: #f7f5ed;
  --ink: #162e26;
  --muted: #68756d;
  --line: #d9ded4;
  --display: Impact, Haettenschweiler, 'Arial Narrow', 'Arial Black', sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { border-radius: 0; }
button { border: 0; }
button:disabled { cursor: wait; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.025em; line-height: 1; }
h2 { font-size: clamp(36px, 4.2vw, 58px); }
h3 { line-height: 1.2; }
::selection { background: var(--yellow); color: var(--green); }
:focus-visible { outline: 3px solid #c17a15; outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 112px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; vertical-align: middle; }
.button { min-height: 50px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 13px; font-weight: 750; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--green); }
.button-primary:hover { background: #fff269; }
.button-outline { background: transparent; border: 1px solid currentColor; }
.button-outline:hover { background: var(--green); color: var(--cream); }
.button-text { background: none; color: inherit; padding-inline: 8px; }
.button-text:hover { color: var(--yellow); }
.eyebrow { font-size: 11px; font-weight: 800; line-height: 1.4; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 23px; }
.section { padding-block: 92px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; margin-bottom: 42px; }
.section-copy { color: var(--muted); font-size: 15px; max-width: 385px; line-height: 1.85; }
.fine-print { font-size: 12px; line-height: 1.8; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 12px 24px; background: var(--yellow); z-index: 100; }
.skip-link:focus { top: 12px; }

/* A compact garage-inspired header; the mobile links stay directly accessible. */
.site-header { color: var(--cream); background: var(--green); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #ffffff1c; }
.header-inner { height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; flex-shrink: 0; width: 130px; }
.brand img { width: 100%; aspect-ratio: 1.5; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.main-nav a { position: relative; padding-block: 13px; white-space: nowrap; }
.main-nav a::after { content: ''; height: 3px; width: 0; position: absolute; bottom: 2px; left: 0; background: var(--yellow); transition: width .2s; }
.main-nav a:hover::after, .main-nav a[aria-current]::after { width: 22px; }
.main-nav a[aria-current] { color: var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-call { min-height: 44px; padding: 11px 19px; gap: 18px; }
.header-call .icon { width: 17px; height: 17px; }
.language-picker { position: relative; }
.language-toggle { background: transparent; color: var(--cream); min-height: 44px; padding: 5px; display: flex; align-items: center; gap: 7px; font-size: 12px; }
.language-toggle .icon { width: 17px; height: 17px; }
.language-toggle .icon:last-child { width: 12px; }
.language-options { position: absolute; right: 0; top: calc(100% + 16px); min-width: 174px; background: var(--cream); color: var(--green); padding: 7px; border: 1px solid var(--line); box-shadow: 0 12px 30px #0002; }
.language-options button { background: transparent; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 11px 13px; text-align: left; font-size: 13px; }
.language-options button:hover, .language-options button[aria-pressed="true"] { background: #e7eadd; }

/* No video, canvas or animation library: just food, type and track markings. */
.hero { background: var(--green); color: var(--cream); overflow: hidden; }
.hero-inner { min-height: 658px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; position: relative; padding-top: 25px; padding-bottom: 32px; }
.hero-copy { position: relative; z-index: 2; padding-block: 27px; }
.hero .eyebrow { color: var(--yellow); display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.hero .eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; }
.hero h1 { font-size: clamp(74px, 7.9vw, 116px); line-height: .99; font-style: italic; letter-spacing: -.025em; margin-left: -4px; }
.hero h1 span { display: block; white-space: nowrap; }
.yellow { color: var(--yellow); }
.hero-copy > p:not(.eyebrow) { max-width: 358px; font-size: 14px; color: #b9c9be; line-height: 1.9; margin-top: 26px; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.hero-visual { position: relative; min-width: 0; aspect-ratio: 1; isolation: isolate; }
.hero-pizza { position: absolute; width: 112%; max-width: none; left: -1%; top: -4%; border-radius: 50%; transform: rotate(-13deg); filter: drop-shadow(0 22px 20px #0003); animation: arrive 1s ease-out both; }
.orbit { position: absolute; border: 1px solid #72917430; border-radius: 50%; inset: -5%; z-index: -1; }
.orbit-two { inset: 5%; border-style: dashed; transform: rotate(15deg); }
.orbit-one::before, .orbit-two::after { content: ''; width: 9px; height: 9px; background: var(--yellow); position: absolute; border-radius: 50%; left: 21%; top: 8%; }
.orbit-two::after { left: auto; top: auto; bottom: 8%; right: 21%; background: #729174; }
.hero-serial { position: absolute; right: -15px; top: 20px; writing-mode: vertical-rl; font-family: monospace; font-size: 10px; color: #a7b4a1; letter-spacing: .2em; }
.hero-sticker { width: 140px; height: 140px; background: var(--yellow); border-radius: 50%; position: absolute; right: -4%; bottom: 8%; z-index: 2; transform: rotate(12deg); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green); box-shadow: 0 0 0 7px var(--green); }
.hero-sticker span { text-align: center; font-family: var(--display); font-size: 20px; line-height: 1.15; margin-top: 8px; }
.hero-sticker .icon { width: 27px; height: 27px; }
.hero-caption { position: absolute; bottom: -28px; left: 15%; display: flex; gap: 13px; align-items: center; color: #b9c9be; font-size: 9px; letter-spacing: .14em; }
.small-checker, .checker { display: inline-block; background-image: conic-gradient(currentColor 25%, transparent 0 50%, currentColor 0 75%, transparent 0); background-size: 12px 12px; width: 36px; height: 24px; }
.small-checker { color: var(--yellow); width: 24px; height: 16px; background-size: 8px 8px; }
.hero-bottom { display: flex; align-items: center; gap: 36px; border-top: 1px solid #ffffff1c; min-height: 68px; color: #bac9be; font-size: 11px; }
.hero-bottom > span, .hero-bottom a { display: flex; align-items: center; gap: 9px; }
.hero-bottom .icon { width: 14px; height: 14px; color: var(--yellow); }
.hero-bottom-lines { height: 16px; width: 60px; margin-left: auto; background: repeating-linear-gradient(115deg, transparent 0 8px, var(--yellow) 8px 12px); }
.racing-strip { --marquee-gap: 35px; background: var(--yellow); padding-block: 17px; overflow: hidden; }
.racing-track { width: max-content; display: flex; animation: marquee 32s linear infinite; }
/* Equal groups include the trailing gap so the loop joins without a jump. */
.racing-group { flex: 0 0 auto; min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: var(--marquee-gap); padding-right: var(--marquee-gap); }
.racing-strip:hover .racing-track { animation-play-state: paused; }
.racing-strip span { font-family: var(--display); font-size: 21px; text-transform: uppercase; letter-spacing: .035em; }
.racing-strip i { font-size: 21px; font-style: normal; }

.format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.format-card { background: #e7eade; min-height: 380px; position: relative; overflow: hidden; padding: 36px; transition: transform .25s; isolation: isolate; }
.format-card:hover { transform: translateY(-5px); }
.format-card-copy { position: relative; z-index: 2; max-width: 260px; }
.format-card .eyebrow { font-size: 9px; margin-bottom: 12px; display: block; }
.format-card h3 { font-family: var(--display); font-size: 37px; text-transform: uppercase; margin-bottom: 15px; }
.format-card p { font-size: 13px; max-width: 235px; color: #657365; line-height: 1.8; }
.format-price { display: block; font-weight: 850; font-size: 20px; margin-top: 24px; }
.format-price small { font-weight: 400; font-size: 11px; }
.format-card > img { position: absolute; width: 330px; max-width: none; right: -100px; bottom: -76px; border-radius: 50%; transform: rotate(-20deg); transition: transform .4s; }
.round-format { background: #e8ecdf; }
.round-format > img { width: 360px; right: -110px; bottom: -80px; }
.format-card:hover > img { transform: rotate(-12deg) scale(1.03); }
.slice-format { background: #eadfc7; }
.slice-format > img { width: 420px; right: -160px; bottom: -20px; border-radius: 0; transform: rotate(-24deg); }
.circle-arrow { position: absolute; width: 42px; height: 42px; border: 1px solid #899582; left: 36px; bottom: 30px; display: grid; place-items: center; z-index: 3; border-radius: 50%; }
.featured-section { border-top: 1px solid var(--line); padding-top: 75px; }
.pizza-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 24px; }
.pizza-card { min-width: 0; background: #fffdf8; border: 1px solid #dfe3d8; }
.pizza-image { position: relative; aspect-ratio: 1.5; overflow: hidden; background: var(--green); }
.pizza-image > img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; padding: 11px; }
.pizza-card:hover .pizza-image > img { transform: scale(1.055) rotate(3deg); }
.pizza-number { position: absolute; top: 14px; left: 17px; font-family: monospace; font-size: 10px; color: #e3e8dc; }
.pizza-category { position: absolute; right: 13px; top: 13px; font-size: 9px; padding: 4px 9px; border: 1px solid #ffffff55; color: #e3e8dc; }
.pizza-content { padding: 22px 22px 18px; }
.pizza-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pizza-title h3 { font-size: 18px; font-weight: 800; letter-spacing: -.035em; }
.pizza-title sup { color: #7d6c26; }
.price { white-space: nowrap; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.pizza-content p { font-size: 12px; color: var(--muted); line-height: 1.8; margin-top: 12px; }
.size-caption { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; margin-top: 14px; color: #758174; }
.image-note { font-size: 10px; color: var(--muted); margin-top: 17px; }
.vegan-section { background: var(--yellow); padding-block: 61px; }
.vegan-inner { display: grid; grid-template-columns: 90px 1fr 1fr; align-items: center; gap: 34px; }
.vegan-symbol { height: 85px; width: 85px; border: 1px solid #173c2880; border-radius: 50%; display: grid; place-items: center; transform: rotate(-12deg); }
.vegan-symbol .icon { width: 43px; height: 43px; stroke-width: 1; }
.vegan-section .eyebrow { font-size: 9px; margin-bottom: 14px; }
.vegan-section h2 { font-size: 40px; }
.vegan-copy > p:first-child { font-size: 13px; line-height: 1.85; }
.vegan-copy .fine-print { font-size: 10px; margin-top: 13px; opacity: .75; }
.visit-section { background: var(--green); color: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.visit-section .eyebrow { color: var(--yellow); }
.visit-section .section-copy { color: #a9c0b1; margin-top: 25px; }
.phone-link { font-size: clamp(27px, 3vw, 39px); font-weight: 750; letter-spacing: -.035em; display: flex; align-items: center; gap: 25px; margin-top: 26px; }
.phone-link .icon { width: 30px; height: 30px; color: var(--yellow); }
.address-link { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: #b9c9be; margin-block: 22px; }
.address-link .icon { color: var(--yellow); width: 19px; height: 19px; }
.visit-section .button-outline { margin-top: 5px; font-size: 12px; }
.visit-section .button-outline:hover { background: var(--yellow); color: var(--green); }
.hours-card { padding: 35px; background: #103b2e; border: 1px solid #ffffff1c; }
.hours-heading { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-bottom: 25px; }
.hours-heading > .icon { color: var(--yellow); width: 19px; height: 19px; }
.hours-heading h3 { font-size: 17px; }
.status { width: 100%; font-size: 10px; color: #bdcdbf; padding-left: 29px; display: flex; align-items: center; gap: 7px; }
.status::before { content: ''; width: 6px; height: 6px; background: #aaa; border-radius: 50%; }
.status.is-open::before { background: var(--yellow); box-shadow: 0 0 0 3px #f5e62c18; }
dl { margin: 0; }
dd { margin: 0; }
.hours-card dl > div { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff14; padding-block: 12px; font-size: 13px; gap: 15px; }
.hours-card dt { color: #bed0c1; }
.hours-card .today dt, .hours-card .today dd { color: var(--yellow); font-weight: 750; }
.hours-card dd { white-space: nowrap; }
.hours-bottom { display: flex; justify-content: space-between; align-items: center; color: #8ea897; font-size: 10px; padding-top: 25px; border-top: 1px solid #ffffff14; }
.hours-bottom .checker { color: #769383; }
.site-footer { background: var(--green-dark); color: #a7bead; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 25px; }
.footer-brand { width: 102px; }
.footer-top p { font-size: 13px; }
.footer-top > a:last-child { font-size: 11px; display: flex; align-items: center; gap: 14px; }
.footer-top .icon { width: 17px; height: 17px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid #ffffff14; padding-block: 22px; font-size: 9px; }
.mobile-call { display: none; }

/* The catalogue shares the same components and data as the homepage. */
.menu-hero { background: var(--green); color: var(--cream); padding-block: 64px 70px; overflow: hidden; }
.menu-hero .container { position: relative; }
.menu-hero .eyebrow { color: var(--yellow); }
.menu-hero h1 { font-size: clamp(54px, 6.5vw, 87px); font-style: italic; }
.menu-hero p:not(.eyebrow) { color: #b9c9be; max-width: 530px; margin-top: 25px; font-size: 14px; }
.menu-hero-flag { position: absolute; right: 40px; top: 14px; transform: rotate(-15deg); color: var(--yellow); }
.menu-hero-flag .icon { width: 210px; height: 210px; stroke-width: .65; opacity: .5; }
.menu-section { padding-top: 38px; }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.format-tabs { display: flex; gap: 7px; }
.format-tabs button { display: flex; align-items: center; gap: 24px; background: #e7eadf; min-height: 52px; padding: 13px 24px; font-size: 14px; font-weight: 750; }
.format-tabs button[aria-pressed="true"] { color: var(--yellow); background: var(--green); }
.format-tabs button .icon { width: 18px; height: 18px; }
.search-box { display: flex; align-items: center; gap: 10px; border: 1px solid #bcc7ba; padding-inline: 15px; width: 365px; min-height: 50px; }
.search-box > .icon { width: 19px; height: 19px; color: #667764; }
.search-box input { border: none; background: transparent; width: 100%; min-width: 0; padding-block: 14px; outline: none; font-size: 13px; color: var(--green); }
.search-box:focus-within { outline: 2px solid #8c8431; outline-offset: 2px; }
.menu-options { display: flex; gap: 20px; justify-content: space-between; align-items: center; padding-block: 22px; }
.category-filters { display: flex; flex-wrap: wrap; gap: 5px; }
.category-filters button { padding: 9px 14px; background: transparent; color: #64705f; font-size: 12px; border: 1px solid transparent; min-height: 42px; }
.category-filters button[aria-pressed="true"] { border-color: var(--green); color: var(--green); }
.category-filters button:hover { background: #e5e8dc; }
.size-control { display: flex; align-items: center; gap: 12px; }
.size-control label { font-size: 11px; }
.size-control select { border: 1px solid #bbc5b6; color: var(--green); background: transparent; padding: 10px 28px 10px 12px; min-height: 43px; font-size: 12px; }
.menu-vegan { display: flex; align-items: center; gap: 12px; font-size: 12px; color: #2a5136; background: #e6ebd8; padding: 12px 17px; }
.menu-vegan .icon { width: 18px; height: 18px; }
.menu-vegan a { margin-left: auto; display: grid; place-items: center; width: 32px; height: 32px; }
.results-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 25px; margin-block: 26px 19px; }
#result-count { font-family: monospace; font-size: 11px; }
.results-heading .image-note { max-width: 450px; text-align: right; margin: 0; }
.load-more-wrap { text-align: center; margin-top: 40px; }
.empty-state { padding: 65px 20px; text-align: center; grid-column: 1 / -1; }
.empty-state > .icon { width: 45px; height: 45px; margin-bottom: 20px; color: #70836c; }
.empty-state p { margin-bottom: 25px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.info-grid h2 { font-size: 33px; margin-bottom: 26px; }
.extras-list > div { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding-block: 13px; font-size: 13px; }
.extras-list dd { font-weight: 750; white-space: nowrap; }
.info-grid .fine-print { color: var(--muted); margin-block: 20px; }
.allergens > p { font-size: 13px; line-height: 1.85; color: var(--muted); }
.allergens ol { padding-left: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 30px; font-size: 12px; }
.allergens li { padding-left: 3px; }
.loader { width: 45px; height: 45px; border: 3px solid #d7dccf; border-top-color: var(--green); border-radius: 50%; position: absolute; left: calc(50% - 22px); top: 40vh; animation: spin 1s linear infinite; }
.load-error { min-height: 80vh; display: grid; place-items: center; }
.app-error { position: fixed; top: 110px; left: 50%; transform: translateX(-50%); z-index: 100; background: var(--yellow); padding: 20px; box-shadow: 0 5px 20px #0003; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes arrive { from { opacity: 0; transform: translateX(30px) rotate(-6deg); } to { opacity: 1; transform: translateX(0) rotate(-13deg); } }

@media (min-width: 1600px) { .hero-inner { min-height: 730px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 20px; height: 88px; }
  .main-nav { gap: 23px; }
  .header-actions { gap: 15px; }
  .hero-inner { min-height: 590px; }
  .hero h1 { font-size: 8.2vw; }
  .hero-sticker { width: 113px; height: 113px; }
  .hero-sticker span { font-size: 17px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { gap: 12px; padding-inline: 16px; }
  .hero-caption { font-size: 8px; left: 7%; }
  .format-card { padding: 28px; min-height: 405px; }
  .format-card h3 { font-size: 31px; }
  .format-card > img { right: -175px; bottom: -90px; }
  .slice-format > img { right: -180px; bottom: -10px; width: 370px; }
  .circle-arrow { left: 28px; }
  .vegan-inner { grid-template-columns: 65px 1fr 1fr; gap: 25px; }
  .vegan-symbol { width: 65px; height: 65px; }
  .vegan-section h2 { font-size: 32px; }
  .visit-grid { gap: 50px; }
  .hours-card { padding: 26px; }
  .pizza-title { flex-wrap: wrap; gap: 5px 10px; }
  .pizza-title h3 { font-size: 17px; }
  .pizza-content { padding: 18px; }
  .menu-options { align-items: flex-start; }
  .size-control { flex-direction: column; align-items: flex-start; gap: 5px; }
  .menu-hero-flag .icon { width: 160px; height: 160px; }
  .info-grid { gap: 45px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 136px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 58px; }
  .header-inner { height: 116px; flex-wrap: wrap; gap: 0; align-content: flex-start; }
  .brand { width: 96px; }
  .header-inner > .brand { margin-top: 4px; height: 66px; }
  .header-actions { margin-left: auto; height: 74px; }
  .header-call { padding: 10px 12px; font-size: 11px; min-height: 40px; gap: 10px; }
  .main-nav { order: 3; flex: 1 0 100%; border-top: 1px solid #ffffff15; gap: 28px; font-size: 11px; justify-content: center; height: 42px; }
  .main-nav a { padding-block: 11px; }
  .main-nav a::after { bottom: 4px; }
  .language-toggle { font-size: 11px; }
  .language-toggle .icon:first-child { display: none; }
  .header-actions { gap: 11px; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 15px; padding-bottom: 33px; }
  .hero-copy { padding-top: 27px; }
  .hero h1 { font-size: clamp(62px, 13vw, 95px); }
  .hero h1 span:nth-child(1), .hero h1 span:nth-child(2) { display: inline; }
  .hero h1 span:nth-child(1) { margin-right: .12em; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .hero-copy > p:not(.eyebrow) { font-size: 13px; max-width: 360px; margin-top: 23px; }
  .hero-actions { margin-top: 22px; gap: 12px; }
  .hero-actions .button { font-size: 12px; min-height: 46px; }
  .hero-visual { width: min(100%, 430px); margin-inline: auto; margin-top: 5px; aspect-ratio: 1.1; }
  .hero-pizza { width: 99%; top: -3%; left: 0; }
  .orbit { inset: -1% 0; }
  .orbit-two { inset: 9%; }
  .hero-sticker { right: 0; bottom: 3%; width: 110px; height: 110px; }
  .hero-caption { bottom: -15px; left: 7%; font-size: 7px; gap: 8px; }
  .hero-serial { right: 0; font-size: 8px; }
  .hero-bottom { gap: 17px; min-height: 60px; font-size: 9px; }
  .hero-bottom-lines { display: none !important; }
  .hero-bottom .icon { width: 12px; height: 12px; }
  .racing-strip { --marquee-gap: 22px; padding-block: 12px; }
  .racing-strip span { font-size: 17px; }
  .section-heading { display: block; margin-bottom: 29px; }
  h2 { font-size: 40px; }
  .section-heading .section-copy { margin-top: 22px; font-size: 13px; }
  .section-heading > .button { margin-top: 24px; }
  .eyebrow { font-size: 9px; margin-bottom: 17px; }
  .format-grid { grid-template-columns: 1fr; gap: 16px; }
  .format-card { padding: 27px; min-height: 335px; }
  .format-card-copy { max-width: 65%; }
  .format-card h3 { font-size: 32px; }
  .format-card p { font-size: 12px; }
  .format-card > img { width: 310px; right: -133px; bottom: -95px; }
  .slice-format > img { width: 330px; right: -130px; bottom: -10px; }
  .format-price { font-size: 18px; margin-top: 18px; }
  .circle-arrow { width: 34px; height: 34px; bottom: 25px; }
  .pizza-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .featured-section .pizza-grid { grid-template-columns: 1fr; gap: 22px; }
  .featured-card .pizza-image { aspect-ratio: 1.8; }
  .featured-card .pizza-title { flex-wrap: nowrap; }
  .pizza-content { padding: 15px 13px; }
  .pizza-image { aspect-ratio: 1.1; }
  .pizza-title { display: block; }
  .pizza-title h3 { font-size: 16px; line-height: 1.3; }
  .pizza-title .price { display: block; margin-top: 8px; font-size: 15px; }
  .pizza-content p { font-size: 11px; }
  .pizza-number { top: 8px; left: 9px; font-size: 8px; }
  .featured-card .pizza-title { display: flex; }
  .featured-card .pizza-title h3 { font-size: 21px; }
  .featured-card .pizza-title .price { margin: 0; font-size: 19px; }
  .featured-card .pizza-content { padding: 22px; }
  .vegan-section { padding-block: 40px; }
  .vegan-inner { grid-template-columns: 48px 1fr; gap: 18px; }
  .vegan-symbol { width: 48px; height: 48px; }
  .vegan-symbol .icon { width: 27px; height: 27px; }
  .vegan-section h2 { font-size: 33px; }
  .vegan-section .eyebrow { font-size: 8px; }
  .vegan-copy { grid-column: 1 / -1; margin-top: 5px; }
  .visit-grid { grid-template-columns: 1fr; gap: 35px; }
  .visit-section .section-copy { font-size: 13px; }
  .hours-heading h3 { font-size: 16px; }
  .hours-card { padding: 25px; }
  .hours-card dl > div { font-size: 12px; }
  .footer-top { flex-wrap: wrap; gap: 17px; padding-block: 25px; }
  .footer-top p { width: calc(100% - 120px); font-size: 11px; }
  .footer-top > a:last-child { margin-left: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; font-size: 9px; padding-bottom: 88px; }
  .mobile-call { position: fixed; bottom: 0; left: 0; right: 0; display: flex; align-items: center; gap: 10px; z-index: 25; background: var(--yellow); color: var(--green); padding: 15px 20px calc(15px + env(safe-area-inset-bottom)); box-shadow: 0 -2px 16px #0001; font-weight: 750; font-size: 12px; }
  .mobile-call .icon { width: 18px; height: 18px; }
  .mobile-call span { margin-left: auto; font-weight: 500; }
  .menu-hero { padding-block: 44px; }
  .menu-hero h1 { font-size: clamp(43px, 10vw, 67px); position: relative; z-index: 1; }
  .menu-hero p:not(.eyebrow) { font-size: 13px; position: relative; z-index: 1; }
  .menu-hero-flag { right: -38px; top: -12px; }
  .menu-hero-flag .icon { width: 140px; height: 140px; opacity: .1; }
  .menu-section { padding-top: 25px; }
  .menu-toolbar { flex-direction: column; align-items: stretch; gap: 17px; padding-bottom: 20px; }
  .format-tabs { gap: 5px; }
  .format-tabs button { flex: 1; justify-content: space-between; padding: 13px; font-size: 12px; gap: 8px; }
  .search-box { width: 100%; }
  .search-box input { font-size: 16px; }
  .menu-options { flex-direction: column; padding-block: 18px; gap: 15px; }
  .category-filters { gap: 3px; }
  .category-filters button { font-size: 11px; padding: 8px 10px; min-height: 40px; }
  .size-control { flex-direction: row; align-items: center; gap: 15px; width: 100%; }
  .size-control select { margin-left: auto; width: 150px; font-size: 16px; }
  .menu-vegan { font-size: 11px; padding: 9px 12px; gap: 8px; }
  .results-heading { flex-direction: column; gap: 8px; margin-top: 20px; }
  .results-heading .image-note { text-align: left; font-size: 9px; }
  .info-grid { grid-template-columns: 1fr; gap: 45px; }
  .info-grid h2 { font-size: 30px; }
  .extras-list > div { font-size: 12px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 30px); }
  .header-call .icon { display: none; }
  .hero-actions { gap: 6px; }
  .hero-actions .button { padding-inline: 10px; font-size: 11px; }
  .hero h1 { font-size: 12.8vw; }
  .main-nav { gap: 20px; }
  .format-card-copy { max-width: 74%; }
  .pizza-grid { grid-template-columns: 1fr; }
  .pizza-image { aspect-ratio: 1.5; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
