:root{--forest:#0b2b20;--green:#80b735}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--forest)}body{color:#fff;font-family:Arial,Helvetica,sans-serif}a{color:inherit}.hero{position:relative;display:grid;min-height:100svh;grid-template-rows:auto 1fr auto;overflow:hidden;isolation:isolate}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{z-index:-3;background:url("assets/apollo-hero.png") 58% center/cover no-repeat;transform:scale(1.01)}.hero-shade{z-index:-2;background:linear-gradient(90deg,rgba(4,20,26,.93) 0%,rgba(4,20,26,.76) 33%,rgba(4,20,26,.06) 69%),linear-gradient(0deg,rgba(4,18,15,.72) 0%,transparent 35%)}.site-header,.hero-content,.site-footer{width:min(100% - 48px,1340px);margin-inline:auto}.site-header{padding-top:clamp(24px,4vw,52px)}.brand-logo{display:block;width:clamp(245px,27vw,390px);height:auto;border-radius:3px;box-shadow:0 8px 40px rgba(0,0,0,.14)}.hero-content{align-self:center;padding-block:56px}.eyebrow{margin:0 0 20px;color:#b7df76;font-size:.78rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}h1{max-width:710px;margin:0;font-size:clamp(3.5rem,7.2vw,7.4rem);font-weight:750;letter-spacing:-.065em;line-height:.92;text-wrap:balance}.intro{max-width:540px;margin:30px 0 0;color:rgba(255,255,255,.87);font-size:clamp(1.08rem,1.6vw,1.35rem);line-height:1.55}.status-line{display:flex;align-items:center;gap:10px;margin-top:30px;font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(128,183,53,.2)}.site-footer{display:flex;justify-content:space-between;gap:24px;padding-block:25px;border-top:1px solid rgba(255,255,255,.23);color:rgba(255,255,255,.72);font-size:.75rem;letter-spacing:.04em}.site-footer a{color:#fff;font-weight:700;text-underline-offset:4px}@media(max-width:720px){.hero-image{background-position:66% center}.hero-shade{background:linear-gradient(90deg,rgba(4,20,26,.9) 0%,rgba(4,20,26,.62) 62%,rgba(4,20,26,.18) 100%),linear-gradient(0deg,rgba(4,18,15,.83) 0%,transparent 55%)}.site-header,.hero-content,.site-footer{width:min(100% - 34px,1340px)}.brand-logo{width:245px}.hero-content{align-self:end;padding-bottom:72px}h1{max-width:370px;font-size:clamp(3.45rem,17vw,5.3rem)}.intro{max-width:390px}.site-footer{flex-direction:column;gap:10px}}@media(prefers-reduced-motion:no-preference){.brand-logo,.eyebrow,h1,.intro,.status-line{animation:reveal .7s both}h1{animation-delay:.08s}.intro{animation-delay:.16s}.status-line{animation-delay:.24s}@keyframes reveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}
