:root {
  --navy-950: #061421;
  --navy-900: #071727;
  --navy-800: #0d2539;
  --navy-700: #16364e;
  --gold: #c9a45c;
  --gold-light: #e1c98f;
  --ivory: #f7f3eb;
  --paper: #fbfaf7;
  --ink: #112433;
  --muted: #5d6972;
  --line: rgba(17,36,51,.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 82px; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 100; left: 16px; top: -80px; padding: 12px 18px; background: white; color: var(--navy-900); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.18); color: white; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: .9rem; letter-spacing: .08em; }
.brand-logo { width: 62px; height: 62px; flex: 0 0 auto; object-fit: contain; }
.footer-brand .brand-logo { width: 88px; height: 88px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 1.23rem; font-weight: 500; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.66); font-size: .68rem; letter-spacing: .08em; }
.primary-nav { display: flex; align-items: center; gap: 17px; font-size: .8rem; }
.primary-nav > a:not(.nav-cta) { color: rgba(255,255,255,.82); }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: var(--gold-light); }
.nav-cta { border: 1px solid rgba(255,255,255,.42); padding: 11px 18px; }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 1px; background: white; margin: 6px 0; }

.hero { min-height: 780px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-950); color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,16,28,.96) 0%, rgba(4,16,28,.83) 36%, rgba(4,16,28,.23) 70%, rgba(4,16,28,.18) 100%), linear-gradient(0deg, rgba(3,13,23,.38), transparent 45%); }
.hero-inner { position: relative; z-index: 2; padding-top: 90px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 700; }
.eyebrow.dark { color: #8a6b31; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.07; }
h1 { margin-bottom: 28px; font-size: clamp(4.25rem, 8.4vw, 7.5rem); letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 625px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1.12rem, 1.6vw, 1.32rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.hero-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.27); color: rgba(255,255,255,.8); font-size: .74rem; font-weight: 700; letter-spacing: .03em; transition: color .2s, border-color .2s, background .2s; }
.hero-links a:hover { color: white; border-color: var(--gold-light); background: rgba(255,255,255,.06); }
.hero-links a span { color: var(--gold-light); font-size: .9rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; font-weight: 700; font-size: .86rem; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-950); }
.button-gold:hover { background: var(--gold-light); }
.button-quiet { border-color: rgba(255,255,255,.35); color: white; }
.button-quiet:hover { border-color: white; }
.button-navy { background: var(--navy-900); color: white; }
.hero-meta { margin: 28px 0 0; color: rgba(255,255,255,.52); font-size: .78rem; letter-spacing: .06em; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; }
.scroll-cue i { color: var(--gold); font-style: normal; font-size: 1rem; }

.trust-strip { background: var(--navy-950); color: white; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 102px; display: flex; align-items: center; gap: 15px; padding: 22px 20px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: var(--gold); font-family: var(--serif); }
.trust-grid strong { font-size: .86rem; font-weight: 500; }

.section { padding: 120px 0; }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.sticky-heading { position: sticky; top: 60px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy-900); font-size: clamp(2.65rem, 5vw, 4.85rem); letter-spacing: -.035em; }
.approach-copy .lead, .advisor-copy .lead { font-family: var(--serif); color: var(--navy-800); font-size: clamp(1.5rem, 2.35vw, 2.05rem); line-height: 1.34; }
.approach-copy > p:not(.lead) { max-width: 710px; color: var(--muted); font-size: 1.06rem; }
.principles { margin-top: 56px; border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 50px 120px 1fr; gap: 20px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principles span { color: #9a793c; font-family: var(--serif); }
.principles h3 { margin: 0; font-size: 1.45rem; }
.principles p { margin: 0; color: var(--muted); }

.solutions { background: var(--navy-900); color: white; }
.solutions .section-heading h2 { color: white; }
.section-heading-row { display: grid; grid-template-columns: 1.15fr .6fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading-row > p { margin-bottom: 4px; color: rgba(255,255,255,.62); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.solution-card { min-height: 315px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.015); transition: background .25s, transform .25s; }
.solution-card:hover { background: rgba(255,255,255,.065); transform: translateY(-4px); }
.solution-card.featured { background: var(--gold); color: var(--navy-950); }
.card-number { align-self: flex-end; color: rgba(255,255,255,.45); font-family: var(--serif); }
.featured .card-number { color: rgba(7,23,39,.5); }
.card-kicker { margin-bottom: 8px; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 800; opacity: .65; }
.solution-card h3 { margin-bottom: 16px; font-size: 1.74rem; }
.solution-card p:last-child { margin: 0; color: rgba(255,255,255,.62); font-size: .94rem; }
.featured p:last-child { color: rgba(7,23,39,.72); }

.calculators { background: #eef1f2; }
.calculator-heading { display: grid; grid-template-columns: 1.15fr .6fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.calculator-heading > p { margin-bottom: 4px; color: var(--muted); }
.calculator-panel { margin-top: 34px; overflow: hidden; border: 1px solid rgba(7,23,39,.16); background: white; box-shadow: 0 22px 70px rgba(7,23,39,.08); }
.calculator-panel + .calculator-panel { margin-top: 48px; }
.calculator-intro { position: relative; padding: 42px 140px 38px 42px; border-bottom: 1px solid var(--line); }
.calculator-intro .eyebrow { margin-bottom: 10px; }
.calculator-intro h3 { margin-bottom: 12px; color: var(--navy-900); font-size: clamp(2rem, 3.6vw, 3.2rem); letter-spacing: -.03em; }
.calculator-intro > p:last-child { max-width: 780px; margin: 0; color: var(--muted); }
.tool-number { position: absolute; top: 34px; right: 40px; color: rgba(7,23,39,.12); font-family: var(--serif); font-size: 4.7rem; line-height: 1; }
.calculator-workspace { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.calculator-form { padding: 42px; background: #fff; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 8px; color: var(--navy-900); font-size: .86rem; font-weight: 700; }
.field > span small { color: var(--muted); font-weight: 400; }
.field > small { color: var(--muted); font-size: .73rem; font-weight: 400; line-height: 1.45; }
.field-wide { grid-column: 1 / -1; }
.field input, .field select { width: 100%; min-height: 50px; border: 1px solid rgba(7,23,39,.24); border-radius: 0; background: #fbfcfc; color: var(--ink); font: inherit; font-size: 1rem; font-weight: 500; padding: 11px 13px; }
.field input::placeholder { color: #8b959c; }
.field input:focus, .field select:focus { border-color: #8a6b31; outline: 2px solid rgba(201,164,92,.28); outline-offset: 0; background: white; }
.input-wrap { display: flex; align-items: center; border: 1px solid rgba(7,23,39,.24); background: #fbfcfc; }
.input-wrap:focus-within { border-color: #8a6b31; outline: 2px solid rgba(201,164,92,.28); background: white; }
.input-wrap i { padding-left: 13px; color: var(--muted); font-style: normal; font-weight: 500; white-space: nowrap; }
.input-wrap input { border: 0; outline: 0; background: transparent; }
.input-wrap.suffix i { padding: 0 13px 0 2px; }
.input-wrap.suffix input { padding-right: 4px; }
.calculate-button { margin-top: 28px; border: 0; cursor: pointer; }
.calculator-result { min-width: 0; padding: 42px; background: var(--navy-900); color: white; }
.result-label { margin-bottom: 8px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: .69rem; font-weight: 800; }
.result-total { display: flex; align-items: baseline; gap: 8px; margin-bottom: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.result-total strong { font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.result-total span { color: rgba(255,255,255,.55); font-size: .82rem; }
.result-breakdown { margin: 0; }
.result-breakdown > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.result-breakdown dt { color: rgba(255,255,255,.62); }
.result-breakdown dd { margin: 0; font-weight: 700; }
.result-note { margin-top: 26px; padding: 18px; background: rgba(255,255,255,.07); }
.result-note strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.result-note p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.55; }
.calculator-result-actions, .relocation-result-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.calculator-result-actions .button, .relocation-result-actions .button { width: 100%; justify-content: space-between; }
.result-action-link { color: rgba(255,255,255,.76); font-size: .82rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.26); }
.result-action-link:hover { color: var(--gold-light); border-color: var(--gold-light); }
.result-action-link.dark { color: rgba(7,23,39,.72); border-color: rgba(7,23,39,.28); }
.result-action-link.dark:hover { color: var(--navy-950); border-color: var(--navy-950); }
.calculator-disclosure { padding: 24px 42px; border-top: 1px solid var(--line); background: #f8f7f3; }
.calculator-disclosure strong { color: var(--navy-900); font-size: .8rem; }
.calculator-disclosure p { margin: 5px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.relocation-workspace { grid-template-columns: 1.08fr .92fr; }
.relocation-fieldset { margin: 0; padding: 0 0 30px; border: 0; }
.relocation-fieldset + .relocation-fieldset { margin-top: 30px; padding-top: 32px; border-top: 1px solid var(--line); }
.relocation-fieldset legend { width: 100%; margin-bottom: 24px; color: var(--navy-900); font-family: var(--serif); font-size: 1.55rem; }
.relocation-calculator-panel .calculator-result { background: #e6d09a; color: var(--navy-950); }
.relocation-calculator-panel .result-label { color: #6d531f; }
.relocation-placeholder { margin-top: 42px; padding: 28px; border: 1px solid rgba(7,23,39,.16); background: rgba(255,255,255,.28); }
.relocation-placeholder strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.relocation-placeholder p { margin: 0; color: rgba(7,23,39,.65); }
.relocation-placeholder-error { border-color: rgba(118,46,35,.35); background: rgba(255,245,241,.5); }
.relocation-payment-hero { padding: 12px 0 30px; border-bottom: 1px solid rgba(7,23,39,.16); }
.relocation-kicker, .tax-comparison > p { margin: 0 0 10px; color: #6d531f; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.relocation-payment-hero > strong { display: block; color: var(--navy-950); font-family: var(--serif); font-size: clamp(3.25rem, 5vw, 4.75rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.relocation-payment-hero > strong small { margin-left: 8px; color: rgba(7,23,39,.55); font-family: var(--sans); font-size: .8rem; font-weight: 600; letter-spacing: 0; }
.relocation-payment-hero > p:last-child { margin: 18px 0 0; color: rgba(7,23,39,.66); font-size: .88rem; }
.relocation-breakdown { margin: 18px 0 0; }
.relocation-breakdown > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(7,23,39,.11); }
.relocation-breakdown dt { color: rgba(7,23,39,.66); }
.relocation-breakdown dd { margin: 0; font-weight: 800; }
.relocation-breakdown .relocation-breakdown-total { margin-top: 4px; border-bottom: 0; color: var(--navy-950); font-size: 1.06rem; }
.relocation-insight { margin-top: 24px; padding: 22px; background: rgba(255,255,255,.37); }
.relocation-insight > strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }
.relocation-insight > p:last-child { margin: 0; color: rgba(7,23,39,.67); font-size: .82rem; line-height: 1.55; }
.tax-comparison { margin-top: 20px; padding: 20px 22px; background: rgba(255,255,255,.34); }
.tax-comparison > p { margin-bottom: 10px; }
.tax-comparison > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid rgba(7,23,39,.11); }
.tax-comparison span { font-size: .82rem; }
.tax-comparison small { display: block; color: rgba(7,23,39,.52); }
.relocation-note { margin-top: 18px; padding: 18px; background: rgba(7,23,39,.075); }
.relocation-note > span { color: var(--navy-900); font-family: var(--serif); font-size: 1.08rem; }
.relocation-note p { margin: 7px 0 0; color: rgba(7,23,39,.66); font-size: .78rem; line-height: 1.55; }
.relocation-result-actions { border-top-color: rgba(7,23,39,.16); }
.dark-link { margin-top: 22px; color: var(--navy-900); border-color: rgba(7,23,39,.5); }
.relocation-capture { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 7vw, 90px); padding: 48px 42px; border-top: 1px solid var(--line); background: var(--ivory); }
.relocation-capture[hidden] { display: none; }
.relocation-capture h4 { margin: 8px 0 16px; color: var(--navy-900); font-size: clamp(2.1rem, 3.5vw, 3.25rem); letter-spacing: -.03em; }
.relocation-capture-copy > p:last-child { margin: 0; color: var(--muted); }
.relocation-lead-form .field input, .relocation-lead-form .field select { background: white; }
.relocation-consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin: 22px 0 18px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.relocation-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--navy-900); }
.relocation-form-error { min-height: 1.3em; margin: 0 0 12px; color: #8b281c; font-size: .78rem; font-weight: 700; }
.relocation-form-status { min-height: 1.3em; margin: 12px 0 0; color: #365e45; font-size: .78rem; font-weight: 700; }

.process { background: var(--ivory); }
.centered { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.process-list { max-width: 1040px; margin: 0 auto; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 26px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.process-list h3 { margin-bottom: 6px; font-size: 1.78rem; }
.process-list p { margin: 0; color: var(--muted); }

.advisor { background: #102a40; color: white; }
.advisor-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.advisor-portrait { min-height: 590px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #0a1d2d; }
.advisor-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,17,27,.88), transparent 38%); pointer-events: none; }
.advisor-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.portrait-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.28); }
.portrait-caption span { font-family: var(--serif); font-size: 1.3rem; }
.portrait-caption small { color: rgba(255,255,255,.55); }
.advisor-copy h2 { margin-bottom: 32px; color: white; font-size: clamp(2.8rem, 5vw, 4.85rem); letter-spacing: -.035em; }
.advisor-copy .lead { color: white; }
.advisor-copy > p:not(.eyebrow):not(.lead) { color: rgba(255,255,255,.65); }
.credential-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 34px; }
.credential-row span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: .76rem; }
.text-link { display: inline-flex; gap: 12px; color: var(--gold-light); padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-weight: 700; }

.real-estate { background: var(--gold-light); }
.real-estate-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.real-estate h2 { margin: 0; color: var(--navy-950); font-size: clamp(2.7rem, 5vw, 4.75rem); letter-spacing: -.04em; }
.real-estate p:not(.eyebrow) { margin-bottom: 28px; font-size: 1.05rem; color: rgba(7,23,39,.72); }

.resource-hub { background: var(--paper); }
.resource-heading { max-width: 850px; margin-bottom: 54px; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-card { min-height: 350px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.resource-card:hover { background: var(--ivory); transform: translateY(-4px); }
.resource-card > span { align-self: flex-end; color: var(--gold); font-family: var(--serif); }
.resource-card > p { margin: auto 0 8px; color: #8a6b31; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 800; }
.resource-card h3 { margin-bottom: 18px; font-size: 2rem; }
.resource-card > div { color: var(--muted); }
.resource-card i { display: inline-block; margin-left: 8px; color: #8a6b31; font-style: normal; }

.contact { padding: 96px 0; background: var(--navy-950); color: white; }
.contact-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.contact h2 { margin: 0; max-width: 760px; font-size: clamp(3rem, 5.5vw, 5.5rem); letter-spacing: -.045em; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.contact-actions > a:not(.button) { color: rgba(255,255,255,.7); font-size: .92rem; border-bottom: 1px solid rgba(255,255,255,.2); }

.site-footer { padding: 65px 0 24px; background: #04101a; color: white; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 45px; }
.footer-identity { display: flex; align-items: center; gap: 28px; }
.edge-logo { width: 140px; height: auto; padding: 8px 10px; background: white; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; color: rgba(255,255,255,.64); font-size: .84rem; }
.compliance { display: grid; grid-template-columns: 110px 1fr; gap: 28px; align-items: center; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.compliance p { margin: 0; color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.65; }
.eho img { width: 76px; filter: invert(1); opacity: .65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: rgba(255,255,255,.35); font-size: .7rem; letter-spacing: .06em; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: 0; }
.social-links a:hover { border-color: var(--gold); color: var(--gold-light); }

.privacy-hero { padding: 190px 0 92px; background: var(--navy-900); color: white; }
.privacy-hero h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(3.4rem, 7vw, 6.5rem); }
.privacy-hero p:last-child { max-width: 730px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.privacy-content { padding: 96px 0; }
.privacy-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(48px, 9vw, 120px); align-items: start; }
.privacy-index { position: sticky; top: 40px; padding: 26px; border: 1px solid var(--line); background: var(--ivory); }
.privacy-index strong { display: block; margin-bottom: 16px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.privacy-index a { display: block; padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.privacy-copy section { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); scroll-margin-top: 28px; }
.privacy-copy section:last-child { margin-bottom: 0; }
.privacy-copy h2 { margin-bottom: 18px; color: var(--navy-900); font-size: clamp(2rem, 3.5vw, 3.2rem); }
.privacy-copy p, .privacy-copy li { color: var(--muted); }
.privacy-copy ul { padding-left: 22px; }
.privacy-copy a { color: #75591f; border-bottom: 1px solid rgba(117,89,31,.35); }

.site-lead-capture { padding: 92px 0; background: var(--navy-900); color: white; }
.lead-capture-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(56px, 8vw, 110px); align-items: start; }
.lead-capture-copy { position: sticky; top: 120px; }
.lead-capture-copy h2 { margin: 12px 0 20px; color: white; font-size: clamp(2.8rem, 4.8vw, 4.75rem); letter-spacing: -.04em; }
.lead-capture-copy > p:last-of-type { max-width: 620px; color: rgba(255,255,255,.68); font-size: 1.03rem; }
.lead-paths { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.lead-paths a { min-height: 138px; display: flex; flex-direction: column; padding: 16px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.lead-paths span { align-self: flex-end; color: var(--gold-light); font-family: var(--serif); }
.lead-paths strong { margin-top: auto; color: white; }
.lead-paths small { margin-top: 4px; color: rgba(255,255,255,.5); line-height: 1.35; }
.lead-paths a:hover { background: rgba(255,255,255,.06); }
.site-lead-form { padding: 38px; background: white; box-shadow: 0 26px 70px rgba(0,0,0,.2); }
.lead-form-heading { margin: 0 0 24px; color: var(--navy-900); font-family: var(--serif); font-size: 1.65rem; }
.site-lead-form .field input, .site-lead-form .field select { background: #f7f8f8; }
.lead-form-error, .lead-form-status { min-height: 1.3em; margin: 0 0 12px; font-size: .8rem; font-weight: 700; }
.lead-form-error { color: #8b281c; }
.lead-form-status { margin: 12px 0 0; color: #365e45; }
.lead-form-note { display: block; margin-top: 14px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.conversion-dock { position: fixed; z-index: 40; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: rgba(4,16,26,.96); box-shadow: 0 14px 42px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.conversion-dock a { min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.13); color: white; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.conversion-dock a:last-child { border-right: 0; background: var(--gold); color: var(--navy-950); }
.conversion-dock a:hover { background: rgba(255,255,255,.1); }
.conversion-dock a:last-child:hover { background: var(--gold-light); }
.conversion-dock span { color: var(--gold-light); }
.conversion-dock a:last-child span { color: var(--navy-950); }

/* Interior pages */
.subpage-header { position: relative; background: var(--navy-950); }
.subpage .site-header { border-color: rgba(255,255,255,.11); }
.page-hero { position: relative; overflow: hidden; padding: 112px 0 104px; background: var(--navy-900); color: white; }
.page-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -160px; top: -260px; border: 1px solid rgba(201,164,92,.22); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .55fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.page-hero h1 { max-width: 880px; margin-bottom: 26px; font-size: clamp(4rem, 7.7vw, 7rem); }
.page-lede { max-width: 760px; color: rgba(255,255,255,.72); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.page-pills { margin-top: 28px; }
.advisor-snapshot { padding: 34px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.055); }
.advisor-snapshot > p { color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.advisor-snapshot ul { margin: 0; padding: 0; list-style: none; }
.advisor-snapshot li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.advisor-snapshot li::before { content: "✓"; margin-right: 10px; color: var(--gold-light); }
.advisor-snapshot small { display: block; margin-top: 22px; color: rgba(255,255,255,.46); line-height: 1.5; }
.advisor-product-showcase { padding: 86px 0 92px; background: var(--ivory); }
.advisor-product-showcase-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 96px); align-items: center; }
.advisor-product-copy h2 { max-width: 570px; margin-bottom: 20px; color: var(--navy-900); font-size: clamp(2.7rem, 4.6vw, 4.6rem); }
.advisor-product-copy > p:last-child { max-width: 570px; margin: 0; color: var(--muted); }
.advisor-product-display { margin: 0; padding: 20px 20px 15px; border: 1px solid var(--line); background: white; box-shadow: 0 24px 60px rgba(7,23,39,.09); }
.advisor-product-display img { display: block; width: 100%; height: auto; }
.advisor-product-display figcaption { margin-top: 13px; color: var(--muted); font-size: .72rem; line-height: 1.5; text-align: center; }
.benefit-section { background: var(--paper); }
.light-heading h2 { color: var(--navy-900); }
.light-heading > p { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article > span { display: block; margin-bottom: 60px; color: var(--gold); font-family: var(--serif); }
.benefit-grid h3 { margin-bottom: 14px; font-size: 1.7rem; }
.benefit-grid p { margin: 0; color: var(--muted); }
.advisor-steps { background: var(--ivory); }
.advisor-step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.advisor-step-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.advisor-step-list > li > span { color: #8a6b31; font-family: var(--serif); }
.advisor-step-list h3 { margin-bottom: 8px; font-size: 1.65rem; }
.advisor-step-list p { margin: 0; color: var(--muted); }
.advisor-cta { padding: 90px 0; background: var(--navy-900); color: white; }
.advisor-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.advisor-cta h2 { max-width: 800px; margin-bottom: 16px; color: white; font-size: clamp(2.6rem, 4.5vw, 4.6rem); }
.advisor-cta p:not(.eyebrow) { max-width: 750px; margin: 0; color: rgba(255,255,255,.6); }
.tool-disclaimer { padding: 34px 0; background: #e8e6df; }
.tool-disclaimer strong { font-size: .85rem; }
.tool-disclaimer p { margin: 5px 0; color: var(--muted); font-size: .78rem; }
.tool-disclaimer a { color: var(--navy-800); font-size: .78rem; font-weight: 700; text-decoration: underline; }

/* Blog */
.editorial-hero { background: #102a40; }
.editorial-note { padding: 28px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.05); }
.editorial-note span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 800; }
.editorial-note p { margin: 10px 0 0; color: rgba(255,255,255,.63); }
.blog-index { background: var(--paper); }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.blog-grid > a { min-height: 320px; display: flex; flex-direction: column; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s; }
.blog-grid > a:hover { background: var(--ivory); }
.blog-grid > a > span { color: #8a6b31; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 800; }
.blog-grid h2 { margin: 44px 0 16px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.blog-grid p { color: var(--muted); }
.blog-grid i { margin-top: auto; color: #8a6b31; font-style: normal; font-size: .82rem; font-weight: 700; }
.blog-grid > a.blog-featured { grid-column: 1 / -1; min-height: 380px; padding: clamp(34px, 5vw, 58px); background: linear-gradient(120deg, var(--navy-950), #173a55); color: white; }
.blog-grid > a.blog-featured:hover { background: linear-gradient(120deg, #0b2235, #1d4768); }
.blog-grid > a.blog-featured > span, .blog-grid > a.blog-featured i { color: var(--gold-light); }
.blog-grid > a.blog-featured h2 { max-width: 960px; margin: 48px 0 18px; color: white; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.blog-grid > a.blog-featured p { max-width: 850px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.article-feed { background: white; }
.insight-article { padding: 100px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.insight-article:nth-child(even) { background: #f6f5f1; }
.article-grid { display: grid; grid-template-columns: .32fr 1fr; gap: clamp(50px, 9vw, 120px); }
.article-meta { display: flex; flex-direction: column; gap: 8px; }
.article-meta span { color: #8a6b31; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 800; }
.article-meta small { color: var(--muted); }
.article-grid h2 { margin-bottom: 26px; color: var(--navy-900); font-size: clamp(2.4rem, 4.5vw, 4.2rem); letter-spacing: -.035em; }
.article-grid > div:last-child > p { max-width: 810px; color: var(--muted); font-size: 1.04rem; }
.article-grid .article-lede { color: var(--navy-800) !important; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.8rem) !important; line-height: 1.45; }
.article-callout { max-width: 810px; margin-top: 30px; padding: 22px 24px; border-left: 3px solid var(--gold); background: rgba(201,164,92,.1); }
.article-callout strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.article-callout p { margin: 5px 0 0; color: var(--muted); }
.article-disclaimer { padding: 44px 0; background: var(--gold-light); }
.article-disclaimer .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.article-disclaimer p { max-width: 780px; margin: 0; color: rgba(7,23,39,.68); font-size: .82rem; }

/* Long-form market articles */
.longform-hero { padding: 92px 0 84px; background: linear-gradient(125deg, var(--navy-950), #12334d 74%, #1a405d); color: white; }
.longform-back { display: inline-flex; margin-bottom: 48px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.longform-hero h1 { max-width: 1040px; margin: 14px 0 26px; color: white; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .98; }
.longform-deck { max-width: 820px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 1.85rem); line-height: 1.45; }
.longform-byline { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; color: rgba(255,255,255,.53); font-size: .78rem; }
.longform-body { padding: 92px 0 106px; background: var(--paper); }
.longform-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(230px, 1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.longform-prose { color: #2a3947; font-size: 1.08rem; line-height: 1.85; }
.longform-prose > p:first-child { color: var(--navy-800); font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.8rem); line-height: 1.48; }
.longform-prose h2 { margin: 58px 0 20px; color: var(--navy-900); font-size: clamp(2.25rem, 4vw, 3.7rem); letter-spacing: -.03em; }
.longform-prose p { margin: 0 0 23px; }
.longform-prose strong { color: var(--navy-900); }
.longform-prose a { color: #72561f; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.longform-aside { position: sticky; top: 28px; padding: 28px; border-top: 3px solid var(--gold); background: white; box-shadow: 0 18px 46px rgba(7,23,39,.07); }
.longform-aside > span { color: #8a6b31; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.longform-aside h2 { margin: 18px 0 12px; color: var(--navy-900); font-size: 1.65rem; }
.longform-aside p { margin: 0 0 22px; color: var(--muted); font-size: .88rem; }
.longform-aside .button { width: 100%; justify-content: center; }
.article-sources { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.article-sources strong { display: block; margin-bottom: 6px; }
.article-sources p { margin: 0; }
.longform-disclosure { padding: 32px 0; background: #e8e6df; }
.longform-disclosure p { margin: 0; color: var(--muted); font-size: .76rem; }

/* Media and speaking */
.media-hero { background: linear-gradient(120deg, var(--navy-950), #153751); }
.media-profile { position: relative; overflow: hidden; min-height: 430px; border: 1px solid rgba(255,255,255,.17); }
.media-profile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,26,.9), transparent 55%); }
.media-profile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.media-profile div { position: absolute; z-index: 1; inset: auto 24px 24px; display: flex; flex-direction: column; }
.media-profile strong { font-family: var(--serif); font-size: 1.5rem; }
.media-profile span, .media-profile small { color: rgba(255,255,255,.65); }
.appearance-gallery { background: #eef1f2; }
.appearance-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 26px; align-items: start; }
.appearance-card { margin: 0; border-top: 4px solid var(--gold); background: white; box-shadow: 0 20px 60px rgba(7,23,39,.08); }
.appearance-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--navy-900); }
.appearance-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.appearance-image img { width: 100%; height: 100%; object-fit: cover; }
.appearance-card-wide .appearance-image img { object-position: 48% center; }
.appearance-card figcaption { padding: 28px 30px 32px; }
.appearance-card figcaption > span { color: #8a6b31; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.appearance-card figcaption > strong { display: block; margin: 9px 0 12px; color: var(--navy-900); font-family: var(--serif); font-size: clamp(1.65rem, 2.6vw, 2.35rem); font-weight: 400; line-height: 1.08; }
.appearance-card figcaption p { margin: 0; color: var(--muted); font-size: .92rem; }
.media-channels { background: var(--paper); }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.channel-grid > a { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.channel-grid > a:hover { background: var(--ivory); transform: translateY(-3px); }
.channel-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: #8a6b31; font-weight: 800; }
.channel-grid p { margin: auto 0 8px; color: #8a6b31; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 800; }
.channel-grid h3 { font-size: 1.8rem; }
.channel-grid div { color: var(--muted); }
.channel-grid i { display: block; margin-top: 14px; color: #8a6b31; font-style: normal; font-weight: 700; }
.speaking-topics { background: var(--navy-900); color: white; }
.speaking-topics .section-heading h2 { color: white; }
.speaking-topics .section-heading > p:last-child { color: rgba(255,255,255,.55); }
.topic-list { border-top: 1px solid rgba(255,255,255,.15); }
.topic-list article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.topic-list article > span { color: var(--gold-light); font-family: var(--serif); }
.topic-list article p { margin-bottom: 6px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; }
.topic-list h3 { margin-bottom: 12px; font-size: 1.75rem; }
.topic-list ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.58); font-size: .9rem; }
.media-formats { background: var(--ivory); }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.format-grid article { min-height: 270px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.format-grid article > span { color: var(--gold); font-family: var(--serif); }
.format-grid h3 { margin: 55px 0 12px; font-size: 1.6rem; }
.format-grid p { margin: 0; color: var(--muted); }
.media-cta { padding: 86px 0; background: var(--gold-light); }
.media-cta .shell { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.media-cta h2 { margin: 0; max-width: 800px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.media-cta > .shell > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.media-cta > .shell > div:last-child p { margin: 0; color: rgba(7,23,39,.65); }
.compact-footer { padding-top: 54px; }

/* Events and webinars */
.events-hero { background: linear-gradient(125deg, var(--navy-950) 0%, #12334d 70%, #1b405a 100%); }
.next-event-panel { display: grid; grid-template-columns: 150px 1fr; align-items: center; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); }
.next-event-panel > span { grid-column: 1 / -1; padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,.14); color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 800; }
.next-event-panel time { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.next-event-panel time strong { color: var(--gold-light); letter-spacing: .16em; font-size: .76rem; }
.next-event-panel time b { font-family: var(--serif); font-size: 5rem; font-weight: 400; line-height: 1; }
.next-event-panel time small { margin-top: 12px; color: rgba(255,255,255,.62); }
.next-event-panel > p { margin: 0; padding: 28px; color: white; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.15; }
.upcoming-events { background: var(--paper); }
.event-list { display: grid; gap: 28px; }
.event-card { display: grid; grid-template-columns: 190px 1fr; border: 1px solid var(--line); background: white; box-shadow: 0 18px 55px rgba(7,23,39,.06); }
.event-card-featured { border-top: 4px solid var(--gold); }
.event-date { min-height: 410px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); background: var(--navy-900); color: white; }
.event-date span { color: var(--gold-light); letter-spacing: .18em; font-size: .78rem; font-weight: 800; }
.event-date strong { font-family: var(--serif); font-size: 6rem; font-weight: 400; line-height: 1; }
.event-date small { margin-top: 14px; color: rgba(255,255,255,.55); letter-spacing: .12em; }
.event-content { padding: 38px 42px 42px; }
.event-status { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 24px; }
.event-status span { padding: 7px 10px; background: #edf0f1; color: var(--navy-800); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; }
.event-status .status-pending { background: rgba(201,164,92,.16); color: #75591f; }
.event-content h3 { max-width: 850px; margin-bottom: 12px; color: var(--navy-900); font-size: clamp(2.2rem, 4vw, 3.6rem); letter-spacing: -.03em; }
.event-time { color: #75591f; font-size: .96rem; font-weight: 800; }
.event-content > p:not(.event-time) { max-width: 790px; color: var(--muted); font-size: 1rem; }
.event-topics { display: flex; flex-wrap: wrap; gap: 9px 26px; margin: 24px 0 30px; padding: 0; list-style: none; }
.event-topics li { position: relative; padding-left: 16px; color: var(--navy-800); font-size: .86rem; }
.event-topics li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; background: var(--gold); }
.event-button-disabled { min-height: 48px; background: #e8ebec; color: #66727a; cursor: not-allowed; }
.event-button-disabled:hover { transform: none; }
.event-notice { padding: 82px 0; background: var(--gold-light); }
.event-notice .shell { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.event-notice h2 { margin-bottom: 12px; color: var(--navy-900); font-size: clamp(2.6rem, 4.5vw, 4.2rem); }
.event-notice p:not(.eyebrow) { max-width: 780px; margin: 0; color: rgba(7,23,39,.68); }

/* Heroes Live Here */
.heroes-page { --heroes-brass: #b99350; --heroes-cream: #f4efe5; font-family: "Hanken Grotesk", var(--sans); }
.heroes-page h1, .heroes-page h2, .heroes-page h3, .heroes-page .brand-copy strong { font-family: "Fraunces", var(--serif); }
.heroes-hero { position: relative; overflow: hidden; padding: 148px 0 96px; background: var(--navy-950); color: white; }
.heroes-hero::before { content: ""; position: absolute; width: 680px; height: 680px; left: -310px; top: -320px; border: 1px solid rgba(201,164,92,.22); border-radius: 50%; }
.heroes-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.heroes-hero-copy h1 { max-width: 810px; margin-bottom: 26px; font-size: clamp(3.8rem, 6.8vw, 6.5rem); line-height: .98; }
.heroes-hero-copy .page-lede { max-width: 760px; }
.heroes-hero-copy .hero-actions { margin-top: 32px; }
.heroes-endorsement-note { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: .76rem; }
.heroes-mosaic { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: repeat(2, 210px); gap: 10px; padding: 10px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.045); }
.heroes-mosaic figure { position: relative; overflow: hidden; margin: 0; }
.heroes-mosaic figure:first-child { grid-row: 1 / 3; }
.heroes-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.heroes-mosaic figure:first-child img { object-position: 64% center; }
.heroes-mosaic figure:nth-child(2) img, .heroes-mosaic figure:nth-child(3) img { object-position: 70% center; }
.heroes-mosaic figcaption { position: absolute; inset: auto 12px 12px; padding: 7px 9px; background: rgba(4,16,26,.82); color: white; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.heroes-selector { background: var(--paper); }
.heroes-tabs { border: 1px solid var(--line); background: white; box-shadow: 0 24px 70px rgba(7,23,39,.07); }
.heroes-tab-list { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--line); }
.heroes-tab-list button { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; padding: 19px; border: 0; border-right: 1px solid var(--line); background: white; color: var(--navy-800); text-align: left; cursor: pointer; }
.heroes-tab-list button:last-child { border-right: 0; }
.heroes-tab-list button span { color: #8a6b31; font-family: "Fraunces", var(--serif); }
.heroes-tab-list button strong { font-size: .9rem; line-height: 1.25; }
.heroes-tab-list button.active { background: var(--navy-900); color: white; }
.heroes-tab-list button.active span { color: var(--gold-light); }
.heroes-tab-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 90px); padding: 54px; }
.heroes-tab-panel[hidden] { display: none; }
.heroes-tab-intro h3 { margin-bottom: 18px; color: var(--navy-900); font-size: clamp(2.4rem, 4vw, 4rem); }
.heroes-tab-intro p { color: var(--muted); }
.heroes-tab-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.heroes-tab-points article { min-height: 170px; padding: 25px; background: var(--paper); }
.heroes-tab-points span { color: #8a6b31; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.heroes-tab-points h4 { margin: 14px 0 8px; color: var(--navy-900); font-family: "Fraunces", var(--serif); font-size: 1.22rem; font-weight: 500; }
.heroes-tab-points p { margin: 0; color: var(--muted); font-size: .84rem; }
.heroes-tab-link { display: inline-flex; margin-top: 25px; padding-bottom: 4px; border-bottom: 1px solid #8a6b31; color: #72561f; font-weight: 800; }
.heroes-difference { padding: 90px 0; background: var(--navy-900); color: white; }
.heroes-difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.heroes-difference-grid article { min-height: 230px; padding: 26px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.heroes-difference-grid span { color: var(--gold-light); font-family: "Fraunces", var(--serif); }
.heroes-difference-grid h3 { margin: 52px 0 12px; color: white; font-size: 1.45rem; }
.heroes-difference-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: .86rem; }
.heroes-offers { background: var(--heroes-cream); }
.heroes-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.heroes-offer-grid article { min-height: 285px; padding: 28px; border-top: 3px solid var(--heroes-brass); background: white; }
.heroes-offer-grid span { color: #8a6b31; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.heroes-offer-grid h3 { margin: 30px 0 12px; color: var(--navy-900); font-size: 1.65rem; }
.heroes-offer-grid p { margin: 0; color: var(--muted); }
.heroes-offer-grid small { display: block; margin-top: 17px; color: #6f6042; font-size: .72rem; line-height: 1.5; }
.heroes-partnership { padding: 86px 0; background: #d9c38e; }
.heroes-partnership .shell { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.heroes-partnership h2 { max-width: 820px; margin-bottom: 14px; color: var(--navy-950); font-size: clamp(2.7rem, 4.6vw, 4.6rem); }
.heroes-partnership p:not(.eyebrow) { max-width: 820px; margin: 0; color: rgba(7,23,39,.7); }
.heroes-consult { padding: 100px 0; background: var(--navy-950); color: white; }
.heroes-consult-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.heroes-consult-copy { position: sticky; top: 120px; }
.heroes-consult h2 { margin: 12px 0 20px; color: white; font-size: clamp(3rem, 5vw, 5rem); }
.heroes-consult-copy > p:last-of-type { color: rgba(255,255,255,.66); }
.heroes-lead-form { padding: 38px; background: white; color: var(--ink); }
.heroes-lead-form .field input, .heroes-lead-form .field select, .heroes-lead-form .field textarea { background: #f7f8f8; }
.heroes-lead-form .field textarea { min-height: 112px; resize: vertical; border: 1px solid rgba(7,23,39,.24); padding: 12px 13px; color: var(--ink); font: inherit; }
.heroes-lead-form .field textarea:focus { border-color: #8a6b31; outline: 2px solid rgba(201,164,92,.28); }
.heroes-phone-consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; margin: 21px 0 16px; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.heroes-phone-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--navy-900); }
.heroes-form-error, .heroes-form-status { min-height: 1.3em; margin: 0 0 12px; font-size: .78rem; font-weight: 800; }
.heroes-form-error { color: #8b281c; }
.heroes-form-status { margin-top: 12px; color: #365e45; }
.heroes-form-note { display: block; margin-top: 14px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.heroes-segment-hero { padding-bottom: 78px; }
.heroes-segment-image { position: relative; overflow: hidden; min-height: 510px; border: 1px solid rgba(255,255,255,.18); }
.heroes-segment-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,26,.34), transparent 45%); }
.heroes-segment-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.heroes-proof-strip { background: #0d2539; color: white; }
.heroes-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.heroes-proof-grid div { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.heroes-proof-grid div:last-child { border-right: 0; }
.heroes-proof-grid span { color: var(--gold-light); font-family: "Fraunces", var(--serif); font-size: 1.3rem; }
.heroes-proof-grid strong { font-size: .9rem; }
.heroes-challenges { background: var(--paper); }
.heroes-challenge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.heroes-challenge-grid article { min-height: 290px; padding: 30px; border: 1px solid var(--line); background: white; }
.heroes-challenge-grid span { color: #8a6b31; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.heroes-challenge-grid h3 { margin: 34px 0 13px; color: var(--navy-900); font-size: 1.8rem; }
.heroes-challenge-grid p { margin: 0; color: var(--muted); }
.heroes-response { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--navy-800); font-size: .86rem; font-weight: 700; }
.heroes-dual-practice { padding: 88px 0; background: var(--heroes-cream); }
.heroes-practice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.heroes-practice-grid article { padding: 34px; background: white; }
.heroes-practice-grid article:first-child { border-top: 4px solid var(--heroes-brass); }
.heroes-practice-grid article:last-child { border-top: 4px solid var(--navy-700); }
.heroes-practice-grid span { color: #8a6b31; font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.heroes-practice-grid h3 { margin: 20px 0 12px; color: var(--navy-900); font-size: 2rem; }
.heroes-practice-grid p { margin: 0; color: var(--muted); }
.heroes-compliance { padding: 42px 0; background: #020b12; color: white; }
.heroes-compliance-grid { display: grid; grid-template-columns: 80px 1fr; gap: 26px; align-items: start; }
.heroes-compliance .eho img { width: 64px; }
.heroes-compliance p { margin: 0 0 9px; color: rgba(255,255,255,.52); font-size: .72rem; line-height: 1.65; }
.heroes-compliance strong { color: rgba(255,255,255,.72); }
.heroes-compliance-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: var(--gold-light); font-size: .76rem; }
.heroes-back-link { display: inline-flex; margin-top: 24px; color: var(--gold-light); border-bottom: 1px solid rgba(225,201,143,.55); font-weight: 800; }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { position: relative; z-index: 31; display: block; }
  .primary-nav { position: fixed; z-index: 30; inset: 0; display: none; flex-direction: column; justify-content: center; gap: 28px; background: rgba(4,16,26,.98); font-size: 1.15rem; }
  .primary-nav.open { display: flex; }
  .header-inner { min-height: 80px; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 63% center; opacity: .75; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,28,.96), rgba(4,16,28,.55)), linear-gradient(0deg, rgba(4,16,28,.58), transparent); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .split-layout, .advisor-grid, .real-estate-inner, .contact-inner { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .section-heading-row { grid-template-columns: 1fr; gap: 24px; }
  .resource-grid, .benefit-grid, .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-grid, .article-grid { grid-template-columns: 1fr; }
  .longform-layout { grid-template-columns: 1fr; }
  .longform-aside { position: static; }
  .advisor-product-showcase-inner { grid-template-columns: 1fr; }
  .advisor-cta-inner, .media-cta .shell, .event-notice .shell { grid-template-columns: 1fr; }
  .media-profile { max-width: 500px; }
  .appearance-grid { grid-template-columns: 1fr; }
  .heroes-hero-grid, .heroes-consult-grid { grid-template-columns: 1fr; }
  .heroes-consult-copy { position: static; }
  .heroes-tab-list { grid-template-columns: repeat(2, 1fr); }
  .heroes-tab-list button { border-bottom: 1px solid var(--line); }
  .heroes-tab-panel { grid-template-columns: 1fr; padding: 38px; }
  .heroes-difference-grid { grid-template-columns: repeat(2, 1fr); }
  .heroes-offer-grid { grid-template-columns: repeat(2, 1fr); }
  .heroes-partnership .shell { grid-template-columns: 1fr; }
  .next-event-panel { max-width: 620px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-heading { grid-template-columns: 1fr; gap: 24px; }
  .calculator-workspace { grid-template-columns: 1fr; }
  .relocation-capture { grid-template-columns: 1fr; }
  .lead-capture-grid { grid-template-columns: 1fr; }
  .lead-capture-copy { position: static; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .advisor-portrait { min-height: 420px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 48px; }
  :root { --shell: calc(100% - 30px); }
  .brand-mark { width: 42px; height: 42px; }
  .brand-logo { width: 54px; height: 54px; }
  .footer-brand .brand-logo { width: 76px; height: 76px; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: .59rem; }
  .hero { min-height: 720px; max-height: none; }
  .hero-inner { padding-top: 84px; }
  h1 { font-size: clamp(3.7rem, 18vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-meta { max-width: 310px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 74px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 82px 0; }
  .section-heading h2, .advisor-copy h2, .real-estate h2 { font-size: 2.7rem; }
  .principles article { grid-template-columns: 36px 1fr; }
  .principles article p { grid-column: 2; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 270px; }
  .resource-grid, .benefit-grid, .blog-grid, .channel-grid, .format-grid { grid-template-columns: 1fr; }
  .resource-card, .benefit-grid article, .channel-grid > a { min-height: 270px; }
  .page-hero { padding: 78px 0 72px; }
  .page-hero h1 { font-size: clamp(3.6rem, 16vw, 5rem); }
  .next-event-panel { grid-template-columns: 118px 1fr; }
  .next-event-panel time { min-height: 170px; }
  .next-event-panel time b { font-size: 4rem; }
  .next-event-panel > p { padding: 22px; font-size: 1.55rem; }
  .event-card { grid-template-columns: 1fr; }
  .event-date { min-height: 130px; flex-direction: row; gap: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .event-date strong { font-size: 4rem; }
  .event-date small { margin-top: 0; }
  .event-content { padding: 28px 22px 32px; }
  .event-content h3 { font-size: 2.35rem; }
  .advisor-snapshot { padding: 26px 22px; }
  .advisor-product-showcase { padding: 68px 0 72px; }
  .advisor-product-display { padding: 10px 10px 12px; }
  .article-grid { gap: 30px; }
  .insight-article { padding: 72px 0; }
  .article-disclaimer .shell { align-items: flex-start; flex-direction: column; }
  .longform-hero { padding: 68px 0 64px; }
  .longform-back { margin-bottom: 36px; }
  .longform-body { padding: 68px 0 78px; }
  .media-profile { min-height: 380px; }
  .appearance-card figcaption { padding: 24px 22px 28px; }
  .heroes-hero { padding: 116px 0 72px; }
  .heroes-hero-copy h1 { font-size: clamp(3.4rem, 15vw, 4.8rem); }
  .heroes-mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(3, 220px); }
  .heroes-mosaic figure:first-child { grid-row: auto; }
  .heroes-tab-list { grid-template-columns: 1fr; }
  .heroes-tab-list button { min-height: 82px; }
  .heroes-tab-panel { padding: 28px 22px; }
  .heroes-tab-points, .heroes-difference-grid, .heroes-offer-grid, .heroes-challenge-grid, .heroes-practice-grid { grid-template-columns: 1fr; }
  .heroes-difference-grid article { min-height: 190px; }
  .heroes-partnership { padding: 72px 0; }
  .heroes-lead-form { padding: 28px 22px; }
  .heroes-segment-image { min-height: 380px; }
  .heroes-proof-grid { grid-template-columns: 1fr; }
  .heroes-proof-grid div { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .heroes-compliance-grid { grid-template-columns: 1fr; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-index { position: static; }
  .calculator-intro { padding: 32px 84px 30px 24px; }
  .tool-number { top: 28px; right: 24px; font-size: 3.6rem; }
  .calculator-form, .calculator-result { padding: 28px 24px; }
  .relocation-capture { padding: 34px 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .calculator-disclosure { padding: 22px 24px; }
  .relocation-payment-hero > strong small { display: block; margin: 9px 0 0; }
  .tax-comparison > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .site-lead-capture { padding: 72px 0 92px; }
  .site-lead-form { padding: 28px 22px; }
  .lead-paths { grid-template-columns: 1fr; }
  .lead-paths a { min-height: 96px; }
  .conversion-dock { left: 0; right: 0; bottom: 0; width: 100%; transform: none; border-right: 0; border-bottom: 0; border-left: 0; }
  .conversion-dock a { min-width: 0; flex: 1; justify-content: center; padding: 0 8px; font-size: .72rem; }
  .process-list li { grid-template-columns: 58px 1fr; min-height: 165px; }
  .advisor-portrait { min-height: 390px; }
  .contact h2 { font-size: 3rem; }
  .footer-top { flex-direction: column; }
  .footer-identity { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 18px; }
  .compliance { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
