:root{--bg:#05070a;--bg2:#0a0e13;--ink:#0b1420;--white:#f7f9fb;--muted:#9faab7;--line:rgba(255,255,255,.12);--blue:#28b8ff;--blue2:#058fd4;--light:#eef5f9;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:88px;padding:18px 4vw;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,rgba(4,6,8,.86),rgba(4,6,8,.28),transparent);transition:.3s}.site-header.scrolled{height:72px;background:rgba(4,6,8,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{width:220px;display:block}.nav{display:flex;align-items:center;gap:28px;font-size:13px}.nav a{opacity:.78;transition:.25s}.nav a:hover{opacity:1;color:var(--blue)}.nav-cta{border:1px solid rgba(255,255,255,.28);padding:10px 18px;border-radius:999px}.menu-toggle{display:none;background:none;border:0;padding:10px}.menu-toggle span{display:block;width:24px;height:1px;background:#fff;margin:6px 0}.hero{height:100svh;min-height:720px;position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero-media{position:absolute;inset:0;overflow:hidden;background:#05070a}.hero-video{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transform:scale(1.015);animation:heroZoom 14s ease-out forwards}.hero-media:after{content:"";position:absolute;right:0;bottom:0;width:min(23vw,330px);height:min(17vw,160px);background:radial-gradient(circle at 86% 82%,rgba(5,7,10,.90) 0%,rgba(5,7,10,.74) 24%,rgba(5,7,10,.32) 52%,rgba(5,7,10,0) 76%);pointer-events:none;z-index:1}.hero-brand-lockup{position:absolute;right:3.4vw;bottom:9.8vh;z-index:2;width:205px;padding:10px 13px 9px;border-radius:14px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(5,8,12,.76),rgba(5,8,12,.58));backdrop-filter:blur(13px) saturate(115%);box-shadow:0 14px 42px rgba(0,0,0,.25);display:flex;flex-direction:column;align-items:flex-start;gap:5px}.hero-brand-lockup img{width:150px;height:auto;display:block;opacity:.94}.hero-brand-lockup span{font-size:8px;line-height:1;letter-spacing:.24em;color:#9ddfff;font-weight:700;margin-left:2px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,6,9,.88) 0%,rgba(4,6,9,.50) 38%,rgba(4,6,9,.10) 70%),linear-gradient(0deg,rgba(4,6,9,.78) 0%,transparent 46%),radial-gradient(circle at 78% 38%,rgba(40,184,255,.055),transparent 26%)}@keyframes heroZoom{to{transform:scale(1)}}.hero-content{position:relative;z-index:2;width:min(720px,88vw);margin:0 0 11vh 6vw}.eyebrow,.section-kicker{font-size:12px;letter-spacing:.23em;font-weight:700;color:var(--blue);text-transform:uppercase}.hero h1{font-size:clamp(64px,8vw,124px);line-height:.88;letter-spacing:-.06em;margin:22px 0 30px;font-weight:500}.hero h1 span,.section h2 span,.network h2 span,.contact h2 span{color:var(--blue)}.hero p{font-size:clamp(17px,1.4vw,22px);line-height:1.55;color:#d6dde4;max-width:660px}.hero-actions{display:flex;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-size:14px;font-weight:700;transition:.25s}.btn.primary{background:var(--blue);color:#04111a}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(40,184,255,.25)}.btn.ghost{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.03)} .hero-video-control{position:absolute;z-index:3;right:3.4vw;bottom:19.2vh;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(5,8,12,.52);backdrop-filter:blur(12px);color:#eaf5fb;border-radius:50%;padding:0;cursor:pointer;transition:transform .25s ease,border-color .25s ease,background .25s ease;box-shadow:0 10px 30px rgba(0,0,0,.18)}.hero-video-control:hover{transform:translateY(-2px);border-color:rgba(40,184,255,.52);background:rgba(5,8,12,.72)}.video-control-icon{font-size:12px;line-height:1;color:#8fdcff;font-weight:700}.scroll-cue{position:absolute;z-index:2;left:6vw;bottom:4.6vh;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#b8c3cc;display:flex;align-items:center;gap:10px}.scroll-cue span{width:42px;height:1px;background:var(--blue)}.section{padding:120px 6vw;background:var(--light);color:var(--ink)}.section>*{max-width:var(--max);margin-left:auto;margin-right:auto}.intro-grid{margin-top:50px!important;display:grid;grid-template-columns:1.25fr .75fr;gap:8vw;align-items:start}.section h2{font-size:clamp(44px,5.8vw,78px);line-height:1.02;letter-spacing:-.055em;margin:0;font-weight:500}.intro-copy p{font-size:18px;line-height:1.75;color:#526171;margin:0 0 22px}.intro-copy strong{color:var(--ink)}.attention-panel{display:grid;grid-template-columns:.85fr 1.15fr;min-height:720px;background:var(--bg2)}.attention-copy{padding:110px 7vw;display:flex;flex-direction:column;justify-content:center}.section-kicker.light{color:#71d0ff}.attention-copy h2{font-size:clamp(46px,5vw,78px);letter-spacing:-.055em;line-height:1.04;margin:22px 0 28px;font-weight:500}.attention-copy>p{color:#b3bec8;font-size:18px;line-height:1.7;max-width:560px}.attention-points{margin-top:45px;border-top:1px solid var(--line)}.attention-points div{display:grid;grid-template-columns:120px 1fr;padding:18px 0;border-bottom:1px solid var(--line)}.attention-points strong{color:var(--blue);font-size:12px;text-transform:uppercase;letter-spacing:.15em}.attention-points span{color:#e8edf1}.attention-image{overflow:hidden;min-height:560px;background:#0a0e13;display:flex;align-items:center;justify-content:center}.attention-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.benefits{background:#f6f9fb}.headline-row{margin-top:44px!important;display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:end}.headline-row p{font-size:18px;line-height:1.65;color:#5b6978;margin:0}.benefit-grid{margin-top:72px!important;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ccd7df;border-left:1px solid #ccd7df}.benefit-card{padding:32px;min-height:265px;border-right:1px solid #ccd7df;border-bottom:1px solid #ccd7df}.benefit-card .num{font-size:11px;letter-spacing:.15em;color:var(--blue2);margin-bottom:64px}.benefit-card h3{font-size:22px;margin:0 0 15px}.benefit-card p{font-size:14px;line-height:1.7;color:#647281;margin:0}.showcase{position:relative;height:min(78vw,860px);min-height:540px;overflow:hidden;background:#000}.showcase img{width:100%;height:100%;object-fit:cover}.showcase:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent 35%)}.showcase-label{position:absolute;z-index:2;left:6vw;bottom:5vw;font-size:12px;letter-spacing:.18em;border-left:2px solid var(--blue);padding-left:16px}.phygital{background:#fff}.phygital-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw;margin-top:50px!important}.phygital-list{border-top:1px solid #d5dee5}.phygital-list>div{display:grid;grid-template-columns:44px 190px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid #d5dee5;align-items:start}.phygital-list span{color:var(--blue2);font-size:11px}.phygital-list strong{font-size:15px}.phygital-list p{margin:0;color:#687584;font-size:13px;line-height:1.55}.network{padding:130px 6vw;background:radial-gradient(circle at 70% 20%,rgba(40,184,255,.12),transparent 30%),#071019}.network-inner{max-width:var(--max);margin:auto}.network h2{font-size:clamp(46px,6vw,84px);line-height:1.03;letter-spacing:-.055em;font-weight:500;max-width:1000px;margin:24px 0 58px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:12px 18px;font-size:13px;color:#d7e0e6}.pathways{background:#f4f8fa;display:grid;grid-template-columns:1fr 1fr;gap:16px}.pathway-card{background:#fff;padding:46px;display:flex;justify-content:space-between;align-items:flex-end;min-height:300px;border:1px solid #dce4e9}.pathway-card span{font-size:11px;letter-spacing:.17em;color:var(--blue2);font-weight:700}.pathway-card h3{font-size:34px;letter-spacing:-.04em;margin:24px 0 14px}.pathway-card p{color:#62707e;line-height:1.6;max-width:450px}.pathway-card>a{font-size:42px;color:var(--blue2);transition:.25s}.pathway-card:hover>a{transform:translateX(6px)}.contact{padding:150px 6vw;text-align:center;background:linear-gradient(180deg,#05070a,#080d13)}.contact-inner{max-width:940px;margin:auto}.contact img{width:min(420px,74vw);margin-bottom:55px}.contact h2{font-size:clamp(52px,6vw,86px);line-height:1.03;letter-spacing:-.06em;font-weight:500;margin:0 0 22px}.contact p{color:#aab7c1;margin-bottom:32px}footer{background:#020304;border-top:1px solid var(--line);padding:24px 6vw;display:flex;justify-content:space-between;color:#71808b;font-size:11px;letter-spacing:.08em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.hero-brand-lockup{right:7vw;bottom:8.4vh;width:176px;padding:9px 11px 8px;border-radius:13px}.hero-brand-lockup img{width:128px}.hero-brand-lockup span{font-size:7px}.hero-video-control{right:7vw;bottom:16.8vh;width:38px;height:38px}.hero-media:after{width:min(48vw,280px);height:min(34vw,145px)}.site-header{height:72px}.brand img{width:175px}.menu-toggle{display:block}.nav{position:absolute;top:72px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;padding:28px 6vw;background:#05070a;border-top:1px solid var(--line)}.nav.open{display:flex}.hero-content{margin-left:7vw;margin-bottom:12vh}.hero{min-height:670px}.hero-video{object-position:54% center}.intro-grid,.headline-row,.phygital-grid,.attention-panel,.pathways{grid-template-columns:1fr}.attention-image{order:-1;min-height:420px}.section{padding:88px 7vw}.benefit-grid{grid-template-columns:1fr 1fr}.phygital-list>div{grid-template-columns:34px 150px 1fr}.network{padding:95px 7vw}.pathway-card{min-height:260px}.scroll-cue{display:none}}@media(max-width:600px){.hero-brand-lockup{right:7vw;bottom:8.2vh;width:164px;padding:8px 10px 7px}.hero-brand-lockup img{width:118px}.hero-video-control{bottom:15.2vh;width:36px;height:36px}.hero h1{font-size:58px}.hero p{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start}.intro-grid{gap:28px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:230px}.benefit-card .num{margin-bottom:40px}.phygital-list>div{grid-template-columns:34px 1fr}.phygital-list p{grid-column:2}.pathway-card{padding:32px}.pathway-card h3{font-size:29px}.contact{padding:100px 7vw}footer{flex-direction:column;gap:8px}.section h2{font-size:45px}}


/* Mobile hero: preserve the entire 16:9 demo instead of cropping it. */
@media(max-width:900px){
  .hero{height:auto;min-height:0;display:block;padding-top:72px;background:#05070a;overflow:hidden}
  .hero-media{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/9;background:#05070a;overflow:hidden}
  .hero-video{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;animation:none;background:#05070a}
  .hero-overlay{display:none}
  .hero-content{position:relative;width:auto;margin:0;padding:44px 7vw 74px;background:linear-gradient(180deg,#070b10 0%,#05070a 100%)}
  .hero-content .eyebrow{margin-top:0}
  .hero h1{font-size:clamp(52px,13vw,78px);line-height:.91;margin-top:18px}
  .hero p{max-width:620px}
  .hero-brand-lockup{right:3.8vw;bottom:11%;width:154px;padding:8px 10px 7px;border-radius:12px;background:linear-gradient(180deg,rgba(5,8,12,.88),rgba(5,8,12,.72));box-shadow:0 10px 26px rgba(0,0,0,.24)}
  .hero-brand-lockup img{width:111px}
  .hero-brand-lockup span{font-size:6.5px;letter-spacing:.22em}
  .hero-media:after{right:0;bottom:0;width:42%;height:38%;background:radial-gradient(circle at 86% 73%,rgba(5,7,10,.93) 0%,rgba(5,7,10,.72) 23%,rgba(5,7,10,.28) 48%,rgba(5,7,10,0) 76%)}
  .hero-video-control{left:4vw;right:auto;bottom:4vw;width:36px;height:36px;background:rgba(5,8,12,.66)}
  .scroll-cue{display:none}
}

@media(max-width:600px){
  .hero-content{padding:38px 7vw 64px}
  .hero h1{font-size:54px}
  .hero-brand-lockup{right:3.5vw;bottom:10.5%;width:142px;padding:7px 9px 6px}
  .hero-brand-lockup img{width:102px}
  .hero-video-control{left:3.5vw;bottom:3.5vw;width:34px;height:34px}
}
