:root{--color-navy:#1a2530;--color-navy-light:#243340;--color-yellow:#ffc300;--color-white:#fff;--color-muted:#c5cbd1;--color-border:#ffffff29}*{box-sizing:border-box}html{background:var(--color-navy)}body{background:var(--color-navy);color:var(--color-white);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{max-width:1200px;margin:0 auto;padding:4rem 2rem}.preview-banner{background:var(--color-yellow);color:var(--color-navy);padding:.75rem 2rem}.preview-banner p{max-width:1136px;margin:0 auto;line-height:1.5}.page-shell{flex-direction:column;gap:clamp(5rem,10vw,8rem);min-height:calc(100vh - 10rem);display:flex}.hero{flex-direction:column;justify-content:center;min-height:min(720px,72vh);padding:clamp(2rem,7vw,6rem) 0;display:flex}.page-intro{min-height:auto;padding-bottom:1rem}.eyebrow{color:var(--color-yellow);letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.85rem;font-weight:700}h1{letter-spacing:-.05em;max-width:900px;margin:0;font-size:clamp(2.75rem,7.5vw,6.75rem);line-height:.98}h2{letter-spacing:-.035em;max-width:800px;margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}h3{margin:0;font-size:1.25rem;line-height:1.3}.lead{max-width:750px;color:var(--color-muted);margin:2rem 0 0;font-size:clamp(1.25rem,2.5vw,2rem);line-height:1.45}.actions{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.button{border:2px solid var(--color-yellow);justify-content:center;align-items:center;min-height:48px;padding:.75rem 1.1rem;font-weight:750;text-decoration:none;display:inline-flex}.button-primary{background:var(--color-yellow);color:var(--color-navy)}.button-secondary{color:var(--color-white)}.button:hover,.button:focus-visible{background:var(--color-white);border-color:var(--color-white);color:var(--color-navy)}.site-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 2rem;width:min(100%,1200px);margin:0 auto;padding:1.5rem 2rem;display:flex}.site-header a{color:var(--color-white);font-weight:700;text-decoration:none}.site-header nav a{color:var(--color-muted)}.site-header a[aria-current=page]{color:var(--color-yellow);text-underline-offset:.5rem;text-decoration:underline .2rem}.site-header a:hover,.site-header a:focus-visible{color:var(--color-yellow)}.site-header nav{flex-wrap:wrap;justify-content:flex-end;gap:.25rem .5rem;display:flex}.skip-link{z-index:1000;background:var(--color-yellow);color:var(--color-navy);padding:.75rem 1rem;font-weight:700;text-decoration:none;position:fixed;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--color-yellow);outline-offset:4px}.site-header a{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:inline-flex}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.content-section{border-top:1px solid var(--color-border);padding-top:clamp(3rem,6vw,5rem)}.content-section>h2+*,.content-section>.card-grid,.content-section>.text-link{margin-top:2rem}.card-grid{gap:1rem;display:grid}.card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--color-border);background:var(--color-navy-light);padding:clamp(1.5rem,3vw,2rem)}.card p,.card ul{margin-bottom:0}.card p,.section-copy,.service-section>div:last-child,.callout p,.process-list,.check-list,.findings-list{font-size:1.05rem;line-height:1.7}.card p,.section-copy p,.service-section p,.callout p,.process-list span,.check-list,.findings-list dd{color:var(--color-muted)}.split-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,7vw,6rem);display:grid}.section-copy p:first-child,.service-section p:first-of-type,.callout p:first-of-type{margin-top:0}.section-copy p:last-child,.service-section p:last-child,.callout p:last-child{margin-bottom:0}.text-link{min-height:44px;color:var(--color-white);text-underline-offset:.35rem;align-items:center;gap:.5rem;font-weight:700;display:inline-flex}.text-link:hover,.text-link:focus-visible{color:var(--color-yellow)}.service-section{border-top:1px solid var(--color-border);grid-template-columns:5rem minmax(0,800px);gap:clamp(1rem,4vw,3rem);padding-top:clamp(3rem,6vw,5rem);display:grid}.section-number{color:var(--color-yellow);letter-spacing:.16em;font-size:1rem;font-weight:800}.service-section h2+p{margin-top:1.5rem}.check-list{padding-left:1.3rem}.check-list li{padding-left:.35rem}.check-list li+li{margin-top:.5rem}.check-list li::marker{color:var(--color-yellow)}.note{border-left:4px solid var(--color-yellow);background:var(--color-navy-light);color:var(--color-white);margin-top:2rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.6}.findings-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:2rem 0 0;display:grid}.findings-list div{border:1px solid var(--color-border);padding:1.25rem}.findings-list dt{font-weight:800}.findings-list dd{margin:.5rem 0 0}.callout{background:var(--color-navy-light);border-top:5px solid var(--color-yellow);padding:clamp(2rem,5vw,4rem)}.callout p{max-width:800px}.callout h2+p{margin-top:1.5rem}.callout .button{margin-top:1rem}.credential-card{border:1px solid var(--color-border);background:var(--color-navy-light);max-width:900px;padding:clamp(2rem,6vw,4rem)}.status-label{color:var(--color-yellow);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.9rem;font-weight:800}.status-badge{letter-spacing:.08em;text-transform:uppercase;border:2px solid;align-items:center;min-height:32px;margin-bottom:1rem;padding:.3rem .65rem;font-size:.8rem;font-weight:800;display:inline-flex}.status-current{color:var(--color-white)}.status-planned,.status-draft{color:var(--color-yellow)}.process-list{counter-reset:process;margin:0;padding:0;list-style:none}.process-list li{counter-increment:process;grid-template-columns:2.5rem 1fr;column-gap:1rem;padding:0 0 1.5rem;display:grid}.process-list li:before{content:counter(process, decimal-leading-zero);color:var(--color-yellow);grid-row:span 2;font-weight:800}.process-list strong,.process-list span{display:block}.coming-soon-body{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.coming-soon-header,.coming-soon-footer{width:min(100%,1200px);margin:0 auto;padding:1.5rem 2rem}.coming-soon-header .brand{font-weight:800}.coming-soon-main{flex-direction:column;justify-content:center;width:100%;min-height:0;display:flex}.coming-soon-note{border-top:1px solid var(--color-border);max-width:650px;color:var(--color-muted);margin:2rem 0 0;padding-top:1.5rem;font-size:1rem;line-height:1.6}.coming-soon-footer{border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.9rem}.coming-soon-footer p{margin:0}.site-footer{max-width:1200px;color:var(--color-muted);border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:2rem;font-size:.9rem;display:flex}.site-footer p{margin:0}.site-footer nav{flex-wrap:wrap;gap:1.5rem;display:flex}.site-footer a{color:var(--color-white);text-underline-offset:.25rem}.site-footer a:hover,.site-footer a:focus-visible{color:var(--color-yellow)}.site-footer a[aria-current=page]{color:var(--color-yellow);font-weight:700;text-decoration-thickness:.2rem}@media (width<=600px){.preview-banner{padding:.75rem 1rem}.site-header{flex-direction:column;align-items:flex-start;padding:1rem}.site-header nav{justify-content:flex-start}main{padding:3rem 1rem}.page-shell{gap:4rem}.hero{min-height:auto;padding:3rem 0}.card-grid-two,.card-grid-three,.split-section,.findings-list,.service-section{grid-template-columns:1fr}.site-footer{flex-direction:column;align-items:flex-start}.coming-soon-header,.coming-soon-footer{padding:1rem}}
