:root {
  --ink: #23382c;
  --muted: #62685e;
  --orange: #b34124;
  --orange-dark: #8d2e16;
  --cream: #fbf8f1;
  --cream-dark: #eee8dd;
  --line: #deded1;
  --green: #edf0e5;
  --radius: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
html { scroll-padding-top: 32px; }
body { min-width: 0; }
button, a, input, select, textarea { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex="-1"]:focus-visible {
  outline: 3px solid #9b361c;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #fff;
}
#main:focus { outline: none; }
.search:focus-within { outline: 3px solid var(--orange); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { top: 0; transform: translateY(-150%); min-height: 44px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; transform: none; }
small { font-size: 13px; }
.button { min-height: 48px; border-radius: 9px; padding: 13px 22px; font-size: 15px; }
.button.small, .icon-button, .modal-heading .close { min-width: 44px; min-height: 44px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; text-underline-offset: 5px; }
.button:active, .add-button:active { transform: translateY(1px); }
.button .icon, .text-button .icon, .footer-google .icon { transition: transform 220ms ease; }
.button:hover .icon, .text-button:hover .icon, .footer-google:hover .icon { transform: translateX(3px); }
.wrap { max-width: 1360px; padding-inline: 44px; }
.nav { height: 92px; gap: 22px; }
.brand { font-size: 26px; letter-spacing: -1.2px; }
.brand img { width: 40px; height: 40px; }
.nav-links { gap: 28px; font-size: 15px; }
.nav-link { min-height: 44px; display: flex; align-items: center; color: var(--ink); }
.nav-link:hover { color: var(--orange); }
.nav-link.active { text-decoration: underline; text-underline-offset: 8px; }
.cart-nav { background: var(--ink); color: white; padding: 13px 18px; font-size: 14px; min-height: 48px; border-radius: 8px; }
.cart-count { color: var(--ink); background: #f6e6ce; width: 23px; height: 23px; line-height: 23px; font-size: 12px; }
.eyebrow { font-size: 12px; letter-spacing: .16em; font-weight: 700; color: var(--orange); }
.editorial-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.02fr); align-items: center; gap: 52px; padding: 58px 0 48px; }
.hero-text, .hero-photo, .menu-layout > *, .checkout-layout > *, .track-layout > * { min-width: 0; }
.hero-text > .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.little-star { font-size: 25px; font-weight: 400; color: var(--orange); }
.editorial-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px,6.4vw,90px); line-height: .99; font-weight: 400; letter-spacing: -.065em; margin: 0 0 25px; }
.editorial-hero h1 em, .menu-intro h1 em, .menu-heading h2 em, .ordering-story h2 em { color: var(--orange); font-weight: 400; }
.hero-copy { max-width: 430px; font-size: 17px; line-height: 1.7; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.hero-actions .text-button { font-size: 14px; }
.hero-proof { margin-top: 30px; font-size: 13px; flex-wrap: wrap; gap: 16px; }
.hero-proof .icon { width: 17px; height: 17px; color: var(--ink); }
.hero-photo { position: relative; margin: 0; padding: 0 0 26px; }
.hero-photo > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 9px 9px; }
.hero-photo::before { content: ""; position: absolute; inset: -12px 14px 40px -12px; border: 1px solid #c1c7b1; border-radius: 48% 48% 12px 12px; z-index: -1; }
.photo-label { position: absolute; bottom: 53px; right: 18px; padding: 17px 24px; background: var(--ink); color: #fffdf4; border-radius: 4px; font-size: 11px; letter-spacing: .15em; line-height: 1.8; transform: rotate(-4deg); }
.photo-label em { font-family: Georgia, serif; font-size: 24px; letter-spacing: -.02em; font-weight: 400; }
.hero-photo figcaption { position: absolute; bottom: 0; right: 0; left: 0; text-align: center; font-size: 11px; color: var(--muted); }
.flavour-strip { display: flex; align-items: center; justify-content: space-around; gap: 22px; border-block: 1px solid var(--line); padding: 22px 10px; font: italic 25px Georgia, serif; }
.menu-section { padding-top: 65px; scroll-margin-top: 22px; }
.menu-heading { margin-bottom: 26px; align-items: center; }
.menu-heading .eyebrow { margin-bottom: 10px; }
.menu-heading h2 { font: 400 clamp(32px,3.5vw,48px)/1.1 Georgia,serif; letter-spacing: -.04em; margin: 0; }
.search { width: 300px; border-color: #bfc4b7; border-radius: 8px; min-height: 49px; padding: 10px 14px; }
.search input { min-height: 26px; font-size: 16px; color: var(--ink); }
.search input:focus-visible { outline: none; box-shadow: none; }
input::placeholder, textarea::placeholder { color: #697063; opacity: 1; }
.delivery-check { display: grid; grid-template-columns: 1fr minmax(200px,280px) auto; gap: 20px; align-items: center; padding: 18px 22px; border: 1px solid var(--line); background: #f1f2e8; border-radius: 10px; }
.delivery-check > div { display: flex; gap: 12px; align-items: center; }
.delivery-check strong { font-size: 15px; }
.delivery-check small { display: block; margin-top: 2px; font-size: 13px; }
.delivery-select select { width: 100%; padding: 11px 12px; min-height: 46px; background: #fffdf8; border: 1px solid #a5af9d; border-radius: 7px; color: var(--ink); font-size: 16px; }
.delivery-check > p { margin: 0; font-size: 13px; max-width: 200px; }
.menu-meta { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; color: var(--muted); font-size: 13px; }
.menu-meta p { margin: 0; }
.categories { flex-wrap: wrap; overflow: visible; gap: 8px; margin: 8px 0 25px; padding: 0; }
.category { padding: 10px 20px; min-height: 44px; font-size: 14px; border-color: #c1c6b9; transition: background 180ms, color 180ms; }
.category:hover:not(.active) { background: #e9eddf; }
.menu-layout { grid-template-columns: minmax(0,1fr) 294px; gap: 26px; }
.dish-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
.dish-card { position: relative; display: flex; flex-direction: column; border-radius: 12px; border-color: var(--line); box-shadow: none; overflow: visible; }
.dish-card:hover { box-shadow: 0 16px 35px #253b2d12; transform: translateY(-3px); }
.dish-image { height: auto; aspect-ratio: 1.2; border-radius: 11px 11px 0 0; width: 100%; overflow: hidden; background: #e6ddcd; }
.dish-image img { object-fit: cover; width: 100%; height: 100%; transform: none; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.dish-card:hover .dish-image img { transform: scale(1.035); }
.dish-image small { font-size: 12px; padding: 6px 9px; left: 14px; bottom: 14px; color: var(--ink); background: #fffdf8; }
.dish-info { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.dish-category { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin: 0 0 7px; font-weight: 700; }
.dish-info h3 { margin: 0 0 8px; }
.dish-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 44px; font-size: 20px; line-height: 1.3; font-weight: 650; margin: 0; letter-spacing: -.04em; }
.dish-title .icon { width: 18px; height: 18px; flex-shrink: 0; }
.dish-title::after { content: ""; position: absolute; inset: 0; border-radius: 12px; }
.dish-title:focus-visible { outline: none; box-shadow: none; }
.dish-title:focus-visible::after { outline: 3px solid var(--orange); outline-offset: 4px; }
.dish-description { font-size: 14px; line-height: 1.65; min-height: 46px; margin-bottom: 15px; }
.dish-meta { font-size: 12px; gap: 12px; flex-wrap: wrap; margin-top: auto; margin-bottom: 18px; }
.dish-meta .icon { height: 15px; width: 15px; }
.dish-price { font-size: 20px; letter-spacing: -.03em; font-weight: 700; }
.add-button { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: auto; height: auto; min-height: 44px; padding: 8px 15px; background: var(--ink); color: #fff; border-radius: 7px; font-size: 14px; font-weight: 600; }
.add-button > span:first-child { font-size: 22px; line-height: 1; }
.add-button:disabled { background: #eceee6; color: #6a7064; opacity: 1; }
.basket { padding: 22px; top: 24px; border-radius: 12px; display: block; }
#basket-slot { position: sticky; top: 24px; }
.basket h3 { font-size: 20px; }
.basket .empty { padding: 32px 0; }
.basket .empty p { font-size: 14px; line-height: 1.7; }
.basket-item { font-size: 14px; gap: 10px; }
.basket-item strong { font-size: 14px; }
.basket-item small { font-size: 12px; }
.stepper { width: fit-content; }
.stepper button { min-width: 44px; height: 44px; font-size: 20px; }
.stepper span { font-size: 14px; min-width: 14px; }
.basket-totals { font-size: 14px; line-height: 1.6; }
.basket-totals .row { align-items: start; }
.basket-totals .row > span:last-child { text-align: right; flex-shrink: 0; }
.basket-foot, .sample-note, .address-check { font-size: 12px; line-height: 1.65; }
.sample-note { margin: 20px 0; }
.ordering-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin: 75px 0; border-top: 1px solid var(--line); padding-top: 60px; scroll-margin-top: 35px; }
.ordering-story h2 { font: 400 clamp(32px,3.6vw,49px)/1.15 Georgia,serif; letter-spacing: -.04em; }
.order-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 23px; }
.order-steps li { display: flex; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.order-steps li:last-child { border: 0; padding-bottom: 0; }
.step-number { flex-shrink: 0; font: italic 32px Georgia,serif; color: var(--orange); }
.order-steps h3 { font-size: 19px; letter-spacing: -.02em; margin: 3px 0 8px; }
.order-steps p { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.7; }
.visit-banner { border-radius: 14px; background: var(--ink); color: #fbf8ec; text-align: center; padding: 54px 30px; margin-bottom: 65px; }
.visit-banner .eyebrow { color: #ead0a6; }
.visit-banner h2 { font: 400 clamp(31px,4vw,54px)/1.1 Georgia,serif; letter-spacing: -.04em; margin: 20px 0; }
.visit-banner h2 em { color: #efc9a2; }
.visit-banner p { font-size: 15px; color: #eceedd; }
.visit-banner .hero-actions { justify-content: center; }
.visit-banner .text-button { color: #fff; }
.button.light { background: #f6e8ce; color: var(--ink); }
.button.light:hover { background: #fff6e8; }
#site-footer { font-size: 14px; padding-top: 45px; margin-top: 50px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr 1fr; gap: 30px; }
.footer-brand .brand { color: var(--ink); margin-bottom: 20px; }
.footer-brand p { font-size: 14px; line-height: 1.8; }
.footer-col h2 { font: 650 15px/1.5 "Segoe UI",Arial,sans-serif; letter-spacing: -.01em; color: var(--ink); margin: 0 0 16px; }
.footer-col address { font-style: normal; font-size: 14px; line-height: 1.8; margin-bottom: 10px; }
.footer-col a { display: flex; align-items: center; min-height: 44px; font-size: 14px; width: fit-content; text-underline-offset: 4px; }
.footer-col a:hover { text-decoration: underline; color: var(--orange); }
.footer-google { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--ink); font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 35px; padding-top: 22px; }
.footer-bottom small { font-size: 12px; }
.menu-intro { padding-top: 50px; }
.menu-intro h1, body[data-view="customer"] .page-top h1 { font-family: Georgia,serif; font-size: clamp(34px,4.5vw,56px); font-weight: 400; line-height: 1.15; }
.menu-intro + .menu-section { padding-top: 15px; }
body[data-view="customer"] .page-top p { font-size: 16px; }
body[data-view="customer"] .panel p { line-height: 1.7; }
.field, .checkbox { font-size: 15px; }
.field input, .field select, .field textarea { font-size: 16px; min-height: 48px; border-color: #aab3a0; }
.field small { font-size: 13px; }
.checkbox { align-items: center; gap: 14px; min-height: 44px; }
.checkbox input { width: 22px; height: 22px; flex: 0 0 22px; accent-color: var(--ink); margin: 0; }
.field-error { color: #982d1b; font-size: 13px; display: block; font-weight: 500; margin-top: 5px; }
[aria-invalid="true"] { border: 2px solid #982d1b !important; }
.error-inline { font-size: 14px; }
.error-inline:empty { display: none; }
.notice, .postcode-hint { font-size: 14px; }
.auth-panel h1 { font-size: 32px; }
.modal-heading { position: relative; }
.modal-heading h2 { line-height: 1.2; padding-top: 8px; }
.modal-heading .close { width: 44px; height: 44px; flex: 0 0 44px; font-size: 28px; }
dialog { max-height: calc(100dvh - 32px); overscroll-behavior: contain; }
body.modal-open { overflow: hidden; }
.detail-image { height: auto; aspect-ratio: 1.35; border-radius: 12px; overflow: hidden; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-fact, .detail-section strong, .detail-section p { font-size: 14px; }
.detail-fact small { font-size: 12px; }
.detail-description { margin-top: 20px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.detail-buy { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.info-page { max-width: 880px; margin-bottom: 60px; }
.info-page h2 { font-size: 26px; margin-top: 24px; }
.info-page a { text-decoration: underline; text-underline-offset: 4px; }
.contact-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.info-page .contact-actions a { text-decoration: none; }
.contact-actions .button.secondary { color: var(--ink); }
.toast { width: max-content; max-width: calc(100vw - 32px); font-size: 14px; line-height: 1.5; }
.no-results { grid-column: 1/-1; border: 1px dashed var(--line); border-radius: 12px; }
.initial-content { padding-top: 50px; padding-bottom: 50px; }
.initial-content h1 { font-family: Georgia,serif; font-weight: 400; }
.initial-menu { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; list-style: none; padding: 0; }
.initial-menu li { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.initial-menu h3 { font-size: 20px; }
.initial-menu img { width: 100%; height: auto; aspect-ratio: 1.2; object-fit: cover; border-radius: 8px; margin-bottom: 18px; }
@media (prefers-reduced-motion: no-preference) {
  .reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
  .reveal-ready.is-visible { opacity: 1; transform: none; }
  .hero-photo.reveal-ready { transition-delay: 100ms; }
  dialog[open] { animation: dialog-in 180ms ease-out; }
  @keyframes dialog-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
}
@media (min-width: 1500px) {
  .wrap { max-width: 1440px; }
  .dish-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .dish-title { font-size: 18px; }
  .dish-info { padding: 17px; }
}
@media (max-width: 1100px) {
  .wrap { padding-inline: 30px; }
  .editorial-hero { gap: 28px; }
  .nav-links { gap: 20px; }
  .delivery-check { grid-template-columns: 1fr minmax(210px,280px); gap: 16px; }
  .delivery-check > p { grid-column: 1/-1; max-width: none; }
  .menu-layout { grid-template-columns: minmax(0,1fr) 265px; gap: 20px; }
  .dish-grid { gap: 18px; }
  .dish-info { padding: 16px; }
  .dish-title { font-size: 18px; }
  .dish-description { font-size: 14px; }
  .dish-meta { gap: 8px; }
  .dish-price { font-size: 18px; }
  .add-button { padding-inline: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .ordering-story { gap: 40px; }
}
@media (max-width: 920px) {
  .menu-layout { grid-template-columns: 1fr; }
  #basket-slot { position: static; }
  .basket { display: none; }
  .dish-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  .mobile-cart { display: flex; position: fixed; bottom: max(16px,env(safe-area-inset-bottom)); left: 24px; right: 24px; align-items: center; justify-content: space-between; background: var(--ink); color: white; padding: 15px 20px; border-radius: 10px; z-index: 30; box-shadow: 0 10px 30px #23382c33; min-height: 58px; font-size: 15px; }
  .mobile-cart span { display: flex; align-items: center; gap: 10px; }
  body.has-basket #site-footer { padding-bottom: 100px; }
  body.has-basket .toast { bottom: 96px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .nav-links .how-link { display: none; }
}
@media (max-width: 760px) {
  .wrap { padding-inline: 20px; }
  .nav { height: 78px; gap: 15px; }
  .brand { font-size: 22px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  .nav-links { gap: 18px; }
  .nav-link { font-size: 14px; }
  .nav-links .nav-menu { display: flex; }
  .nav-links > a:not(.nav-menu) { display: none; }
  .cart-nav { padding: 11px; gap: 7px; }
  .cart-nav > span:not(.cart-count) { display: none; }
  .editorial-hero { grid-template-columns: 1fr; gap: 32px; padding-top: 34px; padding-bottom: 30px; }
  .editorial-hero h1 { font-size: clamp(52px,12.9vw,74px); max-width: 620px; }
  .hero-text > .eyebrow { font-size: 11px; margin-bottom: 20px; }
  .hero-copy { font-size: 16px; max-width: 490px; line-height: 1.65; }
  .hero-actions { gap: 12px 20px; }
  .hero-actions .button, .hero-actions .text-button { font-size: 14px; min-height: 48px; }
  .hero-proof { margin-top: 22px; gap: 15px; font-size: 12px; }
  .hero-photo { width: 100%; max-width: 540px; justify-self: center; }
  .hero-photo > img { border-radius: 42% 42% 8px 8px; }
  .hero-photo::before { display: none; }
  .hero-photo figcaption { font-size: 10px; }
  .photo-label { bottom: 45px; right: 14px; padding: 12px 18px; }
  .flavour-strip { font-size: 17px; gap: 12px; flex-wrap: wrap; padding: 17px 0; }
  .flavour-strip .little-star { font-size: 20px; }
  .flavour-strip > :nth-last-child(-n+2) { display: none; }
  .menu-section { padding-top: 38px; }
  .menu-heading { gap: 22px; align-items: stretch; }
  .menu-heading h2 { font-size: 37px; }
  .search { width: 100%; }
  .delivery-check { grid-template-columns: 1fr; padding: 18px; gap: 14px; }
  .delivery-check strong { font-size: 15px; }
  .delivery-check small { font-size: 13px; }
  .menu-meta { flex-direction: column; gap: 8px; font-size: 12px; padding: 14px 0; }
  .categories { gap: 8px; margin-bottom: 23px; }
  .category { padding: 10px 16px; font-size: 13px; }
  .dish-grid { gap: 18px; }
  .dish-info { padding: 17px; }
  .dish-title { font-size: 19px; min-height: 44px; }
  .dish-description { font-size: 14px; }
  .dish-image small { font-size: 12px; bottom: 12px; left: 12px; }
  .dish-meta { font-size: 12px; gap: 12px; }
  .dish-price { font-size: 20px; }
  .add-button { padding: 10px 15px; }
  .ordering-story { grid-template-columns: 1fr; gap: 30px; margin: 40px 0; padding-top: 38px; }
  .ordering-story h2 { font-size: 35px; margin-bottom: 18px; }
  .order-steps { gap: 18px; }
  .order-steps h3 { font-size: 18px; }
  .order-steps p { font-size: 14px; }
  .visit-banner { margin-bottom: 35px; padding: 36px 22px; }
  .visit-banner h2 { font-size: 34px; }
  .visit-banner p { font-size: 14px; }
  .footer-grid { gap: 28px 22px; }
  .footer-col h2 { font-size: 14px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .mobile-cart { left: 16px; right: 16px; padding: 14px 16px; font-size: 13px; }
  .mobile-cart span { gap: 7px; }
  .mobile-cart strong { margin: 0; }
  #site-footer { margin-top: 30px; padding-bottom: 35px; }
  .field, .checkbox { font-size: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .panel { padding: 22px; }
  .detail-facts { grid-template-columns: 1fr; gap: 10px; }
  .detail-fact { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
  .detail-fact small { margin: 0; }
  .detail-buy .button { width: 100%; }
  .modal-inner { padding: 22px; }
  .modal-heading h2 { font-size: 25px; }
  .initial-menu { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .dish-grid { grid-template-columns: 1fr; }
  .dish-image { aspect-ratio: 1.35; }
  .dish-description { min-height: 0; }
  .dish-title { font-size: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}
@media (max-width: 360px) {
  .wrap { padding-inline: 16px; }
  .nav { gap: 10px; }
  .brand { font-size: 20px; }
  .brand img { width: 30px; height: 30px; }
  .nav-links { gap: 10px; }
  .editorial-hero h1 { font-size: 49px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-cart .icon { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal-ready { opacity: 1 !important; transform: none !important; }
  .dish-card:hover, .dish-card:hover .dish-image img, .button:hover { transform: none; }
}

