@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/barlow-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-bold.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --background: #091216;
  --background-deep: #071014;
  --surface: #111c21;
  --text: #e9f2f0;
  --text-muted: #8a9ea2;
  --text-dim: #6b8388;
  --accent: #baff2c;
  --line: rgb(233 242 240 / 8%);
  --shell: 1380px;
  --gutter: clamp(1.25rem, 5vw, 4.5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: "Barlow", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
figure {
  margin: 0;
}

.shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--background-deep);
}

.hero__glow {
  position: absolute;
  top: -20rem;
  right: -17rem;
  width: min(64rem, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(186 255 44 / 14%) 0%, rgb(186 255 44 / 0%) 68%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7.5rem);
  min-height: 100dvh;
  padding-block: clamp(2rem, 5vw, 4.5rem);
}

.hero__copy {
  max-width: 46rem;
}

.brand {
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.brand--hero {
  width: clamp(15rem, 28vw, 23rem);
  margin: 0 0 clamp(2rem, 3vw, 2.75rem);
}

.launch-line,
.process__number {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.process h2,
.manifesto h2,
.coming-soon h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 6.8vw, 7.25rem);
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: var(--accent);
  font-weight: inherit;
  white-space: nowrap;
}

.hero__intro {
  display: grid;
  gap: 0.7rem;
  max-width: 33rem;
  margin-top: 1.7rem;
}

.hero__intro p {
  color: var(--text-muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.hero__intro p:last-child {
  color: #71858a;
  font-size: clamp(0.94rem, 1.3vw, 1.08rem);
}

.launch-line {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: clamp(1.8rem, 4vw, 2.75rem);
}

.launch-line::before {
  width: 2.7rem;
  height: 1px;
  background: rgb(186 255 44 / 52%);
  content: "";
}

.hero__visual {
  position: relative;
  justify-self: center;
  width: min(100%, 22.5rem);
  filter: drop-shadow(0 3rem 3.75rem rgb(0 8 10 / 52%));
}

.hero__visual img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 3rem;
}

.process,
.manifesto,
.coming-soon,
footer {
  border-bottom: 1px solid var(--line);
}

.process {
  padding-block: clamp(4.5rem, 8vw, 8rem);
}

.process__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.process__number {
  margin-bottom: 1.2rem;
}

.process h2 {
  max-width: 15ch;
  min-height: 1.9em;
  margin-bottom: 0.7rem;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 0.95;
}

.process article > p:last-child {
  max-width: 22rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.manifesto {
  min-height: 76dvh;
  padding-block: clamp(5rem, 10vw, 10rem);
}

.manifesto h2 {
  max-width: 12ch;
  font-size: clamp(4rem, 7.2vw, 7.5rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.manifesto h2 span,
.manifesto h2 strong {
  display: block;
}

.manifesto h2 span:nth-child(2) {
  color: #536a6f;
}

.manifesto h2 strong {
  color: var(--accent);
  font-weight: inherit;
}

.manifesto p {
  max-width: 34rem;
  margin-top: 2.25rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.coming-soon {
  display: grid;
  min-height: 58dvh;
  place-items: center;
  padding-block: clamp(5rem, 9vw, 9rem);
  text-align: center;
}

.coming-soon h2 {
  font-size: clamp(4rem, 6.8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.coming-soon h2 span,
.coming-soon h2 strong {
  display: block;
}

.coming-soon h2 strong {
  color: var(--accent);
  font-weight: inherit;
}

.coming-soon p {
  max-width: 29rem;
  margin: 1.5rem auto 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.55;
  text-wrap: pretty;
}

footer {
  border-bottom: 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: clamp(2rem, 4vw, 3.4rem);
}

.brand--footer {
  width: 4.25rem;
}

.footer__inner p {
  color: var(--text-dim);
  font-size: 0.85rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__visual {
    animation: enter-phone 700ms 150ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

@keyframes enter-phone {
  from {
    transform: translateY(1.5rem);
  }
}

@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.7fr);
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 8vw, 5.2rem);
  }

}

@media (max-width: 767px) {
  :root {
    --gutter: 1.25rem;
  }

  .hero__glow {
    top: 8rem;
    right: -15rem;
    width: 38rem;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-block: 2.25rem 4.5rem;
  }

  .hero__copy {
    max-width: none;
  }

  .brand--hero {
    width: 10.75rem;
    margin: 0 auto 2.25rem;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(3.8rem, 18.5vw, 6.3rem);
  }

  .hero h1 strong {
    white-space: normal;
  }

  .hero__intro {
    max-width: 29rem;
  }

  .hero__visual {
    width: min(84vw, 20.5rem);
  }

  .hero__visual img {
    border-radius: 2.75rem;
  }

  .process {
    padding-block: 4.5rem;
  }

  .process__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .process h2 {
    max-width: none;
    min-height: 0;
  }

  .manifesto {
    min-height: auto;
    padding-block: 6rem;
  }

  .manifesto h2 {
    font-size: clamp(3.45rem, 16vw, 6rem);
  }

  .coming-soon {
    min-height: 65dvh;
  }

  .coming-soon h2 {
    font-size: clamp(3.7rem, 17vw, 6rem);
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 4.5rem);
  }

  .footer__inner {
    align-items: flex-end;
  }
}
