:root {
  --ink: #11100e;
  --paper: #f4f1eb;
  --muted: #77736d;
  --line: rgba(17, 16, 14, .18);
  --acid: #d8ff3e;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Space Grotesk', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.site-shell { max-width: 1440px; margin: auto; padding: 0 5.2vw; overflow: hidden; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 29px 0; border-bottom: 1px solid var(--line); }
.wordmark, .header-meta, .eyebrow, .section-index, .coordinates, .art-label, .scroll-cue, .site-footer { font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.wordmark { display: flex; align-items: center; gap: 13px; font-weight: 500; letter-spacing: .08em; }
.wordmark-mark { display: grid; place-items: center; width: 27px; height: 27px; border: 2px solid var(--ink); font-size: 16px; font-weight: 700; line-height: 1; transform: rotate(45deg); }
.wordmark-mark::first-letter { transform: rotate(-45deg); }
.wordmark-name { margin-left: 3px; }
.header-meta { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.status-dot { width: 6px; height: 6px; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; }
.hero { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 690px; padding: 10.5vh 0 8vh; }
.hero-copy { position: relative; z-index: 1; padding-top: 35px; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 38px; color: var(--muted); }
.eyebrow span { color: var(--ink); }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(68px, 9.1vw, 142px); line-height: .83; letter-spacing: -.09em; font-weight: 700; }
h1 em, h2 span { font-family: var(--serif); font-weight: 400; letter-spacing: -.08em; }
h1 em { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-description, .manifesto-copy, .notify-content > p { color: #5e5a54; font-size: 15px; line-height: 1.9; }
.primary-link { display: inline-flex; align-items: center; gap: 21px; margin-top: 29px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }
.arrow { font-size: 21px; line-height: .5; }
.hero-art { position: relative; min-height: 535px; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-34deg); }
.orbit-one { width: 95%; height: 42%; left: 0; top: 28%; }
.orbit-two { width: 73%; height: 72%; left: 12%; top: 12%; transform: rotate(43deg); }
.x-frame { position: absolute; inset: 9% 6% 7% 6%; transform: rotate(-35deg); }
.x-frame::before, .x-frame::after, .x-frame span { content: ''; position: absolute; display: block; height: 27px; background: var(--ink); }
.x-frame::before { width: 104%; top: 45%; left: -2%; transform: rotate(39deg); }
.x-frame::after { width: 104%; top: 45%; left: -2%; transform: rotate(-39deg); }
.x-frame span:first-child { width: 27px; height: 100%; top: 0; left: 14%; transform: skewY(-39deg); }
.x-frame span:last-child { width: 27px; height: 100%; top: 0; right: 14%; transform: skewY(39deg); }
.art-label { position: absolute; z-index: 2; font-size: 9px; }
.label-top { top: 12%; right: 3%; }
.label-bottom { bottom: 8%; left: 6%; transform: rotate(-90deg); transform-origin: left; }
.scroll-cue { position: absolute; bottom: 7%; left: 0; display: flex; align-items: center; gap: 14px; color: var(--muted); }
.scroll-line { width: 42px; height: 1px; background: var(--ink); }
.manifesto { display: grid; grid-template-columns: .6fr 1.2fr .6fr; gap: 4vw; padding: 130px 0 150px; border-top: 1px solid var(--line); }
.section-index { color: var(--muted); }
h2 { margin: 0 0 32px; font-size: clamp(47px, 7vw, 102px); line-height: .88; letter-spacing: -.085em; }
.manifesto-copy { margin-bottom: 0; max-width: 480px; }
.coordinates { align-self: end; display: flex; flex-direction: column; gap: 8px; color: var(--muted); line-height: 1.4; }
.notify-section { display: grid; grid-template-columns: .6fr 1.2fr .6fr; gap: 4vw; padding: 115px 0 120px; background: var(--ink); color: var(--paper); margin: 0 -5.2vw; padding-left: 5.2vw; padding-right: 5.2vw; }
.notify-number { color: var(--acid); font-family: var(--mono); font-size: 10px; }
.notify-content .eyebrow { color: #a7a29a; }
.notify-content h2 { color: var(--paper); }
.notify-content h2 span { color: var(--acid); }
.notify-content > p { color: #aaa69e; }
.notify-form { display: flex; max-width: 510px; margin-top: 37px; border-bottom: 1px solid #87837b; }
.notify-form input { width: 100%; padding: 15px 0; border: 0; outline: 0; background: transparent; color: var(--paper); font: 11px var(--mono); letter-spacing: .07em; }
.notify-form input::placeholder { color: #87837b; }
.notify-form button { flex: 0 0 auto; border: 0; background: transparent; color: var(--acid); font: 10px var(--mono); letter-spacing: .08em; cursor: pointer; }
.notify-form button span { padding-left: 12px; font-size: 17px; }
.form-message { min-height: 20px; margin-top: 16px; color: var(--acid) !important; font: 11px var(--mono) !important; }
.notify-side { align-self: end; display: flex; flex-direction: column; color: #8a867e; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.notify-side strong { color: var(--acid); font-family: var(--serif); font-size: 58px; font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.site-footer { display: flex; justify-content: space-between; padding: 25px 0; color: var(--muted); }
.site-footer a { color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 760px) {
  .site-shell { padding: 0 22px; }
  .header-meta span:last-child { display: none; }
  .hero { display: block; min-height: auto; padding: 70px 0 75px; }
  .hero-copy { padding-top: 0; }
  h1 { font-size: clamp(66px, 19vw, 120px); }
  .hero-art { min-height: 350px; margin: 25px -8px 0; }
  .x-frame::before, .x-frame::after { height: 19px; }
  .x-frame span:first-child, .x-frame span:last-child { width: 19px; }
  .scroll-cue { bottom: 0; }
  .manifesto { display: block; padding: 75px 0 90px; }
  .manifesto .section-index { margin-bottom: 50px; }
  .manifesto h2 { font-size: 18vw; }
  .coordinates { margin-top: 55px; }
  .notify-section { display: block; margin: 0 -22px; padding: 75px 22px 80px; }
  .notify-number { margin-bottom: 50px; }
  .notify-side { margin-top: 55px; }
  .site-footer { flex-wrap: wrap; gap: 15px; font-size: 8px; }
}
