:root {
  --red: #d52329;
  --red-dark: #a8171c;
  --green: #0a904f;
  --green-dark: #06693a;
  --ink: #171a17;
  --muted: #686d67;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --white: #fffefb;
  --line: #deddd6;
  --font: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }
:focus-visible { outline: 3px solid #f5bd21; outline-offset: 4px; }
[hidden] { display: none !important; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.05em; height: 1.05em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 16px; padding: 12px 16px; transform: translateY(-180%); background: var(--ink); color: white; font-weight: 800; }
.skip-link:focus { transform: none; }

.order-banner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 24px; background: var(--green); color: white; font-size: .75rem; font-weight: 600; letter-spacing: .01em; }
.order-banner__dot { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgb(255 255 255 / 16%); }
.order-banner a { display: inline-flex; gap: 6px; align-items: center; margin-left: 6px; border-bottom: 1px solid rgb(255 255 255 / 65%); font-weight: 800; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgb(23 26 23 / 8%); background: rgb(255 254 251 / 94%); backdrop-filter: blur(18px); }
.site-header__inner { width: min(1400px, 100%); height: 84px; margin: auto; padding: 6px 32px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px; }
.brand { width: 76px; height: 72px; display: grid; place-items: center; }
.brand img { width: 68px; height: 68px; object-fit: contain; transition: transform .35s var(--ease); }
.brand:hover img { transform: rotate(-3deg) scale(1.04); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--red); transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-button { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; transition: background .25s, color .25s; }
.language-button:hover { background: var(--ink); color: white; }
.menu-button { width: 46px; height: 46px; display: none; place-items: center; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-button span { position: absolute; width: 18px; height: 2px; background: white; transition: transform .3s var(--ease); }
.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-button[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-nav { position: fixed; inset: 118px 0 0; z-index: 45; padding: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; background: var(--paper); }
.mobile-nav > a:not(.button) { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.4rem; font-weight: 800; }
.mobile-nav .button { margin-top: 18px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 0; border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 800; letter-spacing: .01em; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgb(23 26 23 / 13%); }
.button:active { transform: translateY(0) scale(.98); }
.button--red { background: var(--red); color: white; }
.button--red:hover { background: var(--red-dark); }
.button--cream { background: var(--cream); color: var(--ink); }
.button--cream:hover { background: white; }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: var(--green-dark); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 2px solid var(--ink); font-size: .82rem; font-weight: 800; transition: gap .25s var(--ease), color .25s, border-color .25s; }
.text-link:hover { gap: 18px; color: var(--red); border-color: var(--red); }
.text-link--green { color: var(--green); border-color: var(--green); }
.eyebrow { margin: 0 0 16px; color: white; font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--red { color: var(--red); }
h1, h2 { margin-bottom: 24px; font-size: clamp(2.75rem, 5vw, 4.65rem); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
h1 em, h2 em { color: var(--red); font-style: normal; }

.hero { width: min(1400px, calc(100% - 64px)); min-height: 620px; margin: 32px auto 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; border-radius: 34px; background: var(--cream); }
.hero__copy { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 6vw, 92px); overflow: hidden; }
.hero__copy::before { content: ""; position: absolute; top: 72px; left: 0; width: 7px; height: 112px; background: var(--red); }
.hero__copy > :not(.hero__pizzaiolo) { position: relative; z-index: 1; }
.hero__pizzaiolo { position: absolute; right: -8%; bottom: -15%; width: min(64%, 410px); max-width: none; opacity: .07; mix-blend-mode: multiply; transform: rotate(-5deg); pointer-events: none; }
.hero h1 { max-width: 650px; }
.hero__intro { max-width: 550px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero__photo { position: relative; min-height: 620px; margin: 12px; overflow: hidden; border-radius: 27px; background: var(--ink); }
.hero__photo > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.hero__photo:hover > img { transform: scale(1.025); }
.hero__stamp { position: absolute; z-index: 2; top: 26px; right: 26px; width: 112px; height: 112px; display: grid; place-content: center; border-radius: 50%; background: var(--red); color: white; text-align: center; transform: rotate(7deg); }
.hero__stamp small { font-size: .6rem; font-weight: 800; letter-spacing: .14em; }
.hero__stamp strong { font-size: 1.75rem; line-height: 1.05; }
.hero__caption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 6px; padding: 16px 18px; border-radius: 17px; background: rgb(23 26 23 / 72%); color: white; backdrop-filter: blur(10px); }
.hero__caption span { font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero__caption strong { font-size: clamp(1.2rem, 2vw, 1.75rem); }

.proof { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 38px 0 74px; display: grid; grid-template-columns: repeat(3, auto) 1fr; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); }
.proof > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 10px; }
.proof strong { color: var(--green); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.proof span { max-width: 86px; color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.proof p { justify-self: end; max-width: 330px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; text-align: right; }

.section-heading { width: min(1240px, 100%); margin: 0 auto 42px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); align-items: end; gap: clamp(40px, 8vw, 110px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p, .location-tools > p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.65; }
.section-heading--light h2, .section-heading--light > p { color: white; }
.section-heading--light h2 em { color: #ffb3b6; }
.section-heading--light > p { color: rgb(255 255 255 / 72%); }

.specials { padding: 96px max(32px, calc((100vw - 1400px) / 2)); background: var(--green-dark); }
.special-grid { width: min(1240px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.special-card { min-width: 0; overflow: hidden; border-radius: 27px; background: var(--white); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.special-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgb(0 0 0 / 22%); }
.special-card__photo { position: relative; height: 240px; overflow: hidden; margin: 8px; border-radius: 21px; }
.special-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.special-card:hover .special-card__photo img { transform: scale(1.04); }
.special-card__photo > span { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: var(--red); color: white; font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.special-card__body { padding: 18px 24px 24px; }
.special-card h3 { margin-bottom: 10px; font-size: 1.25rem; line-height: 1.15; }
.special-card p { min-height: 46px; margin-bottom: 22px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.special-card__body > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.special-card__body strong { font-size: 1.45rem; }
.special-card__body a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--red); color: white; font-size: .72rem; font-weight: 800; transition: background .25s; }
.special-card__body a:hover { background: var(--red-dark); }
.specials__cta { margin: 32px auto 0; width: max-content; display: flex; }

.menu-section { padding: 110px max(32px, calc((100vw - 1400px) / 2)); background: var(--cream); }
.menu-section__heading { margin-bottom: 48px; }
.menu-browser { width: min(1240px, 100%); margin: auto; overflow: hidden; border: 1px solid #d5d4cd; border-radius: 34px; background: var(--white); box-shadow: 0 24px 70px rgb(23 26 23 / 8%); }
.menu-browser__hero { min-height: 310px; display: grid; grid-template-columns: .84fr 1.16fr; background: var(--green-dark); color: white; }
.menu-browser__hero-copy { align-self: center; padding: clamp(44px, 5vw, 72px); }
.menu-browser__hero-copy h3 { max-width: 530px; margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.5rem); letter-spacing: -.045em; line-height: 1; }
.menu-browser__hero-copy > p:last-child { max-width: 500px; margin: 0; color: rgb(255 255 255 / 72%); font-size: .92rem; line-height: 1.65; }
.menu-browser__photos { min-width: 0; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 8px; padding: 10px; }
.menu-browser__photos img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 18px; }
.menu-browser__photos img:first-child { grid-row: 1 / span 2; }
.menu-browser__body { padding: 36px clamp(24px, 4vw, 52px) 40px; }
.menu-mode { position: relative; width: min(430px, 100%); height: 52px; margin-bottom: 24px; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 999px; background: var(--cream); isolation: isolate; }
.menu-mode::before { content: ""; position: absolute; z-index: -1; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); border-radius: 999px; background: var(--red); box-shadow: 0 6px 16px rgb(168 23 28 / 20%); transform: translateX(0); transition: transform .42s var(--ease); }
.menu-mode[data-mode="local"]::before { transform: translateX(100%); }
.menu-mode button { border: 0; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 800; transition: color .28s; }
.menu-mode button[aria-selected="true"] { color: white; }
.menu-toolbar { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(280px, .8fr); gap: 12px; align-items: end; }
.menu-search { min-height: 56px; display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--green); }
.menu-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .86rem; }
.menu-search input::placeholder { color: #8b8e89; }
.menu-location { display: grid; gap: 7px; }
.menu-location > span:first-child { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.menu-location__select { min-height: 56px; display: grid; grid-template-columns: 1fr 20px; align-items: center; gap: 10px; padding: 0 16px 0 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--green); }
.menu-location select { width: 100%; min-width: 0; border: 0; outline: 0; appearance: none; background: transparent; color: var(--ink); cursor: pointer; font-size: .82rem; font-weight: 700; }
.menu-context { margin: 18px 0 22px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 18px 20px; border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; background: #eef6f1; }
.menu-context strong { font-size: .9rem; }
.menu-context span { color: var(--muted); font-size: .72rem; text-align: right; }
.menu-categories { margin: 0 -4px 34px; padding: 4px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #bbb8ae transparent; }
.menu-categories button { min-height: 42px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid #d3d1c8; border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); font-size: .72rem; font-weight: 800; transition: background .22s, border-color .22s, color .22s, transform .22s var(--ease); }
.menu-categories button:hover { transform: translateY(-1px); border-color: var(--green); color: var(--green); }
.menu-categories button.is-active { border-color: var(--green); background: var(--green); color: white; }
.menu-categories button span { min-width: 22px; height: 22px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; background: rgb(23 26 23 / 8%); font-size: .58rem; }
.menu-categories button.is-active span { background: rgb(255 255 255 / 18%); }
.menu-results__heading { margin-bottom: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.menu-results__heading h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.55rem); letter-spacing: -.04em; }
.menu-results__heading span { color: var(--muted); font-size: .72rem; font-weight: 700; }
.menu-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.menu-item { min-width: 0; min-height: 128px; padding: 20px 21px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 22px; border: 1px solid var(--line); border-radius: 19px; background: var(--paper); transition: border-color .25s, transform .25s var(--ease), box-shadow .25s; }
.menu-item:hover { transform: translateY(-2px); border-color: rgb(10 144 79 / 42%); box-shadow: 0 10px 24px rgb(23 26 23 / 7%); }
.menu-item h4 { margin: 0 0 7px; font-size: 1rem; line-height: 1.22; }
.menu-item p { max-width: 460px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.48; }
.menu-item__category { display: block; margin-bottom: 6px; color: var(--red); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.menu-item__meta { padding-top: 1px; text-align: right; }
.menu-item__meta strong { color: var(--green-dark); font-size: .82rem; white-space: nowrap; }
.menu-item__availability { display: inline-block; max-width: 110px; color: var(--muted); font-size: .64rem; font-weight: 700; line-height: 1.25; }
.menu-empty { min-height: 260px; display: grid; place-content: center; gap: 7px; border: 1px dashed #c7c5bc; border-radius: 20px; color: var(--muted); text-align: center; }
.menu-empty strong { color: var(--ink); }
.menu-browser__footer { margin-top: 34px; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--line); }
.menu-browser__footer p { max-width: 610px; margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.5; }

.favourites { width: min(1240px, calc(100% - 64px)); margin: auto; padding: 110px 0; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(54px, 8vw, 120px); }
.favourites__copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 25px; color: var(--muted); line-height: 1.7; }
.food-collage { height: 580px; display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.food-collage figure { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: var(--cream); }
.food-collage__large { grid-row: 1 / span 2; }
.food-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.food-collage figure:hover img { transform: scale(1.04); }
.food-collage figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; width: max-content; max-width: calc(100% - 28px); padding: 8px 12px; border-radius: 999px; background: rgb(255 254 251 / 92%); color: var(--ink); font-size: .68rem; font-weight: 800; backdrop-filter: blur(10px); }

.locations { padding: 100px max(32px, calc((100vw - 1400px) / 2)); background: var(--cream); }
.location-tools { align-self: end; }
.location-search { min-height: 54px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 10px; padding: 0 18px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.location-search > .icon { color: var(--green); font-size: 1.08rem; }
.location-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .86rem; }
.location-search input::placeholder { color: #8b8e89; }
.location-filters { width: min(1240px, 100%); margin: 0 auto 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.location-filters button { min-height: 38px; padding: 8px 14px; border: 1px solid #cfcfc6; border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); font-size: .72rem; font-weight: 700; transition: background .22s, color .22s, border-color .22s; }
.location-filters button:hover, .location-filters button.is-active { border-color: var(--green); background: var(--green); color: white; }
.location-grid { width: min(1240px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.location-card { min-height: 220px; padding: 24px; display: grid; grid-template-rows: auto 1fr auto; border: 1px solid var(--line); border-radius: 23px; background: var(--white); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.location-card:hover { transform: translateY(-4px); border-color: rgb(10 144 79 / 38%); box-shadow: 0 16px 32px rgb(23 26 23 / 8%); }
.location-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.location-card__city { color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.location-card__number { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green); font-size: .62rem; font-weight: 900; }
.location-card h3 { margin: 9px 0 8px; font-size: 1.1rem; line-height: 1.2; }
.location-card address { color: var(--muted); font-size: .78rem; font-style: normal; line-height: 1.5; }
.location-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.location-card__actions > a:first-child { color: var(--muted); font-size: .78rem; font-weight: 700; }
.location-card__buttons { display: flex; align-items: center; gap: 6px; }
.location-card__menu { min-height: 38px; display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-dark); font-size: .69rem; font-weight: 800; transition: background .22s, border-color .22s; }
.location-card__menu:hover { border-color: var(--green); background: #eef6f1; }
.location-card__order { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: var(--red); color: white; font-size: .69rem; font-weight: 800; transition: background .22s; }
.location-card__order:hover { background: var(--red-dark); }
.location-empty { width: min(1240px, 100%); min-height: 180px; margin: auto; display: grid; place-content: center; gap: 6px; color: var(--muted); text-align: center; }
.location-empty strong { color: var(--ink); font-size: 1.1rem; }
.location-note { width: min(1240px, 100%); margin: 22px auto 0; color: var(--muted); font-size: .72rem; text-align: center; }

.story { min-height: 750px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--red); color: white; }
.story__copy { align-self: center; width: min(700px, 100%); justify-self: end; padding: 88px clamp(42px, 6vw, 96px); }
.story h2 { color: white; }
.story h2 em { color: #ffd0d2; }
.story__lead { max-width: 640px; margin-bottom: 36px; color: rgb(255 255 255 / 82%); font-size: .98rem; line-height: 1.75; }
.timeline { padding: 0; margin: 0 0 38px; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.timeline li { position: relative; padding: 20px 18px 0 0; border-top: 1px solid rgb(255 255 255 / 35%); }
.timeline li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: white; }
.timeline strong, .timeline span { display: block; }
.timeline strong { margin-bottom: 8px; font-size: .8rem; }
.timeline span { max-width: 120px; color: rgb(255 255 255 / 70%); font-size: .7rem; line-height: 1.4; }
.story__portrait { position: relative; min-height: 750px; margin: 0; overflow: hidden; }
.story__portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(.12) contrast(1.05); }
.story__portrait figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 4px; padding: 16px 18px; border-radius: 17px; background: rgb(23 26 23 / 75%); backdrop-filter: blur(10px); }
.story__portrait figcaption strong { font-size: 1.2rem; }
.story__portrait figcaption span { color: rgb(255 255 255 / 75%); font-size: .75rem; }

.franchise { width: min(1240px, calc(100% - 64px)); margin: 110px auto; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 34px; background: var(--cream); }
.franchise__media { position: relative; min-height: 610px; margin: 12px; overflow: hidden; border-radius: 27px; }
.franchise__media img { width: 100%; height: 100%; object-fit: cover; }
.franchise__media > span { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 14px 18px; border-radius: 16px; background: rgb(23 26 23 / 82%); color: white; font-size: .65rem; font-weight: 900; letter-spacing: .11em; text-align: center; backdrop-filter: blur(12px); }
.franchise__copy { align-self: center; padding: clamp(52px, 6vw, 88px); }
.franchise__copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.7; }
.franchise ul { padding: 0; margin: 25px 0 32px; display: grid; gap: 12px; list-style: none; }
.franchise li { display: flex; align-items: center; gap: 12px; font-size: .82rem; font-weight: 700; }
.franchise li::before { content: ""; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; background-color: var(--green); background-image: linear-gradient(135deg, transparent 46%, white 47%, white 55%, transparent 56%), linear-gradient(45deg, transparent 44%, white 45%, white 54%, transparent 55%); background-size: 10px 15px, 7px 9px; background-position: 10px 4px, 6px 9px; background-repeat: no-repeat; }

.final-order { position: relative; width: min(1240px, calc(100% - 64px)); min-height: 260px; margin: 0 auto 110px; padding: 54px 64px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; overflow: hidden; border-radius: 34px; background: var(--green); color: white; }
.final-order > img { position: absolute; right: 27%; bottom: -82%; width: 330px; opacity: .14; filter: brightness(0) invert(1); transform: rotate(-7deg); pointer-events: none; }
.final-order > div, .final-order > a { position: relative; z-index: 1; }
.final-order h2 { max-width: 760px; margin: 0; font-size: clamp(2.2rem, 4vw, 3.75rem); }

.site-footer { padding: 72px max(32px, calc((100vw - 1240px) / 2)) 24px; display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 60px; background: var(--ink); color: white; }
.site-footer__brand img { width: 100px; height: 100px; object-fit: contain; padding: 5px; border-radius: 50%; background: white; }
.site-footer__brand p { max-width: 330px; margin: 20px 0 0; color: rgb(255 255 255 / 62%); font-size: .84rem; line-height: 1.6; }
.site-footer__nav, .site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: .8rem; }
.site-footer__nav strong, .site-footer__contact strong { margin-bottom: 6px; color: white; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__nav a, .site-footer__contact a { color: rgb(255 255 255 / 66%); transition: color .22s; }
.site-footer__nav a:hover, .site-footer__contact a:hover { color: white; }
.site-footer__bottom { grid-column: 1 / -1; padding-top: 24px; margin-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / 12%); color: rgb(255 255 255 / 42%); font-size: .68rem; }
.mobile-order { display: none; }

@media (max-width: 1080px) {
  .site-header__inner { grid-template-columns: 110px 1fr auto; }
  .desktop-nav { gap: 22px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero__copy { padding: 52px; }
  .proof { grid-template-columns: repeat(3, 1fr); }
  .proof p { display: none; }
  .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-browser__hero { grid-template-columns: .95fr 1.05fr; }
  .menu-items { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1.1fr .9fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 82px; }
  .order-banner { min-height: 30px; font-size: .68rem; }
  .order-banner__dot { display: none; }
  .site-header__inner { height: 72px; padding: 4px 18px; grid-template-columns: 1fr auto; }
  .brand { width: 60px; height: 62px; }
  .brand img { width: 58px; height: 58px; }
  .desktop-nav, .header-order { display: none; }
  .menu-button { display: grid; }
  .mobile-nav { inset: 102px 0 0; }
  .hero { width: calc(100% - 32px); margin-top: 16px; grid-template-columns: 1fr; }
  .hero__copy { min-height: 530px; padding: 54px 34px; }
  .hero__copy::before { top: 62px; height: 90px; }
  .hero__photo { min-height: 520px; }
  .proof { width: calc(100% - 44px); padding: 32px 0 58px; gap: 16px; }
  .proof > div { display: flex; flex-direction: column; gap: 2px; }
  .proof strong { font-size: 1.5rem; }
  .proof span { font-size: .59rem; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .specials, .menu-section, .locations { padding: 78px 22px; }
  .special-grid { grid-template-columns: 1fr; max-width: 560px; }
  .special-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .special-card__photo { height: auto; min-height: 260px; }
  .special-card p { min-height: 0; }
  .favourites { width: calc(100% - 44px); padding: 80px 0; grid-template-columns: 1fr; }
  .food-collage { height: 520px; }
  .menu-browser__hero { grid-template-columns: 1fr; }
  .menu-browser__hero-copy { padding-bottom: 34px; }
  .menu-browser__photos { height: 330px; }
  .menu-toolbar { grid-template-columns: 1fr; }
  .menu-context { align-items: flex-start; flex-direction: column; gap: 6px; }
  .menu-context span { text-align: left; }
  .story { grid-template-columns: 1fr; }
  .story__copy { width: 100%; padding: 78px 32px; }
  .story__portrait { min-height: 600px; }
  .franchise { width: calc(100% - 32px); margin: 80px auto; grid-template-columns: 1fr; }
  .franchise__media { min-height: 500px; }
  .final-order { width: calc(100% - 32px); margin-bottom: 80px; padding: 48px 34px; grid-template-columns: 1fr; }
  .final-order .button { width: max-content; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  body { padding-bottom: 72px; }
  .order-banner { justify-content: space-between; padding: 6px 16px; }
  .order-banner > span:not(.order-banner__dot) { max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  h1, h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .hero { border-radius: 26px; }
  .hero__copy { min-height: 490px; padding: 52px 25px; }
  .hero__intro { font-size: .94rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero__photo { min-height: 430px; border-radius: 20px; }
  .hero__stamp { width: 92px; height: 92px; top: 18px; right: 18px; }
  .hero__stamp strong { font-size: 1.45rem; }
  .hero__caption { right: 24px; bottom: 22px; left: 24px; }
  .proof { grid-template-columns: repeat(3, 1fr); }
  .proof > div { align-items: center; text-align: center; }
  .proof span { max-width: 76px; }
  .special-card { display: block; }
  .special-card__photo { height: 220px; min-height: 0; }
  .menu-section { padding-right: 16px; padding-left: 16px; }
  .menu-browser { border-radius: 26px; }
  .menu-browser__hero-copy { padding: 42px 25px 30px; }
  .menu-browser__photos { height: 245px; grid-template-columns: 1.2fr .8fr; }
  .menu-browser__photos img { border-radius: 14px; }
  .menu-browser__body { padding: 24px 17px 28px; }
  .menu-mode { width: 100%; }
  .menu-categories { margin-right: -17px; padding-right: 20px; }
  .menu-item { min-height: 112px; padding: 17px; grid-template-columns: 1fr; gap: 14px; }
  .menu-item__meta { padding-top: 0; text-align: left; }
  .menu-item__availability { max-width: none; }
  .menu-browser__footer { align-items: stretch; flex-direction: column; gap: 20px; }
  .menu-browser__footer .button { width: 100%; }
  .food-collage { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 210px; }
  .food-collage__large { grid-column: 1 / -1; grid-row: auto; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 205px; }
  .location-card__actions { align-items: flex-start; flex-direction: column; }
  .location-card__buttons { width: 100%; }
  .location-card__buttons a { flex: 1; justify-content: center; }
  .timeline { grid-template-columns: 1fr; gap: 17px; }
  .timeline li { display: grid; grid-template-columns: 55px 1fr; align-items: start; gap: 10px; }
  .timeline strong { margin: 0; }
  .timeline span { max-width: none; }
  .story__portrait { min-height: 480px; }
  .franchise__media { min-height: 390px; }
  .franchise__copy { padding: 48px 25px; }
  .final-order { padding: 44px 26px; border-radius: 26px; }
  .final-order .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 40px; padding-top: 54px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .mobile-order { position: fixed; z-index: 60; right: 14px; bottom: 12px; left: 14px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-radius: 999px; background: var(--red); color: white; box-shadow: 0 12px 36px rgb(23 26 23 / 28%); font-size: .8rem; font-weight: 900; }
}

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