:root,[data-theme="light"]{
  color-scheme:light;
  --bg:#fff;--surface:#f3f6fa;--ink:#17191d;--muted:#525a65;--line:#d7dfe8;
  --accent:#02449a;--accent-hover:#032852;--brand-navy:#03254b;--charcoal:#17191d;--white:#fff;--on-dark:#d6e0ed;
  --font-body:'Manrope',Arial,sans-serif;--font-display:'Manrope',Arial,sans-serif;
  --text-xs:clamp(.75rem,.72rem + .15vw,.875rem);--text-sm:clamp(.875rem,.84rem + .14vw,1rem);--text-base:clamp(1rem,.95rem + .18vw,1.125rem);--text-lg:clamp(1.125rem,1rem + .4vw,1.375rem);--text-xl:clamp(1.9rem,1.4rem + 1.3vw,2.8rem);--text-hero:clamp(2.7rem,1.5rem + 3.3vw,4.9rem);
  --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;
}
[data-theme="dark"]{color-scheme:dark;--bg:#121b28;--surface:#1b283a;--ink:#f2f5f9;--muted:#b9c7da;--line:#3b4c62;--accent:#2264b7}
body{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:var(--text-base);line-height:1.7}
.container{width:calc(100% - var(--space-24));max-width:1200px;margin-inline:auto}
.section{padding-block:var(--space-24)}
.skip-link{position:absolute;z-index:20;left:var(--space-4);top:-100px;background:var(--white);color:var(--charcoal);padding:var(--space-3) var(--space-4)}
.skip-link:focus{top:var(--space-4)}
.header{background:#fff;color:#17191d;border-bottom:1px solid #d7dfe8}
.header-inner{min-height:158px;display:flex;justify-content:space-between;align-items:center;gap:var(--space-8);padding-block:18px}
.brand{width:190px;flex-shrink:0}
.brand img{width:100%;height:auto}
nav{display:flex;align-items:center;gap:var(--space-10)}
nav a{font-size:var(--text-sm);text-decoration:none;font-weight:600}
nav a:not(.button):hover{color:#02449a}
.button{display:inline-flex;justify-content:center;align-items:center;gap:var(--space-10);min-height:54px;padding:var(--space-4) var(--space-6);border:0;background:var(--accent);color:var(--white);font-size:var(--text-sm);font-weight:700;line-height:1.3;text-decoration:none;transition:background .2s,transform .2s}
.button:hover{background:var(--accent-hover);transform:translateY(-2px)}
.button:active{transform:translateY(0)}
.button span{font-size:var(--text-lg)}
.nav-cta{min-height:48px;gap:var(--space-6)}
.menu-toggle{display:none}
.hero{min-height:620px;position:relative;isolation:isolate;color:var(--ink);display:flex;flex-direction:column;justify-content:center;background:var(--bg)}
.hero-image{position:absolute;top:32px;right:0;width:40%;height:calc(100% - 146px);z-index:-2;object-fit:cover;object-position:56% center;filter:saturate(.55)}
.hero-shade{display:none}
.hero-content{text-align:left;padding-block:var(--space-20);padding-right:43%}
.eyebrow{font-size:var(--text-xs);font-weight:800;letter-spacing:.16em;color:var(--accent);margin-bottom:var(--space-6)}
[data-theme="dark"] .eyebrow{color:#91bdff}
.eyebrow.light{color:var(--accent)}
h1{font-family:var(--font-display);font-size:var(--text-hero);font-weight:600;line-height:1.12;letter-spacing:-.045em;max-width:1050px;margin-inline:auto;text-wrap:balance}
.hero h1{font-size:clamp(2.7rem,3.5vw,3.9rem);margin:0;max-width:630px}
.hero .desktop-break{display:none}
.hero-description{font-size:var(--text-lg);font-weight:400;line-height:1.65;margin:var(--space-6) 0 var(--space-8);color:var(--muted);max-width:640px}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);font-size:var(--text-xs);color:var(--muted);padding-block:var(--space-5);border-top:1px solid var(--line)}
.hero-bottom a{display:flex;gap:var(--space-8);align-items:center;text-decoration:none;min-height:44px}
h2{font-size:var(--text-xl);font-weight:600;line-height:1.22;letter-spacing:-.035em;text-wrap:balance}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-24)}
.about-copy p+p{margin-top:var(--space-5);color:var(--muted)}
.text-link{display:inline-flex;align-items:center;min-height:44px;gap:var(--space-8);font-size:var(--text-sm);font-weight:700;text-decoration:none;margin-top:var(--space-6);border-bottom:1px solid var(--accent)}
.text-link:hover{color:var(--accent)}
.approach{background:var(--surface);padding-block:var(--space-20)}
.approach-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:var(--space-24)}
.approach-intro>p:last-child{color:var(--muted);max-width:340px;margin-top:var(--space-6)}
.approach-items article{display:grid;grid-template-columns:38px 1fr;gap:var(--space-6);border-top:1px solid var(--line);padding:var(--space-6) 0}
.approach-items article:last-child{padding-bottom:0}
.step{font-size:var(--text-xs);color:var(--muted);padding-top:var(--space-1)}
h3{font-size:var(--text-lg);font-weight:700;line-height:1.45;letter-spacing:-.02em}
.approach-items p{color:var(--muted);font-size:var(--text-sm);margin-top:var(--space-2);max-width:440px}
.connect-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:var(--space-24)}
.connect-intro>p:not(.eyebrow){margin-top:var(--space-6);max-width:350px;color:var(--muted)}
.contact-note{border-top:1px solid var(--line);margin-top:var(--space-12);padding-top:var(--space-6);max-width:310px;color:var(--muted);font-size:var(--text-sm)}
.preview-note{font-size:var(--text-xs);background:var(--surface);color:var(--muted);padding:var(--space-4);margin-bottom:var(--space-6)}
.form-key{font-size:var(--text-xs);color:var(--muted);margin-bottom:var(--space-5)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6) var(--space-5)}
.full{grid-column:1/-1}
.field{min-width:0}
.field label{display:block;font-size:var(--text-sm);font-weight:700;margin-bottom:var(--space-2)}
.field label span{font-weight:400;color:var(--muted);font-size:var(--text-xs)}
input:not([type=checkbox]),textarea{display:block;width:100%;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:var(--space-3);border-radius:0;font-size:1rem;min-height:50px;line-height:1.5}
input::placeholder,textarea::placeholder{color:var(--muted);opacity:.85}
textarea{resize:vertical;min-height:120px;max-height:400px}
.field-hint{font-size:var(--text-xs);color:var(--muted);margin-top:var(--space-2)}
.checkbox{display:flex;align-items:flex-start;gap:var(--space-3);font-size:var(--text-sm);margin-top:var(--space-6);padding-block:var(--space-2);min-height:44px;cursor:pointer}
.checkbox input{width:19px;height:19px;flex-shrink:0;accent-color:var(--accent);margin:var(--space-1) 0 0}
.muted{color:var(--muted)}
.privacy-note{font-size:var(--text-xs);color:var(--muted);margin-block:var(--space-4) var(--space-6)}
.inline-link{background:none;border:0;text-decoration:underline;text-underline-offset:.2em;padding:0;font:inherit;color:var(--ink)}
.submit{min-width:225px}
.submit:disabled{opacity:.65;cursor:not-allowed;transform:none}
.status{font-size:var(--text-sm);margin-top:var(--space-4);color:var(--ink)}
.status:empty{display:none}
.status.error{color:#a02030}
[data-theme="dark"] .status.error{color:#ffb5ba}
.status.success{padding:var(--space-5);background:var(--surface);border:1px solid var(--line)}
.trap{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
footer{background:#fff;color:#525a65;border-top:1px solid #d7dfe8}
.footer-main{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:var(--space-12);padding-block:var(--space-12)}
.footer-brand{width:210px}
.footer-main>p{font-size:var(--text-lg);line-height:1.5;color:#17191d}
.footer-links{display:flex;flex-direction:column;align-items:flex-start}
.footer-links a,.footer-links button{font-size:var(--text-sm);padding-block:var(--space-3);text-decoration:none}
.footer-links button,.footer-bottom button{border:0;background:none;padding-inline:0}
.footer-links a:hover,.footer-links button:hover{color:#02449a;text-decoration:underline}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);font-size:var(--text-xs);border-top:1px solid #d7dfe8;padding-block:var(--space-4)}
.footer-bottom button{min-height:44px;font-size:var(--text-xs)}
dialog{border:1px solid var(--line);background:var(--bg);color:var(--ink);width:min(660px,calc(100% - 32px));max-height:85vh;padding:var(--space-8);font-size:var(--text-sm)}
dialog::backdrop{background:#000a}
.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6)}
.dialog-heading h2{font-size:var(--text-xl)}
.dialog-close{background:var(--surface);border:1px solid var(--line);padding:var(--space-3);min-height:44px;flex-shrink:0;font-size:var(--text-sm)}
dialog h3{margin-top:var(--space-6);margin-bottom:var(--space-2)}
dialog p+p{margin-top:var(--space-4)}
dialog a{overflow-wrap:anywhere}
@media(min-width:1600px){.container{max-width:1320px}.hero{min-height:690px}}
@media(max-width:1000px){.container{width:calc(100% - var(--space-16))}nav{gap:var(--space-6)}.brand{width:180px}.about-grid,.approach-grid,.connect-grid{gap:var(--space-12)}.footer-main{gap:var(--space-8)}.footer-brand{width:190px}.connect-grid{grid-template-columns:.7fr 1.3fr}}
@media(max-width:760px){
  .container{width:calc(100% - var(--space-10))}.section{padding-block:var(--space-16)}
  .header-inner{min-height:124px;position:relative;gap:var(--space-4);padding-block:12px}.brand{width:162px}
  .menu-toggle{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-sm);min-height:44px;border:0;background:none;padding:var(--space-2) 0;color:#17191d}
  .menu-toggle span{font-size:var(--text-lg)}
  nav{display:none;position:absolute;top:100%;left:calc(-1 * var(--space-5));right:calc(-1 * var(--space-5));z-index:10;background:#fff;padding:var(--space-5);align-items:stretch;gap:var(--space-2);border-top:1px solid #d7dfe8}
  nav.open{display:flex;flex-direction:column}nav a{padding:var(--space-3);min-height:44px}.nav-cta{margin-top:var(--space-2)}
  .hero{min-height:0;padding-top:190px}.hero-content{padding-block:var(--space-10);padding-right:0;text-align:left}.hero h1{font-size:clamp(2.65rem,8vw,3.7rem);letter-spacing:-.04em;max-width:600px;line-height:1.13;margin:0}.desktop-break{display:none}
  .hero-description{font-size:var(--text-base);margin-inline:0;margin-block:var(--space-6) var(--space-8)}
  .hero-image{object-position:center 55%;top:0;width:100%;height:190px}
  .hero-bottom{display:block;padding-block:var(--space-3)}.hero-bottom>span{display:none}.hero-bottom a{justify-content:space-between}
  .about-grid,.approach-grid,.connect-grid{grid-template-columns:1fr;gap:var(--space-8)}
  .about-copy{max-width:560px}.approach-intro>p:last-child,.connect-intro>p:not(.eyebrow){max-width:560px}
  .eyebrow{margin-bottom:var(--space-5)}.approach-items article{gap:var(--space-4)}.contact-note{display:none}
  .footer-main{grid-template-columns:1fr;gap:var(--space-6);padding-block:var(--space-10)}.footer-main>p{display:none}.footer-brand{width:190px}
  .footer-links{flex-direction:row;flex-wrap:wrap;gap:var(--space-4)}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:var(--space-1)}
}
@media(max-width:440px){.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.hero h1{font-size:2.65rem}.submit{width:100%}.dialog-heading{align-items:flex-start}.dialog-heading h2{font-size:1.7rem}dialog{padding:var(--space-6)}}
