/* The only intentional visual change from the restored original. */
.guitar-mark {
  display: none !important;
}

.shop-hero-description span:not(:last-child)::after {
  content: " ";
}

/* Shared Stories title treatment: cinematic on desktop, distilled on mobile. */
.stories-hero-copy > .story-kicker {
  max-width: 720px;
  color: rgba(245, 238, 231, .78);
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.55;
  letter-spacing: .18em;
  text-shadow: 0 0 24px rgba(255, 255, 255, .12);
}

.stories-hero-copy > .story-kicker::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(90deg, #d51b31, rgba(213, 27, 49, 0));
  box-shadow: 0 0 18px rgba(213, 27, 49, .44);
}

.stories-hero-copy .stories-heartline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  max-width: 720px;
  margin-top: 24px;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  line-height: 1;
}

.stories-heartline span:first-child {
  color: #fffaf4;
  font-size: clamp(31px, 3.25vw, 47px);
  font-style: italic;
  letter-spacing: -.01em;
  white-space: nowrap;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .9), 0 0 26px rgba(255, 245, 230, .09);
}

.stories-heartline span:last-child {
  color: #e1263c;
  font-size: clamp(24px, 2.45vw, 35px);
  font-style: italic;
  letter-spacing: .01em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .86), 0 0 24px rgba(225, 38, 60, .2);
}

.stories-hero-copy h1 {
  margin: 30px 0 32px;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.stories-hero-copy h1 > span {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
  color: rgba(240, 232, 224, .86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.45vw, 23px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.stories-hero-copy h1 > span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #d51b31;
  box-shadow: 0 0 16px rgba(213, 27, 49, .55);
}

.stories-hero-copy h1 > em {
  display: block;
  color: #fff;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(76px, 8vw, 124px);
  font-style: italic;
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.055em;
  text-shadow: 0 16px 48px rgba(0, 0, 0, .88), 0 0 35px rgba(255, 250, 240, .08);
}

.stories-hero-copy h1 > em b {
  color: #d91d34;
  font: inherit;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.static-not-found {
  min-height: 100svh;
  padding: clamp(28px, 5vw, 72px);
  color: #f7f2ee;
  background:
    radial-gradient(circle at 50% 8%, rgba(211, 24, 48, .2), transparent 34%),
    linear-gradient(135deg, #050505, #12070a 70%, #050505);
}

.static-not-found > .story-logo {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: #fff;
  font: italic 700 25px/1 Georgia, serif;
  text-decoration: none;
  box-shadow: 0 0 32px rgba(211, 24, 48, .22);
}

.static-not-found > section {
  width: min(760px, 100%);
  margin: clamp(100px, 18vh, 190px) auto 0;
  text-align: center;
}

.static-not-found > section > p:first-child {
  color: #d91d34;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.static-not-found h1 {
  margin: 24px 0;
  font-size: clamp(64px, 11vw, 142px);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.065em;
}

.static-not-found h1 i {
  color: #d91d34;
  font-family: Baskerville, Georgia, serif;
  font-weight: 400;
}

.static-not-found section > p:not(:first-child) {
  max-width: 620px;
  margin: 0 auto 38px;
  color: rgba(247, 242, 238, .72);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.static-not-found section > a {
  display: inline-flex;
  gap: 32px;
  padding: 18px 0;
  border-block: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Preservation-only responsive audit fixes: readable text and safe wrapping. */
.hero-copy .intro,
.hero-event > p:not(.hero-event-kicker):not(.hero-event-label),
.feature-lead,
.credit-copy > p,
.home-dates-lead,
.connect-intro > p,
.support-message > p {
  font-size: max(15px, 1rem);
  line-height: 1.65;
}

.eyebrow,
.hero-event-kicker,
.hero-event-label,
.feature-number,
.credit-kicker,
.entrance-card > p,
.entrance-card div > span,
.camera-film > p,
.support-prompt,
.support-prompt small,
.tip-links small,
.credit-links a {
  font-size: max(10px, .7rem);
  line-height: 1.45;
}

.hero-event a,
.dates-page-link,
.credit-links a,
.link-panel a,
.tip-links a {
  overflow-wrap: anywhere;
}

.chapter-video-tribute {
  margin-top: 0;
}

@media (min-width: 721px) {
  .hero-copy h1 {
    max-width: 760px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6.2vw, 92px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .hero-copy h1 span {
    display: inline;
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
  }

  .hero .hero-copy .intro {
    width: min(560px, 82vw);
    font-size: 0;
    line-height: 1;
  }

  .hero-copy .intro::before {
    content: "One guitar.\A A world of sound.";
    display: block;
    color: #fff;
    white-space: pre-line;
    font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(29px, 2.5vw, 40px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: .01em;
  }

  .hero-copy .intro::after {
    content: "Step inside the performances, stories, and moments behind an extraordinary musical journey.";
    display: block;
    max-width: 545px;
    margin-top: 15px;
    color: rgba(246, 241, 237, .76);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .01em;
  }
}

@media (max-width: 720px) {
  .hero {
    --mobile-portrait-height: clamp(490px, 61svh, 570px);
    min-height: 0;
    padding-bottom: 22px;
  }

  .hero-photo {
    inset: 0 0 auto;
    height: var(--mobile-portrait-height);
    background-position: 50% 52%;
    background-size: 180% auto;
  }

  .hero::after {
    inset: 0 0 auto;
    height: var(--mobile-portrait-height);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, transparent 69%, #050505 100%);
  }

  .red-haze {
    inset: 0 0 auto;
    height: var(--mobile-portrait-height);
  }

  .hero-copy {
    min-height: calc(var(--mobile-portrait-height) + 130px);
    margin: 0 20px;
    padding: 0;
  }

  .hero-copy .eyebrow {
    position: absolute;
    top: calc(var(--mobile-portrait-height) - clamp(172px, 44vw, 190px));
    left: 0;
    width: 100%;
    justify-content: center;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  .hero-copy h1 {
    position: absolute;
    top: calc(var(--mobile-portrait-height) - clamp(132px, 34.5vw, 147px));
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 9.2vw, 40px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .075em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 5px 30px rgba(0, 0, 0, .72);
  }

  .hero-copy h1 span {
    display: inline;
    margin: 0;
    font: inherit;
    letter-spacing: inherit;
  }

  .hero-copy .intro {
    position: absolute;
    top: calc(var(--mobile-portrait-height) - 93px);
    left: 50%;
    width: min(330px, calc(100% - 40px));
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    text-shadow: none;
  }

  .hero .hero-copy .intro {
    font-size: 0;
    line-height: 1;
  }

  .hero-copy .intro::before {
    content: "One guitar.\A A world of sound.";
    display: block;
    color: #fff;
    white-space: pre-line;
    font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(25px, 7vw, 31px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .005em;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .7);
  }

  .hero-copy .intro::after {
    content: "Step inside the performances, stories, and moments behind an extraordinary musical journey.";
    display: block;
    max-width: 315px;
    margin: 10px auto 0;
    color: rgba(246, 241, 237, .8);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(14px, 3.8vw, 16px);
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: .012em;
  }

  .enter-button {
    position: absolute;
    top: calc(var(--mobile-portrait-height) + 82px);
    left: 50%;
    gap: 12px;
    min-height: 44px;
    margin: 0;
    padding: 10px 2px;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    background: linear-gradient(90deg, transparent, rgba(198, 16, 30, .08), transparent);
    white-space: nowrap;
    letter-spacing: .18em;
    text-shadow: 0 0 18px rgba(255, 255, 255, .2);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
  }

  .enter-button::before {
    content: "";
    width: 28px;
    height: 1px;
    flex: 0 0 28px;
    background: var(--red);
    box-shadow: 0 0 15px rgba(198, 16, 30, .75);
  }

  .enter-button::after {
    content: "↗";
    color: var(--red);
    font-size: 14px;
  }

  .enter-button .button-disc,
  .enter-button small {
    display: none;
  }

  .hero-event {
    margin-top: 28px;
    padding: 18px;
  }

  .hero-event h2 {
    font-size: 28px;
  }

  .performance-credit {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 11px;
    width: 100%;
    margin: 0;
    padding: 11px;
    border-radius: 14px;
  }

  .performance-credit > img {
    width: 64px;
    height: 86px;
    border-radius: 2px;
  }

  .performance-credit .credit-kicker {
    margin-bottom: 4px;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .12em;
  }

  .performance-credit .credit-copy h3 {
    font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.02;
  }

  .performance-credit .credit-copy > p:not(.credit-kicker) {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.38;
  }

  .performance-credit .credit-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  .performance-credit .credit-links a {
    min-height: 44px;
    padding: 7px 8px;
    white-space: normal;
    font-size: 7px;
    line-height: 1.3;
    letter-spacing: .07em;
  }

  .hero-footer {
    min-height: 0;
    margin-top: 16px;
    padding: 14px 18px 18px;
  }

  .entrance-card {
    min-height: 188px;
    padding: 14px;
  }

  .entrance-card h3 {
    font-size: 27px;
  }

  .tribute-card-image {
    aspect-ratio: 16 / 10;
  }

  .tribute-card-copy {
    padding: 20px 18px 22px;
  }

  .tribute-card blockquote {
    font-size: 21px;
    line-height: 1.25;
  }

  .tribute-card h3 {
    font-size: 31px;
  }

  .tribute-card-summary {
    font-size: 15px;
    line-height: 1.48;
  }

  .story-chapter {
    min-height: 248px;
    padding: 20px;
  }

  .story-chapter h3 {
    font-size: 31px;
  }

  .tool-grid article,
  .production-service-grid article {
    min-height: 0;
    padding: 22px 18px;
  }

  .shop-product-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
  }

  .shop-product-tabs > button,
  .shop-product-tabs > a {
    width: auto;
    min-width: 0;
    min-height: 92px;
    height: auto;
    padding: 14px;
  }

  .shop-product-view {
    scroll-margin-top: 16px;
  }

  .shop-hero-image {
    inset: -38px 0 38px;
    background-position: 72% 50%;
  }

  .shop-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, .14) 18%, rgba(7, 7, 7, .6) 56%, #070707 94%),
      linear-gradient(90deg, rgba(5, 5, 5, .58), transparent 72%);
  }

  .shop-hero-copy {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    pointer-events: none;
  }

  .shop-hero-copy .eyebrow {
    position: absolute;
    top: 14.5%;
    left: 20px;
    display: block;
    width: 150px;
    max-width: 38vw;
    margin: 0;
    font-size: clamp(9px, 2.35vw, 10px);
    line-height: 1.55;
    letter-spacing: .19em;
  }

  .shop-hero-copy .eyebrow span {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 72px;
  }

  .shop-hero-copy h1 {
    position: absolute;
    right: 12px;
    bottom: 115px;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    text-shadow: 0 7px 28px rgba(0, 0, 0, .88);
  }

  .shop-hero-copy h1::before {
    content: "Wear";
    color: #fff;
    font-family: var(--font-sans), sans-serif;
    font-size: clamp(40px, 11.5vw, 48px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.04em;
  }

  .shop-hero-copy h1 br {
    display: none;
  }

  .shop-hero-copy h1 i {
    color: #e61d33;
    font-family: var(--font-sans), sans-serif;
    font-size: clamp(69px, 20vw, 84px);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
  }

  .shop-hero-copy h1::after {
    content: "";
    width: calc(100% - 64px);
    height: 1px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .2);
  }

  .shop-hero-copy > p:not(.eyebrow) {
    position: absolute;
    top: 24.5%;
    left: 20px;
    width: 166px;
    max-width: 43vw;
    margin: 0;
    color: rgba(242, 236, 232, .84);
    font-size: clamp(17px, 4.5vw, 19px);
    line-height: 1.48;
  }

  .shop-hero-description span {
    display: block;
  }

  .shop-hero-description span:not(:last-child)::after {
    content: none;
  }

  .shop-hero-copy > a {
    position: absolute;
    top: 53.5%;
    left: 20px;
    width: 184px;
    max-width: 48vw;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 11px 0;
    border-right: 0;
    border-left: 0;
    font-size: 10px;
    letter-spacing: .13em;
    pointer-events: auto;
  }

  .shop-product-main {
    aspect-ratio: 1;
    min-height: 0;
  }

  .shop-product-main img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .shop-thumbnails img {
    background: #fff;
    object-fit: contain;
  }

  .shop-product-details h3 {
    font-size: 42px;
  }

  .shop-sizes {
    gap: 8px;
  }

  .shop-sizes button {
    min-width: 58px;
    min-height: 50px;
  }

  .stories-hero-copy > .story-kicker {
    max-width: 360px;
    margin-inline: auto;
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1.55;
    letter-spacing: .16em;
    text-align: center;
  }

  .stories-hero-copy > .story-kicker::after {
    width: 112px;
    margin: 13px auto 0;
    background: linear-gradient(90deg, transparent, #d51b31, transparent);
  }

  .stories-hero-copy .stories-heartline {
    align-items: center;
    gap: 6px;
    margin: 19px auto 0;
    text-align: center;
  }

  .stories-heartline span:first-child {
    font-size: clamp(25px, 7.25vw, 31px);
    white-space: nowrap;
  }

  .stories-heartline span:last-child {
    font-size: clamp(19px, 5.45vw, 24px);
    white-space: nowrap;
  }

  .stories-hero-copy h1 {
    margin: 27px 0 30px;
  }

  .stories-hero-copy h1 > span {
    justify-content: center;
    margin-bottom: 17px;
    font-size: clamp(13px, 3.8vw, 16px);
    letter-spacing: .2em;
  }

  .stories-hero-copy h1 > span::before {
    width: 30px;
  }

  .stories-hero-copy h1 > em {
    font-size: clamp(64px, 18.5vw, 80px);
    line-height: .8;
  }

  .site-menu {
    right: 12px;
    bottom: 12px;
  }

  .site-menu summary {
    width: 48px;
    min-width: 48px;
    gap: 0;
    padding: 5px;
  }

  .site-menu-label {
    display: none;
  }

  .tip-links .zelle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    overflow: hidden;
  }

  .tip-links .zelle::after {
    display: none;
  }

  .tip-links .zelle > b {
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: .08em;
  }

  .hero-copy .intro,
  .hero-event > p:not(.hero-event-kicker):not(.hero-event-label),
  .feature-lead,
  .credit-copy > p,
  .home-dates-lead,
  .connect-intro > p,
  .support-message > p {
    font-size: 16px;
  }

  .eyebrow,
  .hero-event-kicker,
  .hero-event-label,
  .feature-number,
  .credit-kicker,
  .entrance-card > p,
  .entrance-card div > span,
  .camera-film > p,
  .support-prompt,
  .support-prompt small,
  .tip-links small,
  .credit-links a {
    font-size: 11px;
  }

  .site-menu summary {
    min-width: 48px;
    min-height: 48px;
  }
}

/* Page-based exploration and history-aware return navigation. */
.site-step-back {
  position: fixed;
  z-index: 105;
  top: max(28px, env(safe-area-inset-top));
  left: max(132px, calc(env(safe-area-inset-left) + 116px));
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(7, 7, 8, .78);
  box-shadow: 0 9px 28px rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .82);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.site-step-back > span:first-child {
  color: #e31d35;
  font-size: 14px;
}

.destination-page {
  min-height: 100vh;
  overflow: hidden;
  background: #080808;
  color: #f6f2ee;
}

.destination-index {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.destination-hero,
.front-row-page-heading,
.connect-page-heading {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(150px, 17vw, 220px) 6vw clamp(65px, 8vw, 108px);
}

/* The World is a clear site directory, so its choices should appear without a ceremonial empty lead-in. */
.world-destination .destination-hero {
  max-width: 1180px;
  padding-top: clamp(82px, 7vw, 104px);
  padding-bottom: clamp(46px, 5vw, 68px);
}

.world-destination .destination-hero h1 {
  max-width: 1020px;
  margin-block: 22px 24px;
  font-size: clamp(58px, 7.1vw, 102px);
}

.world-destination .destination-hero > p:last-child {
  max-width: 840px;
  color: rgba(255, 255, 255, .72);
}

/* Front Row opens immediately below its navigation instead of a blank band. */
.front-row-page-heading {
  padding-top: clamp(88px, 8vw, 112px);
  padding-bottom: clamp(52px, 6vw, 78px);
}

/* Connect is an invitation, not another full-height hero. */
.connect-page-heading {
  padding-top: clamp(104px, 10vw, 138px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.destination-hero h1,
.front-row-page-heading h1,
.connect-page-heading h1,
.films-page-heading h1 {
  max-width: 960px;
  margin: 26px 0;
  font-size: clamp(58px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .88;
}

.destination-hero h1 em,
.front-row-page-heading h1 em,
.connect-page-heading h1 em,
.films-page-heading h1 em {
  color: #dd1b31;
  font-weight: 400;
}

.destination-hero > p:last-child,
.front-row-page-heading > p:last-child,
.connect-page-heading > p:last-child,
.films-page-heading > div > p:last-child {
  max-width: 690px;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 6vw 110px;
}

.destination-card {
  position: relative;
  min-height: 350px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(166, 13, 32, .1));
}

.destination-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .24;
  background-position: center;
  background-size: cover;
  transition: transform .45s ease, opacity .45s ease;
}

.destination-card:hover::before { transform: scale(1.04); opacity: .38; }
.destination-production::before { background-image: linear-gradient(#05050599, #2c0005d9), url('../images/shaun-production-lighting.webp'); }
.destination-shows::before { background-image: linear-gradient(#05050599, #2c0005d9), url('../images/deep-purple-show.webp'); }
.destination-stories::before { background-image: linear-gradient(#05050599, #2c0005d9), url('../images/shaun-stories-collage.webp'); }
.destination-shop::before { background-image: linear-gradient(#05050599, #2c0005d9), url('../images/shop-model-urban.webp'); }
.destination-films::before { background-image: linear-gradient(#050505cc, #2c0005e6), url('../images/circle-of-5th-logo.webp'); background-size: 48%; background-repeat: no-repeat; }
.destination-partners::before { background-image: linear-gradient(#050505aa, #2c0005dd), url('../images/sponsor-maton-guitars.webp'); }

.destination-card > * { position: relative; z-index: 1; }
.destination-card > span { color: #df1b31; font-size: 11px; letter-spacing: .18em; }
.destination-card small { display: block; margin-top: 112px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.destination-card h2 { margin: 10px 0 0; font-size: clamp(36px, 4vw, 54px); font-weight: 500; letter-spacing: -.045em; }
.destination-card p { max-width: 28ch; margin: 12px 34px 0 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.5; }
.destination-card b { position: absolute; right: 28px; bottom: 28px; color: #e31d35; }

.front-row-destination { background: radial-gradient(circle at 20% 45%, rgba(0, 96, 105, .18), transparent 36%), #070708; }
.front-row-page-feature { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 0; max-width: 1060px; margin: 0 auto; padding: 0 6vw 120px; }
.front-row-page-feature > .camera-film { align-self: start; width: 100%; height: auto; border-radius: 30px 30px 0 0; }
.front-row-page-story { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); grid-template-rows: auto auto auto; gap: 18px clamp(34px, 5vw, 72px); padding: clamp(34px, 4vw, 52px); border: 1px solid rgba(255,255,255,.15); border-top: 0; border-radius: 0 0 30px 30px; background: radial-gradient(circle at 82% 18%, rgba(205, 22, 45, .16), transparent 42%), linear-gradient(145deg, #21070b, #0a0809); }
.front-row-page-story .feature-number { grid-column: 1; grid-row: 1; margin: 0; }
.front-row-page-story h2 { grid-column: 1; grid-row: 2 / span 2; margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: .98; }
.front-row-page-story > p:not(.feature-number) { color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.front-row-page-story > p:not(.feature-number) { grid-column: 2; grid-row: 1; margin: 0; }
.front-row-page-story blockquote { grid-column: 2; grid-row: 2; margin: 0; padding-left: 20px; border-left: 2px solid #d71b2d; font: italic 24px/1.4 var(--font-display), serif; }
.front-row-page-story a { grid-column: 2; grid-row: 3; align-self: end; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; }

.films-destination { padding-bottom: 1px; background: radial-gradient(circle at 50% 10%, rgba(198,16,30,.18), transparent 30%), #080607; }
.films-page-heading { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: clamp(34px, 6vw, 90px); max-width: 1180px; margin: 0 auto; padding: clamp(42px, 4.2vw, 62px) 6vw 54px; }
.films-page-heading > img { width: 100%; border-radius: 50%; box-shadow: 0 0 0 10px rgba(198,16,30,.08), 0 30px 80px #000; }
.films-page-grid { max-width: 1180px; margin: 0 auto; padding-inline: 6vw; }
.films-page-dedication { margin-bottom: 100px; }
.films-page-dedication h2 { margin: 0 0 23px; color: #f7f2ed; font-size: clamp(38px, 4.6vw, 62px); line-height: .93; }
.films-page-dedication h2 em { color: #d71b2d; font-weight: 400; }
.films-page-dedication a { display: inline-block; margin-top: 12px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }

.connect-destination { background: radial-gradient(circle at 75% 20%, rgba(177,14,34,.18), transparent 30%), #080808; }
.connect-page-body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 28px; max-width: 1180px; margin: 0 auto; padding: 0 6vw 120px; }
.connect-page-form { margin: 0; }
.connect-page-form > h2 { margin: 10px 0 38px; color: #fff; font-size: clamp(40px, 5vw, 67px); line-height: .92; }
.connect-page-links { padding: 35px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.connect-page-links > a { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; text-decoration: none; }
.connect-page-links > a span { font-size: 26px; }
.connect-page-links > a small { grid-column: 1; color: rgba(255,255,255,.47); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.connect-page-links > a b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #e31d35; }

.home-partners {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(88px, 9vw, 142px) 5.5vw clamp(86px, 9vw, 132px);
  border-top: 1px solid rgba(255, 224, 174, .13);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(210, 147, 58, .15), transparent 42%),
    radial-gradient(circle at 12% 72%, rgba(184, 14, 32, .19), transparent 30%),
    radial-gradient(circle at 88% 68%, rgba(91, 30, 69, .18), transparent 31%),
    linear-gradient(180deg, #080707 0%, #110708 53%, #080808 100%);
  color: #fff;
}
.home-partners::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background: repeating-linear-gradient(115deg, transparent 0 74px, rgba(255,255,255,.016) 75px 76px);
  pointer-events: none;
}
.home-partners-heading { max-width: 920px; margin: 0 auto clamp(58px, 7vw, 92px); text-align: center; }
.home-partners-heading .eyebrow { justify-content: center; color: rgba(255, 234, 201, .78); }
.home-partners-heading h2 { margin: 26px 0 25px; font-size: clamp(52px, 7vw, 98px); font-weight: 500; letter-spacing: -.045em; line-height: .9; }
.home-partners-heading h2 em { color: #e51d35; font-weight: 400; text-shadow: 0 0 38px rgba(223, 27, 49, .25); }
.home-partners-heading > p:last-child { max-width: 800px; margin: 0 auto; color: rgba(255, 242, 224, .67); font: 19px/1.72 var(--font-display), serif; }
.home-partner-logos { display: grid; grid-template-columns: .8fr 1.08fr 1.38fr 1.08fr .8fr; align-items: stretch; gap: clamp(18px, 2.3vw, 38px); max-width: 1360px; margin: 0 auto; }
.home-partner-logo {
  position: relative;
  display: grid;
  grid-template-rows: minmax(112px, 148px) auto;
  align-items: center;
  min-width: 0;
  padding: 22px 8px 17px;
  border-top: 1px solid rgba(255, 227, 187, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 244, 228, .72);
  text-align: center;
  text-decoration: none;
  transition: border-color .3s ease, color .3s ease, transform .3s ease;
}
.home-partner-logo::after { content: "↗"; position: absolute; right: 5px; bottom: 15px; color: #d51b31; font-size: 11px; opacity: .72; }
.home-partner-logo img { display: block; width: 100%; max-width: 230px; height: 100%; max-height: 125px; margin: 0 auto; object-fit: contain; filter: saturate(.92) brightness(.94); transition: filter .3s ease, transform .3s ease; }
.home-partner-logo:nth-child(1) { order: 5; }
.home-partner-logo:nth-child(2) { order: 2; }
.home-partner-logo:nth-child(3) { order: 3; }
.home-partner-logo:nth-child(4) { order: 4; }
.home-partner-logo:nth-child(5) { order: 1; }
.home-partner-square img { max-width: 118px; }
.home-partner-center img { max-width: 300px; }
.home-partner-logo span { align-self: end; padding: 18px 19px 0 3px; font-size: 8px; font-weight: 700; letter-spacing: .17em; line-height: 1.45; text-transform: uppercase; }
.home-partner-logo:hover { transform: translateY(-5px); border-top-color: rgba(230, 188, 117, .72); color: #fff; }
.home-partner-logo:hover img { filter: saturate(1.05) brightness(1.05); transform: scale(1.025); }

/* Increase contrast without turning the Circle of 5th identity into an outlined effect. */
.circle-dedication-credit,
.circle-dedication-signature span {
  color: #f02a40;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 255, 255, .11), 0 0 18px rgba(215, 27, 45, .2);
}

/* The BayCare moment reads as an archive keepsake, not a current-event banner. */
.front-row-heading h2 span,
.front-row-heading h2 strong {
  color: #fff;
  font-weight: 400;
}

.front-row-heading h2 em {
  color: #e21d34;
  text-shadow: 0 0 34px rgba(198, 16, 30, .24);
}

.front-row-intro {
  position: relative;
  max-width: 760px;
  margin: 32px auto 4px;
  padding-top: 22px;
  color: rgba(255, 255, 255, .76);
  font-family: var(--font-display), serif;
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: .012em;
}

.front-row-intro::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 74px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #df1b31, transparent);
  transform: translateX(-50%);
  box-shadow: 0 0 18px rgba(215, 27, 45, .45);
}

.front-row .performance-credit {
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  width: min(820px, calc(100% - 72px));
  margin: 12px auto 0;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  color: #f4efeb;
  background:
    radial-gradient(circle at 92% 18%, rgba(204, 18, 43, .16), transparent 32%),
    linear-gradient(125deg, rgba(19, 17, 18, .96), rgba(12, 7, 9, .96));
  box-shadow: 0 24px 65px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .035);
}

.front-row .performance-credit::after {
  opacity: .055;
  mix-blend-mode: screen;
}

.front-row .performance-credit > img {
  width: 70px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .5);
}

.front-row .performance-credit .credit-kicker {
  color: rgba(255, 255, 255, .45);
  font-size: 8px;
}

.front-row .performance-credit .credit-copy h3 {
  color: #f7f2ee;
  font-size: 24px;
}

.front-row .performance-credit .credit-copy > p:not(.credit-kicker) {
  max-width: 520px;
  color: rgba(255, 255, 255, .54);
  font-size: 14px;
}

.front-row .performance-credit .credit-links {
  gap: 14px;
  margin-top: 8px;
}

.front-row .performance-credit .credit-links a,
.front-row .performance-credit .credit-links a:nth-child(2) {
  min-height: 0;
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .19);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, .76);
}

.front-row .performance-credit .credit-links a:hover {
  background: transparent;
  color: #fff;
  transform: none;
}

.credit-past {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 2;
  color: #ed2039;
  font-family: var(--font-display), serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 0 18px rgba(215, 27, 45, .34);
  transform: rotate(-4deg);
}

@media (max-width: 680px) {
  .front-row-heading h2 {
    font-size: clamp(41px, 11.7vw, 48px);
    line-height: .9;
  }

  .front-row-intro {
    margin: 25px auto 0;
    padding: 19px 9px 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .front-row .performance-credit {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 5px;
    padding: 14px;
  }

  .front-row .performance-credit > img {
    width: 62px;
    height: 78px;
  }

  .front-row .performance-credit .credit-copy {
    padding-top: 20px;
  }

  .front-row .performance-credit .credit-copy h3 {
    font-size: 21px;
  }

  .front-row .performance-credit .credit-links {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .credit-past {
    top: 12px;
    right: 14px;
    font-size: 16px;
  }
}

/* B.B. King: an elegant, fact-conscious portrait of the documented encounter. */
.bb-chapter {
  --bb-gold: #d9aa53;
  --bb-blue: #183f71;
  color: #f8f4ec;
  background: #050608;
}

.bb-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(460px, 1.16fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(135px, 13vw, 200px) 7vw clamp(84px, 9vw, 140px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 32%, rgba(38, 93, 154, .31), transparent 31%),
    radial-gradient(circle at 10% 77%, rgba(217, 170, 83, .1), transparent 28%),
    linear-gradient(140deg, #030405 0%, #070a10 55%, #0b1727 100%);
}

.bb-hero::before,
.bb-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.bb-hero::before {
  top: -18%;
  right: -4%;
  width: clamp(420px, 56vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 170, 83, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(217, 170, 83, .018), 0 0 0 130px rgba(38, 93, 154, .022);
}

.bb-hero::after {
  inset: 0;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%);
}

.bb-hero-copy,
.bb-portrait {
  position: relative;
  z-index: 1;
}

.bb-hero-number {
  position: absolute;
  z-index: -1;
  top: -130px;
  left: -22px;
  margin: 0;
  color: transparent;
  font: 225px/.8 var(--font-display), serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .085);
}

.bb-hero h1 {
  margin: clamp(36px, 4vw, 62px) 0 0;
  font-size: clamp(76px, 9vw, 142px);
  line-height: .72;
  letter-spacing: -.07em;
}

.bb-hero h1 span {
  margin: 0 0 25px .08em;
  color: rgba(255, 255, 255, .76);
  font: 400 .22em/1.1 Baskerville, "Iowan Old Style", Georgia, serif;
  letter-spacing: .02em;
}

.bb-hero h1 i {
  color: var(--bb-gold);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.bb-hero-copy > p:last-child {
  max-width: 570px;
  margin: clamp(38px, 5vw, 66px) 0 0;
  color: rgba(255, 255, 255, .67);
  font: clamp(18px, 1.45vw, 23px)/1.65 Baskerville, "Iowan Old Style", Georgia, serif;
}

.bb-portrait {
  margin: 0;
  padding: clamp(12px, 1.4vw, 20px);
  border: 1px solid rgba(217, 170, 83, .29);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 42px 110px rgba(0, 0, 0, .68), 0 0 75px rgba(28, 75, 127, .22);
}

.bb-portrait::after {
  position: absolute;
  inset: -18px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, .055);
}

.bb-portrait img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.035) saturate(.9);
}

.bb-portrait figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
  padding: 22px 8px 6px;
}

.bb-portrait figcaption span,
.bb-craft > div > span {
  color: var(--bb-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bb-portrait figcaption strong {
  color: rgba(255, 255, 255, .7);
  font: italic 18px/1.4 Baskerville, "Iowan Old Style", Georgia, serif;
}

.bb-legacy {
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1.66fr);
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(95px, 11vw, 170px) 8vw;
  color: #101114;
  background:
    radial-gradient(circle at 92% 12%, rgba(24, 63, 113, .1), transparent 27%),
    #f0ece4;
}

.bb-legacy h2,
.bb-craft h2 {
  margin: 0;
  font-size: clamp(55px, 7.4vw, 110px);
  line-height: .87;
  letter-spacing: -.06em;
}

.bb-legacy h2 i {
  color: var(--bb-blue);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.bb-legacy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 90px);
  margin-top: clamp(48px, 6vw, 82px);
}

.bb-legacy-columns p {
  margin: 0;
  color: #4d4b48;
  font: clamp(18px, 1.35vw, 22px)/1.75 Baskerville, "Iowan Old Style", Georgia, serif;
}

.bb-craft {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1.66fr);
  align-items: center;
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(95px, 11vw, 170px) 8vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 48%, rgba(24, 63, 113, .42), transparent 34%),
    linear-gradient(135deg, #040506, #07111e 70%, #091a2c);
}

.bb-craft-mark {
  position: absolute;
  z-index: -1;
  right: -2vw;
  bottom: -4vw;
  color: transparent;
  font: italic clamp(220px, 35vw, 560px)/.7 Baskerville, "Iowan Old Style", Georgia, serif;
  -webkit-text-stroke: 1px rgba(217, 170, 83, .1);
}

.bb-craft h2 {
  margin-top: 28px;
}

.bb-craft h2 i {
  color: var(--bb-gold);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.bb-craft > div > p {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .66);
  font: 20px/1.65 Baskerville, "Iowan Old Style", Georgia, serif;
}

@media (max-width: 920px) {
  .bb-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 120px;
  }

  .bb-portrait {
    width: min(760px, 100%);
  }

  .bb-legacy,
  .bb-craft {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .bb-hero,
  .bb-legacy,
  .bb-craft {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bb-hero h1 {
    font-size: clamp(72px, 22vw, 94px);
  }

  .bb-hero-number {
    top: -82px;
    left: -8px;
    font-size: 145px;
  }

  .bb-portrait figcaption {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bb-legacy-columns {
    grid-template-columns: 1fr;
  }

  .bb-craft {
    min-height: 570px;
  }
}

/* Metallica chapter: compact performance reference inside the milestone story. */
.metallica-arrangement-link {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .17);
  background:
    radial-gradient(circle at 0 50%, rgba(196, 16, 39, .2), transparent 28%),
    #050506;
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .38);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.metallica-arrangement-link:hover,
.metallica-arrangement-link:focus-visible {
  border-color: rgba(217, 31, 56, .72);
  box-shadow: 0 20px 56px rgba(0, 0, 0, .44), 0 0 34px rgba(196, 16, 39, .14);
}

.metallica-arrangement-link summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  min-height: 104px;
  cursor: pointer;
  list-style: none;
}

.metallica-arrangement-link summary::-webkit-details-marker {
  display: none;
}

.metallica-arrangement-play {
  display: grid;
  width: 48px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #ff0033;
  box-shadow: 0 0 24px rgba(202, 20, 40, .35);
}

.metallica-arrangement-play b {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-indent: 2px;
}

.metallica-arrangement-link summary > span:nth-child(2) {
  display: grid;
  gap: 5px;
}

.metallica-arrangement-link strong {
  font: 600 18px/1.2 var(--font-display), serif;
}

.metallica-arrangement-link small {
  color: rgba(255, 255, 255, .6);
  font: 13px/1.45 var(--font-display), serif;
}

.metallica-arrangement-link em {
  color: #e22b40;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.metallica-arrangement-link em b {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: transform .2s ease;
}

.metallica-close-label {
  display: none;
}

.metallica-arrangement-link[open] .metallica-view-label {
  display: none;
}

.metallica-arrangement-link[open] .metallica-close-label {
  display: inline;
}

.metallica-arrangement-link[open] em b {
  transform: rotate(45deg);
}

.metallica-arrangement-player {
  padding: 0 18px 18px;
}

.metallica-arrangement-player iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

@media (max-width: 620px) {
  .metallica-arrangement-link {
    margin-top: 14px;
  }

  .metallica-arrangement-link summary {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .metallica-arrangement-play {
    width: 44px;
    height: 31px;
  }

  .metallica-arrangement-link em {
    grid-column: 2;
  }

  .metallica-arrangement-player {
    padding: 0 12px 12px;
  }
}

/* Dewey Wayne Harrell: full tribute destination for the Stories and Metallica links. */
.bret-chapter {
  --bret-red: #db1735;
  overflow-x: clip;
  color: #f8f5f1;
  background: #060607;
}

.bret-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(130px, 13vw, 190px) 7vw clamp(74px, 8vw, 115px);
  background: #070607;
}

.bret-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.08) contrast(1.05);
}

.bret-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 5, .96) 0%, rgba(3, 3, 5, .78) 36%, rgba(3, 3, 5, .12) 75%),
    linear-gradient(0deg, rgba(3, 3, 5, .95) 0%, transparent 44%, rgba(3, 3, 5, .28) 100%);
}

.bret-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 58vw);
}

.bret-hero h1,
.bret-frame h2,
.bret-gratitude h2,
.bret-portrait h2 {
  letter-spacing: -.055em;
  line-height: .88;
}

.bret-hero h1 {
  margin: 22px 0 32px;
  font-size: clamp(74px, 8vw, 126px);
}

.bret-hero h1 i,
.bret-frame h2 i,
.bret-gratitude h2 i,
.bret-portrait h2 i,
.bret-finale i {
  color: var(--bret-red);
  font-weight: 400;
}

.bret-hero-copy > p:not(.chapter-kicker) {
  max-width: 690px;
  color: rgba(255, 255, 255, .78);
  font: clamp(19px, 1.55vw, 25px)/1.62 var(--font-display), serif;
}

.bret-hero-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.bret-hero-copy > div span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(0, 0, 0, .32);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.bret-frame {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
  padding: clamp(82px, 8vw, 120px) 7vw;
  background:
    radial-gradient(circle at 14% 28%, rgba(209, 18, 52, .17), transparent 31%),
    linear-gradient(140deg, #11070a, #060708 70%);
}

.bret-frame h2,
.bret-gratitude h2,
.bret-portrait h2 {
  margin: 20px 0 30px;
  font-size: clamp(58px, 6.5vw, 98px);
}

.bret-frame-copy > p:not(.chapter-index),
.bret-portrait > div > p:not(.chapter-index):not(.bret-attribution) {
  color: rgba(255, 255, 255, .68);
  font: clamp(18px, 1.35vw, 22px)/1.68 var(--font-display), serif;
}

.bret-frame blockquote,
.bret-portrait blockquote {
  margin: 36px 0 0;
  padding-left: 22px;
  border-left: 2px solid var(--bret-red);
  color: #fff;
  font: italic clamp(28px, 3vw, 46px)/1.08 var(--font-display), serif;
}

.bret-frame figure {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(222, 189, 115, .32);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .6), 0 0 70px rgba(203, 17, 49, .14);
}

.bret-frame figure img {
  width: 100%;
  aspect-ratio: 1.43;
  object-fit: cover;
}

.bret-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 4px 2px;
  color: rgba(255, 255, 255, .52);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bret-gratitude {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 8vw, 120px) 7vw;
  background:
    radial-gradient(circle at 14% 18%, rgba(202, 16, 49, .2), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(93, 43, 112, .2), transparent 28%),
    linear-gradient(135deg, #0a080a, #15070b 56%, #080809);
  color: #fff;
}

.bret-gratitude::before {
  position: absolute;
  top: -10%;
  right: 9%;
  width: 1px;
  height: 120%;
  content: "";
  background: linear-gradient(transparent, rgba(218, 185, 108, .38), transparent);
}

.bret-gratitude-heading {
  display: grid;
  grid-template-columns: .45fr 1fr .72fr;
  align-items: end;
  gap: clamp(30px, 5vw, 80px);
  max-width: 1320px;
  margin: 0 auto 52px;
}

.bret-gratitude-heading h2 {
  margin: 0;
}

.bret-gratitude-heading > p:last-child {
  color: rgba(255, 255, 255, .62);
  font: 17px/1.62 var(--font-display), serif;
}

.bret-thanks-stage {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 110px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 68px) 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bret-thanks-stage article {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bret-thanks-stage span {
  color: #ed3150;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bret-thanks-stage h3 {
  margin: 24px 0 24px;
  font: 500 clamp(30px, 3vw, 46px)/1 var(--font-display), serif;
}

.bret-thanks-feature h3 {
  font-size: clamp(50px, 5vw, 74px);
}

.bret-thanks-stage p {
  max-width: 650px;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .72);
  font: clamp(17px, 1.15vw, 19px)/1.72 var(--font-display), serif;
}

.bret-thanks-production {
  padding-left: clamp(34px, 5vw, 76px) !important;
  border-left: 1px solid rgba(219, 23, 53, .48) !important;
  background: transparent !important;
}

.bret-thanks-production h3 {
  max-width: 630px;
  font-size: clamp(39px, 4vw, 58px);
}

.bret-thanks-production > p {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.bret-bill-note {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.bret-bill-note small {
  color: #ed3150;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bret-bill-note strong {
  max-width: 570px;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .78);
  font: 500 clamp(16px, 1.05vw, 18px)/1.6 var(--font-display), serif;
}

.bret-portrait {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(46px, 7vw, 118px);
  align-items: center;
  min-height: 0;
  padding: clamp(70px, 7vw, 110px) 7vw;
  background:
    radial-gradient(circle at 24% 52%, rgba(205, 19, 50, .24), transparent 25%),
    radial-gradient(circle at 77% 28%, rgba(205, 19, 50, .12), transparent 28%),
    #080809;
}

.bret-portrait figure {
  position: relative;
  isolation: isolate;
  justify-self: end;
  width: min(100%, 590px);
  aspect-ratio: 800 / 1006;
  margin: 0;
  background: transparent;
}

.bret-portrait figure::before {
  position: absolute;
  z-index: -1;
  inset: 8% -8% 4%;
  content: "";
  border-radius: 45%;
  background: radial-gradient(ellipse, rgba(219, 23, 53, .5) 0%, rgba(136, 12, 35, .28) 38%, transparent 72%);
  filter: blur(28px);
  transform: translateX(3%);
}

.bret-portrait figure::after {
  position: absolute;
  inset: -1px;
  content: "";
  background:
    linear-gradient(90deg, #080809 0%, transparent 7%, transparent 88%, #080809 100%),
    linear-gradient(0deg, #080809 0%, transparent 8%, transparent 94%, rgba(8, 8, 9, .6) 100%);
  pointer-events: none;
}

.bret-portrait figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  mix-blend-mode: luminosity;
  filter: contrast(1.08) drop-shadow(0 24px 55px rgba(0, 0, 0, .42));
}

.bret-portrait > div {
  width: min(100%, 690px);
  padding: clamp(28px, 4vw, 58px) 0;
}

.bret-attribution {
  margin-top: 14px;
  color: var(--bret-red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bret-finale {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 470px;
  padding: 78px 7vw;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(208, 17, 50, .32), transparent 40%),
    radial-gradient(ellipse at 50% 108%, rgba(124, 22, 74, .2), transparent 44%),
    #050506;
  text-align: center;
}

.bret-finale::before,
.bret-finale::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.bret-finale::before {
  top: 50%;
  width: min(740px, 72vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(219, 23, 53, .68), transparent);
  box-shadow: 0 0 34px rgba(219, 23, 53, .46);
}

.bret-finale::after {
  top: 14%;
  width: min(420px, 48vw);
  height: 72%;
  border: 1px solid rgba(219, 23, 53, .13);
  border-radius: 50%;
  filter: blur(.2px);
}

.bret-finale span {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.bret-finale p {
  margin: 30px 0 0;
  color: #fff;
  font-family: var(--font-display), serif;
  font-size: clamp(56px, 6.4vw, 96px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.055em;
  text-shadow: 0 14px 50px rgba(0, 0, 0, .6);
}

.bret-finale p i {
  display: inline-block;
  margin-top: 7px;
  text-shadow: 0 0 35px rgba(219, 23, 53, .34);
}

@media (max-width: 900px) {
  .bret-hero-copy {
    width: min(760px, 82vw);
  }

  .bret-frame,
  .bret-portrait {
    grid-template-columns: 1fr;
  }

  .bret-frame figure {
    order: -1;
  }

  .bret-gratitude-heading {
    grid-template-columns: 1fr;
  }

  .bret-thanks-stage {
    grid-template-columns: 1fr;
  }

  .bret-thanks-production {
    padding-top: 38px !important;
    padding-left: 0 !important;
    border-top: 1px solid rgba(219, 23, 53, .4) !important;
    border-left: 0 !important;
  }

  .bret-portrait figure {
    justify-self: center;
    width: min(100%, 560px);
  }
}

@media (max-width: 620px) {
  .bret-hero {
    min-height: 820px;
    padding: 160px 20px 62px;
  }

  .bret-hero > img {
    object-position: 58% center;
  }

  .bret-hero-shade {
    background: linear-gradient(0deg, rgba(3, 3, 5, .98) 0%, rgba(3, 3, 5, .67) 48%, rgba(3, 3, 5, .2) 100%);
  }

  .bret-hero-copy {
    width: 100%;
  }

  .bret-hero h1 {
    font-size: clamp(58px, 17vw, 78px);
  }

  .bret-frame,
  .bret-gratitude {
    padding: 68px 20px;
  }

  .bret-portrait {
    gap: 34px;
    padding: 68px 20px;
  }

  .bret-portrait figure,
  .bret-portrait > div {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .bret-frame h2,
  .bret-gratitude h2,
  .bret-portrait h2 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .bret-frame figcaption {
    display: grid;
    gap: 7px;
  }

  .bret-portrait figure {
    width: 100%;
  }

  .bret-portrait > div > p,
  .bret-portrait blockquote {
    overflow-wrap: anywhere;
  }

  .bret-finale {
    min-height: 410px;
    padding: 68px 20px;
  }

  .bret-finale p {
    font-size: clamp(44px, 13vw, 62px);
  }
}

/* Archive-wide responsive guardrails: keep every restored chapter centered. */
.chapter-page,
.dewey-tribute,
.max-tribute,
.carter-chapter,
.placeholder-chapter {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.chapter-page > section,
.dewey-tribute > section,
.max-tribute > section,
.carter-chapter > section,
.placeholder-chapter > section,
.chapter-page > footer,
.dewey-tribute > footer,
.max-tribute > footer,
.carter-chapter > footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.chapter-page section > *,
.dewey-tribute section > *,
.max-tribute section > *,
.carter-chapter section > * {
  min-width: 0;
  max-width: 100%;
}

.chapter-page figure,
.dewey-tribute figure,
.max-tribute figure,
.carter-chapter figure,
.chapter-page img,
.dewey-tribute img,
.max-tribute img,
.carter-chapter img {
  max-width: 100%;
}

.chapter-page p,
.chapter-page h1,
.chapter-page h2,
.chapter-page h3,
.chapter-page blockquote,
.dewey-tribute p,
.dewey-tribute h1,
.dewey-tribute h2,
.dewey-tribute blockquote,
.max-tribute p,
.max-tribute h1,
.max-tribute h2,
.max-tribute blockquote,
.carter-chapter p,
.carter-chapter h1,
.carter-chapter h2,
.carter-chapter blockquote {
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .chapter-page > section,
  .dewey-tribute > section,
  .max-tribute > section,
  .carter-chapter > section {
    margin-inline: auto;
  }

  .chapter-page > footer,
  .dewey-tribute > footer,
  .max-tribute > footer,
  .carter-chapter > footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Full story restorations: Max Hopper and Carter Beauford. */
.max-tribute,
.carter-chapter {
  overflow-x: clip;
  color: #f7f2eb;
  background: #050506;
}

.max-tribute-hero,
.carter-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(390px, .88fr) minmax(0, 1.12fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
  min-height: 100svh;
  padding: clamp(118px, 10vw, 160px) 7vw clamp(72px, 7vw, 108px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 48%, rgba(186, 17, 43, .27), transparent 27%),
    radial-gradient(circle at 84% 20%, rgba(128, 72, 151, .18), transparent 26%),
    linear-gradient(140deg, #050506, #16070b 64%, #050506);
}

.max-tribute-hero::before,
.carter-hero::before {
  position: absolute;
  z-index: -1;
  top: -28%;
  left: 30%;
  width: 290px;
  height: 880px;
  content: "";
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  background: linear-gradient(175deg, rgba(255, 244, 218, .22), transparent 72%);
  filter: blur(18px);
  transform: rotate(8deg);
}

.max-tribute-hero figure,
.carter-hero figure {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #080808;
  box-shadow: 0 36px 105px rgba(0, 0, 0, .64), 0 0 72px rgba(203, 17, 48, .2);
}

.max-tribute-hero figure::before,
.carter-hero figure::before {
  position: absolute;
  z-index: -1;
  inset: 8% -8%;
  content: "";
  border-radius: 45%;
  background: radial-gradient(ellipse, rgba(219, 23, 53, .44), transparent 68%);
  filter: blur(32px);
}

.max-tribute-hero img,
.carter-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.max-tribute-hero img {
  object-position: center 32%;
}

/* Max's opening is intentionally warmer and more intimate than the stage
   chapters. The portrait floats in a soft halo without the theatrical beam. */
.max-tribute-hero {
  grid-template-columns: minmax(380px, .92fr) minmax(0, 1.08fr);
  min-height: min(900px, 100svh);
  padding: clamp(112px, 9vw, 146px) 8vw clamp(74px, 7vw, 104px);
  background:
    radial-gradient(ellipse at 25% 52%, rgba(218, 21, 52, .3), transparent 30%),
    radial-gradient(circle at 77% 32%, rgba(112, 45, 85, .18), transparent 32%),
    linear-gradient(132deg, #050506 0%, #160509 58%, #070508 100%);
}

.max-tribute-hero::before {
  content: none;
}

.max-tribute-hero figure {
  border: 0;
  border-radius: 30px;
  background: transparent;
  box-shadow:
    0 38px 105px rgba(0, 0, 0, .66),
    0 0 0 1px rgba(255, 255, 255, .1),
    0 0 82px rgba(221, 22, 53, .34);
  transform: translateY(-2px);
}

.max-tribute-hero figure::before {
  inset: -12% -14%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(224, 24, 56, .5), rgba(122, 5, 27, .2) 42%, transparent 71%);
  filter: blur(38px);
}

.max-tribute-hero figure::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.max-tribute-hero img {
  border-radius: inherit;
}

.carter-hero img {
  object-position: center;
}

/* Carter's candid photographs should feel like warm, preserved moments—not
   square media blocks. Keep the original crops while letting both frames float
   in a restrained red halo. */
.carter-hero figure,
.carter-photo-story figure {
  position: relative;
  isolation: isolate;
  border-color: rgba(231, 40, 67, .34);
  border-radius: clamp(20px, 2vw, 30px);
  background: #090607;
  box-shadow:
    0 34px 86px rgba(0, 0, 0, .64),
    0 0 0 1px rgba(255, 255, 255, .06),
    0 0 68px rgba(218, 22, 52, .26);
}

.carter-hero figure::before,
.carter-photo-story figure::before {
  position: absolute;
  z-index: -1;
  inset: 7% -8%;
  content: "";
  pointer-events: none;
  border-radius: 44%;
  background: radial-gradient(ellipse, rgba(224, 27, 57, .46), rgba(128, 7, 29, .2) 43%, transparent 72%);
  filter: blur(34px);
}

.carter-hero img,
.carter-photo-story img {
  border-radius: inherit;
  filter: saturate(1.04) contrast(1.015);
}

.max-tribute-hero h1,
.carter-hero h1 {
  margin: 26px 0 30px;
  font-size: clamp(70px, 8vw, 126px);
  line-height: .76;
  letter-spacing: -.06em;
}

.max-tribute-hero h1 i,
.carter-hero h1 i,
.max-tribute-story h2 i,
.carter-encounter h2 i,
.max-tribute-finale i,
.carter-finale i {
  color: #e0203c;
  font-weight: 400;
}

.max-tribute-hero-copy > p:not(.chapter-kicker),
.carter-hero-copy > p:not(.chapter-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, .72);
  font: clamp(18px, 1.4vw, 23px)/1.65 var(--font-display), Georgia, serif;
}

.max-tribute-story,
.carter-encounter {
  display: grid;
  grid-template-columns: minmax(130px, .34fr) minmax(0, 1.66fr);
  gap: clamp(40px, 8vw, 132px);
  padding: clamp(88px, 10vw, 150px) 8vw;
  color: #191616;
  background: linear-gradient(135deg, #f3ede5, #e8edf0 68%, #f1e4de);
}

.max-tribute-story h2,
.carter-encounter h2,
.max-legacy h2,
.carter-photo-story h2 {
  margin: 0;
  font-size: clamp(54px, 6.6vw, 98px);
  line-height: .88;
  letter-spacing: -.055em;
}

.max-tribute-story p,
.carter-encounter p,
.max-legacy p,
.carter-photo-story p {
  max-width: 900px;
  margin: 28px 0 0;
  color: #554f4b;
  font: clamp(18px, 1.3vw, 21px)/1.74 var(--font-display), Georgia, serif;
}

.max-tribute-story blockquote,
.carter-encounter blockquote {
  max-width: 900px;
  margin: 44px 0 0;
  color: #ad152b;
  font-size: clamp(30px, 3.2vw, 48px);
  font-style: normal;
  line-height: 1.18;
}

.max-legacy,
.carter-photo-story {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: center;
  padding: clamp(88px, 10vw, 150px) 8vw;
  background:
    radial-gradient(circle at 19% 60%, rgba(204, 19, 48, .22), transparent 29%),
    linear-gradient(140deg, #050506, #13070a 68%, #050506);
}

.max-legacy figure,
.carter-photo-story figure {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .56), 0 0 60px rgba(208, 20, 50, .16);
}

.max-legacy img,
.carter-photo-story img {
  display: block;
  width: 100%;
  height: auto;
}

/* This declaration follows the shared legacy frame above so the second Carter
   photograph keeps the same warm, rounded treatment as the opening portrait. */
.carter-photo-story figure {
  border-color: rgba(231, 40, 67, .34);
  border-radius: clamp(20px, 2vw, 30px);
  background: #090607;
  box-shadow:
    0 34px 86px rgba(0, 0, 0, .64),
    0 0 0 1px rgba(255, 255, 255, .06),
    0 0 68px rgba(218, 22, 52, .26);
}

.max-legacy p,
.carter-photo-story p {
  color: rgba(255, 255, 255, .68);
}

.max-legacy a,
.carter-photo-story strong {
  display: inline-flex;
  margin-top: 35px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.max-tribute-finale,
.carter-finale {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(52px, 5vw, 72px) 7vw;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(ellipse, rgba(203, 17, 48, .28), transparent 40%), #050506;
}

.max-tribute-finale span,
.carter-finale span {
  color: #e12a43;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.max-tribute-finale p,
.carter-finale p {
  max-width: 980px;
  margin: 22px auto 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.045em;
}

@media (max-width: 900px) {
  .max-tribute-hero,
  .carter-hero,
  .max-tribute-story,
  .carter-encounter,
  .max-legacy,
  .carter-photo-story {
    grid-template-columns: 1fr;
  }

  .max-tribute-hero figure,
  .carter-hero figure {
    order: -1;
  }
}

@media (max-width: 620px) {
  .max-tribute-hero,
  .carter-hero,
  .max-tribute-story,
  .carter-encounter,
  .max-legacy,
  .carter-photo-story {
    gap: 34px;
    padding: 90px 20px 68px;
  }

  .max-tribute-hero h1,
  .carter-hero h1 {
    font-size: clamp(61px, 17vw, 78px);
  }

  .max-tribute-hero {
    min-height: 0;
  }

  .max-tribute-hero figure {
    border-radius: 22px;
  }

  .max-tribute-finale,
  .carter-finale {
    min-height: 0;
    padding: 48px 20px 52px;
  }

  .max-tribute-finale p,
  .carter-finale p {
    margin-top: 20px;
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1;
  }
}

.dewey-tribute {
  color: #f7f2eb;
  background: #050506;
}

.dewey-tribute-hero {
  min-height: min(860px, 100svh);
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(46px, 7vw, 120px);
  padding: clamp(104px, 9vw, 138px) 7vw clamp(72px, 7vw, 104px);
  background: radial-gradient(circle at 18% 34%, rgba(177, 14, 36, .22), transparent 30%), linear-gradient(135deg, #050506, #13070a 66%, #050506);
}

.dewey-tribute-hero figure {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .62), 0 0 65px rgba(190, 14, 38, .14);
}

.dewey-tribute-hero figure::before {
  position: absolute;
  z-index: -1;
  inset: 8% -8%;
  content: "";
  border-radius: 42%;
  background: radial-gradient(ellipse, rgba(201, 18, 48, .42), transparent 68%);
  filter: blur(30px);
}

.dewey-tribute-hero figure img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center 22%;
}

.dewey-tribute-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(78px, 9vw, 142px);
  line-height: .72;
}

.dewey-tribute-hero h1 span {
  margin-bottom: 26px;
  color: #dc1c33;
  font: italic .38em/1 Baskerville, "Iowan Old Style", Georgia, serif;
}

.dewey-tribute-hero > div > p:last-child {
  max-width: 620px;
  margin: 48px 0 0;
  color: rgba(255, 255, 255, .68);
  font: clamp(18px, 1.45vw, 23px)/1.65 Baskerville, "Iowan Old Style", Georgia, serif;
}

.dewey-tribute-story {
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1.66fr);
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(95px, 11vw, 170px) 8vw;
  color: #111;
  background: #f1ece4;
}

.dewey-tribute-story h2,
.dewey-metallica-legacy h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 106px);
  line-height: .88;
  letter-spacing: -.055em;
}

.dewey-tribute-story h2 i,
.dewey-metallica-legacy h2 i {
  color: #b31027;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.dewey-tribute-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 90px);
  margin-top: 62px;
}

.dewey-tribute-columns p,
.dewey-metallica-legacy > div > p {
  margin: 0;
  color: #514d49;
  font: clamp(18px, 1.35vw, 22px)/1.75 Baskerville, "Iowan Old Style", Georgia, serif;
}

.dewey-metallica-legacy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .76fr);
  align-items: center;
  gap: clamp(45px, 8vw, 130px);
  padding: clamp(95px, 11vw, 170px) 8vw;
  background: radial-gradient(circle at 82% 40%, rgba(180, 14, 38, .18), transparent 30%), linear-gradient(140deg, #050608, #0b090d);
}

.dewey-metallica-legacy > div > p {
  max-width: 720px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .67);
}

.dewey-metallica-legacy > div > a {
  display: inline-flex;
  margin-top: 40px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dewey-metallica-legacy > div > a span {
  margin-left: 10px;
  color: #dc1c33;
}

.dewey-metallica-legacy figure {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  background: #09090b;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .48);
}

.dewey-metallica-legacy figure img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.dewey-metallica-legacy figcaption {
  padding: 22px;
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.dewey-tribute-finale {
  position: relative;
  min-height: 0;
  display: grid;
  place-content: center;
  padding: clamp(52px, 5vw, 72px) 7vw;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(204, 16, 43, .26), transparent 42%),
    linear-gradient(180deg, #070607, #100508 54%, #050506);
}

.dewey-tribute-finale::before {
  width: 76px;
  height: 1px;
  margin: 0 auto 22px;
  content: "";
  background: linear-gradient(90deg, transparent, #dc1c33, transparent);
  box-shadow: 0 0 24px rgba(220, 28, 51, .62);
}

.dewey-tribute-finale span {
  color: #dc1c33;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.dewey-tribute-finale p {
  max-width: 980px;
  margin: 22px auto 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}

@media (max-width: 620px) {
  .dewey-tribute-finale {
    padding: 46px 20px 50px;
  }

  .dewey-tribute-finale p {
    margin-top: 20px;
    font-size: clamp(31px, 9.4vw, 42px);
    line-height: 1.03;
  }
}

.dewey-tribute-finale i {
  color: #dc1c33;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
}

.max-tribute-youtube {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.max-tribute-youtube img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: filter .3s ease, transform .3s ease;
}

.max-tribute-youtube .video-badge {
  z-index: 2;
}

.max-tribute-youtube-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background: rgba(205, 16, 41, .95);
  box-shadow: 0 0 0 10px rgba(205, 16, 41, .15), 0 16px 45px rgba(0, 0, 0, .52);
  color: #fff;
  font-size: 25px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}

.max-tribute-youtube:hover img,
.max-tribute-youtube:focus-visible img {
  filter: brightness(1.08);
  transform: scale(1.015);
}

.max-tribute-youtube:hover .max-tribute-youtube-play,
.max-tribute-youtube:focus-visible .max-tribute-youtube-play {
  background: #ef1d3a;
  transform: translate(-50%, -50%) scale(1.08);
}

.max-tribute-youtube:focus-visible {
  outline: 2px solid #ef1d3a;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .dewey-tribute-hero,
  .dewey-metallica-legacy {
    grid-template-columns: 1fr;
  }

  .dewey-tribute-story {
    grid-template-columns: 1fr;
  }

  .dewey-tribute-hero {
    gap: 32px;
    min-height: 0;
    padding-top: 94px;
  }

  .dewey-tribute-hero figure {
    order: 2;
  }

  .dewey-tribute-hero > div {
    order: 1;
  }
}

@media (max-width: 620px) {
  .dewey-tribute-hero,
  .dewey-tribute-story,
  .dewey-metallica-legacy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dewey-tribute-hero h1 {
    font-size: clamp(66px, 20vw, 86px);
  }

  .dewey-tribute-hero {
    padding-top: 88px;
    padding-bottom: 68px;
  }

  .dewey-tribute-hero figure {
    padding: 10px;
  }

  .dewey-tribute-columns {
    grid-template-columns: 1fr;
  }
}

/* Stevie Wonder: Shaun's confirmed 2012 NAMM encounter and film. */
.stevie-chapter {
  --stevie-gold: #e4b950;
  color: #f8f4ed;
  background: #050505;
}

.stevie-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 110px);
  padding: clamp(130px, 13vw, 190px) 7vw clamp(80px, 9vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 32%, rgba(228, 185, 80, .17), transparent 29%),
    radial-gradient(circle at 14% 78%, rgba(167, 17, 39, .18), transparent 31%),
    linear-gradient(135deg, #050505 0%, #090706 60%, #130708 100%);
}

.stevie-hero::before {
  position: absolute;
  z-index: -1;
  top: -32%;
  right: 2%;
  width: clamp(360px, 50vw, 790px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(228, 185, 80, .19);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(228, 185, 80, .025), 0 0 0 140px rgba(228, 185, 80, .018);
}

.stevie-hero-copy {
  position: relative;
  z-index: 2;
}

.stevie-hero-number {
  position: absolute;
  z-index: -1;
  top: -125px;
  left: -28px;
  margin: 0;
  color: transparent;
  font: 220px/.8 var(--font-display), serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .09);
}

.stevie-hero h1 {
  margin: clamp(36px, 4vw, 62px) 0 0;
  font-size: clamp(68px, 8.4vw, 132px);
  line-height: .74;
  letter-spacing: -.07em;
}

.stevie-hero h1 span {
  margin: 0 0 25px .08em;
  color: rgba(255, 255, 255, .8);
  font: 400 .23em/1.1 Baskerville, "Iowan Old Style", Georgia, serif;
  letter-spacing: .02em;
}

.stevie-hero h1 i {
  color: var(--stevie-gold);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.stevie-hero-copy > p:last-child {
  max-width: 580px;
  margin: clamp(38px, 5vw, 66px) 0 0;
  color: rgba(255, 255, 255, .67);
  font: clamp(18px, 1.45vw, 23px)/1.65 Baskerville, "Iowan Old Style", Georgia, serif;
}

.stevie-portrait {
  position: relative;
  margin: 0;
  padding: clamp(12px, 1.4vw, 20px);
  border: 1px solid rgba(228, 185, 80, .28);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 42px 110px rgba(0, 0, 0, .62), 0 0 70px rgba(183, 15, 38, .13);
}

.stevie-portrait::after {
  position: absolute;
  inset: -18px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, .055);
}

.stevie-portrait img {
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(.9);
}

.stevie-portrait figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
  padding: 22px 8px 6px;
}

.stevie-portrait figcaption span,
.stevie-finale span {
  color: var(--stevie-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.stevie-portrait figcaption strong {
  color: rgba(255, 255, 255, .72);
  font: italic 18px/1.4 Baskerville, "Iowan Old Style", Georgia, serif;
}

.stevie-reflection {
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1.66fr);
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(90px, 11vw, 170px) 8vw;
  background:
    radial-gradient(circle at 90% 15%, rgba(228, 185, 80, .08), transparent 24%),
    #f1ede5;
  color: #111;
}

.stevie-reflection h2,
.stevie-finale h2 {
  margin: 0;
  font-size: clamp(54px, 7.3vw, 108px);
  line-height: .88;
  letter-spacing: -.06em;
}

.stevie-reflection h2 i,
.stevie-finale h2 i {
  color: #ad1026;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.stevie-reflection-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 90px);
  margin-top: clamp(48px, 6vw, 82px);
}

.stevie-reflection-columns p {
  margin: 0;
  color: #514d48;
  font: clamp(18px, 1.35vw, 22px)/1.75 Baskerville, "Iowan Old Style", Georgia, serif;
}

.stevie-reflection blockquote {
  max-width: 980px;
  margin: clamp(42px, 6vw, 76px) 0 0;
  padding: 8px 0 8px clamp(24px, 3vw, 42px);
  border-left: 2px solid #ad1026;
  color: #211c18;
  font: italic clamp(24px, 2.5vw, 38px)/1.35 Baskerville, "Iowan Old Style", Georgia, serif;
}

.stevie-reflection blockquote cite {
  display: block;
  margin-top: 20px;
  color: #ad1026;
  font: 800 9px/1.3 var(--font-body), sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.stevie-film {
  padding: clamp(84px, 10vw, 150px) 8vw;
  background:
    radial-gradient(circle at 80% 30%, rgba(228, 185, 80, .12), transparent 31%),
    radial-gradient(circle at 20% 74%, rgba(173, 16, 38, .17), transparent 34%),
    linear-gradient(135deg, #050505, #150609);
}

.stevie-film-heading {
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1.66fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.stevie-film-heading h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: .88;
  letter-spacing: -.06em;
}

.stevie-film-heading h2 i {
  color: var(--stevie-gold);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-weight: 400;
}

.stevie-film-heading > div > p {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .68);
  font: clamp(17px, 1.35vw, 21px)/1.65 Baskerville, "Iowan Old Style", Georgia, serif;
}

.stevie-film > .public-youtube-player {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(228, 185, 80, .32);
  border-radius: 28px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .6), 0 0 76px rgba(173, 16, 38, .18);
}

.stevie-film-player {
  min-height: 280px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #070707;
}

.stevie-finale {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1.66fr);
  align-items: center;
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(90px, 11vw, 170px) 8vw;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .46)),
    radial-gradient(circle at 78% 42%, rgba(228, 185, 80, .16), transparent 31%),
    linear-gradient(135deg, #070707, #18070b);
}

.stevie-finale h2 {
  margin-top: 28px;
}

.stevie-finale > div > p {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .66);
  font: 20px/1.65 Baskerville, "Iowan Old Style", Georgia, serif;
}

@media (max-width: 920px) {
  .stevie-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 120px;
  }

  .stevie-portrait {
    width: min(720px, 100%);
  }

  .stevie-reflection,
  .stevie-film-heading,
  .stevie-finale {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .stevie-hero,
  .stevie-reflection,
  .stevie-film,
  .stevie-finale {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stevie-hero h1 {
    font-size: clamp(64px, 20vw, 82px);
  }

  .stevie-hero-number {
    top: -82px;
    left: -8px;
    font-size: 145px;
  }

  .stevie-portrait figcaption {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stevie-reflection-columns {
    grid-template-columns: 1fr;
  }

  .stevie-film > .public-youtube-player {
    border-radius: 18px;
  }

  .stevie-finale {
    min-height: 560px;
  }
}

@media (max-width: 900px) {
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .connect-page-body { grid-template-columns: 1fr; }
  .front-row-page-story { grid-template-columns: 1fr; grid-template-rows: auto; gap: 18px; border-radius: 0 0 28px 28px; }
  .front-row-page-story .feature-number,
  .front-row-page-story h2,
  .front-row-page-story > p:not(.feature-number),
  .front-row-page-story blockquote,
  .front-row-page-story a { grid-column: 1; grid-row: auto; }
  .films-page-heading { grid-template-columns: 120px minmax(0, 1fr); }
  .sponsors-hero { grid-template-columns: 1fr; gap: 34px; }
  .sponsor-dedication { grid-template-columns: 110px 1fr; }
  .sponsor-dedication > p:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-step-back {
    top: max(16px, env(safe-area-inset-top));
    left: max(84px, calc(env(safe-area-inset-left) + 78px));
    min-height: 40px;
    padding-inline: 12px;
  }

  .destination-hero { padding: 132px 22px 58px; }
  .world-destination .destination-hero { padding: 88px 22px 46px; }
  .world-destination .destination-hero h1 { margin-block: 19px 22px; font-size: clamp(50px, 14vw, 66px); }
  .front-row-page-heading { padding: 92px 22px 50px; }
  .connect-page-heading { padding: 96px 22px 48px; }
  .destination-hero h1,
  .front-row-page-heading h1,
  .connect-page-heading h1,
  .films-page-heading h1 { font-size: clamp(50px, 14.5vw, 70px); }
  .destination-grid { grid-template-columns: 1fr; padding: 0 20px 78px; }
  .destination-card { min-height: 290px; }
  .destination-card small { margin-top: 76px; }
  .destination-card p { font-size: 15px; }
  .front-row-page-feature { padding: 0 16px 78px; }
  .front-row-page-story { padding: 30px 22px; }
  .films-page-heading { justify-items: center; grid-template-columns: 1fr; gap: 22px; padding: 50px 22px 46px; text-align: center; }
  .films-page-heading > img { width: 100px; }
  .films-page-heading > div { width: min(100%, 680px); }
  .films-page-heading .eyebrow { justify-content: center; }
  .films-page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    padding-inline: 20px;
    overflow: visible;
  }
  .films-page-grid > * { width: 100%; max-width: 100%; }
  .films-page-dedication { margin-bottom: 72px; }
  .connect-page-body { padding: 0 18px 78px; }
  .connect-page-links { padding: 25px 22px; }
  .home-partners { padding: 72px 20px 78px; }
  .home-partners-heading { margin-bottom: 48px; }
  .home-partners-heading h2 { font-size: clamp(49px, 14vw, 66px); }
  .home-partners-heading > p:last-child { font-size: 17px; line-height: 1.65; }
  .home-partner-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
  .home-partner-logo { grid-template-rows: 112px auto; padding-top: 16px; }
  .home-partner-center { grid-column: 1 / -1; grid-row: 2; justify-self: center; width: min(100%, 340px); }
  .home-partner-logo img { max-height: 96px; }
  .home-partner-square img { max-width: 94px; }
  .home-partner-center img { max-width: 270px; }
}

.production-form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #f2c5cb;
  font-family: var(--font-display), serif;
  font-size: 17px;
  line-height: 1.5;
}

.owner-login-status {
  max-width: 430px;
  margin: 0;
  color: #f2c5cb;
  font-family: var(--font-display), serif;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 720px) and (max-height: 760px) {
  .hero {
    --mobile-portrait-height: clamp(420px, 64svh, 470px);
  }
}

@media (max-width: 420px) {
  .tip-links {
    grid-template-columns: 1fr;
  }
}

/* Behind the Curtain: the first, owner-friendly homepage feature editor. */
.owner-featured-event {
  border-color: rgba(227, 29, 53, .34);
  background:
    radial-gradient(circle at 16% 9%, rgba(199, 15, 39, .18), transparent 36%),
    linear-gradient(145deg, rgba(14, 8, 10, .97), rgba(4, 5, 6, .98));
}

.owner-featured-layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.owner-featured-preview {
  position: sticky;
  top: 92px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #080405;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .44), 0 0 42px rgba(198, 16, 30, .15);
}

.owner-featured-preview img {
  width: 100%;
  aspect-ratio: 540 / 340;
  object-fit: cover;
  object-position: center 38%;
}

.owner-featured-preview figcaption {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.owner-featured-preview small {
  color: #ec2138;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.owner-featured-preview strong {
  color: #fff;
  font: 500 clamp(25px, 2.6vw, 37px)/1 var(--font-display), serif;
}

.owner-featured-preview span {
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.5;
}

.owner-featured-form {
  margin: 0;
}

.owner-featured-form label > small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.owner-featured-form input[type="file"] {
  min-height: 54px;
  padding: 13px;
}

.owner-featured-form .owner-video-hide {
  border: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
}

@media (max-width: 920px) {
  .owner-featured-layout {
    grid-template-columns: 1fr;
  }

  .owner-featured-preview {
    position: static;
    width: min(620px, 100%);
  }
}

@media (max-width: 620px) {
  .owner-featured-event {
    padding-inline: 16px;
  }

  .owner-featured-preview figcaption {
    padding: 17px;
  }
}

/* Behind the Curtain: responsive owner video studio and public YouTube players. */
.owner-login form > small {
  display: block;
  margin-top: 14px;
  color: #817c7d;
  font-size: 11px;
  line-height: 1.5;
}

.owner-sidebar nav button:disabled {
  cursor: default;
  opacity: .52;
}

.owner-sidebar h1 i {
  color: #d52034;
  font-weight: 400;
}

.owner-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 16px;
  align-items: start;
}

.owner-video-form {
  margin: 0;
}

.owner-video-form label span {
  color: #90989a;
  font-size: 8px;
}

.owner-video-preview > p,
.owner-library-heading p {
  margin: 0;
  color: #bd1529;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.owner-video-preview > h3 {
  margin: 15px 0 24px;
  font-size: clamp(31px, 3vw, 43px);
  line-height: .98;
}

.owner-preview-frame,
.owner-preview-empty {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080808;
  border: 1px solid #1e2223;
}

.owner-preview-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.owner-preview-empty {
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  color: #aeb5b6;
}

.owner-preview-empty span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding-left: 3px;
  border-radius: 50%;
  background: #bd1529;
  color: #fff;
  box-shadow: 0 0 30px #bd15294d;
}

.owner-preview-empty p {
  max-width: 260px;
  margin: 14px auto 0;
  font: 16px/1.5 var(--font-display), serif;
}

.owner-video-preview > small {
  display: block;
  margin-top: 17px;
  color: #71797b;
  font: 15px/1.55 var(--font-display), serif;
}

.owner-studio-status {
  margin: -14px 0 30px;
  padding: 13px 16px;
  border-left: 3px solid #0b69a8;
  background: #fff;
  color: #334346;
  font-size: 13px;
  line-height: 1.5;
}

.owner-studio-status.is-error {
  border-left-color: #bd1529;
  color: #7d1723;
}

.owner-video-library {
  margin-top: 42px;
}

.owner-library-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 20px;
}

.owner-library-heading h3 {
  margin: 10px 0 0;
  color: #15191a;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .9;
}

.owner-library-heading > span {
  color: #687274;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.owner-row-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #b9c2c4;
  color: #4b575a;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.public-youtube-player {
  width: 100%;
  background: #000;
}

.public-youtube-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.public-youtube-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.public-youtube-facade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #030303;
  color: #fff;
  cursor: pointer;
}

.public-youtube-facade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .3s ease, transform .3s ease;
}

.public-youtube-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(62px, 6vw, 82px);
  aspect-ratio: 1;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background: #e3182d;
  box-shadow: 0 0 0 10px rgba(227, 24, 45, .15), 0 18px 50px rgba(0, 0, 0, .54);
  font-size: 25px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}

.public-youtube-badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #e3182d;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.public-youtube-facade:hover img,
.public-youtube-facade:focus-visible img {
  filter: brightness(1.08);
  transform: scale(1.015);
}

.public-youtube-facade:hover .public-youtube-play,
.public-youtube-facade:focus-visible .public-youtube-play {
  background: #f5223c;
  transform: translate(-50%, -50%) scale(1.08);
}

.public-youtube-facade:focus-visible {
  outline: 2px solid #f5223c;
  outline-offset: -4px;
}

.public-youtube-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 18px 16px;
  border-top: 1px solid #ffffff1f;
  background: linear-gradient(90deg, #090909, #13070a);
  color: #f6f1ed;
}

.public-youtube-meta strong {
  font: 21px/1.2 var(--font-display), serif;
}

.public-youtube-meta span {
  color: #aaa19d;
  font-size: 12px;
  line-height: 1.5;
}

.public-youtube-link {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  padding: 9px 11px;
  border: 1px solid #ffffff52;
  border-radius: 999px;
  background: #090909d9;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.camera-film > .public-youtube-player,
.max-concert-film > .public-youtube-player,
.chapter-video > .public-youtube-player {
  display: block;
}

.media-grid > .public-youtube-player {
  align-self: start;
  border: 1px solid #cbd5da;
  background: #080808;
}

.placeholder-slots > .public-youtube-player {
  align-self: start;
  border: 1px solid #383838;
  background: #080808;
}

.chapter-encounter > .public-youtube-player {
  max-width: 1180px;
  margin: 38px auto 0;
}

@media (max-width: 1050px) {
  .owner-video-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .owner-workspace > header a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #aab4b6;
  }

  .owner-notice {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .owner-video-form,
  .owner-video-preview,
  .owner-list > article {
    padding: 24px 20px;
  }

  .owner-library-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .owner-row-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .owner-row-actions button,
  .owner-row-actions a {
    justify-content: center;
    width: 100%;
    min-height: 46px;
  }
}

@media (max-width: 480px) {
  .owner-sidebar nav {
    grid-template-columns: 1fr 1fr;
  }

  .owner-workspace > header h2 {
    font-size: 54px;
  }

  .owner-video-preview > h3 {
    font-size: 34px;
  }

  .public-youtube-link {
    top: 8px;
    right: 8px;
    padding: 8px 9px;
    font-size: 7px;
  }
}

/* Unified navigation: logo left, persistent hamburger menu right. */
.site-menu {
  top: max(22px, env(safe-area-inset-top));
  right: max(22px, env(safe-area-inset-right));
  bottom: auto;
}

.site-menu summary {
  justify-content: center;
  width: 108px;
  min-width: 108px;
  height: 48px;
  min-height: 48px;
  gap: 12px;
  padding: 0 16px;
}

.site-menu-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 23px;
  height: 23px;
}

.site-menu-bars i {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.site-menu[open] .site-menu-bars i:first-child {
  transform: translateY(6px) rotate(45deg);
}

.site-menu[open] .site-menu-bars i:nth-child(2) {
  opacity: 0;
}

.site-menu[open] .site-menu-bars i:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.site-menu nav {
  top: calc(100% + 10px);
  bottom: auto;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(300px, calc(100vw - 44px));
  max-height: calc(100svh - 90px);
  padding: 9px 12px 11px;
  overflow-y: auto;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: linear-gradient(155deg, rgba(17, 9, 11, .97), rgba(5, 6, 7, .98));
  box-shadow: 0 22px 65px rgba(0, 0, 0, .72), 0 0 34px rgba(175, 10, 31, .11);
}

.site-menu-kicker {
  display: block;
  padding: 8px 8px 10px;
  color: rgba(255, 255, 255, .42);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.site-menu nav a,
.site-menu nav a:last-child {
  grid-column: auto;
  justify-content: flex-start;
  gap: 13px;
  min-height: 34px;
  padding: 0 8px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-radius: 0;
  color: rgba(248, 244, 241, .88);
  font-size: 9px;
  letter-spacing: .15em;
  transition: color .2s ease, padding-left .2s ease, background .2s ease;
}

.site-menu nav a:hover,
.site-menu nav a:focus-visible {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(198, 16, 30, .12), transparent);
  color: #fff;
}

.site-menu-index {
  flex: 0 0 19px;
  color: rgba(215, 27, 45, .72);
  font-size: 7px;
  letter-spacing: .06em;
}

.site-menu nav a.site-menu-private {
  margin-top: 4px;
  border-top-color: rgba(215, 27, 45, .32);
  color: #e42a3d;
}

.site-menu summary {
  width: 108px;
  min-width: 108px;
  height: 48px;
  min-height: 48px;
  gap: 12px;
  padding: 0 16px;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(7, 7, 8, .88);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .54), 0 0 20px rgba(183, 12, 31, .1);
}

.site-menu-bars {
  width: 19px;
  height: 19px;
}

.site-menu-label {
  font-size: 8px;
  letter-spacing: .18em;
}

@media (max-width: 760px) {
  .site-menu {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    bottom: auto;
  }

  .site-menu summary {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    gap: 0;
    padding: 11px;
    border-radius: 50%;
  }

  .site-menu nav {
    top: calc(100% + 8px);
    width: min(300px, calc(100vw - 24px));
    max-height: calc(100svh - 74px);
  }

  .site-menu nav a,
  .site-menu nav a:last-child {
    min-height: 39px;
  }

  .site-menu-label {
    display: none;
  }
}

/* Circle of 5th Productions: a compact, editable three-film homepage showcase. */
.circle-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 132px) 5vw clamp(82px, 9vw, 124px);
  background:
    radial-gradient(ellipse at 50% -8%, rgba(221, 28, 49, .25), transparent 37%),
    radial-gradient(ellipse at 8% 48%, rgba(116, 0, 22, .18), transparent 31%),
    radial-gradient(ellipse at 92% 72%, rgba(116, 0, 22, .13), transparent 32%),
    linear-gradient(135deg, #070707 0%, #110507 50%, #060607 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.circle-showcase::before {
  content: "V";
  position: absolute;
  top: -110px;
  left: 50%;
  color: transparent;
  font: 500 clamp(300px, 40vw, 600px)/1 var(--font-display), serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .025);
  transform: translateX(-50%);
  pointer-events: none;
}

.circle-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, .025) 8.1%, transparent 8.2% 91.8%, rgba(255, 255, 255, .025) 91.9%, transparent 92%),
    linear-gradient(180deg, transparent 0 56%, rgba(215, 27, 45, .035) 56.1%, transparent 56.25%);
  pointer-events: none;
}

.circle-showcase-heading {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto clamp(42px, 5vw, 66px);
  text-align: center;
}

.circle-showcase-logo {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 5px rgba(198, 16, 30, .08), 0 0 44px rgba(215, 27, 45, .2), 0 14px 34px rgba(0, 0, 0, .48);
}

.circle-showcase-heading .eyebrow {
  justify-content: center;
  margin-bottom: 22px;
}

.circle-showcase-heading h2 {
  color: #f8f5f0;
  font-size: clamp(51px, 6.2vw, 90px);
  line-height: .9;
  letter-spacing: -.035em;
  text-shadow: 0 15px 45px rgba(0, 0, 0, .45);
}

.circle-showcase-heading h2 em {
  color: #d71b2d;
  font-weight: 400;
  text-shadow: 0 0 36px rgba(215, 27, 45, .18);
}

.circle-showcase-heading > p:last-child {
  max-width: 650px;
  margin: 27px auto 0;
  color: rgba(242, 235, 231, .76);
  font: 20px/1.65 var(--font-display), serif;
}

.circle-video-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  max-width: 1120px;
  margin: 0 auto;
}

.circle-video-card {
  position: relative;
  min-width: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.circle-video-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6%;
  right: 4%;
  left: 4%;
  height: 52%;
  border-radius: 50%;
  background: rgba(160, 0, 25, .22);
  filter: blur(34px);
  opacity: 0;
  transform: scale(.9);
  transition: opacity .35s ease, transform .35s ease;
}

.circle-video-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 370px;
  padding: clamp(20px, 2.4vw, 29px);
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 42%),
    radial-gradient(circle at 75% 28%, rgba(198, 16, 30, .2), transparent 31%),
    #0a0909;
}

.circle-video-placeholder::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .05);
  pointer-events: none;
}

.circle-video-number {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3em;
}

.circle-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  padding-left: 3px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(8, 8, 8, .6);
  color: #e31d35;
  font-size: 14px;
  transform: translate(-50%, -58%);
  box-shadow: 0 0 32px rgba(198, 16, 30, .22);
}

.circle-video-placeholder div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.circle-video-placeholder small {
  margin-bottom: 8px;
  color: #d71b2d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.circle-video-placeholder strong {
  color: #f5f1ec;
  font: 25px/1.05 var(--font-display), serif;
}

.circle-video-placeholder p {
  margin: 9px 0 0;
  color: rgba(232, 226, 222, .5);
  font-size: 11px;
  line-height: 1.45;
}

.circle-video-card > .public-youtube-player {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  background: transparent;
}

.circle-video-card > .public-youtube-player .public-youtube-frame {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), border-color .35s ease, box-shadow .35s ease;
}

.circle-video-card > .public-youtube-player .public-youtube-meta {
  flex: 1 1 auto;
  justify-content: flex-start;
  min-height: 0;
  padding: 23px 6px 8px;
  border: 0;
  background: transparent;
}

.circle-video-card > .public-youtube-player .public-youtube-meta::before {
  content: "";
  width: 34px;
  height: 1px;
  margin-bottom: 10px;
  background: rgba(215, 27, 45, .72);
  box-shadow: 0 0 14px rgba(215, 27, 45, .32);
  transition: width .35s ease, background-color .35s ease;
}

.circle-video-card > .public-youtube-player .public-youtube-meta strong {
  color: #f8f3ef;
  font-size: clamp(21px, 1.9vw, 27px);
  line-height: 1.12;
  transition: color .3s ease;
}

.circle-video-card > .public-youtube-player .public-youtube-meta span {
  display: block;
  overflow: visible;
  max-width: 33em;
  color: rgba(232, 224, 219, .68);
  font-size: 14px;
  line-height: 1.65;
}

@media (hover: hover) {
  .circle-video-card:hover::before,
  .circle-video-card:focus-within::before {
    opacity: 1;
    transform: scale(1.08);
  }

  .circle-video-card:hover > .public-youtube-player .public-youtube-frame,
  .circle-video-card:focus-within > .public-youtube-player .public-youtube-frame {
    border-color: rgba(234, 38, 59, .76);
    transform: translateY(-5px) scale(1.012);
    box-shadow: 0 30px 72px rgba(0, 0, 0, .5), 0 0 34px rgba(198, 16, 30, .18);
  }

  .circle-video-card:hover > .public-youtube-player .public-youtube-meta::before,
  .circle-video-card:focus-within > .public-youtube-player .public-youtube-meta::before {
    width: 72px;
    background: #f02a40;
  }

  .circle-video-card:hover > .public-youtube-player .public-youtube-meta strong,
  .circle-video-card:focus-within > .public-youtube-player .public-youtube-meta strong {
    color: #fff;
  }
}

.circle-dedication {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(30px, 4.5vw, 64px);
  max-width: 1120px;
  margin: clamp(48px, 6vw, 74px) auto 0;
  padding: clamp(36px, 4.5vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background:
    radial-gradient(circle at 8% 34%, rgba(203, 23, 42, .14), transparent 25%),
    linear-gradient(118deg, rgba(255, 255, 255, .035), transparent 58%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .02), 0 30px 90px rgba(0, 0, 0, .2);
}

.circle-dedication-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: start;
  gap: 16px;
  padding-top: 4px;
}

.circle-dedication-mark img {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 7px rgba(198, 16, 30, .07), 0 0 44px rgba(215, 27, 45, .22), 0 18px 40px rgba(0, 0, 0, .45);
}

.circle-dedication-mark span {
  color: rgba(255, 255, 255, .75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.circle-dedication-story {
  min-width: 0;
}

.circle-dedication-credit {
  margin: 0 0 17px;
  color: #d71b2d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.55;
  text-transform: uppercase;
}

.circle-dedication-story h3 {
  margin: 0 0 23px;
  color: #f7f2ed;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: .93;
}

.circle-dedication-story h3 em {
  color: #d71b2d;
  font-weight: 400;
}

.circle-dedication-story > p:not(.circle-dedication-credit):not(.circle-dedication-signature) {
  max-width: 720px;
  margin: 0 0 15px;
  color: rgba(242, 237, 233, .76);
  font: 19px/1.7 var(--font-display), serif;
}

.circle-dedication-story blockquote {
  margin: 28px 0 20px;
  color: rgba(248, 244, 240, .94);
  font: italic clamp(21px, 2.1vw, 29px)/1.45 var(--font-display), serif;
}

.circle-dedication-signature {
  margin: 0;
  color: #f3efeb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.6;
  text-transform: uppercase;
}

.circle-dedication-signature span {
  margin-left: 10px;
  color: #d71b2d;
  font-size: 9px;
}

.circle-showcase-signature {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 13px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .45);
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.circle-showcase-signature strong {
  color: rgba(255, 255, 255, .82);
  font: italic 21px/1 var(--font-display), serif;
  letter-spacing: .01em;
  text-transform: none;
}

@media (max-width: 760px) {
  .circle-showcase {
    padding: 72px 0 78px;
  }

  .circle-showcase-heading {
    margin-bottom: 38px;
    padding: 0 22px;
  }

  .circle-showcase-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .circle-showcase-heading .eyebrow {
    gap: 10px;
    font-size: 9px;
    letter-spacing: .19em;
  }

  .circle-showcase-heading .eyebrow span {
    width: 28px;
  }

  .circle-showcase-heading h2 {
    font-size: clamp(47px, 13.5vw, 61px);
  }

  .circle-showcase-heading > p:last-child {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .circle-video-grid {
    display: flex;
    gap: 14px;
    max-width: none;
    padding: 0 22px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(215, 27, 45, .65) rgba(255, 255, 255, .08);
  }

  .circle-video-card {
    flex: 0 0 min(78vw, 310px);
    min-height: 0;
    scroll-snap-align: center;
  }

  .circle-video-card:first-child {
    scroll-snap-align: start;
  }

  .circle-video-card > .public-youtube-player .public-youtube-meta {
    padding: 20px 3px 5px;
  }

  .circle-video-card > .public-youtube-player .public-youtube-meta strong {
    font-size: 22px;
  }

  .circle-video-card > .public-youtube-player .public-youtube-meta span {
    font-size: 13px;
    line-height: 1.58;
  }

  .circle-dedication {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 46px 22px 0;
    padding: 30px 22px 34px;
  }

  .circle-dedication-mark {
    flex-direction: row;
    justify-content: flex-start;
  }

  .circle-dedication-mark img {
    width: 66px;
    height: 66px;
  }

  .circle-dedication-mark span {
    text-align: left;
  }

  .circle-dedication-story h3 {
    font-size: clamp(39px, 11.7vw, 53px);
  }

  .circle-dedication-story > p:not(.circle-dedication-credit):not(.circle-dedication-signature) {
    font-size: 17px;
    line-height: 1.62;
  }

  .circle-dedication-story blockquote {
    font-size: 21px;
  }

  .circle-dedication-signature span {
    display: block;
    margin: 4px 0 0;
  }

  .circle-showcase-signature {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
  }
}

/* Ruth Eckerd Hall chapter: a restrained thank-you to the people who opened the stage. */
.ruth-chapter { background: #0a0c10; }
.ruth-hero::after { background: linear-gradient(90deg, rgba(0, 8, 20, .86), rgba(0, 10, 28, .28) 62%, rgba(0, 0, 0, .7)), linear-gradient(0deg, #0a0c10, transparent 42%); }
.ruth-hero .placeholder-hero-image { filter: saturate(.92) contrast(1.05); }
.ruth-belief,
.ruth-people,
.ruth-gratitude,
.ruth-film { position: relative; overflow: hidden; }
.ruth-belief {
  display: grid;
  grid-template-columns: minmax(130px, .38fr) minmax(0, 1.62fr);
  gap: clamp(34px, 8vw, 130px);
  padding: clamp(88px, 10vw, 148px) 8vw;
  background: radial-gradient(circle at 82% 10%, rgba(27, 123, 180, .12), transparent 32%), #f1ede5;
  color: #111;
}
.ruth-belief > div { max-width: 850px; }
.ruth-prelude { margin: 0 0 24px !important; color: #1773a8 !important; font: 700 9px/1.5 var(--font-sans), sans-serif !important; letter-spacing: .2em; text-transform: uppercase; }
.ruth-belief h2,
.ruth-people h2,
.ruth-gratitude h2 { margin: 0 0 33px; font-size: clamp(54px, 6.2vw, 88px); letter-spacing: -.05em; line-height: .9; }
.ruth-belief h2 i,
.ruth-people h2 i,
.ruth-gratitude h2 i { color: #177bb4; font-weight: 400; }
.ruth-belief > div > p:not(.ruth-prelude) { max-width: 790px; color: #4d4c49; font: 18px/1.75 var(--font-display), serif; }
.ruth-belief > div > p + p { margin-top: 19px; }
.ruth-belief blockquote { max-width: 720px; margin: 40px 0 0; border-left-color: #177bb4; color: #172b3a; font-size: clamp(25px, 3vw, 37px); line-height: 1.35; }
.ruth-belief blockquote span { display: block; margin-top: 17px; color: #1773a8; font: 700 9px/1.4 var(--font-sans), sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.ruth-people { display: grid; grid-template-columns: 1.12fr .88fr; background: radial-gradient(circle at 86% 20%, rgba(23, 123, 180, .18), transparent 34%), #080b10; color: #fff; }
.ruth-people figure { min-height: 650px; margin: 0; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(23,123,180,.08), transparent 68%), #080b10; }
.ruth-people figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, #080b10), linear-gradient(0deg, rgba(0, 0, 0, .48), transparent 35%); pointer-events: none; }
.ruth-people figure img { width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: center; }
.ruth-people figcaption { position: absolute; z-index: 1; right: 38px; bottom: 30px; left: 38px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.ruth-people > div { align-self: center; padding: clamp(65px, 8vw, 115px) clamp(38px, 7vw, 105px); }
.ruth-people > div > p:not(.chapter-index):not(.ruth-staff-note) { color: rgba(255,255,255,.7); font: 17px/1.72 var(--font-display), serif; }
.ruth-people > div > p + p { margin-top: 18px; }
.ruth-staff-note { margin-top: 32px !important; padding: 22px 0 0 22px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid #177bb4; color: #fff; font: italic 20px/1.55 var(--font-display), serif; }
.ruth-gratitude { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(45px, 8vw, 125px); padding: clamp(85px, 10vw, 145px) 8vw; background: linear-gradient(135deg, #e8f1f2, #f4eee6 64%, #e9e0da); color: #151515; }
.ruth-gratitude::after { content: "02"; position: absolute; right: -3vw; bottom: -7vw; color: transparent; -webkit-text-stroke: 1px rgba(23, 123, 180, .11); font: 22vw/1 var(--font-display), serif; pointer-events: none; }
.ruth-gratitude > img { position: relative; z-index: 1; width: 100%; mix-blend-mode: multiply; }
.ruth-gratitude > div { position: relative; z-index: 1; max-width: 700px; }
.ruth-gratitude > div > p:not(.chapter-index) { color: #55514d; font: 18px/1.72 var(--font-display), serif; }
.ruth-gratitude > div > p + p { margin-top: 18px; }
.ruth-gratitude a { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; margin-top: 30px; padding: 0 0 8px; border-bottom: 1px solid rgba(23, 123, 180, .55); color: #0b638f; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ruth-film { display: grid; grid-template-columns: minmax(130px, .38fr) minmax(0, 1.62fr); gap: clamp(34px, 8vw, 130px); padding: 74px 8vw; background: #0a0c10; color: #fff; }
.ruth-film article { min-height: 180px; padding: 30px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(135deg, rgba(23,123,180,.12), transparent 54%); }
.ruth-film article > span { color: #4ea3d3; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.ruth-film article h3 { margin-top: 42px; font-size: clamp(32px, 4vw, 52px); }
.ruth-film article p { margin: 12px 0 0; color: rgba(255,255,255,.58); font: 16px/1.6 var(--font-display), serif; }

@media (max-width: 900px) {
  .ruth-belief,
  .ruth-film { grid-template-columns: 1fr; }
  .ruth-people,
  .ruth-gratitude { grid-template-columns: 1fr; }
  .ruth-people figure { min-height: 0; aspect-ratio: 2 / 1; }
  .ruth-people figure::after { background: linear-gradient(0deg, #080b10, transparent 30%); }
  .ruth-gratitude > img { max-width: 520px; }
}

@media (max-width: 700px) {
  .ruth-belief,
  .ruth-gratitude,
  .ruth-film { padding: 66px 20px; }
  .ruth-belief h2,
  .ruth-people h2,
  .ruth-gratitude h2 { font-size: clamp(45px, 13vw, 62px); }
  .ruth-belief > div > p:not(.ruth-prelude),
  .ruth-people > div > p:not(.chapter-index):not(.ruth-staff-note),
  .ruth-gratitude > div > p:not(.chapter-index) { font-size: 17px; line-height: 1.64; }
  .ruth-people figure { min-height: 0; aspect-ratio: 2 / 1; }
  .ruth-people > div { padding: 58px 20px 66px; }
  .ruth-people figcaption { right: 20px; bottom: 17px; left: 20px; }
  .ruth-staff-note { font-size: 18px; }
  .ruth-film article h3 { margin-top: 30px; }
}

/* Ruth Eckerd Hall storybook revision: place, stage, and people in one visual narrative. */
.ruth-storybook { background: #080b12; }
.ruth-story-hero,
.ruth-story-opening,
.ruth-story-people,
.ruth-story-gratitude { position: relative; overflow: hidden; }
.ruth-story-hero {
  min-height: 880px;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(44px, 5vw, 90px);
  padding: 130px 6vw 92px;
  background: radial-gradient(circle at 18% 18%, rgba(21,121,175,.24), transparent 26%), radial-gradient(circle at 76% 80%, rgba(117,42,91,.23), transparent 34%), #070a10;
  color: #fff;
}
.ruth-story-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.025), transparent 32%, rgba(255,255,255,.018) 66%, transparent); pointer-events: none; }
.ruth-story-hero-copy { position: relative; z-index: 2; max-width: 610px; }
.ruth-story-hero-copy .chapter-kicker { color: #70c7ed; }
.ruth-story-number { position: absolute; top: -128px; left: -17px; margin: 0; color: transparent; -webkit-text-stroke: 1px rgba(112,199,237,.32); font: 180px/.8 var(--font-display), serif; letter-spacing: -.08em; pointer-events: none; }
.ruth-story-hero h1 { position: relative; margin: 44px 0 28px; font-size: clamp(65px, 7.6vw, 118px); letter-spacing: -.065em; line-height: .78; }
.ruth-story-hero h1 span { display: block; margin-bottom: 18px; color: rgba(255,255,255,.7); font: italic 28px/1.05 var(--font-display), serif; letter-spacing: -.02em; }
.ruth-story-hero-copy > p:last-child { max-width: 560px; color: rgba(255,255,255,.68); font: 19px/1.65 var(--font-display), serif; }
.ruth-hero-collage { position: relative; z-index: 1; min-width: 0; height: clamp(600px, 63vw, 760px); display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(12, 1fr); }
.ruth-hero-collage::before { content: ""; position: absolute; inset: 8% 5% 2% 10%; border: 1px solid rgba(112,199,237,.18); transform: rotate(1.5deg); }
.ruth-hero-collage figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.24); background: #07090d; box-shadow: 0 32px 75px rgba(0,0,0,.45); }
.ruth-hero-collage figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 45%); pointer-events: none; }
.ruth-hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.ruth-hero-collage figcaption { position: absolute; z-index: 2; right: 18px; bottom: 14px; color: rgba(255,255,255,.74); font-size: 8px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.ruth-collage-venue { z-index: 1; grid-column: 1 / 10; grid-row: 1 / 8; transform: rotate(-1.2deg); }
.ruth-collage-stage { z-index: 3; grid-column: 6 / 13; grid-row: 6 / 13; transform: rotate(1.3deg); }
.ruth-collage-people { z-index: 4; grid-column: 1 / 7; grid-row: 8 / 12; transform: translate(4%, 4%) rotate(-.5deg); }
.ruth-collage-people img { object-fit: contain; }
.ruth-story-opening {
  display: grid;
  grid-template-columns: minmax(110px, .27fr) minmax(0, 1.73fr);
  gap: clamp(45px, 8vw, 140px);
  padding: clamp(110px, 12vw, 180px) 8vw;
  background: radial-gradient(circle at 72% 12%, rgba(74,26,70,.29), transparent 28%), linear-gradient(140deg, #100d13, #071522 78%);
  color: #fff;
}
.ruth-story-opening::after { content: "BELIEF"; position: absolute; right: -3vw; bottom: -2vw; color: transparent; -webkit-text-stroke: 1px rgba(112,199,237,.075); font: 15vw/.8 var(--font-sans), sans-serif; font-weight: 800; letter-spacing: -.06em; pointer-events: none; }
.ruth-story-rail { position: relative; z-index: 1; padding-top: 13px; }
.ruth-story-rail span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(112,199,237,.42); font: 92px/.8 var(--font-display), serif; }
.ruth-story-rail p { margin: 28px 0 0; color: #70c7ed; font-size: 8px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; writing-mode: vertical-rl; }
.ruth-story-opening-copy { position: relative; z-index: 1; max-width: 1060px; }
.ruth-story-prelude { margin: 0 0 28px; color: #70c7ed; font-size: 9px; font-weight: 700; letter-spacing: .2em; line-height: 1.5; text-transform: uppercase; }
.ruth-story-opening h2,
.ruth-story-people h2,
.ruth-story-gratitude h2 { margin: 0; font-size: clamp(59px, 7.2vw, 108px); letter-spacing: -.06em; line-height: .87; }
.ruth-story-opening h2 i,
.ruth-story-people h2 i,
.ruth-story-gratitude h2 i { color: #27a5dc; font-weight: 400; }
.ruth-story-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 80px); max-width: 940px; margin-top: 54px; }
.ruth-story-columns p { margin: 0; color: rgba(255,255,255,.67); font: 17px/1.75 var(--font-display), serif; }
.ruth-story-opening blockquote { max-width: 900px; margin: 68px 0 0; padding: 4px 0 4px clamp(28px, 4vw, 60px); border-left: 1px solid #27a5dc; color: #f5eee4; font: italic clamp(29px, 3.5vw, 51px)/1.3 var(--font-display), serif; }
.ruth-story-opening blockquote span,
.ruth-story-people blockquote span { display: block; margin-top: 22px; color: #70c7ed; font: 700 8px/1.5 var(--font-sans), sans-serif; letter-spacing: .23em; text-transform: uppercase; }
.ruth-stage-memories { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; max-width: 900px; margin-top: 72px; background: rgba(255,255,255,.14); }
.ruth-stage-memories article { min-height: 128px; padding: 28px 30px; background: rgba(8,15,23,.94); }
.ruth-stage-memories small { display: block; color: #70c7ed; font-size: 8px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.ruth-stage-memories strong { display: block; margin-top: 23px; color: rgba(255,255,255,.88); font: 18px/1.55 var(--font-display), serif; }
.ruth-story-people { display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(430px, .95fr); align-items: stretch; background: radial-gradient(circle at 76% 18%, rgba(32,145,196,.1), transparent 30%), #eee8df; color: #111; }
.ruth-story-people figure { min-width: 0; min-height: 700px; display: grid; place-items: center; margin: 0; position: relative; overflow: hidden; background: #080b10; }
.ruth-story-people figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 74%, rgba(8,11,16,.72)), linear-gradient(0deg, rgba(0,0,0,.54), transparent 33%); pointer-events: none; }
.ruth-story-people figure img { width: 100%; height: auto; max-height: 100%; object-fit: contain; }
.ruth-story-people figcaption { position: absolute; z-index: 1; right: 32px; bottom: 24px; left: 32px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 700; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.ruth-story-people > div { align-self: center; padding: clamp(85px, 9vw, 145px) clamp(45px, 7vw, 110px); }
.ruth-story-people > div > p:not(.chapter-index) { color: #56514c; font: 17px/1.72 var(--font-display), serif; }
.ruth-story-people > div > p + p { margin-top: 19px; }
.ruth-story-people blockquote { margin: 42px 0 0; padding: 20px 0 0 25px; border-top: 1px solid rgba(20,70,95,.18); border-left: 1px solid #218ab9; color: #152a37; font: italic 24px/1.45 var(--font-display), serif; }
.ruth-story-people blockquote span { margin-top: 14px; color: #177aa8; }
.ruth-story-gratitude { min-height: 850px; display: grid; align-items: center; padding: clamp(100px, 12vw, 170px) 8vw; background: #05080d; color: #fff; }
.ruth-gratitude-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; filter: saturate(.9) contrast(1.08); }
.ruth-story-gratitude::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,12,.97) 0%, rgba(3,7,12,.88) 45%, rgba(3,7,12,.46) 76%, rgba(3,7,12,.66)), linear-gradient(0deg, #05080d, transparent 36%, rgba(3,7,12,.3)); }
.ruth-story-gratitude-copy { position: relative; z-index: 1; max-width: 790px; }
.ruth-story-gratitude-copy > p:not(.chapter-index) { max-width: 690px; color: rgba(255,255,255,.7); font: 18px/1.72 var(--font-display), serif; }
.ruth-story-gratitude-copy > p + p { margin-top: 18px; }
.ruth-story-gratitude h2 { margin: 28px 0 45px; }
.ruth-official-signature { display: inline-grid; grid-template-columns: minmax(190px, 280px) auto; align-items: center; gap: 28px; min-width: min(620px, 100%); margin-top: 55px; padding: 18px 28px 18px 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: #fff; backdrop-filter: blur(8px); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.ruth-official-signature:hover { border-color: rgba(112,199,237,.72); background: rgba(255,255,255,.11); transform: translateY(-2px); }
.ruth-official-signature img { width: 100%; padding: 10px; background: rgba(255,255,255,.93); }
.ruth-official-signature span { font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.ruth-official-signature small { display: block; margin-bottom: 7px; color: #70c7ed; font-size: 7px; letter-spacing: .18em; }
.ruth-official-signature b { margin-left: 12px; color: #70c7ed; }

@media (max-width: 1100px) {
  .ruth-story-hero { grid-template-columns: .8fr 1.2fr; padding-right: 3vw; padding-left: 5vw; }
  .ruth-hero-collage { height: 620px; }
  .ruth-story-people { grid-template-columns: 1fr; }
  .ruth-story-people figure { min-height: 0; aspect-ratio: 2 / 1; }
}

@media (max-width: 820px) {
  .ruth-story-hero { min-height: 0; grid-template-columns: 1fr; gap: 48px; padding: 130px 20px 70px; }
  .ruth-story-hero-copy { padding: 0 8px; }
  .ruth-story-number { top: -90px; left: 0; font-size: 125px; }
  .ruth-story-hero h1 { margin-top: 35px; font-size: clamp(54px, 15vw, 78px); }
  .ruth-story-hero h1 span { font-size: 22px; }
  .ruth-hero-collage { height: min(126vw, 620px); }
  .ruth-collage-venue { grid-column: 1 / 12; grid-row: 1 / 8; }
  .ruth-collage-stage { grid-column: 6 / 13; grid-row: 6 / 13; }
  .ruth-collage-people { grid-column: 1 / 8; grid-row: 8 / 12; }
  .ruth-story-opening { grid-template-columns: 1fr; gap: 34px; padding: 88px 20px; }
  .ruth-story-rail { display: flex; align-items: center; gap: 18px; }
  .ruth-story-rail span { font-size: 62px; }
  .ruth-story-rail p { margin: 0; writing-mode: initial; }
  .ruth-story-opening h2,
  .ruth-story-people h2,
  .ruth-story-gratitude h2 { font-size: clamp(49px, 13.5vw, 70px); }
  .ruth-story-columns { grid-template-columns: 1fr; gap: 20px; margin-top: 38px; }
  .ruth-story-opening blockquote { margin-top: 46px; font-size: clamp(27px, 8vw, 38px); }
  .ruth-stage-memories { grid-template-columns: 1fr; margin-top: 48px; }
  .ruth-stage-memories article { min-height: 112px; }
  .ruth-story-people figure { aspect-ratio: 2 / 1; }
  .ruth-story-people > div { padding: 74px 20px 82px; }
  .ruth-story-gratitude { min-height: 790px; padding: 96px 20px; }
  .ruth-story-gratitude::after { background: linear-gradient(90deg, rgba(3,7,12,.94), rgba(3,7,12,.76)), linear-gradient(0deg, #05080d, transparent 38%); }
  .ruth-official-signature { grid-template-columns: 1fr; min-width: 0; width: 100%; gap: 18px; padding: 14px; }
  .ruth-official-signature img { max-width: 320px; }
}

@media (max-width: 480px) {
  .ruth-hero-collage { height: 500px; }
  .ruth-collage-venue { grid-column: 1 / 13; }
  .ruth-collage-stage { grid-column: 5 / 13; }
  .ruth-collage-people { grid-column: 1 / 9; }
  .ruth-story-opening blockquote { padding-left: 22px; }
  .ruth-story-people figcaption { right: 16px; bottom: 12px; left: 16px; }
}

/* Ruth Eckerd Hall final art direction: one warm, feathered story instead of boxed modules. */
.ruth-storybook {
  background: #050609;
  color: #fff;
}
.ruth-storybook .chapter-nav {
  background: rgba(4, 5, 8, .78);
  border-bottom-color: rgba(255, 255, 255, .11);
  backdrop-filter: blur(12px);
}
.ruth-story-hero {
  min-height: clamp(720px, 80vh, 930px);
  display: flex;
  align-items: flex-end;
  padding: clamp(150px, 19vh, 240px) 7vw clamp(74px, 9vw, 120px);
  background: #050609;
  isolation: isolate;
}
.ruth-story-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.08) contrast(1.04);
}
.ruth-story-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 65% 50%, transparent 25%, rgba(2, 3, 6, .34) 70%, rgba(2, 3, 6, .84) 100%),
    linear-gradient(90deg, rgba(2, 3, 6, .9) 0%, rgba(2, 3, 6, .52) 48%, rgba(2, 3, 6, .12) 78%),
    linear-gradient(0deg, #050609 0%, rgba(5, 6, 9, .72) 20%, transparent 55%, rgba(3, 4, 7, .26) 100%);
}
.ruth-story-hero::after {
  background: radial-gradient(circle at 27% 61%, rgba(39, 165, 220, .16), transparent 35%);
}
.ruth-story-hero-copy {
  width: min(850px, 86vw);
  max-width: none;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .9);
}
.ruth-story-number {
  top: -170px;
  left: -2vw;
  font-size: clamp(128px, 16vw, 250px);
  -webkit-text-stroke-color: rgba(112, 199, 237, .2);
}
.ruth-story-hero h1 {
  max-width: 1050px;
  margin: 34px 0 28px;
  font-size: clamp(72px, 8.8vw, 138px);
  line-height: .8;
}
.ruth-story-hero h1 span {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(24px, 2.5vw, 38px);
}
.ruth-story-hero-copy > p:last-child {
  max-width: 750px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.55;
}
.ruth-story-opening {
  grid-template-columns: minmax(145px, .22fr) minmax(0, 1.78fr);
  background:
    linear-gradient(0deg, #06080d 0%, rgba(6, 8, 13, .88) 4%, transparent 19%),
    radial-gradient(circle at 82% 16%, rgba(74, 26, 70, .28), transparent 30%),
    radial-gradient(circle at 12% 68%, rgba(18, 115, 165, .17), transparent 32%),
    linear-gradient(140deg, #09080d, #07111b 78%);
  padding-top: clamp(105px, 11vw, 165px);
  padding-bottom: clamp(110px, 12vw, 180px);
}
.ruth-story-opening h2,
.ruth-story-people h2,
.ruth-story-gratitude h2 {
  text-wrap: balance;
}

.ruth-story-opening .ruth-story-rail {
  padding-top: 5px;
}

.ruth-story-opening .ruth-story-rail span {
  color: #d4b36f;
  -webkit-text-stroke: 0;
  font: italic clamp(58px, 5vw, 82px)/.9 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  text-shadow: 0 0 30px rgba(212, 179, 111, .12);
}

.ruth-story-opening .ruth-story-rail p {
  width: 130px;
  margin-top: 24px;
  color: #e5cf9f;
  font: italic clamp(18px, 1.35vw, 23px)/1.3 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: .02em;
  text-transform: none;
  writing-mode: initial;
}

.ruth-story-opening .ruth-story-rail p::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, #d4b36f, transparent);
}

.ruth-story-opening-copy {
  width: min(1500px, 100%);
  max-width: none;
}
.ruth-story-columns {
  max-width: 1400px;
  gap: clamp(40px, 6vw, 92px);
}

.ruth-story-opening blockquote,
.ruth-stage-memories {
  max-width: 1350px;
}

.ruth-bobby-moment {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(310px, .78fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
  margin: clamp(70px, 8vw, 115px) 0 0;
}

.ruth-bobby-moment > div {
  position: relative;
  overflow: hidden;
  background: #080b10;
}

.ruth-bobby-moment > div::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #080b10 0%, transparent 9%, transparent 91%, #080b10 100%),
    linear-gradient(0deg, #080b10 0%, transparent 10%, transparent 90%, #080b10 100%);
}

.ruth-bobby-moment img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.98) contrast(1.03);
}

.ruth-bobby-moment figcaption span {
  display: block;
  color: #d4b36f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ruth-bobby-moment figcaption strong {
  display: block;
  max-width: 510px;
  margin-top: 24px;
  color: #f7f1e8;
  font: italic clamp(34px, 3.3vw, 52px)/1.3 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -.018em;
}
.ruth-story-columns p,
.ruth-story-opening-copy > p,
.ruth-story-people > div > p:not(.chapter-index),
.ruth-story-gratitude-copy > p:not(.chapter-index) {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.75;
}
.ruth-stage-memories {
  gap: 32px;
  background: transparent;
}
.ruth-stage-memories article {
  min-height: 0;
  padding: 25px 0 10px;
  background: transparent;
  border-top: 1px solid rgba(112, 199, 237, .34);
}
.ruth-stage-memories strong {
  font-size: clamp(18px, 1.6vw, 24px);
}
.ruth-story-people {
  min-height: 850px;
  grid-template-columns: minmax(480px, 1.08fr) minmax(430px, .92fr);
  background: #06080d;
  color: #fff;
}
.ruth-story-people::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 22%, rgba(31, 137, 187, .12), transparent 30%);
}
.ruth-story-people figure {
  min-height: 850px;
  background: #06080d;
}
.ruth-story-people figure::after {
  background:
    linear-gradient(90deg, transparent 54%, #06080d 98%),
    linear-gradient(0deg, #06080d 0%, transparent 27%, transparent 72%, #06080d 100%);
}
.ruth-story-people figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.9) contrast(1.03);
}
.ruth-story-people > div {
  position: relative;
  z-index: 2;
  padding: clamp(76px, 7vw, 112px) clamp(34px, 5vw, 78px);
}
.ruth-story-people h2 {
  font-size: clamp(54px, 4.8vw, 76px);
  line-height: .9;
}
.ruth-story-people blockquote {
  border-top-color: rgba(112, 199, 237, .2);
  color: #f5eee4;
  font-size: clamp(24px, 2.2vw, 34px);
}
.ruth-story-gratitude {
  min-height: 820px;
}
.ruth-story-gratitude::after {
  background:
    radial-gradient(ellipse at 68% 48%, transparent 14%, rgba(3, 7, 12, .34) 69%, #05080d 100%),
    linear-gradient(90deg, rgba(3, 7, 12, .97) 0%, rgba(3, 7, 12, .84) 48%, rgba(3, 7, 12, .31) 82%),
    linear-gradient(0deg, #05080d, transparent 40%, rgba(3, 7, 12, .34));
}
.ruth-official-signature {
  grid-template-columns: minmax(180px, 260px) auto;
  min-width: min(590px, 100%);
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(112, 199, 237, .36);
  background: transparent;
  backdrop-filter: none;
}
.ruth-official-signature:hover {
  border-color: rgba(112, 199, 237, .8);
  background: transparent;
}
.ruth-official-signature img {
  padding: 9px;
  background: rgba(255, 255, 255, .94);
}

.ruth-venue-invitation {
  max-width: 760px;
  margin-top: clamp(48px, 6vw, 76px);
  padding: 30px 0 5px clamp(25px, 3vw, 42px);
  border-top: 1px solid rgba(112, 199, 237, .3);
  border-left: 1px solid #d4b36f;
}

.ruth-venue-invitation strong {
  display: block;
  color: #f8f2e8;
  font: italic clamp(30px, 2.9vw, 45px)/1.28 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -.018em;
}

.ruth-venue-invitation p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .75);
  font: clamp(18px, 1.35vw, 22px)/1.7 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}
.ruth-film {
  grid-template-columns: minmax(90px, .25fr) minmax(0, 1.75fr);
  align-items: start;
  gap: clamp(38px, 8vw, 130px);
  padding: 95px 8vw 105px;
  background: linear-gradient(140deg, #07090d, #09131b);
}
.ruth-film article {
  min-height: 0;
  padding: 28px 0 0;
  border: 0;
  border-top: 1px solid rgba(112, 199, 237, .3);
  background: transparent;
}
.ruth-film article span {
  color: #70c7ed;
}
.ruth-film article h3 {
  margin: 24px 0 12px;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: .95;
}
.ruth-film article p {
  color: rgba(255, 255, 255, .67);
  font-size: 18px;
}

@media (max-width: 1100px) {
  .ruth-story-hero { display: flex; padding-right: 5vw; padding-left: 5vw; }
  .ruth-bobby-moment { grid-template-columns: 1fr; }
  .ruth-story-people { grid-template-columns: 1fr; }
  .ruth-story-people figure { min-height: 0; aspect-ratio: 16 / 9; }
  .ruth-story-people figure::after { background: linear-gradient(0deg, #06080d 0%, transparent 42%, rgba(6, 8, 13, .08) 70%, #06080d 100%); }
  .ruth-story-people > div { max-width: 850px; padding: 55px 7vw 110px; }
}

@media (max-width: 820px) {
  .ruth-story-hero {
    min-height: 720px;
    display: flex;
    align-items: flex-end;
    gap: 0;
    padding: 150px 20px 66px;
  }
  .ruth-story-hero-image { object-position: center 48%; }
  .ruth-story-hero::before {
    background: linear-gradient(0deg, #050609 0%, rgba(5, 6, 9, .86) 32%, rgba(3, 4, 7, .24) 70%, rgba(3, 4, 7, .38) 100%);
  }
  .ruth-story-hero-copy { width: 100%; padding: 0; }
  .ruth-story-number { top: -112px; left: 0; font-size: 130px; }
  .ruth-story-hero h1 { margin-top: 26px; font-size: clamp(55px, 15.5vw, 80px); }
  .ruth-story-hero h1 span { margin-bottom: 13px; font-size: 21px; }
  .ruth-story-hero-copy > p:last-child { font-size: 18px; line-height: 1.5; }
  .ruth-story-opening { grid-template-columns: 1fr; }
  .ruth-story-columns { grid-template-columns: 1fr; }
  .ruth-bobby-moment { grid-template-columns: 1fr; gap: 30px; margin-top: 54px; }
  .ruth-bobby-moment figcaption strong { margin-top: 15px; font-size: clamp(29px, 8.2vw, 39px); }
  .ruth-story-people figure { aspect-ratio: 16 / 10; }
  .ruth-story-people > div { padding: 50px 20px 82px; }
  .ruth-story-gratitude { min-height: 760px; }
  .ruth-official-signature { grid-template-columns: 1fr; }
  .ruth-film { grid-template-columns: 1fr; gap: 20px; padding: 72px 20px 90px; }
}

@media (max-width: 480px) {
  .ruth-story-hero { min-height: 690px; }
  .ruth-story-people figure { aspect-ratio: 4 / 3; }
  .ruth-story-opening blockquote { font-size: 27px; }
  .ruth-official-signature img { max-width: 280px; }
}

/* Ruth staff chapter: headline, complete portrait, then the story. */
.ruth-story-people {
  min-height: 0;
  display: block;
  padding: clamp(92px, 10vw, 150px) 7vw clamp(76px, 7vw, 105px);
  background:
    radial-gradient(circle at 84% 12%, rgba(34, 167, 221, .14), transparent 26%),
    radial-gradient(circle at 12% 74%, rgba(184, 145, 72, .08), transparent 31%),
    linear-gradient(150deg, #050609, #0a080c 62%, #06070a);
}

.ruth-story-people::after {
  background: linear-gradient(115deg, rgba(255, 255, 255, .018), transparent 36%, rgba(34, 167, 221, .025));
}

.ruth-people-heading,
.ruth-story-people figure,
.ruth-people-story {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.ruth-story-people figure {
  width: min(1240px, 100%);
}

.ruth-people-heading {
  margin-bottom: clamp(46px, 6vw, 82px);
}

.ruth-people-heading .chapter-index {
  margin-bottom: 22px;
  color: #d2b06a;
  font-size: 11px;
  letter-spacing: .22em;
}

.ruth-story-people .ruth-people-heading h2 {
  max-width: 1350px;
  color: #fff;
  font-size: clamp(64px, 7.5vw, 112px);
  line-height: .88;
}

.ruth-story-people .ruth-people-heading h2 i {
  color: #27a5dc;
  text-shadow: 0 0 38px rgba(39, 165, 220, .14);
}

.ruth-story-people figure {
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  background: transparent;
}

.ruth-story-people figure::after {
  display: block;
  background:
    linear-gradient(90deg, #06070a 0%, rgba(6, 7, 10, .86) 3%, transparent 14%, transparent 86%, rgba(6, 7, 10, .86) 97%, #06070a 100%),
    linear-gradient(0deg, #06070a 0%, rgba(6, 7, 10, .82) 4%, transparent 15%, transparent 85%, rgba(6, 7, 10, .82) 96%, #06070a 100%);
}

.ruth-story-people figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: saturate(.96) contrast(1.02);
  box-shadow: 0 34px 85px rgba(0, 0, 0, .42);
}

.ruth-story-people figcaption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin: -2px auto 0;
  padding: 30px 34px 0;
  text-align: center;
  color: #d9bc82;
  font: italic clamp(24px, 2.25vw, 34px)/1.45 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: .01em;
  text-transform: none;
}

.ruth-people-story {
  display: block;
  width: min(1350px, 100%);
  max-width: none;
  padding: clamp(68px, 8vw, 110px) 0 0;
}

.ruth-story-people .ruth-people-story > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(54px, 7vw, 110px);
}

.ruth-story-people .ruth-people-story > div > p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font: clamp(21px, 1.7vw, 27px)/1.72 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-story-people .ruth-people-story > div > p + p {
  margin-top: 30px;
}

.ruth-story-people .ruth-people-story .ruth-people-lead {
  grid-column: 1 / -1;
  max-width: 1250px;
  margin-bottom: clamp(42px, 5vw, 68px);
  color: #f8f2e8;
  font-size: clamp(32px, 3.15vw, 48px);
  font-style: italic;
  line-height: 1.34;
  letter-spacing: -.018em;
}

.ruth-story-people .ruth-people-story .ruth-people-lead span {
  color: #43b2df;
}

.ruth-story-people .ruth-people-story blockquote {
  max-width: 1120px;
  margin: clamp(58px, 7vw, 92px) 0 0;
  padding: 5px 0 8px clamp(28px, 4vw, 52px);
  border-top: 0;
  border-left: 2px solid #27a5dc;
  color: #fff;
  font: italic clamp(33px, 3.3vw, 50px)/1.3 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-story-people .ruth-people-story blockquote span {
  margin-top: 23px;
  color: #d2b06a;
  font-size: 10px;
}

@media (max-width: 820px) {
  .ruth-story-people {
    padding: 78px 20px 72px;
  }

  .ruth-story-people .ruth-people-heading h2 {
    font-size: clamp(52px, 14vw, 72px);
  }

  .ruth-story-people figure {
    aspect-ratio: auto;
  }

  .ruth-people-story {
    padding-top: 48px;
  }

  .ruth-story-people .ruth-people-story > div {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ruth-story-people .ruth-people-story > div > p {
    font-size: 20px;
    line-height: 1.68;
  }

  .ruth-story-people .ruth-people-story .ruth-people-lead {
    margin-bottom: 38px;
    font-size: clamp(29px, 8.2vw, 38px);
  }

  .ruth-story-people .ruth-people-story blockquote {
    padding-left: 24px;
    font-size: clamp(27px, 8vw, 35px);
  }
}

@media (min-width: 1800px) {
  .ruth-story-opening {
    grid-template-columns: 190px minmax(0, 1fr);
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .ruth-people-heading,
  .ruth-story-people figure {
    width: min(1760px, 82vw);
  }

  .ruth-story-people figure {
    width: min(1400px, 72vw);
  }

  .ruth-story-opening-copy {
    width: 100%;
  }

  .ruth-story-columns,
  .ruth-story-opening blockquote,
  .ruth-stage-memories,
  .ruth-people-story {
    width: min(1580px, 76vw);
    max-width: none;
  }

  .ruth-story-opening h2,
  .ruth-story-people .ruth-people-heading h2 {
    font-size: clamp(108px, 6vw, 148px);
  }

  .ruth-story-columns p,
  .ruth-story-people .ruth-people-story > div > p {
    font-size: clamp(24px, 1.25vw, 31px);
  }
}

@media (min-width: 3000px) {
  .ruth-people-heading,
  .ruth-story-people figure {
    width: min(2500px, 76vw);
  }

  .ruth-story-people figure {
    width: min(1600px, 58vw);
  }

  .ruth-story-columns,
  .ruth-story-opening blockquote,
  .ruth-stage-memories,
  .ruth-people-story {
    width: min(2200px, 68vw);
  }
}

@media (max-width: 480px) {
  .ruth-story-people figure {
    aspect-ratio: auto;
  }

  .ruth-people-heading .chapter-index {
    font-size: 10px;
  }

  .ruth-story-people figcaption {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 22px;
  }
}

/* Ruth belief chapter: centered, continuous, and personal. */
.ruth-story-opening {
  display: block;
  padding: clamp(96px, 9vw, 140px) 7vw clamp(105px, 10vw, 155px);
}

.ruth-story-opening-copy {
  width: min(1320px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.ruth-story-prelude {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 22px;
  margin: 0 0 34px;
  text-align: center;
}

.ruth-story-prelude span {
  color: #d4b36f;
  font: italic 34px/1 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-story-prelude em {
  color: #e5cf9f;
  font: italic 23px/1.2 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-story-prelude b {
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ruth-story-opening h2,
.ruth-story-people .ruth-people-heading h2 {
  font-size: clamp(64px, 6.6vw, 102px);
}

.ruth-story-opening h2 {
  text-align: center;
}

.ruth-story-columns {
  width: min(980px, 100%);
  display: block;
  margin: clamp(48px, 6vw, 78px) auto 0;
}

.ruth-story-columns p {
  color: rgba(255, 255, 255, .82);
  font: clamp(21px, 1.65vw, 26px)/1.76 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-story-columns p + p {
  margin-top: 30px;
}

.ruth-bobby-moment {
  position: relative;
  width: min(660px, 100%);
  display: block;
  margin: clamp(68px, 7vw, 102px) auto 0;
  text-align: center;
}

.ruth-bobby-moment::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5%;
  right: -12%;
  bottom: 20%;
  left: -12%;
  background:
    radial-gradient(circle at 28% 48%, rgba(40, 151, 213, .23), transparent 45%),
    radial-gradient(circle at 74% 48%, rgba(190, 25, 45, .24), transparent 46%);
  filter: blur(24px);
}

.ruth-bobby-moment > div {
  width: min(520px, 100%);
  margin: 0 auto;
  background: transparent;
}

.ruth-bobby-moment > div::after {
  background:
    linear-gradient(90deg, #080b10 0%, rgba(8, 11, 16, .72) 5%, transparent 17%, transparent 83%, rgba(8, 11, 16, .72) 95%, #080b10 100%),
    linear-gradient(0deg, #080b10 0%, rgba(8, 11, 16, .7) 5%, transparent 17%, transparent 83%, rgba(8, 11, 16, .7) 95%, #080b10 100%);
}

.ruth-bobby-moment figcaption {
  margin-top: 28px;
}

.ruth-bobby-moment figcaption strong {
  max-width: 650px;
  margin: 18px auto 0;
  font-size: clamp(31px, 3vw, 45px);
}

.ruth-story-opening blockquote {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.ruth-stage-memories {
  width: min(1100px, 100%);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 820px) {
  .ruth-story-opening {
    padding: 82px 20px 94px;
  }

  .ruth-story-prelude {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 27px;
  }

  .ruth-story-prelude b {
    max-width: 330px;
  }

  .ruth-story-opening h2 {
    font-size: clamp(50px, 13.5vw, 70px);
  }

  .ruth-story-columns {
    margin-top: 38px;
  }

  .ruth-story-columns p {
    font-size: 20px;
    line-height: 1.68;
  }

  .ruth-bobby-moment {
    width: min(520px, 100%);
  }
}

/* James Hetfield chapter: preserve the approved hero and build the supplied story beneath it. */
.metallica-chapter {
  --metallica-cream: #f1ede6;
  --metallica-red: #b81323;
  background: #080808;
}

.metallica-story-hero {
  position: relative;
  min-height: clamp(760px, 82vh, 920px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(150px, 17vh, 210px) 7vw clamp(90px, 9vw, 125px);
  background:
    radial-gradient(circle at 82% 45%, rgba(153, 45, 30, .22), transparent 34%),
    radial-gradient(circle at 14% 74%, rgba(104, 12, 28, .2), transparent 33%),
    linear-gradient(125deg, #050506 0%, #0b0809 54%, #070707 100%);
  color: #fff;
}

.metallica-story-hero-image {
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(68vw, 940px);
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.12) contrast(1.06);
  -webkit-mask-image: radial-gradient(ellipse 78% 91% at 53% 50%, #000 58%, rgba(0, 0, 0, .84) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 91% at 53% 50%, #000 58%, rgba(0, 0, 0, .84) 72%, transparent 100%);
}

.metallica-story-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, .98) 0%, rgba(3, 3, 4, .93) 34%, rgba(3, 3, 4, .48) 58%, rgba(3, 3, 4, .04) 83%),
    linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, .66) 13%, transparent 43%, rgba(3, 3, 4, .18) 100%);
}

.metallica-story-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 25% 64%, rgba(184, 19, 35, .18), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, .025), transparent 34%, rgba(255, 255, 255, .015) 66%, transparent);
  pointer-events: none;
}

.metallica-story-hero-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 52vw);
  text-shadow: 0 5px 30px rgba(0, 0, 0, .94);
}

.metallica-story-hero .chapter-kicker {
  color: #e0bd72;
  font-size: 10px;
  letter-spacing: .27em;
}

.metallica-story-number {
  position: absolute;
  top: -142px;
  left: -1.5vw;
  margin: 0;
  color: transparent;
  font: 500 clamp(132px, 16vw, 250px)/.8 var(--font-display), serif;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(212, 179, 111, .22);
  pointer-events: none;
}

.metallica-story-hero h1 {
  max-width: 720px;
  margin: 35px 0 30px;
  font-size: clamp(70px, 7.25vw, 112px);
  letter-spacing: -.065em;
  line-height: .82;
}

.metallica-story-hero h1 span {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .86);
  font: italic clamp(24px, 2.5vw, 38px)/1.05 var(--font-display), serif;
  letter-spacing: -.02em;
}

.metallica-story-summary {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font: clamp(19px, 1.8vw, 27px)/1.55 var(--font-display), serif;
  text-shadow: 0 5px 30px rgba(0, 0, 0, .94);
}

.metallica-opening,
.metallica-moment,
.metallica-dewey,
.metallica-handshake,
.metallica-milestone,
.metallica-films {
  position: relative;
  overflow: hidden;
}

.metallica-opening {
  display: block;
  padding: clamp(98px, 10vw, 150px) 7vw clamp(110px, 11vw, 170px);
  background:
    radial-gradient(circle at 78% 14%, rgba(124, 13, 28, .25), transparent 31%),
    radial-gradient(circle at 16% 74%, rgba(78, 29, 42, .18), transparent 34%),
    linear-gradient(140deg, #100b0e, #07090e 76%);
  color: #fff;
}

.metallica-opening::after {
  content: "ENCOUNTER";
  position: absolute;
  right: -4vw;
  bottom: -1vw;
  color: transparent;
  font: 800 clamp(100px, 17vw, 270px)/.7 var(--font-sans), sans-serif;
  letter-spacing: -.06em;
  -webkit-text-stroke: 1px rgba(184, 19, 35, .065);
  pointer-events: none;
}

.metallica-opening > * {
  position: relative;
  z-index: 1;
}

.metallica-opening .chapter-index,
.metallica-moment .chapter-index,
.metallica-handshake .chapter-index,
.metallica-films .chapter-index {
  color: #7a756f;
}

.metallica-opening-copy {
  width: min(1320px, 100%);
  max-width: none;
  margin: 0 auto;
}

.metallica-opening-prelude {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 22px;
  margin: 0 0 35px;
  text-align: center;
}

.metallica-opening-prelude span {
  color: #d4b36f;
  font: italic 34px/1 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.metallica-opening-prelude em {
  color: #e5cf9f;
  font: italic 23px/1.2 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.metallica-opening-prelude b {
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.metallica-prelude {
  margin: 0 0 24px;
  color: var(--metallica-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.metallica-opening h2,
.metallica-moment h2,
.metallica-dewey h2,
.metallica-handshake h2,
.metallica-milestone h2,
.metallica-films h2 {
  letter-spacing: -.045em;
  font-size: clamp(52px, 7vw, 98px);
  line-height: .87;
}

.metallica-opening h2 {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(64px, 6.7vw, 104px);
  text-wrap: balance;
}

.metallica-opening h2 i,
.metallica-moment h2 i,
.metallica-handshake h2 i,
.metallica-milestone h2 i,
.metallica-films h2 i {
  color: var(--metallica-red);
  font-weight: 400;
}

.metallica-opening-copy > p:not(.metallica-prelude):not(.metallica-opening-prelude) {
  width: min(980px, 100%);
  max-width: none;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, .8);
  font: clamp(20px, 1.55vw, 25px)/1.75 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.metallica-opening blockquote {
  width: min(880px, 100%);
  max-width: none;
  margin: 58px auto 0;
  padding: 4px 0 4px clamp(26px, 4vw, 56px);
  border-left: 1px solid var(--metallica-red);
  color: #f4ede4;
  font: italic clamp(34px, 4vw, 57px)/1.18 var(--font-display), serif;
}

.metallica-moment {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  min-height: 760px;
  background: #0a0a0a;
  color: #fff;
}

.metallica-moment figure {
  position: relative;
  min-height: 760px;
}

.metallica-moment figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, #0a0a0a 100%), linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 40%);
  pointer-events: none;
}

.metallica-moment figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.metallica-moment figcaption {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 6vw;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.metallica-moment figcaption span:last-child {
  color: #fff;
  font: italic 20px/1.3 var(--font-display), serif;
  letter-spacing: 0;
  text-transform: none;
}

.metallica-moment-copy {
  align-self: center;
  padding: 80px clamp(28px, 3.6vw, 52px);
}

.metallica-moment h2 {
  font-size: clamp(43px, 4.15vw, 62px);
}

.metallica-moment h2 i {
  overflow-wrap: break-word;
}

.metallica-moment-copy p:not(.chapter-index):not(.metallica-attribution) {
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .68);
  font: 18px/1.7 var(--font-display), serif;
}

.metallica-moment blockquote {
  margin: 42px 0 0;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.15;
}

.metallica-attribution {
  margin: 15px 0 0 26px;
  color: var(--metallica-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.metallica-dewey {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 9vw, 145px);
  padding: clamp(95px, 11vw, 155px) 8vw;
  background: linear-gradient(128deg, #160407, #070707 65%);
  color: #fff;
}

.metallica-dewey::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 17% 28%, rgba(184, 19, 35, .2), transparent 31%);
  pointer-events: none;
}

.metallica-dewey > * {
  position: relative;
}

.metallica-dewey .chapter-index,
.metallica-milestone .chapter-index {
  color: rgba(255, 255, 255, .56);
}

.metallica-dewey h2 {
  color: #fff;
}

.metallica-dewey > div:last-child p {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .73);
  font: 20px/1.72 var(--font-display), serif;
}

.metallica-dewey-signature {
  position: relative;
  width: min(560px, 100%);
  margin: 42px 0 18px;
  overflow: hidden;
  background: #080606;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .5), 0 0 58px rgba(184, 19, 35, .18);
}

.metallica-dewey-signature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 6, 6, .78), transparent 12%, transparent 88%, rgba(8, 6, 6, .78)),
    linear-gradient(0deg, rgba(8, 6, 6, .9), transparent 18%, transparent 82%, rgba(8, 6, 6, .76));
  pointer-events: none;
}

.metallica-dewey-signature img {
  width: 100%;
  height: clamp(350px, 38vw, 500px);
  object-fit: cover;
  object-position: center 72%;
  filter: saturate(.92) contrast(1.04);
}

.metallica-dewey-signature figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: #e6c988;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.metallica-story-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.metallica-story-link span {
  color: var(--metallica-red);
}

@media (min-width: 901px) {
  .metallica-dewey {
    display: block;
    padding: clamp(90px, 8vw, 125px) 7vw clamp(105px, 10vw, 150px);
  }

  .metallica-dewey > div:first-child,
  .metallica-dewey-story {
    width: min(1320px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .metallica-dewey > div:first-child {
    margin-bottom: clamp(48px, 5vw, 72px);
  }

  .metallica-dewey h2 {
    max-width: 900px;
    font-size: clamp(66px, 6.5vw, 100px);
  }

  .metallica-dewey-story {
    display: grid;
    grid-template-columns: minmax(440px, .95fr) minmax(430px, 1.05fr);
    grid-template-rows: auto auto 1fr auto;
    align-items: start;
    gap: 0 clamp(58px, 7vw, 110px);
  }

  .metallica-dewey-story > p,
  .metallica-dewey-story > .metallica-story-link {
    grid-column: 2;
  }

  .metallica-dewey-story > p:first-child {
    grid-row: 1;
  }

  .metallica-dewey-story > p:nth-child(2) {
    grid-row: 2;
  }

  .metallica-dewey-story > .metallica-story-link {
    grid-row: 4;
    justify-self: start;
    margin-top: 22px;
  }

  .metallica-dewey-signature {
    grid-column: 1;
    grid-row: 1 / 5;
    width: 100%;
    margin: 0;
  }

  .metallica-dewey-signature img {
    height: clamp(470px, 39vw, 580px);
  }
}

.metallica-handshake {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  min-height: 830px;
  background: #e7e1d8;
  color: #151515;
}

.metallica-handshake-copy {
  align-self: center;
  padding: 80px clamp(45px, 7vw, 110px) 80px 8vw;
}

.metallica-handshake-copy > p:not(.chapter-index) {
  margin: 30px 0 0;
  color: #4a4540;
  font: clamp(20px, 1.45vw, 24px)/1.72 var(--font-display), serif;
}

.metallica-handshake-copy > .metallica-handshake-closing {
  margin-top: clamp(48px, 6vw, 78px);
  color: var(--metallica-red);
  font: italic clamp(35px, 4.5vw, 64px)/1.05 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -.035em;
  transform: rotate(-1.4deg);
  transform-origin: left center;
}

.metallica-handshake figure {
  position: relative;
  height: 100%;
  min-height: 830px;
}

.metallica-handshake figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e7e1d8 0%, transparent 20%), linear-gradient(0deg, rgba(0, 0, 0, .62), transparent 28%);
  pointer-events: none;
}

.metallica-handshake figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.metallica-handshake figcaption {
  position: absolute;
  z-index: 1;
  right: 5vw;
  bottom: 34px;
  left: 7vw;
  color: rgba(255, 255, 255, .86);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.metallica-milestone {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(95px, 11vw, 155px) 7vw;
  background: #080808;
  color: #fff;
}

.metallica-milestone > div {
  padding-top: clamp(8px, 1.2vw, 18px);
}

.metallica-million {
  margin: 0;
  color: transparent;
  font: 500 clamp(75px, 12vw, 180px)/.74 var(--font-display), serif;
  letter-spacing: -.06em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .35);
}

.metallica-million-proof {
  position: relative;
  width: min(680px, 100%);
  margin: 0 auto;
  align-self: start;
  filter: drop-shadow(0 30px 56px rgba(0, 0, 0, .78));
}

.metallica-million-proof::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -10% -8% 22%;
  background: radial-gradient(ellipse, rgba(164, 13, 29, .5), rgba(87, 6, 16, .22) 48%, transparent 74%);
  filter: blur(30px);
}

.metallica-proof-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.22;
  overflow: hidden;
  background: #080808;
  box-shadow:
    0 0 0 1px rgba(218, 187, 105, .32),
    0 28px 70px rgba(116, 5, 18, .38),
    0 0 65px rgba(198, 15, 39, .13);
}

.metallica-proof-image::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  box-shadow: inset 0 0 34px 14px #080808;
}

.metallica-facebook-moment {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 128px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  background:
    radial-gradient(circle at 0 50%, rgba(24, 119, 242, .2), transparent 28%),
    #050506;
  color: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .46), 0 0 30px rgba(202, 20, 40, .13);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.metallica-facebook-moment:hover,
.metallica-facebook-moment:focus-visible {
  border-color: rgba(24, 119, 242, .82);
  background: #07101c;
  transform: translateY(-2px);
}

.metallica-facebook-moment > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #1877f2;
  box-shadow: 0 0 24px rgba(24, 119, 242, .32);
  font: 800 25px/1 Arial, sans-serif;
  text-transform: lowercase;
}

.metallica-facebook-moment > span:nth-child(2) {
  width: auto;
  height: auto;
  display: grid;
  gap: 5px;
  place-items: initial;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font: inherit;
  text-transform: none;
}

.metallica-facebook-moment strong {
  font: 600 18px/1.2 var(--font-display), serif;
}

.metallica-facebook-moment small {
  color: rgba(255, 255, 255, .64);
  font: 13px/1.45 var(--font-display), serif;
}

.metallica-facebook-moment em {
  color: #4d9aff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .metallica-facebook-moment {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    margin-top: 14px;
    padding: 16px;
  }

  .metallica-facebook-moment > span {
    width: 44px;
    height: 44px;
  }

  .metallica-facebook-moment em {
    grid-column: 2;
  }
}

.metallica-million-proof img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.metallica-support-message {
  position: relative;
  z-index: 1;
  margin: -4px 7% 0;
  padding: 30px clamp(20px, 3vw, 36px) 8px;
  border-top: 1px solid rgba(201, 13, 34, .72);
  background: linear-gradient(180deg, rgba(78, 4, 13, .36), transparent 84%);
  color: rgba(255, 255, 255, .78);
  font: clamp(16px, 1.2vw, 19px)/1.62 var(--font-display), serif;
  text-align: left;
}

.metallica-support-message strong {
  display: block;
  margin-bottom: 18px;
  color: #ddb96d;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.15;
  text-transform: uppercase;
}

.metallica-support-message p {
  margin: 0 0 15px;
}

.metallica-support-message span {
  display: block;
  margin-top: 20px;
  color: #d92b3d;
  font: 800 10px/1.5 var(--font-sans), sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.metallica-milestone > div > p:not(.chapter-index):not(.metallica-signoff) {
  max-width: 700px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .7);
  font: clamp(21px, 1.55vw, 25px)/1.7 var(--font-display), serif;
}

.metallica-signoff {
  max-width: 760px;
  margin: 42px 0 0;
  padding-left: 25px;
  border-left: 1px solid var(--metallica-red);
  color: #f7f2ed;
  font: italic 23px/1.55 var(--font-display), serif;
}

.metallica-signoff span {
  display: block;
  margin-top: 13px;
  color: var(--metallica-red);
  font: 700 9px/1.5 var(--font-sans), sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.metallica-films {
  padding: clamp(90px, 10vw, 145px) 7vw;
  background: radial-gradient(circle at 80% 5%, rgba(184, 19, 35, .13), transparent 30%), #111;
  color: #fff;
}

.metallica-films-heading {
  display: grid;
  grid-template-columns: .45fr 1fr .72fr;
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  max-width: 1180px;
  margin: 0 auto 55px;
}

.metallica-films-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font: 17px/1.65 var(--font-display), serif;
}

.metallica-film-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  max-width: 1180px;
  margin: 0 auto;
}

.metallica-film-slots > article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 55%), radial-gradient(circle at 75% 25%, rgba(184, 19, 35, .24), transparent 30%), #0b0b0b;
}

.metallica-film-slots > article > span {
  margin-bottom: auto;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.metallica-film-slots > article h3 {
  color: #fff;
  font-size: 37px;
  line-height: .95;
}

.metallica-film-slots > article p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  line-height: 1.55;
}

.metallica-film-slots > .public-youtube-player {
  align-self: start;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #080808;
}

@media (max-width: 900px) {
  .metallica-story-hero {
    min-height: 780px;
    align-items: flex-end;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .metallica-story-hero-image {
    width: min(84vw, 760px);
  }

  .metallica-story-hero-copy {
    width: min(720px, 78vw);
  }

  .metallica-opening,
  .metallica-dewey,
  .metallica-milestone {
    grid-template-columns: 1fr;
  }

  .metallica-moment,
  .metallica-handshake {
    grid-template-columns: 1fr;
  }

  .metallica-moment figure,
  .metallica-handshake figure {
    min-height: 640px;
  }

  .metallica-handshake figure {
    order: -1;
  }

  .metallica-moment figure::after,
  .metallica-handshake figure::after {
    background: linear-gradient(0deg, #0a0a0a 0%, transparent 25%), linear-gradient(0deg, rgba(0, 0, 0, .55), transparent 45%);
  }

  .metallica-handshake figure::after {
    background: linear-gradient(0deg, #e7e1d8 0%, transparent 23%), linear-gradient(0deg, rgba(0, 0, 0, .45), transparent 42%);
  }

  .metallica-films-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .metallica-story-hero {
    min-height: 820px;
    display: block;
    padding: 0;
  }

  .metallica-story-hero-image {
    top: 178px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 178px);
    object-fit: cover;
    object-position: center 37%;
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 12%, #000 93%, transparent 100%);
    mask-image: linear-gradient(0deg, transparent 0%, #000 12%, #000 93%, transparent 100%);
  }

  .metallica-story-hero::before {
    background:
      linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, .2) 28%, rgba(3, 3, 4, .08) 62%, rgba(3, 3, 4, .98) 100%),
      linear-gradient(90deg, rgba(3, 3, 4, .45), transparent 58%, rgba(3, 3, 4, .22));
  }

  .metallica-story-hero-copy {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
  }

  .metallica-story-number {
    top: -12px;
    left: -8px;
    font-size: 92px;
  }

  .metallica-story-hero h1 {
    margin: 22px 0 14px;
    font-size: clamp(46px, 13vw, 58px);
    line-height: .88;
  }

  .metallica-story-hero h1 span {
    margin-bottom: 8px;
    font-size: clamp(26px, 7.5vw, 32px);
  }

  .metallica-story-summary {
    position: absolute;
    right: 20px;
    bottom: 34px;
    left: 20px;
    max-width: 350px;
    padding-top: 18px;
    border-top: 1px solid rgba(224, 189, 114, .45);
    font-size: 17px;
    line-height: 1.48;
  }

  .metallica-opening,
  .metallica-dewey,
  .metallica-milestone,
  .metallica-films {
    padding: 66px 20px;
  }

  .metallica-opening h2,
  .metallica-moment h2,
  .metallica-dewey h2,
  .metallica-handshake h2,
  .metallica-milestone h2,
  .metallica-films h2 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .metallica-opening-copy > p:not(.metallica-prelude):not(.metallica-opening-prelude),
  .metallica-moment-copy p:not(.chapter-index):not(.metallica-attribution),
  .metallica-dewey > div:last-child p,
  .metallica-handshake-copy > p:not(.chapter-index),
  .metallica-milestone > div > p:not(.chapter-index):not(.metallica-signoff) {
    font-size: 17px;
    line-height: 1.62;
  }

  .metallica-opening {
    padding: 82px 20px 96px;
  }

  .metallica-opening-prelude {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }

  .metallica-opening-prelude b {
    max-width: 330px;
  }

  .metallica-opening h2 {
    font-size: clamp(50px, 13.5vw, 70px);
  }

  .metallica-opening-copy > p:not(.metallica-prelude):not(.metallica-opening-prelude) {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.68;
  }

  .metallica-opening blockquote {
    margin-top: 42px;
    font-size: clamp(31px, 9vw, 43px);
  }

  .metallica-dewey-signature {
    margin-top: 34px;
  }

  .metallica-dewey-signature img {
    height: 410px;
  }

  .metallica-moment figure,
  .metallica-handshake figure {
    min-height: 520px;
  }

  .metallica-moment-copy,
  .metallica-handshake-copy {
    padding: 58px 20px 66px;
  }

  .metallica-moment figcaption {
    right: 20px;
    bottom: 24px;
    left: 20px;
  }

  .metallica-handshake figcaption {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .metallica-million {
    font-size: clamp(68px, 22vw, 105px);
  }

  .metallica-million-proof {
    width: min(540px, 100%);
    margin-bottom: 18px;
  }

  .metallica-support-message {
    margin-inline: 0;
    padding: 25px 4px 4px;
    font-size: 16px;
    line-height: 1.65;
  }

  .metallica-support-message strong {
    font-size: clamp(23px, 7.4vw, 29px);
  }

  .metallica-signoff {
    font-size: 20px;
  }

  .metallica-film-slots {
    grid-template-columns: 1fr;
  }

  .metallica-film-slots > article {
    min-height: 240px;
  }
}

/* Metallica archive: desktop composition. Mobile keeps its approved stacked rhythm. */
@media (min-width: 901px) {
  .metallica-story-hero {
    min-height: clamp(700px, 80vh, 830px);
    align-items: flex-start;
    padding: clamp(88px, 10vh, 112px) max(7vw, calc((100vw - 1380px) / 2)) 82px;
  }

  .metallica-story-hero-image {
    top: 0;
    right: max(1vw, calc((100vw - 1680px) / 2));
    bottom: 0;
    left: auto;
    width: min(61vw, 940px);
    height: 100%;
    object-fit: contain;
    object-position: right center;
    opacity: .96;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .72) 13%, #000 28%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .72) 13%, #000 28%, #000 100%);
  }

  .metallica-story-hero::before {
    background:
      linear-gradient(90deg, rgba(3, 3, 4, .97) 0%, rgba(3, 3, 4, .9) 22%, rgba(3, 3, 4, .62) 43%, rgba(3, 3, 4, .16) 70%, rgba(3, 3, 4, .18) 100%),
      linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, .48) 16%, rgba(3, 3, 4, .08) 58%, rgba(3, 3, 4, .35) 100%);
  }

  .metallica-story-hero-copy {
    width: min(700px, 49vw);
    margin-top: 0;
  }

  .metallica-chapter .metallica-story-hero h1 {
    max-width: 780px;
    margin: 32px 0 24px;
    font-size: clamp(76px, 6.5vw, 102px);
    line-height: .86;
  }

  .metallica-chapter .metallica-story-hero h1 .metallica-hero-overline {
    display: block !important;
    margin: 0 0 10px;
    white-space: nowrap;
    color: #fff;
    font-family: var(--font-display), serif;
    font-size: clamp(54px, 5vw, 72px) !important;
    font-style: normal;
    font-weight: 500;
    line-height: .95 !important;
    letter-spacing: -.045em;
  }

  .metallica-story-summary {
    position: absolute;
    top: clamp(475px, 55vh, 545px);
    left: max(7vw, calc((100vw - 1380px) / 2));
    width: min(650px, 44vw);
    max-width: 650px;
    font-size: clamp(19px, 1.35vw, 22px);
    line-height: 1.55;
  }

  .metallica-story-number {
    top: -42px;
    left: -28px;
    font-size: clamp(104px, 10vw, 150px);
  }

  .metallica-opening,
  .metallica-dewey,
  .metallica-milestone,
  .metallica-films {
    padding-right: max(7vw, calc((100vw - 1380px) / 2));
    padding-left: max(7vw, calc((100vw - 1380px) / 2));
  }

  .metallica-opening {
    padding-top: clamp(86px, 8vw, 118px);
    padding-bottom: clamp(100px, 9vw, 135px);
  }

  .metallica-opening h2 {
    max-width: 1040px;
    font-size: clamp(62px, 5.8vw, 90px);
  }

  .metallica-opening-copy > p:not(.metallica-prelude):not(.metallica-opening-prelude) {
    width: min(920px, 100%);
    font-size: clamp(19px, 1.35vw, 22px);
    line-height: 1.7;
  }

  .metallica-opening blockquote {
    width: min(820px, 100%);
    font-size: clamp(32px, 3.4vw, 48px);
  }

  .metallica-moment,
  .metallica-handshake {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 620px);
    min-height: 700px;
  }

  .metallica-moment figure,
  .metallica-handshake figure {
    min-height: 700px;
  }

  .metallica-moment-copy,
  .metallica-handshake-copy {
    width: 100%;
    max-width: 620px;
    padding: 72px clamp(42px, 4vw, 66px);
  }

  .metallica-handshake-copy {
    align-self: start;
    padding-top: clamp(82px, 7vw, 104px);
  }

  .metallica-moment h2,
  .metallica-handshake h2 {
    font-size: clamp(48px, 4vw, 62px);
  }

  .metallica-moment-copy p:not(.chapter-index):not(.metallica-attribution),
  .metallica-handshake-copy > p:not(.chapter-index) {
    font-size: clamp(18px, 1.3vw, 21px);
  }

  .metallica-dewey > div:first-child {
    margin-bottom: 42px;
  }

  .metallica-dewey-story {
    grid-template-columns: minmax(430px, 560px) minmax(420px, 620px);
    justify-content: center;
    gap: 0 clamp(54px, 5vw, 86px);
  }

  .metallica-dewey > div:last-child p {
    max-width: 610px;
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.68;
  }

  .metallica-dewey-signature img {
    height: clamp(455px, 36vw, 545px);
  }

  .metallica-milestone {
    grid-template-columns: minmax(430px, 600px) minmax(470px, 650px);
    justify-content: center;
    gap: clamp(50px, 6vw, 88px);
    padding-top: clamp(90px, 8vw, 120px);
    padding-bottom: clamp(100px, 9vw, 135px);
  }

  .metallica-milestone > div {
    padding-top: 0;
  }

  .metallica-milestone h2 {
    font-size: clamp(68px, 6vw, 96px);
  }

  .metallica-milestone > div > p:not(.chapter-index):not(.metallica-signoff) {
    font-size: clamp(18px, 1.35vw, 22px);
  }

  .metallica-million-proof {
    width: min(580px, 100%);
  }

  .metallica-films-heading,
  .metallica-film-slots {
    max-width: 1240px;
  }
}

/* Stay in the Circle: an invitation, not a newsletter sales block. */
.circle-invite {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  padding: clamp(90px, 11vw, 155px) 7vw;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: radial-gradient(circle at 8% 82%, rgba(198, 16, 30, .17), transparent 29%), linear-gradient(125deg, #070707, #100608 72%, #070707);
}

.circle-invite::before {
  content: "CIRCLE";
  position: absolute;
  right: -3vw;
  bottom: -4vw;
  color: transparent;
  font: 500 clamp(110px, 18vw, 260px)/.78 var(--font-display), serif;
  letter-spacing: -.06em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .035);
  pointer-events: none;
}

.circle-invite > * {
  position: relative;
  z-index: 1;
}

.circle-invite-heading {
  align-self: center;
}

.circle-invite-heading h2 {
  color: #f8f4ef;
  font-size: clamp(55px, 7vw, 96px);
  line-height: .87;
}

.circle-invite-heading h2 em {
  color: #d71b2d;
  font-weight: 400;
}

.circle-invite-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(239, 233, 229, .72);
  font: 19px/1.68 var(--font-display), serif;
}

.circle-invite-heading ul {
  display: grid;
  gap: 11px;
  margin: 35px 0 0;
}

.circle-invite-heading li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.circle-invite-heading li::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #d71b2d;
}

.circle-invite-form {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  backdrop-filter: blur(12px);
}

.circle-invite-form > p {
  margin: 0 0 12px;
  color: #d71b2d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.circle-invite-form > h3 {
  margin: 0 0 29px;
  color: #fff;
  font-size: clamp(39px, 4.2vw, 58px);
  line-height: .9;
}

.circle-invite-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px 14px;
}

.circle-invite-fields > label {
  display: grid;
  gap: 8px;
}

.circle-invite-fields > label:first-child,
.circle-invite-fields fieldset,
.circle-invite-consent,
.circle-invite-fields button,
.circle-invite-fields > small,
.circle-invite-status {
  grid-column: 1 / -1;
}

.circle-invite-fields label > span,
.circle-invite-fields legend {
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.circle-invite-fields input[type="text"],
.circle-invite-fields input[type="email"],
.circle-invite-fields input[type="tel"],
.circle-invite-fields input:not([type]) {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .19);
  background: rgba(0, 0, 0, .32);
  color: #fff;
  font-size: 15px;
}

.circle-invite-fields input::placeholder {
  color: rgba(255, 255, 255, .35);
}

.circle-invite-fields fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 2px 0 0;
}

.circle-invite-fields legend {
  margin-bottom: 9px;
}

.circle-invite-fields fieldset label {
  position: relative;
}

.circle-invite-fields fieldset input {
  position: absolute;
  opacity: 0;
}

.circle-invite-fields fieldset span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .19);
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
}

.circle-invite-fields fieldset input:checked + span {
  border-color: #d71b2d;
  background: rgba(198, 16, 30, .2);
  color: #fff;
}

.circle-invite-consent {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px !important;
  margin-top: 3px;
}

.circle-invite-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #d71b2d;
}

.circle-invite-consent span {
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: .05em !important;
  line-height: 1.6 !important;
  text-transform: none !important;
}

.circle-invite-fields button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  margin-top: 6px;
  padding: 0 20px;
  border: 1px solid #d71b2d;
  background: #c6101e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
}

.circle-invite-fields > small {
  color: rgba(255, 255, 255, .44);
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

.circle-invite-status {
  margin: 0;
  padding: 13px 15px;
  border-left: 2px solid #d71b2d;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .circle-invite {
    grid-template-columns: 1fr;
  }

  .circle-invite-heading {
    max-width: 690px;
  }
}

@media (max-width: 700px) {
  .circle-invite {
    gap: 42px;
    padding: 66px 20px;
  }

  .circle-invite-heading h2 {
    font-size: clamp(48px, 13.5vw, 66px);
  }

  .circle-invite-heading > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.6;
  }

  .circle-invite-form {
    padding: 28px 20px;
  }

  .circle-invite-form > h3 {
    font-size: 42px;
  }

  .circle-invite-fields {
    grid-template-columns: 1fr;
  }

  .circle-invite-fields > label,
  .circle-invite-fields fieldset,
  .circle-invite-consent,
  .circle-invite-fields button,
  .circle-invite-fields > small,
  .circle-invite-status {
    grid-column: 1;
  }
}

/* Final usability polish: preserve the approved design while improving input clarity. */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #e31d35;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Owner video studio: visual locations first, one focused publishing workspace. */
.owner-workspace {
  background:
    radial-gradient(circle at 92% 6%, rgba(202, 17, 39, .12), transparent 25%),
    linear-gradient(135deg, #08090a 0%, #100608 58%, #070809 100%);
  color: #f8f4f1;
}

.owner-workspace > header h2,
.owner-library-heading h3,
.owner-editor-heading h3,
.owner-video-preview h3 {
  color: #fff;
}

.owner-workspace > header > div > p,
.owner-library-heading p,
.owner-editor-heading p,
.owner-video-preview p,
.owner-reference-card > div:last-child > p {
  color: #ff2943;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.owner-notice {
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 3px solid #ed1d39;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.65;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
}

.owner-notice b {
  color: #fff;
}

.owner-studio-status {
  margin: 16px 0 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 3px solid #31a8e1;
  background: rgba(11, 43, 59, .62);
  color: #edf9ff;
  font-size: 14px;
}

.owner-studio-status.is-error {
  border-left-color: #ff2943;
  background: rgba(102, 7, 20, .55);
  color: #fff;
}

.owner-video-library {
  margin-top: 36px;
}

.owner-library-heading {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.owner-library-heading h3 {
  margin: 10px 0 14px;
  font-size: clamp(42px, 4.6vw, 68px);
}

.owner-library-heading small {
  color: rgba(255, 255, 255, .67);
  font-size: 15px;
  line-height: 1.6;
}

.owner-library-heading > span {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
}

.owner-library-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.owner-library-filters button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.owner-library-filters button:hover,
.owner-library-filters button.active {
  border-color: #ef213b;
  background: rgba(202, 17, 39, .2);
  color: #fff;
  box-shadow: 0 0 24px rgba(202, 17, 39, .2);
}

.owner-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.owner-location-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.owner-location-card:hover,
.owner-location-card.is-selected {
  transform: translateY(-3px);
  border-color: #ed1d39;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .38), 0 0 30px rgba(202, 17, 39, .16);
}

.owner-location-visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #030303;
}

.owner-location-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(1.05);
  transition: transform .35s ease, filter .35s ease;
}

.owner-location-card:hover .owner-location-visual img,
.owner-location-card.is-selected .owner-location-visual img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.08);
}

.owner-location-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .78));
}

.owner-location-visual i {
  position: absolute;
  left: 15px;
  bottom: 11px;
  color: #fff;
  font: 400 24px/1 var(--font-display), serif;
  font-style: normal;
}

.owner-location-visual b {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.owner-location-visual b.is-live {
  border-color: #ff2943;
  background: #a8071b;
  box-shadow: 0 0 22px rgba(237, 29, 57, .35);
}

.owner-location-copy {
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 18px 17px 16px;
}

.owner-location-copy small {
  color: #ff4257;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.owner-location-copy strong {
  margin-top: 10px;
  color: #fff;
  font: 500 26px/1.06 var(--font-display), serif;
}

.owner-location-copy > span {
  margin-top: 9px;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.5;
}

.owner-location-copy em {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .82);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.owner-editor {
  scroll-margin-top: 24px;
  margin-top: 54px;
  padding: clamp(24px, 3.4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 0 100%, rgba(197, 12, 36, .16), transparent 33%),
    rgba(3, 4, 5, .72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

.owner-editor-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.owner-editor-heading h3 {
  margin: 9px 0 8px;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: .92;
}

.owner-editor-heading > div > span {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.5;
}

.owner-editor-heading > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.owner-editor-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(420px, 1.22fr);
  gap: 20px;
  align-items: start;
  margin-top: 24px;
}

.owner-reference-card,
.owner-video-preview,
.owner-video-form {
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .045);
}

.owner-reference-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #030303;
}

.owner-reference-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .82));
}

.owner-reference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owner-reference-image > span {
  position: absolute;
  z-index: 1;
  left: 17px;
  bottom: 15px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.owner-reference-card > div:last-child {
  padding: 20px;
}

.owner-reference-card h4 {
  margin: 11px 0 12px;
  color: #fff;
  font: 500 28px/1.08 var(--font-display), serif;
}

.owner-reference-card > div:last-child > span {
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.6;
}

.owner-editor-controls {
  display: grid;
  gap: 16px;
}

.owner-video-preview {
  padding: 22px;
}

.owner-preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 17px;
}

.owner-preview-heading h3 {
  margin: 8px 0 0;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1;
}

.owner-preview-heading > span {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.owner-video-preview > small {
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
}

.owner-video-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0;
  padding: 22px;
}

.owner-video-form label {
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.owner-video-form label span {
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
}

.owner-video-form input,
.owner-video-form select,
.owner-video-form textarea {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(0, 0, 0, .48);
  color: #fff;
  font-size: 15px;
}

.owner-video-form select option {
  color: #111;
}

.owner-publish-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.owner-publish-actions > button {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #e31d35;
  background: #c6101e;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.owner-publish-actions .owner-remove-video {
  border-color: rgba(255, 255, 255, .24);
  background: transparent;
  color: rgba(255, 255, 255, .74);
}

/* Stay in the Circle: sharpen small copy and separate the red guide marks. */
.circle-invite-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.65;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .55);
}

.circle-invite-heading ul {
  gap: 15px;
  margin-top: 38px;
}

.circle-invite-heading li {
  gap: 16px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .145em;
  line-height: 1.5;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .68);
}

.circle-invite-heading li::before {
  flex: 0 0 32px;
  width: 32px;
  height: 2px;
  background: #ff1f3d;
  box-shadow: 0 0 13px rgba(255, 31, 61, .72);
}

.circle-invite-form > p,
.circle-invite-fields label > span,
.circle-invite-fields legend {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}

.circle-invite-form > p {
  color: #ff2943;
}

.circle-invite-consent span,
.circle-invite-fields > small {
  color: rgba(255, 255, 255, .82);
  font-size: 12px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1180px) {
  .owner-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owner-editor-grid {
    grid-template-columns: 1fr;
  }

  .owner-reference-card {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 720px) {
  .owner-workspace {
    padding-inline: 16px;
  }

  .owner-location-grid {
    grid-template-columns: 1fr;
  }

  .owner-location-copy {
    min-height: 166px;
  }

  .owner-editor {
    margin-inline: -6px;
    padding: 20px 14px;
  }

  .owner-editor-heading,
  .owner-preview-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .owner-reference-card {
    display: block;
  }

  .owner-video-form {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .owner-video-form .owner-form-wide,
  .owner-publish-actions {
    grid-column: 1;
  }

  .owner-publish-actions {
    grid-template-columns: 1fr;
  }

  .owner-video-preview {
    padding: 20px 16px;
  }

  .circle-invite-heading li {
    align-items: flex-start;
    font-size: 11px;
  }
}

@media (max-width: 720px) {
  .story-nav > a:last-child,
  .events-nav .chapter-back,
  .chapter-nav .chapter-back,
  .shop-nav > a:last-child,
  .hero-footer a,
  .empty-event-card a,
  .production-owner-entry a,
  .shop-request-selection button,
  .shop-music-strip > a,
  main > footer > a:last-child,
  .chapter-footer a,
  .story-footer a,
  .shop-footer a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .home-dates-status > a {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    place-items: center;
  }

  .production-form-fields fieldset label {
    min-height: 44px;
    padding-block: 7px;
  }

  .production-form-fields fieldset input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  .production-hero {
    padding-bottom: 116px;
  }

  .production-hero-note {
    bottom: 28px;
    max-width: calc(100% - 48px);
    line-height: 1.55;
  }
}

/* Final contrast pass for the Circle of 5th production credit. */
.circle-showcase .circle-dedication-credit,
.circle-showcase .circle-dedication-signature span,
.films-destination .circle-dedication-credit,
.films-destination .circle-dedication-signature span {
  color: #f02a40;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 255, 255, .11), 0 0 18px rgba(215, 27, 45, .2);
}

/* Public shop launch state: unmistakably a preview, with one quiet opening notice. */
.shop-launch-form {
  background:
    radial-gradient(circle at 76% 12%, rgba(198, 16, 30, .16), transparent 28%),
    linear-gradient(140deg, #f8f4ed, #ece7df);
}
.shop-launch-note {
  align-self: start;
  padding: 28px 0 26px;
  border-top: 1px solid rgba(31, 25, 23, .18);
  border-bottom: 1px solid rgba(31, 25, 23, .18);
}
.shop-launch-note > span {
  display: block;
  color: #b71025;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.shop-launch-note strong {
  display: block;
  margin-top: 13px;
  color: #171313;
  font: 26px/1.15 var(--font-display), serif;
}
.shop-launch-note p {
  margin: 11px 0 0;
  color: #675f5b;
  font-size: 15px;
  line-height: 1.6;
}
.shop-contact-choice {
  margin: 0;
  padding: 0;
  border: 0;
}
.shop-contact-choice legend {
  margin-bottom: 12px;
  color: #403937;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.shop-contact-choice label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-right: 10px;
  padding: 9px 17px;
  border: 1px solid rgba(23, 19, 19, .22);
  color: #171313;
  cursor: pointer;
}
.shop-contact-choice input,
.shop-launch-consent input {
  width: 18px;
  height: 18px;
  accent-color: #bd1328;
}
.shop-launch-consent {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 12px;
  color: #625a56;
  font-size: 13px !important;
  line-height: 1.55;
}
.shop-launch-consent input { flex: 0 0 auto; margin-top: 2px; }

@media (max-width: 760px) {
  .shop-launch-form { gap: 28px; }
  .shop-launch-note { padding: 22px 0; }
  .shop-launch-note strong { font-size: 23px; }
  .shop-contact-choice label { margin: 0 6px 6px 0; }
}

/* Owner studio phone workflow: compact navigation, readable locations, and local feedback. */
.owner-editor-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 13px 15px;
  border-left: 3px solid #31a8e1;
  background: rgba(11, 43, 59, .68);
  color: #edf9ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.owner-editor-status.is-error {
  border-left-color: #ff2943;
  background: rgba(102, 7, 20, .62);
  color: #fff;
}

@media (max-width: 720px) {
  .owner-sidebar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 0;
    padding: 18px 16px 16px;
    position: relative;
  }

  .owner-sidebar .owner-mark {
    width: 48px;
    height: 48px;
  }

  .owner-sidebar > div > p {
    margin-bottom: 4px;
    font-size: 8px;
  }

  .owner-sidebar h1 {
    margin: 0;
    font-size: 28px;
    line-height: .86;
  }

  .owner-sidebar nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 2px;
  }

  .owner-sidebar nav button {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 8px;
  }

  .owner-sidebar .owner-logout {
    align-self: center;
    width: auto;
    min-height: 44px;
    margin: 0;
    padding: 0 12px;
    font-size: 7px;
  }

  .owner-workspace {
    padding: 34px 16px 64px;
  }

  .owner-workspace > header {
    gap: 18px;
  }

  .owner-workspace > header h2 {
    font-size: clamp(48px, 15vw, 62px);
  }

  .owner-workspace > header a,
  .owner-editor-heading > a {
    justify-content: center;
    width: 100%;
  }

  .owner-library-heading h3 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .owner-library-filters {
    flex-wrap: nowrap;
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .owner-library-filters::-webkit-scrollbar {
    display: none;
  }

  .owner-library-filters button {
    flex: 0 0 auto;
  }

  .owner-location-copy {
    min-height: 0;
    padding: 16px;
  }

  .owner-location-copy strong {
    font-size: 24px;
  }

  .owner-location-copy em {
    margin-top: 16px;
  }

  .owner-editor-heading h3 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .owner-reference-image {
    aspect-ratio: 16 / 10;
  }

  .owner-preview-heading > span {
    align-self: flex-start;
  }

  .owner-video-form input,
  .owner-video-form select,
  .owner-video-form textarea {
    min-height: 50px;
  }

  .owner-video-form textarea {
    min-height: 118px;
  }

  .owner-publish-actions > button {
    min-height: 54px;
    line-height: 1.45;
  }
}

@media (max-width: 390px) {
  .owner-sidebar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .owner-sidebar .owner-logout {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

/* Ruth Eckerd Hall: real performance pathways replace the former empty film slot. */
.ruth-stage-stories {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 144px) 7vw clamp(96px, 10vw, 156px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 18%, rgba(34, 167, 221, .2), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(197, 16, 41, .19), transparent 30%),
    linear-gradient(145deg, #05070b 0%, #090c12 54%, #12070b 100%);
}

.ruth-stage-stories::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%);
}

.ruth-stage-stories-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(120px, .42fr) minmax(320px, 1.25fr) minmax(250px, .8fr);
  align-items: end;
  gap: clamp(28px, 5vw, 84px);
  margin-bottom: clamp(54px, 7vw, 92px);
}

.ruth-stage-stories-heading h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .91;
  letter-spacing: -.055em;
}

.ruth-stage-stories-heading h2 i {
  color: #70c7ed;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 400;
}

.ruth-stage-stories-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font: clamp(17px, 1.25vw, 20px)/1.65 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-stage-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}

.ruth-stage-story-grid > a {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(7, 9, 13, .78);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .3);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.ruth-stage-story-grid > a:hover,
.ruth-stage-story-grid > a:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(112, 199, 237, .62);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42), 0 0 42px rgba(197, 16, 41, .15);
}

.ruth-stage-story-grid figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: #080a0f;
}

.ruth-stage-story-grid figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(5, 6, 9, .5), transparent 55%);
}

.ruth-stage-story-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
  transition: transform .7s ease, filter .5s ease;
}

.ruth-stage-story-grid > a:hover img,
.ruth-stage-story-grid > a:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.06);
}

.ruth-stage-story-grid > a > div {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 38px);
}

.ruth-stage-story-grid span {
  color: #70c7ed;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ruth-stage-story-grid h3 {
  margin: 18px 0 15px;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: .98;
  letter-spacing: -.035em;
}

.ruth-stage-story-grid p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .65);
  font: 17px/1.55 Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.ruth-stage-story-grid strong {
  margin-top: auto;
  color: #fff;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ruth-stage-story-grid strong b {
  margin-left: 8px;
  color: #d5132f;
  font-size: 15px;
}

@media (max-width: 1000px) {
  .ruth-stage-stories-heading {
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 760px;
  }

  .ruth-stage-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ruth-stage-stories {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ruth-stage-stories-heading {
    gap: 22px;
  }

  .ruth-stage-stories-heading h2 {
    font-size: clamp(46px, 13.5vw, 64px);
  }

  .ruth-stage-story-grid {
    grid-template-columns: 1fr;
  }

  .ruth-stage-story-grid > a > div {
    min-height: 250px;
  }
}
