
:root{color-scheme:dark;--bg:#101B27;--surface:#192A36;--surface2:#1D303E;--ink:#F2F5F2;--muted:#AEBCC2;--line:#344650;--accent:#B8E36A;font-family:Inter,Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 90% 0%,#1D3445 0,transparent 30%),var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}header{position:sticky;top:0;z-index:10;background:#101B27ed;backdrop-filter:blur(18px);border-bottom:1px solid #ffffff18}.topbar{max-width:1380px;margin:auto;padding:16px 28px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-size:19px;letter-spacing:.2em;font-weight:800;white-space:nowrap}.brand svg{width:35px;height:35px;stroke:var(--ink);stroke-width:9;fill:none;stroke-linecap:square;stroke-linejoin:bevel}nav{display:flex;align-items:center;gap:18px;margin-left:auto}nav a,.morebtn{font-size:12px;color:#D7E1E1;white-space:nowrap}nav a:hover,.morebtn:hover{color:var(--accent)}.more{position:relative}.morebtn{background:none;border:0;padding:12px}.dropdown{display:none;position:absolute;right:0;top:100%;min-width:230px;padding:12px;background:#192A36;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px #0008}.more:focus-within .dropdown,.more:hover .dropdown{display:grid;gap:12px}.topbar>.button{font-size:11px;padding:12px 15px}.menu{display:none;margin-left:auto;background:none;color:var(--ink);border:1px solid var(--line);padding:9px 12px;border-radius:10px}main{max-width:1320px;margin:auto;padding:24px 28px 90px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.2rem,6vw,6.8rem);letter-spacing:-.065em;line-height:1.015;max-width:850px}h2{font-size:clamp(2.1rem,4vw,4.7rem);letter-spacing:-.052em;line-height:1.08}h3{font-size:clamp(1.4rem,2vw,2rem);letter-spacing:-.035em;line-height:1.15}p{line-height:1.65;color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:800;color:var(--accent);text-transform:uppercase;display:block;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#101B27!important;border:1px solid var(--accent);border-radius:9px;font-weight:800;padding:16px 22px;font-size:14px;letter-spacing:-.01em}.button:hover{background:#CDF08D}.textlink,.subtle{display:inline-block;color:var(--accent);font-weight:700;font-size:14px}.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:34px}.hero,.statement,.section,.risk,.cta,.formsection,.legal{border:1px solid var(--line);border-radius:25px;margin-bottom:18px;overflow:hidden}.hero{min-height:650px;display:grid;grid-template-columns:1.15fr .85fr;background:linear-gradient(130deg,#172632,#101B27 75%)}.herocopy{padding:clamp(34px,5vw,78px);align-self:center;position:relative;z-index:1}.herocopy p{max-width:630px;font-size:17px}.heroart,.heroaside{position:relative;min-height:500px;background:radial-gradient(circle at center,#283E4C 0%,#172632 37%,transparent 68%);display:grid;place-items:center;overflow:hidden}.heroaside{background:radial-gradient(circle at center,#2A4150 0%,#192A36 38%,transparent 69%);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:55px;color:var(--muted);font-size:11px;letter-spacing:.18em}.heroaside svg{width:min(60%,300px);align-self:center;stroke:#F2F5F2;fill:none;stroke-width:5}.heroart svg{width:100%;height:100%;stroke:var(--ink);stroke-width:4;fill:none}.core{width:clamp(180px,22vw,280px);filter:drop-shadow(0 0 28px #B8E36A40);animation:float 8s ease-in-out infinite}.orbit{position:absolute;border:1px solid #B8E36A55;border-radius:50%;width:75%;aspect-ratio:1;transform:rotate(-28deg) scaleY(.55)}.orbit-b{width:100%;transform:rotate(33deg) scaleY(.45);opacity:.4}.node{position:absolute;font-size:10px;letter-spacing:.16em;color:var(--accent);border:1px solid #B8E36A55;background:#152632;padding:9px 12px;border-radius:30px}.n1{top:19%;left:8%}.n2{top:19%;right:6%}.n3{bottom:18%;left:5%}.n4{bottom:18%;right:8%}.statement{padding:clamp(35px,6vw,85px);background:#192A36}.statement h2{max-width:1050px;margin:0}.statement em{color:var(--accent);font-style:normal}.statement p{max-width:760px;margin:25px 0 0;font-size:18px}.statement .textlink{margin-top:30px}.section{padding:clamp(28px,4vw,55px);background:#101B27}.sectionhead{display:flex;justify-content:space-between;align-items:start;gap:40px;margin-bottom:28px}.sectionhead h2{max-width:800px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card{min-height:215px;padding:26px;border:1px solid #344650;border-radius:18px;background:linear-gradient(145deg,#203440,#192A36);display:flex;flex-direction:column;transition:transform .25s,border-color .25s}.card:hover{transform:translateY(-4px);border-color:#B8E36A}.card .eyebrow{font-size:10px;margin-bottom:30px}.card h3{margin-bottom:12px}.card p{font-size:15px;margin-bottom:15px}.card .textlink{margin-top:auto}.two .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two .card{min-height:350px}.process .grid{grid-template-columns:repeat(4,minmax(0,1fr))}.process .card{min-height:180px}.sectionnote{font-size:17px;padding-top:22px}.lifecycle{display:flex;justify-content:space-between;gap:10px;border-top:2px solid var(--accent);max-width:830px;margin-top:40px;padding-top:15px;color:var(--accent);font-size:11px;letter-spacing:.15em}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:35px}.chips span{border:1px solid var(--line);padding:12px 17px;border-radius:30px;font-size:13px;color:var(--muted)}.accent{color:var(--accent)!important;font-weight:800}.risk{padding:45px 55px;background:#1C2E3B}.risk h2{max-width:900px}.risk p{max-width:900px;font-size:17px}.cta{padding:clamp(40px,6vw,80px);background:radial-gradient(circle at 92% 20%,#2F4A53 0,transparent 32%),#172A39}.cta h2{max-width:940px}.cta p{font-size:17px}.cta .button{margin-top:20px}.formsection{padding:clamp(28px,5vw,70px);background:#192A36}.formsection>p{max-width:700px}.formsection form{max-width:850px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.formsection label{display:block;font-size:14px;font-weight:650;margin:14px 0}.formsection input,.formsection select,.formsection textarea{display:block;width:100%;margin-top:8px;background:#101B27;color:var(--ink);border:1px solid #4D6270;border-radius:9px;padding:15px;min-height:50px}.formsection textarea{resize:vertical}.formsection small{display:block;max-width:720px;color:var(--muted);line-height:1.6;margin-top:18px}.formstatus{color:var(--accent)}.legal{padding:clamp(40px,7vw,100px);min-height:55vh}.legal p{max-width:650px}footer{border-top:1px solid var(--line);background:#101B27;padding:65px 28px 35px}.footerinner{max-width:1264px;margin:auto}.footgrid{display:grid;grid-template-columns:2.2fr repeat(3,1fr);gap:40px}.footgrid h4{font-size:11px;letter-spacing:.15em;color:var(--accent);text-transform:uppercase}.footgrid a,.footgrid span{display:block;color:var(--muted);font-size:13px;margin:12px 0}.footgrid a:hover{color:var(--accent)}.qualification{border-top:1px solid var(--line);padding-top:22px;margin-top:45px;font-size:12px;max-width:1100px}.footbrand p{max-width:310px;margin-top:18px}.footbrand .brand{display:inline-flex}.copyright{font-size:12px;color:var(--muted);margin-top:30px}@keyframes float{50%{transform:translateY(-14px)}}@media(max-width:1050px){nav{display:none;position:absolute;top:69px;left:0;right:0;background:#192A36;padding:22px;flex-direction:column;align-items:stretch;gap:17px;border-bottom:1px solid var(--line)}nav.open{display:flex}.more .dropdown{display:grid;position:static;box-shadow:none;border:0;background:transparent;padding:5px 15px}.menu{display:block}.topbar>.button{display:none}.hero{grid-template-columns:1fr 0.8fr}.footgrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){main{padding:12px 12px 55px}.topbar{padding:13px 16px}.brand{font-size:17px}.hero{display:flex;flex-direction:column;min-height:0}.herocopy{padding:42px 25px 24px}.heroart,.heroaside{min-height:310px}.heroaside{padding:25px}.heroaside svg{max-height:180px}.node{font-size:8px;padding:6px}.actions{gap:20px}.statement,.section,.risk,.cta,.formsection,.legal{border-radius:19px}.statement,.section,.risk,.cta,.formsection{padding:29px 23px}.grid,.two .grid,.process .grid,.formgrid{grid-template-columns:1fr}.card,.two .card,.process .card{min-height:0}.card .eyebrow{margin-bottom:20px}.sectionhead{display:block}.footgrid{grid-template-columns:1fr 1fr;gap:20px}.footbrand{grid-column:1/-1}.lifecycle{font-size:9px}.hero h1{font-size:clamp(2.8rem,11vw,4rem)}.hero p{font-size:16px}}@media(max-width:350px){.button{padding:14px}.footgrid{grid-template-columns:1fr}.hero h1{font-size:2.6rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.brand{gap:7px;letter-spacing:0}.brand .brandmark{width:34px;height:34px;object-fit:contain}.brand .wordmark{width:126px;height:auto;object-fit:contain}.heroaside img{width:min(60%,300px);align-self:center;object-fit:contain}.core img{display:block;width:100%;height:auto}.eyebrow,.footgrid h4{text-transform:none}.footgrid a{margin:0 0 9px;line-height:1.45}.footgrid h4{margin-top:0;margin-bottom:19px}.footgrid a span{display:none}.footbrand .brandmark{width:36px;height:36px}.footbrand .wordmark{width:135px}@media(max-width:700px){.brand .wordmark{width:114px}.brand .brandmark{width:30px;height:30px}}
/* Final Alignment And Rhythm Pass */
body{text-align:left}main>*{scroll-margin-top:92px}h1,h2,h3,p,.eyebrow,.footgrid,.card,.formsection{text-align:left}.sectionhead{display:block;margin-bottom:32px}.sectionhead .eyebrow{margin-bottom:15px}.sectionhead h2{margin-bottom:0;max-width:900px}.section .grid{align-items:stretch}.card{height:100%;align-items:flex-start}.card h3,.card p{width:100%}.card .textlink{align-self:flex-start}.hero{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr)}.herocopy{min-width:0}.herocopy h1{overflow-wrap:normal}.heroaside{align-items:flex-start;text-align:left}.heroaside img{align-self:center}.heroaside small{align-self:flex-start}.actions{justify-content:flex-start}.cta .button{justify-self:start}.footgrid{grid-template-columns:minmax(240px,1.35fr) minmax(350px,1.8fr) minmax(150px,.75fr) minmax(170px,.8fr);gap:clamp(24px,3vw,54px);align-items:start}.footnav{min-width:0}.footlinks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:25px;row-gap:4px}.footlinks a{min-width:0}.footgrid h4{line-height:1.4}.qualification{max-width:1050px;margin-top:52px;line-height:1.6}.footbrand .brand{margin-bottom:4px}.footbrand p{max-width:285px}.process .card{min-height:190px}.lifecycle{text-align:left}.lifecycle span{text-align:left}.formsection form{margin-left:0;margin-right:auto}.formsection label{text-align:left}
@media(max-width:1180px){.topbar nav{gap:10px}.topbar nav a,.morebtn{font-size:11px}.topbar>.button{display:none}.footgrid{grid-template-columns:1.25fr 1.6fr 1fr;gap:28px}.footgrid>div:last-child{grid-column:3}.hero{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}}
@media(max-width:900px){.hero{grid-template-columns:1fr}.heroart,.heroaside{min-height:380px}.herocopy{padding-bottom:36px}.footgrid{grid-template-columns:1fr 1.35fr}.footgrid>div:last-child{grid-column:auto}}
@media(max-width:700px){.sectionhead{margin-bottom:24px}.sectionhead .eyebrow{margin-bottom:14px}.heroart,.heroaside{min-height:300px}.footgrid{grid-template-columns:1fr 1fr;gap:34px 18px}.footnav{grid-column:1/-1}.footlinks{grid-template-columns:1fr 1fr;column-gap:16px}.footgrid>div:last-child{grid-column:auto}.qualification{margin-top:36px}.process .card{min-height:0}}
@media(max-width:420px){.footgrid{grid-template-columns:1fr}.footnav,.footbrand{grid-column:1}.footlinks{grid-template-columns:1fr 1fr}.hero h1{overflow-wrap:break-word}}

/* Mobile editorial rhythm: content leads; the header carries the brand mark. */
.mobile-space{display:none}
@media(max-width:900px){.hero{display:block;min-height:0}.heroart,.heroaside{display:none}.herocopy{padding:clamp(34px,5vw,58px)}}
@media(max-width:700px){
 html{scroll-padding-top:16px}
 header{position:relative}
 main{padding:14px 12px 48px}
 .hero,.statement,.section,.risk,.cta,.formsection,.legal{margin-bottom:14px}
 .hero{display:block;min-height:0}
 .heroart,.heroaside{display:none}
 .herocopy{padding:34px 25px 36px}
 .herocopy h1,.legal h1{font-size:clamp(2.25rem,9vw,3.25rem);line-height:1.12;letter-spacing:-.045em;overflow-wrap:normal;margin-bottom:22px}
 .herocopy p{font-size:1rem;line-height:1.65;margin-bottom:0}
 .section h2,.statement h2,.risk h2,.cta h2,.formsection h2{font-size:clamp(1.9rem,7.6vw,2.55rem);line-height:1.16;letter-spacing:-.04em;overflow-wrap:normal}
 .card h3{font-size:clamp(1.35rem,5.5vw,1.75rem);line-height:1.19}
 .statement,.section,.risk,.cta,.formsection{padding:32px 25px}
 .statement h2{margin:0}
 .statement h2 em{display:block;margin-top:.16em}
 .statement p,.risk p,.cta p,.sectionnote{font-size:1rem;line-height:1.63;margin-top:22px}
 .statement .textlink{margin-top:24px}
 .mobile-space{display:inline}
 .hero br,.statement br,.cta br,.footbrand br{display:none}
 .eyebrow{line-height:1.45;letter-spacing:.13em;margin-bottom:18px}
 .actions{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-top:28px}
 .button{min-height:52px;white-space:normal;text-align:left;line-height:1.35;padding:14px 18px}
 .button span,.textlink span,.subtle span{font-family:Arial,sans-serif;font-variant-emoji:text}
 .subtle,.textlink{line-height:1.4}
 .lifecycle{gap:8px;margin-top:32px;padding-top:16px;letter-spacing:.06em}
 .lifecycle span{font-size:10px;line-height:1.35;max-width:33%}
 .lifecycle span:nth-child(2){text-align:center}
 .lifecycle span:last-child{text-align:right}
 .card{padding:24px}.card p{font-size:1rem;line-height:1.58}
 .formsection label{line-height:1.4}
}
@media(max-width:380px){.herocopy{padding:30px 22px 34px}.statement,.section,.risk,.cta,.formsection{padding:28px 21px}.herocopy h1,.legal h1{font-size:2.13rem}.section h2,.statement h2,.risk h2,.cta h2,.formsection h2{font-size:1.8rem}}
.directcontact{margin-top:28px}.directcontact p{margin:0 0 18px;max-width:680px}.directcontact .button{display:inline-flex}.directcontact small{display:block;margin-top:20px}.contactdetails{display:flex;flex-wrap:wrap;gap:20px 54px;margin:26px 0 34px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contactdetails .eyebrow{display:block;margin-bottom:9px}.contactdetails a{color:var(--ink);font-size:1.1rem;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:5px;overflow-wrap:anywhere}.contactdetails a:hover{color:var(--accent)}