/* DIFFERENTIATOR: real Koub photographs sit in a loose counter collage while oversized paper order tickets cross section seams and become the product controls. */
:root {
  --cream: #f1eadf;
  --paper: #fffaf1;
  --ink: #17130f;
  --coffee: #9a7350;
  --coffee-dark: #5c402a;
  --matcha: #b8c779;
  --terracotta: #c97950;
  --line: rgba(23, 19, 15, .2);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(16, 10, 6, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.4 var(--sans); overflow-x: clip; }
button, textarea { font: inherit; }
button, a { color: inherit; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { text-underline-offset: 4px; }
[hidden] { display: none !important; }
dialog:not([open]) { display: none !important; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  opacity: .055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.demo-note { min-height: 28px; padding: 5px clamp(18px, 4vw, 64px); display: flex; justify-content: space-between; align-items: center; color: var(--cream); background: var(--coffee-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.site-header { min-height: 96px; padding: 12px clamp(18px, 4vw, 64px); position: relative; z-index: 12; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--cream); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { width: 76px; height: 76px; display: block; overflow: hidden; border: 3px solid var(--cream); border-radius: 50%; }
.brand img, footer img, .staff-brand img, .opening-ticket img { width: 100%; height: 100%; object-fit: cover; }
.service-status { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.service-status > span:last-child { display: flex; flex-direction: column; }
.service-status small { color: rgba(255,255,255,.65); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #97b666; box-shadow: 0 0 0 5px rgba(151,182,102,.14); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.menu-link { font-weight: 900; }
.bag-button { min-height: 50px; padding: 0 8px 0 20px; border: 1px solid var(--cream); border-radius: 999px; display: flex; align-items: center; gap: 12px; color: var(--cream); background: transparent; font-weight: 900; }
.bag-count { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cream); }

.hero { min-height: 710px; padding: clamp(50px, 6vw, 88px) clamp(18px, 4vw, 64px) 122px; position: relative; display: grid; grid-template-columns: minmax(0, .72fr) minmax(560px, 1.28fr); gap: clamp(30px, 4vw, 64px); align-items: center; color: var(--cream); background: var(--ink); }
.hero::after { content: ""; position: absolute; width: 48vw; height: 48vw; min-width: 520px; min-height: 520px; right: -18vw; top: -25vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.hero-copy { position: relative; z-index: 4; }
.hero h1 { margin: 0; font: 900 clamp(86px, 9.4vw, 150px)/.75 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: transparent; -webkit-text-stroke: 2px var(--cream); }
.hero h1 span:last-child { color: var(--coffee); }
.scribble { width: max-content; margin: -5px 0 18px 38%; font: italic 27px/1 var(--serif); transform: rotate(-4deg); }
.hero-action { max-width: 560px; display: flex; align-items: center; gap: 24px; }
.hero-action > p { max-width: 330px; margin: 0; font: 19px/1.25 var(--serif); }
.primary-cta, .checkout-button { min-height: 56px; padding: 0 22px; border: 1px solid var(--paper); border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; color: var(--ink); background: var(--paper); font-weight: 900; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-cta:hover, .checkout-button:hover { transform: translateY(-2px) rotate(-1deg); background: var(--matcha); }
.hero-collage { min-height: 585px; margin-right: -6vw; position: relative; z-index: 3; transform: translateY(78px); }
.hero-collage figure { margin: 0; position: absolute; overflow: hidden; background: var(--coffee); box-shadow: var(--shadow); }
.spread-photo { width: min(42vw, 565px); height: 585px; right: 0; top: 0; transform: rotate(2.5deg); border: 11px solid var(--paper); }
.spread-photo img, .bagel-photo img, .collection-story figure img, .menu-card > button > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spread-photo img { object-position: 50% 55%; }
.bagel-photo { width: 235px; height: 305px; left: -16px; bottom: -12px; transform: rotate(-7deg); border: 9px solid var(--paper); }
.bagel-photo img { object-position: 50% 56%; }
.bagel-photo figcaption { position: absolute; right: -2px; bottom: -2px; padding: 10px 14px; color: var(--ink); background: var(--matcha); font: 900 25px/.84 var(--display); text-transform: uppercase; transform: rotate(-2deg); }
.photo-tape { width: 90px; height: 28px; position: absolute; right: 21%; top: -4px; z-index: 5; background: rgba(240,221,181,.82); transform: rotate(-5deg); }

.order-docket { width: min(1320px, calc(100% - 8vw)); min-height: 128px; margin: -64px auto 0; padding: 16px; position: relative; z-index: 8; display: grid; grid-template-columns: .65fr repeat(3, 1fr); background: var(--paper); border: 1px solid var(--ink); box-shadow: 12px 14px 0 var(--coffee); transform: rotate(-.4deg); }
.docket-label { margin: 0; padding: 18px; display: flex; align-items: flex-end; font: italic 21px/1.05 var(--serif); }
.docket-cell { min-width: 0; padding: 14px 18px; border: 0; border-left: 1px dashed rgba(23,19,15,.35); display: grid; grid-template-columns: 35px 1fr; text-align: left; background: transparent; text-decoration: none; }
.docket-cell > span { grid-row: 1 / 3; font: 900 12px var(--sans); }
.docket-cell small { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.docket-cell strong { overflow-wrap: anywhere; font: 18px/1.15 var(--serif); }
.docket-cell:hover strong { text-decoration: underline; }

.menu-section { padding: clamp(110px, 11vw, 170px) clamp(18px, 4vw, 64px) clamp(100px, 10vw, 150px); background: var(--cream); }
.menu-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.menu-heading h2 { margin: 0; font: 900 clamp(76px, 9.5vw, 148px)/.76 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.menu-heading h2 em { color: var(--coffee); font: italic .72em/1 var(--serif); text-transform: lowercase; }
.menu-note { max-width: 390px; padding: 22px 24px; justify-self: end; background: var(--paper); border: 1px solid var(--ink); transform: rotate(1.5deg); box-shadow: 7px 7px 0 var(--matcha); }
.menu-note > strong { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.menu-note p { margin: 10px 0 0; font: 17px/1.35 var(--serif); }
.tabs-shell { position: relative; }
.category-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 0 70px 24px 0; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button { min-height: 46px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 999px; flex: 0 0 auto; color: var(--ink); background: transparent; font-weight: 900; white-space: nowrap; }
.category-tabs button.is-active { color: var(--cream); background: var(--ink); }
.swipe-note { position: absolute; right: 0; top: 13px; display: none; font: italic 13px var(--serif); }

.menu-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; grid-template-rows: repeat(2, 380px); gap: 14px; }
.menu-card { min-width: 0; position: relative; overflow: hidden; border: 1px solid var(--ink); background: var(--coffee); transition: opacity .25s ease, transform .25s ease; }
.menu-card[hidden] { display: none; }
.menu-card--feature { grid-row: 1 / 3; }
.menu-card button { width: 100%; height: 100%; padding: 0; border: 0; position: relative; display: block; color: inherit; background: transparent; text-align: left; overflow: hidden; }
.menu-card > button > img { transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.menu-card:hover > button > img { transform: scale(1.035); }
.product-photo--bagel { object-position: 49% 56%; }
.product-photo--flat-white { object-position: 18% 66%; }
.product-photo--matcha { object-position: 15% 52%; }
.product-photo--toastie { object-position: 23% 29%; }
.product-photo--brownie { object-position: 79% 49%; }
.card-tag { position: absolute; left: 14px; top: 14px; z-index: 3; padding: 8px 10px; color: var(--cream); background: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .14em; transform: rotate(-2deg); }
.product-ticket { min-height: 154px; padding: 18px 20px 15px; position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 3; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--coffee); transform: rotate(-1deg); }
.menu-card--feature .product-ticket { min-height: 196px; }
.menu-card--matcha .product-ticket { transform: rotate(1deg); }
.product-ticket--green { background: var(--matcha); box-shadow: 6px 6px 0 var(--paper); }
.product-ticket--dark { color: var(--cream); background: var(--coffee-dark); box-shadow: 6px 6px 0 var(--terracotta); }
.card-copy { display: flex; flex-direction: column; gap: 6px; }
.card-copy strong { font: 900 clamp(30px, 3.4vw, 53px)/.86 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.menu-card:not(.menu-card--feature) .card-copy strong { font-size: clamp(27px, 2.45vw, 38px); }
.card-copy small { max-width: 38ch; font: 14px/1.25 var(--serif); }
.card-footer { margin-top: auto; padding-top: 11px; border-top: 1px solid currentColor; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-footer b { font-size: 18px; }
.card-footer i { font-style: normal; font-weight: 900; }

.collection-story { min-height: 880px; padding: clamp(80px, 8vw, 120px) clamp(18px, 4vw, 64px); position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(42px, 7vw, 110px); align-items: center; color: var(--cream); background: var(--ink); }
.collection-story > figure { height: 700px; margin: 0; position: relative; overflow: hidden; border: 10px solid var(--paper); transform: rotate(-2deg); box-shadow: var(--shadow); }
.collection-story > figure img { object-position: 51% 52%; }
.collection-copy { position: relative; z-index: 2; }
.collection-copy h2 { margin: 0 0 42px; font: 900 clamp(82px, 9.5vw, 148px)/.73 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.collection-copy h2 em { color: var(--coffee); font-style: normal; }
.collection-copy ol { margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.collection-copy li { padding: 18px 0; display: grid; grid-template-columns: 48px 1fr; border-bottom: 1px solid rgba(255,255,255,.25); }
.collection-copy li > span { color: var(--matcha); font-size: 11px; font-weight: 900; }
.collection-copy li div { display: flex; flex-direction: column; }
.collection-copy li strong { font: 22px/1.1 var(--serif); }
.collection-copy li small { color: rgba(255,255,255,.72); font: 15px/1.35 var(--serif); }
.primary-cta--cream { border-color: var(--cream); color: var(--cream); background: transparent; }
.opening-ticket { width: 270px; padding: 18px; position: absolute; left: calc(50% - 315px); bottom: 58px; z-index: 5; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); box-shadow: 9px 9px 0 var(--coffee); transform: rotate(4deg); }
.opening-ticket::before, .opening-ticket::after { content: ""; position: absolute; width: 20px; height: 20px; top: -11px; border-radius: 50%; background: var(--ink); }
.opening-ticket::before { left: 34px; } .opening-ticket::after { right: 34px; }
.opening-ticket img { width: 72px; height: 72px; border-radius: 50%; }
.opening-ticket p { margin: 14px 0; padding-top: 10px; display: flex; flex-direction: column; border-top: 1px dashed var(--line); }
.opening-ticket small { font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.opening-ticket strong { font: 16px/1.25 var(--serif); }
.opening-ticket > span { display: block; text-align: right; font: italic 18px var(--serif); }

footer { min-height: 250px; padding: 55px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: end; color: var(--cream); background: var(--coffee-dark); }
footer img { width: 94px; height: 94px; border-radius: 50%; }
footer p { margin: 0; font-size: 14px; }
footer a { min-height: 44px; justify-self: end; display: inline-flex; align-items: center; font-size: 17px; font-weight: 900; }

.floating-bag { min-width: min(430px, calc(100% - 28px)); min-height: 64px; padding: 9px 12px 9px 20px; position: fixed; left: 50%; bottom: 16px; z-index: 28; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; color: var(--cream); background: var(--ink); border: 1px solid var(--cream); border-radius: 999px; box-shadow: 0 12px 50px rgba(0,0,0,.32); }
.floating-bag > span { display: flex; align-items: center; gap: 8px; }
.floating-bag b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--matcha); }
.overlay { position: fixed; inset: 0; z-index: 39; background: rgba(11,8,5,.68); backdrop-filter: blur(8px); }
.close-button { width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; background: transparent; font-size: 26px; line-height: 1; }
dialog::backdrop { background: transparent; }

.product-sheet { width: min(900px, calc(100% - 24px)); max-height: 92vh; margin: auto auto 0; padding: 0; inset: auto 0 0; z-index: 45; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); box-shadow: var(--shadow); grid-template-columns: 260px 1fr; overflow: auto; }
.product-sheet[open] { display: grid; }
.product-sheet > .close-button { position: absolute; right: 18px; top: 18px; z-index: 3; }
.sheet-mark { min-height: 470px; padding: 30px 20px; display: flex; align-items: center; color: var(--cream); background: var(--coffee); font: 900 67px/.75 var(--display); letter-spacing: -.035em; }
.sheet-content { padding: 46px 70px 120px 40px; }
.sheet-content h2, .cart-drawer h2, .success-dialog h2, .staff-heading h2 { margin: 0; font: 900 clamp(48px, 6vw, 82px)/.82 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.sheet-content > p:not(.eyebrow) { font: 17px/1.35 var(--serif); }
.choice-group { margin-top: 30px; }
.choice-group h3 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.choice-group label { min-height: 52px; padding: 8px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; }
.choice-group label:last-child { border-bottom: 1px solid var(--line); }
.choice-group small { font-family: var(--serif); }
.note-field { margin-top: 26px; display: block; font-weight: 900; }
.note-field textarea { width: 100%; margin-top: 8px; padding: 13px; resize: vertical; color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.sheet-action { padding: 14px; position: absolute; left: 260px; right: 0; bottom: 0; display: grid; grid-template-columns: 150px 1fr; gap: 10px; background: var(--paper); border-top: 1px solid var(--ink); }
.quantity-control { min-height: 54px; border: 1px solid var(--ink); border-radius: 999px; display: flex; align-items: center; text-align: center; }
.quantity-control button { height: 100%; flex: 1; border: 0; background: transparent; font-size: 22px; }
.quantity-control > span { width: 34px; flex: 0 0 34px; }
.add-button { min-height: 54px; border: 0; border-radius: 999px; color: var(--cream); background: var(--ink); font-weight: 900; }

.cart-drawer { width: min(460px, 100%); height: 100%; padding: 24px; position: fixed; z-index: 44; top: 0; right: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border: 0; border-left: 1px solid var(--ink); transform: translateX(102%); transition: transform .35s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer > header { display: flex; justify-content: space-between; align-items: flex-start; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty > span { display: block; font: 130px/.8 var(--display); }
.cart-empty p { margin: 20px 0 0; font: 32px var(--display); text-transform: uppercase; }
.cart-items { margin-top: 32px; overflow: auto; }
.cart-item { padding: 18px 0; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line); }
.cart-item small { grid-column: 1; font-family: var(--serif); }
.cart-item b { grid-column: 2; grid-row: 1; }
.cart-item button { grid-column: 2; border: 0; background: transparent; text-decoration: underline; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--ink); }
.cart-summary p { display: flex; justify-content: space-between; }
.apple-pay, .cart-summary .checkout-button { width: 100%; min-height: 54px; margin-top: 10px; border-radius: 999px; font-weight: 900; }
.apple-pay { border: 0; color: white; background: black; font-size: 20px; }
.cart-summary > small { display: block; margin-top: 12px; text-align: center; }

.success-dialog { width: min(650px, calc(100% - 24px)); padding: 42px; z-index: 45; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); text-align: center; }
.success-ring { width: 90px; height: 90px; margin: 0 auto 24px; display: grid; place-items: center; border: 8px solid var(--ink); border-radius: 50%; background: var(--matcha); font: 35px var(--display); }
.success-dialog > p:not(.eyebrow) { font: 18px var(--serif); }
.status-line { margin: 30px 0; display: grid; grid-template-columns: 12px 1fr 12px 1fr 12px 1fr; align-items: center; gap: 5px; font-size: 11px; }
.status-line i { width: 12px; height: 12px; border-radius: 50%; background: var(--coffee); }
.success-dialog .text-button { margin-top: 12px; border: 0; background: transparent; text-decoration: underline; }

.staff-panel { position: fixed; inset: 0; z-index: 44; padding: 24px clamp(18px, 4vw, 64px); color: var(--ink); background: var(--cream); overflow: auto; transform: translateY(102%); transition: transform .4s ease; }
.staff-panel.is-open { transform: translateY(0); }
.staff-panel > header { display: flex; justify-content: space-between; align-items: center; }
.staff-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .15em; }
.staff-brand img { width: 58px; height: 58px; border-radius: 50%; }
.staff-heading { padding: 52px 0 28px; position: relative; }
.live-chip { padding: 8px 13px; position: absolute; right: 0; bottom: 35px; border: 1px solid var(--ink); border-radius: 999px; background: var(--matcha); font-weight: 900; }
.staff-columns { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 16px; }
.staff-columns section { min-width: 0; }
.staff-columns section > h3 { display: flex; justify-content: space-between; }
.staff-columns section > h3 span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--ink); }
.order-ticket { min-height: 300px; padding: 22px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--ink); box-shadow: 7px 7px 0 var(--coffee); }
.order-ticket.is-new { background: #e7d5bd; }
.order-ticket.is-ready { background: var(--matcha); }
.ticket-top { display: flex; justify-content: space-between; }
.order-ticket h4 { margin: 24px 0 12px; font: 38px var(--display); text-transform: uppercase; }
.order-ticket ul { padding-left: 20px; font-family: var(--serif); }
.order-ticket p { margin-top: auto; }
.order-ticket button { min-height: 48px; border: 0; color: var(--cream); background: var(--ink); font-weight: 900; }
.staff-footer { margin-top: 25px; padding: 20px 0; border-top: 1px solid var(--ink); display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 15px; }

@media (max-width: 900px) {
  .demo-note { min-height: 26px; font-size: 8px; }
  .site-header { min-height: 82px; padding-block: 9px; grid-template-columns: 1fr auto; }
  .brand { width: 62px; height: 62px; }
  .service-status, .menu-link { display: none; }
  .bag-button { min-height: 46px; }
  .hero { min-height: auto; padding-top: 48px; padding-bottom: 92px; grid-template-columns: 1fr; gap: 36px; }
  .hero::after { min-width: 390px; min-height: 390px; right: -250px; top: 20px; }
  .hero h1 { font-size: clamp(74px, 24vw, 105px); }
  .scribble { margin-left: 32%; font-size: 22px; }
  .hero-action { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-action > p { font-size: 18px; }
  .hero-collage { min-height: 440px; width: calc(100% + 36px); margin-left: -18px; margin-right: 0; transform: none; }
  .spread-photo { width: calc(100% - 52px); height: 420px; right: -32px; border-width: 8px; }
  .spread-photo img { object-position: 50% 48%; }
  .bagel-photo { width: 150px; height: 198px; left: 2px; bottom: -5px; border-width: 6px; }
  .bagel-photo figcaption { padding: 8px; font-size: 18px; }
  .photo-tape { right: 22%; }
  .order-docket { width: calc(100% - 28px); margin-top: -42px; padding: 12px; grid-template-columns: 1fr; transform: rotate(-.7deg); box-shadow: 8px 9px 0 var(--coffee); }
  .docket-label { min-height: 60px; padding: 8px 12px 14px; align-items: center; font-size: 20px; }
  .docket-cell { min-height: 68px; padding: 12px; grid-template-columns: 34px 1fr; border-left: 0; border-top: 1px dashed rgba(23,19,15,.35); }
  .docket-cell strong { font-size: 17px; }
  .menu-section { padding-top: 115px; }
  .menu-heading { margin-bottom: 35px; display: block; }
  .menu-heading h2 { font-size: clamp(72px, 20vw, 94px); line-height: .82; }
  .menu-note { margin: 34px 6px 0; justify-self: auto; }
  .category-tabs { margin-right: -18px; padding-bottom: 10px; }
  .swipe-note { margin: 0 0 14px; position: static; display: block; text-align: right; background: none; }
  .menu-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; gap: 12px; }
  .menu-card, .menu-card--feature { height: 470px; min-height: 0; grid-row: auto; }
  .menu-card--feature { height: 560px; }
  .product-ticket, .menu-card--feature .product-ticket { min-height: 160px; left: 10px; right: 10px; bottom: 10px; padding: 17px; }
  .menu-card--feature .product-ticket { min-height: 190px; }
  .card-copy strong, .menu-card:not(.menu-card--feature) .card-copy strong { font-size: 38px; }
  .product-photo--flat-white { object-position: 16% 60%; }
  .product-photo--matcha { object-position: 17% 46%; }
  .product-photo--toastie { object-position: 23% 24%; }
  .collection-story { min-height: auto; padding-top: 80px; padding-bottom: 80px; grid-template-columns: 1fr; }
  .collection-story > figure { height: 480px; border-width: 7px; }
  .collection-story > figure img { object-position: 50% 43%; }
  .collection-copy h2 { font-size: clamp(82px, 23vw, 108px); }
  .opening-ticket { width: calc(100% - 40px); margin: -15px 20px 0; position: relative; left: auto; bottom: auto; transform: rotate(2deg); }
  footer { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  footer a { justify-self: start; }
  .product-sheet { width: 100%; max-height: 94vh; grid-template-columns: 1fr; }
  .sheet-mark { min-height: 130px; padding: 20px; font-size: 48px; }
  .sheet-content { padding: 32px 20px 112px; }
  .sheet-action { left: 0; grid-template-columns: 125px 1fr; }
  .staff-panel { padding: 18px; }
  .staff-heading { padding-top: 38px; }
  .staff-columns { grid-template-columns: 1fr; }
  .staff-columns section:not(:first-child) { margin-top: 18px; }
  .staff-footer { grid-template-columns: auto 1fr; }
}

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

@media (scripting: none) {
  .bag-button, .floating-bag, .demo-note { display: none !important; }
  .menu-card button { cursor: default; }
}
