@import url('/research-theme.css?v=ascending-trust-20260908-r1&css=6af65b721fb45d87');

.installment-inquiry { grid-column: 1 / -1; flex-basis: 100%; margin: 12px 0; font-size: 0.8rem; line-height: 1.5; color: #53645e; }
.installment-inquiry a { color: inherit; text-underline-offset: 3px; }
.installment-inquiry a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.free-shipping-banner { margin: 0; padding: 12px 20px; text-align: center; background: #e7eee4; color: #263c30; font-size: .9rem; font-weight: 650; }
.product-family-label { margin: 0 0 10px; font-size: .72rem; color: #59685d; }
.cart-dialog [data-free-shipping-progress] { margin: 12px 0 0; color: var(--emerald); font-size: .85rem; line-height: 1.5; }

:root {
  --ink: var(--ivory);
  --ink-deep: var(--carbon-950);
  --ink-2: #141a16;
  --forest: #0d2b1f;
  --mint: var(--emerald);
  --mint-light: #0d2018;
  --cream: #090c09;
  --paper: #101410;
  --rust: var(--mineral);
  --rust-dark: #e7ba80;
  --line: rgba(244, 240, 230, .15);
  --muted: #a9b2aa;
  --shadow: 0 32px 90px rgba(0, 0, 0, .42);
  --radius: 6px;
  --max: 1320px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  color-scheme: dark;
}
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus-visible { top: 10px; left: 10px; width: auto; height: auto; padding: 10px 16px; margin: 0; overflow: visible; clip-path: none; background: white; }

.assisted-notice {
  position: relative; z-index: 30; width: 100%; padding: 16px clamp(18px, 4vw, 64px);
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(18px, 3vw, 42px); align-items: center;
  color: var(--ink-deep); background: var(--mint); border-bottom: 1px solid rgba(16,42,35,.22);
}
.assisted-notice strong { font: 600 11px/1.3 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.assisted-notice p { max-width: 1100px; margin: 0; font-size: 13px; line-height: 1.5; }

.site-header {
  width: 100%; height: 78px; padding: 0 clamp(18px, 4vw, 64px);
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: clamp(18px, 3vw, 46px);
  border-bottom: 1px solid rgba(255,255,255,.14); color: white;
  background: var(--ink-deep);
  position: relative; z-index: 20; top: auto;
}
.brand { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; }
.brand img { width: 168px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); font-size: 13px; }
.site-header nav a { text-decoration: none; padding: 7px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--mint); }
.cart-trigger { justify-self: end; display: flex; align-items: center; gap: 10px; border: 0; background: none; color: white; cursor: pointer; font-size: 13px; }
.cart-count { min-width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--mint); font-weight: 600; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; cursor: pointer; }
.nav-toggle span { display: block; width: 19px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }
.nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { min-height: 650px; padding: 128px max(6vw, 24px) 70px; background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .48fr); align-items: end; gap: clamp(45px, 8vw, 130px); position: relative; overflow: hidden; isolation: isolate; }
.hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: .71; filter: saturate(.72) contrast(1.01) sepia(.04); transform: scale(1.015); }
.hero__wash { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 79% 20%, rgba(214,226,216,.15), transparent 31%), linear-gradient(90deg, rgba(42,55,46,.98) 0%, rgba(42,55,46,.92) 43%, rgba(42,55,46,.53) 72%, rgba(37,49,41,.72) 100%), linear-gradient(0deg, rgba(37,49,41,.76), transparent 60%); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 76%); }
.hero__copy { max-width: 790px; position: relative; z-index: 2; align-self: center; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.hero .eyebrow { color: var(--mint); }
h1, h2 { margin: 0; font-family: 'Manrope', sans-serif; font-weight: 400; letter-spacing: -.055em; line-height: .99; }
h1 { font-size: clamp(58px, 6.5vw, 98px); max-width: 850px; }
h1 em { color: var(--mint); font-style: normal; }
.hero__lead { max-width: 610px; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.6; color: rgba(255,255,255,.72); margin: 34px 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ink); border-radius: var(--radius); text-decoration: none; font-weight: 600; font-size: 13px; cursor: pointer; }
.button--primary { color: white; background: var(--rust); border-color: var(--rust); }
.button--primary:hover:not(:disabled) { background: #a85036; border-color: #a85036; }
.button--quiet { color: white; border-color: rgba(255,255,255,.42); background: transparent; }
.button:disabled { cursor: not-allowed; opacity: .48; }
.hero__note { margin: 24px 0 0; padding-top: 18px; max-width: 570px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.62); font: 400 14px/1.5 'Manrope', sans-serif; }
.hero__care-card { position: relative; z-index: 2; align-self: end; padding: 30px; color: var(--ink); background: rgba(244,240,230,.93); box-shadow: 0 24px 65px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.hero__care-card > p { margin: 0 0 22px; color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero__care-card ul { margin: 0; padding: 0; list-style: none; }
.hero__care-card li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 15px 0; border-top: 1px solid var(--line); }
.hero__care-card li span { color: var(--rust); font-size: 10px; }
.hero__care-card li strong { font: 500 15px/1.35 'Manrope', sans-serif; }
.hero__care-card small { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }

.trust-strip { min-height: 132px; padding: 28px max(4vw, 22px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; background: var(--mint); border-bottom: 1px solid var(--line); }
.trust-strip article { min-width: 0; padding: 12px clamp(18px, 2.6vw, 38px); display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid rgba(16,42,35,.18); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip strong { color: var(--teal); font: 600 clamp(16px, 1.55vw, 22px)/1.2 'Manrope', sans-serif; letter-spacing: -.025em; }
.trust-strip span { display: block; margin-top: 9px; color: rgba(16,42,35,.68); font: 400 clamp(11px, 1vw, 14px)/1.45 'Manrope', sans-serif; }

.section { padding: clamp(82px, 10vw, 150px) max(5vw, 22px); }
.section-heading { max-width: var(--max); margin: 0 auto clamp(42px, 6vw, 78px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 9vw; align-items: end; }
.section-heading h2 { font-size: clamp(46px, 5.4vw, 80px); }
.section-heading > p { margin: 0; color: var(--muted); max-width: 460px; }
.program-overview { max-width: none; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); gap: clamp(45px, 8vw, 120px); align-items: center; background: var(--paper); }
.program-overview__media { position: relative; min-height: 610px; }
.program-overview__media > img { width: 100%; height: 610px; object-fit: cover; object-position: center; }
.program-overview__media > div { position: absolute; right: -30px; bottom: 35px; width: min(365px, 76%); padding: 24px; display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; background: var(--mint); box-shadow: var(--shadow); }
.program-overview__media > div span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 600 14px 'Manrope'; }
.program-overview__media > div p { margin: 0; font-size: 12px; line-height: 1.55; }
.program-overview__copy { max-width: 700px; }
.program-overview h2 { font-size: clamp(48px, 5vw, 76px); }
.program-overview__lead { margin: 32px 0 18px; color: var(--ink-2); font: 400 clamp(18px, 1.6vw, 22px)/1.55 'Manrope'; }
.program-overview__copy > p:not(.eyebrow, .program-overview__lead) { max-width: 620px; color: var(--muted); }
.program-principles { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.program-principles article { padding: 22px 18px 0 0; }
.program-principles span, .journey-grid > li > span, .client-trust__grid span { color: var(--rust); font-size: 10px; letter-spacing: .12em; }
.program-principles h3 { margin: 24px 0 7px; font: 500 19px 'Manrope'; }
.program-principles p { margin: 0; color: var(--muted); font-size: 12px; }
.journey { background: var(--mint-light); }
.journey-grid { max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--ink); }
.journey-grid li { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--ink); }
.journey-grid li:first-child { border-left: 1px solid var(--line); }
.journey-grid h3 { margin: 80px 0 14px; font: 500 clamp(21px, 2vw, 29px)/1.18 'Manrope'; letter-spacing: -.035em; }
.journey-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.client-trust { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(500px, 1fr); gap: clamp(55px, 9vw, 140px); color: white; background: var(--ink); }
.client-trust__copy { align-self: center; }
.client-trust h2 { max-width: 680px; font-size: clamp(48px, 5vw, 75px); }
.client-trust__copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0; color: rgba(255,255,255,.65); font-size: 17px; }
.text-link { color: var(--mint); text-underline-offset: 5px; }
.client-trust__grid { display: grid; grid-template-columns: 1fr 1fr; }
.client-trust__grid article { min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.19); margin: 0 -1px -1px 0; }
.client-trust__grid h3 { margin: 55px 0 10px; font: 500 23px 'Manrope'; }
.client-trust__grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.catalog { background: var(--cream); }
.catalog-heading__aside { align-self: end; }
.catalog-heading__aside p { margin: 0; color: var(--muted); max-width: 460px; }
.catalog-explainer-link { margin-top: 14px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: transparent; font-size: 12px; font-weight: 600; cursor: pointer; }
.catalog-explainer-link:hover { color: var(--rust); }
.catalog-context { max-width: var(--max); margin: 0 auto clamp(55px, 7vw, 90px); padding: 20px 24px; display: grid; grid-template-columns: minmax(250px, .6fr) 1fr; gap: 38px; border: 1px solid var(--line); background: rgba(252,250,245,.65); }
.catalog-context strong { color: var(--rust); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.catalog-context p { margin: 0; max-width: 720px; color: var(--muted); font-size: 13px; }
.catalog-search { max-width: var(--max); margin: 0 auto 18px; position: relative; z-index: 3; }
.catalog-search > label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.catalog-search > input { width: 100%; min-height: 48px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 4px; background: var(--cream); color: var(--ink); font: inherit; }
.catalog-search > input:focus { outline: 2px solid var(--rust); outline-offset: 2px; }
.catalog-search__results { position: absolute; top: 100%; right: 0; left: 0; max-height: min(420px, 60vh); margin: 4px 0 0; padding: 5px; overflow-y: auto; border: 1px solid var(--line); border-radius: 4px; background: var(--cream); box-shadow: 0 18px 42px rgba(20, 30, 28, .14); list-style: none; }
.catalog-search__results[hidden] { display: none; }
.catalog-search__results [role="option"] { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 18px; padding: 10px 12px; border-radius: 3px; cursor: pointer; }
.catalog-search__results [role="option"] + [role="option"] { border-top: 1px solid var(--line); }
.catalog-search__results [role="option"][aria-selected="true"], .catalog-search__results [role="option"]:hover { background: rgba(142, 87, 54, .1); }
.catalog-search__results strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.catalog-search__results span { color: var(--muted); font-size: 12px; }
.catalog-toolbar { max-width: var(--max); margin: 0 auto 26px; display: flex; gap: 8px; align-items: center; }
.catalog-toolbar > span { margin-left: auto; color: var(--muted); font-size: 12px; }
.filter { border: 1px solid var(--line); background: transparent; padding: 9px 15px; cursor: pointer; border-radius: 100px; font-size: 12px; }
.filter.is-active { background: var(--ink); border-color: var(--ink); color: white; }
.product-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.catalog-family { min-width: 0; grid-column: 1 / -1; }
.catalog-family + .catalog-family { margin-top: clamp(36px, 6vw, 76px); padding-top: clamp(30px, 5vw, 58px); border-top: 1px solid var(--line); }
.catalog-family__header { margin-bottom: 22px; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(280px, 1.1fr) auto; gap: 20px clamp(24px, 5vw, 72px); align-items: end; }
.catalog-family__header > div > p { margin: 0 0 9px; color: var(--signal); font: 700 9px/1 'Manrope', sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.catalog-family__header h3 { margin: 0; color: var(--ivory); font: 450 clamp(28px, 3.2vw, 46px)/1 'Manrope', sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.catalog-family__header > p { max-width: 52ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.catalog-family__header > span { min-width: max-content; padding: 7px 11px; color: var(--signal-soft); border: 1px solid rgba(92,230,168,.22); border-radius: 999px; font: 650 9px/1 'Manrope', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.catalog-brand + .catalog-brand { margin-top: 28px; }
.catalog-brand__title { margin: 0 0 16px; color: var(--signal-soft); font: 650 16px/1.4 'Manrope', sans-serif; }
.catalog-family__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.catalog-fallback { max-width: var(--max); margin: 32px auto 0; padding: 24px; border: 1px solid var(--line); background: var(--cream); }
.catalog-fallback h3 { margin: 0; font: 500 clamp(24px, 3vw, 34px)/1.2 'Manrope'; }
.catalog-fallback > p { color: var(--muted); }
.catalog-fallback__brand { margin-top: 28px; }
.catalog-fallback__brand h4 { margin: 0; padding-bottom: 12px; border-bottom: 2px solid var(--ink); font: 500 clamp(20px, 2.5vw, 28px)/1.2 'Manrope'; }
.catalog-fallback ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; list-style: none; }
.catalog-fallback li { min-width: 0; padding: 13px 0; display: grid; gap: 4px; border-top: 1px solid var(--line); }
.catalog-fallback li strong, .catalog-fallback li span { overflow-wrap: anywhere; }
.catalog-fallback li span { color: var(--muted); font-size: 12px; }
.brand-section { min-width: 0; scroll-margin-top: 32px; }
.brand-section + .brand-section { padding-top: clamp(44px, 7vw, 82px); border-top: 1px solid var(--line); }
.brand-section__header { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 3px solid var(--ink); display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.brand-section__header .eyebrow { margin-bottom: 7px; }
.brand-section__header h3 { margin: 0; font: 500 clamp(34px, 4.2vw, 56px)/1.06 'Manrope'; letter-spacing: -.045em; }
.brand-section__header > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.brand-section__header > p strong { display: block; margin-top: 4px; color: var(--ink); }
.brand-section__catalog { display: grid; gap: clamp(34px, 5vw, 58px); }
.availability-group { min-width: 0; }
.availability-group h4 { margin: 0 0 18px; padding-bottom: 11px; border-bottom: 2px solid #356a4d; color: #24543b; font: 600 14px/1.2 'Manrope'; letter-spacing: .06em; text-transform: uppercase; }
.availability-group h4 span { margin-left: 7px; color: var(--muted); font-size: 11px; }
.availability-group--unavailable h4 { border-color: #8b3f2c; color: #7b2f20; }
.availability-group__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.product-card--unavailable { border-color: #bfa99f; background: #f4f0e9; }
.product-card--unavailable .product-visual--photo img { filter: saturate(.42); opacity: .72; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-visual { min-height: 292px; padding: 30px; display: grid; place-items: center; background: var(--ink-2); position: relative; overflow: hidden; }
.product-visual::before { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, var(--tone-light, #d5f4e8), var(--tone, #5a8d7e) 48%, transparent 70%); opacity: .7; }
.product-visual::after { content: attr(data-index); position: absolute; right: 18px; top: 12px; color: rgba(255,255,255,.4); font: 500 11px 'Manrope'; }
.product-visual--photo { margin: 0; padding: 0; background: radial-gradient(circle at 50% 46%, #ffffff 0, #f5f2e9 58%, #e9eee9 100%); }
.product-visual--photo::before { display: none; }
.product-visual--photo::after { color: rgba(16,42,35,.42); z-index: 2; }
.product-visual--photo img { width: 100%; height: 292px; min-height: 292px; padding: 5px 18px 0; object-fit: contain; object-position: center; }
.product-visual--photo figcaption { position: absolute; z-index: 2; left: 10px; right: 10px; bottom: 8px; padding: 5px 7px; color: rgba(16,42,35,.7); background: rgba(252,250,245,.9); font-size: 8px; line-height: 1.25; }
.product-vial { position: relative; z-index: 2; width: 100px; height: 185px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px 10px 18px 18px; background: linear-gradient(90deg, rgba(255,255,255,.11), rgba(255,255,255,.55), rgba(255,255,255,.08)); box-shadow: 9px 16px 22px rgba(0,0,0,.3); }
.product-vial::before { content: ''; position: absolute; width: 80px; height: 31px; left: 9px; top: -23px; border-radius: 5px 5px 1px 1px; background: repeating-linear-gradient(90deg,#d5d5d0 0 4px,#a7aaa4 4px 6px); }
.product-vial__label { position: absolute; left: 6px; right: 6px; top: 59px; min-height: 74px; background: rgba(252,250,245,.94); padding: 10px 8px; display: flex; flex-direction: column; color: var(--ink); }
.product-vial__label b { font-size: 9px; letter-spacing: .12em; }
.product-vial__label span { font: 600 14px/1.1 'Manrope'; margin-top: 8px; overflow-wrap: anywhere; }
.product-card__body { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.product-card--compact .product-visual { min-height: 220px; }
.product-card--compact .product-visual--photo img { height: 220px; min-height: 220px; }
.product-card--compact .product-card__body { padding: 20px; }
.product-card--compact h3 { min-height: 2.35em; margin: 0 0 14px; font: 500 clamp(20px, 2vw, 26px)/1.18 'Manrope'; letter-spacing: -.03em; }
.product-card__title-link { color: inherit; text-decoration-color: transparent; text-underline-offset: .16em; transition: color .16s ease, text-decoration-color .16s ease; }
.product-card__title-link:hover { color: var(--green-deep); text-decoration-color: currentColor; }
.product-card__title-link:focus-visible { border-radius: 2px; outline: 3px solid var(--rust); outline-offset: 3px; }
.variant-selectors { display: grid; gap: 9px; margin-bottom: 12px; }
.detail-variant-selectors { display: grid; gap: 10px; margin: 18px 0; }
.brand-selector { min-width: 0; margin: 0; padding: 0; border: 0; }
.brand-selector legend { margin-bottom: 5px; padding: 0; color: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.brand-selector__options { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 6px; }
.brand-choice { min-width: 0; position: relative; cursor: pointer; }
.brand-choice input { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.brand-choice__control { min-height: 44px; padding: 7px 9px; display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 7px; align-items: center; color: var(--muted); background: rgba(244, 240, 230, .035); border: 1px solid rgba(244, 240, 230, .24); border-radius: 3px; font: 600 11px/1.2 'DM Sans', sans-serif; overflow-wrap: anywhere; transition: border-color .16s ease, background-color .16s ease, color .16s ease; }
.brand-choice__indicator { width: 16px; height: 16px; display: grid; place-items: center; color: var(--carbon-950); background: transparent; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; opacity: .58; }
.brand-choice input:checked + .brand-choice__control { color: var(--ivory); background: rgba(89, 230, 167, .13); border-color: var(--emerald); }
.brand-choice input:checked + .brand-choice__control .brand-choice__indicator { background: var(--emerald); border-color: var(--emerald); opacity: 1; }
.brand-choice input:not(:checked) + .brand-choice__control .brand-choice__indicator { color: transparent; }
.brand-choice input:focus-visible + .brand-choice__control { outline: 3px solid var(--mineral); outline-offset: 2px; }
.brand-choice:hover .brand-choice__control { border-color: rgba(89, 230, 167, .65); }
.variant-field { min-width: 0; display: grid; gap: 5px; color: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.variant-field select { width: 100%; min-height: 44px; padding: 8px 32px 8px 10px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; font: 500 12px/1.3 'DM Sans', sans-serif; letter-spacing: 0; text-transform: none; }
.variant-summary { min-height: 3em; margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.product-card__research-area { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 0 0 14px; overflow-wrap: anywhere; }
.product-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 13px; color: var(--rust); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ascending-verified-badge { max-width: 100%; width: fit-content; display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px 5px 6px; border: 1px solid rgba(111,82,28,.32); border-radius: 100px; color: #634817; background: linear-gradient(135deg, #fffaf0, #eee0b9); box-shadow: inset 0 1px rgba(255,255,255,.85); }
.ascending-verified-badge > span { flex: 0 0 auto; width: 24px; height: 19px; display: grid; place-items: center; border-radius: 100px; color: white; background: #356e54; font: 700 6px 'Manrope'; letter-spacing: .08em; }
.ascending-verified-badge > span::before { content: 'LAB'; }
.ascending-verified-badge strong { min-width: 0; overflow-wrap: anywhere; font: 600 9px/1.1 'Manrope'; letter-spacing: .08em; text-transform: uppercase; }
.ascending-verification--card { display: grid; gap: 8px; margin-bottom: 14px; }
.ascending-testing-signal { display: grid; gap: 2px; padding-left: 8px; border-left: 2px solid #6f541f; color: #634817; }
.ascending-testing-signal strong { font: 650 10px/1.35 'Manrope'; }
.ascending-testing-signal small { color: var(--muted); font: 500 9px/1.35 'DM Sans'; }
.product-card h5 { margin: 0 0 8px; font: 500 clamp(20px, 2vw, 26px)/1.18 'Manrope'; letter-spacing: -.03em; }
.product-card__presentation { color: var(--muted); font-size: 13px; min-height: 42px; margin: 0 0 24px; }
.product-card__research { margin: -10px 0 22px; padding: 14px 0; border-block: 1px solid var(--line); }
.product-card__research span { display: block; margin-bottom: 6px; color: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-card__research strong { display: block; font: 500 13px/1.4 'Manrope'; }
.supplier-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: -12px 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.supplier-line strong { color: var(--ink); font-size: 11px; text-align: right; }
.product-price { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.product-price strong { display: block; font: 500 25px 'Manrope'; }
.product-price small { color: var(--muted); font-size: 10px; }
.product-actions { margin-top: 18px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.product-actions .button { padding-inline: 13px; }
.coa-card-link { display: block; width: fit-content; margin-top: 13px; font-size: 11px; font-weight: 600; text-underline-offset: 3px; }
.coa-card-current { display: grid; gap: 3px; margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.coa-card-current .coa-card-link { margin-top: 0; }
.coa-card-empty { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.details-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; color: inherit; text-decoration: none; background: transparent; border: 1px solid var(--line); min-width: 104px; min-height: 48px; font-size: 11px; font-weight: 600; cursor: pointer; }
.status-badge { display: inline-flex; width: fit-content; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid currentColor; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.status-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-badge--pending { color: #8a6730; }
.stock-label { display: block; width: fit-content; max-width: 100%; margin-top: 12px; padding: 8px 11px; border: 2px solid currentColor; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .015em; }
.stock-label--available { color: #24543b; background: #e3f1e8; }
.stock-label--out { color: #7b2f20; background: #f7e5df; }
.product-card .stock-label { margin-bottom: 2px; }
.error-panel { padding: 24px; border: 1px solid var(--rust); background: #fff4ef; }

.quality { background: linear-gradient(145deg, var(--ink) 0%, var(--ink-deep) 100%); color: white; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(400px, 1.1fr); gap: 11vw; }
.quality__intro { position: sticky; top: 50px; align-self: start; }
.quality h2 { max-width: 650px; font-size: clamp(46px, 4.7vw, 72px); }
.quality__intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); max-width: 570px; margin: 23px 0; }
.quality__intro a { color: var(--mint); text-underline-offset: 5px; }
.verified-mark { width: fit-content; display: flex; align-items: center; gap: 13px; margin: 18px 0 30px; color: var(--mint); }
.verified-mark > span { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid currentColor; border-radius: 50%; font: 600 20px 'Manrope'; }
.verified-mark strong { font: 600 17px/1.05 'Manrope'; letter-spacing: -.025em; }
.verified-promise { padding: 18px 0 18px 22px; border-left: 2px solid var(--mint); color: white !important; font: 400 18px/1.5 'Manrope'; }
.verified-promise strong { color: var(--mint); }
.evidence-list { padding: 0; margin: 0; list-style: none; }
.evidence-list li { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.19); display: grid; grid-template-columns: 54px 1fr; gap: 20px; }
.evidence-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.19); }
.evidence-list > li > span { color: var(--mint); font-size: 11px; }
.evidence-list li > div { position: relative; padding-right: 42px; }
.evidence-list h3 { margin: 0 0 7px; font: 500 21px 'Manrope'; }
.evidence-list p { margin: 0; color: rgba(255,255,255,.58); }
.evidence-list b { position: absolute; top: 0; right: 3px; display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(166,247,207,.35); border-radius: 50%; color: var(--mint); font-size: 12px; }
.buyer-guide { background: var(--paper); }
.guide-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.guide-grid article { padding: 34px; border: 1px solid var(--line); margin-right: -1px; }
.guide-grid span { color: var(--rust); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.guide-grid h3 { font: 500 24px/1.25 'Manrope'; letter-spacing: -.025em; min-height: 90px; }
.guide-grid p { color: var(--muted); margin-bottom: 0; }
.handling { background: var(--mint); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.handling h2 { font-size: clamp(50px, 6vw, 86px); }
.handling__copy { max-width: 600px; font-size: 18px; }
.handling__copy p:first-child { margin-top: 0; }
.handling__copy p:last-child { color: rgba(16,42,35,.67); font-size: 14px; }
.faq { background: var(--cream); display: grid; grid-template-columns: .6fr 1fr; gap: 9vw; }
.faq__heading { position: sticky; top: 50px; align-self: start; }
.faq h2 { font-size: clamp(48px, 6vw, 88px); }
.faq__items details { border-top: 1px solid var(--line); }
.faq__items details:last-child { border-bottom: 1px solid var(--line); }
.faq__items summary { cursor: pointer; list-style: none; padding: 23px 45px 23px 0; font: 500 18px 'Manrope'; position: relative; }
.faq__items summary::-webkit-details-marker { display: none; }
.faq__items summary::after { content: '+'; position: absolute; right: 5px; font-size: 25px; font-weight: 300; }
.faq__items details[open] summary::after { content: '−'; }
.faq__items details p { color: var(--muted); padding: 0 45px 24px 0; margin: 0; }
footer { padding: 48px max(5vw,22px); min-height: 240px; background: linear-gradient(135deg, var(--ink-deep), var(--ink)); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: start; }
.brand--footer img { width: 178px; }
footer > p { margin: 0; justify-self: end; color: rgba(255,255,255,.55); }
footer > div { display: flex; flex-wrap: wrap; gap: 14px 28px; }
footer > div a { font-size: 13px; }
footer > small { justify-self: end; color: rgba(255,255,255,.43); }
footer > .footer__contact { grid-column: 1 / -1; justify-self: start; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: baseline; color: rgba(255,255,255,.62); font-size: 13px; }
.footer__contact a { color: var(--mint); font-weight: 600; text-underline-offset: 4px; }
footer > .footer__ruo { grid-column: 1 / -1; max-width: 820px; margin-top: 18px; justify-self: start; color: rgba(255,255,255,.58); font-size: 11px; }
footer > .footer__ruo strong { color: rgba(255,255,255,.82); }

/* Legal documents */
.legal-page { background: var(--cream); }
.legal-header {
  position: relative; z-index: 2; min-height: 92px; padding: 0 clamp(22px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  color: var(--ivory); background: var(--carbon-950);
}
.legal-header .brand img { width: 168px; }
.legal-header__return { padding: 9px 0; border-bottom: 1px solid var(--mint); text-decoration: none; font-size: 13px; }
.legal-header__return::before { content: '←'; margin-right: 9px; color: var(--mint); }
.legal-main { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: clamp(54px, 8vw, 112px) 0 clamp(76px, 10vw, 140px); }
.legal-intro { margin-bottom: 24px; padding-bottom: 18px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--rust-dark); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.legal-document { min-width: 0; padding: clamp(30px, 6vw, 82px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 60px rgba(16,42,35,.09); overflow-wrap: anywhere; }
.legal-document h1 { max-width: 890px; margin-bottom: 24px; color: var(--ink); font-size: clamp(44px, 6vw, 78px); }
.legal-document h2 { margin: clamp(44px, 7vw, 76px) 0 18px; padding-top: 8px; color: var(--ink); font-size: clamp(25px, 3vw, 38px); line-height: 1.14; letter-spacing: -.035em; }
.legal-document p, .legal-document ul { max-width: 820px; }
.legal-document p { margin: 0 0 18px; }
.legal-document ul { margin: 0 0 26px; padding-left: 1.35em; }
.legal-document li { margin: 0 0 10px; padding-left: .25em; }
.legal-document hr { width: 100%; margin: clamp(40px, 6vw, 68px) 0; border: 0; border-top: 1px solid var(--line); }
.legal-document a { color: var(--ink); text-decoration-color: var(--rust); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-document code { font: inherit; overflow-wrap: anywhere; }
.ruo-acceptance a { color: var(--ink); font-weight: 600; text-underline-offset: 3px; }

/* Dialogs */
dialog { border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(5,19,15,.74); backdrop-filter: blur(5px); }
.product-dialog { width: min(980px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); }
.product-dialog[open], .research-dialog[open], .cart-dialog[open] { animation: dialog-in .25s ease both; }
.dialog-shell { padding: clamp(22px,4vw,52px); }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { font-size: clamp(36px,5vw,62px); }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 29px; line-height: 1; cursor: pointer; }
.product-detail__layout { display: grid; grid-template-columns: .75fr 1fr; }
.product-detail__visual { min-height: 570px; background: var(--ink-2); display: grid; place-items: center; overflow: hidden; position: relative; }
.product-detail__visual > .product-visual { width: 100%; height: 100%; }
.product-detail__visual .product-vial { transform: scale(1.5); }
.product-detail__copy { min-width: 0; padding: clamp(25px,5vw,60px); max-height: calc(100dvh - 30px); overflow-y: auto; }
.product-detail__copy h2 { font-size: clamp(39px,5vw,63px); margin-right: 40px; }
.product-detail__presentation { color: var(--muted); }
.ascending-verified-note { margin: 18px 0; padding: 15px; border: 1px solid rgba(111,82,28,.22); background: #f6eed8; }
.ascending-verified-note p { margin: 11px 0 0; color: #594d36; font-size: 12px; line-height: 1.55; }
.supplier-detail { display: grid; grid-template-columns: minmax(120px,.8fr) 1fr; gap: 6px 16px; margin: 18px 0; padding: 15px 0; border-block: 1px solid var(--line); font-size: 12px; }
.supplier-detail dt { color: var(--muted); }
.supplier-detail dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-weight: 700; }
.product-detail__research { border-block: 1px solid var(--line); padding: 20px 0; }
.product-detail__research-label { margin: 0 0 8px; color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-detail__research-area { margin: 0 0 12px; font: 500 20px/1.3 'Manrope'; }
.product-detail__research-description { margin: 0; color: var(--muted); line-height: 1.68; }
.product-detail__price { margin: 22px 0 10px; font: 500 clamp(26px, 4vw, 38px)/1 'Manrope'; color: var(--green-deep); }
.coa-box { padding: 18px; margin: 22px 0; background: var(--mint-light); }
.coa-box--empty { border: 1px solid var(--line); background: transparent; }
.coa-box h3 { margin: 0 0 12px; font: 600 16px 'Manrope'; }
.coa-meta { margin: 0 0 14px; display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; font-size: 12px; }
.coa-meta dt { color: var(--muted); }
.coa-meta dd { margin: 0; font-weight: 600; }
.coa-box a { font-weight: 600; font-size: 13px; }
.coa-card-reference {
  margin-top: 12px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  align-items: center;
  border: 1px solid rgba(214, 166, 106, .36);
  border-radius: var(--radius);
  background: linear-gradient(125deg, rgba(214, 166, 106, .1), rgba(89, 230, 167, .04));
}
.coa-card-reference > span { color: var(--ivory); font: 600 10px/1.25 'Manrope', sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.coa-card-reference > strong { min-width: 0; color: var(--signal-soft); font: 650 13px/1.3 'Manrope', sans-serif; font-variant-numeric: tabular-nums; }
.coa-card-reference > small { min-width: 0; color: var(--muted); font-size: 9px; line-height: 1.35; }
.coa-card-reference--pending { display: block; }
.coa-card-reference--pending > strong,
.coa-card-reference--pending > small { display: block; margin-top: 4px; }
.coa-reference-link {
  grid-column: 2;
  grid-row: 1 / 4;
  min-height: 34px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(89, 230, 167, .32);
  border-radius: var(--radius);
  color: var(--emerald);
  background: rgba(89, 230, 167, .06);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.coa-reference-link:hover { border-color: var(--emerald); background: rgba(89, 230, 167, .11); }
.coa-box--reference { border: 1px solid rgba(214, 166, 106, .38); background: linear-gradient(135deg, rgba(214, 166, 106, .11), rgba(89, 230, 167, .045)); }
.coa-box--lookup { border: 1px solid rgba(89, 230, 167, .38); background: linear-gradient(135deg, rgba(89, 230, 167, .12), rgba(214, 166, 106, .06)); }
.coa-box--lookup .details-john-button { color: white; border-color: var(--rust); background: var(--rust); }
.coa-box--lookup .details-john-button:hover { filter: brightness(1.08); }
.coa-box--reference h3 { color: var(--ivory); }
.coa-box__source { margin: -5px 0 15px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.coa-reference-meta { margin: 0 0 16px; display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 5px 14px; font-size: 11px; }
.coa-reference-meta dt { color: var(--muted); }
.coa-reference-meta dd { min-width: 0; margin: 0; color: var(--ivory); font-weight: 600; overflow-wrap: anywhere; }
.coa-purity-value { color: var(--signal-soft); font-size: 1.12em; font-variant-numeric: tabular-nums; }
.coa-box__limits, .coa-box__purity-empty { margin: 13px 0; padding: 11px 12px; border-left: 2px solid var(--ochre); color: var(--muted); font-size: 10px; line-height: 1.55; background: rgba(255,255,255,.025); }
.coa-box__purity-empty strong { color: var(--ivory); }
.coa-box--reference .coa-reference-link { width: fit-content; grid-column: auto; grid-row: auto; }
@media (max-width: 700px) {
  .coa-card-reference { padding: 6px; display: block; }
  .coa-card-reference > span, .coa-card-reference > strong, .coa-card-reference > small { display: block; }
  .coa-card-reference > strong { margin-top: 4px; font-size: 12px; }
  .coa-card-reference > small { display: block; }
  .coa-card-reference .coa-reference-link { width: 100%; min-height: 40px; margin-top: 5px; justify-content: center; text-align: center; }
  .coa-reference-meta { grid-template-columns: 1fr; gap: 2px; }
  .coa-reference-meta dd + dt { margin-top: 8px; }
}
@media (max-width: 360px) {
  .coa-card-reference > small { font-size: 9px; line-height: 1.4; }
}
.external-note { color: var(--muted); font-size: 10px; margin-bottom: 0; }
.product-detail__actions { margin-top: 20px; }

.research-dialog { width: min(760px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); background: var(--cream); }
.research-dialog__shell { position: relative; max-height: calc(100dvh - 30px); overflow-y: auto; padding: clamp(30px, 6vw, 68px); }
.research-dialog__header { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.research-dialog__header .eyebrow { color: var(--rust); }
.research-dialog [data-research-faq] { border: 0; }
.research-dialog [data-research-faq] > summary { pointer-events: none; list-style: none; padding: clamp(26px, 4vw, 42px) 0 0; font: 400 clamp(38px, 5vw, 60px)/1.02 'Manrope', sans-serif; letter-spacing: -.055em; }
.research-dialog [data-research-faq] > summary::-webkit-details-marker { display: none; }
.research-dialog [data-research-faq] > summary::after { display: none; }
.research-dialog__copy { margin-top: clamp(30px, 5vw, 48px); padding-top: 25px; border-top: 1px solid var(--line); }
.research-dialog__copy p { margin: 0; color: var(--muted); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.72; }
.research-dialog__copy p + p { margin-top: 22px; }

.cart-dialog { width: min(1180px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); }
.cart-shell { max-height: calc(100dvh - 30px); overflow-y: auto; }
.cart-layout { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(390px,1fr); gap: clamp(28px,5vw,72px); margin-top: 30px; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item__swatch { width: 64px; height: 72px; background: var(--ink-2); display: grid; place-items: center; color: var(--mint); font: 500 11px 'Manrope'; }
.cart-item h4 { margin: 0 0 3px; font: 500 16px 'Manrope'; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-item__controls { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.cart-item__controls button { border: 1px solid var(--line); background: transparent; width: 30px; height: 30px; cursor: pointer; }
.cart-item__controls button:disabled { cursor: not-allowed; opacity: .42; }
.cart-item__controls button:last-child { width: auto; border: 0; color: var(--rust); text-decoration: underline; }
.cart-item .cart-item__stock { margin-top: 6px; font-size: 10px; }
.cart-item > strong { font-size: 13px; }
.empty-cart { padding: 55px 20px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }
.checkout { background: #efede5; padding: clamp(22px,4vw,42px); }
.checkout h3 { margin: 0 0 25px; font: 500 32px 'Manrope'; }
.shipping-options { border: 0; padding: 0; margin: 0 0 20px; }
.shipping-options legend { width: 100%; font-weight: 600; font-size: 13px; margin-bottom: 8px; }
.shipping-option { display: flex; align-items: center; gap: 9px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 13px; }
.shipping-option strong { margin-left: auto; }
.totals { margin: 0 0 28px; padding: 12px 0; border-block: 1px solid var(--line); }
.totals > div { display: flex; justify-content: space-between; gap: 18px; padding: 5px 0; font-size: 13px; }
.totals dd { margin: 0; font-variant-numeric: tabular-nums; }
.totals .totals__final { margin-top: 8px; padding-top: 13px; border-top: 1px solid var(--line); font: 600 19px 'Manrope'; }
.totals__iva { color: var(--muted); }
.iva-note { margin: -18px 0 24px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.button--checkout { width: 100%; }
.checkout-availability { margin: -12px 0 18px; color: var(--muted); font-size: 11px; }
.checkout-dialog { width: min(780px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); }
.checkout-form { max-height: calc(100dvh - 30px); overflow-y: auto; padding: clamp(24px, 5vw, 52px); }
.checkout-form .dialog-header h2 { font-size: clamp(36px, 5vw, 56px); }
.form-intro { max-width: 620px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.field { min-width: 0; display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 600; }
.field--wide { grid-column: 1 / -1; }
.field small { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; font: 400 15px 'DM Sans', sans-serif; }
.field input[type="checkbox"] { width: 18px; height: 18px; min-height: 0; padding: 0; margin: 0 6px 0 0; vertical-align: middle; }
.field textarea { min-height: 84px; resize: vertical; }
.field input:disabled { color: var(--muted); background: #e5e3dc; }
.ruo-acceptance { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin: 22px 0; font-size: 12px; line-height: 1.5; }
.ruo-acceptance input { width: 18px; height: 18px; margin: 1px 0 0; }
.form-error { padding: 12px; border: 1px solid var(--rust); color: #7b321f; background: #fff4ef; font-size: 13px; }
.payment-boundary { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.state-page { min-height: 100dvh; padding: clamp(20px, 8vw, 100px); display: grid; place-items: center; background: var(--ink); }
.state-card { width: min(720px, 100%); padding: clamp(28px, 6vw, 68px); background: var(--paper); box-shadow: var(--shadow); }
.state-brand { margin-bottom: 55px; }
.state-brand img { filter: none; }
.state-card h1 { margin-bottom: 26px; color: var(--ink); font-size: clamp(42px, 7vw, 72px); }
.state-card > p:not(.eyebrow) { color: var(--muted); }
.state-card > .button { margin-top: 28px; }
.state-card button { font: inherit; color: var(--carbon-950); background: var(--emerald); border: 1px solid var(--emerald); border-radius: 6px; padding: 12px 16px; margin-top: 14px; cursor: pointer; }
.state-card button:hover { background: var(--ivory); }
.state-card :focus-visible { outline: 3px solid var(--mineral); outline-offset: 3px; }
.state-card section { margin-top: 30px; padding-block: 20px; border-block: 1px solid var(--line); }
.state-card section h2 { font-size: 24px; }
.state-card section ul { padding: 0; list-style: none; }
.state-card section li, .state-card section dl > div { padding: 8px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 13px; }
.state-card section dd { margin: 0; font-weight: 600; }
/* Keep a paid receipt's currency amount intact on narrow screens. */
body[data-order-state="success"] .state-card section li strong { white-space: nowrap; flex-shrink: 0; }
body[data-order-state="success"] .state-card section li > span { min-width: 0; }
.cart-glance { margin: 10px 0 0; color: var(--muted); font: 600 13px/1.4 'Manrope', sans-serif; }
.cart-feedback { position: fixed; z-index: 110; left: 50%; bottom: 24px; width: min(560px, calc(100vw - 32px)); transform: translateX(-50%); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 16px 18px; color: var(--ivory); background: var(--ink-deep); border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow); }
.cart-feedback p { margin: 0; font-size: 13px; line-height: 1.5; }
.cart-feedback__actions { display: flex; align-items: center; gap: 8px; }
.cart-feedback .button { min-height: 40px; padding: 10px 15px; color: var(--ink-deep); background: var(--mint); border-color: var(--mint); white-space: nowrap; }
.cart-feedback .button:hover:not(:disabled) { background: #7ef0bd; border-color: #7ef0bd; }
.cart-feedback__close { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 130%); opacity: 0; background: var(--ink); color: white; padding: 12px 18px; box-shadow: var(--shadow); font-size: 12px; transition: .25s ease; pointer-events: none; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(15px) scale(.99); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .site-header nav { position: absolute; top: 78px; left: 0; width: 100%; padding: 20px clamp(18px, 4vw, 40px); display: none; grid-template-columns: 1fr 1fr; gap: 0; background: rgba(42,55,46,.98); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 36px rgba(0,0,0,.24); }
  .site-header nav.is-open { display: grid; }
  .site-header nav a { padding: 14px 0; border-bottom-color: rgba(255,255,255,.16); }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(270px, .55fr); gap: 34px; min-height: 740px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip article { min-height: 112px; border-bottom: 1px solid rgba(16,42,35,.18); }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-last-child(-n+2) { border-bottom: 0; }
  .program-overview { grid-template-columns: minmax(0, .75fr) minmax(380px, 1fr); gap: 55px; }
  .program-overview__media, .program-overview__media > img { min-height: 560px; height: 560px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-grid li:nth-child(odd) { border-left: 1px solid var(--line); }
  .client-trust { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalog-family__header { grid-template-columns: minmax(220px, .8fr) minmax(250px, 1fr); }
  .catalog-family__header > span { grid-column: 1 / -1; justify-self: start; }
  .catalog-family__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .availability-group__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quality { gap: 6vw; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid article { margin: 0 0 -1px; }
  .guide-grid h3 { min-height: 0; }
  .cart-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .assisted-notice { padding: 9px 16px 10px; grid-template-columns: 1fr; gap: 3px; }
  .assisted-notice strong { white-space: normal; font-size: 9px; letter-spacing: .13em; }
  .assisted-notice p { font-size: 10px; line-height: 1.35; }
  .site-header { height: 68px; padding-inline: 18px; }
  .brand img { width: 140px; }
  .site-header nav { top: 68px; grid-template-columns: 1fr; }
  .cart-trigger > span:first-child { display: none; }
  .hero { min-height: auto; padding: 115px 22px 50px; grid-template-columns: 1fr; align-items: start; }
  .hero__image { object-position: 66% center; opacity: .52; }
  .hero__wash { background: linear-gradient(0deg, rgba(42,55,46,.98) 0%, rgba(42,55,46,.89) 64%, rgba(37,49,41,.78) 100%); }
  h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero__lead { font-size: 16px; }
  .hero__care-card { padding: 23px; }
  .trust-strip { min-height: 0; padding: 8px; }
  .trust-strip article { min-height: 104px; padding: 18px 10px; }
  .trust-strip strong { font-size: clamp(15px, 4.4vw, 19px); }
  .trust-strip span { margin-top: 7px; font-size: clamp(10px, 3vw, 13px); }
  .section { padding-inline: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2 { font-size: clamp(43px, 13vw, 59px); }
  .program-overview { grid-template-columns: 1fr; gap: 48px; }
  .program-overview__media { min-height: 400px; }
  .program-overview__media > img { height: 400px; min-height: 400px; }
  .program-overview__media > div { right: 10px; bottom: -24px; width: calc(100% - 20px); }
  .program-overview h2, .client-trust h2 { font-size: clamp(43px, 13vw, 59px); }
  .program-principles { grid-template-columns: 1fr; }
  .program-principles article { padding-block: 18px; border-bottom: 1px solid var(--line); }
  .program-principles h3 { margin-top: 10px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid li { min-height: 255px; padding: 24px; border-left: 1px solid var(--line); }
  .journey-grid h3 { margin-top: 54px; }
  .client-trust__grid { grid-template-columns: 1fr; }
  .client-trust__grid article { min-height: 205px; }
  .catalog-context { grid-template-columns: 1fr; gap: 12px; }
  .catalog-fallback ul { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 8px; align-items: stretch; }
  .catalog-family + .catalog-family { margin-top: 38px; padding-top: 30px; }
  .catalog-family__header { margin-bottom: 16px; grid-template-columns: 1fr; gap: 10px; }
  .catalog-family__header h3 { font-size: clamp(26px, 8.5vw, 36px); }
  .catalog-family__header > span { grid-column: auto; }
  .catalog-family__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 8px; }
  .brand-section__header { align-items: start; flex-direction: column; gap: 10px; }
  .brand-section__header > p { text-align: left; }
  .availability-group__grid { grid-template-columns: 1fr; }
  .catalog-toolbar { flex-wrap: wrap; }
  .catalog-toolbar > span { width: 100%; margin: 8px 0 0; }
  .catalog-search__results [role="option"] { grid-template-columns: 1fr; gap: 2px; }
  .product-card--compact { overflow: hidden; }
  .product-card--compact:hover { transform: none; }
  .product-card--compact .product-visual { min-height: 120px; height: 120px; padding: 12px; }
  .product-card--compact .product-visual--photo img { height: 120px; min-height: 120px; padding: 4px 6px 0; }
  .product-card--compact .product-visual--photo figcaption { display: none; }
  .product-card--compact .product-vial { transform: scale(.62); }
  .product-card--compact .product-card__body { padding: 12px 10px; }
  .product-card--compact .product-card__meta { min-height: 2.4em; margin-bottom: 8px; font-size: 8px; line-height: 1.2; }
  .product-card--compact .product-card__meta span:last-child { display: none; }
  .product-card--compact .product-card__research,
  .product-card--compact .status-badge,
  .product-card--compact .coa-card-link { display: none; }
  .product-card--compact h3 { min-height: 2.4em; margin-bottom: 9px; font-size: 15px; line-height: 1.2; }
  .product-card--compact .ascending-verification--card { gap: 5px; margin-bottom: 8px; }
  .product-card--compact .ascending-verified-badge { padding: 3px 6px 3px 4px; }
  .product-card--compact .ascending-verified-badge > span { width: 15px; height: 15px; font-size: 7px; }
  .product-card--compact .ascending-verified-badge strong { font-size: 7px; }
  .product-card--compact .ascending-testing-signal { padding-left: 5px; }
  .product-card--compact .ascending-testing-signal strong { font-size: 8px; line-height: 1.25; }
  .product-card--compact .ascending-testing-signal small { display: none; }
  .product-card--compact .variant-selectors { display: grid; gap: 6px; margin-bottom: 8px; }
  .product-card--compact .brand-selector legend { margin-bottom: 3px; font-size: 8px; }
  .product-card--compact .brand-selector__options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .product-card--compact .brand-choice__control { min-height: 48px; padding: 5px 4px; grid-template-columns: 11px minmax(0, 1fr); gap: 3px; font-size: 8px; line-height: 1.15; }
  .product-card--compact .brand-choice__indicator { width: 11px; height: 11px; font-size: 8px; }
  .product-card--compact .variant-field { gap: 3px; font-size: 8px; }
  .product-card--compact .variant-field select { min-height: 44px; padding: 7px 22px 7px 6px; font-size: 10px; }
  .product-card--compact .variant-summary { min-height: 2.4em; margin: 0 0 8px; display: block; overflow: visible; font-size: 10px; line-height: 1.45; }
  .product-card--compact .stock-label { min-height: 3.1em; margin: 0; padding: 5px 6px; display: grid; align-items: center; font-size: 9px; line-height: 1.2; }
  .product-card--compact .product-price { margin-top: auto; padding-top: 9px; }
  .product-card--compact .product-price strong { font-size: 17px; line-height: 1.15; overflow-wrap: anywhere; }
  .product-card--compact .product-price small { display: none; }
  .product-card--compact .product-actions { margin-top: 10px; gap: 5px; grid-template-columns: minmax(0, 1fr); }
  .product-card--compact .product-actions .button { min-height: 44px; padding: 8px 5px; font-size: 10px; }
  .product-card--compact .product-actions button { scroll-margin-bottom: 72px; }
  .product-card--compact .details-button { min-width: 94px; min-height: 44px; padding-inline: 10px; }
  .quality, .handling, .faq { grid-template-columns: 1fr; }
  .quality__intro, .faq__heading { position: static; }
  .quality h2 { font-size: clamp(43px, 13vw, 58px); }
  .handling__copy { font-size: 16px; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > small { justify-self: start; }
  footer > .footer__contact { grid-column: auto; }
  .legal-header { min-height: 76px; padding-inline: 18px; }
  .legal-header .brand img { width: 140px; }
  .legal-header__return { font-size: 12px; }
  .legal-main { width: calc(100% - 28px); padding-block: 38px 72px; }
  .legal-intro { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-document { padding: 30px 20px 40px; }
  .legal-document h1 { font-size: clamp(39px, 12vw, 54px); }
  .legal-document h2 { font-size: clamp(24px, 8vw, 32px); }
  .product-detail__layout { grid-template-columns: 1fr; }
  .product-detail__visual { min-height: 250px; }
  .product-detail__visual .product-vial { transform: scale(1.05); }
  .product-detail__copy { max-height: none; overflow: visible; }
  .product-dialog, .research-dialog, .cart-dialog, .checkout-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .checkout-form { max-height: calc(100dvh - 16px); padding: 20px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .research-dialog__shell { max-height: calc(100dvh - 16px); padding: 26px 22px 32px; }
  .research-dialog h2 { font-size: clamp(36px, 11vw, 49px); }
  .cart-shell { max-height: calc(100dvh - 16px); padding: 20px 14px; }
  .cart-shell .dialog-header h2 { font-size: clamp(34px, 12vw, 48px); }
  .cart-layout { grid-template-columns: minmax(0,1fr); }
  .checkout { padding: 20px 14px; }
  .cart-feedback { bottom: 82px; grid-template-columns: 1fr; gap: 12px; padding: 14px; }
  .cart-feedback__actions { justify-content: space-between; }
}

@media (max-width: 350px) {
  body { font-size: 15px; }
  .brand img { width: 126px; }
  .hero { padding-inline: 16px; }
  .hero__actions .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip article { min-height: 112px; padding-inline: 7px; }
  .trust-strip strong { font-size: 14px; }
  .trust-strip span { font-size: 10px; }
  .section { padding-inline: 14px; }
  footer { padding-inline: 18px; }
  footer > div { gap-inline: 18px; }
  .legal-header { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 15px; }
  .legal-main { width: calc(100% - 20px); }
  .legal-document { padding-inline: 16px; }
  .filter { padding-inline: 11px; }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .catalog-family__grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card--compact .product-visual { min-height: 180px; height: 180px; }
  .product-card--compact .product-visual--photo img { height: 180px; min-height: 180px; }
  .product-card--compact .product-card__body { padding: 18px; }
  .product-card--compact .product-card__meta { min-height: 0; font-size: 9px; }
  .product-card--compact h3 { min-height: 0; font-size: 20px; }
  .product-card--compact .brand-selector legend { font-size: 9px; }
  .product-card--compact .brand-choice__control { min-height: 48px; padding: 8px; grid-template-columns: 13px minmax(0, 1fr); gap: 6px; font-size: 10px; }
  .product-card--compact .brand-choice__indicator { width: 13px; height: 13px; font-size: 9px; }
  .product-card--compact .variant-summary { min-height: 0; font-size: 10px; }
  .product-card--compact .stock-label { min-height: 0; padding: 8px 9px; font-size: 10px; }
  .product-card--compact .product-price strong { font-size: 22px; overflow-wrap: normal; }
  .product-card--compact .product-actions .button { font-size: 11px; }
  .product-card__body { padding: 19px; }
  .dialog-header h2 { font-size: 34px; }
  .cart-item { grid-template-columns: 48px 1fr; }
  .cart-item__swatch { width: 48px; }
  .cart-item > strong { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* John — anonymous catalog and checkout help */
.whatsapp-contact { position: fixed; z-index: 79; left: clamp(14px, 2.2vw, 30px); bottom: clamp(14px, 2.2vw, 28px); min-height: 54px; padding: 7px 18px 7px 8px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; display: flex; gap: 10px; align-items: center; color: white; background: #237c53; box-shadow: 0 12px 36px rgba(16,42,35,.25); text-decoration: none; }
.whatsapp-contact:hover { background: #1d6d48; }
.whatsapp-contact svg { width: 39px; height: 39px; padding: 8px; flex: 0 0 auto; border-radius: 50%; fill: #237c53; background: white; }
.whatsapp-contact strong { font-size: 13px; }
.john-chat { position: fixed; z-index: 80; right: clamp(14px, 2.2vw, 30px); bottom: clamp(14px, 2.2vw, 28px); display: grid; justify-items: end; gap: 12px; font-family: 'DM Sans', system-ui, sans-serif; }
.john-chat__trigger { min-height: 54px; padding: 7px 18px 7px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; display: flex; gap: 10px; align-items: center; color: white; background: var(--ink-deep); box-shadow: 0 12px 36px rgba(16,42,35,.25); cursor: pointer; }
.john-chat__avatar { position: relative; width: 39px; height: 39px; flex: 0 0 39px; overflow: hidden; border-radius: 50%; display: grid; place-items: center; color: var(--ink-deep); background: var(--mint); font: 600 17px/1 'Manrope', sans-serif; }
.john-chat__avatar-fallback,.john-chat__avatar-image { grid-area: 1 / 1; }
.john-chat__avatar-image { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: center 34%; }
.john-chat__trigger strong { font-size: 13px; }
.john-chat__panel { width: min(390px, calc(100vw - 28px)); height: min(610px, calc(100dvh - 96px)); border: 1px solid var(--line); border-radius: 14px; display: grid; grid-template-rows: auto auto minmax(100px, 1fr) auto auto auto; overflow: hidden; color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(16,42,35,.28); }
.john-chat__panel[hidden] { display: none; }
.john-chat__header { min-height: 72px; padding: 15px 16px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--ink-deep); }
.john-chat__identity { display: flex; gap: 10px; align-items: center; min-width: 0; }
.john-chat__identity > .john-chat__avatar { width: 42px; height: 42px; flex-basis: 42px; border: 1px solid rgba(255,255,255,.38); }
.john-chat__identity > div { display: grid; grid-template-columns: 10px 1fr; column-gap: 9px; align-items: center; min-width: 0; }
.john-chat__header p, .john-chat__header small { grid-column: 2; margin: 0; }
.john-chat__header p { font: 600 14px/1.25 'Manrope', sans-serif; }
.john-chat__header small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; }
.john-chat__presence { width: 8px; height: 8px; border-radius: 50%; grid-row: 1 / 3; background: #91d3b2; box-shadow: 0 0 0 3px rgba(145,211,178,.14); }
.john-chat__header button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 22px; }
.john-chat__ruo { padding: 10px 16px; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); background: var(--mint-light); font-size: 11px; line-height: 1.35; }
.john-chat__ruo strong { color: var(--rust-dark); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.john-chat__messages { min-height: 0; padding: 16px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; overscroll-behavior: contain; }
.john-chat__message { max-width: 90%; }
.john-chat__message strong { display: block; margin: 0 0 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.john-chat__message p { margin: 0; padding: 10px 12px; border-radius: 3px 12px 12px 12px; background: #e7eee9; font-size: 13px; line-height: 1.45; white-space: pre-wrap; overflow-wrap: anywhere; }
.john-chat__disclaimer { display: block; margin: 5px 4px 0; color: var(--muted); font-size: 9px; line-height: 1.35; font-weight: 400; letter-spacing: 0; text-transform: none; }
.john-chat__message--user { align-self: flex-end; }
.john-chat__message--user strong { text-align: right; }
.john-chat__message--user p { color: white; background: var(--forest); border-radius: 12px 3px 12px 12px; }
.john-chat__typing { max-width: 96%; }
.john-chat__typing-status { display: flex; gap: 9px; align-items: center; }
.john-chat__typing-dots { display: inline-flex; gap: 3px; flex: 0 0 auto; }
.john-chat__typing-dots i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; animation: john-typing 1s ease-in-out infinite; opacity: .35; }
.john-chat__typing-dots i:nth-child(2) { animation-delay: .15s; }
.john-chat__typing-dots i:nth-child(3) { animation-delay: .3s; }
@keyframes john-typing { 0%, 60%, 100% { transform: translateY(0); opacity: .35; } 30% { transform: translateY(-3px); opacity: 1; } }
.john-chat__suggestions { padding: 0 14px 10px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.john-chat__suggestions button { flex: 0 0 auto; max-width: 210px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: white; cursor: pointer; font-size: 11px; }
.john-chat__state { margin: 0 14px 9px; padding: 9px 10px; border: 1px solid rgba(189,97,66,.34); border-radius: 4px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 8px; align-items: center; color: #733822; background: #fff1ea; font-size: 11px; }
.john-chat__state .john-chat__disclaimer { grid-column: 1 / -1; margin: 0; color: inherit; opacity: .82; }
.john-chat__state[hidden] { display: none; }
.john-chat__state button { padding: 5px 8px; border: 1px solid currentColor; border-radius: 3px; color: inherit; background: transparent; cursor: pointer; font-weight: 600; }
.john-chat__form { margin: 0 14px; padding: 5px; border: 1px solid var(--line); border-radius: 8px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; background: white; }
.john-chat__form textarea { min-height: 43px; max-height: 100px; padding: 10px; resize: vertical; border: 0; outline: 0; color: var(--ink); background: transparent; font: 400 13px/1.4 inherit; }
.john-chat__form button { min-width: 70px; border: 0; border-radius: 5px; color: white; background: var(--rust); cursor: pointer; font-size: 12px; font-weight: 600; }
.john-chat__form button:disabled { opacity: .55; cursor: wait; }
.john-chat__privacy { margin: 7px 15px 11px; color: var(--muted); font-size: 9px; line-height: 1.35; text-align: center; }
.details-john-button { min-height: 48px; padding: 11px 16px; border: 1px solid var(--ink); border-radius: var(--radius); background: transparent; cursor: pointer; font-size: 12px; font-weight: 600; }

@media (max-width: 480px) {
  html { scroll-padding-bottom: 72px; }
  .whatsapp-contact { left: 8px; bottom: 8px; min-width: 50px; min-height: 50px; padding: 7px; }
  .whatsapp-contact svg { width: 35px; height: 35px; }
  .whatsapp-contact strong { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .john-chat { right: 8px; bottom: 8px; }
  .john-chat__panel { width: calc(100vw - 16px); height: min(620px, calc(100dvh - 78px)); }
  .john-chat__trigger { min-height: 50px; padding-right: 14px; }
  .john-chat__trigger > .john-chat__avatar { width: 35px; height: 35px; flex-basis: 35px; }
  .john-chat__messages { padding: 13px; }
  .has-mobile-evidence-clearance .whatsapp-contact,
  .has-mobile-evidence-clearance .john-chat:has([data-john-panel][hidden]) { visibility: hidden; pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
  .john-chat *, .john-chat *::before, .john-chat *::after { scroll-behavior: auto !important; }
  .john-chat__typing-dots i { animation: none; opacity: .7; }
}

/* Premium carbon system — ASCENDING-009 */
body {
  background:
    radial-gradient(circle at 82% 4%, rgba(89, 230, 167, .055), transparent 27rem),
    var(--carbon-950);
}

.skip-link:focus-visible { color: var(--carbon-950); background: var(--emerald); }
.assisted-notice {
  color: var(--ivory);
  background: linear-gradient(90deg, #0d281d, #11271e 52%, #1b2118);
  border-color: rgba(89, 230, 167, .22);
}
.assisted-notice strong { color: var(--emerald); }

.site-header {
  background: rgba(7, 9, 7, .94);
  border-color: rgba(244, 240, 230, .12);
  backdrop-filter: blur(18px) saturate(125%);
}
.site-header .brand img { filter: none; }
.site-header nav a { color: rgba(244, 240, 230, .78); }
.site-header nav a:hover { color: var(--ivory); border-color: var(--emerald); }
.cart-count { color: var(--carbon-950); }

.hero {
  min-height: min(860px, calc(100dvh - 120px));
  background: var(--carbon-950);
}
.hero__image {
  opacity: .5;
  filter: saturate(.55) contrast(1.12) brightness(.72) sepia(.08);
}
.hero__wash {
  background:
    radial-gradient(circle at 76% 24%, rgba(214, 166, 106, .17), transparent 25%),
    radial-gradient(circle at 62% 62%, rgba(89, 230, 167, .09), transparent 31%),
    linear-gradient(90deg, rgba(7, 9, 7, .99) 0%, rgba(7, 9, 7, .92) 47%, rgba(7, 9, 7, .48) 78%, rgba(7, 9, 7, .78) 100%);
}
.hero::before { opacity: .12; background-size: 78px 78px; }
.hero .eyebrow, h1 em { color: var(--emerald); }
.hero__lead { color: rgba(244, 240, 230, .73); }
.hero__care-card {
  color: var(--ivory);
  background: linear-gradient(145deg, rgba(22, 28, 23, .92), rgba(10, 13, 10, .87));
  border: 1px solid rgba(244, 240, 230, .17);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .05);
}
.hero__care-card > p, .hero__care-card li span { color: var(--mineral); }
.hero__care-card small { color: var(--muted); }
.button--primary {
  color: var(--carbon-950);
  background: var(--emerald);
  border-color: var(--emerald);
  box-shadow: 0 9px 30px rgba(89, 230, 167, .12);
}
.button--primary:hover:not(:disabled) { color: var(--carbon-950); background: #82f2bd; border-color: #82f2bd; }
.button--quiet:hover { border-color: var(--emerald); background: rgba(89, 230, 167, .07); }

.trust-strip {
  background: #0c1711;
  border-color: rgba(89, 230, 167, .18);
}
.trust-strip article { border-color: var(--line); }
.trust-strip strong { color: var(--signal-soft); }
.trust-strip span { color: var(--muted); }

.program-overview, .journey, .catalog, .handling, .faq { background: transparent; }
.legal-page { background: var(--carbon-950); }
.program-overview__media > img {
  filter: saturate(.68) contrast(1.06) brightness(.78);
  box-shadow: var(--shadow);
}
.program-overview__media > div {
  color: var(--ivory);
  background: rgba(13, 32, 24, .96);
  border: 1px solid rgba(89, 230, 167, .24);
}
.program-overview__lead { color: rgba(244, 240, 230, .82); }
.journey { background: var(--carbon-900); }
.journey-grid, .program-principles { border-color: rgba(244, 240, 230, .22); }
.journey-grid li { background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); }
.client-trust, .quality, footer, .state-page {
  background:
    radial-gradient(circle at 88% 20%, rgba(214, 166, 106, .07), transparent 30%),
    linear-gradient(145deg, #0d100d, var(--carbon-950));
}
.client-trust__grid article { background: rgba(255,255,255,.018); }

.catalog-context {
  background: linear-gradient(120deg, rgba(89, 230, 167, .055), rgba(214, 166, 106, .035));
  border-color: rgba(244, 240, 230, .16);
}
.catalog-search > input,
.catalog-search__results {
  background: #101510;
  border-color: rgba(244, 240, 230, .2);
  box-shadow: none;
}
.catalog-search__results [role="option"][aria-selected="true"],
.catalog-search__results [role="option"]:hover { background: rgba(89, 230, 167, .1); }
.filter { color: var(--muted); }
.filter:hover { color: var(--ivory); border-color: rgba(89, 230, 167, .55); }
.filter.is-active { color: var(--carbon-950); background: var(--emerald); border-color: var(--emerald); }
.availability-group h4 { color: var(--emerald); border-color: rgba(89, 230, 167, .58); }
.availability-group--unavailable { margin-top: 22px; opacity: .72; }
.availability-group--unavailable h4 { color: #d9937e; border-color: rgba(217, 147, 126, .55); }
.brand-section__header { border-bottom-color: rgba(244, 240, 230, .25); }
.product-card {
  background: linear-gradient(160deg, #141914 0%, #0d110d 100%);
  border-color: rgba(244, 240, 230, .14);
  border-radius: 12px;
  overflow: hidden;
}
.product-card:hover { border-color: rgba(89, 230, 167, .35); box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.product-card--unavailable { background: #0b0e0b; border-color: rgba(217, 147, 126, .2); }
.product-visual--photo {
  background:
    radial-gradient(circle at 50% 48%, #ffffff 0, #f1eee5 52%, #cfd5cf 100%);
  border-bottom: 1px solid rgba(244, 240, 230, .12);
}
.product-vial__label { color: #151815; }
.variant-field select {
  color: var(--carbon-950);
  background: var(--ivory);
  border-color: rgba(244, 240, 230, .3);
}
.ascending-verified-badge { color: #513b18; }
.stock-label--in { color: #a9f3ce; background: rgba(28, 95, 65, .38); }
.stock-label--out { color: #f0a690; background: rgba(105, 44, 33, .32); }
.product-price strong { color: var(--ivory); }
.coa-card-link, .details-john-button { color: var(--ivory); border-color: rgba(244, 240, 230, .3); }

.guide-grid article, .faq__items details, .legal-document {
  background: rgba(16, 20, 16, .72);
  border-color: rgba(244, 240, 230, .14);
}
.quality__steps li { background: rgba(255,255,255,.018); }

dialog, .research-dialog, .john-chat__panel { color: var(--ivory); background: #101410; }
dialog::backdrop { background: rgba(0, 0, 0, .82); }
.checkout { background: #0b0e0b; }
.field input, .field select, .field textarea,
.john-chat__form {
  color: var(--ivory);
  background: #171c17;
  border-color: rgba(244, 240, 230, .22);
}
.field input:disabled { color: var(--muted); background: #0c0f0c; }
.john-chat__message p { color: var(--ivory); background: #1a211b; }
.john-chat__message--user p { background: #16452f; }
.john-chat__suggestions button { color: var(--ivory); background: #151a15; }
.john-chat__form textarea { color: var(--ivory); }
.john-chat__form button { color: var(--carbon-950); background: var(--emerald); }
.john-chat__trigger > span { color: var(--carbon-950); }
.form-error, .error-panel { color: #ffd4c7; background: #321a14; }
.ascending-verified-note { background: #241e11; }
.ascending-verified-note p { color: #d9c8a8; }
.coa-box { background: #0d2018; }

footer .brand img { filter: none; }
.legal-header .brand img { filter: none; }
.state-card { color: var(--research-ink); background: var(--research-panel); border: 1px solid var(--research-line); border-radius: 16px; }
.state-card h1 { color: var(--research-ink); }
.state-card .eyebrow { color: var(--research-accent); }
.state-card .button { color: var(--research-bg); background: var(--research-accent); }
.state-card > p:not(.eyebrow), .state-card .cart-glance { color: var(--research-muted); }
.state-brand img { filter: none; }

@media (max-width: 980px) {
  .site-header nav { background: rgba(7, 9, 7, .99); }
}

@media (max-width: 700px) {
  .hero { padding-top: 90px; }
  .hero__wash {
    background:
      radial-gradient(circle at 72% 20%, rgba(214,166,106,.15), transparent 27%),
      linear-gradient(0deg, rgba(7,9,7,.99) 0%, rgba(7,9,7,.91) 67%, rgba(7,9,7,.68) 100%);
  }
  .hero__care-card { backdrop-filter: blur(18px); }
  .product-card--compact { border-radius: 9px; }
  .catalog-context { padding: 18px; }
}

@media (max-width: 350px) {
  .trust-strip span { border-color: var(--line); }
}

/* Shared motion primitives; storefront editorial overrides follow. */
:root {
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
  --motion-ease-in: cubic-bezier(.64, 0, .78, 0);
  --signal: #5ce6a8;
  --signal-soft: #b7f7d8;
  --gold-lab: #d7ad69;
  --panel: rgba(15, 20, 16, .78);
  --hairline: rgba(244, 240, 230, .15);
}

body {
  background:
    radial-gradient(circle at 14% 12%, rgba(42, 94, 68, .14), transparent 29rem),
    radial-gradient(circle at 84% 34%, rgba(92, 230, 168, .055), transparent 35rem),
    #070907;
}

.assisted-notice {
  position: relative;
  z-index: 302;
  min-height: 44px;
  background: linear-gradient(90deg, #123d2d, #0b251c 54%, #101712);
  border-bottom: 1px solid rgba(92, 230, 168, .18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 300;
  height: 84px;
  background: rgba(7, 9, 7, .72);
  border-bottom: 1px solid rgba(244, 240, 230, .12);
  backdrop-filter: blur(20px) saturate(145%);
  transition: background-color .5s var(--motion-ease), box-shadow .5s var(--motion-ease);
}
.site-header.is-compact {
  background: rgba(7, 9, 7, .94);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .34);
}
.site-header .brand { min-width: 126px; flex-shrink: 0; }
.site-header__progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(244, 240, 230, .08);
}
.site-header__progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--signal), var(--gold-lab));
  will-change: transform;
}
.site-header nav a { position: relative; border: 0; }
.site-header nav a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--signal);
  transition: transform .38s var(--motion-ease);
}
.site-header nav a:hover::after, .site-header nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  min-height: min(710px, calc(100svh - 44px));
  padding: clamp(104px, 9vw, 138px) max(5vw, 32px) 62px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center;
  gap: clamp(30px, 5vw, 84px);
  background: #070907;
}
.hero__image {
  opacity: .13;
  filter: saturate(.25) contrast(1.12);
  transform: scale(1.035);
  animation: ascending-hero-breathe 16s ease-in-out infinite alternate;
}
.hero__wash {
  background:
    radial-gradient(circle at 72% 44%, rgba(92, 230, 168, .14), transparent 26%),
    radial-gradient(circle at 83% 19%, rgba(215, 173, 105, .08), transparent 20%),
    linear-gradient(90deg, rgba(7, 9, 7, .995) 0%, rgba(7, 9, 7, .94) 47%, rgba(7, 9, 7, .74) 100%);
}
.hero::before {
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 43%, black, transparent 57%);
}
.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 11%;
  bottom: 9%;
  width: 34vw;
  height: 34vw;
  max-width: 520px;
  max-height: 520px;
  border-radius: 50%;
  background: rgba(92, 230, 168, .055);
  filter: blur(80px);
  pointer-events: none;
}
.hero__copy { max-width: 780px; align-self: center; }
.hero h1 { max-width: 700px; font-size: clamp(62px, 6.3vw, 98px); line-height: .89; letter-spacing: -.075em; }
.hero h1 em {
  display: block;
  color: var(--signal);
  text-wrap: balance;
  text-shadow: 0 0 46px rgba(92, 230, 168, .08);
}
.hero__lead { max-width: 540px; margin: 28px 0 24px; font-size: clamp(15px, 1.2vw, 18px); }
.hero__actions .button { min-height: 52px; border-radius: 999px; padding-inline: 26px; }
.hero__actions .button--quiet { border-color: rgba(244, 240, 230, .32); }
.hero__actions .button--quiet:hover { border-color: var(--signal); background: rgba(92, 230, 168, .06); }
.hero__note { width: fit-content; padding: 12px 15px; border: 1px solid rgba(244, 240, 230, .14); border-radius: 999px; background: rgba(7, 9, 7, .54); }

.hero__instrument {
  position: relative;
  z-index: 1;
  width: min(38vw, 490px);
  aspect-ratio: .92;
  justify-self: end;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 230, .15);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(17, 24, 19, .94), rgba(7, 10, 8, .78));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 40px 90px rgba(0, 0, 0, .38);
}
.hero__instrument-grid {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(244,240,230,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,240,230,.06) 1px, transparent 1px);
  background-size: 25% 20%;
  mask-image: linear-gradient(to bottom, black, rgba(0,0,0,.45) 76%, transparent);
}
.hero__instrument-sweep {
  position: absolute;
  z-index: 4;
  top: -24%;
  right: 4%;
  left: 4%;
  height: 22%;
  opacity: .46;
  border-bottom: 1px solid rgba(92,230,168,.55);
  background: linear-gradient(to bottom, transparent, rgba(92,230,168,.11));
  filter: blur(.2px);
  animation: ascending-instrument-sweep 8s var(--motion-ease) infinite;
  pointer-events: none;
}
.hero__specimen {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 230, .17);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(218, 224, 217, .88));
  box-shadow: 0 38px 80px rgba(0, 0, 0, .5);
  transform-origin: center bottom;
}
.hero__specimen img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero__specimen--center { z-index: 3; inset: 17% 27% 11%; animation: ascending-specimen-focus 9s ease-in-out infinite; }
.hero__specimen--left { z-index: 2; top: 33%; bottom: 19%; left: 5%; width: 31%; transform: translateY(3px); animation: ascending-specimen-stage 10s ease-in-out .8s infinite; }
.hero__specimen--right { z-index: 1; top: 30%; right: 4%; bottom: 22%; width: 30%; transform: translateY(-2px); animation: ascending-specimen-stage 10.5s ease-in-out 1.5s infinite reverse; }
.hero__datum { position: absolute; color: rgba(244, 240, 230, .42); font-size: 9px; letter-spacing: .17em; writing-mode: vertical-rl; }
.hero__datum--a { top: 5%; right: 9%; }
.hero__datum--b { bottom: 5%; left: 10%; writing-mode: initial; }
.hero__status-light { position: absolute; top: 8%; left: 8%; width: 28px; height: 4px; border-radius: 3px; background: var(--signal); box-shadow: 0 0 14px rgba(92,230,168,.55); animation: ascending-status-light 2.8s ease-in-out infinite; }

.hero__care-card {
  position: absolute;
  z-index: 5;
  right: max(4vw, 28px);
  bottom: 40px;
  width: min(390px, 31vw);
  padding: 20px 24px;
  color: var(--ivory);
  background: rgba(13, 18, 14, .82);
  border: 1px solid rgba(244, 240, 230, .17);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
  backdrop-filter: blur(22px) saturate(135%);
}
.hero__care-card li { padding: 10px 0; border-color: rgba(244, 240, 230, .12); }
.hero__care-card li strong { font-size: 13px; }

.trust-strip {
  position: relative;
  padding: 0 max(4vw, 20px);
  background: #0a1811;
  border-block: 1px solid rgba(92, 230, 168, .15);
}
.trust-strip article { min-height: 104px; padding: 20px clamp(14px, 2.5vw, 38px); border-color: rgba(92, 230, 168, .11); }
.trust-strip strong::before { content: ''; display: inline-block; width: 5px; height: 5px; margin: 0 9px 3px 0; border-radius: 50%; background: var(--signal); box-shadow: 0 0 16px rgba(92, 230, 168, .7); }

.coa-primer {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(92,230,168,.075), transparent 38%),
    linear-gradient(180deg, #0b100c, #080b09);
}
.coa-primer__heading { max-width: 980px; margin: 0 auto clamp(42px, 6vw, 78px); display: grid; grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr); gap: clamp(34px, 7vw, 110px); align-items: end; }
.coa-primer__heading .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; color: var(--signal); }
.coa-primer__heading h2 { font-size: clamp(58px, 7vw, 104px); line-height: .88; }
.coa-primer__heading > p:not(.eyebrow) { margin: 0; color: rgba(244,240,230,.7); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }
.coa-primer__heading strong, .coa-primer__heading em { color: var(--ivory); font-style: normal; }
.coa-primer__metrics { max-width: var(--max); margin: 0 auto 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(92,230,168,.22); border-radius: 16px; background: linear-gradient(120deg, rgba(92,230,168,.1), rgba(255,255,255,.018)); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.coa-primer__metrics p { min-height: 126px; margin: 0; padding: 24px clamp(20px, 3vw, 38px); display: grid; align-content: center; gap: 8px; border-right: 1px solid rgba(244,240,230,.1); }
.coa-primer__metrics p:last-child { border-right: 0; }
.coa-primer__metrics strong { color: var(--signal-soft); font: 450 clamp(34px, 4vw, 54px)/1 'Manrope', sans-serif; letter-spacing: -.05em; }
.coa-primer__metrics span { max-width: 22ch; color: rgba(244,240,230,.7); font: 600 10px/1.5 'Manrope', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.coa-primer__benefits { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--hairline); }
.coa-primer__benefits article { min-height: 245px; padding: 30px clamp(22px, 3vw, 42px); border-right: 1px solid var(--hairline); }
.coa-primer__benefits article:last-child { border-right: 0; }
.coa-primer__benefits span { color: var(--signal); font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .16em; }
.coa-primer__benefits h3 { margin: 66px 0 12px; font: 500 clamp(21px, 2vw, 28px)/1.15 'Manrope', sans-serif; letter-spacing: -.035em; }
.coa-primer__benefits p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.coa-primer__states { max-width: var(--max); margin: 34px auto 0; border: 1px solid var(--hairline); border-radius: 16px; background: rgba(255,255,255,.018); }
.coa-primer__states summary { min-height: 70px; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; color: var(--ivory); font: 600 14px/1.4 'Manrope', sans-serif; }
.coa-primer__states summary::-webkit-details-marker { display: none; }
.coa-primer__states summary span { color: var(--signal); font-size: 24px; transition: transform .25s var(--motion-ease); }
.coa-primer__states[open] summary span { transform: rotate(45deg); }
.coa-primer__state-grid { padding: 0 24px 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.coa-primer__state-grid p { margin: 0; padding: 20px; display: grid; gap: 7px; border: 1px solid rgba(244,240,230,.08); border-radius: 10px; background: rgba(0,0,0,.12); }
.coa-primer__state-grid strong { color: var(--signal-soft); font: 600 13px/1.35 'Manrope', sans-serif; }
.coa-primer__state-grid span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.coa-primer__limits { max-width: var(--max); margin: 22px auto 0; padding-left: 16px; border-left: 2px solid var(--ochre); color: var(--muted); font-size: 11px; line-height: 1.65; }
.coa-primer__limits strong { color: var(--ivory); }

.catalog.section { padding-top: clamp(66px, 7vw, 100px); }
.catalog .section-heading { align-items: end; }
.catalog .section-heading { margin-bottom: clamp(34px, 5vw, 64px); }
.catalog .section-heading h2 { max-width: 760px; font-size: clamp(58px, 7vw, 104px); line-height: .86; }
.catalog .section-heading h2::after { content: '034'; display: inline-block; margin-left: 18px; vertical-align: top; color: var(--signal); font: 600 11px/1 'Manrope', sans-serif; letter-spacing: .16em; }
.catalog-context { margin-bottom: clamp(26px, 4vw, 42px); border-radius: 14px; background: linear-gradient(110deg, rgba(92, 230, 168, .07), rgba(255, 255, 255, .012)); }
.study-explorer {
  max-width: var(--max);
  margin: 0 auto clamp(28px, 4vw, 46px);
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(92, 230, 168, .2);
  border-radius: 20px;
  background:
    linear-gradient(120deg, rgba(92, 230, 168, .08), transparent 42%),
    rgba(11, 16, 12, .82);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}
.study-explorer__heading { margin-bottom: 24px; display: grid; grid-template-columns: minmax(240px, .75fr) minmax(320px, 1.25fr); gap: 12px clamp(28px, 5vw, 72px); align-items: end; }
.study-explorer__heading .eyebrow { grid-column: 1 / -1; margin: 0; color: var(--signal); }
.study-explorer__heading h3 { margin: 0; color: var(--ivory); font: 450 clamp(28px, 3.2vw, 46px)/1.02 'Manrope', sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.study-explorer__heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.study-select { display: none; }
.study-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 10px; }
.study-chip {
  position: relative;
  min-width: 0;
  min-height: 82px;
  padding: 16px 16px 15px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 230, .13);
  border-radius: 13px;
  color: var(--ivory);
  background: rgba(255, 255, 255, .018);
  text-align: left;
  cursor: pointer;
  transition: border-color .22s, color .22s, background-color .22s, transform .22s var(--motion-ease), box-shadow .22s;
}
.study-chip::after { content: '↗'; position: absolute; top: 13px; right: 13px; color: rgba(244, 240, 230, .28); font-size: 12px; transition: color .22s, transform .22s; }
.study-chip span { max-width: calc(100% - 22px); font: 600 13px/1.28 'Manrope', sans-serif; overflow-wrap: anywhere; }
.study-chip small { color: rgba(244, 240, 230, .5); font: 600 9px/1 'Manrope', sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.study-chip:hover { transform: translateY(-2px); border-color: rgba(92, 230, 168, .42); background: rgba(92, 230, 168, .045); }
.study-chip:focus-visible { outline: 3px solid rgba(92, 230, 168, .28); outline-offset: 3px; border-color: var(--signal); }
.study-chip.is-active { border-color: var(--signal); color: #07100b; background: var(--signal); box-shadow: 0 10px 30px rgba(92, 230, 168, .14); }
.study-chip.is-active::after { color: #07100b; transform: rotate(45deg); }
.study-chip.is-active small { color: rgba(7, 16, 11, .64); }
.catalog-empty { grid-column: 1 / -1; margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.02); }
.catalog-signal {
  max-width: var(--max);
  min-height: 390px;
  margin: 0 auto clamp(72px, 8vw, 118px);
  padding: clamp(28px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr);
  align-items: center;
  gap: clamp(32px, 7vw, 110px);
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(92, 230, 168, .075), transparent 40%),
    #0c100c;
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 42px 90px rgba(0,0,0,.2);
}
.catalog .catalog-signal { margin: clamp(82px, 9vw, 126px) auto 0; }
.catalog-signal__index { color: var(--signal); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.catalog-signal__trust { width: fit-content; margin-top: 22px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(92,230,168,.34); border-radius: 999px; color: var(--signal-soft); background: rgba(92,230,168,.07); font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.catalog-signal__trust::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 12px rgba(92,230,168,.7); }
.catalog-signal h3 { margin: 18px 0 22px; font: 400 clamp(42px, 5vw, 74px)/.93 'Manrope', sans-serif; letter-spacing: -.055em; }
.catalog-signal h3 em { color: var(--signal-soft); font-style: normal; }
.catalog-signal p { max-width: 500px; margin: 0; color: var(--muted); }
.catalog-signal .catalog-signal__promise { margin-top: 20px; padding: 15px 0 15px 18px; border-left: 2px solid var(--signal); color: rgba(244,240,230,.72); }
.catalog-signal__promise strong { color: var(--ivory); }
.catalog-signal__visual { position: relative; min-height: 360px; overflow: hidden; border: 1px solid rgba(244, 240, 230, .12); border-radius: 18px; background: linear-gradient(145deg, #111914, #080c09); isolation: isolate; }
.catalog-signal__picture, .catalog-signal__picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.catalog-signal__picture img { object-fit: cover; object-position: 52% 74%; filter: saturate(.78) contrast(1.06); transform: scale(1.035); animation: ascending-lab-parallax 14s ease-in-out infinite alternate; }
.catalog-signal__overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(5,11,8,.82) 0%, rgba(5,11,8,.24) 42%, rgba(5,11,8,.58) 100%), linear-gradient(100deg, rgba(5,11,8,.35), transparent 62%); }
.catalog-signal__visual::after { content: ''; position: absolute; z-index: 2; top: -35%; bottom: -35%; left: -26%; width: 23%; opacity: .42; background: linear-gradient(90deg, transparent, rgba(200,255,229,.16), transparent); transform: skewX(-12deg); animation: ascending-light-sweep 10s ease-in-out infinite; }
.catalog-signal__readout { position: absolute; z-index: 3; top: 24px; left: 24px; display: grid; gap: 9px; color: rgba(244,240,230,.72); font: 600 9px/1 'Manrope', sans-serif; letter-spacing: .15em; }
.catalog-signal__readout span { display: flex; align-items: center; gap: 8px; }
.catalog-signal__readout span::before { content: ''; width: 18px; height: 2px; background: var(--signal); box-shadow: 0 0 8px rgba(92,230,168,.45); }
.catalog-signal__visual b { position: absolute; z-index: 3; right: 0; bottom: 20px; padding: 9px 13px; color: #0b110d; background: var(--signal); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.catalog-search { margin-bottom: 14px; }
.catalog-search > label { color: var(--signal); letter-spacing: .14em; }
.catalog-search > input { min-height: 58px; padding: 14px 19px; border-radius: 10px; background: rgba(15, 20, 16, .88); transition: border-color .25s, box-shadow .25s, background-color .25s; }
.catalog-search > input:focus { outline: 0; border-color: var(--signal); background: #111711; box-shadow: 0 0 0 4px rgba(92, 230, 168, .1); }
.catalog-toolbar { margin-bottom: 34px; }
.filter { min-height: 40px; padding-inline: 18px; transition: color .22s, border-color .22s, background-color .22s, transform .22s var(--motion-ease); }
.filter:hover { transform: translateY(-2px); }

.product-grid { gap: 22px; perspective: 1400px; }
.product-card {
  position: relative;
  isolation: isolate;
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 0%), rgba(92, 230, 168, .09), transparent 30%),
    linear-gradient(155deg, #141a15, #0b0f0c 70%);
  transition: border-color .35s, box-shadow .55s var(--motion-ease);
}
.product-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255,255,255,.05) 46%, transparent 68%);
  transform: translateX(-30%);
  transition: opacity .35s, transform .75s var(--motion-ease);
  pointer-events: none;
}
.product-card:hover { border-color: rgba(92, 230, 168, .42); box-shadow: 0 34px 90px rgba(0,0,0,.48); }
.product-card:hover::after { opacity: 1; transform: translateX(24%); }
.product-visual--photo { min-height: 250px; overflow: hidden; }
.product-visual--photo img { transition: transform 1s var(--motion-ease), filter .5s; }
.product-card:hover .product-visual--photo img { transform: scale(1.055) translateY(-4px); filter: saturate(1.04) contrast(1.02); }
.product-card__body { padding: 21px; }
.product-card h3 { font-size: clamp(27px, 2.2vw, 36px); letter-spacing: -.045em; }
.product-actions .button { border-radius: 10px; }
.details-button { border-radius: 10px; transition: color .2s, border-color .2s, transform .32s var(--motion-ease); }
.details-button:hover { color: var(--signal); border-color: var(--signal); transform: rotate(45deg); }

.quality {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 900px;
  padding-top: clamp(100px, 12vw, 190px);
  padding-bottom: clamp(100px, 12vw, 190px);
  background:
    radial-gradient(circle at 24% 20%, rgba(92, 230, 168, .13), transparent 28%),
    radial-gradient(circle at 85% 68%, rgba(215, 173, 105, .08), transparent 31%),
    #090d0a;
}
.quality::before { content: 'ASCENDING / LAB QUALITY / 01'; position: absolute; top: 46px; left: max(5vw, 28px); color: rgba(244,240,230,.2); font-size: 9px; letter-spacing: .22em; }
.quality__ambient { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.quality__ambient::before { content: ''; position: absolute; top: 6%; right: 2%; width: min(46vw, 680px); height: 58%; opacity: .38; border: 1px solid rgba(92,230,168,.11); background-image: linear-gradient(rgba(244,240,230,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(244,240,230,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(135deg, black, transparent 76%); }
.quality__ambient::after { content: ''; position: absolute; top: 8%; right: 2%; width: min(46vw, 680px); height: 1px; background: linear-gradient(90deg, transparent, rgba(92,230,168,.48), transparent); animation: ascending-data-scan 9s ease-in-out infinite; }
.quality__ambient span { position: absolute; width: 34px; height: 3px; border-radius: 2px; background: var(--signal); box-shadow: 0 0 14px rgba(92,230,168,.45); animation: ascending-data-drift 9s ease-in-out infinite; }
.quality__ambient span:nth-child(1) { top: 17%; right: 23%; }
.quality__ambient span:nth-child(2) { top: 54%; right: 8%; animation-delay: -3s; }
.quality__ambient span:nth-child(3) { right: 37%; bottom: 10%; animation-delay: -6s; }
.quality__steps, .quality .evidence-list { position: relative; }
.quality__steps::before, .quality .evidence-list::before { content: ''; position: absolute; top: 0; bottom: 0; left: 25px; width: 1px; background: linear-gradient(var(--signal), rgba(92,230,168,.05)); }
.quality__steps li, .quality .evidence-list li { position: relative; margin-left: 54px; padding: 30px 28px; border: 1px solid rgba(244,240,230,.1); border-radius: 16px; background: rgba(255,255,255,.018); transition: transform .42s var(--motion-ease), border-color .3s, background-color .3s; }
.quality__steps li + li, .quality .evidence-list li + li { margin-top: 16px; }
.quality__steps li:hover, .quality .evidence-list li:hover { transform: translateX(8px); border-color: rgba(92,230,168,.32); background: rgba(92,230,168,.035); }
.quality__steps li::before, .quality .evidence-list li::before { content: ''; position: absolute; top: 40px; left: -36px; width: 9px; height: 9px; border-radius: 50%; background: #090d0a; border: 2px solid var(--signal); box-shadow: 0 0 0 7px rgba(92,230,168,.05); }

.faq { padding-block: clamp(100px, 11vw, 170px); }
.faq__items details { border-radius: 14px; overflow: hidden; transition: border-color .3s, background-color .3s, transform .35s var(--motion-ease); }
.faq__items details:hover { border-color: rgba(92,230,168,.3); transform: translateX(4px); }
.faq__items details[open] { background: rgba(92,230,168,.045); border-color: rgba(92,230,168,.25); }
.faq__items summary { min-height: 64px; }

.motion-ready [data-motion-reveal] {
  opacity: 0;
  transform: translateY(32px) scale(.985);
  transition: opacity .9s var(--motion-ease), transform 1.05s var(--motion-ease);
}
.motion-ready [data-motion-reveal].is-revealed { opacity: 1; transform: none; }
.motion-ready .product-card[data-motion-card].is-revealed .product-visual--photo img {
  animation: ascending-product-arrive .55s var(--motion-ease) both;
}

@keyframes ascending-hero-breathe { from { transform: scale(1.035); } to { transform: scale(1.085); } }
@keyframes ascending-instrument-sweep { 0%, 12% { transform: translateY(0); opacity: 0; } 28%, 72% { opacity: .46; } 88%, 100% { transform: translateY(600%); opacity: 0; } }
@keyframes ascending-specimen-focus { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5px) scale(1.012); } }
@keyframes ascending-specimen-stage { 0%,100% { translate: 0 0; } 50% { translate: 0 -4px; } }
@keyframes ascending-status-light { 0%,100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes ascending-lab-parallax { from { transform: scale(1.035) translateY(0); } to { transform: scale(1.075) translateY(-1.2%); } }
@keyframes ascending-light-sweep { 0%, 14% { transform: translateX(0) skewX(-12deg); opacity: 0; } 32%, 68% { opacity: .42; } 88%,100% { transform: translateX(620%) skewX(-12deg); opacity: 0; } }
@keyframes ascending-data-scan { 0%,100% { transform: translateY(0); opacity: .2; } 50% { transform: translateY(360px); opacity: .7; } }
@keyframes ascending-data-drift { 0%,100% { transform: translateX(0); opacity: .28; } 50% { transform: translateX(18px); opacity: .85; } }
@keyframes ascending-product-arrive { from { opacity: .75; filter: saturate(.7); } to { opacity: 1; filter: saturate(1); } }

.motion-paused *, .motion-paused *::before, .motion-paused *::after,
[data-motion-visibility='paused'] *, [data-motion-visibility='paused'] *::before,
[data-motion-visibility='paused'] *::after { animation-play-state: paused !important; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); }
  .hero h1 { font-size: clamp(62px, 8vw, 88px); }
  .hero__instrument { width: min(44vw, 520px); }
  .hero__care-card { width: 330px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 761px) and (max-width: 980px) {
  .site-header nav { top: 84px; }
}

@media (max-width: 760px) {
  .section, .section-heading, .section-heading > *, .catalog > *, .quality > *, .quality .evidence-list {
    min-width: 0;
    max-width: 100%;
  }
  .section-heading { width: 100%; grid-template-columns: minmax(0, 1fr); }
  .catalog .section-heading { overflow: hidden; }
  .catalog .section-heading h2 { max-width: 100%; overflow-wrap: anywhere; }
  .catalog .section-heading h2::after { display: block; margin: 12px 0 0; }
  .site-header { height: 68px; }
  .site-header nav { top: 68px; }
  .hero {
    min-height: auto;
    padding: 34px 20px 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero__image { opacity: .08; object-position: center; }
  .hero__wash { background: radial-gradient(circle at 50% 47%, rgba(92,230,168,.12), transparent 26%), linear-gradient(180deg, rgba(7,9,7,.9), rgba(7,9,7,.995) 72%); }
  .hero h1 { max-width: none; font-size: clamp(38px, 12vw, 50px); line-height: .92; }
  .hero__lead { margin-block: 16px; font-size: 14px; line-height: 1.45; }
  .hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding-left: 0; }
  .hero__actions .button { width: auto; min-height: 44px; padding: 10px 8px; font-size: 11.5px; }
  .hero__note { display: none; }
  .hero__instrument {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    justify-self: stretch;
    overflow: visible;
    border-radius: 16px;
  }
  .hero__instrument-grid, .hero__instrument-sweep, .hero__datum, .hero__status-light { display: none; }
  .hero__specimen,
  .hero__specimen--left,
  .hero__specimen--center,
  .hero__specimen--right {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    aspect-ratio: 1 / 1.22;
    overflow: hidden;
    border-radius: 12px;
    transform: none;
    animation: none;
  }
  .hero__specimen img { display: block; object-fit: contain; }
  .hero__care-card { position: relative; right: auto; bottom: auto; width: 100%; border-radius: 16px; }
  .trust-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; padding: 0 10px; }
  .trust-strip article { min-width: 0; min-height: 108px; padding: 16px 9px; }
  .coa-primer { padding-block: 82px; }
  .coa-primer__heading { grid-template-columns: 1fr; gap: 24px; }
  .coa-primer__heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .coa-primer__heading h2 { font-size: clamp(54px, 17vw, 76px); }
  .coa-primer__metrics { grid-template-columns: 1fr; }
  .coa-primer__metrics p { min-height: 0; grid-template-columns: 66px minmax(0, 1fr); align-items: center; border-right: 0; border-bottom: 1px solid rgba(244,240,230,.1); }
  .coa-primer__metrics p:last-child { border-bottom: 0; }
  .coa-primer__benefits { grid-template-columns: 1fr; }
  .coa-primer__benefits article { min-height: 0; padding: 24px 18px; border-right: 0; border-bottom: 1px solid var(--hairline); }
  .coa-primer__benefits article:last-child { border-bottom: 0; }
  .coa-primer__benefits h3 { margin: 28px 0 10px; }
  .coa-primer__state-grid { grid-template-columns: 1fr; padding-inline: 14px; }
  .coa-primer__states summary { padding-inline: 18px; }
  .catalog.section { padding-top: 82px; }
  .catalog .section-heading h2 { font-size: clamp(58px, 18vw, 82px); }
  .study-explorer { padding: 20px 18px; border-radius: 16px; }
  .study-explorer__heading { grid-template-columns: 1fr; gap: 14px; }
  .study-explorer__heading .eyebrow { grid-column: auto; }
  .study-select { display: grid; gap: 8px; margin-top: 20px; }
  .study-select span { color: var(--signal); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .study-select select { width: 100%; min-height: 54px; padding: 0 44px 0 15px; border: 1px solid rgba(92,230,168,.42); border-radius: 11px; color: var(--ivory); background: #111711; font: 600 15px/1.2 'Manrope', sans-serif; }
  .study-select select:focus-visible { outline: 3px solid rgba(92,230,168,.24); outline-offset: 3px; }
  .study-nav { display: flex; flex-wrap: wrap; gap: 8px; }
  .study-nav .study-chip { flex: 1 1 125px; min-width: 0; min-height: 44px; padding: 11px 12px; }
  .study-nav .study-chip small { display: none; }
  .catalog-signal { min-height: 0; padding: 28px; grid-template-columns: 1fr; gap: 28px; border-radius: 18px; }
  .catalog-signal__trust { margin-top: 18px; }
  .catalog-signal h3 { font-size: clamp(42px, 13vw, 62px); }
  .catalog-signal__visual { min-height: 340px; }
  .catalog-signal__picture img { object-position: 52% 72%; }
  .john-chat__trigger {
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
  }
  .john-chat__trigger > strong { display: none; }
  .catalog-search > input { min-height: 54px; }
  .product-grid { gap: 12px 9px; }
  .product-card { border-radius: 12px; }
  .product-card:hover { transform: none; }
  .product-card--compact .brand-choice { display: block; min-height: 48px; }
  .product-visual--photo { min-height: 0; }
  .product-card__body { padding: 13px; }
  .product-card h3 { font-size: clamp(20px, 6vw, 28px); }
  .quality { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .quality__steps::before, .quality .evidence-list::before { left: 8px; }
  .quality__steps li, .quality .evidence-list li { width: calc(100% - 27px); margin-left: 27px; padding: 23px 20px; }
  .quality__steps li::before, .quality .evidence-list li::before { left: -24px; }
  .quality .evidence-list li { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; }
  .quality .evidence-list li > div { min-width: 0; padding-right: 32px; }
}

@media (max-width: 350px) {
  .hero { padding: 22px 16px 14px; gap: 9px; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero h1 { font-size: 34px; line-height: .9; }
  .hero__lead { margin-block: 10px; font-size: 12.5px; line-height: 1.35; }
  .hero__actions .button { min-height: 40px; padding-block: 8px; font-size: 10.5px; }
  .hero__instrument { width: 100%; margin-inline: 0; padding: 6px; gap: 5px; }
  .hero__specimen,
  .hero__specimen--left,
  .hero__specimen--center,
  .hero__specimen--right { aspect-ratio: 1 / 1.14; }
  .study-nav { grid-template-columns: 1fr; }
  .study-chip { min-height: 74px; }
  .catalog-signal { padding: 22px; }
  .catalog-signal__visual { min-height: 310px; }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .catalog-family__grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card__body { padding: 18px; }
  .product-card h3 { font-size: 30px; }
}

@media (min-width: 761px) and (max-height: 500px) {
  .assisted-notice { padding: 7px 24px; gap: 16px; }
  .assisted-notice strong { font-size: 9px; }
  .assisted-notice p { font-size: 10px; line-height: 1.3; }
  .site-header { height: 56px; }
  .brand img { width: 138px; }
  .site-header nav { gap: 22px; font-size: 11px; }
  .hero {
    min-height: calc(100dvh - 110px);
    padding: 18px 28px;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    align-items: center;
    gap: 28px;
  }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero__copy { top: -44px; }
  .hero h1 { font-size: clamp(38px, 5vw, 48px); line-height: .9; }
  .hero__lead { margin-block: 12px; font-size: 13px; line-height: 1.35; }
  .hero__actions { gap: 8px; }
  .hero__actions .button { min-height: 40px; padding: 8px 12px; font-size: 11px; }
  .hero__note { display: none; }
  .hero__instrument { width: min(34vw, 300px); position: relative; top: -16px; }
  .whatsapp-contact {
    left: calc(50% - 54px);
    bottom: 8px;
    min-width: 46px;
    min-height: 46px;
    padding: 5px;
  }
  .whatsapp-contact svg { width: 34px; height: 34px; }
  .whatsapp-contact strong,
  .john-chat__trigger > strong {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .john-chat { right: auto; left: calc(50% + 8px); bottom: 8px; }
  .john-chat__trigger { min-width: 46px; min-height: 46px; padding: 5px; }
  .john-chat__trigger > .john-chat__avatar { width: 34px; height: 34px; flex-basis: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header, .site-header nav a::after, .filter, .product-card, .product-card::after,
  .product-visual--photo img, .details-button, .quality__steps li, .quality .evidence-list li, .faq__items details,
  [data-motion-reveal], .product-card[data-motion-card] {
    animation: none !important;
    transition-duration: .001ms !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }
  .hero__instrument-sweep, .hero__specimen, .hero__status-light, .catalog-signal__picture img,
  .catalog-signal__visual::after, .quality__ambient::after, .quality__ambient span, .hero__image { animation: none !important; }
  .motion-ready [data-motion-reveal], .motion-ready .product-card[data-motion-card] { opacity: 1; transform: none; filter: none; }
  .product-card:hover, .quality__steps li:hover, .quality .evidence-list li:hover, .faq__items details:hover { transform: none; }
}

html[data-save-data='true'] .hero__image,
html[data-save-data='true'] .hero__instrument-sweep,
html[data-save-data='true'] .hero__specimen,
html[data-save-data='true'] .hero__status-light,
html[data-save-data='true'] .catalog-signal__picture img,
html[data-save-data='true'] .catalog-signal__visual::after,
html[data-save-data='true'] .quality__ambient::after,
html[data-save-data='true'] .quality__ambient span { animation: none !important; }
html[data-save-data='true'] .hero__specimen { display: none; }
html[data-save-data='true'] .hero__instrument::after {
  content: 'STATIC RESEARCH VIEW · SAVE-DATA';
  position: absolute;
  inset: 38% 22%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92,230,168,.28);
  border-radius: 8px;
  color: rgba(244,240,230,.58);
  font: 600 8px/1.5 'Manrope', sans-serif;
  letter-spacing: .14em;
  text-align: center;
}
html[data-save-data='true'] .catalog-signal__visual::before {
  content: 'STATIC DOCUMENTATION VIEW · SAVE-DATA';
  position: absolute;
  z-index: 4;
  inset: 44% 16%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92,230,168,.24);
  color: rgba(244,240,230,.62);
  font: 600 8px/1.5 'Manrope', sans-serif;
  letter-spacing: .14em;
  text-align: center;
}

.seo-hubs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(214, 229, 217, .18);
}
.seo-hubs__grid a {
  display: grid;
  gap: 10px;
  min-height: 180px;
  padding: clamp(24px, 5vw, 48px);
  background: #0b0f0c;
  color: var(--text);
  text-decoration: none;
}
.seo-hubs__grid a:hover,
.seo-hubs__grid a:focus-visible { background: #101812; }
.seo-hubs__grid strong { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 3rem); }
.seo-hubs__grid span { max-width: 38ch; color: var(--muted); }
@media (max-width: 600px) {
  .seo-hubs__grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
}

/* Assisted ordering: readable on narrow screens, no new layout system. */
[data-whatsapp-order][aria-disabled="true"] { opacity: .5; cursor: not-allowed; }
[data-order-summary] { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; }
.checkout-form > .field { display: grid; gap: 8px; margin: 18px 0; }
.checkout-form [data-copy-order] { margin-top: 12px; width: 100%; }
.checkout-form .button { white-space: normal; text-align: center; }
.assisted-notice { overflow-wrap: anywhere; }
.coa-card-reference { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }

.state-page { background: var(--research-bg); color-scheme: dark; }
.state-card { overflow-wrap: anywhere; min-width: 0; }
.state-card .button:hover { background: var(--research-hover); }
.state-card :focus-visible { outline: 3px solid var(--research-focus); outline-offset: 4px; }

/* Secondary consent controls inherit Research tokens; home is unchanged. */
.state-page, .legal-page { --research-consent-bg:var(--research-surface);--research-consent-ink:var(--ivory);--research-consent-font:var(--research-body-font);--research-consent-button-bg:var(--emerald);--research-consent-button-ink:var(--carbon-950);--research-consent-border:var(--emerald); }

/* Warm editorial Research identity. Purchase structure and controls are shared. */
:root {
  --ink: #202722; --ink-deep: #123e32; --ink-2: #354a3f;
  --forest: #123e32; --mint: #123e32; --mint-light: #edf1e9;
  --cream: #faf9f5; --paper: #fff; --rust: #123e32; --rust-dark: #205544;
  --line: #dcded4; --muted: #586159; --shadow: 0 16px 40px rgba(31,50,37,.08);
  --signal: #123e32; --signal-soft: #205544; --hairline: #dcded4;
  --panel: #fff; --ochre: #896739; --text: #202722; --green-deep: #123e32;
  --research-consent-bg: #fff; --research-consent-ink: #202722;
  --research-consent-button-bg: #123e32; --research-consent-button-ink: #fff;
  --research-consent-border: #123e32; --research-consent-font: 'DM Sans', sans-serif;
}
body, body.state-page { color: var(--ink); background: var(--cream); color-scheme: light; }
h1, h2, .section-heading h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.eyebrow { color: var(--forest); font-size: 10px; letter-spacing: .13em; }
.assisted-notice { min-height: 38px; padding: 9px 5%; color: #faf9f5; background: var(--forest); border: 0; }
.assisted-notice strong, .assisted-notice p { color: inherit; font-size: 11px; }
.site-header { position: relative; top: auto; height: 90px; background: var(--cream); color: var(--ink); border-color: var(--line); box-shadow: none; backdrop-filter: none; }
.site-header .brand img, .legal-header .brand img, .state-brand img { filter: brightness(0) saturate(100%); }
.site-header .brand img { width: 158px; }
.site-header .cart-trigger, .site-header .nav-toggle { color: var(--forest); border-color: var(--line); }
.cart-count { color: #fff; background: var(--forest); }
.site-header__progress { display: none; }
body .hero .hero__note { color: var(--muted); background: none; border: 0; padding: 0; }
.research-dialog h2, .product-detail__copy h2 { font-family: Georgia, 'Times New Roman', serif; }
.coa-box h3, .coa-reference-meta dd, .coa-box__purity-empty strong, .coa-card-reference > span { color: var(--ink); }
@media(max-width:700px){.product-dialog .product-detail__copy{padding:22px}}
@media(prefers-reduced-motion:reduce){dialog[open],.dialog[open],.research-dialog[open]{animation:none;transform:none;opacity:1}}
.site-header nav a { color: var(--ink); }
.site-header nav a:hover { color: var(--forest); }
body .hero { min-height: 0; max-width: 1440px; margin: 0 auto; padding: 60px 5% 52px; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(0,1fr); align-items: center; gap: clamp(28px,5vw,76px); color: var(--ink); background: none; overflow: visible; }
body .hero::before, body .hero::after { content: none; }
body .hero__copy { padding: 0; min-width: 0; max-width: 100%; transform: none; opacity: 1; }
body .hero h1 { max-width: 100%; font: 400 clamp(40px,4.25vw,65px)/1.08 Georgia,serif; letter-spacing: -.05em; text-wrap: initial; margin: 22px 0; }
body .hero h1 em { color: var(--forest); }
body .hero__lead { max-width: 460px; margin: 24px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
body .hero__actions { padding: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.button--primary, .button--checkout { color: #fff; background: var(--forest); border-color: var(--forest); box-shadow: none; }
.button--primary:hover:not(:disabled), .button--checkout:hover:not(:disabled) { color: #fff; background: #205544; border-color: #205544; }
.button--quiet { color: var(--forest); background: transparent; border-color: #a4afa4; }
.button--quiet:hover { color: #fff; background: var(--forest); }
body .hero__note { display: block; margin-top: 22px; padding-top: 0; border: 0; color: var(--muted); font: 400 11px/1.5 'DM Sans',sans-serif; }
.trust-hero-visual { min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: #efede5; }
.trust-hero-visual picture { display: block; }
.trust-hero-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.trust-hero-visual figcaption { display: grid; gap: 6px; padding: 20px 24px; background: white; }
.trust-hero-visual figcaption > span { color: var(--muted); font-size: 11px; }
.trust-hero-visual figcaption strong { font: 400 20px/1.3 Georgia,serif; }
.trust-hero-visual figcaption a { width: fit-content; padding: 4px 0; color: var(--forest); font-size: 12px; text-underline-offset: 4px; }
.free-shipping-banner { padding: 13px 20px; color: var(--forest); background: #eef1e9; border-block: 1px solid var(--line); font-size: 12px; }
body .trust-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); min-height: 0; padding: 20px 5%; background: var(--cream); border-color: var(--line); }
.trust-strip article { min-height: 76px; padding: 10px 20px; border-color: var(--line); }
.trust-strip strong { color: var(--forest); font: 600 14px/1.35 'DM Sans',sans-serif; }
.trust-strip strong::before { content: none; }
.trust-strip span { color: var(--muted); font: 400 11px/1.5 'DM Sans',sans-serif; }
.section, .catalog.section, .faq { padding: 76px 5%; }
.section-heading, .catalog .section-heading { gap: 40px; margin-bottom: 32px; }
.section-heading h2, .catalog .section-heading h2 { max-width: 100%; font-size: clamp(34px,4vw,54px); line-height: 1.08; }
.catalog .section-heading h2::after { content: none; }
.catalog, .faq, .seo-hubs, .coa-primer { color: var(--ink); background: var(--cream); }
.study-explorer { padding: 22px; border-color: var(--line); background: #f0f2eb; border-radius: 12px; box-shadow: none; }
.study-explorer__heading { grid-template-columns: 1fr 1.3fr; margin-bottom: 18px; gap: 12px 30px; }
.study-explorer__heading h3 { color: var(--ink); font: 400 28px/1.2 Georgia,serif; }
.study-nav { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.study-chip { min-height: 68px; gap: 8px; color: var(--ink); border-color: var(--line); border-radius: 7px; background: #fafbf7; box-shadow: none; }
.study-chip span { font-size: 11px; }
.study-chip small, .study-chip::after { color: var(--muted); }
.study-chip.is-active, .filter.is-active { color: white; background: var(--forest); border-color: var(--forest); box-shadow: none; }
.study-chip.is-active small, .study-chip.is-active::after { color: #e4eddf; }
.study-chip:hover:not(.is-active) { background: #e7ecdf; border-color: #8da08b; }
.study-chip:focus-visible { outline: 3px solid var(--research-focus); }
.catalog-search > input, .catalog-search > input:focus { color: var(--ink); background: white; border-color: #a4afa4; box-shadow: none; }
.catalog-toolbar { margin-bottom: 24px; }
.catalog-family__header { grid-template-columns: 1fr 1.2fr auto; gap: 20px; align-items: center; }
.catalog-family__header h3 { color: var(--ink); font: 400 clamp(26px,3vw,38px)/1.15 Georgia,serif; }
.catalog-family__header > div > p { display: none; }
.catalog-family__header > span { color: var(--muted); border-color: var(--line); }
.catalog-family + .catalog-family { margin-top: 40px; padding-top: 36px; }
.product-card, .product-card--unavailable { background: white; border: 1px solid var(--line); box-shadow: none; border-radius: 12px; overflow: hidden; }
.product-card:hover { transform: translateY(-2px); border-color: #9dae98; box-shadow: var(--shadow); }
.product-card::after { content: none; }
.product-visual--photo { background: #f4f3ed; border-color: var(--line); }
.product-visual::after { content: none; }
.product-card--compact .product-visual { min-height: 230px; }
.product-card--compact .product-visual--photo img { height: 230px; min-height: 230px; padding: 12px; mix-blend-mode: multiply; }
.product-card--compact .product-card__body { padding: 22px; }
.product-card--compact h3 { min-height: 0; margin: 0 0 12px; font: 500 25px/1.15 'DM Sans',sans-serif; letter-spacing: -.035em; }
.product-card__meta, .product-card__research-area, .product-family-label { display: none; }
.variant-summary { min-height: 0; margin-bottom: 12px; font-size: 12px; }
.variant-field select, .brand-choice__control { background: var(--cream); color: var(--ink); border-color: #c0c8bc; }
.brand-choice input:checked + .brand-choice__control { color: var(--forest); background: #eef3e9; border-color: var(--forest); }
.brand-choice input:checked + .brand-choice__control .brand-choice__indicator { color: white; background: var(--forest); border-color: var(--forest); }
.stock-label--available, .stock-label--in { color: #225039; background: #eef4e9; }
.stock-label--out { color: #87412b; background: #faf0e9; }
.product-price strong { color: var(--ink); font-size: 24px; }
.product-price { padding-top: 14px; }
.coa-card-link, .details-john-button { color: var(--forest); border-color: var(--line); }
.details-button { color: var(--forest); border-color: #a4afa4; }
.details-button:hover { transform: none; background: #edf2e8; }
.product-actions .button, .product-actions .details-button { border-radius: 6px; }
.trust-service { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(36px,7vw,100px); align-items: center; background: #eeeee5; }
.trust-service__visual { min-width: 0; margin: 0; }
.trust-service__visual img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border-radius: 14px; }
.trust-service__visual figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; }
.trust-service__copy h2 { font-size: clamp(34px,3.8vw,52px); }
.trust-service__copy > p:not(.eyebrow) { max-width: 46ch; color: var(--muted); }
.trust-service__copy ul { padding: 0; margin: 24px 0; list-style: none; }
.trust-service__copy li { padding: 15px 0; display: grid; gap: 4px; border-top: 1px solid #cbd1c4; }
.trust-service__copy li strong { font-size: 14px; color: var(--forest); }
.trust-service__copy li span { font-size: 13px; color: var(--muted); }
.coa-primer__heading { max-width: var(--max); grid-template-columns: 1fr 1.2fr; gap: 20px 60px; margin-bottom: 30px; }
.coa-primer__heading h2 { color: var(--ink); font-size: clamp(36px,4vw,54px); line-height: 1.1; }
.coa-primer__heading > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.coa-primer__heading strong, .coa-primer__heading em { color: var(--ink); }
.coa-primer__metrics { background: #edf1e8; border-color: var(--line); box-shadow: none; }
.coa-primer__metrics p { min-height: 100px; border-color: var(--line); }
.coa-primer__metrics strong { color: var(--forest); font: 400 38px/1 Georgia,serif; }
.coa-primer__metrics span { color: var(--muted); }
.coa-primer__benefits article { min-height: 190px; padding: 24px; }
.coa-primer__benefits h3 { margin-top: 26px; font-size: 21px; }
.coa-primer__states, .coa-primer__state-grid p { color: var(--ink); background: white; border-color: var(--line); }
.coa-primer__states summary, .coa-primer__limits strong { color: var(--ink); }
.seo-hubs { padding-top: 0; }
.seo-hubs__grid { gap: 12px; padding: 0; background: none; }
.seo-hubs__grid a { min-height: 130px; padding: 26px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; }
.seo-hubs__grid a:hover, .seo-hubs__grid a:focus-visible { background: #edf2e8; }
.seo-hubs__grid strong { font: 400 27px/1.2 Georgia,serif; }
.faq__heading h2 { font: 400 clamp(36px,4vw,54px)/1.1 Georgia,serif; }
.faq__items details, .guide-grid article, .legal-document { color: var(--ink); background: white; border-color: var(--line); }
.faq__items details[open] { background: #f1f3eb; border-color: #a4afa4; }
.faq__items summary { color: var(--ink); }
.faq__items p { color: var(--muted); }
footer { color: #faf9f5; background: var(--forest); border-color: #567064; }
footer p, footer small, footer .footer__contact, footer .footer__ruo { color: #dce7db; }
footer .brand img { filter: none; }
dialog, .research-dialog, .john-chat__panel { color: var(--ink); background: var(--cream); }
dialog::backdrop { background: rgba(19,37,27,.58); }
.checkout, .coa-box { background: #eef2e9; }
.field input, .field select, .field textarea, .john-chat__form { color: var(--ink); background: white; border-color: #a4afa4; }
.field input:disabled { color: var(--muted); background: #edf0e8; }
.form-error, .error-panel { color: #882f23; background: #fff0e9; }
.john-chat__message p { color: var(--ink); background: #edf1e8; }
.john-chat__message--user p { color: white; background: var(--forest); }
.john-chat__suggestions button { color: var(--forest); background: white; border-color: var(--line); }
.john-chat__form textarea { color: var(--ink); }
.john-chat__form button, .john-chat__trigger > span { color: white; background: var(--forest); }
.ascending-verified-note { background: #f5efdf; }
.ascending-verified-note p { color: #655438; }
.motion-ready [data-motion-reveal] { opacity: 1; transform: none; }
.state-page, .legal-page { --research-consent-ink: #202722; --research-consent-button-ink: #fff; }
@media (max-width: 1100px) {
  .site-header nav { gap: 20px; }
  .study-nav { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .site-header nav { top: 90px; color: var(--ink); background: var(--cream); border-color: var(--line); }
}
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .site-header nav { top: 72px; }
  .site-header .brand img { width: 133px; }
  .assisted-notice { padding: 8px 20px; display: block; text-align: center; }
  .assisted-notice strong { display: none; }
  body .hero { padding: 32px 20px; grid-template-columns: minmax(0,1fr); gap: 26px; }
  body .hero h1 { font-size: clamp(37px,9.6vw,56px); margin: 16px 0; line-height: 1.08; }
  body .hero__lead { margin: 16px 0 20px; font-size: 14px; }
  body .hero .eyebrow { font-size: 9px; letter-spacing: .08em; }
  body .hero__actions .button { padding: 12px 15px; font-size: 12px; }
  .trust-hero-visual img { aspect-ratio: 6/5; object-position: center 58%; }
  .trust-hero-visual figcaption { padding: 16px 18px; }
  .trust-hero-visual figcaption strong { font-size: 18px; }
  body .trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 10px; }
  .trust-strip article { min-height: 90px; padding: 14px 10px; }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip strong { font-size: 12px; }
  .trust-strip span { font-size: 10px; }
  .section, .catalog.section, .faq { padding: 42px 20px; }
  .section-heading, .catalog .section-heading { gap: 14px; }
  body .catalog .section-heading h2 { font-size: 34px; line-height: 1.1; }
  .catalog-heading__aside { flex-wrap: wrap; }
  .catalog-family__header { grid-template-columns: minmax(0,1fr); }
  .catalog-family__grid { gap: 14px; }
  .product-card--compact .product-card__body { padding: 18px; }
  .product-card--compact h3 { font-size: 23px; }
  .study-explorer { padding: 14px; }
  .study-select select { color: var(--ink); background: white; border-color: #a4afa4; }
  .trust-service { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .trust-service__copy h2 { font-size: 36px; }
  .coa-primer__heading { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .coa-primer__heading .eyebrow { margin-bottom: 0; }
  .coa-primer__heading h2 { font-size: 38px; }
  .coa-primer__metrics p { padding: 15px 10px; }
  .coa-primer__metrics strong { font-size: 30px; }
  .coa-primer__metrics span { font-size: 8px; letter-spacing: 0; }
  .coa-primer__benefits { grid-template-columns: minmax(0,1fr); }
  .coa-primer__benefits article { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .coa-primer__benefits h3 { margin-top: 14px; }
  .seo-hubs { padding-top: 0; }
}
.assisted-purchase { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: grid; gap: 10px; width: 100%; min-width: 0; color: var(--ink); }
.assisted-purchase h3 { margin: 0; font-size: 18px; }
.assisted-purchase p, .assisted-purchase small { margin: 0; line-height: 1.6; }
.assisted-purchase small { display: block; font-size: 12px; }
.assisted-purchase input { width: 72px; min-height: 44px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fffdf7; color: var(--ink); }
.assisted-purchase [role=status] { overflow-wrap: anywhere; font-size: 13px; line-height: 1.6; }
.assisted-purchase textarea { width: 100%; min-height: 160px; }
.product-copy .actions > .assisted-purchase { grid-column: 1 / -1; width: 100%; }
.assisted-purchase button { scroll-margin-block: 130px; }
/* Shared consultation note: detail/modal only, never compact catalog cards. */
.product-clarity-note { font-size: .875rem; line-height: 1.6; margin: .75rem 0 1rem; color: #334155; overflow-wrap: anywhere; }
.product-clarity-note a { color: #125440; text-decoration: underline; text-underline-offset: .2em; }
.product-clarity-note a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 2px; }
