/* ============================================================================
   THE FRESH PRESS — sections
   ========================================================================= */

/* --- Header -------------------------------------------------------------- */

.hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  padding: 14px var(--gut) 0;
  transition: transform .55s var(--ease);
}
/* Retreats when you scroll down, returns the moment you scroll up. */
.hdr.is-hidden { transform: translateY(calc(-100% - 14px)); }

.hdr__bar {
  max-width: var(--maxw);
  margin-inline: auto;
  height: var(--hdr-h);
  padding-inline: clamp(0.85rem, 1.6vw, 1.6rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-radius: 100px;
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  -webkit-backdrop-filter: blur(16px) saturate(1.6);
          backdrop-filter: blur(16px) saturate(1.6);
  transition: background .5s var(--ease), border-color .5s var(--ease),
              box-shadow .5s var(--ease);
}
.hdr.is-stuck .hdr__bar {
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  box-shadow: 0 10px 34px -18px rgb(20 38 28 / 0.4);
}

.hdr__nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.hdr__nav--r { justify-content: flex-end; }

.hdr__link {
  position: relative;
  font-size: var(--t-sm);
  font-weight: 500;
  padding-block: 4px;
}
.hdr__link::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease);
}
.hdr__link:hover::after { transform: none; transform-origin: left; }

/* The centred mark, straight out of the Aupale header. */
.hdr__mark {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--green-900);
  color: var(--mint);
  transition: transform .6s var(--spring), background .4s var(--ease);
}
.hdr__mark:hover { transform: rotate(-12deg) scale(1.06); }
.hdr__mark svg { width: 26px; height: 26px; }

.hdr__menu {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--mono);
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.7em 1.1em;
  border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  transition: background .4s var(--ease), color .4s var(--ease),
              border-color .4s var(--ease);
}
.hdr__menu:hover {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}
.hdr__burger { display: grid; gap: 4px; width: 16px; }
.hdr__burger i {
  height: 1.5px; background: currentColor; border-radius: 2px;
  transition: transform .4s var(--ease), width .4s var(--ease);
}
.hdr__burger i:last-child { width: 62%; justify-self: end; }
.hdr__menu:hover .hdr__burger i:last-child { width: 100%; }

@media (max-width: 900px) {
  .hdr__nav--l .hdr__link:not(.is-key) { display: none; }
}
/* On a phone the bar is just the mark and the menu. The empty nav is kept in
   flow on purpose — it is the grid cell that holds the mark centred. */
@media (max-width: 640px) {
  :root { --hdr-h: 62px; }
  .hdr__nav--l .hdr__link,
  .hdr__nav--r .hdr__link { display: none; }
  .hdr__mark { width: 40px; height: 40px; }
  .hdr__mark svg { width: 22px; height: 22px; }
}

/* --- Menu overlay -------------------------------------------------------- */

.ovl {
  position: fixed; inset: 0; z-index: 95;
  background: var(--green-900);
  color: var(--mint);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 14px var(--gut) var(--gut);
  clip-path: inset(0 0 100% 0);
  transition: clip-path .85s var(--ease);
  visibility: hidden;
  /* On a short phone the list plus the chips can exceed the viewport, so the
     panel scrolls itself rather than clipping the last item. */
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.ovl.is-open { clip-path: inset(0 0 0 0); visibility: visible; }

.ovl__top {
  height: var(--hdr-h);
  display: flex; align-items: center; justify-content: flex-end;
  padding-inline: clamp(0.85rem, 1.6vw, 1.6rem);
}
.ovl__close {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--mono); font-size: var(--t-xs);
  text-transform: uppercase; letter-spacing: 0.14em;
  padding: 0.7em 1.1em; border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--mint) 30%, transparent);
  transition: background .4s var(--ease), color .4s var(--ease);
}
.ovl__close:hover { background: var(--mint); color: var(--green-900); }

.ovl__body {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  max-width: var(--maxw);
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(0.85rem, 1.6vw, 1.6rem);
}
@media (max-width: 900px) { .ovl__body { grid-template-columns: 1fr; } }

.ovl__list { display: grid; gap: clamp(0.1rem, 0.6vw, 0.5rem); }

.ovl__item { overflow: hidden; }
.ovl__item a {
  display: flex;
  /* Explicitly first — a wrapped label ("Smoothie Bowls") otherwise aligns the
     number to its last line and it floats mid-item. */
  align-items: first baseline;
  gap: 1rem;
  /* At phone type sizes the line box alone is only ~34px, and these are the
     primary navigation. No effect on desktop, where they are far taller. */
  min-height: 44px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  text-transform: uppercase;
  line-height: 1.06;
  letter-spacing: -0.01em;
  transform: translateY(105%);
  transition: transform .8s var(--ease), color .4s var(--ease);
  transition-delay: calc(var(--i) * 55ms);
}
.ovl.is-open .ovl__item a { transform: none; }
.ovl__item a:hover { color: var(--mango); }
.ovl__item .num { font-family: var(--mono); font-size: var(--t-xs); opacity: .45; }

/* Collection chips beside the main list, so the overlay does real work. */
.ovl__side { display: grid; gap: 1.5rem; align-content: center; }
.ovl__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ovl__chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55em 1em;
  border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--mint) 26%, transparent);
  font-size: var(--t-sm);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s var(--ease), transform .6s var(--ease),
              background .3s var(--ease), color .3s var(--ease);
  transition-delay: calc(var(--i) * 26ms + 340ms);
}
.ovl.is-open .ovl__chip { opacity: 1; transform: none; }
.ovl__chip:hover { background: var(--mint); color: var(--green-900); }

.ovl__foot {
  display: flex; flex-wrap: wrap; gap: 1rem 2rem;
  justify-content: space-between; align-items: center;
  max-width: var(--maxw); width: 100%; margin-inline: auto;
  padding: 1.5rem clamp(0.85rem, 1.6vw, 1.6rem) 0;
  border-top: 1px solid color-mix(in srgb, var(--mint) 18%, transparent);
  font-family: var(--mono); font-size: var(--t-xs);
  text-transform: uppercase; letter-spacing: 0.12em;
  opacity: 0;
  transition: opacity .5s var(--ease) .45s;
}
.ovl.is-open .ovl__foot { opacity: .75; }

/* --- Hero ---------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: calc(var(--hdr-h) + 4.5rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  isolation: isolate;
}

/* Soft mint light behind everything, plus the wave pattern the current site
   already uses — the one piece of it worth keeping. */
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(58% 46% at 50% 34%, var(--mint-soft) 0%, transparent 72%),
    var(--paper);
}
.hero__bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--waves);
  background-size: 340px auto;
  opacity: .28;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 45%, #000 20%, transparent 78%);
          mask-image: radial-gradient(70% 60% at 50% 45%, #000 20%, transparent 78%);
}

.hero__stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}

/* Type and bowl interleave: line 1 sits behind the bowl, line 2 in front. */
.hero__type {
  display: grid;
  justify-items: center;
  font-size: var(--t-mega);
  text-align: center;
  width: 100%;
}
.hero__line { position: relative; display: block; overflow: hidden; padding-block: 0.02em; }
.hero__line > span { display: block; }

.js .hero__line > span {
  transform: translateY(104%);
  transition: transform 1.15s var(--ease);
  transition-delay: calc(var(--i) * 110ms + 150ms);
}
.js .hero.is-in .hero__line > span { transform: none; }

.hero__l1 { z-index: 1; }
.hero__l2 { z-index: 3; }

.hero__bowl {
  position: relative;
  z-index: 2;
  width: clamp(13rem, 30vw, 27rem);
  /* Negative on both sides so the bowl bites into both lines of the word.
     In em, so it tracks --t-mega instead of drifting at other widths. */
  margin-block: -0.4em;
  filter: drop-shadow(0 34px 44px rgb(20 38 28 / 0.26));
}
.js .hero__bowl {
  opacity: 0;
  transform: scale(.82) translateY(28px);
  transition: opacity 1.1s var(--ease) .28s, transform 1.3s var(--ease) .28s;
}
.js .hero.is-in .hero__bowl { opacity: 1; transform: none; }

.hero__bowl img { width: 100%; }

/* --- The orbit: cutouts scattered around the hero ------------------------ */

.orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.orbit__item {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  /* JS writes --px/--py; the -50% keeps --x/--y meaning "centre of the item". */
  transform: translate(-50%, -50%) translate3d(var(--px, 0), var(--py, 0), 0);
  filter: drop-shadow(0 16px 24px rgb(20 38 28 / 0.2));
}
/* JS writes parallax onto the wrapper, CSS keeps the idle drift on the child,
   so the two never fight over one transform. */
.orbit__item > * {
  display: block;
  animation: bob var(--dur, 7s) ease-in-out var(--del, 0s) infinite;
}
.orbit__item img { width: 100%; }

@keyframes bob {
  0%, 100% { transform: translateY(0)     rotate(var(--r, 0deg)); }
  50%      { transform: translateY(-14px) rotate(calc(var(--r, 0deg) * -1)); }
}

.js .orbit__item {
  opacity: 0;
  transition: opacity .9s var(--ease);
  transition-delay: calc(var(--i) * 90ms + 500ms);
}
/* Keyed off whichever scope holds the orbit — the hero and the bowls stage
   both use it, so this must not be tied to .hero. */
.js .is-in .orbit__item { opacity: 1; }

@media (max-width: 900px) {
  /* Keep only the four that frame the bowl; the rest crowd a phone. */
  .orbit__item:nth-child(n+5) { display: none; }
}
@media (max-width: 640px) {
  /* Smaller, and pushed out to the margins so they frame the word instead of
     sitting on top of it.
     --x/--y are written as inline styles by app.js, so a plain declaration
     here loses to them; !important is what actually beats an inline style. */
  .hero .orbit__item { width: calc(var(--s) * 0.74); }
  .hero .orbit__item:nth-child(3) { --x: 11% !important; --y: 80% !important; }
  .hero .orbit__item:nth-child(4) { --x: 89% !important; --y: 78% !important; }
}

/* --- Hero footer --------------------------------------------------------- */

.hero__foot {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: clamp(1rem, 3vw, 2.5rem);
}
@media (max-width: 900px) {
  .hero__foot { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

.hero__lede { max-width: 30ch; font-size: var(--t-sm); color: var(--ink-soft); }
.hero__cta { display: flex; gap: 0.7rem; flex-wrap: wrap; justify-content: center; }
@media (max-width: 520px) {
  /* Side by side rather than a stack, so the fold still shows the scroll cue. */
  .hero__cta .btn { padding: 0.95em 1.25em; font-size: var(--t-xs); }
}
.hero__meta { justify-self: end; text-align: right; }
@media (max-width: 900px) { .hero__meta { justify-self: center; text-align: center; } }

.hero__cue {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-family: var(--mono); font-size: var(--t-xs);
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-soft);
}
.hero__cue i {
  width: 1px; height: 40px;
  background: linear-gradient(var(--ink-soft), transparent);
  animation: cue 2.2s var(--ease-io) infinite;
  transform-origin: top;
}
@keyframes cue {
  0%       { transform: scaleY(0); opacity: 0; }
  35%      { transform: scaleY(1); opacity: 1; }
  100%     { transform: scaleY(1) translateY(40px); opacity: 0; }
}

/* --- Ticker -------------------------------------------------------------- */

.ticker {
  background: var(--green-900);
  color: var(--mint);
  padding-block: clamp(1rem, 1.8vw, 1.5rem);
  position: relative;
  z-index: 3;
}
.ticker__item {
  display: inline-flex; align-items: center; gap: 1.6rem;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.6vw, 2.3rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.ticker__dot { color: var(--mango); font-size: 0.6em; }

/* --- Scrub: the pinned press --------------------------------------------- */

/* The extra height is the scroll budget the pinned stage animates across —
   roughly one viewport of travel per product. */
.scrub {
  position: relative;
  height: 340svh;
}

.scrub__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  /* JS drives --sc-bg between the three products' own colours. */
  background: var(--sc-bg, var(--melon));
  color: #fff;
  transition: background .35s linear;
}

.scrub__bubbles { position: absolute; inset: 0; pointer-events: none; opacity: .5; }
.scrub__bubbles i {
  position: absolute;
  bottom: -12vh;
  left: var(--x);
  width: var(--s); height: var(--s);
  border-radius: 50%;
  border: 1.5px solid rgb(255 255 255 / 0.55);
  animation: rise var(--dur) linear var(--del) infinite;
}
@keyframes rise {
  0%   { transform: translateY(0) scale(.6);   opacity: 0; }
  12%  { opacity: .9; }
  100% { transform: translateY(-118vh) scale(1.15); opacity: 0; }
}

.scrub__inner {
  position: relative;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
  display: grid;
  place-items: center;
}
/* A soft light behind the bottle so it separates from its own colour. */
.scrub__inner::before {
  content: '';
  position: absolute;
  width: min(46rem, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 255 255 / .16) 0%, transparent 66%);
  pointer-events: none;
}

.scrub__bottle {
  position: relative;
  z-index: 2;
  width: clamp(12rem, 26vw, 24rem);
  filter: drop-shadow(0 40px 60px rgb(0 0 0 / 0.35));
}
.scrub__bottle img {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.scrub__bottle img:first-child { position: relative; }
.scrub__bottle img.is-on { opacity: 1; }

/* The wordmark sits behind the bottle and counter-scrolls. */
.scrub__word {
  position: absolute;
  z-index: 1;
  font-size: clamp(3.4rem, 13.5vw, 14rem);
  white-space: nowrap;
  opacity: .14;
  pointer-events: none;
}

.scrub__copy {
  position: absolute;
  z-index: 3;
  bottom: clamp(2.5rem, 7vh, 6rem);
  left: 0; right: 0;
  display: grid;
  justify-items: center;
  text-align: center;
  padding-inline: var(--gut);
}
.scrub__slide {
  grid-area: 1 / 1;
  max-width: 40ch;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s var(--ease), transform .6s var(--ease);
}
.scrub__slide.is-on { opacity: 1; transform: none; }
.scrub__slide h3 { font-size: var(--t-xl); margin-bottom: .5rem; }
.scrub__slide p  { font-size: var(--t-sm); opacity: .85; }

.scrub__rail {
  position: absolute;
  z-index: 3;
  right: var(--gut);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 0.6rem;
}
.scrub__tick {
  width: 2px; height: 34px;
  background: rgb(255 255 255 / 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.scrub__tick i {
  display: block; width: 100%; height: 100%;
  background: #fff;
  transform: scaleY(var(--p, 0));
  transform-origin: top;
}
@media (max-width: 700px) { .scrub__rail { display: none; } }

/* --- Collections --------------------------------------------------------- */

.cols__grid {
  display: grid;
  /* 13rem rather than 15 so a tablet gets three across instead of two very
     wide tiles; desktop lands on the same five either way. */
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 13rem), 1fr));
  gap: clamp(0.75rem, 1.2vw, 1.1rem);
}

.col-tile {
  --a: var(--orange);
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  min-height: clamp(15rem, 22vw, 19rem);
  padding: clamp(1.1rem, 1.6vw, 1.5rem);
  border-radius: var(--r-lg);
  background: color-mix(in srgb, var(--a) 20%, var(--paper));
  overflow: hidden;
  isolation: isolate;
  transition: transform .6s var(--ease);
}
.col-tile::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: var(--a);
  transform: translateY(100%);
  transition: transform .6s var(--ease);
}
.col-tile:hover { transform: translateY(-6px); }
.col-tile:hover::before { transform: none; }

.col-tile__img {
  position: absolute;
  right: -14%;
  bottom: -6%;
  width: 54%;
  z-index: -1;
  transition: transform .8s var(--ease), filter .6s var(--ease);
  filter: drop-shadow(0 18px 26px rgb(20 38 28 / 0.18));
}
.col-tile:hover .col-tile__img { transform: scale(1.1) rotate(-6deg) translate(-6%, -6%); }

.col-tile__top { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.col-tile__n { font-family: var(--mono); font-size: var(--t-xs); opacity: .45; }

.col-tile__title {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  text-transform: uppercase;
  line-height: .95;
  max-width: 8ch;
}
.col-tile__blurb {
  font-size: var(--t-xs);
  color: var(--ink-soft);
  max-width: 22ch;
  margin-top: .4rem;
  transition: color .5s var(--ease);
}
.col-tile:hover .col-tile__title,
.col-tile:hover .col-tile__n { color: #fff; }
.col-tile:hover .col-tile__blurb { color: rgb(255 255 255 / .8); }

.col-tile__go {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--ink) 22%, transparent);
  transition: background .5s var(--ease), color .5s var(--ease),
              border-color .5s var(--ease), transform .5s var(--spring);
}
.col-tile:hover .col-tile__go {
  background: #fff; color: var(--a); border-color: #fff; transform: rotate(45deg);
}

/* --- Favourites ---------------------------------------------------------- */

.favs {
  background: var(--plum);
  color: var(--paper);
  padding-block: clamp(3rem, 6vw, 6rem);
}
.favs .eyebrow, .favs .lede { color: color-mix(in srgb, var(--paper) 72%, transparent); }

.favs__rail {
  display: flex;
  gap: clamp(0.75rem, 1.2vw, 1.1rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 1rem;
  /* Bleed the rail to the viewport edge but keep the first card aligned.
     scroll-padding insets the snapport too, or the initial snap yanks the
     first card past the gutter. */
  margin-inline: calc(var(--gut) * -1);
  padding-inline: var(--gut);
  scroll-padding-inline: var(--gut);
}
.favs__rail::-webkit-scrollbar { display: none; }
.favs__rail > * {
  flex: 0 0 clamp(14rem, 21vw, 19rem);
  scroll-snap-align: start;
}
.favs .card { --card-bg: color-mix(in srgb, var(--paper) 96%, var(--plum)); }

.favs__nav { display: flex; gap: 0.6rem; }
.rail-btn {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--paper) 34%, transparent);
  transition: background .4s var(--ease), color .4s var(--ease),
              border-color .4s var(--ease), opacity .3s var(--ease);
}
.rail-btn:hover { background: var(--paper); color: var(--plum); border-color: var(--paper); }
.rail-btn[disabled] { opacity: .3; pointer-events: none; }

/* --- Story --------------------------------------------------------------- */

.story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
@media (max-width: 900px) { .story__grid { grid-template-columns: 1fr; } }

.story__quote {
  font-size: clamp(2rem, 4.4vw, 4rem);
  max-width: 16ch;
}
.story__body { margin-top: 1.8rem; display: grid; gap: 1.1rem; max-width: 44ch; }
.story__body p { color: var(--ink-soft); }

/* Three plates, fanned, each drifting at its own rate. */
.story__plates { position: relative; aspect-ratio: 1 / 1.05; }
.story__plate {
  position: absolute;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px -28px rgb(20 38 28 / .45);
}
.story__plate img { width: 100%; height: 100%; object-fit: cover; }
.story__plate:nth-child(1) { inset: 0 26% 30% 0;  z-index: 1; }
.story__plate:nth-child(2) { inset: 22% 0 8% 34%; z-index: 2; }
.story__plate:nth-child(3) { inset: 58% 44% 0 8%; z-index: 3; }

.stats {
  display: grid;
  /* Low enough that all four sit on one row down to tablet, rather than
     leaving a single orphan on a second row. */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.stat__n {
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  line-height: 1;
  color: var(--green-700);
  font-variant-numeric: tabular-nums;
}
.stat__l { font-size: var(--t-xs); color: var(--ink-soft); margin-top: .35rem; }

/* --- Bowls --------------------------------------------------------------- */

.bowls { background: var(--mint-soft); position: relative; overflow: hidden; }

.bowls__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(24rem, 46vw, 38rem);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.bowls__hero {
  width: clamp(13rem, 27vw, 24rem);
  filter: drop-shadow(0 34px 44px rgb(20 38 28 / .24));
  position: relative;
  z-index: 2;
}
.bowls__ring { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bowls__ring .orbit__item { filter: drop-shadow(0 12px 18px rgb(20 38 28 / .18)); }

.bowls__label {
  position: absolute;
  z-index: 3;
  font-family: var(--mono);
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--green-700);
  top: var(--y); left: var(--x);
  transform: translate(-50%, -50%);
  padding: .45em .9em;
  border-radius: 100px;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  white-space: nowrap;
  max-width: 40vw;
}
@media (max-width: 760px) { .bowls__label { display: none; } }

.bowls__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: clamp(0.75rem, 1.2vw, 1.1rem);
}
.bowls .card { --card-bg: var(--paper); }

/* --- Franchise ----------------------------------------------------------- */

.franchise {
  background: var(--orange);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 9vw, 8rem);
}
.franchise__shout {
  font-size: var(--t-xxl);
  max-width: 15ch;
}
.franchise__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 24rem);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}
@media (max-width: 900px) { .franchise__grid { grid-template-columns: 1fr; } }
.franchise p { color: rgb(255 255 255 / .88); }

.franchise__marks {
  position: absolute; inset: 0; pointer-events: none;
  opacity: .16;
  background-image: var(--waves);
  background-size: 300px auto;
}

/* --- Reviews ------------------------------------------------------------- */

.reviews { overflow: hidden; }
.quote {
  flex: none;
  width: clamp(19rem, 27vw, 25rem);
  padding: clamp(1.5rem, 2.4vw, 2.2rem);
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  display: grid;
  gap: 1.1rem;
  align-content: start;
}
.quote__stars { color: var(--mango); letter-spacing: .15em; font-size: .9rem; }
.quote__txt { font-size: var(--t-sm); line-height: 1.6; }
.quote__who { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-soft); }

/* --- Press --------------------------------------------------------------- */

.press__row {
  display: flex; flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center; justify-content: center;
}
.press__logo {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  letter-spacing: -.01em;
  opacity: .42;
  transition: opacity .4s var(--ease);
}
.press__logo:hover { opacity: 1; }

/* --- Footer -------------------------------------------------------------- */

.ftr {
  background: var(--green-900);
  color: var(--mint);
  padding-top: clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
}
.ftr__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, auto));
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
@media (max-width: 900px) {
  .ftr__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftr__intro { grid-column: 1 / -1; }
}

.ftr h4 {
  font-family: var(--mono); font-size: var(--t-xs);
  text-transform: uppercase; letter-spacing: .14em;
  opacity: .5; margin-bottom: 1rem; font-weight: 400;
}
.ftr__links { display: grid; gap: .6rem; }
.ftr__links a {
  font-size: var(--t-sm);
  opacity: .85;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.ftr__links a:hover { opacity: 1; transform: translateX(4px); }

.ftr__sub { display: flex; gap: .5rem; max-width: 24rem; }
.ftr__sub input {
  flex: 1; min-width: 0;
  padding: .95em 1.2em;
  border-radius: 100px;
  border: 1px solid color-mix(in srgb, var(--mint) 26%, transparent);
  background: transparent;
  color: inherit;
  font-size: var(--t-sm);
}
.ftr__sub input::placeholder { color: color-mix(in srgb, var(--mint) 52%, transparent); }
.ftr__sub input:focus { outline: none; border-color: var(--mint); }

/* The wordmark, cropped by the viewport the way La Revoltosa signs off. */
.ftr__mark {
  font-size: clamp(3.6rem, 19vw, 20rem);
  line-height: .78;
  text-align: center;
  color: color-mix(in srgb, var(--mint) 22%, transparent);
  padding-inline: var(--gut);
  margin-bottom: -.12em;
  user-select: none;
}

.ftr__base {
  border-top: 1px solid color-mix(in srgb, var(--mint) 16%, transparent);
  padding-block: 1.4rem;
  display: flex; flex-wrap: wrap; gap: .8rem 2rem;
  justify-content: space-between;
  font-family: var(--mono); font-size: var(--t-xs);
  text-transform: uppercase; letter-spacing: .1em;
  opacity: .55;
}

.socials { display: flex; gap: .6rem; }
.socials a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--mint) 26%, transparent);
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}
.socials a:hover {
  background: var(--mint); color: var(--green-900); transform: translateY(-3px);
}
.socials svg { width: 17px; height: 17px; }

/* ============================================================================
   Phones

   Two things drive this block. Density: at 375px the auto-fill grids collapse
   to a single column, which turned the page into a 14,700px scroll. And reach:
   anything you tap needs to be about 44px, which several controls were not.
   ========================================================================= */

/* --- Reach: 44px minimum on everything tappable -------------------------- */

.hdr__menu, .ovl__close { min-height: 44px; }
.card__add { width: 44px; height: 44px; }
.socials a { width: 42px; height: 42px; }

@media (pointer: coarse) {
  /* Footer links are 24px of text; pad them out without moving them apart. */
  .ftr__links { gap: 0.15rem; }
  .ftr__links a { padding-block: 0.6rem; }
  .press__logo { padding-block: 0.4rem; }
  /* Still shown on touch tablets, where the bar keeps its full nav. */
  .hdr__link { padding-block: 0.7rem; }
}

/* Four stats never fit on one row below this, and 3 + 1 leaves an orphan. */
@media (max-width: 900px) {
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Kill the grey flash on tap — focus-visible still draws a real ring. */
@media (hover: none) {
  a, button { -webkit-tap-highlight-color: transparent; }
  /* No hover means the accent colour would never appear, so let the card
     carry a little of it at rest. */
  .card__media { background: color-mix(in srgb, var(--a) 20%, #fff); }
}

/* --- Density ------------------------------------------------------------- */

@media (max-width: 700px) {
  /* Two up, not one — 14 tiles in a single column is a 3,400px section. */
  .cols__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-tile { min-height: 11.5rem; gap: 0.75rem; }
  .col-tile__title { font-size: 1.15rem; max-width: 100%; }
  .col-tile__blurb { display: none; }
  /* Lifted clear of the title — at two-up the bottom-right corner is where
     the wordmark lives, not the product. */
  .col-tile__img { width: 52%; right: -12%; bottom: 24%; }

  .bowls__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* The ingredient labels are hidden this narrow, so the stage no longer
     needs the room it was holding for them. */
  .bowls__stage { min-height: 21rem; }
  /* Out to the corners, or they sit on top of the hero bowl at this width.
     !important because app.js writes --x/--y inline. */
  .bowls__ring .orbit__item { width: calc(var(--s) * 0.62); }
  .bowls__ring .orbit__item:nth-child(1) { --x: 12% !important; --y: 20% !important; }
  .bowls__ring .orbit__item:nth-child(2) { --x: 88% !important; --y: 18% !important; }
  .bowls__ring .orbit__item:nth-child(3) { --x: 12% !important; --y: 80% !important; }
  .bowls__ring .orbit__item:nth-child(4) { --x: 88% !important; --y: 78% !important; }

  /* The pinned press is the longest thing on the page; on a phone three
     screens of thumb-work is too much for three sentences. */
  .scrub { height: 250svh; }
  .scrub__copy { bottom: clamp(2rem, 5vh, 3rem); }
  .scrub__slide h3 { font-size: var(--t-lg); }
}

@media (max-width: 420px) {
  .card { padding: 0.85rem; border-radius: 22px; }
  .card__media { border-radius: 14px; margin-bottom: 0.75rem; }
  .card__title { font-size: 0.92rem; }
  .card__foot { padding-top: 0.75rem; }
  .quote { width: 17rem; padding: 1.25rem; }
  .col-tile { padding: 0.9rem; border-radius: 22px; }
}

/* --- Overlay on short screens -------------------------------------------- */

@media (max-height: 720px), (max-width: 520px) {
  .ovl__body { align-self: start; padding-top: 1rem; }
  .ovl__item a { font-size: clamp(2rem, 8.5vw, 3rem); }
  .ovl__side { gap: 0.9rem; }
  .ovl__chip { padding: 0.45em 0.85em; font-size: var(--t-xs); }
  .ovl__foot { gap: 0.4rem 1rem; font-size: 0.68rem; }
}
