:root {
  --ink: #17211e;
  --forest: #1d322d;
  --forest-2: #263f38;
  --cream: #f5f0e7;
  --paper: #fbf8f2;
  --sand: #e6ddcd;
  --purple: #6f3fc4;
  --purple-dark: #4f2d7f;
  --orange: #f47a34;
  --orange-dark: #cf551c;
  --terra: var(--purple);
  --terra-dark: var(--purple-dark);
  --accent-gradient: linear-gradient(125deg, var(--purple) 0%, #8f43c2 45%, var(--orange) 100%);
  --sage: #9bae9e;
  --muted: #66716d;
  --line: rgba(23, 33, 30, .17);
  --light-line: rgba(255, 255, 255, .18);
  --white: #fff;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shadow: 0 30px 80px rgba(31, 35, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--terra); color: var(--white); }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { outline-offset: 4px; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); }
a { color: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; }
[hidden] { display: none !important; }
.shell { width: min(1240px, calc(100% - 80px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }

.notice-bar { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 20px; background: var(--ink); color: rgba(255,255,255,.76); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251,248,242,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 138px; height: auto; }
.brand-divider { width: 1px; height: 38px; background: var(--line); }
.brand-name { display: flex; align-items: baseline; gap: 5px; color: var(--forest); line-height: 1; }
.brand-name strong { font: 600 20px/1 var(--display); letter-spacing: -.02em; }
.brand-name small { font: 700 8px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--orange-dark); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; font-size: 12px; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--terra); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid var(--ink); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-button { display: none; }

.hero { position: relative; overflow: hidden; padding: 76px 0 0; background:
  linear-gradient(rgba(23,33,30,.045) 1px, transparent 1px),
  linear-gradient(90deg, rgba(23,33,30,.045) 1px, transparent 1px),
  var(--cream);
  background-size: 64px 64px;
}
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: -120px; border: 1px solid rgba(111,63,196,.28); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .78fr); align-items: center; gap: 84px; }
.hero-copy { position: relative; z-index: 1; padding: 34px 0 86px; }
.kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--terra-dark); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.kicker span { display: inline-block; width: 32px; height: 1px; background: currentColor; }
.kicker-light { color: #d9b4ff; }
.hero h1, .statement h2, .section-head h2, .fit-copy h2, .beny-heading h2, .brokerage-copy h2, .path-heading h2, .faq-heading h2, .contact-copy h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.052em; line-height: .96; }
.hero h1 { max-width: 740px; margin-bottom: 30px; font-size: clamp(60px, 6.9vw, 103px); }
h1 em, h2 em { color: var(--terra); font-weight: 400; }
.hero-lede { max-width: 660px; margin-bottom: 31px; color: #44504c; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 13px 21px; border: 1px solid transparent; background: none; color: inherit; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-gradient); border-color: transparent; color: var(--white); box-shadow: 0 12px 28px rgba(79,45,127,.2); }
.button-primary:hover { background: linear-gradient(125deg, var(--purple-dark), var(--orange-dark)); border-color: transparent; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 12px; font-weight: 800; }
.text-link:hover { color: var(--terra); }
.text-link-light { color: var(--white); }
.hero-note { margin: 23px 0 0; color: var(--muted); font-size: 11px; }
.hero-portrait { position: relative; align-self: end; min-height: 570px; isolation: isolate; }
.egg-stage { position: absolute; inset: 18px -48px 46px -28px; display: grid; place-items: center; }
.egg-glow { position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(244,122,52,.23) 0%, rgba(111,63,196,.16) 45%, transparent 72%); filter: blur(8px); }
.golden-eggs { position: relative; z-index: 1; width: min(100%, 560px); height: auto; filter: drop-shadow(0 28px 32px rgba(50,29,18,.24)); transform: rotate(-1.5deg); }
.portrait-frame { position: absolute; z-index: 4; right: 4px; bottom: 0; width: 205px; height: 252px; overflow: hidden; border: 7px solid var(--cream); background: #e9e4da; box-shadow: 0 24px 55px rgba(48,28,73,.24); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(20,31,27,.8)); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.82) contrast(1.02); }
.portrait-caption { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 14px; display: flex; align-items: flex-start; flex-direction: column; gap: 3px; color: var(--white); }
.portrait-caption strong { font: 600 20px/1 var(--display); }
.portrait-caption span { color: rgba(255,255,255,.74); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.portrait-card { position: absolute; z-index: 3; left: 0; top: 72px; width: 190px; padding: 17px 18px 18px; background: var(--accent-gradient); color: var(--white); box-shadow: 0 18px 45px rgba(79,45,127,.28); transform: rotate(-3deg); }
.portrait-card-mark { display: block; height: 26px; font: 44px/.9 var(--display); opacity: .45; }
.portrait-card p { margin: 2px 0 0; font: 500 19px/1.25 var(--display); }
.portrait-index { position: absolute; z-index: 5; right: -10px; top: 18px; color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .16em; transform: rotate(90deg); transform-origin: left bottom; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 2; border-top: 1px solid var(--line); background: rgba(245,240,231,.88); }
.hero-proof div { min-height: 93px; display: flex; flex-direction: column; justify-content: center; padding: 20px 30px; border-right: 1px solid var(--line); }
.hero-proof div:first-child { border-left: 1px solid var(--line); }
.hero-proof strong { margin-bottom: 3px; font: 600 18px/1.2 var(--display); }
.hero-proof span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.statement { padding: 126px 0 135px; }
.statement-grid { display: grid; grid-template-columns: 155px 1fr; gap: 70px; }
.section-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.statement h2 { max-width: 950px; margin-bottom: 52px; font-size: clamp(46px, 5.2vw, 75px); }
.statement-columns { max-width: 890px; display: grid; grid-template-columns: 1fr 1fr; gap: 62px; margin-left: auto; }
.statement-columns p { margin: 0; color: var(--muted); font-size: 15px; }

.support-section { padding: 113px 0 98px; background: var(--forest); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 55px; }
.section-head h2 { font-size: clamp(48px, 5vw, 74px); }
.section-head > p { max-width: 420px; margin: 0 0 7px; color: rgba(255,255,255,.6); }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.support-card { min-height: 380px; display: flex; flex-direction: column; padding: 27px 26px 32px; border-left: 1px solid var(--light-line); transition: background .25s ease, transform .25s ease; }
.support-card:last-child { border-right: 1px solid var(--light-line); }
.support-card:hover { background: var(--forest-2); transform: translateY(-6px); }
.card-number { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 40px 0 auto; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #f6a16f; font: 26px var(--display); }
.support-card h3 { margin-top: 36px; font: 500 25px/1.08 var(--display); letter-spacing: -.025em; }
.support-card p { margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.support-details { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.support-details span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: rgba(255,255,255,.82); font-size: 10px; }
.fine-print { margin: 18px 0 0; color: var(--muted); font-size: 10px; }
.fine-print-light { color: rgba(255,255,255,.42); }

.fit-section { padding: 130px 0; background: #e9e2d6; }
.fit-grid { display: grid; grid-template-columns: minmax(380px, .92fr) minmax(0, 1.08fr); align-items: center; gap: 92px; }
.fit-image { position: relative; min-height: 650px; }
.fit-image::before { content: ""; position: absolute; inset: -18px 34px 18px -18px; border: 1px solid rgba(111,63,196,.35); }
.fit-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); box-shadow: var(--shadow); }
.fit-image span { position: absolute; right: -32px; bottom: 42px; padding: 19px 24px; background: var(--paper); font: 500 20px var(--display); transform: rotate(2deg); }
.fit-copy .section-index { margin-bottom: 58px; }
.fit-copy h2 { max-width: 660px; margin-bottom: 44px; font-size: clamp(47px, 5vw, 70px); }
.fit-list { border-top: 1px solid var(--line); }
.fit-list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.fit-list article > span { color: var(--terra); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.fit-list h3 { margin-bottom: 8px; font: 600 22px/1.15 var(--display); }
.fit-list p { margin: 0; color: var(--muted); font-size: 13px; }

.beny-section { padding: 125px 0; background: var(--paper); }
.beny-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.beny-heading h2 { max-width: 520px; font-size: clamp(50px, 5.2vw, 76px); }
.beny-letter { padding-top: 68px; }
.beny-letter p { max-width: 690px; color: var(--muted); }
.beny-letter .lead-letter { color: var(--ink); font: 500 27px/1.43 var(--display); letter-spacing: -.02em; }
.signature-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 37px; padding-top: 25px; border-top: 1px solid var(--line); }
.signature-row strong, .signature-row span { display: block; }
.signature-row strong { font: 600 22px var(--display); }
.signature-row span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.brokerage-section { padding: 115px 0 135px; background: var(--cream); overflow: hidden; }
.brokerage-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 84px; }
.brokerage-copy h2 { margin-bottom: 28px; font-size: clamp(48px, 5vw, 72px); }
.brokerage-copy > p:not(.section-index):not(.kicker) { max-width: 555px; color: var(--muted); }
.broker-card { display: grid; grid-template-columns: 76px 1fr; gap: 17px; align-items: center; max-width: 500px; margin-top: 34px; padding: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.broker-card img { width: 76px; height: 76px; object-fit: cover; }
.broker-card small, .broker-card strong, .broker-card span, .broker-card a { display: block; }
.broker-card small { color: var(--terra-dark); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.broker-card strong { margin: 4px 0 1px; font: 600 18px var(--display); }
.broker-card span, .broker-card a { color: var(--muted); font-size: 10px; }
.broker-card a { margin-top: 4px; font-weight: 700; }
.brokerage-images { position: relative; min-height: 610px; }
.brokerage-images::after { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; top: -72px; border: 1px solid rgba(244,122,52,.34); border-radius: 50%; }
.brokerage-images figure { margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.brokerage-images img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.office-main { position: absolute; inset: 0 100px 70px 0; }
.office-detail { position: absolute; z-index: 2; width: 47%; height: 265px; right: 0; bottom: 0; border: 8px solid var(--cream); }
.office-label { position: absolute; z-index: 3; left: -20px; bottom: 36px; min-width: 190px; padding: 16px 18px; background: var(--accent-gradient); color: var(--white); }
.office-label strong, .office-label span { display: block; }
.office-label strong { font: 600 17px var(--display); }
.office-label span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }

.path-section { padding: 120px 0; background: #24302c; color: var(--white); }
.path-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.path-heading h2 { font-size: clamp(52px, 5.6vw, 80px); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--light-line); }
.path-grid article { min-height: 265px; padding: 29px 36px 35px 0; border-bottom: 1px solid var(--light-line); }
.path-grid article + article { padding-left: 36px; border-left: 1px solid var(--light-line); }
.path-grid span { color: #f6a16f; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.path-grid h3 { margin: 55px 0 12px; font: 500 27px var(--display); }
.path-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.guide-callout { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 46px; padding: 37px 40px; background: var(--accent-gradient); }
.guide-callout small { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.guide-callout h3 { margin-top: 6px; font: 500 29px/1.2 var(--display); }
.guide-callout p { margin: 7px 0 0; color: rgba(255,255,255,.68); font-size: 12px; }
.guide-actions { display: flex; align-items: center; gap: 25px; flex-shrink: 0; }

.faq-section { padding: 124px 0; }
.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; }
.faq-heading { position: sticky; top: 135px; align-self: start; }
.faq-heading h2 { max-width: 500px; font-size: clamp(48px, 5vw, 70px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font: 600 19px/1.25 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex-shrink: 0; color: var(--terra); font: 300 28px var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: -5px 50px 27px 0; color: var(--muted); font-size: 13px; }

.contact-section { position: relative; overflow: hidden; padding: 125px 0; background: var(--forest); color: var(--white); }
.contact-section::after { content: ""; position: absolute; width: 650px; height: 650px; left: -330px; bottom: -370px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: 90px; }
.contact-copy { position: relative; z-index: 1; padding-top: 24px; }
.contact-copy h2 { max-width: 600px; margin-bottom: 29px; font-size: clamp(55px, 5.7vw, 82px); }
.contact-copy > p:not(.kicker) { max-width: 525px; color: rgba(255,255,255,.62); }
.contact-email { display: inline-flex; gap: 14px; margin: 17px 0 41px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); color: #f6a16f; font: 500 23px var(--display); text-decoration: none; }
.contact-office strong, .contact-office span, .contact-office a { display: block; }
.contact-office strong { font-size: 11px; }
.contact-office span, .contact-office a { color: rgba(255,255,255,.5); font-size: 11px; }
.contact-card { position: relative; z-index: 2; padding: 36px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.contact-card-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 35px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h3 { max-width: 460px; font: 500 35px/1.08 var(--display); letter-spacing: -.025em; }
.contact-card > p { margin: 15px 0 23px; color: var(--muted); font-size: 12px; }
.status-line { min-height: 0; margin: 14px 0 0 !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; }
.field label { font-size: 10px; font-weight: 800; letter-spacing: .03em; }
.field label span, .form-details summary span { color: var(--muted); font-weight: 500; }
input:not([type="checkbox"]), textarea, select { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #b8c0bc; border-radius: 0; background: var(--white); color: var(--ink); font-size: 13px; }
textarea { min-height: 105px; resize: vertical; line-height: 1.5; }
input:focus, textarea:focus, select:focus { border-color: var(--terra); }
.form-details { margin: 18px 0; padding: 14px 15px 0; border: 1px solid var(--line); }
.form-details summary { min-height: 33px; cursor: pointer; font-size: 11px; font-weight: 800; }
.form-details[open] summary { margin-bottom: 12px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 17px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.consent input { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; accent-color: var(--terra); }
.form-hint { margin: 12px 0 0; color: var(--muted); font-size: 9px; }
.form-hint a { font-weight: 700; }
.inline-error, .inline-success { margin: 14px 0 0; padding: 12px 14px; font-size: 11px; }
.inline-error { border-left: 3px solid #9b3e30; background: #f8e5df; color: #7f3025; }
.inline-success { border-left: 3px solid #44725d; background: #e5efe9; color: #2e5947; }

.site-footer { padding: 34px 0; background: var(--ink); color: rgba(255,255,255,.58); }
.footer-grid { display: grid; grid-template-columns: .85fr 1.35fr auto; align-items: start; gap: 45px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); font: 600 18px var(--display); }
.footer-brand span, .footer-copy, .footer-links { font-size: 9px; }
.footer-copy p { margin: 0 0 3px; }
.footer-links { display: flex; gap: 15px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; transform: translateX(-50%); max-width: min(520px, 90vw); padding: 12px 18px; background: var(--accent-gradient); color: var(--white); box-shadow: var(--shadow); font-size: 11px; }
.noscript { margin: 0; padding: 14px; background: #fff0c7; color: #503b0a; text-align: center; font-size: 12px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 50px, 1240px); }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 11px; }
  .hero-grid { gap: 40px; }
  .hero-portrait { min-height: 520px; }
  .egg-stage { inset: 20px -24px 42px -16px; }
  .statement-grid { grid-template-columns: 110px 1fr; gap: 35px; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card:nth-child(2) { border-right: 1px solid var(--light-line); }
  .support-card:nth-child(-n+2) { border-bottom: 1px solid var(--light-line); }
  .fit-grid, .brokerage-grid { gap: 55px; }
  .beny-grid { gap: 55px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 78px; }
  .shell { width: min(100% - 40px, 720px); }
  .notice-bar { min-height: 28px; font-size: 8px; }
  .notice-bar span:not(:first-child) { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 112px; }
  .brand-divider { height: 31px; }
  .brand-name strong { font-size: 17px; }
  .menu-button { width: 48px; height: 44px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
  .menu-button i, .menu-button i::before { display: block; width: 18px; height: 1px; background: currentColor; content: ""; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 22px 25px 27px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(20,30,26,.12); flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 7px 0; font-size: 13px; }
  .primary-nav .nav-cta { padding: 12px 14px; justify-content: center; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 15px 0 15px; }
  .hero h1 { font-size: clamp(56px, 15vw, 88px); }
  .hero-lede { max-width: 620px; }
  .hero-portrait { min-height: 520px; max-width: 570px; width: 100%; margin: 0 auto; }
  .egg-stage { inset: 0 -18px 24px -18px; }
  .portrait-frame { right: 8px; bottom: 0; width: 185px; height: 228px; }
  .portrait-card { left: 0; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 38px; }
  .hero-proof div { min-height: 72px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .hero-proof div:last-child { border-bottom: 0; }
  .statement { padding: 90px 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 25px; }
  .statement-columns { margin: 0; gap: 35px; }
  .support-section { padding: 84px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 28px; }
  .fit-section { padding: 92px 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-image { min-height: 560px; max-width: 600px; }
  .fit-copy .section-index { margin-bottom: 36px; }
  .beny-section { padding: 90px 0; }
  .beny-grid { grid-template-columns: 1fr; }
  .beny-letter { padding-top: 0; }
  .brokerage-section { padding: 90px 0 105px; }
  .brokerage-grid { grid-template-columns: 1fr; }
  .brokerage-copy > p:not(.section-index):not(.kicker) { max-width: 650px; }
  .brokerage-images { min-height: 570px; }
  .path-section { padding: 90px 0; }
  .path-heading { align-items: start; flex-direction: column; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article, .path-grid article + article { min-height: 0; padding: 27px 0 29px; border-left: 0; }
  .path-grid h3 { margin-top: 25px; }
  .guide-callout { align-items: flex-start; flex-direction: column; }
  .faq-section { padding: 90px 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
  .contact-section { padding: 90px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { max-width: 650px; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / 3; }
}

@media (max-width: 540px) {
  .shell { width: calc(100% - 30px); }
  .notice-bar { padding-inline: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 96px; }
  .brand-divider { height: 27px; }
  .brand-name strong { font-size: 15px; }
  .hero { padding-top: 35px; }
  .hero h1 { font-size: 55px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-portrait { min-height: 410px; }
  .egg-stage { inset: 0 -24px 12px -24px; }
  .golden-eggs { width: 110%; }
  .portrait-frame { right: 0; bottom: 0; width: 145px; height: 180px; border-width: 5px; }
  .portrait-card { width: 165px; top: 35px; padding: 14px; }
  .portrait-card p { font-size: 16px; }
  .portrait-caption { left: 18px; right: 18px; bottom: 18px; align-items: start; flex-direction: column; gap: 3px; }
  .portrait-caption strong { font-size: 22px; }
  .statement h2, .section-head h2, .fit-copy h2, .beny-heading h2, .brokerage-copy h2, .path-heading h2, .faq-heading h2, .contact-copy h2 { font-size: 46px; }
  .statement-columns { grid-template-columns: 1fr; gap: 15px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 335px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
  .support-card:last-child { border-bottom: 0; }
  .fit-image { min-height: 420px; }
  .fit-image::before { inset: -10px 20px 10px -8px; }
  .fit-image span { right: -5px; bottom: 22px; }
  .beny-letter .lead-letter { font-size: 24px; }
  .signature-row { align-items: flex-start; flex-direction: column; }
  .brokerage-images { min-height: 430px; }
  .office-main { inset: 0 45px 45px 0; }
  .office-detail { width: 52%; height: 170px; border-width: 5px; }
  .office-label { left: -5px; bottom: 16px; }
  .guide-callout { padding: 28px 24px; }
  .guide-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 12px; }
  .guide-actions .button { width: 100%; }
  .guide-actions .text-link { align-self: flex-start; }
  .faq-list summary { min-height: 76px; font-size: 17px; }
  .contact-card { padding: 25px 20px; }
  .contact-card h3 { font-size: 30px; }
  .contact-card-head { align-items: flex-start; flex-direction: column; gap: 3px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
