:root{
  --bg:#050307;
  --ink:#ffffff;
  --muted:#d6cfdf;
  --dim:#92889d;
  --line:rgba(255,255,255,.14);
  --panel:#0e0a16;
  --panel2:#17121f;
  --purple:#7b4dff;
  --violet:#a56cff;
  --blue:#317cff;
  --pink:#ef3ca4;
  --orange:#ff6b2c;
  --green:#70f0c1;
  --gold:#ffd66b;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#000;
  line-height: unset;
}
.page {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.page a{color:inherit;text-decoration:none}
.page a:hover{color:#fff}
.wrap{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.page .nav{
  position:sticky;
  top:0;
  z-index:50;
  background:#000;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.nav-inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:950;
  letter-spacing:.01em;
}
.cm-logo{
  width:54px;
  height:40px;
  border:2px solid #fff;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:10px;
  font-weight:950;
  line-height:.9;
  text-align:center;
}
.brand span:last-child{font-size:18px}
.links{display:flex;gap:18px;color:var(--muted);font-size:13px;font-weight:800}
.links a:hover{color:#fff}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--purple),var(--pink),var(--orange));
  font-size:14px;
  font-weight:900;
  border: 0;
}
.module{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(720px 460px at 85% 35%, rgba(239,60,164,.12), transparent 64%),
    linear-gradient(180deg,#06040a 0%,#0a0610 73%,#090512 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.module:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:160px;
  background:
    radial-gradient(650px 160px at 18% 100%, rgba(239,60,164,.34), transparent 70%),
    radial-gradient(650px 160px at 78% 100%, rgba(49,124,255,.34), transparent 70%),
    linear-gradient(90deg,rgba(239,60,164,.20),rgba(123,77,255,.28),rgba(49,124,255,.20));
  pointer-events:none;
}
.module .wrap{position:relative;z-index:2}
.kicker{
  margin:0 0 12px;
  color:#d9c8ff;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:950;
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(54px,7vw,88px);
  line-height:.88;
  letter-spacing:-.065em;
  margin-bottom:18px;
}
h2{
  font-size:clamp(40px,5vw,72px);
  line-height:.92;
  letter-spacing:-.055em;
  margin-bottom:18px;
}
h3{
  font-size:25px;
  line-height:1.06;
  letter-spacing:-.025em;
  margin-bottom:10px;
}
p{
  color:var(--muted);
  font-size:16px;
  line-height:1.62;
}
strong{color:#fff}
.hero-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:52px;
  align-items:center;
}
.hero-copy{max-width:560px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.chip{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  padding:10px 14px;
  color:#f4edff;
  font-size:13px;
  font-weight:900;
}
.visual{
  min-height:390px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:32px;
  background:
    radial-gradient(500px 260px at 45% 42%, rgba(255,255,255,.08), transparent 62%),
    linear-gradient(135deg,rgba(123,77,255,.18),rgba(239,60,164,.09),rgba(255,107,44,.08)),
    #100a16;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(0,0,0,.26);
}
.visual:before{
  content:"";
  position:absolute;
  inset:26px;
  border:1px dashed rgba(255,255,255,.18);
  border-radius:24px;
}
.visual-label{
  text-align:center;
  position:relative;
  z-index:1;
  padding:24px;
}
.visual-label b{display:block;font-size:26px;letter-spacing:-.025em;margin-bottom:8px}
.visual-label span{display:block;color:var(--dim);font-size:13px}
.two-col{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:42px;
  align-items:center;
}
.two-col.reverse{grid-template-columns:1.06fr .94fr}
.deck-copy{max-width:560px}
.feature-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}
.card{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.045);
  border-radius:20px;
  padding:20px;
}
.card.hot{
  border-color:rgba(123,77,255,.42);
  background:linear-gradient(180deg,rgba(123,77,255,.17),rgba(255,255,255,.04));
}
.card b{display:block;font-size:17px;line-height:1.08;margin-bottom:8px}
.card span{display:block;color:var(--muted);font-size:14px;line-height:1.48}
.exploded-module{
  min-height:1080px;
  align-items:flex-start;
  padding:70px 0 120px;
}
.exploded-head{
  display:grid;
  grid-template-columns:.8fr 1fr;
  gap:60px;
  align-items:start;
  margin-bottom:24px;
}
.exploded-head p{max-width:560px}
.wide-visual{
  min-height:420px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:
    radial-gradient(740px 320px at 45% 45%, rgba(255,107,44,.13), transparent 60%),
    linear-gradient(90deg,rgba(49,124,255,.15),rgba(239,60,164,.13)),
    #08050b;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
}
.wide-visual:before{
  content:"";
  position:absolute;
  inset:26px;
  border:1px dashed rgba(255,255,255,.18);
  border-radius:20px;
}
.callout-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:20px;
}
.callout{
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  padding:18px;
  background:rgba(255,255,255,.055);
}
.callout .label{
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:950;
  margin-bottom:10px;
}
.callout h3{
  font-size:20px;
  margin-bottom:10px;
}
.callout p{
  margin-bottom:12px;
  font-size:13px;
}
.arch-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:42px;
  align-items:center;
}
.diagram-card{
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.05);
  border-radius:28px;
  padding:30px;
}
.diagram{
  height:260px;
  margin-top:24px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:#09060d;
  position:relative;
  overflow:hidden;
}
.fin-stack{
  position:absolute;
  left:18%;right:18%;top:52px;height:82px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.13) 0 4px,rgba(255,255,255,.025) 4px 12px);
}
.cpu{
  position:absolute;
  left:40%;right:40%;bottom:44px;height:30px;
  border-radius:8px;
  background:linear-gradient(90deg,#ff9b57,#ff4a22);
  box-shadow:0 0 34px rgba(255,107,44,.65);
}
.pipe{
  position:absolute;
  bottom:74px;
  width:10px;
  border-radius:999px;
  background:linear-gradient(#ffd0a0,#ff6b2c,#631c0e);
  box-shadow:0 0 22px rgba(255,107,44,.65);
}
.pipe.p1{left:36%;height:120px}.pipe.p2{left:50%;height:152px}.pipe.p3{left:64%;height:120px}
.air{
  position:absolute;
  left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,#317cff,#ef3ca4,transparent);
}
.air.a1{top:94px}.air.a2{top:122px}.air.a3{top:150px}
.spec-module{
  min-height:780px;
  align-items:center;
}
.spec-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:24px;
}
table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  overflow:hidden;
  background:rgba(255,255,255,.045);
}
th,td{
  padding:13px 15px;
  border-bottom:1px solid rgba(255,255,255,.11);
  text-align:left;
  font-size:13px;
  color:var(--muted);
}
th{
  color:#fff;
  background:rgba(255,255,255,.08);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
tr:last-child td{border-bottom:0}
td:first-child{color:#fff;font-weight:850;width:34%}
.footer{
  background:#000;
  padding:48px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.footer p{font-size:12px;color:var(--dim);margin:12px 0 0}

.cybe-module{
  min-height:880px;
  align-items:center;
  background:
    radial-gradient(780px 520px at 18% 28%, rgba(123,77,255,.28), transparent 65%),
    radial-gradient(780px 520px at 88% 35%, rgba(239,60,164,.18), transparent 65%),
    linear-gradient(180deg,#050307 0%,#090512 78%,#06040a 100%);
}
.cybe-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:34px;
  align-items:start;
}
.cybe-rank{
  border:1px solid rgba(255,255,255,.15);
  border-radius:32px;
  padding:34px;
  background:linear-gradient(155deg,rgba(123,77,255,.30),rgba(239,60,164,.12));
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.cybe-rank .rank{
  font-size:112px;
  font-weight:1000;
  line-height:.82;
  letter-spacing:-.08em;
}
.cybe-rank .rank-sub{
  font-size:29px;
  font-weight:950;
  letter-spacing:-.04em;
  color:#fff;
  line-height:1.05;
}
.cybe-note{
  border:1px solid rgba(255,214,107,.42);
  background:rgba(255,214,107,.08);
  border-radius:20px;
  padding:16px;
  color:#ffe29a;
  font-size:13px;
  line-height:1.55;
  margin-top:18px;
}
.cybe-proof{
  display:grid;
  gap:14px;
  margin-top:24px;
}
.cybe-metric{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:22px;
  align-items:start;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  padding:20px;
  background:rgba(255,255,255,.045);
}
.cybe-value{
  font-size:36px;
  font-weight:1000;
  letter-spacing:-.05em;
  line-height:1;
  color:#fff;
}
.cybe-label{
  font-size:12px;
  color:#d9c8ff;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-top:8px;
}
.cybe-metric p{
  margin:0;
  font-size:15px;
}
.cybe-translation{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}
.cybe-card{
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  padding:18px;
  background:rgba(255,255,255,.045);
}
.cybe-card b{
  display:block;
  font-size:17px;
  margin-bottom:8px;
}
.cybe-card span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}


/* Simplified public-facing Cybenetics section */
.cybe-module .cybe-rank{
  max-width:420px;
}
.cybe-module .cybe-rank p{
  font-size:15px;
}
.cybe-module .rank-sub{
  max-width:320px;
}
.cybe-module h2{
  max-width:720px;
}
.cybe-module .cybe-translation{
  margin-top:26px;
}
.cybe-module .cybe-card{
  min-height:132px;
}
.cybe-module .cybe-card b{
  font-size:20px;
}
.cybe-module .cybe-card span{
  font-size:15px;
}
.cybe-module .cybe-metric{
  align-items:center;
}
.cybe-module .cybe-label{
  color:#c9b8ff;
}
.cybe-module .cybe-metric p{
  font-size:15px;
  line-height:1.55;
}
.cybe-module .cybe-note{
  font-size:14px;
}


/* Refined Cybenetics public section */
.cybe-module .rank-sub{
  line-height:1.02;
}
.cybe-module .cybe-translation{
  grid-template-columns:repeat(3,1fr);
}
.cybe-module .cybe-card{
  border-color:rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
}
.cybe-module .cybe-card b{
  color:#fff;
}
.cybe-module .cybe-proof{
  margin-top:20px;
}
.cybe-module .cybe-metric{
  border-color:rgba(255,255,255,.18);
}
.cybe-module .cybe-metric:hover{
  background:rgba(255,255,255,.065);
}
.cybe-module .cybe-value{
  letter-spacing:-.055em;
}
.cybe-module .cybe-label{
  color:#d8c6ff;
}


/* V9 cleaner Cybenetics section */
.cybe-module .cybe-translation{
  display:none;
}
.cybe-module .cybe-proof{
  gap:12px;
  margin-top:22px;
}
.cybe-module .cybe-metric{
  grid-template-columns:175px 1fr;
  padding:18px 20px;
}
.cybe-module .cybe-metric p{
  font-size:14px;
  line-height:1.45;
}
.cybe-module .cybe-note{
  font-size:13px;
}


/* V10 Cybenetics story-first section */
.cybe-module .cybe-metric{
  grid-template-columns:145px 1fr;
}
.cybe-module .cybe-value{
  font-size:48px;
}
.cybe-module .cybe-label{
  font-size:12px;
  line-height:1.25;
}
.cybe-module .cybe-metric:nth-child(3) .cybe-value,
.cybe-module .cybe-metric:nth-child(4) .cybe-value{
  color:#70f0c1;
}


/* V13 public product-page hero + overview */
.hero-showcase{
  min-height:720px;
  text-align:center;
  background:
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),
    radial-gradient(900px 520px at 50% 28%, rgba(123,77,255,.24), transparent 64%),
    radial-gradient(900px 360px at 50% 110%, rgba(239,60,164,.28), transparent 70%),
    #030205;
}
.hero-showcase .wrap{
  max-width:1160px;
}
.hero-title{
  font-size:clamp(64px,8vw,112px);
  line-height:.9;
  letter-spacing:-.07em;
  margin-bottom:12px;
}
.hero-subtitle{
  font-size:clamp(24px,3vw,40px);
  line-height:1.05;
  letter-spacing:-.025em;
  font-weight:850;
  color:#f2ecff;
  text-transform:uppercase;
}
.hero-line{
  width:min(820px,100%);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  margin:52px auto 36px;
}
.hero-icons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  max-width:980px;
  margin:0 auto;
}
.hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#fff;
  font-size:18px;
  font-weight:900;
}
.hero-mark{
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,rgba(123,77,255,.32),rgba(239,60,164,.16));
  font-weight:1000;
}
.scroll-cue{
  margin-top:46px;
  font-size:34px;
  color:rgba(255,255,255,.78);
}
.overview-module{
  min-height:720px;
  background:#f6f5f7;
  color:#111;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.overview-module:after{
  display:none;
}
.overview-module p{
  color:#33313a;
}
.overview-module .kicker{
  color:#6b1f0d;
}
.overview-module h2{
  color:#09070d;
  font-size:clamp(34px,4vw,56px);
  line-height:1;
}
.overview-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:62px;
  align-items:center;
}
.overview-copy p{
  font-size:17px;
  line-height:1.72;
}
.overview-visual{
  min-height:430px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:
    radial-gradient(420px 250px at 50% 50%, rgba(123,77,255,.18), transparent 64%),
    linear-gradient(135deg,#17111f,#07050a 62%,#261006);
  box-shadow:0 30px 80px rgba(0,0,0,.16);
}
.overview-visual:before{
  border-color:rgba(255,255,255,.18);
}
.key-strip{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.key-pill{
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  background:#fff;
  padding:14px 16px;
}
.key-pill b{
  color:#111;
  display:block;
  font-size:15px;
  margin-bottom:4px;
}
.key-pill span{
  display:block;
  color:#55515d;
  font-size:13px;
  line-height:1.35;
}
.exploded-module h2,
.cybe-module h2{
  font-size:clamp(36px,4.5vw,60px);
}
@media(max-width:980px){
  .hero-icons{grid-template-columns:1fr 1fr}
  .overview-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .hero-icons,.key-strip{grid-template-columns:1fr}
  .hero-icon{justify-content:flex-start}
}

@media(max-width:980px){
  .links{display:none}
  .module{min-height:auto;padding:90px 0}
  .exploded-module{padding:90px 0}
  .hero-grid,.two-col,.two-col.reverse,.exploded-head,.arch-grid,.spec-grid,.cybe-grid{grid-template-columns:1fr}
  .feature-cards,.callout-grid,.cybe-translation{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .wrap{width:min(100% - 28px,1180px)}
  h1{font-size:54px}
  h2{font-size:44px}
  .feature-cards,.callout-grid,.cybe-translation{grid-template-columns:1fr}
  .visual{min-height:300px}
  .cybe-metric{grid-template-columns:1fr}
  .wide-visual{min-height:300px}
}

/* V14 Cybenetics spacing/alignment fix */
.cybe-module{
  min-height:auto;
  padding:110px 0 120px;
  overflow:visible;
}
.cybe-module .cybe-grid{
  align-items:start;
  gap:56px;
}
.cybe-module .cybe-rank{
  margin-top:0;
  position:sticky;
  top:110px;
}
.cybe-module .cybe-proof{
  gap:14px;
  margin-top:28px;
}
.cybe-module .cybe-metric{
  grid-template-columns:150px 1fr;
  gap:28px;
  min-height:120px;
  padding:22px 24px;
  align-items:center;
}
.cybe-module .cybe-value{
  line-height:.9;
}
.cybe-module .cybe-metric p{
  margin:0;
  max-width:600px;
}
.cybe-module .cybe-note{
  margin-top:22px;
}
@media(max-width:980px){
  .cybe-module{
    padding:82px 0 90px;
  }
  .cybe-module .cybe-rank{
    position:relative;
    top:auto;
    max-width:none;
  }
  .cybe-module .cybe-grid{
    gap:30px;
  }
  .cybe-module .cybe-metric{
    grid-template-columns:1fr;
    gap:10px;
  }
}


/* V15 Hero image + dark overview */
.hero-showcase{
  min-height:760px;
  text-align:left;
  background:
    radial-gradient(900px 500px at 20% 18%, rgba(239,60,164,.18), transparent 62%),
    radial-gradient(900px 520px at 82% 20%, rgba(49,124,255,.15), transparent 64%),
    linear-gradient(180deg,#040207 0%,#07030a 56%,#05030a 100%);
}
.hero-layout{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:44px;
  align-items:center;
}
.hero-copy-wrap{
  max-width:540px;
}
.hero-render-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:520px;
}
.hero-render{
  max-width:min(100%, 760px);
  max-height:520px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 26px 48px rgba(0,0,0,.55));
}
.hero-line{
  width:100%;
  margin:40px 0 28px;
}
.hero-icons{
  margin:0;
  max-width:100%;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 20px;
}
.hero-icon{
  justify-content:flex-start;
  font-size:16px;
}
.overview-module{
  min-height:720px;
  background:
    radial-gradient(780px 420px at 78% 20%, rgba(239,60,164,.10), transparent 65%),
    radial-gradient(760px 420px at 12% 78%, rgba(49,124,255,.10), transparent 65%),
    #050307;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.overview-module p{
  color:var(--muted);
}
.overview-module .kicker{
  color:#d9c8ff;
}
.overview-module h2{
  color:#fff;
}
.overview-visual{
  min-height:460px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 260px at 50% 50%, rgba(123,77,255,.16), transparent 60%),
    linear-gradient(135deg,#120d18,#08050b 62%,#1d0d08);
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.overview-product{
  max-width:min(100%, 520px);
  max-height:410px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 44px rgba(0,0,0,.5));
}
.key-pill{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
}
.key-pill b{
  color:#fff;
}
.key-pill span{
  color:#cbc4d7;
}
@media(max-width:980px){
  .hero-layout{grid-template-columns:1fr}
  .hero-render-wrap{min-height:380px}
  .hero-icons{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hero-icons{grid-template-columns:1fr}
}


/* V16 refined Cybenetics containment */
.cybe-module{
  padding:88px 0 170px;
}
.cybe-module:after{
  height:110px;
}
.cybe-module .wrap{
  position:relative;
  top:-14px;
}
.cybe-module .cybe-grid{
  gap:52px;
}
.cybe-module .cybe-proof{
  margin-top:24px;
}
.cybe-module .cybe-note:last-child{
  margin-top:18px;
}
@media(max-width:980px){
  .cybe-module{
    padding:74px 0 110px;
  }
  .cybe-module .wrap{
    top:0;
  }
}


/* V17 alignment fixes for R&D + specs modules */
.exploded-module{
  padding:82px 0 165px;
  min-height:auto;
}
.exploded-module:after{
  height:96px;
}
.exploded-module .wrap{
  position:relative;
  top:-24px;
}
.exploded-head{
  grid-template-columns:1fr;
  gap:0;
  margin-bottom:30px;
}
.exploded-head h2{
  max-width:640px;
}
.exploded-head p{
  display:none;
}
.exploded-module .visual{
  min-height:390px;
  margin-bottom:24px;
}
.exploded-module .callout-grid{
  gap:16px;
}
.exploded-module .callout{
  min-height:122px;
  padding:20px 22px;
}
.exploded-module .callout h3{
  margin-top:8px;
}
.exploded-module .callout p{
  font-size:14px;
  line-height:1.45;
}

.specs-module{
  padding:82px 0 175px;
  min-height:auto;
}
.specs-module:after{
  height:112px;
}
.specs-module .wrap{
  position:relative;
  top:-26px;
}
.specs-module h2{
  margin-bottom:18px;
}
.specs-module > .wrap > p{
  margin-bottom:26px;
}
.spec-grid{
  gap:28px;
}
.spec-table{
  margin-top:8px;
}
.spec-table td,
.spec-table th{
  padding:16px 18px;
}
@media(max-width:980px){
  .exploded-module,
  .specs-module{
    padding:74px 0 120px;
  }
  .exploded-module .wrap,
  .specs-module .wrap{
    top:0;
  }
}


/* V18 implemented supplied visuals */
.visual.with-image,
.wide-visual.with-image{
  background:#020104;
  padding:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 28px 80px rgba(0,0,0,.30);
}
.visual.with-image:before,
.wide-visual.with-image:before{
  display:none;
}
.visual.with-image .module-img,
.wide-visual.with-image .module-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:inherit;
}
.wide-visual.with-image{
  min-height:0;
  aspect-ratio:1464 / 600;
}
.two-col .visual.with-image,
.two-col.reverse .visual.with-image{
  min-height:320px;
  aspect-ratio:1464 / 600;
}
.overview-visual.with-image{
  min-height:0;
  aspect-ratio:1464 / 600;
}
.visual.blank-visual{
  background:
    radial-gradient(420px 220px at 50% 50%, rgba(255,255,255,.045), transparent 64%),
    linear-gradient(135deg,rgba(123,77,255,.10),rgba(239,60,164,.06)),
    #09060d;
}
.visual.blank-visual .visual-label{
  display:none;
}
@media(max-width:980px){
  .two-col .visual.with-image,
  .two-col.reverse .visual.with-image{
    min-height:0;
  }
}


/* V19 crop supplied visuals to remove embedded copy while preserving layout */
#overview .overview-visual.with-image{
  background:#050307;
}
#overview .overview-visual.with-image .module-img{
  object-fit:cover;
  width:128%;
  height:128%;
  object-position:24% 50%;
}

#layer .wide-visual.with-image{
  background:#050307;
}
#layer .wide-visual.with-image .module-img{
  object-fit:cover;
  width:118%;
  height:118%;
  object-position:50% 52%;
}

#3dhp .visual.with-image,
#airflow .visual.with-image,
#platform .visual.with-image{
  background:#050307;
}
#3dhp .visual.with-image .module-img{
  object-fit:cover;
  width:142%;
  height:112%;
  object-position:30% 50%;
}

#airflow .visual.with-image .module-img{
  object-fit:cover;
  width:140%;
  height:110%;
  object-position:29% 50%;
}

#platform .visual.with-image .module-img{
  object-fit:cover;
  width:134%;
  height:110%;
  object-position:66% 52%;
}

@media(max-width:980px){
  #overview .overview-visual.with-image .module-img{
    width:132%;
    height:132%;
    object-position:26% 50%;
  }
  #layer .wide-visual.with-image .module-img{
    width:122%;
    height:122%;
  }
  #3dhp .visual.with-image .module-img{
    width:148%;
    height:116%;
    object-position:31% 50%;
  }
  #airflow .visual.with-image .module-img{
    width:146%;
    height:114%;
    object-position:30% 50%;
  }
  #platform .visual.with-image .module-img{
    width:140%;
    height:114%;
    object-position:68% 52%;
  }
}


/* V20 refine crops so supplied visuals show no embedded copy and stay within module bounds */
#overview .overview-visual.with-image .module-img{
  width:104%;
  height:122%;
  object-fit:cover;
  object-position:79% 50%;
}

#layer .wide-visual.with-image .module-img{
  width:132%;
  height:126%;
  object-fit:cover;
  object-position:49% 53%;
}

#3dhp .visual.with-image .module-img{
  width:146%;
  height:116%;
  object-fit:cover;
  object-position:18% 50%;
}

#airflow .visual.with-image .module-img{
  width:146%;
  height:116%;
  object-fit:cover;
  object-position:18% 50%;
}

section.module:nth-of-type(9) .visual.with-image .module-img{
  width:150%;
  height:122%;
  object-fit:cover;
  object-position:18% 52%;
}

#platform .visual.with-image .module-img{
  width:138%;
  height:128%;
  object-fit:cover;
  object-position:58% 56%;
}

section.module:nth-of-type(11) .visual.with-image .module-img{
  width:138%;
  height:128%;
  object-fit:cover;
  object-position:66% 50%;
}

section.module:nth-of-type(12) .visual.with-image .module-img{
  width:136%;
  height:118%;
  object-fit:cover;
  object-position:74% 52%;
}

section.module:nth-of-type(9) .visual.with-image,
section.module:nth-of-type(11) .visual.with-image,
section.module:nth-of-type(12) .visual.with-image{
  background:#050307;
}

@media (max-width: 980px){
  #overview .overview-visual.with-image .module-img{
    width:110%;
    height:128%;
    object-position:78% 50%;
  }
  #layer .wide-visual.with-image .module-img{
    width:138%;
    height:132%;
  }
  #3dhp .visual.with-image .module-img,
  #airflow .visual.with-image .module-img{
    width:154%;
    height:122%;
    object-position:19% 50%;
  }
  section.module:nth-of-type(9) .visual.with-image .module-img{
    width:158%;
    height:128%;
    object-position:19% 52%;
  }
  #platform .visual.with-image .module-img{
    width:146%;
    height:134%;
    object-position:58% 56%;
  }
  section.module:nth-of-type(11) .visual.with-image .module-img{
    width:146%;
    height:134%;
    object-position:67% 50%;
  }
  section.module:nth-of-type(12) .visual.with-image .module-img{
    width:144%;
    height:124%;
    object-position:75% 52%;
  }
}


/* V21 replace all visuals with cleaner user-supplied images */
.overview-module .overview-visual.with-image,
.layer-module .wide-visual.with-image,
.hp3dhp-module .visual.with-image,
.airflow-module .visual.with-image,
.lcp-module .visual.with-image,
.platform-module .visual.with-image,
.compact-module .visual.with-image,
.acoustic-module .visual.with-image{
  background:#050307;
}

.overview-module .overview-visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
}
.layer-module .wide-visual.with-image .module-img{
  width:110%;
  height:110%;
  object-fit:cover;
  object-position:50% 50%;
}
.hp3dhp-module .visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:50% 50%;
}
.airflow-module .visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:50% 50%;
}
.lcp-module .visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
}
.platform-module .visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:50% 50%;
}
.compact-module .visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:50% 50%;
}
.acoustic-module .visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
}
@media (max-width: 980px){
  .layer-module .wide-visual.with-image .module-img{
    width:116%;
    height:116%;
  }
}



/* V22 layout cleanup and alignment refinements */
.scroll-cue{display:none !important;}
.module-img{
  display:block;
  color:transparent;
  font-size:0;
  line-height:0;
  text-indent:-9999px;
}

/* push these story modules slightly upward */
.hp3dhp-module,
.arch-module,
.airflow-module,
.lcp-module,
.compact-module,
.acoustic-module{
  min-height:auto;
  align-items:flex-start;
  padding:90px 0 96px;
}
.hp3dhp-module .wrap,
.arch-module .wrap,
.airflow-module .wrap,
.lcp-module .wrap,
.compact-module .wrap,
.acoustic-module .wrap{
  margin-top:-10px;
}
.hp3dhp-module .two-col,
.airflow-module .two-col,
.lcp-module .two-col.reverse,
.compact-module .two-col.reverse,
.acoustic-module .two-col{
  align-items:start;
}

/* refine image placement so visuals stop crowding text */
.hp3dhp-module .visual.with-image .module-img{
  width:96%;
  height:96%;
  object-fit:contain;
  object-position:34% 48%;
  transform:translate(-8%,-4%);
}
.arch-module .diagram-card{
  margin-top:4px;
}
.airflow-module .visual.with-image .module-img{
  width:96%;
  height:96%;
  object-fit:contain;
  object-position:34% 48%;
  transform:translate(-8%,-4%);
}
.lcp-module .visual.with-image .module-img{
  width:94%;
  height:94%;
  object-fit:cover;
  object-position:34% 46%;
  transform:translate(-14%,-8%);
}
.compact-module .visual.with-image .module-img{
  width:95%;
  height:95%;
  object-fit:contain;
  object-position:33% 44%;
  transform:translate(-14%,-8%);
}
.acoustic-module .visual.with-image .module-img{
  width:96%;
  height:96%;
  object-fit:cover;
  object-position:30% 48%;
  transform:translate(-12%,-2%);
}

@media(max-width:980px){
  .hp3dhp-module,
  .arch-module,
  .airflow-module,
  .lcp-module,
  .compact-module,
  .acoustic-module{
    padding:72px 0 80px;
  }
  .hp3dhp-module .wrap,
  .arch-module .wrap,
  .airflow-module .wrap,
  .lcp-module .wrap,
  .compact-module .wrap,
  .acoustic-module .wrap{
    margin-top:0;
  }
  .hp3dhp-module .visual.with-image .module-img,
  .airflow-module .visual.with-image .module-img,
  .lcp-module .visual.with-image .module-img,
  .compact-module .visual.with-image .module-img,
  .acoustic-module .visual.with-image .module-img{
    transform:translate(-6%,-2%);
  }
}



/* V23 remove visible dividers between modules */
.module{border-bottom:none !important;}
.module:after{display:none !important;}
.overview-module{border-bottom:none !important;}


/* V24 fix image overlap on LCP + Compact modules */
#lcp .wrap.two-col.reverse,
#compact .wrap.two-col.reverse{
  grid-template-columns:minmax(0, .78fr) minmax(0, 1.22fr);
  gap:92px;
  align-items:start;
}

#lcp .visual.with-image,
#compact .visual.with-image{
  width:100%;
  max-width:760px;
  justify-self:start;
  margin-left:-76px;
  overflow:hidden;
  z-index:1;
}

#lcp .deck-copy,
#compact .deck-copy{
  position:relative;
  z-index:3;
  max-width:620px;
}

#lcp .visual.with-image .module-img{
  width:118%;
  height:118%;
  object-fit:cover;
  object-position:34% 48%;
  transform:translate(-12%, -6%);
}

#compact .visual.with-image .module-img{
  width:116%;
  height:116%;
  object-fit:cover;
  object-position:58% 50%;
  transform:translate(-10%, -6%);
}

#lcp,
#compact,
#acoustic{
  padding-top:72px;
  padding-bottom:88px;
}

#lcp .wrap,
#compact .wrap,
#acoustic .wrap{
  margin-top:-24px;
}

@media(max-width:980px){
  #lcp .wrap.two-col.reverse,
  #compact .wrap.two-col.reverse{
    grid-template-columns:1fr;
    gap:34px;
  }
  #lcp .visual.with-image,
  #compact .visual.with-image{
    margin-left:0;
    max-width:none;
  }
  #lcp .visual.with-image .module-img,
  #compact .visual.with-image .module-img{
    transform:none;
    width:100%;
    height:100%;
  }
  #lcp .wrap,
  #compact .wrap,
  #acoustic .wrap{
    margin-top:0;
  }
}


/* V25 numbered R&D visual implementation */
#layer .wide-visual.with-image{
  background:#050307;
}
#layer .wide-visual.with-image .module-img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
}

/* V29 platform contact technical note */
.platform-note{
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:#d7d0df;
  font-size:14px;
  line-height:1.5;
}