@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Michroma;
  src: url("assets/fonts/michroma-latin-400-normal.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Plex;
  src: url("assets/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #08090c;
  --panel: #101216;
  --text: #eeeae7;
  --muted: #a5a4aa;
  --copper: #efb683;
  --sub: #ffae60;
  --body: #ff5979;
  --bite: #bd83fb;
  --air: #58dceb;
  --line: #ffffff16;
  --sans: Inter, Arial, sans-serif;
  --mono: Plex, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 1rem/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
::selection {
  background: #6a4431;
  color: #fff;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1240px, calc(100% - 5rem));
  margin-inline: auto;
}
.mono,
.eyebrow {
  font-family: var(--mono);
  font-weight: 400;
}
.eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--copper);
  margin-bottom: 1.35rem;
}
.line {
  display: inline-block;
  width: 1.8rem;
  height: 1px;
  background: var(--copper);
  vertical-align: middle;
  margin-right: 0.8rem;
}
.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  padding: 0.6rem 1rem;
  background: var(--copper);
  color: #111;
  z-index: 100;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #08090cf2;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font:
    400 0.9rem Michroma,
    sans-serif;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.wordmark img {
  flex: none;
}
.header-inner nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 0.875rem;
  color: var(--muted);
}
nav a {
  transition: color 0.2s;
}
nav a:hover {
  color: var(--text);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 52px;
  padding: 0.7rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 550;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #1c100a;
  background: var(--copper);
  box-shadow: 0 6px 35px #b5703220;
}
.button-primary:hover {
  background: #ffd0a7;
}
.button-secondary {
  border-color: #a68d7655;
  background: #101115a8;
}
.button-secondary:hover {
  border-color: var(--copper);
  background: #1b1818;
}
.button-small {
  min-height: 40px;
  font-size: 0.75rem;
  gap: 0.8rem;
  padding: 0.4rem 0.9rem;
  border-color: #efb68344;
  color: var(--copper);
}
.menu-toggle {
  background: none;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0.45rem 0.8rem;
}
.menu-toggle span {
  margin-left: 0.6rem;
}
.hero {
  isolation: isolate;
  position: relative;
  overflow: clip;
  padding-top: 5.5rem;
}
.hero-art {
  position: absolute;
  z-index: -2;
  right: -19%;
  top: -50px;
  width: 1200px;
  max-width: none;
  height: 650px;
  object-fit: cover;
  opacity: 0.64;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 30%,
    #000 80%,
    transparent 100%
  );
}
.hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #08090c 8%, #08090cdd 26%, transparent 68%),
    linear-gradient(0deg, #08090c 28%, transparent 65%);
  pointer-events: none;
}
.hero-copy {
  position: relative;
}
.hero h1 {
  font:
    400 clamp(3.25rem, 9vw, 7.4rem) / 1.2 Michroma,
    sans-serif;
  letter-spacing: 0.17em;
  margin-left: -0.035em;
  text-shadow: 0 0 60px #df8c5622;
}
.hero-headline {
  font-size: clamp(1.8rem, 3.3vw, 2.75rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 580;
  margin-top: 1.65rem;
}
.hero-headline span {
  color: var(--copper);
}
.hero-description {
  max-width: 525px;
  color: #b2afb3;
  margin-top: 1.3rem;
  line-height: 1.8;
}
.actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}
.hero-facts {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: #b4a89e;
  font: 400 0.75rem/1.6 var(--mono);
  margin-top: 1.6rem;
}
.hero-facts li + li {
  border-left: 1px solid #9a79674d;
  padding-left: 1rem;
}
.product-stage {
  margin-top: 4rem;
  position: relative;
}
.product-stage:after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 0;
  height: 80px;
  background: #bc6c4030;
  filter: blur(70px);
  z-index: -1;
}
.stage-caption {
  display: flex;
  justify-content: space-between;
  color: #a6988d;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.product-image {
  position: relative;
  display: block;
  isolation: isolate;
  transition: filter 0.3s;
}
.product-image:hover {
  filter: brightness(1.08);
}
.product-image > img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px #0007;
}
.image-action {
  position: absolute;
  bottom: 1.4rem;
  right: 1.5rem;
  border: 1px solid #c1946c70;
  background: #0a0a0de8;
  padding: 0.5rem 0.85rem;
  border-radius: 4px;
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.product-image:hover .image-action,
.product-image:focus-visible .image-action {
  opacity: 1;
}
.image-note {
  color: #948d89;
  text-align: center;
  font: 400 0.75rem/1.6 var(--mono);
  margin-top: 1.2rem;
}
.signal-strip {
  border-block: 1px solid var(--line);
  margin-top: 3.5rem;
  background: #0d0e11;
}
.signal-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem;
  flex-wrap: wrap;
  font: 400 0.75rem var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.signal-strip span:nth-child(1) {
  color: var(--sub);
}
.signal-strip span:nth-child(2) {
  color: var(--body);
}
.signal-strip span:nth-child(3) {
  color: #e781b2;
}
.signal-strip span:nth-child(4),
.signal-strip span:nth-child(5) {
  color: var(--bite);
}
.signal-strip span:nth-child(6) {
  color: #8fbfeb;
}
.signal-strip span:nth-child(7) {
  color: var(--air);
}
.section {
  padding-block: 7rem;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 3rem;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -0.04em;
}
h2 span {
  color: #8b898f;
}
.section-description {
  max-width: 390px;
  color: var(--muted);
  padding-bottom: 0.2rem;
}
.control-story {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.control-card {
  padding: 2rem;
  background: linear-gradient(135deg, #151517, #0c0f13);
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.card-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9f9390;
}
.control-card h3 {
  font:
    400 1.3rem Michroma,
    sans-serif;
  letter-spacing: 0.18em;
  margin: 1.2rem 0;
  color: var(--accent);
}
.control-card > p:not(.mono) {
  font-size: 0.9375rem;
  color: var(--muted);
  margin-bottom: 2rem;
}
.chaos {
  --accent: var(--sub);
}
.pulse {
  --accent: var(--copper);
  border-color: #efb6834a;
  background:
    radial-gradient(ellipse at 50% 120%, #5c35263d, transparent 70%), #121216;
}
.order {
  --accent: var(--air);
}
.scale {
  height: 6px;
  background: #ffffff0c;
  margin-top: auto;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.scale span {
  display: block;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, #aa5124, var(--accent));
  box-shadow: 0 0 12px #eb9b3e29;
  border-radius: 5px;
}
.order .scale span {
  width: 82%;
  background: linear-gradient(90deg, #1d7080, var(--accent));
}
.scale-label {
  font-size: 0.75rem;
  color: #9c9390;
}
.pulse-bars {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: auto;
  margin-bottom: 0.6rem;
}
.pulse-bars i {
  width: 7px;
  height: 25%;
  background: var(--copper);
  border-radius: 1px;
}
.pulse-bars i:nth-child(3n) {
  height: 75%;
}
.pulse-bars i:nth-child(4n) {
  height: 100%;
}
.pulse-bars i:nth-child(5n) {
  height: 45%;
}
.band-section {
  padding-block: 6rem;
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #0f1117, #090b0f 75%);
}
.band-explorer {
  --band: var(--sub);
  border: 1px solid #ffffff20;
  border-radius: 6px;
  overflow: hidden;
  background: #0d1015;
}
.band-explorer[data-band="body"] {
  --band: var(--body);
}
.band-explorer[data-band="bite"] {
  --band: var(--bite);
}
.band-explorer[data-band="air"] {
  --band: var(--air);
}
.band-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.band-tab {
  --tab: var(--sub);
  display: grid;
  padding: 1.6rem;
  position: relative;
  transition: background 0.2s;
  border-top: 2px solid transparent;
  gap: 0.25rem;
}
.band-tab + .band-tab {
  border-left: 1px solid var(--line);
}
.band-tab[data-band-tab="body"] {
  --tab: var(--body);
}
.band-tab[data-band-tab="bite"] {
  --tab: var(--bite);
}
.band-tab[data-band-tab="air"] {
  --tab: var(--air);
}
.band-tab .mono {
  font-size: 0.75rem;
  color: #918992;
  margin-bottom: 0.5rem;
}
.band-tab strong {
  font:
    400 1.5rem Michroma,
    sans-serif;
  letter-spacing: 0.16em;
  color: var(--tab);
}
.band-role {
  color: var(--muted);
  font-size: 0.875rem;
}
.band-tab:hover {
  background: #ffffff06;
}
.band-tab.is-active {
  border-top-color: var(--tab);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--tab) 10%, transparent),
    transparent
  );
}
.band-panel {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5rem;
  padding: 3.2rem;
}
.band-panel h3 {
  font-size: 1.7rem;
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.band-panel p:not(.eyebrow) {
  color: var(--muted);
  max-width: 550px;
}
.band-panel .eyebrow {
  color: var(--band);
}
.band-detail {
  border-left: 1px solid var(--line);
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.band-detail .mono {
  color: #a2a0a5;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.band-detail strong {
  font-weight: 400;
  font-size: clamp(1.4rem, 2.7vw, 2.2rem);
  color: var(--band);
  margin: 0.5rem 0;
  white-space: nowrap;
}
.band-detail small {
  font-size: 1rem;
}
.band-detail p {
  font-size: 0.875rem;
}
.explorer-note {
  font: 400 0.75rem var(--mono);
  color: #908b92;
  border-top: 1px solid var(--line);
  padding: 1rem 1.6rem;
}
.systems-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}
.system-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 2.3rem;
  min-width: 0;
  background: var(--panel);
}
.system-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.system-heading .eyebrow {
  margin: 0;
}
.system-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: none;
  border: 1px solid #a5856540;
  color: #b89b85;
  font-size: 0.75rem;
}
.system-card h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
.system-card > p {
  color: var(--muted);
  font-size: 0.9375rem;
}
.burst-card {
  grid-row: span 2;
  background:
    radial-gradient(ellipse at 100% 100%, #5b2c3333, transparent 75%), #111318;
  display: flex;
  flex-direction: column;
}
.burst-card h3 {
  font-size: 2.4rem;
}
.burst-sequence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-block: auto 1rem;
  padding-top: 3rem;
  counter-reset: phase;
}
.burst-sequence li {
  counter-increment: phase;
  padding: 1rem 0.55rem;
  border: 1px solid #efb68330;
  background: linear-gradient(0deg, #e48b3314, transparent);
  font: 400 0.75rem var(--mono);
  color: var(--copper);
  border-radius: 3px;
  min-width: 0;
}
.burst-sequence li:before {
  content: "0" counter(phase);
  display: block;
  font-size: 0.75rem;
  color: #a19a97;
  margin-bottom: 1rem;
}
.burst-sequence li:nth-child(2),
.burst-sequence li:nth-child(3) {
  color: var(--body);
  border-color: #ff597930;
  background: #ff597908;
}
.burst-sequence li:nth-child(4),
.burst-sequence li:nth-child(5) {
  color: var(--bite);
  border-color: #bd83fb30;
  background: #bd83fb08;
}
.burst-sequence li:nth-child(6),
.burst-sequence li:nth-child(7) {
  color: var(--air);
  border-color: #58dceb30;
  background: #58dceb08;
}
.burst-sequence li:nth-child(8) {
  color: #d2d4d6;
  border-color: #d2d4d630;
  background: #d2d4d608;
}
.system-card .card-footnote {
  font-size: 0.75rem;
  color: #9b9199;
}
.entropy-card .eyebrow {
  color: var(--body);
}
.entropy-meter {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  height: 45px;
  margin-block: 1.5rem 0.8rem;
}
.entropy-meter i {
  display: block;
  flex: 1;
  height: 20%;
  background: linear-gradient(0deg, #fc647028, var(--body));
  border-top: 1px solid #ff9dab;
  border-radius: 2px;
}
.entropy-meter i:nth-child(2) {
  height: 35%;
}
.entropy-meter i:nth-child(3) {
  height: 48%;
}
.entropy-meter i:nth-child(4) {
  height: 65%;
}
.entropy-meter i:nth-child(5) {
  height: 85%;
}
.entropy-meter i:nth-child(6) {
  height: 100%;
}
.entropy-meter i:nth-child(7) {
  height: 86%;
}
.entropy-meter i:nth-child(8) {
  height: 67%;
}
.entropy-meter i:nth-child(9) {
  height: 48%;
}
.entropy-meter i:nth-child(10) {
  height: 32%;
}
.entropy-meter i:nth-child(11) {
  height: 22%;
}
.entropy-meter i:nth-child(12) {
  height: 14%;
}
.anchor-card .eyebrow {
  color: var(--air);
}
.anchor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}
.anchor-tags li {
  font: 400 0.75rem var(--mono);
  border: 1px solid #58dceb25;
  color: #a2c9ce;
  padding: 0.35rem 0.6rem;
  border-radius: 3px;
}
.availability-section {
  padding-block: 5rem;
  border-block: 1px solid #efb68320;
  background:
    radial-gradient(ellipse at 0 70%, #60361f35, transparent 60%), #0c0e12;
}
.availability-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 6rem;
}
.availability-copy {
  max-width: 530px;
  color: var(--muted);
  margin: 1.6rem 0 2rem;
}
.release-panel {
  background: #141519b5;
  border: 1px solid #d1a07930;
  padding: 2rem;
  border-radius: 6px;
}
.release-panel > .mono {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--copper);
}
.release-panel > strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.9rem 0;
}
.release-panel > p:not(.mono) {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 1.6rem;
}
.release-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  padding: 0.75rem 0;
  font-size: 0.8125rem;
}
.release-row span:last-child {
  color: #bfb0a4;
  text-align: right;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 5rem;
}
.faq-list details {
  border-bottom: 1px solid #ffffff1b;
}
.faq-list details:first-child {
  border-top: 1px solid #ffffff1b;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.2rem;
  color: var(--copper);
  flex: none;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  padding: 0 2rem 1.5rem 0;
  font-size: 0.9375rem;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 2.8rem 1.5rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-top .mono {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a29994;
}
.back-top {
  font-size: 0.8125rem;
  color: var(--copper);
}
.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  color: #8f8c92;
  font-size: 0.75rem;
}
.image-dialog {
  width: min(1500px, 95vw);
  max-height: 95dvh;
  overflow: auto;
  background: #101114;
  border: 1px solid #efb68370;
  border-radius: 8px;
  padding: 1.2rem;
  color: var(--text);
  box-shadow: 0 0 100px #000c;
}
.image-dialog::backdrop {
  background: #020305eb;
  backdrop-filter: blur(8px);
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font: 400 0.8125rem var(--mono);
}
.dialog-close {
  border: 1px solid #efb68366;
  background: #181518;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-size: 0.875rem;
}
.dialog-close span {
  font-size: 1.2rem;
  margin-left: 0.8rem;
}
.image-dialog > img {
  width: 100%;
  border-radius: 8px;
}
.menu-toggle {
  display: none;
}
.control-card > p:not(.mono),
.system-card > p:not(.card-footnote),
.faq-list details p {
  font-size: 1rem;
}
@media (min-width: 1550px) {
  .hero-art {
    right: calc((100vw - 1240px) / 2 - 350px);
    width: 1400px;
  }
  .hero:before {
    background:
      linear-gradient(90deg, #08090c 15%, #08090caa 32%, transparent 70%),
      linear-gradient(0deg, #08090c 25%, transparent 66%);
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 3rem);
  }
  .header-inner {
    gap: 1.5rem;
  }
  .header-inner nav {
    gap: 1.2rem;
  }
  .header-cta {
    display: none;
  }
  .hero-art {
    right: -45%;
    opacity: 0.5;
  }
  .control-card {
    padding: 1.6rem;
  }
  .section-description {
    max-width: 350px;
  }
  .band-panel {
    gap: 2rem;
    padding: 2rem;
  }
  .system-card {
    padding: 1.8rem;
  }
  .availability-inner {
    gap: 3rem;
  }
  .faq-section {
    gap: 3rem;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 5rem;
  }
  .container {
    width: calc(100% - 2.5rem);
  }
  .header-inner {
    min-height: 68px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .wordmark {
    font-size: 0.8125rem;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  .header-inner nav {
    width: 100%;
    order: 3;
    margin: 0;
    flex-wrap: wrap;
    gap: 0.8rem 1.3rem;
    padding: 0 0 1.2rem;
    font-size: 0.875rem;
  }
  .js-ready .header-inner nav {
    display: none;
  }
  .js-ready .header-inner nav.is-open {
    display: flex;
  }
  .hero {
    padding-top: 3.5rem;
  }
  .hero-art {
    right: -430px;
    top: -50px;
    opacity: 0.35;
    width: 1050px;
    height: 550px;
  }
  .hero:before {
    background:
      linear-gradient(90deg, #08090ca6, transparent),
      linear-gradient(0deg, #08090c 30%, transparent 85%);
  }
  .hero h1 {
    font-size: clamp(2rem, 10.1vw, 4.8rem);
    letter-spacing: 0.12em;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.09em;
  }
  .hero-headline {
    font-size: 2.1rem;
  }
  .hero-description {
    max-width: 440px;
  }
  .hero-facts {
    gap: 0.6rem;
    font-size: 0.75rem;
  }
  .hero-facts li + li {
    padding-left: 0.6rem;
  }
  .product-stage {
    margin-top: 3rem;
  }
  .product-image > img {
    border-radius: 10px;
  }
  .image-action {
    display: none;
  }
  .image-note {
    font-size: 0.75rem;
  }
  .stage-caption {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
  .signal-strip {
    margin-top: 2.5rem;
  }
  .signal-strip .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
  .section {
    padding-block: 4.5rem;
  }
  .section-intro {
    display: block;
    margin-bottom: 2rem;
  }
  .section-description {
    margin-top: 1.5rem;
    max-width: 550px;
  }
  .control-story {
    grid-template-columns: 1fr;
  }
  .control-card {
    padding: 1.6rem;
    min-height: 250px;
  }
  .control-card > p:not(.mono) {
    margin-bottom: 1.5rem;
  }
  .control-card h3 {
    margin: 0.9rem 0;
  }
  .scale {
    max-width: 100%;
  }
  .pulse-bars {
    max-width: 100%;
  }
  .band-section {
    padding-block: 4rem;
  }
  .band-tab {
    padding: 1.2rem 0.7rem;
  }
  .band-tab strong {
    font-size: clamp(0.8rem, 3vw, 1.3rem);
    letter-spacing: 0.07em;
  }
  .band-tab .mono {
    font-size: 0.75rem;
  }
  .band-role {
    display: none;
  }
  .band-panel {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 1.6rem;
  }
  .band-panel h3 {
    font-size: 1.5rem;
  }
  .band-detail {
    padding: 1.4rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .band-detail strong {
    font-size: 1.8rem;
  }
  .explorer-note {
    line-height: 1.6;
    padding: 1rem 1.6rem;
  }
  .systems-grid {
    grid-template-columns: 1fr;
  }
  .burst-card {
    grid-row: auto;
    min-height: 420px;
  }
  .burst-card h3 {
    font-size: 2rem;
  }
  .burst-sequence {
    gap: 0.4rem;
  }
  .burst-sequence li {
    padding: 0.8rem 0.4rem;
    font-size: 0.75rem;
  }
  .system-card {
    padding: 1.6rem;
  }
  .availability-section {
    padding-block: 4rem;
  }
  .availability-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .release-panel {
    padding: 1.6rem;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .faq-list summary {
    font-size: 0.9375rem;
  }
  .footer-top {
    gap: 1.5rem;
    align-items: flex-start;
  }
  .footer-top .mono {
    width: 100%;
    order: 3;
    line-height: 1.8;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
  .dialog-header {
    font-size: 0.75rem;
  }
  .image-dialog {
    padding: 0.8rem;
  }
  .dialog-close {
    padding: 0.4rem 0.6rem;
  }
  .eyebrow {
    margin-bottom: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
