/* Rxely homepage v4 */

:root {
  --teal: #0B7A6B;
  --teal-deep: #075F53;

  --bone: #F3EDE4;
  --bone-2: #F7F1E8;
  --stone: #E7E2DA;
  --mist: #E2EBE7;
  --paper: #FFFFFF;
  --clay: #C4A574;

  --ink: #13261F;
  --ink-band: #0E1C18;
  --ink-2: #44574F;
  --ink-3: #6E7F78;
  --rule: rgba(19, 38, 31, 0.14);
  --rule-strong: rgba(19, 38, 31, 0.9);
  --rule-light: rgba(243, 237, 228, 0.16);

  --r-product: 4px;
  --r-human: 18px;
  --r-cta: 8px;

  --sans: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --max: 1320px;
  --gutter: clamp(20px, 4.5vw, 64px);
  --inline: max(var(--gutter), calc((100% - var(--max)) / 2));
  --nav-h: 68px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01" 0;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p, h1, h2, h3, figure, dl, dd, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3 { font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; text-wrap: balance; }

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

.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 16px; top: 12px; z-index: 60;
  background: var(--paper); padding: 8px 12px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* Buttons and links */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--teal);
  color: #fff;
  font: 500 16px/1 var(--sans);
  letter-spacing: -0.005em;
  text-decoration: none;
  padding: 18px 26px;
  border-radius: var(--r-cta);
  transition: background-color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}
.btn:hover { background: var(--teal-deep); }
.btn:active { transform: translateY(1px); }
.btn--sm { font-size: 15px; padding: 12px 18px; }

.text-link {
  color: var(--teal);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(11, 122, 107, 0.35);
  text-underline-offset: 5px;
  transition: text-decoration-color 0.18s ease;
}
.text-link:hover { text-decoration-color: currentColor; }
.text-link--light { color: var(--bone); text-decoration-color: rgba(196, 165, 116, 0.6); }
.text-link--light:hover { text-decoration-color: var(--clay); }

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--bone);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.nav.is-scrolled { border-bottom-color: var(--rule); }
.nav__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  height: var(--nav-h);
  padding-inline: var(--inline);
}
.nav__brand img { height: 30px; width: auto; }
.nav__links {
  display: flex;
  gap: 32px;
  margin-left: auto;
  font-size: 15px;
}
.nav__links a { color: var(--ink-2); text-decoration: none; }
.nav__links a:hover { color: var(--ink); }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  min-height: min(calc(100svh - var(--nav-h)), 880px);
  padding-left: var(--inline);
}
.hero__copy {
  align-self: center;
  padding: clamp(56px, 7vw, 104px) clamp(40px, 6vw, 96px) clamp(56px, 7vw, 104px) 0;
}
.hero__title {
  font-size: clamp(46px, 6.1vw, 92px);
  line-height: 0.97;
  letter-spacing: -0.045em;
  max-width: 12.5ch;
  margin-bottom: clamp(24px, 3vw, 36px);
}
.hero__lede {
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 34em;
  margin-bottom: clamp(32px, 3.6vw, 44px);
}
.hero__buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
}
.price-chip {
  display: grid;
  gap: 4px;
  padding-left: 28px;
  border-left: 1px solid var(--rule);
}
.price-chip__num {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.price-chip__num small { font-size: 16px; font-weight: 500; letter-spacing: 0; color: var(--ink-2); margin-left: 2px; }
.price-chip__sub { font-size: 14px; color: var(--ink-2); }
.hero__note {
  margin-top: 28px;
  max-width: 32em;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-3);
  padding-left: 36px;
  position: relative;
}
.hero__note::before {
  content: "";
  position: absolute;
  left: 0; top: 0.72em;
  width: 24px; height: 1px;
  background: var(--clay);
}

.hero__still {
  position: relative;
  background: var(--stone);
}
.hero__still > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
}
.hero__cue {
  position: absolute;
  left: clamp(-64px, -4vw, -32px);
  bottom: clamp(32px, 5vw, 64px);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 340px;
  padding: 12px 20px 12px 12px;
  background: var(--paper);
  border-radius: var(--r-human);
  box-shadow: 0 1px 0 rgba(14, 28, 24, 0.04), 0 18px 40px -18px rgba(14, 28, 24, 0.35);
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink-3);
}
.hero__cue img {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.hero__cue strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

/* Clinician filmstrip */
.team {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: clamp(80px, 10vw, 136px) var(--inline) clamp(72px, 8vw, 112px);
  background: var(--paper);
}
.team__head {
  grid-column: 1 / 5;
  align-self: start;
  position: sticky;
  top: calc(var(--nav-h) + 40px);
}
.team__head h2 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.04;
  margin-bottom: 20px;
  max-width: 12ch;
}
.team__head p {
  color: var(--ink-2);
  max-width: 26em;
  margin-bottom: 24px;
}
.team__strip {
  grid-column: 6 / 13;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 24px;
  align-items: start;
}
.person figure {
  border-radius: var(--r-human);
  overflow: hidden;
  background: var(--stone);
  aspect-ratio: 3 / 4;
  margin-bottom: 18px;
}
.person figure img { width: 100%; height: 100%; object-fit: cover; }
.person--drop { margin-top: 96px; }
.person--still { margin-top: 40px; }
.person--still figure { aspect-ratio: 4 / 5; }
.person--still figure img { object-position: 38% 50%; }
.person__name { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.person__cred {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  margin: 4px 0 10px;
}
.person__role { font-size: 15px; line-height: 1.5; color: var(--ink-2); max-width: 24em; }

/* Treatments */
.rx {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  padding: clamp(88px, 11vw, 152px) var(--inline) clamp(80px, 10vw, 136px);
  background: var(--bone);
}
.rx__head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.rx__head h2 {
  grid-column: 1 / 9;
  font-size: clamp(44px, 6.4vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.048em;
  max-width: 11ch;
}
.rx__head p {
  grid-column: 9 / 13;
  color: var(--ink-2);
  max-width: 24em;
  padding-bottom: 8px;
}

.sema {
  grid-column: 1 / 9;
  display: flex;
  flex-direction: column;
  background: var(--stone);
  border-radius: var(--r-product);
  overflow: hidden;
}
.sema__still { aspect-ratio: 16 / 10; overflow: hidden; }
.sema__still img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 30% 55%;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.sema:hover .sema__still img { transform: scale(1.025); }
.sema__body {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 40px;
  padding: clamp(28px, 3.4vw, 48px);
}
.sema__id h3 { font-size: clamp(34px, 3.4vw, 48px); margin-bottom: 14px; }
.sema__id > p { color: var(--ink-2); max-width: 30em; margin-bottom: 28px; }
.sema__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 36px;
  border-left: 1px solid rgba(19, 38, 31, 0.18);
}
.sema__num {
  font-size: clamp(80px, 9.2vw, 144px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.82;
  font-variant-numeric: tabular-nums;
  position: relative;
}
.sema__from {
  display: block;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.sema__per { font-size: 15px; color: var(--ink-2); margin: 16px 0 28px; }

.spec {
  font-family: var(--mono);
  font-size: 12.5px;
  line-height: 1.45;
  border-top: 1px solid rgba(19, 38, 31, 0.18);
}
.spec div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(19, 38, 31, 0.18);
}
.spec dt { color: var(--ink-3); }
.spec dd { color: var(--ink); }

.tirz {
  grid-column: 9 / 13;
  display: flex;
  flex-direction: column;
  background: var(--ink-band);
  color: var(--bone);
  border-radius: var(--r-product);
  overflow: hidden;
}
.tirz__still { flex: 1; min-height: 320px; position: relative; }
.tirz__still img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
}
.tirz__body { padding: clamp(24px, 2.6vw, 36px); }
.tirz h3 { font-size: clamp(30px, 2.6vw, 38px); margin-bottom: 8px; }
.tirz__price {
  font-size: clamp(52px, 4.6vw, 72px);
  font-weight: 600;
  color: var(--bone);
  letter-spacing: -0.05em;
  line-height: 0.86;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.tirz__from {
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--clay);
  margin-bottom: 8px;
}
.tirz__price small {
  font-size: 0.38em;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 2px;
  color: rgba(243, 237, 228, 0.72);
}
.tirz__per {
  font-size: 14px;
  color: var(--clay);
  margin-bottom: 14px;
}
.tirz__body > p:not(.tirz__price):not(.tirz__per) {
  font-size: 15.5px;
  color: rgba(243, 237, 228, 0.78);
  margin-bottom: 22px;
}

.label {
  grid-column: 1 / -1;
  margin-top: clamp(16px, 2vw, 32px);
  background: #FBF8F3;
  border: 1.5px solid var(--rule-strong);
  border-radius: 2px;
}
.label__title {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-bottom: 1.5px solid var(--rule-strong);
}
.label__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.label__grid > div { padding: 22px 24px 26px; }
.label__grid > div + div { border-left: 1px solid var(--rule); }
.label__k {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.label__grid p:not(.label__k) { font-size: 15px; line-height: 1.55; color: var(--ink-2); }

/* Photo band */
.band {
  position: relative;
  background: var(--stone);
}
.band__img {
  width: 100%;
  height: clamp(460px, 54vw, 780px);
  object-fit: cover;
  object-position: 62% 50%;
}
.band__copy {
  position: absolute;
  left: var(--inline);
  top: 50%;
  transform: translateY(-50%);
  max-width: min(36vw, 520px);
}
.band__copy h2 {
  font-size: clamp(30px, 3.8vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.band__copy p { color: var(--ink); max-width: 26em; }

/* How it works */
.how {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: clamp(88px, 10vw, 136px) var(--inline);
  background: var(--mist);
}
.how__side { grid-column: 1 / 6; }
.how__side h2 {
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.02;
  max-width: 13ch;
  margin-bottom: clamp(32px, 4vw, 56px);
}
.how__still img { border-radius: var(--r-product); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.how__still figcaption {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 12px;
}
.steps {
  grid-column: 7 / 13;
  align-self: center;
}
.step {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  padding: 36px 0;
  border-top: 1px solid rgba(19, 38, 31, 0.2);
}
.step:last-child { border-bottom: 1px solid rgba(19, 38, 31, 0.2); }
.step__n {
  font-size: 84px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.step h3 { font-size: 23px; letter-spacing: -0.02em; margin-bottom: 10px; }
.step p { color: var(--ink-2); max-width: 32em; }
.step--judgment {
  background: var(--paper);
  border-radius: var(--r-human);
  border-top-color: transparent;
  padding: 36px 32px;
  margin-inline: -32px;
  box-shadow: 0 24px 48px -32px rgba(14, 28, 24, 0.35);
}
.step--judgment + .step { border-top-color: transparent; }
.outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.outcomes li {
  font-family: var(--mono);
  font-size: 12.5px;
  padding: 7px 11px;
  border: 1px solid rgba(19, 38, 31, 0.22);
  border-radius: 4px;
  color: var(--ink);
}

/* Pricing honesty */
.pricing {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: clamp(80px, 9vw, 120px) var(--inline);
  background: var(--bone-2);
}
.pricing__head { grid-column: 1 / 5; }
.pricing__head h2 {
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.08;
  margin-bottom: 14px;
  max-width: 12ch;
}
.pricing__head p { font-size: 15px; color: var(--ink-2); max-width: 22em; }
.ptable {
  grid-column: 6 / 13;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.ptable thead th {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 0 16px 12px 0;
  border-bottom: 1.5px solid var(--rule-strong);
}
.ptable tbody th, .ptable td {
  padding: 22px 16px 22px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: baseline;
}
.ptable tbody th { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; width: 30%; }
.ptable__num {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  width: 28%;
}
.ptable__num--soft { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink-2); }
.ptable td:last-child { font-size: 15px; color: var(--ink-2); }
.pricing__foot {
  grid-column: 6 / 13;
  margin-top: 24px;
  font-size: 14px;
  color: var(--ink-3);
}
.pricing__foot .text-link { margin-left: 12px; font-size: 15px; }

/* Care model */
.care {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  background: var(--ink-band);
  color: var(--bone);
  padding-right: var(--inline);
}
.care__portrait { position: relative; min-height: 640px; }
.care__portrait img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.care__copy {
  align-self: center;
  padding: clamp(72px, 9vw, 128px) 0 clamp(72px, 9vw, 128px) clamp(40px, 7vw, 112px);
}
.care__copy h2 {
  font-size: clamp(42px, 5.4vw, 80px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  margin-bottom: 28px;
}
.care__lede {
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.5;
  color: rgba(243, 237, 228, 0.86);
  max-width: 30em;
  margin-bottom: clamp(36px, 4vw, 56px);
}
.care__ops div {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--rule-light);
}
.care__ops div:last-child { border-bottom: 1px solid var(--rule-light); }
.care__ops dt {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--clay);
  padding-top: 3px;
}
.care__ops dd { font-size: 16px; color: rgba(243, 237, 228, 0.8); max-width: 34em; }

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: clamp(80px, 9vw, 120px) var(--inline);
  background: var(--paper);
}
.faq h2 {
  grid-column: 1 / 5;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.08;
  max-width: 10ch;
}
.faq__list {
  grid-column: 6 / 13;
  border-top: 1.5px solid var(--rule-strong);
}
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.012em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  flex-shrink: 0;
  width: 12px; height: 12px;
  background:
    linear-gradient(var(--ink-2), var(--ink-2)) center / 12px 1.5px no-repeat,
    linear-gradient(var(--ink-2), var(--ink-2)) center / 1.5px 12px no-repeat;
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--teal-deep); }
.faq details p {
  padding: 0 48px 24px 0;
  color: var(--ink-2);
  font-size: 16px;
  max-width: 40em;
}

/* Footer */
.foot {
  background: var(--ink-band);
  color: rgba(243, 237, 228, 0.72);
  padding: clamp(80px, 9vw, 128px) var(--inline) 40px;
  font-size: 14px;
}
.foot__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px 48px;
  padding-bottom: clamp(64px, 7vw, 96px);
}
.foot__cta h2 {
  color: var(--bone);
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  max-width: 21ch;
}
.foot__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
  padding: 40px 0;
  border-top: 1px solid var(--rule-light);
}
.foot__word {
  color: var(--bone);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.foot__brand p:not(.foot__word) { max-width: 30em; }
.foot__h {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--clay);
  margin-bottom: 14px;
}
.foot nav ul { display: grid; gap: 8px; }
.foot nav a { text-decoration: none; }
.foot nav a:hover { color: var(--bone); text-decoration: underline; text-underline-offset: 4px; }
.foot__legal {
  display: grid;
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid var(--rule-light);
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(243, 237, 228, 0.56);
}
.foot__legal p { max-width: 76em; }
.foot__legal strong { color: rgba(243, 237, 228, 0.86); font-weight: 500; }
.foot__legal a { text-decoration: underline; text-decoration-color: rgba(243, 237, 228, 0.3); text-underline-offset: 3px; }
.foot__legal a:hover { color: var(--bone); text-decoration-color: currentColor; }
.foot__who {
  max-width: 42em;
  margin-top: 4px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(243, 237, 228, 0.22);
  border-radius: 4px;
  background: rgba(243, 237, 228, 0.04);
}
.foot__who-k {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 8px;
}
.foot__who p:last-child {
  max-width: 40em;
  color: rgba(243, 237, 228, 0.78);
}
.foot__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  font-family: var(--mono);
  font-size: 11.5px;
  color: rgba(243, 237, 228, 0.45);
}

/* Legal page (disclaimers/) */
.legal-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: clamp(64px, 8vw, 112px) var(--inline) clamp(56px, 7vw, 96px);
  background: var(--bone);
}
.legal-hero__meta {
  grid-column: 1 / -1;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.legal-hero h1 {
  grid-column: 1 / 10;
  font-size: clamp(42px, 5.6vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  max-width: 13ch;
  margin-bottom: clamp(24px, 3vw, 36px);
}
.legal-hero__lede {
  grid-column: 1 / 8;
  font-size: clamp(17px, 1.35vw, 19px);
  color: var(--ink-2);
  max-width: 34em;
}
.legal-hero__note {
  grid-column: 9 / 13;
  align-self: end;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-3);
}
.legal-hero__note::before {
  content: "";
  position: absolute;
  left: 0; top: 0.72em;
  width: 24px; height: 1px;
  background: var(--clay);
}
.legal-facts { margin-top: clamp(40px, 5vw, 64px); }
.label__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.legal-facts a { color: var(--teal); text-underline-offset: 3px; }

.legal-body {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: clamp(72px, 8vw, 120px) var(--inline) clamp(88px, 10vw, 136px);
  background: var(--paper);
}
.legal-toc {
  grid-column: 1 / 4;
  align-self: start;
  position: sticky;
  top: calc(var(--nav-h) + 40px);
}
.legal-toc__h {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.legal-toc ol { border-top: 1.5px solid var(--rule-strong); }
.legal-toc li a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.legal-toc li a:hover { color: var(--teal-deep); }
.legal-toc li a span {
  display: block;
  margin-top: 2px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink-3);
}
.legal-toc__contact { margin-top: 24px; font-size: 14px; color: var(--ink-2); }
.legal-toc__contact a { color: var(--teal); text-underline-offset: 3px; }

.legal-doc { grid-column: 5 / 13; max-width: 46em; }
.legal-sec { counter-reset: legal; }
.legal-sec + .legal-sec {
  margin-top: clamp(72px, 8vw, 112px);
  padding-top: clamp(56px, 6vw, 80px);
  border-top: 1.5px solid var(--rule-strong);
}
.legal-sec__kicker {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.legal-sec h2 {
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.legal-sec__intro { font-size: 18px; color: var(--ink-2); }
.legal-sec h3 {
  counter-increment: legal;
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 44px 0 12px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}
.legal-sec h3::before {
  content: counter(legal, decimal-leading-zero);
  flex-shrink: 0;
  min-width: 2em;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink-3);
}
.legal-doc p, .legal-doc li { font-size: 16.5px; line-height: 1.6; color: var(--ink-2); }
.legal-doc * + p, .legal-doc p + ul { margin-top: 14px; }
.legal-doc ul { display: grid; gap: 10px; }
.legal-doc ul li { position: relative; padding-left: 22px; }
.legal-doc ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.8em;
  width: 10px; height: 1px;
  background: var(--ink-3);
}
.legal-doc strong { color: var(--ink); font-weight: 600; }
.legal-doc a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(11, 122, 107, 0.35);
  text-underline-offset: 4px;
}
.legal-doc a:hover { text-decoration-color: currentColor; }
.legal-doc .legal-conspicuous { color: var(--ink); font-weight: 600; }
.legal-address {
  font-style: normal;
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink);
}
.legal-box {
  margin: 20px 0 8px;
  background: #FBF8F3;
  border: 1.5px solid var(--rule-strong);
  border-radius: 2px;
}
.legal-doc .legal-box__title {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 14px 22px;
  border-bottom: 1.5px solid var(--rule-strong);
}
.legal-doc .legal-box__title + p { margin: 0; padding: 18px 22px 22px; }

/* 404 */
.notfound {
  min-height: min(calc(100svh - var(--nav-h)), 720px);
  display: grid;
  align-content: center;
  gap: 24px;
  padding: clamp(72px, 9vw, 128px) var(--inline);
  background: var(--bone);
}
.notfound h1 { font-size: clamp(42px, 5.6vw, 84px); line-height: 0.96; letter-spacing: -0.045em; max-width: 12ch; }
.notfound p { color: var(--ink-2); max-width: 32em; }
.foot--min { padding-top: 8px; }
.notfound__links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 8px; }

/* Mobile buy bar */
.buybar { display: none; }

/* Responsive */
@media (max-width: 1100px) {
  .nav__links { gap: 24px; }
  .team__head { grid-column: 1 / -1; position: static; margin-bottom: 48px; }
  .team__head h2 { max-width: 18ch; }
  .team__strip { grid-column: 1 / -1; }
  .rx__head h2 { grid-column: 1 / -1; }
  .rx__head p { grid-column: 1 / 9; margin-top: 20px; }
  .sema { grid-column: 1 / 8; }
  .tirz { grid-column: 8 / 13; }
  .sema__body { grid-template-columns: 1fr; gap: 28px; }
  .sema__price { padding-left: 0; border-left: 0; padding-top: 24px; border-top: 1px solid rgba(19, 38, 31, 0.18); }
  .pricing__head, .faq h2 { grid-column: 1 / -1; margin-bottom: 36px; }
  .pricing__head h2, .faq h2 { max-width: none; }
  .ptable, .pricing__foot, .faq__list { grid-column: 1 / -1; }
  .legal-hero h1, .legal-hero__lede { grid-column: 1 / -1; }
  .legal-hero__note { grid-column: 1 / -1; margin-top: 28px; max-width: 34em; }
  .label__grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .label__grid--4 > div:nth-child(3) { border-left: 0; }
  .label__grid--4 > div:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .legal-toc { grid-column: 1 / -1; position: static; margin-bottom: 56px; max-width: 36em; }
  .legal-doc { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__inner .btn { margin-left: auto; }

  .hero { grid-template-columns: 1fr; padding: 40px 0 48px; min-height: 0; }
  .hero__copy { display: contents; }
  .hero__title { order: 1; max-width: 13ch; margin: 0 var(--gutter) 24px; }
  .hero__still { order: 2; aspect-ratio: 5 / 4; margin: 0 var(--gutter) 28px; border-radius: var(--r-product); overflow: hidden; }
  .hero__still > img { object-position: 50% 78%; }
  .hero__lede { order: 3; margin: 0 var(--gutter) 28px; }
  .hero__buy { order: 4; margin: 0 var(--gutter); }
  .hero__note { order: 5; margin: 24px var(--gutter) 0; }
  .hero__cue { left: 10px; right: auto; bottom: 10px; max-width: calc(100% - 20px); padding: 8px 14px 8px 8px; gap: 10px; font-size: 12px; }
  .hero__cue img { width: 40px; height: 40px; }
  .hero__cue strong { font-size: 13px; }

  .team { padding-top: 72px; }
  .team__strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin-inline: calc(-1 * var(--gutter));
    padding-inline: var(--gutter);
    scrollbar-width: none;
  }
  .team__strip::-webkit-scrollbar { display: none; }
  .person { flex: 0 0 72%; scroll-snap-align: start; }
  .person--drop, .person--still { margin-top: 0; }
  .person--still figure { aspect-ratio: 3 / 4; }

  .rx { gap: 20px; }
  .rx__head p { grid-column: 1 / -1; }
  .sema, .tirz { grid-column: 1 / -1; }
  .tirz { flex-direction: row; }
  .tirz__still { flex: 0 0 42%; min-height: 360px; }
  .tirz__body { align-self: center; }
  .label__grid { grid-template-columns: 1fr; }
  .label__grid > div + div { border-left: 0; border-top: 1px solid var(--rule); }

  .band__img { height: auto; aspect-ratio: 4 / 3; object-position: 70% 50%; }
  .band__copy {
    position: static;
    transform: none;
    max-width: none;
    padding: 36px var(--gutter) 56px;
    background: var(--stone);
  }

  .how__side, .steps { grid-column: 1 / -1; }
  .how__side h2 { max-width: 16ch; }
  .how__still { margin-bottom: 40px; }
  .step--judgment { margin-inline: -16px; padding: 28px 16px; }

  .care { grid-template-columns: 1fr; padding-right: 0; }
  .care__portrait { min-height: 0; aspect-ratio: 4 / 5; }
  .care__copy { padding: 56px var(--gutter) 72px; }

  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }

  .buybar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    left: 10px; right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 45;
    padding: 10px 10px 10px 18px;
    background: var(--ink-band);
    color: var(--bone);
    border-radius: 14px;
    box-shadow: 0 18px 40px -16px rgba(14, 28, 24, 0.55);
    transform: translateY(140%);
    transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .buybar.is-on { transform: none; }
  .buybar p { display: grid; font-size: 11.5px; line-height: 1.35; color: rgba(243, 237, 228, 0.66); }
  .buybar strong { font-size: 15px; font-weight: 600; color: var(--bone); letter-spacing: -0.01em; }
  .foot { padding-bottom: 96px; }
}

@media (max-width: 560px) {
  body { font-size: 16.5px; }
  .hero__buy { flex-direction: column; align-items: flex-start; }
  .hero__buy .btn { width: 100%; }
  .price-chip { padding-left: 0; border-left: 0; }
  .person { flex-basis: 80%; }
  .sema__body { padding: 24px 20px 28px; }
  .sema__price .btn { width: 100%; }
  .tirz { flex-direction: column; }
  .tirz__still { flex: none; aspect-ratio: 4 / 5; min-height: 0; }
  .spec div { grid-template-columns: 76px 1fr; }
  .step { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; }
  .step__n { font-size: 56px; }
  .ptable thead { display: none; }
  .ptable, .ptable tbody, .ptable tr, .ptable th, .ptable td { display: block; width: auto; }
  .ptable tr { padding: 20px 0; border-bottom: 1px solid var(--rule); }
  .ptable tr:first-child { border-top: 1.5px solid var(--rule-strong); }
  .ptable tbody th, .ptable td { border: 0; padding: 0; width: auto; }
  .ptable__num { margin: 6px 0 4px; }
  .pricing__foot .text-link { display: inline-block; margin: 10px 0 0; }
  .care__ops div { grid-template-columns: 1fr; gap: 6px; }
  .faq details p { padding-right: 0; }
  .foot__grid { grid-template-columns: 1fr; }
  .foot__cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
