:root {
  --green-950: #08271e;
  --green-900: #0c3025;
  --green-800: #164536;
  --ivory: #f4f0e5;
  --ivory-soft: rgba(244, 240, 229, 0.72);
  --ivory-faint: rgba(244, 240, 229, 0.14);
  --gold: #e8c064;
  --leaf: #8fbf70;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --mx: 72%;
  --my: 42%;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--green-950);
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    linear-gradient(118deg, rgba(6, 32, 24, 0.98), rgba(12, 48, 37, 0.94) 53%, rgba(18, 64, 48, 0.95)),
    var(--green-900);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--green-950);
  background: var(--ivory);
  border-radius: 999px;
  font: 600 13px/1 var(--sans);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(178, 211, 162, 0.12), transparent 19rem),
    radial-gradient(circle at 82% 14%, rgba(232, 192, 100, 0.09), transparent 26rem);
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.coming-soon {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 1680px);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 64px) clamp(24px, 6vw, 104px) clamp(24px, 3vw, 46px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: -0.035em;
}

.brand img {
  width: 84px;
  height: 84px;
}

.brand strong {
  font-weight: 700;
}

.place {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ivory-soft);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.place span {
  width: 5px;
  height: 5px;
  background: var(--leaf);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(143, 191, 112, 0.1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.38fr);
  align-items: center;
  gap: clamp(48px, 8vw, 150px);
  padding: clamp(70px, 8vh, 130px) 0 clamp(62px, 7vh, 100px);
}

.hero-copy {
  max-width: 940px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(22px, 3vh, 38px);
  padding: 9px 13px 9px 10px;
  color: var(--gold);
  border: 1px solid rgba(232, 192, 100, 0.26);
  border-radius: 999px;
  background: rgba(244, 240, 229, 0.025);
  box-shadow: inset 0 1px 0 rgba(244, 240, 229, 0.04);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--leaf);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(143, 191, 112, 0.09);
}

h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.75vw, 118px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.05em;
}

.title-line {
  display: block;
  padding: 0.025em 0 0.12em;
  overflow: hidden;
}

.title-line > span {
  display: block;
}

.title-accent {
  color: #cfe3a9;
  font-style: italic;
}

.intro {
  width: min(100%, 530px);
  margin: clamp(30px, 4vh, 48px) 0 0 clamp(2px, 4vw, 84px);
  color: var(--ivory-soft);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.65;
}

.launch-mark {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: end;
  width: clamp(210px, 20vw, 330px);
  aspect-ratio: 1;
}

.orbit {
  position: absolute;
  inset: 0;
  transform: rotate(-16deg);
}

.orbit-track {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(244, 240, 229, 0.2);
  border-radius: 50%;
}

.orbit-track::before,
.orbit-track::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.orbit-track::before {
  inset: 12%;
  border: 1px solid rgba(244, 240, 229, 0.08);
}

.orbit-track::after {
  inset: 30%;
  background: rgba(244, 240, 229, 0.035);
  box-shadow: inset 0 0 40px rgba(244, 240, 229, 0.035);
}

.orbit-signal {
  position: absolute;
  top: -3px;
  left: calc(50% - 18px);
  width: 36px;
  height: 7px;
  background: var(--gold);
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(232, 192, 100, 0.32);
}

.orbit-core {
  position: absolute;
  right: 14%;
  bottom: 15%;
  width: 8px;
  height: 8px;
  background: #cfe3a9;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(207, 227, 169, 0.08);
}

.launch-copy {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.launch-copy span {
  color: var(--ivory-soft);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-copy strong {
  font-family: var(--serif);
  font-size: clamp(27px, 2.4vw, 40px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.footer {
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--ivory-faint);
  color: rgba(244, 240, 229, 0.48);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

.footer-note {
  color: rgba(244, 240, 229, 0.4);
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

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

  .launch-mark {
    justify-self: start;
    width: min(58vw, 270px);
  }

  .intro {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .coming-soon {
    padding: 22px 20px 24px;
  }

  .place {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .brand img {
    width: 72px;
    height: 72px;
  }

  .hero {
    gap: 42px;
    padding: 72px 0 60px;
  }

  h1 {
    font-size: clamp(48px, 15.5vw, 76px);
    line-height: 0.96;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

}

@media (max-height: 720px) and (min-width: 901px) {
  .coming-soon {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  h1 {
    font-size: clamp(54px, 6.3vw, 98px);
  }

  .intro {
    margin-top: 24px;
  }

  .launch-mark {
    width: min(19vw, 245px);
  }
}

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