:root {
  --bg-0: #05070b;
  --bg-1: #0d1118;
  --line: rgba(235,240,248,.09);
  --text: #f4f0e8;
  --muted: #c6bfb4;
  --muted-strong: #ddd7cc;
  --gold: #c9a66d;
  --shadow: 0 28px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% -4%, rgba(201,166,109,.08), transparent 26%),
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.04), transparent 22%),
    radial-gradient(circle at 84% 7%, rgba(142,200,191,.05), transparent 18%),
    linear-gradient(180deg, #0d1118 0%, #05070b 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .07;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at center, #000 20%, rgba(0,0,0,.85) 58%, transparent 88%);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-shell { width: min(1120px, calc(100% - 52px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  margin-top: 18px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10,13,19,.68);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
}
.brandmark-wrap { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brandmark-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff1d2 0%, var(--gold) 52%, rgba(201,166,109,.1) 76%, transparent 78%);
  box-shadow: 0 0 18px rgba(201,166,109,.45);
}
.brandmark-text {
  color: var(--muted-strong);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.topnav { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px; }
.topnav a { color: var(--muted); text-decoration: none; font-size: .92rem; }
.topnav a:hover { color: var(--text); }

.hero-stage {
  position: relative;
  padding: 36px 0 50px;
  overflow: clip;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(920px, 88vw);
  height: 620px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(201,166,109,.05), transparent 64%);
  filter: blur(32px);
  pointer-events: none;
}
.hero-shell { display: grid; gap: 22px; }
.hero-grid { display: flex; justify-content: center; }
.hero-intro { text-align: center; width: min(780px, 100%); margin: 0 auto; }
.hero-wordmark {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 .18em 0.08em;
  text-transform: uppercase;
  font-size: clamp(2.85rem, 7.6vw, 5.4rem);
  line-height: 1.02;
  font-weight: 780;
  letter-spacing: .16em;
  display: inline-block;
  animation: wordmarkTremor 16s linear infinite;
  transform-origin: center center;
}
.hero-subtitle {
  margin: 14px auto 0;
  color: var(--muted-strong);
  font-size: clamp(1.02rem, 1.72vw, 1.28rem);
  line-height: 1.22;
  max-width: 700px;
}
.hero-crisis-list { margin: 16px auto 0; display: grid; gap: 7px; justify-items: center; }
.hero-line {
  display: block;
  font-size: clamp(1.04rem, 1.86vw, 1.38rem);
  font-weight: 630;
  line-height: 1.14;
}
.hero-body {
  margin: 18px auto 0;
  color: var(--gold);
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  line-height: 1.2;
  font-weight: 680;
}
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255,255,255,.04);
  color: var(--text);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
}
.hero-button-primary { background: linear-gradient(135deg, rgba(201,166,109,.18), rgba(201,166,109,.06)); border-color: rgba(201,166,109,.3); }

.engine-map-panel { display: flex; justify-content: center; }
.engine-field {
  --mx: 50%;
  --my: 50%;
  position: relative;
  width: min(980px, 100%);
  min-height: 640px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17,22,31,.52), rgba(7,10,14,.74));
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
}
.engine-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255,232,190,.16), transparent 54%);
  animation: fieldHeartbeat 2.8s ease-in-out infinite;
}
.engine-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,231,192,.05), transparent 24%);
  opacity: .72;
}
.atlas-rings, .atlas-rotor, .atlas-core, .engine-grid, .field-scan, .atlas-image, .pulse-labels, .atlas-matrix { z-index: 5; opacity: .92; mix-blend-mode: screen; }
.atlas-rings { display: grid; place-items: center; animation: rotorClock 54s linear infinite, ringsGlow 2.8s ease-in-out infinite; }
.pulse-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.44);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 0 72px rgba(255,255,255,.06), inset 0 0 26px rgba(255,255,255,.05);
  animation: densePulse 2.8s cubic-bezier(.18,.86,.18,.98) infinite;
}
.pulse-ring-a { width: 12%; height: 12%; animation-delay: 0s; }
.pulse-ring-b { width: 20%; height: 20%; animation-delay: .18s; }
.pulse-ring-c { width: 28%; height: 28%; animation-delay: .36s; }
.pulse-ring-d { width: 38%; height: 38%; animation-delay: .54s; }
.pulse-ring-e { width: 50%; height: 50%; animation-delay: .72s; }
.pulse-ring-f { width: 64%; height: 64%; animation-delay: .90s; }
.pulse-ring-g { width: 80%; height: 80%; animation-delay: 1.08s; }
.pulse-ring-h { width: 96%; height: 96%; animation-delay: 1.26s; }
.atlas-rotor {
  left: 50%;
  top: 50%;
  width: 84%;
  height: 84%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.10);
  opacity: .26;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.08));
}
.atlas-rotor-a { animation: rotorClock 42s linear infinite; }
.atlas-rotor-b { width: 60%; height: 60%; opacity: .24; animation: rotorCounter 30s linear infinite; }
.atlas-core {
  left: 50%;
  top: 50%;
  width: 18%;
  height: 18%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,226,185,.98) 0%, rgba(255,204,123,.62) 12%, rgba(173,137,255,.40) 24%, rgba(142,200,191,.24) 40%, transparent 74%);
  filter: blur(28px);
  animation: coreBreath 2.8s cubic-bezier(.22,.8,.18,.98) infinite;
}
.atlas-core-secondary { width: 34%; height: 34%; opacity: .34; filter: blur(56px); animation-duration: 2.8s; }
.atlas-core-tertiary { width: 50%; height: 50%; opacity: .20; filter: blur(78px); animation-duration: 3.2s; }
.engine-grid {
  inset: 10% 12%;
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000 20%, rgba(0,0,0,.65) 62%, transparent 88%);
  opacity: .18;
  animation: gridShift 28s linear infinite;
}
.field-scan { background: linear-gradient(180deg, transparent 0%, rgba(201,166,109,.06) 48%, transparent 100%); mix-blend-mode: screen; opacity: .56; animation: fieldSweep 8.4s linear infinite; }
.atlas-matrix { z-index: 5; opacity: .78; mix-blend-mode: screen; }
.atlas-image {
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(730px, 66vw);
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: .97;
  filter: saturate(1.18) brightness(1.14) contrast(1.06) drop-shadow(0 0 54px rgba(255,228,176,.16));
  -webkit-mask-image: radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 46%, rgba(0,0,0,.88) 70%, rgba(0,0,0,.54) 84%, transparent 98%);
  mask-image: radial-gradient(circle at 50% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 46%, rgba(0,0,0,.88) 70%, rgba(0,0,0,.54) 84%, transparent 98%);
  animation: imageOrbit 70s linear infinite, imageHeartbeat 2.8s ease-in-out infinite;
}
.pulse-labels { z-index: 6; overflow: visible; pointer-events: none; }
.pulse-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate(var(--tx), var(--ty));
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,248,232,.16);
  background: rgba(8,11,15,.62);
  color: var(--text);
  font-size: .84rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(255,226,185,.08);
  animation: labelFromCore 10.5s cubic-bezier(.15,.74,.16,.99) infinite;
}
.label-1 { --tx: -242px; --ty: -164px; animation-delay: 0s; }
.label-2 { --tx: -10px; --ty: -242px; animation-delay: 1.4s; }
.label-3 { --tx: 236px; --ty: -152px; animation-delay: 2.8s; }
.label-4 { --tx: 268px; --ty: 16px; animation-delay: 4.2s; }
.label-5 { --tx: 184px; --ty: 206px; animation-delay: 5.6s; }
.label-6 { --tx: -190px; --ty: 206px; animation-delay: 7s; }
.field-console-dock { display: flex; justify-content: center; }
.field-console {
  width: min(960px, 100%);
  padding: 16px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(180deg, rgba(8,10,14,.62), rgba(6,8,12,.76));
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
  display: grid;
  grid-template-columns: minmax(180px,220px) minmax(0,1fr) auto;
  gap: 10px 18px;
  align-items: center;
}
.field-console-kicker, .section-kicker, .feature-eyebrow, .capacity-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted-strong);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
}
.field-console-kicker { grid-column: 1 / -1; justify-self: start; }
.field-console-title { margin: 0; font-size: 1.12rem; line-height: 1.18; }
.field-console-copy, .summary-card p, .architecture-panel p, .control-card p, .site-footer p, .contact-panel p, .necessity-intro, .capacity-grid p, .support-grid p {
  color: var(--muted);
  line-height: 1.66;
  font-size: .98rem;
}
.field-console-copy { margin: 0; }
.field-console-meta, .capacity-meta, .control-meta {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted-strong);
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.field-console-meta { justify-self: end; }
.summary-grid, .capacity-grid, .support-grid { display: grid; gap: 18px; }
.summary-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.capacity-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.support-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.summary-card, .capacity-grid article, .support-grid article, .necessity-panel, .control-panel, .architecture-panel, .contact-panel {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.summary-grid, .necessity-section, .capacity-section, .control-section, .architecture-section, .contact-section { padding-bottom: 24px; }
.summary-card h2, .capacity-grid h3, .support-grid h3, .necessity-panel h2, .control-panel h2, .architecture-panel h2, .contact-panel h2 {
  margin: 12px 0 10px;
  font-size: 1.26rem;
  line-height: 1.14;
}
.necessity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 24px;
}
.necessity-grid article {
  padding: 18px 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
}
.necessity-grid h3, .architecture-step h3, .control-card h3 { margin: 0 0 10px; font-size: 1.06rem; line-height: 1.2; }
.control-layout {
  display: grid;
  grid-template-columns: minmax(220px,260px) minmax(0,1fr);
  gap: 20px;
  margin-top: 24px;
}
.control-buttons { display: grid; gap: 10px; align-content: start; }
.control-button {
  appearance: none;
  width: 100%;
  padding: 14px 16px;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  color: var(--text);
  font: inherit;
  cursor: pointer;
}
.control-button.is-active { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.control-content { position: relative; min-height: 220px; }
.control-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .24s ease, transform .24s ease;
}
.control-card.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.architecture-rows {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 16px;
  margin-top: 24px;
}
.architecture-step {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
}
.step-number { display: inline-flex; margin-bottom: 12px; color: var(--gold); font-size: .86rem; font-weight: 700; letter-spacing: .12em; }
.contact-panel { text-align: center; }
.contact-actions { justify-content: center; }
.site-footer { padding: 24px 0 42px; }
.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.footer-bar strong {
  display: block;
  margin-bottom: 6px;
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-contact { white-space: nowrap; text-decoration: none; }
body.kernel-law .field-console, body.kernel-law .pulse-label[data-group="law"], body.kernel-law .control-button[data-panel="law"].is-active { border-color: rgba(207,194,234,.24); }
body.kernel-math .field-console, body.kernel-math .pulse-label[data-group="math"], body.kernel-math .control-button[data-panel="math"].is-active { border-color: rgba(201,166,109,.24); }
body.kernel-runtime .field-console, body.kernel-runtime .pulse-label[data-group="runtime"], body.kernel-runtime .control-button[data-panel="runtime"].is-active { border-color: rgba(255,240,212,.24); }
body.kernel-court .field-console, body.kernel-court .pulse-label[data-group="court"], body.kernel-court .control-button[data-panel="court"].is-active { border-color: rgba(217,170,154,.24); }
body.kernel-wake .field-console, body.kernel-wake .pulse-label[data-group="wake"], body.kernel-wake .control-button[data-panel="wake"].is-active { border-color: rgba(128,201,226,.24); }
body.kernel-qit .field-console, body.kernel-qit .pulse-label[data-group="qit"], body.kernel-qit .control-button[data-panel="qit"].is-active { border-color: rgba(142,200,191,.24); }
@keyframes densePulse {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.28); }
  8% { opacity: .98; }
  18% { opacity: .36; }
  24% { opacity: .92; }
  38% { opacity: .28; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.28); }
}
@keyframes coreBreath {
  0%,100% { opacity: .54; transform: translate(-50%, -50%) scale(.72); }
  8% { opacity: 1; transform: translate(-50%, -50%) scale(1.18); }
  18% { opacity: .78; transform: translate(-50%, -50%) scale(.88); }
  24% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
  38% { opacity: .78; transform: translate(-50%, -50%) scale(.9); }
}
@keyframes gridShift {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(54px,54px,0); }
}
@keyframes fieldSweep {
  from { transform: translateY(-100%); }
  to { transform: translateY(100%); }
}
@keyframes imageOrbit {
  from { transform: translate(-50%, -50%) scale(.985) rotate(0deg); }
  to { transform: translate(-50%, -50%) scale(.985) rotate(360deg); }
}
@keyframes imageHeartbeat {
  0%,100% { opacity: .92; filter: saturate(1.14) brightness(1.10) contrast(1.05) drop-shadow(0 0 42px rgba(255,228,176,.12)); }
  8% { opacity: 1; filter: saturate(1.24) brightness(1.22) contrast(1.08) drop-shadow(0 0 74px rgba(255,228,176,.22)); }
  18% { opacity: .95; filter: saturate(1.16) brightness(1.12) contrast(1.05) drop-shadow(0 0 48px rgba(255,228,176,.14)); }
  24% { opacity: 1; filter: saturate(1.22) brightness(1.18) contrast(1.08) drop-shadow(0 0 68px rgba(255,228,176,.20)); }
  38% { opacity: .95; filter: saturate(1.16) brightness(1.12) contrast(1.05) drop-shadow(0 0 46px rgba(255,228,176,.14)); }
}
@keyframes wordmarkTremor {
  0%, 6.8%, 21.6%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  7.1% { transform: translate3d(-0.6px, 0, 0) rotate(-0.18deg); }
  7.4% { transform: translate3d(0.8px, 0, 0) rotate(0.18deg); }
  7.7% { transform: translate3d(-0.45px, 0, 0) rotate(-0.1deg); }
  21.9% { transform: translate3d(-0.7px, 0, 0) rotate(-0.16deg); }
  22.2% { transform: translate3d(0.9px, 0, 0) rotate(0.16deg); }
  22.5% { transform: translate3d(-0.4px, 0, 0) rotate(-0.08deg); }
}
@keyframes fieldHeartbeat {
  0%,100% { opacity: .52; }
  8% { opacity: 1; }
  18% { opacity: .64; }
  24% { opacity: .94; }
  38% { opacity: .62; }
}
@keyframes ringsGlow {
  0%,100% { filter: drop-shadow(0 0 10px rgba(255,221,168,.08)); opacity: .86; }
  8% { filter: drop-shadow(0 0 38px rgba(255,221,168,.24)); opacity: 1; }
  18% { filter: drop-shadow(0 0 16px rgba(255,221,168,.10)); opacity: .88; }
  24% { filter: drop-shadow(0 0 34px rgba(255,221,168,.20)); opacity: .98; }
  38% { filter: drop-shadow(0 0 14px rgba(255,221,168,.10)); opacity: .88; }
}
@keyframes rotorClock {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes rotorCounter {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* clean overrides */
.site-shell {
  width: min(1100px, calc(100% - 64px));
  margin: 0 auto;
}
.hero-stage {
  padding: 36px 0 50px;
}
.hero-shell {
  gap: 18px;
}
.hero-intro {
  width: min(740px, 100%);
}
.hero-wordmark {
  font-size: clamp(2.45rem, 6.5vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: .145em;
}
.hero-subtitle {
  margin-top: 10px;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
}
.hero-crisis-list {
  margin-top: 12px;
  gap: 6px;
}
.hero-line {
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  line-height: 1.12;
}
.hero-body {
  margin-top: 14px;
  font-size: clamp(1rem, 1.48vw, 1.16rem);
}
.hero-actions {
  margin-top: 18px;
}
.engine-map-panel {
  margin-top: 4px;
}
.engine-field {
  --mx: 50%;
  --my: 50%;
  position: relative;
  width: min(980px, 100%);
  min-height: 620px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16,22,31,.48), rgba(6,9,13,.72));
  box-shadow: 0 16px 42px rgba(0,0,0,.14);
}
.engine-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255,232,190,.16), transparent 54%);
  animation: fieldHeartbeat 2.8s ease-in-out infinite;
  pointer-events: none;
}
.engine-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,231,192,.05), transparent 24%);
  opacity: .72;
  pointer-events: none;
}
.atlas-rings,
.engine-grid,
.field-scan,
.pulse-labels,
.atlas-matrix {
  position: absolute;
  inset: 0;
}
.atlas-rings {
  display: block;
  animation: ringsGlow 2.8s ease-in-out infinite;
}
.atlas-rotor,
.atlas-core,
.atlas-image {
  position: absolute;
}
.atlas-rotor {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.atlas-matrix {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.atlas-image {
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(730px, 66vw);
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: .97;
  filter: saturate(1.18) brightness(1.14) contrast(1.06) drop-shadow(0 0 54px rgba(255,228,176,.16));
  animation: imageOrbit 70s linear infinite, imageHeartbeat 2.8s ease-in-out infinite;
}
.pulse-label {
  font-size: .82rem;
  padding: 8px 12px;
}
.field-console {
  width: min(900px, 100%);
  padding: 15px 18px;
}
.summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@keyframes labelFromCore {
  0%, 10% { opacity: 0; transform: translate(-50%, -50%) scale(.16); filter: blur(8px); }
  24% { opacity: .9; transform: translate(-50%, -50%) translate(calc(var(--tx) * .34), calc(var(--ty) * .34)) scale(.82); filter: blur(0); }
  38%, 68% { opacity: 1; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1); filter: blur(0); }
  84% { opacity: .22; transform: translate(-50%, -50%) translate(calc(var(--tx) * 1.05), calc(var(--ty) * 1.05)) scale(.96); }
  100% { opacity: 0; transform: translate(-50%, -50%) translate(calc(var(--tx) * 1.08), calc(var(--ty) * 1.08)) scale(.94); }
}
@media (max-width: 1100px) {
  .site-shell { width: min(100%, calc(100% - 56px)); }
  .summary-grid, .capacity-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .architecture-rows { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .engine-field { width: min(920px, 100%); }
}
@media (max-width: 900px) {
  .topbar { border-radius: 28px; align-items: flex-start; flex-direction: column; }
  .hero-stage { padding-top: 28px; }
  .hero-wordmark { font-size: clamp(2.1rem, 9vw, 3.7rem); }
  .engine-field { min-height: 540px; }
  .control-layout { grid-template-columns: 1fr; }
  .field-console { grid-template-columns: 1fr; }
  .field-console-meta { justify-self: start; }
}
@media (max-width: 640px) {
  .site-shell { width: calc(100% - 24px); }
  .topnav { gap: 12px; }
  .topnav a { font-size: .86rem; }
  .brandmark-text { white-space: normal; line-height: 1.2; }
  .hero-wordmark { font-size: clamp(1.9rem, 10vw, 2.9rem); }
  .hero-actions { gap: 10px; }
  .engine-field { width: 100%; min-height: 430px; border-radius: 22px; }
  .atlas-image { width: min(500px, 84vw); }
  .pulse-label { font-size: .72rem; padding: 7px 10px; }
  .summary-grid, .capacity-grid, .support-grid, .necessity-grid, .architecture-rows { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
