/* Pack us-launch-machine: spectral launch HUD. 51-lane grating, not courtesy chrome. */
body.pack-us-launch-machine {
  --pack-accent-mix: #ff7a18;
  --accent: #ff7a18;
  --accent-2: #f2c14e;
  --chroma-a: var(--accent);
  --chroma-b: var(--accent-2);
  --perk-from: color-mix(in srgb, var(--accent) 38%, var(--header));
  --perk-to: color-mix(in srgb, var(--accent-2) 26%, var(--header));
  --spectral-a: var(--accent);
  --spectral-b: var(--accent-2);
  --ink-on-accent: var(--bg);
  --bg: #120c08;
  --text: #f6ead8;
  --header: #1c140c;
  --surface: #24180e;
  --line: color-mix(in srgb, #ff7a18 28%, transparent);
  --muted: color-mix(in srgb, #f6ead8 62%, transparent);
  --pack-radius: 0px;
  --pack-gap: 0.25rem;
  --pack-card-ratio: 16 / 9;
  --chem-angle: 90deg;
  --chem-pitch: 51px;
  --pack-tracking: 0.12em;
  --font-heading: "Orbitron", ui-monospace, monospace;
  --font-body: "Share Tech Mono", ui-monospace, monospace;
  --pack-fx-ms: 300ms;
  --pack-fx-ease: cubic-bezier(0.06, 0, 0, 1);
  --pack-stagger-ms: 0ms;
  --pack-fx-distance: 12;
}
body.pack-us-launch-machine .product-card {
  border-radius: 0;
  border-inline-start: 8px solid var(--accent);
  background: color-mix(in srgb, var(--header) 80%, transparent);
}
body.pack-us-launch-machine .product-card .thumb,
body.pack-us-launch-machine .gallery-frame img {
  aspect-ratio: var(--pack-card-ratio);
  object-fit: cover;
}
body.pack-us-launch-machine h1,
body.pack-us-launch-machine .brand {
  letter-spacing: var(--pack-tracking);
  text-transform: uppercase;
}
body.pack-us-launch-machine .site-header {
  border-bottom: 2px solid var(--accent);
  box-shadow:
    0 0 0 1px var(--accent),
    0 7px 0 color-mix(in srgb, var(--accent) 28%, transparent);
}

/* lab-scene:hudlab:2 chemists, glass, molecule, warning marks */
body.pack-us-launch-machine.view-home .block-hero,
body.pack-us-launch-machine.view-home main > .block:first-of-type {
  position: relative;
  min-height: 32rem;
  background-color: #1c140c;
  background-image:
    linear-gradient(102deg, #1c140cf4 0 28%, #1c140cb8 48%, #1c140c33 74%, #1c140c14 100%),
    url("../graphics/us-launch-machine.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 80% 30%;
  background-size: auto, min(78%, 980px) auto;
}
body.pack-us-launch-machine.view-home .block-hero .hero-copy {
  border: 3px solid var(--accent);
  background: #1c140c;
  color: #f6ead8;
}
html body.has-pack.pack-us-launch-machine.view-home .block-hero .hero-copy {
  position: relative;
  z-index: 3;
  isolation: isolate;
  box-shadow: 8px 8px 0 #ff7a18;
}
html body.has-pack.pack-us-launch-machine.view-home .block-hero .hero-copy :is(h1, .eyebrow, .lede) {
  color: #f6ead8;
  opacity: 1;
}
html body.has-pack.pack-us-launch-machine .pack-layer {
  opacity: 0.4;
  mix-blend-mode: normal;
}
html body.has-pack.pack-us-launch-machine.view-home .pack-layer {
  opacity: 0.78;
  mix-blend-mode: normal;
}
body.pack-us-launch-machine .chem-layer::after {
  content: "";
  position: absolute;
  inset: 8% 7%;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(circle at 14% 22%, var(--chem-ink) 0 3px, transparent 4px), radial-gradient(circle at 72% 30%, var(--chem-ink) 0 4px, transparent 5px), radial-gradient(circle at 42% 74%, var(--accent-2) 0 3px, transparent 4px), linear-gradient(34deg, transparent 0 40%, color-mix(in srgb, var(--chem-ink) 45%, transparent) 40% 41%, transparent 41% 100%);
}
body.pack-us-launch-machine.rm-opacity-only.view-home .block-hero,
body.pack-us-launch-machine.rm-opacity-only.view-home main > .block:first-of-type { min-height: 32rem; }
html body.has-pack.pack-us-launch-machine.rm-opacity-only.view-home .pack-layer .pack-motif {
  animation: none;
  opacity: 0.82;
  mix-blend-mode: normal;
}
body.pack-us-launch-machine .pack-layer .pack-motif { opacity: 0.86; mix-blend-mode: normal; }
body.pack-us-launch-machine .nav { font-family: ui-monospace, monospace; gap: 0.45rem; }
html body.has-pack.pack-us-launch-machine :is(.btn, .header-actions a, .shop-chip) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--bg);
  border: 2px solid var(--text);
  box-shadow: 3px 3px 0 var(--text);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 44px;
  padding: 0.4rem 0.75rem;
}
html body.has-pack.pack-us-launch-machine .btn-ghost {
  background: var(--header);
  color: var(--text);
  border-color: var(--accent);
  box-shadow: none;
}
html body.has-pack.pack-us-launch-machine .header-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.45rem;
}
html body.has-pack.pack-us-launch-machine .site-header .nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.7rem;
  border: 2px solid var(--accent);
  background: var(--header);
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}
html body.has-pack.pack-us-launch-machine .site-header .nav a[aria-current="page"],
html body.has-pack.pack-us-launch-machine .site-header .nav a:hover {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--text);
}
html body.has-pack.pack-us-launch-machine .leaflet-bar a,
html body.has-pack.pack-us-launch-machine .leaflet-container .btn {
  background: var(--accent);
  color: var(--bg);
  border: 2px solid var(--text);
}
body.pack-us-launch-machine .txn-shell { box-shadow: inset 0 0 0 3px var(--accent); padding: 1rem; }
body.pack-us-launch-machine .catalog-band-title { letter-spacing: 0.24em; }
body.pack-us-launch-machine.journey-discover :is(.catalog-shell, .product-shell)::before {
  height: 12px;
  background:
    repeating-linear-gradient(90deg, var(--accent) 0 2px, transparent 2px 17px),
    linear-gradient(var(--accent), var(--accent)) left center / 100% 2px no-repeat;
}
body.pack-us-launch-machine.journey-discover .catalog-band {
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--accent) 12%, transparent) 1px, transparent 1px);
  background-size: 51px 100%;
  border-top: 1px solid var(--accent);
  padding-top: 1rem;
}
body.pack-us-launch-machine.journey-discover .product-page .buy {
  border-inline-start: 8px solid var(--accent);
  background: color-mix(in srgb, var(--header) 86%, transparent);
  padding-block: 1rem;
  padding-inline-end: 1rem;
}
body.pack-us-launch-machine.journey-discover .chapter-card {
  border-inline-start: 2px solid var(--accent);
  background-image: repeating-linear-gradient(0deg, transparent 0 50px, color-mix(in srgb, var(--accent) 14%, transparent) 50px 51px);
}

/* Extra emission ticks on the shared spectral sheet: nine metro nodes, no labels. */
body.pack-us-launch-machine .chem-layer::after {
  content: "";
  position: absolute;
  inset: 12% 8%;
  pointer-events: none;
  opacity: 0.7;
  background-image:
    radial-gradient(circle at 16% 48%, var(--chem-ink) 0 3px, transparent 4px),
    radial-gradient(circle at 28% 62%, var(--chem-ink) 0 3px, transparent 4px),
    radial-gradient(circle at 38% 40%, var(--chem-ink) 0 4px, transparent 5px),
    radial-gradient(circle at 52% 54%, var(--chem-ink) 0 3px, transparent 4px),
    radial-gradient(circle at 64% 36%, var(--chem-ink) 0 3px, transparent 4px),
    radial-gradient(circle at 74% 58%, var(--chem-ink) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 44%, var(--chem-ink) 0 4px, transparent 5px),
    radial-gradient(circle at 22% 28%, var(--chem-ink) 0 2px, transparent 3px),
    radial-gradient(circle at 90% 22%, var(--chem-ink) 0 2px, transparent 3px),
    linear-gradient(
      102deg,
      transparent 0 46%,
      color-mix(in srgb, var(--chem-ink) 45%, transparent) 46% 47%,
      transparent 47%
    ),
    linear-gradient(
      18deg,
      transparent 0 58%,
      color-mix(in srgb, var(--chem-ink) 35%, transparent) 58% 59%,
      transparent 59%
    );
}

@keyframes pack-us-launch-machine-motif {
  from { transform: none; }
  to { transform: rotate(-0.8deg); }
}
body.pack-us-launch-machine.journey-discover .pack-layer .pack-motif {
  animation: pack-us-launch-machine-motif 4s steps(6, end) infinite alternate;
}
body.pack-us-launch-machine.journey-txn .pack-layer { opacity: 0.04; }
@media (prefers-reduced-motion: reduce) {
  body.pack-us-launch-machine .pack-layer .pack-motif { opacity: 0.86; mix-blend-mode: normal; }
}
body.pack-us-launch-machine.rm-static .pack-layer { display: none; }
body.pack-us-launch-machine.rm-opacity-only .pack-layer .pack-motif { animation: none; opacity: 0.2; }
body.pack-us-launch-machine.rm-opacity-only .chem-layer::after { opacity: 0.28; }
