@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

/* The builder section's hue is a registered <number>: an unregistered custom
   property has no interpolation type, so `transition: --h` would be ignored
   and the colour would snap instead of drifting. */
@property --h { syntax: "<number>"; inherits: true; initial-value: 92; }

:root {
  --crema: #f8f6ee;
  --salvia: #e4eacb;
  --verde: #7f9b4f;
  --verde-scuro: #5b7434;
  --ink: #1d251a;
  --rosa: #d94f6c;
  --salmone: #f08a63;
  --nori: #1a1c1a;
  --line: rgba(29, 37, 26, .14);
  --ease: cubic-bezier(.23, 1, .32, 1);
  --ease-soft: cubic-bezier(.22, .61, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--crema); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.lock { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; }
h1, h2, h3, p, ul, figure { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
.skip { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip:focus { transform: none; }

.press, .btn, .chip, .size, .taco-names li button, .menu-row button, .tab { transition: transform 140ms var(--ease); }
.press:active, .btn:active, .chip:active, .size:active, .taco-names li button:active, .menu-row button:active, .tab:active { transform: scale(.97); }

.promo { display: flex; height: 30px; align-items: center; justify-content: center; gap: 10px; padding: 0 12px; background: var(--verde-scuro); color: #f3f6e6; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; overflow: hidden; }
.promo span { opacity: .5; }
.promo-more { display: inline-flex; gap: 10px; opacity: 1; }

/* ── Header ── */
header { position: absolute; z-index: 20; top: 30px; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 78px; padding: 0 clamp(18px, 4vw, 60px); }
header.fixed { position: fixed; top: 0; background: rgba(248, 246, 238, .88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: inset 0 -1px var(--line); }
.logo { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; line-height: 1; }
.logo-mark { width: 46px; height: 46px; padding: 3px; border-radius: 50%; background: var(--verde); color: #fff; }
.logo-type b { display: block; font-size: 18px; letter-spacing: .14em; }
.logo-type small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .6; white-space: nowrap; }
header nav { display: flex; gap: 24px; font-size: 14px; font-weight: 500; }
header nav a { text-decoration: none; opacity: .78; transition: opacity 160ms; }
header nav a:hover { opacity: 1; }
.actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.mode-mini, .cart-button, .menu-button { border: 1px solid var(--line); background: rgba(255, 255, 255, .55); border-radius: 99px; height: 40px; padding: 0 16px; cursor: pointer; font-weight: 500; }
.cart-button { display: flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; border-color: var(--ink); }
.cart-button b { display: grid; place-items: center; min-width: 20px; height: 20px; border-radius: 99px; background: var(--rosa); color: #fff; font-size: 11px; padding: 0 5px; }
.menu-button { display: none; width: 40px; padding: 0; place-items: center; gap: 5px; }
.menu-button i { display: block; width: 16px; height: 2px; background: var(--ink); }
.mobile-nav { position: fixed; z-index: 19; inset: 0; display: none; flex-direction: column; justify-content: center; gap: 22px; padding: 40px; background: var(--crema); font-family: "Instrument Serif", serif; font-size: 32px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { text-decoration: none; }
.mobile-nav button { align-self: flex-start; border: 0; background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 99px; font-family: "DM Sans", sans-serif; font-size: 15px; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 22px; border-radius: 99px; border: 1px solid transparent; text-decoration: none; font-weight: 600; font-size: 15px; cursor: pointer; }
.btn.dark { background: var(--ink); color: #fff; }
.btn.light { background: rgba(255, 255, 255, .7); border-color: var(--line); color: var(--ink); }
.btn.wide { width: 100%; justify-content: center; }
.btn span { transition: transform 200ms var(--ease); }
.btn:hover span { transform: translateX(3px); }
.btn[aria-disabled="true"] { opacity: .4; pointer-events: none; }

/* ── Type helpers ── */
.eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--verde-scuro); margin-bottom: 14px; }
.eyebrow.light { color: rgba(248, 246, 238, .6); }
.section-head { max-width: 640px; margin-bottom: 34px; }
.section-head h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -.01em; }
.section-head h2 em { color: var(--rosa); }
.section-head > p:last-child { margin-top: 16px; font-size: 16px; line-height: 1.6; opacity: .78; max-width: 520px; }
section { padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 60px); }

/* ── Hero = builder ── */
.hero { min-height: 100svh; padding-top: 150px; }
.hero-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; margin-bottom: clamp(30px, 5vw, 56px); }
.hero-copy { position: relative; max-width: 720px; }
.tag { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 22px; opacity: .7; }
.hero h1 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(46px, 7vw, 96px); line-height: .98; letter-spacing: -.02em; }
.lead { margin-top: 22px; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; max-width: 560px; opacity: .82; }
.hero-proof { margin-top: 18px; font-size: 13.5px; opacity: .75; }
.hero-proof b { color: var(--verde-scuro); font-weight: 700; }
.hero-proof span { margin: 0 6px; opacity: .4; }
.hero-proof a { text-underline-offset: 3px; }
.delivery-card { display: grid; gap: 10px; padding: 16px 18px; background: rgba(255, 255, 255, .72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid var(--line); border-radius: 18px; font-size: 13px; }
.delivery-card > p { font-weight: 600; }
.delivery-card > span { opacity: .65; }
.mode-switch { display: inline-flex; padding: 4px; border-radius: 99px; background: rgba(29, 37, 26, .08); }
.mode-switch button { border: 0; background: transparent; padding: 8px 14px; border-radius: 99px; cursor: pointer; font-weight: 500; }
.mode-switch button.active { background: var(--ink); color: #fff; }
.builder-note { margin-top: 4px; font-size: 13px; opacity: .65; max-width: 520px; }

/* ── Character reveal (headline) ── */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .16em; margin-bottom: -.16em; }
.c { display: inline-block; transform: translateY(110%); opacity: 0; }
.go .c { transform: none; opacity: 1; transition: transform 620ms cubic-bezier(.16, 1, .3, 1), opacity 300ms linear; transition-delay: calc(var(--i) * 26ms); }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.reveal.show { opacity: 1; transform: none; }

/* ── Tacos stage ── */
.tacos { background: var(--salvia); overflow: hidden; }
.taco-stage { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(20px, 4vw, 60px); }
.taco-stack { position: relative; aspect-ratio: 4 / 3; width: 100%; }
.taco-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: translateY(18px) scale(1.24); transition: opacity 520ms var(--ease-soft), transform 720ms var(--ease); }
.taco-stack img.on { opacity: 1; transform: scale(1.3); }
.taco-names { list-style: none; padding: 0; margin: 0; display: grid; }
.taco-names li { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 14px; padding: 12px 14px; border-left: 2px solid transparent; border-bottom: 1px solid var(--line); cursor: pointer; opacity: .55; transition: opacity 300ms var(--ease-soft), border-color 300ms, background-color 300ms, transform 300ms var(--ease-soft); }
.taco-names li:first-child { border-top: 1px solid var(--line); }
.taco-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.taco-row span { font-family: "Instrument Serif", serif; font-size: 26px; line-height: 1.05; }
.taco-row b { font-size: 16px; white-space: nowrap; }
.taco-names li small { grid-column: 1; display: block; margin-top: 4px; font-size: 12.5px; opacity: .75; }
.taco-names li small i { font-style: normal; padding: 2px 7px; border-radius: 99px; background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.taco-names li small i.veg { background: var(--verde); }
.taco-names li button { grid-column: 2; grid-row: 1 / span 2; height: 38px; padding: 0 14px; border-radius: 99px; border: 1px solid var(--line); background: rgba(255, 255, 255, .7); cursor: pointer; font-weight: 600; font-size: 13.5px; opacity: 0; transition: opacity 240ms, background-color 160ms; }
.taco-names li.on { opacity: 1; border-left-color: var(--rosa); background: rgba(255, 255, 255, .55); }
.taco-names li.on button, .taco-names li:focus-within button { opacity: 1; }
.taco-names li button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.taco-names li:hover { opacity: .9; }

/* ── Builder ── */
.builder {
  --h: 92;
  transition: --h 900ms var(--ease-soft);
  /* the whole ambience is this one gradient; hovering a protein rewrites --h */
  background: linear-gradient(180deg, hsl(var(--h) 55% 95%) 0%, hsl(var(--h) 48% 88%) 55%, var(--crema) 100%);
}
.builder-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.step { border: 0; padding: 0; margin: 0 0 30px; min-width: 0; }
.step legend { display: flex; align-items: baseline; gap: 10px; width: 100%; font-family: "Instrument Serif", serif; font-size: 24px; margin-bottom: 12px; padding: 0; }
.step legend span { font-family: "DM Sans", sans-serif; font-size: 11px; letter-spacing: .16em; font-weight: 600; opacity: .55; }
.step legend small { margin-left: auto; font-family: "DM Sans", sans-serif; font-size: 12px; opacity: .6; }
.sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.size { display: grid; gap: 6px; padding: 14px 14px 12px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255, 255, 255, .6); cursor: pointer; text-align: left; }
.size b { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 24px; line-height: 1; }
.size strong { font-size: 15px; }
.size small { font-size: 11.5px; line-height: 1.4; opacity: .65; }
.size.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.size.on small { opacity: .7; }
.size:hover:not(.on) { border-color: rgba(29, 37, 26, .4); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 99px; border: 1px solid var(--line); background: rgba(255, 255, 255, .6); cursor: pointer; font-weight: 500; font-size: 14px; }
.chip::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--dot, transparent); box-shadow: inset 0 0 0 1px rgba(29, 37, 26, .15); }
.chip b { font-weight: 500; opacity: .6; }
.chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip.on b { opacity: .7; }
.chip:hover:not(.on) { border-color: rgba(29, 37, 26, .4); }
.chip:focus-visible, .row:focus-visible, .size:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
/* protein rows: the hovered one steps forward, the others dim */
.protein-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: baseline; column-gap: 14px; padding: 14px 6px; border-bottom: 1px solid var(--line); cursor: pointer; opacity: .55; transition: opacity 300ms var(--ease-soft), transform 300ms var(--ease-soft), background-color 300ms; }
.row span { font-family: "Instrument Serif", serif; font-size: 26px; line-height: 1.1; }
.row small { grid-column: 1; font-size: 12.5px; opacity: .7; }
.row em { grid-column: 2; grid-row: 1 / span 2; font-style: normal; font-size: 13px; font-weight: 500; opacity: .7; }
.row:hover, .row.on { opacity: 1; }
.row:hover { transform: translateX(6px); }
.row.on { background: rgba(255, 255, 255, .55); }
.row.on span::before { content: "✓ "; color: var(--verde-scuro); }
.preview { position: sticky; top: 100px; display: grid; gap: 18px; padding: 22px; border-radius: 26px; background: rgba(255, 255, 255, .7); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid var(--line); }
.preview svg { width: min(100%, 300px); margin: 0 auto; filter: drop-shadow(0 20px 30px rgba(29, 37, 26, .16)); }
.summary { display: grid; gap: 10px; }
.summary-title { font-family: "Instrument Serif", serif; font-size: 24px; }
.summary-list { font-size: 13.5px; line-height: 1.55; opacity: .78; }
.summary-price { display: flex; justify-content: space-between; align-items: baseline; padding-top: 10px; border-top: 1px solid var(--line); }
.summary-price b { font-family: "Instrument Serif", serif; font-size: 30px; }
.summary small { font-size: 11.5px; opacity: .6; line-height: 1.4; }

/* ── Bowl photos ── */
.bowls { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; padding-top: 0; }
.bowls figure { display: grid; gap: 10px; }
.bowls img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; }
.bowls figure:last-child img { aspect-ratio: 4 / 3; }
.bowls figcaption { font-size: 13px; opacity: .7; }

/* ── Sushi menu ── */
.sushi { background: #fff; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.tab { height: 38px; padding: 0 16px; border-radius: 99px; border: 1px solid var(--line); background: var(--crema); cursor: pointer; font-weight: 500; font-size: 14px; }
.tab[aria-selected="true"] { background: var(--verde-scuro); color: #fff; border-color: var(--verde-scuro); }
.tab:hover:not([aria-selected="true"]) { border-color: rgba(29, 37, 26, .4); }
.menu-panel { display: none; }
.menu-panel.on { display: block; animation: panel-in 320ms var(--ease) both; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } }
.panel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.panel-head h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 28px; }
.panel-head h3 small { font-family: "DM Sans", sans-serif; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; margin-left: 10px; }
.panel-head p { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--rosa); font-weight: 600; }
.panel-cols { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }
.menu-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 48px; }
.menu-row { break-inside: avoid; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 6px 14px; padding: 11px 8px; margin: 0 -8px; border-bottom: 1px solid var(--line); border-radius: 10px; transition: background-color 220ms var(--ease-soft); }
.menu-row:hover { background: var(--salvia); }
.menu-row h4 { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: .02em; }
.menu-row p { font-size: 12.5px; line-height: 1.4; opacity: .68; margin-top: 2px; }
.menu-row .prices { display: flex; gap: 6px; }
.menu-row button { height: 32px; padding: 0 12px; border-radius: 99px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-weight: 600; font-size: 13.5px; white-space: nowrap; }
.menu-row button small { font-weight: 500; opacity: .55; margin-right: 4px; font-size: 11px; }
.menu-row button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.allergen-note { margin-top: 26px; font-size: 12.5px; opacity: .6; max-width: 620px; }

/* ── How ── */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.how-grid > div { padding: 26px; border-radius: 22px; background: rgba(255, 255, 255, .7); border: 1px solid var(--line); }
.how-grid b { display: block; font-size: 11px; letter-spacing: .18em; color: var(--rosa); margin-bottom: 18px; }
.how-grid h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 28px; margin-bottom: 10px; }
.how-grid p { font-size: 15px; line-height: 1.55; opacity: .78; }

/* ── Manifesto (sticky stage, words brighten on scroll) ── */
.fresh { padding: 0; background: var(--nori); color: var(--crema); }
.fresh-track { height: 220vh; }
.fresh-stage { position: sticky; top: 0; height: 100vh; display: grid; align-content: center; padding: 0 clamp(18px, 4vw, 60px); max-width: 900px; margin: 0 auto; }
.fresh-rule { width: 40px; height: 2px; background: var(--verde); margin-bottom: 26px; }
.fresh-copy { font-family: "Instrument Serif", serif; font-size: clamp(26px, 3.6vw, 46px); line-height: 1.2; letter-spacing: -.01em; }
.fresh-copy i { font-style: normal; transition: opacity 120ms linear; }
.fresh-sign { margin-top: 30px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }

/* ── Store ── */
.store { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.store h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(32px, 4.4vw, 50px); line-height: 1.04; }
.store-copy > p { margin-top: 18px; font-size: 16px; line-height: 1.7; opacity: .82; }
.store-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.magnet { --mx: 0px; --my: 0px; transform: translate(var(--mx), var(--my)); transition: transform 260ms var(--ease-soft); }
.magnet.tracking { transition: transform 90ms linear; }
.store-map { position: relative; aspect-ratio: 4 / 3; border-radius: 26px; overflow: hidden; background: var(--salvia); border: 1px solid var(--line); }
.store-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85); }

/* ── Footer ── */
footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 30px clamp(18px, 4vw, 60px); border-top: 1px solid var(--line); font-size: 13px; }
.footer-logo { font-weight: 700; letter-spacing: .14em; }
.footer-logo i { font-family: "Instrument Serif", serif; font-weight: 400; letter-spacing: 0; color: var(--rosa); }
footer div a { margin-right: 18px; text-decoration: none; opacity: .75; }
footer p { opacity: .6; }

/* ── Cart ── */
.scrim { position: fixed; z-index: 30; inset: 0; background: rgba(29, 37, 26, .4); opacity: 0; pointer-events: none; transition: opacity 300ms; }
.scrim.show { opacity: 1; pointer-events: auto; }
.cart { position: fixed; z-index: 31; top: 0; right: 0; bottom: 0; width: min(420px, 100%); display: grid; grid-template-rows: auto auto 1fr auto; background: var(--crema); transform: translateX(100%); transition: transform 420ms var(--ease); }
.cart.open { transform: none; }
.cart-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 26px 24px 16px; }
.cart-head h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 32px; }
.cart-head button { width: 40px; height: 40px; border-radius: 99px; border: 1px solid var(--line); background: #fff; font-size: 22px; cursor: pointer; }
.cart-mode { display: flex; align-items: center; gap: 10px; margin: 0 24px; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-size: 13px; }
.cart-mode button { margin-left: auto; border: 0; background: transparent; text-decoration: underline; cursor: pointer; }
.cart-items { overflow: auto; padding: 16px 24px; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.cart-item small { display: block; font-size: 12px; opacity: .6; margin-top: 2px; }
.cart-item button { width: 28px; height: 28px; border-radius: 99px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.empty { text-align: center; padding: 40px 10px; opacity: .7; }
.empty span { display: block; font-size: 40px; margin-bottom: 8px; }
.empty h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 24px; }
.cart-foot { display: grid; gap: 12px; padding: 16px 24px 26px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; }
.cart-total b { font-family: "Instrument Serif", serif; font-size: 30px; }
.cart-foot small { text-align: center; opacity: .55; font-size: 11.5px; }
.toast { position: fixed; z-index: 40; left: 50%; bottom: 26px; transform: translate(-50%, 20px); padding: 12px 18px; border-radius: 99px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 500; opacity: 0; pointer-events: none; transition: opacity 250ms, transform 300ms var(--ease); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ── Responsive ── */
@media (max-width: 980px) {
  header { grid-template-columns: 1fr auto; }
  header nav, .mode-mini { display: none; }
  .logo-type small { display: none; }
  .menu-button { display: grid; }
  .hero { padding-top: 120px; }
  .hero-head { grid-template-columns: 1fr; align-items: start; }
  .delivery-card { width: max-content; }
  .taco-stage { grid-template-columns: 1fr; }
  .builder-grid { grid-template-columns: 1fr; }
  .preview { position: static; }
  .bowls { grid-template-columns: 1fr 1fr; }
  .bowls figure:last-child { grid-column: 1 / -1; }
  .menu-list { columns: 1; }
  .how-grid { grid-template-columns: 1fr; }
  .store { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 560px) {
  .promo { font-size: 9px; letter-spacing: .06em; }
  .promo-more { display: none; }
  .hero h1 { font-size: 44px; }
  .taco-stack img { transform: translateY(14px) scale(1.02); }
  .taco-stack img.on { transform: none; }
  .taco-names li button { opacity: 1; }
  .delivery-card { width: auto; }
  .sizes { grid-template-columns: 1fr; }
  .row span { font-size: 22px; }
  .bowls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .c { transform: none; opacity: 1; }
  .go .c { transition: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .builder, .row, .magnet, .cart, .scrim, .toast, .taco-stack img, .taco-names li { transition: none; }
  .magnet { --mx: 0px !important; --my: 0px !important; }
  .fresh-copy i { opacity: 1 !important; }
  .fresh-track { height: auto; }
  .fresh-stage { position: static; height: auto; padding-top: 100px; padding-bottom: 100px; }
  html { scroll-behavior: auto; }
}
