/* ==========================================================================
   Our Wellness Journey
   ========================================================================== */

:root {
  --purple: #3c1a68;
  --purple-deep: #2a104c;
  --purple-soft: #6b3fa0;
  --purple-mist: #f4eefb;
  --green: #5aa832;
  --green-deep: #3e7a24;
  --green-bar: #4a7c32;
  --green-leaf: #6fbf3c;
  --orange: #f05a22;
  --orange-deep: #d04614;
  --ink: #2a1840;
  --body: #5a5470;
  --muted: #8a8298;
  --line: #e7dff0;
  --white: #ffffff;
  --cream: #fffdfb;
  --shadow: 0 10px 30px rgba(44, 16, 80, .08);
  --shadow-lg: 0 22px 50px rgba(44, 16, 80, .12);
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-pill: 999px;
  --gutter: clamp(1.1rem, 4vw, 2.4rem);
  --container: 1180px;
  --header: 5.15rem;
  --font: "Figtree", "Segoe UI", sans-serif;
  --script: "Great Vibes", cursive;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + .6rem);
  -webkit-text-size-adjust: 100%;
}

html, body { overflow-x: hidden; }

body {
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 {
  color: var(--purple);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 5.4vw, 3.85rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }

p { text-wrap: wrap; }

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

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

.container--narrow { max-width: 760px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 80;
  background: var(--purple);
  color: #fff;
  padding: .7rem 1.1rem;
}
.skip-link:focus { left: 0; }

.lede {
  font-size: 1.08rem;
  color: var(--body);
  max-width: 38rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.eyebrow::before {
  content: "";
  width: 1.4rem;
  height: 1.5px;
  background: currentColor;
}

.section-head { margin-bottom: 2.4rem; }
.section-head--center { text-align: center; }
.section-head--center .lede { margin-inline: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2 { margin: .45rem 0 .7rem; }

/* --------------------------------------------------------------- buttons -- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .78rem 1.45rem;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .01em;
  border: 2px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--purple {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 8px 18px rgba(60, 26, 104, .22);
}
.btn--purple:hover { background: var(--purple-deep); }
.btn--orange {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 18px rgba(240, 90, 34, .25);
}
.btn--orange:hover { background: var(--orange-deep); }
.btn--outline {
  background: #fff;
  color: var(--purple);
  border-color: var(--purple);
}
.btn--outline:hover { background: var(--purple); color: #fff; }
.btn--lg { padding: .92rem 1.7rem; font-size: 1rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .7rem; }

/* ---------------------------------------------------------------- header -- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 251, .9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 24px rgba(44, 16, 80, .05);
}

.header__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header);
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-shrink: 0;
}
.brand__mark { flex-shrink: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__script {
  font-family: var(--script);
  font-size: 1.7rem;
  color: var(--purple);
  letter-spacing: .01em;
  line-height: 1;
}
.brand__journey {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--green);
  margin-top: .12rem;
}
.brand__since {
  font-size: .58rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .18rem;
  font-weight: 600;
}

.nav { margin-left: auto; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}
.nav__links a {
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  padding: .2rem 0;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -.28rem;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav__links a:hover::after,
.nav__links a.is-active::after { transform: scaleX(1); }
.nav__mobile-cta { display: none; }

.header__cta { margin-left: 1.1rem; flex-shrink: 0; }

.nav__check { position: absolute; opacity: 0; pointer-events: none; }
.nav__burger {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  margin-left: auto;
  cursor: pointer;
}
.nav__burger span,
.nav__burger span::before,
.nav__burger span::after {
  display: block;
  width: 1.15rem;
  height: 1.6px;
  background: var(--purple);
  position: relative;
  transition: transform .3s var(--ease), background .2s;
}
.nav__burger span::before,
.nav__burger span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav__burger span::before { top: -6px; }
.nav__burger span::after { top: 6px; }

/* ------------------------------------------------------------------ hero -- */

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(1rem, 2vw, 1.6rem);
  padding-bottom: 5.5rem;
  background:
    radial-gradient(900px 420px at 88% 18%, rgba(180, 120, 230, .16), transparent 60%),
    radial-gradient(700px 380px at 8% 90%, rgba(90, 168, 50, .08), transparent 55%),
    var(--cream);
}
.hero__glow {
  position: absolute;
  inset: auto 0 10% 50%;
  height: 70%;
  background: radial-gradient(closest-side, rgba(196, 150, 230, .28), transparent 70%);
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.92fr) minmax(18rem, 1.18fr) minmax(13.5rem, 0.7fr);
  align-items: center;
  gap: 1.2rem 1rem;
  position: relative;
  z-index: 1;
}

.hero__copy { padding-bottom: 5.5rem; }
.hero__copy h1 { margin-bottom: .7rem; }
.hero__line { display: block; }
.hero__script {
  display: block;
  font-family: var(--script);
  font-size: clamp(3rem, 6.4vw, 4.6rem);
  font-weight: 400;
  color: var(--green);
  letter-spacing: .01em;
  line-height: .95;
  margin-top: .15rem;
}
.hero__script::after {
  content: "";
  display: inline-block;
  width: 1.15em;
  height: .7em;
  margin-left: .15em;
  vertical-align: .05em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 20'><path d='M2 16C8 8 14 3 22 2c-3 6-2 10 1 14-7 1-14-1-21 0Z' fill='%235AA832'/></svg>") center / contain no-repeat;
}
.hero__copy .lede { margin-bottom: 1.5rem; max-width: min(28rem, 100%); }

.icon-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  margin-bottom: 1.6rem;
  max-width: 26rem;
}
.icon-row li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .45rem;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}
.icon-pill {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.icon-pill--green { background: var(--green); }
.icon-pill--purple { background: var(--purple); }
.icon-pill--orange { background: var(--orange); }

.hero__photo {
  position: relative;
  z-index: 2;
}
.hero__photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 16px 26px rgba(42, 16, 70, .12));
}

.burst-card {
  position: relative;
  z-index: 2;
  padding: 1.15rem 0 1.15rem .4rem;
  color: var(--purple);
}
.burst-card__ask {
  font-family: var(--script);
  font-size: 1.65rem;
  line-height: 1.05;
  color: var(--purple);
}
.burst-card__ask em { font-style: italic; }
.burst-card__liquid {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--orange);
  line-height: 1.05;
  margin: .2rem 0 .1rem;
}
.burst-card__today {
  font-family: var(--script);
  font-size: 1.85rem;
  color: var(--purple);
  line-height: 1;
  margin-bottom: .35rem;
}
.burst-card__name {
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: .9;
  color: var(--purple);
  margin-bottom: .85rem;
}
.burst-card__name span { display: block; }
.burst-card__stats {
  display: grid;
  gap: .38rem;
}
.burst-card__stats li {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: var(--purple);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  padding: .42rem .75rem;
  border-radius: var(--r-pill);
}
.burst-card__stats li:nth-child(2),
.burst-card__stats li:nth-child(4) { background: var(--orange); }
.dot {
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.hero__tea {
  position: absolute;
  left: max(.2rem, calc(50% - 580px));
  bottom: -2.2rem;
  width: min(200px, 22vw);
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(42, 16, 70, .1));
}

/* -------------------------------------------------------------- quote bar -- */

.quote-bar {
  position: relative;
  z-index: 3;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80' viewBox='0 0 160 80'><path d='M20 60c12-22 28-38 52-46-8 18-2 30 10 42-22 4-40-2-62 4Z' fill='none' stroke='%23ffffff' stroke-opacity='.14' stroke-width='1.4'/><path d='M96 70c10-18 24-30 44-36-6 14-1 24 8 34-18 3-34-2-52 2Z' fill='none' stroke='%23ffffff' stroke-opacity='.12' stroke-width='1.4'/></svg>") center / 220px repeat,
    linear-gradient(90deg, #3f6f2c, var(--green-bar) 40%, #5a8f38);
  color: #fff;
  padding: 1.15rem 0;
}
.quote-bar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 1.4rem;
}
.quote-bar__mark {
  font-family: var(--script);
  font-size: 4rem;
  line-height: .5;
  opacity: .85;
}
.quote-bar blockquote {
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 600;
  line-height: 1.45;
  font-style: italic;
}
.quote-bar cite {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-style: normal;
  white-space: nowrap;
  font-size: .92rem;
}
.quote-bar cite span { opacity: .8; font-size: .8rem; }

/* -------------------------------------------------------------------- why -- */

.why {
  padding: clamp(3.2rem, 7vw, 5.5rem) 0;
  background: #fff;
}
.why__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.95fr;
  gap: 1.8rem;
  align-items: center;
}
.why__copy h2 { margin: 0 0 1rem; }
.why__copy p { margin-bottom: 1.3rem; }

.why__still {
  position: relative;
  min-height: 18rem;
}
.why__still picture {
  position: absolute;
}
.why__still img {
  background: transparent;
}
.why__cup {
  left: 18%;
  bottom: 0;
  width: 62%;
  z-index: 1;
}
.why__iaso {
  left: 0;
  top: 8%;
  width: 46%;
  z-index: 2;
  filter: drop-shadow(0 12px 22px rgba(42, 16, 70, .14));
}
.why__burst {
  right: 0;
  top: 0;
  width: 48%;
  z-index: 2;
  filter: drop-shadow(0 12px 22px rgba(42, 16, 70, .14));
}

.benefits-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.5rem 1.4rem 1.3rem;
  box-shadow: var(--shadow);
}
.benefits-card h3 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}
.benefits-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.benefits-card li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .75rem .35rem;
  font-size: .92rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.35;
  border-top: 1px solid var(--line);
}
.benefits-card li:nth-child(-n+2) { border-top: 0; padding-top: .2rem; }
.benefits-card li::before {
  content: "";
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .08rem;
  border-radius: 50%;
  background: var(--green) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5 8.2 6.4 11l6-6.4' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 12px no-repeat;
}

/* ------------------------------------------------------------------ story -- */

.story {
  padding: clamp(3.2rem, 7vw, 5.8rem) 0;
  background: var(--purple-mist);
}
.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
}
.story__photo img {
  width: 100%;
  border-radius: var(--r-lg);
  background: #fff;
  padding: .4rem .4rem 0;
  box-shadow: var(--shadow-lg);
}
.story__caption {
  margin-top: .7rem;
  font-size: .86rem;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: .04em;
}
.story__copy .eyebrow { margin-bottom: .7rem; }
.story__copy h2 { margin-bottom: 1rem; }
.story__copy p { margin-bottom: 1rem; }
.story__copy .btn { margin-top: .5rem; }

/* --------------------------------------------------------------- products -- */

.products {
  padding: clamp(3.2rem, 7vw, 5.8rem) 0;
  background: #fff;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.product {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.product__media {
  background: linear-gradient(180deg, #f7f3fb, #fff);
  padding: 1.4rem 1.4rem 0;
  min-height: 15rem;
  display: grid;
  place-items: end center;
}
.product__media img {
  max-height: 15rem;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
}
.product__body { padding: 1.3rem 1.4rem 1.5rem; }
.product__kicker {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: .3rem;
}
.product--burst .product__kicker { color: var(--orange-deep); }
.product__body h3 { margin-bottom: .5rem; }
.product__body p { margin-bottom: .85rem; }
.product__body ul {
  margin-bottom: 1.15rem;
  display: grid;
  gap: .3rem;
}
.product__body li {
  padding-left: 1.15rem;
  position: relative;
  font-weight: 650;
  color: var(--ink);
  font-size: .95rem;
}
.product__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--green);
}
.product--burst .product__body li::before { background: var(--orange); }

/* --------------------------------------------------------------------- faq -- */

.faq {
  padding: clamp(3.2rem, 7vw, 5.5rem) 0;
  background: var(--cream);
}
.faq-list { display: grid; gap: .7rem; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: .15rem 1.1rem;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 750;
  color: var(--purple);
  padding: 1rem 1.8rem 1rem 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: .7rem;
  height: .7rem;
  border-right: 2px solid var(--purple);
  border-bottom: 2px solid var(--purple);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { transform: translateY(-20%) rotate(225deg); }
.faq-item p {
  padding: 0 0 1.05rem;
  color: var(--body);
}

/* ----------------------------------------------------------------- contact -- */

.contact {
  padding: 0 0 clamp(3.2rem, 7vw, 5rem);
}
.contact__panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  background: var(--purple);
  color: #fff;
  border-radius: 32px;
  padding: clamp(1.8rem, 4vw, 3rem);
}
.contact__panel h2 { color: #fff; margin: .45rem 0 0.8rem; }
.contact__panel .lede { color: rgba(255,255,255,.84); margin-bottom: 1.3rem; }
.contact__panel .eyebrow { color: #b6e08a; }
.contact__panel .eyebrow::before { background: #b6e08a; }
.contact__panel .btn--outline {
  border-color: rgba(255,255,255,.5);
  color: #fff;
  background: transparent;
}
.contact__panel .btn--outline:hover { background: #fff; color: var(--purple); }
.contact__panel .btn--purple {
  background: #fff;
  color: var(--purple);
  box-shadow: none;
}
.contact__panel .btn--purple:hover { background: #efe7f8; }

.contact-details { display: grid; gap: 1.1rem; align-content: center; }
.contact-details li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
}
.contact-details__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-details .dt {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: .7;
}
.contact-details a { text-decoration: underline; text-underline-offset: 3px; }

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

.site-footer {
  background: var(--purple-deep);
  color: rgba(255,255,255,.78);
  padding: 2.6rem 0 1.6rem;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr;
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand--on-dark .brand__script { color: #fff; }
.brand--on-dark .brand__journey { color: #7ed957; }
.footer__blurb { margin-top: .85rem; max-width: 26rem; font-size: .95rem; }
.footer__col h4 {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.footer__col li + li { margin-top: .35rem; }
.footer__col a:hover { color: #fff; }
.footer__bottom {
  padding-top: 1.1rem;
  display: grid;
  gap: .55rem;
  font-size: .82rem;
}
.footer__bottom a { text-decoration: underline; text-underline-offset: 2px; color: #fff; }
.footer__note { opacity: .7; max-width: 52rem; }

/* -------------------------------------------------------------- motion -- */

@media (prefers-reduced-motion: no-preference) {
  .hero__copy, .hero__photo, .burst-card {
    animation: rise .8s var(--ease) both;
  }
  .hero__photo { animation-delay: .12s; }
  .burst-card { animation-delay: .22s; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------- responsive -- */

@media (max-width: 1020px) {
  .hero__grid {
    grid-template-columns: 1fr 1fr;
  }
  .burst-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem 1.4rem;
    padding: 1.2rem 0 0;
  }
  .burst-card__stats { grid-column: 2; grid-row: 1 / span 5; align-content: center; }
  .why__grid { grid-template-columns: 1fr 1fr; }
  .why__still { grid-column: 1 / -1; min-height: 16rem; }
  .hero__tea { width: 180px; }
}

@media (max-width: 820px) {
  .header__bar {
    position: relative;
    padding-right: 3.4rem;
    min-width: 0;
  }
  .nav__burger {
    display: grid;
    position: absolute;
    right: var(--gutter);
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 6;
  }
  .header__cta { display: none; }
  .nav {
    position: absolute;
    top: calc(100% + .35rem);
    left: var(--gutter);
    right: var(--gutter);
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .4s var(--ease), opacity .25s, visibility .25s;
  }
  .nav__check:checked ~ .nav {
    max-height: 28rem;
    opacity: 1;
    visibility: visible;
  }
  .nav__check:checked ~ .nav__burger span { background: transparent; }
  .nav__check:checked ~ .nav__burger span::before { transform: translateY(6px) rotate(45deg); }
  .nav__check:checked ~ .nav__burger span::after { transform: translateY(-6px) rotate(-45deg); }
  .nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .4rem .3rem;
  }
  .nav__links li + li { border-top: 1px solid var(--line); }
  .nav__links a { display: block; padding: .9rem .85rem; }
  .nav__links a::after { display: none; }
  .nav__mobile-cta { display: block; padding: .7rem .6rem 1rem; }
  .nav__mobile-cta .btn { width: 100%; }

  .hero { padding-bottom: 2.4rem; overflow-x: hidden; }
  .hero__copy { padding-bottom: 0; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__photo { order: -1; width: 100%; max-width: 22rem; margin-inline: auto; }
  .burst-card { grid-template-columns: 1fr; }
  .burst-card__stats { grid-column: auto; grid-row: auto; }
  .hero__tea { display: none; }

  .quote-bar__inner { grid-template-columns: 1fr; text-align: center; }
  .quote-bar__mark { display: none; }
  .quote-bar cite { text-align: center; }

  .why__grid,
  .story__grid,
  .product-grid,
  .contact__panel,
  .footer__top { grid-template-columns: 1fr; }

  .benefits-card ul { grid-template-columns: 1fr; }
  .benefits-card li:nth-child(2) { border-top: 1px solid var(--line); padding-top: .75rem; }

  .why__still { min-height: 14rem; }

  .contact__panel { border-radius: 22px; }
}

@media (max-width: 560px) {
  .brand__script { font-size: 1.32rem; }
  .brand__mark { width: 34px; height: 34px; }
  .header__bar { gap: .55rem; }
  .icon-row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .3rem; }
  .icon-pill { width: 2.55rem; height: 2.55rem; }
  .icon-row li { font-size: .58rem; letter-spacing: .03em; }
  .btn-row .btn { width: 100%; }
  .brand__since { display: none; }
  .why__still { min-height: 12.5rem; }
  .hero__copy .lede { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
