:root {
  color-scheme: light;
  --paper: #fef9f3;
  --ink: #6c5b4b;
  --ink-soft: #806e5c;
  --gold: #bb9567;
  --gold-pale: #d8b98e;
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.launch {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-inline: 1.25rem;
}

.brand-lockup {
  display: flex;
  min-height: 100svh;
  width: min(100%, 58rem);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: clamp(1.5rem, 4vh, 3rem);
  text-align: center;
  animation: reveal 1.15s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.emblem {
  position: relative;
  width: clamp(12.25rem, 25vw, 18.5rem);
  aspect-ratio: 0.95;
  margin-bottom: clamp(-1.2rem, -1.8vw, -0.7rem);
  overflow: hidden;
  mix-blend-mode: multiply;
}

.emblem img {
  position: absolute;
  top: -11.5%;
  left: -174%;
  width: 449%;
  max-width: none;
  height: auto;
  user-select: none;
}

h1 {
  margin: 0;
  color: #625344;
  font-family: Didot, "Bodoni MT", "Baskerville Display PT", Baskerville, Georgia, serif;
  font-size: clamp(4.15rem, 9.6vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-wrap: balance;
}

.tagline {
  margin: clamp(1.15rem, 3.2vh, 1.75rem) 0 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2.05vw, 1.35rem);
  font-weight: 400;
  letter-spacing: clamp(0.11em, 0.42vw, 0.24em);
  line-height: 1.4;
}

.divider {
  display: grid;
  grid-template-columns: minmax(2.8rem, 7.5rem) auto minmax(2.8rem, 7.5rem);
  align-items: center;
  gap: 0.9rem;
  width: min(100%, 18rem);
  margin: clamp(1.3rem, 3.8vh, 2rem) auto clamp(1.05rem, 2.8vh, 1.55rem);
  color: var(--gold-pale);
}

.divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale));
}

.divider span:last-child {
  background: linear-gradient(90deg, var(--gold-pale), transparent);
}

.divider b {
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.announcement {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: clamp(0.08em, 0.42vw, 0.22em);
  line-height: 1.35;
}

.domain {
  margin: clamp(1rem, 2.5vh, 1.4rem) 0 0;
  color: #a99886;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.35em;
  line-height: 1.4;
}

.about {
  position: relative;
  width: min(100%, 50rem);
  padding: clamp(5.5rem, 12vw, 9rem) clamp(0rem, 3vw, 2rem)
    clamp(6rem, 13vw, 10rem);
  text-align: center;
}

.about::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(16rem, 48vw);
  height: 1px;
  background: var(--gold-pale);
  content: "";
  opacity: 0.72;
  transform: translateX(-50%);
}

.about-kicker {
  margin: 0 0 clamp(2.4rem, 5vw, 3.5rem);
  color: var(--gold);
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  font-style: italic;
  letter-spacing: 0.035em;
  line-height: 1.5;
}

.about-copy {
  margin: 0 auto;
  color: var(--ink-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  letter-spacing: 0.02em;
  line-height: 1.9;
  text-wrap: pretty;
}

.about-copy em {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08em;
}

.about-belief {
  margin: clamp(3.5rem, 7vw, 5rem) 0 0;
  color: var(--ink);
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  font-style: italic;
  letter-spacing: 0.025em;
  line-height: 1.55;
  text-wrap: balance;
}

.contact {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin: clamp(3.5rem, 7vw, 5.25rem) auto 0;
  font-family: Arial, Helvetica, sans-serif;
}

.contact span {
  color: #a99886;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact a {
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.18rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration-color: var(--gold-pale);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.45rem;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.contact a:hover,
.contact a:focus-visible {
  color: var(--gold);
  text-decoration-color: var(--gold);
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }

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

@media (max-width: 520px) {
  .launch {
    padding-inline: 1.1rem;
  }

  .brand-lockup {
    min-height: 100svh;
    padding-block: 1.25rem 2rem;
  }

  .emblem {
    width: clamp(11.5rem, 57vw, 14rem);
    margin-bottom: -0.55rem;
  }

  h1 {
    font-size: clamp(3.55rem, 17vw, 5rem);
  }

  .tagline {
    max-width: 22rem;
    padding-inline: 0.25rem;
    letter-spacing: 0.11em;
  }

  .announcement {
    font-size: clamp(1.35rem, 6.3vw, 1.8rem);
    letter-spacing: 0.07em;
  }

  .domain {
    font-size: 0.8rem;
    letter-spacing: 0.28em;
  }

  .about {
    padding-top: 4.75rem;
    padding-bottom: 6rem;
  }

  .about-copy {
    line-height: 1.75;
  }

  .about-belief br {
    display: none;
  }

  .contact a {
    letter-spacing: 0.035em;
  }
}

@media (max-height: 670px) and (min-width: 521px) {
  .emblem {
    width: 12.5rem;
  }

  h1 {
    font-size: 5.4rem;
  }

  .tagline,
  .divider,
  .domain {
    margin-top: 0.8rem;
  }

  .divider {
    margin-bottom: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-lockup {
    animation: none;
  }
}
