/*
  Meridian Ledger design system — editorial private wealth advisory.
  Principles: off-white paper, institutional navy, restrained Meridian Gold,
  asymmetrical ledger layouts, document-like interfaces, calm interactions.
*/
:root {
  --navy: #0A1931;
  --navy-soft: #112945;
  --gold: #C5A880;
  --gold-pale: #E9DCC7;
  --off-white: #F8F6F2;
  --paper: #FFFEFB;
  --text: #2B2B2B;
  --muted: #69717A;
  --line: #EAE6E0;
  --white: #FFF;
  --danger: #A7443F;
  --container: 1240px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --shadow-soft: 0 22px 60px rgba(10, 25, 49, .13);
  --shadow-paper: 0 25px 70px rgba(10, 25, 49, .18), 0 3px 10px rgba(10, 25, 49, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--off-white); color: var(--text); font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, label, select, input[type="checkbox"], input[type="radio"] { cursor: pointer; }
button:disabled { cursor: wait; opacity: .68; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 0; left: 24px; z-index: 200; padding: 8px 12px; background: var(--white); color: var(--navy); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(197, 168, 128, .85); outline-offset: 4px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(234, 230, 224, .82); background: rgba(248, 246, 242, .92); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 36px; height: 36px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; line-height: 1.1; }
.brand-name { color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.brand-caption { color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: #5C6269; font-size: 13px; }
.main-nav a { position: relative; padding: 8px 0; transition: color 180ms var(--ease-out); }
.main-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 15px; border: 1px solid var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; transition: background 180ms var(--ease-out), color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.header-cta:hover { background: var(--navy); color: var(--white); transform: translateY(-1px); }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px auto; background: var(--navy); }

/* Hero */
.hero { position: relative; min-height: 725px; overflow: hidden; background: var(--navy); color: var(--white); isolation: isolate; }
.hero-photo { position: absolute; inset: 0; z-index: -2; background: url('/manus-storage/meridian-hero-thailand-asean_216a4104.jpg') center/cover no-repeat; opacity: .78; }
.hero-wash { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 25, 49, .99) 0%, rgba(10, 25, 49, .93) 39%, rgba(10, 25, 49, .58) 72%, rgba(10, 25, 49, .32) 100%); }
.hero::after { position: absolute; right: 4%; bottom: -90px; width: 530px; height: 530px; border: 1px solid rgba(197, 168, 128, .22); border-radius: 50%; content: ""; transform: rotate(18deg); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, .8fr); min-height: 725px; align-items: center; gap: 7vw; padding-block: 96px 78px; }
.hero-content { max-width: 655px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; color: var(--gold-pale); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Noto Serif SC", "Songti SC", serif; font-weight: 700; }
h1 { max-width: 680px; margin-bottom: 0; font-size: clamp(47px, 5.1vw, 74px); letter-spacing: -.06em; line-height: 1.2; }
h1 em, h2 em { display: block; color: var(--gold); font-style: normal; }
.hero-lead { max-width: 555px; margin: 27px 0 0; color: rgba(255, 255, 255, .83); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 21px; border: 1px solid transparent; font-size: 14px; font-weight: 700; transition: transform 160ms var(--ease-out), background 180ms var(--ease-out), border-color 180ms var(--ease-out), color 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.button:active { transform: scale(.97); }
.button-primary { background: var(--gold); color: var(--navy); box-shadow: 0 15px 34px rgba(0, 0, 0, .2); }
.button-primary:hover { background: #D8BE96; transform: translateY(-2px); box-shadow: 0 19px 40px rgba(0, 0, 0, .26); }
.button-outline { border-color: rgba(255, 255, 255, .45); background: rgba(255,255,255,.04); color: var(--white); }
.button-outline:hover { border-color: var(--gold); background: rgba(255,255,255,.1); transform: translateY(-2px); }
.button-quiet { border-color: var(--line); background: var(--paper); color: var(--navy); }
.button-quiet:hover { border-color: var(--gold); transform: translateY(-2px); }
.hero-footnotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 610px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-footnotes div { display: grid; gap: 3px; }
.hero-footnotes strong { color: var(--gold-pale); font-family: "Noto Serif SC", serif; font-size: 17px; }
.hero-footnotes span { color: rgba(255,255,255,.62); font-size: 11px; }
.hero-disclaimer { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }

/* Hero Ledger Art */
.hero-ledger { position: relative; min-height: 560px; }
.hero-ledger::before { position: absolute; top: 47px; right: 5%; bottom: 15px; left: 9%; border: 1px solid rgba(197,168,128,.34); border-radius: 49% 51% 40% 60%; content: ""; transform: rotate(-14deg); }
.hero-ledger::after { position: absolute; top: 96px; right: 16%; bottom: 64px; left: 18%; border: 1px solid rgba(255,255,255,.14); border-radius: 49% 51% 60% 40%; content: ""; transform: rotate(16deg); }
.document-card { position: absolute; z-index: 3; top: 82px; right: 10%; width: min(420px, 75%); min-height: 456px; padding: 10px; border: 1px solid rgba(197,168,128,.78); background: rgba(248,246,242,.98); box-shadow: var(--shadow-paper); color: var(--text); transform: rotate(-4deg); }
.document-inner { min-height: 434px; padding: 24px 26px; border: 1px solid rgba(10,25,49,.13); outline: 1px solid rgba(197,168,128,.25); outline-offset: -7px; }
.document-meta { display: flex; justify-content: space-between; color: #9F845D; font-size: 9px; letter-spacing: .09em; }
.document-card h2 { margin: 53px 0 0; color: var(--navy); font-size: 28px; letter-spacing: -.05em; line-height: 1.4; }
.document-rule { height: 1px; margin: 20px 0 23px; background: var(--gold); }
.document-field { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 10px; margin-top: 16px; color: #656B71; font-size: 10px; }
.document-field i { display: block; height: 1px; background: var(--line); }
.document-checks { display: flex; flex-wrap: wrap; gap: 9px 15px; margin-top: 33px; color: #5D636A; font-size: 9px; }
.document-checks span { display: inline-flex; align-items: center; gap: 5px; }
.document-checks span::before { display: inline-block; width: 8px; height: 8px; border: 1px solid var(--gold); content: ""; }
.document-checks .checked::before { border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 2px var(--paper); }
.document-footer { display: flex; align-items: center; gap: 11px; margin-top: 39px; color: var(--navy); font-size: 8px; letter-spacing: .18em; }
.document-footer i { display: block; width: 62px; height: 1px; background: var(--gold); }
.ledger-route { position: absolute; z-index: 1; width: 280px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform-origin: left center; opacity: .8; }
.route-a { top: 153px; right: 35%; transform: rotate(120deg); }
.route-b { top: 359px; right: 26%; width: 230px; transform: rotate(192deg); opacity: .5; }
.ledger-node { position: absolute; z-index: 2; width: 9px; height: 9px; border: 2px solid var(--navy); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(197,168,128,.13), 0 0 21px rgba(197,168,128,.7); }
.node-a { top: 111px; right: 21%; }.node-b { top: 354px; right: 42%; }.node-c { right: 13%; bottom: 67px; }
.marginalia { position: absolute; z-index: 4; display: grid; gap: 2px; min-width: 155px; padding: 12px 15px; border-left: 1px solid var(--gold); background: rgba(10,25,49,.82); backdrop-filter: blur(9px); }
.marginalia span { color: var(--gold); font-family: "Noto Serif SC", serif; font-size: 12px; }.marginalia strong { color: var(--white); font-size: 12px; }.marginalia small { color: rgba(255,255,255,.63); font-size: 10px; }
.marginalia-top { top: 19px; right: -1%; }.marginalia-bottom { bottom: 1px; left: 2%; }
.principles-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.principles-strip .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 17px; min-height: 67px; color: var(--muted); font-size: 11px; letter-spacing: .12em; }.principles-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

/* Section Foundations */
.section { padding-block: 125px; }.two-column-heading, .options-heading, .faq-layout { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 8vw; }
.section-marker { display: grid; align-content: start; gap: 10px; color: var(--muted); }.section-marker span { color: var(--gold); font-family: "Noto Serif SC", serif; font-size: 30px; }.section-marker p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; }.section-marker-light { color: rgba(255,255,255,.6); }
.eyebrow-dark { color: #A4845A; }.two-column-heading h2, .options-heading h2, .process-content h2, .questionnaire-aside h2, .faq-layout h2 { max-width: 770px; margin: 0; color: var(--navy); font-size: clamp(37px, 4.4vw, 61px); letter-spacing: -.055em; line-height: 1.25; }.section-intro { max-width: 660px; margin: 25px 0 0; color: #646A71; font-size: 17px; line-height: 1.95; }
.focus-ledger { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }.focus-entry { min-height: 243px; padding: 28px 25px 22px; border-right: 1px solid var(--line); transition: background 180ms var(--ease-out); }.focus-entry:first-child { border-left: 1px solid var(--line); }.focus-entry:hover { background: var(--paper); }.focus-no { display: block; color: var(--gold); font-family: "Noto Serif SC", serif; font-size: 17px; }.focus-entry h3 { margin: 37px 0 9px; color: var(--navy); font-size: 17px; }.focus-entry p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

/* Investment Options */
.options-section { background: var(--navy); color: var(--white); }.options-heading h2 { color: var(--white); }.options-heading h2 em { color: var(--gold); }.investment-options { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); margin-top: 66px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }.option-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 30px 25px 26px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.025); }.option-card::before { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 230ms var(--ease-out); }.option-card:hover::before { transform: scaleX(1); }.option-card-featured { min-height: 360px; justify-content: flex-end; background: linear-gradient(0deg, rgba(10,25,49,.96), rgba(10,25,49,.29)), url('/manus-storage/meridian-crossborder-map_bdcae5fb.jpg') center/cover; }.option-index { position: relative; z-index: 1; color: var(--gold); font-family: "Noto Serif SC", serif; font-size: 21px; }.option-card h3 { position: relative; z-index: 1; margin: auto 0 9px; font-size: 21px; }.option-card p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.82; }.option-tag { position: relative; z-index: 1; display: inline-flex; width: max-content; margin-top: 19px; padding: 4px 8px; border: 1px solid rgba(197,168,128,.52); color: var(--gold-pale); font-size: 10px; letter-spacing: .08em; }

/* Process */
.process-layout { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 9vw, 160px); }.process-photo-wrap { position: relative; min-height: 545px; }.process-photo-wrap::before { position: absolute; top: -22px; right: -22px; bottom: 22px; left: 22px; border: 1px solid var(--gold); content: ""; }.process-photo-wrap img { position: relative; z-index: 1; width: calc(100% - 22px); min-height: 524px; object-fit: cover; filter: saturate(.75); box-shadow: var(--shadow-soft); }.process-content h2 { margin: 26px 0 32px; }.process-list { display: grid; gap: 4px; padding: 0; margin: 0; list-style: none; }.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }.process-list span { color: var(--gold); font-family: "Noto Serif SC", serif; font-size: 17px; }.process-list h3 { margin: 0 0 3px; color: var(--navy); font-size: 16px; }.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Questionnaire */
.questionnaire-section { padding-block: 110px; background: #0D203D; color: var(--white); }.questionnaire-shell { display: grid; grid-template-columns: minmax(280px, .73fr) minmax(0, 1.18fr); gap: clamp(45px, 8vw, 126px); align-items: start; }.questionnaire-aside { position: sticky; top: 112px; }.questionnaire-aside h2 { margin: 26px 0 23px; color: var(--white); font-size: clamp(35px, 3.8vw, 53px); }.questionnaire-aside h2 em { color: var(--gold); }.questionnaire-aside > p { max-width: 405px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.9; }.privacy-points { display: grid; gap: 10px; padding: 0; margin: 29px 0 0; list-style: none; color: var(--gold-pale); font-size: 12px; }.privacy-points li { display: flex; gap: 10px; align-items: center; }.privacy-points li::before { width: 16px; height: 1px; background: var(--gold); content: ""; }.questionnaire-panel { padding: 36px; background: var(--paper); color: var(--text); box-shadow: 0 30px 85px rgba(0,0,0,.21); }.progress-header { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }.progress-track { height: 2px; margin: 13px 0 43px; background: var(--line); }.progress-track span { display: block; width: 20%; height: 100%; background: var(--gold); transition: width 250ms var(--ease-out); }.form-step { display: none; min-width: 0; padding: 0; margin: 0; border: 0; }.form-step.active { display: block; animation: reveal 220ms var(--ease-out); }.form-step legend { max-width: 620px; color: var(--navy); font-family: "Noto Serif SC", serif; font-size: clamp(25px, 2.7vw, 35px); font-weight: 700; letter-spacing: -.04em; line-height: 1.4; }.field-hint { margin: 9px 0 27px; color: var(--muted); font-size: 13px; }.choice-grid { display: grid; gap: 12px; }.choice-grid-two { grid-template-columns: repeat(2, 1fr); }.choice-card { position: relative; display: flex; min-height: 74px; align-items: center; padding: 17px 46px 17px 18px; border: 1px solid var(--line); color: #454B53; font-size: 14px; line-height: 1.5; transition: border-color 160ms var(--ease-out), background 160ms var(--ease-out), transform 160ms var(--ease-out); }.choice-card:hover { border-color: var(--gold); background: #FCFAF6; transform: translateY(-1px); }.choice-card input { position: absolute; opacity: 0; pointer-events: none; }.choice-card i { position: absolute; right: 17px; width: 16px; height: 16px; border: 1px solid #BFB8AE; }.choice-card input:checked + span + i { border-color: var(--gold); background: var(--gold); box-shadow: inset 0 0 0 4px var(--paper); }.choice-card:has(input:checked) { border-color: var(--gold); background: #FCFAF6; color: var(--navy); font-weight: 700; }.radio-stack { display: grid; gap: 11px; }.radio-card { display: grid; grid-template-columns: 17px 1fr; gap: 13px; min-height: 78px; align-items: center; padding: 15px 18px; border: 1px solid var(--line); transition: border-color 160ms var(--ease-out), background 160ms var(--ease-out); }.radio-card:hover, .radio-card:has(input:checked) { border-color: var(--gold); background: #FCFAF6; }.radio-card input { position: absolute; opacity: 0; }.radio-mark { width: 16px; height: 16px; border: 1px solid #BFB8AE; border-radius: 50%; }.radio-card:has(input:checked) .radio-mark { border-color: var(--gold); box-shadow: inset 0 0 0 4px var(--paper); background: var(--gold); }.radio-card strong { display: block; color: var(--navy); font-size: 14px; }.radio-card small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.6; }.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.field-row > label, .field-label { display: grid; gap: 8px; color: #535960; font-size: 12px; font-weight: 700; }.field-row + .field-label { margin-top: 27px; }.field-label-spaced { margin-top: 27px; }.field-row input, .field-row select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--text); font-size: 13px; outline: none; transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }.field-row input:focus, .field-row select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,168,128,.15); }.choice-row, .radio-inline { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }.check-inline, .radio-inline label { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 7px 10px; border: 1px solid var(--line); color: #545A61; font-size: 12px; }.check-inline input, .radio-inline input { accent-color: var(--gold); }.radio-inline { gap: 8px; }.consent-check { display: grid; grid-template-columns: 18px 1fr; gap: 11px; margin-top: 25px; color: #535960; font-size: 12px; line-height: 1.7; }.consent-check input { margin-top: 4px; accent-color: var(--gold); }.validation-message { min-height: 21px; margin: 15px 0 0; color: var(--danger); font-size: 12px; }.form-navigation { display: flex; justify-content: space-between; gap: 12px; margin-top: 31px; padding-top: 24px; border-top: 1px solid var(--line); }.form-navigation .button:not([hidden]) + .button { margin-left: auto; }.form-success { padding: 35px 4px 11px; text-align: center; }.form-success > span { display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 17px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 20px; }.form-success h3 { margin-bottom: 9px; color: var(--navy); font-family: "Noto Serif SC", serif; font-size: 29px; }.form-success p { max-width: 480px; margin: 0 auto 25px; color: var(--muted); font-size: 13px; }

/* FAQ and Footer */
.faq-layout h2 { margin-top: 27px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 74px; color: var(--navy); font-size: 15px; font-weight: 700; list-style: none; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--gold); font-size: 24px; font-weight: 400; transition: transform 180ms var(--ease-out); }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 680px; padding: 0 45px 24px 0; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }.site-footer { padding-block: 43px; background: var(--navy); color: rgba(255,255,255,.62); }.footer-layout { display: grid; grid-template-columns: 1fr minmax(200px, .95fr) auto; gap: 45px; align-items: center; }.brand-footer .brand-name { color: var(--white); }.brand-footer .brand-caption { color: rgba(255,255,255,.52); }.site-footer p { max-width: 540px; margin: 0; font-size: 11px; line-height: 1.8; }.footer-link { padding: 0; border: 0; border-bottom: 1px solid rgba(197,168,128,.6); background: none; color: var(--gold-pale); font-size: 11px; }

/* Consent */
.consent-banner { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: min(650px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; padding: 25px; border: 1px solid rgba(197,168,128,.55); background: rgba(10,25,49,.98); box-shadow: 0 20px 55px rgba(0,0,0,.35); color: var(--white); }.consent-banner h2, .consent-modal h2 { margin: 0; font-family: "Noto Serif SC", serif; font-size: 25px; line-height: 1.4; }.consent-kicker { margin: 0 0 6px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; }.consent-banner p:not(.consent-kicker) { max-width: 440px; margin: 9px 0 0; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.75; }.consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }.consent-actions .button { min-height: 40px; padding-inline: 13px; font-size: 12px; }.text-button { padding: 0; margin-top: 11px; border: 0; border-bottom: 1px solid rgba(197,168,128,.7); background: transparent; color: var(--gold-pale); font-size: 11px; }.consent-modal { width: min(590px, calc(100% - 32px)); padding: 0; border: 0; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.28); }.consent-modal::backdrop { background: rgba(10,25,49,.66); backdrop-filter: blur(3px); }.consent-modal form { position: relative; padding: 37px; }.consent-modal h2 { color: var(--navy); }.dialog-close { position: absolute; top: 13px; right: 16px; border: 0; background: transparent; color: var(--navy); font-size: 28px; }.consent-option { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 18px 0; margin-top: 24px; border-top: 1px solid var(--line); color: var(--text); }.consent-option + .consent-option { margin-top: 0; }.consent-option strong { display: block; color: var(--navy); font-size: 14px; }.consent-option p { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }.consent-option > span:last-child { color: var(--muted); font-size: 11px; }.consent-option input { width: 17px; height: 17px; accent-color: var(--gold); }.consent-note { color: var(--muted); font-size: 11px; line-height: 1.7; }.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; }

@keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1040px) { .main-nav { gap: 17px; }.hero-layout { grid-template-columns: 1fr; gap: 15px; padding-top: 84px; }.hero-ledger { max-width: 700px; width: 100%; min-height: 505px; margin-inline: auto; }.hero-content { max-width: 740px; }.hero-wash { background: linear-gradient(180deg, rgba(10,25,49,.98) 0%, rgba(10,25,49,.88) 57%, rgba(10,25,49,.55) 100%); }.process-layout { gap: 65px; }.questionnaire-shell { grid-template-columns: .72fr 1fr; gap: 45px; }.investment-options { grid-template-columns: repeat(2, 1fr); }.option-card { min-height: 310px; }.focus-ledger { grid-template-columns: repeat(2, 1fr); }.focus-entry:nth-child(3) { border-left: 1px solid var(--line); }.two-column-heading, .options-heading, .faq-layout { gap: 45px; } }
@media (max-width: 760px) { .container { width: min(calc(100% - 32px), var(--container)); }.header-inner { min-height: 68px; }.brand-mark { width: 31px; height: 31px; }.brand-caption { display: none; }.header-cta { display: none; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 13px 16px 20px; border-bottom: 1px solid var(--line); background: var(--off-white); }.main-nav.is-open { display: grid; }.main-nav a { padding: 10px 0; }.hero { min-height: auto; }.hero-layout { min-height: auto; padding-block: 67px 53px; }.hero-ledger { min-height: 385px; }.document-card { top: 25px; right: 12%; min-height: 333px; padding: 7px; }.document-inner { min-height: 317px; padding: 17px; }.document-card h2 { margin-top: 31px; font-size: 22px; }.document-rule { margin: 13px 0 15px; }.document-field { grid-template-columns: 72px 1fr; margin-top: 11px; font-size: 8px; }.document-checks { gap: 6px 9px; margin-top: 21px; font-size: 7px; }.document-footer { margin-top: 23px; font-size: 7px; }.marginalia { min-width: 128px; padding: 8px 10px; }.marginalia strong { font-size: 10px; }.marginalia small { font-size: 8px; }.marginalia-top { right: 0; }.marginalia-bottom { left: 0; }.ledger-route { width: 200px; }.route-a { top: 83px; }.route-b { top: 260px; }.node-a { top: 62px; }.node-b { top: 242px; }.node-c { bottom: 31px; }.hero-footnotes { gap: 10px; margin-top: 40px; }.hero-footnotes strong { font-size: 14px; }.hero-footnotes span { font-size: 9px; }.principles-strip .container { justify-content: flex-start; gap: 8px 12px; min-height: 60px; font-size: 9px; letter-spacing: .05em; }.section { padding-block: 80px; }.two-column-heading, .options-heading, .faq-layout, .process-layout, .questionnaire-shell { grid-template-columns: 1fr; gap: 29px; }.section-marker { grid-template-columns: 42px 1fr; align-items: center; }.section-marker span { font-size: 22px; }.two-column-heading h2, .options-heading h2, .process-content h2, .questionnaire-aside h2, .faq-layout h2 { font-size: clamp(35px, 11vw, 50px); }.section-intro { font-size: 15px; }.focus-ledger { grid-template-columns: 1fr; margin-top: 42px; }.focus-entry, .focus-entry:first-child, .focus-entry:nth-child(3) { min-height: auto; display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 21px 5px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }.focus-entry h3 { margin: 0 0 5px; }.focus-entry p { font-size: 12px; }.investment-options { grid-template-columns: 1fr; margin-top: 40px; }.option-card { min-height: 270px; }.process-photo-wrap { min-height: 380px; }.process-photo-wrap img { min-height: 360px; }.process-photo-wrap::before { top: -14px; right: -14px; bottom: 14px; left: 14px; }.process-content h2 { margin-top: 8px; }.questionnaire-section { padding-block: 75px; }.questionnaire-aside { position: static; }.questionnaire-panel { padding: 24px 18px; }.choice-grid-two, .field-row { grid-template-columns: 1fr; }.choice-card { min-height: 64px; }.form-navigation { align-items: stretch; }.form-navigation .button { flex: 1; padding-inline: 12px; }.faq-list summary { min-height: 68px; font-size: 14px; }.footer-layout { grid-template-columns: 1fr; gap: 22px; }.consent-banner { right: 16px; bottom: 16px; width: calc(100% - 32px); grid-template-columns: 1fr; gap: 16px; padding: 19px; }.consent-actions { justify-content: flex-start; }.consent-modal form { padding: 29px 23px; } }
@media (max-width: 380px) { h1 { font-size: 42px; }.hero-actions .button { width: 100%; }.hero-footnotes { grid-template-columns: 1fr; }.hero-ledger { display: none; }.hero-layout { padding-bottom: 65px; }.form-navigation { flex-direction: column; }.form-navigation .button { width: 100%; }.radio-inline { display: grid; }.radio-inline label { min-height: 46px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.form-step.active { animation: none; } *, *::before, *::after { transition-duration: .01ms !important; } }
