:root {
  --ink: #050712;
  --navy: #09132c;
  --violet: #6e42bd;
  --gold: #d6b36a;
  --cream: #eee7d9;
  --muted: #9ba1b2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 0 6vw 7vh;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(440px, 1.05fr);
  align-items: center;
  background:
    radial-gradient(circle at 76% 48%, rgba(84, 47, 151, .26), transparent 29%),
    radial-gradient(circle at 68% 44%, rgba(34, 64, 116, .22), transparent 42%),
    linear-gradient(115deg, #050712 15%, #071022 62%, #090918);
}

.starfield {
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .9) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(214, 179, 106, .65) 0 1px, transparent 1.5px);
  background-size: 137px 137px, 211px 211px;
  background-position: 17px 31px, 89px 73px;
  mask-image: linear-gradient(to right, black, transparent 42%, black);
}

.nav {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 6vw;
  right: 6vw;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(214, 179, 106, .18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  letter-spacing: .34em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(214, 179, 106, .42);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0;
}

.nav-link {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 70px;
  max-width: 680px;
}

.eyebrow {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 1px;
  background: var(--gold);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: clamp(64px, 7vw, 116px);
  line-height: .9;
  letter-spacing: 0;
  margin: 28px 0 34px;
}

h1 em {
  color: var(--gold);
  font-weight: 400;
}

.intro {
  max-width: 560px;
  color: #aeb3c0;
  font-size: 16px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}

.primary-button {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 17px 22px;
  border: 1px solid rgba(214, 179, 106, .55);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: .25s ease;
}

.primary-button:hover {
  background: var(--gold);
  color: var(--ink);
}

.text-button {
  color: #aeb3c0;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.text-button span {
  color: var(--gold);
  margin-left: 8px;
}

.launch-note {
  color: #747b8e;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pulse {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(214, 179, 106, .08);
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 11px rgba(214, 179, 106, 0);
  }
}

.watch-stage {
  position: relative;
  z-index: 2;
  height: min(86vh, 860px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.watch-stage img {
  width: min(560px, 42vw);
  height: min(78vh, 760px);
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(214, 179, 106, .18);
  box-shadow: 0 32px 70px rgba(0, 0, 0, .56);
}

.halo {
  position: absolute;
  width: min(560px, 43vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(214, 179, 106, .22);
  box-shadow: 0 0 120px rgba(106, 61, 183, .26), inset 0 0 80px rgba(106, 61, 183, .15);
}

.watch-caption {
  position: absolute;
  z-index: 4;
  left: 8%;
  right: 2%;
  bottom: 4%;
  display: flex;
  justify-content: space-between;
  color: #737b92;
  font-size: 9px;
  letter-spacing: .2em;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(214, 179, 106, .09);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 720px;
  height: 720px;
  right: -100px;
  top: 4%;
}

.orbit-two {
  width: 920px;
  height: 360px;
  right: -80px;
  top: 30%;
  transform: rotate(-16deg);
}

.scroll-cue {
  position: absolute;
  left: 6vw;
  bottom: 26px;
  color: #666d80;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  align-items: center;
}

.scroll-cue span {
  width: 40px;
  height: 1px;
  background: #4d5365;
}

.catalog-section {
  padding: 130px 7vw 150px;
  background: #080b18;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 68px;
}

.section-heading h2,
.manifesto h2,
.signup h2 {
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.catalog-card {
  min-height: 560px;
  border: 1px solid rgba(214, 179, 106, .16);
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 32px;
  background: linear-gradient(150deg, #0b1024, #060812);
}

.catalog-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(214, 179, 106, .14);
}

.prototype-image {
  object-position: center 52%;
}

.design-image {
  object-position: center;
}

.catalog-card small,
.detail span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .24em;
}

.catalog-card h3,
.detail h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  margin: 11px 0;
}

.catalog-card p,
.detail p {
  max-width: 430px;
  color: #959cad;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

.manifesto {
  min-height: 620px;
  padding: 120px 9vw;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  align-items: center;
  background: linear-gradient(115deg, #090914, #10132b);
  border-top: 1px solid rgba(214, 179, 106, .13);
}

.manifesto-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(170px, 25vw, 390px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(214, 179, 106, .22);
  margin: 0;
  line-height: .75;
}

.manifesto > div {
  max-width: 800px;
}

.manifesto > div > p:last-child {
  color: #a2a8b6;
  line-height: 1.9;
  max-width: 650px;
  margin-top: 35px;
}

.details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 7vw 120px;
  background: #10132b;
}

.detail {
  border-top: 1px solid rgba(214, 179, 106, .26);
  padding: 32px 32px 0 0;
  margin-right: 35px;
}

.detail h3 {
  font-size: 22px;
}

.signup {
  text-align: center;
  padding: 150px 6vw;
  background: radial-gradient(circle at 50% 48%, #202050, #090b18 48%, #050711 76%);
  position: relative;
  overflow: hidden;
}

.signup .eyebrow {
  justify-content: center;
}

.signup h2 {
  margin: 28px 0 26px;
}

.signup > p:not(.eyebrow) {
  color: #a0a6b4;
  max-width: 600px;
  line-height: 1.7;
  margin: 0 auto 38px;
}

.signup-stars {
  color: rgba(214, 179, 106, .12);
  position: absolute;
  font-size: 180px;
  letter-spacing: .3em;
  inset: 8% -10% auto;
  white-space: nowrap;
}

form {
  max-width: 580px;
  margin: auto;
  display: flex;
  border: 1px solid rgba(214, 179, 106, .4);
  background: rgba(4, 6, 15, .55);
  padding: 6px;
  position: relative;
  z-index: 2;
}

input {
  flex: 1;
  min-width: 0;
  padding: 17px;
  background: transparent;
  border: 0;
  outline: 0;
  color: white;
}

input::placeholder {
  color: #70768a;
}

form button {
  border: 0;
  background: var(--gold);
  color: #090b16;
  padding: 0 22px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  cursor: pointer;
}

form button span {
  margin-left: 12px;
}

.privacy {
  display: block;
  margin-top: 15px;
  color: #606679;
  font-size: 9px;
  letter-spacing: .12em;
}

.success {
  max-width: 580px;
  margin: auto;
  padding: 22px;
  border: 1px solid rgba(214, 179, 106, .45);
  display: grid;
  gap: 8px;
}

.success span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.success strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.success small {
  color: #888fa0;
}

footer {
  min-height: 110px;
  padding: 0 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(214, 179, 106, .16);
  color: #6f7688;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }

  .hero-copy {
    text-align: center;
    margin: auto;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .launch-note {
    justify-content: center;
  }

  .watch-stage {
    height: 650px;
  }

  .watch-stage img {
    width: min(610px, 95vw);
    height: 610px;
  }

  .halo {
    width: 78vw;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .details {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .detail {
    margin-right: 0;
  }
}

@media (max-width: 580px) {
  .nav {
    height: 74px;
  }

  .nav-link {
    display: none;
  }

  h1 {
    font-size: 57px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 22px;
  }

  .watch-stage {
    height: 510px;
  }

  .watch-stage img {
    height: 470px;
  }

  .watch-caption {
    left: 0;
  }

  .catalog-section,
  .signup {
    padding: 90px 22px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-top: 25px;
  }

  .catalog-card {
    min-height: 470px;
    padding: 28px;
  }

  .catalog-image {
    height: 340px;
  }

  .manifesto {
    padding: 90px 25px;
  }

  .manifesto-number {
    font-size: 180px;
  }

  .details {
    padding: 0 25px 90px;
  }

  form {
    display: grid;
  }

  input {
    text-align: center;
  }

  form button {
    padding: 17px 12px;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    text-align: center;
    padding: 36px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .pulse {
    animation: none;
  }
}
