:root {
  --ink: #070b0e;
  --ink-2: #12191e;
  --muted: #3a4344;
  --paper: #fffdf8;
  --paper-2: #f5f1e9;
  --line: #ded7ca;
  --navy: #07151d;
  --navy-2: #0c2430;
  --teal: #1f746f;
  --teal-deep: #0c3c38;
  --eucalypt: #dcebe5;
  --gold: #c98a2f;
  --cta: #b9472f;
  --cta-dark: #973520;
  --white: #ffffff;
  --advertorial-banner-height: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--teal) 0 8px, transparent 8px),
    var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-optical-sizing: auto;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(201, 138, 47, 0.72);
  outline-offset: 4px;
}

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 21;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(7, 21, 29, 0.06);
}

.advertorial-banner {
  min-height: var(--advertorial-banner-height);
  margin: 0;
  padding: calc(8px + env(safe-area-inset-top, 0px)) clamp(20px, 4vw, 56px) 8px;
  border-bottom: 1px solid rgba(201, 138, 47, 0.38);
  color: var(--white);
  background: var(--navy);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  text-indent: 0.12em;
  text-transform: uppercase;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
  background: rgba(255, 253, 248, 0.97);
  backdrop-filter: blur(16px);
}

.brandmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
  text-decoration: none;
}

.brandmark-symbol {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  transition: background 160ms ease;
}

.brandmark:hover .brandmark-symbol {
  background: var(--navy-2);
}

.brandmark-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brandmark-text strong {
  font-size: 16px;
  font-weight: 900;
}

.brandmark-text em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navline {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.navline a {
  text-decoration: none;
  transition: color 160ms ease;
}

.navline a:not(.nav-cta):hover {
  color: var(--teal-deep);
}

.navline .nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 4px;
  color: var(--white);
  background: var(--cta);
  letter-spacing: 0.04em;
}

.navline .nav-cta:hover {
  background: var(--cta-dark);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 82px) clamp(20px, 4vw, 56px) clamp(32px, 4vw, 48px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  min-height: 520px;
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(32px, 3.8vw, 50px);
}

h2 {
  font-size: clamp(27px, 2.6vw, 38px);
}

h3 {
  font-size: 25px;
}

p {
  margin: 0 0 20px;
}

.standfirst {
  max-width: 650px;
  margin-top: 24px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.48;
}

.hero-note {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  max-width: 620px;
  margin-top: 22px;
  padding: 18px 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.hero-note span {
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-note p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 28px 0;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-meta span {
  position: relative;
}

.article-meta span + span::before {
  position: absolute;
  left: -11px;
  content: "/";
  color: var(--gold);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  background: var(--cta);
  box-shadow: 0 8px 18px rgba(185, 71, 47, 0.12);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
  cursor: pointer;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.cta:hover {
  background: var(--cta-dark);
  box-shadow: 0 10px 22px rgba(151, 53, 32, 0.16);
}

.cta:disabled {
  cursor: wait;
  opacity: 0.7;
}

.cta-on-dark {
  background: var(--gold);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.cta-on-dark:hover {
  background: #b57824;
}

.image-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px dashed rgba(7, 21, 29, 0.34);
  border-radius: 8px;
  color: #26353c;
  background:
    linear-gradient(135deg, rgba(31, 116, 111, 0.1), rgba(201, 138, 47, 0.12)),
    repeating-linear-gradient(
      -45deg,
      rgba(7, 21, 29, 0.04),
      rgba(7, 21, 29, 0.04) 10px,
      transparent 10px,
      transparent 20px
    );
}

.hero-placeholder {
  min-height: 520px;
  padding: clamp(24px, 3vw, 34px);
}

.article-placeholder {
  min-height: 360px;
  padding: 26px;
}

.placeholder-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 3px;
  color: var(--white);
  background: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.image-placeholder p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.editorial-image-frame {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--paper-2);
}

.editorial-image-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 72%, rgba(7, 21, 29, 0.08));
  pointer-events: none;
  content: "";
}

.editorial-image-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(7, 21, 29, 0.12);
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.editorial-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-frame {
  min-height: 520px;
}

.hero-image-frame img {
  object-position: center center;
}

.article-image-frame {
  min-height: 430px;
}

.article-image-frame img {
  object-position: center center;
}

.article {
  overflow: hidden;
}

.reader-column {
  max-width: 710px;
  margin: 0 auto;
  padding: clamp(38px, 5vw, 64px) 20px;
}

.opening {
  padding-top: 38px;
}

.reader-column h2 + p,
.wide-feature h2 + p,
.story-aside h2 + p,
.story-main h2 + p,
.conversion-copy h2 + p,
.faq-panel h2 + p,
.lead-intro h2 + p {
  margin-top: 22px;
}

.story-aside h2 + .autopilot-strip {
  margin-top: 22px;
}

.story-aside > :last-child,
.story-main > :last-child,
.conversion-copy > :last-child,
.lead-intro > :last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 28px 0 0;
  padding: 18px 0 18px 22px;
  border-left: 4px solid var(--teal);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 700;
  line-height: 1.2;
}

.story-main > p:has(+ blockquote) {
  margin-bottom: 0;
}

.autopilot-strip {
  margin: 22px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.autopilot-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.autopilot-strip strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.05;
}

.autopilot-strip p {
  margin: 12px 0 0;
  color: var(--ink-2);
  font-weight: 750;
}

.statement-band {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(31, 116, 111, 0.2), transparent 58%),
    var(--navy);
}

.statement-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(46px, 5.6vw, 72px) clamp(20px, 4vw, 56px);
}

.statement-inner .kicker,
.conversion-bridge .kicker {
  color: #8ed2c8;
}

.statement-inner h2,
.conversion-bridge h2,
.conversion-bridge p {
  color: var(--white);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
  margin: 24px 0 28px;
}

.statement-grid p {
  display: flex;
  align-items: center;
  min-height: 100%;
  margin: 0;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid var(--gold);
  color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.055);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
}

.checklist,
.split-checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.96);
  font-weight: 750;
  line-height: 1.35;
}

.statement-grid .checklist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(10px, 1.6vw, 18px) clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.checklist li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "—";
}

.guide-section.compact {
  padding-top: 42px;
}

.review-lens {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 4.6vw, 62px);
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(42px, 5.2vw, 68px) clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lens-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 430px;
  min-height: 100%;
  padding: clamp(18px, 2.5vw, 26px) 0;
}

.lens-heading p:not(.kicker) {
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.48;
}

.lens-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px 22px;
  min-height: 100%;
}

.lens-grid div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 18px 0 20px;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.lens-grid span {
  display: inline-block;
  margin: 14px 0 10px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.lens-grid p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.wide-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
  gap: clamp(30px, 4.6vw, 62px);
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(42px, 5.2vw, 68px) clamp(20px, 4vw, 56px);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  height: 100%;
  padding: clamp(20px, 3vw, 34px) 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.wide-feature .article-placeholder {
  height: 100%;
  min-height: 420px;
}

.mismatch-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: clamp(30px, 4.4vw, 58px);
  align-items: stretch;
  max-width: 1120px;
  margin: clamp(16px, 3vw, 34px) auto 0;
  padding: clamp(42px, 5.2vw, 68px) clamp(20px, 4vw, 56px);
  background: var(--eucalypt);
}

.mismatch-copy,
.mismatch-panel {
  min-height: 100%;
}

.mismatch-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2.6vw, 30px) 0;
}

.mismatch-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(7, 21, 29, 0.14);
  border-left: 4px solid var(--teal);
  background: rgba(255, 253, 248, 0.62);
}

.editorial-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.editorial-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(7, 21, 29, 0.18);
}

.editorial-list span {
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.editorial-list p {
  margin: 0;
  color: var(--ink-2);
  font-weight: 750;
}

.detail-line {
  margin: 4px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 21, 29, 0.18);
  color: var(--ink-2);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.story-aside > p:has(+ .urgency-line) {
  margin-bottom: 8px;
}

.story-aside > p:has(+ .urgency-line) {
  margin-bottom: 8px;
}

.urgency-line {
  margin-top: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 700;
  line-height: 1.18;
}

.split-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
  margin: 28px 0 30px;
}

.split-checklist li {
  display: flex;
  align-items: center;
  border-left: 3px solid var(--teal);
  padding: 12px 14px;
  background: var(--paper-2);
  color: var(--ink-2);
  font-weight: 850;
}

.split-checklist-tight {
  margin: 18px 0 24px;
}

.mismatch-section .split-checklist li {
  background: rgba(255, 253, 248, 0.58);
}

.text-cta {
  display: inline-flex;
  align-self: start;
  margin-top: 8px;
  color: var(--teal-deep);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: color 160ms ease;
}

.text-cta:hover {
  color: var(--navy);
}

.story-aside .cta,
.story-main .cta {
  align-self: start;
  margin-top: 12px;
  width: fit-content;
}

blockquote + .text-cta,
blockquote + .cta {
  margin-top: 24px;
}

.lens-list + .cta {
  margin-top: 28px;
}

.turning-point {
  padding-top: clamp(38px, 5vw, 62px);
  padding-bottom: clamp(38px, 5vw, 62px);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.58);
}

.faq-list summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  transition: color 160ms ease;
}

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

.faq-list summary::after {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  content: "+";
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list summary:hover {
  color: var(--teal-deep);
}

.faq-list p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--ink-2);
}

.final-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 4.6vw, 62px);
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(44px, 5.5vw, 72px) clamp(20px, 4vw, 56px);
  background: var(--paper-2);
}

.faq-panel,
.conversion-copy {
  min-height: 100%;
}

.faq-panel {
  padding: clamp(24px, 3vw, 32px) 0;
}

.conversion-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    linear-gradient(130deg, rgba(201, 138, 47, 0.18), transparent 52%),
    var(--navy-2);
  padding: clamp(24px, 3vw, 32px);
}

.conversion-copy {
  text-align: left;
}

.conversion-copy p {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.94);
}

.microcopy {
  font-size: 15px;
  font-weight: 800;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr);
  gap: clamp(30px, 4.6vw, 62px);
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(44px, 5.5vw, 72px) clamp(20px, 4vw, 56px);
}

.lead-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 560px;
  height: 100%;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  background: var(--paper-2);
}

.lead-summary {
  margin-top: 22px;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.45;
}

.steps-panel {
  margin-top: 34px;
  border-top: 2px solid var(--navy);
}

.steps-panel h3 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-size: 23px;
}

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

.step span {
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}

.step p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.42;
}

.leadcard {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(7, 21, 29, 0.1);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(7, 21, 29, 0.07);
}

.leadcard form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.form-head {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.form-head p {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

.form-head span {
  display: block;
  margin-top: 8px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

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

.finput {
  display: block;
  width: 100%;
  min-height: 56px;
  margin: 0 0 14px;
  padding: 14px 15px;
  border: 1px solid #cfc8bc;
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.finput::placeholder {
  color: #7a8485;
  opacity: 1;
}

.finput:focus {
  border-color: var(--teal);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(31, 116, 111, 0.14);
}

.consent-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 2px 0 16px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.38;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--teal-deep);
}

.consent-check a {
  color: var(--teal-deep);
  font-weight: 900;
  text-underline-offset: 3px;
}

.consent-check:focus-within {
  color: var(--navy);
}

.leadcard .cta {
  width: 100%;
  margin-top: 6px;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.banner {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.banner-ok {
  color: #0f463c;
  background: #dff2ec;
}

.banner-err {
  color: #7e2517;
  background: #fae7df;
}

.thanks {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 12px 8px;
  text-align: center;
}

.leadcard:has(.thanks) {
  align-items: center;
  justify-content: center;
}

.thanks h3 {
  color: var(--teal-deep);
  font-size: clamp(28px, 3vw, 34px);
}

.thanks p {
  margin: 16px auto 0;
  max-width: 360px;
  color: var(--ink-2);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

.story-flow {
  overflow: hidden;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 4.8vw, 64px);
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(36px, 4.6vw, 56px) clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.story-section > * {
  min-width: 0;
  height: 100%;
}

.story-aside,
.story-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.story-aside h2 {
  max-width: 460px;
}

.story-section:not(.story-section-dark) .story-aside:not(.conversion-copy) > p:not(.kicker):not(.microcopy),
.story-section:not(.story-section-dark) .story-main > p {
  color: var(--ink-2);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.52;
}

.story-section-opening {
  padding-top: clamp(28px, 3.6vw, 44px);
}

.story-section-opening .story-main {
  max-width: 660px;
  padding-top: 14px;
  border-top: 2px solid var(--navy);
}

.story-section-dark {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(31, 116, 111, 0.22), transparent 58%),
    var(--navy);
  border-bottom: 0;
  box-shadow: 0 0 0 100vmax var(--navy);
  clip-path: inset(0 -100vmax);
}

.story-section-dark .kicker,
.story-section-final .conversion-copy .kicker {
  color: #8ed2c8;
}

.story-section-dark h2,
.story-section-dark p,
.story-section-final .conversion-copy h2,
.story-section-final .conversion-copy p {
  color: var(--white);
}

.story-section-dark .story-aside > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.52;
}

.story-section-dark .story-main {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.story-section-dark .checklist li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.story-section-guide {
  background: var(--paper);
}

.lens-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px 24px;
  height: 100%;
}

.lens-list div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 0 20px;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.lens-list span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
}

.lens-list p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.story-section-media .article-placeholder,
.story-section-media .article-image-frame {
  height: 100%;
  min-height: 430px;
}

.story-section-media .story-aside {
  justify-content: center;
}

.story-section-tint {
  background: var(--eucalypt);
  border-bottom: 0;
  box-shadow: 0 0 0 100vmax var(--eucalypt);
  clip-path: inset(0 -100vmax);
}

.story-section-tint .story-main {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(7, 21, 29, 0.14);
  border-left: 4px solid var(--teal);
  background: rgba(255, 253, 248, 0.62);
}

.story-section-tint .editorial-list {
  margin-top: 0;
}

.story-section-tint .split-checklist {
  margin-bottom: 0;
}

.story-section-tint .split-checklist li {
  background: rgba(255, 253, 248, 0.72);
}

.story-section-final {
  background: var(--paper-2);
  box-shadow: 0 0 0 100vmax var(--paper-2);
  clip-path: inset(0 -100vmax);
}

.story-section-final .conversion-copy {
  padding: clamp(24px, 3vw, 32px);
  background:
    linear-gradient(130deg, rgba(201, 138, 47, 0.18), transparent 52%),
    var(--navy-2);
}

.story-section-final .faq-panel {
  padding: clamp(24px, 3vw, 32px) 0;
}

.story-section.lead-section {
  border-bottom: 0;
  scroll-margin-top: 24px;
}

.story-section.lead-section .lead-intro {
  max-width: none;
}

.footer {
  padding: 30px clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper-2);
  font-size: 14px;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-main div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer a {
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 24, 32, 0.12);
}

.footer-links a {
  color: var(--ink-2);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-disclosure {
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.nowrap {
  white-space: nowrap;
}

.funnel-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: none;
  justify-content: center;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 -8px 24px rgba(7, 21, 29, 0.08);
  backdrop-filter: blur(14px);
}

.funnel-bar .cta {
  width: min(520px, 100%);
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.legal-modal:target {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 21, 29, 0.72);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(780px, 86vh);
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.modal-panel h2 {
  padding-right: 72px;
  font-size: clamp(28px, 3.6vw, 40px);
}

.modal-panel p {
  color: var(--ink-2);
}

.legal-updated {
  margin: 8px 0 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-copy h3 {
  margin: 28px 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.legal-copy ul,
.legal-copy ol {
  margin: 0 0 18px;
  padding-left: 22px;
  color: var(--ink-2);
}

.legal-copy li {
  margin: 0 0 8px;
}

.legal-copy a {
  color: var(--teal-deep);
  font-weight: 800;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.legal-placeholder {
  margin-top: 24px;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 108px;
  }

  body {
    font-size: 17px;
  }

  .hero,
  .story-section,
  .review-lens,
  .wide-feature,
  .mismatch-section,
  .final-check,
  .lead-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-placeholder,
  .hero-image-frame {
    min-height: 390px;
  }

  .hero-copy,
  .hero-placeholder,
  .hero-image-frame,
  .story-section > *,
  .article-placeholder,
  .article-image-frame,
  .lens-heading,
  .feature-copy,
  .mismatch-copy,
  .mismatch-panel,
  .faq-panel,
  .conversion-copy,
  .lead-intro,
  .leadcard {
    height: auto;
    min-height: 0;
  }

  .story-section {
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .story-section-opening .story-main {
    max-width: none;
  }

  .story-section-dark .story-aside > p:not(.kicker) {
    color: rgba(255, 255, 255, 0.94) !important;
  }

  .story-section-dark .story-main,
  .story-section-tint .story-main,
  .story-section-final .conversion-copy,
  .lead-intro,
  .leadcard {
    padding: 26px 22px;
  }

  .lens-list {
    height: auto;
  }

  .story-section-media .article-image-frame {
    min-height: 320px;
  }

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

  .feature-copy {
    max-width: none;
  }

  .mismatch-section,
  .final-check {
    margin-top: 0;
  }

  .conversion-copy {
    padding: 30px 24px;
  }

  .funnel-bar.is-visible {
    display: flex;
  }

  body.funnel-bar-visible {
    padding-bottom: 88px;
  }
}

@media (max-width: 640px) {
  .masthead {
    gap: 12px;
    padding: 14px 18px;
  }

  .advertorial-banner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .navline {
    flex-shrink: 0;
    gap: 8px;
    font-size: 11px;
  }

  .navline .nav-cta {
    min-height: 32px;
    padding: 0 10px;
  }

  .brandmark {
    min-width: 0;
  }

  .brandmark-text {
    max-width: 124px;
    overflow: hidden;
  }

  .brandmark-text strong,
  .brandmark-text em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .standfirst {
    font-size: 17px;
  }

  .article-meta {
    display: grid;
    gap: 8px;
    margin: 20px 0 16px;
  }

  .article-meta span + span::before {
    content: none;
  }

  .hero-note,
  .lens-grid {
    grid-template-columns: 1fr;
  }

  .hero-note {
    display: none;
  }

  .hero-placeholder,
  .hero-image-frame {
    min-height: 310px;
  }

  .story-section-media .article-image-frame {
    min-height: 260px;
  }

  .cta {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .navline .nav-cta {
    width: auto;
  }

  .reader-column,
  .statement-inner,
  .story-section,
  .wide-feature,
  .conversion-copy,
  .lead-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .split-checklist,
  .lens-list,
  .frow {
    grid-template-columns: 1fr;
  }

  .editorial-list div {
    grid-template-columns: 44px 1fr;
  }

  .footer {
    display: block;
  }

  .footer a {
    display: inline-block;
    margin-top: 10px;
  }

  .footer-main {
    display: block;
  }

  .footer-links {
    display: grid;
    gap: 10px;
  }

  .modal-panel {
    max-height: 82vh;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
