@font-face { font-family:"Geist Web"; src:url('assets/fonts/geist-variable.woff2?v=6') format('woff2'); font-style:normal; font-weight:100 900; font-display:swap; }

:root { --navy:#06479b; --ink:#14213d; --muted:#5c687c; --cream:#f6faf9; --orange:#f28a00; --coral:#ef573d; --green:#62b48a; --blue:#079bce; --gutter:max(5vw,calc((100vw - 1320px)/2)); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:white; font-family:"Geist Web", Arial, Helvetica, sans-serif; font-size:1em; font-weight:350; line-height:1.6; }
a { color:inherit; text-decoration:none; }
.site-header { height:110px; padding:16px var(--gutter); display:flex; align-items:center; gap:42px; background:#fff; position:sticky; top:0; z-index:20; box-shadow:0 5px 20px rgba(17,47,80,.06); }
.brand { margin-right:auto; display:block; }
.brand img { display:block; width:245px; height:78px; object-fit:contain; object-position:left center; }
nav { display:flex; gap:38px; font-weight:600; color:var(--navy); }
nav a:hover { color:var(--coral); }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:13px 27px; border:2px solid var(--navy); border-radius:8px; background:var(--navy); color:white; font-weight:700; transition:.2s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 9px 24px rgba(6,71,155,.18); }
.button-outline { background:var(--navy); color:#fff; min-height:48px; }
.hero { min-height:625px; display:grid; grid-template-columns:47% 53%; background:linear-gradient(115deg,#eef9fb 0%,#f7fbfa 47%,#fff 47%); position:relative; overflow:hidden; }
.hero-copy { padding:118px 7vw 130px var(--gutter); position:relative; z-index:2; }
.eyebrow { margin:0 0 17px; color:#4e9877; font-size:1.12em; font-weight:800; letter-spacing:.04em; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-weight:650; }
h3 { font-weight:700; }
p { font-size:1.05em; }
h3 { font-size:1.3em; }
h1 { max-width:640px; margin-bottom:23px; color:var(--navy); font-size:clamp(48px,4.7vw,76px); line-height:1.04; letter-spacing:-.045em; }
.lead { max-width:610px; margin-bottom:31px; line-height:1.72; }
.actions { display:flex; align-items:center; gap:36px; }
.text-link { color:var(--navy); font-weight:600; border-bottom:2px solid var(--navy); }
.hero-image { min-height:625px; margin-left:-32px; border-left:14px solid #73b99a; border-radius:48% 0 0 48% / 52% 0 0 48%; background:url('assets/hero-production.png') center/cover no-repeat; position:relative; z-index:1; }
.hero-rings { display:none; }
.promise-strip { width:min(1320px,92vw); margin:-72px auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:28px; position:relative; z-index:4; }
.promise { min-height:145px; display:flex; align-items:center; gap:22px; padding:32px; background:white; border-radius:18px; border-top:7px solid; box-shadow:0 16px 40px rgba(16,51,82,.13); color:var(--navy); }
.promise span { width:58px; height:58px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; color:white; font-size:28px; }
.orange { --accent:var(--orange); } .green { --accent:var(--green); } .blue { --accent:var(--blue); }
.vallei { --accent:#8caf12; } .simone { --accent:#efad13; } .ajeka { --accent:#6f62ad; } .wendela { --accent:#f28a00; } .cirkel { --accent:#0755a5; } .bijmam { --accent:#f47b68; }
.promise { border-color:var(--accent); } .promise span { background:var(--accent); }
.section { padding:110px var(--gutter); }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:start; }
h2 { margin-bottom:22px; color:var(--navy); font-size:clamp(38px,4vw,58px); line-height:1.12; letter-spacing:-.035em; }
.intro-text { color:var(--muted); }
.desktop-intro-heading { margin:0 0 17px; color:var(--navy); line-height:1.3; }
.intro-text p { margin-bottom:0; }
.intro-text p + p { margin-top:24px; }
.providers { background:#f3f8f7; }
.section-heading { max-width:700px; margin-bottom:52px; }
.section-heading > p:last-child { color:var(--muted); }
.provider-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; }
.provider-card { min-height:390px; padding:35px; background:white; border-radius:18px; border-top:6px solid var(--accent); box-shadow:0 10px 30px rgba(17,52,74,.07); display:flex; flex-direction:column; }
.provider-icon { width:62px; height:62px; margin-bottom:22px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--accent); }
.provider-icon svg { width:40px; height:34px; fill:none; stroke:currentColor; stroke-width:5; stroke-linecap:round; stroke-linejoin:round; }
.provider-icon svg.filled-mark { fill:currentColor; stroke:none; }
.provider-icon svg.spiral-mark { width:44px; height:38px; stroke-width:5; }
.discipline { margin-bottom:8px; color:var(--accent); font-weight:600; text-transform:uppercase; letter-spacing:.13em; }
.provider-card h3 { margin-bottom:2px; color:var(--navy); line-height:1.3; }
.person { color:var(--muted); font-weight:600; }
.placeholder { margin-bottom:28px; color:var(--muted); }
.provider-card a { margin-top:auto; color:var(--navy); font-weight:600; }
.provider-card a span { float:right; }
.guide { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; align-items:center; }
.guide-copy > p:last-child { color:var(--muted); }
.need-list article { display:grid; grid-template-columns:50px 1fr 28px; gap:20px; align-items:center; padding:25px 0; border-bottom:1px solid #dce5e7; }
.need-list article > span { color:var(--green); font-weight:600; }
.need-list h3 { margin-bottom:3px; color:var(--navy); }
.need-list p { margin:0; color:var(--muted); }
.need-list b { color:var(--navy); }
.location { display:grid; grid-template-columns:1.15fr .85fr; gap:8vw; align-items:center; background:#fff; }
.map-card { min-height:480px; position:relative; overflow:hidden; background:#d8f0ea; border:2px solid var(--green); border-radius:24px; box-shadow:0 14px 36px rgba(6,71,155,.12); }
.map-card iframe { width:100%; height:100%; min-height:480px; display:block; border:0; }
.location-copy > p:not(.eyebrow) { color:var(--muted); }
dl { margin:28px 0; }
dl div { padding:12px 0; border-bottom:1px solid #d5e2e0; display:grid; grid-template-columns:130px 1fr; }
dt { font-weight:600; color:var(--navy); } dd { margin:0; color:var(--muted); }
.contact { padding:78px var(--gutter); display:flex; justify-content:space-between; align-items:center; gap:50px; background:var(--navy); color:white; }
.contact h2 { max-width:850px; margin:0; color:white; font-size:clamp(32px,3.4vw,50px); }
.eyebrow.light { color:#aee4cf; }
.button-light { flex:0 0 auto; background:white; border-color:white; color:var(--navy); }
footer { min-height:150px; padding:35px var(--gutter); display:grid; grid-template-columns:auto 1fr auto; align-items:center; column-gap:30px; color:var(--muted); }
footer img { width:205px; height:75px; object-fit:contain; object-position:left center; }
.footer-slogan { margin:0; text-align:left; }
footer p:last-child { margin:0; text-align:right; }
button,
input,
select,
textarea { font:inherit; }
@media (max-width:950px) { nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:75px var(--gutter) 48px}.hero-image{min-height:420px;margin-left:8vw;border-radius:48% 0 0 48% / 52% 0 0 48%}.promise-strip{grid-template-columns:1fr;margin-top:-45px}.intro,.location{grid-template-columns:1fr}.intro{gap:28px}.provider-grid{grid-template-columns:repeat(2,1fr)}.contact{align-items:flex-start;flex-direction:column} }
@media (max-width:620px) { :root{--gutter:24px}.site-header{height:82px;padding:10px var(--gutter)}.brand img{width:180px;height:60px}.header-button{display:none}h1{font-size:45px}.hero-copy{padding:48px var(--gutter) 28px}.hero-image{min-height:320px;margin-left:24px;border-left-width:9px}.promise-strip{width:calc(100% - 32px);gap:14px}.promise{min-height:105px;padding:20px}.promise span{width:45px;height:45px}.section{padding:58px var(--gutter)}.intro{gap:0}.intro h2{margin-bottom:6px}.desktop-intro-heading{display:none}.provider-grid{grid-template-columns:1fr}.provider-card{min-height:0}.provider-card a{margin-top:0}.placeholder{margin-bottom:24px}.location{padding-left:var(--gutter);padding-right:var(--gutter)}.map-card,.map-card iframe{min-height:330px}.contact{padding-top:58px;padding-bottom:58px}.actions{align-items:flex-start;flex-direction:column;gap:20px}footer{min-height:0;padding-top:26px;padding-bottom:26px;grid-template-columns:1fr;gap:4px}footer img,.footer-slogan,footer p:last-child{text-align:left}footer p:last-child{margin-top:20px} }
