:root {
  --paper: #ffffff;
  --ink: #101010;
  --font-sans: "Helvetica Neue", "HelveticaNeue", "Helvetica Neue LT Std", "Helvetica Neue LT Pro", "Arial Nova", Helvetica, Arial, sans-serif;
  --outer-space: clamp(1rem, 2.2vw, 1.75rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

p,
h1 {
  margin: 0;
}

.site-shell {
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--outer-space);
  display: grid;
  place-items: center;
}

.poster {
  --content-width: min(82%, 72rem);
  width: min(100%, calc((100svh - (var(--outer-space) * 2)) * 1.4142), 110rem);
  max-height: calc(100svh - (var(--outer-space) * 2));
  aspect-ratio: 841.89 / 595.276;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(1.5rem, 2.2vw, 2.25rem);
  padding: clamp(1.1rem, 2.2vw, 1.85rem) clamp(2rem, 4.1vw, 3.4rem) clamp(1.2rem, 2.4vw, 2rem);
}

.hero,
.copy-block,
.poster-footer {
  /* width: var(--content-width); */
  margin-inline: auto;
}

.hero {
  justify-self: center;
}

h1 {
  font-size: clamp(4.4rem, 9.8vw, 8.75rem);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.067em;
  white-space: nowrap;
}

.copy-block {
  align-self: center;
  justify-self: center;
  display: grid;
  gap: 0.2em;
  font-size: clamp(1.32rem, 2.35vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}

.body-paragraph--light {
  font-weight: 400;
}

.body-paragraph--bold {
  font-weight: 700;
}

.body-paragraph--2 {
  justify-self: center;
}

.desktop-line {
  display: block;
  white-space: nowrap;
}

.body-paragraph--5 {
  margin-top: 0.12em;
}

.poster-footer {
  align-self: end;
  display: grid;
  justify-items: center;
  gap: clamp(0.35rem, 0.9vw, 0.65rem);
}

.eyebrow {
  font-size: clamp(3rem, 5.95vw, 5.3125rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-align: center;
}

.footer-lockup {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(0.22rem, 0.35vw, 0.42rem);
}

.tagline {
  font-size: clamp(1rem, 1.76vw, 1.5625rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.038em;
  white-space: nowrap;
}

.mark-wrap {
  flex: 0 0 auto;
  width: clamp(2.35rem, 4.7vw, 4.5rem);
  transform: translateY(0.12em);
}

.brand-mark {
  width: 100%;
  height: auto;
}

.eyebrow::selection,
h1::selection,
.body-paragraph::selection,
.tagline::selection {
  background: rgba(255, 0, 0, 0.16);
}

@media (min-width: 700px) {
  .poster {
    container-type: inline-size;
    gap: 2.1cqw;
    padding: 2.2cqw 4.1cqw 2cqw;
  }

  h1 {
    font-size: 16.5cqw;
  }

  .copy-block {
    font-size: 3.8cqw;
    line-height: 1.02;
  }

  .poster-footer {
    gap: 0.55cqw;
  }

  .eyebrow {
    font-size: 10.1cqw;
  }

  .tagline {
    font-size: 2.97cqw;
  }

  .footer-lockup {
    gap: 0;
  }

  .mark-wrap {
    margin-left: 0.3125rem;
    width: 4.7cqw;
  }
}


@media (max-width: 699px) {
  .site-shell {
    display: block;
    padding: clamp(1rem, 4vw, 1.5rem);
  }

  .poster {
    width: min(100%, 42rem);
    min-height: calc(100vh - clamp(2rem, 8vw, 3rem));
    min-height: calc(100svh - clamp(2rem, 8vw, 3rem));
    aspect-ratio: auto;
    grid-template-rows: auto auto 1fr auto;
    gap: clamp(1.5rem, 5vw, 2.4rem);
    padding: clamp(1rem, 4vw, 1.5rem);
  }

  .hero,
  .copy-block,
  .poster-footer {
    width: 100%;
    margin-inline: 0;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(4.75rem, 24vw, 6rem);
    white-space: normal;
  }

  .copy-block {
    max-width: 21rem;
    justify-self: start;
    gap: 0.5em;
    font-size: clamp(1.4rem, 6vw, 1.5rem);
    line-height: 1;
    text-align: left;
  }

  .body-paragraph--2 {
    justify-self: stretch;
  }

  .desktop-line {
    display: inline;
    white-space: normal;
  }

  .poster-footer {
    justify-self: start;
    width: 100%;
    justify-items: start;
    gap: 0.45rem;
  }

  .eyebrow {
    font-size: clamp(3.2rem, 15vw, 4rem);
    text-align: left;
  }

  .tagline {
    max-width: none;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
  }

  .footer-lockup {
    justify-content: flex-start;
    gap: 0.65rem;
  }

  .mark-wrap {
    width: clamp(2.15rem, 8.8vw, 3rem);
  }
}

@media (max-width: 440px) {
  .poster {
    padding-inline: 0.35rem;
  }

  .copy-block {
    max-width: none;
  }
}
