:root {
  --navy: #1A1F3C;
  --navy-deep: #0E1226;
  --gold: #C9A96E;
  --ivory: #FAF7F2;
  --charcoal: #2C2C2C;
  --brown: #5C4A32;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--navy-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

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

.site-shell {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 96px;
  padding: 18px clamp(20px, 4vw, 58px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  pointer-events: none;
}

.brand {
  grid-column: 2;
  pointer-events: auto;
}

.brand img {
  width: clamp(102px, 9vw, 142px);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.34));
}

.topbar-link {
  justify-self: end;
  grid-column: 3;
  pointer-events: auto;
  padding: 13px 18px;
  border: 1px solid rgba(201, 169, 110, 0.65);
  color: var(--ivory);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(14, 18, 38, 0.42);
  backdrop-filter: blur(10px);
  transition: background 220ms ease, color 220ms ease;
}

.topbar-link:hover,
.topbar-link:focus-visible {
  background: var(--gold);
  color: var(--navy);
}

.landing {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(124px, 14vh, 178px) clamp(24px, 6vw, 92px) clamp(54px, 8vh, 88px);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(10, 13, 28, 0.9) 0%, rgba(10, 13, 28, 0.56) 44%, rgba(10, 13, 28, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 13, 28, 0.82) 0%, rgba(10, 13, 28, 0.12) 52%, rgba(10, 13, 28, 0.36) 100%),
    url("assets/coming-soon-hero.jpg") center / cover no-repeat;
  transform: scale(1.02);
  animation: slowDrift 18s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 22% 28%, rgba(201, 169, 110, 0.17), transparent 28%),
    radial-gradient(circle at 72% 64%, rgba(250, 247, 242, 0.12), transparent 30%);
  mix-blend-mode: screen;
}

.grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.13;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(250, 247, 242, 0.08) 48% 49%, transparent 50% 100%),
    repeating-radial-gradient(circle at 20% 30%, rgba(250, 247, 242, 0.2) 0 1px, transparent 1px 5px);
  pointer-events: none;
}

.hero-content {
  width: min(100%, 900px);
  transform: translateY(14px);
  opacity: 0;
  animation: riseIn 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 160ms forwards;
}

.kicker,
.notify-form label,
.panel-label,
.status-row span {
  margin: 0;
  color: var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--gold);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(62px, 9vw, 124px);
  font-weight: 300;
  line-height: 0.88;
}

.subhead {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(250, 247, 242, 0.9);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 300;
  line-height: 1.35;
}

.notify-form {
  width: min(100%, 640px);
  margin-top: 34px;
}

.hidden-field {
  display: none;
}

.form-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(201, 169, 110, 0.72);
  background: rgba(14, 18, 38, 0.54);
  backdrop-filter: blur(12px);
}

.form-row input {
  width: 100%;
  min-height: 58px;
  border: 0;
  padding: 0 18px;
  color: var(--ivory);
  background: transparent;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  outline: none;
}

.form-row input::placeholder {
  color: rgba(250, 247, 242, 0.56);
}

.form-row button {
  min-height: 58px;
  border: 0;
  border-left: 1px solid rgba(201, 169, 110, 0.72);
  padding: 0 22px;
  color: var(--navy);
  background: var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.status-row {
  width: min(100%, 720px);
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(201, 169, 110, 0.4);
  border-bottom: 1px solid rgba(201, 169, 110, 0.4);
}

.status-row div {
  padding: 18px 22px 18px 0;
  display: grid;
  gap: 6px;
}

.status-row strong {
  color: var(--ivory);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 300;
}

.social-row {
  margin: 22px 0 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.7);
}

.social-row a {
  color: inherit;
  border-bottom: 1px solid rgba(201, 169, 110, 0.35);
  padding-bottom: 2px;
  transition: color 200ms ease, border-color 200ms ease;
}

.social-row a:hover,
.social-row a:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
}

.preview-panel {
  min-height: 100vh;
  padding: clamp(132px, 16vh, 180px) clamp(24px, 3.5vw, 50px) 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(250, 247, 242, 0.92);
  color: var(--charcoal);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.28);
}

.panel-line {
  width: 64px;
  height: 1px;
  margin-bottom: 26px;
  background: var(--gold);
}

.preview-panel ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.preview-panel li {
  position: relative;
  padding-left: 22px;
}

.preview-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

blockquote {
  margin: 58px 0 0;
  color: var(--brown);
  font-size: clamp(27px, 3vw, 38px);
  font-style: italic;
  line-height: 1.18;
}

cite {
  margin-top: 18px;
  color: var(--gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.07) translate3d(-1.2%, -0.8%, 0);
  }
}

@media (max-width: 980px) {
  .landing {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 78vh;
  }

  .preview-panel {
    min-height: auto;
    padding: 62px clamp(22px, 6vw, 56px);
  }
}

@media (max-width: 680px) {
  .topbar {
    min-height: 82px;
    padding: 14px 16px;
    grid-template-columns: 1fr auto 1fr;
  }

  .topbar .topbar-link {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 16px;
    font-size: 12px;
    border: 0;
    border-top: 1px solid rgba(201, 169, 110, 0.5);
    background: rgba(14, 18, 38, 0.92);
    backdrop-filter: blur(10px);
    z-index: 20;
  }

  .brand img {
    width: 104px;
  }

  .hero {
    min-height: 100vh;
    padding: 108px 18px 56px;
    align-items: flex-end;
  }

  h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .subhead {
    font-size: 21px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row button {
    border-left: 0;
    border-top: 1px solid rgba(201, 169, 110, 0.72);
  }

  .status-row {
    grid-template-columns: 1fr;
  }

  .status-row div {
    padding: 15px 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.24);
  }

  .status-row div:last-child {
    border-bottom: 0;
  }
}

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

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(rgba(14, 18, 38, 0.78), rgba(14, 18, 38, 0.9)),
    url("assets/coming-soon-hero.jpg") center / cover no-repeat;
}

.thanks-card {
  width: min(100%, 720px);
  padding: clamp(38px, 7vw, 78px);
  text-align: center;
  background: rgba(14, 18, 38, 0.72);
  border: 1px solid rgba(201, 169, 110, 0.46);
  backdrop-filter: blur(14px);
}

.thanks-card img {
  width: 140px;
  margin: 0 auto 28px;
  display: block;
}

.thanks-card h1 {
  margin-inline: auto;
}

.thanks-card .subhead {
  margin-inline: auto;
}

.thanks-link {
  display: inline-flex;
  margin-top: 34px;
  justify-self: center;
}
