:root {
  --bg: #070707;
  --panel: #0e0e0e;
  --panel-2: #151515;
  --text: #f4f4f4;
  --muted: #969696;
  --red: #00d9ff;
  --red-dark: #007a96;
  --line: #282828;
  --cyan: #00eeee;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 5%, rgba(0,217,255,.08), transparent 28%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #050505 100%);
  font-family: "Chakra Petch", system-ui, sans-serif;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .08;
  background: repeating-linear-gradient(0deg, transparent 0 3px, #fff 4px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  padding: 0 clamp(18px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(7,7,7,.88);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #1f1f1f;
}
.brand-copy { display: grid; line-height: .9; text-transform: uppercase; }
.brand-copy strong { letter-spacing: 1px; font-size: 1.12rem; }
.brand-copy small { color: var(--red); letter-spacing: 4px; font-size: .61rem; margin-top: 7px; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: #c5c5c5; font-size: .95rem; text-transform: uppercase; letter-spacing: 1px; }
.desktop-nav a:hover { color: var(--red); }
.cart-button {
  border: 1px solid #3a3a3a;
  background: #101010;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-transform: uppercase;
}
.cart-button b { min-width: 24px; height: 24px; display: grid; place-items: center; background: var(--red); color: #080808; }

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 130px) clamp(20px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(#333 1px, transparent 1px), linear-gradient(90deg, #333 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, #000, transparent 85%);
}
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-family: "Share Tech Mono", monospace; letter-spacing: 2px; font-size: .78rem; }
h1 { margin: 0; text-transform: uppercase; font-size: clamp(3.2rem, 7.1vw, 7.2rem); line-height: .88; letter-spacing: -3px; }
h1 span { color: transparent; -webkit-text-stroke: 1px #8c8c8c; }
.hero-text { max-width: 630px; color: #b8b8b8; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; margin: 30px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-btn, .ghost-btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
}
.primary-btn { background: var(--red); color: #080808; }
.primary-btn:hover { background: #4be7ff; }
.ghost-btn { background: transparent; color: var(--text); }
.ghost-btn:hover { background: rgba(0,217,255,.1); }
.hero-stats { display: flex; gap: clamp(24px, 5vw, 64px); margin-top: 52px; }
.hero-stats div { display: grid; }
.hero-stats strong { font-size: 1.6rem; }
.hero-stats span { color: var(--muted); text-transform: uppercase; font-size: .7rem; letter-spacing: 1px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.radar-ring { position: absolute; border: 1px solid rgba(0,217,255,.23); border-radius: 50%; }
.ring-1 { width: 460px; height: 460px; }
.ring-2 { width: 330px; height: 330px; }
.ring-3 { width: 190px; height: 190px; background: rgba(0,217,255,.04); }
.unit-card {
  width: min(360px, 78vw);
  aspect-ratio: .78;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #353535;
  background: linear-gradient(145deg, rgba(25,25,25,.95), rgba(7,7,7,.95));
  box-shadow: 0 30px 80px #000;
  transform: rotate(2deg);
}
.unit-card::before, .unit-card::after { content: ""; position: absolute; width: 46px; height: 46px; border-color: var(--red); }
.unit-card::before { top: -8px; left: -8px; border-top: 2px solid var(--red); border-left: 2px solid var(--red); }
.unit-card::after { right: -8px; bottom: -8px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); }
.unit-status { align-self: flex-end; color: #6eff6e; font: .72rem "Share Tech Mono"; }
.bot-shape { margin: auto; width: 210px; height: 250px; position: relative; filter: drop-shadow(0 0 24px rgba(0,217,255,.18)); }
.bot-eye { position: absolute; width: 110px; height: 54px; left: 50px; top: 12px; border: 7px solid #2e2e2e; background: var(--red); box-shadow: inset 0 0 0 18px #0a0a0a; }
.bot-body { position: absolute; width: 145px; height: 130px; left: 32px; top: 82px; background: #252525; clip-path: polygon(12% 0,88% 0,100% 25%,87% 100%,13% 100%,0 25%); border: 1px solid #444; }
.bot-body::before { content: "ZT"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--red); font-size: 2.8rem; font-weight: 700; }
.bot-leg { position: absolute; bottom: 0; width: 62px; height: 68px; background: #1b1b1b; border-bottom: 10px solid var(--red-dark); }
.bot-leg.left { left: 28px; }
.bot-leg.right { right: 28px; }
.unit-data { border-top: 1px solid #343434; padding-top: 15px; display: grid; }
.unit-data span { font-size: 2rem; font-weight: 700; }
.unit-data small { color: var(--muted); letter-spacing: 2px; }

.notice-bar { display: flex; gap: 14px; align-items: center; padding: 14px clamp(20px, 7vw, 110px); background: var(--red); color: #080808; font: .82rem "Share Tech Mono"; }
.notice-bar span { font-weight: 700; }
.notice-bar p { margin: 0; }

.store-section { padding: 96px clamp(20px, 7vw, 110px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
h2 { margin: 0; text-transform: uppercase; font-size: clamp(2rem, 4vw, 4rem); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid #303030; background: #101010; padding: 10px 15px; color: #aaa; cursor: pointer; text-transform: uppercase; font-size: .75rem; }
.filter.active, .filter:hover { color: #080808; background: var(--red); border-color: var(--red); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { border: 1px solid #272727; background: #0d0d0d; overflow: hidden; transition: .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #555; }
.product-visual { position: relative; aspect-ratio: 1.34; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 42%, #262626, #0b0b0b 70%); }
.product-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 24px 24px; }
.product-code { position: absolute; left: 14px; top: 12px; font: .7rem "Share Tech Mono"; color: #8a8a8a; }
.product-art { width: 58%; height: 58%; position: relative; z-index: 1; }
.product-art.robot { border: 10px solid #2e2e2e; border-radius: 18px 18px 8px 8px; box-shadow: inset 0 0 0 18px #101010; }
.product-art.robot::before { content: ""; position: absolute; width: 38%; height: 14%; background: var(--red); left: 31%; top: 21%; box-shadow: 0 78px 0 #333; }
.product-art.weapon { width: 68%; height: 24%; background: #303030; transform: skewX(-18deg); box-shadow: 90px 18px 0 -12px #1a1a1a; }
.product-art.weapon::before { content: ""; position: absolute; right: -20%; top: -24%; width: 48%; height: 35%; background: var(--red); }
.product-art.equipment { width: 48%; height: 64%; border: 12px solid #303030; border-radius: 40% 40% 18% 18%; }
.product-art.equipment::before { content: ""; position: absolute; inset: 16%; border: 6px solid var(--red); border-radius: 50%; }
.product-body { padding: 20px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.product-meta span { color: var(--red); text-transform: uppercase; font: .7rem "Share Tech Mono"; }
.product-meta small { color: #69dc69; }
.product-card h3 { font-size: 1.45rem; margin: 10px 0 8px; text-transform: uppercase; }
.product-card p { color: var(--muted); line-height: 1.5; min-height: 70px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; }
.product-price { display: grid; }
.product-price strong { font-size: 1.25rem; }
.product-price small { color: #777; }
.add-button { border: 1px solid var(--red); background: transparent; color: var(--red); width: 46px; height: 46px; font-size: 1.6rem; cursor: pointer; }
.add-button:hover { background: var(--red); color: #080808; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-grid article { padding: 58px clamp(22px, 4vw, 58px); min-height: 260px; border-right: 1px solid var(--line); }
.info-grid article:last-child { border-right: 0; }
.info-grid span { color: var(--red); font: 1rem "Share Tech Mono"; }
.info-grid h3 { text-transform: uppercase; font-size: 1.4rem; }
.info-grid p { color: var(--muted); line-height: 1.65; }
footer { padding: 48px clamp(20px, 7vw, 110px); display: flex; justify-content: space-between; gap: 30px; color: #777; }
footer strong { color: #ddd; text-transform: uppercase; }
footer p { margin: 8px 0 0; }
.fan-note { max-width: 520px; text-align: right; }

.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; background: #0a0a0a; border-left: 1px solid #333; transform: translateX(105%); transition: transform .25s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-header { padding: 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: start; }
.cart-header h2 { font-size: 2rem; }
.cart-header button, .dialog-close { border: 0; background: transparent; color: #aaa; font-size: 2rem; cursor: pointer; }
.cart-items { padding: 18px 24px; overflow-y: auto; flex: 1; }
.empty-cart { color: #777; text-align: center; padding: 70px 20px; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid #252525; }
.cart-item h4 { margin: 0 0 4px; text-transform: uppercase; }
.cart-item small { color: #777; }
.remove-item { border: 0; background: transparent; color: var(--red); cursor: pointer; }
.cart-footer { padding: 22px 24px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: 1.15rem; }
.checkout-btn { width: 100%; border: 0; }
.cart-footer small { display: block; text-align: center; color: #666; margin-top: 10px; }
.overlay { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.72); opacity: 0; pointer-events: none; transition: .2s; }
.overlay.show { opacity: 1; pointer-events: auto; }

dialog { width: min(520px, calc(100% - 28px)); color: var(--text); border: 1px solid #3b3b3b; background: #0d0d0d; padding: 36px; text-align: center; box-shadow: 0 20px 100px #000; }
dialog::backdrop { background: rgba(0,0,0,.8); }
.dialog-close { position: absolute; right: 14px; top: 8px; }
.dialog-icon { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border: 2px solid var(--red); color: var(--red); font-size: 2rem; font-weight: 700; }
dialog h2 { font-size: 2rem; }
dialog p { color: #aaa; line-height: 1.5; }
.region-chip { margin: 22px auto; padding: 13px; border: 1px solid var(--red); color: var(--red); font-family: "Share Tech Mono"; }
.dialog-small { font-size: .82rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; margin-top: 40px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 640px) {
  .site-header { height: 70px; padding: 0 14px; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy { display: none; }
  .hero { min-height: auto; padding-top: 70px; }
  h1 { letter-spacing: -2px; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-stats strong { font-size: 1.15rem; }
  .hero-visual { min-height: 390px; }
  .ring-1 { width: 330px; height: 330px; }
  .ring-2 { width: 250px; height: 250px; }
  .unit-card { width: 260px; }
  .bot-shape { transform: scale(.78); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .notice-bar { align-items: flex-start; }
  footer { flex-direction: column; }
  .fan-note { text-align: left; }
}

/* Actual in-game product imagery */
.product-photo-wrap {
  aspect-ratio: 16 / 10;
  background: #080808;
}
.product-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease, filter .25s ease;
}
.product-card:hover .product-photo {
  transform: scale(1.035);
  filter: contrast(1.05) brightness(1.04);
}
.product-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 55px rgba(0,0,0,.55);
  background: linear-gradient(180deg, rgba(0,0,0,.22), transparent 35%, rgba(0,0,0,.18));
}
.product-photo-wrap .product-code {
  z-index: 3;
  padding: 5px 8px;
  color: #fff;
  background: rgba(0,0,0,.72);
  border-left: 2px solid var(--red);
}
.cart-item {
  grid-template-columns: 64px 1fr auto;
  align-items: center;
}
.cart-thumb {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border: 1px solid #333;
}

.product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.product-illustration {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.product-illustration.robot {
  display: grid;
  place-items: center;
}

.product-illustration.robot .robot-head {
  position: absolute;
  width: 112px;
  height: 52px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid #333;
  background: var(--red);
  box-shadow: inset 0 0 0 16px #0a0a0a;
}
.product-illustration.robot.warning .robot-head { background: #ff8442; }
.product-illustration.robot.success .robot-head { background: #65ff7f; }

.product-illustration.robot .robot-body {
  position: absolute;
  width: 148px;
  height: 130px;
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #2d2d2d, #191919);
  clip-path: polygon(12% 0,88% 0,100% 25%,87% 100%,13% 100%,0 25%);
  border: 1px solid #444;
}
.product-illustration.robot .robot-body::before {
  content: 'ZT';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 700;
}
.product-illustration.robot.warning .robot-body::before { color: #ff8442; }
.product-illustration.robot.success .robot-body::before { color: #65ff7f; }

.product-illustration.robot .robot-leg {
  position: absolute;
  width: 50px;
  height: 70px;
  bottom: 24px;
  background: #1b1b1b;
  border-bottom: 10px solid var(--red-dark);
}
.product-illustration.robot.warning .robot-leg { border-bottom-color: #a54a1b; }
.product-illustration.robot.success .robot-leg { border-bottom-color: #2b9650; }
.product-illustration.robot .robot-leg.left {
  left: calc(50% - 62px);
}
.product-illustration.robot .robot-leg.right {
  right: calc(50% - 62px);
}

.product-illustration.bundle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 14px;
  background: radial-gradient(circle at top, rgba(0,217,255,.16), rgba(0,0,0,0) 55%);
}
.product-illustration.bundle.warning {
  background: radial-gradient(circle at top, rgba(255,132,66,.18), rgba(0,0,0,0) 55%);
}
.product-illustration.bundle.success {
  background: radial-gradient(circle at top, rgba(101,255,127,.16), rgba(0,0,0,0) 55%);
}
.bundle-badge {
  font: .74rem "Share Tech Mono";
  color: var(--red);
  border: 1px solid rgba(0,217,255,.45);
  padding: 7px 10px;
  letter-spacing: 1px;
}
.bundle.warning .bundle-badge { color: #ff8442; border-color: rgba(255,132,66,.45); }
.bundle.success .bundle-badge { color: #65ff7f; border-color: rgba(101,255,127,.45); }
.bundle-stack {
  display: grid;
  gap: 8px;
  width: min(280px, 100%);
}
.bundle-stack span {
  display: block;
  padding: 10px 12px;
  border: 1px solid #353535;
  background: rgba(255,255,255,.03);
  color: #d5d5d5;
  font-size: .88rem;
}

.product-specs {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: grid;
  gap: 6px;
}
.product-specs li {
  color: #b8b8b8;
  font-size: .87rem;
  line-height: 1.45;
  position: relative;
  padding-left: 15px;
}
.product-specs li::before {
  content: '•';
  color: var(--red);
  position: absolute;
  left: 0;
}
.bundle-list li::before {
  content: '▸';
}

.product-card p {
  min-height: 0;
}
.product-card {
  display: flex;
  flex-direction: column;
}
.product-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
}
.product-footer {
  margin-top: auto;
}
.was-price {
  text-decoration: line-through;
  color: #666 !important;
  margin-bottom: 2px;
}

.cart-item {
  grid-template-columns: 62px 1fr auto;
  align-items: center;
}
.cart-thumb {
  width: 62px;
  height: 62px;
  border: 1px solid #2e2e2e;
  background: #111;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-thumb.generated-thumb span {
  font: .65rem "Share Tech Mono";
  color: var(--red);
  text-transform: uppercase;
  text-align: center;
  padding: 4px;
}

@media (max-width: 640px) {
  .filters {
    width: 100%;
  }
  .filter {
    flex: 1 1 calc(50% - 8px);
  }
  .product-illustration.robot .robot-head {
    width: 96px;
    height: 42px;
  }
  .product-illustration.robot .robot-body {
    width: 130px;
    height: 112px;
  }
  .product-illustration.robot .robot-leg {
    bottom: 16px;
    width: 44px;
    height: 60px;
  }
  .cart-item {
    grid-template-columns: 56px 1fr;
  }
  .cart-item .remove-item {
    grid-column: 2;
    justify-self: start;
    padding: 0;
    margin-top: 4px;
  }
}

.product-illustration.ammo {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  background: radial-gradient(circle at center, rgba(0,217,255,.12), transparent 65%);
}
.product-illustration.ammo.warning {
  background: radial-gradient(circle at center, rgba(255,132,66,.15), transparent 65%);
}
.product-illustration.ammo.success {
  background: radial-gradient(circle at center, rgba(101,255,127,.12), transparent 65%);
}
.ammo-crate {
  width: 150px;
  height: 104px;
  border: 5px solid #393939;
  background: linear-gradient(145deg, #242424, #111);
  box-shadow: inset 0 0 0 5px #0b0b0b, 0 18px 30px rgba(0,0,0,.55);
  display: grid;
  place-items: center;
  position: relative;
  transform: perspective(450px) rotateX(6deg) rotateY(-8deg);
}
.ammo-crate::before,
.ammo-crate::after {
  content: '';
  position: absolute;
  background: var(--red);
}
.ammo-crate::before { width: 100%; height: 5px; top: 18px; left: 0; }
.ammo-crate::after { width: 5px; height: 100%; top: 0; left: 26px; }
.ammo.warning .ammo-crate::before,
.ammo.warning .ammo-crate::after { background: #ff8442; }
.ammo.success .ammo-crate::before,
.ammo.success .ammo-crate::after { background: #65ff7f; }
.ammo-crate span {
  position: absolute;
  top: 27px;
  left: 41px;
  font: .75rem "Share Tech Mono";
  color: #777;
}
.ammo-crate b {
  font-size: 1.35rem;
  letter-spacing: 2px;
  color: #ddd;
}
.ammo-amount {
  font: .77rem "Share Tech Mono";
  color: #aaa;
  letter-spacing: 1px;
}

.desktop-nav a.active {
  color: var(--red);
}
.desktop-nav a.active::after {
  width: 100%;
}
.page-hero {
  min-height: 390px;
  padding: 150px clamp(20px, 7vw, 110px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(90deg, rgba(8,8,8,.96), rgba(8,8,8,.72)),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  margin: 8px 0 16px;
  font-size: clamp(3rem, 7vw, 7rem);
  text-transform: uppercase;
  letter-spacing: -3px;
}
.page-hero > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}
.compact-store {
  padding-top: 64px;
}
.about-page {
  margin-top: 0;
}
@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; height: auto; min-height: 80px; padding-block: 10px; }
  .desktop-nav { display: flex; order: 3; width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .desktop-nav a { white-space: nowrap; }
  .page-hero { padding-top: 145px; min-height: 340px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 70px; }
  .desktop-nav { gap: 16px; font-size: .75rem; }
  .page-hero { padding-top: 130px; min-height: 300px; }
  .page-hero h1 { letter-spacing: -1px; }
}

/* Procurement terms */
.terms-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0 0 16px;
  color: #a7a7a7;
  font-size: .82rem;
  line-height: 1.45;
  cursor: pointer;
}
.terms-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--red);
}
.terms-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--red);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.checkout-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
  filter: grayscale(.6);
}
.terms-dialog {
  width: min(720px, calc(100% - 28px));
  max-height: min(820px, calc(100dvh - 28px));
  text-align: left;
  overflow: auto;
}
.terms-dialog h2 { margin-bottom: 20px; }
.terms-copy {
  padding: 18px;
  border: 1px solid #272727;
  background: #090909;
}
.terms-copy h3 {
  margin: 24px 0 8px;
  color: #d8d8d8;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .7px;
}
.terms-copy h3:first-of-type { margin-top: 10px; }
.terms-copy p {
  margin: 0 0 11px;
  color: #858585;
  font-size: .84rem;
  line-height: 1.65;
}
.terms-accept-button {
  margin-top: 20px;
  border: 0;
}

/* Operator manual */
.manual-hero { padding-bottom: 44px; }
.manual-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.manual-meta span { border: 1px solid var(--red); color: var(--red); padding: 8px 11px; font: .72rem "Share Tech Mono"; letter-spacing: 1px; }
.manual-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 44px; padding: 52px clamp(20px, 7vw, 110px) 100px; }
.manual-index { position: sticky; top: 96px; align-self: start; border: 1px solid var(--line); background: #0b0b0b; padding: 22px; }
.manual-index a { display: block; color: #aaa; text-decoration: none; padding: 11px 0; border-bottom: 1px solid #222; font: .8rem "Share Tech Mono"; }
.manual-index a:last-child { border-bottom: 0; }
.manual-index a:hover { color: var(--red); }
.manual-content { min-width: 0; }
.manual-chapter { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 26px; padding: 0 0 76px; margin-bottom: 76px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.manual-chapter:last-child { margin-bottom: 0; border-bottom: 0; }
.chapter-number { color: var(--red); font: 2rem "Share Tech Mono"; padding-top: 4px; }
.manual-chapter h2 { font-size: clamp(1.8rem, 4vw, 3.3rem); margin-bottom: 26px; }
.manual-image-placeholder { min-height: 230px; border: 1px dashed #3a3a3a; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.2)); display: grid; place-content: center; text-align: center; gap: 8px; padding: 25px; color: #777; margin: 18px 0 28px; }
.manual-image-placeholder strong { color: var(--red); font: .86rem "Share Tech Mono"; letter-spacing: 1px; }
.manual-image-placeholder span { max-width: 420px; line-height: 1.5; }
.manual-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.manual-image-grid .manual-image-placeholder { min-height: 190px; }
.manual-steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 12px; }
.manual-steps li { counter-increment: step; display: grid; grid-template-columns: 42px 1fr; gap: 12px 18px; border: 1px solid #252525; background: #0c0c0c; padding: 17px; }
.manual-steps li::before { content: counter(step, decimal-leading-zero); grid-row: 1 / span 2; color: var(--red); font: 1rem "Share Tech Mono"; }
.manual-steps strong { text-transform: uppercase; }
.manual-steps span { color: var(--muted); line-height: 1.55; }
.manual-table-wrap { overflow-x: auto; margin-top: 22px; }
.manual-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.manual-table th, .manual-table td { border: 1px solid #2b2b2b; padding: 14px 16px; text-align: left; }
.manual-table th { color: var(--red); font: .77rem "Share Tech Mono"; background: #111; }
.manual-table td { color: #bbb; }
.manual-note { border-left: 3px solid var(--red); background: rgba(0,168,255,.05); padding: 16px 18px; margin-top: 22px; }
.manual-note strong { color: var(--red); font: .76rem "Share Tech Mono"; }
.manual-note p { color: #bbb; margin: 7px 0 0; }
.manual-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.manual-cards article { border: 1px solid #292929; background: #0c0c0c; padding: 20px; }
.manual-cards h3 { color: var(--red); text-transform: uppercase; margin-top: 0; }
.manual-cards p { color: var(--muted); line-height: 1.6; }
.warning-chapter { position: relative; }
.warning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.warning-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid #2e2e2e; background: #0c0c0c; padding: 16px; }
.warning-grid span { color: var(--red); font: .78rem "Share Tech Mono"; }
.warning-grid p { margin: 0; color: #b6b6b6; line-height: 1.5; }
.classified-line { color: #666; font: .72rem "Share Tech Mono"; margin-top: 18px; letter-spacing: .5px; }
.manual-note.classified { border-left-color: #4d4d4d; background: #0a0a0a; }
.manual-note.classified strong { color: #777; }

@media (max-width: 1050px) {
  .manual-layout { grid-template-columns: 1fr; }
  .manual-index { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .manual-index .eyebrow { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .manual-chapter { grid-template-columns: 1fr; gap: 10px; }
  .chapter-number { font-size: 1rem; }
  .manual-image-grid, .manual-cards, .warning-grid { grid-template-columns: 1fr; }
  .manual-index { grid-template-columns: 1fr; }
  .manual-meta { display: grid; }
}
