@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Adobe Fonts licenses Alverata for local desktop use; a web project can replace these local sources. */
@font-face {
  font-family: "Alverata Local";
  src: local("Alverata Bold"), local("Alverata-Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alverata Local";
  src: local("Alverata Medium"), local("Alverata-Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --gold: #d6a452;
  --gold-bright: #ecba69;
  --field: rgba(50, 50, 50, 0.28);
  --border: #323232;
  --font-sans: "IBM Plex Sans", Arial, sans-serif;
  --font-display: "alverata", "Alverata Local", Georgia, "Times New Roman", serif;
  --gold-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='4' seed='23'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='1.9' intercept='-0.42'/%3E%3CfeFuncG type='linear' slope='1.9' intercept='-0.42'/%3E%3CfeFuncB type='linear' slope='1.9' intercept='-0.42'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
  --gold-metal: linear-gradient(180deg, #fff0b8 0%, #eac071 22%, #b77d31 43%, #ffe4a0 58%, #c8923f 74%, #6f471d 100%);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-sans);
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.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;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 30;
  transform: translateY(-170%);
  background: var(--gold);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 50px 50px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none;
  animation: header-in 700ms ease-out both;
}

.brand,
.header-cta {
  pointer-events: auto;
}

.brand {
  display: block;
  width: 261px;
  height: 120px;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(74%) sepia(47%) saturate(570%) hue-rotate(356deg) brightness(96%) contrast(93%);
}

.header-cta {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: rgba(0, 0, 0, 0.05);
  color: var(--gold);
  padding: 15px 25px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(16.75px);
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  width: 100%;
  height: 982px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: var(--black);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: hero-image-in 1500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(180deg, transparent 50.962%, #000 100%);
  pointer-events: none;
}

.hero-gradient::before,
.hero-gradient::after {
  content: "";
  position: absolute;
  inset: -72px;
}

.hero-gradient::before {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-mask-image: linear-gradient(180deg, transparent 34%, #000 82%);
  mask-image: linear-gradient(180deg, transparent 34%, #000 82%);
}

.hero-gradient::after {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  -webkit-mask-image: linear-gradient(180deg, transparent 56%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 56%, #000 100%);
}

.hero-ellipse {
  position: absolute;
  left: calc(50% - 746px);
  top: 486px;
  width: 1492px;
  height: 874px;
  max-width: none;
  z-index: 1;
  pointer-events: none;
}

.hero-ellipse-luminosity {
  mix-blend-mode: luminosity;
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  overflow: hidden;
  padding: 301px 50px 50px;
  text-align: center;
}

.eyebrow {
  width: 100%;
  height: 7px;
  margin: 0;
  color: var(--white);
  font-size: 42px;
  font-weight: 500;
  line-height: 0.34;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  animation: content-in 800ms 260ms ease-out both;
}

.hero-lockup {
  position: relative;
  width: 100%;
  height: 158px;
  flex: 0 0 158px;
  margin: 0;
  overflow: visible;
  filter: drop-shadow(0 12px 28px rgba(255, 185, 72, 0.2));
  animation: content-in 900ms 360ms ease-out both;
}

.alverata-lockup {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: transparent;
  text-transform: uppercase;
  text-shadow: 0 4px 8.1px rgba(0, 0, 0, 0.25), 0 16px 60.7px rgba(255, 185, 72, 0.3);
}

.alverata-primary,
.alverata-secondary,
.alverata-closing {
  background-position: center, center, top left;
  background-repeat: repeat, no-repeat, repeat;
  background-size: 180px 180px, cover, auto;
  background-blend-mode: overlay, soft-light, normal;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-display);
  -webkit-text-stroke: 0.15px rgba(92, 54, 18, 0.24);
}

.alverata-primary {
  width: 100%;
  background-image: var(--gold-noise), url("assets/title-gold-texture.png"), linear-gradient(90deg, #d6a452, #d6a452);
  font-size: 82px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.07em;
}

.alverata-secondary {
  background-image: var(--gold-noise), url("assets/soon-gold-texture.png"), linear-gradient(90deg, #d6a452, #d6a452);
  font-size: 60px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.hero-copy {
  width: min(1020px, 100%);
  margin: 0;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  animation: content-in 800ms 480ms ease-out both;
}

.signup {
  position: relative;
  height: 273px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: var(--black);
  padding: 50px;
}

.signup-inner {
  width: min(100%, 1112px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}

.signup h2 {
  width: 100%;
  height: 75px;
  margin: 0;
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.signup-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.field {
  display: flex;
  height: 73px;
  align-items: flex-end;
  overflow: hidden;
  border: 1.5px solid var(--border);
  background: var(--field);
  padding: 25px;
}

.field-name {
  width: 274px;
  flex: 0 0 274px;
}

.field-email {
  width: 600px;
  flex: 0 0 600px;
}

.field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.01;
  text-transform: uppercase;
  caret-color: var(--gold);
}

.field input::placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 0.96;
}

.field:focus-within {
  border-color: var(--gold);
}

.signup-button {
  position: relative;
  width: 138px;
  height: 73px;
  flex: 0 0 138px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1.5px solid var(--border);
  background: var(--gold);
  color: rgba(255, 255, 255, 0.85);
  padding: 0 25px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.01;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.signup-button:hover,
.signup-button:focus-visible {
  background: #e2b768;
  transform: translateY(-2px);
}

.signup-button:disabled {
  cursor: wait;
}

.signup-button[data-state="loading"] {
  background: #b98838;
}

.signup-button[data-state="success"] {
  background: #225f43;
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.button-text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: transform 180ms ease;
}

.signup-button[data-state="loading"] .button-text,
.signup-button[data-state="success"] .button-text {
  transform: translateX(12px);
}

.signup-button::before,
.signup-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 50%;
  opacity: 0;
  pointer-events: none;
}

.signup-button::before {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-top-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: button-spin 760ms linear infinite;
}

.signup-button::after {
  width: 15px;
  height: 8px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-65%) rotate(-45deg);
}

.signup-button[data-state="loading"]::before,
.signup-button[data-state="success"]::after {
  opacity: 1;
}

.form-status {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 16px;
  min-height: 16px;
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-status[data-state="error"] {
  color: #ffb0a3;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.turnstile-shell {
  position: fixed;
  z-index: 100;
  right: 16px;
  bottom: 16px;
}

.closing {
  position: relative;
  height: 648px;
  overflow: hidden;
  background: var(--black);
  padding: 154px 50px 50px;
}

.closing-mark {
  position: absolute;
  left: calc(50% - 685px);
  top: -91px;
  width: 3014px;
  height: 1391px;
  max-width: none;
  object-fit: cover;
  opacity: 0.2;
  pointer-events: none;
}

.closing-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000 34.135%, rgba(0, 0, 0, 0.72) 83.173%);
  pointer-events: none;
}

.closing-content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
  filter: drop-shadow(0 4px 5.2px rgba(0, 0, 0, 0.78));
}

.closing-content .eyebrow {
  height: 29px;
  line-height: 1.18;
  animation: none;
}

.closing-lockup {
  width: 100%;
  min-height: 112px;
  margin: 0;
  overflow: visible;
}

.alverata-closing {
  display: block;
  background-image: var(--gold-noise), url("assets/footer-gold-texture.png"), linear-gradient(90deg, #d6a452, #d6a452);
  font-size: 101px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.closing-copy {
  width: 100%;
  margin: 0;
  color: var(--white);
  font-size: 23px;
  line-height: normal;
}

@keyframes header-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-image-in {
  from {
    opacity: 0.72;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes content-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes button-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 112px;
    padding: 28px 24px;
  }

  .brand {
    width: 174px;
    height: 80px;
  }

  .header-cta {
    min-height: 48px;
    padding: 11px 15px;
    font-size: 14px;
  }

  .hero {
    height: max(820px, 100svh);
  }

  .hero-content {
    gap: 18px;
    padding: 230px 24px 44px;
  }

  .eyebrow {
    height: auto;
    font-size: 25px;
    line-height: 1.06;
  }

  .hero-lockup {
    height: 112px;
    flex-basis: 112px;
  }

  .alverata-primary {
    font-size: 54px;
  }

  .alverata-secondary {
    font-size: 38px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .signup {
    height: auto;
    min-height: 458px;
    padding: 44px 24px 64px;
  }

  .signup h2 {
    height: auto;
    font-size: 46px;
  }

  .signup-form {
    flex-direction: column;
    gap: 12px;
  }

  .field,
  .field-name,
  .field-email {
    width: 100%;
    height: 68px;
    flex: 0 0 68px;
  }

  .signup-button {
    width: 100%;
    height: 68px;
    flex: 0 0 68px;
  }

  .form-status {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .closing {
    height: 560px;
    padding: 132px 24px 44px;
  }

  .closing-mark {
    left: 50%;
    top: 58px;
    width: 1600px;
    height: 738px;
    transform: translateX(-50%);
  }

  .closing-lockup {
    min-height: 76px;
  }

  .alverata-closing {
    font-size: 62px;
  }

  .closing-copy {
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }

  .brand {
    width: 132px;
    height: 61px;
  }

  .header-cta {
    max-width: 132px;
    min-height: 42px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }

  .hero {
    height: max(860px, 100svh);
  }

  .hero-image {
    object-position: 48% top;
  }

  .hero-content {
    padding-inline: 24px;
  }

  .hero-lockup {
    height: 150px;
    flex-basis: 150px;
  }

  .alverata-lockup {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: transparent;
    text-transform: uppercase;
    text-shadow: 0 12px 34px rgba(255, 185, 72, 0.25);
  }

  .alverata-primary {
    max-width: 100%;
    font-size: 44px;
    line-height: 1.02;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .alverata-secondary {
    margin-top: 6px;
    font-size: 25px;
    line-height: 1.04;
    letter-spacing: 0.04em;
  }

  .signup h2 {
    font-size: 37px;
  }

  .field input,
  .signup-button {
    font-size: 17px;
  }

  .closing-content .eyebrow {
    height: auto;
  }

  .alverata-closing {
    font-size: 43px;
    white-space: normal;
  }

  .closing-lockup {
    min-height: 104px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
