.masthead {
  color: var(--paper);
  border-bottom-color: rgba(255,255,255,.24);
  text-shadow: 0 1px 20px rgba(0,0,0,.25);
}

.hero.hero-mythic {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
  background: var(--ink);
  color: var(--paper);
}

.hero.hero-mythic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,7,5,.78) 0%, rgba(8,7,5,.48) 34%, rgba(8,7,5,.09) 68%, rgba(8,7,5,.18) 100%),
    linear-gradient(0deg, rgba(8,7,5,.58) 0%, transparent 42%);
}

.hero-mythic .media-hero {
  position: absolute;
  inset: 0;
  min-height: 100svh;
}

.hero-mythic .media-hero .media-placeholder,
.hero-mythic .media-hero .media-button {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  border: 0;
}

.hero-mythic .media-hero .media-placeholder {
  background: #72553a;
  color: rgba(248,245,238,.88);
}

.hero-mythic .media-hero > figcaption {
  left: auto;
  right: var(--pad);
  bottom: 1.1rem;
  z-index: 2;
  max-width: 34rem;
  justify-content: flex-end;
  color: rgba(255,255,255,.82);
  text-align: right;
}

.hero-mythic .hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 76rem);
  min-height: 100svh;
  padding: clamp(8rem, 14vh, 11rem) var(--pad) clamp(5rem, 9vh, 7rem);
  justify-content: flex-end;
  pointer-events: none;
}

.hero-mythic .hero-copy .eyebrow {
  color: rgba(248,245,238,.8);
}

.hero-mythic h1 {
  max-width: 6ch;
  color: var(--paper);
  text-shadow: 0 3px 32px rgba(0,0,0,.28);
}

.hero-mythic .hero-claim {
  color: var(--paper);
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}

.hero-mythic .fine-print {
  width: min(30rem, 100%);
  margin: clamp(2rem, 6vh, 5rem) 0 0;
  border-top-color: rgba(255,255,255,.35);
  color: rgba(248,245,238,.72);
}

.hero-mythic .hero-index {
  z-index: 3;
  color: rgba(248,245,238,.65);
}

.provenance {
  display: grid;
  grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2.2rem, 5vw, 4.5rem) var(--pad);
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}

.media-source .media-placeholder,
.media-source .media-button {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.media-source .media-placeholder {
  background: #cab08a;
}

.media-source > figcaption {
  margin-top: .5rem;
}

.provenance-copy {
  max-width: 62rem;
}

.provenance-copy .eyebrow {
  margin-bottom: .8rem;
  color: var(--muted);
}

.provenance-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5.8vw, 6.2rem);
  font-weight: 850;
  line-height: .9;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.attribution {
  margin: clamp(1.2rem, 2.5vw, 2.2rem) 0 .35rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-style: italic;
  line-height: 1.15;
}

.attribution sup,
.attribution-note sup {
  color: var(--orange);
}

.attribution-note {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .035em;
}

.mythic-grid {
  grid-template-columns: 1.08fr .92fr;
}

.mythic-summit {
  margin-top: 0;
}

.mythic-civic {
  width: 88%;
  margin-top: 10vw;
  margin-left: auto;
}

@media (max-width: 850px) {
  .hero.hero-mythic {
    min-height: 100svh;
    padding: 0;
  }

  .hero-mythic .media-hero {
    min-height: 100svh;
  }

  .hero-mythic .media-hero .media-placeholder,
  .hero-mythic .media-hero .media-button {
    min-height: 100svh;
  }

  .hero.hero-mythic::after {
    background:
      linear-gradient(0deg, rgba(8,7,5,.82) 0%, rgba(8,7,5,.46) 42%, rgba(8,7,5,.08) 75%),
      linear-gradient(90deg, rgba(8,7,5,.16), rgba(8,7,5,.04));
  }

  .hero-mythic .hero-copy {
    min-height: 100svh;
    padding: 7.5rem var(--pad) 5rem;
    justify-content: flex-end;
  }

  .hero-mythic .fine-print {
    margin-top: 2.5rem;
  }

  .hero-mythic .media-hero > figcaption {
    display: none;
  }

  .provenance {
    grid-template-columns: minmax(9rem, 15rem) 1fr;
    gap: 1.5rem;
  }

  .provenance-copy h2 {
    font-size: clamp(2rem, 8vw, 4rem);
  }

  .mythic-grid {
    grid-template-columns: 1fr;
  }

  .mythic-civic {
    width: 82%;
    margin-top: 0;
  }
}

@media (max-width: 580px) {
  .hero-mythic .hero-copy {
    padding-bottom: 4rem;
  }

  .provenance {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .media-source {
    width: min(72vw, 18rem);
  }

  .provenance-copy h2 {
    font-size: clamp(2.4rem, 13vw, 4.5rem);
  }

  .attribution {
    font-size: 1.25rem;
  }

  .mythic-civic {
    width: 100%;
  }
}
