/* Product Page Stage 02: approved Hero only. */
:root {
  --text-xs: 12px;
  --text-sm: 13.5px;
  --text-body: 15px;
  --text-body-lg: 16px;
  --text-link: 14px;
  --text-section-label: 14px;
  --page-background: #fcfbf8;
  --surface-cream: #faf8f3;
  --biobalance-page-background: var(--page-background);
  --biobalance-forest-green: #07382d;
  --biobalance-interface-green: #002d24;
  --biobalance-cream-surface: var(--surface-cream);
  --biobalance-soft-border: rgba(7, 56, 45, 0.13);
  --biobalance-text-primary: #092f27;
  --biobalance-text-secondary: #5e6c66;
  --biobalance-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --biobalance-font-interface: "Geist", Arial, sans-serif;
  --biobalance-page-max-width: 1440px;
  --biobalance-outer-gutter: clamp(24px, calc(5.77vw - 35px), 48px);
  --biobalance-button-radius: 999px;
  --biobalance-subtle-shadow: 0 12px 32px rgba(7, 45, 36, 0.07);
  --biobalance-navigation-height: 60px;
  --today-bg: #031611;
  --today-bg-deep: #00160f;
  --today-card: #0d352c;
  --today-card-strong: #0a3028;
  --today-border: rgba(167, 184, 154, 0.22);
  --today-card-border: rgba(167, 184, 154, 0.12);
  --today-text: #faf8f3;
  --today-text-muted: #c7d2ca;
  --today-gold: #e8c979;
}

/* Full-page QA: retain the locked visuals while making keyboard focus explicit. */
.product-page-stage02 a:focus-visible,
.product-page-stage02 button:focus-visible,
.public-footer a:focus-visible {
  outline: 2px solid #e8c979;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Stage 07 — Protocols. Stages 01–06 are approved and intentionally untouched. */
.product-protocols {
  width: min(calc(100% - 48px), 1480px);
  height: 174px;
  min-height: 160px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns:
    minmax(168px, 0.95fr)
    minmax(350px, 2.2fr)
    minmax(110px, 0.75fr)
    minmax(285px, 1.45fr);
  color: #0b3027;
  font-family: "Geist", sans-serif;
  background: #fcfbf8;
  border: 1px solid rgba(7, 56, 45, 0.09);
  border-radius: 13px;
  overflow: hidden;
}

.product-protocols__intro {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-content: start;
  gap: 0 8px;
  padding: 12px 10px 10px 12px;
}

.product-protocols__number {
  grid-row: 1 / span 4;
  color: #0a3a2f;
  font-family: "Instrument Serif", serif;
  font-size: 39px;
  line-height: 0.88;
}

.product-protocols__intro h2 {
  margin: 1px 0 6px;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.14em;
  line-height: 1.15;
}

.product-protocols__intro p {
  max-width: 150px;
  margin: 0 0 6px;
  color: #273c35;
  font-size: 7.5px;
  line-height: 1.55;
}

.product-protocols__intro ul {
  display: grid;
  gap: 2px;
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
}

.product-protocols__intro li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 7px;
  line-height: 1.25;
}

.product-protocols__intro li img {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.product-protocols__intro a {
  color: #0a3a2f;
  font-size: 8px;
  font-weight: 620;
  text-decoration: none;
}

.product-protocols__comparison {
  min-width: 0;
  margin: 8px 0;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1.08fr);
  align-items: stretch;
  gap: 8px;
  background: #faf8f3;
  border: 1px solid rgba(7, 56, 45, 0.065);
  border-radius: 10px;
}

.product-protocols__day {
  min-width: 0;
}

.product-protocols__day header {
  margin-bottom: 4px;
}

.product-protocols__day header span {
  display: block;
  margin-bottom: 2px;
  color: #66766f;
  font-size: 6px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-protocols__day h3 {
  margin: 0;
  font-size: 8px;
  font-weight: 650;
}

.product-protocols__day dl {
  margin: 0;
}

.product-protocols__row {
  min-height: 33px;
  display: grid;
  grid-template-columns: minmax(62px, 0.9fr) minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 5px;
  border-top: 1px solid rgba(7, 56, 45, 0.07);
}

.product-protocols__row dt,
.product-protocols__row dd {
  margin: 0;
  font-size: 7px;
  line-height: 1.25;
}

.product-protocols__row dt {
  color: #243d34;
  font-weight: 520;
}

.product-protocols__row dd {
  color: #102f27;
  font-weight: 560;
}

.product-protocols__row dd span {
  display: block;
  color: #455d54;
  font-size: 6px;
  font-weight: 500;
}

.product-protocols__row img {
  width: 42px;
  height: auto;
  filter: contrast(1.08) saturate(1.04);
}

.product-protocols__day--today header span {
  color: #315b4d;
}

.product-protocols__day--today h3,
.product-protocols__day--today .product-protocols__row dt,
.product-protocols__day--today .product-protocols__row dd {
  color: #0b3027;
  font-weight: 650;
}

.product-protocols__transition {
  margin: 0;
  display: grid;
  place-items: center;
}

.product-protocols__transition img {
  width: 26px;
  height: 26px;
}

.product-protocols__impact {
  align-self: center;
  min-width: 0;
  margin: 22px 0 22px 0;
  padding: 11px 9px;
  background: rgba(250, 248, 243, 0.94);
  border: 1px solid rgba(7, 56, 45, 0.08);
  border-right-color: transparent;
  border-radius: 9px;
  box-shadow: none;
}

.product-protocols__impact h3 {
  margin: 0 0 9px;
  color: #62736b;
  font-size: 7px;
  font-weight: 540;
}

.product-protocols__impact strong {
  display: block;
  margin-bottom: 3px;
  color: #0b3027;
  font-family: "Instrument Serif", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.product-protocols__impact p {
  margin: 0;
  color: #233c34;
  font-size: 8px;
  line-height: 1.25;
}

.product-protocols__photo {
  position: relative;
  z-index: 1;
  width: calc(100% + 22px);
  min-width: 0;
  min-height: 158px;
  margin: 0 0 0 -22px;
  overflow: hidden;
  isolation: isolate;
}

.product-protocols__photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fcfbf8 0%,
    rgba(252, 251, 248, 0.84) 22%,
    rgba(252, 251, 248, 0.38) 58%,
    rgba(252, 251, 248, 0) 100%
  );
}

.product-protocols__photo picture,
.product-protocols__photo picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-protocols__photo picture img {
  object-fit: cover;
  object-position: 50% 6%;
}

.product-protocols__photo-fade {
  display: none;
}

@media (max-width: 900px) {
  .product-protocols {
    width: min(calc(100% - 40px), 860px);
    height: auto;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
    grid-template-rows: auto 190px;
  }

  .product-protocols__intro {
    padding: 20px 18px;
  }

  .product-protocols__intro h2 {
    font-size: 10px;
  }

  .product-protocols__intro p {
    max-width: 190px;
    font-size: 9px;
  }

  .product-protocols__intro li,
  .product-protocols__intro a {
    font-size: 8px;
  }

  .product-protocols__comparison {
    margin: 12px 12px 12px 0;
  }

  .product-protocols__impact {
    margin: 28px 22px;
  }

  .product-protocols__photo {
    min-height: 190px;
  }
}

@media (max-width: 560px) {
  .product-protocols {
    width: calc(100% - 32px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .product-protocols__intro,
  .product-protocols__comparison,
  .product-protocols__impact,
  .product-protocols__photo {
    grid-column: 1;
  }

  .product-protocols__intro {
    padding: 22px 18px 16px;
  }

  .product-protocols__number {
    font-size: 44px;
  }

  .product-protocols__intro h2 {
    font-size: 11px;
  }

  .product-protocols__intro p {
    max-width: 250px;
    font-size: 10px;
  }

  .product-protocols__intro li,
  .product-protocols__intro a {
    font-size: 9px;
  }

  .product-protocols__intro li img {
    width: 14px;
    height: 14px;
  }

  .product-protocols__comparison {
    margin: 0 14px;
    padding: 14px;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .product-protocols__transition img {
    width: 28px;
    height: 28px;
    transform: rotate(90deg);
  }

  .product-protocols__day header span {
    font-size: 7px;
  }

  .product-protocols__day h3,
  .product-protocols__row dt,
  .product-protocols__row dd {
    font-size: 9px;
  }

  .product-protocols__row {
    min-height: 40px;
  }

  .product-protocols__row dd span {
    font-size: 8px;
  }

  .product-protocols__row img {
    width: 48px;
  }

  .product-protocols__impact {
    margin: 14px;
    padding: 16px;
  }

  .product-protocols__impact h3 {
    font-size: 9px;
  }

  .product-protocols__impact strong {
    font-size: 31px;
  }

  .product-protocols__impact p {
    font-size: 10px;
  }

  .product-protocols__photo {
    width: 100%;
    min-height: 250px;
    margin-left: 0;
  }

  .product-protocols__photo picture img {
    object-position: 52% 45%;
  }

  .product-protocols__photo-fade {
    width: 8%;
  }

  .product-protocols__photo::before {
    width: 10%;
  }
}

/* Stage 09 — Health Story. Stages 01–08 are approved and untouched. */
.product-health-story,
.product-health-story * {
  box-sizing: border-box;
}

.product-health-story {
  width: min(calc(100% - 48px), 1480px);
  height: auto;
  min-height: 0;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 4.1fr);
  color: #0b3027;
  font-family: "Geist", sans-serif;
  background: #fcfbf8;
  border: 1px solid rgba(7, 56, 45, 0.045);
  border-radius: 13px;
  overflow: hidden;
}

.product-health-story__intro {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0 8px;
  padding: 18px 14px 16px 14px;
  border-right: 1px solid rgba(15, 46, 36, 0.07);
}

.product-health-story__number {
  color: #0a3a2f;
  font-family: "Instrument Serif", serif;
  font-size: 39px;
  line-height: 0.88;
}

.product-health-story__intro h2 {
  margin: 1px 0 8px;
  font-size: var(--text-section-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
}

.product-health-story__intro p {
  max-width: 188px;
  margin: 0 0 9px;
  color: #273f36;
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.45;
}

.product-health-story__intro ul {
  display: grid;
  gap: 4px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.product-health-story__intro li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--text-sm);
  line-height: 1.25;
}

.product-health-story__intro li img {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.product-health-story__intro a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0a3a2f;
  font-size: var(--text-link);
  font-weight: 650;
  text-decoration: none;
}

.product-health-story__intro a img {
  width: 18px;
  height: auto;
}

.product-health-story__chapter {
  min-width: 0;
  padding: 18px 18px 16px;
}

.product-health-story__chapter > header {
  margin: 0 0 10px;
}

.product-health-story__chapter h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-health-story__chapter > header p {
  margin: 2px 0 0;
  color: #436057;
  font-size: 12px;
  line-height: 1.25;
}

.product-health-story__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-health-story__timeline::before {
  content: "";
  position: absolute;
  top: 7px;
  left: calc((100% - 60px) / 12);
  right: calc((100% - 60px) / 12);
  height: 1px;
  background: rgba(10, 58, 47, 0.58);
}

.product-health-story__timeline li {
  position: relative;
  min-width: 0;
}

.product-health-story__marker {
  position: relative;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.product-health-story__timeline h4 {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-health-story__timeline time,
.product-health-story__timeline p {
  display: block;
  font-size: 12.5px;
  line-height: 1.4;
}

.product-health-story__timeline time {
  margin-top: 3px;
  color: #2d493f;
  font-weight: 560;
}

.product-health-story__timeline p {
  max-width: 142px;
  margin: 5px 0 0;
  color: #395249;
}

@media (max-width: 900px) {
  .product-health-story {
    grid-template-columns: 1fr;
  }

  .product-health-story__intro {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 46, 36, 0.07);
  }

  .product-health-story__intro p {
    max-width: 520px;
  }

  .product-health-story__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 22px;
  }

  .product-health-story__timeline::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .product-health-story {
    width: min(calc(100% - 24px), 1480px);
    border-radius: 11px;
  }

  .product-health-story__intro,
  .product-health-story__chapter {
    padding: 18px 16px;
  }

  .product-health-story__intro {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .product-health-story__intro p {
    font-size: var(--text-body);
  }

  .product-health-story__timeline {
    display: block;
    padding-left: 5px;
  }

  .product-health-story__timeline::before {
    display: block;
    top: 7px;
    bottom: 7px;
    left: 12px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .product-health-story__timeline li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 20px;
  }

  .product-health-story__timeline li:last-child {
    padding-bottom: 0;
  }

  .product-health-story__marker {
    margin: 0;
  }

  .product-health-story__timeline h4 {
    margin-top: 0;
    font-size: 15px;
  }

  .product-health-story__timeline time,
  .product-health-story__timeline p {
    font-size: 15px;
    line-height: 1.4;
  }

  .product-health-story__timeline p {
    max-width: none;
  }
}

/* Stage 10 — WISEiD. Stages 01–09 are approved and untouched. */
.product-wiseid,
.product-wiseid * {
  box-sizing: border-box;
}

.product-wiseid {
  width: min(calc(100% - 48px), 1480px);
  height: auto;
  min-height: 0;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns:
    21.5%
    repeat(3, 9.25%)
    25.5%
    25.25%;
  align-items: center;
  color: #0b3027;
  font-family: "Geist", sans-serif;
  background: #fcfbf8;
  border: 1px solid rgba(7, 56, 45, 0.045);
  border-radius: 13px;
  overflow: hidden;
}

.product-wiseid__intro {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0 8px;
  padding: 14px 12px 14px 14px;
}

.product-wiseid__number {
  color: #0a3a2f;
  font-family: "Instrument Serif", serif;
  font-size: 39px;
  line-height: 0.88;
}

.product-wiseid__intro h2 {
  margin: 1px 0 8px;
  font-size: var(--text-section-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
}

.product-wiseid__intro p {
  margin: 0 0 12px;
  color: #273f36;
  font-size: 15px;
  line-height: 1.45;
}

.product-wiseid__intro a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0a3a2f;
  font-size: var(--text-link);
  font-weight: 650;
  text-decoration: none;
}

.product-wiseid__intro a img {
  width: 18px;
  height: auto;
}

.product-wiseid__feature {
  min-width: 0;
  align-self: center;
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(15, 46, 36, 0.06);
  text-align: center;
}

.product-wiseid__feature > img {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
}

.product-wiseid__feature h3 {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-wiseid__feature p {
  margin: 0;
  color: #455e55;
  font-size: 12.5px;
  line-height: 1.4;
}

.product-wiseid__visual {
  min-width: 0;
  align-self: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid rgba(15, 46, 36, 0.05);
}

.product-wiseid__visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.product-wiseid__visual--travel {
  position: relative;
  aspect-ratio: auto;
  border-left: 0;
  overflow: hidden;
}

.product-wiseid__visual--travel img {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
}

@media (max-width: 900px) {
  .product-wiseid {
    width: min(calc(100% - 40px), 860px);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .product-wiseid__intro {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(15, 46, 36, 0.06);
  }

  .product-wiseid__intro p {
    max-width: 650px;
  }

  .product-wiseid__feature {
    grid-column: span 2;
    min-height: 168px;
  }

  .product-wiseid__feature--privacy {
    border-left: 0;
  }

  .product-wiseid__visual--card {
    grid-column: span 2;
  }

  .product-wiseid__visual--travel {
    grid-column: span 4;
  }
}

@media (max-width: 560px) {
  .product-wiseid {
    width: min(calc(100% - 24px), 1480px);
    display: flex;
    flex-direction: column;
    border-radius: 11px;
  }

  .product-wiseid__intro {
    order: 1;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px 16px;
  }

  .product-wiseid__intro p {
    font-size: 15px;
  }

  .product-wiseid__visual--card {
    order: 2;
  }

  .product-wiseid__feature {
    order: 3;
    min-height: 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    text-align: left;
    border-left: 0;
    border-top: 1px solid rgba(15, 46, 36, 0.06);
  }

  .product-wiseid__feature > img {
    grid-row: 1 / span 2;
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .product-wiseid__feature h3 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .product-wiseid__feature p {
    font-size: 15px;
  }

  .product-wiseid__visual--travel {
    order: 4;
  }

  .product-wiseid__visual {
    border-left: 0;
    border-top: 1px solid rgba(15, 46, 36, 0.05);
  }
}

/* Stage 11 — Final conversion close. Stages 01–10 remain locked. */
.product-final-cta,
.product-final-cta * {
  box-sizing: border-box;
}

.product-final-cta {
  position: relative;
  z-index: 5;
  width: min(calc(90% - 24px), 1332px);
  min-height: 104px;
  margin: -44px 0 28px max(24px, calc((100% - 1480px) / 2));
  padding: 16px 18px;
  display: grid;
  grid-template-columns:
    minmax(140px, 0.82fr)
    minmax(250px, 1.65fr)
    minmax(180px, 1.15fr)
    minmax(220px, 1.35fr);
  column-gap: clamp(12px, 1.35vw, 22px);
  align-items: center;
  overflow: hidden;
  color: #faf8f3;
  font-family: "Geist", sans-serif;
  background: #031f18;
  border: 1px solid rgba(167, 184, 154, 0.15);
  border-radius: 13px;
}

.product-final-cta__network {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 34%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.82;
  pointer-events: none;
}

.product-final-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 25%;
  width: 16%;
  background: linear-gradient(90deg, rgba(3, 31, 24, 0), #031f18 88%);
  pointer-events: none;
}

.product-final-cta h2,
.product-final-cta > p,
.product-final-cta__action {
  position: relative;
  z-index: 1;
}

.product-final-cta h2 {
  grid-column: 2;
  margin: 0;
  color: #e8c979;
  font-family: "Instrument Serif", serif;
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.product-final-cta > p {
  grid-column: 3;
  margin: 0;
  color: #c8d4cc;
  font-size: clamp(14.5px, 1.15vw, 15.5px);
  line-height: 1.35;
}

.product-final-cta__action {
  grid-column: 4;
  width: 100%;
  min-height: 68px;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #faf8f3;
  text-decoration: none;
  background: #07513f;
  border: 1px solid rgba(216, 225, 214, 0.1);
  border-radius: 12px;
}

.product-final-cta__action span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.product-final-cta__action strong {
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 700;
  line-height: 1.2;
}

.product-final-cta__action small {
  color: #d8e1d6;
  font-size: clamp(12.5px, 1vw, 14px);
  line-height: 1.25;
}

.product-final-cta__action > img {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
}

@media (max-width: 900px) {
  .product-final-cta {
    width: min(calc(100% - 40px), 860px);
    min-height: 0;
    margin: -40px auto 28px;
    padding: 18px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 16px 24px;
  }

  .product-final-cta__network {
    width: 45%;
    opacity: 0.42;
  }

  .product-final-cta h2 {
    grid-column: 1;
  }

  .product-final-cta > p {
    grid-column: 2;
  }

  .product-final-cta__action {
    grid-column: 1 / -1;
    width: min(100%, 390px);
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .product-final-cta {
    width: min(calc(100% - 24px), 1480px);
    margin: -40px auto 24px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-radius: 11px;
  }

  .product-final-cta__network {
    width: 100%;
    height: 48%;
    opacity: 0.28;
  }

  .product-final-cta::after {
    display: none;
  }

  .product-final-cta h2 {
    font-size: 26px;
  }

  .product-final-cta > p {
    font-size: 15px;
  }

  .product-final-cta__action {
    width: 100%;
  }
}

/* Stage 12 — Product Page footer. Stages 01–11 remain locked. */
:root {
  --footer-bg: #031f18;
  --footer-surface: #0b382e;
  --footer-text: #faf8f3;
  --footer-muted: #d8e1d6;
  --footer-secondary: #a7b89a;
  --footer-accent: #e8c979;
}

.public-footer,
.public-footer * {
  box-sizing: border-box;
}

.public-footer {
  margin-top: clamp(42px, 6vw, 76px);
  color: var(--footer-text);
  font-family: "Geist", Arial, sans-serif;
  background: var(--footer-bg);
}

.public-footer__inner {
  width: min(var(--biobalance-page-max-width), calc(100% - 48px));
  margin-inline: auto;
  padding-block: 58px 44px;
  display: grid;
  grid-template-columns: minmax(250px, 1.55fr) repeat(3, minmax(110px, 0.72fr)) minmax(230px, 1.15fr);
  gap: clamp(28px, 3.5vw, 54px);
  align-items: start;
}

.public-footer__brand picture {
  display: block;
}

.public-footer__logo {
  display: block;
  width: 280px;
  height: 88px;
}

.public-footer__statement {
  max-width: 360px;
  margin: 18px 0 0;
  color: var(--footer-muted);
  font-size: 15px;
  line-height: 1.55;
}

.public-footer h2 {
  margin: 0 0 16px;
  color: var(--footer-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.public-footer__group {
  display: grid;
  align-content: start;
  gap: 11px;
}

.public-footer__group a,
.public-footer__group span {
  color: var(--footer-muted);
  font-size: 13.5px;
  line-height: 1.35;
  text-decoration: none;
}

.public-footer__group a:hover,
.public-footer__group a:focus-visible {
  color: var(--footer-text);
}

.public-footer__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.public-footer__status img {
  flex: 0 0 auto;
}

.public-footer__newsletter p {
  margin: 0 0 18px;
  color: var(--footer-muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.public-footer__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: stretch;
  border-bottom: 1px solid rgba(216, 225, 214, 0.36);
}

.public-footer__form input {
  min-width: 0;
  padding: 12px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--footer-text);
  font: inherit;
  font-size: 14px;
}

.public-footer__form input::placeholder {
  color: rgba(216, 225, 214, 0.68);
}

.public-footer__form input:focus-visible {
  outline: 2px solid var(--footer-accent);
  outline-offset: 4px;
}

.public-footer__form button {
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.public-footer__form button:focus-visible {
  outline: 2px solid var(--footer-accent);
  outline-offset: 2px;
}

.public-footer__form button img {
  width: 24px;
  height: 16px;
}

.public-footer__legal {
  width: min(var(--biobalance-page-max-width), calc(100% - 48px));
  margin-inline: auto;
  padding-block: 20px 26px;
  border-top: 1px solid rgba(216, 225, 214, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: rgba(216, 225, 214, 0.72);
  font-size: 12.5px;
  line-height: 1.45;
}

.public-footer__legal p {
  margin: 0;
}

@media (max-width: 1023px) {
  .public-footer__inner {
    grid-template-columns: 1.35fr repeat(2, 1fr);
  }

  .public-footer__newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 699px) {
  .public-footer__inner {
    width: min(calc(100% - 32px), 560px);
    padding-block: 42px 34px;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .public-footer__brand,
  .public-footer__newsletter {
    grid-column: 1 / -1;
  }

  .public-footer__logo {
    width: 220px;
    height: 70px;
  }

  .public-footer__statement,
  .public-footer__newsletter p {
    font-size: 15px;
  }

  .public-footer__group a,
  .public-footer__group span {
    font-size: 14px;
  }

  .public-footer__legal {
    width: min(calc(100% - 32px), 560px);
    display: grid;
    font-size: 12.5px;
  }
}

/* Stage 08 — Personal Experiments. Stages 01–07 are approved and untouched. */
.product-experiments,
.product-experiments * {
  box-sizing: border-box;
}

.product-experiments {
  width: min(calc(100% - 48px), 1480px);
  height: auto;
  min-height: 150px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns:
    minmax(190px, 0.95fr)
    minmax(390px, 1.7fr)
    minmax(300px, 1.25fr);
  color: #0b3027;
  font-family: "Geist", sans-serif;
  background: #fcfbf8;
  border: 1px solid rgba(7, 56, 45, 0.045);
  border-radius: 13px;
  overflow: hidden;
}

.product-experiments__intro {
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0 8px;
  padding: 12px 10px 10px 12px;
}

.product-experiments__intro > div {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.product-experiments__number {
  color: #0a3a2f;
  font-family: "Instrument Serif", serif;
  font-size: 39px;
  line-height: 0.88;
}

.product-experiments__intro h2 {
  margin: 2px 0 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1;
}

.product-experiments__intro p {
  max-width: 174px;
  margin: 0 0 4px;
  color: #273f36;
  font-size: 8.25px;
  line-height: 1.3;
}

.product-experiments__intro ul,
.product-experiments__measures ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-experiments__intro ul {
  display: grid;
  gap: 1px;
  margin-top: 6px;
  margin-bottom: 0;
}

.product-experiments__intro li,
.product-experiments__measures li {
  display: flex;
  align-items: center;
}

.product-experiments__intro li {
  gap: 4px;
  color: #203d34;
  font-size: 7.75px;
  line-height: 1.2;
}

.product-experiments__intro li img {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.product-experiments__intro a {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  color: #0a3a2f;
  font-size: 8.5px;
  font-weight: 650;
  text-decoration: none;
}

.product-experiments__current {
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 10px 16px 8px;
  border-left: 1px solid rgba(15, 46, 36, 0.07);
  border-right: 1px solid rgba(15, 46, 36, 0.07);
}

.product-experiments__eyebrow,
.product-experiments__measures h3 {
  display: block;
  margin: 0 0 4px;
  color: #65776f;
  font-size: 7.5px;
  font-weight: 520;
  line-height: 1.2;
}

.product-experiments__current h3 {
  margin: 7px 0 0;
  color: #102f27;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: -0.012em;
  line-height: 1.25;
}

.product-experiments__progress {
  width: min(180px, 100%);
  margin-top: 8px;
  margin-bottom: 0;
}

.product-experiments__progress strong,
.product-experiments__finding strong {
  display: block;
  color: #17372e;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.2;
}

.product-experiments__progress img {
  display: block;
  width: 160px;
  height: auto;
  margin-top: 1px;
}

.product-experiments__finding p {
  max-width: 235px;
  margin: 1px 0 0;
  color: #243f36;
  font-size: 7.75px;
  line-height: 1.35;
}

.product-experiments__finding {
  margin-top: 10px;
}

.product-experiments__measures {
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
}

.product-experiments__current > .product-experiments__eyebrow {
  margin-bottom: 0;
}

.product-experiments__measures h3 {
  margin-bottom: 2px;
}

.product-experiments__measures ul {
  flex: 1;
  display: grid;
  margin-top: 7px;
  gap: 0;
  align-content: space-between;
}

.product-experiments__measures li {
  gap: 6px;
  color: #1d3a31;
  font-size: 8.25px;
  line-height: 1.2;
}

.product-experiments__measures li img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .product-experiments {
    width: min(calc(100% - 40px), 860px);
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  }

  .product-experiments__intro,
  .product-experiments__current {
    min-height: 190px;
  }

  .product-experiments__intro {
    padding: 20px 18px;
  }

  .product-experiments__intro p {
    max-width: 210px;
    font-size: 9px;
  }

  .product-experiments__intro li,
  .product-experiments__intro a {
    font-size: 8px;
  }

  .product-experiments__current {
    padding: 20px;
    border-right: 0;
  }

  .product-experiments__current h3 {
    font-size: 14px;
  }

  .product-experiments__progress strong,
  .product-experiments__finding strong,
  .product-experiments__finding p {
    font-size: 9px;
  }

  .product-experiments__progress img {
    width: 190px;
  }

  .product-experiments__measures {
    grid-column: 1 / -1;
    padding: 16px 18px;
    border-top: 1px solid rgba(7, 56, 45, 0.045);
  }

  .product-experiments__measures ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .product-experiments__measures li {
    align-items: flex-start;
    font-size: 8px;
  }
}

@media (max-width: 560px) {
  .product-experiments {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
  }

  .product-experiments__intro,
  .product-experiments__current {
    min-height: 0;
  }

  .product-experiments__intro {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 22px 18px 18px;
  }

  .product-experiments__number {
    font-size: 44px;
  }

  .product-experiments__intro h2 {
    font-size: 11px;
  }

  .product-experiments__intro p {
    max-width: 255px;
    font-size: 10px;
  }

  .product-experiments__intro li,
  .product-experiments__intro a {
    font-size: 9px;
  }

  .product-experiments__intro li img {
    width: 15px;
    height: 15px;
  }

  .product-experiments__current {
    padding: 20px 18px;
    border-top: 1px solid rgba(7, 56, 45, 0.045);
    border-left: 0;
  }

  .product-experiments__eyebrow,
  .product-experiments__measures h3 {
    font-size: 9px;
  }

  .product-experiments__current h3 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .product-experiments__progress {
    margin-bottom: 12px;
  }

  .product-experiments__progress strong,
  .product-experiments__finding strong,
  .product-experiments__finding p {
    font-size: 10px;
  }

  .product-experiments__progress img {
    width: min(230px, 100%);
    margin-top: 5px;
  }

  .product-experiments__finding p {
    max-width: 290px;
  }

  .product-experiments__measures {
    padding: 20px 18px 22px;
  }

  .product-experiments__measures ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .product-experiments__measures li {
    align-items: center;
    font-size: 10px;
  }

  .product-experiments__measures li img {
    width: 18px;
    height: 18px;
  }
}

.product-page-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--page-background) !important;
  color: var(--biobalance-text-primary);
  font-family: var(--biobalance-font-interface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.product-global-header {
  position: relative;
  top: auto;
  z-index: 20;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.product-global-header.is-scrolled {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.product-global-header__inner {
  box-sizing: border-box;
  width: min(100%, var(--biobalance-page-max-width));
  min-height: var(--biobalance-navigation-height);
  margin: 0 auto;
  padding: 0 var(--biobalance-outer-gutter);
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) 94px;
  column-gap: clamp(48px, 4.75vw, 64px);
  align-items: center;
}

.product-global-header__logo {
  width: 148px;
  display: block;
  color: var(--biobalance-forest-green);
  text-decoration: none;
}

.product-global-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.product-global-nav.public-site-nav {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: clamp(10px, 1.55vw, 24px);
  align-self: stretch;
  font-family: var(--biobalance-font-interface);
}

.product-global-nav.public-site-nav .product-global-nav__link {
  position: relative;
  min-width: 0;
  padding: 1px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #101b18;
  font-size: 10.5px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.015em;
  text-decoration: none;
  white-space: nowrap;
}

.product-global-nav.public-site-nav .product-global-nav__link:hover,
.product-global-nav.public-site-nav .product-global-nav__link:focus-visible,
.product-global-nav.public-site-nav .product-global-nav__link[aria-current="page"] {
  color: var(--biobalance-forest-green);
  background: transparent;
}

.product-global-nav.public-site-nav .product-global-nav__link[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 14px;
  bottom: 13px;
  height: 1px;
  border-radius: 999px;
  background: var(--biobalance-forest-green);
}

.product-global-nav__link svg {
  flex: 0 0 auto;
}

.product-global-header__cta {
  min-height: 28px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--biobalance-button-radius);
  background: var(--biobalance-interface-green);
  color: #fffdf8;
  font-family: var(--biobalance-font-interface);
  font-size: 10px;
  font-weight: 620;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.product-global-header__cta:hover,
.product-global-header__cta:focus-visible {
  background: var(--biobalance-forest-green);
}

.product-global-header__menu {
  display: none;
}

.product-global-mobile {
  font-family: var(--biobalance-font-interface);
}

.product-global-mobile .product-global-mobile__cta {
  margin-top: 8px;
  justify-content: center;
  background: var(--biobalance-interface-green);
  color: #fffdf8;
  border-radius: var(--biobalance-button-radius);
}

.product-page-stage02,
.product-page-stage02 * {
  box-sizing: border-box;
}

.product-page-stage02 {
  min-height: 100vh;
  margin-top: calc(-1 * var(--biobalance-navigation-height));
  color: #10281f;
  font-family: "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.product-hero-stage02 {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  align-items: start;
  gap: clamp(30px, 4vw, 66px);
  width: min(1480px, calc(100% - 76px));
  min-height: 0;
  margin: 0 auto;
  padding: 80px 0 clamp(54px, 6vw, 88px);
}

.product-hero__copy {
  min-width: 0;
}

.product-hero__eyebrow {
  margin: 0 0 16px;
  color: #0c382c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.product-hero-stage02 h1 {
  max-width: 590px;
  margin: 0;
  color: #0b382c;
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 4.65vw, 76px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.product-hero-stage02 h1 em {
  font-weight: 400;
}

.product-hero__lede {
  max-width: 550px;
  margin: 26px 0 0;
  color: #17281f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 26px;
}

.product-hero__primary,
.product-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.product-hero__primary {
  min-width: 142px;
  padding: 0 24px;
  border-radius: 10px;
  color: #fffdf8;
  background: #063f30;
  box-shadow: 0 12px 26px rgba(6, 63, 48, 0.18);
}

.product-hero__secondary {
  gap: 14px;
  color: #10281f;
}

.product-hero__secondary span {
  color: #0b4d3a;
  font-size: 20px;
  transform: translateY(-1px);
}

.product-hero__preview-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 22px 0 0;
  color: var(--biobalance-text-secondary);
  font-family: var(--biobalance-font-interface);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.4;
}

.product-hero__preview-status strong {
  color: var(--biobalance-text-primary);
  font-weight: 600;
}

.product-hero__visual {
  align-self: start;
  min-width: 0;
  margin: -60px 0 0;
  position: relative;
  isolation: isolate;
}

.product-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(252, 251, 248, 0.72) 0%,
      rgba(252, 251, 248, 0.4) 8%,
      rgba(252, 251, 248, 0) 15%
    ),
    linear-gradient(
      90deg,
      var(--page-background) 0%,
      rgba(252, 251, 248, 0.82) 5%,
      rgba(252, 251, 248, 0.34) 11%,
      rgba(252, 251, 248, 0) 19%
    ),
    linear-gradient(
      180deg,
      rgba(252, 251, 248, 0) 94%,
      rgba(252, 251, 248, 0.72) 100%
    );
}

.product-hero__base {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}

.product-hero__card {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
  filter:
    drop-shadow(0 14px 24px rgba(4, 24, 18, 0.3))
    drop-shadow(0 0 12px rgba(218, 192, 118, 0.1));
}

.product-hero__score-cluster {
  width: 38.1%;
  top: 4.6%;
  right: 15.1%;
}

.product-hero__top-driver {
  width: 38.1%;
  top: 45.1%;
  right: 15.1%;
  filter:
    drop-shadow(0 12px 22px rgba(4, 24, 18, 0.25))
    drop-shadow(0 0 10px rgba(218, 192, 118, 0.08));
}

.product-hero__highest-impact {
  width: 38.1%;
  top: 67%;
  right: 15.1%;
}

@media (max-width: 1040px) {
  .product-hero-stage02 {
    grid-template-columns: minmax(300px, 0.76fr) minmax(450px, 1.24fr);
    width: min(100% - 92px, 1480px);
    gap: 30px;
    padding-top: 80px;
  }

  .product-hero__visual {
    width: calc(100% + 40px);
    margin-left: -18px;
  }

  .product-hero-stage02 h1 {
    font-size: 40px;
    line-height: 0.94;
  }
}

@media (max-width: 1040px) and (min-width: 821px) {
  .product-hero__eyebrow {
    margin-bottom: 11px;
    font-size: 11px;
  }

  .product-hero__lede {
    max-width: 342px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .product-hero__actions {
    gap: 20px;
    margin-top: 10px;
  }

  .product-hero__primary,
  .product-hero__secondary {
    min-height: 36px;
    font-size: 12px;
  }

  .product-hero__primary {
    min-width: 112px;
    padding: 0 14px;
  }

  .product-hero__preview-status {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .product-hero-stage02 {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    width: min(100% - 40px, 680px);
    padding: 108px 0 72px;
  }

  .product-hero__visual {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .product-hero__copy,
  .product-hero-stage02 h1,
  .product-hero__lede {
    max-width: 620px;
  }
}

@media (max-width: 900px) {
  .product-global-header__inner {
    grid-template-columns: 148px 1fr 44px;
    column-gap: 20px;
  }

  .product-global-nav,
  .product-global-header__cta {
    display: none !important;
  }

  .product-global-header__menu {
    display: grid;
    grid-column: 3;
    justify-self: end;
    border-color: var(--biobalance-soft-border);
    background: transparent;
    color: var(--biobalance-interface-green);
  }

  .product-global-mobile.public-mobile-menu {
    border-top: 1px solid var(--biobalance-soft-border);
    background: var(--page-background);
    box-shadow: var(--biobalance-subtle-shadow);
  }
}

@media (max-width: 520px) {
  :root {
    --biobalance-outer-gutter: 20px;
    --biobalance-navigation-height: 64px;
  }

  .product-global-header__inner {
    grid-template-columns: 140px 1fr 44px;
  }

  .product-global-header__logo {
    width: 140px;
  }

  .product-hero-stage02 {
    width: calc(100% - 32px);
    padding-top: 104px;
  }

  .product-hero-stage02 h1 {
    font-size: 46px;
  }

  .product-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .product-hero__primary {
    width: 100%;
  }

  .product-hero__preview-status {
    font-size: 15px;
  }
}

/* Stage 03 — Everything Works Together */
.product-connections {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) 212px;
  gap: 18px;
  width: min(calc(100% - 48px), 1480px);
  min-height: 174px;
  margin: 0 auto 28px;
  padding: 16px 18px;
  border: 1px solid #e7e2d9;
  border-radius: 14px;
  background: #fdfcf9;
  box-shadow: 0 8px 24px rgba(15, 46, 36, 0.035);
  color: #0f2e24;
  font-family: "Geist", sans-serif;
}

.product-connections__intro {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  min-width: 0;
}

.product-connections__number {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  line-height: 0.9;
}

.product-connections__intro h2 {
  margin: 1px 0 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-connections__intro p {
  margin: 0;
  color: #263d35;
  font-size: 10px;
  line-height: 1.6;
}

.product-connections__intro a,
.product-connections__snapshot > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 13px;
  color: #0b3b2e;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.product-connections__center {
  display: grid;
  align-content: center;
  min-width: 0;
}

.product-connections__signals {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.product-signal {
  position: relative;
  display: grid;
  flex: 0 1 58px;
  justify-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.product-signal:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% + 29px);
  width: calc(100% - 4px);
  height: 1px;
  background: #d2ccc1;
}

.product-signal__chip {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #e1ddd5;
  border-radius: 50%;
  background: #f4f0e9;
}

.product-signal__chip img {
  display: block;
  width: 30px;
  height: 30px;
}

.product-signal figcaption {
  color: #203a31;
  font-size: 8.5px;
  font-weight: 550;
  line-height: 1.2;
  white-space: nowrap;
}

.product-connections__statement {
  margin: 12px 0 0;
  text-align: center;
  color: #17362c;
  font-size: 10px;
  font-weight: 500;
}

.product-connections__snapshot {
  align-self: stretch;
  padding: 8px 11px 7px;
  border: 1px solid #e7e2d9;
  border-radius: 12px;
  background: #fbfaf7;
}

.product-connections__snapshot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}

.product-connections__snapshot-header h3 {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
}

.product-connections__snapshot-header > span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #31483f;
  font-size: 8px;
  font-weight: 500;
  white-space: nowrap;
}

.product-connections__snapshot dl {
  margin: 0;
}

.product-snapshot-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 19px;
  border-bottom: 1px solid #e2ded6;
}

.product-snapshot-row dt,
.product-snapshot-row dd {
  display: flex;
  align-items: center;
  margin: 0;
}

.product-snapshot-row dt {
  gap: 7px;
  font-size: 8px;
  font-weight: 600;
}

.product-snapshot-row dt img {
  width: 13px;
  height: 13px;
}

.product-snapshot-row dd {
  gap: 5px;
  justify-content: flex-end;
  font-size: 7px;
}

.product-snapshot-row dd strong {
  color: #18372d;
  font-size: 8px;
  font-weight: 500;
  white-space: nowrap;
}

.product-snapshot-row dd span {
  color: #315a48;
  white-space: nowrap;
}

.product-connections__snapshot > a {
  margin-top: 6px;
  font-size: 8px;
}

@media (min-width: 821px) and (max-width: 1100px) and (min-height: 700px) {
  .product-connections {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .product-connections {
    grid-template-columns: 166px minmax(0, 1fr);
    width: min(calc(100% - 40px), 728px);
    margin-top: -34px;
  }

  .product-connections__snapshot {
    grid-column: 1 / -1;
  }

  .product-signal {
    flex-basis: 62px;
  }

  .product-signal__chip {
    width: 53px;
    height: 53px;
  }

  .product-signal__chip img {
    width: 32px;
    height: 32px;
  }

  .product-signal:not(:last-child)::after {
    top: 26px;
    left: calc(50% + 31px);
    height: 1.25px;
  }

  .product-signal figcaption {
    font-size: 9px;
  }
}

@media (max-width: 520px) {
  .product-connections {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin-top: -42px;
    padding: 18px 16px;
  }

  .product-connections__intro {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .product-connections__intro p {
    max-width: 270px;
    font-size: 11px;
  }

  .product-connections__signals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 18px;
  }

  .product-signal {
    gap: 7px;
  }

  .product-signal__chip {
    width: 48px;
    height: 48px;
  }

  .product-signal__chip img {
    width: 30px;
    height: 30px;
  }

  .product-signal:not(:last-child)::after {
    display: none;
  }

  .product-signal figcaption {
    font-size: 9px;
    white-space: normal;
    text-align: center;
  }

  .product-connections__statement {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.45;
  }

  .product-connections__snapshot {
    grid-column: auto;
    padding: 14px;
  }

  .product-connections__snapshot-header h3 {
    font-size: 11px;
  }

  .product-connections__snapshot-header > span {
    font-size: 10px;
  }

  .product-snapshot-row {
    min-height: 30px;
  }

  .product-snapshot-row dt,
  .product-snapshot-row dd strong {
    font-size: 10px;
  }

  .product-snapshot-row dd {
    font-size: 9px;
  }
}

/* Stage 04 — Today */
.product-today {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 174px 191px 163px 181px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "phone intro impact wave outlook"
    "phone checklist impact wave outlook";
  gap: 0;
  box-sizing: border-box;
  width: min(calc(100% - 48px), 1480px);
  min-height: 210px;
  height: 210px;
  margin: 0 auto clamp(16px, 2vw, 30px);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--today-border);
  border-radius: 0;
  background: var(--today-bg);
  color: var(--today-text);
  font-family: "Geist", sans-serif;
}

.product-today a {
  color: var(--today-gold);
  font-size: 8.5px;
  font-weight: 650;
  text-decoration: none;
}

.product-today__intro {
  grid-area: intro;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-self: start;
  min-width: 0;
  padding-top: 16px;
}

.product-today__number {
  color: #f0d486;
  font-family: "Instrument Serif", serif;
  font-size: 38px;
  line-height: 0.85;
  text-shadow: 0 0 5px rgba(232, 201, 121, 0.16);
}

.product-today__intro h2 {
  margin: 1px 0 9px;
  color: var(--today-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.product-today__intro p {
  margin: 0;
  color: var(--today-text);
  font-size: 8.5px;
  line-height: 1.5;
}

.product-today__intro .product-today__kicker {
  margin-bottom: 10px;
  font-weight: 550;
}

.product-today__phone {
  grid-area: phone;
  align-self: end;
  justify-self: start;
  width: 152px;
  margin: 0;
}

.product-today__phone img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(2px 0 0);
}

.product-today__checklist {
  grid-area: checklist;
  align-self: start;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 0 36px;
  list-style: none;
}

.product-today__checklist li {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--today-text);
  font-size: 8px;
  line-height: 1.2;
}

.product-today__checklist img {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
}

.product-today__impact,
.product-today__outlook {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid var(--today-card-border);
  border-radius: 11px;
  background: #0d251e;
  box-shadow:
    0 14px 30px rgba(1, 24, 18, 0.24),
    inset 0 1px 0 rgba(216, 225, 214, 0.03);
}

.product-today__impact {
  grid-area: impact;
  align-self: center;
  justify-self: start;
  width: 139px;
  height: 172px;
  padding: 10px 11px 9px;
}

.product-today__card-label,
.product-today__impact > p,
.product-today__impact-score span {
  color: var(--today-text-muted);
  font-size: 7.5px;
  line-height: 1.45;
}

.product-today__card-label {
  margin: 0 0 5px;
}

.product-today__impact h3 {
  margin: 0 0 6px;
  color: var(--today-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.product-today__impact-score {
  display: grid;
  gap: 3px;
  padding: 4px 0;
  border-top: 1px solid rgba(165, 190, 178, 0.22);
}

.product-today__impact-score strong {
  color: var(--today-text);
  font-size: 15px;
  font-weight: 650;
}

.product-today__impact h4,
.product-today__outlook h4 {
  margin: 7px 0 6px;
  color: var(--today-text);
  font-size: 8px;
  font-weight: 700;
}

.product-today__impact > p {
  margin: 0;
  line-height: 1.35;
}

.product-today__impact h4 {
  margin: 5px 0 4px;
}

.product-today__impact > a {
  position: absolute;
  bottom: 8px;
  left: 11px;
}

.product-today__wave {
  grid-area: wave;
  position: relative;
  z-index: 0;
  align-self: start;
  justify-self: start;
  width: 181px;
  height: 210px;
  min-width: 0;
  margin: 0;
  overflow: visible;
}

.product-today__wave img {
  position: absolute;
  top: -9px;
  left: 50%;
  width: auto;
  max-width: none;
  height: calc(100% + 18px);
  opacity: 1;
  filter: none;
  clip-path: inset(0 14% 0 0);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.78) 2%,
    #000 5%,
    #000 95%,
    rgba(0, 0, 0, 0.78) 98%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.78) 2%,
    #000 5%,
    #000 95%,
    rgba(0, 0, 0, 0.78) 98%,
    transparent 100%
  );
  transform: translateX(-50%);
}

.product-today__outlook {
  grid-area: outlook;
  align-self: center;
  justify-self: start;
  width: 261px;
  height: 180px;
  padding: 10px 12px 9px;
  background: #092019;
}

@media (min-width: 1200px) {
  .product-today {
    grid-template-columns:
      minmax(145px, 0.82fr)
      minmax(180px, 1fr)
      minmax(190px, 1fr)
      minmax(280px, 1.55fr)
      minmax(300px, 1.45fr);
    column-gap: clamp(12px, 1.1vw, 22px);
  }

  .product-today__wave,
  .product-today__outlook {
    width: 100%;
    min-width: 0;
  }

  .product-today__wave {
    overflow: hidden;
  }

  .product-today__wave img {
    width: auto;
    height: calc(100% + 18px);
    clip-path: inset(0 14% 0 0);
  }

  .product-today__outlook {
    justify-self: stretch;
  }
}

.product-today__outlook h3 {
  margin: 0 0 11px;
  font-size: 9px;
  font-weight: 600;
}

.product-today__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-today__metrics > div {
  display: grid;
  min-width: 0;
}

.product-today__metrics span,
.product-today__metrics small {
  color: var(--today-text-muted);
  font-size: 7px;
}

.product-today__metrics strong {
  margin: 3px 0 1px;
  color: var(--today-text);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.product-today__metrics small {
  color: #8fd7a4;
}

.product-today__metrics i {
  position: relative;
  display: block;
  height: 4px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(198, 211, 204, 0.23);
}

.product-today__metrics i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--metric);
  border-radius: inherit;
  background: #7fd69c;
}

.product-today__drivers {
  display: grid;
  gap: 7px;
  margin-bottom: 7px;
}

.product-today__drivers > div {
  display: grid;
  grid-template-columns: minmax(78px, 1fr) 72px auto;
  gap: 7px;
  align-items: center;
  color: var(--today-text);
  font-size: 7px;
}

.product-today__drivers i {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(198, 211, 204, 0.28);
}

.product-today__drivers b {
  display: block;
  width: var(--driver);
  height: 100%;
  border-radius: inherit;
  background: var(--today-gold);
}

.product-today__drivers strong {
  color: var(--today-text);
  font-size: 7px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .product-today {
    grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "phone intro impact"
      "phone checklist impact"
      "outlook outlook outlook";
    width: min(calc(100% - 40px), 728px);
    height: auto;
    min-height: 0;
    padding: 16px 18px;
    gap: 14px 18px;
  }

  .product-today__phone {
    width: 104px;
  }

  .product-today__intro {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .product-today__intro p,
  .product-today__checklist li,
  .product-today__card-label,
  .product-today__impact > p,
  .product-today__impact-score span {
    font-size: 9px;
  }

  .product-today__checklist {
    padding-left: 40px;
  }

  .product-today__impact,
  .product-today__outlook {
    background: rgba(16, 63, 52, 0.96);
  }

  .product-today__outlook {
    background: rgba(11, 56, 46, 0.97);
  }

  .product-today__impact {
    height: auto;
    padding: 13px 14px;
  }

  .product-today__outlook {
    height: auto;
    min-height: 168px;
    padding: 13px 15px 12px;
  }

  .product-today__wave {
    display: none;
  }

  .product-today__outlook h3,
  .product-today__impact h4,
  .product-today__outlook h4 {
    font-size: 10px;
  }

  .product-today__metrics span,
  .product-today__metrics small,
  .product-today__drivers > div,
  .product-today__drivers strong,
  .product-today a {
    font-size: 9px;
  }

  .product-today__drivers > div {
    grid-template-columns: minmax(110px, 1fr) minmax(120px, 1.4fr) auto;
  }
}

@media (max-width: 520px) {
  .product-today {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    padding: 22px 20px;
    gap: 22px;
  }

  .product-today__intro { order: 1; }
  .product-today__phone { order: 2; }
  .product-today__checklist { order: 3; }
  .product-today__impact { order: 4; }
  .product-today__wave { order: 5; }
  .product-today__outlook { order: 6; }

  .product-today__intro {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .product-today__number {
    font-size: 46px;
  }

  .product-today__intro h2 {
    font-size: 12px;
  }

  .product-today__intro p,
  .product-today__checklist li,
  .product-today__card-label,
  .product-today__impact > p,
  .product-today__impact-score span {
    font-size: 11px;
  }

  .product-today__phone {
    width: 150px;
    align-self: center;
  }

  .product-today__checklist {
    width: 100%;
    gap: 11px;
    padding: 0;
  }

  .product-today__checklist img {
    width: 17px;
    height: 17px;
  }

  .product-today__impact,
  .product-today__outlook {
    width: 100%;
    padding: 18px;
  }

  .product-today__impact h3 {
    font-size: 17px;
  }

  .product-today__impact-score strong {
    font-size: 20px;
  }

  .product-today__wave {
    display: none;
  }

  .product-today__outlook h3,
  .product-today__impact h4,
  .product-today__outlook h4 {
    font-size: 12px;
  }

  .product-today__metrics span,
  .product-today__metrics small,
  .product-today__drivers > div,
  .product-today__drivers strong,
  .product-today a {
    font-size: 10px;
  }

  .product-today__metrics strong {
    font-size: 18px;
  }

  .product-today__drivers > div {
    grid-template-columns: minmax(100px, 1fr) 82px auto;
  }
}

/* Stage 05 — Discovery Engine */
.product-discovery,
.product-discovery * {
  box-sizing: border-box;
}

.product-discovery {
  display: grid;
  grid-template-columns:
    minmax(170px, 0.9fr)
    minmax(220px, 1.15fr)
    minmax(300px, 1.45fr)
    minmax(220px, 1fr);
  width: min(calc(100% - 48px), 1480px);
  height: 188px;
  min-height: 188px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid rgba(7, 56, 45, 0.045);
  border-radius: 0 0 13px 13px;
  background: var(--page-background);
  color: var(--biobalance-text-primary);
  font-family: var(--biobalance-font-interface);
}

.product-discovery a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b3b2e;
  font-size: 8px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.product-discovery__intro {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  min-width: 0;
  padding: 10px 12px 8px;
}

.product-discovery__number {
  color: #123b30;
  font-family: var(--biobalance-font-display);
  font-size: 39px;
  line-height: 0.88;
}

.product-discovery__intro h2 {
  margin: 2px 0 9px;
  color: #15372e;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.product-discovery__intro p {
  max-width: 126px;
  margin: 0 0 10px;
  color: #243d35;
  font-size: 7.5px;
  line-height: 1.48;
}

.product-discovery__intro ul {
  display: grid;
  gap: 5px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.product-discovery__intro li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #17362d;
  font-size: 7px;
  line-height: 1.1;
}

.product-discovery__intro li img {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

.product-discovery__finding {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 14px 14px 11px;
  border-left: 1px solid rgba(7, 56, 45, 0.032);
  border-right: 1px solid rgba(7, 56, 45, 0.032);
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(15, 46, 36, 0.025);
}

.product-discovery__label {
  margin: 0 0 8px;
  color: #2f463e;
  font-size: 7px;
  font-weight: 520;
}

.product-discovery__finding h3 {
  margin: 0;
  color: #112e26;
  font-family: var(--biobalance-font-display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.15;
}

.product-discovery__evidence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 24px;
}

.product-discovery__evidence > div > span {
  display: block;
  margin-bottom: 6px;
  color: #34483f;
  font-size: 7px;
  line-height: 1;
}

.product-discovery__evidence > div > img {
  display: block;
  width: 100px;
  height: auto;
}

.product-discovery__confidence p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.product-discovery__confidence strong {
  color: #102e26;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.product-discovery__confidence img {
  width: 14px;
  height: 14px;
}

.product-discovery__finding > a {
  margin-top: auto;
}

.product-discovery__map {
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
  overflow: hidden;
}

.product-discovery__map > img {
  display: block;
  width: 95%;
  height: auto;
  clip-path: inset(4px 0 0);
}

.product-discovery__outcome {
  align-self: center;
  min-width: 0;
  min-height: 158px;
  margin: 9px 10px 9px 0;
  padding: 12px 14px 8px;
  border: 1px solid rgba(7, 56, 45, 0.042);
  border-radius: 11px;
  background: #fdfcf9;
  box-shadow: 0 8px 24px rgba(15, 46, 36, 0.025);
}

.product-discovery__outcome h3 {
  margin: 0 0 9px;
  color: #233d34;
  font-size: 8px;
  font-weight: 600;
}

.product-discovery__outcome > strong {
  display: block;
  color: #092f27;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1;
}

.product-discovery__outcome > p {
  margin: 8px 0 2px;
  color: #203930;
  font-size: 7px;
  font-weight: 550;
}

.product-discovery__outcome > img {
  display: block;
  width: 94%;
  height: auto;
  margin: -2px auto 0;
}

@media (max-width: 900px) {
  .product-discovery {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    width: min(calc(100% - 40px), 728px);
    height: auto;
  }

  .product-discovery__intro,
  .product-discovery__finding {
    min-height: 184px;
  }

  .product-discovery__map {
    min-height: 220px;
    border-top: 1px solid rgba(7, 56, 45, 0.032);
  }

  .product-discovery__outcome {
    width: calc(100% - 18px);
    margin: 10px 9px;
  }
}

@media (max-width: 520px) {
  .product-discovery {
    display: flex;
    width: calc(100% - 32px);
    flex-direction: column;
    border-radius: 12px;
  }

  .product-discovery__intro,
  .product-discovery__finding,
  .product-discovery__map,
  .product-discovery__outcome {
    width: 100%;
    min-height: 0;
  }

  .product-discovery__intro {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .product-discovery__number {
    font-size: 46px;
  }

  .product-discovery__intro h2 {
    font-size: 11px;
  }

  .product-discovery__intro p {
    max-width: 250px;
    font-size: 11px;
  }

  .product-discovery__intro li,
  .product-discovery a,
  .product-discovery__label,
  .product-discovery__evidence > div > span,
  .product-discovery__outcome h3,
  .product-discovery__outcome > p {
    font-size: 10px;
  }

  .product-discovery__intro li img {
    width: 16px;
    height: 16px;
  }

  .product-discovery__finding {
    padding: 20px 18px;
    border-right: 0;
    border-radius: 0;
  }

  .product-discovery__finding h3 {
    font-size: 25px;
  }

  .product-discovery__evidence {
    margin: 25px 0;
  }

  .product-discovery__evidence > div > img {
    width: 132px;
  }

  .product-discovery__confidence strong {
    font-size: 23px;
  }

  .product-discovery__map {
    padding: 8px 0;
    border-top: 1px solid rgba(7, 56, 45, 0.032);
  }

  .product-discovery__outcome {
    width: calc(100% - 28px);
    margin: 14px;
    padding: 18px;
  }

  .product-discovery__outcome > strong {
    font-size: 34px;
  }
}

/* Stage 06 — Navigator */
.product-navigator,
.product-navigator * {
  box-sizing: border-box;
}

.product-navigator {
  display: grid;
  grid-template-columns: 31.5% 10.5% 38.5% 19.5%;
  width: min(calc(100% - 48px), 1480px);
  min-height: 210px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid rgba(7, 56, 45, 0.045);
  border-radius: 13px;
  background: var(--page-background);
  color: var(--biobalance-text-primary);
  font-family: var(--biobalance-font-interface);
}

.product-navigator__left-composite {
  position: relative;
  isolation: isolate;
  grid-column: 1;
  min-width: 0;
  min-height: 208px;
  overflow: hidden;
}

.product-navigator a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b3b2e;
  font-size: 8px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.product-navigator__intro {
  position: relative;
  isolation: isolate;
  z-index: 2;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  width: 56%;
  height: 100%;
  gap: 9px;
  min-width: 0;
  padding: 10px 8px 9px 12px;
  background: none;
}

.product-navigator__intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--page-background) 0%,
    var(--page-background) 60%,
    rgba(252, 251, 248, 0.86) 75%,
    rgba(252, 251, 248, 0.38) 90%,
    rgba(252, 251, 248, 0) 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 52% 44% at 100% 100%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.24) 34%,
    rgba(0, 0, 0, 1) 76%
  );
  mask-image: radial-gradient(
    ellipse 52% 44% at 100% 100%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.24) 34%,
    rgba(0, 0, 0, 1) 76%
  );
}

.product-navigator__number {
  color: #123b30;
  font-family: var(--biobalance-font-display);
  font-size: 39px;
  line-height: 0.88;
}

.product-navigator__intro h2 {
  margin: 2px 0 9px;
  color: #15372e;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.product-navigator__intro p {
  max-width: 125px;
  margin: 0 0 8px;
  color: #243d35;
  font-size: 7.5px;
  line-height: 1.48;
}

.product-navigator__intro .product-navigator__kicker {
  margin-bottom: 8px;
  color: #17362d;
  font-weight: 600;
}

.product-navigator__intro ul,
.product-navigator__reasoning ul {
  display: grid;
  gap: 5px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.product-navigator__intro li,
.product-navigator__reasoning li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #17362d;
  font-size: 7px;
  line-height: 1.15;
}

.product-navigator__intro li img,
.product-navigator__reasoning li img {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

.product-navigator__sarah {
  position: absolute;
  inset: 0;
  isolation: isolate;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  transform: none;
  overflow: hidden;
  align-items: flex-end;
  background: #eee5d9;
}

.product-navigator__sarah img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.055) saturate(1.04) brightness(1.015) contrast(1.01);
}

.product-navigator__sarah::before,
.product-navigator__sarah::after {
  content: "";
  position: absolute;
  inset-block: 0;
  z-index: 1;
  pointer-events: none;
}

.product-navigator__sarah::before {
  display: none;
}

.product-navigator__sarah::after {
  right: 0;
  width: 12%;
  background: linear-gradient(
    90deg,
    rgba(252, 251, 248, 0) 0%,
    rgba(252, 251, 248, 0.3) 52%,
    var(--page-background) 100%
  );
}

.product-navigator__action {
  position: relative;
  z-index: 3;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  justify-self: stretch;
  align-self: stretch;
  width: auto;
  min-width: 0;
  margin: 10px 8px;
  transform: translateX(-16px);
  padding: 12px 7px 10px;
  border: 1px solid rgba(7, 56, 45, 0.045);
  border-radius: 9px;
  background: var(--surface-cream);
  box-shadow: 0 6px 18px rgba(15, 46, 36, 0.025);
}

.product-navigator__action > p,
.product-navigator__action span {
  display: block;
  margin: 0;
  color: #354941;
  font-size: 5.5px;
  line-height: 1.3;
}

.product-navigator__action h3 {
  margin: 10px 0 16px;
  color: #112e26;
  font-size: 12px;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.42;
}

.product-navigator__action strong {
  display: block;
  margin-top: 4px;
  color: #102e26;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.25;
}

.product-navigator__action .product-navigator__action-confidence {
  margin-top: 9px;
  color: #263e36;
  font-size: 6.5px;
}

.product-navigator__decision {
  grid-column: 3;
  min-width: 0;
  padding: 8px 8px 5px;
}

.product-navigator__decision-header {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 5px;
}

.product-navigator__decision-header > img {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.product-navigator__decision-header h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 1px 0 5px;
  color: #17372e;
  font-size: 8.5px;
  font-weight: 720;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.product-navigator__decision-header h3 img {
  width: 10px;
  height: 10px;
}

.product-navigator__decision-header p {
  margin: 0;
  color: #31473f;
  font-size: 7px;
  line-height: 1.25;
}

.product-navigator__table-wrap {
  width: 100%;
  min-width: 0;
}

.product-navigator table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #18352d;
  font-size: 6px;
  line-height: 1.2;
}

.product-navigator thead th {
  height: 17px;
  padding: 0 6px 4px;
  color: #34483f;
  font-size: 6px;
  font-weight: 610;
  text-align: left;
  vertical-align: bottom;
}

.product-navigator thead th:first-child {
  width: 27.84%;
}

.product-navigator thead th:nth-child(2) {
  width: 18.56%;
}

.product-navigator thead th:nth-child(3) {
  width: 20.62%;
}

.product-navigator thead th:nth-child(4) {
  width: 15.46%;
}

.product-navigator thead th:nth-child(5) {
  width: 17.52%;
}

.product-navigator tbody th,
.product-navigator tbody td {
  height: 45px;
  padding: 6px;
  border-bottom: 1px solid rgba(7, 56, 45, 0.055);
  text-align: left;
  vertical-align: middle;
}

.product-navigator tbody th {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}

.product-navigator tbody tr.is-recommended th,
.product-navigator tbody tr.is-recommended td {
  height: 51px;
  padding-inline: 7px;
  border-top: 1px solid rgba(7, 56, 45, 0.2);
  border-bottom: 1px solid rgba(7, 56, 45, 0.2);
  background: rgba(252, 251, 248, 0.88);
}

.product-navigator tbody tr.is-recommended th:first-child {
  border-left: 1px solid rgba(7, 56, 45, 0.2);
  border-radius: 7px 0 0 7px;
}

.product-navigator tbody tr.is-recommended td:last-child {
  border-right: 1px solid rgba(7, 56, 45, 0.2);
  border-radius: 0 7px 7px 0;
}

.product-navigator__option-number {
  display: inline-grid;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f1eee8;
  color: #273e36;
  font-size: 6px;
  font-weight: 650;
  place-items: center;
}

.is-recommended .product-navigator__option-number {
  background: #0b3a2e;
  color: #fffdf8;
}

.product-navigator__option-copy,
.product-navigator td {
  min-width: 0;
}

.product-navigator__option-copy strong,
.product-navigator td strong,
.product-navigator td small {
  display: block;
}

.product-navigator__option-copy strong,
.product-navigator td strong {
  color: #152f27;
  font-size: 6.25px;
  font-weight: 680;
}

.product-navigator .is-recommended .product-navigator__option-copy strong {
  color: #0c3027;
  font-size: 6.75px;
  font-weight: 720;
}

.product-navigator .is-recommended td strong {
  color: #0c3027;
  font-size: 6.75px;
  font-weight: 720;
}

.product-navigator__option-copy small,
.product-navigator td small {
  margin-top: 3px;
  color: #4a5b55;
  font-size: 5px;
  font-weight: 450;
}

.product-navigator td > span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.product-navigator td > span img {
  width: 9px;
  height: 9px;
}

.product-navigator__recommended {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 2px;
  margin-bottom: 3px;
  padding: 1px 4px;
  border-radius: 999px;
  background: #dcebdc;
  color: #184534;
  font-size: 4.5px;
  font-weight: 650;
  line-height: 1.2;
}

.product-navigator__recommended img {
  width: 6px;
  height: 6px;
}

.product-navigator__reasoning {
  grid-column: 4;
  min-width: 0;
  margin: 9px 8px 9px 0;
  padding: 12px 11px 10px;
  border: 1px solid rgba(7, 56, 45, 0.042);
  border-radius: 10px;
  background: var(--surface-cream);
  box-shadow: 0 8px 24px rgba(15, 46, 36, 0.025);
}

.product-navigator__reasoning header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}

.product-navigator__reasoning header img {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
}

.product-navigator__reasoning h3 {
  margin: 1px 0 0;
  color: #17372e;
  font-size: 7px;
  font-weight: 680;
  line-height: 1.35;
}

.product-navigator__reasoning ul {
  gap: 8px;
  margin-bottom: 14px;
}

.product-navigator__reasoning li {
  font-size: 6.5px;
}

@media (max-width: 900px) {
  .product-navigator {
    grid-template-columns: minmax(170px, 0.8fr) minmax(220px, 1fr) minmax(190px, 0.9fr);
    width: min(calc(100% - 40px), 728px);
    min-height: 0;
  }

  .product-navigator__left-composite {
    display: contents;
  }

  .product-navigator__intro {
    width: auto;
    height: auto;
    background: var(--page-background);
  }

  .product-navigator__intro::before {
    display: none;
  }

  .product-navigator__intro,
  .product-navigator__sarah,
  .product-navigator__action {
    min-height: 230px;
  }

  .product-navigator__sarah,
  .product-navigator__action {
    grid-column: auto;
    grid-row: auto;
  }

  .product-navigator__sarah {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0;
    transform: none;
  }

  .product-navigator__sarah img {
    max-height: 230px;
  }

  .product-navigator__action {
    width: auto;
    justify-self: stretch;
    transform: none;
  }

  .product-navigator__sarah::before,
  .product-navigator__sarah::after {
    display: none;
  }

  .product-navigator__decision {
    grid-column: 1 / -1;
    padding: 18px;
    border-top: 1px solid rgba(7, 56, 45, 0.04);
  }

  .product-navigator__reasoning {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px;
    border-width: 1px 0 0;
    border-radius: 0;
  }

  .product-navigator table {
    font-size: 7px;
  }

  .product-navigator thead th,
  .product-navigator__option-copy small,
  .product-navigator td small {
    font-size: 6.5px;
  }

  .product-navigator__option-copy strong,
  .product-navigator td strong {
    font-size: 7.5px;
  }
}

@media (max-width: 520px) {
  .product-navigator {
    display: flex;
    width: calc(100% - 32px);
    flex-direction: column;
  }

  .product-navigator__intro,
  .product-navigator__sarah,
  .product-navigator__action,
  .product-navigator__decision,
  .product-navigator__reasoning {
    width: 100%;
    min-height: 0;
  }

  .product-navigator__intro {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .product-navigator__number {
    font-size: 46px;
  }

  .product-navigator__intro h2 {
    font-size: 11px;
  }

  .product-navigator__intro p {
    max-width: 250px;
    font-size: 11px;
  }

  .product-navigator__intro li,
  .product-navigator a,
  .product-navigator__action > p,
  .product-navigator__action span,
  .product-navigator__reasoning li {
    font-size: 10px;
  }

  .product-navigator__intro li img,
  .product-navigator__reasoning li img {
    width: 16px;
    height: 16px;
  }

  .product-navigator__sarah {
    background: #eee5d9;
  }

  .product-navigator__sarah img {
    width: min(100%, 330px);
    height: auto;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
  }

  .product-navigator__action {
    width: calc(100% - 28px);
    margin: 14px;
    padding: 18px;
  }

  .product-navigator__action h3 {
    margin: 14px 0 22px;
    font-size: 20px;
  }

  .product-navigator__action strong {
    font-size: 13px;
  }

  .product-navigator__decision {
    padding: 20px 14px;
  }

  .product-navigator__decision-header > img {
    width: 20px;
    height: 20px;
  }

  .product-navigator__decision-header h3 {
    font-size: 10px;
  }

  .product-navigator__decision-header p,
  .product-navigator__reasoning h3 {
    font-size: 9px;
  }

  .product-navigator__table-wrap {
    overflow: visible;
  }

  .product-navigator table {
    min-width: 0;
    font-size: 9px;
  }

  .product-navigator thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .product-navigator tbody {
    display: grid;
    gap: 10px;
  }

  .product-navigator tbody tr,
  .product-navigator tbody tr.is-recommended {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(7, 56, 45, 0.08);
    border-radius: 9px;
    background: #fdfcf9;
    overflow: hidden;
  }

  .product-navigator tbody th,
  .product-navigator tbody td,
  .product-navigator tbody tr.is-recommended th,
  .product-navigator tbody tr.is-recommended td {
    height: auto;
    min-height: 48px;
    padding: 9px;
    border: 0;
    border-bottom: 1px solid rgba(7, 56, 45, 0.05);
    border-radius: 0;
  }

  .product-navigator tbody th {
    grid-column: 1 / -1;
    background: rgba(250, 248, 243, 0.75);
  }

  .product-navigator tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: #607169;
    font-size: 7px;
    font-weight: 620;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .product-navigator tbody td:nth-of-type(1)::before { content: "Expected recovery"; }
  .product-navigator tbody td:nth-of-type(2)::before { content: "Expected sleep"; }
  .product-navigator tbody td:nth-of-type(3)::before { content: "Energy"; }
  .product-navigator tbody td:nth-of-type(4)::before { content: "Confidence"; }

  .product-navigator__option-copy strong,
  .product-navigator td strong {
    font-size: 10px;
  }

  .product-navigator__option-copy small,
  .product-navigator td small {
    font-size: 8px;
  }

  .product-navigator__reasoning {
    padding: 20px 18px;
  }

  .product-navigator__reasoning header img {
    width: 24px;
    height: 24px;
  }
}

/* Global typography readability pass — approved Stages 01–08. */
.product-global-nav.public-site-nav .product-global-nav__link {
  font-size: var(--text-sm);
}

.product-global-header__cta,
.product-global-mobile a {
  font-size: 13px;
}

.product-hero__lede {
  font-size: var(--text-body-lg);
  line-height: 1.55;
}

.product-hero__primary,
.product-hero__secondary {
  font-size: var(--text-link);
}

.product-hero__preview-status {
  font-size: var(--text-sm);
}

.product-hero__eyebrow {
  font-size: var(--text-xs);
  line-height: 1.1;
}

@media (min-width: 901px) {
  .product-connections {
    min-height: 244px;
  }

  .product-connections__intro h2,
  .product-connections__snapshot-header h3,
  .product-today__intro h2,
  .product-discovery__intro h2,
  .product-navigator__intro h2,
  .product-protocols__intro h2,
  .product-experiments__intro h2 {
    font-size: var(--text-section-label);
  }

  .product-connections__intro p,
  .product-today__intro p,
  .product-discovery__intro p,
  .product-navigator__intro p,
  .product-protocols__intro p,
  .product-experiments__intro p {
    font-size: var(--text-body);
    line-height: 1.45;
  }

  .product-connections__intro a,
  .product-connections__snapshot > a,
  .product-today a,
  .product-discovery a,
  .product-navigator a,
  .product-protocols__intro a,
  .product-experiments__intro a {
    font-size: var(--text-link);
  }

  .product-signal figcaption {
    min-height: 30px;
    font-size: var(--text-xs);
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-align: center;
    white-space: normal;
  }

  .product-signal {
    flex-basis: 64px;
  }

  .product-connections__statement {
    font-size: var(--text-sm);
  }

  .product-connections__snapshot-header > span,
  .product-snapshot-row dt,
  .product-snapshot-row dd,
  .product-snapshot-row dd strong,
  .product-connections__snapshot > a {
    font-size: var(--text-xs);
  }

  .product-snapshot-row {
    min-height: 29px;
  }

  .product-today {
    height: auto;
    min-height: 332px;
  }

  .product-today__intro {
    padding-top: 18px;
  }

  .product-today__checklist {
    gap: 10px;
  }

  .product-today__checklist li {
    font-size: var(--text-sm);
  }

  .product-today__impact {
    height: auto;
    min-height: 252px;
    padding: 12px 10px;
  }

  .product-today__card-label,
  .product-today__impact > p,
  .product-today__impact-score span,
  .product-today__metrics span,
  .product-today__metrics small,
  .product-today__drivers > div,
  .product-today__drivers strong {
    font-size: var(--text-xs);
  }

  .product-today__impact h3,
  .product-today__metrics strong {
    font-size: var(--text-sm);
  }

  .product-today__impact h4,
  .product-today__outlook h3,
  .product-today__outlook h4 {
    font-size: var(--text-xs);
  }

  .product-today__impact > a {
    bottom: 10px;
    left: 10px;
  }

  .product-today__wave {
    height: 332px;
  }

  .product-today__outlook {
    height: auto;
    min-height: 252px;
    padding: 13px 12px;
  }

  .product-today__drivers {
    gap: 8px;
  }

  .product-today__drivers > div {
    grid-template-columns: minmax(80px, 1fr) 58px auto;
    gap: 5px;
  }

  .product-discovery {
    height: auto;
    min-height: 260px;
  }

  .product-discovery__intro li,
  .product-discovery__label,
  .product-discovery__evidence > div > span,
  .product-discovery__outcome h3,
  .product-discovery__outcome > p {
    font-size: var(--text-xs);
  }

  .product-discovery__intro li {
    line-height: 1.35;
  }

  .product-discovery__finding h3 {
    font-size: 20px;
  }

  .product-discovery__outcome {
    min-height: 220px;
  }

  .product-navigator {
    min-height: 318px;
  }

  .product-navigator__left-composite {
    min-height: 316px;
  }

  .product-navigator__intro {
    padding-block: 14px;
  }

  .product-navigator__intro li,
  .product-navigator__reasoning li {
    font-size: var(--text-xs);
    line-height: 1.3;
  }

  .product-navigator__action > p,
  .product-navigator__action span,
  .product-navigator__action strong,
  .product-navigator__action .product-navigator__action-confidence {
    font-size: var(--text-xs);
  }

  .product-navigator__action h3 {
    font-size: 15px;
  }

  .product-navigator__decision-header h3,
  .product-navigator__reasoning h3 {
    font-size: var(--text-xs);
  }

  .product-navigator__decision-header p {
    font-size: var(--text-xs);
  }

  .product-navigator table,
  .product-navigator thead th,
  .product-navigator__option-copy strong,
  .product-navigator td strong,
  .product-navigator .is-recommended .product-navigator__option-copy strong,
  .product-navigator .is-recommended td strong,
  .product-navigator__option-copy small,
  .product-navigator td small,
  .product-navigator__recommended,
  .product-navigator__option-number {
    font-size: var(--text-xs);
  }

  .product-navigator table {
    max-width: 100%;
    letter-spacing: -0.04em;
  }

  .product-navigator th,
  .product-navigator td,
  .product-navigator th span,
  .product-navigator td span,
  .product-navigator th strong,
  .product-navigator td strong,
  .product-navigator th small,
  .product-navigator td small {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  .product-navigator thead th:first-child {
    width: 24%;
  }

  .product-navigator thead th:nth-child(2) {
    width: 16%;
  }

  .product-navigator thead th:nth-child(3) {
    width: 21%;
  }

  .product-navigator thead th:nth-child(4) {
    width: 19%;
  }

  .product-navigator thead th:nth-child(5) {
    width: 20%;
  }

  .product-navigator thead th {
    padding-inline: 2px;
  }

  .product-navigator tbody th,
  .product-navigator tbody td,
  .product-navigator tbody tr.is-recommended th,
  .product-navigator tbody tr.is-recommended td {
    height: auto;
    min-height: 68px;
    padding: 8px 2px;
  }

  .product-navigator__reasoning ul {
    gap: 10px;
  }

  .product-protocols {
    height: auto;
    min-height: 266px;
  }

  .product-protocols__intro li,
  .product-protocols__day header span,
  .product-protocols__day h3,
  .product-protocols__row dt,
  .product-protocols__row dd,
  .product-protocols__row dd span,
  .product-protocols__impact h3,
  .product-protocols__impact p {
    font-size: var(--text-xs);
  }

  .product-protocols__row {
    min-height: 53px;
  }

  .product-protocols__impact {
    margin-block: 34px;
  }

  .product-protocols__photo {
    min-height: 264px;
  }

  .product-experiments {
    min-height: 244px;
  }

  .product-experiments__intro li,
  .product-experiments__eyebrow,
  .product-experiments__progress strong,
  .product-experiments__finding strong,
  .product-experiments__finding p,
  .product-experiments__measures h3,
  .product-experiments__measures li {
    font-size: var(--text-xs);
  }

  .product-experiments__current h3 {
    font-size: 15px;
  }

  .product-experiments__intro,
  .product-experiments__current,
  .product-experiments__measures {
    padding-block: 16px;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .product-connections__intro h2,
  .product-today__intro h2,
  .product-discovery__intro h2,
  .product-navigator__intro h2,
  .product-protocols__intro h2,
  .product-experiments__intro h2 {
    font-size: var(--text-section-label);
  }

  .product-connections__intro p,
  .product-today__intro p,
  .product-discovery__intro p,
  .product-navigator__intro p,
  .product-protocols__intro p,
  .product-experiments__intro p {
    font-size: var(--text-body);
  }

  .product-connections a,
  .product-today a,
  .product-discovery a,
  .product-navigator a,
  .product-protocols a,
  .product-experiments a {
    font-size: var(--text-link);
  }

  .product-signal figcaption,
  .product-connections__statement,
  .product-connections__snapshot-header h3,
  .product-connections__snapshot-header > span,
  .product-snapshot-row dt,
  .product-snapshot-row dd,
  .product-snapshot-row dd strong,
  .product-today__card-label,
  .product-today__checklist li,
  .product-today__impact > p,
  .product-today__impact-score span,
  .product-today__impact h4,
  .product-today__outlook h3,
  .product-today__outlook h4,
  .product-today__metrics span,
  .product-today__metrics small,
  .product-today__drivers > div,
  .product-today__drivers strong,
  .product-discovery__intro li,
  .product-discovery__label,
  .product-discovery__evidence > div > span,
  .product-discovery__outcome h3,
  .product-discovery__outcome > p,
  .product-navigator__intro li,
  .product-navigator__action > p,
  .product-navigator__action span,
  .product-navigator__action strong,
  .product-navigator__action .product-navigator__action-confidence,
  .product-navigator__decision-header h3,
  .product-navigator__decision-header p,
  .product-navigator__reasoning h3,
  .product-navigator__reasoning li,
  .product-navigator table,
  .product-navigator thead th,
  .product-navigator__option-copy strong,
  .product-navigator td strong,
  .product-navigator .is-recommended .product-navigator__option-copy strong,
  .product-navigator .is-recommended td strong,
  .product-navigator__recommended,
  .product-navigator__option-number,
  .product-navigator__option-copy small,
  .product-navigator td small,
  .product-protocols__intro li,
  .product-protocols__day header span,
  .product-protocols__day h3,
  .product-protocols__row dt,
  .product-protocols__row dd,
  .product-protocols__row dd span,
  .product-protocols__impact h3,
  .product-protocols__impact p,
  .product-experiments__intro li,
  .product-experiments__eyebrow,
  .product-experiments__progress strong,
  .product-experiments__finding strong,
  .product-experiments__finding p,
  .product-experiments__measures h3,
  .product-experiments__measures li {
    font-size: var(--text-xs);
  }

  .product-connections,
  .product-today,
  .product-discovery,
  .product-navigator,
  .product-protocols,
  .product-experiments {
    height: auto;
  }

  .product-today__drivers > div {
    grid-template-columns: minmax(86px, 1fr) 60px auto;
  }
}

@media (max-width: 560px) {
  .product-connections__intro h2,
  .product-today__intro h2,
  .product-discovery__intro h2,
  .product-navigator__intro h2,
  .product-protocols__intro h2,
  .product-experiments__intro h2 {
    font-size: var(--text-section-label);
  }

  .product-global-mobile a,
  .product-hero__lede,
  .product-connections__intro p,
  .product-today__intro p,
  .product-today__checklist li,
  .product-today__impact > p,
  .product-discovery__intro p,
  .product-discovery__intro li,
  .product-navigator__intro p,
  .product-navigator__intro li,
  .product-navigator__reasoning li,
  .product-protocols__intro p,
  .product-protocols__intro li,
  .product-experiments__intro p,
  .product-experiments__intro li,
  .product-experiments__finding p,
  .product-experiments__measures li {
    font-size: var(--text-body);
  }

  .product-connections a,
  .product-today a,
  .product-discovery a,
  .product-navigator a,
  .product-protocols a,
  .product-experiments a {
    font-size: var(--text-link);
  }

  .product-signal figcaption,
  .product-connections__statement,
  .product-connections__snapshot-header h3,
  .product-connections__snapshot-header > span,
  .product-snapshot-row dt,
  .product-snapshot-row dd,
  .product-snapshot-row dd strong,
  .product-today__card-label,
  .product-today__impact-score span,
  .product-today__metrics span,
  .product-today__metrics small,
  .product-today__drivers > div,
  .product-today__drivers strong,
  .product-discovery__label,
  .product-discovery__evidence > div > span,
  .product-discovery__outcome h3,
  .product-discovery__outcome > p,
  .product-navigator__action > p,
  .product-navigator__action span,
  .product-navigator__action .product-navigator__action-confidence,
  .product-navigator__decision-header h3,
  .product-navigator__decision-header p,
  .product-navigator__reasoning h3,
  .product-navigator table,
  .product-navigator__option-copy strong,
  .product-navigator td strong,
  .product-navigator__recommended,
  .product-navigator__option-number,
  .product-navigator__option-copy small,
  .product-navigator td small,
  .product-protocols__day header span,
  .product-protocols__day h3,
  .product-protocols__row dt,
  .product-protocols__row dd,
  .product-protocols__row dd span,
  .product-protocols__impact h3,
  .product-protocols__impact p,
  .product-experiments__eyebrow,
  .product-experiments__progress strong,
  .product-experiments__finding strong,
  .product-experiments__measures h3 {
    font-size: var(--text-xs);
  }

  .product-navigator tbody td::before {
    font-size: var(--text-xs);
  }

  .product-navigator thead th,
  .product-navigator .is-recommended .product-navigator__option-copy strong,
  .product-navigator .is-recommended td strong {
    font-size: var(--text-xs);
  }
}

/* Today Intelligence Layer System v2.0 — transparent atmosphere behind live content. */
.product-today {
  grid-template-columns: 174px 191px 163px minmax(0, 1fr);
  grid-template-areas:
    "phone intro impact outlook"
    "phone checklist impact outlook";
}

.product-today__intro,
.product-today__phone,
.product-today__checklist,
.product-today__impact,
.product-today__outlook {
  position: relative;
  z-index: 2;
}

.product-today__intelligence {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 17%;
  bottom: 0;
  left: 43%;
  overflow: visible;
  pointer-events: none;
}

.product-today__network-field,
.product-today__luminous-wave {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.product-today__network-field {
  top: -3%;
  left: -8%;
  width: 118%;
  height: 106%;
  object-fit: fill;
  opacity: 0.92;
}

.product-today__luminous-wave {
  top: -1%;
  left: -9%;
  width: 121%;
  height: 102%;
  object-fit: fill;
  opacity: 0.98;
}

.product-today__impact {
  display: flex;
  flex-direction: column;
}

.product-today__impact > a {
  position: static;
  margin-top: auto;
  padding-top: 12px;
}

.product-today__outlook {
  justify-self: end;
}

@media (min-width: 1200px) {
  .product-today {
    grid-template-columns:
      minmax(125px, 0.88fr)
      minmax(230px, 1.32fr)
      minmax(190px, 1.05fr)
      minmax(300px, 1.55fr);
    gap: clamp(18px, 2vw, 34px);
  }

  .product-today__outlook {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
}

@media (max-width: 820px) {
  .product-today {
    grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "phone intro impact"
      "phone checklist impact"
      "outlook outlook outlook";
  }

  .product-today__intelligence {
    top: 32%;
    right: 2%;
    bottom: 0;
    left: 24%;
  }

  .product-today__network-field {
    opacity: 0.68;
  }

  .product-today__luminous-wave {
    opacity: 0.76;
  }
}

@media (max-width: 520px) {
  .product-today__intelligence {
    top: 44%;
    right: -8%;
    bottom: 0;
    left: 0;
  }

  .product-today__network-field {
    opacity: 0.42;
  }

  .product-today__luminous-wave {
    opacity: 0.5;
  }
}

@media (max-width: 560px) {
  .product-hero__preview-status {
    font-size: var(--text-body);
  }
}
