/* ============================================================
   BananaBear Studios — styles
   Playful-premium · paper + ink + banana · editorial minimal
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* color */
  --paper:      #F6F1E6;
  --paper-2:    #EFE7D5;
  --card:       #FFFCF5;
  --ink:        #211C16;
  --ink-soft:   #5C5346;
  --banana:     #FFC526;
  --banana-deep:#E9A21A;
  --sienna:     #B4633A;
  --sienna-deep:#8F4A28;
  --forest:     #2C463A;
  --forest-2:   #21362C;
  --ink-deep:   #18130D;
  --line:       rgba(33, 28, 22, .14);
  --line-2:     rgba(33, 28, 22, .28);
  --paper-line: rgba(246, 241, 230, .22);
  --paper-soft: rgba(246, 241, 230, .76);

  /* type */
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --serif:"Fraunces", Georgia, "Times New Roman", serif;
  --mono: "Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --fs-eyebrow: .78rem;
  --fs-body:  clamp(1rem, .965rem + .18vw, 1.125rem);
  --fs-lede:  clamp(1.12rem, 1rem + .6vw, 1.4rem);
  --fs-h3:    clamp(1.2rem, 1.1rem + .5vw, 1.5rem);
  --fs-h2:    clamp(2.15rem, 1.35rem + 3.4vw, 4.25rem);
  --fs-h1:    clamp(2.9rem, 1.5rem + 6.4vw, 6.75rem);
  --fs-mark:  clamp(2.6rem, 1.2rem + 6vw, 6rem);

  /* space */
  --container: 1240px;
  --pad-inline: clamp(1.25rem, 5vw, 3rem);
  --section-y: clamp(4.5rem, 3rem + 7vw, 9.5rem);
  --radius:   22px;
  --radius-sm:14px;

  /* motion */
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --t-fast: .25s var(--ease);
  --t-med:  .45s var(--ease);

  --shadow-sm: 0 2px 10px rgba(33,28,22,.06);
  --shadow-md: 0 18px 40px -22px rgba(33,28,22,.5);
  --shadow-lg: 0 40px 80px -40px rgba(33,28,22,.55);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

/* paper grain for tactile, handmade warmth (scrolls with the page; composited once) */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: .09;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--banana); color: var(--ink); }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad-inline);
}

.section { padding-block: var(--section-y); }

.skip-link {
  position: fixed;
  top: 12px; left: 12px;
  z-index: 200;
  background: var(--ink);
  color: var(--paper);
  padding: .7rem 1.1rem;
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform var(--t-fast);
}
.skip-link:focus { transform: translateY(0); }

.u-visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Shared type bits ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--mono);
  font-size: var(--fs-eyebrow);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--banana);
  box-shadow: 0 0 0 4px rgba(255,197,38,.22);
}
.eyebrow--light { color: var(--paper-soft); }

.section__head { max-width: 56rem; margin-bottom: clamp(2.5rem, 1rem + 4vw, 4.5rem); }
.section__title {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-weight: 560;
  font-size: var(--fs-h2);
  line-height: 1.02;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.section__title em { font-style: italic; color: var(--sienna); }
.section__lede {
  font-size: var(--fs-lede);
  color: var(--ink-soft);
  max-width: 42rem;
  margin-top: 1.4rem;
  line-height: 1.5;
}
.section__lede--light { color: var(--paper-soft); }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--ink); --fg: var(--paper); --bd: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 1.6rem;
  border-radius: 100px;
  border: 1.5px solid var(--bd);
  background: var(--bg);
  color: var(--fg);
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast), color var(--t-fast);
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(-1px); }
.btn--sm { padding: .65rem 1.1rem; font-size: .92rem; }
.btn--lg { padding: 1.15rem 2rem; font-size: 1.06rem; }

.btn--primary { --bg: var(--banana); --fg: var(--ink); --bd: var(--ink); }
.btn--primary:hover { --bg: var(--banana-deep); }

.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--line-2); }
.btn--ghost:hover { --bg: var(--ink); --fg: var(--paper); --bd: var(--ink); }

.btn--ghost-light { --bg: transparent; --fg: var(--paper); --bd: var(--paper-line); }
.btn--ghost-light:hover { --bg: var(--paper); --fg: var(--ink); --bd: var(--paper); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 76px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.28rem;
  letter-spacing: -.01em;
  margin-right: auto;
}
.brand__mark { width: 40px; height: auto; transition: transform var(--t-med); }
.brand:hover .brand__mark { transform: rotate(-8deg) scale(1.06); }
.brand__sub { color: var(--sienna-deep); }
.brand__name { line-height: 1; }

.nav__links { display: flex; gap: 2rem; }
.nav__links a {
  position: relative;
  font-size: .98rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: .3rem 0;
  transition: color var(--t-fast);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-fast);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after,
.nav__links a.is-active::after { transform: scaleX(1); }
.nav__links a.is-active { color: var(--ink); }

.nav__cta { display: flex; }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  border-radius: 10px;
}
.nav__toggle span {
  display: block;
  width: 22px; height: 2px;
  margin-inline: auto;
  background: var(--ink);
  border-radius: 2px;
  transition: transform var(--t-fast), opacity var(--t-fast);
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 76px 0 auto 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  z-index: 99;
  padding: 1rem var(--pad-inline) 2rem;
}
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu a {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu__shop { color: var(--sienna); border-bottom: 0 !important; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(7rem, 6rem + 6vw, 11rem); padding-bottom: clamp(2rem, 1rem + 3vw, 4rem); }
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: clamp(1.5rem, 1rem + 3vw, 4rem);
}
.hero__title {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-weight: 540;
  font-size: var(--fs-h1);
  line-height: .96;
  letter-spacing: -.035em;
  margin-bottom: 1.6rem;
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  font-weight: 540;
  color: var(--sienna);
  position: relative;
}
.hero__lede {
  font-size: var(--fs-lede);
  color: var(--ink-soft);
  max-width: 34rem;
  line-height: 1.5;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.4rem; }
.hero__helper { margin-top: 1rem; font-family: var(--mono); font-size: .8rem; letter-spacing: .01em; color: var(--ink-soft); }
.hero__helper a { color: var(--ink); font-weight: 600; border-bottom: 2px solid var(--banana); padding-bottom: 1px; }
.hero__helper a:hover { background: var(--banana); }

/* hero art */
.hero__media { display: flex; flex-direction: column; gap: clamp(1.25rem, 1rem + 1.5vw, 2.2rem); }
.hero__art {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.hero__stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform .4s var(--ease-out);
  will-change: transform;
}
.hero__blob {
  position: absolute;
  inset: 10% 8% 6% 8%;
  transform: rotate(-3deg);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23f)'/%3E%3C/svg%3E"),
    radial-gradient(circle at 38% 32%, #FFE08A, var(--banana) 58%, var(--banana-deep));
  background-blend-mode: soft-light, normal;
  border-radius: 32% 68% 62% 38% / 58% 34% 66% 42%;
  box-shadow:
    inset 0 -16px 32px rgba(150,84,8,.30),
    inset 0 12px 26px rgba(255,255,255,.38),
    0 34px 70px -26px rgba(233,162,26,.55);
  animation: blobMorph 11s var(--ease) infinite alternate;
}
.hero__blob.bump { animation: blobMorph 11s var(--ease) infinite alternate, blobBump .5s var(--ease-out); }
.hero__photo {
  position: relative;            /* centered by .hero__stage grid */
  width: 84%;
  filter: drop-shadow(0 22px 26px rgba(33,28,22,.24));
}
.hero__photo.pop { animation: heroPop .6s var(--ease-out); }
@keyframes heroPop {
  0%   { opacity: 0; transform: scale(.72) rotate(-8deg) translateY(14px); }
  45%  { opacity: 1; transform: scale(1.08) rotate(3deg) translateY(-8px); }
  70%  { transform: scale(.96) rotate(-2deg) translateY(2px); }
  100% { opacity: 1; transform: scale(1) rotate(0deg) translateY(0); }
}
@keyframes blobMorph {
  0%   { border-radius: 32% 68% 62% 38% / 58% 34% 66% 42%; }
  33%  { border-radius: 66% 34% 38% 62% / 40% 64% 36% 60%; }
  66%  { border-radius: 48% 52% 66% 34% / 36% 60% 40% 64%; }
  100% { border-radius: 60% 40% 44% 56% / 56% 46% 54% 44%; }
}
@keyframes blobBump {
  0%   { transform: rotate(-3deg) scale(1); }
  30%  { transform: rotate(2deg) scale(1.07, .92); }
  60%  { transform: rotate(-5deg) scale(.95, 1.06); }
  100% { transform: rotate(-3deg) scale(1); }
}

.hero__picker { display: flex; flex-direction: column; align-items: center; gap: .7rem; }
.hero__caption { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.hero__picker-row { display: flex; align-items: center; gap: .9rem; }
.hero__swatches { display: flex; flex-wrap: wrap; justify-content: center; gap: .1rem; max-width: 36rem; }
.hero__pause {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--line-2);
  color: var(--ink-soft);
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.hero__pause:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.hero__pause svg { width: 15px; height: 15px; }
.hero__pause .icon-play { display: none; }
.hero__pause[aria-pressed="true"] .icon-pause { display: none; }
.hero__pause[aria-pressed="true"] .icon-play { display: block; }
.hero__swatch {
  width: 32px; height: 32px; padding: 0;
  border: 0; background: transparent;
  display: inline-grid; place-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.hero__swatch::before {
  content: "";
  width: 11px; height: 11px; border-radius: 50%;
  border: 1.5px solid var(--line-2); background: transparent;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.hero__swatch:hover::before { border-color: var(--ink); transform: scale(1.3); }
.hero__swatch[aria-pressed="true"]::before { background: var(--banana-deep); border-color: var(--ink); transform: scale(1.25); }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  background: var(--banana);
  border-block: 1.5px solid var(--ink);
  overflow: hidden;
  padding-block: .85rem;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.marquee__track span {
  font-family: var(--mono);
  font-size: clamp(.85rem, .8rem + .3vw, 1rem);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  padding-right: .4rem;
}
.marquee__track i { color: var(--sienna); font-style: normal; padding-inline: .5rem; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   COLLECTION
   ============================================================ */
.collection { background: var(--paper); }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: clamp(1rem, .5rem + 1.4vw, 1.6rem);
}
.card {
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
}
.card__link { display: block; height: 100%; }
.card__art {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--tile, var(--paper-2));
  display: grid;
  place-items: center;
  border-bottom: 1.5px solid var(--line);
  overflow: hidden;
}
.card__art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(125% 85% at 50% 12%, rgba(255,255,255,.55), transparent 62%);
  pointer-events: none;
}
.card__art::after {
  content: "View on Etsy ↗";
  position: absolute;
  left: 50%; bottom: 12px;
  transform: translate(-50%, 140%);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .04em;
  padding: .45rem .8rem;
  border-radius: 100px;
  transition: transform var(--t-med);
  white-space: nowrap;
}
.card__link[href="/catalog"] .card__art::after { content: "Order wholesale →"; }   /* builder cards, not Etsy */
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.card:hover .card__art::after { transform: translate(-50%, 0); }

.card__body { padding: 1.2rem 1.3rem 1.4rem; }
.card__tag {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.card__name {
  font-family: var(--serif);
  font-weight: 580;
  font-size: var(--fs-h3);
  line-height: 1.1;
  margin: .35rem 0 .4rem;
}
.card__desc { font-size: .92rem; color: var(--ink-soft); line-height: 1.45; min-height: 2.6em; }
.collection__note {
  margin-top: 2.6rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.collection__note a { color: var(--ink); font-weight: 600; border-bottom: 2px solid var(--banana); padding-bottom: 1px; }
.collection__note a:hover { background: var(--banana); }
.collection__note a.collection__note-cta { border-bottom-color: var(--sienna); }
.collection__note a.collection__note-cta:hover { background: var(--sienna); color: var(--paper); }

/* photo cards (real bird shots) + coming-soon egg placeholders */
/* perched-bird cards: bird sits attached on the helmet; floats only on hover */
.card__art--perch { background: linear-gradient(180deg, #FAF6EC, #F0E8D8); }
.perch { position: absolute; inset: 0; }
.perch__helmet { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 66%; }
.perch__bird {
  position: absolute; left: 50%; bottom: 27%;
  width: 64%;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  filter: drop-shadow(0 7px 6px rgba(33,28,22,.20));
}
.card:hover .perch__bird { animation: perchFloat 1.7s ease-in-out infinite; }
@keyframes perchFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-22%); }
}

/* stand-alone product cutouts (non-bird toppers): no helmet, since a pair won't fit on one.
   Images are square with the product pre-centred (assets/toppers/), so they just fill the tile. */
.card__art--cutout { background: linear-gradient(180deg, #FAF6EC, #F0E8D8); }
.cutout {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 7px 6px rgba(33,28,22,.20));
}
.card:hover .cutout { animation: cutoutFloat 1.7s ease-in-out infinite; }
@keyframes cutoutFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5%); }
}

/* best-seller placeholders (non-bird, not yet photographed) — its own labeled sub-group;
   reuses the site's dashed "coming soon" idiom and scopes OFF the Etsy pill + hover-lift */
.collection__group {
  margin-top: clamp(2.4rem, 1.5rem + 3vw, 4rem);
  padding-top: clamp(1.8rem, 1rem + 2vw, 2.8rem);
  border-top: 1px solid var(--line);
  margin-bottom: clamp(1.3rem, 1rem + 1.5vw, 2rem);
}
.collection__group .eyebrow { margin-bottom: .5rem; }
.collection__group-note { font-size: .96rem; color: var(--ink-soft); }

.card--soon { cursor: default; }
.card--soon:hover { transform: none; box-shadow: var(--shadow-sm); border-color: var(--line); }
.card__art--soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: var(--paper-2);
  color: rgba(33, 28, 22, .44);
}
.card__art--soon::before {        /* repurpose the base sheen pseudo as a dashed "coming soon" frame */
  inset: 14px;
  background: none;
  border: 2px dashed rgba(33, 28, 22, .22);
  border-radius: 12px;
}
.card__art--soon::after { content: none; }   /* kill the inherited "View on Etsy ↗" pill */
.card__art--soon .soon__icon { width: 34px; height: 34px; }
.card__art--soon .soon__label {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.card__tag--best { color: var(--sienna-deep); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how { background: var(--paper-2); }
.how .section__lede strong { color: var(--ink); font-weight: 600; }
.how__inner {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: clamp(2rem, 1rem + 4vw, 5rem);
  align-items: start;
  margin-top: clamp(2rem, 1rem + 3vw, 3.5rem);
}

/* attach-mechanism photo */
.how__demo {
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.how__photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.how__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 80%; display: block; }
.how__leader { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.how__marker {
  position: absolute;
  width: 10px; height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--banana);
  box-shadow: 0 0 0 1.5px var(--card), 0 1px 3px rgba(33,28,22,.35);
}
.how__marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid var(--banana-deep);
  opacity: .6;
  animation: howPulse 2.4s ease-out infinite;
}
@keyframes howPulse {
  0% { transform: scale(.55); opacity: .75; }
  80%, 100% { transform: scale(1.9); opacity: 0; }
}
.how__callout {
  position: absolute;
  background: #f3ead4;
  border: 1.5px solid var(--line);
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(.66rem, .6rem + .25vw, .74rem);
  letter-spacing: .02em;
  white-space: nowrap;
  padding: .5rem .95rem;
  border-radius: 100px;
  box-shadow: var(--shadow-sm);
}

/* steps — vertical, connected */
.steps { position: relative; list-style: none; padding: 0; display: flex; flex-direction: column; gap: clamp(1.4rem, 1rem + 1.2vw, 2.3rem); }
.steps::before { content: ""; position: absolute; left: 27px; top: 27px; bottom: 27px; border-left: 2px dashed var(--line-2); }
.step { display: grid; grid-template-columns: 54px 1fr; column-gap: 1.1rem; align-items: start; }
.step__icon { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: #f3ead4; color: var(--ink); border: 1.5px solid var(--line); }
.step__icon svg { width: 26px; height: 26px; }
.step__title { font-family: var(--serif); font-weight: 560; font-size: var(--fs-h3); margin-bottom: .35rem; }
.step p { color: var(--ink-soft); font-size: .96rem; line-height: 1.5; }

/* ============================================================
   ORDER CTA BAND (after collection)
   ============================================================ */
.orderband { background: var(--banana); color: var(--ink); padding-block: clamp(2.2rem, 1.6rem + 2.5vw, 3.6rem); }
.orderband__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem 2.5rem; }
.orderband__text { max-width: 48ch; }
.orderband__title { font-family: var(--serif); font-weight: 580; font-size: var(--fs-h2); line-height: 1.04; }
.orderband__sub { margin-top: .5rem; color: var(--ink-soft); font-size: 1rem; line-height: 1.5; }
.orderband .btn { flex: none; --bg: var(--ink); --fg: var(--paper); --bd: var(--ink); }
.orderband .btn:hover { --bg: var(--forest); --bd: var(--forest); }

/* ============================================================
   FOR RETAILERS (dark)
   ============================================================ */
.retailers { background: var(--forest); color: var(--paper); }
.retailers__inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 1rem + 4vw, 5.5rem);
  align-items: start;
}
.retailers__intro { position: sticky; top: 110px; }
.retailers .section__title { color: var(--paper); }
.retailers__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.retailers__actions .btn { margin-top: 0; }
.btn__meta { opacity: .7; font-weight: 500; }

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(1.5rem, 1rem + 2vw, 3rem);
}
.benefit { padding: 1.8rem 0; border-top: 1px solid var(--paper-line); }
.benefit__icon {
  display: inline-grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(255,197,38,.14);
  color: var(--banana);
  margin-bottom: 1rem;
}
.benefit__icon svg { width: 24px; height: 24px; }
.benefit h3 { font-family: var(--serif); font-weight: 560; font-size: 1.3rem; margin-bottom: .5rem; }
.benefit p { color: var(--paper-soft); font-size: .96rem; line-height: 1.5; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--paper); }
.about__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 1rem + 5vw, 6rem);
  align-items: center;
}
.about__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23f)'/%3E%3C/svg%3E"),
    linear-gradient(var(--paper-2), var(--paper-2));
  background-blend-mode: soft-light, normal;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.about__photo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(33,28,22,.24);
  border-radius: 14px;
  pointer-events: none;
  z-index: 1;
}
.about__scene { width: 86%; max-width: 330px; }
.about__copy p { color: var(--ink-soft); margin-top: 1.2rem; max-width: 38rem; }
.about__copy .section__title { color: var(--ink); }
.about__sign { font-family: var(--serif); font-style: italic; color: var(--ink) !important; margin-top: 1.6rem !important; }

/* ============================================================
   CONTACT (light)
   The form sits on a raised card next to the pitch, so this reads as
   the page's last action rather than as the top of the dark footer.
   ============================================================ */
.contact { background: var(--paper-2); color: var(--ink); padding-bottom: clamp(3rem, 2rem + 3vw, 5rem); }
.contact__inner {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(2rem, 1rem + 4vw, 5rem);
  align-items: center;
}
.contact__title {
  font-family: var(--serif);
  font-weight: 560;
  font-size: var(--fs-h2);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin-bottom: 1.4rem;
  text-wrap: balance;
}
.contact__lede { font-size: var(--fs-lede); color: var(--ink-soft); max-width: 34rem; line-height: 1.5; }
.contact__lede a { color: var(--ink); font-weight: 600; border-bottom: 2px solid var(--banana); padding-bottom: 1px; }
.contact__lede a:hover { background: var(--banana); }
.contact__fineprint { margin-top: 1.8rem; font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; color: var(--ink-soft); }

/* the raised form card */
.contact__card {
  background: var(--card);
  border: 1.5px solid var(--line-2);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 1rem + 1.8vw, 2.4rem);
  box-shadow: var(--shadow-lg);
}

/* wholesale form */
.wform__req-note { font-family: var(--mono); font-size: .74rem; letter-spacing: .04em; color: var(--ink-soft); margin-bottom: 1.1rem; }
.wform__req-note span { color: var(--sienna); }
.wform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wform__field { display: block; margin-bottom: 1rem; }
.wform__field > span { display: block; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .45rem; }
.wform__req { color: var(--sienna); }
.wform input, .wform textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: 12px;
  padding: .8rem .9rem;
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
}
.wform input::placeholder, .wform textarea::placeholder { color: rgba(33, 28, 22, .52); }
.wform input:focus, .wform textarea:focus { border-color: var(--banana-deep); background: var(--card); box-shadow: 0 0 0 4px rgba(255, 197, 38, .26); }
.wform textarea { resize: vertical; min-height: 3.4rem; }
.wform__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wform__foot { margin-top: .4rem; }
.wform__foot .btn { width: 100%; }
.wform__alt { display: block; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .88rem; line-height: 1.7; color: var(--ink-soft); }
.wform__alt a { color: var(--ink); border-bottom: 2px solid var(--banana); padding-bottom: 1px; }
.wform__alt a:hover { background: var(--banana); }
.wform__status { margin-top: 1.1rem; font-family: var(--mono); font-size: .82rem; min-height: 1.2em; }
.wform__status.is-ok { color: var(--forest); }
.wform__status.is-err { color: #B23A2C; }

/* character lineup (decorative line-art) */
.lineup {
  --helmet: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(.5rem, 1vw, 1.6rem);
  max-width: var(--container);
  margin: clamp(3.5rem, 2rem + 4vw, 6rem) auto 0;
  padding-inline: var(--pad-inline);
}
.lineup svg {
  width: clamp(54px, 9vw, 104px);
  opacity: .92;
  transition: transform var(--t-med);
}
.lineup svg:hover { transform: translateY(-8px) rotate(-3deg); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink-deep); color: var(--paper); padding-top: clamp(3rem, 2rem + 4vw, 6rem); border-top: 1px solid var(--paper-line); }
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(2rem, 1rem + 4vw, 5rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--paper-line);
}
.footer__logo { width: 64px; height: auto; display: block; margin-bottom: 1.1rem; }
.footer__wordmark { font-family: var(--serif); font-weight: 600; font-size: var(--fs-mark); line-height: .95; letter-spacing: -.02em; }
.footer__wordmark em { font-style: italic; color: var(--banana); }
.footer__tag { color: var(--paper-soft); margin-top: 1rem; max-width: 22rem; }
.footer__nav { display: flex; gap: clamp(2rem, 4vw, 4.5rem); }
.footer__nav > div { flex: 0 0 auto; }
.footer__nav a { white-space: nowrap; }
.footer__nav h4 {
  font-family: var(--mono);
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--banana);
  margin-bottom: 1rem;
}
.footer__nav a { display: block; color: var(--paper-soft); padding: .35rem 0; transition: color var(--t-fast); }
.footer__nav a:hover { color: var(--paper); }
.footer__base {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 1.8rem 2.4rem;
  font-size: .85rem;
  color: var(--paper-soft);
}
.footer__top { font-family: var(--mono); font-size: .8rem; transition: color var(--t-fast); }
.footer__top:hover { color: var(--banana); }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__art { width: min(74%, 360px); margin-inline: auto; }
  .how__inner { grid-template-columns: 1fr; }
  .how__demo { max-width: 480px; margin-inline: auto; width: 100%; }
  .retailers__inner { grid-template-columns: 1fr; }
  .retailers__intro { position: static; }
  .about__inner { grid-template-columns: 1fr; }
  .about__art { max-width: 380px; }
  .contact__inner { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
}

@media (max-width: 760px) {
  .benefits { grid-template-columns: 1fr; }
  .benefit { padding: 1.4rem 0; }
  .hero { padding-top: 5.25rem; }
  .hero__art { width: min(66%, 300px); }
}

@media (max-width: 560px) {
  /* two products per row on phones — halves the scroll vs. a single column */
  .grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .wform__row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 480px) {
  .footer__nav { flex-wrap: wrap; gap: 1.75rem 2.5rem; }
  .hero__actions .btn, .wform .btn { flex: 1 1 auto; }
  .lineup svg:nth-child(n+5) { display: none; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
}
