:root{--background:#fffaf4;--surface:#fff;--surface-soft:#fff1e4;--text:#232323;--muted:#68635f;--orange:#e76824;--orange-dark:#b9430c;--blue:#2f6f89;--border:#eadfd4;--shadow:0 18px 50px #4e34231a}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--text);background:radial-gradient(circle at top right, #2f6f891a, transparent 32rem), var(--background);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}button,input,textarea,select{font:inherit}.page-shell{width:min(1120px,100% - 32px);margin:0 auto;padding:48px 0 28px}.hero{border:1px solid var(--border);background:var(--surface);min-height:430px;box-shadow:var(--shadow);border-radius:32px;padding:clamp(32px,7vw,76px);position:relative;overflow:hidden}.hero:after{background:var(--surface-soft);content:"";border-radius:50%;width:360px;height:360px;position:absolute;bottom:-130px;right:-90px}.brand-mark{color:#fff;background:var(--orange);border-radius:17px;place-items:center;width:52px;height:52px;margin-bottom:42px;font-size:25px;font-weight:800;display:grid;box-shadow:0 12px 24px #e768243d}.eyebrow{color:var(--orange-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:800}h1,h2,h3,p{z-index:1;position:relative}h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(2.5rem,7vw,5.3rem);line-height:.98}.hero-copy{max-width:680px;color:var(--muted);margin:28px 0 0;font-size:clamp(1rem,2vw,1.22rem)}.status-row{z-index:1;color:var(--blue);background:#2f6f8912;border:1px solid #2f6f8933;border-radius:999px;align-items:center;gap:10px;margin-top:32px;padding:10px 14px;font-size:.9rem;font-weight:700;display:inline-flex;position:relative}.status-dot{background:var(--blue);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #2f6f891f}.foundation{padding:72px 0 52px}.section-heading{max-width:650px;margin-bottom:28px}h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.info-card{border:1px solid var(--border);background:var(--surface);border-radius:24px;min-height:210px;padding:28px}.info-card h3{margin:0 0 12px;font-size:1.2rem}.info-card p{color:var(--muted);margin:0}.site-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:20px;padding:22px 2px 0;font-size:.88rem;display:flex}@media (max-width:760px){.page-shell{width:min(100% - 20px,1120px);padding-top:10px}.hero{border-radius:24px;min-height:auto}.brand-mark{margin-bottom:32px}.card-grid{grid-template-columns:1fr}.info-card{min-height:auto}.site-footer{flex-direction:column}}
