/* ===========================================================
   Page Loader
=========================================================== */

:root {
  --loader-size: 161.8px;
  --loader-duration: 1.6s;
}

.loader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #d0eaf0 0%, #bac1f5 100%);
  z-index: 99999;
  transition: opacity .45s ease, visibility .45s ease;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__logo {
  width: var(--loader-size);
  height: var(--loader-size);
  /* display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 60px rgba(14, 20, 60, .08), inset 0 1px rgba(255, 255, 255, .95);
  animation: loaderFloat 4s ease infinite; */
}

.loader svg {
  width: var(--loader-size);
  height: auto;
  overflow: visible;
  /* filter: drop-shadow(0 0 12px rgba(105, 122, 255, .12)) drop-shadow(0 0 28px rgba(105, 122, 255, .08)); */
}

.loader svg path:nth-of-type(1) {
  transform-origin: center;
  animation: pulseBlue var(--loader-duration) ease-in-out infinite;
}

.loader svg path:nth-of-type(2) {
  transform-origin: center;
  animation: pulseGrey var(--loader-duration) ease-in-out infinite;
}

.loader svg path:nth-of-type(3) {
  transform-origin: center;
  animation: pulseCyan var(--loader-duration) ease-in-out infinite;
}

@keyframes pulseGrey {
  0%, 100% { transform: scale(1); opacity: .96; }
  45%       { transform: scale(1.07); opacity: 1; }
}

@keyframes pulseBlue {
  0%, 100% { transform: scale(1); }
  25%       { transform: scale(1); }
  60%       { transform: scale(1.11); }
}

@keyframes pulseCyan {
  0%, 100% { transform: scale(1); }
  40%       { transform: scale(1); }
  75%       { transform: scale(1.08); }
}

@keyframes loaderFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-4px); }
}

/* Novera MD type system — exactly two typefaces.
   Display serif: Fraunces (variable, opsz 9-144, wght 100-1000) — h1/h2/hero only.
   Sans: Switzer 400/500/600 — body, h3-h6, nav, buttons, labels, forms, UI. */
;
@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../vendor/fonts/switzer-variable.woff2") format("woff2");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../vendor/fonts/PlusJakartaSans-Regular.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Design tokens */
:root {
  --ink: #16192B;
  --ink-muted: rgb(22 25 43 / 0.72);
  --ink-subtle: rgb(22 25 43 / 0.55);
  --violet: #7689ff;
  --purple: #5267ef;
  --purple_rgb: 82 103 239;
  --cyan: #1fb7e5;
  --cyan_rgb: 31 183 229;
  --mist: #a9b2cf;
  --paper: #fafafa;
  --white: #fff;
  --line: rgba(26, 31, 37, 0.11);
  --soft-line: rgba(26, 31, 37, 0.07);
  --panel-line: rgba(25, 32, 52, .08);
  --muted: var(--ink-muted);
  --serif: "Georgia", serif;
  --sans: "Switzer", -apple-system, Helvetica, Arial, sans-serif;
  --mono: "Courier New", monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.9375rem;
  --text-base: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3.7rem;
  --text-4xl: 4.7rem;
  --container: 1280px;
  --reading: 1280px;
  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 34px;
  --r-xl: 46px;
  --shadow: 0 16px 45px rgba(21, 31, 54, 0.07);
  --shadow-hover: 0 28px 58px rgba(21, 31, 54, 0.13);
  --panel-surface-border: 1px solid var(--panel-line);
  --panel-surface-bg: linear-gradient(175deg, var(--white) 0%, #fbfcff 60%, #f5f7ff 100%);
  --panel-surface-shadow: 0 24px 56px rgba(28, 35, 60, .08), 0 2px 8px rgba(28, 35, 60, .04);
  --panel-surface-glow-top: radial-gradient(circle, rgb(var(--purple_rgb) / 10%), transparent 65%);
  --panel-surface-glow-bottom: radial-gradient(circle, rgb(var(--cyan_rgb) / 7%), transparent 65%);
  --brand-mark-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.56 18.56'%3E%3Cpath fill='%237689FF' d='M16.25 1.58c-1.51-2.08-4.23-2-5.73-.38-.81.88-.92 1.66-.97 2.77-.18 3.34-2.08 6.07-5.57 7.48-2.23.9-3.1 3.56-1.67 5.59 1.19 1.69 3.98 2.21 5.71.34 1.55-1.67.51-3.27 1.64-5.68.98-2.08 2.12-3.39 4.9-4.56 2.23-.94 3.14-3.55 1.69-5.56z'/%3E%3Cpath fill='%23A9B2CE' d='M3.55 0C1.59 0 0 1.59 0 3.55c0 1.95 1.59 3.54 3.55 3.54 1.95 0 3.54-1.59 3.54-3.54C7.09 1.59 5.5 0 3.55 0z'/%3E%3Cpath fill='%231FB7E5' d='M15.02 11.47c-1.96 0-3.55 1.59-3.55 3.55 0 1.96 1.59 3.54 3.55 3.54 1.96 0 3.54-1.58 3.54-3.54 0-1.96-1.58-3.55-3.54-3.55z'/%3E%3C/svg%3E") center/contain no-repeat;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: .2s;
  --dur-mid: .3s;
  --dur-base: .35s;
  --dur-slow: .45s;
  --dur-card: .5s;
  --dur-media: .7s;
  --s-1: 8px;
  --s-2: 12px;
  --s-3: 16px;
  --s-4: 24px;
  --s-5: 32px;
  --s-6: 48px;
  --s-7: 64px;
  --s-8: 96px;
  --s-9: 128px;
  --s-10: 160px;
  --phi: 1.618;
  --section-y: 64px;
  --section-y-methodology: 76px;
  --section-y-shared: 128px;
  --section-y-shared-end: 64px;
  --section-y-mobile: 76px;
  --section-y-mobile-shared: 77px;
  --section-y-mobile-end: 33px;
  --gutter-page: var(--s-4);
  --gutter-page-mobile: var(--s-4);
  --card-radius: 24px;
  --panel-radius: 32px;
  --pill-radius: 999px;
  --card-transition: transform var(--dur-card) var(--ease), box-shadow var(--dur-card) var(--ease);
  --media-transition: transform var(--dur-media) var(--ease);
  --hover-lift-sm: -3px;
  --hover-lift-md: -5px;
  --hover-lift-lg: -6px;
  --mobile-section-padding-LR: 24px;
  --radius-category-md: 22px;
  --radius-category-lg: 28px;
  --shadow-category-elevated: 0 20px 52px rgba(25, 42, 85, .14);
  --gradient_logos: linear-gradient(;
      90deg,
      rgb(var(--cyan_rgb) / 20%),
      rgb(var(--purple_rgb) / 25%));
}

/* Base document */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-size: var(--text-base);
  letter-spacing: 0;
}

body,
html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  text-wrap: balance;
  margin: 0 0 .5em;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
}

h1 {
  line-height: 1.05;
  letter-spacing: -.02em;
}

h2 {
  line-height: 1.15;
  letter-spacing: -.015em;
}

h3,
h4,
h5,
h6 {
  font-family: var(--sans);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
}

p {
  text-wrap: pretty;
}

.accent-italic,
h1 em,
h2 em,
.display em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font: inherit;
}

::selection {
  background: var(--violet);
  color: var(--white);
}

/* Header and navigation */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: padding-top var(--dur-slow) var(--ease), padding-right var(--dur-slow) var(--ease), padding-bottom var(--dur-slow) var(--ease), padding-left var(--dur-slow) var(--ease), transform var(--dur-slow) var(--ease);
  padding: 28px 48px;
  z-index: 100;
  background: 0 0;
}

.is-scrolled .nav-shell {
  background: var(--panel-surface-bg);
  border-color: var(--soft-line);
  box-shadow: 0 14px 42px rgba(25, 31, 41, .12);
  /* transform: translateY(-1px) scale(1.003); */
  opacity: 1;
}

.main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--dur-mid) var(--ease);
}

.main-nav [aria-current]:after,
.main-nav a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.icon-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

.button {
  border: 1px solid var(--line);
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  transition: transform var(--dur-mid) var(--ease), background var(--dur-mid), color var(--dur-mid), box-shadow var(--dur-mid);
  padding: 15px 22px;
  border-radius: 33px;
  font-family: var(--sans);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: .01em;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.button-violet {
  background: var(--violet);
  border-color: var(--violet);
  color: var(--white);
}

.button--light {
  background: var(--white);
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(22, 25, 43, .78);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(247, 250, 255, .92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 6px 14px rgba(17, 26, 48, .08);
}

.button--ghost:hover {
  border-color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(249, 251, 255, .96) 100%);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), 0 10px 20px rgba(17, 26, 48, .12);
}

.button--ghost:focus-visible {
  outline: 2px solid rgba(82, 103, 239, .45);
  outline-offset: 2px;
}

/* Shared typography and layout primitives */
.eyebrow {
  font-family: var(--sans);
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--purple);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 var(--s-3);
}

.display {
  font: 400 var(--text-4xl)/1.05 var(--serif);
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  letter-spacing: -.02em;
  text-wrap: balance;
  margin: 0;
}

.display em {
  color: var(--purple);
}

.section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--section-y) 0;
}

.section-inner {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.section > :where(:not(.section-inner)) {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  max-width: 950px;
  margin: 0 auto var(--s-7);
  text-align: center;
}

.section-heading .eyebrow {
  margin: 0 0 12px;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  text-align: center;
  display: block;
  width: 100%;
}

.section-heading > p.eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.section-heading .display {
  font-family: var(--serif);
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  font-size: var(--text-3xl);
  line-height: 1.1;
  letter-spacing: -.015em;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.section-heading > p:not(.eyebrow) {
  margin: 16px auto 0;
  max-width: 60ch;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink-muted);
  text-align: center;  
}

/* Hero */

.badge-icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #8495ff, #6d63f2);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: var(--text-sm);
  margin-bottom: 14px;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;

  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(650px, 1.08fr);
  column-gap: 10px;
  min-height: 100vh;
  padding: 170px 52px 62px;
  row-gap: 5px;
  isolation: isolate;
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: max(0px, calc((100vw - var(--container)) / 2));
  padding-right: max(0px, calc((100vw - var(--container)) / 2));
}

.hero-art {
  position: absolute;
  inset: 0 0 0 45%;
  z-index: 0;
  height: auto;
  pointer-events: none;
  opacity: 1;
  transform: none;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero/novera-hero-right-sabrina.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  filter: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  transform: none;
  will-change: auto;
  mask-image: linear-gradient(to left, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, #000 70%, transparent 100%);
  background-color: #eef0fb;
  background-repeat: no-repeat;
}

[data-animate] {
  opacity: 1;
  transform: none;
}

.hero-art,
.hero-copy,
.hero-trust {
  will-change: transform, opacity;
}

.hero-copy,
.hero-trust {
  z-index: 2;
}

.hero-trust {
  grid-column: 1/-1;
  position: static;
  display: grid;
  z-index: 2;
  align-self: start;
  gap: 0;
  margin: 0;
  width: 100%;
  max-width: 620px;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  margin-top: 50px;
}

.trust-item {
  max-width: none;
  padding: 6px 18px;
  gap: 11px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.35;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item .icon-svg {
  font-size: var(--text-2xl);
  color: var(--purple);
}

.hero-badge {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: var(--card-radius);
  box-shadow: 0 22px 55px rgba(25, 42, 85, .14);
  top: 30%;
  right: max(0px, calc((100vw - var(--container)) / 2));
  width: 200px;
  padding: 27px;
  background: rgba(255, 255, 255, .96);
  border-color: rgba(255, 255, 255, .98);
  pointer-events: auto;
}

.hero-proof {
  position: absolute;
  right: max(0px, calc((100vw - var(--container)) / 2));
  bottom: 29px;
  z-index: 5;
  width: 650px;
  min-height: 106px;
  padding: 16px 26px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(215, 222, 243, .8);
  border-radius:var(--card-radius);
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--shadow-category-elevated);
  backdrop-filter: blur(14px);
}

/* Feature grid */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "one two"
    "one four"
    "three four";
  gap: 20px;
}

.bento-grid > .bento-card {
  min-height: 0;
  height: 100%;
}

.bento-grid > .bento-card:nth-child(1) {
  grid-area: one;
}

.bento-grid > .bento-card:nth-child(2) {
  grid-area: two;
}

.bento-grid > .bento-card:nth-child(3) {
  grid-area: three;
}

.bento-grid > .bento-card:nth-child(4) {
  grid-area: four;
}

.bento-card,
.protocol-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  background: var(--white);
}

.bento-card {
  min-height: 360px;
  padding: 46px;
  transition: var(--card-transition);
}

.bento-card:hover {
  transform: translateY(var(--hover-lift-lg));
  box-shadow: var(--shadow-hover);
}

.bento-card h3 {
  font-family: var(--sans);
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin-bottom: 14px;
}

.bento-card p {
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--ink-muted);
  margin-bottom: var(--s-1);
}

.bento-card p.eyebrow {
  font-size: var(--text-xs);
  font-weight: 700;
}

.text-link {
  font-size: var(--text-base);
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--purple);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.bento-card:hover .bento-art {
  transform: scale(1.05);
}

.art-dna:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 215px;
  top: 12px;
  right: 72px;
  border-left: 4px dotted var(--violet);
  border-right: 4px dotted var(--cyan);
  border-radius: 50%;
  transform: rotate(-25deg);
  filter: drop-shadow(0 10px 14px rgba(48, 56, 166, .19));
}

.art-box:after {
  content: "NOVERA";
  font-family: var(--sans);
  letter-spacing: .12em;
  font-size: var(--text-sm);
  position: absolute;
  top: 41%;
  left: 20%;
  color: #34406d;
}

.art-app:before {
  content: "My protocol\A\A✓ Check-in complete\A\A○ Labs reviewed\A\A○ Physician review";
  white-space: pre;
  position: absolute;
  inset: 24px 12px;
  color: var(--ink-muted);
  font-size: var(--text-xs);
  line-height: 1.9;
}

.bento-art {
  position: absolute;
  transition: var(--media-transition);
  width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 30%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 30%);
}

.art-lab {
  mix-blend-mode: multiply;
  background-image: url("../images/benefits/lab-glassware.jpg");
  background-position: 78% center;
}

.art-dna {
  background-image: url("../images/benefits/dna-sculpture.jpg");
  background-position: 86% center;
}

.art-app:before,
.art-box:after,
.art-dna:before {
  display: none;
}

.art-box {
  transform: none;
  box-shadow: none;
  width: 46%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../images/benefits/delivery-box.jpg") 78% center/cover no-repeat;
  border: 0;
  border-radius: 0;
}

.art-app {
  border: 0;
  box-shadow: none;
  transform: none;
  width: 46%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../images/benefits/care-app.jpg") 72% center/cover no-repeat;
  border-radius: 0;
}

/* Protocol cards */
.protocol-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.protocol-card {
  min-height: 390px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow) var(--ease);
}

.protocol-card:hover {
  transform: translateY(var(--hover-lift-md));
  box-shadow: var(--shadow-hover);
}

.protocol-icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: var(--text-base);
  margin-bottom: 35px;
}

.violet .protocol-icon {
  background: #eef0ff;
  color: #5064ef;
}

.blue .protocol-icon {
  background: #e7f9ff;
  color: #0095c7;
}

.aqua .protocol-icon {
  background: #e9fbf9;
  color: #00a698;
}

.peach .protocol-icon {
  background: #fff2e8;
  color: #ee7930;
}

.protocol-card .eyebrow {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: var(--text-xs);
}

.protocol-card h3 {
  font-family: var(--sans);
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin: 0;
}

.protocol-card p {
  font-size: var(--text-sm);
  line-height: 1.65;
  color: var(--muted);
  margin: 16px 0 22px;
  max-width: 190px;
}

.protocol-card .text-link {
  margin-top: auto;
}

/* Testimonials marquee */
.section_testimonials_marquee {
  max-width: none;
  width: 100%;
  overflow-x: clip;
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--s-8);
  padding-bottom: var(--s-8);
}

.section_testimonials_marquee .section-heading.tm_testimonials_heading {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: 700px;
  width: min(700px, calc(100% - 2rem));
  box-sizing: border-box;
  margin: 0 auto 82px;
  padding-left: 0;
  padding-right: 0;
}

.section_testimonials_marquee .section-heading.tm_testimonials_heading,
.section_testimonials_marquee .section-heading.tm_testimonials_heading p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* .section_testimonials_marquee .section-heading.tm_testimonials_heading>p:not(.eyebrow) {
  max-width: 34ch;
} */

.tm_testimonials_sub {
  margin-top: 14px;
}

.section_testimonials_marquee .scroller {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.section_testimonials_marquee .scroller+.scroller {
  margin-top: 6px;
}

.section_testimonials_marquee .scroller__inner {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section_testimonials_marquee .scroller[data-animated=true] {
  overflow: hidden;
  background: 0 0;
  -webkit-mask-image: none;
  mask-image: none;
}

.section_testimonials_marquee .scroller[data-direction=right] {
  --_tm_animation-direction: reverse;
}

.section_testimonials_marquee .scroller[data-direction=left] {
  --_tm_animation-direction: forwards;
}

.section_testimonials_marquee .scroller[data-speed=fast] {
  --_tm_animation-duration: 95s;
}

.section_testimonials_marquee .scroller[data-speed=medium] {
  --_tm_animation-duration: 70s;
}

.section_testimonials_marquee .scroller[data-speed=slow] {
  --_tm_animation-duration: 105s;
}

.section_testimonials_marquee .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: testimonial-scroll var(--_tm_animation-duration) var(--_tm_animation-direction, forwards) linear infinite;
}

.section_testimonials_marquee .scroller[data-animated=true] .scroller__inner:hover {
  animation-play-state: paused;
}

@keyframes testimonial-scroll {
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.tm_testimonial_card {
  width: 430px;
  padding: 16px;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  background: linear-gradient(170deg, rgb(var(--purple_rgb) / 7%), var(--white) 40%);
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 14px;
  align-items: stretch;
  box-sizing: border-box;
  overflow: hidden;
}

.tm_testimonial_img {
  margin: -16px 0 -16px -16px;
  border-radius: 0;
  height: auto;
  min-height: 0;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.tm_testimonial_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.tm_testimonial_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px 0 0;
}

.tm_testimonial_text p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.45;
  color: var(--ink-muted);
}

.tm_testimonial_meta {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm_stars {
  letter-spacing: 1.6px;
  color: var(--violet);
  font-size: var(--text-sm);
}

.tm_name {
  font-size: var(--text-sm);
  color: var(--ink);
  font-weight: 600;
}

/* CTA and footer */

.cta [data-animate] {
  opacity: 1;
  transform: none;
}

.cta-inner:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -10px;
  bottom: -50px;
  background: var(--brand-mark-bg);
  opacity: .22;
  z-index: 0;
  pointer-events: none;
}

.site-footer {
  max-width: var(--container);
  margin: var(--s-10) auto 0;
  padding: var(--s-7) var(--s-6) var(--s-5);
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 var(--s-6) auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(26, 31, 37, 0), rgba(26, 31, 37, .12) 18%, rgba(26, 31, 37, .12) 82%, rgba(26, 31, 37, 0));
}

.footer-top {
  max-width: calc(var(--reading) - var(--s-8));
  margin: 0 auto;
  padding: 0;
  display: block;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--s-3);
}

.footer-brand__social {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
}

.footer-brand__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--s-4) + var(--s-2));
  height: calc(var(--s-4) + var(--s-2));
  border: 1px solid var(--soft-line);
  border-radius: 50%;
  color: var(--ink);
  transition: color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);
}

.footer-brand__social a:hover {
  color: var(--purple);
  border-color: rgb(var(--purple_rgb) / 28%);
  background-color: rgb(var(--purple_rgb) / 6%);
}

.footer-brand__social a:focus-visible {
  outline: 2px solid var(--purple);
  color: var(--purple);
}

.footer-brand__social .icon-svg {
  width: var(--text-base);
  height: var(--text-base);
}

.brand--footer {
  margin: 0;
}

.brand.brand--footer-mega {
  width: min(100%, calc(var(--s-8) * 3));
  height: auto;
  display: block;
}

.brand.brand--footer-mega img {
  width: 100%;
  max-width: none;
  height: auto;
}

.footer-manifesto {
  margin: 0;
  text-align: left;
  color: var(--ink-muted);
  font-size: 0.575rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: 2fr 0.5fr repeat(3, minmax(0, 1fr));
  column-gap: var(--s-4);
  row-gap: var(--s-6);
}

.footer-links > div:nth-child(1) {
  grid-column: 1;
}

.footer-links > div:nth-child(2) {
  grid-column: 3;
}

.footer-links > div:nth-child(3) {
  grid-column: 4;
}

.footer-links > div:nth-child(4) {
  grid-column: 5;
}

.footer-links > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}

.footer-links > div:not(.footer-brand) > span {
  font-family: var(--sans);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: var(--s-2);
}

.footer-links > div:not(.footer-brand) > a {
  font-size: var(--text-sm);
  line-height: 1.45;
  transition: color var(--dur-fast) var(--ease);
}

.footer-links > div:not(.footer-brand) > a:hover {
  color: var(--purple);
}

.footer-links > div:not(.footer-brand) > a:focus-visible {
  outline: 2px solid var(--purple);
  color: var(--purple);
}

.footer-bottom {
  max-width: calc(var(--reading) - var(--s-8));
  margin: 50px auto;
  border-top: 1px solid var(--soft-line);
  padding: var(--s-5) 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: var(--text-xs);
  letter-spacing: .01em;
}

.inner-hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: 190px 30px 100px;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: end;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.inner-hero:after {
  content: "";
  position: absolute;
  right: -10%;
  top: 10%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 40%, rgba(31, 183, 229, .2), rgba(118, 137, 255, .08) 46%, transparent 67%);
  z-index: -1;
}

.inner-hero .display {
  max-width: 700px;
}

.inner-hero p {
  max-width: 460px;
  font-size: var(--text-base);
  color: var(--muted);
  margin: 26px 0 0;
}

.hero-side-note {
  padding: 25px;
  border-left: 1px solid var(--line);
  font: 400 var(--text-xl)/1.35 var(--serif);
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  letter-spacing: -.01em;
  color: var(--ink-muted);
}

.legal-hero {
  padding: 172px 30px 100px;
  min-height: 580px;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  align-items: stretch;
  gap: 42px;
  overflow: visible;
  background: none;
  position: relative;
  isolation: isolate;
}

.legal-hero:after {
  content: none;
}

.legal-hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(120% 130% at 18% 8%, rgb(var(--purple_rgb) / 14%), transparent 60%),
    radial-gradient(95% 120% at 88% 18%, rgb(var(--cyan_rgb) / 14%), transparent 62%),
    linear-gradient(180deg, #f8faff 0%, #f9fbff 58%, #fbfcff 100%);
  box-shadow: none;
  pointer-events: none;
  border-bottom: 1px solid var(--line);
}

.legal-hero-copy {
  align-self: center;
  max-width: 515px;
}

.legal-hero .eyebrow {
  margin: 0 0 16px;
  max-width: none;
  font-family: var(--sans);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--purple);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-hero-note {
  position: relative;
  align-self: center;
  min-height: 0;
  max-width: 20ch;
  padding: 28px 0 28px 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  overflow: visible;
  font: 400 clamp(1.8rem, 2.1vw, 2.5rem)/1.25 var(--serif);
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  letter-spacing: -.015em;
  color: rgb(22 25 43 / 84%);
  font-style: italic;
}

.legal-hero-note:before {
  content: "";
  position: absolute;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  left: 56%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cyan_rgb), .14) 0%, rgba(var(--violet_rgb), .1) 42%, rgba(var(--violet_rgb), 0) 70%);
  pointer-events: none;
  z-index: -1;
}

.legal-hero-note:after {
  content: "\201C";
  color: var(--purple);
  position: absolute;
  top: 4px;
  left: 0;
  font-size: clamp(2.2rem, 3.2vw, 3.1rem);
  line-height: 1;
  opacity: .82;
}

.content-split {
  max-width: var(--reading);
  margin: 0 auto;
  padding: 100px 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
}

.content-split h2 {
  font: 400 var(--text-3xl)/1.15 var(--serif);
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  letter-spacing: -.015em;
  margin: 0;
}

.content-split p {
  color: var(--ink-muted);
  margin: 0 0 16px;
}

.legal-content .legal-section + .legal-section {
  margin-top: 10px;
}

.legal-content .legal-section--alert {
  margin: 0 0 18px;
  padding: 18px 20px 4px;
  border: 1px solid rgba(196, 53, 69, .28);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(214, 69, 86, .12) 0%, rgba(214, 69, 86, .04) 100%);
}

.legal-content .legal-section--alert h3 {
  margin-bottom: 8px;
  color: rgba(132, 24, 38, .98);
}

.legal-content .legal-section--alert p {
  color: rgba(97, 20, 31, .94);
  font-weight: 500;
}

.steps {
  display: grid;
  gap: 0;
  max-width: var(--reading);
  margin: 0 auto;
  padding: 30px 30px 130px;
}

.step {
  padding: 39px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 30px;
}

.step-number {
  font-family: var(--sans);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--purple);
}

.step h3 {
  font: 600 var(--text-2xl)/1.2 var(--sans);
  letter-spacing: -.015em;
  margin: 0;
}

.step p {
  margin: 0;
  color: var(--ink-muted);
  font-size: var(--text-sm);
}

/* Section refinements and late-stage visual overrides */
.bento-copy {
  position: relative;
  z-index: 2;

  max-width: 48%;
}

/* Protocol section refinements */
.section--protocols .protocol-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  margin-top: 10px;
}

#protocol-title,
#protocols {
  scroll-margin-top: 120px;
}

.section--protocols .protocol-card {
  min-height: 0;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 88% 85%, rgb(var(--card-accent-rgb) / 14%), transparent 45%), linear-gradient(130deg, rgb(255 255 255 / 98%) 0, rgb(247 250 255 / 97%) 56%, rgb(238 245 255 / 92%) 100%);
  box-shadow: 0 20px 46px rgb(16 25 46 / 8%), inset 0 1px 0 rgb(255 255 255 / 90%);
  isolation: isolate;
  transition: var(--card-transition);
}

.section--protocols .protocol-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 0%) 46%, rgb(var(--card-accent-rgb) / 11%) 100%), radial-gradient(circle at 25% 16%, rgb(var(--card-accent-rgb) / 14%), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.section--protocols .protocol-card:hover {
  transform: translateY(var(--hover-lift-lg));
  box-shadow: var(--shadow-hover);
}

.section--protocols .protocol-media {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 11/7.7;
  overflow: hidden;
}

.section--protocols .protocol-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: var(--media-transition);
}

.section--protocols .protocol-card:hover .protocol-media img {
  transform: scale(1.05);
}

.section--protocols .protocol-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 16, 39, .06) 36%, rgba(9, 16, 39, .84) 100%);
  pointer-events: none;
}

.section--protocols .protocol-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  margin: 0;
  z-index: 1;
  font-family: var(--sans);
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--white);
  white-space: nowrap;
  text-wrap: nowrap;
}

.section--protocols .protocol-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: var(--s-3) var(--s-4) var(--s-4);
}

.section--protocols .protocol-card.violet {
  --card-accent-rgb: 118 137 255;
}

.section--protocols .protocol-card.blue {
  --card-accent-rgb: 31 183 229;
}

.section--protocols .protocol-card.aqua {
  --card-accent-rgb: 0 166 152;
}

.section--protocols .protocol-card.peach {
  --card-accent-rgb: 238 121 48;
}

.section--protocols .protocol-card p {
  max-width: 34ch;
  margin: 0 0 14px;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--ink-muted);
}

.section--protocols .protocol-card .text-link {
  margin-top: auto;
  padding-top: 0;
  font-size: var(--text-base);
  font-weight: 500;
  letter-spacing: .01em;
}

/* Methodology section */
.section--methodology {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--section-y-methodology);
  padding-bottom: 92px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--purple) 5%, transparent) 20%,
    color-mix(in srgb, var(--purple) 5%, transparent) 80%,
    transparent 100%
  );
}

.section--methodology-biomarkers {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 92px;
}

.section--methodology > .methodology-shell,
.section--methodology-biomarkers > .methodology-shell,
.section--care > .section-heading,
.section--care > .bento-grid {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section--methodology-biomarkers > .methodology-shell {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.methodology-shell,
.outcomes-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.methodology-biomarkers-layout {
  align-items: stretch;
}

.methodology-biomarkers-layout > .methodology-biomarkers-grid {
  grid-column: 1;
  grid-row: 1;
}

.methodology-biomarkers-layout > .methodology-panel--biomarkers-media {
  grid-column: 2;
  grid-row: 1;
}

.methodology-copy {
  max-width: 760px;
}

.methodology-intro {
  margin: 0 0 40px;
  max-width: 52ch;
  color: var(--ink-muted);
  font-size: var(--text-base);
  line-height: 1.6;
}

.methodology-panel.methodology-panel--overview-media,
.methodology-panel.methodology-panel--biomarkers-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 0;
  background-color: var(--panel-surface-bg);
  background-image: url("../images/process/protocol-optimization.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.methodology-panel.methodology-panel--overview-media::before,
.methodology-panel.methodology-panel--overview-media::after,
.methodology-panel.methodology-panel--biomarkers-media::before,
.methodology-panel.methodology-panel--biomarkers-media::after {
  content: none;
}

.methodology-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.methodology-steps--bento {
  display: grid;
  gap: 24px;
}

.methodology-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 0 0 var(--s-5);
}

.methodology-steps li:last-child {
  padding-bottom: 0;
}

.methodology-step-card {
  min-height: 0;
  padding: 22px;
  border: var(--panel-surface-border);
  border-radius: var(--card-radius);
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
}

.methodology-step-card:hover {
  transform: none;
}

.methodology-steps--bento li,
.methodology-steps--bento li:last-child {
  padding: 22px;
}

.methodology-step-card h3 {
  margin-top: 2px;
}

/* .methodology-steps li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 21.5px;
  top: 51px;
  bottom: var(--s-2);
  width: 1px;
  background: linear-gradient(180deg, rgba(91, 109, 240, .35), rgba(91, 109, 240, .1));
} */

.methodology-step-index {
  --methodology-step-icon: url("../images/icons/lucide-flask-conical.svg");
  font-family: var(--sans);
  font-size: 0;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: transparent;
  letter-spacing: .08em;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgb(89 106 239 / 24%);
  background: linear-gradient(180deg, rgb(91 109 240 / 13%) 0%, rgb(91 109 240 / 4%) 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 90%), 0 10px 20px rgb(82 103 239 / 10%);
  display: grid;
  place-items: center;
  position: relative;
}

.methodology-step-index::before {
  content: "";
  width: 31px;
  height: 31px;
  background-color: #6d82fb;
  -webkit-mask-image: var(--methodology-step-icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 31px 31px;
  mask-image: var(--methodology-step-icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 31px 31px;
}

.methodology-step-index--diagnostic {
  --methodology-step-icon: url("../images/icons/lucide-flask-conical.svg");
}

.methodology-step-index--physician {
  --methodology-step-icon: url("../images/icons/lucide-stethoscope.svg");
}

.methodology-step-index--test-tubes {
  --methodology-step-icon: url("../images/icons/lucide-test-tubes.svg");
}

.methodology-step-index--protocol {
  --methodology-step-icon: url("../images/icons/lucide-sliders-horizontal.svg");
}

.methodology-step-index--monitoring {
  --methodology-step-icon: url("../images/icons/lucide-refresh-cw.svg");
}

.methodology-steps h3 {
  margin: 5px 0 7px;
  font-family: var(--sans);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.02em;
  color: var(--ink);
}

.methodology-steps p {
  margin: 0;
  max-width: 48ch;
  color: var(--ink-muted);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.methodology-signoff {
  margin: 38px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--panel-line);
  font-family: var(--sans);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--purple);
}

.methodology-signoff-card {
  grid-column: 1 / -1;
  min-height: 0;
  padding: 28px 32px;
  display: grid;
  place-items: center;
  text-align: center;
  border: var(--panel-surface-border);
  border-radius: var(--card-radius);
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
}

.methodology-signoff-card .methodology-signoff {
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--purple);
}

.methodology-panel,
.outcomes-panel {
  position: relative;
  overflow: hidden;
  border: var(--panel-surface-border);
  border-radius: var(--card-radius);
  padding: 34px;
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
}

.methodology-panel:before,
.outcomes-panel:before {
  content: "";
  position: absolute;
  top: -190px;
  right: -150px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--panel-surface-glow-top);
  pointer-events: none;
}

.methodology-panel:after,
.outcomes-panel:after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--panel-surface-glow-bottom);
  pointer-events: none;
}

.methodology-panel .section-heading > p.eyebrow,
.methodology-panel .section-heading .display,
.methodology-panel .section-heading > p:not(.eyebrow),
.outcomes-panel .section-heading > p.eyebrow,
.outcomes-panel .section-heading .display,
.outcomes-panel .section-heading > p:not(.eyebrow) {
  text-align: left;
}

.methodology-panel .section-heading > p:not(.eyebrow) {
  text-wrap: balance;
}

.section--care .bento-card {
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
}

.section--care .bento-card:before {
  content: "";
  position: absolute;
  top: -190px;
  right: -150px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--panel-surface-glow-top);
  pointer-events: none;
  z-index: 10;
}

.methodology-panel>*,
.outcomes-panel>* {
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.methodology-panel>.eyebrow,
.outcomes-panel>.eyebrow {
  font-family: var(--sans);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--purple);
}

.methodology-biomarkers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--s-2);
}

.biomarker-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px 18px;
  border: var(--panel-surface-border);
  border-radius: 20px;
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
  transition: background var(--dur-mid) var(--ease);
}

.biomarker-card:hover {
  background: #fafbff;
}

.section--methodology-biomarkers .biomarker-card {
  transition: none;
}

.section--methodology-biomarkers .biomarker-card:hover {
  background: var(--panel-surface-bg);
}

.biomarker-card--hormonal {
  --bm-accent: 82 103 239;
}

.biomarker-card--metabolic,
.biomarker-card--longevity {
  --bm-accent: 31 183 229;
}

.biomarker-card--adrenal,
.biomarker-card--endocrine {
  --bm-accent: 238 121 48;
}

.biomarker-card--cardiovascular,
.biomarker-card--regenerative {
  --bm-accent: 0 166 152;
}

.biomarker-card h4 {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: var(--text-base);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  white-space: nowrap;
  color: var(--ink);
}

.biomarker-card p {
  margin: 0 0 10px;
  font-family: var(--sans);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-subtle);
}

.biomarker-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 11px;
  border-radius: var(--pill-radius);
  background: rgb(var(--bm-accent) / 8%);
  color: var(--ink-muted);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: .01em;
}

.biomarker-card span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--bm-accent));
  flex: 0 0 auto;
}

.biomarker-card--summary-cta {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  padding: 26px 28px;
}

.biomarker-card--summary-cta .biomarker-card-summary-text {
  max-width: 60ch;
}

.biomarker-card .biomarker-card-summary-text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: var(--text-base);
  line-height: 1.6;
  font-style: italic;
  color: var(--ink-muted);
  text-transform: none;
  letter-spacing: 0;
  text-wrap: auto;
}

.biomarker-card .biomarker-card-summary-text .methodology-step-index {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
}

.biomarker-card--summary-cta .methodology-cta {
  margin: 0;
  width: auto;
  min-height: 0;
  flex: 0 0 auto;
}

.methodology-cta,
.outcomes-cta {
  margin-top: 24px;
  width: 100%;
}

/* Process section */
.section--process {
  background: 0 0;
}

.process-wrap {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

.process-image-card {
  margin: 0;
  border-radius: var(--card-radius);
  overflow: hidden;
  border: 1px solid var(--panel-line);
  box-shadow: 0 18px 36px rgba(17, 26, 48, .12), inset 0 1px 0 rgba(255, 255, 255, .85);
  background: var(--white);
}

.process-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.process-flow-copy {
  min-width: 0;
}


.process-flow-media {
  margin: 14px 0 0;
}

.process-flow-media img {
  aspect-ratio: 16/10;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  align-items: start;
}

.process-flow-step {
  text-align: left;
  position: relative;
  padding: 0;
  align-items: start;
  isolation: isolate;
}

.process-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 106px;
  width: calc(100% - 48px);
  height: 1px;
  border-radius: var(--pill-radius);
  background: rgba(95, 112, 199, .72);
  z-index: 0;
}

.process-flow-badge {
  width: 110px;
  height: 110px;
  margin: 0 0 24px;
  border: 1px solid rgba(95, 112, 199, .72);
  border-radius: var(--pill-radius);
  color: var(--violet);
  font-family: var(--sans);
  font-size: var(--text-2xl);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
  background: radial-gradient(circle at 35% 28%, rgb(var(--cyan_rgb) / 8%), transparent 60%), var(--white);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 92%);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}

.process-flow-step:not(:first-child) .process-flow-badge::before,
.process-flow-step:not(:last-child) .process-flow-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 1px;
  margin-top: 0;
  background: rgba(95, 112, 199, .72);
}

.process-flow-step:not(:first-child) .process-flow-badge::before {
  left: -8px;
}

.process-flow-step:not(:last-child) .process-flow-badge::after {
  right: -8px;
}

.process-flow-step h3 {
  margin: 20px 0 12px 0;
  font-family: var(--sans);
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--ink);
  max-width: 180px;
}


.process-flow-body {
  max-width: 32ch;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.section.section--methodology,
.section--methodology-biomarkers,
.section.section--process,
.section.section--protocols,
.section.section--stats,
.section.section_testimonials_marquee,
.section--care {
  padding-top: var(--section-y-shared);
  padding-bottom: var(--section-y-shared-end);
}

/* Stats section */

.section--stats::before {
  content: none;
}

.section--stats .stat>div {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
}

.section--stats .stat:first-child,
.section--stats .stat:nth-child(2),
.section--stats .stat:nth-child(3),
.section--stats .stat:nth-child(4) {
  --stat-accent: 79 92 235;
}

.section--methodology [data-animate],
.section--process [data-animate],
.section--protocols [data-animate] {
  opacity: 1;
  transform: none;
}

.section--protocols .protocol-card .text-link .icon-svg,
.section--care .bento-card .text-link .icon-svg {
  font-size: var(--text-lg);
  transform: translateX(0);
  transition: transform var(--dur-base) var(--ease);
}

.section--protocols .protocol-card:hover .text-link .icon-svg,
.section--care .bento-card:hover .text-link .icon-svg {
  transform: translateX(4px) translateY(-2px);
}

.nav-shell {
  max-width: var(--container);
  margin: auto;
  border: 1px solid transparent;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease), transform .45s var(--ease), opacity .35s var(--ease), padding-top .45s var(--ease), padding-right .45s var(--ease), padding-bottom .45s var(--ease), padding-left .45s var(--ease);
  min-height: 76px;
  height: auto;
  padding: 8px 0;
  border-radius: 38px;
  transform: translateY(0) scale(1);
  opacity: .98;
  will-change: transform, box-shadow;
}

.nav-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .66) 0%, rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transition: opacity .35s var(--ease);
  z-index: 0;
}

.site-header.is-scrolled .nav-shell::after {
  opacity: .9;
}

.nav-shell > * {
  position: relative;
  z-index: 1;
}

.site-header.is-scrolled {
  padding: 12px var(--gutter-page);
}

.site-header.is-scrolled .nav-shell {
  padding: 0 18px;
  border-radius: 38px;
}

.brand {
  display: flex;
  align-items: flex-start;
  width: 200px;
  height: 36px;
  overflow: visible;
}

.brand img {
  max-width: none;
  width: 200px;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 33px;
  align-items: center;
}

.main-nav a {
  letter-spacing: 0;
  position: relative;
  font-size: var(--text-sm);
  font-weight: 500;
}

.main-nav .nav-cta-mobile {
  display: none;
}

.main-nav .nav-signin-mobile {
  display: none;
}

.nav-cta {
  padding: 16px 23px;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  background: 0 0;
  border: 0;
  width: 42px;
  height: 42px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.menu-toggle span {
  display: block;
  background: var(--ink);
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1.8px;
  margin: 0;
  transform-origin: center;
  transition: transform .28s var(--ease), opacity .2s var(--ease), background-color .2s var(--ease);
}

.menu-toggle span:first-child {
  top: 15px;
}

.menu-toggle span:nth-child(2) {
  top: 25px;
  max-width: 17px;
}

.menu-toggle[aria-expanded=true] span:first-child {
  transform: translateY(5px) rotate(45deg) !important;
}

.menu-toggle[aria-expanded=true] span:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg) !important;
  max-width: 100%;
}

.hero:before {
  content: "";
  position: absolute;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  right: -180px;
  top: 55px;
  background: radial-gradient(circle, rgba(118, 137, 255, .15), rgba(118, 137, 255, 0) 68%);
  filter: blur(10px);
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 535px;
  align-self: center;
}

.hero-copy .display {
  max-width: 635px;
  font-family: var(--serif);
  font-size: var(--text-4xl);
  font-weight: 400;
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  line-height: 1.13;
  letter-spacing: -.015em;
  color: var(--ink);
}

.hero-copy .display em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--purple);
}

.hero-copy .lede {
  max-width: 480px;
  font-size: var(--text-base);
  line-height: 1.5;
  margin: 28px 0 40px;
  color: var(--ink-muted);
  text-wrap: balance;
}

.hero-actions {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 18px;
}

.hero-actions .button {
  width: 100%;
  min-width: 0;
  padding: 17px 24px;
}

.hero-badge strong {
  display: block;
  line-height: 1.42;
  font-size: var(--text-sm);
  font-weight: 600;
}

.hero-badge p {
  color: var(--ink-muted);
  margin: 9px 0 0;
  line-height: 1.75;
  font-size: var(--text-sm);
}

.proof-avatars {
  display: flex;
  align-items: center;
}

.proof-avatars img {
  width: 50px;
  height: 50px;
  margin-right: -11px;
  border: 3px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 12px rgba(20, 30, 56, .12);
}

.proof-avatars b {
  width: 50px;
  height: 50px;
  margin-left: 7px;
  display: block;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 4v12M4 10h12' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center/18px 18px no-repeat, linear-gradient(135deg, #8495ff, #6d63f2);
  color: var(--white);
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hero-proof>div:not(.proof-avatars) {
  min-width: 150px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.hero-proof strong {
  display: block;
  color: var(--ink);
  font-size: var(--text-xl);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.hero-proof small {
  display: block;
  margin-top: 5px;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--ink-muted);
}

.hero-proof .proof-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--text-lg);
  letter-spacing: 2px;
  color: var(--purple);
}

.proof-stars span {
  color: var(--ink);
  font-size: var(--text-xl);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
}

/* Logo strip */
.landing_logos {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-image: linear-gradient(180deg, rgb(250 250 250 / 94%), rgb(250 250 250 / 84%)), linear-gradient(90deg, rgb(var(--cyan_rgb) / 10%), rgb(var(--purple_rgb) / 14%));
  box-sizing: border-box;
  border-bottom: 1px solid var(--soft-line);
  position: relative;
}

.landing_logos_viewport {
  width: 100%;
  overflow: hidden;
}

.landing_logos_track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.landing_logos_group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: max-content;
  height: 25px;
}

.landing_logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  width: auto;
  max-height: 100%;
  opacity: .68;
  filter: saturate(.78) contrast(.92);
}

.landing_logos_text {
  display: table;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  padding: 0;
  text-align: center;
  color: var(--paper);
  background: rgb(26 31 37 / 92%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}

.landing_logos_text span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.section.section_testimonials_marquee {
  max-width: none !important;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section.section_testimonials_marquee>.section-heading.tm_testimonials_heading {
  width: min(700px, calc(100% - 2rem)) !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.section.section_testimonials_marquee>.section-heading.tm_testimonials_heading,
.section.section_testimonials_marquee>.section-heading.tm_testimonials_heading p,
.section.section_testimonials_marquee>.section-heading.tm_testimonials_heading h2 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section--stats {
  position: relative;
}

.section--stats::after {
  content: "";
  position: absolute;
  inset: auto 6% 8px 6%;
  height: 110px;
  background: radial-gradient(ellipse at center, rgb(95 112 199 / 13%) 0%, rgb(95 112 199 / 0%) 72%);
  pointer-events: none;
  z-index: 0;
}

.section--stats .stat-row {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: var(--s-4);
  border: 1px solid rgb(22 31 58 / 9%);
  border-radius: var(--card-radius);
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.section--stats .stat {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 168px;
  padding: 22px 24px;
  border-right: 0;
  border-radius: 0;
  align-items: center;
  justify-content: start;
  gap: 18px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  text-align: left;
  border: 0;
}

.section--stats .stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, rgb(24 34 64 / 0%) 0%, rgb(24 34 64 / 12%) 22%, rgb(24 34 64 / 12%) 78%, rgb(24 34 64 / 0%) 100%);
}

.section--stats .stat i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: var(--text-2xl);
  background: linear-gradient(180deg, rgb(91 109 240 / 13%) 0%, rgb(91 109 240 / 4%) 100%);
  color: var(--violet);
  border: 1px solid rgb(89 106 239 / 22%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 90%), 0 10px 20px rgb(82 103 239 / 10%);
  flex: 0 0 auto;
}

.section--stats .stat i svg {
  width: 30px;
  height: 30px;
  display: block;
}

.section--stats .stat strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--sans);
  font-size: var(--text-2xl);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #17203d;
  text-align: left;
}

.section--stats .stat span {
  display: block;
  font-size: var(--text-base);
  line-height: 1.35;
  color: #5f6780;
  letter-spacing: 0;
}

/* Closing editorial CTA */
.cta {
  max-width: none;
  width: 100%;
  margin: 34px 0 40px;
  padding: 0;
}

.cta-inner {
  min-height: 0;
  background: radial-gradient(circle at 92% 7%, rgb(119 139 255 / 31%), transparent 21%),
    radial-gradient(circle at 0% 94%, rgb(31 183 229 / 18%), transparent 26%),
    linear-gradient(135deg, #101936 0%, #172246 52%, #111a38 100%);
  color: var(--paper);
  border-radius: clamp(24px, 3vw, 36px);
  padding: clamp(42px, 6.2vw, 88px);
  display: block;
  grid-template-columns: 40% 30% 20%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgb(153 166 255 / 22%);
  box-shadow: 0 24px 65px rgb(15 25 59 / 18%);
}

.cta-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: clamp(26px, 4vw, 54px);
  right: clamp(26px, 4vw, 54px);
  width: clamp(110px, 13vw, 185px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .13;
  background: var(--brand-mark-bg);
}

.cta-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .48;
  pointer-events: none;
  background-image: linear-gradient(rgb(197 208 255 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(197 208 255 / 14%) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(125deg, #000, transparent 70%);
}

.cta-intro {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.cta .eyebrow {
  margin: 0 0 12px;
  color: #aeb8ff;
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.cta h2 {
  color: var(--white);
  font-family: var(--serif);
  font-size: var(--text-3xl);
  font-weight: 400;
  font-variation-settings: "opsz"144, "SOFT"0, "WONK"0;
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0;
  max-width: none;
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta h2 em {
  color: #aeb8ff;
}

.cta .cta-lead {
  position: relative;
  z-index: 1;
  margin: 16px auto 0;
  max-width: 60ch;
  font-size: var(--text-base);
  line-height: 1.6;
  color: rgb(232 236 255 / 76%);
  text-align: center;
}

.cta-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(38px, 5vw, 68px);
}

.cta-principle {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 25px 26px;
  border: 1px solid rgb(171 184 255 / 19%);
  border-radius: 18px;
  background: linear-gradient(135deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%));
  transition: transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease), background var(--dur-mid) var(--ease);
}

.cta-principle:hover {
  transform: translateY(var(--hover-lift-sm));
  border-color: rgb(184 194 255 / 43%);
  background: linear-gradient(135deg, rgb(151 166 255 / 15%), rgb(255 255 255 / 5%));
}

.cta-principle-icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgb(191 200 255 / 25%);
  border-radius: 14px;
  color: #aab6ff;
  background: rgb(100 119 236 / 14%);
}

.cta-principle-icon .icon-svg {
  width: 24px;
  height: 24px;
}

.cta-principle h3 {
  margin: 1px 0 7px;
  color: var(--white);
  font-family: var(--serif);
  font-size: var(--text-lg);
  font-weight: 400;
  letter-spacing: -.015em;
}

.cta-principle p {
  margin: 0;
  color: rgb(226 231 255 / 62%);
  font-size: var(--text-sm);
  line-height: 1.45;
}

.cta-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(38px, 5vw, 66px);
  padding-top: clamp(28px, 3.5vw, 44px);
  border-top: 1px solid rgb(183 194 255 / 20%);
}

.cta-manifesto {
  display: grid;
  gap: 5px;
  max-width: none;
  margin: 0;
  color: rgb(238 241 255 / 82%);
  font-family: var(--serif);
  font-size: var(--text-xl);
  font-style: italic;
  line-height: 1.25;
}

.cta-manifesto span,
.cta-manifesto em {
  display: block;
}

.cta-manifesto span {
  color: rgb(238 241 255 / 72%);
}

.cta-manifesto em {
  color: var(--white);
}

.cta .button {
  position: relative;
  z-index: 1;
  justify-self: auto;
  flex: 0 0 auto;
  background: var(--violet);
  border-color: var(--violet);
}

.section--care {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(
        to bottom,
        color-mix(in srgb, var(--purple) 7%, transparent),
        transparent
    );
}

.section--care.category-bento {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--purple) 7%, transparent) 20%,
    color-mix(in srgb, var(--purple) 7%, transparent) 80%,
    transparent 100%
  );
}

.section--care .bento-grid {
  align-items: stretch;
  gap: 24px;

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

/* Quiz page */
.quiz-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 48px;
  padding-bottom: var(--s-6);
  background:
    radial-gradient(circle at top left, rgb(var(--purple_rgb) / 13%) 0%, transparent 36%),
    radial-gradient(circle at top right, rgb(var(--cyan_rgb) / 12%) 0%, transparent 34%),
    linear-gradient(180deg, rgb(var(--purple_rgb) / 8%) 0%, rgb(255 255 255 / 0%) 52%, rgb(var(--cyan_rgb) / 5%) 100%);
}

.quiz-page::before,
.quiz-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.quiz-page::before {
  top: 48px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgb(var(--purple_rgb) / 11%) 0%, rgb(var(--purple_rgb) / 0%) 72%);
}

.quiz-page::after {
  right: -80px;
  bottom: 30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgb(var(--cyan_rgb) / 12%) 0%, rgb(var(--cyan_rgb) / 0%) 72%);
}

.quiz-page > .section-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.quiz-card {
  position: relative;
  display: grid;
  gap: var(--s-5);
  padding: 22px;
  border: 1px solid rgb(26 31 37 / 9%);
  border-radius: 24px;
  background: linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(248 250 255 / 95%) 100%);
  box-shadow: 0 30px 80px rgb(25 42 85 / 16%);
}

.quiz-card__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
}

.brand--quiz img {
  width: auto;
  height: 24px;
}

.quiz-card__chrome .eyebrow {
  margin: 0;
  color: var(--ink-muted);
}

.quiz-progress {
  position: relative;
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: var(--pill-radius);
  background: rgb(22 25 43 / 8%);
}

.quiz-progress span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan) 0%, var(--purple) 100%);
  transition: width var(--dur-slow) var(--ease);
}

.quiz-card__body {
  display: grid;
  gap: 18px;
}

.quiz-view {
  min-height: 0;
}

.quiz-step {
  display: grid;
  gap: 18px;
}

.quiz-step__header {
  display: grid;
  gap: 10px;
  max-width: none;
}

.quiz-step__header .eyebrow,
.quiz-step__header h1,
.quiz-step__header h2,
.quiz-step__header p {
  margin: 0;
}

.quiz-step__header h1,
.quiz-step__header h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.02em;
}

.quiz-step__header .display {
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  max-width: 100%;
  text-wrap: auto;
}

.quiz-step__header h2 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  max-width: none;
}

.quiz-step__header p:last-child {
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 100%;
  text-wrap: auto;
}

.quiz-category-grid,
.quiz-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quiz-category,
.quiz-choice {
  width: 100%;
  padding: var(--s-2);
  border: 1px solid rgb(26 31 37 / 10%);
  border-radius: var(--s-2);
  background: linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(247 249 255 / 96%) 100%);
  box-shadow: none;
  color: var(--ink);
  text-align: left;
  transition: transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease), box-shadow var(--dur-mid) var(--ease), background var(--dur-mid) var(--ease), color var(--dur-mid) var(--ease);
  cursor: pointer;
}

.quiz-category:hover,
.quiz-choice:hover {
  transform: translateY(-4px);
  border-color: rgb(var(--purple_rgb) / 28%);
  box-shadow: none;
}

.quiz-category.is-selected,
.quiz-choice.is-selected {
  border-color: var(--purple);
  background: linear-gradient(180deg, rgb(var(--purple_rgb) / 11%) 0%, rgb(var(--cyan_rgb) / 7%) 100%);
  box-shadow: none;
}

.quiz-category:active,
.quiz-choice:active {
  box-shadow: none;
}

.quiz-category {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 136px;
}

.quiz-category__icon {
  --methodology-step-icon: url("../images/icons/lucide-flask-conical.svg");
  width: 48px;
  height: 48px;
}

.quiz-category__icon--mens-health {
  --methodology-step-icon: url("../images/icons/lucide-mars.svg");
}

.quiz-category__icon--womens-health {
  --methodology-step-icon: url("../images/icons/lucide-venus.svg");
}

.quiz-category__icon--weight-loss {
  --methodology-step-icon: url("../images/icons/lucide-scale.svg");
}

.quiz-category__icon--rejuvenation {
  --methodology-step-icon: url("../images/icons/lucide-sparkles.svg");
}

.quiz-category__icon::before {
  width: 24px;
  height: 24px;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
}

.quiz-category__label,
.quiz-choice__label {
  display: block;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.quiz-category__summary,
.quiz-choice__summary,
.quiz-choice__meta {
  display: block;
  color: var(--ink-muted);
  font-size: 0.87rem;
  line-height: 1.45;
}

.quiz-question-list {
  display: grid;
  gap: 14px;
}

.quiz-question-block {
  display: grid;
  gap: 10px;
  width: 100%;
}

.quiz-question-list > .quiz-question-block + .quiz-question-block {
  padding-top: 16px;
}

.quiz-question-block h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.01em;
  text-wrap: auto;
}

.quiz-scale {
  display: grid;
  gap: 6px;
}

.quiz-scale__labels {
  display: flex;
  justify-content: space-between;
  gap: var(--s-4);
  color: var(--ink-subtle);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.quiz-scale .quiz-choice-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quiz-scale .quiz-choice,
.quiz-choice-grid--boolean .quiz-choice {
  display: grid;
  align-content: center;
  min-height: 48px;
  padding: 12px 12px;
}

.quiz-choice-grid--outcomes .quiz-choice {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 42px;
  padding: 10px 12px;
}

.quiz-choice__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 0.95rem;
  font-weight: 700;
}

.quiz-choice-grid--rating .quiz-choice {
  justify-items: center;
  text-align: center;
}

.quiz-choice-grid--rating .quiz-choice__label {
  font-size: 0;
}

.quiz-choice-grid--rating .quiz-choice__summary {
  display: none;
}

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

.quiz-choice-grid--boolean .quiz-choice {
  justify-items: center;
  text-align: center;
}

.quiz-choice-grid--outcomes {
  grid-template-columns: 1fr;
}

.quiz-choice-grid--outcomes .quiz-choice {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 16px;
  min-height: 0;
  width: 100%;
  padding: 20px 22px;
  border-radius: 22px;
}

.quiz-choice-grid--outcomes .quiz-choice::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgb(22 25 43 / 24%);
  background: var(--white);
  box-shadow: inset 0 0 0 0 var(--purple);
  transition: border-color var(--dur-mid) var(--ease), box-shadow var(--dur-mid) var(--ease), background-color var(--dur-mid) var(--ease);
}

.quiz-choice-grid--outcomes .quiz-choice .quiz-choice__label {
  font-size: 0.98rem;
  line-height: 1.35;
}

.quiz-choice-grid--outcomes .quiz-choice.is-selected {
  border-color: var(--purple);
  background: linear-gradient(180deg, rgb(82 103 239 / 10%) 0%, rgb(31 183 229 / 7%) 100%);
}

.quiz-choice-grid--outcomes .quiz-choice.is-selected::before {
  border-color: var(--purple);
  box-shadow: inset 0 0 0 6px var(--purple);
}

.quiz-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 14px;
}

.quiz-result-card,
.quiz-result-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: var(--panel-surface-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(247 249 255 / 96%) 100%);
  box-shadow: none;
  transition: transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease), background var(--dur-mid) var(--ease), box-shadow var(--dur-mid) var(--ease);
}

.quiz-result-choice {
  cursor: pointer;
}

.quiz-result-choice:hover {
  transform: translateY(-4px);
  border-color: rgb(var(--purple_rgb) / 28%);
  box-shadow: none;
}

.quiz-result-choice:focus-visible {
  outline: 2px solid rgba(82, 103, 239, .45);
  outline-offset: 2px;
}

.quiz-result-choice.is-selected {
  border-color: var(--purple);
  background: linear-gradient(180deg, rgb(var(--purple_rgb) / 11%) 0%, rgb(var(--cyan_rgb) / 7%) 100%);
  box-shadow: none;
}

.quiz-result-choice:active {
  box-shadow: none;
}

.quiz-result-card h3,
.quiz-result-summary h3 {
  margin: 0;
  font-size: 1.15rem;
}

.quiz-result-card p,
.quiz-result-summary p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.quiz-result-card__tier,
.quiz-result-summary__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: var(--pill-radius);
  background: rgb(var(--purple_rgb) / 8%);
  color: var(--purple);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quiz-result-products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quiz-result-products li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: var(--pill-radius);
  background: linear-gradient(180deg, rgb(var(--purple_rgb) / 8%) 0%, rgb(var(--cyan_rgb) / 6%) 100%);
  border: 1px solid rgb(var(--purple_rgb) / 12%);
  color: var(--ink-muted);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.45;
}

.quiz-result-products li::before {
  content: none;
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 0;
}

.quiz-actions [data-quiz-back][hidden] {
  visibility: hidden;
}

.quiz-actions .button {
  min-width: 140px;
  padding: 13px 20px;
  font-size: 0.92rem;
  cursor: pointer;
}

.quiz-actions .button--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
  box-shadow: none;
}

.quiz-actions .button--ghost {
  background: linear-gradient(180deg, rgb(255 255 255 / 98%) 0%, rgb(248 250 255 / 94%) 100%);
  border-color: rgb(22 25 43 / 18%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 92%), 0 10px 24px rgb(17 26 48 / 7%);
}

.quiz-actions .button--ghost:hover {
  background: linear-gradient(180deg, rgb(255 255 255 / 100%) 0%, rgb(249 251 255 / 97%) 100%);
  border-color: rgb(22 25 43 / 26%);
}

.quiz-actions .button--dark:not([disabled]) {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

.quiz-actions .button[disabled] {
  opacity: .48;
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.quiz-card .button:hover,
.quiz-category:hover,
.quiz-choice:hover {
  transform: none;
}

.quiz-footnote,
.quiz-noscript {
  margin: 0;
  color: var(--mist);
  font-size: 0.74rem;
  line-height: 1.35;
  text-align: center;
}

.quiz-footnote strong {
  color: var(--ink-muted);
  font-weight: 600;
}

.quiz-noscript a {
  color: var(--purple);
}

@media (max-width:1330px) {
  .hero,
  .section {
    padding-left: var(--gutter-page);
    padding-right: var(--gutter-page);
  }
}

@media (min-width:1101px) {
  .section--care .bento-grid > .bento-card:nth-child(1),
  .section--care .bento-grid > .bento-card:nth-child(4) {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .section--care .bento-grid > .bento-card:nth-child(1) {
    grid-template-rows: minmax(220px, 1fr) auto;
    grid-template-areas:
      "art"
      "copy";
  }

  .section--care .bento-grid > .bento-card:nth-child(4) {
    grid-template-rows: auto minmax(220px, 1fr);
    grid-template-areas:
      "copy"
      "art";
  }

  .section--care .bento-grid > .bento-card:nth-child(1) .bento-copy,
  .section--care .bento-grid > .bento-card:nth-child(4) .bento-copy {
    grid-area: copy;
    max-width: none;
    width: 100%;
    padding: 34px;
  }

  .section--care .bento-grid > .bento-card:nth-child(1) .bento-art,
  .section--care .bento-grid > .bento-card:nth-child(4) .bento-art {
    grid-area: art;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-height: 220px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .section--care .bento-grid > .bento-card:nth-child(1) .bento-art {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 30%);
    mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 30%);
  }

  .section--care .bento-grid > .bento-card:nth-child(4) .bento-art {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 30%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 30%);
  }

  .section--care .bento-grid > .bento-card:nth-child(1) .bento-copy .text-link,
  .section--care .bento-grid > .bento-card:nth-child(4) .bento-copy .text-link {
    margin-top: auto;
  }
}

/* Category landing pages */

.category-steps-home {
  padding-top: 0;
}

#how-it-works {
  scroll-margin-top: 120px;
}

@media (min-width:1101px) {
  .category-story-layout {
    align-items: center;
  }

  .category-story-content,
  .category-story-points,
  .category-story-media {
    align-self: center;
  }

  .category-story-points {
    display: flex;
    align-items: center;
  }

  .category-story-points .category-story-flow {
    width: 100%;
  }
}

.category-story-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  padding: 0;
  align-items: stretch;
  gap: 33px;
}

.category-story--reverse .category-story-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.category-story .outcomes-shell {
  grid-template-columns: 1fr;
  gap: 0;
}

.category-story .outcomes-panel {
  /* min-height: 440px; */
  padding: 0;
}

.section.category-story:not(.category-story--reverse) {
  margin-top: var(--s-7);
}

.category-story-content.section-heading {
  text-align: left;
  max-width: none;
  margin: 0;
  padding: 34px 0 34px 34px;
}

.category-story-points {
  margin: 0;
  padding: 34px 0;
}

.category-story--reverse .category-story-content.section-heading {
  padding-left: 0;
}

.category-story--reverse .category-story-points {
  padding-right: 34px;
}

.category-story-content.section-heading .eyebrow,
.category-story-content.section-heading .display,
.category-story-content.section-heading > p:not(.eyebrow) {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.category-story-content .eyebrow,
.category-story-content h2,
.category-story-content p {
  text-align: left;
}

.category-story-content h2 {
  margin: 0 0 20px;
}

.category-story-flow {
  display: grid;
  gap: var(--s-3);
  margin: 0;
}

.category-story-flow p {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 10px;
  margin: 0;
  padding-left: 0;
  color: var(--ink-muted);
  line-height: 1.62;
}

.category-story-flow__icon {
  --story-flow-icon: url("../images/icons/lucide-x.svg");
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.category-story-flow__icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: var(--purple);
  -webkit-mask-image: var(--story-flow-icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 28px 28px;
  mask-image: var(--story-flow-icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 28px 28px;
}

.category-story:not(.category-story--reverse) .category-story-flow__icon::before {
  background-color: #de7a7a;
}

.category-story-flow__text {
  display: block;
}

.category-story-flow--possible {
  gap: 0;
}

.category-story-flow--possible p {
  align-items: center;
  column-gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--panel-line);
  color: var(--ink);
  line-height: 1.55;
}

.category-story-flow--possible p:last-child {
  border-bottom: 0;
}

.category-story-flow--possible .category-story-flow__icon {
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.category-story-flow--possible .category-story-flow__icon::before {
  width: 28px;
  height: 28px;
  -webkit-mask-size: 28px 28px;
  mask-size: 28px 28px;
}

.category-story-flow p + p {
  margin-top: 2px;
}

.category-story-media {
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.category-story--reverse .category-story-media {
  border-radius: 0;
}

.category-story-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.category-results .outcomes-shell {
  align-items: stretch;
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr);
  gap: 24px;
}

.category-results .outcomes-cta {
  margin-top: 22px;
}

.category-results__content-card {
  min-height: 420px;
  padding: 34px;
}

.category-results__content-card,
.category-results__panel-art {
  border: var(--panel-surface-border);
  border-radius: var(--card-radius);
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
  overflow: hidden;
}

.category-results__content-card:hover {
  transform: none;
  box-shadow: var(--panel-surface-shadow);
}

.category-results__panel-content {
  max-width: 100%;
}

.category-results__panel-content .eyebrow {
  text-align: left;
}

.category-results__panel-art {
  padding: 0;
  width: 100%;
  min-height: 420px;
  pointer-events: none;
  background-image: var(--results-image);
  background-size: cover;
  background-position: center;
}

.category-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.category-results__media {
  margin: 0 0 24px;
  border-radius: var(--radius-category-md);
  overflow: hidden;
}

.category-results__media img {
  width: 100%;
  aspect-ratio: 16 / 9.4;
  object-fit: cover;
  object-position: center;
  display: block;
}

.category-results__list li {
  position: relative;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid var(--panel-line);
  color: var(--ink);
  font-size: var(--text-base);
  line-height: 1.55;
}

.category-results__list li > span {
  display: block;
}

.category-results__item--icon {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 0;
  padding-right: 0;
}

.category-results__item--icon:before {
  display: none;
}

.category-results__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
  color: var(--purple);
}

.category-results__list li:last-child {
  border-bottom: 0;
}

.category-results__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.2l3.1 3.2L13 4.6' fill='none' stroke='%235b6df0' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bento-card .category-results__note {
  max-width: 100%;
  margin: 16px 0 0;
  color: var(--ink-muted);
  font-size: var(--text-xs);
  font-style: italic;
  text-wrap: balance;
  text-align: center;
}

.category-bento .bento-card .text-link {
  margin-top: auto;
}

.category-faq {
  padding-top: 110px;
}

.category-faq__list {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.category-faq__item {
  padding: 0;
  position: relative;
  overflow: hidden;
  border: var(--panel-surface-border);
  border-radius: var(--radius-category-lg);
  background: var(--panel-surface-bg);
  box-shadow: var(--panel-surface-shadow);
}

.category-faq__item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  padding: 24px 28px;
  font-family: var(--sans);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.25;
}

.category-faq__item summary::-webkit-details-marker {
  display: none;
}

.category-faq__item p {
  margin: 0;
  padding: 0 28px 24px;
  color: var(--ink-muted);
}

.category-faq__arrow {
  transition: transform var(--dur-base) var(--ease);
  flex: 0 0 auto;
}

.category-faq__item[open] .category-faq__arrow {
  transform: rotate(90deg);
}

/* Non-breakpoint media rules */

@media (prefers-reduced-motion:reduce) {
  *,
  :after,
  :before {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

@media (hover:hover) and (pointer:fine) {
  .methodology-step-index {
    transition: transform var(--dur-base) var(--ease), background var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);
  }

  .methodology-steps li:hover .methodology-step-index {
    transform: scale(1.05);
    border-color: rgb(89 106 239 / 30%);
    background: linear-gradient(180deg, rgb(91 109 240 / 18%) 0%, rgb(91 109 240 / 8%) 100%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 94%), 0 14px 26px rgb(82 103 239 / 14%);
  }
}

@media (max-width:1200px) {
  .main-nav {
    gap: 20px;
  }
}

@media (min-width:800px) and (max-width:1100px) {
    .section--protocols .protocol-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Consolidated mobile breakpoint rules */
@media (max-width:1100px) {
  .landing_logos {
    padding: 16px 0;
  }

  .eyebrow,
  .cta .eyebrow {
    font-size: var(--text-xs);
  }

  .main-nav,
  .nav-cta {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .tm_testimonials_heading {
    margin-bottom: var(--s-5);
  }

  .footer-brand {
    gap: var(--s-4);
  }

  .inner-hero {
    padding: 150px 22px 80px;
    display: block;
    min-height: auto;
  }

  .legal-hero {
    padding: 150px 22px 80px;
    display: block;
    min-height: auto;
  }

  .legal-hero:before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    border-radius: 0;
    background:
      radial-gradient(115% 120% at 18% 10%, rgb(var(--purple_rgb) / 13%), transparent 58%),
      radial-gradient(90% 110% at 86% 22%, rgb(var(--cyan_rgb) / 13%), transparent 58%),
      linear-gradient(180deg, #f8faff 0%, #fbfcff 100%);
  }

  .hero-side-note {
    margin-top: 60px;
  }

  .legal-hero-note {
    margin-top: 28px;
    min-height: 0;
    max-width: none;
    padding: 18px 0 0 28px;
    border-left: 0;
    font-size: clamp(1.45rem, 7.8vw, 1.95rem);
    line-height: 1.28;
  }

  .legal-hero-note:before {
    width: min(88vw, 420px);
    left: 48%;
    top: 50%;
  }

  .legal-hero-note:after {
    top: -2px;
    left: 0;
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .brand,
  .brand img {
    width: 135px;
  }

  .button {
    font-size: var(--text-base);
  }

  .hero-actions .button {
    width: 100%;
  }

  .section_testimonials_marquee {
    padding-top: var(--section-y-mobile);
    padding-bottom: var(--section-y-mobile);
  }

  .tm_testimonials_heading h2 {
    font-size: var(--text-2xl);
  }

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

  .section_testimonials_marquee .scroller {
    width: 100%;
    max-width: 100%;
  }

  .tm_testimonial_card {
    width: 172px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-content: start;
    gap: 12px;
    padding: 12px;
  }

  .tm_testimonial_img {
    margin: -12px -12px 0 -12px;
    border-radius: 0;
    width: calc(100% + 24px);
    height: 152px;
    min-height: 152px;
    overflow: hidden;
  }

  .tm_testimonial_img img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }

  .tm_testimonial_text {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 8px;
    padding: 0;
  }

  .tm_testimonial_text p {
    font-size: var(--text-xs);
    line-height: 1.38;
  }

  .tm_testimonial_meta {
    margin-top: 12px;
    gap: 8px;
    align-items: flex-start;
  }

  .tm_name,
  .tm_stars {
    font-size: var(--text-xs);
  }

  .section-heading {
    text-align: center;
    margin-bottom: var(--s-5);
  }

  .section-heading p {
    margin-left: auto;
    margin-right: auto;
  }

  .protocol-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: var(--s-5);
    grid-template-columns: 1fr;
    row-gap: var(--s-5);
    column-gap: var(--s-5);
  }

  .footer-links > div:nth-child(1),
  .footer-links > div:nth-child(2),
  .footer-links > div:nth-child(3),
  .footer-links > div:nth-child(4) {
    grid-column: auto;
  }

  .footer-brand {
    grid-column: 1 / -1;
    width: 90%;
    max-width: 330px;
    align-items: center;
    margin-inline: auto;
  }

  .footer-brand__social {
    justify-content: center;
  }

  .footer-manifesto {
    text-align: center;
    font-size: 0.575rem;
  }

  .footer-bottom {
    gap: var(--s-4);
    flex-direction: column;
  }

  .inner-hero .display {
    font-size: var(--text-4xl);
  }

  .content-split {
    padding: 80px 22px;
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-split h2 {
    font-size: var(--text-2xl);
  }

  .legal-content .legal-section--alert {
    margin-bottom: 16px;
    padding: 14px 14px 4px;
    border-left-width: 3px;
    border-radius: 14px;
  }

  .step {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .step p {
    grid-column: auto;
  }

  .cta,
  .site-footer {
    padding-left: 34px;
    padding-right: 34px;
  }

  .hero-copy,
  .hero-copy .lede {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-copy .display {
    width: 100%;
    max-width: 100%;
  }

  .trust-item {
    border: 0;
    padding: 0;
    max-width: none;
    font-size: var(--text-xs);
  }

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

  .section-heading .display {
    font-size: var(--text-2xl);
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: auto;
  }

  .protocol-card {
    min-height: 310px;
    padding: 29px;
  }

  .site-footer {
    padding: var(--s-6) var(--s-4) var(--s-4);
  }

  .site-footer::before {
    inset-inline: var(--s-4);
  }

  .footer-top,
  .footer-bottom {
    max-width: none;
  }

  .process-flow-media {
    margin-bottom: 0px;
  }

  .section--protocols .protocol-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .section-heading {
    margin-bottom: var(--s-5);
  }

  .section-heading .eyebrow {
    margin-bottom: 8px;
    font-size: var(--text-xs);
  }

  .section-heading .display {
    font-size: var(--text-3xl);
    line-height: 1.2;
  }

  .section-heading > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: var(--text-base);
    line-height: 1.36;
    text-wrap: balance;
  }

  .methodology-panel .section-heading > p.eyebrow,
  .methodology-panel .section-heading .display,
  .methodology-panel .section-heading > p:not(.eyebrow),
  .outcomes-panel .section-heading > p.eyebrow,
  .outcomes-panel .section-heading .display,
  .outcomes-panel .section-heading > p:not(.eyebrow) {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .methodology-shell,
  .outcomes-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .methodology-biomarkers-layout {
    gap: 16px;
    align-items: stretch;
  }

  .methodology-biomarkers-layout > .methodology-biomarkers-grid,
  .methodology-biomarkers-layout > .methodology-panel--biomarkers-media {
    grid-column: auto;
    grid-row: auto;
  }

  .methodology-copy,
  .methodology-panel,
  .outcomes-panel {
    max-width: 100%;
  }

  .methodology-panel--overview-media,
  .methodology-panel--biomarkers-media {
    min-height: 280px;
  }

  .methodology-intro {
    margin-bottom: 0;
    font-size: var(--text-base);
  }

  .methodology-steps li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: var(--s-2);
    padding: 0 0 var(--s-4) 0;
  }

  .methodology-steps--bento li,
  .methodology-steps--bento li:last-child {
    padding: var(--s-4);
  }

  .methodology-step-card {
    min-height: 0;
  }

  .methodology-steps li:not(:last-child):before {
    left: 18.5px;
    top: 45px;
    bottom: 6px;
  }

  .methodology-step-index {
    width: 50px;
    height: 50px;
  }

  .methodology-step-index::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
  }

  .methodology-steps h3 {
    margin: 6px 0 6px;
    font-size: var(--text-lg);
    line-height: 1.16;
  }

  .methodology-steps p {
    font-size: var(--text-base);
    line-height: 1.5;
  }

  .methodology-panel,
  .outcomes-panel {
    padding: var(--s-6) var(--s-4);
  }

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

  .biomarker-card--summary-cta {
    grid-column: 1 / -1;
    padding: 20px 18px;
    flex-wrap: wrap;
    row-gap: 14px;
  }

  .biomarker-card {
    padding: 15px 14px 14px;
  }

  .biomarker-card--summary-cta .methodology-cta {
    height: auto;
    min-height: 0;
    border-radius: var(--pill-radius);
  }

  .biomarker-card h4 {
    white-space: normal;
    margin-bottom: 10px;
  }

  .biomarker-card p {
    margin-bottom: 8px;
  }

  .biomarker-card span {
    padding: 4px 9px;
  }

  .methodology-signoff {
    text-align: center;
  }

  .methodology-signoff-card {
    padding: 20px var(--s-3);
  }

  .process-flow-step:not(:first-child) .process-flow-badge::before,
  .process-flow-step:not(:last-child) .process-flow-badge::after,
  .process-flow-step:not(:last-child)::after {
    display: none;
  }

  .section--stats::before {
    content: none;
  }

  .section--stats .stat:last-child {
    border-bottom: 0;
  }

  .section--stats .stat>div {
    width: 100%;
    text-align: left;
  }

  .section--stats .stat:not(:last-child)::after {
    display: none;
  }

  .process-flow-body {
    grid-column: 1/-1;
    margin-top: 4px;
    max-width: none;
    font-size: var(--text-sm);
  }

  .process-image-card {
    border-radius: 16px;
  }

  .process-flow-media img {
    aspect-ratio: 5/3;
  }

  .section.section--methodology,
  .section.section--process,
  .section.section--protocols,
  .section.section--stats,
  .section.section_testimonials_marquee,
  .section--care {
    padding-top: var(--section-y-mobile-shared);
    padding-bottom: var(--section-y-mobile-end);
  }

  .process-wrap {
    width: 100%;
    padding: 28px 0 0;
    border-radius: 22px;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 640px;
    margin: 0 auto;
  }

  .process-flow-step {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas: "badge content";
    align-items: start;
    column-gap: 12px;
    row-gap: 0;
    padding: 0 0 0;
    position: relative;
  }

  .process-flow-step:not(:first-child) .process-flow-badge::before,
  .process-flow-step:not(:last-child) .process-flow-badge::after {
    display: none;
  }

  .process-flow-step:not(:last-child)::after {
    pointer-events: none;
    display: block;
    content: "";
    position: absolute;
    left: 38px;
    top: 76px;
    height: 100%;
    width: 1px;
    background: rgba(95, 112, 199, .65);
    border-radius: var(--pill-radius);
    z-index: 1;
  }

  .process-flow-badge {
    grid-column: 1;
    grid-row: 1;
    grid-area: badge;
    width: 76px;
    height: 76px;
    margin: 0;
    font-size: var(--text-xl);
    z-index: 2;
  }

  .process-flow-copy {
    grid-area: content;
    min-width: 0;
  }

  .process-flow-step h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 12px;
    max-width: none;
    line-height: 1.15;
    white-space: normal;
    margin-top: 20px;
  }

  .process-flow-step h3 br {
    display: none;
  }

  .process-flow-body {
    margin: 8px 0 0;
    max-width: none;
    font-size: var(--text-base);
  }

  .process-flow-media {
    margin-top: 12px;
  }

  .section--protocols .protocol-body {
    padding: var(--s-4);
  }

  .section--protocols .protocol-card {
    min-height: 0;
    border-radius: 22px;
  }

  .section--protocols .protocol-title {
    white-space: normal;
    text-wrap: balance;
    left: var(--s-4);
    right: var(--s-4);
    bottom: var(--s-3);
    font-size: var(--text-2xl);
  }

  .section--protocols .protocol-card p {
    max-width: 100%;
    font-size: var(--text-base);
    line-height: 1.5;
  }

  .section--protocols .protocol-card .text-link {
    font-size: var(--text-lg);
  }

  .section--protocols .protocol-card .text-link .icon-svg {
    font-size: var(--text-lg);
  }

  .site-header {
    padding-left: 30px;
    padding-right: 30px;
    padding: 12px 16px;
  }

  .hero {
    padding-top: 140px;
    padding-left: 34px;
    padding-right: 34px;
    grid-template-columns: 1fr 0.95fr;
    background: radial-gradient(circle at 14% 10%, rgb(82 103 239 / 7%), transparent 34%), radial-gradient(circle at 86% 6%, rgb(31 183 229 / 8%), transparent 28%), linear-gradient(180deg, #fbfbfe 0, #f6f8ff 100%);
    min-height: auto;
    padding: 120px 24px 0;
    display: block;
  }

  .site-header.is-menu-open .nav-shell {
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(26, 31, 37, .09);
    box-shadow: 0 10px 24px rgba(16, 24, 40, .12);
    transition: none;
  }

  .nav-shell {
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    overflow: visible;
  }

  .main-nav.is-open a:not(.nav-cta-mobile):not(.nav-signin-mobile) {
    font-size: var(--text-xl);
    line-height: 1.2;
    font-weight: 500;
    display: inline-flex;
    align-self: flex-start;
    width: fit-content;
    padding: 8px 0 6px;
    border-radius: 10px;
  }

  .main-nav.is-open a:not(.nav-cta-mobile):not(.nav-signin-mobile)::after {
    left: 0;
    right: auto;
    bottom: -1px;
    width: 100%;
  }

  .main-nav.is-open a:not(.nav-cta-mobile):not(.nav-signin-mobile):hover {
    background: rgba(82, 103, 239, .08);
  }

  .brand {
    width: 165px;
    height: 30px;
  }

  .brand img {
    width: 165px;
  }

  .hero-copy .display {
    width: 100%;
    max-width: 100%;
    letter-spacing: -.02em;
    font-size: var(--text-4xl);
  }

  .hero-copy .lede {
    font-size: var(--text-base);
  }

  .hero-image {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 100%);
    border-radius: 0;
    inset: 0;
    background-image: url("../images/hero/novera-hero-right-sabrina.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  }

  .hero-badge.hero-badge--show-on-scroll {
    opacity: 0;
  }

  .hero-badge.hero-badge--show-on-scroll.is-visible {
    opacity: 1;
  }

  .hero-proof {
    right: 34px;
    width: 500px;
    display: none;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas: none;
  }

  .bento-grid > .bento-card {
    grid-area: auto;
  }

  .bento-grid > .bento-card:nth-child(1),
  .bento-grid > .bento-card:nth-child(2),
  .bento-grid > .bento-card:nth-child(3),
  .bento-grid > .bento-card:nth-child(4) {
    grid-area: auto;
  }

  .bento-copy {
    display: contents;
    max-width: 100%;
  }

  .bento-copy .eyebrow {
    grid-area: eyebrow;
    margin: 0 0 10px;
  }

  .bento-card h3 {
    font-size: var(--text-lg);
    grid-area: title;
    margin: 0 0 14px;
    text-wrap: auto;
  }

  .bento-card p {
    font-size: var(--text-base);
    grid-area: text;
    margin: 0 0 16px;
  }

  .bento-copy .text-link {
    grid-area: link;
    margin: 0;
    font-size: var(--text-lg);
  }

  .landing_logos_group {
    height: 18px;
  }

  .landing_logos img {
    margin: 0 12px;
  }

  .landing_logos_text {
    top: 0;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    font-size: 8px;
    line-height: 13px;
  }

  .landing_logos_text span {
    position: static;
    transform: none;
    display: block;
  }

  .site-header.is-scrolled {
    padding: 10px var(--gutter-page);
  }

  .button .icon-svg {
    font-size: var(--text-lg);
    }

  .main-nav.is-open {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    left: 0;
    right: 0;
    z-index: 40;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(26, 31, 37, .09);
    box-shadow: 0 18px 34px rgba(16, 24, 40, .16), 0 3px 10px rgba(16, 24, 40, .08);
    backdrop-filter: blur(8px);
    top: calc(100% + 8px);
    padding: 28px 28px 56px 28px;
    border-radius: 38px;
  }

  .main-nav.is-open .nav-cta-mobile {
    display: flex;
    width: 100%;
    align-self: stretch;
    justify-content: center;    
    padding: 16px 18px;
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 1.1;
    border-radius: var(--pill-radius);
  }

  .main-nav.is-open .nav-signin-mobile {
    display: flex;
    width: 100%;
    align-self: stretch;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding: 16px 18px;
    font-size: var(--text-lg);
    font-weight: 500;
    line-height: 1.1;
    border-radius: var(--pill-radius);
  }

  .main-nav.is-open .nav-signin-mobile::after {
    content: none;
  }

  .main-nav.is-open .nav-cta-mobile::after {
    content: none;
  }

  .bento-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "eyebrow""title""art""text""link";
    gap: 0;
    padding: var(--s-4);
  }

  .methodology-steps--bento .methodology-step-card {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-areas: none;
    gap: var(--s-2) var(--s-4);
    align-items: start;
    align-content: start;
  }

  .methodology-steps--bento .methodology-step-card h3 {
    margin-bottom: var(--s-1);
  }
  .methodology-steps--bento .methodology-step-card p {
    margin-bottom: 0;
  }

  .methodology-signoff-card .methodology-signoff {
    font-size: var(--text-xs);
  }

  .bento-art {
    grid-area: art;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 0 16px -24px;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: none;
    mask-image: none;
    width: calc(100% + 48px);
    height: min(60vw, 170px);
    max-height: 170px;
    border-radius: 0;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 500px;
    margin: auto;
  }

  .hero-art {
    margin-top: 28px;
    position: relative;
    inset: auto;
    z-index: 1;
    height: 390px;
    width: calc(100% + 48px);
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-badge {
    right: 12px;
    left: 20px;
    transition: opacity .95s ease;
    top: 150px;
    width: 160px;
    padding: 19px;
  }

  .hero-badge strong {
    font-size: var(--text-sm);
  }

  .hero-badge p {
    font-size: var(--text-xs);
  }

  .category-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 124px;
    padding-bottom: 34px;
  }

  .category-story,
  .category-faq {
    padding-top: 84px;
  }

  .category-story {
    padding-bottom: 0;
  }

  .category-story-layout {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 28px;
  }

  .category-story--reverse .category-story-layout {
    grid-template-columns: 1fr;
  }

  .category-story-content {
    order: 1;
  }

  .category-story-media {
    order: 2;
  }

  .category-story-points {
    order: 3;
  }

  .category-story-media {
    margin-top: 6px;
    border-radius: 0;
  }

  .category-results .outcomes-shell {
    grid-template-columns: 1fr;
  }

  .category-results__content-card,
  .category-results__panel-art {
    min-height: 0;
  }

  .category-results__content-card {
    order: 2;
    padding: var(--s-4);
  }

  .category-results__panel-content .eyebrow {
    font-size: var(--text-base);
    text-align: center;
  }

  .category-results__panel-art {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9.4;
  }

  .bento-card .category-results__note {
    max-width: 100%;
    margin-top: 16px;
    font-size: var(--text-xs);
  }

  .category-results__list li {
    padding: 14px 0 14px 14px;
    line-height: 1.5;
  }

  .category-results__list li:before {
    width: 16px;
    height: 16px;
  }

  .category-story-content.section-heading .eyebrow,
  .category-story-content.section-heading .display,
  .category-story-content.section-heading > p:not(.eyebrow) {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .category-story-content.section-heading,
  .category-story--reverse .category-story-content.section-heading {
    padding: var(--s-5) var(--s-4);
  }

  .category-story-points,
  .category-story--reverse .category-story-points {
    padding: 0 var(--s-4) var(--s-5) var(--s-4);
  }

  .category-story-flow {
    gap: var(--s-2);
  }

  .category-story-flow p {
    column-gap: 10px;
    padding-left: 0;
  }

  .category-story-flow__icon {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .category-story-flow__icon::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
  }

  .category-story-flow--possible .category-story-flow__icon {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .category-story-flow--possible .category-story-flow__icon::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
  }

  .category-story-flow--possible p {
    column-gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--panel-line);
  }

  .category-faq__item summary {
    padding: 20px 22px;
    font-size: var(--text-base);
  }

  .category-faq__item p {
    padding: 0 22px 22px;
  }

  .hero-trust {
    left: 34px;
    position: static;
    grid-column: 1/-1;
    width: 100%;
    max-width: 500px;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    justify-items: center;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-item {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 4px;
    gap: 7px;
    font-size: var(--text-xs);
    text-align: center;
    color: var(--ink);
  }

  .trust-item .icon-svg {
    font-size: 1.85rem;
    color: var(--purple);
  }


  :root {
    --text-xs: 0.675rem;
    --text-sm: 0.875rem;
    --text-base: 0.9375rem;
    --text-lg: 1.0625rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.775rem;
    --text-3xl: 2rem;
    --text-4xl: 3rem;
  }

  body {
    font-size: var(--text-base);
    line-height: 1.5;
  }

  .section--stats::after {
    display: none;
  }

  .section--stats .stat-row {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 30px;
  }

  .section--stats .stat {
    display: grid;
    align-items: center;
    justify-content: start;
    border-right: 0;
    border-bottom: 1px solid var(--panel-line);
    text-align: left;
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 0;
    column-gap: 16px;
    padding: 16px 14px;
    border-radius: 0;
  }

  .section--stats .stat i {
    justify-self: center;
    font-size: var(--text-lg);
    width: 60px;
    height: 60px;
  }

  .section--stats .stat i svg {
    width: 26px;
    height: 26px;
  }

  .section--stats .stat strong {
    text-align: left;
    margin-bottom: 4px;
    font-size: var(--text-2xl);
  }

  .section--stats .stat span {
    text-align: left;
    font-size: 0.99rem;
  }

  .cta {
    margin-top: 18px;
    padding: 0;
  }

  .cta-inner {
    display: block;
    min-height: 300px;
    padding: 38px 24px 26px;
    border-radius: var(--card-radius);
  }

  .cta-inner::before {
    background-size: 34px 34px;
  }

  .cta h2 {
    font-size: var(--text-2xl);
    line-height: 1.1;
  }

  .cta .cta-lead {
    max-width: 100%;
    margin-top: 16px;
    font-size: var(--text-sm);
    line-height: 1.5;
  }

  .cta-principles {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .cta-principle {
    min-height: 0;
    padding: 18px;
    gap: 14px;
    border-radius: 16px;
  }

  .cta-principle-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .cta-principle-icon .icon-svg {
    width: 22px;
    height: 22px;
  }

  .cta-principle h3 {
    margin-top: 0;
    font-size: 1.25rem;
  }

  .cta-footer {
    display: block;
    margin-top: 34px;
    padding-top: 28px;
  }

  .cta .button {
    justify-self: auto;
    width: 100%;
    margin-top: 26px;
  }

  .section--care {
    padding-left: 0;
    padding-right: 0;
  }

  .section--care > .section-heading,
  .section--care > .bento-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .section--methodology > .methodology-shell,
  .section--methodology-biomarkers > .methodology-shell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .section {
    padding-left: var(--gutter-page-mobile);
    padding-right: var(--gutter-page-mobile);
  }

  .section--care .bento-grid {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

} /* @media (max-width:1100px) */

@media (max-width: 800px) {
  .quiz-page {
    padding: 0;
  }

  .quiz-page > .section-inner {
    max-width: none;
  }

  .quiz-card {
    gap: var(--s-4);
    width: 100%;
    padding: 18px;
    border-radius: 0;
    box-shadow: none;
  }

  .quiz-card__chrome {
    align-items: center;
  }

  .brand--quiz img {
    height: 28px;
  }

  .quiz-intro .display {
    max-width: none;
  }

  .quiz-view {
    min-height: 0;
  }

  .quiz-step,
  .quiz-card__body {
    gap: var(--s-4);
  }

  .quiz-choice-grid,
  .quiz-result-grid {
    grid-template-columns: 1fr;
  }

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

  .quiz-scale .quiz-choice-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

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

  .quiz-category,
  .quiz-choice,
  .quiz-result-card,
  .quiz-result-summary {
    padding: var(--s-2);
  }

  .quiz-result-card,
  .quiz-result-summary {
    box-shadow: none;
  }

  .quiz-choice__value {
    width: 38px;
    height: 38px;
  }

  .quiz-actions {
    flex-direction: column-reverse;
  }

  .quiz-actions .button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .section--methodology-biomarkers > .methodology-shell,
  .methodology-shell.methodology-biomarkers-layout {
    grid-template-columns: 1fr;
  }

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

  .biomarker-card--summary-cta {
    grid-column: 1 / -1;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .section--methodology-biomarkers .biomarker-card--summary-cta:hover {
    background: none;
    box-shadow: none;
  }

  .biomarker-card--summary-cta .biomarker-card-summary-text {
    margin: var(--s-3) 0;
    max-width: none;
  }

  .biomarker-card--summary-cta .methodology-cta {
    width: 100%;
    justify-content: center;
  }

  .methodology-signoff-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .methodology-signoff-card:hover {
    box-shadow: none;
  }

}/* @media (max-width: 600px) */
