:root {
  --ink: #171516;
  --paper: #f3efe6;
  --acid: #d9ff48;
  --violet: #5737e7;
  --coral: #f04c36;
  --line: rgba(23, 21, 22, 0.22);
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 10; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.topbar { height: 84px; padding: 0 clamp(20px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: baseline; font-size: 27px; font-weight: 950; letter-spacing: -.09em; }
.brand span:nth-child(2) { color: var(--violet); }
.brand i { color: var(--coral); font-size: 24px; font-style: normal; margin-left: 3px; }
.status { display: flex; align-items: center; gap: 10px; font: 700 10px/1 monospace; letter-spacing: .1em; text-transform: uppercase; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(240,76,54,.13); animation: pulse 1.8s ease-in-out infinite; }

.hero { min-height: calc(100vh - 84px); position: relative; padding: 48px clamp(20px, 4vw, 68px) 34px; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; }
.edition { display: flex; align-items: center; gap: 16px; font: 700 10px/1 monospace; letter-spacing: .14em; }
.edition:before { content: ""; width: 44px; height: 7px; background: var(--acid); border: 1px solid var(--ink); }
.edition b { margin-left: auto; font-weight: inherit; }
.headline-wrap { align-self: center; position: relative; z-index: 2; width: min(980px, 76vw); padding: 52px 0; }
h1 { margin: 0; font-size: clamp(66px, 10.5vw, 176px); line-height: .72; letter-spacing: -.085em; font-weight: 950; }
h1 span { display: block; }
h1 .serif { color: var(--violet); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; letter-spacing: -.07em; }
.headline-wrap p { max-width: 620px; margin: 52px 0 0 26%; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(17px, 1.5vw, 24px); line-height: 1.5; }

.orbit { width: min(43vw, 690px); aspect-ratio: 1; position: absolute; right: -4vw; top: 50%; transform: translateY(-49%); border-radius: 50%; background: var(--violet); color: white; box-shadow: 0 0 0 1px var(--ink); }
.ring { position: absolute; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; inset: 10%; }
.ring-two { inset: 25%; box-shadow: 0 0 0 55px rgba(217,255,72,.055); }
.ring-three { inset: 41%; background: var(--acid); border-color: var(--ink); }
.orbit strong { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); font-size: clamp(70px, 10vw, 170px); letter-spacing: -.12em; font-weight: 950; z-index: 2; }
.orbit small { position: absolute; right: 10%; bottom: 10%; font: 700 9px/1.3 monospace; letter-spacing: .12em; text-align: right; }
.launch-line { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--ink); font: 700 9px/1 monospace; text-transform: uppercase; letter-spacing: .1em; position: relative; z-index: 3; }
.launch-line span { padding-top: 18px; }
.launch-line span:nth-child(2) { text-align: center; }
.launch-line span:last-child { text-align: right; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.principles article { min-height: 340px; padding: 45px clamp(24px, 4vw, 65px); border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.principles article:last-child { border-right: 0; }
.principles span { font: 700 10px monospace; color: var(--violet); }
.principles h2 { margin: auto 0 20px; font-size: clamp(42px, 5vw, 78px); letter-spacing: -.07em; line-height: .85; }
.principles p { max-width: 390px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.55; }

footer { background: var(--ink); color: white; min-height: 250px; padding: 52px clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
.footer-mark { font-size: clamp(38px, 5vw, 76px); font-weight: 950; letter-spacing: -.08em; }
.footer-mark sup { color: var(--acid); font: 700 15px monospace; letter-spacing: 0; }
footer p { justify-self: end; font: italic 19px/1.5 Georgia, serif; max-width: 380px; }
footer small { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.24); font: 700 9px monospace; letter-spacing: .12em; }

@keyframes pulse { 0%,100% { transform: scale(.8); opacity: .65; } 50% { transform: scale(1); opacity: 1; } }

@media (max-width: 900px) {
  .hero { min-height: 820px; }
  .headline-wrap { width: 100%; align-self: start; padding-top: 80px; }
  h1 { font-size: clamp(64px, 15vw, 120px); }
  .headline-wrap p { margin-left: 0; width: 62%; }
  .orbit { width: 55vw; right: -10vw; top: 68%; }
}

@media (max-width: 650px) {
  .topbar { height: 70px; }
  .status { font-size: 0; }
  .status:after { content: "BUILDING"; font-size: 9px; }
  .hero { min-height: 760px; padding-top: 30px; }
  h1 { font-size: clamp(58px, 18vw, 92px); line-height: .78; }
  .headline-wrap { padding-top: 62px; }
  .headline-wrap p { width: 92%; margin-top: 34px; font-size: 17px; }
  .orbit { width: 76vw; right: -29vw; top: 70%; }
  .orbit small { display: none; }
  .launch-line { grid-template-columns: 1fr; gap: 10px; }
  .launch-line span:nth-child(2), .launch-line span:last-child { display: none; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .principles article:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; }
  footer p { justify-self: start; margin: 0; }
}
