/* =========================================================
   Anthem One — PICO Space Pro product page
   ========================================================= */

:root {
  --space-ink: #100820;
  --space-ink-2: #190c32;
  --space-purple: #7c4df4;
  --space-purple-soft: #aa8cff;
  --space-coral: #ff6f61;
  --space-white: #ffffff;
  --space-text-soft: rgba(255,255,255,0.72);
  --space-border: rgba(255,255,255,0.14);
}

.space-pro-page {
  background: #fff;
}

.space-pro-page .site-header {
  background: #090417;
}

/* ---------- Hero ---------- */
.space-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 8.5rem 0 5.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 76% 42%, rgba(124,77,244,0.32), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(255,111,97,0.10), transparent 30%),
    linear-gradient(135deg, #090417 0%, #120726 48%, #241044 100%);
}

.space-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 760px;
  height: 760px;
  right: -160px;
  top: 70px;
}

.orbit-two {
  width: 540px;
  height: 540px;
  right: -50px;
  top: 180px;
  box-shadow: 0 0 0 74px rgba(255,255,255,0.012), 0 0 0 148px rgba(255,255,255,0.008);
}

.space-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.space-back-link {
  display: inline-flex;
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.82rem;
  text-decoration: none;
}

.space-back-link:hover { color: #fff; }

.space-eyebrow,
.space-section-index {
  margin: 0 0 1rem;
  color: var(--space-coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.space-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 7.3vw, 7.4rem);
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.space-hero h1 span {
  color: var(--space-coral);
}

.space-hero-deck {
  max-width: 660px;
  margin: 2rem 0 1.6rem;
  color: rgba(255,255,255,0.74);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.space-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.space-hero-meta span {
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  font-weight: 700;
}

.space-hero-purchase {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 650px;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.13);
}

.space-price-label {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.space-hero-purchase strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 2.15rem;
  line-height: 1;
}

.space-hero-purchase p {
  margin: 0.45rem 0 0;
  color: var(--space-coral);
  font-size: 0.78rem;
  font-weight: 700;
}

.space-preorder-button {
  min-width: 160px;
  justify-content: center;
}

.space-hero-product {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.space-product-glow {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126,78,247,0.42) 0%, rgba(126,78,247,0.14) 38%, transparent 70%);
  filter: blur(14px);
}

.space-hero-product > img {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 32px 42px rgba(0,0,0,0.38));
}

.space-hero-stat {
  position: absolute;
  z-index: 3;
  min-width: 145px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  background: rgba(14,6,32,0.72);
  backdrop-filter: blur(12px);
}

.space-hero-stat strong,
.space-hero-stat span { display: block; }
.space-hero-stat strong { color: #fff; font-size: 1rem; }
.space-hero-stat span { margin-top: 0.15rem; color: rgba(255,255,255,0.58); font-size: 0.67rem; }
.stat-latency { left: 3%; bottom: 18%; }
.stat-resolution { right: 1%; top: 18%; }

/* ---------- Sticky subnav ---------- */
.space-subnav {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #e7e2e8;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
}

.space-subnav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 62px;
}

.space-subnav-brand {
  color: #180e2c;
  font-weight: 800;
  text-decoration: none;
}

.space-subnav-links {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.space-subnav-links a {
  color: #6d6574;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}
.space-subnav-links a:hover { color: #221338; }

.space-subnav-cta {
  padding: 0.62rem 0.85rem;
  border-radius: 7px;
  background: var(--space-coral);
  color: #180e2c;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

/* ---------- Intro ---------- */
.space-intro {
  padding: 7rem 0;
  background: #f8f7f5;
}

.space-intro-heading {
  max-width: 900px;
}

.space-intro-heading h2,
.space-specs-heading h2 {
  margin: 0 0 1.2rem;
  color: #160d29;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.space-intro-heading > p:last-child {
  max-width: 790px;
  margin: 0;
  color: #6d6771;
  font-size: 1.08rem;
  line-height: 1.7;
}

.space-quick-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
  border-top: 1px solid #dfd8e1;
  border-bottom: 1px solid #dfd8e1;
}

.space-quick-stats article {
  min-height: 170px;
  padding: 1.7rem 1.4rem;
  border-right: 1px solid #dfd8e1;
}
.space-quick-stats article:last-child { border-right: 0; }
.space-quick-stats strong { display: block; color: #1b1030; font-size: clamp(1.9rem, 3vw, 3.2rem); letter-spacing: -0.05em; }
.space-quick-stats span { display: block; max-width: 200px; margin-top: 0.6rem; color: #716a76; font-size: 0.82rem; line-height: 1.45; }

/* ---------- Performance ---------- */
.space-story-dark {
  padding: 8rem 0 7rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 32%, rgba(124,77,244,0.22), transparent 26%),
    linear-gradient(135deg, #0b051c, #190c34 64%, #22103d);
  color: #fff;
}

.space-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 5rem;
  align-items: center;
}

.space-story-copy h2,
.space-display-heading h2,
.space-physical-heading h2 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.space-story-copy h2 span,
.space-display-heading h2 span { color: var(--space-coral); }
.space-story-copy > p:last-child,
.space-display-heading > p:last-child,
.space-physical-heading > p:last-child { max-width: 680px; margin: 0; color: var(--space-text-soft); font-size: 1.03rem; line-height: 1.7; }

.space-chip-visual { text-align: center; }
.chip-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  place-items: center;
  min-height: 360px;
  padding: 3rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    rgba(5,2,13,0.52);
  background-size: 26px 26px;
  box-shadow: inset 0 0 80px rgba(124,77,244,0.08);
}

.chip {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 165px;
  height: 165px;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.36);
}
.chip::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: 30px;
}
.chip span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; opacity: 0.7; }
.chip strong { margin-top: 0.25rem; font-size: 1.05rem; }
.flagship-chip { background: linear-gradient(135deg, #3c2418, #bd6e31); }
.pico-chip { background: linear-gradient(135deg, #132b48, #4f84d5); }
.chip-link { position: absolute; left: 42%; right: 42%; height: 2px; background: linear-gradient(90deg, #df8b4f, #708bdc); box-shadow: 0 0 16px rgba(151,121,255,0.8); }
.space-chip-visual > p { margin: 1rem 0 0; color: rgba(255,255,255,0.48); font-size: 0.76rem; letter-spacing: 0.13em; text-transform: uppercase; }

.space-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
  border-top: 1px solid rgba(255,255,255,0.13);
}
.space-feature-grid article { padding: 1.6rem 1.8rem 0 0; border-right: 1px solid rgba(255,255,255,0.12); }
.space-feature-grid article + article { padding-left: 1.8rem; }
.space-feature-grid article:last-child { border-right: 0; }
.space-feature-grid article > span { color: var(--space-coral); font-size: 0.7rem; font-weight: 800; }
.space-feature-grid h3 { margin: 0.8rem 0 0.5rem; color: #fff; font-size: 1.15rem; }
.space-feature-grid p { margin: 0; color: rgba(255,255,255,0.58); font-size: 0.82rem; line-height: 1.55; }

/* ---------- Silicon ---------- */
.space-silicon { padding: 8rem 0; background: #fff; }
.space-silicon-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 6rem; align-items: center; }
.space-silicon-number { position: relative; padding: 3rem; border-radius: 26px; background: linear-gradient(145deg, #0f0721, #211041); color: #fff; box-shadow: 0 30px 60px rgba(28,13,50,0.16); }
.space-silicon-number::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.10); border-radius: 20px; }
.space-silicon-number > * { position: relative; z-index: 1; }
.space-silicon-number span { display: block; color: var(--space-coral); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; }
.space-silicon-number strong { display: inline-block; margin-top: 1.2rem; font-size: clamp(6rem, 12vw, 11rem); line-height: 0.8; letter-spacing: -0.08em; }
.space-silicon-number em { font-style: normal; font-size: 2.2rem; color: var(--space-coral); }
.space-silicon-number p { margin: 1.5rem 0 0; color: rgba(255,255,255,0.65); }
.dark-index { color: #7d6a94; }
.space-silicon-copy h2 { margin: 0 0 1.2rem; color: #160d29; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: 0.98; letter-spacing: -0.055em; }
.space-silicon-copy > p:last-of-type { color: #6b6470; font-size: 1.02rem; line-height: 1.7; }
.space-inline-features { display: grid; margin-top: 2.6rem; border-top: 1px solid #e5e0e6; }
.space-inline-features article { display: grid; grid-template-columns: minmax(180px,0.45fr) 1fr; gap: 1.6rem; padding: 1rem 0; border-bottom: 1px solid #e5e0e6; }
.space-inline-features strong { color: #211438; font-size: 0.88rem; }
.space-inline-features span { color: #7a727d; font-size: 0.82rem; }

/* ---------- Display ---------- */
.space-display {
  padding: 8rem 0 7rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(54,80,255,0.23), transparent 29%),
    linear-gradient(180deg, #080313 0%, #100522 58%, #16092d 100%);
  color: #fff;
}
.space-display-heading { max-width: 920px; }
.space-display-heading h2 { font-size: clamp(5rem, 12vw, 12rem); margin-bottom: 1rem; }
.space-display-stage { position: relative; display: flex; justify-content: center; gap: clamp(2rem, 7vw, 7rem); min-height: 330px; margin: 3.5rem auto 1rem; align-items: center; }
.display-lens { position: relative; z-index: 2; display: grid; place-items: center; width: clamp(150px, 19vw, 250px); aspect-ratio: 1; border: 18px solid #13131b; border-radius: 50%; background: radial-gradient(circle at 48% 42%, #f8f7ff 0%, #8b87e8 13%, #2d3f9f 32%, #09091b 70%); box-shadow: 0 0 0 2px rgba(255,255,255,0.14), 0 0 70px rgba(92,94,255,0.28); }
.display-lens span { color: #fff; font-size: 2.2rem; font-weight: 800; text-shadow: 0 2px 20px rgba(0,0,0,0.45); }
.display-rings { position: absolute; width: 620px; height: 210px; border: 1px solid rgba(108,105,255,0.23); border-radius: 50%; box-shadow: 0 0 0 50px rgba(79,75,218,0.03), 0 0 0 100px rgba(79,75,218,0.018); }
.display-features { margin-top: 3.5rem; }

/* ---------- Specifications ---------- */
.space-specs { padding: 8rem 0; background: #f7f6f4; }
.space-specs-grid { display: grid; grid-template-columns: minmax(300px,0.8fr) minmax(520px,1.2fr); gap: clamp(3rem,7vw,7rem); }
.space-specs-heading h2 { font-size: clamp(2.7rem, 4.6vw, 4.8rem); }
.space-prelaunch-note { max-width: 500px; margin-top: 1.5rem; padding: 1rem 1.1rem; border-left: 3px solid var(--space-coral); background: #fff; color: #746d78; font-size: 0.82rem; line-height: 1.55; }
.space-prelaunch-note strong { color: #24173b; }
.space-spec-accordion { border-top: 1px solid #dcd5df; }
.space-spec-accordion details { border-bottom: 1px solid #dcd5df; }
.space-spec-accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.35rem 0; cursor: pointer; list-style: none; color: #211438; font-size: 1.03rem; font-weight: 800; }
.space-spec-accordion summary::-webkit-details-marker { display: none; }
.detail-mark { color: var(--space-coral); font-size: 1.3rem; font-weight: 400; }
.space-spec-accordion dl { margin: 0 0 1.25rem; }
.space-spec-accordion dl div { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: 1.5rem; padding: 0.8rem 0; border-top: 1px solid #ebe6ed; }
.space-spec-accordion dt { color: #877f8b; font-size: 0.78rem; }
.space-spec-accordion dd { margin: 0; color: #342842; font-size: 0.82rem; font-weight: 650; }

/* ---------- Physical AI ---------- */
.space-physical-ai { padding: 8rem 0; background: linear-gradient(135deg, #0c051d, #1b0d35 70%, #271145); color: #fff; }
.space-physical-heading { max-width: 900px; }
.space-usecase-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,0.14); border-bottom: 1px solid rgba(255,255,255,0.14); }
.space-usecase-grid article { min-height: 230px; padding: 1.7rem; border-right: 1px solid rgba(255,255,255,0.12); }
.space-usecase-grid article:last-child { border-right: 0; }
.space-usecase-grid span { color: var(--space-coral); font-size: 0.7rem; font-weight: 800; }
.space-usecase-grid h3 { margin: 3.6rem 0 0.7rem; color: #fff; font-size: 1.1rem; }
.space-usecase-grid p { margin: 0; color: rgba(255,255,255,0.58); font-size: 0.8rem; line-height: 1.55; }

/* ---------- Order panel ---------- */
.space-order { padding: 5rem 0; background: #fff; }
.space-order-panel { position: relative; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 3rem; overflow: hidden; padding: clamp(2rem,4vw,4rem); border-radius: 24px; background: radial-gradient(circle at 90% 10%, rgba(255,111,97,0.16), transparent 24%), linear-gradient(135deg, #0c051d, #251044); color: #fff; }
.space-order-copy h2 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 5rem); line-height: 0.98; letter-spacing: -0.055em; }
.space-order-copy > p:not(.space-eyebrow):not(.space-volume-min) { max-width: 630px; color: rgba(255,255,255,0.66); line-height: 1.65; }
.space-order-price { margin: 2rem 0; }
.space-order-price span, .space-order-price strong, .space-order-price em { display: block; }
.space-order-price span { color: rgba(255,255,255,0.48); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; }
.space-order-price strong { margin: 0.25rem 0; font-size: 2.25rem; }
.space-order-price em { color: var(--space-coral); font-size: 0.78rem; font-style: normal; font-weight: 700; }
.space-order-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.space-volume-trigger { border: 1px solid rgba(255,255,255,0.35); background: transparent; color: #fff; }
.space-volume-trigger:hover, .space-volume-trigger.is-active { border-color: var(--space-coral); background: rgba(255,255,255,0.06); }
.space-volume-min { margin: 0.65rem 0 0; color: rgba(255,255,255,0.46); font-size: 0.72rem; }
.space-order-assurance { align-self: center; border-top: 1px solid rgba(255,255,255,0.14); }
.space-order-assurance article { display: grid; gap: 0.35rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.space-order-assurance strong { font-size: 0.86rem; }
.space-order-assurance span { color: rgba(255,255,255,0.55); font-size: 0.76rem; line-height: 1.45; }
.space-volume-panel { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.15); }
.space-volume-panel-head { display: flex; justify-content: space-between; align-items: start; }
.space-volume-panel-head span { color: var(--space-coral); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.16em; }
.space-volume-panel h3 { margin: 0.3rem 0 0; color: #fff; font-size: 1.7rem; }
.space-volume-panel > p { max-width: 760px; color: rgba(255,255,255,0.62); font-size: 0.84rem; line-height: 1.55; }
.space-volume-close { border: 0; background: transparent; color: rgba(255,255,255,0.7); font-size: 2rem; cursor: pointer; }
.space-volume-form { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.8rem; margin-top: 1.3rem; }
.space-volume-form label { display: flex; flex-direction: column; gap: 0.35rem; color: rgba(255,255,255,0.68); font-size: 0.7rem; font-weight: 700; }
.space-volume-form input { min-height: 42px; padding: 0.6rem 0.7rem; border: 1px solid rgba(255,255,255,0.17); border-radius: 8px; background: rgba(255,255,255,0.07); color: #fff; font: inherit; }
.space-volume-form input::placeholder { color: rgba(255,255,255,0.32); }
.space-volume-form input:focus { outline: 2px solid rgba(255,111,97,0.25); border-color: var(--space-coral); }
.space-volume-form input[type="number"] { appearance: textfield; -moz-appearance: textfield; }
.space-volume-form input[type="number"]::-webkit-outer-spin-button, .space-volume-form input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.space-volume-form .button { grid-column: 1 / -1; width: 100%; justify-content: center; margin-top: 0.3rem; }

.space-source-note { padding: 1rem 0 3.5rem; background: #fff; }
.space-source-note p { margin: 0; color: #8b838f; font-size: 0.72rem; line-height: 1.55; }
.space-source-note strong { color: #5f5665; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .space-hero-grid,
  .space-story-grid,
  .space-silicon-grid,
  .space-specs-grid,
  .space-order-panel { grid-template-columns: 1fr; }
  .space-hero-product { min-height: 430px; }
  .space-quick-stats { grid-template-columns: repeat(2,1fr); }
  .space-quick-stats article:nth-child(2) { border-right: 0; }
  .space-quick-stats article:nth-child(-n+2) { border-bottom: 1px solid #dfd8e1; }
  .space-usecase-grid { grid-template-columns: repeat(2,1fr); }
  .space-usecase-grid article:nth-child(2) { border-right: 0; }
  .space-usecase-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .space-volume-form { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .space-hero { min-height: auto; padding: 6.5rem 0 3.5rem; }
  .space-hero h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .space-hero-purchase { align-items: stretch; flex-direction: column; }
  .space-preorder-button { width: 100%; }
  .space-hero-product { min-height: 330px; }
  .space-hero-stat { min-width: 120px; padding: 0.65rem 0.75rem; }
  .stat-latency { bottom: 3%; left: 0; }
  .stat-resolution { right: 0; top: 7%; }
  .space-subnav-inner { grid-template-columns: 1fr auto; min-height: 56px; }
  .space-subnav-links { display: none; }
  .space-subnav-cta { white-space: nowrap; }
  .space-intro, .space-story-dark, .space-silicon, .space-display, .space-specs, .space-physical-ai { padding: 5rem 0; }
  .space-quick-stats { grid-template-columns: 1fr 1fr; }
  .space-quick-stats article { min-height: 145px; padding: 1.2rem; }
  .space-story-grid { gap: 3rem; }
  .chip-board { min-height: 280px; padding: 2rem 1rem; }
  .chip { width: 112px; height: 112px; border-radius: 18px; }
  .chip strong { font-size: 0.82rem; }
  .space-feature-grid { grid-template-columns: 1fr; }
  .space-feature-grid article, .space-feature-grid article + article { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .space-feature-grid article:last-child { border-bottom: 0; }
  .space-inline-features article { grid-template-columns: 1fr; gap: 0.3rem; }
  .space-display-stage { min-height: 230px; gap: 1rem; }
  .display-lens { border-width: 10px; }
  .display-rings { width: 390px; height: 135px; }
  .space-spec-accordion dl div { grid-template-columns: 1fr; gap: 0.25rem; }
  .space-usecase-grid { grid-template-columns: 1fr; }
  .space-usecase-grid article, .space-usecase-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .space-usecase-grid article:last-child { border-bottom: 0; }
  .space-usecase-grid h3 { margin-top: 2rem; }
  .space-order { padding: 2.5rem 0; }
  .space-order-panel { border-radius: 18px; }
  .space-order-actions { display: grid; grid-template-columns: 1fr; }
  .space-volume-form { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .space-subnav-brand { font-size: 0.82rem; }
  .space-subnav-cta { padding: 0.55rem 0.65rem; font-size: 0.68rem; }
  .space-quick-stats { grid-template-columns: 1fr; }
  .space-quick-stats article { border-right: 0; border-bottom: 1px solid #dfd8e1; }
  .space-quick-stats article:last-child { border-bottom: 0; }
  .space-hero-stat { display: none; }
  .space-silicon-number { padding: 2rem; }
}
