:root {
  --paper: #f1ecdf;
  --ink: #171714;
  --muted: #6e695e;
  --rule: #2c2a25;
  --wash: #dfd7c6;
  --measure: 72rem;
  --display: Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --body: Georgia, "Times New Roman", serif;
  --utility: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    repeating-linear-gradient(0deg, rgba(23, 23, 20, 0.018) 0, rgba(23, 23, 20, 0.018) 1px, transparent 1px, transparent 5px);
  font-family: var(--body);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(23, 23, 20, 0.08) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 61%, rgba(23, 23, 20, 0.06) 0 1px, transparent 1.5px);
  background-size: 43px 47px, 61px 53px;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  text-decoration-thickness: 2px;
}

.site-header,
main,
.site-footer {
  width: min(calc(100% - 2.5rem), var(--measure));
  margin-inline: auto;
}

.site-header {
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--rule);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1.35rem;
  text-decoration: none;
}

.brand-image {
  display: block;
  width: 4.55rem;
  height: 4.55rem;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.brand-name {
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-name span + span {
  margin-top: 0.28rem;
}

.site-nav {
  display: flex;
  gap: 1.4rem;
  font-family: var(--utility);
  font-size: 0.77rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: currentColor;
}

.intro {
  position: relative;
  min-height: 31rem;
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(9rem, 1fr);
  gap: 4rem;
  align-items: end;
  padding: 7rem 0 4rem;
  border-bottom: 1px solid var(--rule);
}

.intro-copy {
  max-width: 52rem;
}

.eyebrow,
.section-number,
.proof-label,
.status,
.margin-note {
  font-family: var(--utility);
  text-transform: uppercase;
  letter-spacing: 0.105em;
  font-size: 0.7rem;
}

.eyebrow {
  margin: 0 0 1.1rem;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.98;
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.3rem, 8vw, 7.4rem);
  letter-spacing: -0.045em;
}

.lede {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.margin-note {
  align-self: start;
  justify-self: end;
  color: var(--muted);
  line-height: 1.6;
  transform: rotate(1.2deg);
}

.registration-mark {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 3.6rem;
  right: 0;
}

.registration-mark::before,
.registration-mark::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.registration-mark::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.registration-mark::after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
}

.featured {
  display: grid;
  grid-template-columns: 0.7fr 1.15fr;
  gap: 2.25rem 4rem;
  padding: 5.5rem 0;
  border-bottom: 1px solid var(--rule);
}

.proof-label {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 0.35rem 0.45rem 0.25rem;
  border: 1px solid var(--ink);
  transform: rotate(-1deg);
}

.game-mark {
  align-self: start;
}

.game-logo {
  width: 100%;
  max-width: 31rem;
  max-height: 12rem;
  object-fit: contain;
  object-position: left center;
}

.game-logo-fallback {
  font-size: clamp(3rem, 6vw, 5.4rem);
  max-width: 9ch;
}

.game-copy {
  max-width: 34rem;
  font-size: 1.08rem;
}

.game-kicker {
  margin-top: 0;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 700;
}

.status {
  margin-top: 2rem;
}

.proof-box {
  grid-column: 1 / -1;
  min-height: 18rem;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  text-align: center;
  border: 1px solid var(--rule);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(23, 23, 20, 0.11) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(23, 23, 20, 0.11) 50%, transparent 50.2%),
    var(--wash);
  font-family: var(--utility);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-box small {
  color: var(--muted);
  font-size: 0.68rem;
}

.studio {
  display: grid;
  grid-template-columns: 0.7fr 1.15fr;
  gap: 4rem;
  padding: 6rem 0 7rem;
}

.section-number {
  margin-top: 0.5rem;
}

.studio > div {
  max-width: 43rem;
}

.studio h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  letter-spacing: -0.035em;
}

.studio p {
  font-size: 1.08rem;
}

.site-footer {
  min-height: 8rem;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  border-top: 1px solid var(--rule);
  font-family: var(--utility);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 6rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    padding-block: 0.9rem;
  }

  .brand {
    gap: 0.9rem;
  }

  .brand-image {
    width: 3.8rem;
    height: 3.8rem;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .intro {
    min-height: 28rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 5rem;
  }

  .margin-note {
    justify-self: start;
  }

  .featured,
  .studio {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .proof-label,
  .proof-box {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 2rem 0;
  }
}

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