:root {
  color-scheme: dark;
  --bg: #0b1212;
  --panel: #132020;
  --ink: #f4ebd8;
  --muted: #b9c6ba;
  --line: rgba(244, 235, 216, 0.18);
  --gold: #d9b766;
  --green: #7aa698;
  --red: #a94e43;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 10, 11, 0.88), rgba(5, 10, 11, 0.42) 52%, rgba(5, 10, 11, 0.75));
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.92rem;
}

.nav a {
  text-decoration: none;
  color: rgba(244, 235, 216, 0.82);
  padding: 10px 0;
}

.hero__content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12vh 0 13vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 9vw, 7.7rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.hero__copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(244, 235, 216, 0.82);
  font-size: clamp(1.06rem, 2vw, 1.35rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #111;
  text-decoration: none;
  font-weight: 800;
}

.button--ghost {
  background: transparent;
  color: var(--ink);
}

main {
  overflow: hidden;
}

section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0;
}

.intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  padding: 0;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.intro > div {
  min-height: 148px;
  background: #0f1919;
  padding: 30px clamp(18px, 4vw, 52px);
}

.metric {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.86;
}

.intro p {
  margin: 16px 0 0;
  color: var(--muted);
}

.poem-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 7vw, 98px);
  align-items: start;
}

.poem-meta {
  position: sticky;
  top: 24px;
  border-top: 1px solid var(--gold);
  padding-top: 24px;
}

dl {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
}

dt {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.poem-text {
  padding: clamp(24px, 5vw, 54px);
  background: #101b1b;
  border: 1px solid var(--line);
}

.poem-text p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.7;
}

.audio-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 38px;
  align-items: center;
}

.audio-section p {
  max-width: 620px;
  color: var(--muted);
}

.audio-panel {
  padding: clamp(22px, 4vw, 44px);
  background: var(--panel);
  border: 1px solid var(--line);
}

audio {
  width: 100%;
}

.section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-head p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.exhibition {
  width: 100%;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background: #111818;
  border-block: 1px solid var(--line);
}

.scene-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.scene-list article {
  min-height: 230px;
  padding: 28px;
  background: #172323;
}

.scene-list p {
  color: var(--muted);
}

.catalog-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 34px;
}

.catalog-list li {
  break-inside: avoid;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(244, 235, 216, 0.86);
}

.catalog-list span {
  color: var(--green);
  font-variant-numeric: tabular-nums;
}

.catalog-list em {
  color: rgba(185, 198, 186, 0.72);
  font-size: 0.85rem;
  font-style: normal;
}

.catalog-list .is-live {
  color: var(--ink);
}

.catalog-list .is-live em {
  color: var(--gold);
}

footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 58px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer p {
  margin: 0;
}

@media (max-width: 840px) {
  .nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .intro,
  .poem-grid,
  .audio-section,
  .scene-list {
    grid-template-columns: 1fr;
  }

  .intro {
    width: min(1180px, calc(100% - 32px));
    margin-top: 18px;
    border: 1px solid var(--line);
  }

  .poem-meta {
    position: static;
  }

  .catalog-list {
    columns: 1;
  }

  footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 88svh;
  }

  .hero__content {
    padding-bottom: 8vh;
  }

  .catalog-list li {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .catalog-list em {
    grid-column: 2;
  }
}
