@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  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-weight: 100 900;
  font-style: normal;
  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-weight: 100 900;
  font-style: normal;
  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-weight: 100 900;
  font-style: normal;
  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-weight: 100 900;
  font-style: italic;
  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-weight: 100 900;
  font-style: italic;
  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 {
  --navy: #11233c;
  --navy-deep: #091729;
  --navy-soft: #1f3856;
  --seafoam: #a9cfc4;
  --seafoam-pale: #dcece6;
  --oat: #f3eee4;
  --oat-deep: #e8dfd0;
  --lavender: #b7a8cb;
  --lavender-pale: #e6dff0;
  --coral: #df765e;
  --coral-deep: #9f4031;
  --coral-ink: #96382c;
  --ink: #172132;
  --muted: #5d6670;
  --white: #fffdf9;
  --line: rgba(17, 35, 60, 0.17);
  --concept-height: 38px;
  --header-height: 94px;
  --story-progress: 0;
  --hero-shift: 0px;
  --page-gutter: clamp(22px, 4.4vw, 78px);
  --content-max: 1500px;
  --ease: cubic-bezier(0.2, 0.78, 0.24, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--concept-height) + var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--oat);
  font-family: "Vietlinker Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

button,
input,
select {
  font: inherit;
}

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

button,
summary {
  cursor: pointer;
}

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

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--navy-deep);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.concept-banner {
  position: sticky;
  z-index: 120;
  top: 0;
  min-height: 38px;
  padding: 8px var(--page-gutter);
  color: var(--navy-deep);
  background: var(--seafoam);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

.concept-banner p,
.concept-banner a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.concept-banner a {
  border-bottom: 1px solid rgba(9, 23, 41, 0.45);
}

.concept-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral-deep);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: var(--concept-height);
  min-height: var(--header-height);
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) auto minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  color: var(--white);
  background: rgba(9, 23, 41, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
}

.brand-mark {
  position: relative;
  width: 47px;
  height: 47px;
  border: 1px solid rgba(255, 253, 249, 0.58);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 23px;
}

.brand-mark i {
  position: absolute;
  right: 1px;
  bottom: 3px;
  width: 14px;
  height: 9px;
  border-radius: 100% 0;
  background: var(--seafoam);
  transform: rotate(-24deg);
}

.brand-copy,
.footer-brand > div {
  display: grid;
  gap: 1px;
  line-height: 1;
}

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

.brand-copy small,
.footer-brand small {
  margin-top: 5px;
  color: var(--seafoam);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 40px);
  font-size: 13px;
  font-weight: 650;
}

.primary-nav a {
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--seafoam);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease);
}

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

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

.language-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 800;
}

.language-switch button {
  min-width: 34px;
  min-height: 40px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

.language-switch button[aria-pressed="true"] {
  color: var(--white);
}

.header-cta {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--navy-deep);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
  transition: color 220ms ease, background 220ms ease;
}

.header-cta:hover {
  color: var(--white);
  background: var(--coral-deep);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 38px);
  padding: clamp(88px, 11vh, 150px) var(--page-gutter) clamp(96px, 13vh, 160px);
  color: var(--white);
  background: var(--navy-deep);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.65fr);
  gap: clamp(44px, 7vw, 120px);
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-image {
  transform: translate3d(0, var(--hero-shift), 0) scale(1.06);
  will-change: transform;
}

.hero-image img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: 50% 45%;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(6, 17, 31, 0.9) 0%, rgba(8, 22, 39, 0.7) 44%, rgba(8, 22, 39, 0.28) 72%, rgba(8, 22, 39, 0.52) 100%),
    linear-gradient(0deg, rgba(8, 22, 39, 0.76), transparent 48%);
}

.hero-copy,
.hero-film,
.hero-scroll {
  position: relative;
  z-index: 2;
}

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

.eyebrow {
  color: var(--seafoam);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.eyebrow.dark {
  color: var(--coral-deep);
}

.hero h1 {
  max-width: 760px;
  margin-top: 26px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(58px, 6.8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: var(--seafoam);
  font-weight: 400;
}

.hero-lede {
  max-width: 650px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.button {
  min-height: 57px;
  padding: 0 24px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 220ms var(--ease), color 220ms ease, background 220ms ease;
}

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

.button-coral {
  color: var(--white);
  background: var(--coral-ink);
}

.button-coral:hover {
  background: var(--coral-deep);
}

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

.button-navy:hover {
  background: var(--coral-deep);
}

.text-link {
  padding: 13px 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 750;
}

.hero-footnote {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-film {
  align-self: end;
  margin-bottom: 5vh;
  background: rgba(9, 23, 41, 0.85);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
}

.hero-film video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--navy-deep);
}

.hero-film figcaption {
  min-height: 82px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.film-number {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(169, 207, 196, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--seafoam);
  font-size: 9px;
  font-weight: 800;
}

.hero-film figcaption > span:last-child {
  display: grid;
  gap: 2px;
}

.hero-film strong {
  font-size: 14px;
}

.hero-film small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.hero-scroll {
  position: absolute;
  right: var(--page-gutter);
  bottom: 26px;
  left: var(--page-gutter);
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero-scroll i {
  width: 58px;
  height: 1px;
  background: var(--seafoam);
  transform-origin: left;
  animation: breathe 2.2s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% { transform: scaleX(0.35); opacity: 0.5; }
  50% { transform: scaleX(1); opacity: 1; }
}

.trust-strip {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--navy);
  background: var(--seafoam-pale);
  border-bottom: 1px solid var(--line);
}

.trust-strip p {
  min-height: 150px;
  padding: 28px clamp(20px, 2.2vw, 38px);
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 3px 12px;
}

.trust-strip p:last-child {
  border-right: 1px solid var(--line);
}

.trust-strip span {
  grid-row: 1 / 3;
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 800;
}

.trust-strip strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
}

.trust-strip small {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: clamp(96px, 11vw, 178px) var(--page-gutter);
}

.section-heading {
  max-width: 950px;
}

.section-heading h2,
.checklist-copy h2,
.advisor-bio h2,
.video-heading h2,
.stories-heading h2,
.official-heading h2,
.appointment h2,
.disclaimer h2 {
  margin-top: 20px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section-heading > p:last-child,
.split-heading > p,
.checklist-copy > p,
.video-heading > p,
.stories-heading > p:last-child,
.official-heading > p:last-child,
.appointment-copy > p {
  margin-top: 24px;
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
}

.journeys {
  background: var(--white);
}

.journey-layout {
  max-width: var(--content-max);
  margin: clamp(58px, 7vw, 104px) auto 0;
  display: grid;
  grid-template-columns: minmax(370px, 0.82fr) minmax(440px, 1.18fr);
  border: 1px solid var(--line);
}

.journey-tabs {
  background: var(--oat);
}

.journey-tab {
  position: relative;
  width: 100%;
  min-height: 150px;
  padding: 28px 28px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: color 220ms ease, background 220ms ease;
}

.journey-tab:last-child {
  border-bottom: 0;
}

.journey-tab.is-active {
  color: var(--white);
  background: var(--navy);
}

.tab-index {
  align-self: start;
  color: var(--coral-ink);
  font-size: 11px;
  font-weight: 850;
}

.journey-tab.is-active .tab-index {
  color: var(--seafoam);
}

.journey-tab > span:nth-child(2) {
  display: grid;
  gap: 6px;
}

.journey-tab strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 600;
  line-height: 1.2;
}

.journey-tab small {
  color: var(--muted);
  font-size: 12px;
}

.journey-tab.is-active small {
  color: rgba(255, 255, 255, 0.63);
}

.journey-panel {
  min-height: 450px;
  padding: clamp(42px, 5.5vw, 88px);
  color: var(--navy);
  background: var(--seafoam-pale);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.panel-kicker {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.journey-panel h3 {
  max-width: 680px;
  margin-top: 20px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.journey-panel > p:nth-of-type(2) {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
}

.journey-panel ul {
  width: 100%;
  margin: 26px 0 30px;
  padding: 0;
  display: grid;
  list-style: none;
}

.journey-panel li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(17, 35, 60, 0.12);
  font-size: 14px;
}

.journey-panel li::before {
  content: "✓";
  margin-left: -28px;
  margin-right: 12px;
  color: var(--coral-deep);
  font-weight: 900;
}

.scroll-story {
  position: relative;
  height: 225svh;
  color: var(--white);
  background: var(--navy-deep);
}

.story-stage {
  position: sticky;
  top: calc(var(--concept-height) + var(--header-height));
  height: calc(100svh - var(--concept-height) - var(--header-height));
  min-height: min(680px, calc(100svh - var(--concept-height) - var(--header-height)));
  overflow: hidden;
}

.story-visuals,
.story-image,
.story-shade {
  position: absolute;
  inset: 0;
}

.story-image {
  opacity: 0;
  transform: scale(1.08) translate3d(0, 1.5%, 0);
  transition: opacity 800ms var(--ease), transform 1100ms var(--ease);
}

.story-image.is-active {
  opacity: 1;
  transform: scale(1.025) translate3d(0, 0, 0);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-shade {
  background:
    linear-gradient(90deg, rgba(8, 22, 39, 0.91) 0%, rgba(8, 22, 39, 0.68) 43%, rgba(8, 22, 39, 0.18) 78%, rgba(8, 22, 39, 0.35) 100%),
    linear-gradient(0deg, rgba(8, 22, 39, 0.78), transparent 60%);
}

.story-intro {
  position: absolute;
  z-index: 3;
  top: clamp(44px, 7vh, 86px);
  left: var(--page-gutter);
  width: min(720px, 52vw);
}

.story-intro h2 {
  margin-top: 13px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(34px, 4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.story-content {
  position: absolute;
  z-index: 3;
  bottom: clamp(70px, 10vh, 120px);
  left: var(--page-gutter);
  width: min(650px, 50vw);
  min-height: 350px;
}

.story-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 32px, 0);
  transition: opacity 600ms var(--ease), transform 700ms var(--ease), visibility 600ms;
}

.story-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.story-card > p:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}

.story-card > p:first-child span {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(169, 207, 196, 0.62);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--seafoam);
  font-size: 11px;
  font-weight: 850;
}

.story-card > p:first-child small {
  color: var(--seafoam);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.story-card h3 {
  max-width: 600px;
  margin-top: 18px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(38px, 4.4vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.story-card > p:nth-of-type(2) {
  max-width: 610px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.35vw, 20px);
}

.story-card > a {
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 800;
}

.story-meter {
  position: absolute;
  z-index: 4;
  right: var(--page-gutter);
  bottom: clamp(62px, 9vh, 110px);
  display: grid;
  justify-items: center;
  gap: 10px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.story-meter > div {
  position: relative;
  width: 1px;
  height: 200px;
  background: rgba(255, 255, 255, 0.32);
}

.story-meter i {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: calc(var(--story-progress) * 100%);
  min-height: 4px;
  background: var(--seafoam);
}

.learn {
  color: var(--navy);
  background: var(--oat);
}

.split-heading {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
}

.split-heading > p {
  margin: 0 0 7px;
}

.glossary-grid {
  max-width: var(--content-max);
  margin: clamp(60px, 7vw, 108px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.glossary-grid details {
  min-height: 108px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.glossary-grid summary {
  min-height: 108px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  align-items: center;
  list-style: none;
}

.glossary-grid summary::-webkit-details-marker,
.faq summary::-webkit-details-marker {
  display: none;
}

.glossary-grid summary span {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
}

.glossary-grid summary strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
}

.glossary-grid summary i {
  justify-self: end;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  transition: transform 260ms ease;
}

.glossary-grid details[open] summary i,
.faq details[open] summary span {
  transform: rotate(45deg);
}

.glossary-grid details > p {
  padding: 0 70px 30px 68px;
  color: var(--muted);
  font-size: 16px;
}

.checklist-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(450px, 0.95fr);
  background: var(--white);
}

.checklist-photo {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.checklist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-note {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
  padding: 22px 24px;
  color: var(--white);
  background: rgba(9, 23, 41, 0.9);
  backdrop-filter: blur(14px);
  display: grid;
  gap: 3px;
}

.photo-note span {
  color: var(--seafoam);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.photo-note strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
}

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

.checklist-copy h2 {
  font-size: clamp(42px, 4.6vw, 70px);
}

.checklist {
  margin-top: 34px;
  display: grid;
  border-top: 1px solid var(--line);
}

.checklist label {
  min-height: 76px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.checklist input,
.consent input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--coral-deep);
}

.checklist label span {
  font-size: 15px;
  line-height: 1.45;
}

.checklist-status {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.checklist-status strong {
  color: var(--coral-deep);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 30px;
}

.checklist-status span {
  color: var(--muted);
  font-size: 13px;
}

.checklist-status button {
  min-height: 44px;
  margin-left: auto;
  padding: 0 4px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.advisor-section {
  color: var(--white);
  background: var(--lavender-pale);
}

.advisor-card {
  max-width: var(--content-max);
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--navy);
}

.advisor-card figure {
  min-height: 700px;
  overflow: hidden;
}

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

.advisor-bio {
  padding: clamp(55px, 6vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.advisor-bio h2 {
  color: var(--white);
  font-size: clamp(52px, 5.8vw, 86px);
}

.advisor-role {
  margin-top: 10px;
  color: var(--seafoam);
  font-size: 13px;
  font-weight: 750;
}

.advisor-bio blockquote {
  margin-top: 34px;
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.86);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.45;
}

.advisor-bio dl {
  margin-top: 25px;
}

.advisor-bio dl div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.advisor-bio dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.advisor-bio dd {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.video-section {
  background: var(--white);
}

.video-heading {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
}

.video-heading > p {
  margin: 0 0 8px;
}

.video-layout {
  max-width: var(--content-max);
  margin: clamp(52px, 6vw, 90px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  background: var(--navy-deep);
}

.video-player video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: black;
}

.video-player figcaption {
  min-height: 68px;
  padding: 14px 20px;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.video-player figcaption span {
  color: var(--seafoam);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.video-player figcaption small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.video-transcript {
  padding: clamp(36px, 4.2vw, 66px);
  color: var(--white);
  background: var(--navy);
}

.transcript-label {
  color: var(--coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.video-transcript ol {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.video-transcript li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.video-transcript li > span {
  color: var(--seafoam);
  font-size: 10px;
  font-weight: 850;
}

.video-transcript li p {
  display: grid;
  gap: 5px;
}

.video-transcript li strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.video-transcript li small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.45;
}

.stories {
  padding: clamp(100px, 11vw, 178px) var(--page-gutter);
  color: var(--white);
  background: var(--navy-deep);
}

.stories-heading {
  max-width: 900px;
}

.stories-heading h2 {
  color: var(--white);
}

.stories-heading > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.story-grid {
  max-width: var(--content-max);
  margin: clamp(55px, 7vw, 100px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.story-grid article {
  min-height: 470px;
  padding: clamp(34px, 3.2vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: color 260ms ease, background 260ms ease;
}

.story-grid article:hover {
  color: var(--navy);
  background: var(--seafoam);
}

.story-tag {
  color: var(--coral);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.story-grid article:hover .story-tag {
  color: var(--coral-ink);
}

.story-grid h3 {
  margin-top: 60px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(27px, 2.5vw, 40px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.story-grid article > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
}

.story-grid article:hover > p {
  color: rgba(17, 35, 60, 0.76);
}

.story-grid article > small {
  margin-top: auto;
  padding-top: 40px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.story-grid article:hover > small {
  color: rgba(17, 35, 60, 0.88);
}

.feedback {
  background: var(--lavender-pale);
}

.feedback .split-heading > p {
  color: #4b5560;
}

.quote-grid {
  max-width: var(--content-max);
  margin: clamp(58px, 7vw, 100px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quote-grid figure {
  min-height: 390px;
  padding: clamp(32px, 3vw, 50px);
  color: var(--navy);
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.quote-grid figure::before {
  content: "“";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--coral-ink);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.quote-grid blockquote {
  margin-top: 34px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.34;
}

.quote-grid figcaption {
  margin-top: auto;
  padding-top: 40px;
  display: grid;
  gap: 6px;
}

.quote-grid figcaption strong {
  font-size: 13px;
}

.quote-grid figcaption small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.official {
  padding: clamp(100px, 11vw, 170px) var(--page-gutter);
  color: var(--white);
  background: var(--navy);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
}

.official-heading h2 {
  color: var(--white);
}

.official-heading > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.official-links {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.official-links a {
  min-height: 145px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px 1fr 42px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.official-links a > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 850;
}

.official-links a > div {
  display: grid;
  gap: 6px;
}

.official-links strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(28px, 3vw, 45px);
  font-weight: 400;
}

.official-links small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.official-links i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.official-links a:hover i {
  color: var(--navy);
  background: var(--seafoam);
  transform: rotate(12deg);
}

.faq {
  background: var(--white);
}

.faq-list {
  max-width: var(--content-max);
  margin: clamp(56px, 7vw, 96px) auto 0;
  border-top: 1px solid var(--line);
}

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

.faq summary {
  min-height: 100px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  list-style: none;
}

.faq summary strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
}

.faq summary span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform 260ms ease;
}

.faq details > p {
  max-width: 900px;
  padding: 0 0 34px;
  color: var(--muted);
}

.appointment {
  padding: clamp(100px, 11vw, 170px) var(--page-gutter);
  color: var(--white);
  background: var(--navy-deep);
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: start;
}

.appointment-copy > p {
  color: rgba(255, 255, 255, 0.62);
}

.appointment-copy ul {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.appointment-copy li {
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 14px;
}

.appointment-copy li::before {
  content: "×";
  margin-left: -26px;
  margin-right: 12px;
  color: var(--coral);
  font-weight: 900;
}

.appointment-form {
  padding: clamp(34px, 4vw, 64px);
  color: var(--navy);
  background: var(--oat);
  display: grid;
  gap: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.appointment-form label:not(.consent) {
  display: grid;
  gap: 8px;
}

.appointment-form label > span:first-child {
  font-size: 12px;
  font-weight: 800;
}

.appointment-form input[type="text"],
.appointment-form select {
  width: 100%;
  min-height: 56px;
  padding: 0 14px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(17, 35, 60, 0.28);
  border-radius: 0;
}

.appointment-form > small {
  margin-top: -15px;
  color: var(--muted);
  font-size: 11px;
}

.consent {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: start;
  gap: 12px;
  font-size: 13px;
  cursor: pointer;
}

.appointment-form .button {
  justify-self: start;
}

.form-status {
  min-height: 28px;
  color: var(--coral-deep);
  font-size: 13px;
  font-weight: 750;
}

.disclaimer {
  padding: clamp(66px, 7vw, 100px) var(--page-gutter);
  background: var(--seafoam-pale);
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.disclaimer-mark {
  width: 76px;
  height: 76px;
  border: 1px solid var(--navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--coral-deep);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 38px;
}

.disclaimer h2 {
  max-width: 1050px;
  font-size: clamp(34px, 4vw, 58px);
}

.disclaimer div > p:last-child {
  max-width: 1200px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

footer {
  padding: 62px var(--page-gutter) 28px;
  color: var(--white);
  background: var(--navy-deep);
  display: grid;
  grid-template-columns: 0.7fr 0.8fr 1fr;
  align-items: center;
  gap: 40px;
}

.footer-brand .brand-mark {
  width: 44px;
  height: 44px;
}

footer > p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.footer-links {
  justify-self: end;
  display: flex;
  gap: 26px;
  font-size: 12px;
  font-weight: 750;
}

footer > small {
  grid-column: 1 / -1;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media (max-width: 1220px) {
  :root {
    --header-height: 82px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    /* A filtered ancestor traps position:fixed children; keep the menu viewport-sized. */
    backdrop-filter: none;
  }

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

  .menu-toggle {
    position: relative;
    z-index: 104;
    grid-column: 3;
    display: grid;
    place-content: center;
    gap: 7px;
    width: 48px;
    height: 48px;
    padding: 0;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
  }

  .menu-toggle span {
    width: 21px;
    height: 1px;
    background: currentColor;
    transition: transform 220ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    z-index: 103;
    inset: calc(var(--concept-height) + var(--header-height)) 0 0;
    padding: 70px var(--page-gutter);
    color: var(--white);
    background: var(--navy-deep);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav a {
    font-family: "Vietlinker Serif", Georgia, serif;
    font-size: 34px;
    font-weight: 400;
  }

  .hero {
    grid-template-columns: 1fr minmax(310px, 0.58fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(56px, 7vw, 88px);
  }

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

  .trust-strip p:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .journey-layout,
  .video-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .checklist-section {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .checklist-photo {
    min-height: 680px;
  }

  .advisor-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
    --page-gutter: clamp(20px, 5vw, 42px);
  }

  body {
    font-size: 18px;
  }

  .concept-banner a {
    display: none;
  }

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

  .brand-copy strong {
    font-size: 17px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 95px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-image {
    height: 100%;
  }

  .hero h1 {
    max-width: 660px;
    font-size: clamp(56px, 12vw, 92px);
  }

  .hero-film {
    width: min(560px, 88vw);
    margin: 0 0 0 auto;
  }

  .hero-scroll {
    left: var(--page-gutter);
  }

  .journey-layout,
  .video-layout,
  .advisor-card,
  .checklist-section,
  .official,
  .appointment {
    grid-template-columns: 1fr;
  }

  .journey-panel {
    min-height: 560px;
  }

  .split-heading,
  .video-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .split-heading > p,
  .video-heading > p {
    margin-top: 0;
  }

  .story-stage {
    min-height: min(620px, calc(100svh - var(--concept-height) - var(--header-height)));
  }

  .story-intro {
    width: min(720px, 78vw);
  }

  .story-content {
    width: min(650px, 78vw);
  }

  .story-shade {
    background:
      linear-gradient(90deg, rgba(8, 22, 39, 0.88) 0%, rgba(8, 22, 39, 0.58) 70%, rgba(8, 22, 39, 0.28) 100%),
      linear-gradient(0deg, rgba(8, 22, 39, 0.86), transparent 68%);
  }

  .checklist-photo {
    min-height: 560px;
  }

  .advisor-card figure {
    min-height: 560px;
  }

  .video-layout {
    background: var(--navy);
  }

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

  .story-grid article,
  .quote-grid figure {
    min-height: 340px;
  }

  .story-grid h3 {
    margin-top: 38px;
  }

  .official {
    gap: 56px;
  }

  .appointment {
    gap: 56px;
  }

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

  .footer-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  :root {
    --concept-height: 34px;
    --header-height: 70px;
  }

  html {
    scroll-padding-top: calc(var(--concept-height) + var(--header-height) + 18px);
  }

  .concept-banner {
    min-height: 34px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .site-header {
    min-height: 70px;
    padding-right: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

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

  .language-switch { gap: 2px; }
  .language-switch button { min-width: 27px; }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .primary-nav {
    inset: calc(var(--concept-height) + var(--header-height)) 0 0;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 94px;
  }

  .hero-wash {
    background:
      linear-gradient(90deg, rgba(6, 17, 31, 0.92), rgba(8, 22, 39, 0.47)),
      linear-gradient(0deg, rgba(8, 22, 39, 0.9), transparent 72%);
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(50px, 14.8vw, 70px);
  }

  .hero-lede {
    margin-top: 26px;
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-film {
    width: 100%;
  }

  .hero-film figcaption {
    padding: 12px;
  }

  .hero-footnote {
    font-size: 12px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip p {
    min-height: 118px;
    border-right: 1px solid var(--line);
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-heading h2,
  .checklist-copy h2,
  .advisor-bio h2,
  .video-heading h2,
  .stories-heading h2,
  .official-heading h2,
  .appointment h2 {
    font-size: clamp(38px, 11vw, 55px);
  }

  .journey-layout {
    grid-template-columns: 1fr;
  }

  .journey-tab {
    min-height: 128px;
    padding: 22px 18px;
  }

  .journey-panel {
    min-height: 530px;
    padding: 38px 22px;
  }

  .journey-panel h3 {
    font-size: 38px;
  }

  .scroll-story {
    height: 215svh;
  }

  .story-stage {
    height: calc(100svh - var(--concept-height) - var(--header-height));
    min-height: min(590px, calc(100svh - var(--concept-height) - var(--header-height)));
  }

  .story-intro {
    top: 42px;
    width: calc(100vw - (var(--page-gutter) * 2));
  }

  .story-intro h2 {
    font-size: 32px;
  }

  .story-content {
    bottom: 70px;
    width: calc(100vw - (var(--page-gutter) * 2) - 34px);
    min-height: 320px;
  }

  .story-card h3 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .story-card > p:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.5;
  }

  .story-meter {
    right: 14px;
    bottom: 66px;
  }

  .story-meter > div {
    height: 150px;
  }

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

  .glossary-grid summary {
    grid-template-columns: 34px 1fr 30px;
    padding: 20px 18px;
  }

  .glossary-grid details > p {
    padding: 0 20px 26px 52px;
  }

  .checklist-photo {
    min-height: 390px;
  }

  .photo-note {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .checklist-copy,
  .advisor-bio,
  .video-transcript {
    padding: 54px 22px;
  }

  .advisor-card figure {
    min-height: 400px;
  }

  .advisor-bio dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .video-player figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .stories {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .official {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .official-links a {
    grid-template-columns: 34px 1fr 40px;
    min-height: 128px;
  }

  .official-links strong {
    font-size: 29px;
  }

  .official-links small {
    font-size: 13px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .appointment-form {
    margin-right: calc(var(--page-gutter) * -0.25);
    margin-left: calc(var(--page-gutter) * -0.25);
    padding: 34px 20px;
  }

  .appointment-form .button {
    width: 100%;
  }

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

  .disclaimer-mark {
    width: 60px;
    height: 60px;
  }

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

  .footer-links {
    grid-column: auto;
    grid-row: auto;
    flex-direction: column;
    gap: 10px;
  }

  footer > small {
    grid-column: auto;
  }
}

@media (max-height: 700px) {
  .scroll-story {
    height: auto;
  }

  .story-stage {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 72px var(--page-gutter);
  }

  .story-visuals {
    position: absolute;
  }

  .story-intro,
  .story-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: min(760px, 100%);
  }

  .story-content {
    min-height: 0;
    margin-top: 36px;
    display: grid;
    gap: 18px;
  }

  .story-card {
    position: relative;
    inset: auto;
    padding: 24px;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(9, 23, 41, 0.78);
  }

  .story-card h3 {
    font-size: 34px;
  }

  .story-meter {
    display: none;
  }
}

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

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

  .hero-image {
    transform: none !important;
  }

  .scroll-story {
    height: auto;
  }

  .story-stage {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 84px var(--page-gutter);
  }

  .story-intro,
  .story-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: min(760px, 100%);
  }

  .story-content {
    min-height: 0;
    margin-top: 44px;
    display: grid;
    gap: 18px;
  }

  .story-card {
    position: relative;
    inset: auto;
    padding: 26px;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(9, 23, 41, 0.82);
  }

  .story-card h3 {
    font-size: clamp(34px, 5vw, 54px);
  }

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