:root { --navy:#052f56; --deep:#021a30; --turquoise:#08c9c4; --cream:#f7fbfb; --muted:#657f91; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; }
html { min-width:320px; scroll-behavior:smooth; }
body { margin:0; color:#153650; background:var(--cream); }
img,video { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
.topbar { position:relative; z-index:5; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:82px; padding:10px clamp(16px,5vw,70px); background:rgba(255,255,255,.96); border-bottom:1px solid rgba(5,47,86,.08); }
.topbar img { width:78px; height:60px; object-fit:contain; border-radius:10px; }
.back,.mini-cta { font-size:12px; font-weight:800; }
.mini-cta { justify-self:end; padding:11px 15px; color:white; background:var(--navy); border-radius:999px; }
.hero { position:relative; min-height:min(78vh,790px); overflow:hidden; color:white; background:var(--deep); }
.hero video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(2,24,43,.9),rgba(2,24,43,.08) 74%),linear-gradient(0deg,rgba(2,24,43,.48),transparent 50%); pointer-events:none; }
.hero-copy { position:relative; z-index:2; width:min(92%,1180px); margin:0 auto; padding-top:clamp(135px,22vh,230px); }
.hero-copy span,.label { display:block; margin-bottom:17px; color:#5ce0dc; font-size:11px; font-weight:900; letter-spacing:.17em; text-transform:uppercase; }
.hero h1 { margin:0; font-size:clamp(62px,12vw,142px); line-height:.84; letter-spacing:-.07em; }
.hero p { max-width:570px; margin:28px 0 0; color:rgba(255,255,255,.82); font-size:clamp(17px,2.2vw,22px); line-height:1.55; }
.section { width:min(92%,1180px); margin:0 auto; padding:86px 0; }
.intro { display:grid; grid-template-columns:.8fr 1.2fr; align-items:end; gap:70px; }
h2 { margin:0; color:var(--deep); font-size:clamp(36px,6vw,68px); line-height:1; letter-spacing:-.05em; }
.intro p,.experience-copy p,.closing p { margin:0; color:var(--muted); font-size:17px; line-height:1.7; }
.experience { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); align-items:center; gap:clamp(32px,7vw,90px); padding-top:30px; }
.experience video { width:100%; max-height:720px; aspect-ratio:9/16; object-fit:cover; background:var(--deep); border-radius:28px; box-shadow:0 28px 70px rgba(2,36,65,.2); }
.experience-copy p { margin-top:24px; }
.highlights { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.highlights span { padding:9px 12px; color:#076e78; background:rgba(8,201,196,.12); border-radius:999px; font-size:12px; font-weight:800; }
.closing { display:grid; grid-template-columns:1fr auto; align-items:end; gap:50px; }
.closing p { max-width:690px; margin-top:22px; }
.closing a { display:flex; align-items:center; justify-content:space-between; gap:34px; min-width:270px; padding:20px 23px; color:white; background:linear-gradient(135deg,var(--navy),#08758b); border-radius:18px; font-size:14px; font-weight:850; box-shadow:0 18px 38px rgba(5,47,86,.2); }
.closing a span { color:var(--turquoise); font-size:22px; }
footer { padding:35px 20px; color:#6d8596; background:white; border-top:1px solid rgba(5,47,86,.08); font-size:12px; text-align:center; }
@media(max-width:760px) {
  .topbar { grid-template-columns:1fr auto; min-height:68px; padding:8px 14px; }
  .topbar img { display:none; }
  .mini-cta { font-size:10px; }
  .hero { min-height:72vh; }
  .hero-copy { padding-top:145px; }
  .section { padding:62px 0; }
  .intro,.experience,.closing { grid-template-columns:1fr; }
  .intro,.experience { gap:30px; }
  .experience video { width:min(100%,430px); margin:0 auto; }
  .closing { align-items:start; }
  .closing a { width:100%; min-width:0; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
