:root{
  --bg:#05070b;
  --bg-2:#0b111a;
  --panel:#101821;
  --panel-2:#141d28;
  --ink:#f2f6fb;
  --muted:#9ba9ba;
  --blue:#2f80ff;
  --blue-2:#77aaff;
  --green:#62d982;
  --line:rgba(134,164,201,.28);
  --line-strong:rgba(47,128,255,.58);
  --max:1180px;
  --pad:clamp(18px,4vw,56px);
  --radius:8px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:
    linear-gradient(rgba(47,128,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47,128,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 72% 4%, rgba(47,128,255,.14), transparent 32rem),
    var(--bg);
  background-size:48px 48px,48px 48px,auto,auto;
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.5;
}

a{ color:inherit; text-decoration:none; }
a:hover{ color:#fff; }
img{ max-width:100%; display:block; }
button,input,textarea,select{ font:inherit; }

.sr-only,
.skip-link{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link:focus{
  position:fixed;
  top:12px;
  left:12px;
  width:auto;
  height:auto;
  margin:0;
  padding:10px 14px;
  clip:auto;
  background:#fff;
  color:#000;
  z-index:20;
}

.site-header{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:74px;
  max-width:calc(var(--max) + var(--pad) * 2);
  margin:0 auto;
  padding:8px var(--pad);
  background:rgba(5,7,11,.84);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
  overflow:visible;
  isolation:isolate;
}
.brand{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:58px;
  padding-left:108px;
  font-weight:900;
  letter-spacing:.1em;
  font-size:42px;
  line-height:1;
}
.brand img{
  position:absolute;
  left:0;
  top:50%;
  z-index:1;
  width:92px;
  height:92px;
  padding:7px;
  border-radius:50%;
  background:#05070b;
  object-fit:contain;
  transform:translateY(-50%);
}
.site-nav{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.site-nav a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  color:var(--muted);
  border-bottom:1px solid transparent;
}
.site-nav a[aria-current="page"],
.site-nav a:hover{
  color:var(--ink);
  border-color:var(--line-strong);
}
.site-nav .nav-action{
  color:#fff;
  border:1px solid var(--line-strong);
  background:rgba(47,128,255,.12);
}
.nav-toggle{ display:none; }

main{ overflow:hidden; }
section{
  max-width:var(--max);
  margin:0 auto;
  padding:clamp(48px,6vw,84px) var(--pad);
  border-bottom:1px solid var(--line);
}
.section-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);
  gap:clamp(28px,6vw,76px);
  align-items:center;
}
.eyebrow,
.section-label{
  margin:0 0 12px;
  color:var(--blue-2);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
h1,h2,h3,p{ margin-top:0; }
h1{
  max-width:900px;
  margin-bottom:18px;
  font-size:clamp(44px,8vw,102px);
  line-height:.88;
  letter-spacing:0;
  text-transform:uppercase;
}
h2{
  margin-bottom:16px;
  font-size:clamp(32px,5vw,62px);
  line-height:.95;
  letter-spacing:0;
  text-transform:uppercase;
}
.lede{
  max-width:690px;
  color:#d9e3ee;
  font-size:clamp(18px,2vw,23px);
}
.button{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:var(--radius);
  border:1px solid var(--line-strong);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.button-primary{
  background:var(--blue);
  color:#fff;
  box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, 0 18px 48px rgba(47,128,255,.18);
}
.button-secondary{
  background:rgba(255,255,255,.04);
  color:#eaf2ff;
}
.button:hover{ transform:translateY(-1px); }
.action-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:22px;
}
.microcopy,
.form-note{
  color:var(--muted);
  font-size:13px;
}
.text-link{
  display:inline-flex;
  margin-top:22px;
  color:var(--blue-2);
  font-weight:900;
  text-transform:uppercase;
  border-bottom:1px solid var(--line-strong);
}

.hero{
  position:relative;
  min-height:calc(100svh - 72px);
  grid-template-columns:minmax(320px,.78fr) minmax(480px,1.22fr);
}
.hero-copy{ position:relative; z-index:2; }
.hero-visual{
  min-height:560px;
  align-self:stretch;
  display:flex;
  align-items:center;
}
.home-art-panel,
.allies-art-panel{
  position:relative;
  width:100%;
  isolation:isolate;
}
.home-art-panel{
  min-height:560px;
  margin-right:calc(var(--pad) * -1);
}
.home-art-panel::before,
.allies-art-panel::before{
  content:"";
  position:absolute;
  inset:-8%;
  z-index:-1;
  background:radial-gradient(circle at 52% 52%, rgba(47,128,255,.34), transparent 58%);
  filter:blur(24px);
}
.home-art{
  width:100%;
  display:block;
  object-fit:cover;
}
.home-art--hero{
  height:min(70vw,620px);
  min-height:500px;
  object-position:center;
  clip-path:polygon(3% 4%, 98% 0, 100% 86%, 95% 96%, 12% 100%, 0 91%, 0 10%);
  filter:drop-shadow(0 38px 70px rgba(0,0,0,.58)) saturate(1.08);
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 11%, #000 82%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 11%, #000 82%, transparent 100%);
}
.merch-promo{
  position:absolute;
  top:clamp(10px,2vw,24px);
  right:var(--pad);
  z-index:4;
  width:min(300px,31vw);
}
.merch-promo-link{
  display:block;
  line-height:0;
}
.merch-promo img{
  width:100%;
  max-height:188px;
  object-fit:contain;
}
.map-plate{
  position:relative;
  min-height:460px;
  border:1px solid var(--line-strong);
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(47,128,255,.24) 49% 50%, transparent 50%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 28px),
    rgba(9,14,21,.82);
  box-shadow:0 34px 90px rgba(0,0,0,.42);
  overflow:hidden;
}
.ghost-logo{
  position:absolute;
  width:270px;
  opacity:.11;
  right:-20px;
  bottom:-24px;
  filter:grayscale(1) brightness(1.8);
}
.coordinate{
  position:absolute;
  padding:5px 8px;
  background:rgba(5,7,11,.82);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:11px;
  font-weight:800;
}
.coordinate-a{ top:18px; left:18px; }
.coordinate-b{ right:18px; bottom:18px; }
.radar-ring{
  position:absolute;
  left:50%;
  top:48%;
  border:1px solid rgba(47,128,255,.35);
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.ring-one{ width:170px; height:170px; }
.ring-two{ width:300px; height:300px; }
.signal-dot{
  position:absolute;
  width:11px;
  height:11px;
  background:var(--green);
  border-radius:50%;
  box-shadow:0 0 22px rgba(98,217,130,.75);
}
.dot-a{ left:36%; top:42%; }
.dot-b{ left:58%; top:30%; }
.dot-c{ left:64%; top:62%; }

.blue-cameo{
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px dashed rgba(119,170,255,.45);
  background:rgba(47,128,255,.055);
  color:rgba(198,220,255,.72);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.blue-cameo--hero{
  position:absolute;
  left:18px;
  bottom:18px;
  width:128px;
  height:86px;
}
.blue-cameo--allies,
.blue-cameo--store{
  min-height:76px;
  margin-top:16px;
}

.allies-section{
  align-items:center;
  grid-template-columns:minmax(440px,1.16fr) minmax(340px,.84fr);
  gap:clamp(24px,4vw,56px);
}
.allies-section p,
.access-section p,
.store-teaser p,
.trust-line{
  color:#d0dbe8;
  font-size:17px;
}
.allies-copy{
  position:relative;
  z-index:2;
}
.directory-label{
  margin:0 0 6px;
  color:var(--blue-2);
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:15px;
}
.capability-rail{
  display:grid;
  gap:10px;
  margin-top:26px;
  border-top:1px solid var(--line);
}
.capability-rail div,
.inventory-list div,
.feature-groups div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.capability-rail strong,
.inventory-list strong,
.feature-groups strong{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.capability-rail span,
.inventory-list p,
.feature-groups span{
  color:var(--muted);
  margin:0;
}
.allies-frame,
.store-shell,
.store-embed-shell{
  border:1px solid var(--line-strong);
  background:linear-gradient(180deg, rgba(47,128,255,.10), rgba(255,255,255,.025));
  padding:16px;
  box-shadow:0 28px 70px rgba(0,0,0,.35);
}
.frame-top{
  color:var(--blue-2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.frame-map{
  position:relative;
  height:250px;
  margin:16px 0;
  border:1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    #08101a;
  background-size:34px 34px;
}
.frame-map span{
  position:absolute;
  width:16px;
  height:16px;
  background:var(--blue);
  border:3px solid #07111e;
  border-radius:50%;
}
.frame-map span:nth-child(1){ left:18%; top:26%; }
.frame-map span:nth-child(2){ left:42%; top:52%; }
.frame-map span:nth-child(3){ left:70%; top:34%; }
.frame-map span:nth-child(4){ left:60%; top:72%; background:var(--green); }
.frame-lines i{
  display:block;
  height:10px;
  margin:10px 0;
  background:linear-gradient(90deg, rgba(255,255,255,.23), transparent);
}
.frame-lines i:nth-child(2){ width:74%; }
.frame-lines i:nth-child(3){ width:48%; }
.allies-art-panel{
  margin-left:calc(var(--pad) * -.55);
}
.home-art--allies{
  height:auto;
  min-height:0;
  max-height:none;
  object-fit:contain;
  object-position:center;
  clip-path:none;
  filter:drop-shadow(0 34px 72px rgba(0,0,0,.62)) saturate(1.12);
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
}

.mission-section,
.inside-section,
.access-section,
.updates-section,
.page-hero,
.subpage-cta{
  max-width:960px;
}
.mission-copy{ color:#d4dfec; font-size:20px; }
.section-intro{
  max-width:760px;
  margin:12px 0 28px;
  color:#d4dfec;
  font-size:20px;
}
.inventory-list{ border-top:1px solid var(--line); }
.inventory-list div{
  grid-template-columns:42px 150px 1fr;
  align-items:center;
}
.inventory-list span{
  color:var(--blue-2);
  font-weight:900;
}
.trust-section{
  display:grid;
  grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);
  gap:clamp(24px,4vw,54px);
  align-items:start;
}
.trust-heading{
  position:sticky;
  top:104px;
}
.trust-copy{ display:grid; gap:12px; }
.trust-intro{
  margin:0 0 2px;
  color:#d4dfec;
  font-size:18px;
}
.trust-copy div{
  padding:10px 0 10px 18px;
  border-left:2px solid var(--line-strong);
}
.trust-copy strong{
  display:block;
  margin-bottom:5px;
  text-transform:uppercase;
}
.trust-copy p{ margin:0; color:var(--muted); }
.trust-line{
  grid-column:1 / -1;
  margin:4px 0 0;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-weight:800;
}
.access-heading{
  max-width:780px;
}
.access-heading p{
  max-width:720px;
}
.access-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(18px,4vw,44px);
  margin:26px 0 4px;
  border-top:1px solid var(--line);
}
.access-grid>div{
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.access-grid h3{
  margin-bottom:12px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.access-grid ul{
  display:grid;
  gap:9px;
  list-style:none;
  margin:0;
  padding:0;
}
.access-grid li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
}
.access-grid li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:7px;
  height:7px;
  background:var(--blue);
  box-shadow:0 0 16px rgba(47,128,255,.6);
  transform:rotate(45deg);
}
.access-grid a{
  color:#dbe8f8;
  border-bottom:1px solid rgba(119,170,255,.35);
}
.access-grid a:hover{
  color:#fff;
  border-color:var(--blue-2);
}
.store-shell{
  position:relative;
  min-height:260px;
}
.store-shell>div:not(.blue-cameo){
  height:38px;
  margin-bottom:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
}
.store-shell span{
  display:block;
  margin-top:20px;
  color:var(--muted);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.updates-section{
  display:grid;
  grid-template-columns:minmax(320px,1.08fr) minmax(320px,.92fr);
  gap:clamp(24px,5vw,62px);
  align-items:start;
}
.updates-copy p{
  color:#d0dbe8;
  font-size:17px;
}
.team-roles{
  display:grid;
  margin-top:24px;
  border-top:1px solid var(--line);
}
.team-roles div{
  display:grid;
  grid-template-columns:126px 1fr;
  gap:16px;
  padding:13px 0;
  border-bottom:1px solid var(--line);
}
.team-roles strong{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.team-roles span{
  color:var(--muted);
}
.updates-form-shell{
  padding:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.035);
}
.updates-form{
  display:block;
  padding:0;
  border:0;
  background:transparent;
}
.updates-form input[name="address"]{ display:none; }
.updates-form input[name="website"]{ display:none; }
.updates-form label{
  display:block;
  margin:12px 0 6px;
  color:#dbe7f5;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.updates-form label span{ color:var(--muted); font-weight:700; }
.inline-field{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
}
.updates-form input,
.updates-form textarea{
  width:100%;
  min-height:44px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#07101b;
  color:#fff;
  padding:10px 12px;
}
.updates-form textarea{ resize:vertical; }
.interest-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:16px 0 4px;
  padding:0;
  border:0;
}
.interest-options legend{
  grid-column:1/-1;
  margin-bottom:2px;
  color:#dbe7f5;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.interest-options label{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  margin:0;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#07101b;
  color:#eaf2fc;
  cursor:pointer;
}
.interest-options input{
  width:16px;
  min-height:16px;
  height:16px;
  flex:0 0 auto;
  accent-color:var(--blue);
}
.interest-options span{
  color:inherit;
  font-size:13px;
  font-weight:800;
  text-transform:none;
}
.updates-form button{
  min-height:44px;
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  background:var(--blue);
  color:#fff;
  padding:0 14px;
  font-weight:900;
  cursor:pointer;
}
.updates-form button:disabled{
  opacity:.62;
  cursor:wait;
}
.signup-confirmation{
  align-self:start;
  padding:16px;
  border:1px solid rgba(98,217,130,.45);
  background:rgba(98,217,130,.09);
  color:#dfffe7;
  font-weight:800;
}
.form-status{
  min-height:20px;
  margin:10px 0 0;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
.form-status.is-success{ color:#dfffe7; }
.form-status.is-error{ color:#ffb4b4; }
.site-footer{
  max-width:calc(var(--max) + var(--pad) * 2);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:24px var(--pad) 42px;
  color:var(--muted);
}
.site-footer div{
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
}
.site-footer img{ width:28px; height:28px; }
.site-footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:14px;
  font-size:13px;
}

.subpage .page-hero{ padding-top:clamp(70px,10vw,120px); }
.feature-groups{
  max-width:var(--max);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.feature-groups article{
  border-top:2px solid var(--line-strong);
  padding-top:16px;
}
.feature-groups h2{
  font-size:24px;
  color:var(--blue-2);
}
.feature-groups div{ grid-template-columns:150px 1fr; }
.subpage-cta{
  background:linear-gradient(90deg, rgba(47,128,255,.10), transparent);
}
.store-page-hero{ border-bottom:0; padding-bottom:20px; }
.store-page{
  background:#fff;
  color:#141922;
}
.store-blue-hero{
  position:relative;
  isolation:isolate;
  min-height:0;
  grid-template-columns:minmax(0,1fr) minmax(240px,330px);
  gap:clamp(22px,4vw,46px);
  align-items:center;
  padding-top:clamp(30px,4vw,54px);
  padding-bottom:clamp(26px,4vw,46px);
  color:#141922;
}
.store-blue-hero::before{
  content:"";
  position:absolute;
  inset:0 calc(50% - 50vw);
  z-index:-1;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
}
.store-blue-copy .eyebrow{
  color:#1f6fff;
}
.store-blue-copy h1{
  margin-bottom:10px;
  color:#101621;
  font-size:clamp(38px,5vw,68px);
}
.store-blue-copy .lede{
  margin-bottom:8px;
  color:#202938;
  font-size:clamp(16px,1.5vw,19px);
}
.store-blue-copy p:not(.eyebrow):not(.lede):not(.store-kicker):not(.store-disclaimer){
  color:#475569;
  font-size:16px;
}
.store-kicker{
  margin:0 0 10px;
  color:#168447;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.store-disclaimer{
  margin:0;
  color:#64748b;
  font-size:12px;
}
.store-blue-hero .form-note{
  color:#5f6b7b;
}
.store-blue-art{
  position:relative;
  isolation:isolate;
}
.store-blue-art::before{
  content:none;
}
.store-blue-art img{
  width:100%;
  max-width:330px;
  max-height:300px;
  margin-left:auto;
  object-fit:contain;
  filter:drop-shadow(0 20px 32px rgba(15,23,42,.18));
}
.priority-form{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-width:780px;
  margin-top:16px;
  padding:0;
  border:0;
  background:transparent;
}
.priority-fields{
  display:grid;
  grid-template-columns:minmax(130px,.65fr) minmax(220px,1.35fr) auto;
  gap:8px;
  align-items:end;
}
.priority-field{
  display:grid;
  gap:5px;
}
.priority-form label span{
  color:#334155;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.priority-form label em{
  font-style:normal;
  color:#64748b;
  font-weight:700;
}
.priority-form input{
  width:100%;
  min-height:40px;
  border:1px solid #cbd5e1;
  border-radius:var(--radius);
  background:#fff;
  color:#141922;
  padding:8px 10px;
}
.priority-form button,
.product-action-row button,
.cart-button,
.cart-close,
.cart-line-controls button{
  min-height:40px;
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  background:var(--blue);
  color:#fff;
  padding:0 13px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
}
.priority-form button[disabled],
.product-action-row button[disabled],
.checkout-button[disabled]{
  cursor:not-allowed;
  opacity:.52;
}
.store-honeypot{ display:none; }
.form-status{
  min-height:20px;
  margin:0;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
.form-status.is-success{ color:#dfffe7; }
.form-status.is-error{ color:#ffb7b7; }
.shopify-section{
  max-width:var(--max);
  padding-top:clamp(34px,5vw,58px);
}
.store-toolbar{
  display:flex;
  gap:20px;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
}
.store-toolbar h2{ margin-bottom:10px; }
.cart-button{
  flex:0 0 auto;
  display:inline-flex;
  gap:10px;
  align-items:center;
  background:rgba(47,128,255,.14);
}
.cart-button span{
  min-width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--green);
  color:#06100b;
  font-size:12px;
}
.store-status{
  min-height:28px;
  color:var(--muted);
  font-weight:800;
}
.store-status[data-store-state="success"]{
  min-height:0;
}
.store-status[data-store-state="error"]{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  color:#ffb7b7;
}
.store-status button{
  min-height:34px;
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  background:rgba(47,128,255,.16);
  color:#fff;
  padding:0 12px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
}
.product-card{
  display:grid;
  grid-template-rows:auto 1fr;
  border-top:2px solid var(--line-strong);
  background:rgba(255,255,255,.025);
}
.product-media{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    rgba(8,13,20,.92);
  background-size:28px 28px;
}
.product-media img{
  width:100%;
  height:260px;
  object-fit:contain;
  padding:14px;
}
.product-media-empty{
  color:rgba(255,255,255,.22);
  font-weight:900;
  letter-spacing:.16em;
}
.product-body{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:16px;
}
.product-body h3{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.08;
  text-transform:uppercase;
}
.product-state{
  margin:0 0 5px;
  color:var(--green);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-description{
  color:var(--muted);
  font-size:14px;
}
.product-options{
  display:grid;
  gap:10px;
}
.product-options label{
  display:grid;
  gap:6px;
  color:#dbe7f5;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.product-options select,
.cart-line-controls input{
  min-height:40px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#07101b;
  color:#fff;
  padding:8px 10px;
}
.product-action-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  margin-top:auto;
}
.product-action-row strong{
  color:#fff;
  font-size:18px;
}
.cart-backdrop{
  position:fixed;
  inset:0;
  z-index:30;
  background:rgba(0,0,0,.52);
}
.cart-drawer{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  z-index:31;
  width:min(440px,100vw);
  display:flex;
  flex-direction:column;
  background:#07101b;
  border-left:1px solid var(--line-strong);
  box-shadow:-30px 0 80px rgba(0,0,0,.42);
}
.cart-drawer[hidden],
.cart-backdrop[hidden]{
  display:none;
}
.cart-drawer-header{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:20px;
  border-bottom:1px solid var(--line);
}
.cart-drawer-header h2{
  margin:0;
  font-size:28px;
}
.cart-close{
  width:44px;
  padding:0;
  background:rgba(255,255,255,.04);
}
.cart-message{
  min-height:24px;
  padding:10px 20px 0;
  color:var(--muted);
  font-weight:800;
}
.cart-message.is-error{ color:#ffb7b7; }
.cart-lines{
  flex:1;
  overflow:auto;
  padding:12px 20px;
}
.cart-empty{
  color:var(--muted);
}
.cart-line{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.cart-line-image{
  width:76px;
  height:76px;
  background:rgba(255,255,255,.04);
}
.cart-line-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.cart-line h3{
  margin:0 0 4px;
  font-size:15px;
  text-transform:uppercase;
}
.cart-line p{
  margin:0 0 6px;
  color:var(--muted);
  font-size:13px;
}
.cart-line-controls{
  grid-column:2;
  display:flex;
  gap:8px;
  align-items:center;
}
.cart-line-controls input{
  width:72px;
}
.cart-line-controls button{
  min-height:40px;
  background:rgba(255,255,255,.04);
}
.cart-footer{
  padding:18px 20px 22px;
  border-top:1px solid var(--line);
}
.cart-subtotal{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  color:#fff;
  font-size:18px;
  font-weight:900;
}
.checkout-button{
  width:100%;
}
.light-storefront{
  position:relative;
  isolation:isolate;
  max-width:var(--max);
  margin-top:0;
  padding-top:clamp(38px,5vw,62px);
  padding-bottom:clamp(54px,7vw,88px);
  color:#141922;
}
.light-storefront::before{
  content:"";
  position:absolute;
  inset:0 calc(50% - 50vw) 0;
  z-index:-1;
  background:#fff;
  border-top:1px solid #e2e8f0;
}
.light-storefront .eyebrow{
  color:#1f6fff;
}
.light-storefront h2{
  color:#101621;
  font-size:clamp(30px,4vw,48px);
  line-height:.98;
}
.light-storefront p{
  color:#5b6574;
}
.light-storefront .store-toolbar{
  align-items:end;
  margin-bottom:22px;
}
.light-storefront .cart-button{
  border-color:#b9c9df;
  background:#fff;
  color:#145dd8;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
}
.light-storefront .cart-button:hover{
  transform:translateY(-1px);
  border-color:#2f80ff;
}
.light-storefront .cart-button span{
  background:#62d982;
  color:#06100b;
}
.light-storefront .store-status{
  color:#657184;
}
.light-storefront .store-status[data-store-state="error"]{
  color:#9f1d1d;
}
.light-storefront .store-status button{
  border-color:#b9c9df;
  background:#f5f8fc;
  color:#145dd8;
}
.light-storefront .product-grid{
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px;
}
.light-storefront .product-card{
  display:flex;
  min-height:100%;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dfe6ef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 38px rgba(15,23,42,.07);
}
.light-storefront .product-media{
  min-height:0;
  height:auto;
  aspect-ratio:1 / 1;
  border-bottom:1px solid #edf1f6;
  background:#f8fafc;
}
.light-storefront .product-media img{
  width:100%;
  height:100%;
  padding:18px;
  object-fit:contain;
}
.light-storefront .product-media-empty{
  color:#a5afbd;
}
.light-storefront .product-body{
  flex:1;
  gap:10px;
  padding:16px;
}
.light-storefront .product-body h3{
  min-height:4.05em;
  margin:0;
  color:#121821;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  font-size:17px;
  font-weight:720;
  line-height:1.35;
  text-transform:none;
}
.light-storefront .product-state{
  margin:0 0 6px;
  color:#168447;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
}
.light-storefront .product-description{
  color:#5f6b7b;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  min-height:4.35em;
  font-size:14px;
  line-height:1.45;
}
.light-storefront .product-options{
  gap:8px;
}
.light-storefront .product-options label{
  gap:5px;
  color:#4b5666;
  font-size:11px;
  letter-spacing:.03em;
}
.light-storefront .product-options select{
  min-height:38px;
  border-color:#cbd5e1;
  background:#fff;
  color:#141922;
}
.light-storefront .product-options select:focus{
  border-color:#2f80ff;
  box-shadow:0 0 0 3px rgba(47,128,255,.16);
  outline:0;
}
.light-storefront .product-action-row{
  gap:10px;
  padding-top:4px;
}
.light-storefront .product-action-row strong{
  color:#101621;
  font-size:19px;
  font-weight:850;
}
.light-storefront .product-action-row button{
  min-height:38px;
  border-color:#236be2;
  border-radius:10px;
  background:#2f80ff;
  color:#fff;
  padding:0 12px;
  box-shadow:0 10px 24px rgba(47,128,255,.22);
}
.light-storefront .product-action-row button:hover:not([disabled]){
  transform:translateY(-1px);
  background:#1469ec;
}
.cart-drawer{
  background:#fff;
  border-left:1px solid #d8e1ec;
  color:#141922;
  box-shadow:-28px 0 70px rgba(15,23,42,.22);
}
.cart-drawer .eyebrow{
  color:#1f6fff;
}
.cart-drawer-header{
  border-bottom-color:#e1e7ef;
}
.cart-drawer-header h2,
.cart-subtotal{
  color:#101621;
}
.cart-close{
  border-color:#cbd5e1;
  background:#f5f8fc;
  color:#141922;
}
.cart-message,
.cart-empty,
.cart-line p,
.cart-footer .form-note{
  color:#5f6b7b;
}
.cart-lines{
  background:#fff;
}
.cart-line{
  border-bottom-color:#e1e7ef;
}
.cart-line-image{
  overflow:hidden;
  border:1px solid #edf1f6;
  border-radius:10px;
  background:#f8fafc;
}
.cart-line h3{
  color:#141922;
  font-size:14px;
  line-height:1.25;
  text-transform:none;
}
.cart-line-controls input{
  border-color:#cbd5e1;
  background:#fff;
  color:#141922;
}
.cart-line-controls button{
  border-color:#cbd5e1;
  background:#f5f8fc;
  color:#145dd8;
}
.cart-footer{
  border-top-color:#e1e7ef;
  background:#f8fafc;
}
.site-nav-static{ display:flex; }
.legal-page{
  max-width:900px;
  margin:0 auto;
  padding:0 var(--pad) 80px;
}
.legal-copy{
  border-top:1px solid var(--line);
  padding-top:28px;
}
.legal-copy h2{
  margin:32px 0 8px;
  font-size:22px;
  color:var(--blue-2);
}
.legal-copy p,
.legal-copy li{
  color:#c9d4e4;
}
.legal-copy a{
  color:var(--blue-2);
  text-decoration:underline;
  text-underline-offset:3px;
}

:focus-visible{
  outline:2px solid var(--green);
  outline-offset:3px;
}

@media (prefers-reduced-motion:no-preference){
  .button,
  .site-nav a,
  .merch-promo,
  .merch-promo img{
    transition:transform .18s ease, filter .18s ease;
  }
  .merch-promo:hover{
    transform:translateY(-2px);
  }
  .merch-promo:hover img{
    transform:scale(1.02);
    filter:drop-shadow(0 12px 24px rgba(0,0,0,.36));
  }
  .map-plate::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent, rgba(47,128,255,.10), transparent);
    animation:scanline 7s linear infinite;
  }
  @keyframes scanline{
    0%{ transform:translateY(-100%); }
    100%{ transform:translateY(100%); }
  }
}

@media (max-width:860px){
  .nav-toggle{
    display:inline-flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.04);
    border-radius:var(--radius);
    color:#fff;
  }
  .nav-toggle span:not(.sr-only){
    width:20px;
    height:2px;
    background:#fff;
  }
  .site-nav{
    position:absolute;
    left:var(--pad);
    right:var(--pad);
    top:72px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:10px;
    border:1px solid var(--line);
    background:rgba(5,7,11,.98);
  }
  .site-nav-static{
    position:static;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding:0;
    border:0;
    background:transparent;
  }
  .site-nav.is-open{ display:flex; }
  .site-nav a{ justify-content:space-between; }
  .brand{
    min-height:48px;
    padding-left:76px;
    font-size:28px;
  }
  .brand img{
    width:64px;
    height:64px;
    padding:5px;
  }
  .hero-copy{ order:1; }
  .merch-promo{
    position:relative;
    order:2;
    top:auto;
    right:auto;
    width:min(88vw,320px);
    margin:4px 0 10px;
  }
  .merch-promo-link{
    line-height:0;
  }
  .merch-promo img{
    max-height:156px;
  }
  .hero-visual{ order:3; }
  .section-grid,
  .trust-section,
  .updates-section,
  .hero,
  .allies-section,
  .store-blue-hero{
    grid-template-columns:1fr;
  }
  .store-blue-hero{ min-height:auto; }
  .store-blue-copy{ order:1; }
  .store-blue-art{ order:2; }
  .store-blue-art img{
    max-width:min(300px,82vw);
    max-height:190px;
    margin:0 auto;
  }
  .priority-fields{
    grid-template-columns:1fr;
  }
  .priority-form{
    max-width:100%;
    margin-top:14px;
  }
  .store-toolbar{
    align-items:start;
    flex-direction:column;
  }
  .product-grid{
    grid-template-columns:1fr;
  }
  .product-media,
  .product-media img{
    min-height:220px;
    height:220px;
  }
  .trust-heading{ position:static; }
  .hero{ min-height:auto; }
  .hero-visual,
  .map-plate{ min-height:350px; }
  .hero-visual{ min-height:auto; }
  .home-art-panel,
  .allies-art-panel{
    margin-right:0;
    margin-left:0;
  }
  .allies-copy{ order:1; }
  .allies-art-panel{ order:2; }
  .home-art-panel{ min-height:0; }
  .home-art--hero,
  .home-art--allies{
    height:auto;
    min-height:0;
    max-height:none;
    -webkit-mask-image:linear-gradient(180deg, #000 0, #000 88%, transparent 100%);
    mask-image:linear-gradient(180deg, #000 0, #000 88%, transparent 100%);
  }
  .access-grid,
  .feature-groups{
    grid-template-columns:1fr;
  }
  .capability-rail div,
  .inventory-list div,
  .team-roles div,
  .feature-groups div{
    grid-template-columns:1fr;
    gap:4px;
  }
  .inline-field{ grid-template-columns:1fr; }
  .site-footer{
    flex-direction:column;
  }
  .site-footer nav{ justify-content:flex-start; }
}

@media (max-width:520px){
  h1{ font-size:42px; }
  h2{ font-size:32px; }
  .action-row .button{ width:100%; }
  .map-plate{ min-height:300px; }
  .blue-cameo--hero{ width:112px; height:70px; }
  .brand{
    min-height:44px;
    padding-left:66px;
    font-size:24px;
  }
  .brand img{
    width:56px;
    height:56px;
  }
}
