/* ============================================================
   NOT YOUR MOMMAS COOKIES — styles
   Palette from the logo: fudge (the "Cookies" wordmark), bake (the
   sunburst orange), momma blue (the dress), curler purple.
   Type: Shrikhand for the attitude lines · Big Shoulders Display for
   flavor names, prices and labels · Onest for reading.
   ============================================================ */
:root {
  --fudge: #2A1409; --fudge-2: #1C0D06; --cocoa: #3B2213; --cocoa-2: #4A2B18;
  --bake: #F26A1B; --bake-deep: #C9500F; --butter: #F6D98A; --crumb: #F3E6D2; --crumb-2: #E9D8BE;
  --momma: #2E7BD9; --curler: #6B2FA0;
  --ink: #1C0D06; --muted: rgba(28, 13, 6, .64); --muted-d: rgba(243, 230, 210, .74); --line-d: rgba(243, 230, 210, .16); --line: rgba(28, 13, 6, .14);
  --display: "Shrikhand", "Onest", Georgia, serif;
  --cond: "Big Shoulders Display", "Onest", Impact, sans-serif;
  --sans: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(20px, 5vw, 72px); --radius: 22px; --nav-h: 84px;
  --shadow: 0 30px 70px -30px rgba(0, 0, 0, .7);
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--fudge); color: var(--crumb); font: 400 16px/1.55 var(--sans); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; }
p { margin: 0; }
.wrap { width: min(1240px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--bake); color: var(--ink); padding: 10px 14px; border-radius: 8px; z-index: 100; font-weight: 600; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--bake); outline-offset: 3px; }

/* ---------- Type ---------- */
.eyebrow { font: 700 12px/1 var(--cond); letter-spacing: .22em; text-transform: uppercase; color: var(--bake); margin-bottom: 14px; }
.display { font-family: var(--display); font-size: clamp(30px, 3.6vw, 56px); line-height: 1.02; color: var(--butter); letter-spacing: -.005em; }
.display.xl { font-size: clamp(34px, 4.4vw, 68px); text-shadow: 0 4px 26px rgba(0, 0, 0, .55); }
h2:not(.display) { font-family: var(--display); font-size: clamp(34px, 4.2vw, 64px); line-height: 1.02; letter-spacing: -.005em; }
.lead { font-size: clamp(16px, 1.25vw, 18.5px); line-height: 1.55; color: var(--muted-d); max-width: 46ch; margin-top: 16px; }
.note { font-size: 16px; color: var(--muted-d); margin-top: 12px; max-width: 40ch; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 24px; border-radius: 999px; background: var(--bake); color: var(--ink); font: 600 15.5px/1 var(--sans); text-decoration: none; border: 0; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 14px 30px -16px rgba(242, 106, 27, .8); }
.btn:hover { background: #ff7a2a; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn-ghost { background: transparent; color: var(--crumb); box-shadow: inset 0 0 0 1.5px rgba(243, 230, 210, .55); }
.btn-ghost:hover { background: rgba(243, 230, 210, .1); }
.btn-wide { width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* ---------- Loader ---------- */
.loader { position: fixed; inset: 0; z-index: 90; background: var(--fudge-2); display: grid; place-items: center; transition: opacity .6s ease, visibility .6s; }
.loader.done { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; width: min(320px, 80vw); }
.loader-logo { width: 280px; margin: 0 auto 26px; }
.loader-bar { height: 3px; background: rgba(243, 230, 210, .14); border-radius: 3px; overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: calc(var(--p, 0) * 100%); background: var(--bake); transition: width .25s ease; }
.loader-note { margin-top: 14px; font: 700 12px/1 var(--cond); letter-spacing: .22em; text-transform: uppercase; color: var(--muted-d); }

/* ---------- Nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 60; display: flex; align-items: center; gap: 28px; padding: 14px var(--gutter); height: var(--nav-h); transition: background .35s, backdrop-filter .35s, box-shadow .35s; }
.nav.scrolled { background: rgba(28, 13, 6, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line-d); }
.brand img { width: 150px; height: auto; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .45)); }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { text-decoration: none; font: 700 13px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--crumb); opacity: .9; padding: 8px 0; border-bottom: 2px solid transparent; transition: border-color .2s, opacity .2s; }
.nav-links a:hover { border-color: var(--bake); opacity: 1; }
.cart-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--crumb); color: var(--ink); border: 0; border-radius: 999px; padding: 11px 16px 11px 14px; font: 600 14px/1 var(--sans); cursor: pointer; transition: background .2s, transform .2s; }
.cart-btn:hover { background: #fff; transform: translateY(-1px); }
.cart-count { background: var(--bake); color: var(--ink); font: 800 12px/1 var(--cond); min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; display: grid; place-items: center; }
.cart-btn.bump .cart-count { animation: bump .45s ease; }
@keyframes bump { 30% { transform: scale(1.35); } }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: rgba(243, 230, 210, .12); border-radius: 12px; cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--crumb); transition: transform .3s, top .3s; top: 17px; }
.nav-toggle span + span { top: 27px; }
.nav-toggle[aria-expanded="true"] span { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span + span { transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 55; background: var(--fudge-2); padding: calc(var(--nav-h) + 24px) var(--gutter) 40px; display: flex; flex-direction: column; gap: 6px; transform: translateY(-100%); transition: transform .45s cubic-bezier(.2, .8, .2, 1); }
.mobile-menu.open { transform: none; }
.mobile-menu > a:not(.btn) { font-family: var(--display); font-size: 38px; color: var(--butter); text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--line-d); }
.mobile-menu .btn { margin-top: 22px; align-self: flex-start; }
.mm-foot { margin-top: auto; color: var(--muted-d); font-size: 14px; }

/* ---------- Scrub stages ---------- */
.scrub { position: relative; height: 520vh; background: var(--fudge-2); }
.scrub.hero { height: 640vh; }
.scrub.break { height: 520vh; }
.scrub.vault-scene { height: 900vh; }
.scrub.box { height: 900vh; }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--fudge-2); }
.stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.stage .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .4s ease; }
.scrub.has-frame .poster { opacity: 0; }
.stage-shade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(28, 13, 6, .72) 0%, rgba(28, 13, 6, .35) 26%, rgba(28, 13, 6, 0) 48%),
              linear-gradient(270deg, rgba(28, 13, 6, .6) 0%, rgba(28, 13, 6, .22) 22%, rgba(28, 13, 6, 0) 44%),
              linear-gradient(0deg, rgba(28, 13, 6, .7) 0%, rgba(28, 13, 6, 0) 34%),
              linear-gradient(180deg, rgba(28, 13, 6, .55) 0%, rgba(28, 13, 6, 0) 22%); }
.reveal-line { position: absolute; opacity: 0; will-change: opacity, transform; max-width: min(560px, 38vw); z-index: 2; isolation: isolate; }
/* Soft dark scrim behind every caption block so type stays legible over bright frames; it fades with the block. */
.reveal-line::before { content: ""; position: absolute; inset: -56px -80px; z-index: -1; pointer-events: none; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(28, 13, 6, .82) 0%, rgba(28, 13, 6, .58) 40%, rgba(28, 13, 6, 0) 72%); filter: blur(16px); }
.hero .reveal-line::before { opacity: .55; }
.reveal-line.center.top { max-width: min(760px, 78vw); }
.reveal-line.center.top::before { inset: -70px -110px; }
.reveal-line.ml { left: var(--gutter); top: 50%; transform: translateY(-50%); }
.reveal-line.mr { right: var(--gutter); top: 50%; transform: translateY(-50%); text-align: right; }
.reveal-line.mr .lead, .reveal-line.mr .note { margin-left: auto; }
.reveal-line.center { left: 50%; top: 50%; text-align: center; max-width: min(860px, 88vw); }
.reveal-line.center.top { top: clamp(110px, 16vh, 170px); transform: translateX(-50%) !important; }
.reveal-line.center.low { top: auto; bottom: 9vh; transform: translateX(-50%) !important; }
.reveal-line.center.low .btn { margin-top: 22px; }
.reveal-line.center .lead { margin-inline: auto; }

/* Hero layout: title top-left, lead + CTAs bottom-left, so the cookie in the middle stays clear. */
.hero-title { left: var(--gutter); top: clamp(96px, 14vh, 150px); max-width: min(760px, 50vw); }
.hero-title h1 { font-family: var(--display); font-size: clamp(46px, 6.6vw, 112px); line-height: .92; color: var(--butter); letter-spacing: -.01em; text-shadow: 0 6px 30px rgba(0, 0, 0, .45); }
.slap { margin-top: 18px; font: 800 clamp(16px, 1.9vw, 28px)/1.1 var(--cond); letter-spacing: .04em; text-transform: uppercase; color: var(--crumb); }
.hero-ctas { left: var(--gutter); bottom: 7vh; max-width: 560px; }
.hero-ctas .lead { margin-top: 0; color: rgba(243, 230, 210, .9); }
.hero-mid { max-width: min(520px, 40vw); }
.hero-end { left: var(--gutter); bottom: 9vh; max-width: 560px; }
.ledger { display: grid; grid-template-columns: auto auto; gap: 10px 34px; margin: 0 0 22px; width: max-content; }
.ledger div { display: contents; }
.ledger dt { font: 800 clamp(22px, 2.6vw, 36px)/1 var(--cond); letter-spacing: .03em; text-transform: uppercase; color: var(--crumb); }
.ledger dd { margin: 0; font: 700 clamp(20px, 2.3vw, 32px)/1 var(--sans); font-variant-numeric: tabular-nums; letter-spacing: -.01em; color: var(--butter); align-self: baseline; }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); font: 700 11px/1 var(--cond); letter-spacing: .26em; text-transform: uppercase; color: var(--crumb); display: flex; flex-direction: column; align-items: center; gap: 10px; transition: opacity .4s; z-index: 2; }
.scroll-hint span { width: 1.5px; height: 44px; background: linear-gradient(var(--bake), transparent); animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(243, 230, 210, .14); z-index: 2; }
.progress-fill { height: 100%; width: 0; background: var(--bake); }

/* QA mode (?static=…): un-stick stages so full-page screenshots render every clip */
.static-preview .scrub, .static-preview .scrub.break, .static-preview .scrub.vault-scene, .static-preview .scrub.box { height: 100vh; }
.static-preview .stage { position: relative; height: 100vh; }
.static-preview .scroll-hint { display: none; }

/* ---------- Flavor ticker ---------- */
.beltline { background: var(--bake); color: var(--fudge-2); overflow: hidden; position: relative; z-index: 3; }
.belt-track { display: flex; align-items: center; gap: 28px; padding: 16px 0; width: max-content; animation: belt 60s linear infinite; font: 800 18px/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.belt-track i { font-style: normal; width: 8px; height: 8px; border-radius: 50%; background: var(--fudge-2); flex: none; opacity: .8; }
@keyframes belt { to { transform: translateX(-50%); } }

/* ---------- Why they hit different ---------- */
.different { background: var(--crumb); color: var(--ink); padding: clamp(84px, 11vw, 150px) 0; position: relative; z-index: 3; }
.different .eyebrow { color: var(--bake-deep); }
.different h2 { color: var(--fudge); max-width: 14ch; }
.different p { color: var(--ink); font-size: clamp(16px, 1.25vw, 18.5px); max-width: 52ch; margin-top: 22px; }
.diff-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.diff-photo { margin: 0; }
.diff-photo img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.diff-photo figcaption { margin-top: 14px; font: 700 12px/1 var(--cond); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.in-out { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; margin-top: 34px; border-top: 2px solid var(--fudge); padding-top: 22px; }
.in-out h3 { font: 900 14px/1 var(--cond); letter-spacing: .26em; text-transform: uppercase; color: var(--bake-deep); margin-bottom: 12px; }
.in-out .out h3 { color: var(--muted); }
.in-out ul { list-style: none; margin: 0; padding: 0; }
.in-out li { font: 700 clamp(18px, 1.6vw, 22px)/1.25 var(--cond); letter-spacing: .02em; text-transform: uppercase; color: var(--fudge); padding: 6px 0; border-bottom: 1px solid var(--line); }
.in-out s { text-decoration-color: var(--bake); text-decoration-thickness: 3px; color: var(--muted); }

/* ---------- The Vault · shop ---------- */
.shop { background: var(--fudge); padding: clamp(84px, 10vw, 140px) 0; position: relative; z-index: 3; }
.shop-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(30px, 4vw, 52px); }
.shop-head h2 { color: var(--butter); }
.tabs { display: flex; gap: 8px; flex: none; }
.tab { border: 0; border-radius: 999px; padding: 12px 18px; font: 700 13px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; background: rgba(243, 230, 210, .1); color: var(--crumb); cursor: pointer; transition: background .2s, color .2s; min-height: 44px; }
.tab:hover { background: rgba(243, 230, 210, .18); }
.tab[aria-pressed="true"] { background: var(--bake); color: var(--ink); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; }
.card { background: var(--cocoa); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s; box-shadow: 0 18px 44px -30px rgba(0, 0, 0, .8); }
.card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .9); }
.card.hidden { display: none; }
.card-media { aspect-ratio: 1; background: var(--fudge-2); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { padding: 18px 18px 6px; flex: 1; }
.tag { display: inline-block; font: 800 10.5px/1 var(--cond); letter-spacing: .2em; text-transform: uppercase; padding: 6px 8px 5px; border-radius: 6px; margin-bottom: 10px; }
.tag.classic { background: var(--bake); color: var(--ink); }
.tag.premium { background: var(--curler); color: #fff; }
.tag.dough { background: var(--momma); color: #fff; }
.card h3 { font: 800 22px/1.05 var(--cond); letter-spacing: .02em; text-transform: uppercase; color: var(--crumb); }
.card .notes { font-size: 13.5px; color: var(--muted-d); margin-top: 8px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px 18px; }
.price { font: 800 22px/1 var(--cond); color: var(--butter); letter-spacing: .02em; }
.price small { font: 600 11px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--muted-d); margin-left: 6px; }
.price.soon { font-size: 14px; color: var(--muted-d); text-transform: uppercase; letter-spacing: .14em; }
.add { border: 0; border-radius: 999px; background: var(--bake); color: var(--ink); font: 600 14px/1 var(--sans); padding: 12px 16px; min-height: 44px; cursor: pointer; transition: background .2s, transform .2s; white-space: nowrap; }
.add:hover { background: #ff7a2a; transform: translateY(-1px); }
.add.added { background: var(--butter); }
.add:disabled { background: rgba(243, 230, 210, .18); color: var(--muted-d); cursor: not-allowed; transform: none; }

/* ---------- Gift ---------- */
.gift { background: var(--crumb-2); color: var(--ink); padding: clamp(84px, 11vw, 150px) 0; position: relative; z-index: 3; }
.gift .eyebrow { color: var(--bake-deep); }
.gift h2 { color: var(--fudge); max-width: 13ch; }
.gift-text > p { font-size: clamp(16px, 1.25vw, 18.5px); max-width: 50ch; margin: 22px 0 26px; }
.gift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.gift-photo { margin: 0; }
.gift-photo img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.marty { margin: 40px 0 0; display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; background: #fff; padding: 12px; border-radius: 14px; box-shadow: 0 20px 40px -26px rgba(28, 13, 6, .6); transform: rotate(-1.5deg); max-width: 460px; }
.marty img { width: 120px; height: 150px; object-fit: cover; border-radius: 8px; }
.marty figcaption { font-size: 14px; line-height: 1.45; color: var(--ink); }
.marty strong { display: block; font: 800 15px/1.2 var(--cond); letter-spacing: .06em; text-transform: uppercase; color: var(--bake-deep); margin-bottom: 4px; }

/* ---------- Footer ---------- */
.footer { background: var(--fudge-2); padding: clamp(60px, 7vw, 96px) 0 30px; position: relative; z-index: 3; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: start; }
.foot-brand img { width: 200px; }
.foot-brand p { margin-top: 18px; color: var(--muted-d); max-width: 40ch; font-size: 15px; }
.foot-links, .foot-social { display: flex; flex-direction: column; gap: 12px; }
.foot-links a, .foot-social a { text-decoration: none; font: 700 13px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--crumb); }
.foot-links a:hover, .foot-social a:hover { color: var(--bake); }
.foot-fine { width: min(1240px, 100% - 2 * var(--gutter)); margin: 48px auto 0; padding-top: 20px; border-top: 1px solid var(--line-d); color: var(--muted-d); font-size: 13px; }

/* ---------- Cart drawer ---------- */
.cart-overlay { position: fixed; inset: 0; z-index: 70; background: rgba(0, 0, 0, .55); backdrop-filter: blur(3px); }
.cart { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); z-index: 75; background: var(--cocoa); color: var(--crumb); display: flex; flex-direction: column; transform: translateX(105%); transition: transform .45s cubic-bezier(.2, .8, .2, 1); box-shadow: -30px 0 80px rgba(0, 0, 0, .5); }
.cart.open { transform: none; }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line-d); }
.cart-head h2 { font-family: var(--display); font-size: 32px; color: var(--butter); }
.cart-close { border: 0; background: rgba(243, 230, 210, .1); color: var(--crumb); width: 44px; height: 44px; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; }
.cart-body { flex: 1; overflow: auto; padding: 8px 24px; }
.cart-empty { padding: 40px 0; text-align: center; color: var(--muted-d); }
.cart-empty a { color: var(--butter); }
.line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line-d); }
.line img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; background: var(--fudge-2); }
.line h4 { margin: 0; font: 800 16px/1.1 var(--cond); letter-spacing: .03em; text-transform: uppercase; }
.line .sub { font-size: 12.5px; color: var(--muted-d); margin-top: 4px; }
.qty { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; }
.qty button { width: 30px; height: 30px; border-radius: 8px; border: 0; background: rgba(243, 230, 210, .12); color: var(--crumb); font-size: 16px; cursor: pointer; }
.qty span { min-width: 22px; text-align: center; font: 700 14px/1 var(--cond); }
.line-price { font: 800 17px/1 var(--cond); color: var(--butter); }
.cart-foot { padding: 18px 24px 24px; border-top: 1px solid var(--line-d); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; font: 800 15px/1 var(--cond); letter-spacing: .12em; text-transform: uppercase; }
.cart-total b { font-size: 26px; color: var(--butter); }
.cart-fine { font-size: 12.5px; color: var(--muted-d); margin: 10px 0 14px; }
.toast[hidden] { display: none; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 80; background: var(--crumb); color: var(--ink); padding: 12px 14px 12px 18px; border-radius: 999px; display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 14px; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .6); }
.toast button { border: 0; background: var(--bake); color: var(--ink); border-radius: 999px; padding: 8px 12px; font: 600 13px/1 var(--sans); cursor: pointer; }

/* ---------- Reveals ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .belt-track { animation: none; }
  .scroll-hint span { animation: none; }
  .card, .card-media img, .btn, .add { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .reveal-line { max-width: min(520px, 44vw); }
  .hero-title { max-width: 64vw; }
}
@media (max-width: 820px) {
  :root { --nav-h: 70px; --display: "Lilita One", "Onest", system-ui, sans-serif; }
  h1, h2:not(.display), .display, .display.xl, .hero-title h1, .page-hero h1, .contact h1, .mobile-menu > a:not(.btn), .cart-head h2, .sheet-body h2, .story-html h2, .ledger dd { letter-spacing: 0; font-style: normal; }
  .mobile-menu > a:not(.btn) { font-size: 34px; padding: 12px 0; }
  .hero-title h1 { line-height: .96; }
  h2:not(.display) { line-height: 1.04; }
  .nav { gap: 12px; }
  .brand img { width: 118px; }
  .nav-links { display: none; }
  .cart-btn { margin-left: auto; padding: 10px 12px; }
  .cart-btn span { display: none; }
  .nav-toggle { display: block; }
  .reveal-line, .reveal-line.ml, .reveal-line.mr { left: var(--gutter); right: var(--gutter); max-width: none; text-align: left; top: auto; bottom: 11vh; transform: none; }
  .reveal-line.mr .lead, .reveal-line.mr .note { margin-left: 0; }
  .reveal-line.center, .reveal-line.center.low { left: var(--gutter); right: var(--gutter); transform: none !important; text-align: left; top: auto; bottom: 11vh; }
  .reveal-line.center.top { top: calc(var(--nav-h) + 22px); bottom: auto; left: var(--gutter); right: var(--gutter); max-width: none; transform: none !important; }
  .reveal-line.center.top::before { inset: -40px -50px; }
  .vault-scene .reveal-line.ml { top: calc(var(--nav-h) + 22px); bottom: auto; }
  /* Box scene: the box fills the lower two thirds of the portrait crop, so captions go up top. */
  .box .reveal-line, .box .reveal-line.ml, .box .reveal-line.mr, .box .reveal-line.center.low { top: calc(var(--nav-h) + 22px); bottom: auto; }
  .hero-title { top: calc(var(--nav-h) + 18px); bottom: auto; }
  .hero-title h1 { font-size: clamp(44px, 13vw, 64px); }
  .slap { font-size: 15px; }
  .hero-ctas { bottom: 6vh; }
  .hero-ctas .lead { font-size: 14.5px; max-width: 36ch; line-height: 1.45; }
  .hero-mid .display { font-size: 32px; }
  .display { font-size: 32px; }
  .display.xl { font-size: 38px; }
  .ledger { gap: 8px 22px; }
  .stage-shade, .stage-shade.shade-dark { background: linear-gradient(180deg, rgba(28, 13, 6, .7) 0%, rgba(28, 13, 6, .25) 30%, rgba(28, 13, 6, 0) 45%, rgba(28, 13, 6, 0) 55%, rgba(28, 13, 6, .55) 75%, rgba(28, 13, 6, .88) 100%); }
  .scroll-hint { display: none; }
  .diff-grid, .gift-grid { grid-template-columns: 1fr; }
  .gift-grid .gift-photo { order: -1; }
  .in-out { grid-template-columns: 1fr 1fr; gap: 18px; }
  .in-out li { font-size: 16px; }
  .shop-head { flex-direction: column; align-items: flex-start; }
  .tabs { flex-wrap: wrap; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .card-body { padding: 14px 14px 4px; }
  .card h3 { font-size: 18px; }
  .card .notes { font-size: 12.5px; }
  .card-foot { padding: 8px 14px 14px; flex-wrap: wrap; }
  .price { font-size: 18px; }
  .add { padding: 11px 14px; font-size: 13px; }
  .marty { transform: none; max-width: none; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 400px) {
  .grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .card-foot { flex-direction: column; align-items: stretch; }
  .add { width: 100%; }
}

/* ---------- Vault page ---------- */
.vault-hero { position: relative; min-height: min(72vh, 720px); display: flex; align-items: flex-end; padding: calc(var(--nav-h) + 40px) 0 clamp(40px, 6vw, 72px); background: var(--fudge-2); overflow: hidden; }
.vault-hero picture, .vault-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.vault-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 13, 6, .55) 0%, rgba(28, 13, 6, .1) 35%, rgba(28, 13, 6, .55) 70%, var(--fudge) 100%); }
.vault-hero-copy { position: relative; z-index: 1; max-width: 720px; }
.vault-hero h1 { font-family: var(--display); font-size: clamp(44px, 6.4vw, 96px); line-height: .95; color: var(--butter); text-shadow: 0 6px 30px rgba(0, 0, 0, .5); }
.vault-hero .lead { color: rgba(243, 230, 210, .92); text-shadow: 0 1px 12px rgba(0, 0, 0, .6); }
.vault-hero .back { display: inline-block; margin-top: 18px; font: 700 12px/1 var(--cond); letter-spacing: .2em; text-transform: uppercase; color: var(--crumb); text-decoration: none; border-bottom: 2px solid var(--bake); padding-bottom: 4px; }
.vault-hero .back:hover { color: var(--bake); }
.shop-head-page { align-items: center; margin-bottom: clamp(22px, 3vw, 36px); }
.shop-head-page .count { font: 700 13px/1 var(--cond); letter-spacing: .2em; text-transform: uppercase; color: var(--muted-d); }
.shop.page { padding-top: clamp(28px, 4vw, 48px); }
@media (max-width: 820px) {
  .vault-hero { min-height: 62vh; }
  .shop-head-page { flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; }
}

/* ---------- Most wanted ---------- */
.popular { background: var(--fudge); padding: clamp(84px, 10vw, 140px) 0; position: relative; z-index: 3; }
.pop-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 64px); align-items: end; margin-bottom: clamp(30px, 4vw, 52px); }
.pop-head h2 { color: var(--butter); max-width: 12ch; }
.pop-head .lead { margin-top: 0; }
.pop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.card.big .card-body { padding: 22px 22px 8px; }
.card.big h3 { font-size: clamp(24px, 2vw, 30px); }
.card.big .why { font-size: 15px; line-height: 1.5; color: var(--muted-d); margin-top: 10px; }
.card.big .card-foot { padding: 12px 22px 22px; }
.pop-more { margin-top: clamp(26px, 3vw, 40px); display: flex; justify-content: center; }
@media (max-width: 820px) {
  .pop-head { grid-template-columns: 1fr; }
  .pop-grid { grid-template-columns: 1fr; }
  .card.big .card-body { padding: 16px 16px 4px; }
  .card.big .card-foot { padding: 10px 16px 16px; }
}

/* ---------- Footer, expanded ---------- */
.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; }
.foot-grid { grid-template-columns: 1.4fr .9fr .9fr 1.3fr; gap: clamp(28px, 4vw, 56px); }
.foot-links h4, .foot-news h4 { margin: 0 0 6px; font: 800 12px/1.3 var(--cond); letter-spacing: .22em; text-transform: uppercase; color: var(--bake); }
.foot-brand .foot-social { flex-direction: row; gap: 18px; margin-top: 16px; }
.foot-news p { margin: 6px 0 14px; color: var(--muted-d); font-size: 14.5px; max-width: 34ch; }
.news-form { display: flex; gap: 8px; }
.news-form input { flex: 1; min-width: 0; height: 48px; border-radius: 999px; border: 1.5px solid rgba(243, 230, 210, .28); background: rgba(243, 230, 210, .06); color: var(--crumb); padding: 0 16px; font: 500 15px var(--sans); }
.news-form input::placeholder { color: rgba(243, 230, 210, .5); }
.news-form input:focus { outline: none; border-color: var(--bake); }
.news-form .btn { min-height: 48px; padding: 12px 18px; }

/* ---------- Story link + flavor sheet ---------- */
.story { display: inline-block; margin-top: 10px; background: none; border: 0; padding: 4px 0; border-bottom: 2px solid rgba(242, 106, 27, .5); font: 700 12px/1 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--bake); cursor: pointer; transition: border-color .2s; }
.story:hover { border-color: var(--bake); }
.sheet-overlay { position: fixed; inset: 0; z-index: 70; background: rgba(0, 0, 0, .55); backdrop-filter: blur(3px); }
.sheet { position: fixed; top: 0; right: 0; bottom: 0; width: min(560px, 100%); z-index: 75; background: var(--cocoa); color: var(--crumb); display: flex; flex-direction: column; transform: translateX(105%); transition: transform .45s cubic-bezier(.2, .8, .2, 1); box-shadow: -30px 0 80px rgba(0, 0, 0, .5); }
.sheet.open { transform: none; }
.sheet-close { position: absolute; top: 16px; right: 16px; z-index: 2; border: 0; background: rgba(28, 13, 6, .6); color: var(--crumb); width: 44px; height: 44px; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; backdrop-filter: blur(6px); }
.sheet-media { flex: none; aspect-ratio: 16 / 10; background: var(--fudge-2); overflow: hidden; }
.sheet-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.sheet-body { flex: 1; overflow: auto; padding: 22px 26px 26px; }
.sheet-body h2 { font: 800 30px/1.05 var(--cond); letter-spacing: .02em; text-transform: uppercase; color: var(--crumb); margin: 10px 0 4px; }
.sheet-price { font: 800 16px/1 var(--cond); color: var(--butter); letter-spacing: .04em; margin-bottom: 18px; }
.story-html { border-top: 1px solid var(--line-d); padding-top: 18px; }
.story-html h2 { font-family: var(--display); font-weight: 400; text-transform: none; letter-spacing: -.005em; font-size: 26px; line-height: 1.1; color: var(--butter); margin: 18px 0 10px; }
.story-html h2:first-child { margin-top: 0; }
.story-html h3 { font: 800 15px/1.3 var(--cond); letter-spacing: .12em; text-transform: uppercase; color: var(--bake); margin: 18px 0 8px; }
.story-html p { font-size: 15.5px; line-height: 1.6; color: rgba(243, 230, 210, .88); margin: 0 0 12px; }
.story-html strong { color: var(--crumb); font-weight: 600; }
.story-html ul, .story-html ol { margin: 0 0 12px; padding-left: 20px; color: rgba(243, 230, 210, .88); font-size: 15.5px; line-height: 1.55; }
.story-html li { margin-bottom: 6px; }
.story-html hr { border: 0; border-top: 1px solid var(--line-d); margin: 16px 0; }
.sheet-foot { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 26px 22px; border-top: 1px solid var(--line-d); background: var(--cocoa); }

/* ---------- Secondary page heroes (about, contact) ---------- */
.page-hero { position: relative; min-height: min(64vh, 640px); display: flex; align-items: flex-end; padding: calc(var(--nav-h) + 40px) 0 clamp(40px, 6vw, 72px); background: var(--fudge-2); overflow: hidden; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 13, 6, .6) 0%, rgba(28, 13, 6, .15) 35%, rgba(28, 13, 6, .6) 72%, var(--crumb) 100%); }
.page-hero-copy { position: relative; z-index: 1; max-width: 760px; }
.page-hero h1 { font-family: var(--display); font-size: clamp(48px, 7vw, 108px); line-height: .95; color: var(--butter); text-shadow: 0 6px 30px rgba(0, 0, 0, .5); }
.page-hero .lead { color: rgba(243, 230, 210, .94); text-shadow: 0 1px 12px rgba(0, 0, 0, .6); max-width: 52ch; }
.page-hero .eyebrow { text-shadow: 0 1px 10px rgba(0, 0, 0, .8); }

/* ---------- About ---------- */
.about-sec { padding: clamp(72px, 9vw, 120px) 0; position: relative; }
.about-sec.light { background: var(--crumb); color: var(--ink); }
.about-sec.light + .about-sec.light { padding-top: 0; }
.about-sec.dark { background: var(--fudge); color: var(--crumb); }
.about-sec.light .eyebrow { color: var(--bake-deep); }
.about-sec.light h2 { color: var(--fudge); }
.about-sec.dark h2 { color: var(--butter); }
.about-sec h2 { max-width: 14ch; }
.about-text p:not(.eyebrow) { font-size: clamp(16px, 1.25vw, 18.5px); max-width: 52ch; margin-top: 20px; }
.about-sec.dark .about-text p:not(.eyebrow) { color: rgba(243, 230, 210, .9); }
.about-text .btn { margin-top: 26px; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.about-grid.flip { grid-template-columns: .95fr 1.05fr; }
.about-photo { margin: 0; }
.about-photo img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; }
.about-photo.portrait img { aspect-ratio: 4 / 5; }
.about-cta { background: var(--fudge-2); padding: clamp(72px, 9vw, 120px) 0; text-align: center; }
.about-cta .display.xl { margin-bottom: 26px; }
.about-cta .cta-row { justify-content: center; }

/* ---------- Contact ---------- */
.contact { background: var(--crumb); color: var(--ink); padding: calc(var(--nav-h) + clamp(48px, 7vw, 96px)) 0 clamp(80px, 10vw, 140px); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 6vw, 96px); align-items: start; }
.contact .eyebrow { color: var(--bake-deep); }
.contact h1 { font-family: var(--display); font-size: clamp(44px, 6vw, 88px); line-height: .95; color: var(--fudge); }
.contact .lead { color: var(--ink); margin-top: 20px; }
.contact-links { display: flex; gap: 20px; margin-top: 26px; }
.contact-links a { font: 700 13px/1 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--fudge); text-decoration: none; border-bottom: 2px solid var(--bake); padding-bottom: 4px; }
.contact-form { background: #fff; border-radius: var(--radius); padding: clamp(22px, 3vw, 36px); box-shadow: 0 30px 70px -40px rgba(28, 13, 6, .5); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font: 700 12px/1 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--bake-deep); }
.field input, .field textarea { border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 14px; font: 500 16px var(--sans); color: var(--ink); background: var(--crumb); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--bake); background: #fff; }
.field textarea { resize: vertical; min-height: 140px; }
.form-fine { margin-top: 12px; font-size: 12.5px; color: var(--muted); }

@media (max-width: 820px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand, .foot-news { grid-column: 1 / -1; }
  .about-grid, .about-grid.flip, .contact-grid { grid-template-columns: 1fr; }
  .about-grid.flip .about-photo { order: -1; }
  .page-hero { min-height: 56vh; }
  .sheet-media { aspect-ratio: 16 / 9; }
  .sheet-body { padding: 18px 20px 22px; }
  .sheet-foot { padding: 14px 20px 18px; }
}

/* ---------- Header over light pages (contact) ---------- */
.light-top .nav:not(.scrolled) .nav-links a { color: var(--fudge); }
.light-top .nav:not(.scrolled) .nav-links a:hover { border-color: var(--bake-deep); }
.light-top .nav:not(.scrolled) .cart-btn { background: var(--fudge); color: var(--crumb); }
.light-top .nav:not(.scrolled) .cart-btn:hover { background: var(--fudge-2); }
.light-top .nav:not(.scrolled) .nav-toggle { background: rgba(28, 13, 6, .1); }
.light-top .nav:not(.scrolled) .nav-toggle span { background: var(--fudge); }

/* ---------- Flavor strip ---------- */
.strip { background: var(--crumb); color: var(--ink); padding: clamp(64px, 8vw, 110px) 0 clamp(48px, 6vw, 80px); overflow: hidden; position: relative; z-index: 3; }
.strip .eyebrow { color: var(--bake-deep); }
.strip h2 { color: var(--fudge); }
.strip-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(28px, 4vw, 44px); }
.btn-ghost.dark { color: var(--fudge); box-shadow: inset 0 0 0 1.5px rgba(28, 13, 6, .45); }
.btn-ghost.dark:hover { background: rgba(28, 13, 6, .08); }
.strip-rows { display: grid; gap: 16px; }
.strip-row { width: max-content; will-change: transform; }
.strip-track { display: flex; align-items: center; gap: 16px; width: max-content; animation: strip-left 90s linear infinite; }
.strip-row.r2 .strip-track { animation: strip-right 110s linear infinite; }
@keyframes strip-left { to { transform: translateX(-50%); } }
@keyframes strip-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.strip:hover .strip-track { animation-play-state: paused; }
.tile { position: relative; flex: none; height: 200px; aspect-ratio: 1; border: 0; padding: 0; background: var(--fudge-2); border-radius: 18px; overflow: hidden; cursor: pointer; box-shadow: 0 18px 40px -26px rgba(28, 13, 6, .7); transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.tile:nth-child(3n+2) { height: 250px; }
.tile:nth-child(4n+3) { height: 160px; }
.tile:nth-child(7n+5) { height: 220px; }
.tile:hover { transform: translateY(-4px); }
.tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.tile:hover img { transform: scale(1.06); }
.tile span { position: absolute; left: 10px; bottom: 10px; right: 10px; font: 800 10.5px/1.2 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--crumb); background: rgba(28, 13, 6, .55); padding: 6px 8px; border-radius: 6px; backdrop-filter: blur(4px); text-align: left; }
.strip-hint { margin-top: 22px; font-size: 13.5px; color: var(--muted); }
@media (max-width: 820px) {
  .strip-head { flex-direction: column; align-items: flex-start; }
  .strip-rows { gap: 12px; }
  .strip-track { gap: 12px; }
  .tile { height: 132px; border-radius: 14px; }
  .tile:nth-child(3n+2) { height: 164px; }
  .tile:nth-child(4n+3) { height: 108px; }
  .tile:nth-child(7n+5) { height: 148px; }
  .tile span { font-size: 9px; padding: 4px 6px; left: 6px; bottom: 6px; right: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .strip-track { animation: none; }
  .strip-rows { overflow-x: auto; }
}

/* ---------- Prices: numerals in the body face (Big Shoulders makes 3 and 8 look alike at small sizes) ---------- */
.price, .line-price, .cart-total b, .sheet-price, .price.soon { font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.price { font-size: 20px; }
.line-price { font-size: 16px; }
.cart-total b { font-size: 24px; }
.sheet-price { font-size: 15px; }
.price.soon { font-size: 12px; font-weight: 600; letter-spacing: .12em; }
@media (max-width: 820px) { .price { font-size: 17px; } }
