:root{
  --blue:#078df1;
  --blue2:#0aa9ff;
  --bg:#02050a;
  --panel:#050a11;
  --text:#f5f7fb;
  --muted:#9aa4b0;
  --line:rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html{background:#000;scroll-behavior:smooth}
body{
  margin:0;
  background:#000;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block}
.viewport-stage{width:100%;display:flex;justify-content:center;overflow:hidden}
.site{
  width:1024px;
  flex:0 0 1024px;
  background:var(--bg);
  position:relative;
  transform-origin:top center;
  box-shadow:0 0 120px rgba(0,0,0,.65);
}

/* HEADER — reference y 0–65 */
.header{
  height:65px;
  position:relative;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#02050a;
  z-index:20;
}
.brand{position:absolute;left:20px;top:15px;width:183px;height:38px;display:block}
.brand img{width:183px;height:37px;object-fit:contain}
.desktop-nav{
  position:absolute;left:365px;top:0;height:65px;
  display:flex;align-items:center;gap:37px;
  font-size:11px;color:#eee;
}
.desktop-nav a:hover{color:var(--blue2)}
.launch-top{
  position:absolute;right:23px;top:16px;
  width:145px;height:35px;border:1px solid #087ee0;border-radius:7px;
  display:flex;align-items:center;justify-content:center;gap:13px;
  font-size:11px;
}
.launch-top span{color:var(--blue2);font-size:15px}
.mobile-menu{display:none}

/* HERO — reference y 65–477 */
.hero{
  height:412px;
  position:relative;
  overflow:hidden;
  background:#02050a;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hero-art{
  position:absolute;right:0;top:0;width:689px;height:412px;overflow:hidden;
}
.hero-art img{width:689px;height:412px;object-fit:cover}
.hero-fade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,#02050a 0%,#02050a 29%,rgba(2,5,10,.93) 34%,rgba(2,5,10,.44) 46%,rgba(2,5,10,0) 63%),
    linear-gradient(180deg,rgba(2,5,10,.08),rgba(2,5,10,0) 75%,rgba(2,5,10,.23));
  pointer-events:none;
}
.hero-copy{position:absolute;left:57px;top:47px;width:430px;z-index:2}
.eyebrow{font-size:9px;letter-spacing:.08em;color:var(--blue2);font-weight:700;margin-bottom:17px}
.hero h1{font-size:51px;line-height:1.02;letter-spacing:-.045em;margin:0;font-weight:760}
.hero h1 span{color:#087ef0}
.hero-copy>p{margin:17px 0 0;color:#b8c0c9;font-size:13px;line-height:1.65}
.hero-buttons{display:flex;gap:18px;margin-top:25px}
.primary-btn,.secondary-btn{
  height:38px;border-radius:6px;display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:600;
}
.primary-btn{width:155px;background:#087df0}
.secondary-btn{width:136px;border:1px solid #0a78d1;background:rgba(3,9,16,.70)}
.primary-btn b,.secondary-btn b{margin-left:14px;color:#cfefff;font-size:15px}
.new-project{
  margin-top:33px;
  height:50px;
  display:grid;grid-template-columns:10px auto 24px;gap:10px;align-items:center;
  width:330px;
}
.new-project i{width:6px;height:6px;border-radius:50%;background:#0aa9ff;box-shadow:0 0 12px #0aa9ff}
.new-project span{font-size:12px;color:#c0c7cf}
.new-project small{display:block;color:#0aa9ff;font-size:8px;letter-spacing:.08em;margin-bottom:5px}
.new-project b{font-size:19px;color:#0aa9ff;font-weight:400}

/* PROJECTS — reference y 477–835 */
.projects{
  height:358px;
  position:relative;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#02050a;
}
.project-head{position:absolute;left:57px;right:57px;top:20px;height:46px}
.project-head small,.section-label,.global-copy>small,.flagship-copy>small{color:#0aa9ff;font-size:8px;letter-spacing:.09em;font-weight:700}
.project-head h2{margin:6px 0 0;font-size:23px;letter-spacing:-.025em}
.project-head>a{position:absolute;right:0;top:20px;font-size:10px;color:#0aa9ff}
.project-head>a span{font-size:15px;margin-left:11px}
.cards{
  position:absolute;left:57px;right:57px;top:75px;height:265px;
  display:grid;grid-template-columns:290px 289px 307px;gap:13px;
}
.card{
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  overflow:hidden;
  background:#03070c;
  position:relative;
}
.card-image{height:138px;position:relative;overflow:hidden;background:#03070c}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,#03070c 100%)}
.num{
  position:absolute;z-index:2;left:13px;top:12px;
  width:25px;height:22px;border-radius:4px;background:#087df0;
  display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;
}
.card-body{padding:0 14px;position:relative;height:126px}
.card-body h3{margin:-2px 0 7px;font-size:17px;letter-spacing:-.025em}
.card-body p{margin:0;color:#a9b0b8;font-size:10px;line-height:1.65}
.card-bottom{
  position:absolute;left:14px;right:11px;bottom:11px;
  display:flex;align-items:center;justify-content:space-between;
  color:#0aa9ff;font-size:10px;
}
.round-icon{
  width:36px;height:36px;border:1px solid rgba(255,255,255,.28);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:#fff;font-style:normal;font-size:16px;
}

/* APPROACH — reference y 835–969 */
.approach{
  height:134px;
  position:relative;
  background:#02050a;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.section-label{position:absolute;left:57px;top:18px}
.approach-grid{
  position:absolute;left:57px;right:57px;top:43px;height:77px;
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;
}
.approach-item{
  display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;
  border-right:1px solid rgba(255,255,255,.10);padding-right:17px;
}
.approach-item:nth-child(2){padding-left:38px}
.approach-item:nth-child(3){padding-left:38px;border-right:0}
.approach-icon{
  width:56px;height:56px;border-radius:50%;background:#07101a;
  display:flex;align-items:center;justify-content:center;
  color:#0aa9ff;font-size:23px;font-weight:600;
}
.layers{font-size:30px;line-height:1}
.approach-item h4{font-size:12px;margin:0 0 7px;font-weight:600}
.approach-item h4 span{color:#0aa9ff;margin-right:6px}
.approach-item p{margin:0;color:#89939e;font-size:9px;line-height:1.55}

/* GLOBAL — reference y 969–1277 */
.global{
  height:308px;
  position:relative;
  overflow:hidden;
  background:#02050a;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.earth-art{position:absolute;right:0;top:0;width:654px;height:309px}
.earth-art img{width:654px;height:309px;object-fit:cover}
.global-fade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,#02050a 0%,#02050a 31%,rgba(2,5,10,.86) 38%,rgba(2,5,10,.25) 55%,rgba(2,5,10,0) 76%);
}
.global-copy{position:absolute;left:57px;top:28px;width:430px;z-index:2}
.global-copy h2{font-size:30px;line-height:1.17;margin:8px 0 13px;letter-spacing:-.035em}
.global-copy h2 span{color:#087df0}
.global-copy p{font-size:11px;line-height:1.55;color:#a9b1ba;margin:0}
.global-stats{
  display:grid;grid-template-columns:74px 93px 105px 88px;
  margin-top:31px;gap:0;
}
.global-stats>div{text-align:left;border-right:1px solid rgba(255,255,255,.10);padding-left:1px}
.global-stats>div:last-child{border-right:0;padding-left:14px}
.global-stats b{display:block;color:#0aa9ff;font-size:24px;font-weight:400;height:30px}
.global-stats strong{display:block;color:#0aa9ff;font-size:21px;font-weight:500;margin-top:3px}
.global-stats span{display:block;color:#8c96a1;font-size:8px;margin-top:7px}

/* FLAGSHIP — reference y 1277–1432 */
.flagship{height:175px;position:relative;background:#02050a}
.flagship-panel{
  position:absolute;left:57px;right:57px;top:12px;height:151px;
  border:1px solid rgba(255,255,255,.12);border-radius:10px;
  background:linear-gradient(90deg,#050b13,#050a11);
  overflow:hidden;
}
.ring{position:absolute;left:15px;top:0;width:181px;height:132px;object-fit:cover}
.flagship-copy{position:absolute;left:212px;top:25px}
.flagship-copy h2{font-size:24px;margin:8px 0 7px;letter-spacing:-.025em}
.flagship-copy p{font-size:10px;color:#9ca6b1;line-height:1.55;margin:0}
.flagship-action{position:absolute;right:55px;top:38px;width:247px}
.flagship-action>a{
  height:43px;border-radius:5px;background:#087df0;
  display:flex;align-items:center;justify-content:space-between;padding:0 22px;
  font-size:11px;font-weight:600;
}
.flagship-action>a span{font-size:18px}
.flagship-action>small{display:block;color:#0aa9ff;font-size:9px;margin-top:14px}

/* FOOTER — reference y 1432–1536 */
.footer{height:84px;position:relative;background:#02050a}
.footer-brand{position:absolute;left:57px;top:18px;width:160px;height:30px;overflow:hidden}
.footer-brand img{width:160px;height:auto;object-fit:contain}
.footer nav{position:absolute;left:352px;top:25px;display:flex;gap:35px;color:#9ca5ae;font-size:9px}
.socials{position:absolute;right:58px;top:19px;display:flex;gap:25px;color:#aeb6be;align-items:center;font-size:18px}
.socials b{font-size:19px}
.copyright{position:absolute;left:0;right:0;bottom:7px;text-align:center;color:#6e7883;font-size:9px}

/* Drawer hidden desktop */
.mobile-drawer{display:none}

/* Make exact 1024 design responsive without changing the desktop proportions */
@media(min-width:701px){
  .viewport-stage{min-height:1536px}
}

@media(max-width:700px){
  body{background:#02050a}
  .viewport-stage{display:block;overflow:visible}
  .site{width:100%;flex:none;transform:none!important;box-shadow:none}
  .header{height:66px}
  .brand{left:16px;top:16px;width:170px}
  .brand img{width:170px;height:auto}
  .desktop-nav,.launch-top{display:none}
  .mobile-menu{
    display:flex;position:absolute;right:16px;top:14px;width:42px;height:38px;
    border:1px solid #116bab;border-radius:6px;background:#03070c;
    flex-direction:column;align-items:center;justify-content:center;gap:6px;
  }
  .mobile-menu span{width:18px;height:1px;background:#7ddcff}
  .hero{height:auto;min-height:660px;padding:0 18px 40px}
  .hero-art{position:absolute;left:0;right:0;top:0;width:100%;height:360px}
  .hero-art img{width:100%;height:100%;object-fit:cover;object-position:61% center}
  .hero-fade{background:linear-gradient(180deg,rgba(2,5,10,.05) 0%,rgba(2,5,10,.18) 38%,#02050a 66%,#02050a 100%)}
  .hero-copy{position:relative;left:auto;top:auto;width:auto;padding-top:295px;z-index:3}
  .hero h1{font-size:46px}
  .hero-copy>p{font-size:14px}.hero-copy>p br{display:none}
  .hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .primary-btn,.secondary-btn{width:100%}
  .new-project{width:100%;margin-top:22px}
  .projects{height:auto;padding:28px 18px 35px}
  .project-head{position:relative;left:auto;right:auto;top:auto;height:auto;margin-bottom:22px}
  .project-head>a{display:none}
  .cards{position:relative;left:auto;right:auto;top:auto;height:auto;display:grid;grid-template-columns:1fr;gap:13px}
  .card{height:300px}.card-image{height:166px}.card-body{height:133px}
  .approach{height:auto;padding:28px 18px 32px}
  .section-label{position:static}
  .approach-grid{position:relative;left:auto;right:auto;top:auto;height:auto;display:grid;grid-template-columns:1fr;gap:0;margin-top:16px}
  .approach-item,.approach-item:nth-child(2),.approach-item:nth-child(3){
    padding:16px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)
  }
  .global{height:auto;min-height:690px}
  .earth-art{position:absolute;left:0;right:0;top:0;width:100%;height:390px}
  .earth-art img{width:100%;height:100%;object-fit:cover;object-position:58% center}
  .global-fade{background:linear-gradient(180deg,rgba(2,5,10,.04) 0%,rgba(2,5,10,.13) 35%,#02050a 61%,#02050a 100%)}
  .global-copy{position:relative;left:auto;top:auto;width:auto;padding:355px 18px 32px}
  .global-copy h2{font-size:36px}
  .global-stats{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:26px}
  .global-stats>div,.global-stats>div:last-child{border-right:0;padding:0}
  .flagship{height:auto;padding:18px}
  .flagship-panel{position:relative;left:auto;right:auto;top:auto;height:auto;min-height:380px;padding:26px}
  .ring{left:22px;top:18px;width:170px;height:auto}
  .flagship-copy{position:relative;left:auto;top:auto;padding-top:145px}
  .flagship-copy h2{font-size:28px}
  .flagship-action{position:relative;right:auto;top:auto;width:100%;margin-top:24px}
  .footer{height:175px}
  .footer-brand{left:18px;top:25px}
  .footer nav{left:18px;right:18px;top:76px;justify-content:space-between;gap:0}
  .socials{right:18px;top:25px}
  .copyright{bottom:18px;font-size:8px}
  .mobile-drawer{
    display:none;position:fixed;z-index:1000;top:66px;left:12px;right:12px;
    background:rgba(2,6,11,.98);border:1px solid rgba(10,169,255,.35);
    border-radius:10px;padding:10px;box-shadow:0 25px 80px rgba(0,0,0,.7)
  }
  .mobile-drawer.open{display:block}
  .mobile-drawer a{display:block;padding:15px 12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}
  .mobile-drawer a:last-child{border-bottom:0;color:#0aa9ff}
}


/* ==========================================================
   V3.1 — surgical polish only
   Hero image remains 100% unchanged.
   ========================================================== */

.hero-art{
  isolation:isolate;
}

/* A very restrained scanner passing vertically over the image. */
.hero-scan{
  position:absolute;
  z-index:3;
  left:3%;
  right:3%;
  top:7%;
  height:1px;
  pointer-events:none;
  opacity:0;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(10,169,255,.10) 12%,
      rgba(92,214,255,.48) 38%,
      rgba(218,249,255,.78) 50%,
      rgba(92,214,255,.48) 62%,
      rgba(10,169,255,.10) 88%,
      transparent 100%
    );
  box-shadow:
    0 0 5px rgba(130,228,255,.42),
    0 0 14px rgba(10,169,255,.22);
  animation:fieldScan 7.2s cubic-bezier(.45,.05,.55,.95) infinite;
}

/* Soft pulse around the existing light-cross intersection.
   This is an overlay only; the PNG is not edited. */
.hero-pulse{
  position:absolute;
  z-index:2;
  pointer-events:none;
  left:50.4%;
  top:50.2%;
  width:96px;
  height:96px;
  margin:-48px 0 0 -48px;
  border-radius:50%;
  opacity:.20;
  background:radial-gradient(
    circle,
    rgba(188,241,255,.34) 0%,
    rgba(10,169,255,.14) 24%,
    rgba(10,169,255,.04) 48%,
    transparent 72%
  );
  filter:blur(3px);
  animation:fieldPulse 4.8s ease-in-out infinite;
}

@keyframes fieldScan{
  0%   { top:7%;  opacity:0; }
  9%   { opacity:.46; }
  46%  { opacity:.24; }
  91%  { opacity:.42; }
  100% { top:93%; opacity:0; }
}

@keyframes fieldPulse{
  0%,100% { transform:scale(.88); opacity:.10; }
  50%     { transform:scale(1.18); opacity:.25; }
}

/* iPhone/mobile: same effect, intentionally even more subtle. */
@media(max-width:700px){
  .hero-scan{
    left:0;
    right:0;
    opacity:0;
    animation-duration:8.2s;
    box-shadow:
      0 0 4px rgba(130,228,255,.34),
      0 0 10px rgba(10,169,255,.16);
  }
  .hero-pulse{
    left:50%;
    top:50%;
    width:76px;
    height:76px;
    margin:-38px 0 0 -38px;
    opacity:.14;
  }
}

/* Respect iOS/macOS accessibility settings. */
@media(prefers-reduced-motion:reduce){
  .hero-scan,
  .hero-pulse{
    display:none;
    animation:none;
  }
}


/* ==========================================================
   V3.2 CLEAN ASSETS
   No ordinary UI/site text is baked into content imagery.
   ========================================================== */

/* Real text + clean FS image instead of a rasterized wordmark */
.brand{
  width:auto;
  height:38px;
  display:flex;
  align-items:center;
  gap:12px;
}
.brand img{
  width:68px;
  height:37px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand span{
  color:#f3f5f7;
  font-size:15px;
  font-weight:650;
  letter-spacing:.035em;
  white-space:nowrap;
}

/* Clean hero crop starts farther right in the master.
   Object fit keeps the same centered/person composition. */
.hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* Clean project crops omit the baked 01/02/03 badges.
   The visible badges are now exclusively .num HTML elements. */
.card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* Globe crop excludes the baked 24/7 UI copy. */
.earth-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* Footer wordmark is now semantic text too. */
.footer-brand{
  width:auto;
  height:32px;
  display:flex;
  align-items:center;
  gap:9px;
  overflow:visible;
}
.footer-brand img{
  width:43px;
  height:28px;
  object-fit:contain;
}
.footer-brand span{
  color:#aeb5bd;
  font-size:12px;
  font-weight:550;
  letter-spacing:.04em;
  white-space:nowrap;
}

@media(max-width:700px){
  .brand{
    left:16px;
    top:16px;
    width:auto;
  }
  .brand img{
    width:68px;
    height:37px;
  }
  .brand span{
    font-size:15px;
  }

  /* On mobile retain the exact centered human/beam view from the approved screenshot. */
  .hero-art img{
    object-position:46% center;
  }

  .footer-brand{
    left:18px;
    top:25px;
  }
}