:root {
  --ink: #0E0B0A;
  --ash: #17120F;
  --ember: #FF5A1F;
  --ember2: #E63218;
  --gold: #FFC24B;
  --smoke: #A79C92;
  --paper: #F3ECE2;
  --hair: rgba(167,156,146,.18);
  --card: rgba(23,18,15,.72);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
.dcsg-body {
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255,90,31,.12), transparent 60%),
    radial-gradient(80% 60% at 50% 105%, rgba(255,194,75,.08), transparent 62%),
    var(--ink);
  color: var(--paper);
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.dcsg-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(60% 40% at 50% 60%, rgba(255,90,31,.07), transparent 70%);
  animation: firelight 4.5s ease-in-out infinite;
  z-index: 0;
}
@keyframes firelight { 0%,100%{opacity:.55} 45%{opacity:1} 70%{opacity:.7} }
.dcsg-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 68px) clamp(20px, 4vw, 48px) 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dcsg-hero { width: min(900px, 100%); display: flex; flex-direction: column; align-items: center; }
.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(11px, 1.4vw, 13px);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--smoke);
  display: flex;
  align-items: center;
  gap: 14px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 10px 2px rgba(255,90,31,.8);
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }
.status {
  margin-top: 28px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(255,194,75,.32);
  border-radius: 100px;
  padding: 8px 18px;
}
h1 {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: .005em;
  font-size: clamp(56px, 11.8vw, 132px);
  margin-top: 24px;
  color: var(--paper);
  text-shadow: 0 0 38px rgba(255,90,31,.18);
}
h1 .spark-word {
  background: linear-gradient(180deg, var(--gold), var(--ember));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fuse-stage { width: min(640px, 92%); margin: 20px auto 4px; position: relative; }
.fuse-svg { width: 100%; height: 56px; display: block; overflow: visible; }
.fuse-base { fill: none; stroke: rgba(167,156,146,.32); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 1 7; }
.fuse-burn { fill: none; stroke: url(#emberGrad); stroke-width: 3; stroke-linecap: round; }
.spark-core { fill: var(--gold); filter: url(#glow); }
.spark-ring { fill: none; stroke: var(--ember); stroke-width: 1.5; opacity: .6; }
.bundle { fill: var(--ash); stroke: var(--ember); stroke-width: 2; }
.bundle-cap { fill: var(--ember); }
.kicker {
  margin-top: 22px;
  font-size: clamp(16px, 2.2vw, 20px);
  color: var(--smoke);
  max-width: 690px;
  line-height: 1.55;
}
.kicker b { color: var(--paper); font-weight: 700; }
.notify { margin-top: 34px; width: min(520px, 100%); display: flex; gap: 10px; }
.notify input[type=email] {
  flex: 1;
  background: var(--ash);
  border: 1px solid var(--hair);
  border-radius: 12px;
  padding: 15px 16px;
  color: var(--paper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.notify input[type=email]::placeholder { color: rgba(167,156,146,.7); }
.notify input[type=email]:focus {
  outline: none;
  border-color: var(--ember);
  box-shadow: 0 0 0 3px rgba(255,90,31,.18);
}
.notify button {
  background: linear-gradient(180deg, var(--gold), var(--ember));
  color: #1a0e06;
  border: none;
  border-radius: 12px;
  padding: 0 22px;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .18s ease;
  white-space: nowrap;
}
.notify button:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(255,90,31,.35); }
.notify button:disabled { opacity: .6; cursor: default; transform: none; box-shadow: none; }
.notify button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.di-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.microcopy { margin-top: 12px; font-size: 12px; color: rgba(167,156,146,.75); font-family: "IBM Plex Mono", monospace; letter-spacing: .04em; }
.formnote { margin-top: 14px; min-height: 18px; font-size: 13px; color: var(--gold); font-family:"IBM Plex Mono", monospace; }
.dcsg-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: clamp(38px, 6vw, 64px);
}
.dcsg-grid article {
  background: linear-gradient(180deg, rgba(23,18,15,.85), rgba(23,18,15,.58));
  border: 1px solid var(--hair);
  border-radius: 18px;
  padding: 22px 18px;
  text-align: left;
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
}
.dcsg-grid span {
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: .16em;
  margin-bottom: 14px;
}
.dcsg-grid h2 {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--paper);
}
.dcsg-grid p {
  color: rgba(167,156,146,.88);
  font-size: 14px;
  line-height: 1.55;
}
.heritage { margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--hair); width: min(780px, 100%); }
.heritage .label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(167,156,146,.6); margin-bottom: 14px;
}
.tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.tags span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; letter-spacing: .08em; color: var(--smoke);
  border: 1px solid var(--hair); border-radius: 999px; padding: 7px 12px;
  background: rgba(23,18,15,.45);
}
footer {
  position: relative; z-index: 1; text-align: center; padding: 22px 20px 38px;
  font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .12em;
  color: rgba(167,156,146,.55); text-transform: uppercase;
}
.disclaimer {
  text-transform: none; font-family: "Space Grotesk", sans-serif; letter-spacing: .005em;
  font-size: 12px; line-height: 1.7; color: rgba(167,156,146,.72);
  max-width: 680px; margin: 16px auto 0;
}
.embers { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.ember {
  position: absolute; bottom: 30%; width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 6px 1px rgba(255,90,31,.9); opacity: 0;
  animation: rise var(--d, 5s) ease-in infinite; animation-delay: var(--delay, 0s);
}
@keyframes rise {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translateY(-240px) translateX(var(--x, 20px)) scale(.2); opacity: 0; }
}
@media (max-width: 880px) { .dcsg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
  .notify { flex-direction: column; }
  .notify button { padding: 15px; }
  .eyebrow { flex-direction: column; gap: 8px; }
  .dcsg-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .dcsg-body::before, .eyebrow .dot, .ember { animation: none; }
  .embers { display: none; }
}
.test-link {
  display: inline-flex;
  margin-top: 18px;
  color: #FFC24B;
  text-decoration: none;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,194,75,.45);
  padding-bottom: 4px;
}
.test-link:hover,
.test-link:focus-visible { color: #F3ECE2; border-bottom-color: #F3ECE2; }
