:root {
  --navy: #102f5f;
  --navy-deep: #0a2348;
  --gold: #faaa31;
  --gold-dark: #e99415;
  --ink: #172433;
  --muted: #5f6b78;
  --paper: #ffffff;
  --warm: #f5f3ee;
  --line: #dfe4e8;
  --radius-sm: 10px;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(10, 35, 72, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
:focus-visible { outline: 3px solid rgba(250, 170, 49, .7); outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 1000; padding: 10px 15px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.utility { background: var(--navy-deep); color: #fff; font-size: 12px; font-weight: 700; text-align: center; }
.utility .shell { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.utility a { color: #fff; text-decoration: none; }
.utility span + span { display: none; }
.site-header { position: sticky; top: 0; z-index: 100; height: 72px; border-bottom: 1px solid rgba(16,47,95,.1); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; flex: 0 1 auto; text-decoration: none; }
.brand img { width: 166px; height: 58px; object-fit: contain; }
.nav-links, .nav-actions { display: none; align-items: center; }
.nav-links { gap: 25px; }
.nav-links a { color: #26384b; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--navy); }
.nav-actions { gap: 10px; }
.menu-button { width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; top: var(--menu-top,72px); right: 0; bottom: 0; left: 0; z-index: 90; display: none; padding: 20px 24px calc(32px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: #fff; }
.mobile-menu[data-open] { display: flex; flex-direction: column; }
.mobile-menu a { padding: 15px 2px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 18px; font-weight: 700; text-decoration: none; }
.mobile-menu .button { margin-top: 18px; border: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: var(--radius-sm); background: var(--gold); color: var(--navy-deep); font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-1px); background: var(--gold-dark); box-shadow: 0 11px 25px rgba(233,148,21,.25); }
.button-navy { background: var(--navy); color: #fff; }
.button-navy:hover { background: var(--navy-deep); }
.button-ghost { border-color: #ccd3da; background: #fff; color: var(--navy); }
.button-ghost:hover { border-color: var(--navy); background: #fff; box-shadow: none; }
.button-outline { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff; }
.button-outline:hover { background: #fff; color: var(--navy); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 13px; color: #884e00; font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 23px; height: 3px; content: ""; background: var(--gold); }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.045em; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(43px, 12vw, 72px); }
h2 { font-size: clamp(35px, 8.5vw, 54px); }
h3 { font-size: 25px; }
strong { font-weight: 700; }
p { margin: 0; }
.lede { max-width: 690px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section { padding: 72px 0; }
.section-warm { background: var(--warm); }
.section-navy { background: var(--navy-deep); color: #fff; }
.section-head { display: grid; gap: 14px; margin-bottom: 34px; }
.section-head p { max-width: 700px; color: var(--muted); }
.section-navy .section-head p { color: #c8d3e0; }
.section-navy .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: #ffc367; }
.hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(6,20,42,.43), rgba(6,20,42,.75) 58%, rgba(6,20,42,.98)); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 28px; padding-block: 85px 40px; }
.hero-copy { max-width: 720px; }
.hero h1 span { color: #ffb038; }
.hero-summary { max-width: 660px; margin-top: 20px; color: #edf3f8; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 22px; color: #fff; font-size: 13px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust span::before { content: "✓"; color: var(--gold); font-weight: 900; }
.quote-card { padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.98); color: var(--ink); box-shadow: var(--shadow); }
.quote-card h2 { font-size: 32px; }
.quote-card > p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; gap: 12px; margin-top: 18px; }
label { display: grid; gap: 6px; color: #334151; font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #cbd3da; border-radius: 9px; background: #fff; color: var(--ink); }
textarea { min-height: 105px; resize: vertical; }
.form-note, .form-status { color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-status { min-height: 18px; color: #276142; font-weight: 700; }
.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.trust-item { min-height: 108px; display: grid; place-content: center; padding: 18px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.trust-item:nth-child(2n) { border-right: 0; }
.trust-item strong { color: var(--navy); font-size: 28px; line-height: 1; }
.trust-item span { margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.service-grid { display: grid; gap: 15px; }
.service-card { display: grid; gap: 17px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover { transform: translateY(-3px); border-color: #c2cbd4; box-shadow: 0 15px 35px rgba(16,47,95,.1); }
.service-icon { width: 47px; height: 47px; display: grid; place-content: center; border-radius: 12px; background: #fff1dc; color: var(--navy); font-size: 22px; }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card a { color: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; }
.service-card a::after { margin-left: 7px; content: "→"; color: #b66b00; }
.split { display: grid; gap: 34px; align-items: center; }
.split-media { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: grid; gap: 20px; }
.check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #344251; font-weight: 600; }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 21px; height: 21px; place-content: center; border-radius: 50%; background: #fff0d6; color: #985a00; content: "✓"; font-size: 12px; font-weight: 900; }
.section-navy .check-list li { color: #e8eef5; }
.photo-band { display: grid; gap: 12px; }
.photo-card { min-height: 245px; margin: 0; overflow: hidden; border-radius: 14px; background: #dfe4e8; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.process-grid { display: grid; gap: 14px; counter-reset: process; }
.process-card { padding: 25px; border-left: 3px solid var(--gold); border-radius: 0 13px 13px 0; background: #fff; counter-increment: process; }
.process-card::before { display: block; margin-bottom: 13px; color: #a56000; content: "0" counter(process); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.process-card p { margin-top: 10px; color: var(--muted); }
.partner-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.partner { min-height: 108px; display: grid; place-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.partner img { width: 100%; max-height: 66px; object-fit: contain; }
.team-grid { display: grid; gap: 18px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.team-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 30%; }
.team-body { padding: 23px; }
.team-role { display: block; margin: 7px 0 12px; color: #a56000; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-body p { color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 21px 40px 21px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 4px; color: #a56000; content: "+"; font-size: 26px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 760px; padding: 0 34px 22px 0; color: var(--muted); }
.cta-band { padding: 36px 0; background: var(--gold); color: var(--navy-deep); }
.cta-band .shell { display: grid; gap: 20px; }
.cta-band p { margin-top: 9px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.page-hero { position: relative; min-height: 450px; display: grid; align-items: end; overflow: hidden; background: var(--navy-deep); color: #fff; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(6,20,42,.28), rgba(6,20,42,.9)); }
.page-hero .shell { position: relative; z-index: 1; padding-block: 100px 50px; }
.page-hero p { max-width: 670px; margin-top: 16px; color: #edf2f7; font-size: 18px; }
.content-grid { display: grid; gap: 34px; }
.prose { max-width: 780px; }
.prose h2 { margin: 38px 0 17px; font-size: 37px; }
.prose h3 { margin: 28px 0 11px; font-size: 25px; }
.prose p + p, .prose p + ul, .prose ul + p { margin-top: 15px; }
.prose ul { display: grid; gap: 8px; padding-left: 20px; }
.aside-card { align-self: start; padding: 24px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.aside-card h2 { font-size: 30px; }
.aside-card p { margin: 11px 0 19px; color: #d9e3ed; }
.aside-card .button { width: 100%; }
.contact-grid { display: grid; gap: 28px; }
.contact-list { display: grid; gap: 12px; margin-top: 25px; }
.contact-list a { color: var(--navy); font-weight: 700; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.legal-note { padding: 18px; border-left: 3px solid var(--gold); background: var(--warm); color: var(--muted); }
.site-footer { padding: 55px 0 96px; background: #071b38; color: #fff; }
.footer-grid { display: grid; gap: 34px; }
.footer-logo { width: 230px; padding: 8px; border-radius: 10px; background: #fff; }
.footer-logo img { width: 100%; height: auto; }
.footer-copy { max-width: 420px; margin-top: 16px; color: #bcc9d7; }
.footer-title { margin-bottom: 13px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .footer-links span { color: #c4cfdb; font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #2b3d57; color: #8fa0b4; font-size: 12px; }
.mobile-dock { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px; background: rgba(7,27,56,.97); transform: translateY(110%); transition: transform .25s; }
.hero-passed .mobile-dock { transform: translateY(0); }
.mobile-dock .button { width: 100%; min-width: 0; min-height: 50px; padding-inline: 6px; font-size: 13px; }
.mobile-dock .button-navy { border: 1px solid #6c7e94; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (min-width: 700px) {
  .shell { width: min(calc(100% - 56px), var(--max)); }
  .section { padding: 92px 0; }
  .utility span + span { display: inline; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-item { border-bottom: 0; }
  .trust-item:nth-child(2n) { border-right: 1px solid var(--line); }
  .trust-item:last-child { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .photo-band { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .partner-grid { grid-template-columns: repeat(5,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .cta-band .shell { grid-template-columns: 1fr auto; align-items: center; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (min-width: 960px) {
  .site-header { height: 78px; }
  .brand img { width: 196px; height: 66px; }
  .nav-links, .nav-actions { display: flex; }
  .menu-button, .mobile-menu { display: none !important; }
  .hero { min-height: 710px; align-items: center; }
  .hero-media::after { background: linear-gradient(90deg, rgba(6,20,42,.96) 0%, rgba(6,20,42,.76) 48%, rgba(6,20,42,.3)); }
  .hero-grid { grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); align-items: center; padding-block: 74px; }
  .hero-copy { padding-right: 35px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .split { grid-template-columns: 1fr 1fr; gap: 72px; }
  .split-reverse .split-media { order: 2; }
  .process-grid { grid-template-columns: repeat(4,1fr); }
  .content-grid { grid-template-columns: minmax(0,1fr) 340px; gap: 70px; }
  .aside-card { position: sticky; top: 108px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 65px; }
  .mobile-dock { display: none; }
  .site-footer { padding-bottom: 48px; }
}

@media (max-width: 699px) {
  .hero-actions .button { flex: 1 1 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; }
  .quote-card { border-radius: 14px; }
  .page-hero { min-height: 420px; }
}

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