/* 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(100vw - 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);
}

/* Connect is an invitation, not another full-height hero. Keep it close to
   the navigation so the form is visible without crossing a blank stage. */
.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: 320px;
  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: 130px; color: rgba(255,255,255,.7); 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 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, 1.45fr) minmax(340px, .75fr); gap: 18px; max-width: 1180px; margin: 0 auto; padding: 0 6vw 120px; }
.front-row-page-story { padding: clamp(34px, 4.5vw, 58px); border: 1px solid rgba(255,255,255,.15); border-radius: 0 34px 34px 0; background: linear-gradient(145deg, #27080c, #0d0809); }
.front-row-page-story h2 { margin: 18px 0 28px; 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 blockquote { margin: 30px 0; padding-left: 20px; border-left: 2px solid #d71b2d; font: italic 24px/1.4 var(--font-display), serif; }
.front-row-page-story a { color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; }

.behind-strings-feature { max-width: 1180px; margin: -72px auto 0; padding: 0 6vw 120px; }
.behind-strings-card { position: relative; display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr); gap: clamp(28px, 5vw, 76px); align-items: center; min-height: 390px; padding: clamp(34px, 5vw, 72px); overflow: hidden; border: 1px solid rgba(72, 103, 170, .48); border-radius: 30px; color: #f7f2ee; text-decoration: none; background: radial-gradient(circle at 14% 50%, rgba(24,119,242,.28), transparent 30%), radial-gradient(circle at 75% 54%, rgba(201,14,35,.21), transparent 43%), linear-gradient(135deg, #07090d, #17070b 70%, #070708); box-shadow: 0 32px 90px rgba(0,0,0,.62), 0 0 65px rgba(26,86,181,.12); }
.behind-strings-card::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .22; background: repeating-linear-gradient(112deg, transparent 0 54px, rgba(255,255,255,.07) 55px, transparent 56px 104px); transform: translateX(-12%); }
.behind-strings-card > * { position: relative; z-index: 1; }
.behind-strings-mark { display: grid; place-items: center; gap: 22px; }
.behind-strings-mark span { display: grid; place-items: center; width: clamp(100px, 12vw, 150px); aspect-ratio: 1; border-radius: 50%; color: #fff; font: 700 clamp(66px, 8vw, 100px)/1 Arial, sans-serif; background: #1877f2; box-shadow: 0 0 0 13px rgba(24,119,242,.1), 0 20px 55px rgba(24,119,242,.34); }
.behind-strings-mark b { color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.behind-strings-copy .feature-number { color: #82b3ff; }
.behind-strings-copy h2 { margin: 14px 0 24px; font-size: clamp(46px, 5.8vw, 78px); line-height: .88; }
.behind-strings-copy h2 em { color: #e31d35; font-weight: 400; }
.behind-strings-copy > p:not(.feature-number) { max-width: 760px; margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.behind-strings-copy strong { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; color: #fff; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.behind-strings-copy strong span { color: #82b3ff; font-size: 18px; transition: transform .2s ease; }
.behind-strings-card:hover .behind-strings-copy strong span { transform: translate(3px,-3px); }

.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(145px, 16vw, 205px) 6vw 80px; }
.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: 1; }
.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: 5; }
.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-column: 1 / -1;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  width: min(820px, 100%);
  margin: 2px auto 16px;
  padding: 18px 21px;
  border: 1px solid rgba(230, 32, 57, .34);
  border-radius: 20px;
  color: #f4efeb;
  background:
    radial-gradient(circle at 9% 50%, rgba(32, 113, 145, .15), transparent 24%),
    radial-gradient(circle at 89% 18%, rgba(204, 18, 43, .2), transparent 34%),
    linear-gradient(125deg, rgba(18, 16, 18, .98), rgba(12, 5, 8, .98));
  box-shadow: 0 26px 72px rgba(0, 0, 0, .46), 0 0 38px rgba(205, 19, 42, .09), inset 0 1px rgba(255, 255, 255, .045);
}

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

.front-row .performance-credit > img {
  width: 82px;
  height: 104px;
  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 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
}

.front-row .performance-credit .credit-copy h3 {
  color: #f7f2ee;
  font-size: 29px;
  line-height: 1;
}

.front-row .performance-credit .credit-copy > p:not(.credit-kicker) {
  max-width: 570px;
  color: rgba(255, 255, 255, .54);
  font-size: 15px;
  line-height: 1.5;
}

.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;
}

.home-behind-strings { grid-column: 1/-1; display: grid; grid-template-columns: minmax(220px,.76fr) minmax(0,1.24fr); gap: clamp(22px,3vw,42px); align-items: stretch; width: 100%; margin: 8px 0 0; padding: 14px; border: 1px solid rgba(24,119,242,.45); border-radius: 24px; color: #f7f2ee; text-decoration: none; background: radial-gradient(circle at 9% 50%, rgba(24,119,242,.22), transparent 28%), radial-gradient(circle at 86% 50%, rgba(201,14,35,.2), transparent 38%), linear-gradient(125deg, rgba(5,9,15,.99), rgba(21,5,9,.99)); box-shadow: 0 30px 82px rgba(0,0,0,.5), 0 0 52px rgba(24,119,242,.1), 0 0 52px rgba(207,18,43,.08); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.home-behind-strings:hover { transform: translateY(-3px); border-color: rgba(105,166,246,.72); box-shadow: 0 34px 88px rgba(0,0,0,.54), 0 0 62px rgba(24,119,242,.14), 0 0 58px rgba(207,18,43,.12); }
.home-behind-strings-thumb { position: relative; min-height: 210px; overflow: hidden; border-radius: 16px; background: #07090d; box-shadow: 0 18px 42px rgba(0,0,0,.48), 0 0 30px rgba(210,18,43,.14); }
.home-behind-strings-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,3,6,.35)); pointer-events: none; }
.home-behind-strings-thumb img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.05); transition: transform .4s ease; }
.home-behind-strings:hover .home-behind-strings-thumb img { transform: scale(1.025); }
.home-facebook-mark { position: absolute; z-index: 2; right: 14px; bottom: 14px; display: grid; place-items: center; width: 52px; aspect-ratio: 1; border: 3px solid rgba(255,255,255,.86); border-radius: 50%; color: #fff; font: 700 32px/1 Arial,sans-serif; background: #1877f2; box-shadow: 0 0 0 8px rgba(24,119,242,.1), 0 12px 30px rgba(24,119,242,.36); }
.home-behind-strings > div { align-self: center; padding: clamp(18px,3vw,34px) clamp(12px,2vw,24px) clamp(18px,3vw,34px) 0; }
.home-behind-strings small { color: #8cbcff; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home-behind-strings h3 { margin: 12px 0 10px; color: #fff; font-size: clamp(34px,4vw,52px); line-height: .92; }
.home-behind-strings h3 em { color: #e31d35; font-weight: 400; }
.home-behind-strings p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); font: 18px/1.56 var(--font-display),serif; }
.home-behind-strings strong { display: inline-block; margin-top: 16px; color: rgba(255,255,255,.92); font-size: 10px; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.home-behind-strings strong span { color: #82b3ff; font-size: 12px; }

.credit-past {
  position: static;
  color: #ed2039;
  font-family: var(--font-display), serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 0 18px rgba(215, 27, 45, .34);
}

@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: 0 0 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 {
    font-size: 14px;
  }

  .home-behind-strings { grid-template-columns: 1fr; gap: 0; width: 100%; margin-top: 0; padding: 10px; }
  .home-behind-strings-thumb,
  .home-behind-strings-thumb img { min-height: 210px; }
  .home-facebook-mark { right: 12px; bottom: 12px; width: 48px; font-size: 30px; }
  .home-behind-strings > div { padding: 24px 12px 20px; }
  .home-behind-strings small { font-size: 9px; }
  .home-behind-strings h3 { font-size: 37px; }
  .home-behind-strings p { font-size: 17px; }
  .home-behind-strings strong { font-size: 9px; }
}

@media (max-width: 900px) {
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .front-row-page-feature,
  .connect-page-body { grid-template-columns: 1fr; }
  .front-row-page-story { border-radius: 0 0 28px 28px; }
  .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,
  .front-row-page-heading { padding: 132px 22px 58px; }
  .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: 250px; }
  .destination-card small { margin-top: 84px; }
  .front-row-page-feature { padding: 0 16px 78px; }
  .front-row-page-story { padding: 30px 22px; }
  .behind-strings-feature { margin-top: -30px; padding: 0 16px 78px; }
  .behind-strings-card { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 34px 24px; border-radius: 22px; }
  .behind-strings-mark { grid-template-columns: auto 1fr; justify-items: start; }
  .behind-strings-mark span { width: 76px; font-size: 52px; }
  .behind-strings-copy h2 { font-size: clamp(43px, 12vw, 58px); }
  .behind-strings-copy > p:not(.feature-number) { font-size: 17px; line-height: 1.58; }
  .films-page-heading { grid-template-columns: 1fr; padding: 128px 22px 60px; }
  .films-page-heading > img { width: 92px; }
  .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;
  }
}

/* Homepage: owner-managed featured event, kept concise while the full post stays external. */
.hero-event.hero-event-live {
  top: clamp(128px, 15vh, 178px);
  width: min(390px, 32vw);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(231, 27, 50, .9);
  background: linear-gradient(145deg, rgba(16, 5, 8, .96), rgba(3, 3, 4, .9));
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .58), 0 0 48px rgba(198, 16, 30, .18);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hero-event.hero-event-live:hover,
.hero-event.hero-event-live:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(237, 38, 61, .7);
  outline: none;
  box-shadow: 0 34px 88px rgba(0, 0, 0, .65), 0 0 62px rgba(212, 17, 40, .3);
}

.hero-event-image {
  position: relative;
  display: block;
  height: clamp(154px, 17vw, 192px);
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 23% 55%, rgba(198, 16, 30, .42), transparent 29%),
    radial-gradient(circle at 77% 55%, rgba(198, 16, 30, .42), transparent 29%),
    #030303;
}

.hero-event-image::before {
  position: absolute;
  inset: 9px 4%;
  content: "";
  border-radius: 50%;
  background: rgba(198, 16, 30, .27);
  filter: blur(28px);
}

.hero-event-image::after {
  display: none;
}

.hero-event-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) saturate(.94);
  transition: transform .35s ease, filter .35s ease;
}

.hero-event-image:hover img {
  transform: scale(1.025);
  filter: contrast(1.05) saturate(1);
}

.hero-event-content {
  padding: 20px 22px 21px;
}

.hero-event-live h2 {
  margin: 10px 0 11px;
  font-size: clamp(27px, 2.25vw, 38px);
  line-height: .95;
}

.hero-event-live .hero-event-label {
  margin-top: 12px;
}

.hero-event-live .hero-event-place {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px !important;
  line-height: 1.55;
}

.hero-event-live .hero-event-place strong {
  color: #fff;
}

.hero-event-live .hero-event-content > p:not([class]) {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.5;
}

.hero-event-cta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .hero-event.hero-event-live {
    width: auto;
    margin: 32px var(--mobile-pad) 0;
    position: relative;
    inset: auto;
  }

  .hero-event-image {
    height: auto;
    aspect-ratio: 540 / 350;
  }

  .hero-event-content {
    padding: 21px 20px 22px;
  }

  .hero-event-live h2 {
    font-size: clamp(33px, 10vw, 46px);
  }

  .hero-event-live .hero-event-place,
  .hero-event-live .hero-event-content > p:not([class]) {
    font-size: 15px !important;
  }
}

/* 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-native-exit {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 20%;
  max-width: 150px;
  min-width: 96px;
  color: transparent;
  background: transparent;
  cursor: pointer;
}

.public-youtube-native-exit:focus-visible {
  outline: 2px solid #e3182d;
  outline-offset: -3px;
}

.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;
}

.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;
  }

}

/* 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(238px, calc(100vw - 28px));
  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: 94px;
  min-width: 94px;
  height: 42px;
  min-height: 42px;
  gap: 10px;
  padding: 0 14px;
  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: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    gap: 0;
    padding: 11px;
    border-radius: 50%;
  }

  .site-menu nav {
    top: calc(100% + 8px);
    width: min(228px, 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;
}

.circle-video-story-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(215, 27, 45, .72);
  color: #f5f1ec;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}

.circle-video-story-link:hover,
.circle-video-story-link:focus-visible {
  border-color: #f02a40;
  color: #f02a40;
}

/* The homepage keeps the three films as a quiet archive preview. The complete
   Circle of 5th identity and dedication now live on the Stories destination. */
.home-film-reel {
  padding: clamp(72px, 7.5vw, 112px) clamp(22px, 4vw, 64px) clamp(82px, 8vw, 124px);
  background:
    radial-gradient(ellipse at 50% 18%, rgba(225, 27, 51, .22), transparent 34%),
    radial-gradient(circle at 8% 72%, rgba(8, 102, 142, .12), transparent 27%),
    linear-gradient(135deg, #070707 0%, #170609 52%, #070708 100%);
}

.home-film-reel::before {
  content: "";
}

.home-film-reel .circle-showcase-heading {
  max-width: 820px;
  margin-bottom: clamp(34px, 4vw, 52px);
}

.home-film-reel .circle-showcase-heading h2 {
  font-size: clamp(54px, 5.7vw, 84px);
}

.home-film-reel .circle-showcase-heading > p:last-child {
	max-width: none;
	font-size: clamp(18px, 1.5vw, 22px);
	white-space: nowrap;
}

.home-film-reel .circle-video-grid {
  max-width: 1280px;
  gap: clamp(18px, 2.2vw, 32px);
}

.home-film-reel .circle-video-card > .public-youtube-player .public-youtube-frame {
  border-color: rgba(255, 255, 255, .24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .54), 0 0 38px rgba(196, 17, 41, .11);
}

.home-film-reel .circle-video-card > .public-youtube-player .public-youtube-meta {
  padding: 25px 5px 10px;
}

.home-film-reel .circle-video-card > .public-youtube-player .public-youtube-meta strong {
  font-size: clamp(23px, 2vw, 30px);
}

.home-film-reel .circle-video-card > .public-youtube-player .public-youtube-meta span,
.home-film-reel .circle-video-story-link {
  display: none;
}

.home-film-story-link {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(880px, 100%);
  min-height: 98px;
  margin: 50px auto 0;
  padding: 20px clamp(22px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 50%, rgba(217, 25, 48, .2), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, .045), rgba(85, 3, 15, .14));
  color: #f7f2ee;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .035);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-film-story-link span {
  color: #e31d35;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.home-film-story-link strong {
  font: 25px/1.2 var(--font-display), serif;
}

.home-film-story-link strong small {
  display: block;
  margin-top: 6px;
  color: rgba(242, 235, 231, .64);
  font: 14px/1.45 var(--font-sans), sans-serif;
}

.home-film-story-link b {
  color: #e31d35;
  font-size: 18px;
}

.home-film-story-link:hover,
.home-film-story-link:focus-visible {
  border-color: rgba(227, 29, 53, .72);
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .42), 0 0 46px rgba(205, 17, 42, .14);
}

/* Linked Guitar Cam preview: keep the approved still and send deliberate
   playback to the approved YouTube video. */
.camera-film-link {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  background: #000;
}

.camera-film-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.camera-film-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: rgba(205, 16, 41, .94);
  box-shadow: 0 0 0 9px rgba(204, 17, 43, .15), 0 14px 42px rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 24px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}

.camera-film-link:hover img,
.camera-film-link:focus-visible img {
  filter: brightness(1.08);
  transform: scale(1.018);
}

.camera-film-link:hover .camera-film-play,
.camera-film-link:focus-visible .camera-film-play {
  background: #ef1d3a;
  transform: translate(-50%, -50%) scale(1.08);
}

.camera-film-link:focus-visible {
  outline: 2px solid #ef1d3a;
  outline-offset: -2px;
}

@media (max-width: 760px) {
	.home-film-reel {
		padding-inline: var(--mobile-pad);
	}

	.home-film-reel .circle-showcase-heading > p:last-child {
		max-width: 32rem;
		white-space: normal;
	}

  .home-film-story-link {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    margin-top: 28px;
    padding: 20px;
  }

  .home-film-story-link span {
    grid-column: 1 / -1;
  }

  .home-film-story-link strong {
    font-size: 21px;
  }
}

@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(620px, 100%);
  margin: 0 auto;
  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.42;
  overflow: hidden;
  background: #080808;
  box-shadow: 0 0 0 1px rgba(218, 187, 105, .3), 0 24px 55px rgba(116, 5, 18, .34);
}

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

.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(58px, 5.2vw, 82px);
  }

  .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;
  }
}
