/** Shopify CDN: Minification failed

Line 249:8 Expected identifier but found whitespace
Line 249:9 Unexpected "var("

**/
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("//thebeyondbeleafshop.com/cdn/shop/t/86/assets/outfit-latin.woff2?v=91053629794743410741790208222") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("//thebeyondbeleafshop.com/cdn/shop/t/86/assets/tenor-sans-latin.woff2?v=165620582624959680911790208222") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #0c0d0b;
  --bg-raise: #171914;
  --cream: #f4f1ea;
  --cream-soft: #d9d3c6;
  --muted: #b9b3a6;
  --line: rgba(244, 241, 234, 0.16);
  --leaf: #8fc484;
  --leaf-deep: #1d4a33;
  --ink: #161714;
  --paper: #f4f1ea;
  --paper-2: #e7e2d6;
  --shade: #5e5a52;
  --danger: #8d3428;
  --top-h: 108px;
  --font: Outfit, "Avenir Next", "Segoe UI", sans-serif;
  --display: "Tenor Sans", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 22px;
  --shadow: 0 24px 60px rgba(12, 13, 11, 0.18);
  color-scheme: light;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  font-weight: 380;
  line-height: 1.5;
  letter-spacing: -0.014em;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }
h1, h2, h3, h4, p { margin: 0; }

.bb-skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--cream);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 80;
  border-radius: 8px;
}
.bb-skip:focus { top: 12px; }

:focus-visible {
  outline: 2px solid var(--leaf-deep);
  outline-offset: 3px;
}
.bb-on-dark :focus-visible { outline-color: var(--leaf); }

.bb-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  border: 0;
}

.bb-main { min-height: 60vh; }
body:not(.template-index) .bb-main { padding-top: var(--top-h); }

.bb-wrap {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.bb-wrap--wide { width: min(1280px, calc(100% - 32px)); }

.bb-kicker {
  font-size: 0.75rem;
  font-weight: 550;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--leaf-deep);
}
.bb-on-dark .bb-kicker { color: var(--leaf); }

.bb-display {
  font-weight: 520;
  letter-spacing: -0.048em;
  line-height: 0.96;
  font-size: clamp(2.5rem, 6vw, 5.1rem);
}

.bb-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 360;
  line-height: 1.45;
  color: var(--shade);
  max-width: 38rem;
}
.bb-on-dark .bb-lede { color: var(--cream-soft); }

.bb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 0;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
  font-weight: 520;
  letter-spacing: -0.02em;
  transition: transform 0.35s var(--ease), background-color 0.35s var(--ease);
}
.bb-btn:hover { transform: translateY(-1px); }
.bb-on-dark .bb-btn { background: var(--cream); color: var(--ink); }
.bb-btn--ghost {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 0 0 1px currentColor;
}
.bb-btn--wide { width: 100%; }
.bb-btn[disabled] { opacity: 0.45; cursor: not-allowed; transform: none; }

.bb-text-link {
  color: inherit;
  font-weight: 520;
  text-underline-offset: 0.22em;
}

.bb-top {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  color: var(--cream) !important;
  color-scheme: dark;
}

.bb-announce {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 36px;
  padding: 6px 40px;
  background: #10120e;
  color: var(--cream) !important;
  font-size: 0.84rem;
  text-align: center;
}
.bb-announce a,
.bb-announce p { color: var(--cream) !important; }
.bb-announce a { text-decoration: none; }
.bb-announce a:hover { text-decoration: underline; text-underline-offset: 0.18em; }
.bb-announce__close {
  position: absolute;
  right: 8px;
  border: 0;
  background: transparent;
  color: var(--cream) !important;
  width: 32px;
  height: 32px;
}

.bb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  color: var(--cream) !important;
  background: rgba(12, 13, 11, 0.92);
  backdrop-filter: blur(16px);
  transition: background-color 0.35s var(--ease);
}
.bb-header.is-solid,
.bb-has-solid-header .bb-header,
.bb-top.is-scrolled .bb-header {
  background: rgba(12, 13, 11, 0.92);
  backdrop-filter: blur(16px);
}
/* Homepage: keep solid dark bar so cream logo/menu stay readable over light hero */
.template-index .bb-top:not(.is-scrolled) .bb-header {
  background: rgba(12, 13, 11, 0.92);
  backdrop-filter: blur(16px);
}

.bb-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--cream);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.bb-logo__word {
  /* Outfit like hero; tracking a touch roomier than the prior -0.024em bump */
  font-family: var(--font);
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  letter-spacing: -0.01em;
  font-weight: 520;
  line-height: 1.1;
  color: var(--cream);
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
/* Header bar is always dark — keep wordmark cream like nav/icons */
.bb-logo,
.bb-logo:visited,
.bb-logo:hover,
.bb-top .bb-logo,
.bb-top:not(.is-scrolled) .bb-logo,
  color: var(--cream) !important;
.bb-top.is-scrolled .bb-logo,
.bb-logo__word {
  color: var(--cream) !important;
}


.bb-nav {
  display: none;
  align-items: center;
  gap: 22px;
}
.bb-nav a,
.bb-nav a:visited,
.bb-nav a:hover,
.bb-header .bb-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 480;
  letter-spacing: -0.01em;
  opacity: 0.86;
  color: var(--cream) !important;
}
.bb-nav a:hover { opacity: 1; }

/* Entire dark header chrome: logo, menu, icons */
.bb-top,
.bb-header,
.bb-header a,
.bb-header button,
.bb-navpanel,
.bb-navpanel a,
.bb-navpanel a:visited {
  color: var(--cream) !important;
}

.bb-tools {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bb-iconbtn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--cream) !important;
  text-decoration: none;
  position: relative;
  border-radius: 999px;
}
.bb-iconbtn svg { width: 22px; height: 22px; }
.bb-count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--leaf);
  color: var(--bg);
  font-size: 0.65rem;
  font-weight: 600;
  display: grid;
  place-items: center;
}
.bb-count[data-empty="true"] { display: none; }

.bb-navpanel {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: var(--bg);
  color: var(--cream) !important;
  padding: calc(var(--top-h) + 12px) 28px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: auto;
}
.bb-navpanel[hidden] { display: none !important; }
.bb-navpanel nav { display: flex; flex-direction: column; gap: 14px; }
.bb-navpanel a {
  font-size: clamp(2rem, 8vw, 3rem);
  letter-spacing: -0.045em;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.05;
  color: var(--cream) !important;
}

@media (min-width: 990px) {
  .bb-nav { display: flex; }
  .bb-burger { display: none; }
  .bb-header { padding: 0 28px; }
}
@media (max-width: 420px) {
  .bb-logo__word { font-size: clamp(1.12rem, 4.6vw, 1.35rem); }
  .bb-iconbtn[href*="search"],
  .bb-iconbtn[href*="account"] { display: none; }
}

.bb-on-dark {
  background: var(--bg);
  color: var(--cream);
  color-scheme: dark;
}

.bb-scene { position: relative; }
.bb-scene--hero { height: 168vh; background: var(--bg); }
.bb-scene--problem { height: 250vh; background: var(--bg); }
.bb-scene--how { height: 460vh; background: var(--bg); }

.bb-scene__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

.bb-hero {
  height: 100%;
  display: grid;
  align-items: end;
  gap: 28px;
  padding: calc(var(--top-h) + 12px) 20px 28px;
}
.bb-hero h1 {
  font-weight: 520;
  letter-spacing: -0.048em;
  line-height: 0.94;
  font-size: clamp(2.7rem, 6.2vw, 5.6rem);
  max-width: 9.2em;
}
.bb-hero h1 + .bb-lede {
  margin-top: 1rem;
}
.bb-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.bb-hero__frame {
  border-radius: 28px;
  overflow: hidden;
  background: #1a1c17;
  transform-origin: center center;
  will-change: transform;
}
.bb-hero__frame img {
  width: 100%;
  height: min(46vh, 520px);
  object-fit: cover;
}

@media (min-width: 990px) {
  .bb-hero {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding: calc(var(--top-h) + 8px) 5vw 40px;
    gap: 4vw;
  }
  .bb-hero__frame img { height: min(74vh, 820px); }
}

.bb-scene__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center;
  will-change: transform;
}
.bb-scene__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-scene__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,13,11,0.78) 0%, rgba(12,13,11,0.55) 55%, rgba(12,13,11,0.35) 100%),
    linear-gradient(180deg, rgba(12,13,11,0.25), rgba(12,13,11,0.45));
}
.bb-problem .bb-stage { min-height: 18rem; }
.bb-problem {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  align-content: center;
  padding: calc(var(--top-h) + 20px) 22px 40px;
  max-width: 980px;
}
.bb-problem .bb-kicker { margin-bottom: 18px; }
.bb-stage { position: relative; min-height: 7.5rem; }
.bb-problem__line {
  font-size: clamp(1.65rem, 3.5vw, 2.9rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.12;
  max-width: 22em;
}

.bb-how {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: calc(var(--top-h) + 12px) 20px 18px;
  gap: 10px;
}
.bb-how__head { display: flex; justify-content: space-between; gap: 16px; align-items: end; }
.bb-how__head h2 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  font-weight: 520;
  max-width: 12ch;
}
.bb-bar {
  width: 120px;
  height: 2px;
  background: rgba(244,241,234,0.2);
  transform-origin: left center;
  margin-bottom: 10px;
}
.bb-bar > span {
  display: block;
  height: 100%;
  background: var(--leaf);
  transform: scaleX(0);
  transform-origin: left center;
}
.bb-how__grid { min-height: 0; }
.bb-how__stage {
  position: relative;
  display: grid;
  gap: 32px;
}
.bb-how-card {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.bb-how-card h3,
.bb-how__prefix-heading {
  font-size: clamp(2.7rem, 6.2vw, 5.6rem);
  letter-spacing: -0.048em;
  font-weight: 520;
  margin: 0 0 0.35rem;
  line-height: 0.94;
}

.bb-how__lock { display: none; }
.bb-how__prefix {
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.bb-how__prefix-inline,
.bb-how__verb {
  display: inline;
  vertical-align: baseline;
  line-height: inherit;
}
.bb-how__verb {
  color: var(--leaf);
}

.bb-how-card p,
.bb-how__sub {
  color: var(--cream-soft);
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.45;
  font-weight: 360;
  margin: 0;
}
.bb-step__n {
  font-family: var(--display);
  color: var(--leaf);
  letter-spacing: 0.08em;
}


.bb-shot {
  margin: 0;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #1a1c17;
}
.bb-shot img,
.bb-shot video,
.bb-how__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 38vh;
  display: block;
}
.bb-shot--video { position: relative; }

/* How clips are native 9:16 — keep the frame portrait, never crop */
.bb-scene--how .bb-shot,
.bb-scene--how .bb-shot--video {
  display: block;
  height: auto !important;
  width: min(100%, 22rem) !important;
  max-height: min(80vh, 720px);
  margin-inline: auto;
  aspect-ratio: 9 / 16;
  background: #10120e;
  overflow: hidden;
  align-self: center;
  justify-self: center;
}
.bb-scene--how .bb-shot img,
.bb-scene--how .bb-shot video,
.bb-scene--how .bb-how__video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto;
  object-fit: contain !important;
  object-position: center;
  background: #10120e;
}

.js .bb-problem .bb-stage [data-step] {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.js .bb-problem .bb-stage [data-step][data-from="0"] { opacity: 1; }

@media (min-width: 990px) {
  .bb-how { padding-inline: 5vw; }
  .bb-how__stage {
    height: min(68vh, 720px);
    display: block;
    overflow: hidden;
  }
  .bb-how-card {
    position: absolute;
    inset: 0;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.4vw;
    align-items: center;
  }
  .js .bb-how__stage [data-step] {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
  .js .bb-how__stage [data-step][data-from="0"] { opacity: 1; }

  .bb-scene--how .bb-how__lock {
    display: grid;
    position: absolute;
    inset: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2.4vw;
    align-items: center;
    pointer-events: none;
    z-index: 4;
  }
  /* Equal-height copy boxes so pinned "Easy to" shares the verb baseline */
  .bb-scene--how .bb-how__lock-copy,
  .bb-scene--how .bb-how-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 9.75rem;
    width: 100%;
  }
  .bb-scene--how .bb-how__prefix-heading,
  .bb-scene--how .bb-how-card h3 {
    margin: 0 0 0.35rem;
    line-height: 0.94;
    padding: 0;
  }
  .bb-scene--how .bb-how__prefix-inline {
    visibility: hidden;
    vertical-align: baseline;
  }
  .bb-scene--how .bb-how__verb {
    vertical-align: baseline;
  }
  /* Desktop: solid top bar + soft fade just above center.
     Centered verb stays fully opaque; verbs dissolve as they rise toward the bar;
     lock sits above both overlays. */
  .bb-scene--how .bb-how__stage {
    isolation: isolate;
  }
  .bb-scene--how .bb-how__stage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
    width: calc(100% - min(30vw, 24.5rem) - 2rem - 4vw);
    height: 18%;
    background: var(--bg);
  }
  .bb-scene--how .bb-how__stage::after {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    z-index: 3;
    pointer-events: none;
    width: calc(100% - min(30vw, 24.5rem) - 2rem - 4vw);
    /* Short fade: solid at bar edge → clear just above centered verb */
    height: calc(50% - 3.25rem - 18%);
    background: linear-gradient(
      to bottom,
      var(--bg) 0%,
      rgba(12, 13, 11, 0.75) 35%,
      rgba(12, 13, 11, 0.28) 70%,
      rgba(12, 13, 11, 0) 100%
    );
  }

  .bb-shot img,
  .bb-shot video,
  .bb-how__video {
    min-height: 0;
    height: min(68vh, 720px);
  }
  /* How: portrait 9:16 frame, contain (do not crop phone clips) */
  .bb-scene--how .bb-how__stage {
    height: min(80vh, 760px);
  }
  .bb-scene--how .bb-how-card {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    align-items: center;
  }
  .bb-scene--how .bb-shot,
  .bb-scene--how .bb-shot--video {
    width: min(30vw, 24.5rem) !important;
    height: auto !important;
    max-height: min(80vh, 720px);
    aspect-ratio: 9 / 16;
    justify-self: end;
    margin-right: 2rem;
  }
  .bb-scene--how .bb-shot img,
  .bb-scene--how .bb-shot video,
  .bb-scene--how .bb-how__video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

.bb-band { padding: 88px 0; }
.bb-band__head {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}
@media (min-width: 800px) {
  .bb-band__head {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 32px;
  }
}

.bb-sizes {
  display: grid;
  gap: 12px;
}
@media (min-width: 800px) {
  .bb-sizes { grid-template-columns: repeat(4, 1fr); }
}
.bb-size {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 240px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(22,23,20,0.06);
  transition: transform 0.4s var(--ease);
}
.bb-size:hover { transform: translateY(-3px); }
.bb-size strong {
  font-size: 2rem;
  letter-spacing: -0.05em;
  font-weight: 540;
}
.bb-size em { font-style: normal; color: var(--shade); font-size: 0.92rem; }
.bb-size span:last-child { margin-top: auto; font-weight: 560; }

.bb-kitfacts {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(22,23,20,0.1);
}
.bb-kitfacts svg { width: 72px; height: auto; color: var(--leaf-deep); }
.bb-kitfacts ul { margin: 8px 0 0; padding: 0; list-style: none; display: grid; gap: 4px; color: var(--shade); }

.bb-split {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .bb-split { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
  .bb-split--flip { grid-template-columns: 0.95fr 1.05fr; }
  .bb-split--flip .bb-split__copy { order: 2; }
}
.bb-frame {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #ded9ce;
}
.bb-frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.bb-frame--portrait img { aspect-ratio: 4 / 5; }
.bb-checklist { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.bb-checklist li { padding-left: 18px; position: relative; }
.bb-checklist li::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 99px;
  background: var(--leaf-deep);
  position: absolute;
  left: 0; top: 0.55em;
}

.bb-note {
  margin-top: 18px;
  color: var(--shade);
  font-size: 0.95rem;
}

.bb-faq { display: grid; gap: 8px; }
.bb-faq details {
  background: #fff;
  border-radius: 16px;
  padding: 0 18px;
  box-shadow: 0 0 0 1px rgba(22,23,20,0.06);
}
.bb-faq summary {
  cursor: pointer;
  font-weight: 540;
  letter-spacing: -0.02em;
  padding: 16px 0;
  list-style: none;
}
.bb-faq summary::-webkit-details-marker { display: none; }
.bb-faq summary::after {
  content: "+";
  float: right;
  color: var(--shade);
  font-weight: 400;
}
.bb-faq details[open] summary::after { content: "-"; }
.bb-faq details p { margin: 0 0 16px; color: var(--shade); max-width: 62ch; }
.bb-faq.is-compact .bb-faq__item:nth-child(n+6) { display: none; }

.bb-news {
  background: var(--bg);
  color: var(--cream);
  border-radius: 28px;
  padding: 28px 22px;
  display: grid;
  gap: 18px;
}
@media (min-width: 800px) {
  .bb-news { grid-template-columns: 1.1fr 0.9fr; align-items: center; padding: 42px; }
}
.bb-news h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.045em; line-height: 1; font-weight: 520; }
.bb-form { display: flex; flex-wrap: wrap; gap: 8px; }
.bb-field {
  width: 100%;
  flex: 1 1 220px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: var(--cream);
  color: var(--ink);
}
.bb-form .bb-field { width: auto; }
.bb-account label,
.bb-prose label,
.bb-search label,
.bb-options label { display: grid; gap: 6px; }
.errors, .bb-errors { color: var(--danger); }
.bb-form .bb-btn { background: var(--leaf); color: var(--bg); }
.bb-fine { color: var(--muted); font-size: 0.85rem; margin-top: 8px; }
.bb-success { font-size: 1.15rem; }

.bb-cards {
  display: grid;
  gap: 14px;
}
@media (min-width: 800px) {
  .bb-cards--3 { grid-template-columns: repeat(3, 1fr); }
  .bb-cards--4 { grid-template-columns: repeat(4, 1fr); }
}
.bb-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  min-width: 0;
}
.bb-card__media {
  border-radius: 20px;
  overflow: hidden;
  background: var(--paper-2);
  aspect-ratio: 4 / 5;
}
.bb-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.6s var(--ease); }
.bb-card:hover img { transform: scale(1.04); }
.bb-card h3 { font-size: 1.02rem; font-weight: 540; letter-spacing: -0.02em; }
.bb-card p { color: var(--shade); font-size: 0.92rem; }
.bb-card__sizes { display: flex; flex-wrap: wrap; gap: 6px; }
.bb-card__sizes a {
  text-decoration: none;
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--paper-2);
  font-size: 0.75rem;
  font-weight: 560;
}

.bb-product {
  width: min(1240px, calc(100% - 32px));
  margin: 12px auto 64px;
  display: grid;
  gap: 28px;
}
@media (min-width: 990px) {
  .bb-product { grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: start; }
  .bb-product__info { position: sticky; top: calc(var(--top-h) + 18px); }
}
.bb-gallery,
.bb-gallery__main,
.bb-product__info {
  min-width: 0;
  max-width: 100%;
}
.bb-gallery__main {
  border-radius: 24px;
  overflow: hidden;
  background: #ece8df;
  width: 100%;
}
.bb-gallery__main > [data-media-id][hidden] { display: none !important; }
.bb-gallery__main img { width: 100%; max-width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: #ece8df; }
.bb-gallery__thumbs { display: flex; gap: 8px; margin-top: 8px; overflow-x: auto; }
.bb-gallery__thumbs button {
  border: 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ece8df;
  width: 72px;
  flex: 0 0 72px;
  opacity: 0.62;
}
.bb-gallery__thumbs button[aria-current="true"] { opacity: 1; box-shadow: inset 0 0 0 2px var(--ink); }
.bb-gallery__thumbs img { width: 72px; height: 72px; object-fit: cover; }
.bb-product h1 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  letter-spacing: -0.046em;
  line-height: 0.98;
  font-weight: 530;
  margin: 8px 0 10px;
}
.bb-price { font-size: 1.35rem; font-weight: 540; letter-spacing: -0.03em; }
.bb-price s { color: var(--shade); font-weight: 420; margin-left: 8px; }
.bb-pitch { margin: 12px 0 18px; color: var(--shade); max-width: 46ch; }
.bb-variant-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 8px 0 16px; }
.bb-variant {
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(22,23,20,0.14);
  background: transparent;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bb-variant[aria-pressed="true"] { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.bb-variant[data-unavailable="true"] { opacity: 0.45; }
.bb-variant small { color: inherit; opacity: 0.75; }
.bb-options { display: grid; gap: 10px; margin-bottom: 14px; }
.bb-options select, .bb-qty input, .bb-textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(22,23,20,0.16);
  background: #fff;
  padding: 0 12px;
}
.bb-qty { display: grid; grid-template-columns: 96px 1fr; gap: 8px; margin-bottom: 10px; }
.bb-shoppay { margin-top: 10px; }
.bb-shoppay .shopify-payment-button { margin-top: 8px; }
.bb-trust { margin-top: 12px; color: var(--shade); font-size: 0.92rem; }

.bb-details { width: min(1100px, calc(100% - 32px)); margin: 0 auto 72px; display: grid; gap: 18px; }
@media (min-width: 900px) {
  .bb-details { grid-template-columns: 1fr 1fr 1fr; }
}
.bb-detail {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(22,23,20,0.05);
}
.bb-detail img { width: 100%; height: auto; display: block; object-fit: contain; background: #ece8df; }
.bb-detail div { padding: 16px 16px 20px; }
.bb-detail h2 { font-size: 1.25rem; letter-spacing: -0.03em; margin-bottom: 6px; }

.bb-buybar {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 16px;
  background: rgba(22,23,20,0.94);
  color: var(--cream);
  border-radius: 18px;
  transform: translateY(140%);
  transition: transform 0.4s var(--ease);
}
.bb-buybar.is-on { transform: translateY(0); }
.bb-buybar .bb-btn { background: var(--cream); color: var(--ink); }
@media (min-width: 990px) { .bb-buybar { display: none; } }

.bb-collection { width: min(1240px, calc(100% - 32px)); margin: 10px auto 72px; }
.bb-collection__head { max-width: 720px; margin-bottom: 28px; display: grid; gap: 10px; }
.bb-collection__head h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
  font-weight: 520;
}
.bb-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px 14px; grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .bb-grid { grid-template-columns: repeat(3, 1fr); gap: 32px 18px; } }

.bb-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.bb-pagination a, .bb-pagination span {
  min-width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
}
.bb-pagination [aria-current="page"] { background: var(--ink); color: var(--cream); }

.bb-cartpage, .bb-prose, .bb-article, .bb-search, .bb-account {
  width: min(980px, calc(100% - 36px));
  margin: 12px auto 80px;
}
.bb-prose h1, .bb-article h1, .bb-search h1, .bb-account h1, .bb-cartpage h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
  font-weight: 520;
  margin-bottom: 18px;
}
.bb-line {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(22,23,20,0.1);
  align-items: center;
}
.bb-line img { width: 88px; height: 88px; object-fit: cover; border-radius: 14px; background: var(--paper-2); }
.bb-cartfoot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
}
.bb-upsell {
  margin-top: 22px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  display: grid;
  gap: 8px;
}

.bb-article__meta { color: var(--shade); margin-bottom: 12px; }
.bb-article__hero { border-radius: 24px; margin: 8px 0 22px; width: 100%; max-height: 70vh; object-fit: cover; }
.bb-rte { font-size: 1.08rem; line-height: 1.6; }
.bb-rte > * + * { margin-top: 0.9em; }
.bb-rte h2, .bb-rte h3 { letter-spacing: -0.03em; line-height: 1.15; font-weight: 540; margin-top: 1.4em; }
.bb-rte a { color: var(--leaf-deep); }
.bb-rte ul, .bb-rte ol { padding-left: 1.2em; }
.bb-rte img { border-radius: 18px; }
.bb-comments { margin-top: 36px; display: grid; gap: 12px; }
.bb-comment { padding-top: 12px; border-top: 1px solid rgba(22,23,20,0.1); }

.bb-journal { display: grid; gap: 22px; }
@media (min-width: 800px) { .bb-journal { grid-template-columns: 1fr 1fr; } }
.bb-journal a { text-decoration: none; display: grid; gap: 8px; }
.bb-journal img { border-radius: 20px; width: 100%; aspect-ratio: 16/11; object-fit: cover; background: var(--paper-2); }
.bb-journal h2 { font-size: 1.45rem; letter-spacing: -0.03em; }

.bb-crumbs { color: var(--shade); font-size: 0.86rem; margin-bottom: 10px; }
.bb-crumbs a { color: inherit; }

.bb-account form, .bb-prose form, .bb-search form {
  display: grid;
  gap: 10px;
  max-width: 460px;
}
.bb-textarea { min-height: 140px; padding: 12px; border-radius: 16px; }

.bb-footer {
  background: var(--bg);
  color: var(--cream-soft);
  padding: 48px 0 28px;
  color-scheme: dark;
}
.bb-footer a { color: var(--cream); text-decoration: none; }
.bb-footer__grid {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 28px;
  .bb-hero h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .bb-hero__frame img { height: 30vh; }
  .bb-how__copy .bb-stage { min-height: 230px; }
  .bb-how__media .bb-stage { min-height: 26vh; }
  .bb-shot img { min-height: 26vh; }
}
@media (min-width: 800px) {
  .bb-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
}
.bb-footer h2 { color: var(--cream); font-size: 1.6rem; letter-spacing: -0.03em; font-weight: 520; margin-bottom: 8px; }
.bb-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.bb-socials { display: flex; gap: 8px; margin-top: 12px; }
.bb-socials a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); }
.bb-socials svg { width: 16px; height: 16px; }
.bb-legal {
  width: min(1120px, calc(100% - 40px));
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.85rem;
  color: var(--muted);
}

.bb-drawer[hidden] { display: none !important; }
.bb-drawer { position: fixed; inset: 0; z-index: 60; }
.bb-drawer__backdrop { position: absolute; inset: 0; background: rgba(12,13,11,0.46); }
.bb-drawer__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(420px, 100%);
  background: var(--paper);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  transform: translateX(16px);
  animation: bb-in 0.4s var(--ease);
}
@keyframes bb-in { from { transform: translateX(24px); opacity: 0.6; } to { transform: none; opacity: 1; } }
.bb-drawer__head, .bb-drawer__foot { padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.bb-drawer__head { border-bottom: 1px solid rgba(22,23,20,0.08); }
.bb-drawer__foot { border-top: 1px solid rgba(22,23,20,0.08); display: grid; }
.bb-drawer__body { padding: 8px 18px 18px; overflow: auto; flex: 1; }
.bb-cartitem {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(22,23,20,0.08);
}
.bb-cartitem img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; }
.bb-cartitem a { text-decoration: none; font-weight: 540; }
.bb-miniqty { display: flex; gap: 8px; align-items: center; margin-top: 6px; }
.bb-miniqty input { width: 64px; min-height: 36px; border-radius: 10px; border: 1px solid rgba(22,23,20,0.16); padding: 0 8px; }
.bb-linkish { border: 0; background: none; padding: 0; text-decoration: underline; text-underline-offset: 0.18em; color: var(--shade); }

.bb-steps-static { display: grid; gap: 28px; }
@media (min-width: 800px) {
  .bb-steps-static { grid-template-columns: 1fr 1fr 1fr; }
}
.bb-editor {
  margin: 12px auto;
  width: min(900px, calc(100% - 32px));
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff4cc;
  color: #3a3208;
  font-size: 0.9rem;
}

.bb-errors { color: var(--danger); padding-left: 1.1em; }

@media (max-width: 989px) {
  .bb-scene--how { height: auto !important; }
  .bb-scene--how .bb-scene__sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    overflow: visible !important;
  }
  .bb-scene--how .bb-how {
    height: auto;
    display: block;
    padding-top: calc(var(--top-h) + 8px);
  }
  .bb-scene--how .bb-how__head h2 {
    max-width: 14em;
    font-size: clamp(2.35rem, 9vw, 3.3rem);
    line-height: 1.05;
  }
  .bb-scene--how .bb-how__grid { display: block; }
  .bb-scene--how .bb-how__stage {
    height: auto !important;
    display: grid;
    gap: 26px;
  }

  .bb-scene--how .bb-how__lock { display: none !important; }
  .bb-scene--how .bb-how__prefix-inline { visibility: visible !important; }
  .bb-scene--how .bb-how-card h3,
  .bb-scene--how .bb-how__prefix-heading {
    font-size: clamp(2.55rem, 11vw, 4rem);
    letter-spacing: -0.048em;
    line-height: 0.94;
  }
  .bb-scene--how .bb-how-card p,
  .bb-scene--how .bb-how__sub {
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.45;
    font-weight: 360;
  }

  .bb-scene--how .bb-how-card,
  .js .bb-scene--how .bb-how__stage [data-step] {
    position: relative !important;
    inset: auto !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    opacity: 1 !important;
    transform: none !important;
  }
  .bb-scene--how .bb-bar { display: none; }
  .bb-scene--how .bb-shot,
  .bb-scene--how .bb-shot--video {
    width: min(100%, 22rem) !important;
    margin-inline: auto;
    height: auto !important;
    min-height: 0 !important;
    max-height: 80vh;
    aspect-ratio: 9 / 16;
    background: #10120e;
  }
  .bb-scene--how .bb-shot img,
  .bb-scene--how .bb-shot video,
  .bb-scene--how .bb-how__video {
    width: 100%;
    height: auto !important;
    max-height: 78vh;
    min-height: 0 !important;
    aspect-ratio: 9 / 16;
    object-fit: contain !important;
    object-position: center;
    background: #10120e;
  }
}

@media (max-width: 749px) {
  .bb-hero h1 { font-size: clamp(2.35rem, 9vw, 3.4rem); max-width: 10em; }
  .bb-hero__frame img { height: 30vh; }
  .bb-scene--hero { height: 150vh; }
  .bb-scene--problem { height: 210vh; }
  /* How stays height:auto from the 989px stacked-card rules */
  .bb-band { padding: 64px 0; }
  .bb-line { grid-template-columns: 72px 1fr; }
  .bb-line form, .bb-line .bb-line__price { grid-column: 2; }
}

.no-js .bb-scene,
.no-js .bb-scene--hero,
.no-js .bb-scene--problem,
.no-js .bb-scene--how { height: auto; }
.no-js .bb-scene__sticky { position: relative; height: auto; overflow: visible; }
.no-js .bb-how__stage { height: auto; display: grid; }
.no-js .bb-how-card { position: relative; inset: auto; opacity: 1; }
.no-js [data-step] { position: relative; opacity: 1; margin-bottom: 16px; }

.no-js .bb-scene,
.no-js .bb-scene--hero,
.no-js .bb-scene--problem,
.no-js .bb-scene--how { height: auto; }
.no-js .bb-scene__sticky { position: relative; height: auto; overflow: visible; }
.no-js [data-step] { position: relative; opacity: 1; margin-bottom: 16px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .bb-scene,
  .bb-scene--hero,
  .bb-scene--problem,
  .bb-scene--how { height: auto !important; }
  .bb-scene__sticky {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
  }
  .js .bb-stage [data-step],
  .js .bb-how__stage [data-step],
  .bb-how-card {
    position: relative !important;
    inset: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-bottom: 18px;
  }
  .bb-how__stage {
    height: auto !important;
    display: grid;
    overflow: visible !important;
  }
  [data-fade], [data-scale] { transform: none !important; opacity: 1 !important; }
  .bb-hero__frame img, .bb-shot img, .bb-shot video, .bb-how__video { height: auto; max-height: 70vh; }
  .bb-card:hover img, .bb-size:hover, .bb-btn:hover { transform: none; }
  .bb-buybar { transition: none; }
}

/* How it works: compact header + full portrait clip, no bottom clipping (Sep 24) */
.bb-scene--how .bb-how { gap: 6px; padding-bottom: 28px; }
.bb-scene--how .bb-how__head { align-items: center; }
.bb-scene--how .bb-how__head .bb-kicker { margin: 0 0 4px; }
.bb-scene--how .bb-how__head h2 {
  max-width: none;
  font-size: clamp(2.35rem, 3.8vw, 3.5rem);
  line-height: 1.05;
  margin: 0;
}
.bb-scene--how .bb-bar { margin-bottom: 0; }
@media (min-width: 990px) {
  .bb-scene--how .bb-how {
    padding-top: calc(var(--top-h) + 4px);
    padding-bottom: 18px;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .bb-scene--how .bb-how__grid { min-height: 0; height: 100%; }
  .bb-scene--how .bb-how__stage {
    height: 100% !important;
    max-height: none;
  }
  .bb-scene--how .bb-shot,
  .bb-scene--how .bb-shot--video {
    height: min(calc(100svh - var(--top-h) - 140px), 720px) !important;
    width: auto !important;
    max-height: none;
    aspect-ratio: 9 / 16;
  }
}
@media (max-width: 989px) {
  .bb-scene--how .bb-how { padding-top: calc(var(--top-h) + 2px); padding-bottom: 40px; }
  .bb-scene--how .bb-how__head { margin-bottom: 6px; }
  .bb-scene--how .bb-how__head h2 { font-size: clamp(2.1rem, 8vw, 2.9rem); }
  .bb-scene--how .bb-how-card:last-child { margin-bottom: 12px; }
  .bb-scene--how .bb-shot,
  .bb-scene--how .bb-shot--video { overflow: hidden; }
}

/* Product page mobile gallery — keep images from dominating the phone viewport (Sep 24) */
@media (max-width: 989px) {
  .bb-product {
    width: min(1240px, calc(100% - 24px));
    max-width: 100%;
    margin: 8px auto 104px;
    gap: 18px;
    overflow-x: clip;
  }
  .bb-gallery,
  .bb-gallery__main,
  .bb-product__info,
  .bb-gallery__main > [data-media-id] {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .bb-gallery__main {
    margin-inline: auto;
    overflow: hidden;
    aspect-ratio: auto;
    max-height: min(70vh, 520px);
    width: 100%;
  }
  .bb-gallery__main > [data-media-id][hidden] { display: none !important; }
  .bb-gallery__main > [data-media-id]:not([hidden]) {
    display: block;
    height: 100%;
  }
  .bb-gallery__main img,
  .bb-gallery__main video,
  .bb-gallery__main model-viewer,
  .bb-gallery__main iframe,
  .bb-gallery__main .shopify-model-viewer-ui {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: min(70vh, 520px);
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    background: #ece8df;
  }
  .bb-gallery__thumbs {
    gap: 6px;
    margin-top: 6px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bb-gallery__thumbs button { width: 56px; flex: 0 0 56px; border-radius: 10px; }
  .bb-gallery__thumbs img { width: 56px; height: 56px; }
  .bb-product h1 {
    font-size: clamp(1.55rem, 6.8vw, 2.15rem);
    line-height: 1.05;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .bb-pitch { max-width: none; }
  .bb-details {
    width: min(1100px, calc(100% - 24px));
    max-width: 100%;
    margin-bottom: 96px;
  }
  .bb-detail img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}

/* About: integrate leading video with intro copy */
.bb-about { max-width: 52rem; }
.bb-about > .bb-lede { margin: 0.35rem 0 1.35rem; max-width: 36rem; }
.bb-about__band {
  display: grid;
  gap: 1.25rem 1.75rem;
  align-items: center;
  margin: 0 0 1.75rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 22px;
  background: color-mix(in srgb, var(--leaf-deep) 6%, var(--cream));
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}
.bb-about__media {
  display: flex;
  justify-content: center;
}
.bb-about__media video {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 16px;
  background: #10120e;
}
.bb-about__side-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-weight: 540;
}
.bb-about__side p {
  margin: 0;
  color: var(--ink-soft, #3a4038);
  line-height: 1.55;
}
@media (min-width: 800px) {
  .bb-about__band {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    padding: 1.15rem 1.35rem;
  }
  .bb-about__media { justify-content: flex-start; }
  .bb-about__media video { max-width: 220px; }
}
/* Hide duplicate leading video + intro already shown in the band */
.bb-about__body > div:has(video) { display: none !important; }
.bb-about__body > p:has(> strong:only-child) { display: none !important; }
.bb-about__body > p:has(> strong:only-child) + p { display: none !important; }
.bb-about__body > hr:first-of-type { display: none !important; }
.bb-about__body { margin-top: 0.25rem; }
.bb-about__body > p:first-child { margin-top: 0; }

/* How it works label: between step title and subtext */
.bb-scene--how .bb-how__head .bb-kicker {
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
}

/* How subtext: a little bigger, still below the label */
.bb-scene--how .bb-how__sub,
.bb-scene--how p.bb-how__sub {
  font-size: clamp(1.2rem, 1.9vw, 1.55rem) !important;
}
