@font-face {
  font-family: "Fieldwork";
  src: url("fonts/Fieldwork.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --bg: #050505;
  --text: #f3f3f0;
  --muted: #a3a39e;
  --quiet: #767671;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.42);
  --content: 1240px;
  --pad: clamp(1.4rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Fieldwork", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--text); color: var(--bg); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: .85rem 1.1rem;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.ambient-mark {
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 78%;
  width: min(86vw, 1180px);
  opacity: .052;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}
.ambient-mark img { width: 100%; }

.cursor-light {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 460px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(255,255,255,.055), transparent 67%);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .5s ease;
  will-change: transform;
}
body.has-pointer .cursor-light { opacity: 1; }
main, .footer { position: relative; z-index: 2; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 9vh, 8rem) var(--pad);
}
.hero__inner {
  width: min(100%, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__brand {
  position: relative;
  display: inline-block;
  width: clamp(190px, 22vw, 285px);
  margin-bottom: clamp(3.5rem, 8vh, 6.2rem);
}
.hero__logo {
  width: 100%;
  height: auto;
}
.registered {
  position: absolute;
  top: -0.18em;
  right: -0.78em;
  color: var(--text);
  font-size: clamp(.72rem, .9vw, .92rem);
  line-height: 1;
}
.hero__title {
  margin: 0;
  font-size: clamp(3.35rem, 7.2vw, 7rem);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 450;
}
.hero__claim {
  margin: clamp(2rem, 4.5vh, 3.3rem) 0 0;
  color: var(--text);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero__intro {
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.55vw, 1.3rem);
  line-height: 1.6;
}

.waitlist { width: min(100%, 580px); margin-top: clamp(3rem, 6.5vh, 5rem); }
.waitlist__form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: border-color .35s ease;
}
.waitlist__form:hover,
.waitlist__form:focus-within { border-color: var(--line-strong); }
.waitlist__form input {
  min-width: 0;
  flex: 1;
  padding: 1.25rem 0 1.15rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  letter-spacing: .01em;
}
.waitlist__form input::placeholder { color: var(--quiet); opacity: 1; }
.waitlist__form input[aria-invalid="true"]::placeholder { color: #b78383; }
.waitlist__form button {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.55rem;
}
.waitlist__form button span { display: block; transition: transform .35s var(--ease); }
.waitlist__form button:hover span,
.waitlist__form button:focus-visible span { transform: translateX(.35rem); }
.waitlist__form button:focus-visible { outline: 1px solid var(--text); outline-offset: 2px; }
.waitlist__note,
.waitlist__message {
  min-height: 1.3rem;
  margin: 1rem 0 0;
  color: var(--quiet);
  font-size: clamp(.9rem, 1vw, 1rem);
  letter-spacing: .055em;
}
.waitlist__message { display: none; color: var(--text); }
.waitlist.is-complete .waitlist__form,
.waitlist.is-complete .waitlist__note { display: none; }
.waitlist.is-complete .waitlist__message { display: block; font-size: 1.1rem; }

.scroll-cue {
  position: absolute;
  bottom: clamp(1.3rem, 3vh, 2.3rem);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
  transform: translateX(-50%);
  color: var(--quiet);
  font-size: clamp(.78rem, .85vw, .9rem);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.scroll-cue i {
  display: block;
  width: 1px;
  height: 30px;
  overflow: hidden;
  background: var(--line);
}
.scroll-cue i::after {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  background: var(--text);
  animation: scrollLine 2.4s ease-in-out infinite;
}

.story-section {
  position: relative;
  padding: clamp(8rem, 17vh, 14rem) var(--pad);
}
.section-inner { width: min(100%, var(--content)); margin: 0 auto; }
.about.story-section { padding-bottom: clamp(9rem, 18vh, 15rem); }
.philosophy.story-section { padding-top: clamp(9rem, 18vh, 15rem); }
.eyebrow {
  margin: 0 0 clamp(2.5rem, 7vh, 5rem);
  color: var(--quiet);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.philosophy__title {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3.5rem, 8.7vw, 8.6rem);
  line-height: .91;
  letter-spacing: -.065em;
  font-weight: 450;
}
.philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(4rem, 10vw, 10rem);
  align-items: end;
  margin-top: clamp(7rem, 18vh, 14rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}
.philosophy__copy { max-width: 560px; }
.philosophy__copy p {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: clamp(1.15rem, 1.7vw, 1.42rem);
  line-height: 1.7;
}
.philosophy__copy p:last-child { margin-bottom: 0; }
.philosophy__copy .cadence { color: var(--text); line-height: 1.85; }
.manifesto {
  margin: 0;
  justify-self: end;
}
.manifesto p {
  margin: 0;
  font-size: clamp(2.5rem, 5.2vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.manifesto .manifesto__focus {
  margin-top: clamp(2rem, 4vh, 3.2rem);
  color: var(--text);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}
.about__title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 5.7vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.058em;
  font-weight: 450;
}
.about__copy { max-width: 560px; }
.about__copy p {
  margin: 0 0 1.9rem;
  color: var(--muted);
  font-size: clamp(1.2rem, 1.72vw, 1.46rem);
  line-height: 1.68;
}
.about__copy p:last-child { margin-bottom: 0; }
.about__copy .about__ending {
  margin-top: clamp(3rem, 6vh, 4.8rem);
  color: var(--text);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.3;
  letter-spacing: -.025em;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: clamp(2.2rem, 4vw, 3.2rem) var(--pad);
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  line-height: 1.4;
}
.footer p { margin: 0; }
.footer nav { display: flex; gap: clamp(1.5rem, 3vw, 2.9rem); }
.footer a { transition: color .25s ease; }
.footer a:hover, .footer a:focus-visible { color: var(--text); }
.footer__copyright { justify-self: end; }

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal .95s var(--ease) forwards;
}
.reveal--1 { animation-delay: .12s; }
.reveal--2 { animation-delay: .30s; }
.reveal--3 { animation-delay: .48s; }
.reveal--4 { animation-delay: .64s; }
.reveal--5 { animation-delay: .82s; }
.reveal--6 { animation-delay: 1.06s; }

.observe {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.observe.is-visible { opacity: 1; transform: translateY(0); }

@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes scrollLine {
  0% { transform: translateY(-110%); }
  55%, 100% { transform: translateY(240%); }
}

@media (max-width: 900px) {
  .ambient-mark { left: 78%; width: 135vw; opacity: .04; }
  .cursor-light { display: none; }
  .hero { padding-top: 5rem; padding-bottom: 6rem; }
  .hero__brand { margin-bottom: 3.9rem; }
  .philosophy__grid,
  .about__grid { grid-template-columns: 1fr; align-items: start; }
  .manifesto { justify-self: start; }
  .about__copy { max-width: 660px; }
  .footer { grid-template-columns: 1fr auto; }
  .footer nav { justify-self: end; }
  .footer__copyright { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 520px) {
  .hero__logo { width: min(78vw, 310px); }
  .hero__title { font-size: clamp(2.9rem, 15vw, 4.6rem); }
  .hero__claim { letter-spacing: .1em; }
  .hero__intro { max-width: 300px; }
  .waitlist__note { letter-spacing: .035em; }
  .scroll-cue span { display: none; }
  .philosophy__title { font-size: clamp(3.25rem, 16vw, 5rem); }
  .about h3 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .footer { display: flex; flex-direction: column; align-items: flex-start; }
  .footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal, .observe { opacity: 1; transform: none; }
  .ambient-mark { transform: translate3d(-50%, -50%, 0) !important; }
}
