:root{
  --navy:#050816;
  --ocean:#0b2a45;
  --steel:#2a79c5;
  --steel-soft:#63a9f1;
  --platinum:#e9eef6;
  --ivory:#f6f0e4;
  --text:#f8fbff;
  --muted:#c0cedf;
  --muted-2:#d5dfeb;
  --line:rgba(233,238,246,.12);
  --line-strong:rgba(233,238,246,.22);
  --shadow:0 30px 80px rgba(0,0,0,.42);
  --shadow-soft:0 14px 44px rgba(0,0,0,.22);
  --shell:min(1180px, calc(100% - 28px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--navy);
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  min-height:100vh;
}
body::selection{background:rgba(99,169,241,.34)}
a{color:inherit}
img{max-width:100%;display:block}
.hidden{display:none!important}
.shell{width:var(--shell);margin:0 auto;position:relative;z-index:1}
.page-bg{position:fixed;inset:0;z-index:0;overflow:hidden;background:#050816}
.page-bg-video{width:100%;height:100%;object-fit:cover;opacity:.52;filter:saturate(1.02) contrast(1.02) brightness(.52)}
.page-bg-veil{position:absolute;inset:0;background:
linear-gradient(180deg, rgba(5,8,22,.62) 0%, rgba(5,8,22,.76) 12%, rgba(6,13,26,.88) 36%, rgba(5,8,22,.94) 100%),
linear-gradient(120deg, rgba(11,42,69,.54) 0%, rgba(7,18,34,.18) 48%, rgba(11,42,69,.46) 100%)}
.page-bg-focus{position:absolute;inset:auto 50% -24vh auto;width:min(980px,70vw);height:min(980px,70vw);transform:translateX(48%);background:radial-gradient(circle at center, rgba(42,121,197,.18), rgba(42,121,197,0) 62%);filter:blur(36px)}
.page-bg-noise{position:absolute;inset:0;opacity:.08;background-image:radial-gradient(rgba(255,255,255,.6) .7px, transparent .7px);background-size:24px 24px;mix-blend-mode:soft-light}
.topbar{position:sticky;top:0;z-index:8;padding:14px 0;background:linear-gradient(180deg, rgba(5,8,22,.74), rgba(5,8,22,.32));backdrop-filter:blur(20px);border-bottom:1px solid rgba(233,238,246,.06)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand img{width:58px;height:auto;filter:drop-shadow(0 10px 22px rgba(0,0,0,.22))}
.brand-copy{display:flex;flex-direction:column;gap:2px}
.brand-name,.brand-tag,.eyebrow,.section-kicker,.placeholder-topline,.top-cta,.btn,.card-index,.portrait-caption,.side-title{font-family:'Inter',system-ui,sans-serif}
.display-title,
.display-title .title-main,
.display-title .title-sub,
.glass-card h3,
.limit-copy h2,
.final-card h2,
h1,
blockquote{font-family:'Cormorant Garamond',serif}
.brand-name{font-size:22px;letter-spacing:.02em;color:var(--ivory)}
.brand-tag{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(233,238,246,.64)}
.top-cta{text-decoration:none;padding:12px 18px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--platinum);border:1px solid rgba(233,238,246,.14);background:rgba(10,22,40,.46);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.top-cta:hover{transform:translateY(-1px);border-color:rgba(233,238,246,.28);background:rgba(12,27,49,.58)}
.hero{padding:72px 0 24px}
.hero-head{max-width:980px;margin:0 auto 28px;text-align:center}
.eyebrow,.section-kicker{margin:0;color:rgba(246,240,228,.76);font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.display-title{margin:14px 0 0;font-weight:600;letter-spacing:-.03em;text-wrap:balance}
.display-title .title-main,.display-title .title-sub{display:block}
.display-title .title-sub{margin-top:.16em;color:var(--ivory)}
.display-title-hero{max-width:13ch;margin-left:auto;margin-right:auto;font-size:clamp(52px,6.9vw,88px);line-height:.92}
.display-title-hero .title-main{max-width:10ch;margin:0 auto}
.display-title-hero .title-sub{max-width:13ch;margin-left:auto;margin-right:auto}
.hero-lead{max-width:760px;margin:18px auto 0;color:var(--muted-2);font-size:17px;line-height:1.72}
.hero-stage{max-width:1120px;margin:0 auto}
.premium-frame{background:linear-gradient(180deg, rgba(10,20,36,.7), rgba(7,15,28,.54));backdrop-filter:blur(18px);border:1px solid rgba(233,238,246,.12);box-shadow:var(--shadow)}
.video-card{padding:16px;border-radius:34px;overflow:hidden}
.video-card-centered{max-width:1120px;margin:0 auto}
.video-shell{position:relative;border-radius:24px;overflow:hidden;background:#05111f;border:1px solid rgba(233,238,246,.10);aspect-ratio:16/8.3}
.video-placeholder,.video-embed{position:absolute;inset:0}
.split-overlay{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr);gap:0;padding:0;background:linear-gradient(90deg, rgba(5,8,22,.90) 0%, rgba(5,8,22,.78) 36%, rgba(5,8,22,.34) 68%, rgba(5,8,22,.14) 100%)}
.placeholder-copy{padding:30px 30px 28px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;background:linear-gradient(180deg, rgba(8,14,27,.92), rgba(6,11,22,.78))}
.placeholder-media{position:relative;min-height:100%}
.placeholder-media::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg, rgba(5,8,22,.06), rgba(5,8,22,.02) 36%, rgba(5,8,22,.28) 100%);z-index:1}
.placeholder-media img{width:100%;height:100%;object-fit:contain;object-position:center center;filter:brightness(.90) saturate(.98);background:#02050d}
.placeholder-topline{align-self:flex-start;padding:10px 14px;border-radius:999px;background:rgba(5,8,22,.44);border:1px solid rgba(233,238,246,.16);color:rgba(246,240,228,.88);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.placeholder-content{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;max-width:600px;margin-top:18px}
.play-badge{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);backdrop-filter:blur(10px);border:1px solid rgba(233,238,246,.18);font-size:24px;box-shadow:0 10px 26px rgba(0,0,0,.18)}
.placeholder-overlay h2{margin:0;font-size:clamp(34px,3.45vw,54px);line-height:.94;letter-spacing:-.028em;text-wrap:balance;max-width:12ch}
.placeholder-overlay p{max-width:46ch;margin:10px 0 0;color:var(--muted-2);font-size:15px;line-height:1.62}
.video-embed iframe,.local-video-player{position:absolute;inset:0;width:100%;height:100%;border:0}
.local-video-player{object-fit:contain;background:#000}
.hero-actions{max-width:980px;margin:18px auto 0;padding:20px 24px;border-radius:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}
.hero-actions-text{margin:0;color:var(--muted-2);font-size:15px;line-height:1.72;max-width:760px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:16px;text-decoration:none;font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;box-shadow:var(--shadow-soft)}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(180deg, rgba(99,169,241,.96), rgba(42,121,197,.92));box-shadow:0 16px 42px rgba(42,121,197,.28)}
.btn-primary:hover{box-shadow:0 22px 50px rgba(42,121,197,.34)}
.btn-secondary{color:var(--platinum);border-color:var(--line);background:rgba(9,18,34,.42)}
.btn-secondary:hover{border-color:var(--line-strong);background:rgba(11,24,44,.56)}
.section{padding:56px 0 10px}
.section-head{text-align:center;max-width:1040px;margin:0 auto 24px}
.section-title-wide{font-size:clamp(38px,4.9vw,66px);line-height:.94;max-width:14.8ch;margin-left:auto;margin-right:auto}
.section-title-wide .title-main{max-width:13ch;margin:0 auto}
.section-title-wide .title-sub{max-width:14.8ch;margin-left:auto;margin-right:auto}
.grid-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.glass-card{padding:28px;border-radius:26px;background:linear-gradient(180deg, rgba(9,20,36,.74), rgba(7,15,28,.52));backdrop-filter:blur(14px);border:1px solid rgba(233,238,246,.12);box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.glass-card:hover{transform:translateY(-3px);border-color:rgba(233,238,246,.20);background:linear-gradient(180deg, rgba(10,24,43,.80), rgba(8,17,32,.56))}
.card-index{margin:0 0 18px;color:rgba(246,240,228,.72);font-size:12px;letter-spacing:.20em;text-transform:uppercase;font-weight:700}
.glass-card h3{margin:0;font-size:34px;line-height:1.02;font-weight:600;text-wrap:balance;max-width:13ch}
.glass-card p:last-child{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.62}
.statement-card{padding:40px;border-radius:34px;background:linear-gradient(180deg, rgba(9,20,36,.74), rgba(7,15,28,.48));backdrop-filter:blur(16px);border:1px solid rgba(233,238,246,.12);box-shadow:var(--shadow);text-align:center}
.quote-title{font-size:clamp(40px,5vw,70px);line-height:.92;max-width:14.2ch;margin:16px auto 0;color:var(--ivory)}
.quote-title .title-main{max-width:9ch;margin:0 auto}
.quote-title .title-sub{max-width:14.2ch;margin-left:auto;margin-right:auto}
.statement-text{max-width:760px;margin:18px auto 0;color:var(--muted);font-size:16px;line-height:1.72}
.authority{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:26px;align-items:center}
.authority-title{font-size:clamp(38px,4.7vw,60px);line-height:.95;max-width:13.4ch}
.authority-title .title-main{max-width:10.5ch}
.authority-title .title-sub{max-width:12.8ch}
.authority-copy p:not(.section-kicker){color:var(--muted);font-size:16px;line-height:1.72;max-width:700px}
.authority-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}
.authority-points div{padding:18px 16px;border-radius:20px;border:1px solid rgba(233,238,246,.10);background:rgba(255,255,255,.03)}
.authority-points strong{display:block;color:var(--ivory);font-size:16px;margin-bottom:6px;font-family:'Inter',system-ui,sans-serif}
.authority-points span{display:block;color:#d7e3f0;font-size:14px;line-height:1.45}
.portrait-card{padding:14px;border-radius:32px;overflow:hidden;position:relative}
.portrait-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:22px}
.portrait-caption{position:absolute;left:28px;right:28px;bottom:28px;padding:12px 14px;border-radius:16px;background:rgba(5,8,22,.72);backdrop-filter:blur(10px);border:1px solid rgba(233,238,246,.12);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--platinum)}
.limit-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}
.limit-copy,.limit-side,.final-card{padding:28px;border-radius:30px}
.section-title-tight{font-size:clamp(38px,4.5vw,56px);line-height:.95;max-width:14.3ch}
.section-title-tight .title-main{max-width:13.6ch}
.section-title-tight .title-sub{max-width:13ch}
.limit-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
.limit-list li{position:relative;padding-left:20px;color:var(--muted);font-size:15px;line-height:1.62}
.limit-list li::before{content:'';position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:linear-gradient(180deg, var(--steel-soft), var(--steel))}
.limit-side{align-self:start}
.side-title{margin:0 0 12px;color:var(--ivory);font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.limit-side p{margin:0 0 12px;color:var(--muted);font-size:15px;line-height:1.62}
.final-section{padding-bottom:82px}
.final-card{text-align:center}
.final-title{font-size:clamp(38px,4.6vw,58px);line-height:.95;max-width:13.8ch;margin-left:auto;margin-right:auto}
.final-title .title-main{max-width:13ch;margin:0 auto}
.final-title .title-sub{max-width:9.5ch;margin-left:auto;margin-right:auto}
.final-text{max-width:720px;margin:18px auto 0;color:var(--muted);font-size:16px;line-height:1.72}
.final-actions{display:flex;justify-content:center;gap:14px;margin-top:28px}
.config-note{margin:18px auto 0;max-width:760px;padding:14px 16px;border-radius:18px;border:1px solid rgba(233,238,246,.10);background:rgba(255,255,255,.03);color:rgba(233,238,246,.78);font-size:13px;line-height:1.6}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease}
.reveal.in{opacity:1;transform:none}
.in-view-first{opacity:1;transform:none}
.reveal-delay{transition-delay:.14s}

@media (max-width:1080px){
  .hero-actions,.authority,.limit-layout,.grid-cards,.authority-points{grid-template-columns:1fr}
  .hero-buttons{justify-content:flex-start}
  .authority-title,.section-title-tight,.final-title{max-width:100%}
  .video-card-centered,.hero-actions{max-width:100%}
  .split-overlay{grid-template-columns:1fr}
  .placeholder-copy{order:2}
  .placeholder-media{order:1;min-height:260px}
}

@media (max-width:720px){
  .topbar{padding:12px 0}
  .brand-name{font-size:18px}
  .brand-tag{font-size:9px;letter-spacing:.12em}
  .top-cta{display:none}
  .hero{padding:42px 0 10px}
  .display-title-hero{font-size:clamp(42px,12vw,58px);line-height:.94;max-width:11.8ch}
  .display-title-hero .title-main,.display-title-hero .title-sub{max-width:100%}
  .hero-lead{font-size:16px;line-height:1.66}
  .video-card{padding:12px;border-radius:24px}
  .video-shell{border-radius:18px;aspect-ratio:16/9;min-height:auto}
  .placeholder-copy{padding:18px 18px 20px}
  .placeholder-topline{font-size:10px;letter-spacing:.14em;padding:9px 12px}
  .placeholder-content{grid-template-columns:1fr;gap:14px;align-items:end;margin-top:14px}
  .play-badge{width:60px;height:60px;font-size:22px}
  .placeholder-overlay h2{font-size:clamp(30px,10vw,40px);max-width:11ch}
  .placeholder-overlay p{font-size:14px;max-width:100%}
  .placeholder-media{min-height:220px}
  .hero-actions,.limit-copy,.limit-side,.final-card,.statement-card,.glass-card{padding:22px;border-radius:24px}
  .btn{width:100%}
  .hero-buttons,.final-actions{flex-direction:column}
  .section{padding:36px 0 10px}
  .section-title-wide,.authority-title,.section-title-tight,.final-title,.quote-title{font-size:clamp(34px,10vw,46px);max-width:100%}
  .section-title-wide .title-main,.section-title-wide .title-sub,.authority-title .title-main,.authority-title .title-sub,.section-title-tight .title-main,.section-title-tight .title-sub,.final-title .title-main,.final-title .title-sub,.quote-title .title-main,.quote-title .title-sub{max-width:100%}
  .glass-card h3{font-size:30px;max-width:100%}
  .authority-copy p:not(.section-kicker),.statement-text,.final-text,.limit-list li,.limit-side p,.hero-actions-text{font-size:15px}
}


.video-card-direct{padding:16px 16px 18px}
.video-kicker{margin:0 0 14px;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(233,238,246,.82)}
.direct-local-shell{aspect-ratio:16/9;min-height:0;background:#000}
.local-video-fixed{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;background:#000}
@media (max-width: 860px){
  .video-card-direct{padding:12px}
  .video-kicker{margin-bottom:10px;font-size:.72rem}
  .direct-local-shell{aspect-ratio:16/9}
}


.video-intro{max-width:820px;margin:0 auto 16px;text-align:left}
.video-intro h2{margin:0 0 8px;font-size:clamp(28px,4.2vw,46px);line-height:.94;color:var(--text);font-weight:800;letter-spacing:-.03em;text-wrap:balance}
.video-intro p{margin:0;color:var(--muted-2);font-size:15px;line-height:1.7;max-width:58ch}
.hero-buttons-single{justify-content:flex-start}
.hero-helper-line{margin:12px 0 0;color:rgba(233,238,246,.76);font-size:14px;line-height:1.6}
@media (max-width:720px){
  .video-intro{margin-bottom:12px}
  .video-intro h2{font-size:clamp(26px,8vw,36px)}
  .video-intro p{font-size:14px;max-width:100%}
  .hero-helper-line{text-align:left}
}


/* final video size refinement */
.hero-stage{max-width:940px;margin:0 auto}
.video-card-centered{max-width:940px;margin:0 auto}
.video-card-direct{padding:12px 12px 16px;max-width:940px;margin:0 auto}
.video-intro{max-width:680px;margin:0 auto 14px;text-align:left}
.video-intro h2{font-size:clamp(24px,2.65vw,34px)}
.video-intro p{font-size:14px;max-width:48ch}
.direct-local-shell{width:min(100%,740px);margin:0 auto;aspect-ratio:16/9;max-height:416px;border-radius:20px}
.local-video-fixed{object-fit:contain;background:#000}
.hero-actions{max-width:760px;margin:20px auto 0;padding:20px 24px;gap:12px}
.hero-actions-text{max-width:640px}
.hero-helper-line{margin:14px 0 0}
@media (max-width: 1200px){
  .hero-stage,.video-card-centered,.video-card-direct{max-width:900px}
  .direct-local-shell{width:min(100%,720px);max-height:405px}
}
@media (max-width: 860px){
  .video-card-direct{padding:12px}
  .video-intro{max-width:100%;margin-bottom:12px}
  .direct-local-shell{width:100%;max-height:none;border-radius:18px}
  .hero-actions{max-width:100%;margin:16px auto 0;padding:18px 18px 20px}
  .hero-actions-text{max-width:100%}
}


/* top video card aligned to statement card */
.video-card-direct.premium-frame,
.hero-actions.premium-frame{
  background:linear-gradient(180deg, rgba(9,20,36,.82), rgba(7,15,28,.60));
  backdrop-filter:blur(16px);
  border:1px solid rgba(233,238,246,.12);
  box-shadow:var(--shadow);
}
.video-card-direct{
  border-radius:34px;
}
.hero-actions{
  border-radius:30px;
}
.video-card-direct .video-kicker{
  color:rgba(246,240,228,.74);
}
.video-card-direct .video-intro h2{
  color:var(--ivory);
}
.video-card-direct .video-intro p,
.hero-actions-text,
.hero-helper-line{
  color:var(--muted);
}
@media (max-width:720px){
  .video-card-direct{border-radius:24px}
  .hero-actions{border-radius:24px}
}
