:root {
  --forest-950: #082a24;
  --forest-900: #0d352d;
  --forest-800: #174d40;
  --forest-700: #286453;
  --moss: #97ad84;
  --lichen: #dfe7d5;
  --cream: #f4efe2;
  --paper: #fbf8ef;
  --ink: #17352e;
  --ink-soft: #536b64;
  --orange: #f26d3d;
  --orange-dark: #d95026;
  --line: rgba(13, 53, 45, 0.16);
  --white: #fffdf7;
  --display: "Newsreader", Georgia, serif;
  --sans: "IBM Plex Sans", Helvetica, sans-serif;
  --shadow: 0 2rem 5rem rgba(8, 42, 36, 0.16);
  --radius: 1.15rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 2.5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  border-radius: 0.4rem;
  background: var(--paper);
  color: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(100% - 2.5rem, 76rem);
  margin-inline: auto;
}

.notice-bar {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: var(--orange);
  color: var(--forest-950);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.notice-dot {
  width: 0.45rem;
  height: 0.45rem;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(8, 42, 36, 0.12);
}

.site-header {
  display: flex;
  min-height: 5.75rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--forest-900);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.brand > span > span {
  color: var(--orange-dark);
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.brand-mark__core {
  fill: var(--orange);
  stroke: none;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--forest-700);
  border-radius: 0.45rem;
  color: var(--forest-800);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: var(--forest-900);
  color: var(--paper);
}

.hero {
  position: relative;
  display: grid;
  gap: 3.5rem;
  overflow: hidden;
  padding-block: 4.75rem 5rem;
}

.hero::before {
  position: absolute;
  top: 2.2rem;
  right: -7rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(151, 173, 132, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2rem var(--paper), inset 0 0 0 2.1rem rgba(151, 173, 132, 0.3), inset 0 0 0 4.6rem var(--paper), inset 0 0 0 4.7rem rgba(151, 173, 132, 0.22);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.4rem;
  color: var(--forest-700);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.62rem;
}

.eyebrow--light {
  color: #b5c7aa;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-family: var(--display);
  font-size: clamp(3rem, 13vw, 6.9rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.91;
}

h2 {
  margin-bottom: 1.25rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 9vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hero-lede {
  max-width: 39rem;
  margin-bottom: 1.7rem;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 2.6vw, 1.23rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

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

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid var(--forest-700);
  color: var(--forest-700);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.field-note {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 2rem 1.5rem 1.5rem;
  transform: rotate(-1.2deg);
  border: 1px solid rgba(23, 53, 46, 0.2);
  background: #ede5ce;
  box-shadow: 0.7rem 0.8rem 0 var(--lichen);
}

.field-note::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(13, 53, 45, 0.08) 1px, transparent 1px);
  background-size: 100% 1.7rem;
  content: "";
}

.field-note__pin {
  position: absolute;
  z-index: 1;
  top: -0.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
}

.field-note__label {
  position: relative;
  margin-bottom: 1.15rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
}

.field-note ol {
  position: relative;
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.field-note li {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  gap: 0.7rem;
  color: #324f47;
  font-size: 0.9rem;
  line-height: 1.45;
}

.field-note li span {
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--forest-900);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 600;
}

.field-note__small {
  position: relative;
  margin: 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(23, 53, 46, 0.18);
  color: #6e6453;
  font-size: 0.7rem;
  line-height: 1.45;
}

.answer-section {
  padding-block: 5rem;
  border-top: 1px solid var(--line);
}

.answer-section__heading {
  max-width: 52rem;
  margin-bottom: 2.5rem;
}

.answer-section__heading h2 {
  max-width: 16ch;
  font-size: clamp(2.5rem, 8vw, 4.6rem);
}

.answer-section__heading > p:last-child {
  max-width: 43rem;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.answer-grid {
  display: grid;
  gap: 1rem;
}

.answer-card {
  min-height: 15rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.68);
}

.answer-card--accent {
  border-color: var(--orange);
  background: #f3ddc8;
}

.answer-card h3 {
  margin-bottom: 0.8rem;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.answer-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.answer-sources {
  max-width: 60rem;
  margin: 1.25rem 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.6;
}

.answer-sources a {
  text-underline-offset: 0.18em;
}

.briefing-section {
  position: relative;
  overflow: hidden;
  padding-block: 4.75rem 5rem;
  background: var(--forest-950);
  color: var(--cream);
}

.briefing-section::before,
.how-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(circle at 15% 25%, rgba(151, 173, 132, 0.34), transparent 25%), radial-gradient(circle at 85% 75%, rgba(242, 109, 61, 0.15), transparent 22%);
  content: "";
}

.briefing-wrap {
  position: relative;
}

.briefing-intro {
  max-width: 43rem;
  margin-bottom: 2.5rem;
}

.briefing-intro h2 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
}

.briefing-intro > p:last-child {
  max-width: 34rem;
  color: #bdcbb8;
}

.vsl-shell {
  overflow: hidden;
  border: 1px solid rgba(223, 231, 213, 0.2);
  border-radius: var(--radius);
  background: #0b3029;
  box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.3);
}

.vsl-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(223, 231, 213, 0.15);
  color: #a9bba5;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vsl-stage {
  position: relative;
  display: grid;
  min-height: 24rem;
  place-items: center;
  overflow: hidden;
  padding: 3.5rem 2rem 5rem;
  background: radial-gradient(circle at 50% 45%, #1d5144 0, #0b3029 57%, #082720 100%);
  text-align: center;
}

.vsl-grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: linear-gradient(rgba(223, 231, 213, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(223, 231, 213, 0.22) 1px, transparent 1px);
  background-position: center;
  background-size: 3rem 3rem;
  mask-image: radial-gradient(circle, #000 10%, transparent 70%);
}

.vsl-stage::before,
.vsl-stage::after {
  position: absolute;
  border: 1px solid rgba(181, 199, 170, 0.14);
  border-radius: 50%;
  content: "";
}

.vsl-stage::before {
  width: 18rem;
  height: 18rem;
}

.vsl-stage::after {
  width: 12rem;
  height: 12rem;
}

.vsl-corner {
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-color: var(--orange);
}

.vsl-corner--tl {
  top: 1.2rem;
  left: 1.2rem;
  border-top: 1px solid var(--orange);
  border-left: 1px solid var(--orange);
}

.vsl-corner--br {
  right: 1.2rem;
  bottom: 1.2rem;
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
}

.vsl-scene {
  position: absolute;
  z-index: 2;
  width: calc(100% - 3rem);
  max-width: 46rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.vsl-scene.is-active {
  transform: translateY(0);
  opacity: 1;
}

.vsl-scene p {
  margin-bottom: 0.8rem;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsl-scene h3 {
  margin-bottom: 1rem;
  font-family: var(--display);
  font-size: clamp(2.25rem, 8vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.vsl-scene span {
  color: #b6c8b1;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
}

.vsl-play {
  position: absolute;
  z-index: 5;
  bottom: 1.35rem;
  left: 50%;
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  transform: translateX(-50%);
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: var(--forest-950);
  cursor: pointer;
  box-shadow: 0 0 0 0.45rem rgba(242, 109, 61, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.vsl-play:hover {
  transform: translateX(-50%) scale(1.06);
  background: #ff8256;
}

.vsl-play svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.pause-icon,
.is-playing .play-icon {
  display: none;
}

.is-playing .pause-icon {
  display: block;
}

.vsl-controls {
  padding: 1.1rem;
}

.vsl-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(223, 231, 213, 0.15);
}

.vsl-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
  transition: width 0.2s linear;
}

.vsl-chapters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-top: 0.8rem;
}

.vsl-chapters button {
  min-height: 44px;
  padding: 0.45rem 0.2rem;
  border: 0;
  border-radius: 0.35rem;
  background: transparent;
  color: #799087;
  font-size: 0.69rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.vsl-chapters button span {
  display: none;
}

.vsl-chapters button.is-active,
.vsl-chapters button:hover {
  background: rgba(223, 231, 213, 0.07);
  color: var(--cream);
}

.video-caption {
  margin: 1rem auto 0;
  color: #82978d;
  font-size: 0.72rem;
  text-align: center;
}

.briefing-cta {
  display: grid;
  gap: 1.2rem;
  width: 100%;
  margin: 1.5rem auto 0;
  padding: 1.2rem;
  border: 1px solid rgba(223, 231, 213, 0.18);
  border-radius: 0.8rem;
  background: rgba(223, 231, 213, 0.06);
}

.briefing-cta > div {
  display: grid;
  gap: 0.15rem;
}

.briefing-cta span {
  color: #90a68f;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.briefing-cta strong {
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.button--compact {
  width: 100%;
}

.truth-section {
  padding-block: 5.5rem;
}

.truth-heading {
  max-width: 60rem;
  margin-bottom: 3rem;
}

.truth-heading h2 {
  font-size: clamp(2.5rem, 8vw, 4.6rem);
}

.truth-grid {
  display: grid;
  gap: 1rem;
}

.truth-card {
  position: relative;
  min-height: 18rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.68);
}

.truth-card::after {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 2rem;
  height: 2rem;
  border-right: 1px solid var(--moss);
  border-bottom: 1px solid var(--moss);
  content: "";
}

.truth-card--accent {
  border-color: var(--orange);
  background: #f3ddc8;
}

.truth-card--accent::after {
  border-color: var(--orange-dark);
}

.card-number {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 4rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--forest-700);
  font-size: 0.68rem;
  font-weight: 600;
}

.truth-card h3 {
  max-width: 19rem;
  margin-bottom: 0.65rem;
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.05;
}

.truth-card p {
  max-width: 22rem;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.evidence-section {
  position: relative;
  overflow: hidden;
  padding-block: 5.5rem;
  background: var(--lichen);
}

.evidence-section::before {
  position: absolute;
  top: -8rem;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(23, 77, 64, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3rem var(--lichen), inset 0 0 0 3.05rem rgba(23, 77, 64, 0.12), inset 0 0 0 6rem var(--lichen), inset 0 0 0 6.05rem rgba(23, 77, 64, 0.1);
  content: "";
}

.evidence-heading {
  position: relative;
  max-width: 50rem;
  margin-bottom: 2.75rem;
}

.evidence-heading h2 em {
  color: var(--orange-dark);
  font-weight: 500;
}

.evidence-heading > p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.evidence-grid {
  position: relative;
  display: grid;
  gap: 0.8rem;
}

.evidence-card {
  min-height: 16rem;
  padding: 1.4rem;
  border: 1px solid rgba(13, 53, 45, 0.16);
  background: rgba(255, 253, 247, 0.52);
}

.evidence-card--lab {
  border-color: rgba(242, 109, 61, 0.56);
  background: #f3dfcc;
}

.evidence-card > span {
  display: inline-block;
  margin-bottom: 4rem;
  color: var(--forest-700);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.evidence-card h3 {
  margin-bottom: 0.6rem;
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.05;
}

.evidence-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.evidence-limit {
  position: relative;
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1rem;
  margin-top: 0.8rem;
  padding: 1.4rem;
  background: var(--forest-950);
  color: var(--cream);
}

.evidence-limit__mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.25rem;
}

.evidence-limit__label {
  margin-bottom: 0.25rem;
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evidence-limit h3 {
  margin-bottom: 0.5rem;
  font-family: var(--display);
  font-size: clamp(1.5rem, 5vw, 2.3rem);
  font-weight: 500;
  line-height: 1.05;
}

.evidence-limit div > p:last-child {
  margin-bottom: 0;
  color: #aebfb0;
  font-size: 0.8rem;
}

.how-section {
  position: relative;
  overflow: hidden;
  padding-block: 5.5rem;
  background: var(--forest-900);
  color: var(--cream);
}

.how-wrap {
  position: relative;
}

.how-copy {
  max-width: 44rem;
  margin-bottom: 3rem;
}

.how-copy h2 {
  font-size: clamp(2.6rem, 8vw, 4.7rem);
}

.how-copy > p:last-child {
  color: #afc0aa;
}

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

.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding-block: 1.75rem;
  border-top: 1px solid rgba(223, 231, 213, 0.16);
}

.steps li:last-child {
  border-bottom: 1px solid rgba(223, 231, 213, 0.16);
}

.step-mark {
  position: relative;
}

.step-mark span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.1rem;
}

.step-kicker {
  margin-bottom: 0.25rem;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.steps h3 {
  margin-bottom: 0.65rem;
  font-family: var(--display);
  font-size: clamp(1.65rem, 5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.steps li > div:last-child > p:last-child {
  max-width: 42rem;
  margin-bottom: 0;
  color: #aebfb0;
  font-size: 0.9rem;
}

.consult-break {
  padding-block: 2rem;
  background: var(--orange);
  color: var(--forest-950);
}

.consult-break__inner {
  display: grid;
  gap: 1.4rem;
}

.consult-break p {
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.consult-break h2 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.7rem);
}

.button--ink {
  width: 100%;
  border: 1px solid var(--forest-950);
  background: var(--forest-950);
  color: var(--paper);
}

.button--ink:hover {
  background: var(--paper);
  color: var(--forest-950);
}

.built-for {
  padding-block: 5.5rem;
}

.built-for__header {
  margin-bottom: 3rem;
}

.built-for__header h2 em {
  color: var(--orange-dark);
  font-weight: 500;
}

.built-for__lede {
  max-width: 40rem;
  color: var(--ink-soft);
}

.persona-ribbon {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.persona-ribbon > a {
  display: flex;
  min-height: 8rem;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.46);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.persona-ribbon > a:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  background: var(--white);
}

.persona-ribbon svg {
  width: 2.1rem;
  min-width: 2.1rem;
  fill: none;
  stroke: var(--forest-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.persona-ribbon span {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
}

.compare-section {
  padding-block: 5.5rem;
  background: var(--cream);
}

.compare-intro {
  max-width: 50rem;
  margin-bottom: 2.5rem;
}

.compare-intro h2 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
}

.compare-intro > p:last-child {
  max-width: 36rem;
  color: var(--ink-soft);
}

.compare-board {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--paper);
}

.compare-row {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
  border-bottom: 1px solid var(--line);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row--head {
  display: none;
}

.compare-row > span:first-child {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
}

.compare-row > span:not(:first-child) {
  display: flex;
  min-height: 2.2rem;
  align-items: center;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 0.79rem;
}

.compare-row > span:not(:first-child)::before {
  content: attr(data-label);
}

.compare-row small {
  display: block;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 400;
}

.compare-row--aftertick {
  background: var(--forest-900);
  color: var(--paper);
}

.compare-row--aftertick small,
.compare-row--aftertick > span:not(:first-child) {
  color: #b6c5b0;
}

.yes,
.no {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
}

.yes {
  background: var(--orange);
  color: var(--forest-950);
  font-weight: 700;
}

.no {
  color: #8da098;
}

.expert-care {
  position: relative;
  overflow: hidden;
  padding-block: 5.5rem;
  background: var(--forest-900);
  color: var(--paper);
}

.expert-care::before {
  position: absolute;
  top: -9rem;
  right: -9rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(151, 173, 132, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3.4rem var(--forest-900), inset 0 0 0 3.48rem rgba(151, 173, 132, 0.18), inset 0 0 0 7rem var(--forest-900), inset 0 0 0 7.08rem rgba(151, 173, 132, 0.12);
  content: "";
}

.expert-care__grid {
  position: relative;
  display: grid;
  gap: 3rem;
}

.expert-care__portrait {
  margin: 0;
}

.expert-care__photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(223, 231, 213, 0.2);
  background: #c6d1bd;
  box-shadow: 1.25rem 1.25rem 0 rgba(242, 109, 61, 0.9);
}

.expert-care__photo-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(8, 42, 36, 0.2));
  content: "";
}

.expert-care__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86) contrast(1.02);
}

.expert-care figcaption {
  display: grid;
  gap: 0.15rem;
  margin-top: 1.9rem;
  color: #9fb3a5;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.expert-care figcaption span {
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

.expert-care__copy h2 {
  max-width: 9ch;
  font-size: clamp(3rem, 11vw, 6rem);
}

.expert-care__copy > p:not(.eyebrow, .expert-care__note) {
  max-width: 42rem;
  color: #b7c7b9;
}

.expert-care__lede {
  color: var(--paper) !important;
  font-family: var(--display);
  font-size: clamp(1.35rem, 5vw, 1.8rem);
  line-height: 1.2;
}

.expert-care__credentials {
  display: grid;
  margin: 2rem 0;
  border-top: 1px solid rgba(223, 231, 213, 0.17);
}

.expert-care__credentials div {
  display: grid;
  gap: 0.25rem;
  padding-block: 1rem;
  border-bottom: 1px solid rgba(223, 231, 213, 0.17);
}

.expert-care__credentials dt {
  color: #8ea398;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.expert-care__credentials dd {
  margin: 0;
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.25;
}

.expert-care__actions {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.button--expert {
  width: 100%;
}

.expert-care__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  color: #bfd0c2;
  font-size: 0.78rem;
  font-weight: 600;
  text-underline-offset: 0.3rem;
}

.expert-care__link span {
  color: var(--orange);
}

.expert-care__note {
  max-width: 40rem;
  margin: 1.4rem 0 0;
  color: #82998f;
  font-size: 0.7rem;
  line-height: 1.55;
}

.faq-section {
  display: grid;
  gap: 2rem;
  padding-block: 5.5rem;
}

.faq-heading h2 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 4.6rem;
  grid-template-columns: 1fr 2rem;
  align-items: center;
  gap: 1rem;
  padding-block: 1rem;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--forest-700);
  content: "";
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list details > p {
  max-width: 42rem;
  padding: 0 2.5rem 1.35rem 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: 5.5rem 8rem;
  background: var(--forest-950);
  color: var(--paper);
}

.final-cta__terrain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2397ad84' stroke-opacity='.45'%3E%3Cpath d='M-20 370c160-210 240 90 400-80s260-80 550-220'/%3E%3Cpath d='M-10 420c180-220 250 70 410-90S690 250 940 15'/%3E%3Cpath d='M-30 460c220-210 280 40 450-90S730 310 960 80'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.final-cta__inner {
  position: relative;
  display: grid;
  gap: 3rem;
}

.final-cta__copy h2 {
  font-size: clamp(3rem, 11vw, 6.3rem);
}

.final-cta__copy > p:last-child {
  max-width: 36rem;
  color: #afc0aa;
}

.consult-card {
  align-self: end;
  padding: 1.4rem;
  border: 1px solid rgba(223, 231, 213, 0.2);
  border-radius: var(--radius);
  background: rgba(11, 48, 41, 0.88);
  backdrop-filter: blur(12px);
}

.consult-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.3rem;
}

.consult-card__meta span {
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(223, 231, 213, 0.15);
  border-radius: 2rem;
  color: #b8c8b4;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 1.1rem;
  border-radius: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button--primary {
  width: 100%;
  background: var(--orange);
  color: var(--forest-950);
  box-shadow: 0 0.9rem 2.5rem rgba(242, 109, 61, 0.14);
}

.button:hover {
  transform: translateY(-2px);
  background: #ff8155;
  box-shadow: 0 1.2rem 3rem rgba(242, 109, 61, 0.22);
}

.button svg {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.consult-card > p {
  margin: 0.9rem 0 0;
  color: #879b92;
  font-size: 0.67rem;
  line-height: 1.5;
}

.site-footer {
  padding-block: 3.5rem 6rem;
  background: #061f1a;
  color: #81988e;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
}

.brand--footer {
  color: var(--paper);
}

.footer-brand > p {
  max-width: 22rem;
  margin: 1.1rem 0 0;
  color: #82998f;
  font-size: 0.76rem;
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.footer-nav p {
  margin-bottom: 0.2rem;
  color: var(--paper);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-nav a {
  width: fit-content;
  min-height: 1.6rem;
  font-size: 0.76rem;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-nav a:hover {
  color: var(--paper);
  text-decoration-color: currentColor;
}

.footer-bottom {
  display: grid;
  gap: 0.75rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(223, 231, 213, 0.12);
  font-size: 0.68rem;
}

.footer-bottom p {
  max-width: 45rem;
  margin: 0;
}

.mobile-cta {
  position: fixed;
  z-index: 40;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  display: flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  transform: translateY(150%);
  border: 1px solid rgba(8, 42, 36, 0.25);
  border-radius: 0.55rem;
  background: var(--orange);
  color: var(--forest-950);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1rem 2rem rgba(8, 42, 36, 0.25);
  transition: transform 0.3s ease;
}

.mobile-cta.is-visible {
  transform: translateY(0);
}

.reveal {
  transform: translateY(1rem);
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal--delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

:focus-visible {
  outline: 3px solid rgba(242, 109, 61, 0.8);
  outline-offset: 3px;
}

@media (min-width: 640px) {
  .wrap {
    width: min(100% - 4rem, 76rem);
  }

  .header-cta {
    padding-inline: 1rem;
    font-size: 0.78rem;
  }

  .hero {
    padding-block: 6.5rem;
  }

  .field-note {
    max-width: 27rem;
    padding: 2.5rem 2rem 1.7rem;
  }

  .briefing-section,
  .answer-section,
  .truth-section,
  .evidence-section,
  .how-section,
  .built-for,
  .compare-section,
  .expert-care,
  .faq-section {
    padding-block: 7rem;
  }

  .vsl-stage {
    min-height: 33rem;
  }

  .vsl-controls {
    padding: 1rem 1.4rem 1.2rem;
  }

  .vsl-chapters button span {
    display: inline;
    margin-right: 0.35rem;
    color: var(--orange);
  }

  .vsl-chapters {
    grid-template-columns: repeat(6, 1fr);
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .button--hero {
    width: auto;
    min-width: 13rem;
  }

  .briefing-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 1.25rem 1.4rem;
  }

  .button--compact {
    width: auto;
    min-width: 12.5rem;
  }

  .evidence-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .evidence-card--lab {
    grid-column: 1 / -1;
  }

  .evidence-limit {
    grid-template-columns: 4rem 1fr;
    gap: 1.5rem;
    padding: 2rem;
  }

  .consult-break__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .button--ink {
    width: auto;
    min-width: 13rem;
  }

  .truth-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .answer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .truth-card--accent {
    grid-column: 1 / -1;
  }

  .truth-card--accent p,
  .truth-card--accent h3 {
    max-width: 32rem;
  }

  .steps li {
    grid-template-columns: 5rem 1fr;
    gap: 2rem;
    padding-block: 2.3rem;
  }

  .persona-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }

  .expert-care__credentials {
    grid-template-columns: repeat(3, 1fr);
  }

  .expert-care__credentials div {
    padding: 1.1rem;
    border-right: 1px solid rgba(223, 231, 213, 0.17);
  }

  .expert-care__credentials div:first-child {
    padding-left: 0;
  }

  .expert-care__credentials div:last-child {
    border-right: 0;
  }

  .expert-care__actions {
    grid-template-columns: auto 1fr;
  }

  .button--expert {
    width: auto;
    min-width: 13rem;
  }

  .compare-row {
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 0;
    padding: 0;
  }

  .compare-row--head {
    display: grid;
    background: #e7e0d1;
  }

  .compare-row--head > span {
    display: flex !important;
    min-height: 4rem !important;
    align-items: center !important;
    padding: 0.75rem 1rem;
    border-right: 1px solid var(--line);
    color: var(--ink-soft) !important;
    font-family: var(--sans) !important;
    font-size: 0.67rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .compare-row > span {
    min-height: 5.2rem !important;
    padding: 1rem;
    border-right: 1px solid var(--line);
  }

  .compare-row > span:last-child {
    border-right: 0;
  }

  .compare-row > span:not(:first-child) {
    justify-content: center;
  }

  .compare-row > span:not(:first-child)::before {
    display: none;
  }

  .final-cta {
    padding-block: 7rem;
  }

  .consult-card {
    padding: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 46rem;
    grid-template-columns: 1.7fr 0.75fr;
    align-items: center;
    gap: 4rem;
  }

  .hero::before {
    top: 4rem;
    right: -5rem;
    width: 22rem;
    height: 22rem;
  }

  h1 {
    font-size: clamp(5.4rem, 7.4vw, 6.9rem);
  }

  .field-note {
    margin-bottom: 2rem;
  }

  .briefing-intro {
    margin-left: 8.333%;
  }

  .vsl-shell {
    width: 83.333%;
    margin-inline: auto;
  }

  .briefing-cta {
    width: 83.333%;
  }

  .truth-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .answer-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .truth-card--accent {
    grid-column: auto;
  }

  .evidence-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .evidence-card--lab {
    grid-column: auto;
  }

  .evidence-limit {
    margin-top: 1rem;
    margin-left: 8.333%;
    padding: 2.2rem;
  }

  .card-number {
    margin-bottom: 6rem;
  }

  .how-wrap {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 7rem;
  }

  .how-copy {
    position: sticky;
    top: 3rem;
    align-self: start;
    margin-bottom: 0;
  }

  .persona-ribbon {
    grid-template-columns: repeat(4, 1fr);
  }

  .persona-ribbon > a {
    min-height: 11rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }

  .compare-wrap {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: start;
    gap: 5rem;
  }

  .compare-intro {
    position: sticky;
    top: 3rem;
    margin-bottom: 0;
  }

  .compare-intro h2 {
    font-size: clamp(3rem, 4vw, 4.5rem);
  }

  .expert-care__grid {
    grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(4rem, 7vw, 7.5rem);
  }

  .expert-care__portrait {
    max-width: 29rem;
  }

  .expert-care__copy {
    padding-block: 2rem;
  }

  .faq-section {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 6rem;
  }

  .faq-heading {
    position: sticky;
    top: 3rem;
    align-self: start;
  }

  .final-cta__inner {
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 5rem;
  }

  .footer-grid {
    grid-template-columns: 1.35fr repeat(3, minmax(0, 0.65fr));
    align-items: start;
    gap: 3rem;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .mobile-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
