:root{--navy:#102946;--blue:#185b91;--red:#ef5d4f;--cream:#fbfaf5;--ink:#13283f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:var(--cream);position:relative;z-index:5}.brand{display:flex;align-items:baseline;text-decoration:none;letter-spacing:-.08em;font-size:30px;font-weight:900}.brand span{color:var(--navy)}.brand b{color:var(--red)}.contact-link{text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;border-bottom:2px solid var(--red);padding:8px 1px}.hero{min-height:650px;position:relative;overflow:hidden;display:flex;align-items:center;padding:80px 8vw 100px;color:#fff;background:linear-gradient(118deg,#102f50 0%,#124b78 57%,#176492 100%)}.rink-lines{position:absolute;inset:0;opacity:.12}.rink-lines:before{content:"";position:absolute;width:520px;height:520px;border:2px solid white;border-radius:50%;right:-110px;top:65px}.rink-lines i{position:absolute;width:2px;height:120%;top:-10%;background:#fff;transform:rotate(18deg)}.rink-lines i:nth-child(1){left:5%}.rink-lines i:nth-child(2){left:52%}.rink-lines i:nth-child(3){left:83%}.hero-copy{position:relative;z-index:2;max-width:750px}.eyebrow,.kicker{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.19em}.eyebrow{display:flex;align-items:center;gap:10px;color:#cfe5eb}.eyebrow span{width:28px;height:3px;background:var(--red);display:inline-block}h1{font-size:clamp(52px,7.4vw,104px);letter-spacing:-.065em;line-height:.9;margin:32px 0;font-weight:800}h1 em{color:#96d6df;font-style:normal}.intro{max-width:610px;color:#d9e8ee;font-size:19px;line-height:1.75}.primary-button{margin-top:28px;display:inline-flex;gap:38px;align-items:center;text-decoration:none;background:var(--red);border-radius:6px;padding:17px 22px;font-size:14px;font-weight:800;transition:.2s ease}.primary-button:hover{transform:translateY(-2px);background:#ff6d5e}.primary-button span{font-size:22px;line-height:1}.hero-mark{position:absolute;right:4vw;bottom:35px;width:330px;height:330px;opacity:.9}.ring{position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:50%;inset:0}.ring-two{inset:38px}.puck{position:absolute;inset:82px;border-radius:50%;background:#0c223a;box-shadow:0 22px 40px rgba(4,17,31,.36);display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(-9deg)}.puck:after{content:"";position:absolute;inset:12px;border:2px solid rgba(255,255,255,.16);border-radius:50%}.puck span{font-weight:900;font-size:48px;letter-spacing:-.07em;color:#fff}.puck small{font-size:8px;letter-spacing:.25em;color:#94d0da}.purpose{padding:110px 8vw 125px;max-width:1450px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #cbd7d6;padding-bottom:50px;margin-bottom:50px}.kicker{color:var(--red)}.section-heading h2,.contact-card h2{margin:0;font-size:clamp(40px,5vw,66px);letter-spacing:-.055em;line-height:1;color:var(--navy)}.section-heading .kicker{align-self:flex-start}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.features article{padding-right:30px}.icon{width:48px;height:48px;border-radius:50%;background:#dcecee;color:var(--blue);display:grid;place-items:center;font-size:22px}.features h3{margin:24px 0 10px;font-size:21px;letter-spacing:-.02em;color:var(--navy)}.features p{color:#5d6e79;font-size:15px;line-height:1.7;margin:0;max-width:310px}.contact-card{margin:0 5vw 80px;padding:58px 4vw;border-radius:18px;background:#e3f0f1;display:flex;justify-content:space-between;align-items:center;gap:50px}.contact-card h2{font-size:clamp(34px,4vw,54px);margin:16px 0}.contact-card>div>p:last-child{color:#5d6e79;margin:0}.authority{background:#fff;min-width:340px;padding:18px;border-radius:12px;display:flex;align-items:center;gap:14px;text-decoration:none;box-shadow:0 9px 25px rgba(16,41,70,.08);transition:.2s ease}.authority:hover{transform:translateY(-2px)}.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800}.authority>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.authority small{color:#617380}.authority b{margin-left:auto;color:var(--red);font-size:22px}footer{min-height:120px;display:flex;align-items:center;gap:35px;padding:30px 5vw;background:var(--navy);color:#a9bdc9;font-size:13px}.footer-brand span{color:#fff}.footer-brand b{color:var(--red)}footer p:last-child{margin-left:auto}@media(max-width:900px){.hero-mark{opacity:.24;right:-100px}.section-heading,.contact-card{align-items:flex-start;flex-direction:column}.features{gap:25px}}@media(max-width:680px){.site-header{height:72px}.hero{min-height:610px;padding:70px 6vw}.intro{font-size:17px}.purpose{padding:80px 6vw}.section-heading{gap:24px;padding-bottom:35px}.features{grid-template-columns:1fr;gap:38px}.contact-card{margin:0 4vw 50px;padding:38px 7vw}.authority{min-width:0;width:100%}footer{flex-wrap:wrap;gap:15px 25px}footer p{margin:0}footer p:last-child{margin-left:0;width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
