:root {
  --yellow: #ffd20a;
  --yellow-deep: #f3bd00;
  --ink: #050505;
  --paper: #fffdf4;
  --muted: #4a463b;
  --rule: #181818;
  --accent: #c82222;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 26px;
  background: var(--ink);
  color: var(--paper);
  border-bottom: 4px solid var(--yellow);
}

.brand {
  display: block;
  width: 76px;
  flex: 0 0 auto;
}

.brand img,
.site-footer img {
  background: var(--ink);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--yellow);
}

.hero {
  min-height: 82svh;
  display: flex;
  align-items: center;
  background: var(--yellow);
  border-bottom: 10px solid var(--ink);
}

.hero-layout {
  width: min(100% - 44px, var(--max-width));
  margin: 0 auto;
  padding: 36px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 42px;
  align-items: center;
}

.hero-art {
  margin: 0;
}

.hero-art img {
  width: 100%;
  mix-blend-mode: multiply;
}

.hero-content {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2 {
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: 3.9rem;
  font-weight: 950;
}

h2 {
  font-size: 3.3rem;
  font-weight: 950;
}

.hero-question {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: 1.55rem;
  font-weight: 900;
}

.event-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 5px solid var(--ink);
  background: var(--paper);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-bar span {
  padding: 12px 16px;
  border-right: 5px solid var(--ink);
}

.event-bar span:last-child {
  border-right: 0;
}

.section-inner {
  width: min(100% - 44px, var(--max-width));
  margin: 0 auto;
}

.statement {
  background: var(--ink);
  color: var(--paper);
  padding: 88px 0;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.statement-line {
  margin-bottom: 0;
  color: var(--yellow);
  font-size: 4rem;
  font-weight: 950;
  line-height: 0.98;
  text-transform: uppercase;
}

.body-copy {
  font-size: 1.45rem;
  font-weight: 700;
}

.body-copy p:last-child {
  margin-bottom: 0;
}

.program {
  background: var(--paper);
  padding: 88px 0;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

.activity-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 5px solid var(--rule);
  border-left: 5px solid var(--rule);
}

.activity-list li {
  min-height: 148px;
  display: flex;
  align-items: end;
  padding: 18px;
  border-right: 5px solid var(--rule);
  border-bottom: 5px solid var(--rule);
  background: var(--yellow);
  font-size: 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
}

.activity-list li:nth-child(even) {
  background: var(--paper);
}

.place {
  background: var(--yellow);
  padding: 86px 0;
  border-top: 10px solid var(--ink);
  border-bottom: 10px solid var(--ink);
}

.place-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 42px;
  align-items: center;
}

.date-block {
  display: grid;
  justify-items: center;
  padding: 22px;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  text-transform: uppercase;
}

.date-block span {
  font-size: 1.25rem;
  font-weight: 900;
}

.date-block strong {
  color: var(--yellow);
  font-size: 4.4rem;
  line-height: 0.95;
}

.soon {
  grid-column: 1 / -1;
  max-width: 720px;
  margin: 8px 0 0;
  padding-top: 28px;
  border-top: 5px solid var(--ink);
  font-size: 1.65rem;
  font-weight: 900;
}

.partners {
  background: var(--paper);
  padding: 78px 0 86px;
}

.partners h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.partners img {
  width: 100%;
  margin: 0 auto;
}

.partner-strip {
  aspect-ratio: 7 / 1;
  overflow: hidden;
  background: var(--paper);
}

.partner-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 34px 0;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-grid img {
  width: 150px;
  flex: 0 0 auto;
}

.footer-grid p {
  max-width: 540px;
  margin: 0;
  color: var(--yellow);
  font-size: 1.05rem;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    gap: 16px;
    padding: 10px 16px;
  }

  .brand {
    width: 68px;
  }

  .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout,
  .section-inner {
    width: min(100% - 32px, var(--max-width));
  }

  .hero-layout {
    padding: 24px 0 32px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-art {
    width: min(100%, 220px);
    justify-self: center;
    order: -1;
  }

  h1 {
    font-size: 2.42rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-question {
    font-size: 1.12rem;
  }

  .event-bar {
    display: grid;
    border-width: 4px;
    font-size: 0.92rem;
  }

  .event-bar span {
    border-right: 0;
    border-bottom: 4px solid var(--ink);
    padding: 10px 14px;
  }

  .event-bar span:last-child {
    border-bottom: 0;
  }

  .statement,
  .program,
  .place,
  .partners {
    padding: 58px 0;
  }

  .partner-strip {
    aspect-ratio: 3.4 / 1;
  }

  .statement-grid,
  .place-grid {
    grid-template-columns: 1fr;
  }

  .statement-line {
    font-size: 2.6rem;
  }

  .body-copy {
    font-size: 1.18rem;
  }

  .activity-list {
    grid-template-columns: 1fr 1fr;
  }

  .activity-list li {
    min-height: 126px;
    font-size: 1.1rem;
  }

  .date-block strong {
    font-size: 3.4rem;
  }

  .soon {
    font-size: 1.25rem;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid p {
    text-align: left;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.08rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-question {
    font-size: 1.18rem;
  }

  .statement-line {
    font-size: 2.05rem;
  }

  .activity-list {
    grid-template-columns: 1fr;
  }

  .activity-list li {
    min-height: 96px;
  }
}
