:root {
  --paper: #f4efe7;
  --ink: #20211e;
  --muted: #6c6d65;
  --line: rgba(32, 33, 30, 0.18);
  --accent: #c85535;
  --panel: #e9e2d7;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 86% 2%, rgba(200, 85, 53, 0.08), transparent 28rem),
    var(--paper);
}

a {
  color: inherit;
}

.site-header,
main,
.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  min-height: 96px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.hero {
  min-height: 610px;
  display: grid;
  align-content: center;
  padding: 72px 0;
}

.hero.compact {
  min-height: 520px;
}

.eyebrow {
  margin: 0 0 30px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 940px;
  margin-bottom: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9.5vw, 8.8rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.84;
}

.hero.compact h1 {
  font-size: clamp(3.4rem, 8vw, 7rem);
}

.lede {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.45;
}

.collection {
  padding: 40px 0 120px;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.section-heading h2,
.section-heading span {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading span {
  color: var(--muted);
}

.empty-state {
  display: grid;
  grid-template-columns: minmax(200px, 38%) 1fr;
  min-height: 300px;
  background: var(--panel);
}

.play-mark {
  position: relative;
  min-height: 300px;
  background:
    linear-gradient(145deg, rgba(32, 33, 30, 0.08), transparent 60%),
    #dcd2c4;
}

.play-mark::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(32, 33, 30, 0.36);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--ink);
  transform: translate(-35%, -50%);
}

.empty-state > div:last-child {
  display: grid;
  align-content: center;
  padding: clamp(32px, 6vw, 80px);
}

.empty-state h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.empty-state p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer p {
  margin: 0;
}

.home-body {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100svh;
  min-height: 420px;
  overflow: hidden;
}

.home-main {
  min-height: 0;
}

.home-hero {
  min-height: 0;
  height: 100%;
  padding: clamp(32px, 6vh, 72px) 0;
}

.home-footer {
  padding: 20px 0 26px;
}

.text-link {
  text-underline-offset: 0.2em;
}

.video-page {
  padding: 70px 0 110px;
}

.video-header {
  max-width: 860px;
  margin-bottom: 50px;
}

.video-header h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.94;
}

.video-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #171816;
}

.video-consent {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 24px;
  border: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(244, 239, 231, 0.12), transparent 22%),
    #171816;
  color: #f4efe7;
  cursor: pointer;
}

.video-consent span {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(244, 239, 231, 0.52);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-consent:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -6px;
}

.video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.event-body {
  min-height: 100vh;
  background: #000;
  color: #fff;
}

.event-header,
.event-main {
  width: min(calc(100% - 64px), 1320px);
  margin-inline: auto;
}

.event-header {
  display: flex;
  align-items: flex-end;
  min-height: 168px;
  padding-bottom: 34px;
}

.event-wordmark {
  color: #fff;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 1;
  text-decoration: none;
}

.event-main {
  padding-bottom: 72px;
}

.event-media {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 1fr);
  gap: 6px;
  width: min(100%, 1208px);
  margin-inline: auto;
}

.event-video-shell {
  aspect-ratio: 16 / 9;
  background: #111;
}

.event-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-video-consent {
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.event-video-consent span {
  position: relative;
  width: 84px;
  height: 58px;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #ff0033;
  color: transparent;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.event-video-consent span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff;
  transform: translate(-40%, -50%);
}

.event-chat-shell {
  min-width: 0;
  background: #111;
}

.event-chat-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  background: #111;
}

.event-help {
  margin: 82px 0 0;
  text-align: center;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.6;
}

.event-help a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.72);
  text-underline-offset: 0.16em;
}

.event-help a:hover {
  text-decoration-thickness: 2px;
}

@media (max-width: 700px) {
  .site-header,
  main,
  .site-footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    min-height: 78px;
  }

  .hero {
    min-height: 500px;
  }

  .home-hero {
    min-height: 0;
    padding: clamp(28px, 5vh, 52px) 0;
  }

  .home-footer {
    padding: 18px 0 22px;
  }

  .empty-state {
    grid-template-columns: 1fr;
  }

  .play-mark {
    min-height: 220px;
  }

  .site-footer {
    display: grid;
    gap: 8px;
  }

  .event-header,
  .event-main {
    width: min(calc(100% - 28px), 1320px);
  }

  .event-header {
    min-height: 112px;
    padding-bottom: 26px;
  }

  .event-wordmark {
    font-size: 1.7rem;
  }

  .event-media {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .event-chat-shell {
    height: min(480px, 72vh);
  }

  .event-help {
    margin-top: 44px;
    font-size: 0.96rem;
  }
}
