:root {
  --cream: #fff5d5;
  --purple: #a973b7;
  --purple-deep: #6b3f79;
  --purple-dark: #38233e;
  --ink: #24162a;
  --line: rgba(255,245,213,.35);
  --shadow: 0 26px 80px rgba(30, 12, 36, .35);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% -15%, rgba(255,245,213,.28) 0 8%, transparent 33%),
    radial-gradient(circle at 10% 85%, rgba(169,115,183,.32), transparent 28%),
    linear-gradient(145deg, #4f2d59 0%, var(--purple) 48%, #7d4a89 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .075;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  z-index: 5;
}

.moon-glow {
  position: fixed;
  width: min(70vw, 720px);
  height: min(70vw, 720px);
  border-radius: 50%;
  top: -280px;
  right: -220px;
  border: 1px solid rgba(255,245,213,.24);
  box-shadow: 0 0 120px rgba(255,245,213,.16), inset 0 0 120px rgba(255,245,213,.08);
  background: radial-gradient(circle at 42% 42%, rgba(255,245,213,.28), rgba(255,245,213,0) 58%);
}

.stars,
.stars::before,
.stars::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background-repeat: repeat;
}
.stars { opacity: .65; background-size: 170px 170px; background-image: radial-gradient(circle, var(--cream) 0 1px, transparent 1.8px); }
.stars::before { opacity: .45; background-size: 290px 290px; background-image: radial-gradient(circle, var(--cream) 0 1.2px, transparent 1.8px); }
.stars::after { opacity: .18; background-size: 100px 100px; background-image: radial-gradient(circle, var(--cream) 0 .8px, transparent 1.3px); }

.shell {
  width: min(1120px, calc(100% - 44px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 38px 0 30px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--purple-deep);
  box-shadow: 0 12px 30px rgba(34, 14, 40, .22);
}
.brand-mark svg { width: 40px; height: 40px; overflow: visible; }
.brand-mark .wing, .brand-mark .lower { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .body, .brand-mark .antenna { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; }
.brand-mark .head { fill: currentColor; }
.brand-name { font-weight: 800; letter-spacing: .18em; font-size: .9rem; }
.brand-sub { margin-top: 4px; font-size: .64rem; letter-spacing: .18em; opacity: .72; }

.hero {
  width: min(780px, 100%);
  margin: auto 0;
  padding: 90px 0 80px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .74rem;
  letter-spacing: .2em;
  font-weight: 700;
  background: rgba(255,245,213,.13);
  border: 1px solid rgba(255,245,213,.26);
  border-radius: 999px;
  padding: 9px 13px;
  backdrop-filter: blur(12px);
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--cream); box-shadow: 0 0 18px var(--cream); }

h1 {
  margin: 24px 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.7rem, 8vw, 7.8rem);
  line-height: .88;
  letter-spacing: -.055em;
  max-width: 880px;
  color: var(--cream);
  text-shadow: 0 18px 60px rgba(44, 16, 53, .24);
}
h1 em { color: var(--purple-dark); font-style: normal; text-shadow: none; }
.lead {
  margin: 0;
  max-width: 680px;
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  color: rgba(255,245,213,.86);
}

.status-card {
  margin-top: 32px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 22px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow);
}
.status-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--purple);
  color: var(--cream);
  font-size: 1.1rem;
}
.status-card strong { display: block; letter-spacing: .1em; font-size: .76rem; color: var(--purple-deep); }
.status-card p { margin: 4px 0 0; font-size: .9rem; color: rgba(36,22,42,.66); }
.pulse { margin-left: auto; width: 12px; height: 12px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 0 rgba(169,115,183,.55); animation: pulse 2.1s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(169,115,183,.55); } 70% { box-shadow: 0 0 0 13px rgba(169,115,183,0); } 100% { box-shadow: 0 0 0 0 rgba(169,115,183,0); } }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pill-row span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,245,213,.25);
  background: rgba(255,245,213,.09);
  color: var(--cream);
  font-size: .82rem;
  backdrop-filter: blur(9px);
}

.quote {
  width: min(360px, 100%);
  margin-left: auto;
  margin-right: 1vw;
  padding: 25px 26px 23px;
  border-radius: 24px;
  border: 1px solid rgba(255,245,213,.2);
  background: linear-gradient(180deg, rgba(255,245,213,.12), rgba(255,245,213,.06));
  backdrop-filter: blur(17px);
  box-shadow: 0 18px 55px rgba(38, 16, 45, .14);
}
.quote-mark { display: block; height: 18px; font: 800 2.2rem/1 "Playfair Display", Georgia, serif; color: var(--cream); opacity: .8; }
.quote p { margin: 8px 0 7px; font: 700 1.18rem/1.35 "Playfair Display", Georgia, serif; }
.quote small { opacity: .62; letter-spacing: .08em; }

.footer {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .75rem;
  color: rgba(255,245,213,.66);
}
.domain-list { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.domain-list span { opacity: .72; }

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 640px); padding-top: 22px; }
  .hero { padding: 72px 0 55px; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.1rem); }
  .status-card { align-items: flex-start; }
  .footer { flex-direction: column; }
  .domain-list { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .pulse { animation: none; }
}
