@font-face { font-family: Manrope; src: url('/assets/manrope.ttf') format('truetype'); font-style: normal; font-weight: 200 800; font-display: swap; }
:root {
  color-scheme: light;
  --ink: #172336; --muted: #526174; --navy: #0b2344; --blue: #1c5b96;
  --accent: #8bc3e8; --paper: #f8fafc; --white: #fff; --mist: #eaf0f5;
  --line: #cbd5df; --error: #ad3447; --shadow: 0 18px 48px rgba(11,35,68,.08); --radius: 9px;
}
body[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf4fb; --muted: #b9c9d8; --navy: #9bc9eb; --blue: #9bc9eb;
  --accent: #4a86b9; --paper: #101b2b; --white: #18283b; --mist: #1c3047;
  --line: #3a4d63; --error: #ff9baa; --shadow: 0 18px 48px rgba(0,0,0,.2);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 5.4vw, 5.8rem); font-weight: 650; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.8rem); font-weight: 620; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 640; }
p { max-width: 67ch; }
.shell { width: min(100% - 48px, 1280px); margin-inline: auto; }
.section-space { padding-block: clamp(80px, 9vw, 152px); }
.skip-link { position: fixed; z-index: 100; inset: 8px auto auto 8px; transform: translateY(-150%); background: #0b2344; color: #fff; padding: 12px 16px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #2f85c8; outline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; white-space: nowrap; line-height: 1.05; letter-spacing: -.05em; }
.brand strong { font-size: 1.3rem; font-weight: 800; }
.brand span { font-size: .66rem; font-weight: 700; letter-spacing: .29em; margin-top: 9px; }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: clamp(16px, 2.7vw, 42px); }
.desktop-nav a { font-size: .94rem; font-weight: 520; }
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { gap: 16px; }
.theme-toggle, .menu-button, .menu-close { border: 0; background: transparent; color: var(--ink); min-width: 44px; min-height: 44px; font-size: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 12px 24px; border-radius: 5px; font-size: .94rem; font-weight: 700; line-height: 1.3; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button-primary { background: #0b3565; color: #fff; }
.button-primary:hover { background: #16558d; color: #fff; }
.button-light { background: #fff; color: #0b2344; }
.button-light:hover { background: #d9eafa; color: #0b2344; }
.menu-button { display: none; }
.mobile-menu { position: fixed; inset: 0 0 auto auto; width: min(100%, 400px); height: 100dvh; max-height: none; margin: 0; border: 0; background: var(--paper); color: var(--ink); padding: 24px; box-shadow: -20px 0 60px rgba(0,0,0,.2); }
.mobile-menu::backdrop { background: rgba(5,19,35,.55); }
.menu-top { display: flex; justify-content: space-between; align-items: start; }
.menu-title { font-weight: 800; line-height: 1.1; }
.menu-title small { display: block; font-size: .65rem; letter-spacing: .2em; }
.mobile-menu nav { display: grid; margin-top: 48px; }
.mobile-menu nav a { padding: 18px 0; border-top: 1px solid var(--line); font-size: 1.3rem; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .17em; line-height: 1.4; }
.blue-text { color: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; font-weight: 700; font-size: .95rem; }
.hero { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(40px, 6vw, 100px); padding-block: 64px 66px; min-height: 700px; }
.hero h1 { margin-top: 32px; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-lede { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--muted); line-height: 1.7; margin-top: 30px; max-width: 610px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 36px; }
.hero-note { margin-top: 34px; font-size: .7rem; letter-spacing: .16em; font-weight: 650; color: var(--muted); }
.hero-note span { margin-inline: 14px; }
.hero-media { position: relative; overflow: hidden; border-radius: 5px; min-height: 550px; background: #172638; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media picture { position: absolute; inset: 0; }
.hero-media img { object-fit: cover; object-position: 49% center; }
.hero-media::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.hero-media figcaption { position: absolute; z-index: 1; bottom: 28px; left: 28px; color: #fff; display: grid; line-height: 1.5; }
.hero-media figcaption strong { font-size: .75rem; letter-spacing: .14em; }
.hero-media figcaption span { font-size: .9rem; }
.image-note { position: absolute; z-index: 1; right: 20px; bottom: 88px; background: #c5e4f6; color: #0b2344; padding: 14px 16px; font-size: .65rem; font-weight: 800; letter-spacing: .1em; line-height: 1.4; }
.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.proof-inner { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; align-items: center; padding-block: 28px; }
.proof-inner > p { font-size: .69rem; letter-spacing: .16em; font-weight: 800; color: var(--muted); }
.proof-inner > div { display: grid; gap: 2px; border-left: 1px solid var(--line); padding-left: 22px; }
.proof-inner strong { font-size: 1rem; line-height: 1.3; color: var(--navy); }
.proof-inner span { font-size: .79rem; color: var(--muted); line-height: 1.4; }
.split-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; }
.split-section h2, .section-heading h2 { margin-top: 22px; }
.section-side { align-self: end; font-size: 1.13rem; color: var(--muted); }
.section-side p + p { margin-top: 18px; }
.section-side .text-link { margin-top: 20px; color: var(--ink); }
.mist-section, .process-section, .faq-section { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 70px; align-items: end; }
.section-heading .eyebrow, .section-heading h2 { grid-column: 1; }
.section-heading > p:not(.eyebrow) { grid-column: 2; grid-row: 2; align-self: end; color: var(--muted); font-size: 1.13rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.benefit-card { background: var(--white); min-height: 310px; padding: clamp(26px, 3vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; box-shadow: var(--shadow); }
.card-number, .panel-kicker, .panel-foot, .fee-card > span { font-size: .7rem; letter-spacing: .15em; font-weight: 800; }
.card-number { color: var(--blue); }
.benefit-card h3 { margin-top: auto; padding-top: 54px; }
.benefit-card p { color: var(--muted); margin-top: 14px; }
.section-link { margin-top: 34px; }
.service-feature { display: grid; grid-template-columns: 1fr .82fr; gap: 10%; align-items: center; }
.service-feature h2 { margin-top: 22px; }
.service-feature p:not(.eyebrow) { margin-top: 26px; font-size: 1.14rem; color: var(--muted); }
.service-feature .text-link { margin-top: 23px; }
.feature-panel { min-height: 450px; padding: clamp(32px, 5vw, 64px); border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, #173b66, #0b2344 68%); display: flex; flex-direction: column; box-shadow: var(--shadow); }
.feature-panel .panel-kicker { color: #a8d7f2; }
.panel-rule { width: 90px; height: 2px; background: #8bc3e8; margin-top: auto; }
.feature-panel p { color: #fff !important; font-size: clamp(1.45rem, 2.5vw, 2.3rem) !important; line-height: 1.28; letter-spacing: -.03em; margin-top: 30px !important; }
.panel-foot { color: #a8d7f2; margin-top: 42px; }
.process-section .section-heading { max-width: 100%; }
.steps { list-style: none; margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps li { border-top: 1px solid var(--line); padding-top: 24px; display: grid; gap: 60px; }
.steps li > span { color: var(--blue); font-size: 1.1rem; font-weight: 700; }
.steps h3 { margin-bottom: 14px; }
.steps p { color: var(--muted); }
.recommendation .section-heading { display: block; max-width: 900px; }
.recommendation-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; margin-top: 60px; }
.wide-quote { grid-column: 1 / -1; }
.recommendation blockquote { background: #0b3565; color: #fff; min-height: 415px; border-radius: var(--radius); padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; }
.quote-mark { color: #9cd0ee; font: 5rem/1 Georgia, serif; }
.recommendation blockquote p { font-size: clamp(1.45rem, 2.4vw, 2.25rem); line-height: 1.3; letter-spacing: -.025em; }
.recommendation blockquote footer { display: grid; margin-top: auto; padding-top: 32px; font-size: .88rem; }
.recommendation blockquote footer span { color: #c5dbea; }
.credentials { background: var(--mist); padding: clamp(30px, 4vw, 56px); border-radius: var(--radius); }
.credentials p { color: var(--muted); margin-top: 24px; }
.credentials .text-link { margin-top: 20px; }
.fees-section { background: #dceaf5; color: #0b2344; }
body[data-theme="dark"] .fees-section { background: #173656; color: #edf4fb; }
.fees-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 10%; align-items: center; }
.fees-inner h2 { margin-top: 22px; }
.fees-inner > div:first-child > p:last-child { margin-top: 24px; font-size: 1.13rem; }
.fee-card { background: #fff; color: #0b2344; border-radius: var(--radius); padding: clamp(32px, 5vw, 62px); box-shadow: var(--shadow); }
.fee-card > span { color: #1c5b96; }
.fee-card h3 { margin-top: 40px; }
.fee-card p { color: #526174; margin-top: 20px; }
.fee-card .button { margin-top: 40px; width: 100%; }
.about-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; align-items: end; }
.about-band h2 { margin-top: 22px; }
.about-band > div:last-child p { color: var(--muted); font-size: 1.13rem; }
.about-band .text-link { margin-top: 22px; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.faq-layout h2 { margin-top: 22px; }
.faq-layout .text-link { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; min-height: 72px; padding: 20px 42px 20px 0; font-size: 1.08rem; font-weight: 650; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font-size: 1.7rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); padding: 0 36px 24px 0; }
.final-cta { background: #0b3565; color: #fff; padding-block: clamp(80px, 8vw, 130px); }
.final-cta .eyebrow { color: #9dd2ef; }
.final-cta h2 { max-width: 840px; margin-top: 22px; }
.final-cta p:not(.eyebrow) { margin-top: 24px; color: #d7e7f3; font-size: 1.13rem; }
.final-cta .button { margin-top: 34px; }
.site-footer { background: #0b2344; color: #e9f2fa; }
.footer-main { padding-block: 70px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.footer-main > div, .footer-main nav { display: flex; flex-direction: column; align-items: start; gap: 12px; }
.footer-main nav strong, .footer-main > div:last-child strong { font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: #a6cce7; margin-bottom: 12px; }
.footer-brand { color: #fff; margin-bottom: 22px; }
.footer-main p { color: #c3d4e1; font-size: .92rem; margin-bottom: 10px; }
.footer-main a:not(.brand) { font-size: .9rem; }
.footer-main a:hover, .footer-bottom a:hover { color: #a6d7f3; }
.footer-bottom { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; min-height: 94px; border-top: 1px solid #4a5e72; font-size: .83rem; color: #c3d4e1; }
.footer-bottom a:last-child { margin-left: auto; }
/* Inner pages */
.page-intro { padding-block: clamp(68px, 8vw, 130px); border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 1000px; margin-top: 22px; }
.page-intro p:not(.eyebrow) { font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: var(--muted); margin-top: 30px; }
.breadcrumbs { color: var(--muted); font-size: .82rem; margin-bottom: 34px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs span { padding-inline: 8px; }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.content-grid h2 { max-width: 520px; }
.prose { max-width: 760px; }
.prose p, .prose ul { color: var(--muted); font-size: 1.12rem; margin: 0 0 22px; }
.prose h2 { font-size: clamp(1.8rem, 2.6vw, 2.8rem); margin: 54px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose li { margin-bottom: 10px; }
.more-recommendations-intro { padding-block: 54px 60px; }
.more-recommendations-toc { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 28px; }
.more-recommendations-toc a { min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); font-size: .94rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.more-recommendations h2 { margin-top: 16px; font-size: clamp(2rem, 3vw, 3.2rem); }
.more-recommendations-list { list-style: none; display: grid; gap: 16px; max-width: 920px; margin: 38px 0 0; padding: 0; counter-reset: recommendation; }
.more-recommendations-list li { counter-increment: recommendation; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 38px); }
.more-recommendations-list li::before { content: counter(recommendation, decimal-leading-zero); display: block; margin-bottom: 14px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.more-recommendations-list blockquote p { max-width: none; font-size: 1.06rem; line-height: 1.75; }
.more-recommendations-list blockquote p + p { margin-top: 18px; }
.more-recommendations-list blockquote footer { margin-top: 22px; color: var(--muted); font-size: .91rem; font-weight: 650; }
.inner-photo { border-radius: var(--radius); width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.inner-cta { margin-top: 40px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; }
.contact-details h2, .contact-form h2 { font-size: clamp(1.7rem, 2.3vw, 2.5rem); }
.contact-details p { color: var(--muted); margin-top: 22px; }
.contact-details address { font-style: normal; display: grid; gap: 12px; margin-top: 30px; }
.contact-details address a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.contact-details details { margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 14px; }
.contact-details summary { cursor: pointer; font-weight: 700; min-height: 44px; display: flex; align-items: center; }
.map-frame { margin-top: 12px; width: 100%; height: 270px; border: 0; border-radius: var(--radius); }
.contact-form { padding: clamp(24px, 4vw, 54px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form > p { color: var(--muted); margin: 16px 0 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 650; }
.field input, .field textarea, .field select { width: 100%; background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 5px; padding: 12px 14px; min-height: 48px; }
.field textarea { min-height: 135px; resize: vertical; }
.field [aria-invalid="true"] { border-color: var(--error); outline: 2px solid var(--error); }
.field-error { min-height: 18px; color: var(--error); font-size: .82rem; }
.form-note { color: var(--muted); font-size: .83rem; margin-top: 18px; }
.form-status { margin-top: 18px; padding: 16px; border: 1px solid var(--blue); border-radius: 5px; }
.form-status a { text-decoration: underline; color: var(--blue); }
.contact-form .button { margin-top: 26px; border: 0; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.not-found { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; }
.not-found h1 { margin-top: 18px; }
.not-found p:not(.eyebrow) { margin-top: 24px; color: var(--muted); font-size: 1.15rem; }
.not-found .button { align-self: start; margin-top: 32px; }
.mobile-bottom-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .desktop-nav { gap: 16px; }
  .header-cta { display: none; }
  .hero { gap: 32px; }
  .hero-media { min-height: 500px; }
  .proof-inner { grid-template-columns: repeat(3, 1fr); }
  .proof-inner > p { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 36px, 1280px); }
  .header-inner { height: 72px; }
  .brand strong { font-size: 1.1rem; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 54px 48px; min-height: 0; }
  .hero h1 { margin-top: 23px; }
  .hero-lede { margin-top: 22px; }
  .hero-actions { margin-top: 28px; }
  .hero-media { min-height: 0; aspect-ratio: 1/1; }
  .image-note { right: 14px; bottom: 76px; }
  .proof-inner { gap: 20px; padding-block: 26px; }
  .proof-inner > div { padding-left: 12px; }
  .split-section, .section-heading, .service-feature, .recommendation-grid, .fees-inner, .about-band, .faq-layout, .content-grid, .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-heading .eyebrow, .section-heading h2, .section-heading > p:not(.eyebrow) { grid-column: auto; grid-row: auto; }
  .section-side { align-self: auto; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .benefit-card { min-height: 240px; }
  .benefit-card h3 { padding-top: 45px; }
  .steps { grid-template-columns: 1fr; gap: 30px; margin-top: 45px; }
  .steps li { gap: 25px; }
  .feature-panel { min-height: 370px; }
  .faq-layout { gap: 40px; }
  .page-intro { padding-block: 72px; }
  .mobile-bottom-cta { display: flex; position: fixed; z-index: 40; inset: auto 0 0; background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(18px); padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
  .mobile-bottom-cta .button { width: 100%; }
  body:has(input:focus, textarea:focus, select:focus, dialog[open]) .mobile-bottom-cta { display: none; }
  .site-footer { padding-bottom: 66px; }
}
@media (max-width: 520px) {
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-media { aspect-ratio: 4/4.4; }
  .proof-inner { grid-template-columns: 1fr; }
  .proof-inner > div { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; }
  .proof-inner > p { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 22px; padding-block: 56px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 28px; }
  .footer-bottom a:last-child { margin-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@view-transition { navigation: auto; }
