:root{--ink:#142e29;--green:#143c32;--accent:#d9ee83;--muted:#50655e;--paper:#fff;--line:#d7e0dc;--soft:#f2f6f4}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,a,input,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #bb6b14;outline-offset:5px}a:hover{text-decoration:underline;text-underline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.14;font-weight:500;text-wrap:balance}h1{font-size:clamp(2.4rem,5.5vw,5.5rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.5vw,3.6rem);letter-spacing:-.035em}h3{font-size:1.45rem;letter-spacing:-.02em}p{max-width:72ch}img{display:block;max-width:100%}.skip{position:absolute;left:16px;top:-100px;background:#fff;padding:14px;z-index:100}.skip:focus{top:10px}.site-header{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 5vw;border-bottom:1px solid var(--line)}.brand img{width:160px;height:auto}.site-header nav{display:flex;gap:30px;flex-wrap:wrap;font-size:.9rem;font-weight:600}.header-cta{border:1px solid var(--ink);padding:12px 20px;font-size:.9rem;font-weight:600;display:flex;gap:24px;align-items:center}.hero{background:var(--green);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;padding:0 0 0 6vw}.hero-copy{padding:64px 6vw 56px 0;align-self:center}.eyebrow{font-size:.8rem;letter-spacing:.12em;font-weight:700;margin-bottom:25px;color:var(--muted)}.hero .eyebrow,.method .eyebrow,.contact .eyebrow,.service-hero .eyebrow{color:var(--accent)}.hero h1 em{display:block;margin-top:20px;color:var(--accent);font-family:Georgia,serif;font-weight:400;font-size:.58em;letter-spacing:-.02em;line-height:1.23}.hero-lead{font-size:1.1rem;line-height:1.75;max-width:61ch;margin:28px 0 32px;color:#dce8e2}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;gap:30px;align-items:center;justify-content:space-between;padding:16px 22px;background:var(--accent);color:var(--ink);font-size:.95rem;font-weight:700;line-height:1.4}.button:hover{background:#ecffab;text-decoration:none}.link-light{font-size:.95rem;text-decoration:underline;text-underline-offset:5px}.hero-photo{position:relative;min-height:640px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-photo figcaption{position:absolute;bottom:24px;left:24px;right:24px;background:#102d29e8;color:#fff;font-size:.75rem;letter-spacing:.11em;padding:14px 20px;text-align:center}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid #ffffff30;padding:22px 6vw 22px 0;color:#dae5df;font-size:.9rem;gap:20px}.section{padding:90px 6vw}.section-heading{display:grid;grid-template-columns:1fr 2fr;gap:20px 60px;margin-bottom:50px}.section-heading .eyebrow{grid-column:1}.section-heading h2{grid-column:2;grid-row:1/3}.section-heading>p:last-child{font-size:1rem;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{padding:32px;display:flex;flex-direction:column;gap:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}.service-card:hover{background:var(--soft)}.card-label{font-size:.75rem;letter-spacing:.12em;font-weight:700;color:var(--muted)}.service-card h3{max-width:24ch;min-height:2.3em}.service-card>p:not(.card-label){color:var(--muted);line-height:1.7}.text-link{display:inline-flex;align-items:center;gap:15px;font-size:.9rem;font-weight:700;line-height:1.6;overflow-wrap:anywhere}.service-card>.text-link{margin-top:auto;padding-top:8px}.text-link span{margin-left:auto}.method{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.method>div>p:last-child{color:#dce8e2;margin-top:26px}.method ol{list-style:none;padding:0;margin:0}.method li{display:flex;gap:30px;padding:26px 0;border-top:1px solid #ffffff30}.method li:first-child{padding-top:0;border:0}.method li>span{font-size:.8rem;color:var(--accent);padding-top:5px}.method li p{color:#dce8e2;margin-top:10px}.about{display:grid;grid-template-columns:1fr 2fr;gap:60px}.about p:not(.eyebrow){margin:26px 0;color:var(--muted);max-width:70ch}.ecosystem{background:var(--soft)}.domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.journey{background:white;padding:30px;border-top:3px solid var(--green)}.journey h3{margin-bottom:16px}.journey p{color:var(--muted);margin-bottom:20px}.journey a{display:block;font-size:.95rem;margin:10px 0;text-decoration:underline;text-underline-offset:4px}.contact{display:grid;grid-template-columns:1fr 2fr;gap:60px;background:#0d2a24;color:white}.contact h2{max-width:20ch}.contact p:not(.eyebrow){margin:25px 0;color:#dce8e2}.contact .email{display:inline-block;margin-left:24px;overflow-wrap:anywhere}.small{font-size:.85rem;line-height:1.6}footer{padding:35px 6vw;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap;font-size:.85rem}footer .brand img{width:140px}.service-hero{padding:30px 6vw 70px;background:var(--green);color:#fff}.service-hero h1{max-width:22ch;font-size:clamp(2.4rem,4.8vw,4.5rem)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;font-size:.85rem;color:#dce8e2;margin-bottom:55px}.service-content{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:8vw}.service-content h2{font-size:2rem;margin:36px 0 22px}.service-content h2:first-of-type{margin-top:0;font-size:2.7rem}.service-content p,.service-content li{line-height:1.85;color:var(--muted)}.service-content ul{padding-left:22px;list-style:disc}.service-content li{padding:8px 0}.service-content aside{align-self:start;background:var(--soft);padding:30px;border-top:3px solid var(--green)}.service-content aside p{margin:20px 0}.service-content aside h3{overflow-wrap:anywhere}.service-content aside hr{border:0;border-top:1px solid var(--line);margin:25px 0}.service-content aside a{margin:12px 0}.related{background:var(--soft);padding-top:65px}.related h2{margin-bottom:35px}.related .service-grid{background:#fff}.lead{font-size:1.1rem;color:var(--muted);margin:30px 0 50px}.prose{max-width:1000px;min-height:65vh}.prose p{margin:28px 0}.prose a{text-decoration:underline}.dark-button{margin-top:30px}.service-content .small a{text-decoration:underline}
@media(min-width:1500px){.hero-copy{padding-top:90px;padding-bottom:80px}.hero-photo{min-height:760px}}
@media(max-width:1050px){.site-header nav{gap:16px}.hero-copy{padding-right:4vw}.hero h1{font-size:3.7rem}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-grid{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr 1.5fr}.service-content{gap:40px}.contact{grid-template-columns:1fr 1.5fr;gap:35px}.hero-photo{min-height:600px}}
@media(max-width:720px){.site-header{padding:16px 6vw;gap:15px;flex-wrap:wrap}.site-header nav{order:3;width:100%;justify-content:space-between;font-size:.85rem;gap:10px}.brand img{width:132px}.header-cta{font-size:.85rem;padding:10px 13px}.hero{grid-template-columns:1fr;padding:0}.hero-copy{padding:42px 6vw}.hero h1{font-size:clamp(2.7rem,10vw,4rem);letter-spacing:-.035em}.hero-photo{min-height:300px;max-height:300px}.hero-photo img{object-position:center 66%}.hero-bottom{padding:18px 6vw;font-size:.8rem;gap:12px}.section{padding:60px 6vw}.section-heading,.about,.method,.contact,.service-content{grid-template-columns:1fr;gap:28px}.section-heading h2{grid-column:1;grid-row:auto}.section-heading .eyebrow{margin-bottom:0}.section-heading{margin-bottom:35px}.service-grid{grid-template-columns:1fr}.service-card{padding:26px}.service-card h3{min-height:0}.method{gap:40px}.contact .email{display:block;margin:24px 0 0}.service-hero{padding:25px 6vw 45px}.breadcrumbs{margin-bottom:35px}.service-content h2:first-of-type{font-size:2.2rem}.service-hero h1{font-size:2.65rem}.contact h2{max-width:100%}footer{padding:30px 6vw;align-items:flex-start;flex-direction:column}.eyebrow{font-size:.75rem}.hero-lead{font-size:1rem}.actions{gap:20px}.service-content aside{padding:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Approved lifecycle artwork; readable semantic equivalent on narrow screens. */
.hero-with-lifecycle{display:block;padding:0;background:#092c26}.hero-with-lifecycle .hero-copy{padding:58px 6vw 12px;max-width:1200px;margin:auto}.hero-with-lifecycle .hero-copy h1{font-size:clamp(2.5rem,5vw,4.6rem)}.hero-with-lifecycle .hero-copy h1 br{display:none}.hero-with-lifecycle .hero-copy h1 br:after{content:" "}.hero-with-lifecycle .hero-bottom{padding:22px 6vw}.lifecycle{position:relative;max-width:1440px;margin:0 auto}.lifecycle-art{width:100%;height:auto}.lifecycle-readable{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.lifecycle-detail{display:none}
@media(max-width:1000px){.lifecycle-art{display:none}.lifecycle-readable{position:static;width:auto;height:auto;overflow:visible;clip-path:none;padding:20px 6vw 45px}.lifecycle-detail{display:block;width:min(100%,420px);height:auto;margin:auto}.lifecycle-readable>ol{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:32px}.lifecycle-readable>ol>li{padding:24px 0;border-top:1px solid #477268;position:relative}.lifecycle-number{font-size:.9rem;letter-spacing:.15em;color:#d9dfa0}.lifecycle-readable h2{font-family:Georgia,serif;font-size:2.1rem;margin:12px 0}.lifecycle-readable p{color:#b7d8cb;margin:12px 0}.lifecycle-readable ul{padding-left:20px;list-style:disc;font-size:1rem;color:#edf3e9}.lifecycle-readable ul li{margin:9px 0}.lifecycle-return{text-align:center}}
@media(max-width:600px){.lifecycle-readable>ol{grid-template-columns:1fr;gap:6px}.lifecycle-readable>ol>li:not(:last-child):after{content:"↓";display:block;color:#d9dfa0;font-size:1.7rem;margin-top:20px}}

.service-photo{width:100%;aspect-ratio:3/2;height:auto;object-fit:cover;background:#f5f7f7}.service-photo.fit-contain{object-fit:contain}.service-card>.service-photo{height:auto;flex:none}.service-content aside>.service-photo{margin-bottom:24px}

.office-address{font-style:normal;margin-top:24px;color:#dce8e2}

.office-map{margin-top:24px;width:100%;min-width:0}.office-map iframe{display:block;width:100%;height:360px;border:0;border-radius:8px;background:#edf2ef}.map-directions{display:inline-block;margin-top:12px;text-decoration:underline;text-underline-offset:4px}@media(max-width:720px){.office-map iframe{height:280px}}

.lifecycle-actions{justify-content:center;padding:8px 6vw 42px;max-width:1440px;margin:auto}.lifecycle-readable>h1{font-size:clamp(2.3rem,6vw,4rem);text-align:center}.lifecycle-readable>.lifecycle-subtitle{text-align:center;margin:18px auto 28px}@media(max-width:600px){.lifecycle-actions{flex-direction:column;gap:22px;padding-bottom:34px}.lifecycle-actions .button{width:100%;max-width:350px}}

.office-location{margin-top:32px;padding:24px;border-left:4px solid #d7ef91;background:#fff;color:#0d2a24;border-radius:4px}.office-location h3{font-size:1rem;font-weight:700;margin:0 0 12px}.office-location .office-address{margin:0;color:#0d2a24;font-size:1.25rem;line-height:1.6;font-weight:600;overflow-wrap:anywhere}

.about .ppo-team{grid-column:1/-1;width:100%;margin-top:48px}
.ppo-team>h2{font-size:2rem;margin-bottom:32px}
.ppo-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}
.ppo-team-card{min-width:0;background:#fff;color:#0d2a24;border-top:3px solid #799786}
.ppo-team-card>img{display:block;width:100%;height:360px;object-fit:contain;background:#eef2f0;padding:20px}
.ppo-team-profile{padding:28px}
.ppo-team-profile h3{font-size:1.8rem;margin:12px 0 20px}
.ppo-team-profile p{font-size:1rem;line-height:1.75;color:#29463d}
.ppo-team-role{font-weight:600}
.ppo-team-lines{white-space:pre-line}
.ppo-team-credentials{border-top:1px solid #ccd8d2;padding-top:20px;margin-top:24px}
@media(max-width:760px){.ppo-team-grid{grid-template-columns:1fr;gap:28px}.ppo-team-profile{padding:22px}.ppo-team-card>img{height:300px}}
