:root {
  color-scheme: dark;
  --ink: #f4f1e9;
  --muted: #aebcb7;
  --line: rgba(221, 229, 221, 0.16);
  --accent: #d5e77d;
  --accent-warm: #e4b777;
  --bg: #091412;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 83% 23%, rgba(90, 133, 93, 0.16), transparent 31rem),
    radial-gradient(circle at 10% 92%, rgba(221, 173, 101, 0.08), transparent 29rem),
    linear-gradient(135deg, #07110f 0%, #0b1916 53%, #07100f 100%);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.page-shell {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100% - 64px, 1380px);
  min-height: 100vh;
  margin: 0 auto;
}

.site-header,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  min-height: 104px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand em {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
}

.brand-mark {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-width: 2.2;
}

.status {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(213, 231, 125, 0.08), 0 0 22px rgba(213, 231, 125, 0.55);
}

main {
  display: grid;
  align-items: center;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding: 76px 0 88px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(54px, 7.2vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

h1 span {
  color: transparent;
  background: linear-gradient(105deg, var(--ink) 8%, var(--accent) 52%, var(--accent-warm));
  background-clip: text;
  -webkit-background-clip: text;
}

.intro {
  max-width: 660px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 350;
  line-height: 1.65;
}

.launch-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 46px;
}

.launch-line {
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.launch-note p {
  margin: 0;
  color: #82938d;
  font-size: 13px;
  line-height: 1.6;
}

.launch-note strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 550;
}

.hero-art {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 530px);
  justify-self: end;
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hero-art::before {
  inset: 17%;
  background: radial-gradient(circle at 38% 32%, rgba(213, 231, 125, 0.2), rgba(44, 75, 65, 0.09) 45%, transparent 68%);
  filter: blur(12px);
}

.hero-art::after {
  inset: 7%;
  border: 1px solid rgba(213, 231, 125, 0.08);
  box-shadow: inset 0 0 80px rgba(213, 231, 125, 0.025);
}

.orbital {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(222, 231, 218, 0.2);
  border-radius: 50%;
  transform-origin: center;
}

.orbital-one {
  width: 92%;
  height: 38%;
  transform: translate(-50%, -50%) rotate(24deg);
}

.orbital-two {
  width: 85%;
  height: 45%;
  transform: translate(-50%, -50%) rotate(92deg);
}

.orbital-three {
  width: 71%;
  height: 71%;
  border-color: rgba(228, 183, 119, 0.16);
  transform: translate(-50%, -50%) rotate(-14deg);
}

.core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 30%;
  aspect-ratio: 1;
  border: 1px solid rgba(213, 231, 125, 0.35);
  border-radius: 50%;
  background: rgba(13, 31, 27, 0.78);
  box-shadow: 0 0 80px rgba(213, 231, 125, 0.09), inset 0 0 28px rgba(213, 231, 125, 0.06);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(7px);
}

.core span {
  color: var(--accent);
  font-family: Iowan Old Style, Baskerville, serif;
  font-size: clamp(46px, 7vw, 82px);
  font-style: italic;
}

.spark {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 19px rgba(213, 231, 125, 0.8);
}

.spark-one { top: 21%; left: 24%; }
.spark-two { top: 69%; right: 10%; width: 6px; height: 6px; background: var(--accent-warm); }
.spark-three { right: 26%; bottom: 8%; width: 4px; height: 4px; }

footer {
  min-height: 84px;
  border-top: 1px solid var(--line);
  color: #72827d;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .page-shell { width: min(100% - 38px, 720px); }
  .site-header { min-height: 82px; }
  .status { display: none; }
  .hero { grid-template-columns: 1fr; padding: 58px 0 66px; }
  .hero-art { width: min(78vw, 440px); justify-self: center; order: -1; margin-bottom: -20px; }
  h1 { font-size: clamp(52px, 13.4vw, 88px); }
  .intro { font-size: 17px; }
}

@media (max-width: 520px) {
  .brand { font-size: 12px; }
  .brand-mark { width: 28px; height: 28px; }
  .hero-art { width: 92vw; margin-left: -8vw; margin-right: -8vw; }
  .hero { padding-top: 38px; }
  .launch-note { margin-top: 34px; }
  footer { min-height: 72px; }
  footer p:last-child { display: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .orbital-one { animation: orbit-one 24s linear infinite; }
  .orbital-two { animation: orbit-two 30s linear infinite reverse; }
  .spark { animation: pulse 3.2s ease-in-out infinite alternate; }
  .spark-two { animation-delay: -1.1s; }
  .spark-three { animation-delay: -2.2s; }
}

@keyframes orbit-one {
  to { transform: translate(-50%, -50%) rotate(384deg); }
}

@keyframes orbit-two {
  to { transform: translate(-50%, -50%) rotate(452deg); }
}

@keyframes pulse {
  to { opacity: 0.35; transform: scale(0.7); }
}
