:root {
  --paper: #f2ede4;
  --ink: #1c2521;
  --muted: #6f766e;
  --acid: #c6f05b;
  --line: rgba(28, 37, 33, 0.2);
  --display: "Space Grotesk", "Trebuchet MS", sans-serif;
  --mono: "DM Mono", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 18%, rgba(198, 240, 91, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 52%),
    var(--paper);
  font-family: var(--display);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.page-shell {
  display: flex;
  flex-direction: column;
  width: min(100% - 48px, 1240px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 0 24px;
}

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

.site-header {
  animation: appear 700ms ease both;
}

.wordmark {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.wordmark span {
  color: var(--muted);
  font-weight: 400;
}

.status-pill,
.eyebrow,
.label,
.site-footer {
  font-family: var(--mono);
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(198, 240, 91, 0.2);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  align-items: center;
  flex: 1;
  gap: 8vw;
  padding: 8vh 5vw 9vh;
}

.hero-copy {
  max-width: 620px;
  animation: rise 850ms 120ms ease both;
}

.eyebrow {
  margin: 0 0 27px;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.eyebrow::before {
  display: inline-block;
  width: 26px;
  height: 1px;
  margin: 0 11px 3px 0;
  content: "";
  background: var(--ink);
}

h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(4rem, 8.5vw, 8.1rem);
  font-weight: 600;
  letter-spacing: -0.095em;
  line-height: 0.88;
}

h1 em {
  color: var(--muted);
  font-style: normal;
}

.intro {
  max-width: 350px;
  margin: 35px 0 28px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.contact-note {
  max-width: 390px;
  margin: -10px 0 28px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.6;
}

.contact-note a {
  color: var(--ink);
  text-decoration-color: var(--acid);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.contact-note a:hover,
.contact-note a:focus-visible {
  color: #516c16;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 180ms ease, color 180ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  gap: 25px;
  color: #516c16;
}

.arrow {
  font-size: 1.25rem;
  line-height: 0.6;
}

.orbit-art {
  position: relative;
  width: min(35vw, 435px);
  aspect-ratio: 1;
  justify-self: center;
  animation: appear 1100ms 280ms ease both;
}

.orbit {
  position: absolute;
  inset: 6%;
  border: 1px solid var(--line);
  border-radius: 50%;
  transform: rotate(-35deg) skewX(-12deg);
}

.orbit-one {
  animation: spin 22s linear infinite;
}

.orbit-two {
  inset: 15% 1%;
  transform: rotate(48deg) skewX(17deg);
  animation: spin-reverse 27s linear infinite;
}

.orbit-three {
  inset: -4% 25%;
  transform: rotate(70deg) skewX(-24deg);
  border-color: rgba(28, 37, 33, 0.14);
  animation: spin 32s linear infinite;
}

.core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 33%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 12px 16px 0 var(--ink);
  transform: translate(-50%, -50%);
}

.core span {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.12em;
  transform: translate(-5%, -3%);
}

.label {
  position: absolute;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}

.label-top {
  top: 2%;
  right: 6%;
}

.label-bottom {
  bottom: 6%;
  left: 4%;
}

.site-footer {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.1em;
}

.footer-note b {
  color: var(--ink);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

@keyframes appear {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes spin {
  to { transform: rotate(325deg) skewX(-12deg); }
}

@keyframes spin-reverse {
  to { transform: rotate(-312deg) skewX(17deg); }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 36px, 560px);
    padding-top: 24px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 15vh 0 12vh;
  }

  h1 {
    font-size: clamp(3.7rem, 17vw, 6rem);
  }

  .orbit-art {
    width: min(76vw, 360px);
    align-self: center;
  }

  .site-footer {
    align-items: flex-end;
    gap: 16px;
    font-size: 0.5rem;
  }

  .footer-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
