@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-vietnamese.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
    U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-normal-vietnamese.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
    U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-normal-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-vietnamese.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
    U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

:root {
  --forest: #173f35;
  --forest-dark: #0d2923;
  --forest-soft: #315c50;
  --cream: #f6f0e5;
  --paper: #fffaf2;
  --sand: #e5dac6;
  --terracotta: #a64b32;
  --terracotta-dark: #99452f;
  --sky: #bfd4df;
  --ink: #172a25;
  --muted: #637068;
  --line: rgba(23, 63, 53, 0.2);
  --white: #fffdf8;
  --header-height: 78px;
  --banner-height: 34px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: "Vietlinker Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

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

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

[id] {
  scroll-margin-top: calc(var(--banner-height) + var(--header-height) + 12px);
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--forest-dark);
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--forest-dark);
  transform: translateY(-150%);
  transition: transform 0.2s;
}

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

.demo-banner {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  height: var(--banner-height);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  color: #153228;
  background: var(--sky);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.demo-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--terracotta-dark);
}

.demo-credit {
  margin-left: auto;
}

.site-header {
  position: fixed;
  z-index: 70;
  top: var(--banner-height);
  left: 0;
  right: 0;
  height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 0 4vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(to bottom, rgba(8, 27, 22, 0.78), rgba(8, 27, 22, 0.3));
  backdrop-filter: blur(10px);
  transition:
    background 0.35s,
    box-shadow 0.35s;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(13, 41, 35, 0.96);
  box-shadow: 0 10px 40px rgba(6, 23, 18, 0.18);
}

.brand {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.brand > span:last-child {
  display: grid;
  gap: 5px;
}

.brand strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.brand small {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.28em;
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-block;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-mark i {
  position: absolute;
  bottom: 9px;
  width: 2px;
  background: currentColor;
  transform: rotate(25deg);
  transform-origin: bottom;
}

.brand-mark i:nth-child(1) {
  left: 12px;
  height: 11px;
}

.brand-mark i:nth-child(2) {
  left: 19px;
  height: 18px;
}

.brand-mark i:nth-child(3) {
  left: 26px;
  height: 10px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.7vw, 48px);
}

.desktop-nav a {
  position: relative;
  padding: 28px 0;
  font-size: 12px;
  font-weight: 650;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 780;
}

.lang-button {
  min-width: 36px;
  min-height: 44px;
  padding: 4px 8px;
  color: rgba(255, 255, 255, 0.74);
  border: 0;
  background: none;
  cursor: pointer;
}

.lang-button.is-active {
  color: var(--white);
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 22px;
  padding: 0 16px;
  color: var(--forest-dark);
  background: var(--white);
  font-size: 11px;
  font-weight: 750;
  transition:
    background 0.25s,
    transform 0.25s;
}

.header-cta:hover {
  background: var(--sky);
  transform: translateY(-2px);
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-dark);
}

.hero-video,
.hero-poster,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.hero-poster {
  z-index: -1;
  background: url("./family-home.webp") center / cover no-repeat;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 26, 21, 0.88) 0%, rgba(6, 26, 21, 0.6) 38%, rgba(6, 26, 21, 0.12) 70%),
    linear-gradient(0deg, rgba(5, 22, 18, 0.82) 0%, transparent 48%),
    linear-gradient(180deg, rgba(5, 22, 18, 0.46) 0%, transparent 35%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
  padding: calc(var(--banner-height) + var(--header-height) + 70px) 6vw 9vh;
}

.hero-copy {
  max-width: 920px;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--forest-soft);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}

.hero h1,
.story-head h2,
.section-heading h2,
.risk-tool h2,
.voices-intro h2,
.film-copy h2,
.faq-title h2,
.contact-copy h2 {
  margin-bottom: 26px;
  font-family: "Vietlinker Sans", Arial, sans-serif;
  font-size: clamp(58px, 6.7vw, 118px);
  font-weight: 390;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

h1 em,
h2 em {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 em {
  color: #f2c9a9;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 23px;
  border: 0;
  font-size: 12px;
  font-weight: 780;
  cursor: pointer;
  transition:
    transform 0.25s,
    background 0.25s,
    color 0.25s;
}

.button:hover {
  transform: translateY(-3px);
}

.button-light {
  min-width: 210px;
  color: var(--forest-dark);
  background: var(--white);
}

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

.button-dark {
  min-width: 230px;
  color: var(--white);
  background: var(--forest);
}

.button-dark:hover {
  background: var(--forest-dark);
}

.button-clay {
  color: var(--white);
  background: var(--terracotta);
}

.button-clay:hover {
  background: var(--terracotta-dark);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 28px;
  padding: 12px 0 9px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

.light-link {
  color: var(--white);
}

.hero-meta {
  display: grid;
  gap: 20px;
  min-width: 200px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-meta div {
  display: grid;
  gap: 4px;
}

.hero-meta span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.hero-meta strong {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.video-toggle {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 30px;
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(8, 30, 24, 0.48);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.video-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 8px;
}

.hero-disclaimer {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 80px;
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

.principle-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--forest-dark);
  background: var(--sky);
}

.principle-ribbon span {
  padding: 19px 24px;
  border-right: 1px solid rgba(23, 63, 53, 0.22);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.principle-ribbon span:last-child {
  border-right: 0;
}

.principle-ribbon b {
  margin-left: 6px;
}

.story-shell {
  position: relative;
  height: 240svh;
  color: var(--white);
  background: var(--forest-dark);
}

.story-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--forest-dark);
}

.story-images,
.story-image,
.story-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-images {
  z-index: -2;
}

.story-image {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.8s var(--ease);
}

.story-stage.is-motion-active .story-image {
  will-change: opacity, transform;
}

.story-image.is-active {
  opacity: 1;
}

.story-gradient {
  background:
    linear-gradient(90deg, rgba(7, 28, 23, 0.92) 0%, rgba(7, 28, 23, 0.68) 42%, rgba(7, 28, 23, 0.16) 75%),
    linear-gradient(0deg, rgba(5, 21, 17, 0.9) 0%, transparent 58%),
    linear-gradient(180deg, rgba(4, 19, 15, 0.52), transparent 36%);
}

.story-head {
  position: absolute;
  top: clamp(120px, 16vh, 170px);
  left: 6vw;
  max-width: 760px;
}

.story-head h2 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 82px);
}

.story-head h2 em {
  color: #f2c9a9;
}

.story-panels {
  position: absolute;
  bottom: clamp(55px, 8vh, 92px);
  left: 6vw;
  width: min(590px, 56vw);
  min-height: 260px;
}

.story-panel {
  position: absolute;
  inset: auto 0 0;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease);
  pointer-events: none;
}

.story-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.story-number {
  position: absolute;
  left: -54px;
  bottom: 0;
  margin: 0;
  color: #f2c9a9;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 28px;
}

.story-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.story-panel h3 {
  max-width: 560px;
  margin-bottom: 13px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 1;
}

.story-panel > p:not(.story-number):not(.story-label) {
  max-width: 540px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.story-panel > span {
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  color: #f2c9a9;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.16em;
}

.story-progress {
  position: absolute;
  right: 4vw;
  top: 50%;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  transform: translateY(-50%);
}

.story-progress div {
  position: relative;
  width: 1px;
  height: 180px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.story-progress i {
  position: absolute;
  inset: 0;
  background: #f2c9a9;
  transform: translateY(calc(-100% + var(--progress, 0%)));
  transform-origin: top;
}

.story-stage.is-motion-active .story-progress i {
  will-change: transform;
}

.story-dots {
  position: absolute;
  right: 6vw;
  bottom: 58px;
  display: flex;
  gap: 8px;
}

.story-dots button {
  position: relative;
  width: 36px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.story-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%);
}

.story-dots button.is-active::before {
  background: #f2c9a9;
}

.section-pad {
  padding: clamp(88px, 10vw, 160px) 6vw;
}

.section-heading {
  margin-bottom: clamp(48px, 7vw, 96px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 7vw;
}

.section-heading h2,
.risk-tool h2,
.faq-title h2 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(50px, 6vw, 94px);
}

.section-heading > p,
.split-heading > p {
  max-width: 500px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
}

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

.product-selector {
  border: 1px solid var(--line);
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
}

.product-tab {
  min-height: 145px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 19px;
  text-align: left;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition:
    color 0.28s,
    background 0.28s;
}

.product-tab:last-child {
  border-right: 0;
}

.product-tab span,
.product-tab small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.product-tab b {
  align-self: end;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(19px, 1.7vw, 28px);
  font-weight: 400;
  line-height: 1.05;
}

.product-tab.is-active {
  color: var(--white);
  background: var(--forest);
}

.product-tab.is-active span,
.product-tab.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

.product-panel {
  display: grid;
  grid-template-columns: 0.35fr 1.25fr 1fr;
  gap: 5vw;
  padding: clamp(36px, 5vw, 70px);
}

.panel-code {
  color: var(--terracotta-dark);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
}

.product-panel > h3 {
  margin: 0;
  color: var(--forest);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.98;
}

.product-panel > p:not(.panel-code):not(.panel-note) {
  color: var(--muted);
  font-size: 15px;
}

.question-list {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 3vw;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.question-list > p {
  color: var(--forest-soft);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
}

.question-list ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--forest);
}

.panel-note {
  grid-column: 2 / 4;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.risk-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  background: var(--sand);
}

.risk-visual {
  position: relative;
  min-height: 820px;
  overflow: hidden;
}

.risk-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(10, 35, 28, 0.62));
}

.risk-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.risk-visual > span {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 25px;
  padding: 7px 9px;
  color: var(--white);
  background: rgba(13, 41, 35, 0.84);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.risk-tool {
  padding: clamp(68px, 7vw, 120px) clamp(40px, 6vw, 96px);
}

.risk-tool h2 {
  margin-bottom: 25px;
  font-size: clamp(45px, 5vw, 76px);
}

.risk-tool > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
}

.risk-options {
  display: grid;
  gap: 0;
  margin: 34px 0;
  padding: 0;
  border: 1px solid var(--line);
}

.risk-options label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  padding: 16px 19px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: background 0.25s;
}

.risk-options label:last-child {
  border-bottom: 0;
}

.risk-options label:has(input:checked) {
  background: rgba(255, 250, 242, 0.72);
}

.risk-options input {
  appearance: none;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  border: 1px solid var(--forest);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.risk-options input::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--terracotta);
  transform: scale(0);
  transition: transform 0.2s;
}

.risk-options input:checked::after {
  transform: scale(1);
}

.risk-options label span {
  display: grid;
}

.risk-options label b {
  font-size: 14px;
}

.risk-options label small {
  color: var(--muted);
  font-size: 11px;
}

.risk-result {
  padding: 22px;
  color: var(--white);
  background: var(--forest);
}

.risk-result span {
  color: var(--sky);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
}

.risk-result p {
  margin: 12px 0 0;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
}

.learn-section {
  background: var(--cream);
}

.term-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.term-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 54px);
  border-right: 1px solid var(--line);
}

.term-card:last-child {
  border-right: 0;
}

.term-card.featured {
  color: var(--white);
  background: var(--forest);
}

.term-card > span {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 780;
}

.term-card h3 {
  margin: auto 0 24px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 400;
}

.term-card > p {
  color: var(--muted);
}

.term-card.featured > p {
  color: rgba(255, 255, 255, 0.72);
}

.term-card details {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid currentColor;
}

.term-card summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 780;
  cursor: pointer;
}

.term-card details p {
  margin: 12px 0 0;
  font-size: 13px;
}

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

.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.editorial-card {
  position: relative;
  min-height: 520px;
  display: grid;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-dark);
}

.editorial-large {
  grid-row: span 2;
  min-height: 820px;
}

.editorial-card img,
.editorial-card::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.editorial-card img {
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.editorial-card:hover img {
  transform: scale(1.035);
}

.editorial-card::after {
  content: "";
  background: linear-gradient(0deg, rgba(5, 24, 19, 0.92), rgba(5, 24, 19, 0.08) 72%);
}

.editorial-card > div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: clamp(28px, 4vw, 55px);
}

.editorial-card span {
  display: inline-block;
  margin-bottom: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.editorial-card > div > p:first-of-type {
  margin-bottom: 9px;
  color: #f2c9a9;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.editorial-card h3 {
  max-width: 620px;
  margin-bottom: 13px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(30px, 3.4vw, 56px);
  font-weight: 400;
  line-height: 1;
}

.editorial-card > div > p:last-child {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.editorial-grid > .editorial-card:not(.editorial-large) {
  min-height: 396px;
}

.editorial-grid > .editorial-card:not(.editorial-large) h3 {
  font-size: clamp(27px, 2.6vw, 42px);
}

.voices-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  color: var(--white);
  background: var(--forest-dark);
}

.voices-intro h2 {
  margin-bottom: 28px;
  font-size: clamp(48px, 5.2vw, 82px);
}

.voices-intro h2 em {
  color: #f2c9a9;
}

.voices-intro > p:last-child {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.quote-grid {
  display: grid;
}

.quote-grid blockquote {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 20px;
  align-items: start;
  margin: 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.quote-grid blockquote:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.quote-grid blockquote > span {
  color: #f2c9a9;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 46px;
  line-height: 0.8;
}

.quote-grid blockquote > p {
  max-width: 600px;
  margin: 0;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.25;
}

.quote-grid footer {
  min-width: 155px;
  display: grid;
  gap: 4px;
  padding-top: 5px;
  text-align: right;
}

.quote-grid footer b {
  font-size: 12px;
}

.quote-grid footer small {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  line-height: 1.45;
}

.advisor-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  padding: 0;
  background: var(--sand);
}

.advisor-image {
  position: relative;
  min-height: 830px;
}

.advisor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-image > span {
  position: absolute;
  bottom: 24px;
  left: 28px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(13, 41, 35, 0.86);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.advisor-copy {
  align-self: center;
  padding: clamp(60px, 7vw, 120px);
}

.advisor-copy h2 {
  margin-bottom: 7px;
  color: var(--forest);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 400;
  line-height: 1;
}

.advisor-role {
  margin-bottom: 32px;
  color: var(--terracotta-dark);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
}

.advisor-lede {
  margin-bottom: 35px;
  color: var(--forest);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.32;
}

.advisor-facts {
  display: grid;
  margin-bottom: 26px;
  border-top: 1px solid var(--line);
}

.advisor-facts div {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.advisor-facts span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.advisor-facts b {
  font-size: 12px;
  font-weight: 650;
}

.advisor-disclaimer {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.film-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: center;
  gap: 7vw;
  color: var(--white);
  background: #172c34;
}

.film-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(46px, 5vw, 78px);
}

.film-copy h2 em {
  color: var(--sky);
}

.film-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.film-copy ul {
  display: grid;
  gap: 9px;
  margin: 30px 0 0;
  padding: 22px 0 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.film-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #071712;
}

.film-player > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.film-player small {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
}

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

.claims-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
}

.claims-roadmap li {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(24px, 3vw, 44px);
  border-right: 1px solid var(--line);
}

.claims-roadmap li:last-child {
  border-right: 0;
  color: var(--white);
  background: var(--terracotta-dark);
}

.claims-roadmap > li > span {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 22px;
}

.claims-roadmap h3 {
  margin-bottom: 11px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1.05;
}

.claims-roadmap p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.claims-roadmap li:last-child p {
  color: rgba(255, 255, 255, 0.84);
}

.faq-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 8vw;
  background: var(--cream);
}

.faq-title {
  position: sticky;
  top: calc(var(--banner-height) + var(--header-height) + 35px);
  align-self: start;
}

.faq-title h2 {
  margin-bottom: 26px;
  font-size: clamp(48px, 5vw, 76px);
}

.faq-title > p:last-child {
  max-width: 430px;
  color: var(--muted);
  font-size: 13px;
}

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

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

.faq-list summary {
  min-height: 94px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--terracotta-dark);
  font-size: 10px;
}

.faq-list summary b {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 400;
}

.faq-list summary i {
  font-size: 26px;
  font-style: normal;
  transition: transform 0.25s;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 700px;
  margin: -2px 50px 28px 60px;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  padding: clamp(88px, 10vw, 160px) 6vw;
  color: var(--white);
  background: var(--forest);
}

.contact-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(50px, 6vw, 92px);
}

.contact-copy h2 em {
  color: #f2c9a9;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-note {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-note > span {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #f2c9a9;
  border-radius: 50%;
  color: #f2c9a9;
  font-size: 11px;
}

.contact-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: clamp(30px, 4vw, 58px);
  color: var(--ink);
  background: var(--paper);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span:first-child {
  color: var(--forest-soft);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.contact-form input:not([type="checkbox"]),
.contact-form select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.contact-form label:nth-child(3),
.consent-row,
.contact-form .button,
.form-status {
  grid-column: 1 / -1;
}

.consent-row {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px !important;
  color: var(--muted);
  font-size: 12px;
}

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

.contact-form .button {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--forest);
  font-size: 12px;
}

.form-status.is-error {
  color: #a0362a;
}

.legal-section {
  padding: 70px 6vw;
  color: var(--ink);
  background: var(--sky);
}

.legal-section h2 {
  max-width: 900px;
  margin-bottom: 34px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

.legal-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
  padding-top: 26px;
  border-top: 1px solid rgba(23, 63, 53, 0.28);
}

.legal-columns p {
  margin: 0;
  color: #385049;
  font-size: 12px;
  line-height: 1.65;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 40px;
  padding: 44px 6vw;
  color: var(--white);
  background: var(--forest-dark);
}

.footer-brand {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  column-gap: 14px;
}

.footer-brand .brand-mark {
  grid-row: span 2;
}

.footer-brand strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  letter-spacing: 0.12em;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.site-footer > div:nth-child(2) {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.site-footer > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    grid-column: 2;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: none;
    cursor: pointer;
  }

  .menu-button i {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.25s;
  }

  .menu-button[aria-expanded="true"] i:first-of-type {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] i:last-of-type {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 14px 4vw 28px;
    color: var(--white);
    background: rgba(13, 41, 35, 0.98);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-family: "Vietlinker Serif", Georgia, serif;
    font-size: 21px;
  }

  .product-panel {
    grid-template-columns: 0.25fr 0.75fr 1fr;
  }

  .advisor-copy {
    padding: 60px 5vw;
  }
}

@media (max-width: 900px) {
  .demo-banner {
    padding: 0 16px;
  }

  .demo-credit {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-meta {
    grid-template-columns: 1fr 1fr;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .video-toggle {
    right: 5vw;
  }

  .hero-disclaimer {
    display: none;
  }

  .principle-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .principle-ribbon span:nth-child(2) {
    border-right: 0;
  }

  .principle-ribbon span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 63, 53, 0.22);
  }

  .story-head {
    left: 5vw;
  }

  .story-panels {
    left: calc(5vw + 36px);
    width: min(640px, 76vw);
  }

  .story-progress {
    right: 3vw;
  }

  .split-heading,
  .risk-section,
  .voices-section,
  .advisor-section,
  .film-section,
  .faq-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .split-heading {
    align-items: start;
    gap: 26px;
  }

  .product-tabs {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-tab {
    scroll-snap-align: start;
  }

  .product-panel {
    grid-template-columns: 100px 1fr;
  }

  .product-panel > p:not(.panel-code):not(.panel-note),
  .question-list,
  .panel-note {
    grid-column: 2;
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .risk-visual {
    min-height: 68svh;
  }

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

  .term-card {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .term-card:last-child {
    border-bottom: 0;
  }

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

  .editorial-large,
  .editorial-grid > .editorial-card:not(.editorial-large) {
    min-height: 600px;
  }

  .quote-grid blockquote {
    grid-template-columns: 38px 1fr;
  }

  .quote-grid footer {
    grid-column: 2;
    text-align: left;
  }

  .advisor-image {
    min-height: 70svh;
  }

  .film-section {
    gap: 50px;
  }

  .claims-roadmap {
    grid-template-columns: 1fr 1fr;
  }

  .claims-roadmap li:nth-child(2) {
    border-right: 0;
  }

  .claims-roadmap li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .faq-title {
    position: static;
  }

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

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 640px) {
  :root {
    --header-height: 66px;
    --banner-height: 42px;
  }

  .demo-banner {
    align-items: flex-start;
    padding-top: 8px;
    font-size: 9px;
    line-height: 1.35;
    white-space: normal;
  }

  .site-header {
    padding: 0 16px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-mark i {
    bottom: 8px;
  }

  .brand-mark i:nth-child(1) {
    left: 10px;
  }

  .brand-mark i:nth-child(2) {
    left: 16px;
  }

  .brand-mark i:nth-child(3) {
    left: 22px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switch {
    gap: 2px;
  }

  .hero {
    min-height: max(720px, 100svh);
  }

  .hero-video,
  .hero-poster {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 26, 21, 0.82), rgba(6, 26, 21, 0.18)),
      linear-gradient(0deg, rgba(5, 22, 18, 0.94) 0%, rgba(5, 22, 18, 0.3) 72%),
      linear-gradient(180deg, rgba(5, 22, 18, 0.5), transparent 35%);
  }

  .hero-inner {
    padding: calc(var(--banner-height) + var(--header-height) + 44px) 18px 62px;
  }

  .hero h1 {
    font-size: clamp(48px, 16vw, 72px);
    line-height: 0.92;
  }

  .hero-lede {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 14px;
  }

  .button-light {
    min-width: 190px;
  }

  .hero-meta {
    display: none;
  }

  .video-toggle {
    right: 18px;
    bottom: 16px;
  }

  .principle-ribbon span {
    padding: 14px 12px;
    font-size: 9px;
  }

  .story-shell {
    height: 190svh;
  }

  .story-gradient {
    background:
      linear-gradient(0deg, rgba(5, 21, 17, 0.95) 0%, rgba(5, 21, 17, 0.55) 56%, rgba(5, 21, 17, 0.12) 82%),
      linear-gradient(180deg, rgba(4, 19, 15, 0.62), transparent 42%);
  }

  .story-image {
    object-position: 60% center;
  }

  .story-head {
    top: calc(var(--banner-height) + var(--header-height) + 35px);
    right: 18px;
    left: 18px;
  }

  .story-head h2 {
    font-size: 39px;
  }

  .story-panels {
    right: 22px;
    bottom: 62px;
    left: 56px;
    width: auto;
    min-height: 285px;
  }

  .story-number {
    left: -35px;
    font-size: 20px;
  }

  .story-panel h3 {
    font-size: 33px;
  }

  .story-panel > p:not(.story-number):not(.story-label) {
    font-size: 12px;
  }

  .story-progress {
    display: none;
  }

  .story-dots {
    right: 18px;
    bottom: 26px;
    left: 18px;
  }

  .story-dots button {
    width: auto;
    flex: 1;
  }

  .section-pad,
  .contact-section {
    padding: 78px 18px;
  }

  .section-heading h2,
  .risk-tool h2,
  .faq-title h2 {
    font-size: 49px;
  }

  .product-selector {
    margin-right: -18px;
    margin-left: -18px;
    border-right: 0;
    border-left: 0;
  }

  .product-tabs {
    padding-left: 18px;
    grid-template-columns: repeat(5, 132px);
  }

  .product-tab {
    min-height: 126px;
    padding: 14px;
  }

  .product-panel {
    grid-template-columns: 1fr;
    padding: 34px 18px;
  }

  .product-panel > p:not(.panel-code):not(.panel-note),
  .question-list,
  .panel-note {
    grid-column: 1;
  }

  .product-panel > h3 {
    font-size: 43px;
  }

  .risk-visual {
    min-height: 58svh;
  }

  .risk-tool {
    padding: 68px 18px;
  }

  .risk-options label {
    min-height: 76px;
  }

  .term-card {
    min-height: 300px;
    padding: 28px;
  }

  .editorial-large,
  .editorial-grid > .editorial-card:not(.editorial-large) {
    min-height: 520px;
  }

  .editorial-card > div {
    padding: 28px 22px;
  }

  .voices-section {
    gap: 45px;
  }

  .voices-intro h2,
  .film-copy h2,
  .contact-copy h2 {
    font-size: 50px;
  }

  .quote-grid blockquote {
    grid-template-columns: 26px 1fr;
    gap: 10px;
  }

  .quote-grid blockquote > span {
    font-size: 34px;
  }

  .advisor-image {
    min-height: 56svh;
  }

  .advisor-copy {
    padding: 68px 18px;
  }

  .advisor-copy h2 {
    font-size: 62px;
  }

  .advisor-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .film-section {
    gap: 42px;
  }

  .film-player {
    margin: 0 -18px;
  }

  .film-player > div {
    display: grid;
    padding: 13px 18px;
  }

  .claims-roadmap {
    grid-template-columns: 1fr;
  }

  .claims-roadmap li,
  .claims-roadmap li:nth-child(2) {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .claims-roadmap li:last-child {
    border-bottom: 0;
  }

  .faq-list summary {
    grid-template-columns: 28px 1fr auto;
    gap: 10px;
  }

  .faq-list details > p {
    margin-right: 30px;
    margin-left: 38px;
    font-size: 13px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 28px 18px;
  }

  .contact-form label:nth-child(3),
  .consent-row,
  .contact-form .button,
  .form-status {
    grid-column: 1;
  }

  .legal-section {
    padding: 60px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 40px 18px;
  }

  .site-footer > div:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-height: 560px) and (min-width: 641px) {
  :root {
    --header-height: 60px;
    --banner-height: 30px;
  }

  .demo-banner {
    padding-inline: 18px;
    font-size: 9px;
  }

  .site-header {
    padding-inline: 20px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cta {
    min-height: 44px;
  }

  .hero {
    min-height: max(480px, 100svh);
  }

  .hero-inner {
    gap: 24px;
    padding: calc(var(--banner-height) + var(--header-height) + 28px) 5vw 40px;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(44px, 7vw, 68px);
    line-height: 0.92;
  }

  .hero-lede {
    max-width: 580px;
    margin-bottom: 18px;
    font-size: 14px;
  }

  .hero-meta,
  .hero-disclaimer {
    display: none;
  }

  .hero-actions {
    gap: 16px;
  }

  .button {
    min-height: 48px;
  }

  .video-toggle {
    right: 20px;
    bottom: 12px;
  }

  .story-shell {
    height: auto;
  }

  .story-stage {
    position: relative;
    min-height: auto;
    padding: calc(var(--banner-height) + var(--header-height) + 36px) 6vw 60px;
  }

  .story-head,
  .story-panels {
    position: relative;
    inset: auto;
    width: min(900px, 100%);
  }

  .story-panels {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 38px;
  }

  .story-panel {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .story-panel > p:not(.story-number):not(.story-label) {
    font-size: 13px;
  }

  .story-number,
  .story-progress,
  .story-dots {
    display: none;
  }
}

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

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

  .hero-video {
    display: none;
  }

  .hero-poster {
    z-index: 0;
  }

  .video-toggle {
    display: none;
  }

  .story-shell {
    height: auto;
  }

  .story-stage {
    position: relative;
    min-height: auto;
    padding: 130px 6vw 80px;
  }

  .story-images .story-image:not(:first-child) {
    display: none;
  }

  .story-images .story-image:first-child {
    opacity: 1;
    transform: none !important;
  }

  .story-head,
  .story-panels {
    position: relative;
    inset: auto;
    width: min(900px, 100%);
  }

  .story-panels {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 62px;
  }

  .story-panel {
    position: relative;
    inset: auto;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .story-number,
  .story-progress,
  .story-dots {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 640px) {
  .story-stage {
    padding: 120px 18px 68px;
  }

  .story-panels {
    grid-template-columns: 1fr;
  }
}
