:root{--navy:#061f43;--navy-2:#0b2d59;--ink:#102338;--muted:#5d6c7d;--olive:#71812f;--gold:#c9a55b;--paper:#f7f8f5;--white:#fff;--line:#dbe2e5;--shadow:0 18px 55px rgba(6,31,67,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}.site-header{height:88px;padding:14px 5vw;display:flex;align-items:center;justify-content:space-between;background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.brand{height:60px;display:block}.brand img{height:60px;width:auto;object-fit:contain;object-position:left center}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:.92rem}.nav-cta,.button{background:var(--navy);color:var(--white)!important;border-radius:999px;padding:12px 20px;display:inline-block;text-decoration:none;transition:transform .2s,background .2s}.nav-cta:hover,.button:hover{background:var(--olive);transform:translateY(-2px)}.hero{min-height:650px;padding:110px 10vw 100px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:8vw;align-items:center;background:linear-gradient(125deg,#f7f8f5 0%,#eef2ef 70%,#e8eee7 100%)}.hero-copy{max-width:760px}.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--olive)}h1,h2,h3{line-height:1.1;margin:0 0 20px;font-family:Georgia,"Times New Roman",serif;font-weight:500}h1{font-size:clamp(3rem,6vw,5.7rem);letter-spacing:-.04em;color:var(--navy)}h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.03em;color:var(--navy)}h3{font-size:1.25rem;color:var(--navy)}.lead{font-size:1.25rem;color:var(--muted);max-width:620px;margin:0 0 34px}.hero-mark{border-left:1px solid var(--gold);padding:18px 0 18px 35px;display:flex;flex-direction:column;gap:12px;color:var(--navy);font-family:Georgia,serif;font-size:1.4rem}.hero-mark span:nth-child(2){color:var(--olive);margin-left:24px}.hero-mark span:nth-child(3){margin-left:48px}.section-pad{padding:110px 10vw}.problem-section h2,.dark-section h2{max-width:820px}.card-grid{display:grid;gap:18px;margin-top:48px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.soft-card,.service-card{padding:27px;border-radius:14px}.soft-card{background:var(--white);box-shadow:var(--shadow)}.soft-card p,.service-card p,.body-copy{color:var(--muted)}.soft-card h3,.service-card h3{font-size:1.1rem}.dark-section{background:var(--navy);color:var(--white)}.dark-section h2{color:var(--white)}.dark-section .eyebrow{color:var(--gold)}.service-card{border:1px solid rgba(255,255,255,.2);min-height:280px}.service-card h3{color:var(--white)}.service-card p{color:#c7d0dc}.number{display:block;color:var(--gold);font-size:.75rem;letter-spacing:.15em;margin-bottom:42px}.process{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw;background:var(--white)}.process-list{border-top:1px solid var(--line)}.process-list article{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.process-list article>span{color:var(--olive);font-weight:700}.process-list h3{margin:0 0 6px;font-family:inherit;font-size:1.05rem;font-weight:700}.process-list p{margin:0;color:var(--muted)}.profile{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:center}.profile-box{background:#edf1e8;padding:58px;border-left:4px solid var(--olive)}.profile-box h2{margin-bottom:12px}.role{font-weight:700;color:var(--olive)}.quote{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,3rem);color:var(--navy);line-height:1.2}.contact{background:linear-gradient(115deg,#e4eade,#f7f8f5)}.contact h2{max-width:800px}.contact-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px}.text-link{color:var(--navy);font-weight:600;text-decoration:none;border-bottom:1px solid var(--gold)}.site-footer{padding:28px 10vw;background:var(--navy);color:#d8e0eb;display:flex;justify-content:space-between;font-size:.85rem}@media(max-width:900px){.site-header{height:auto;gap:16px;align-items:flex-start}.site-header nav{gap:13px;flex-wrap:wrap;justify-content:flex-end}.site-header nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding:80px 7vw}.hero-mark{max-width:420px}.section-pad{padding:78px 7vw}.card-grid.four{grid-template-columns:repeat(2,1fr)}.process,.profile{grid-template-columns:1fr;gap:48px}.profile-box{padding:38px}.site-footer{padding:25px 7vw;gap:10px;flex-direction:column}}@media(max-width:560px){.brand img{max-width:180px;height:52px}.card-grid.four{grid-template-columns:1fr}.hero h1{font-size:3.1rem}.hero-mark{font-size:1.15rem}.button{font-size:.9rem}.contact-actions{align-items:flex-start;flex-direction:column}}
