:root{--navy:#071b2f;--navy2:#0b2b49;--red:#d51f2b;--red-dark:#ad1520;--cotton:#f7f7f2;--ink:#102033;--muted:#566575;--line:#dfe4e7}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cotton);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.65}
a{color:inherit}
.site-header{height:88px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:20}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-logo{display:block;width:62px;height:62px;object-fit:contain;flex:0 0 auto}
.brand-copy{min-width:0}
.brand strong,.brand small{display:block;line-height:1}
.brand strong{font:800 24px/1 'Barlow Condensed';letter-spacing:.04em}
.brand small{margin-top:5px;font-size:9px;font-weight:700;letter-spacing:.2em;color:#68737e}
nav{display:flex;align-items:center;gap:30px}
nav a{text-decoration:none;font-size:14px;font-weight:600}
nav a:hover{color:var(--red)}
.nav-cta{background:var(--navy);color:white!important;padding:11px 18px}
.menu{display:none}
.hero{min-height:calc(100vh - 82px);height:720px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--navy)}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,36,.96) 0%,rgba(3,20,36,.78) 34%,rgba(3,20,36,.18) 68%,rgba(3,20,36,.08) 100%)}
.hero-content{position:relative;z-index:2;width:min(680px,90%);margin-left:clamp(20px,7vw,110px);color:#fff}
.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:800;color:#ff5964;margin:0 0 18px}
.eyebrow.dark{color:var(--red)}
.hero h1,.intro h2,.readiness h2,.performance h2,.process h2,.audience h2,.contact h2{font-family:'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;line-height:.94;margin:0}
.hero h1{font-size:clamp(55px,7vw,102px);letter-spacing:-.02em}
.hero h1 em{font-style:normal;color:#ff5964}
.lead{font-size:clamp(17px,2vw,21px);max-width:610px;color:#e5edf4;margin:25px 0 32px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800}
.primary{background:var(--red);color:#fff}
.primary:hover{background:var(--red-dark)}
.secondary{border:1px solid rgba(255,255,255,.55);color:white}
.secondary:hover{background:white;color:var(--navy)}
.hero-note{position:absolute;right:0;bottom:0;z-index:2;background:#fff;padding:20px 40px;border-left:6px solid var(--red);display:flex;flex-direction:column}
.hero-note strong{font:700 20px 'Barlow Condensed';text-transform:uppercase}
.hero-note span{font-size:12px;color:var(--muted)}
.intro{max-width:1200px;margin:auto;padding:110px 28px 65px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.intro h2,.performance h2,.audience h2{font-size:clamp(42px,5vw,68px)}
.intro>p{margin:0;font-size:18px;color:var(--muted)}
.benefits{max-width:1200px;margin:auto;padding:0 28px 115px;display:grid;grid-template-columns:repeat(3,1fr)}
.benefits article{padding:38px;border-top:5px solid var(--navy);background:#fff;border-right:1px solid var(--line)}
.benefits article:nth-child(2){border-top-color:var(--red)}
.benefits span{font:800 13px 'Barlow Condensed';color:#8a98a5}
.benefits h3{font:700 29px 'Barlow Condensed';text-transform:uppercase;margin:20px 0 10px}
.benefits p{color:var(--muted);margin:0;font-size:15px}
.readiness{max-width:1200px;margin:auto;padding:110px 28px;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.readiness-heading{position:sticky;top:32px}
.readiness h2{font-size:clamp(42px,5vw,66px)}
.readiness-heading>p:not(.eyebrow){color:var(--muted);font-size:17px;margin-top:24px}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.spec-grid article{background:#fff;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.spec-grid span{display:block;color:var(--red);font:800 12px 'Barlow Condensed';letter-spacing:.13em;text-transform:uppercase}
.spec-grid strong{display:block;margin:10px 0 8px;font:700 23px/1.05 'Barlow Condensed';text-transform:uppercase}
.spec-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.performance{background:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:700px}
.module-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 45% 45%,#fff 0,#e5e9ea 42%,#c4cbce 70%);display:flex;align-items:center;justify-content:center}
.module-visual:after{content:"";position:absolute;width:82%;height:54%;border-radius:49%;background:repeating-linear-gradient(2deg,rgba(80,93,100,.09) 0 2px,transparent 2px 7px),linear-gradient(90deg,#d7dcdd,#fff 30%,#e2e6e6 75%,#c3c9ca);box-shadow:0 35px 55px rgba(0,0,0,.2);transform:rotate(-4deg)}
.seal{position:relative;z-index:2;background:var(--navy);color:white;border:8px solid var(--red);width:135px;height:135px;border-radius:50%;display:grid;place-items:center;text-align:center;font:800 29px/1 'Barlow Condensed';transform:rotate(-7deg)}
.performance-copy{padding:clamp(65px,8vw,120px);align-self:center}
.performance-copy>p:not(.eyebrow){color:var(--muted);font-size:17px}
.performance ul{list-style:none;padding:15px 0 0;margin:0}
.performance li{border-top:1px solid var(--line);padding:18px 0;display:flex;flex-direction:column}
.performance li strong{font-family:'Barlow Condensed';font-size:21px;text-transform:uppercase}
.performance li span{font-size:14px;color:var(--muted)}
.process{background:var(--navy);color:#fff;padding:110px max(28px,calc((100vw - 1144px)/2))}
.process h2{font-size:clamp(44px,5vw,70px)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px}
.steps article{padding:30px;border-left:1px solid #38506a}
.steps b{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:var(--red);color:#fff}
.steps h3{font:700 28px 'Barlow Condensed';text-transform:uppercase;margin:25px 0 5px}
.steps p{font-size:14px;color:#c4d0dc}
.audience{max-width:1200px;margin:auto;padding:110px 28px;display:grid;grid-template-columns:1fr 1fr;gap:75px}
.audience-list{display:grid;grid-template-columns:1fr 1fr}
.audience-list span{padding:25px 10px;border-bottom:1px solid #bac2c8;font:700 24px 'Barlow Condensed';text-transform:uppercase}
.contact{margin:0 clamp(20px,5vw,72px) 70px;background:var(--navy2);color:white;padding:clamp(45px,6vw,80px);display:flex;justify-content:space-between;align-items:center;gap:45px;border-left:10px solid var(--red)}
.contact h2{font-size:clamp(42px,5vw,66px)}
.contact p:not(.eyebrow){max-width:700px;color:#d4dde6}
.contact-person{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin-top:22px}
.contact-person strong{font:700 23px 'Barlow Condensed';text-transform:uppercase}
.contact-person span{color:#cbd7e2;font-size:14px}
.contact-person a{color:#fff;font-weight:800;text-decoration-color:var(--red);text-underline-offset:4px}
.contact-actions{display:flex;flex-direction:column;gap:12px;min-width:190px}
.light{white-space:nowrap}
footer{padding:40px clamp(20px,5vw,72px);background:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}
footer>p{font-size:12px;color:#68737e}
.footer-brand{min-width:250px}
.footer-brand .brand-logo{width:74px;height:74px}
@media(max-width:800px){.site-header{height:76px}
.site-header .brand-logo{width:54px;height:54px}
.site-header .brand strong{font-size:21px}
.menu{display:block;background:none;border:1px solid var(--line);padding:9px 12px;font-weight:700}
nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;align-items:stretch;box-shadow:0 15px 30px rgba(0,0,0,.12)}
nav.open{display:flex}
.hero{height:700px;min-height:0}
.hero-shade{background:linear-gradient(90deg,rgba(3,20,36,.9),rgba(3,20,36,.35)),linear-gradient(0deg,rgba(3,20,36,.75),transparent 60%)}
.hero-content{margin:0 22px}
.hero-note{padding:14px 20px}
.intro,.readiness,.performance,.audience{grid-template-columns:1fr;gap:30px}
.intro{padding-top:80px}
.readiness-heading{position:static}
.benefits{grid-template-columns:1fr}
.benefits article{border-right:0}
.module-visual{min-height:430px}
.performance-copy{padding:65px 28px}
.steps{grid-template-columns:1fr 1fr}
.contact{flex-direction:column;align-items:flex-start}
.contact-actions{flex-direction:row;flex-wrap:wrap}
.light{white-space:normal}
footer{flex-direction:column;text-align:center}
}
@media(max-width:480px){.site-header .brand-copy{display:none}
.hero-note{display:none}
.steps{grid-template-columns:1fr}
.audience-list{grid-template-columns:1fr}
.spec-grid{grid-template-columns:1fr}
.contact{margin:0 15px 40px}
.module-visual{min-height:330px}
.seal{width:105px;height:105px;font-size:23px}
}
