:root {
  color: #101a2c;
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, 1680px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 28px clamp(24px, 5.5vw, 104px) 28px;
  display: flex;
  flex-direction: column;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #526174;
  font-size: 0.73rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wordmark {
  color: #0f1b31;
  font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none;
}

.status {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.05em;
}

.hero {
  flex: 1;
  min-height: min(695px, calc(100svh - 124px));
  display: grid;
  grid-template-columns: minmax(0, 0.97fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: clamp(22px, 5vw, 112px);
  padding: clamp(56px, 10.5vh, 136px) 0 clamp(42px, 8vh, 96px);
}

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

.kicker,
.section-label {
  margin: 0 0 20px;
  color: #667589;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  color: #101a2c;
  font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.048em;
}

h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(4.1rem, 7.3vw, 8.2rem);
  line-height: 0.87;
}

.lede {
  max-width: 490px;
  margin-bottom: 34px;
  color: #455469;
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
  line-height: 1.58;
}

.text-link,
.copy-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 0;
  color: #101a2c;
  background: transparent;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.text-link::after,
.copy-link::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  background: #a9b8c9;
  transform-origin: left;
  transition: transform 180ms ease, background-color 180ms ease;
}

.text-link,
.copy-link {
  position: relative;
  cursor: pointer;
}

.text-link:hover::after,
.copy-link:hover::after {
  background: #101a2c;
  transform: scaleX(0.45);
}

.text-link:focus-visible,
.copy-link:focus-visible,
.wordmark:focus-visible {
  outline: 2px solid #234f88;
  outline-offset: 6px;
}

.hero-art {
  height: min(59vw, 750px);
  min-height: 410px;
  max-height: 760px;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-art img {
  width: 127%;
  max-width: none;
  height: 127%;
  object-fit: contain;
  mix-blend-mode: multiply;
  user-select: none;
}

.launch-note {
  padding: clamp(58px, 8vw, 112px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.76fr);
  gap: clamp(32px, 9vw, 168px);
  border-top: 1px solid #d9e0e8;
}

.launch-note h2 {
  max-width: 510px;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 4.1vw, 4.75rem);
  line-height: 0.96;
}

.launch-actions {
  align-self: end;
  color: #526174;
  font-size: 0.94rem;
  line-height: 1.65;
}

.launch-actions > p:first-child {
  max-width: 390px;
  margin-bottom: 28px;
}

.copy-status {
  min-height: 1.5em;
  margin: 18px 0 0;
  color: #466b59;
  font-size: 0.8rem;
}

.site-footer {
  padding-top: 24px;
  border-top: 1px solid #d9e0e8;
}

@media (max-width: 760px) {
  .page-shell {
    padding: 24px 24px 22px;
  }

  .site-header {
    align-items: flex-start;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 94px 0 70px;
  }

  h1 {
    max-width: 520px;
    font-size: clamp(3.8rem, 16.4vw, 5.9rem);
  }

  .hero-art {
    height: 82vw;
    min-height: 300px;
    margin: 14px -13vw 0 0;
    place-items: end center;
  }

  .hero-art img {
    width: 132%;
    height: 132%;
  }

  .launch-note {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .launch-note h2 {
    max-width: 430px;
  }

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

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

  .text-link::after,
  .copy-link::after {
    transition: none;
  }
}
