:root {
  --orange: #ff8200;
  --orange-dark: #df6800;
  --cream: #fff4e6;
  --paper: #fff9f0;
  --yellow: #ffc928;
  --ink: #242424;
  --muted: #6d665e;
  --line: #eadfce;
  --green: #1b8b57;
  --white: #fff;
  --shadow: 0 18px 50px rgba(32, 26, 17, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.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; }
.mobile-only { display: none; }

.site-header {
  height: 82px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between;
  background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-transform: uppercase; line-height: .86; letter-spacing: -.04em; }
.brand-mark {
  width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%;
  color: var(--cream); background: var(--orange); font-size: 15px; font-weight: 900; letter-spacing: -.08em;
  transform: rotate(-7deg);
}
.brand strong, .brand em { display: block; font-size: 18px; font-style: normal; font-weight: 900; }
.brand em { color: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--orange); transition: .2s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.text-button { border: 0; padding: 10px; color: var(--muted); background: transparent; font-size: 13px; font-weight: 700; }
.cart-button { display: flex; align-items: center; gap: 12px; padding: 10px 10px 10px 17px; border: 0; border-radius: 99px; color: white; background: var(--ink); font-weight: 800; }
.cart-button b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); }

.hero { min-height: 680px; display: grid; grid-template-columns: 55% 45%; overflow: hidden; background: var(--cream); }
.hero-copy { padding: 84px 5vw 60px 7vw; position: relative; z-index: 2; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 11px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--orange); }
.eyebrow span { width: 31px; height: 3px; background: var(--orange); }
.hero h1 { margin: 0; max-width: 720px; text-transform: uppercase; font-size: clamp(57px, 6.4vw, 104px); line-height: .85; letter-spacing: -.075em; }
.hero h1 i { color: var(--orange); font-family: Georgia, serif; text-transform: none; font-weight: 400; letter-spacing: -.07em; }
.hero-copy > p { max-width: 580px; margin: 27px 0; color: #55584f; font-size: 18px; line-height: 1.6; }
.order-starter { width: min(570px, 100%); padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 10px 32px rgba(67, 47, 20, .08); }
.fulfilment-switch { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; margin-bottom: 9px; border-radius: 10px; background: #eee9de; }
.fulfilment-switch button { padding: 11px; border: 0; border-radius: 8px; background: transparent; font-size: 14px; font-weight: 800; }
.fulfilment-switch button.active { background: white; color: var(--orange); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.postcode-row { display: flex; gap: 7px; margin-bottom: 8px; }
.postcode-row input { min-width: 0; flex: 1; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; text-transform: uppercase; }
.postcode-row button { border: 0; padding: 0 16px; border-radius: 9px; color: white; background: var(--ink); font-weight: 800; }
.primary-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 17px 20px; border: 0; border-radius: 10px; color: white; background: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: .03em; transition: .2s; }
.primary-button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.primary-button span { font-size: 20px; }
.primary-button.compact { width: auto; padding: 13px 18px; font-size: 12px; }
.service-facts { display: flex; gap: 34px; margin-top: 27px; }
.service-facts div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 7px; }
.service-facts strong { font-size: 13px; }
.service-facts small { grid-column: 1 / -1; margin-top: 3px; color: var(--muted); font-size: 11px; }
.status-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #25a966; box-shadow: 0 0 0 4px rgba(37,169,102,.13); }

.hero-art { position: relative; overflow: hidden; min-height: 680px; background: var(--orange); }
.sunburst { position: absolute; width: 750px; height: 750px; left: 50%; top: 48%; transform: translate(-50%, -50%); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(255,255,255,.12) 0deg 10deg, transparent 10deg 20deg); }
.snack-tray { position: absolute; left: 50%; top: 51%; width: 330px; height: 370px; transform: translate(-50%,-50%) rotate(5deg); border-radius: 12px 12px 80px 80px; background: var(--paper); box-shadow: 0 30px 50px rgba(80,20,0,.3); }
.tray-label { position: absolute; left: -15px; right: -15px; bottom: 55px; padding: 18px 0; color: var(--paper); background: var(--ink); text-align: center; font-size: 27px; font-weight: 900; letter-spacing: .12em; transform: rotate(-3deg); }
.fries { position: absolute; left: 22px; right: 22px; top: -100px; height: 240px; display: flex; justify-content: center; gap: 8px; align-items: flex-end; }
.fries i { width: 31px; height: 180px; display: block; border: 4px solid #dfa400; border-radius: 7px; background: var(--yellow); box-shadow: inset 7px 0 rgba(255,255,255,.22); transform-origin: bottom; }
.fries i:nth-child(1) { height: 150px; transform: rotate(-18deg); }
.fries i:nth-child(2) { height: 190px; transform: rotate(-9deg); }
.fries i:nth-child(3) { height: 210px; transform: rotate(3deg); }
.fries i:nth-child(4) { height: 185px; transform: rotate(-2deg); }
.fries i:nth-child(5) { height: 220px; transform: rotate(8deg); }
.fries i:nth-child(6) { height: 176px; transform: rotate(12deg); }
.fries i:nth-child(7) { height: 145px; transform: rotate(20deg); }
.hero-stamp { position: absolute; right: 8%; top: 8%; width: 102px; height: 102px; display: grid; place-items: center; z-index: 3; border-radius: 50%; color: var(--ink); background: var(--yellow); text-align: center; text-transform: uppercase; font-weight: 900; line-height: .9; transform: rotate(9deg); box-shadow: 0 0 0 7px rgba(255,201,40,.25); }
.hero-note { position: absolute; right: 8%; bottom: 8%; color: white; text-transform: uppercase; text-align: right; font-size: 15px; font-weight: 900; line-height: 1.2; transform: rotate(-4deg); }
.sauce { position: absolute; border-radius: 50%; background: var(--paper); box-shadow: 0 20px 30px rgba(80,20,0,.24); }
.sauce::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #ffd038; box-shadow: inset 0 0 0 7px #ebb718; }
.sauce-one { width: 90px; height: 90px; left: 9%; bottom: 12%; }
.sauce-two { width: 64px; height: 64px; right: 8%; top: 28%; }
.sauce-two::after { background: #f5ead0; box-shadow: inset 0 0 0 6px #e5d6b6; }

.ticker { overflow: hidden; padding: 16px 0; color: var(--paper); background: var(--ink); text-transform: uppercase; white-space: nowrap; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.ticker div { width: max-content; animation: ticker 24s linear infinite; }
.ticker span { margin: 0 27px; color: var(--yellow); font-size: 9px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.menu-section, .info-section, .faq-section { padding: 90px 5vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; max-width: 1440px; margin: 0 auto 35px; }
.kicker { color: var(--orange); }
.section-heading h2, .story-card h2, .faq-section h2, .view-heading h2, .kitchen-header h2 { margin: 8px 0 0; text-transform: uppercase; font-size: clamp(38px, 4.2vw, 64px); line-height: .9; letter-spacing: -.055em; }
.open-pill { padding: 12px 17px; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; font-weight: 800; }
.open-pill .status-dot { margin-right: 8px; }
.category-tabs { max-width: 1440px; display: flex; gap: 8px; margin: 0 auto 26px; overflow-x: auto; scrollbar-width: none; }
.category-tabs button { flex: 0 0 auto; padding: 11px 19px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; font-size: 13px; font-weight: 800; }
.category-tabs button.active { border-color: var(--ink); color: white; background: var(--ink); }
.menu-layout { max-width: 1440px; margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 37px; align-items: start; }
.menu-toolbar { min-height: 45px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 17px; }
.menu-toolbar p { margin: 0; color: var(--muted); font-size: 14px; }
.search-field input { width: 210px; padding: 10px 14px 10px 38px; border: 1px solid var(--line); border-radius: 99px; outline: 0; background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23707169' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 14px center; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-card { min-height: 205px; display: grid; grid-template-columns: 1fr 155px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .22s; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(40,31,16,.08); }
.product-info { padding: 22px; display: flex; flex-direction: column; align-items: start; }
.product-info .product-category { color: var(--orange); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.product-info h3 { margin: 8px 0; font-size: 20px; line-height: 1; letter-spacing: -.03em; }
.product-info p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 12px; line-height: 1.45; }
.product-info footer { width: 100%; margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding: 0; color: var(--ink); background: none; }
.product-info footer strong { font-size: 17px; }
.add-button { width: 34px; height: 34px; border: 0; border-radius: 50%; color: white; background: var(--orange); font-size: 22px; line-height: 1; }
.product-visual, .modal-product-visual { position: relative; overflow: hidden; display: grid; place-items: center; }
.food-shape { width: 112px; height: 112px; display: grid; place-items: center; border: 6px solid rgba(255,255,255,.65); border-radius: 50%; color: white; background: rgba(0,0,0,.12); font-size: 27px; font-weight: 900; text-transform: uppercase; transform: rotate(-7deg); box-shadow: 0 12px 24px rgba(0,0,0,.16); }
.visual-friet { background: #f5b728; }
.visual-snack { background: #c77b25; }
.visual-burger { background: #e65526; }
.visual-menu { background: #28775f; }
.visual-drink { background: #496caf; }
.visual-sauce { background: #d43631; }
.sold-out .product-visual { filter: grayscale(1); opacity: .55; }
.sold-out .product-info { opacity: .55; }
.sold-out .add-button { background: var(--muted); pointer-events: none; }
.sold-label { position: absolute; z-index: 2; padding: 7px 10px; color: white; background: var(--ink); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .08em; transform: rotate(-7deg); }

.cart-panel { position: sticky; top: 105px; min-height: 500px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 35px rgba(37,28,13,.06); }
.cart-heading { display: flex; justify-content: space-between; align-items: center; }
.cart-heading h3 { margin: 5px 0 0; text-transform: uppercase; font-size: 28px; letter-spacing: -.04em; }
.mini-fulfilment { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 19px 0; }
.mini-fulfilment button { display: flex; flex-direction: column; align-items: start; padding: 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: transparent; }
.mini-fulfilment button.active { border-color: var(--orange); color: var(--ink); background: #fff6ed; }
.mini-fulfilment small { margin-top: 3px; font-size: 10px; }
.empty-cart { padding: 45px 15px; text-align: center; }
.empty-cart .empty-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: var(--orange); background: var(--cream); font-size: 27px; font-weight: 900; }
.empty-cart h4 { margin: 0 0 8px; text-transform: uppercase; font-size: 18px; }
.empty-cart p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.cart-list { display: grid; gap: 14px; max-height: 330px; overflow-y: auto; padding-right: 4px; }
.cart-item { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: start; padding-bottom: 13px; border-bottom: 1px solid #eee9df; }
.cart-qty { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 6px; color: var(--orange); background: #fff0e8; font-size: 12px; font-weight: 900; }
.cart-item h4 { margin: 2px 0 4px; font-size: 14px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.cart-item > div:last-child { text-align: right; }
.cart-item strong { font-size: 13px; }
.remove-item { display: block; margin: 6px 0 0 auto; padding: 0; border: 0; color: #a19d95; background: transparent; font-size: 10px; text-decoration: underline; }
.cart-summary { margin-top: 19px; padding-top: 15px; border-top: 2px solid var(--ink); }
.cart-summary p { display: flex; justify-content: space-between; margin: 8px 0; color: var(--muted); font-size: 12px; }
.cart-summary p.total { margin: 15px 0; color: var(--ink); font-size: 17px; font-weight: 900; }
.cart-summary .primary-button { margin-top: 13px; }
.minimum-note { padding: 9px; margin-bottom: 10px; border-radius: 7px; color: #9a5f00; background: #fff3cf; font-size: 10px; text-align: center; }

.story-section { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; }
.story-card { padding: 90px 8vw; color: var(--paper); background: var(--ink); }
.kicker.light { color: var(--yellow); }
.story-card h2 { font-size: clamp(50px, 5.5vw, 82px); }
.story-card > p { max-width: 550px; margin: 29px 0 45px; color: #bbbdb5; font-family: Arial, sans-serif; font-size: 15px; line-height: 1.7; }
.story-stats { display: flex; gap: 7%; padding-top: 26px; border-top: 1px solid #3d403a; }
.story-stats div { display: flex; flex-direction: column; }
.story-stats b { color: var(--yellow); font-size: 32px; }
.story-stats span { color: #a9aba4; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.story-visual { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--yellow); }
.checkerboard { position: absolute; inset: 0; opacity: .12; background: conic-gradient(#000 25%, transparent 0 50%, #000 0 75%, transparent 0) 0 0/60px 60px; transform: rotate(7deg) scale(1.2); }
.burger { width: 390px; display: flex; flex-direction: column; align-items: center; filter: drop-shadow(0 25px 20px rgba(86,55,0,.24)); transform: rotate(-5deg); }
.burger i { display: block; }
.burger .bun { width: 350px; height: 95px; border: 5px solid #b96a20; background: #e89d3c; }
.burger .bun.top { height: 145px; border-radius: 180px 180px 45px 45px; }
.burger .bun.bottom { height: 75px; border-radius: 25px 25px 90px 90px; }
.burger .lettuce { width: 390px; height: 42px; margin: -9px 0; background: #4c9d3f; clip-path: polygon(0 50%, 8% 10%, 16% 72%, 25% 15%, 34% 80%, 45% 12%, 55% 75%, 65% 18%, 76% 80%, 88% 12%, 100% 54%, 95% 100%, 4% 100%); }
.burger .cheese { width: 350px; height: 45px; margin: -5px 0; background: #ffca28; clip-path: polygon(0 0, 100% 0, 88% 100%, 50% 45%, 12% 100%); }
.burger .patty { width: 365px; height: 74px; border-radius: 28px; background: #5d2d1c; border: 5px solid #3c1b10; }
.story-visual > span { position: absolute; right: 8%; bottom: 8%; padding: 14px 18px; border: 3px solid var(--ink); text-transform: uppercase; font-weight: 900; transform: rotate(-7deg); }

.info-section { background: var(--cream); }
.info-grid { max-width: 1440px; display: grid; grid-template-columns: repeat(4, 1fr); margin: auto; border: 1px solid var(--line); }
.info-grid article { min-height: 250px; padding: 27px; border-right: 1px solid var(--line); background: rgba(255,255,255,.33); }
.info-grid article:last-child { border: 0; }
.info-number { color: var(--orange); font-size: 11px; font-weight: 900; }
.info-grid h3 { margin: 55px 0 15px; text-transform: uppercase; font-size: 20px; }
.info-grid p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.65; }
.faq-section { max-width: 1440px; margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 22px 40px 22px 0; list-style: none; cursor: pointer; position: relative; font-size: 16px; font-weight: 800; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 17px; color: var(--orange); font-size: 25px; }
.accordion details[open] summary::after { content: "−"; }
.accordion p { margin: 0 0 22px; color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.6; }
footer { padding: 45px 5vw 25px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; color: white; background: var(--ink); }
.footer-brand .brand-mark { background: var(--yellow); color: var(--ink); }
footer > p { color: #a9aba4; font-size: 12px; }
footer > div { display: flex; gap: 20px; font-size: 11px; }
footer button { padding: 0; border: 0; color: white; background: transparent; }
footer > small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #33362f; color: #777a72; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; background: rgba(14,16,13,.72); backdrop-filter: blur(4px); }
.modal { width: min(920px, 100%); max-height: calc(100vh - 36px); overflow-y: auto; position: relative; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.product-modal-card { display: grid; grid-template-columns: 42% 58%; }
.modal-product-visual { min-height: 610px; }
.modal-product-visual .food-shape { width: 230px; height: 230px; font-size: 54px; }
.modal-close { position: absolute; right: 15px; top: 15px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: white; font-size: 24px; box-shadow: 0 5px 15px rgba(0,0,0,.12); }
.modal-body { padding: 43px; }
.modal-body h2 { margin: 8px 0 11px; text-transform: uppercase; font-size: 40px; line-height: .95; letter-spacing: -.05em; }
.modal-body > p { color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.55; }
.option-group { margin: 24px 0; }
.option-group h4 { margin: 0 0 10px; text-transform: uppercase; font-size: 12px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.option-grid label { display: flex; justify-content: space-between; gap: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }
.option-grid label:has(input:checked) { border-color: var(--orange); background: #fff0e8; }
.option-grid input { accent-color: var(--orange); }
.note-field, .small-modal label, .settings-grid label { display: grid; gap: 7px; margin: 18px 0; font-size: 11px; font-weight: 800; }
.note-field textarea, .small-modal input, .small-modal textarea, .small-modal select, .settings-grid input, .settings-grid select { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: white; resize: vertical; }
.modal-add-row { display: grid; grid-template-columns: 120px 1fr; gap: 10px; margin-top: 25px; }
.quantity-control { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; }
.quantity-control button { height: 100%; border: 0; background: transparent; font-size: 20px; }
.quantity-control strong { text-align: center; }
.checkout-modal-card { width: min(660px, 100%); }
.checkout-steps { display: flex; justify-content: center; align-items: center; padding: 28px 30px 0; }
.checkout-steps span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--muted); background: #e5dfd2; font-size: 11px; font-weight: 900; }
.checkout-steps span.active { color: white; background: var(--orange); }
.checkout-steps i { width: 55px; height: 1px; background: var(--line); }
.checkout-modal-card .modal-body { padding-top: 26px; }
.checkout-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.checkout-form label { display: grid; gap: 6px; font-size: 11px; font-weight: 800; }
.checkout-form label.full { grid-column: 1 / -1; }
.checkout-form input, .checkout-form select, .checkout-form textarea { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.checkout-summary { margin: 20px 0; padding: 16px; border-radius: 10px; background: var(--cream); }
.checkout-summary p { display: flex; justify-content: space-between; margin: 7px 0; font-size: 12px; }
.checkout-summary .total { padding-top: 10px; border-top: 1px solid var(--line); font-size: 16px; font-weight: 900; }
.payment-row { display: flex; align-items: center; gap: 13px; padding: 14px; margin-bottom: 17px; border: 2px solid var(--orange); border-radius: 10px; background: white; }
.payment-logo { width: 39px; height: 32px; display: grid; place-items: center; border-radius: 6px; color: white; background: #f37021; font-weight: 900; }
.payment-row small { display: block; margin-top: 2px; color: var(--muted); }
.success-state { padding: 25px 5px 5px; text-align: center; }
.success-mark { width: 75px; height: 75px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: white; background: var(--green); font-size: 33px; }
.success-state h2 { margin-top: 24px; }
.order-number { display: inline-block; padding: 9px 15px; margin: 7px 0 20px; border-radius: 99px; color: var(--orange); background: #fff0e8; font-weight: 900; }
.small-modal { width: min(520px, 100%); }
.small-modal form .primary-button { margin-top: 25px; }
.toast-region { position: fixed; right: 20px; top: 98px; z-index: 200; display: grid; gap: 10px; }
.toast { min-width: 260px; padding: 14px 16px; border-radius: 10px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; animation: toastIn .25s ease; }
.toast strong { display: block; margin-bottom: 3px; color: var(--yellow); }
@keyframes toastIn { from { opacity: 0; transform: translateX(20px); } }

/* Admin */
#admin-app { min-height: 100vh; background: #f3f1eb; }
.admin-sidebar { width: 245px; position: fixed; inset: 0 auto 0 0; z-index: 50; display: flex; flex-direction: column; padding: 27px 18px; color: white; background: var(--ink); }
.admin-brand { padding: 0 9px 30px; }
.admin-brand .brand-mark { background: var(--yellow); color: var(--ink); }
.admin-sidebar nav { display: grid; gap: 5px; }
.admin-sidebar nav button { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; padding: 13px 11px; border: 0; border-radius: 8px; color: #a6a9a1; background: transparent; text-align: left; font-size: 13px; font-weight: 800; }
.admin-sidebar nav button > span { color: #666961; font-size: 9px; }
.admin-sidebar nav button.active { color: white; background: #2b2e28; }
.admin-sidebar nav button.active > span { color: var(--yellow); }
.admin-sidebar nav button b { min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); font-size: 9px; }
.sidebar-bottom { margin-top: auto; display: grid; gap: 14px; }
.pause-control { padding: 12px; border: 1px solid #373a34; border-radius: 9px; }
.pause-control, .pause-control span { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.pause-control span > i { width: 7px; height: 7px; border-radius: 50%; background: #2fc475; }
.pause-control strong { font-size: 11px; }
.pause-control button { width: 35px; height: 20px; padding: 2px; border: 0; border-radius: 99px; background: #2fc475; }
.pause-control button i { width: 16px; height: 16px; display: block; margin-left: auto; border-radius: 50%; background: white; transition: .2s; }
.pause-control.paused span > i { background: #ef6d4a; }
.pause-control.paused button { background: #666961; }
.pause-control.paused button i { margin-left: 0; }
.back-to-store { padding: 9px; border: 0; color: #a6a9a1; background: transparent; text-align: left; font-size: 11px; }
.user-card { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid #343730; }
.user-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 11px; font-weight: 900; }
.user-card div { display: flex; flex-direction: column; }
.user-card strong { font-size: 11px; }
.user-card small { margin-top: 2px; color: #7e8179; font-size: 9px; }
.logout-button { margin-top: 10px; width: 100%; }
.auth-modal form label { display: grid; gap: 7px; margin: 16px 0; font-size: 11px; font-weight: 800; }
.auth-modal form input { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.auth-error { padding: 12px; border-radius: 8px; color: #8f1d1d; background: #ffe8e8; font-size: 12px; line-height: 1.4; }
.admin-main { min-height: 100vh; margin-left: 245px; }
.admin-topbar { min-height: 104px; display: flex; justify-content: space-between; align-items: center; padding: 20px 34px; border-bottom: 1px solid #ddd9d0; background: #faf9f5; }
.admin-topbar h1 { margin: 4px 0 0; text-transform: uppercase; font-size: 30px; letter-spacing: -.04em; }
.admin-date { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.admin-top-actions { display: flex; gap: 10px; align-items: center; }
.notification-button { width: 39px; height: 39px; position: relative; border: 1px solid var(--line); border-radius: 8px; background: white; }
.notification-button::before { content: ""; width: 12px; height: 14px; position: absolute; left: 12px; top: 10px; border: 2px solid var(--ink); border-radius: 7px 7px 3px 3px; }
.notification-button span { width: 7px; height: 7px; position: absolute; right: 7px; top: 7px; border: 2px solid white; border-radius: 50%; background: var(--orange); }
.simulate-button, .outline-button { padding: 11px 15px; border: 0; border-radius: 8px; color: white; background: var(--orange); font-size: 11px; font-weight: 900; }
.admin-menu-button { display: none; }
.admin-view { padding: 28px 34px 50px; }
.summary-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 26px; border: 1px solid #ddd9d0; border-radius: 13px; background: white; }
.summary-strip article { min-height: 115px; padding: 20px; border-right: 1px solid #e5e1d8; }
.summary-strip article:last-child { border: 0; }
.summary-strip span, .summary-strip small { display: block; color: var(--muted); font-size: 9px; }
.summary-strip strong { display: block; margin: 8px 0; font-size: 24px; }
.summary-strip small.up { color: var(--green); }
.orders-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.order-tabs { display: flex; gap: 5px; }
.order-tabs button { padding: 9px 13px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 800; }
.order-tabs button.active { color: var(--ink); background: white; box-shadow: 0 2px 7px rgba(0,0,0,.06); }
.order-tabs span { margin-left: 5px; padding: 2px 5px; border-radius: 99px; color: white; background: var(--orange); font-size: 8px; }
.orders-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start; }
.order-card { overflow: hidden; border: 1px solid #ddd9d0; border-radius: 12px; background: white; box-shadow: 0 5px 15px rgba(40,30,10,.035); }
.order-card.new-order { border: 2px solid var(--orange); }
.order-card-head { display: flex; justify-content: space-between; align-items: start; padding: 16px; border-bottom: 1px solid #ece8df; }
.order-card-head > div { display: grid; gap: 4px; }
.order-card-head strong { font-size: 17px; }
.order-card-head span, .order-meta span { color: var(--muted); font-size: 9px; }
.status-pill { padding: 6px 8px; border-radius: 99px; font-size: 8px !important; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.status-new { color: white !important; background: var(--orange); }
.status-accepted { color: #805f00 !important; background: #fff0b8; }
.status-preparing { color: #2c5f92 !important; background: #dceeff; }
.status-ready { color: #117246 !important; background: #d9f5e8; }
.status-underway { color: #67459b !important; background: #eee3ff; }
.status-completed { color: #536057 !important; background: #e4e8e5; }
.status-cancelled { color: #a02d2d !important; background: #ffe2e2; }
.order-meta { display: flex; justify-content: space-between; padding: 11px 16px; background: #faf8f3; }
.order-meta b { display: block; margin-top: 3px; font-size: 11px; }
.order-items { padding: 14px 16px; }
.order-items div { display: grid; grid-template-columns: 22px 1fr auto; gap: 7px; margin: 8px 0; font-size: 11px; }
.order-items div span:first-child { color: var(--orange); font-weight: 900; }
.order-items small { display: block; color: var(--muted); font-size: 8px; }
.order-note { margin: 0 16px 13px; padding: 8px; border-left: 3px solid var(--yellow); background: #fff8dc; font-size: 9px; }
.order-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 13px 16px 16px; }
.order-actions button, .order-actions select { min-width: 0; padding: 9px; border: 1px solid var(--line); border-radius: 7px; background: white; font-size: 9px; font-weight: 800; }
.order-actions button.primary { border-color: var(--orange); color: white; background: var(--orange); }
.order-actions button.danger { color: #a02d2d; }
.order-actions select { grid-column: 1 / -1; }
.new-order-alert { margin: 12px 16px 0; padding: 12px; border: 2px solid rgba(255,130,0,.35); border-radius: 10px; background: #fff3df; }
.new-order-alert > strong { display: block; margin: 9px 0 8px; text-transform: uppercase; font-size: 11px; letter-spacing: .06em; }
.fulfilment-badge { display: inline-grid; place-items: center; min-height: 34px; padding: 0 14px; border-radius: 99px; color: white; background: var(--ink); text-transform: uppercase; font-size: 15px; font-weight: 900; letter-spacing: .05em; }
.fulfilment-badge.delivery { background: var(--orange); }
.prep-time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.prep-time-grid button { padding: 10px 8px; border: 1px solid rgba(37,40,34,.15); border-radius: 8px; background: white; font-size: 11px; font-weight: 900; }
.prep-time-grid button.active { border-color: var(--orange); color: white; background: var(--orange); }
.empty-admin { grid-column: 1 / -1; padding: 70px; color: var(--muted); text-align: center; }
.view-heading, .kitchen-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 26px; }
.view-heading h2, .kitchen-header h2 { font-size: 45px; }
.view-heading p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.kitchen-clock { padding: 12px 18px; border-radius: 8px; color: white; background: var(--ink); font-size: 24px; font-weight: 900; }
.kitchen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.kitchen-card { border: 3px solid var(--ink); border-radius: 9px; background: white; }
.kitchen-card.urgent { border-color: var(--orange); }
.kitchen-card header { display: flex; justify-content: space-between; padding: 15px; color: white; background: var(--ink); }
.kitchen-card.urgent header { background: var(--orange); }
.kitchen-card header strong { font-size: 21px; }
.kitchen-card header span { font-size: 11px; }
.kitchen-alert { margin: 12px 15px 0; }
.kitchen-alert .fulfilment-badge { width: 100%; min-height: 42px; font-size: 18px; }
.kitchen-status-line { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px 0; }
.kitchen-status-line small { color: var(--muted); font-size: 10px; font-weight: 800; }
.kitchen-card .order-items { padding: 15px; }
.kitchen-card .order-items div { margin: 13px 0; font-size: 14px; }
.kitchen-card .order-note { font-size: 11px; }
.kitchen-card footer { display: flex; justify-content: space-between; padding: 12px 15px; color: var(--ink); background: var(--cream); font-size: 11px; font-weight: 900; }
.kitchen-card footer button.primary { padding: 9px 12px; border: 0; border-radius: 7px; color: white; background: var(--orange); font-size: 10px; font-weight: 900; }
.kitchen-card footer button.primary:disabled { background: #b8b9b5; }
.product-admin-table { overflow: hidden; border: 1px solid #ddd9d0; border-radius: 12px; background: white; }
.admin-product-row { display: grid; grid-template-columns: 55px 1.5fr 1fr .7fr .7fr 100px; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid #ebe7de; font-size: 11px; }
.admin-product-row:last-child { border: 0; }
.admin-product-row.header { padding-top: 10px; padding-bottom: 10px; color: var(--muted); background: #f8f6f0; text-transform: uppercase; font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.admin-product-thumb { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 8px; color: white; font-size: 11px; font-weight: 900; }
.stock-toggle { width: 36px; height: 20px; padding: 2px; border: 0; border-radius: 99px; background: var(--green); }
.stock-toggle i { width: 16px; height: 16px; display: block; margin-left: auto; border-radius: 50%; background: white; }
.stock-toggle.off { background: #b8b9b5; }
.stock-toggle.off i { margin-left: 0; }
.row-action { padding: 7px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 9px; }
.report-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 15px; }
.chart-card { min-height: 280px; padding: 22px; border: 1px solid #ddd9d0; border-radius: 12px; background: white; }
.card-title { display: flex; justify-content: space-between; align-items: start; }
.card-title span, .card-title small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.card-title strong { display: block; margin-top: 6px; font-size: 20px; }
.bar-chart { height: 190px; display: flex; align-items: end; gap: 12px; margin-top: 22px; border-bottom: 1px solid var(--line); }
.bar-column { flex: 1; display: grid; justify-items: center; align-items: end; height: 100%; }
.bar-column i { width: min(34px, 70%); display: block; border-radius: 5px 5px 0 0; background: var(--orange); }
.bar-column span { margin: 7px 0 -23px; color: var(--muted); font-size: 8px; }
.donut-wrap { display: grid; place-items: center; gap: 20px; padding-top: 25px; }
.donut { width: 135px; height: 135px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--orange) 0 72%, var(--ink) 72%); position: relative; }
.donut::after { content: ""; position: absolute; inset: 23px; border-radius: 50%; background: white; }
.donut span { position: relative; z-index: 1; text-align: center; font-size: 21px; font-weight: 900; }
.donut small { display: block; color: var(--muted); font-size: 8px; }
.legend { display: flex; gap: 18px; color: var(--muted); font-size: 9px; }
.legend i { width: 8px; height: 8px; display: inline-block; margin-right: 5px; border-radius: 50%; }
.legend .orange { background: var(--orange); }
.legend .dark { background: var(--ink); }
.top-product-row { display: grid; grid-template-columns: 28px 1fr 80px 55px; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eeeae2; font-size: 10px; }
.top-product-row b:first-child { color: var(--orange); }
.top-product-row i { height: 6px; border-radius: 99px; background: var(--orange); }
.top-product-row span:last-child { text-align: right; font-weight: 900; }
.peak-time { height: 190px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; margin-top: 18px; border-radius: 10px; background: var(--ink); }
.peak-time b { color: var(--yellow); font-size: 52px; }
.peak-time span { max-width: 160px; text-align: center; font-size: 10px; line-height: 1.5; }
.outline-button { color: var(--ink); background: white; border: 1px solid var(--line); }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.settings-grid article { padding: 24px; border: 1px solid #ddd9d0; border-radius: 12px; background: white; }
.settings-grid h3 { margin: 0 0 20px; text-transform: uppercase; }
.hours-list { display: grid; gap: 10px; }
.hours-list span { display: flex; justify-content: space-between; padding-bottom: 9px; border-bottom: 1px solid #eeeae2; color: var(--muted); font-size: 10px; }
.hours-list b { color: var(--ink); }
.muted { color: var(--muted); font-size: 11px; }
.postcode-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.postcode-tags span, .postcode-tags button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; background: #f8f6f0; font-size: 10px; }
.postcode-tags button { color: var(--orange); background: white; }
.integration-card { display: flex; align-items: center; gap: 12px; }
.rabo-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: white; background: #f37021; font-size: 20px; font-weight: 900; }
.integration-card.configured .rabo-logo { background: var(--green); }
.integration-card.missing .rabo-logo { background: #b8b9b5; }
.integration-card div { flex: 1; }
.integration-card strong, .integration-card small { display: block; }
.integration-card small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.integration-card button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 9px; font-weight: 900; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 44%; }
  .hero-copy { padding-left: 5vw; }
  .snack-tray { width: 260px; }
  .menu-layout { grid-template-columns: minmax(0, 1fr) 330px; }
  .product-card { grid-template-columns: 1fr 120px; }
  .orders-board, .kitchen-grid { grid-template-columns: repeat(2, 1fr); }
  .summary-strip { grid-template-columns: 1fr 1fr; }
  .summary-strip article:nth-child(2) { border-right: 0; }
  .summary-strip article:nth-child(-n+2) { border-bottom: 1px solid #e5e1d8; }
}

@media (max-width: 820px) {
  .site-header { height: 68px; padding: 0 18px; }
  .site-header .brand strong, .site-header .brand em { font-size: 14px; }
  .site-header .brand-mark { width: 37px; height: 37px; }
  .text-button { display: none; }
  .cart-button span { display: none; }
  .cart-button { padding: 6px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 22px 45px; }
  .hero h1 { font-size: clamp(53px, 15vw, 78px); }
  .service-facts { gap: 16px; flex-wrap: wrap; }
  .hero-art { min-height: 450px; }
  .snack-tray { top: 55%; }
  .menu-section, .info-section, .faq-section { padding: 60px 18px; }
  .section-heading { align-items: start; }
  .open-pill { display: none; }
  .menu-layout { display: block; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 185px; grid-template-columns: 1fr 135px; }
  .cart-panel { display: none; position: fixed; inset: 0; z-index: 80; overflow-y: auto; border-radius: 0; padding: 25px 18px 100px; }
  .cart-panel.open { display: block; }
  .mobile-only { display: block; }
  .mobile-cart-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 55; display: flex; justify-content: space-between; align-items: center; padding: 15px; border: 0; border-radius: 12px; color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(81,22,4,.3); font-size: 11px; }
  .mobile-cart-bar b { width: 20px; height: 20px; display: inline-grid; place-items: center; margin-right: 5px; border-radius: 50%; color: var(--ink); background: var(--yellow); }
  .story-section { grid-template-columns: 1fr; }
  .story-card { padding: 65px 22px; }
  .story-visual { min-height: 450px; }
  .burger { transform: scale(.72) rotate(-5deg); }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-grid article:nth-child(2) { border-right: 0; }
  .info-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer > small { width: 100%; }
  .product-modal-card { display: block; }
  .modal-product-visual { min-height: 230px; }
  .modal-product-visual .food-shape { width: 140px; height: 140px; font-size: 35px; }
  .modal-body { padding: 30px 20px; }
  .modal-body h2 { font-size: 33px; }
  .modal-add-row { grid-template-columns: 100px 1fr; }

  .admin-sidebar { width: 245px; transform: translateX(-100%); transition: .25s; }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
  .admin-menu-button { display: block; border: 0; background: transparent; font-size: 20px; }
  .admin-topbar { min-height: 82px; padding: 14px 18px; }
  .admin-topbar > div:first-of-type { flex: 1; margin-left: 12px; }
  .admin-topbar h1 { font-size: 22px; }
  .admin-date, .notification-button { display: none; }
  .simulate-button { padding: 9px; font-size: 9px; }
  .admin-view { padding: 20px 15px 45px; }
  .orders-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
  .order-tabs { overflow-x: auto; }
  .order-tabs button { flex: 0 0 auto; }
  .admin-search input { width: 100%; }
  .orders-board, .kitchen-grid { grid-template-columns: 1fr; }
  .report-grid, .settings-grid { grid-template-columns: 1fr; }
  .admin-product-row { grid-template-columns: 45px 1.4fr .8fr 70px; }
  .admin-product-row > *:nth-child(3), .admin-product-row > *:nth-child(5) { display: none; }
}

@media (max-width: 520px) {
  .hero-art { min-height: 390px; }
  .snack-tray { width: 225px; height: 300px; }
  .fries { transform: scale(.82); transform-origin: bottom; }
  .hero-stamp { width: 76px; height: 76px; font-size: 11px; }
  .service-facts div:nth-child(3) { display: none; }
  .menu-toolbar { align-items: stretch; flex-direction: column; }
  .search-field input { width: 100%; }
  .product-card { grid-template-columns: 1fr 110px; }
  .product-info { padding: 17px; }
  .food-shape { width: 80px; height: 80px; font-size: 20px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .info-grid h3 { margin-top: 35px; }
  .story-stats { gap: 18px; }
  .story-stats b { font-size: 25px; }
  .checkout-form { grid-template-columns: 1fr; }
  .checkout-form label.full { grid-column: auto; }
  .option-grid { grid-template-columns: 1fr; }
  .modal-add-row { grid-template-columns: 1fr; }
  .quantity-control { height: 46px; }
  .summary-strip { grid-template-columns: 1fr 1fr; }
  .summary-strip strong { font-size: 19px; }
  .summary-strip article { min-height: 105px; padding: 14px; }
  .view-heading { align-items: start; flex-direction: column; gap: 15px; }
  .view-heading h2, .kitchen-header h2 { font-size: 36px; }
}

/* 2026 storefront refresh — warm, approachable food-ordering experience */
body {
  background:
    radial-gradient(circle at 8% 13%, rgba(255, 130, 0, .10) 0 1px, transparent 1.5px) 0 0 / 22px 22px,
    linear-gradient(135deg, #fff9f0 0%, #fff1df 100%);
}
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 2px solid rgba(191, 131, 76, .13);
  border-radius: 43% 57% 58% 42% / 49% 42% 58% 51%;
  pointer-events: none;
}
body::before { top: 115px; left: -190px; transform: rotate(28deg); }
body::after { right: -180px; bottom: 70px; transform: rotate(-22deg); }

.site-header {
  height: 76px;
  padding: 0 clamp(22px, 5vw, 82px);
  background: rgba(255, 254, 251, .93);
  border-bottom-color: rgba(91, 74, 53, .14);
  box-shadow: 0 4px 20px rgba(77, 48, 13, .035);
  backdrop-filter: blur(12px);
}
.brand { gap: 9px; letter-spacing: -.055em; }
.brand-logo {
  width: 132px;
  height: 54px;
  display: block;
  background: url("assets/automatiek-logo-cropped.png") center / contain no-repeat;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--orange);
  color: white;
  box-shadow: 0 6px 12px rgba(255, 130, 0, .18);
  transform: rotate(0);
}
.brand strong, .brand em { font-family: Poppins, Inter, sans-serif; font-size: 14px; line-height: .95; }
.desktop-nav { gap: 28px; font-family: Poppins, Inter, sans-serif; font-size: 11px; font-weight: 600; }
.desktop-nav a:hover { color: var(--orange); }
.text-button { padding: 9px 13px; border: 1px solid rgba(255,130,0,.65); border-radius: 7px; color: var(--orange); font-family: Poppins, Inter, sans-serif; font-size: 10px; font-weight: 700; }
.cart-button { padding: 8px 8px 8px 14px; background: var(--orange); box-shadow: 0 7px 14px rgba(255,130,0,.16); font-family: Poppins, Inter, sans-serif; font-size: 11px; }
.cart-button b { color: var(--orange); background: white; }

.hero {
  min-height: 620px;
  max-width: 1440px;
  margin: 30px auto 0;
  grid-template-columns: 55% 45%;
  border: 1px solid rgba(116, 81, 42, .16);
  border-radius: 24px;
  background: #fffdf9;
  box-shadow: 0 18px 40px rgba(91, 58, 17, .12);
}
.hero-copy { padding: clamp(46px, 6vw, 86px) clamp(36px, 5vw, 76px); }
.eyebrow, .kicker { font-family: Poppins, Inter, sans-serif; font-weight: 700; }
.eyebrow { margin-bottom: 18px; color: var(--orange); font-size: 10px; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
.hero h1,
.section-heading h2,
.story-card h2,
.faq-section h2,
.view-heading h2,
.kitchen-header h2,
.modal-body h2 {
  font-family: Poppins, Inter, sans-serif;
  font-weight: 800;
}
.hero h1 { max-width: 660px; font-size: clamp(48px, 5.8vw, 86px); line-height: .99; letter-spacing: -.065em; }
.hero h1 i { color: var(--orange); font-family: Georgia, serif; }
.hero-copy > p { max-width: 510px; margin: 22px 0 28px; color: #776f65; font-size: 15px; line-height: 1.72; }
.order-starter { width: min(535px, 100%); padding: 8px; border-color: rgba(99, 71, 34, .16); border-radius: 12px; box-shadow: 0 10px 28px rgba(74, 49, 15, .10); }
.fulfilment-switch { padding: 3px; margin-bottom: 7px; border-radius: 8px; background: #fff2e2; }
.fulfilment-switch button { padding: 10px; border-radius: 6px; font-family: Poppins, Inter, sans-serif; font-size: 11px; font-weight: 700; }
.fulfilment-switch button.active { color: var(--orange); }
.primary-button { min-height: 48px; padding: 14px 17px; border-radius: 7px; background: var(--orange); font-family: Poppins, Inter, sans-serif; font-size: 11px; font-weight: 700; box-shadow: 0 8px 16px rgba(255,130,0,.18); }
.primary-button:hover { background: var(--orange-dark); box-shadow: 0 10px 18px rgba(223,104,0,.22); }
.service-facts { gap: 25px; margin-top: 23px; }
.service-facts strong { font-family: Poppins, Inter, sans-serif; font-size: 11px; }
.service-facts small { color: #887e73; font-size: 9px; }

.hero-art { min-height: 620px; background: #282828; }
.sunburst { width: 840px; height: 840px; opacity: .55; background: repeating-conic-gradient(from 9deg, rgba(255, 130, 0, .20) 0deg 10deg, transparent 10deg 20deg); }
.snack-tray { width: 305px; height: 350px; border-radius: 15px 15px 72px 72px; background: #fff8ec; box-shadow: 0 32px 50px rgba(0,0,0,.42); }
.tray-label { left: -20px; right: -20px; padding: 15px 0; bottom: 48px; border-radius: 3px; color: #fff; background: var(--orange); font-family: Poppins, Inter, sans-serif; font-size: 23px; }
.hero-stamp { top: 10%; right: 9%; width: 92px; height: 92px; color: #fff; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,130,0,.18); font-family: Poppins, Inter, sans-serif; font-size: 12px; }
.hero-note { color: #ffdcaa; font-family: Poppins, Inter, sans-serif; font-size: 11px; letter-spacing: .04em; }
.sauce { box-shadow: 0 15px 28px rgba(0,0,0,.35); }

.ticker { margin-top: 30px; padding: 14px 0; background: #282828; color: #fff4e6; font-family: Poppins, Inter, sans-serif; font-size: 10px; }
.ticker span { color: var(--orange); }
.menu-section, .info-section, .faq-section { padding: 80px 5vw; }
.section-heading { max-width: 1200px; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.open-pill { padding: 10px 13px; border-color: rgba(255,130,0,.24); background: #fffdf9; box-shadow: 0 5px 12px rgba(78,50,10,.05); font-family: Poppins, Inter, sans-serif; font-size: 10px; }
.category-tabs { max-width: 1200px; padding: 5px; margin-bottom: 20px; border-radius: 12px; background: rgba(255,255,255,.68); box-shadow: inset 0 0 0 1px rgba(116,81,42,.08); }
.category-tabs button { padding: 10px 16px; border: 0; border-radius: 8px; font-family: Poppins, Inter, sans-serif; font-size: 10px; font-weight: 600; }
.category-tabs button.active { background: var(--orange); box-shadow: 0 5px 12px rgba(255,130,0,.18); }
.menu-layout { max-width: 1200px; grid-template-columns: minmax(0, 1fr) 330px; gap: 27px; }
.menu-toolbar { min-height: 40px; margin-bottom: 14px; }
.menu-toolbar p { color: #8e8174; font-size: 12px; }
.search-field input { width: 195px; border-color: rgba(116,81,42,.13); background-color: #fffdf9; font-size: 12px; }
.product-grid { gap: 13px; }
.product-card { min-height: 226px; grid-template-columns: 1fr 135px; border-color: rgba(116,81,42,.14); border-radius: 14px; box-shadow: 0 7px 16px rgba(76, 46, 9, .045); }
.product-card:hover { box-shadow: 0 15px 25px rgba(76, 46, 9, .12); }
.product-info { padding: 18px; }
.product-info .product-category { color: var(--orange); font-family: Poppins, Inter, sans-serif; font-size: 8px; }
.product-info h3 { margin: 7px 0; font-family: Poppins, Inter, sans-serif; font-size: 16px; font-weight: 700; }
.product-info p { font-family: Inter, Arial, sans-serif; font-size: 10px; line-height: 1.55; }
.product-info footer strong { font-family: Poppins, Inter, sans-serif; font-size: 15px; }
.add-button { background: var(--orange); box-shadow: 0 5px 10px rgba(255,130,0,.22); }
.food-shape { width: 94px; height: 94px; border-width: 5px; font-family: Poppins, Inter, sans-serif; font-size: 20px; }
.visual-friet { background: linear-gradient(135deg, #ffc928, #f29100); }
.visual-snack { background: linear-gradient(135deg, #db9d3b, #a85c16); }
.visual-burger { background: linear-gradient(135deg, #e75424, #8e2b17); }
.visual-menu { background: linear-gradient(135deg, #3a9a7b, #176a55); }
.visual-drink { background: linear-gradient(135deg, #789cda, #355e9e); }
.visual-sauce { background: linear-gradient(135deg, #e5503b, #a41420); }
.product-visual,
.modal-product-visual { background-color: #fff3df; background-position: center; background-repeat: no-repeat; background-size: contain; }
.visual-friet { background-image: url("assets/product-friet.png"); }
.visual-snack { background-image: url("assets/product-snacks.png"); }
.visual-burger { background-image: url("assets/product-broodjes.png"); }
.visual-menu { background-image: url("assets/product-menus.png"); }
.visual-drink { background-image: url("assets/product-dranken.png"); }
.visual-ice { background-image: url("assets/product-ijs.png"); }
.product-visual::after,
.modal-product-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(55, 28, 0, .08)); pointer-events: none; }
.product-visual .food-shape,
.modal-product-visual .food-shape { display: none; }
.cart-panel { top: 94px; padding: 22px; border-color: rgba(116,81,42,.14); border-radius: 14px; background: #fffdf9; box-shadow: 0 14px 28px rgba(76, 46, 9, .10); }
.cart-heading h3 { font-family: Poppins, Inter, sans-serif; font-size: 24px; }
.mini-fulfilment button.active { border-color: rgba(255,130,0,.7); background: #fff2e2; }
.empty-cart .empty-icon { color: var(--orange); background: #fff0df; }

.story-section { max-width: 1200px; min-height: 520px; margin: 0 auto 25px; overflow: hidden; border-radius: 22px; box-shadow: 0 16px 30px rgba(63,40,11,.11); }
.story-card { padding: 70px clamp(36px, 6vw, 86px); background: #282828; }
.story-card h2 { font-size: clamp(42px, 4.8vw, 70px); }
.story-card > p { font-family: Inter, Arial, sans-serif; font-size: 13px; }
.story-stats b { color: var(--orange); font-family: Poppins, Inter, sans-serif; }
.story-visual { background: #ffb80b; }
.story-visual .checkerboard,
.story-visual .burger { display: block; }
.story-visual > span { border-color: #282828; font-family: Poppins, Inter, sans-serif; }
.info-section { background: transparent; }
.info-grid { max-width: 1200px; gap: 12px; border: 0; }
.info-grid article { min-height: 205px; border: 1px solid rgba(116,81,42,.14); border-radius: 14px; background: #fffdf9; box-shadow: 0 7px 16px rgba(76,46,9,.04); }
.info-grid article:last-child { border: 1px solid rgba(116,81,42,.14); }
.info-grid h3 { margin-top: 38px; font-family: Poppins, Inter, sans-serif; font-size: 15px; }
.info-grid p { font-family: Inter, Arial, sans-serif; font-size: 11px; }
.faq-section { max-width: 1200px; padding-top: 68px; padding-bottom: 80px; }
.accordion { padding: 4px 22px; border: 1px solid rgba(116,81,42,.14); border-radius: 16px; background: #fffdf9; box-shadow: 0 9px 20px rgba(76,46,9,.05); }
.accordion summary { font-family: Poppins, Inter, sans-serif; font-size: 13px; }
footer { background: #282828; }

@media (max-width: 1250px) {
  .hero { margin-right: 22px; margin-left: 22px; }
}
@media (max-width: 820px) {
  .site-header { padding: 0 20px; }
  .hero { margin: 18px 14px 0; border-radius: 18px; }
  .story-section { margin-right: 14px; margin-left: 14px; border-radius: 18px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  body::before, body::after { display: none; }
  .site-header { height: 68px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong, .brand em { font-size: 12px; }
  .hero { margin: 0; border-right: 0; border-left: 0; border-radius: 0; }
  .hero-copy { padding: 43px 21px 34px; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p { font-size: 13px; }
  .service-facts { gap: 13px; }
  .service-facts small { font-size: 8px; }
  .menu-section, .info-section, .faq-section { padding: 54px 20px; }
  .category-tabs { margin-right: -20px; border-radius: 12px 0 0 12px; }
  .menu-toolbar { align-items: stretch; }
  .product-card { min-height: 184px; grid-template-columns: 1fr 112px; }
  .product-info { padding: 15px; }
  .food-shape { width: 76px; height: 76px; font-size: 16px; }
  .info-grid { grid-template-columns: 1fr; }
  .faq-section { gap: 34px; }
}
