@font-face {
  font-family: "Yeezy TSTAR";
  src: url("./fonts/yeezy_tstar-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yeezy TSTAR";
  src: url("./fonts/yeezy_tstar-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yeezy TSTAR";
  src: url("./fonts/yeezy_tstar-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Yeezy TSTAR";
  src: url("./fonts/yeezy_tstar-heavy-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --beige: #edede3;
  --taupe: #676863;
  --charcoal: #20201e;
  --paper: #f7f7f1;
  --yeezy-red: #e2142d;
  --display: "Yeezy TSTAR", "Arial Narrow", "Aptos Narrow", "Helvetica Neue Condensed", sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  min-width: 320px;
  background: var(--beige);
  color: var(--charcoal);
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a { color: inherit; }

.visually-hidden {
  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;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--charcoal);
  color: var(--paper);
  transform: translateY(-160%);
  transition: transform 140ms ease;
}

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

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

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

.wordmark {
  min-height: 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.92rem;
  font-stretch: condensed;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.edition,
.section-number,
.hero-number,
.hero-note,
.method article > span,
footer {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.hero {
  min-height: calc(100svh - 6.5rem);
  padding: clamp(2rem, 4vw, 4rem) 0 2.5rem;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 2rem;
}

.hero-number { padding-top: 0.75rem; }
.hero-copy { align-self: center; }
h1, h2, p { margin-top: 0; }

h1,
h2,
.primary-action span {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 14ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.75rem, 7vw, 7rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-copy > p {
  max-width: 42rem;
  margin-bottom: 1.5rem;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
}

.hero-copy > .cta-note {
  max-width: 34rem;
  margin: 0.8rem 0 0;
  color: #64645f;
  font-family: var(--mono);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.primary-action {
  width: min(100%, 34rem);
  min-height: 4.25rem;
  padding: 0.9rem 1rem 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 2px solid var(--yeezy-red);
  background: var(--yeezy-red);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: background 140ms ease, color 140ms ease;
}

.primary-action strong { font-size: 1rem; font-variant-numeric: tabular-nums; }
.primary-action:hover {
  background: var(--yeezy-red);
  border-color: var(--yeezy-red);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.hero-note {
  grid-column: 2;
  align-self: end;
  margin: 0;
  line-height: 1.55;
}

.statement {
  min-height: 75vh;
  padding: clamp(5rem, 10vw, 10rem) 0;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  border-top: 1px solid var(--charcoal);
}

.statement h2,
.statement-large {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5.5vw, 5.8rem);
  font-stretch: condensed;
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.statement h2 { color: var(--taupe); }

.statement-copy {
  max-width: 44rem;
  margin: 2rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.method {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--charcoal);
  color: var(--paper);
}

.method article {
  min-height: 29rem;
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
}

.method article + article { border-left: 1px solid rgba(247, 247, 241, 0.28); }
.method article > span { color: #a9a9a3; }

.method h2 {
  margin: auto 0 1rem;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.method p {
  max-width: 24rem;
  margin-bottom: 0;
  color: #c8c8c2;
  font-size: 1.05rem;
}

.closing {
  min-height: 80vh;
  padding: clamp(5rem, 10vw, 10rem) 0;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.closing h2 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.8rem, 8.5vw, 8.5rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.closing div > p {
  max-width: 49rem;
  margin-bottom: 0.8rem;
  color: var(--taupe);
  font-family: var(--mono);
  font-size: 0.9rem;
  line-height: 1.65;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

footer {
  min-height: 11rem;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 2rem;
  border-top: 1px solid var(--charcoal);
}
footer a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  font-size: 0.875rem;
  text-decoration: none;
}
footer a:hover { text-decoration: underline; text-underline-offset: 0.3em; }
a:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 4px;
}
.primary-action:focus-visible {
  outline-color: #005fcc;
  box-shadow: 0 0 0 3px var(--paper);
}

@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 1.5rem, 88rem); }
  .site-header { min-height: 5.25rem; }
  .hero {
    min-height: auto;
    padding-top: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .hero-number { display: none; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.75rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-note { grid-column: 1; margin-top: 2rem; }
  .statement, .closing {
    min-height: 60vh;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 1rem;
  }
  .method { grid-template-columns: 1fr; }
  .method article { min-height: 23rem; }
  .method article + article { border-top: 1px solid rgba(247, 247, 241, 0.28); border-left: 0; }
  footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    font-size: 0.75rem;
    overflow-wrap: anywhere;
  }
  footer a { justify-self: start; }
}

@media (max-width: 430px) {
  .edition { display: none; }
  .primary-action { gap: 0.5rem; font-size: 0.75rem; }
  .primary-action strong { font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

@media (forced-colors: active) {
  .primary-action { border: 2px solid ButtonText; }
  a:focus-visible { outline-color: Highlight; }
}
