:root {
    --stage: #0d0d10;
    --stage-soft: #171719;
    --ink: #181512;
    --muted: #6d665f;
    --paper: #f6f1e8;
    --white: #ffffff;
    --gold: #d6a84a;
    --red: #b9282f;
    --blue: #24506f;
    --line: rgba(24, 21, 18, 0.14);
    --line-light: rgba(255, 255, 255, 0.18);
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    --home-marquee-overlap: clamp(110px, 8.5vw, 150px);
    --home-marquee-follow-pull: clamp(120px, 9vw, 160px);
    --tour-tease-background: #3d343a;
    --section-title-size: clamp(2rem, 4vw, 4rem);
}

/* About history timeline */
.about-history { background: #fbf8f2; }
.about-history > .section-inner { max-width: 1440px; }
.history-intro { max-width: 760px; padding: 96px 0 34px; }
.history-intro h2 { max-width: 680px; margin: 0 0 24px; }
.history-intro > p:last-child { max-width: 620px; font-size: 1.08rem; line-height: 1.65; }
.history-lead-photo { margin: 0 0 24px; }
.history-lead-photo img { display: block; width: 100%; aspect-ratio: 2.15 / 1; object-fit: cover; border-radius: 12px; }
.history-lead-photo figcaption, .history-chapter__photo figcaption { margin-top: 10px; color: #6f6a63; font-size: .82rem; }
.history-timeline { position: relative; padding: 0 0 110px 38px; }
.history-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 8px; width: 2px; background: #d6a83c; }
.history-chapter { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 96px); align-items: center; padding: 0 0 84px; }
.history-chapter::before { content: ""; position: absolute; left: -38px; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: #d6a83c; box-shadow: 0 0 0 4px #fbf8f2; }
.history-chapter--reverse .history-chapter__copy { order: 2; }
.history-chapter--reverse .history-chapter__photo { order: 1; }
.history-chapter__era { margin: 0 0 12px; color: #c73132; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.history-chapter h3 { margin: 0 0 20px; font-size: clamp(1.26rem, 2.4vw, 2.22rem); line-height: .98; }
.history-chapter__copy p:not(.history-chapter__era) { max-width: 580px; margin: 0 0 20px; line-height: 1.65; }
.history-chapter__photo { margin: 0; }
.history-chapter__photo img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; border-radius: 12px; }
.history-chapter--milestone { margin: 0 0 84px; padding: 58px 58px 58px 48px; color: #f8f4eb; background: #071426; border-radius: 14px; }
.history-chapter--milestone::before { left: -46px; box-shadow: 0 0 0 4px #fbf8f2; }
.history-chapter--milestone .history-chapter__era { color: #d6a83c; }
.history-chapter--milestone .history-chapter__photo img { border: 1px solid rgba(214,168,60,.45); }
.history-chapter--milestone .history-chapter__photo figcaption { color: rgba(248,244,235,.72); }
@media (max-width: 760px) {
  .history-intro { padding: 62px 0 28px; }
  .history-intro > p:last-child { font-size: 1rem; }
  .history-lead-photo { margin-bottom: 20px; }
  .history-lead-photo img { aspect-ratio: 1.45 / 1; }
  .history-timeline { padding-left: 24px; }
  .history-timeline::before { left: 2px; }
  .history-chapter, .history-chapter--reverse { display: flex; flex-direction: column; align-items: stretch; gap: 26px; padding-bottom: 58px; }
  .history-chapter::before { left: -30px; top: 7px; width: 13px; height: 13px; }
  .history-chapter--reverse .history-chapter__copy, .history-chapter--reverse .history-chapter__photo { order: initial; }
  .history-chapter h3 { font-size: clamp(1.2rem, 6.6vw, 1.8rem); }
  .history-chapter--milestone { margin-left: -24px; padding: 36px 24px 36px 24px; border-radius: 10px; }
  .history-chapter--milestone::before { left: -7px; box-shadow: 0 0 0 4px #071426; }
}

/* Experience page trial — v1.9.5 */
.experience-hero {
    position: relative;
    --experience-hero-size: clamp(560px, 52vh, 660px);
    height: var(--experience-hero-size);
    min-height: var(--experience-hero-size);
    overflow: hidden;
    color: var(--ink);
    background-color: var(--paper);
    background-image: none;
}

.experience-hero::before {
    position: absolute;
    inset: 0 0 0 25%;
    z-index: 0;
    content: "";
    pointer-events: none;
    background-image: var(--experience-hero-image);
    background-position: var(--experience-hero-position, center center);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.12) 14%,
        rgba(0, 0, 0, 0.72) 38%,
        #000000 54%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 0, 0, 0.12) 14%,
        rgba(0, 0, 0, 0.72) 38%,
        #000000 54%
    );
}

.experience-hero::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(13, 13, 16, 0.025), transparent 32%, rgba(13, 13, 16, 0.07));
}

.experience-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: inherit;
}

.experience-hero__copy {
    width: min(50%, 720px);
}

.experience-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(2.55rem, 3.6vw, 4rem);
    line-height: 0.96;
}

.experience-hero h1 span {
    display: block;
    white-space: nowrap;
}

.about-split-hero .eyebrow {
    margin: 0 0 clamp(18px, 2vw, 28px);
}

.about-split-hero__intro span {
    display: block;
}

.experience-hero__tagline {
    margin: clamp(28px, 3vw, 42px) 0 0;
    color: var(--red);
    font-size: clamp(1.02rem, 1.35vw, 1.35rem);
    font-weight: 800;
    line-height: 1.25;
}

.experience-hero__intro {
    max-width: 620px;
    margin: clamp(18px, 2vw, 28px) 0 0;
    color: var(--ink);
    font-size: clamp(0.88rem, 1vw, 1.05rem);
    font-weight: 500;
    line-height: 1.6;
}

.experience-hero__factoids {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 30px);
    width: min(720px, 100%);
    margin-top: clamp(24px, 3vw, 40px);
}

.experience-hero__factoid {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--ink);
    font-size: clamp(0.72rem, 0.82vw, 0.88rem);
    font-weight: 700;
    line-height: 1.28;
}

.experience-hero__factoid-icon {
    display: block;
    flex: 0 0 clamp(32px, 2.8vw, 44px);
    width: clamp(32px, 2.8vw, 44px);
    height: clamp(32px, 2.8vw, 44px);
    background-color: var(--red);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.experience-hero__factoid-icon--trailer {
    -webkit-mask-image: url("../images/icons/trailer.png");
    mask-image: url("../images/icons/trailer.png");
}

.experience-hero__factoid-icon--rehearsal {
    -webkit-mask-image: url("../images/icons/rehearsal.png");
    mask-image: url("../images/icons/rehearsal.png");
}

.experience-hero__factoid-icon--gallery {
    -webkit-mask-image: url("../images/icons/gallery.png");
    mask-image: url("../images/icons/gallery.png");
}

.experience-hero__factoid-icon--about {
    -webkit-mask-image: url("../images/icons/about.png");
    mask-image: url("../images/icons/about.png");
}

.experience-hero__factoid-icon--history {
    -webkit-mask-image: url("../images/icons/history.png");
    mask-image: url("../images/icons/history.png");
}

.experience-hero__factoid-icon--profile {
    -webkit-mask-image: url("../images/icons/profile.png");
    mask-image: url("../images/icons/profile.png");
}

.experience-hero__factoid-icon--guitar {
    -webkit-mask-image: url("../images/icons/guitar.png");
    mask-image: url("../images/icons/guitar.png");
}

.experience-hero__factoid-icon--keys {
    -webkit-mask-image: url("../images/icons/keys.png");
    mask-image: url("../images/icons/keys.png");
}

.experience-hero__factoid-icon--amplifier {
    -webkit-mask-image: url("../images/icons/guitar-amp.png");
    mask-image: url("../images/icons/guitar-amp.png");
}

.experience-hero__factoid-icon--theater {
    -webkit-mask-image: url("../images/icons/theater.png");
    mask-image: url("../images/icons/theater.png");
}

.experience-hero__factoid-icon--star {
    -webkit-mask-image: url("../images/icons/star.png");
    mask-image: url("../images/icons/star.png");
}

.experience-hero__factoid-icon--people {
    -webkit-mask-image: url("../images/icons/people.png");
    mask-image: url("../images/icons/people.png");
}

.experience-hero__factoid-icon--note {
    -webkit-mask-image: url("../images/icons/note.png");
    mask-image: url("../images/icons/note.png");
}

.experience-hero__brush {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 3;
    height: clamp(52px, 5.2vw, 82px);
    color: #fbf8f2;
    pointer-events: none;
}

.experience-hero__brush svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.experience-hero__brush-fill {
    fill: currentColor;
}

.experience-hero__brush-stroke {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.experience-hero__brush-stroke--one {
    opacity: 0.92;
    stroke-width: 2.2;
}

.experience-hero__brush-stroke--two {
    opacity: 0.68;
    stroke-width: 1.2;
}

.experience-hero__brush-stroke--three {
    opacity: 0.82;
    stroke-width: 2.8;
}

.section-inner.experience-hero__inner,
.section-inner.experience-split,
.section-inner.experience-fact-band__inner,
.section-inner.experience-quote__inner,
.section-inner.achievement-band__inner {
    width: calc(100% - 80px);
}

@media (min-width: 821px) {
    body.home .section-inner,
    body.home-preview .section-inner {
        width: calc(100% - 80px);
    }
}

@media (max-width: 820px) {
    .hero__headline {
        bottom: 220px;
        width: calc(100% - 32px);
        font-size: clamp(1.25rem, 5.2vw, 2rem);
        line-height: 1.08;
    }

    .hero__actions {
        right: 16px;
        bottom: 28px;
        left: 16px;
        gap: 8px;
        transform: none;
    }

    .hero__actions .button {
        flex: 1 1 160px;
        min-height: 48px;
        padding: 11px 14px;
        font-size: 1rem;
    }

    .home-accolade-band__inner {
        grid-template-columns: 1fr;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .home-accolade-band__quote {
        min-height: 128px;
        padding: 20px 58px;
    }

    .home-accolade-band__quote:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(214, 168, 74, 0.7);
    }

    .home-accolade-band__quote::before,
    .home-accolade-band__quote::after {
        width: 30px;
        height: 38px;
    }
}

/* Compact Home-page desktop transitions without changing mobile spacing. */
@media (min-width: 821px) {
    body.home .tour-tease,
    body.home-preview .tour-tease {
        padding-bottom: 64px;
    }

    body.home #about.content-section--light,
    body.home-preview #about.content-section--light {
        padding-top: 64px;
        padding-bottom: 64px;
        background: #F1EEE7;
    }

    body.home .latest-news-section,
    body.home-preview .latest-news-section {
        padding-top: 64px;
    }
}

/* Ensure the history timeline styling wins over legacy generic history rules. */
.about-history { background: #fbf8f2; }
.about-history > .section-inner { max-width: 1440px; }
.about-history .history-intro { max-width: 760px; padding: 96px 0 34px; }
.about-history .history-intro h2 { max-width: 680px; margin: 0 0 24px; }
.about-history .history-intro > p:last-child { max-width: 620px; font-size: 1.08rem; line-height: 1.65; }
.about-history .history-lead-photo { margin: 0 0 16px; }
.about-history .history-lead-photo img { display: block; width: 100%; aspect-ratio: 2.15 / 1; object-fit: cover; border-radius: 12px; }
.about-history .history-collage { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-template-rows: clamp(294px, 34vw, 546px) auto; gap: clamp(8px, 1vw, 16px); min-height: 0; align-items: stretch; overflow: visible; }
.about-history .history-collage__panel { min-width: 0; overflow: hidden; background: transparent; border-radius: 14px; box-shadow: 0 14px 28px rgba(28, 21, 17, .14); transform: none; }
.about-history .history-collage__panel img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; border-radius: 0; }
.about-history .history-collage__panel--before-2007 img { height: 100%; object-position: 35% center; transform: none; }
.about-history .history-collage__panel--2007 img,
.about-history .history-collage__panel--2008-2011 img,
.about-history .history-collage__panel--2020-2022 img { height: 100%; transform: none; }
.about-history .history-collage__panel--2007 img { width: 120%; height: 120%; object-position: 32% center; transform: translateX(50px) rotate(10deg); transform-origin: center center; }
.about-history .history-collage__panel--before-2007 { --collage-rotation: -2.8deg; }
.about-history .history-collage__panel--2007 { --collage-rotation: 2.2deg; }
.about-history .history-collage__panel--2008-2011 { --collage-rotation: -1.3deg; }
.about-history .history-collage__panel--2012-2019 { --collage-rotation: 1.8deg; }
.about-history .history-collage__panel--2020-2022 { --collage-rotation: -2deg; }
.about-history .history-collage__panel--2023-2025 { --collage-rotation: 1.1deg; }
.about-history .history-collage__panel--2026-and-beyond { --collage-rotation: -2.4deg; }
.about-history .history-collage figcaption { grid-column: 1 / -1; }
.about-history .history-timeline { padding-bottom: 0; }
.about-history .history-lead-photo figcaption, .about-history .history-chapter__photo figcaption { margin-top: 10px; color: #6f6a63; font-size: .82rem; }
.about-history .history-timeline { position: relative; padding: 0 0 110px 38px; }
.about-history .history-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 8px; width: 2px; background: #d6a83c; }
.about-history .history-chapter { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 96px); align-items: center; padding: 0 0 84px; }
.about-history .history-chapter::before { content: ""; position: absolute; left: -38px; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: #d6a83c; box-shadow: 0 0 0 4px #fbf8f2; }
.about-history .history-chapter--reverse .history-chapter__copy { order: 2; }
.about-history .history-chapter--reverse .history-chapter__photo { order: 1; }
.about-history .history-chapter__era { margin: 0 0 12px; color: #c73132; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-history .history-chapter h3 { margin: 0 0 20px; font-size: clamp(1.26rem, 2.4vw, 2.22rem); line-height: .98; }
.about-history .history-chapter__copy p:not(.history-chapter__era) { max-width: 580px; margin: 0 0 20px; line-height: 1.65; }
.about-history .history-chapter__photo { margin: 0; }
.about-history .history-chapter__photo img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; border-radius: 12px; }
.about-history .history-chapter--milestone { margin: 0 0 84px; padding: 58px 58px 58px 48px; color: #f8f4eb; background: #071426; border-radius: 14px; }
.about-history .history-chapter--milestone::before { left: -46px; box-shadow: 0 0 0 4px #fbf8f2; }
.about-history .history-chapter--milestone .history-chapter__era { color: #d6a83c; }
.about-history .history-chapter--milestone .history-chapter__photo img { border: 1px solid rgba(214,168,60,.45); }
.about-history .history-chapter--milestone .history-chapter__photo figcaption { color: rgba(248,244,235,.72); }
.about-history .history-chapter h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.25vw, 2.1rem);
}
@media (max-width: 760px) {
  .about-history .history-intro { padding: 62px 0 28px; }
  .about-history .history-intro > p:last-child { font-size: 1rem; }
  .about-history .history-lead-photo { margin-bottom: 20px; }
  .about-history .history-lead-photo img { aspect-ratio: 1.45 / 1; }
  .about-history .history-collage { grid-template-columns: repeat(7, minmax(112px, 1fr)); grid-template-rows: 390px auto; min-height: 0; gap: 8px; overflow-x: auto; overflow-y: visible; padding-bottom: 4px; }
  .about-history .history-collage__panel { border-radius: 9px; }
  .about-history .history-collage__panel--before-2007 img { height: 100%; object-position: 35% center; transform: none; }
  .about-history .history-collage__panel--2007 img,
  .about-history .history-collage__panel--2008-2011 img,
  .about-history .history-collage__panel--2020-2022 img { height: 100%; transform: none; }
  .about-history .history-collage__panel--2007 img { width: 120%; height: 120%; object-position: 32% center; transform: translateX(50px) rotate(10deg); transform-origin: center center; }
  .about-history .history-timeline { padding-left: 24px; }
  .about-history .history-timeline::before { left: 2px; }
  .about-history .history-chapter, .about-history .history-chapter--reverse { display: flex; flex-direction: column; align-items: stretch; gap: 26px; padding-bottom: 58px; }
  .about-history .history-chapter::before { left: -30px; top: 7px; width: 13px; height: 13px; }
  .about-history .history-chapter--reverse .history-chapter__copy, .about-history .history-chapter--reverse .history-chapter__photo { order: initial; }
  .about-history .history-chapter h3 { font-size: clamp(1.2rem, 6.2vw, 1.7rem); }
  .about-history .history-chapter--milestone { margin-left: -24px; padding: 36px 24px; border-radius: 10px; }
  .about-history .history-chapter--milestone::before { left: -7px; box-shadow: 0 0 0 4px #071426; }
}

/* Final clean History collage layout: source images remain untransformed; focal points only. */
.about-history .history-collage {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: clamp(294px, 34vw, 546px) auto;
  gap: clamp(8px, 1vw, 16px);
  min-height: 0;
  margin-bottom: 16px;
  overflow: visible;
}
.about-history .history-collage__panel {
  min-width: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(28, 21, 17, .14);
  transform: none;
}
.about-history .history-collage__panel img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  transform: none;
}
.about-history .history-collage__panel--before-2007 img { object-position: 30% center; }
.about-history .history-collage__panel--2007 img { object-position: 18% center; }
.about-history .history-collage__panel--2008-2011 img { object-position: 42% center; }
.about-history .history-collage__panel--2020-2022 img { object-position: 42% center; }
.about-history .history-collage__panel--2026-and-beyond img { object-position: 72% center; }
.about-history .history-collage figcaption { grid-column: 1 / -1; }
@media (max-width: 760px) {
  .about-history .history-collage {
    grid-template-columns: repeat(7, minmax(112px, 1fr));
    grid-template-rows: 390px auto;
    gap: 8px;
    margin-bottom: 16px;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 4px;
  }
  .about-history .history-collage__panel { border-radius: 9px; }
  .about-history .history-collage__panel img { width: 100%; height: 100%; transform: none; }
  .about-history .history-collage__panel--2026-and-beyond img { object-position: 72% center; }
}

/* Keep the transition from the About page's detail band into History compact. */
.about-detail-band + #history .history-intro {
  padding-top: 24px;
}

@media (max-width: 760px) {
  .about-detail-band + #history .history-intro {
    padding-top: 48px;
  }
}

/* Keep the HISTORY section close to the By the numbers banner. */
@media (min-width: 761px) {
  .about-detail-band { margin-bottom: 0; }
  #history.about-history { padding-top: 16px; }
  #history.about-history .history-intro { padding-top: 0; }
}

@media (max-width: 760px) {
  .about-detail-band { margin-bottom: 0; }
  #history.about-history { padding-top: 11px; }
  #history.about-history .history-intro { padding-top: 0; }
}

/* Final override for dated History chapter headings only. */
.about-history .history-chapter h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
}
@media (max-width: 760px) {
  .about-history .history-chapter h3 {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }
}

/* Final sizing override: only the dated History chapter headings, not the section title. */
.about-history .history-chapter h3 { font-size: clamp(1.65rem, 3vw, 2.75rem); }
@media (max-width: 760px) {
  .about-history .history-chapter h3 { font-size: clamp(1.65rem, 8vw, 2.35rem); }
}

/* About history timeline — final overrides */
.about-history { background: #fbf8f2; }
.about-history > .section-inner { max-width: 1440px; }
.about-history .history-intro { max-width: 760px; padding: 96px 0 34px; }
.about-history .history-intro h2 { max-width: 680px; margin: 0 0 24px; }
.about-history .history-intro > p:last-child { max-width: 620px; font-size: 1.08rem; line-height: 1.65; }
.about-history .history-lead-photo { margin: 0 0 16px; }
.about-history .history-lead-photo img { display: block; width: 100%; aspect-ratio: 2.15 / 1; object-fit: cover; border-radius: 12px; }
.about-history .history-lead-photo figcaption, .about-history .history-chapter__photo figcaption { margin-top: 10px; color: #6f6a63; font-size: .82rem; }
.about-history .history-timeline { position: relative; padding: 0 0 110px 38px; }
.about-history .history-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 8px; width: 2px; background: #d6a83c; }
.about-history .history-chapter { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 96px); align-items: center; padding: 0 0 84px; }
.about-history .history-chapter::before { content: ""; position: absolute; left: -38px; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: #d6a83c; box-shadow: 0 0 0 4px #fbf8f2; }
.about-history .history-chapter--reverse .history-chapter__copy { order: 2; }
.about-history .history-chapter--reverse .history-chapter__photo { order: 1; }
.about-history .history-chapter__era { margin: 0 0 12px; color: #c73132; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-history .history-chapter h3 { margin: 0 0 20px; font-size: clamp(1.26rem, 2.4vw, 2.22rem); line-height: .98; }
.about-history .history-chapter__copy p:not(.history-chapter__era) { max-width: 580px; margin: 0 0 20px; line-height: 1.65; }
.about-history .history-chapter__photo { margin: 0; }
.about-history .history-chapter__photo img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; border-radius: 12px; }
.about-history .history-chapter--milestone { margin: 0 0 84px; padding: 58px 58px 58px 48px; color: #f8f4eb; background: #071426; border-radius: 14px; }
.about-history .history-chapter--milestone::before { left: -46px; box-shadow: 0 0 0 4px #fbf8f2; }
.about-history .history-chapter--milestone .history-chapter__era { color: #d6a83c; }
.about-history .history-chapter--milestone .history-chapter__photo img { border: 1px solid rgba(214,168,60,.45); }
.about-history .history-chapter--milestone .history-chapter__photo figcaption { color: rgba(248,244,235,.72); }

/* Keep the About “By the numbers” banner visually separated without oversized gaps. */
@media (min-width: 761px) {
  #about-show { padding-bottom: 0; }
  .about-detail-band { margin-top: 88px; margin-bottom: 80px; }
  .about-detail-band + #history .history-intro { padding-top: 0; }
}

@media (max-width: 760px) {
  #about-show { padding-bottom: 0; }
  .about-detail-band { margin-top: 56px; margin-bottom: 56px; }
  .about-detail-band + #history .history-intro { padding-top: 0; }
  .about-history .history-intro { padding: 62px 0 28px; }
  .about-history .history-intro > p:last-child { font-size: 1rem; }
  .about-history .history-lead-photo { margin-bottom: 20px; }
  .about-history .history-lead-photo img { aspect-ratio: 1.45 / 1; }
  .about-history .history-timeline { padding-left: 24px; }
  .about-history .history-timeline::before { left: 2px; }
  .about-history .history-chapter, .about-history .history-chapter--reverse { display: flex; flex-direction: column; align-items: stretch; gap: 26px; padding-bottom: 58px; }
  .about-history .history-chapter::before { left: -30px; top: 7px; width: 13px; height: 13px; }
  .about-history .history-chapter--reverse .history-chapter__copy, .about-history .history-chapter--reverse .history-chapter__photo { order: initial; }
  .about-history .history-chapter h3 { font-size: clamp(1.2rem, 6.6vw, 1.8rem); }
  .about-history .history-chapter--milestone { margin-left: -24px; padding: 36px 24px; border-radius: 10px; }
  .about-history .history-chapter--milestone::before { left: -7px; box-shadow: 0 0 0 4px #071426; }
}

.experience-section {
    padding: clamp(70px, 8vw, 120px) 0;
}

.experience-section--paper {
    color: var(--ink);
    background: #fbf8f2;
}

.experience-split {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(0, 3fr);
    gap: clamp(38px, 5vw, 76px);
    align-items: center;
}

.experience-copy {
    display: grid;
    align-content: center;
    gap: 20px;
}

.experience-copy .eyebrow {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.1;
}

.experience-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3.65rem);
    line-height: 1.03;
}

.experience-copy p {
    margin: 0;
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.72;
}

.experience-copy .button {
    justify-self: start;
    margin-top: 10px;
}

.experience-media {
    position: relative;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(24, 21, 18, 0.12);
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(15, 25, 33, 0.25);
}

.experience-media .video-frame {
    border-radius: 0;
}

.experience-media__caption {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    color: var(--white);
    background: linear-gradient(90deg, #121214, #252126);
}

.experience-media__caption span {
    color: rgba(255, 255, 255, 0.7);
}

.experience-media--rehearsal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 24px);
    align-items: start;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.experience-vertical-card {
    position: relative;
    aspect-ratio: 9 / 16;
    min-width: 0;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(24, 21, 18, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(15, 25, 33, 0.22);
}

.experience-vertical-card iframe,
.experience-vertical-card img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.experience-vertical-card img {
    object-fit: cover;
}

.experience-vertical-card:nth-child(2) img {
    object-position: 52% center;
}

.experience-vertical-card:nth-child(3) img {
    object-position: center center;
}

.experience-fact-band,
.achievement-band {
    color: var(--white);
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.07), transparent 36%),
        #123a59;
}

.gear-fact-band {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.07), transparent 36%),
        #315846;
}

.tour-fact-band {
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 224, 170, 0.15), transparent 36%),
        linear-gradient(118deg, #8d2e29, #bf4a32 54%, #d36338);
}

.tour-fact-band .experience-fact-band__title {
    color: #ffd178;
}

.tour-fact-band .experience-fact-band__copy {
    border-left-color: rgba(255, 209, 120, 0.7);
}

.tour-fact-band .experience-fact__png-icon {
    background-color: #ffd178;
}

.tour-fact-band .experience-fact svg {
    stroke: #ffd178;
}

.tour-fact-band .experience-fact strong {
    display: block;
    color: inherit;
    font-size: 1rem;
    line-height: 1.18;
}

.gear-fact-band .experience-fact-band__inner {
    grid-template-columns:
        minmax(160px, 0.8fr)
        minmax(240px, 1.25fr)
        repeat(6, minmax(54px, 0.48fr));
    gap: clamp(10px, 1.25vw, 22px);
}

.experience-fact-band__inner {
    display: grid;
    grid-template-columns: minmax(190px, 0.95fr) minmax(240px, 1.45fr) repeat(4, minmax(88px, 0.62fr));
    gap: clamp(16px, 2vw, 30px);
    align-items: center;
    min-height: 170px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.experience-fact-band__title {
    margin: 0;
    color: var(--gold);
    font-family: "TMY Photograph Signature", "Brush Script MT", cursive;
    font-size: clamp(1.85rem, 2.65vw, 2.75rem);
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-3deg);
}

.experience-fact-band__copy {
    padding-left: 30px;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.62;
    border-left: 1px solid rgba(214, 168, 74, 0.65);
}

.experience-fact {
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.experience-fact svg,
.achievement svg {
    width: 54px;
    height: 54px;
    fill: none;
    stroke: var(--gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.achievement__png-icon {
    display: block;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    background-color: var(--gold);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.achievement__png-icon--theater {
    -webkit-mask-image: url("../images/icons/theater.png");
    mask-image: url("../images/icons/theater.png");
}

.experience-fact__png-icon {
    display: block;
    width: 54px;
    height: 54px;
    background-color: var(--gold);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.experience-fact__png-icon--guitar {
    -webkit-mask-image: url("../images/icons/guitar.png");
    mask-image: url("../images/icons/guitar.png");
}

.experience-fact__png-icon--amplifier {
    -webkit-mask-image: url("../images/icons/guitar-amp.png");
    mask-image: url("../images/icons/guitar-amp.png");
}

.experience-fact__png-icon--keys {
    -webkit-mask-image: url("../images/icons/keys.png");
    mask-image: url("../images/icons/keys.png");
}

.experience-fact__png-icon--microphone {
    -webkit-mask-image: url("../images/icons/microphone.png");
    mask-image: url("../images/icons/microphone.png");
}

.experience-fact__png-icon--note {
    -webkit-mask-image: url("../images/icons/note.png");
    mask-image: url("../images/icons/note.png");
}

.experience-fact__png-icon--theater {
    -webkit-mask-image: url("../images/icons/theater.png");
    mask-image: url("../images/icons/theater.png");
}

.experience-fact__png-icon--people {
    -webkit-mask-image: url("../images/icons/people.png");
    mask-image: url("../images/icons/people.png");
}

.experience-fact span {
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;
}

.about-detail-band .experience-fact strong {
    display: block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.home-history-band__inner {
    grid-template-columns: minmax(150px, 0.8fr) minmax(320px, 1.8fr) repeat(4, minmax(88px, 0.62fr));
}

.home-history-counter {
    gap: 3px;
}

.home-history-counter strong {
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 700;
    line-height: 1;
}

.experience-quote {
    margin: 0;
    border: 0;
}

.experience-quote__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3vw, 42px);
    min-height: 190px;
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
}

.experience-quote p {
    margin: 0 0 10px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.7rem, 3.1vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

.experience-quote cite {
    color: var(--red);
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 800;
}

.experience-quote cite::before {
    content: "– ";
}

.experience-quote__mark {
    color: rgba(214, 168, 74, 0.45);
    font-family: Georgia, serif;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.5;
}

.experience-quote--light {
    color: var(--ink);
    background: #f4ede1;
}

.experience-split--gallery {
    align-items: start;
}

.experience-split--gallery .experience-copy {
    position: sticky;
    top: 130px;
}

.experience-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.experience-gallery__item {
    border-radius: 7px;
}

.experience-gallery__item img {
    aspect-ratio: 16 / 9;
}

.achievement-band__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 38px;
    padding-bottom: 38px;
}

.achievement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 76px;
    padding: 4px clamp(12px, 2vw, 34px);
    border-left: 1px solid rgba(214, 168, 74, 0.4);
}

.achievement:first-child {
    border-left: 0;
}

.achievement p {
    display: grid;
    gap: 2px;
    margin: 0;
}

.achievement strong {
    font-size: clamp(1.7rem, 3vw, 3rem);
    line-height: 1;
}

.achievement span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.experience-quote--blue {
    position: relative;
    overflow: hidden;
    color: var(--ink);
    background: #f4ede1;
}

.experience-quote--blue cite {
    color: #c84b42;
}

.experience-quote--blue p {
    font-size: clamp(1.65rem, 2.45vw, 2.45rem);
    white-space: nowrap;
}

.experience-quote--blue .experience-quote__mark {
    color: rgba(214, 168, 74, 0.42);
}

.experience-quote__wing {
    flex: 0 0 clamp(70px, 8vw, 132px);
    width: clamp(70px, 8vw, 132px);
    height: clamp(54px, 5vw, 78px);
    opacity: 0.24;
    background-color: var(--gold);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.experience-quote__wing--left {
    -webkit-mask-image: url("../images/icons/wings-left.png");
    mask-image: url("../images/icons/wings-left.png");
}

.experience-quote__wing--right {
    -webkit-mask-image: url("../images/icons/wings-right.png");
    mask-image: url("../images/icons/wings-right.png");
}

@media (max-width: 880px) {
    .experience-fact-band__inner {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }

    .gear-fact-band .experience-fact-band__inner {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
        gap: clamp(16px, 2vw, 30px);
    }

    .home-history-band__inner {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }

    .experience-fact-band__title,
    .experience-fact-band__copy {
        grid-column: span 2;
    }

    .achievement {
        align-items: center;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 820px) {
    .hero__headline {
        bottom: 220px;
        width: calc(100% - 32px);
        font-size: clamp(1.25rem, 5.2vw, 2rem);
        line-height: 1.08;
    }

    .hero__actions {
        right: 16px;
        bottom: 28px;
        left: 16px;
        gap: 8px;
        transform: none;
    }

    .hero__actions .button {
        flex: 1 1 160px;
    }

    .about-accolade-band__inner {
        grid-template-columns: 1fr;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .about-accolade-band__quote {
        min-height: 145px;
        padding-right: 58px;
        padding-left: 58px;
    }

    .about-accolade-band__quote:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(214, 168, 74, 0.5);
    }

    .experience-hero {
        --experience-hero-size: clamp(520px, 72vh, 620px);
        color: var(--white);
    }

    .experience-hero::before {
        inset: 0;
        background-position: var(--experience-hero-position, center center);
        -webkit-mask-image: none;
        mask-image: none;
    }

    .experience-hero::after {
        background: linear-gradient(
            180deg,
            rgba(13, 13, 16, 0.02) 0%,
            rgba(13, 13, 16, 0.08) 44%,
            rgba(13, 13, 16, 0.88) 100%
        );
    }

    .experience-hero__inner {
        align-items: flex-end;
        padding-bottom: 68px;
    }

    .experience-hero__copy {
        width: 100%;
        padding: 24px;
        color: var(--ink);
        background: rgba(251, 248, 242, 0.94);
        border-radius: 8px;
        box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
    }

    .about-split-hero .experience-hero__copy,
    .gear-split-hero .experience-hero__copy,
    .tour-split-hero .experience-hero__copy,
    .media-split-hero .experience-hero__copy {
        width: auto;
        max-width: 100%;
        padding: 18px 20px;
    }

    .about-split-hero .eyebrow,
    .about-split-hero .about-split-hero__intro,
    .about-split-hero .experience-hero__factoids,
    .gear-split-hero .eyebrow,
    .gear-split-hero .experience-hero__intro,
    .gear-split-hero .experience-hero__factoids,
    .tour-split-hero .eyebrow,
    .tour-split-hero .experience-hero__intro,
    .tour-split-hero .experience-hero__factoids {
        display: none;
    }

    .shop-split-hero .eyebrow,
    .media-split-hero .eyebrow,
    .shop-split-hero .experience-hero__tagline,
    .shop-split-hero .experience-hero__intro,
    .shop-split-hero .experience-hero__factoids,
    .media-split-hero .experience-hero__tagline,
    .media-split-hero .experience-hero__intro,
    .media-split-hero .experience-hero__factoids,
    .news-split-hero .eyebrow,
    .news-split-hero .experience-hero__tagline,
    .news-split-hero .experience-hero__intro,
    .news-split-hero .experience-hero__factoids,
    .contact-split-hero .eyebrow,
    .contact-split-hero .experience-hero__tagline,
    .contact-split-hero .experience-hero__intro,
    .contact-split-hero .experience-hero__factoids {
        display: none;
    }

    .experience-hero h1 {
        font-size: clamp(2rem, 8.4vw, 3.2rem);
    }

    .experience-hero__tagline {
        margin-top: 20px;
        font-size: 1rem;
    }

    .experience-hero__intro {
        margin-top: 14px;
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .experience-hero__factoids {
        gap: 12px;
        margin-top: 20px;
    }

    .experience-hero__factoid {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        font-size: 0.68rem;
    }

    .experience-hero__factoid-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .experience-hero__brush {
        height: 48px;
    }

    .section-inner.experience-hero__inner,
    .section-inner.experience-split,
    .section-inner.experience-fact-band__inner,
    .section-inner.experience-quote__inner,
    .section-inner.achievement-band__inner {
        width: min(100% - 48px, 1120px);
    }

    .experience-quote--blue p {
        white-space: normal;
    }

    .experience-split {
        grid-template-columns: 1fr;
    }

    .experience-media--rehearsal-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(220px, 72vw);
        gap: 16px;
        overflow-x: auto;
        padding: 0 0 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .experience-vertical-card {
        scroll-snap-align: start;
    }

    .experience-split--gallery .experience-copy {
        position: static;
    }

    .experience-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .achievement-band__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .achievement:nth-child(3) {
        border-left: 0;
    }

    .experience-quote__wing {
        display: none;
    }

    .quote-wing {
        display: none;
    }

    .quote-grid blockquote {
        padding: 30px;
    }

    .quote-grid blockquote::before,
    .quote-grid blockquote::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .section-inner.experience-hero__inner,
    .section-inner.experience-split,
    .section-inner.experience-fact-band__inner,
    .section-inner.experience-quote__inner,
    .section-inner.achievement-band__inner {
        width: min(100% - 34px, 1120px);
    }

    .experience-section {
        padding: 58px 0;
    }

    .experience-fact-band__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .gear-fact-band .experience-fact-band__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-history-band__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-fact-band__title,
    .experience-fact-band__copy {
        grid-column: 1 / -1;
    }

    .experience-fact-band__title {
        white-space: normal;
    }

    .experience-fact-band__copy {
        padding: 0 0 24px;
        border-bottom: 1px solid rgba(214, 168, 74, 0.65);
        border-left: 0;
    }

    .experience-media__caption {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .experience-gallery {
        gap: 8px;
    }

    .achievement-band__inner {
        grid-template-columns: 1fr;
    }

    .achievement,
    .achievement:nth-child(3) {
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 0;
        text-align: left;
        border-top: 1px solid rgba(214, 168, 74, 0.4);
        border-left: 0;
    }

    .achievement:first-child {
        border-top: 0;
    }

    .experience-quote__inner,
    .home-accolade__inner {
        gap: 10px;
    }

    .experience-quote__mark,
    .home-accolade__mark {
        font-size: 3.2rem;
    }
}

/* Final stable marquee navigation: fixed bulb artwork and fixed desktop proportions. */
@media (min-width: 981px) {
    .site-header {
        background: #0d0b0b !important;
        border-bottom: 0 !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3) !important;
    }

    .site-header__inner {
        --tmy-bulb-step: 30px;
        --tmy-panel-inset: 26px;
        position: relative !important;
        isolation: isolate !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 78px !important;
        margin: 0 !important;
        padding: 31px 30px 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background:
            linear-gradient(180deg, #381508 0%, #773411 42%, #2d1007 100%) !important;
        border-top: 1px solid rgba(255, 223, 150, 0.36) !important;
        border-bottom: 4px solid #160704 !important;
        box-shadow:
            inset 0 0 0 1px rgba(255, 226, 158, 0.18),
            inset 0 13px 22px rgba(255, 174, 62, 0.12),
            inset 0 -20px 32px rgba(16, 5, 2, 0.64) !important;
    }

    .site-header__inner::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        z-index: 4 !important;
        top: 9px !important;
        right: 0 !important;
        left: 0 !important;
        height: 21px !important;
        pointer-events: none !important;
        background-image:
            radial-gradient(circle at 50% 50%,
                #fffdf0 0 16%,
                #fff1a6 17% 34%,
                #f7a528 35% 48%,
                #8d3b0d 49% 58%,
                rgba(255, 156, 32, 0.34) 59% 70%,
                rgba(255, 156, 32, 0) 71% 100%) !important;
        background-repeat: repeat-x !important;
        background-size: var(--tmy-bulb-step) 21px !important;
        background-position: 0 0 !important;
        filter: none !important;
        transform: none !important;
    }

    .site-header__inner::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        z-index: 0 !important;
        top: 30px !important;
        right: var(--tmy-panel-inset) !important;
        bottom: 10px !important;
        left: var(--tmy-panel-inset) !important;
        pointer-events: none !important;
        background:
            repeating-linear-gradient(180deg, rgba(126, 57, 17, 0.27) 0 1px, transparent 1px 11px),
            linear-gradient(180deg, #fff2bf 0%, #f7dd95 52%, #e9c978 100%) !important;
        border: 2px solid #341104 !important;
        box-shadow:
            inset 0 0 0 2px rgba(255, 255, 230, 0.34),
            inset 0 0 22px rgba(139, 58, 13, 0.15),
            0 3px 0 rgba(23, 7, 3, 0.88) !important;
    }

    .nav-logo,
    .nav-toggle {
        display: none !important;
    }

    .site-nav {
        position: relative !important;
        z-index: 3 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: calc(100% - 64px) !important;
        max-width: 1600px !important;
        min-height: 30px !important;
        gap: 18px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        visibility: visible !important;
    }

    .site-header .primary-menu {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 1 auto !important;
        gap: 26px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        transform: none !important;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0 !important;
    }

    .primary-menu a {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        min-height: 26px !important;
        padding: 1px 0 4px !important;
        font-family: "TMY Marquee", "Arial Narrow", sans-serif !important;
        font-size: 1rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0.055em !important;
        text-transform: uppercase !important;
        color: #7b3515 !important;
        text-decoration: none !important;
        text-shadow: 0 1px 0 rgba(255, 246, 202, 0.82) !important;
        white-space: nowrap !important;
    }

    .primary-menu a::after {
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        height: 3px !important;
        background: #c92931 !important;
        transform-origin: left center !important;
    }

    .primary-menu a:hover,
    .primary-menu a:focus-visible,
    .primary-menu .is-active a,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a[aria-current="page"] {
        color: #c92931 !important;
    }

    .nav-socials {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        flex: 0 0 auto !important;
        margin-left: 2px !important;
    }

    .nav-social {
        width: 28px !important;
        height: 28px !important;
        color: #783414 !important;
        background: rgba(255, 248, 210, 0.62) !important;
        border: 1px solid rgba(108, 50, 22, 0.34) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 235, 0.58) !important;
    }

    .nav-social svg {
        width: 14px !important;
        height: 14px !important;
    }

    .nav-social:hover,
    .nav-social:focus-visible {
        color: #c92931 !important;
        border-color: rgba(201, 41, 49, 0.48) !important;
        background: rgba(255, 239, 184, 0.92) !important;
        transform: translateY(-1px) !important;
    }

    .site-header .button--small {
        flex: 0 0 auto !important;
        min-height: 30px !important;
        margin-left: 0 !important;
        padding: 6px 18px 5px !important;
        border-radius: 0 !important;
        border: 1px solid #9a4b20 !important;
        background: rgba(255, 244, 190, 0.3) !important;
        color: #a92d17 !important;
        font-family: "TMY Marquee", "Arial Narrow", sans-serif !important;
        font-size: 1rem !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: 0.06em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
        text-shadow: 0 1px 0 rgba(255, 246, 202, 0.86) !important;
        white-space: nowrap !important;
    }

    .site-header .button--small:hover,
    .site-header .button--small:focus-visible {
        background: #c92931 !important;
        border-color: #c92931 !important;
        color: #fff8de !important;
        transform: translateY(-1px) !important;
    }
}

@media (min-width: 981px) and (max-width: 1240px) {
    .site-header__inner {
        --tmy-panel-inset: 22px;
        min-height: 76px !important;
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .site-nav {
        width: calc(100% - 44px) !important;
        gap: 12px !important;
    }

    .site-header .primary-menu {
        gap: 18px !important;
    }

    .primary-menu a,
    .site-header .button--small {
        font-size: 0.92rem !important;
        letter-spacing: 0.045em !important;
    }
}

@media (min-width: 981px) and (max-width: 1080px) {
    .site-header .primary-menu {
        gap: 14px !important;
    }

    .site-nav {
        gap: 10px !important;
    }

    .nav-socials {
        display: none !important;
    }

    .primary-menu a,
    .site-header .button--small {
        font-size: 0.86rem !important;
        letter-spacing: 0.035em !important;
    }
}

@font-face {
    font-family: "TMY Photograph Signature";
    src: url("../fonts/Photograph-Signature.ttf") format("truetype");
    font-display: block;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "TMY Marquee";
    src: url("../fonts/MarqueeVintageDisplay-Regular.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    min-width: 100%;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}

body.nav-open {
    overflow: hidden;
}

body.home-entry-active {
    overflow: hidden;
}

html.home-entry-pending,
html.home-entry-pending body {
    background: #000000;
}

html.home-entry-pending body {
    overflow: hidden;
}

html.home-entry-pending .skip-link,
html.home-entry-pending #wpadminbar,
html.home-entry-pending .site-header,
html.home-entry-pending .site-main > :not(.home-entry-intro),
html.home-entry-pending .site-footer,
html.home-entry-pending [data-scroll-to-top] {
    visibility: hidden;
}

html.home-entry-pending .home-entry-intro {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.home-entry-intro {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    isolation: isolate;
    display: grid;
    place-items: center;
    padding: clamp(32px, 6vw, 96px);
    color: var(--paper);
    background: #000000;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-entry-intro.is-running {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    animation: homeEntryFadeOut 900ms ease 7650ms forwards;
}

.home-entry-intro::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38) 70%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.54));
    opacity: 0;
    pointer-events: none;
}

.home-entry-intro__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    filter: brightness(1.08) contrast(1.04) saturate(0.98);
    transform: scale(1.035);
}

.home-entry-intro.is-running::before {
    animation: homeEntryVideoShade 8550ms ease forwards;
}

.home-entry-intro.is-running .home-entry-intro__video {
    animation: homeEntryVideo 8550ms ease forwards;
}

.home-entry-intro p {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.04em;
    justify-items: center;
    max-width: min(1080px, 92vw);
    margin: 0;
    color: var(--paper);
    font-family: "TMY Photograph Signature", "Brush Script MT", cursive;
    font-size: clamp(2.45rem, 7.3vw, 7.2rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 0 24px rgba(214, 168, 74, 0.18);
    transform: translateY(8px);
    overflow: visible;
}

.home-entry-intro p span {
    position: relative;
    display: inline-block;
    overflow: visible;
    white-space: nowrap;
    clip-path: polygon(
        -0.48em -0.34em,
        -0.49em -0.34em,
        -1.54em calc(100% + 0.48em),
        -0.48em calc(100% + 0.48em)
    );
}

.home-entry-intro.is-running p {
    animation: homeEntryLift 700ms ease 120ms forwards;
}

.home-entry-intro.is-running p span:first-child {
    animation: homeEntryWrite 1800ms steps(23, end) 500ms forwards;
}

.home-entry-intro.is-running p span:last-child {
    animation: homeEntryWrite 1850ms steps(23, end) 3750ms forwards;
}

.home-entry-intro p::after {
    display: block;
    width: min(340px, 58vw);
    height: 3px;
    margin: 0.24em auto 0;
    content: "";
    background: linear-gradient(90deg, transparent, var(--red), var(--gold), transparent);
    border-radius: 999px;
    opacity: 0;
}

.home-entry-intro.is-running p::after {
    animation: homeEntryRule 620ms ease 6200ms forwards;
}

@keyframes homeEntryLift {
    to {
        transform: translateY(0);
    }
}

@keyframes homeEntryWrite {
    to {
        clip-path: polygon(
            -0.48em -0.34em,
            calc(100% + 1.53em) -0.34em,
            calc(100% + 0.48em) calc(100% + 0.48em),
            -0.48em calc(100% + 0.48em)
        );
    }
}

@keyframes homeEntryRule {
    to {
        opacity: 0.86;
    }
}

@keyframes homeEntryVideo {
    0% {
        opacity: 0;
        transform: scale(1.035);
    }

    5.8%,
    89.5% {
        opacity: 0.76;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes homeEntryVideoShade {
    0% {
        opacity: 0;
    }

    5.8%,
    89.5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes homeEntryFadeOut {
    to {
        visibility: hidden;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-entry-intro::before,
    .home-entry-intro__video {
        display: none;
    }

    .home-entry-intro.is-running {
        animation-duration: 260ms;
        animation-delay: 1100ms;
    }

    .home-entry-intro.is-running p {
        animation-duration: 260ms;
    }

    .home-entry-intro p span,
    .home-entry-intro.is-running p span:first-child,
    .home-entry-intro.is-running p span:last-child {
        clip-path: polygon(
            -0.48em -0.34em,
            calc(100% + 1.53em) -0.34em,
            calc(100% + 0.48em) calc(100% + 0.48em),
            -0.48em calc(100% + 0.48em)
        );
        animation: none;
    }

    .home-entry-intro p span::after,
    .home-entry-intro p::after {
        display: none;
    }
}

/* Contact page redesign. Keep all changes scoped to the Contact template. */
.contact-page.contact-split-hero .experience-hero__factoids {
  width: min(820px, 100%);
}
.contact-page .contact-route {
  align-items: flex-start;
  min-height: 104px;
  padding: 14px;
  color: var(--ink);
  background: rgba(251, 248, 242, .88);
  border: 1px solid rgba(24, 21, 18, .16);
  border-radius: 8px;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.contact-page .contact-route > span {
  display: grid;
  gap: 5px;
}
.contact-page .contact-route strong {
  font-size: .9rem;
}
.contact-page .contact-route small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.35;
}
.contact-page .contact-route:hover,
.contact-page .contact-route:focus-visible {
  color: var(--stage);
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}
.contact-page .contact-route:hover small,
.contact-page .contact-route:focus-visible small {
  color: var(--stage);
}
.contact-page .contact-route:focus-visible {
  outline: 3px solid rgba(214, 168, 74, .58);
  outline-offset: 3px;
}
.contact-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 24px;
  margin-bottom: 38px;
  color: var(--paper);
  background: var(--stage);
  border-radius: 8px;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
}
.contact-proof span + span {
  border-left: 1px solid rgba(214, 168, 74, .55);
}
.contact-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
  gap: 28px;
  align-items: stretch;
}
.contact-form-frame,
.contact-panel {
  height: 100%;
  padding: clamp(24px, 3vw, 42px);
  border-radius: 10px;
}
.contact-form-frame {
  background: #fffdf8;
}
.contact-form-heading {
  max-width: 720px;
  margin-bottom: 30px;
}
.contact-form-heading h2 {
  max-width: 640px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: .98;
}
.contact-form-heading p:last-child {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}
.contact-panel {
  display: flex;
  flex-direction: column;
  color: var(--paper);
  background: var(--stage);
  border: 1px solid rgba(246, 241, 232, .12);
}
.contact-panel h2 {
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1;
}
.contact-panel h3 {
  margin-top: 28px;
  color: var(--gold);
  font-size: 1rem;
}
.contact-panel p {
  color: rgba(246, 241, 232, .82);
  line-height: 1.6;
}
.contact-panel ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  margin: 12px 0 0;
  color: rgba(246, 241, 232, .88);
}
.contact-panel li::marker {
  color: var(--gold);
}
.contact-panel__tickets {
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid rgba(246, 241, 232, .18);
}
.contact-panel__tickets h3 {
  margin-top: 0;
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
}
.contact-panel .button {
  align-self: flex-start;
  margin-top: 8px;
}
.contact-panel__social {
  margin-top: auto;
  padding-top: 30px;
}
.contact-panel__social .social-links--icons {
  margin-top: 0;
}
.contact-panel__social .social-links--icons a {
  color: rgba(246, 241, 232, .88);
  background: rgba(246, 241, 232, .08);
  border-color: rgba(246, 241, 232, .18);
}
.contact-panel__social .social-links--icons a:hover,
.contact-panel__social .social-links--icons a:focus {
  color: var(--stage);
  background: var(--gold);
  border-color: var(--gold);
}
.contact-form-frame .contact-form-empty {
  min-height: 180px;
  padding: 20px;
  background: #fff7e6;
  border: 1px solid rgba(214, 168, 74, .42);
  border-radius: 8px;
}
@media (max-width: 820px) {
  .contact-page.contact-split-hero .experience-hero__factoids {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .contact-page .contact-route {
    min-height: 0;
  }
  .contact-proof {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px;
  }
  .contact-proof span + span {
    padding-top: 10px;
    border-top: 1px solid rgba(214, 168, 74, .55);
    border-left: 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-frame {
    order: 1;
  }
  .contact-panel {
    order: 2;
  }
}
@media (max-width: 420px) {
  .contact-form-frame,
  .contact-panel {
    padding: 22px 18px;
  }
  .contact-page .contact-route small {
    font-size: .74rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-page .contact-route {
    transition: none;
  }
}

/* Final Contact-page contrast overrides for form/plugin cascade rules. */
#contact-form .contact-panel {
  color: var(--paper);
  background: var(--stage) !important;
  border-color: rgba(246, 241, 232, .12);
}
#contact-form .contact-panel h2,
#contact-form .contact-panel h3 {
  color: var(--paper);
}
#contact-form .contact-panel h3 {
  color: var(--gold);
}
#contact-form .contact-panel p,
#contact-form .contact-panel li {
  color: rgba(246, 241, 232, .86);
}
#contact-form .contact-panel__tickets {
  border-top-color: rgba(246, 241, 232, .18);
}
#contact-form .contact-form-frame button[type="submit"],
#contact-form .contact-form-frame input[type="submit"],
#contact-form .contact-form-frame .ff-btn-submit,
#contact-form .contact-form-frame .wpcf7-submit,
#contact-form .contact-form-frame .wpforms-submit {
  color: var(--stage) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
#contact-form .contact-form-frame button[type="submit"]:hover,
#contact-form .contact-form-frame button[type="submit"]:focus,
#contact-form .contact-form-frame input[type="submit"]:hover,
#contact-form .contact-form-frame input[type="submit"]:focus,
#contact-form .contact-form-frame .ff-btn-submit:hover,
#contact-form .contact-form-frame .ff-btn-submit:focus,
#contact-form .contact-form-frame .wpcf7-submit:hover,
#contact-form .contact-form-frame .wpcf7-submit:focus,
#contact-form .contact-form-frame .wpforms-submit:hover,
#contact-form .contact-form-frame .wpforms-submit:focus {
  color: var(--white) !important;
  background: var(--red) !important;
  border-color: var(--red) !important;
}

#contact-form .contact-panel__social .social-links--icons a {
  color: var(--gold) !important;
  border-color: rgba(214, 168, 74, .55);
}
#contact-form .contact-panel__social .social-links--icons a:hover,
#contact-form .contact-panel__social .social-links--icons a:focus-visible {
  color: var(--stage) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
#contact-form .contact-panel__social .social-links--icons svg * {
  fill: currentColor !important;
  stroke: none !important;
}
#contact-form .contact-panel__social .social-links--icons .footer-social--instagram svg rect,
#contact-form .contact-panel__social .social-links--icons .footer-social--instagram svg circle {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}
.contact-image-panel {
  height: 100%;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--paper);
}
.contact-image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 820px) {
  .contact-image-panel {
    min-height: 280px;
  }
}

/* Keep the Contact hero aligned with the shared mobile hero pattern. */
.contact-mobile-hero-image {
  display: none;
}
@media (max-width: 820px) {
  .contact-page.contact-split-hero {
    --experience-hero-size: clamp(520px, 72vh, 620px);
    height: var(--experience-hero-size);
    min-height: var(--experience-hero-size);
    overflow: hidden;
    color: var(--white);
    background-color: var(--paper);
  }
  .contact-page.contact-split-hero::before {
    position: absolute;
    inset: 0;
    display: block;
    background-position: var(--experience-hero-position, center center);
    background-size: cover;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .contact-page.contact-split-hero::after {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(180deg, rgba(13, 13, 16, .02) 0%, rgba(13, 13, 16, .08) 44%, rgba(13, 13, 16, .88) 100%);
  }
  .contact-page.contact-split-hero .experience-hero__inner {
    display: flex;
    align-items: flex-end;
    width: min(100% - 48px, 1120px);
    min-height: inherit;
    padding: 0 0 68px;
  }
  .contact-page.contact-split-hero .experience-hero__copy {
    width: 100%;
    max-width: none;
    padding: 24px;
    color: var(--ink);
    background: rgba(251, 248, 242, .94);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
  }
  .contact-page.contact-split-hero .eyebrow,
  .contact-page.contact-split-hero .experience-hero__intro,
  .contact-page.contact-split-hero .experience-hero__factoids {
    display: none;
  }
  .contact-page.contact-split-hero .experience-hero__tagline {
    display: block;
    margin-top: 20px;
    color: var(--red);
    font-size: 1rem;
  }
  .contact-page .contact-mobile-hero-image {
    display: none;
  }
  .contact-page .contact-proof {
    display: none;
  }

}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

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

h1,
h2 {
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.03;
}

h1 {
    max-width: 880px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 8vw, 7.8rem);
}

h2 {
    margin-bottom: 20px;
    font-size: var(--section-title-size);
}

h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
    line-height: 1.25;
}

.screen-reader-text,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 14px;
    color: var(--stage);
    background: var(--gold);
    border-radius: 6px;
}

.section-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--white);
    background: rgba(13, 13, 16, 0.88);
    border-bottom: 1px solid var(--line-light);
    backdrop-filter: blur(12px);
}

.site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: min(1480px, calc(100% - 32px));
    min-height: 102px;
    margin: 0 auto;
    gap: 22px;
}

.brand-mark,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 70px;
    flex: 0 0 auto;
}

.brand-mark img,
.custom-logo-link img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

.site-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 18px;
}

.primary-menu,
.footer-menu {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-header .primary-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    gap: clamp(14px, 1.2vw, 20px);
    transform: translate(-50%, -50%);
}

.site-header .primary-menu > li:nth-child(4) {
    margin-right: clamp(280px, 20vw, 340px);
}

.primary-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94rem;
    font-weight: 700;
}

.primary-menu a::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 3px;
    content: "";
    background: var(--red);
    border-radius: 999px;
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 160ms ease, transform 160ms ease;
}

.primary-menu a:hover,
.primary-menu a:focus {
    color: var(--gold);
}

.primary-menu a:hover::after,
.primary-menu a:focus::after {
    opacity: 0.42;
    transform: scaleX(1);
}

.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu a.is-active,
.primary-menu a[aria-current="page"] {
    color: var(--gold);
}

.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after,
.primary-menu .current-menu-ancestor > a::after,
.primary-menu a.is-active::after,
.primary-menu a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(188px, 13.5vw, 250px);
    height: 84px;
    padding: 0;
    background: transparent;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.34));
    transform: translate(-50%, -50%);
}

.nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.nav-social:hover,
.nav-social:focus {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.nav-social svg {
    width: 17px;
    height: 17px;
    display: block;
}

.nav-social svg * {
    fill: currentColor;
    stroke: none;
}

.nav-social--instagram svg rect,
.nav-social--instagram svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.nav-social--youtube svg path {
    fill: var(--stage);
}

.nav-social--youtube:hover svg path,
.nav-social--youtube:focus svg path {
    fill: var(--white);
}

.nav-social--youtube {
    color: var(--white);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--line-light);
    border-radius: 6px;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.button,
button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    color: var(--stage);
    font-weight: 800;
    line-height: 1.1;
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 6px;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
    transform: translateY(-1px);
}

.button--ghost {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.48);
}

.button--dark {
    color: var(--white);
    background: var(--stage);
    border-color: var(--stage);
}

.button--small {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 0.9rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-weight: 800;
}

.text-link::after {
    content: "";
    width: 22px;
    height: 2px;
    background: currentColor;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--red);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero,
.page-hero {
    position: relative;
    min-height: 76vh;
    color: var(--white);
    background-color: var(--stage);
    background-image: var(--hero-image);
    background-size: cover;
    background-position: var(--hero-position, center);
    overflow: hidden;
}

.hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--hero-shade, rgba(0, 0, 0, 0.58));
}

.hero__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.hero--video-only {
    min-height: 76vh;
}

.hero__headline {
    position: absolute;
    bottom: clamp(92px, 9vw, 132px);
    left: 50%;
    z-index: 2;
    width: min(1320px, calc(100% - 80px));
    margin: 0;
    color: var(--paper);
    font-family: var(--font-display, Georgia, serif);
    font-size: clamp(1.55rem, 3.06vw, 3.4rem);
    font-weight: 600;
    line-height: 1.04;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
    transform: translateX(-50%);
}

.hero__actions {
    position: absolute;
    bottom: clamp(28px, 4vw, 56px);
    left: 50%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    transform: translateX(-50%);
}

.hero__actions .button {
    white-space: nowrap;
    text-decoration: none;
}

.hero__inner,
.page-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 76vh;
    padding: 90px 0 110px;
}

.hero__copy,
.page-hero p:not(.eyebrow) {
    max-width: 720px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.page-hero {
    --page-hero-size: clamp(560px, 52vh, 660px);
    height: var(--page-hero-size);
    min-height: var(--page-hero-size);
}

.page-hero__inner {
    height: 100%;
    min-height: 100%;
    padding: clamp(68px, 7vh, 88px) 0;
}

.page-hero h1 {
    max-width: 1040px;
    font-size: clamp(3rem, 6vw, 6.4rem);
}

.page-hero--compact {
    min-height: auto;
    color: var(--white);
    background: var(--stage);
}

.page-hero--compact .section-inner {
    padding: 82px 0 58px;
}

.marquee-divider {
    position: relative;
    z-index: 4;
    margin-top: calc(-1 * var(--home-marquee-overlap));
    margin-bottom: calc(-1 * var(--home-marquee-follow-pull));
    overflow: visible;
    isolation: isolate;
    background: transparent;
    border: 0;
    pointer-events: none;
}

.marquee-divider::before {
    position: absolute;
    top: calc(var(--home-marquee-overlap) - 2px);
    right: 0;
    left: 0;
    z-index: 1;
    height: 5px;
    content: "";
    background: linear-gradient(
        180deg,
        rgba(255, 224, 155, 0.96) 0 1px,
        var(--red) 1px 3px,
        rgba(84, 35, 42, 0.92) 3px 5px
    );
    box-shadow:
        0 0 9px rgba(214, 168, 74, 0.62),
        0 2px 16px rgba(185, 40, 47, 0.42);
    pointer-events: none;
}

.marquee-divider::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(var(--home-marquee-overlap) - 4px);
    right: 0;
    bottom: calc(-1 * var(--home-marquee-follow-pull));
    left: 0;
    background: var(--tour-tease-background);
    pointer-events: none;
}

.marquee-divider__inner {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1120px, calc(100% - 56px));
    min-height: auto;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.marquee-divider__inner::before {
    content: none;
}

.marquee-divider__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    filter:
        drop-shadow(0 34px 42px rgba(0, 0, 0, 0.72))
        drop-shadow(0 0 18px rgba(218, 173, 76, 0.12));
}

.content-section {
    padding: 88px 0;
    color: var(--white);
    background: var(--stage);
}

.content-section--light {
    color: var(--ink);
    background: var(--paper);
}

/* Home concert-experience section: soft warm parchment-grey. */
body.home #about.content-section--light,
body.home-preview #about.content-section--light {
    background: #F1EEE7;
}

/* Keep the Shop product area on the same light-paper canvas as Media. */
.shop-page-section {
    background: #fbf8f2;
}

.history-section {
    color: var(--ink);
    background: #fbf8f2;
}

.gear-intro-section {
    background: #fbf8f2;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: 56px;
}

.split--poster {
    grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1fr);
}

.about-experience {
    align-items: start;
}

@media (min-width: 1024px) {
    #about-show > .section-inner.about-experience {
        width: calc(100% - 80px);
    }
}

#about-show {
    background: #fbf8f2;
}

.about-experience-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.about-experience-gallery figure {
    margin: 0;
    overflow: hidden;
    background: #151515;
    border-radius: 7px;
    box-shadow: 0 14px 34px rgba(28, 21, 17, 0.16);
}

.about-experience-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 240ms ease;
}

.about-experience-gallery figure:hover img {
    transform: scale(1.025);
}

.feature-photo,
.poster-photo {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.feature-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.poster-photo img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.authenticity-copy {
    align-self: center;
}

.authenticity-copy > p:not(.eyebrow) {
    max-width: 58rem;
}

.authenticity-checks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0 30px;
}

.authenticity-checks p {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    padding-left: 16px;
    border-left: 1px solid rgba(190, 139, 44, 0.7);
    font-size: 0.98rem;
}

.authenticity-checks p:first-child {
    padding-left: 0;
    border-left: 0;
}

.authenticity-checks p > span:first-child {
    color: var(--gold);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.authenticity-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.authenticity-actions .button--outline {
    color: var(--gold);
    background: transparent;
    border-color: var(--gold);
}

.authenticity-actions .button--outline:hover,
.authenticity-actions .button--outline:focus-visible {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
}

@media (max-width: 980px) {
    .authenticity-checks {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .authenticity-checks p,
    .authenticity-checks p:first-child {
        padding: 12px 0 0;
        border-top: 1px solid rgba(190, 139, 44, 0.7);
        border-left: 0;
    }

    .authenticity-checks p:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .authenticity-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.booking-band {
    background: #406279;
}

.quote-band {
    color: var(--white);
    background: #6a373c;
}

.about-accolade-band {
    color: var(--white);
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.07), transparent 36%),
        #6a373c;
}

.about-accolade-band__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    min-height: 170px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.about-accolade-band__quote {
    position: relative;
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 12px clamp(62px, 5.2vw, 96px);
    margin: 0;
}

.about-accolade-band__quote:first-child {
    border-right: 1px solid rgba(214, 168, 74, 0.5);
}

.about-accolade-band__quote::before,
.about-accolade-band__quote::after {
    position: absolute;
    top: 50%;
    width: clamp(38px, 3.3vw, 54px);
    height: clamp(42px, 3.8vw, 62px);
    content: "";
    opacity: 0.3;
    background-color: var(--gold);
    transform: translateY(-50%);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.about-accolade-band__quote::before {
    left: clamp(8px, 1.4vw, 24px);
    -webkit-mask-image: url("../images/icons/wings-left.png");
    mask-image: url("../images/icons/wings-left.png");
}

.about-accolade-band__quote::after {
    right: clamp(8px, 1.4vw, 24px);
    -webkit-mask-image: url("../images/icons/wings-right.png");
    mask-image: url("../images/icons/wings-right.png");
}

.about-accolade-band__quote p {
    margin: 0 0 10px;
    color: var(--white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.6rem, 2.2vw, 2.35rem);
    line-height: 1.06;
}

.about-accolade-band__quote cite {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.76rem, 0.9vw, 0.94rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}

.quote-grid,
.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-grid--single {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.quote-grid blockquote {
    position: relative;
    min-height: 210px;
    padding: 30px 82px;
    margin: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.quote-grid blockquote::before,
.quote-grid blockquote::after {
    position: absolute;
    top: 42px;
    width: 50px;
    height: 62px;
    content: "";
    opacity: 0.26;
    background-color: var(--gold);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.quote-grid blockquote::before {
    left: 20px;
    -webkit-mask-image: url("../images/icons/wings-left.png");
    mask-image: url("../images/icons/wings-left.png");
}

.quote-grid blockquote::after {
    right: 20px;
    -webkit-mask-image: url("../images/icons/wings-right.png");
    mask-image: url("../images/icons/wings-right.png");
}

.quote-grid p {
    margin-bottom: 16px;
    color: var(--white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.quote-grid cite {
    color: rgba(255, 255, 255, 0.72);
    font-style: normal;
    font-weight: 700;
}

.home-accolade {
    padding: 0;
    margin: 0;
    color: var(--ink);
    background: #f4ede1;
    border: 0;
}

.home-accolade-band {
    color: var(--white);
    background: #111111;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
}

.home-accolade-band__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    min-height: 142px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.home-accolade-band__quote {
    position: relative;
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 14px clamp(52px, 5vw, 88px);
    margin: 0;
    text-align: center;
}

.home-accolade-band__quote:first-child {
    border-right: 1px solid rgba(214, 168, 74, 0.7);
}

.home-accolade-band__quote::before,
.home-accolade-band__quote::after {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 48px;
    content: "";
    opacity: 0.95;
    background-color: var(--gold);
    transform: translateY(-50%);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.home-accolade-band__quote::before {
    left: 12px;
    -webkit-mask-image: url("../images/icons/wings-left.png");
    mask-image: url("../images/icons/wings-left.png");
}

.home-accolade-band__quote::after {
    right: 12px;
    -webkit-mask-image: url("../images/icons/wings-right.png");
    mask-image: url("../images/icons/wings-right.png");
}

.home-accolade-band__quote p {
    margin: 0 0 6px;
    color: var(--white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.35rem, 2.1vw, 2.15rem);
    font-weight: 700;
    line-height: 1.08;
}

.home-accolade-band__quote cite {
    display: grid;
    gap: 2px;
    color: var(--white);
    font-size: clamp(0.76rem, 0.95vw, 0.94rem);
    font-style: normal;
    line-height: 1.35;
}

.home-accolade-band__quote cite strong {
    color: var(--gold);
    font-weight: 800;
}

.home-accolade-band__quote cite span {
    color: rgba(255, 255, 255, 0.9);
}

.home-accolade__inner {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 3vw, 42px);
    align-items: center;
    min-height: 190px;
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
}

.home-accolade p {
    margin: 0 0 10px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.7rem, 3.1vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

.home-accolade cite {
    color: var(--red);
    font-size: clamp(0.78rem, 1vw, 0.96rem);
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
}

.home-accolade cite::before {
    content: "– ";
}

.home-accolade__mark {
    color: rgba(214, 168, 74, 0.45);
    font-family: Georgia, serif;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.5;
}

.quote-wing {
    flex: 0 0 clamp(70px, 8vw, 132px);
    width: clamp(70px, 8vw, 132px);
    height: clamp(54px, 5vw, 78px);
    opacity: 0.24;
    background-color: var(--gold);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.quote-wing--left {
    -webkit-mask-image: url("../images/icons/wings-left.png");
    mask-image: url("../images/icons/wings-left.png");
}

.quote-wing--right {
    -webkit-mask-image: url("../images/icons/wings-right.png");
    mask-image: url("../images/icons/wings-right.png");
}

.proof-section {
    background: var(--stage-soft);
}

.proof-grid article {
    min-height: 160px;
    padding: 28px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
}

.proof-grid strong {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 1;
}

.proof-grid span {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.section-heading--inline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: none;
    gap: 20px;
}

.section-heading--center {
    text-align: center;
}

.section-heading--center .button {
    margin-top: 8px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-grid article,
.post-card,
.cast-card,
.contact-panel,
.contact-form-frame,
.empty-state {
    border-radius: 8px;
}

.service-grid article {
    min-height: 196px;
    padding: 26px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.service-grid p,
.booking-band p {
    color: rgba(255, 255, 255, 0.82);
}

.gear-inventory {
    color: var(--ink);
    background: linear-gradient(180deg, var(--paper) 0%, #eee5d4 100%);
}

.gear-inventory .section-heading {
    max-width: 880px;
    margin-bottom: 24px;
}

@media (min-width: 821px) {
    .gear-inventory .section-heading h2 {
        white-space: nowrap;
    }
}

.gear-filter-panel {
    display: grid;
    gap: 14px;
    padding: 20px 0 22px;
    margin-bottom: 44px;
    border-top: 10px solid var(--stage);
    border-bottom: 3px solid var(--stage);
}

.gear-filter-panel__label {
    margin-bottom: 0;
    color: var(--red);
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gear-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.gear-filter {
    appearance: none;
    padding: 0 0 5px;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
}

.gear-filter:hover,
.gear-filter:focus,
.gear-filter.is-active {
    color: var(--red);
    border-color: var(--stage);
}

.gear-filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.gear-filter--all {
    flex: 0 0 auto;
    font-size: 0.84rem;
}

.gear-filters--performers {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(10px, 1vw, 18px);
}

.gear-filter--performer {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    padding: 14px 8px 13px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(24, 21, 18, 0.16);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(24, 21, 18, 0.05);
    text-align: center;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gear-filter--performer:hover,
.gear-filter--performer:focus,
.gear-filter--performer.is-active {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
    border-color: var(--stage);
    transform: translateY(-2px);
}

.gear-filter__portrait {
    width: clamp(54px, 4.4vw, 72px);
    aspect-ratio: 1;
    margin-bottom: 4px;
    object-fit: cover;
    object-position: center 24%;
    border: 2px solid var(--gold);
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(24, 21, 18, 0.16);
}

.gear-filter__portrait--yuri {
    object-position: left center;
}

.gear-filter__name,
.gear-filter__counterpart {
    display: block;
    max-width: 100%;
}

.gear-filter__name {
    font-size: clamp(0.76rem, 0.9vw, 0.94rem);
    line-height: 1.2;
}

.gear-filter__counterpart {
    color: var(--red);
    font-size: clamp(0.64rem, 0.72vw, 0.76rem);
    font-weight: 800;
    line-height: 1.28;
}

.gear-category {
    padding: 44px 0 58px;
    border-top: 1px solid rgba(24, 21, 18, 0.18);
}

.gear-category:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.gear-category:last-of-type {
    padding-bottom: 0;
}

.gear-category.is-hidden {
    display: none;
}

.gear-category__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.gear-category__head h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.gear-category--person {
    padding-top: 54px;
}

.gear-category--person .gear-category__head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
    gap: clamp(26px, 4vw, 64px);
    padding: clamp(24px, 3vw, 42px);
    margin-bottom: 28px;
    background:
        radial-gradient(circle at 10% 15%, rgba(216, 169, 68, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(242, 235, 222, 0.78));
    border: 1px solid rgba(24, 21, 18, 0.16);
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(24, 21, 18, 0.07);
}

.gear-person {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2vw, 24px);
    min-width: 0;
}

.gear-person__monogram {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: clamp(72px, 7vw, 92px);
    aspect-ratio: 1;
    color: var(--paper);
    background: var(--stage);
    border: 2px solid var(--gold);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(24, 21, 18, 0.18);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.gear-person__portrait {
    overflow: hidden;
    background: #241310;
}

.gear-person__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    filter: saturate(0.92) contrast(1.03);
}

.gear-person__portrait--yuri img {
    object-position: left center;
}

.gear-person__identity {
    min-width: 0;
}

.gear-person__identity .eyebrow {
    margin-bottom: 7px;
}

.gear-person__identity h2 {
    line-height: 0.98;
}

.gear-person__counterpart {
    margin: 9px 0 0;
    color: var(--red);
    font-weight: 900;
}

.gear-person__story {
    padding-left: clamp(22px, 3vw, 42px);
    border-left: 1px solid rgba(24, 21, 18, 0.18);
}

.gear-person__story p {
    margin: 0;
}

.gear-person__story p + p {
    margin-top: 10px;
}

.gear-person__role {
    color: var(--ink);
    font-weight: 900;
}

.gear-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(12px, 1.15vw, 22px);
}

.gear-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(24, 21, 18, 0.18);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(24, 21, 18, 0.08);
}

.gear-card.is-hidden {
    display: none;
}

.gear-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.gear-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.08);
    transition: filter 220ms ease, transform 220ms ease;
}

.gear-card__media--placeholder img {
    filter: saturate(0.72) contrast(1.06) brightness(0.82);
}

.gear-card__placeholder-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    transform: translate(-50%, -50%);
    color: #f7ead2;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.35vw, 1.45rem);
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.75);
}

.gear-card img.gear-card__image--contain {
    object-fit: contain;
    object-position: center;
    background: var(--stage-soft);
}

.gear-card:hover img,
.gear-card:focus-within img {
    filter: saturate(1) contrast(1.08);
    transform: scale(1.025);
}

.gear-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
    border-top: 5px solid var(--stage);
}

.gear-card__meta {
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.gear-card h3 {
    margin: 8px 0;
    color: var(--ink);
    font-size: 1.06rem;
}

.gear-card p {
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .gear-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gear-filters--performers {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gear-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gear-filter-panel__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .gear-filters--performers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gear-filter__portrait {
        width: 62px;
    }
}

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

.media-tease {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    align-items: center;
    gap: 48px;
}

.media-tease__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.media-tease__grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.media-tease__grid img:first-child {
    grid-row: span 2;
    aspect-ratio: 1 / 2.04;
}

.media-tease__feature {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(26, 19, 14, 0.16);
}

.media-tease__feature img,
.media-tease__feature video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 240ms ease;
}

.media-tease__feature:hover img,
.media-tease__feature:hover video,
.media-tease__feature:focus-visible img,
.media-tease__feature:focus-visible video {
    transform: scale(1.02);
}

.media-tease__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: rgba(199, 42, 46, 0.94);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
}

.media-tease__play span {
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
}

.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 301;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(0, 0, 0, 0.88);
}

.video-lightbox.is-open {
    display: flex;
}

.video-lightbox iframe {
    width: min(1100px, 100%);
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    background: #000;
}

.video-lightbox button {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    color: var(--white);
    font-size: 28px;
    line-height: 1;
    background: var(--red);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 980px) {
    .media-tease__play {
        width: 64px;
        height: 64px;
    }
}

.tour-tease {
    position: relative;
    padding-top: clamp(44px, 4vw, 64px);
    background: #fbf8f2;
    background-color: #fbf8f2;
    color: var(--ink);
}

.tour-tease > .section-inner {
    position: relative;
    z-index: 5;
}

.tour-road-band {
    background: #4b1419;
}

.tour-dates-section {
    scroll-margin-top: 88px;
    color: var(--ink);
    background: #fbf8f2;
}

.tour-dates-section .section-heading p:not(.eyebrow) {
    max-width: 760px;
}

.past-shows-section {
    padding: 50px 0 72px;
    color: var(--ink);
    background: #fbf8f2;
}

.past-shows-section .section-inner {
    width: min(1392px, calc(100% - 40px));
}

.past-shows-section .section-heading {
    margin-bottom: 0;
}

.past-shows-section .section-heading h2 {
    font-size: clamp(3rem, 5vw, 4.3rem);
}

.past-shows-section .section-heading h2,
.past-shows-section .section-heading p:not(.eyebrow) {
    color: var(--ink);
}

.past-shows-section .section-heading p:not(.eyebrow) {
    max-width: 720px;
}

.bandsintown-panel.bandsintown-panel--past {
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.show-list {
    display: grid;
    gap: 12px;
}

.show-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 104px;
    padding: 20px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.show-row h2,
.show-row h3,
.show-row p {
    margin-bottom: 4px;
}

.show-date {
    color: var(--red);
    font-weight: 900;
}

.empty-state {
    padding: 28px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
}

.empty-state--inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.shop-product {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
    align-items: start;
    gap: 44px;
}

.shop-product__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.shop-product__image {
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(24, 21, 18, 0.08);
}

.shop-product__image img {
    width: 100%;
    aspect-ratio: 7 / 9.5;
    object-fit: cover;
    object-position: center top;
}

.shop-product__details {
    padding: 30px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(24, 21, 18, 0.08);
}

.shop-product__details h2 {
    margin-bottom: 8px;
}

.shop-product__price {
    margin: 0 0 18px;
    color: var(--red);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1;
}

.shop-product__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.shop-product__sizes span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-weight: 900;
}

.shop-product__soldout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    color: var(--white);
    background: var(--red);
    border-radius: 6px;
    font-weight: 900;
}

.shop-product__note {
    margin-top: 18px;
    margin-bottom: 0;
    color: var(--muted);
}

.shop-platform-band {
    background: #4b1419;
}

.shop-platform-band .prose p {
    color: rgba(255, 255, 255, 0.78);
}

.tmy-woocommerce-section,
.tmy-woocommerce-page,
.tmy-woocommerce-catalog,
.tmy-woocommerce-featured-product {
    color: var(--ink);
    background: var(--paper);
}

.tmy-woocommerce-featured-product {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(24, 21, 18, 0.08);
    scroll-margin-top: 126px;
}

.tmy-woocommerce-featured-products {
    display: grid;
    gap: 28px;
}

.tmy-woocommerce-page .woocommerce-result-count,
.tmy-woocommerce-page .woocommerce-ordering {
    margin-bottom: 24px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
    content: none;
}

.woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(24, 21, 18, 0.08);
}

.woocommerce ul.products li.product a {
    color: inherit;
    text-decoration: none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1.14;
    object-fit: cover;
    margin: 0;
    background: var(--paper);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 20px 20px 6px;
    margin: 0;
    color: var(--ink);
    font-family: Inter, system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 900;
}

.woocommerce ul.products li.product .price {
    display: block;
    padding: 0 20px 16px;
    color: var(--red);
    font-weight: 900;
}

.woocommerce ul.products li.product .button {
    margin: 0 20px 22px;
}

.woocommerce span.onsale {
    min-width: 0;
    min-height: 0;
    padding: 6px 10px;
    color: var(--white);
    background: var(--red);
    border-radius: 4px;
    font: 900 0.76rem/1 Inter, system-ui, sans-serif;
    text-transform: uppercase;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    color: var(--stage);
    background: var(--gold);
    border: 0;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    color: var(--white);
    background: var(--red);
    transform: translateY(-1px);
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
    gap: 42px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
    grid-column: 1 / -1;
}

.woocommerce div.product .product_title {
    margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--red);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
}

.woocommerce div.product .stock {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 4px;
    font-weight: 900;
}

.woocommerce div.product .stock.in-stock {
    color: var(--white);
    background: #147a4b;
}

.woocommerce div.product .stock.out-of-stock {
    color: var(--white);
    background: var(--red);
}

.woocommerce div.product form.cart {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.woocommerce div.product form.cart .variations {
    width: 100%;
    margin: 0;
    border: 0;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
    padding: 0 0 10px;
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    color: var(--ink);
    font-weight: 900;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
}

.woocommerce div.product form.cart .reset_variations {
    display: inline-flex;
    margin-top: 8px;
    color: var(--red);
    font-weight: 900;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 18px 20px;
    margin: 0 0 24px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 6px solid var(--gold);
    border-radius: 8px;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.woocommerce table.shop_table {
    overflow: hidden;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    min-height: 46px;
    padding: 11px 12px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
}

/* Keep WooCommerce Checkout Block field names visible above white inputs. */
.wp-block-woocommerce-checkout .wc-block-components-text-input {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
}

.wp-block-woocommerce-checkout .wc-block-components-text-input input {
    position: static !important;
    grid-column: 1;
    grid-row: 2;
    min-height: 56px;
    margin: 0 !important;
    padding: 12px 14px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-text-input label,
.wp-block-woocommerce-checkout .wc-block-components-text-input.is-active label,
.wp-block-woocommerce-checkout .wc-block-components-text-input.has-error label {
    position: static !important;
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
}

.tmy-woocommerce-featured-product .woocommerce div.product {
    align-items: start;
    gap: 34px;
}

.tmy-woocommerce-featured-product .woocommerce div.product .summary {
    align-self: start;
}

.tmy-woocommerce-featured-product .woocommerce div.product .product_title {
    margin: 0 0 8px;
    color: var(--ink);
    font-family: Inter, system-ui, sans-serif;
    font-size: clamp(1.08rem, 1.25vw, 1.28rem);
    font-weight: 900;
    line-height: 1.25;
}

.tmy-woocommerce-featured-product .woocommerce div.product p.price,
.tmy-woocommerce-featured-product .woocommerce div.product span.price {
    margin: 0 0 18px;
    color: var(--red);
    font-size: clamp(1.08rem, 1.2vw, 1.24rem);
    font-weight: 900;
    line-height: 1.2;
}

.tmy-woocommerce-featured-product .woocommerce div.product form.cart {
    gap: 12px;
    margin-top: 12px;
}

.tmy-woocommerce-featured-product .woocommerce div.product form.cart .variations th,
.tmy-woocommerce-featured-product .woocommerce div.product form.cart .variations td {
    padding-bottom: 8px;
}

.tmy-woocommerce-featured-product .woocommerce div.product .woocommerce-product-details__short-description {
    margin: 0 0 14px;
}

.tmy-woocommerce-featured-product .woocommerce div.product .product_meta {
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.5;
}

.bandsintown-panel {
    min-width: 0;
    padding: 28px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(24, 21, 18, 0.08);
}

.bandsintown-panel--home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.bandsintown-panel--home h3,
.bandsintown-panel--home p {
    margin-bottom: 4px;
}

.bandsintown-panel--home p {
    color: rgba(255, 255, 255, 0.74);
}

.bandsintown-panel--home .button {
    flex-shrink: 0;
}

.bandsintown-panel--wide {
    overflow: hidden;
    padding: 0;
}

.bandsintown-panel--home-list {
    color: var(--ink);
    background: var(--white);
    border-color: rgba(255, 255, 255, 0.12);
}

.bandsintown-events {
    min-width: 0;
}

.tour-date-status {
    padding: 28px;
    color: var(--muted);
}

.tour-date-status p {
    margin: 0;
}

.tour-date-status p + p {
    margin-top: 8px;
}

.past-shows-section {
    scroll-margin-top: 150px;
}

.tour-date-signup-link {
    color: var(--red);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.tour-date-signup-link:hover,
.tour-date-signup-link:focus {
    color: var(--stage);
}

.tour-date-status--error {
    color: var(--red);
}

.tour-date-table {
    display: grid;
    width: 100%;
}

.tour-date-header,
.tour-date-row {
    display: grid;
    grid-template-columns: minmax(120px, 0.78fr) minmax(120px, 0.78fr) minmax(94px, 0.58fr) minmax(150px, 1fr) minmax(92px, 0.55fr) minmax(126px, 0.72fr) minmax(116px, auto);
    align-items: center;
    gap: 14px;
}

.tour-date-header {
    padding: 14px 24px;
    color: var(--white);
    background: var(--stage);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tour-date-row {
    min-height: 92px;
    padding: 22px 24px;
    border-top: 1px solid var(--line);
}

.tour-date-row:first-of-type {
    border-top: 0;
}

.tour-date-cell {
    min-width: 0;
}

.tour-date-cell--date {
    display: grid;
    gap: 2px;
}

.tour-date-cell--date strong {
    color: var(--red);
    font-size: 1.02rem;
    line-height: 1.2;
}

.tour-date-cell--date span {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.tour-date-cell--venue {
    font-weight: 800;
}

.tour-date-venue-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(185, 40, 47, 0.35);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.tour-date-venue-link:hover,
.tour-date-venue-link:focus {
    color: var(--red);
    text-decoration-color: currentColor;
}

.tour-date-cell--time,
.tour-date-cell--box-office {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 800;
}

.tour-date-cell--tickets {
    justify-self: end;
}

.tour-date-ticket {
    min-width: 112px;
    white-space: nowrap;
}

.tour-date-ticket--tickets {
    color: var(--white);
    background: #157b48;
    border-color: #157b48;
}

.tour-date-ticket--tickets:hover,
.tour-date-ticket--tickets:focus {
    color: var(--white);
    background: #0f663a;
    border-color: #0f663a;
}

.tour-date-ticket--last-tickets {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
}

.tour-date-ticket--last-tickets:hover,
.tour-date-ticket--last-tickets:focus {
    color: var(--stage);
    background: #c69533;
    border-color: #c69533;
}

.tour-date-ticket--sold-out {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.tour-date-ticket--sold-out:hover,
.tour-date-ticket--sold-out:focus {
    color: var(--white);
    background: #8f1f25;
    border-color: #8f1f25;
}

.bandsintown-note {
    padding: 18px 24px 22px;
    margin: 0;
    font-size: 0.95rem;
    border-top: 1px solid var(--line);
}

.tour-schedule-link {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    padding: 18px 24px 24px;
    border-top: 1px solid var(--line);
}

.past-shows-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
}

.past-shows-year {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(24, 21, 18, 0.06);
}

.past-shows-year__summary {
    display: block;
    padding: 0;
    color: var(--stage);
    background: var(--white);
    cursor: pointer;
    list-style: none;
    position: relative;
}

.past-shows-year__summary::-webkit-details-marker {
    display: none;
}

.past-shows-year__summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 18px;
    color: var(--red);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    transform: none;
}

.past-shows-year[open] > .past-shows-year__summary::after {
    content: "−";
}

.past-shows-year__summary:hover,
.past-shows-year__summary:focus-visible {
    background: #faf8f4;
}

.past-shows-year__thumbnail {
    position: relative;
    display: block;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    background: var(--stage);
}

.past-shows-year__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
}

.past-shows-year__label {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
    transform: translate(-50%, -50%);
}

/* Past Shows archive: feature the newest year and keep older years in a compact archive. */
.past-shows-list--archive {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
    gap: clamp(34px, 5vw, 80px);
    align-items: start;
    background: transparent;
}

.past-shows-feature,
.past-shows-archive {
    min-width: 0;
}

.past-shows-archive > h3 {
    margin: 0 0 22px;
    color: var(--red);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.past-shows-year--featured .past-shows-year__thumbnail {
    aspect-ratio: 1.1 / 1;
}

.past-shows-year--featured .past-shows-year__label {
    font-size: clamp(4rem, 9vw, 8rem);
}

.past-shows-year__featured-meta {
    display: block;
    padding: 20px 24px 24px;
    text-align: center;
}

.past-shows-year__featured-open {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 18px;
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.past-shows-year--featured > .past-shows-year__summary::after {
    display: none;
}

.past-shows-year--archive {
    margin: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
}

.past-shows-year--archive .past-shows-year__summary {
    background: transparent;
}

.past-shows-year--archive .past-shows-year__summary::after {
    display: none;
}

.past-shows-year__archive-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
}

.past-shows-year__archive-year {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.45rem;
}

.past-shows-year__archive-arrow {
    color: var(--red);
    font-size: 1.5rem;
    line-height: 1;
}

.past-shows-archive__more {
    display: block;
    padding: 20px 0 0;
    color: var(--stage);
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.past-shows-archive__more:hover,
.past-shows-archive__more:focus-visible {
    color: var(--red);
}

.past-shows-list--archive .past-shows-table {
    margin-top: 0;
}

.past-shows-calendar {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    column-gap: 0;
    aspect-ratio: 5 / 2;
    align-items: stretch;
    margin-top: clamp(36px, 3vw, 42px);
    background: #fbf8f2;
    transition: grid-template-columns 260ms ease;
}

.past-shows-calendar.is-closed {
    grid-template-columns: minmax(0, 472px);
    aspect-ratio: 1 / 1;
}

.past-shows-cover {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20% 14% 10%;
    overflow: hidden;
    color: #171615;
    background: #f7f3ec url("../images/tour/past-shows-calendar-left-underlay.png") center / 100% 100% no-repeat;
    text-align: center;
}

.past-shows-cover__year {
    min-width: 0;
    max-width: 100%;
    width: auto;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(7.2rem, 14vw, 10.5rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 0.78;
    text-shadow: 2px 2px 0 rgba(70, 55, 40, 0.18);
    transform: scaleX(0.74);
}

.past-shows-cover__rule {
    position: relative;
    display: block;
    width: min(300px, 90%);
    height: 2px;
    margin: 26px 0 20px;
    background: #a5231e;
}

.past-shows-cover__rule::after {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 8px;
    content: "★";
    color: #a5231e;
    background: #f4f0e7;
    font-size: 0.9rem;
    transform: translate(-50%, -50%);
}

.past-shows-cover__control {
    min-height: 44px;
    margin-top: 20px;
    padding: 10px 18px;
    color: #a5231e;
    background: transparent;
    border: 1px solid #a5231e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.past-shows-cover__control:hover,
.past-shows-cover__control:focus-visible {
    color: var(--white);
    background: #a5231e;
}

.past-shows-archive-sheet {
    display: flex;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: visible;
    flex-direction: column;
    padding: clamp(40px, 4vw, 58px) clamp(48px, 5vw, 70px) clamp(32px, 4vw, 54px);
    background: #f7f3ec url("../images/tour/past-shows-archive-paper-underlay.png") center / 100% 100% no-repeat;
}

.past-shows-archive__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 2px solid #a5231e;
}

.past-shows-archive__heading h3 {
    margin: 0;
    color: #a5231e;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.past-shows-year-selector {
    position: relative;
    flex-shrink: 0;
}

.past-shows-year-selector__button,
.past-shows-year-selector__option {
    min-height: 44px;
    color: #171615;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.past-shows-year-selector__button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.past-shows-year-selector__current {
    color: #171615;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1rem;
    letter-spacing: 0;
}

.past-shows-year-selector__label {
    color: #a5231e;
}

.past-shows-year-selector__menu[hidden],
.past-shows-archive-sheet[hidden] {
    display: none;
}

.past-shows-year-selector__button:hover,
.past-shows-year-selector__button:focus-visible {
    color: var(--red);
}

.past-shows-year-selector__menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 5;
    display: grid;
    min-width: 190px;
    max-height: min(320px, calc(100vh - 180px));
    overflow-y: auto;
    padding: 6px;
    background: #f4f0e7;
    border: 1px solid var(--line);
    box-shadow: 0 12px 24px rgba(24, 21, 18, 0.14);
}

.past-shows-year-selector__option {
    padding: 8px 10px;
    text-align: left;
}

.past-shows-year-selector__option:hover,
.past-shows-year-selector__option:focus-visible,
.past-shows-year-selector__option.is-selected {
    color: var(--red);
    background: rgba(185, 40, 47, 0.08);
}

.past-shows-events {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    display: grid;
}

.past-shows-event {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-height: 80px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(70, 55, 40, 0.2);
}

.past-shows-event__date {
    display: grid;
    align-content: center;
    min-height: 58px;
    padding-right: 18px;
    border-right: 1px solid rgba(70, 55, 40, 0.2);
}

.past-shows-event__month {
    color: #a5231e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.past-shows-event__day {
    color: #a5231e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.9rem;
    line-height: 1;
}

.past-shows-event__details {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.past-shows-event__city {
    overflow-wrap: anywhere;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.05rem;
}

.past-shows-event__venue {
    overflow-wrap: anywhere;
    color: var(--muted);
    font-size: 0.88rem;
}

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

@media (prefers-reduced-motion: reduce) {
    .past-shows-calendar {
        transition: none;
    }
}

.past-shows-table {
    display: grid;
    border-top: 1px solid var(--line);
}

.past-shows-header,
.past-shows-row {
    display: grid;
    grid-template-columns: minmax(140px, 0.8fr) minmax(150px, 1fr) minmax(110px, 0.7fr) minmax(190px, 1.3fr);
    align-items: center;
    gap: 18px;
}

.past-shows-header {
    padding: 12px 24px;
    color: var(--white);
    background: var(--stage);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.past-shows-row {
    min-height: 76px;
    padding: 17px 24px;
    background: var(--white);
    border-top: 1px solid var(--line);
}

.past-shows-row:first-of-type {
    border-top: 0;
}

.cast-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cast-card {
    display: block;
    overflow: hidden;
    color: var(--ink);
    text-decoration: none;
    background: var(--white);
    border: 1px solid var(--line);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cast-card:hover,
.cast-card:focus-visible {
    color: var(--ink);
    border-color: rgba(214, 168, 74, 0.72);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.cast-card:focus-visible {
    outline: 3px solid rgba(214, 168, 74, 0.58);
    outline-offset: 4px;
}

.cast-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.cast-card div {
    padding: 18px;
}

.cast-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-weight: 700;
}

.cast-profile {
    display: grid;
    gap: 30px;
}

.cast-profile-section + .cast-profile-section {
    position: relative;
}

.cast-profile-section + .cast-profile-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(78vw, 860px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(185, 40, 47, 0.42) 18%, rgba(214, 168, 74, 0.88) 50%, rgba(185, 40, 47, 0.42) 82%, transparent);
    transform: translateX(-50%);
}

.cast-profile-section + .cast-profile-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 112px;
    height: 18px;
    background:
        radial-gradient(circle at 50% 50%, var(--gold) 0 5px, transparent 5.5px),
        radial-gradient(circle at calc(50% - 22px) 50%, var(--red) 0 3.5px, transparent 4px),
        radial-gradient(circle at calc(50% + 22px) 50%, var(--red) 0 3.5px, transparent 4px),
        linear-gradient(90deg, transparent 0 8px, var(--paper) 8px calc(100% - 8px), transparent calc(100% - 8px)) center / 100% 8px no-repeat;
    transform: translate(-50%, -50%);
}

.cast-profile__heading {
    max-width: 1080px;
    margin: 0 auto 4px;
    scroll-margin-top: 150px;
    text-align: center;
}

.cast-profile__heading h2 {
    margin-bottom: 8px;
    font-size: clamp(3.2rem, 7.4vw, 6.7rem);
    line-height: 0.92;
}

.cast-profile__intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: 46px;
    align-items: start;
}

.cast-profile__details {
    align-self: start;
    min-width: 0;
}

.cast-profile__details .eyebrow {
    margin-bottom: 12px;
}

.cast-profile__role {
    max-width: 920px;
    margin: 0 auto;
    color: var(--muted);
    font-size: clamp(1.16rem, 1.8vw, 1.42rem);
    line-height: 1.24;
    font-weight: 800;
}

.cast-profile__body {
    max-width: none;
    width: 100%;
    justify-self: stretch;
    column-count: 3;
    column-gap: clamp(30px, 4vw, 54px);
    column-fill: balance;
    orphans: 2;
    widows: 2;
}

.cast-profile__body.prose {
    max-width: none;
}

.cast-profile__body p {
    margin: 0 0 1.15em;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.cast-profile__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1280px) and (min-width: 821px) {
    .cast-profile__body {
        column-count: 2;
        column-gap: clamp(30px, 4.4vw, 48px);
    }
}

.cast-profile__photo img {
    aspect-ratio: 4 / 3;
}

.cast-profile-facts {
    display: grid;
    gap: 8px;
    padding: 18px;
    margin: 0;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    list-style: none;
}

.cast-profile-facts li {
    margin: 0;
}

.cast-profile-facts strong {
    color: var(--red);
}

.video-band {
    display: grid;
    grid-template-columns: 0.76fr 1fr;
    align-items: center;
    gap: 38px;
}

.video-placeholder,
.video-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    color: var(--white);
    font-weight: 800;
    background: var(--stage);
    border-radius: 8px;
}

.video-frame {
    display: block;
    overflow: hidden;
    padding: 0;
    background: var(--stage);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow);
}

.video-frame--wide {
    aspect-ratio: 16 / 9;
}

.video-frame--vertical {
    aspect-ratio: 9 / 16;
}

.video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-showcase {
    display: grid;
    gap: 34px;
}

.video-showcase__intro {
    max-width: 760px;
}

.video-stack {
    display: grid;
    gap: 42px;
}

.video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.68fr);
    gap: 26px;
    align-items: start;
}

.video-card {
    display: grid;
    gap: 18px;
}

.video-card--featured {
    max-width: none;
}

.video-card--split {
    display: grid;
    grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.video-card__body {
    display: grid;
    gap: 8px;
}

.video-card__body h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.08;
}

.video-card__body p {
    margin: 0;
}

.video-card__label {
    color: var(--red);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.video-feature {
    margin: 0;
}

.video-feature--vertical {
    justify-self: center;
    width: min(100%, 410px);
}

.video-feature--vertical .video-frame {
    aspect-ratio: 9 / 16;
}

.video-player {
    display: block;
    width: 100%;
    overflow: hidden;
    color: var(--white);
    background: var(--stage);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.video-player--wide {
    aspect-ratio: 16 / 9;
}

.video-player--vertical {
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.video-caption {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
}

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

    .video-card--split {
        grid-template-columns: 1fr;
    }

    .video-card--split .video-feature--vertical {
        justify-self: center;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.media-gallery-band {
    color: var(--white);
    background: var(--blue);
}

.media-gallery-band .eyebrow {
    color: var(--gold);
}

.media-gallery-band .button:hover,
.media-gallery-band .button:focus {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.gallery-item {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 220ms ease;
}

.gallery-item:hover img,
.gallery-item:focus img {
    transform: scale(1.04);
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(0, 0, 0, 0.86);
}

.lightbox.is-open {
    display: flex;
}

.lightbox img {
    max-width: min(1100px, 100%);
    max-height: 82vh;
    border-radius: 8px;
}

.lightbox button {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    color: var(--white);
    font-size: 28px;
    line-height: 1;
    background: var(--red);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
    gap: 24px 26px;
    align-items: start;
}

.contact-section {
    padding-top: clamp(46px, 5vw, 76px);
    background: #fbf8f2;
}

.contact-intro {
    grid-column: 1 / -1;
    max-width: 980px;
}

.contact-intro h2 {
    max-width: 920px;
    margin-bottom: 16px;
    font-size: clamp(3.1rem, 5.5vw, 6rem);
    line-height: 0.96;
}

.contact-intro p:not(.eyebrow) {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.08rem;
}

.contact-panel,
.contact-form-frame {
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
}

.contact-panel h2 {
    margin-bottom: 18px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 1.25rem;
    line-height: 1.1;
}

.contact-note {
    padding: 18px;
    margin: 24px 0;
    background: #fff7e6;
    border: 1px solid rgba(214, 168, 74, 0.45);
    border-radius: 8px;
}

.contact-note h3 {
    margin-bottom: 8px;
}

.contact-note p {
    margin-bottom: 0;
}

.history-list {
    padding: 28px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.history-list ul {
    padding-left: 20px;
    margin: 12px 0 0;
}

.history-list li + li {
    margin-top: 8px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-links a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 7px 11px;
    color: var(--white);
    font-weight: 800;
    background: var(--red);
    border-radius: 6px;
}

.social-links--icons {
    align-items: center;
    gap: 8px;
}

.social-links--icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.social-links--icons a:hover,
.social-links--icons a:focus {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.social-links--icons svg {
    display: block;
    width: 18px;
    height: 18px;
}

.social-links--icons svg * {
    fill: currentColor;
    stroke: none;
}

.footer-social--instagram svg rect,
.footer-social--instagram svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.footer-social--youtube svg path {
    fill: var(--stage);
}

.footer-social--youtube:hover svg path,
.footer-social--youtube:focus svg path {
    fill: var(--white);
}

.footer-social--youtube {
    color: var(--white);
}

.contact-panel .social-links--icons {
    margin-top: 22px;
}

.contact-panel .social-links--icons a {
    color: var(--stage);
    background: rgba(18, 18, 19, 0.06);
    border-color: rgba(18, 18, 19, 0.16);
}

.contact-panel .social-links--icons a:hover,
.contact-panel .social-links--icons a:focus {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
}

.contact-panel .footer-social--youtube svg path {
    fill: var(--white);
}

.social-links--stacked {
    display: grid;
    justify-items: start;
}

.prose {
    max-width: 820px;
}

.prose a {
    color: var(--red);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.prose img {
    border-radius: 8px;
}

.prose input,
.prose textarea,
.prose select,
.contact-form-frame input,
.contact-form-frame textarea,
.contact-form-frame select,
.contact-form-frame .ff-el-form-control,
.contact-form-frame .wpcf7-form-control:not(.wpcf7-submit),
.contact-form-frame .wpforms-field input,
.contact-form-frame .wpforms-field textarea,
.contact-form-frame .wpforms-field select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--ink);
    background: #fffdf8;
    border: 1px solid rgba(24, 21, 18, 0.24);
    border-radius: 6px;
    font: inherit;
}

.prose textarea,
.contact-form-frame textarea,
.contact-form-frame .wpforms-field textarea {
    min-height: 150px;
}

.prose button,
.prose input[type="submit"],
.contact-form-frame button,
.contact-form-frame input[type="submit"],
.contact-form-frame .ff-btn-submit,
.contact-form-frame .wpcf7-submit,
.contact-form-frame .wpforms-submit {
    width: auto;
    min-height: 48px;
    padding: 12px 18px;
    color: var(--stage);
    font-weight: 800;
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 6px;
    cursor: pointer;
}

.contact-form-frame form {
    display: grid;
    gap: 18px;
    margin: 0;
}

.contact-form-frame p,
.contact-form-frame .ff-el-group,
.contact-form-frame .wpforms-field {
    margin: 0 0 18px;
}

.contact-form-frame label,
.contact-form-frame .ff-el-input--label label,
.contact-form-frame .wpforms-field-label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ink);
    font-weight: 800;
}

.contact-form-frame .ff-el-input--label,
.contact-form-frame .wpforms-field-label {
    margin-bottom: 0;
}

.contact-form-frame .ff-el-input--content,
.contact-form-frame .wpforms-field {
    width: 100%;
}

.contact-form-frame input:focus,
.contact-form-frame textarea:focus,
.contact-form-frame select:focus,
.contact-form-frame .ff-el-form-control:focus,
.contact-form-frame .wpcf7-form-control:not(.wpcf7-submit):focus,
.contact-form-frame .wpforms-field input:focus,
.contact-form-frame .wpforms-field textarea:focus,
.contact-form-frame .wpforms-field select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(214, 168, 74, 0.22);
    outline: none;
}

.contact-form-frame button:hover,
.contact-form-frame button:focus,
.contact-form-frame input[type="submit"]:hover,
.contact-form-frame input[type="submit"]:focus,
.contact-form-frame .ff-btn-submit:hover,
.contact-form-frame .ff-btn-submit:focus,
.contact-form-frame .wpcf7-submit:hover,
.contact-form-frame .wpcf7-submit:focus,
.contact-form-frame .wpforms-submit:hover,
.contact-form-frame .wpforms-submit:focus {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.contact-form-frame .cf-turnstile,
.contact-form-frame .ff-turnstile,
.contact-form-frame .turnstile-container,
.contact-form-frame .tmy-turnstile-preview {
    padding: 14px;
    background: #fff7e6;
    border: 1px solid rgba(214, 168, 74, 0.42);
    border-radius: 8px;
}

.contact-form-frame .ff-message-success,
.contact-form-frame .wpcf7 form.sent .wpcf7-response-output,
.contact-form-frame .wpforms-confirmation-container-full {
    padding: 14px 16px;
    color: #165c36;
    background: #e7f7ee;
    border: 1px solid rgba(22, 92, 54, 0.24);
    border-radius: 8px;
}

.contact-form-frame .ff-errors-in-stack,
.contact-form-frame .ff-el-is-error .text-danger,
.contact-form-frame .wpcf7-not-valid-tip,
.contact-form-frame .wpforms-error,
.contact-form-frame .wpcf7 form.invalid .wpcf7-response-output {
    color: var(--red);
    font-weight: 800;
}

.contact-form-empty {
    display: grid;
    gap: 12px;
    align-content: center;
    min-height: 320px;
}

.contact-form-empty h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    line-height: 0.96;
}

.contact-form-empty p {
    max-width: 560px;
}

.contact-form-admin-note {
    padding: 14px 16px;
    background: #fff7e6;
    border: 1px solid rgba(214, 168, 74, 0.42);
    border-radius: 8px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.post-card {
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
}

.post-card__image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.post-card > :not(.post-card__image) {
    margin-right: 22px;
    margin-left: 22px;
}

.post-card h2 {
    font-family: Inter, system-ui, sans-serif;
    font-size: 1.25rem;
    line-height: 1.22;
}

.post-card__date {
    margin-top: 22px;
    color: var(--red);
    font-weight: 900;
}

.post-card .text-link {
    margin-bottom: 22px;
}

.latest-news-section {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    color: var(--ink);
    background: #fbf8f2;
}

body.home #about,
body.home #media,
body.home-preview #about,
body.home-preview #media {
    background: #fbf8f2;
}

.latest-news-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.latest-news-heading h2 {
    margin-bottom: 0;
    color: var(--ink);
}

.latest-news-carousel {
    --latest-news-card-width: min(72vw, 900px);
    --latest-news-side-padding: max(14vw, calc((100vw - 900px) / 2));
    position: relative;
}

.latest-news-carousel__viewport {
    overflow: hidden;
}

.latest-news-carousel__track {
    display: flex;
    gap: clamp(14px, 1.6vw, 24px);
    overflow-x: auto;
    padding: 0 var(--latest-news-side-padding) 22px;
    scroll-behavior: smooth;
    scroll-padding-inline: var(--latest-news-side-padding);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.latest-news-carousel__track::-webkit-scrollbar {
    display: none;
}

.latest-news-card {
    flex: 0 0 var(--latest-news-card-width);
    margin: 0;
    overflow: hidden;
    background: var(--stage);
    scroll-snap-align: center;
}

.latest-news-card > a {
    position: relative;
    display: block;
    height: clamp(390px, 48vw, 640px);
    overflow: hidden;
    color: var(--white);
}

.latest-news-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 420ms ease;
}

.latest-news-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.82) 100%);
}

.latest-news-card__copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 10px;
    padding: clamp(24px, 4vw, 48px);
}

.latest-news-card__copy time {
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.latest-news-card__copy strong {
    max-width: 840px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.15rem, 2.2vw, 2.3rem);
    line-height: 1.05;
}

.latest-news-card > a:hover img,
.latest-news-card > a:focus-visible img {
    transform: scale(1.025);
}

.latest-news-card > a:focus-visible {
    outline: 4px solid var(--gold);
    outline-offset: -4px;
}

.latest-news-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--white);
    background: var(--red);
    border: 3px solid var(--white);
    border-radius: 50%;
    box-shadow:
        0 0 0 3px var(--gold),
        0 0 0 6px rgba(13, 13, 16, 0.9),
        0 14px 32px rgba(0, 0, 0, 0.52);
    transform: translateY(-50%);
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.latest-news-carousel__arrow span {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
    font-size: 0;
    line-height: 0;
}

.latest-news-carousel__arrow--previous span {
    transform: translateX(2px) rotate(-135deg);
}

.latest-news-carousel__arrow--next span {
    transform: translateX(-2px) rotate(45deg);
}

.latest-news-carousel__arrow--previous {
    left: clamp(16px, 3vw, 52px);
}

.latest-news-carousel__arrow--next {
    right: clamp(16px, 3vw, 52px);
}

.latest-news-carousel__arrow:hover,
.latest-news-carousel__arrow:focus-visible {
    color: var(--stage);
    background: var(--gold);
    box-shadow:
        0 0 0 3px var(--white),
        0 0 0 6px var(--red),
        0 16px 34px rgba(0, 0, 0, 0.58);
    transform: translateY(-50%) scale(1.06);
}

.latest-news-carousel__arrow:disabled {
    opacity: 0.5;
    cursor: default;
}

.story-index {
    background: #fbf8f2;
}

.story-index .section-heading h2 {
    color: var(--ink);
}

.story-index .text-link::after {
    content: none;
}

.story-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
    overflow: hidden;
    margin-bottom: 26px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(24, 21, 18, 0.1);
}

.story-feature__image img,
.story-card__image img,
.story-featured-image img {
    width: 100%;
    object-fit: cover;
}

.story-feature__image img {
    height: 100%;
    min-height: 420px;
}

.story-feature__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 52px);
}

.story-kicker {
    margin-bottom: 10px;
    color: var(--red);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.story-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.story-feature h2,
.story-card h2 {
    font-family: Inter, system-ui, sans-serif;
    line-height: 1.14;
}

.story-feature h2 {
    font-size: clamp(2rem, 4vw, 3.45rem);
}

.story-feature p:not(.story-kicker),
.story-card p {
    color: var(--muted);
    font-weight: 650;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.story-card {
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.story-card__image img {
    aspect-ratio: 16 / 10;
}

.story-card__body {
    padding: 22px;
}

.story-card h2 {
    margin-bottom: 12px;
    font-size: 1.28rem;
}

.story-card .text-link {
    margin-top: 8px;
}

.older-stories {
    margin-top: clamp(54px, 7vw, 92px);
    padding-top: clamp(38px, 5vw, 64px);
    border-top: 1px solid var(--line);
}

.older-stories > h2 {
    margin-bottom: 30px;
    color: var(--ink);
}

.older-stories__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
}

.older-story {
    display: grid;
    grid-template-columns: minmax(140px, 170px) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    height: 170px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.older-story__image {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 0;
}

.older-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 220ms ease;
}

.older-story__image:hover img,
.older-story__image:focus-visible img {
    transform: scale(1.03);
}

.older-story__copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: center;
    align-content: space-between;
    padding: 20px 22px;
}

.older-story .story-meta {
    margin-bottom: 8px;
}

.older-story h3 {
    margin-bottom: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.65rem;
    line-height: 1.12;
}

.older-story .text-link {
    flex-shrink: 0;
    color: var(--red);
}

.story-article-hero {
    padding: 92px 0 48px;
    color: var(--ink);
    background: var(--paper);
}

.story-article-hero__inner {
    max-width: 1180px;
}

.story-article-hero .eyebrow {
    text-align: center;
}

.story-article-hero h1 {
    max-width: 1120px;
    margin: 0 auto 24px;
    color: var(--ink);
    font-size: var(--section-title-size);
    line-height: 0.98;
    text-align: center;
}

.story-article-hero .story-meta {
    justify-content: center;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.story-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 42px;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.story-back:hover,
.story-back:focus {
    color: var(--red);
}

.story-featured-image {
    max-width: 900px;
    margin: 0 auto;
}

.story-featured-image img {
    max-height: 720px;
    border-radius: 0;
}

.story-body-section {
    padding: 58px 0 104px;
    color: var(--ink);
    background: var(--paper);
}

.story-prose {
    max-width: 780px;
    color: var(--ink);
    font-size: clamp(1.06rem, 1.8vw, 1.22rem);
    line-height: 1.78;
}

.story-prose p,
.story-prose li,
.story-prose .wp-block-paragraph {
    color: var(--ink);
}

.story-prose > p:first-child {
    color: var(--ink);
    font-size: clamp(1.22rem, 2vw, 1.48rem);
    line-height: 1.58;
}

.story-prose figcaption,
.story-prose .wp-caption-text,
.story-prose .wp-block-image figcaption {
    color: var(--muted);
}

.story-prose h2,
.story-prose h3 {
    margin-top: 38px;
    color: var(--ink);
    font-family: Inter, system-ui, sans-serif;
    line-height: 1.18;
}

.story-prose h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.related-stories {
    color: var(--ink);
    background: var(--paper);
    border-top: 1px solid var(--line);
}

.related-stories .section-heading h2 {
    color: var(--ink);
    font-size: clamp(2.7rem, 5vw, 5rem);
}

.related-stories .story-card {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.related-stories .story-card__image {
    display: block;
    overflow: hidden;
}

.related-stories .story-card__image img {
    aspect-ratio: 4 / 3;
    transition: transform 360ms ease;
}

.related-stories .story-card__image:hover img,
.related-stories .story-card__image:focus-visible img {
    transform: scale(1.025);
}

.related-stories .story-card__body {
    padding: 18px 0 0;
}

.related-stories .story-card h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
    line-height: 1.08;
}

.related-stories .story-meta {
    color: var(--muted);
}

.featured-image {
    margin-top: 40px;
}

.featured-image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 8px;
}

.site-footer {
    padding: 42px 0 24px;
    color: var(--white);
    background: #09090b;
}

.footer-cta,
.footer-grid,
.footer-bottom {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px;
    margin-bottom: 42px;
    background: linear-gradient(135deg, rgba(185, 40, 47, 0.22), rgba(214, 168, 74, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.footer-cta h2 {
    margin-bottom: 8px;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.footer-cta p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
}

.footer-kicker {
    margin-bottom: 8px;
    color: var(--gold) !important;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.scroll-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    color: var(--white);
    background: var(--red);
    border: 2px solid rgba(214, 168, 74, 0.82);
    border-radius: 50%;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.94);
    transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.scroll-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background: #8f1f25;
    border-color: var(--gold);
    transform: translateY(-2px) scale(1);
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
    display: block;
}

.scroll-to-top svg * {
    fill: currentColor;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.55fr 0.55fr 0.95fr 1.15fr;
    gap: clamp(22px, 2.2vw, 40px);
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line-light);
}

.footer-live {
    align-self: start;
    padding: 20px;
    background: linear-gradient(135deg, rgba(185, 40, 47, 0.22), rgba(214, 168, 74, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
}

.footer-live h2 {
    margin-bottom: 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.55rem, 1.8vw, 2rem);
}

.footer-live > p:not(.footer-kicker) {
    margin-bottom: 16px;
    font-size: 0.9rem;
    line-height: 1.55;
}

.footer-live .footer-cta__actions {
    justify-content: flex-start;
    gap: 8px;
}

.footer-live .button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.86rem;
}

.footer-logo {
    display: inline-flex;
    width: 180px;
    height: 70px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer-grid h2 {
    margin-bottom: 12px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 1rem;
}

.footer-grid p {
    color: rgba(255, 255, 255, 0.74);
}

.footer-location {
    margin-top: 16px;
    color: var(--gold) !important;
    font-weight: 800;
}

.footer-link-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-link-list a,
.footer-text-link,
.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
    transition: color 160ms ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus,
.footer-text-link:hover,
.footer-text-link:focus,
.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
    color: var(--gold);
}

.footer-text-link {
    display: inline-flex;
    margin: 2px 0 18px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 1480px) {
    .site-nav {
        position: fixed;
        inset: 102px 0 auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        width: auto;
        padding: 24px;
        background: rgba(13, 13, 16, 0.98);
        border-bottom: 1px solid var(--line-light);
    }

    .nav-open .site-nav {
        display: flex;
    }

    .site-header .primary-menu {
        position: static;
        display: grid;
        gap: 0;
        transform: none;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0;
    }

    .primary-menu a {
        display: block;
        min-height: 50px;
        padding: 12px 0;
        color: rgba(255, 255, 255, 0.86);
        font-size: 1.12rem;
        font-weight: 800;
        border-bottom: 1px solid var(--line-light);
    }

    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a.is-active,
    .primary-menu a[aria-current="page"] {
        color: var(--gold);
    }

    .nav-logo {
        width: clamp(150px, 34vw, 210px);
        height: 82px;
    }

    .nav-socials {
        gap: 10px;
        padding-top: 10px;
    }

    .nav-social {
        width: 42px;
        height: 42px;
        color: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.16);
    }

    .nav-social--youtube {
        color: var(--white);
    }

    .nav-social--youtube svg path {
        fill: var(--stage);
    }

    .nav-social--youtube:hover svg path,
    .nav-social--youtube:focus svg path {
        fill: var(--white);
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }

    .nav-toggle span:not(.screen-reader-text) {
        width: 25px;
        height: 3px;
        margin: 3px auto;
        border-radius: 999px;
    }

    .site-nav .button {
        min-height: 46px;
        padding: 11px 16px;
        font-size: 1rem;
    }

    .proof-grid,
    .service-grid,
    .cast-grid,
    .post-grid,
    .story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .split,
    .split--poster,
    .media-tease,
    .video-band,
    .story-feature,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    #about .split {
        display: flex;
        flex-direction: column;
    }

    #about .home-concert-copy {
        display: contents;
    }

    #about .home-concert-copy .eyebrow {
        order: 1;
    }

    #about .home-concert-copy h2 {
        order: 2;
    }

    #about .home-concert-feature-photo {
        order: 3;
        width: 100%;
    }

    #about .home-concert-copy > p {
        order: 4;
    }

    #about .home-concert-copy > .button {
        order: 5;
        align-self: flex-start;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-intro h2 {
        font-size: clamp(2.55rem, 12vw, 4rem);
    }

    .contact-panel h2 {
        font-size: 1.2rem;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .latest-news-carousel {
        --latest-news-card-width: 86vw;
        --latest-news-side-padding: 7vw;
    }

    :root {
        --home-marquee-overlap: clamp(58px, 14vw, 88px);
        --home-marquee-follow-pull: clamp(62px, 15vw, 94px);
    }

    body {
        font-size: 19px;
        line-height: 1.72;
    }

    p,
    li {
        line-height: 1.72;
    }

    .eyebrow,
    .footer-kicker,
    .story-kicker,
    .story-meta,
    .tour-date-header {
        font-size: 1rem;
    }

    .experience-copy .eyebrow {
        font-size: 1rem;
    }

    .button,
    .button--small,
    button.button {
        min-height: 58px;
        font-size: 1.08rem;
    }

    .hero__copy,
    .page-hero p:not(.eyebrow),
    .section-heading p,
    .service-grid p,
    .booking-band p,
    .cast-card p,
    .story-card p,
    .shop-product__note,
    .footer-grid p,
    .footer-link-list a,
    .footer-text-link,
    .footer-bottom-links a {
        font-size: 1.16rem;
        line-height: 1.72;
    }

    .content-section p:not(.eyebrow),
    .prose p,
    .prose li,
    .story-prose p,
    .story-prose li,
    .woocommerce div.product p,
    .woocommerce div.product li {
        font-size: 1.16rem;
        line-height: 1.72;
    }

    .proof-grid span {
        font-size: 1.16rem;
        line-height: 1.54;
    }

    .marquee-divider__inner {
        min-height: auto;
        padding: 22px 0;
    }

    .marquee-divider__image {
        width: 100%;
    }

    .tour-tease {
        padding-top: calc(30px + var(--home-marquee-follow-pull));
    }

    .tour-date-cell,
    .tour-date-cell--time,
    .tour-date-cell--box-office {
        font-size: 1.12rem;
    }

    .tour-date-cell--date strong {
        font-size: 1.28rem;
    }

    .tour-date-cell--date span {
        font-size: 1.08rem;
    }

    .cast-profile__intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cast-profile__heading h2 {
        font-size: clamp(2.65rem, 12vw, 4.2rem);
    }

    .cast-profile__role {
        font-size: 1.16rem;
    }

    .cast-profile__body {
        column-count: 1;
    }

    .shop-product {
        grid-template-columns: 1fr;
    }

    .woocommerce ul.products,
    .woocommerce div.product {
        grid-template-columns: 1fr;
    }

    .tour-date-header {
        display: none;
    }

    .past-shows-header {
        display: none;
    }

    .past-shows-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .past-shows-year__thumbnail {
        aspect-ratio: 16 / 8;
    }

    .past-shows-year__summary {
        padding: 0;
    }

    .past-shows-year__summary::after {
        right: 20px;
        top: 16px;
    }

    .past-shows-list--archive {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .past-shows-archive > h3 {
        margin-top: 10px;
    }

    .past-shows-year--featured .past-shows-year__thumbnail {
        aspect-ratio: 1.15 / 1;
    }

    .past-shows-year--featured .past-shows-year__label {
        font-size: clamp(4rem, 22vw, 7rem);
    }

    .past-shows-year__archive-row {
        padding: 16px 0;
    }

    .past-shows-calendar {
        grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
        aspect-ratio: 5 / 2;
        margin-top: 54px;
    }

    .past-shows-cover {
        min-height: 0;
        padding: 25% 12% 8%;
    }

    .past-shows-cover__year {
        font-size: clamp(5.5rem, 12vw, 8rem);
    }

    .past-shows-archive-sheet {
        height: 100%;
        min-height: 0;
        padding: 30px 34px 28px;
    }

    .past-shows-archive__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .past-shows-year-selector__menu {
        right: auto;
        left: 0;
    }

    .past-shows-row {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
        padding: 0;
    }

    .past-shows-row + .past-shows-row {
        border-top: 1px solid var(--line);
    }

    .past-shows-row .tour-date-cell {
        display: grid;
    }

    .tour-date-row {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
        padding: 0;
    }

    .tour-date-row + .tour-date-row {
        border-top: 1px solid var(--line);
    }

    .tour-date-cell {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
        padding: 13px 20px;
        border-top: 1px solid rgba(24, 21, 18, 0.08);
    }

    .tour-date-cell:first-child {
        border-top: 0;
    }

    .tour-date-cell::before {
        content: attr(data-label);
        color: var(--muted);
        font-size: 0.94rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .tour-date-cell--date {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .tour-date-cell--date::before {
        grid-row: auto;
    }

    .tour-date-cell--tickets {
        justify-self: stretch;
    }

    .tour-date-cell--tickets .button {
        width: max-content;
    }

    .bandsintown-note {
        padding: 18px 20px 22px;
    }
}

@media (max-width: 640px) {
    :root {
        --home-marquee-overlap: clamp(42px, 12vw, 60px);
        --home-marquee-follow-pull: clamp(50px, 14vw, 70px);
        --section-title-size: clamp(1.85rem, 9vw, 3rem);
    }

    body {
        font-size: 20px;
    }

    .section-inner,
    .footer-cta,
    .footer-grid,
    .footer-bottom {
        width: min(100% - 34px, 1180px);
    }

    .site-header__inner {
        width: min(100% - 24px, 1240px);
    }

    .site-nav {
        padding: 18px 22px 20px;
    }

    .primary-menu a {
        min-height: 44px;
        padding: 9px 0;
        font-size: 1rem;
    }

    .nav-social {
        width: 40px;
        height: 40px;
    }

    .nav-toggle {
        width: 48px;
        height: 48px;
    }

    .nav-toggle span:not(.screen-reader-text) {
        width: 25px;
        height: 3px;
    }

    .brand-mark,
    .custom-logo-link {
        width: 128px;
        height: 62px;
    }

    h1 {
        font-size: clamp(2.6rem, 14vw, 4.4rem);
    }

    h2 {
        font-size: var(--section-title-size);
    }

    .hero,
    .hero__inner {
        min-height: 78vh;
    }

    .hero__inner,
    .page-hero__inner {
        padding: 72px 0 82px;
    }

    .page-hero,
    .page-hero__inner {
        height: clamp(500px, 64vh, 620px);
        min-height: clamp(500px, 64vh, 620px);
    }

    .page-hero__inner {
        padding: 58px 0 64px;
    }

    .page-hero h1 {
        font-size: clamp(2.55rem, 11vw, 4.05rem);
    }

    .content-section {
        padding: 62px 0;
    }

    .cast-profile {
        gap: 24px;
    }

    .cast-profile__heading h2 {
        font-size: clamp(2.35rem, 13vw, 3.65rem);
    }

    .cast-profile-facts {
        padding: 16px;
    }

    .proof-grid,
    .service-grid,
    .cast-grid,
    .post-grid,
    .story-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .marquee-divider__inner {
        min-height: auto;
        width: min(560px, calc(100% - 18px));
        padding: 0;
    }

    .marquee-divider__image {
        width: 100%;
    }

    .service-grid article,
    .proof-grid article,
    .cast-card,
    .post-card,
    .story-card,
    .empty-state,
    .bandsintown-panel {
        font-size: 1.08rem;
    }

    .page-hero p:not(.eyebrow),
    .content-section p:not(.eyebrow),
    .prose p,
    .story-prose p,
    .section-heading p,
    .service-grid p,
    .cast-card p,
    .story-card p,
    .footer-grid p {
        font-size: 1.18rem;
        line-height: 1.74;
    }

    .story-feature__image img {
        min-height: 280px;
    }

    .story-feature__copy,
    .story-card__body {
        padding: 22px;
    }

    .story-article-hero {
        padding: 68px 0 42px;
    }

    .story-featured-image {
        margin-top: 28px;
    }

    .media-tease__grid {
        grid-template-columns: 1fr;
    }

    .media-tease__grid img:first-child {
        grid-row: auto;
        aspect-ratio: 1 / 1;
    }

    .section-heading--inline,
    .gear-category__head,
    .show-row,
    .bandsintown-panel--home,
    .empty-state--inline {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-product__gallery {
        grid-template-columns: 1fr;
    }

    .shop-product__details {
        padding: 22px;
    }

    .gear-filter-panel {
        gap: 12px;
        padding: 16px 0 18px;
        margin-bottom: 34px;
    }

    .gear-filters {
        gap: 8px 16px;
    }

    .gear-category--person .gear-category__head {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px;
    }

    .gear-person__story {
        padding: 18px 0 0;
        border-top: 1px solid rgba(24, 21, 18, 0.18);
        border-left: 0;
    }

    .gear-person__monogram {
        width: 68px;
    }

    .gear-filter {
        font-size: 1.02rem;
    }

    .button,
    .button--small {
        width: 100%;
    }

    .button-row .button {
        width: auto;
    }

    .contact-panel,
    .contact-form-frame,
    .bandsintown-panel,
    .empty-state {
        padding: 22px;
    }

    .bandsintown-panel--wide {
        padding: 0;
    }

    .tour-date-cell {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 13px 16px;
    }

    .tour-date-cell--date {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .tour-date-cell--tickets .button {
        width: 100%;
    }
}

/* Vintage marquee navigation */
.site-header {
    background: #080706;
    border-bottom: 0;
    backdrop-filter: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

@media (min-width: 981px) {
    .site-header__inner {
        --nav-bulb-size: 32px 24px;
        width: 100%;
        max-width: none;
        min-height: 90px;
        margin: 0;
        padding: 30px clamp(18px, 2vw, 38px) 11px;
        gap: 0;
        justify-content: center;
        background:
            linear-gradient(180deg, #291004 0, #74300d 23px, #321306 27px, transparent 27px),
            linear-gradient(180deg, rgba(255, 248, 212, 0.98), rgba(237, 198, 112, 0.98) 52%, rgba(255, 244, 199, 0.97)),
            repeating-linear-gradient(90deg, rgba(105, 47, 14, 0.13) 0 1px, transparent 1px 112px);
        border-top: 2px solid #1e0b03;
        border-bottom: 5px solid #2a0e03;
        box-shadow:
            inset 0 0 0 1px rgba(255, 223, 126, 0.5),
            inset 0 0 28px rgba(87, 32, 4, 0.24),
            0 14px 32px rgba(0, 0, 0, 0.35);
    }

    .site-header__inner::before {
        position: absolute;
        top: 2px;
        right: 16px;
        left: 16px;
        height: 24px;
        content: "";
        pointer-events: none;
        background-image: url("../images/nav-bulb-tile.svg");
        background-repeat: repeat-x;
        background-position: left center;
        background-size: var(--nav-bulb-size);
    }

    .site-header__inner::after {
        position: absolute;
        inset: 30px 18px 10px;
        content: "";
        pointer-events: none;
        border: 1px solid rgba(105, 47, 14, 0.52);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.45),
            inset 0 -1px 0 rgba(92, 43, 17, 0.2),
            inset 0 0 18px rgba(255, 255, 255, 0.24);
    }

    .nav-logo,
    .nav-toggle {
        display: none;
    }

    .site-nav {
        position: relative;
        z-index: 2;
        inset: auto;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1540px;
        gap: clamp(10px, 1.2vw, 20px);
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .site-header .primary-menu {
        position: static;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 1.8vw, 34px);
        transform: none;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0;
    }

    .primary-menu a {
        display: inline-flex;
        align-items: center;
        min-height: 32px;
        padding: 0;
        color: #4e220e;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: clamp(1rem, 1.08vw, 1.3rem);
        font-weight: 400;
        letter-spacing: 0.085em;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
        text-transform: uppercase;
        border-bottom: 0;
    }

    .primary-menu a:hover,
    .primary-menu a:focus,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a.is-active,
    .primary-menu a[aria-current="page"] {
        color: #bd252c;
    }

    .primary-menu a::after {
        bottom: -5px;
        height: 3px;
        background: #bd252c;
        border-radius: 0;
    }

    .nav-socials {
        flex: 0 0 auto;
        gap: 7px;
        padding-top: 0;
        margin-left: clamp(4px, 0.8vw, 12px);
    }

    .nav-social {
        width: 31px;
        height: 31px;
        color: #6a2f13;
        background: rgba(111, 48, 13, 0.1);
        border-color: rgba(92, 37, 8, 0.42);
        box-shadow: inset 0 0 0 1px rgba(255, 242, 185, 0.45);
    }

    .nav-social:hover,
    .nav-social:focus {
        color: #fff5d1;
        background: #bd252c;
        border-color: #bd252c;
    }

    .nav-social--youtube svg path {
        fill: currentColor;
    }

    .site-header .button--small {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 6px 12px;
        color: #bd252c;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: clamp(0.94rem, 0.98vw, 1.12rem);
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        background: rgba(255, 250, 218, 0.32);
        border: 2px solid rgba(168, 67, 25, 0.75);
        border-radius: 0;
        box-shadow: none;
    }

    .site-header .button--small:hover,
    .site-header .button--small:focus {
        color: #fff8d7;
        background: #bd252c;
        border-color: #bd252c;
    }
}

@media (min-width: 981px) and (max-width: 1220px) {
    .site-header__inner {
        min-height: 86px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .site-header .primary-menu {
        gap: 14px;
    }

    .primary-menu a {
        font-size: 0.94rem;
        letter-spacing: 0.06em;
    }

    .nav-socials {
        gap: 5px;
    }

    .nav-social {
        width: 28px;
        height: 28px;
    }

    .site-header .button--small {
        min-height: 33px;
        padding: 5px 9px;
        font-size: 0.9rem;
    }
}

@media (max-width: 980px) {
    .site-header {
        background: #080706;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
    }

    .site-header__inner {
        --nav-bulb-size: 32px 24px;
        width: 100%;
        min-height: 84px;
        padding: 12px 18px 10px;
        margin: 0;
        justify-content: center;
        background:
            linear-gradient(180deg, #291004 0, #74300d 23px, #17100b 28px, #17100b 100%);
        border-bottom: 1px solid rgba(255, 221, 145, 0.18);
    }

    .site-header__inner::before {
        position: absolute;
        top: 2px;
        right: 10px;
        left: 10px;
        height: 24px;
        content: "";
        pointer-events: none;
        background-image: url("../images/nav-bulb-tile.svg");
        background-repeat: repeat-x;
        background-position: left center;
        background-size: var(--nav-bulb-size);
    }

    .site-header__inner::after {
        content: none;
    }

    .nav-logo {
        position: static;
        z-index: 2;
        display: flex;
        width: clamp(132px, 42vw, 188px);
        height: 54px;
        margin: 10px auto 0;
        transform: none;
    }

    .nav-toggle {
        position: absolute;
        top: 50%;
        right: 18px;
        z-index: 3;
        display: inline-flex;
        width: 44px;
        height: 44px;
        color: #f5dba5;
        background: rgba(255, 244, 199, 0.08);
        border: 1px solid rgba(255, 221, 145, 0.24);
        transform: translateY(-35%);
    }

    .nav-toggle span:not(.screen-reader-text) {
        width: 22px;
        height: 2px;
    }

    .site-nav {
        position: fixed;
        z-index: 99;
        inset: 84px 0 auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: auto;
        gap: 16px;
        padding: 20px 24px 24px;
        background: rgba(11, 9, 8, 0.98);
        border-bottom: 1px solid rgba(255, 221, 145, 0.18);
        box-shadow: 0 24px 42px rgba(0, 0, 0, 0.32);
    }

    .nav-open .site-nav {
        display: flex;
    }

    .site-header .primary-menu {
        position: static;
        display: grid;
        gap: 0;
        transform: none;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0;
    }

    .primary-menu a {
        display: flex;
        min-height: 44px;
        padding: 8px 0;
        color: #f7eed2;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: 1.08rem;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .primary-menu a:hover,
    .primary-menu a:focus,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a.is-active,
    .primary-menu a[aria-current="page"] {
        color: #d6a84a;
    }

    .primary-menu a::after {
        bottom: 0;
        border-radius: 0;
    }

    .nav-social {
        width: 38px;
        height: 38px;
        color: #f5ddb0;
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.16);
    }

    .site-nav .button {
        width: 100%;
        justify-content: center;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: 1.04rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
}

@media (max-width: 640px) {
    .site-header__inner {
        min-height: 78px;
        padding: 10px 14px 9px;
    }

    .site-nav {
        inset: 78px 0 auto;
        padding: 18px 22px 22px;
    }

    .nav-logo {
        width: clamp(126px, 40vw, 168px);
        height: 50px;
    }

    .nav-toggle {
        right: 14px;
        width: 42px;
        height: 42px;
    }

    .primary-menu a {
        min-height: 42px;
        font-size: 0.98rem;
    }
}

/* Stable marquee navigation rebuild */
.site-header {
    background: #080706;
    border-bottom: 0;
    backdrop-filter: none;
}

@media (min-width: 981px) {
    .site-header__inner {
        --nav-bulb-step: 32px;
        --nav-bulb-height: 26px;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        width: 100%;
        max-width: none;
        min-height: 96px;
        margin: 0;
        padding: 39px clamp(22px, 2.8vw, 54px) 15px;
        gap: 0;
        justify-content: center;
        background:
            linear-gradient(180deg, #070504 0, #170a05 7px, #5f260b 10px, #8a3b11 27px, #2a0e04 32px, #130a07 100%);
        border-top: 2px solid #120703;
        border-bottom: 5px solid #211007;
        box-shadow:
            inset 0 0 0 1px rgba(255, 215, 117, 0.38),
            inset 0 0 24px rgba(0, 0, 0, 0.42),
            0 12px 30px rgba(0, 0, 0, 0.36);
    }

    .site-header__inner::before {
        position: absolute;
        z-index: 2;
        top: 4px;
        right: 14px;
        left: 14px;
        height: var(--nav-bulb-height);
        content: "";
        pointer-events: none;
        background:
            radial-gradient(circle at 50% 50%, #fffdf0 0 3px, #ffd77b 4px 7px, #f39b25 8px 10px, #5c2208 11px 12px, transparent 13px),
            radial-gradient(circle at 50% 50%, rgba(255, 180, 45, 0.76) 0 8px, rgba(255, 180, 45, 0) 18px);
        background-repeat: repeat-x;
        background-position: center center;
        background-size: var(--nav-bulb-step) var(--nav-bulb-height);
        filter: drop-shadow(0 0 6px rgba(255, 165, 46, 0.72));
    }

    .site-header__inner::after {
        position: absolute;
        z-index: 0;
        inset: 32px 18px 10px;
        content: "";
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(104, 42, 12, 0.18), transparent 8%, transparent 92%, rgba(104, 42, 12, 0.18)),
            repeating-linear-gradient(180deg, transparent 0 10px, rgba(119, 58, 19, 0.24) 10px 11px, transparent 11px 21px),
            linear-gradient(180deg, #fff3c7 0%, #f6d98e 48%, #fff5c9 100%);
        border: 1px solid rgba(89, 38, 12, 0.68);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.56),
            inset 0 -1px 0 rgba(87, 34, 9, 0.22),
            inset 0 0 22px rgba(104, 42, 12, 0.22);
    }

    .nav-logo,
    .nav-toggle {
        display: none;
    }

    .site-nav {
        position: relative;
        z-index: 1;
        inset: auto;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1680px;
        gap: clamp(10px, 1vw, 18px);
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .site-header .primary-menu {
        position: static;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 1.55vw, 30px);
        transform: none;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0;
    }

    .primary-menu a {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0;
        color: #4d210d;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: clamp(0.9rem, 0.94vw, 1.16rem);
        font-weight: 400;
        letter-spacing: 0.08em;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.54);
        text-transform: uppercase;
        border-bottom: 0;
    }

    .primary-menu a:hover,
    .primary-menu a:focus,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a.is-active,
    .primary-menu a[aria-current="page"] {
        color: #bd252c;
    }

    .primary-menu a::after {
        bottom: -4px;
        height: 3px;
        background: #bd252c;
        border-radius: 0;
    }

    .nav-socials {
        flex: 0 0 auto;
        gap: 7px;
        padding-top: 0;
        margin-left: clamp(4px, 0.7vw, 12px);
    }

    .nav-social {
        width: 31px;
        height: 31px;
        color: #5b240a;
        background: rgba(255, 247, 205, 0.36);
        border-color: rgba(118, 50, 15, 0.42);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
    }

    .nav-social:hover,
    .nav-social:focus {
        color: #fff5d1;
        background: #bd252c;
        border-color: #bd252c;
    }

    .nav-social--youtube svg path {
        fill: currentColor;
    }

    .site-header .button--small {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 6px 13px;
        color: #bd252c;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: clamp(0.88rem, 0.9vw, 1.08rem);
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        background: rgba(255, 250, 218, 0.42);
        border: 2px solid rgba(168, 67, 25, 0.75);
        border-radius: 0;
        box-shadow: none;
    }

    .site-header .button--small:hover,
    .site-header .button--small:focus {
        color: #fff8d7;
        background: #bd252c;
        border-color: #bd252c;
    }
}

@media (min-width: 981px) and (max-width: 1220px) {
    .site-header__inner {
        --nav-bulb-step: 30px;
        min-height: 92px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .site-header .primary-menu {
        gap: 13px;
    }

    .primary-menu a {
        font-size: 0.82rem;
        letter-spacing: 0.058em;
    }

    .nav-socials {
        gap: 5px;
    }

    .nav-social {
        width: 28px;
        height: 28px;
    }

    .site-header .button--small {
        min-height: 33px;
        padding: 5px 9px;
        font-size: 0.82rem;
    }
}

@media (max-width: 980px) {
    .site-header__inner {
        --nav-bulb-step: 30px;
        --nav-bulb-height: 24px;
        position: relative;
        overflow: hidden;
        background:
            linear-gradient(180deg, #070504 0, #170a05 7px, #5f260b 10px, #83370f 25px, #17100b 31px, #17100b 100%);
    }

    .site-header__inner::before {
        position: absolute;
        z-index: 1;
        top: 3px;
        right: 10px;
        left: 10px;
        height: var(--nav-bulb-height);
        content: "";
        pointer-events: none;
        background:
            radial-gradient(circle at 50% 50%, #fffdf0 0 3px, #ffd77b 4px 7px, #f39b25 8px 10px, #5c2208 11px 12px, transparent 13px),
            radial-gradient(circle at 50% 50%, rgba(255, 180, 45, 0.72) 0 8px, rgba(255, 180, 45, 0) 17px);
        background-repeat: repeat-x;
        background-position: center center;
        background-size: var(--nav-bulb-step) var(--nav-bulb-height);
        filter: drop-shadow(0 0 5px rgba(255, 165, 46, 0.68));
    }

    .nav-logo {
        z-index: 2;
    }

    .nav-toggle {
        z-index: 3;
    }

    .primary-menu a {
        font-size: 1rem;
    }

    .site-nav .button {
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .site-header__inner {
        --nav-bulb-step: 28px;
        --nav-bulb-height: 23px;
    }

    .primary-menu a {
        font-size: 0.94rem;
    }
}

/* Final fixed-scale marquee navigation */
.site-header {
    background: #050403;
    border-bottom: 0;
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.34);
}

@media (min-width: 981px) {
    .site-header__inner {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        width: 100%;
        max-width: none;
        min-height: 90px;
        margin: 0;
        padding: 36px 34px 13px;
        background:
            linear-gradient(180deg, #050302 0, #110704 7px, #4e1d07 10px, #8a3a10 28px, #2b0e04 33px, #110907 100%);
        border-top: 2px solid #130704;
        border-bottom: 4px solid #1f0e06;
        box-shadow:
            inset 0 0 0 1px rgba(255, 220, 135, 0.34),
            inset 0 0 24px rgba(0, 0, 0, 0.5);
    }

    .site-header__inner::before {
        position: absolute;
        z-index: 2;
        top: 6px;
        left: 0;
        right: 0;
        height: 24px;
        content: "";
        pointer-events: none;
        background:
            radial-gradient(circle at 50% 50%, #fffdf2 0 3px, #ffd675 4px 7px, #ef9322 8px 10px, #4c1905 11px 12px, transparent 13px),
            radial-gradient(circle at 50% 50%, rgba(255, 174, 45, 0.74) 0 8px, rgba(255, 174, 45, 0) 18px);
        background-repeat: repeat-x;
        background-position: center center;
        background-size: 34px 24px, 34px 24px;
        filter: drop-shadow(0 0 6px rgba(255, 167, 43, 0.76));
    }

    .site-header__inner::after {
        position: absolute;
        z-index: 0;
        top: 33px;
        bottom: 10px;
        left: 18px;
        right: 18px;
        content: "";
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(95, 38, 10, 0.2), transparent 7%, transparent 93%, rgba(95, 38, 10, 0.2)),
            repeating-linear-gradient(180deg, transparent 0 10px, rgba(111, 52, 15, 0.24) 10px 11px, transparent 11px 21px),
            linear-gradient(180deg, #fff1be 0%, #f3d483 50%, #fff3c4 100%);
        border: 1px solid rgba(90, 36, 9, 0.72);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.58),
            inset 0 -1px 0 rgba(80, 31, 8, 0.22),
            inset 0 0 22px rgba(97, 39, 10, 0.19);
    }

    .nav-logo,
    .nav-toggle {
        display: none;
    }

    .site-nav {
        position: relative;
        z-index: 1;
        inset: auto;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1680px;
        gap: 13px;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .site-header .primary-menu {
        position: static;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 1.5vw, 30px);
        transform: none;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0;
    }

    .primary-menu a {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0;
        color: #5b260d;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: clamp(0.9rem, 0.94vw, 1.14rem);
        font-weight: 400;
        letter-spacing: 0.08em;
        line-height: 1;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
        text-transform: uppercase;
        border-bottom: 0;
    }

    .primary-menu a:hover,
    .primary-menu a:focus,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a.is-active,
    .primary-menu a[aria-current="page"] {
        color: #bd252c;
    }

    .primary-menu a::after {
        bottom: -4px;
        height: 3px;
        background: #bd252c;
        border-radius: 0;
    }

    .nav-socials {
        flex: 0 0 auto;
        gap: 6px;
        padding-top: 0;
        margin-left: 8px;
    }

    .nav-social {
        width: 30px;
        height: 30px;
        color: #5b260d;
        background: rgba(255, 246, 205, 0.34);
        border-color: rgba(111, 45, 13, 0.42);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
    }

    .nav-social:hover,
    .nav-social:focus {
        color: #fff6d5;
        background: #bd252c;
        border-color: #bd252c;
    }

    .nav-social--youtube svg path {
        fill: currentColor;
    }

    .site-header .button--small {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 6px 13px;
        color: #bd252c;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: clamp(0.86rem, 0.9vw, 1.06rem);
        font-weight: 400;
        letter-spacing: 0.08em;
        line-height: 1;
        text-transform: uppercase;
        background: rgba(255, 250, 218, 0.42);
        border: 2px solid rgba(168, 67, 25, 0.76);
        border-radius: 0;
        box-shadow: none;
    }

    .site-header .button--small:hover,
    .site-header .button--small:focus {
        color: #fff8d7;
        background: #bd252c;
        border-color: #bd252c;
    }
}

@media (min-width: 981px) and (max-width: 1220px) {
    .site-header__inner {
        min-height: 88px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .site-header .primary-menu {
        gap: 12px;
    }

    .primary-menu a {
        font-size: 0.78rem;
        letter-spacing: 0.055em;
    }

    .nav-socials {
        gap: 5px;
        margin-left: 4px;
    }

    .nav-social {
        width: 27px;
        height: 27px;
    }

    .site-header .button--small {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 0.78rem;
    }
}

@media (max-width: 980px) {
    .site-header {
        background: #080706;
    }

    .site-header__inner {
        position: relative;
        overflow: hidden;
        min-height: 78px;
        padding: 10px 18px 9px;
        background:
            linear-gradient(180deg, #070504 0, #170a05 7px, #5f260b 10px, #83370f 25px, #17100b 31px, #17100b 100%);
        border-bottom: 1px solid rgba(255, 221, 145, 0.18);
    }

    .site-header__inner::before {
        position: absolute;
        z-index: 1;
        top: 3px;
        left: 0;
        right: 0;
        height: 22px;
        content: "";
        pointer-events: none;
        background:
            radial-gradient(circle at 50% 50%, #fffdf2 0 3px, #ffd675 4px 7px, #ef9322 8px 10px, #4c1905 11px 12px, transparent 13px),
            radial-gradient(circle at 50% 50%, rgba(255, 174, 45, 0.7) 0 8px, rgba(255, 174, 45, 0) 17px);
        background-repeat: repeat-x;
        background-position: center center;
        background-size: 30px 22px, 30px 22px;
        filter: drop-shadow(0 0 5px rgba(255, 167, 43, 0.68));
    }

    .site-header__inner::after {
        content: none;
    }

    .nav-logo {
        z-index: 2;
        display: flex;
        width: clamp(126px, 40vw, 172px);
        height: 50px;
        margin: 9px auto 0;
    }

    .nav-toggle {
        z-index: 3;
        right: 14px;
        width: 42px;
        height: 42px;
        color: #f5dba5;
        background: rgba(255, 244, 199, 0.08);
        border-color: rgba(255, 221, 145, 0.24);
    }

    .nav-toggle span:not(.screen-reader-text) {
        width: 22px;
        height: 2px;
    }

    .site-nav {
        inset: 78px 0 auto;
    }

    .primary-menu a {
        min-height: 42px;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: 0.94rem;
        letter-spacing: 0.075em;
        text-transform: uppercase;
    }

    .site-nav .button {
        border-radius: 0;
        font-family: "TMY Marquee", Inter, system-ui, sans-serif;
        font-size: 0.94rem;
        letter-spacing: 0.075em;
        text-transform: uppercase;
    }
}

/* Production lock: fixed-unit marquee navigation */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #111;
    border-bottom: 1px solid rgba(255, 218, 126, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

@media (min-width: 981px) {
    .site-header {
        padding: 0;
    }

    .site-header__inner {
        position: relative;
        isolation: isolate;
        width: 100%;
        max-width: none;
        min-height: 86px;
        margin: 0;
        padding: 34px clamp(24px, 3vw, 46px) 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(67, 29, 10, 0.98), rgba(112, 48, 13, 0.96) 32%, rgba(48, 18, 6, 0.98) 100%),
            repeating-linear-gradient(90deg, rgba(255, 214, 128, 0.13) 0 1px, transparent 1px 30px);
        border-top: 1px solid rgba(255, 220, 142, 0.36);
        border-bottom: 3px solid #170805;
        box-shadow:
            inset 0 0 0 1px rgba(255, 230, 166, 0.16),
            inset 0 12px 20px rgba(255, 172, 54, 0.08),
            inset 0 -22px 34px rgba(22, 7, 3, 0.62);
    }

    .site-header__inner::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 6px;
        left: 0;
        right: 0;
        height: 24px;
        pointer-events: none;
        background-image: url("../images/nav-bulb.svg");
        background-size: 36px 24px;
        background-repeat: repeat-x;
        background-position: 0 0;
        filter: drop-shadow(0 0 6px rgba(255, 167, 38, 0.74));
    }

    .site-header__inner::after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 31px;
        right: clamp(18px, 1.9vw, 34px);
        bottom: 12px;
        left: clamp(18px, 1.9vw, 34px);
        pointer-events: none;
        background:
            repeating-linear-gradient(180deg, rgba(118, 55, 16, 0.28) 0 1px, transparent 1px 13px),
            linear-gradient(180deg, #fff4c7 0%, #f7dc94 55%, #eed081 100%);
        border: 2px solid #3b1506;
        box-shadow:
            inset 0 0 0 2px rgba(255, 255, 229, 0.35),
            inset 0 0 26px rgba(146, 65, 15, 0.14),
            0 3px 0 rgba(32, 10, 4, 0.88);
    }

    .nav-logo,
    .nav-toggle {
        display: none !important;
    }

    .site-nav {
        position: relative;
        z-index: 3;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: min(1560px, calc(100% - 58px));
        min-height: 34px;
        gap: clamp(14px, 1.6vw, 30px);
        margin: 0;
        padding: 0;
        background: transparent !important;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none !important;
        visibility: visible;
    }

    .site-header .primary-menu {
        position: static !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 1 auto;
        gap: clamp(18px, 2.1vw, 42px);
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        transform: none !important;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0 !important;
    }

    .primary-menu a {
        position: relative;
        display: inline-flex;
        align-items: center;
        min-height: 28px;
        padding: 0 0 4px;
        font-family: "TMY Marquee", "Arial Narrow", sans-serif;
        font-size: clamp(0.95rem, 0.9vw, 1.12rem);
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #6c3216;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 246, 202, 0.88);
        transition: color 180ms ease;
        white-space: nowrap;
    }

    .primary-menu a::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: #c92931;
        border-radius: 999px;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 180ms ease;
    }

    .primary-menu a:hover,
    .primary-menu a:focus-visible,
    .primary-menu .is-active a,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a[aria-current="page"] {
        color: #c92931;
    }

    .primary-menu a:hover::after,
    .primary-menu a:focus-visible::after,
    .primary-menu .is-active a::after,
    .primary-menu .current-menu-item > a::after,
    .primary-menu .current_page_item > a::after,
    .primary-menu .current-menu-ancestor > a::after,
    .primary-menu a[aria-current="page"]::after {
        transform: scaleX(1);
    }

    .nav-socials {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-left: clamp(12px, 1.2vw, 22px);
    }

    .nav-social {
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #6c3216;
        background: rgba(255, 248, 210, 0.6);
        border: 1px solid rgba(108, 50, 22, 0.34);
        box-shadow: inset 0 1px 0 rgba(255, 255, 235, 0.58);
        transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
    }

    .nav-social svg {
        width: 14px;
        height: 14px;
    }

    .nav-social:hover,
    .nav-social:focus-visible {
        color: #c92931;
        border-color: rgba(201, 41, 49, 0.48);
        background: rgba(255, 239, 184, 0.92);
        transform: translateY(-1px);
    }

    .site-header .button--small {
        min-height: 31px;
        margin-left: 0;
        padding: 7px 17px 6px;
        border-radius: 0;
        border: 1px solid #9a4b20;
        background: rgba(255, 244, 190, 0.32);
        color: #a92d17;
        font-family: "TMY Marquee", "Arial Narrow", sans-serif;
        font-size: clamp(0.9rem, 0.82vw, 1.02rem);
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        box-shadow: none;
        text-shadow: 0 1px 0 rgba(255, 246, 202, 0.86);
        white-space: nowrap;
    }

    .site-header .button--small:hover,
    .site-header .button--small:focus-visible {
        background: #c92931;
        border-color: #c92931;
        color: #fff8de;
        transform: translateY(-1px);
    }
}

@media (min-width: 981px) and (max-width: 1280px) {
    .site-header__inner {
        min-height: 82px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .site-nav {
        width: min(1180px, calc(100% - 44px));
        gap: 12px;
    }

    .site-header .primary-menu {
        gap: 17px;
    }

    .primary-menu a {
        font-size: 0.86rem;
        letter-spacing: 0.035em;
    }

    .nav-socials {
        gap: 6px;
        margin-left: 10px;
    }

    .nav-social {
        width: 26px;
        height: 26px;
    }

    .nav-social svg {
        width: 13px;
        height: 13px;
    }

    .site-header .button--small {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 0.82rem;
    }
}

@media (min-width: 981px) and (max-width: 1080px) {
    .nav-socials {
        display: none;
    }

    .site-header .primary-menu {
        gap: 14px;
    }
}

@media (max-width: 980px) {
    .site-header {
        background:
            linear-gradient(180deg, rgba(47, 20, 8, 0.98), rgba(15, 13, 15, 0.98));
        border-bottom: 1px solid rgba(230, 179, 63, 0.16);
    }

    .site-header__inner {
        position: relative;
        overflow: hidden;
        min-height: 88px;
        padding: 22px 20px 12px;
        background:
            url("../images/nav-bulb.svg") 0 5px / 36px 24px repeat-x,
            linear-gradient(180deg, rgba(52, 22, 8, 0.96), rgba(18, 18, 20, 0.98));
    }

    .site-header__inner::before,
    .site-header__inner::after {
        display: none;
    }

    .nav-logo {
        position: relative;
        z-index: 2;
        display: block;
        max-width: 164px;
        margin: 0 auto;
    }

    .nav-logo img {
        width: 100%;
        max-height: 56px;
        object-fit: contain;
    }

    .nav-toggle {
        position: absolute;
        z-index: 4;
        top: 31px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.04);
    }

    .nav-toggle__line {
        width: 18px;
        height: 2px;
    }

    .site-nav {
        position: absolute;
        top: 88px;
        right: 0;
        left: 0;
        z-index: 5;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px 20px 22px;
        background:
            linear-gradient(180deg, rgba(18, 16, 18, 0.97), rgba(11, 10, 12, 0.97)),
            url("../images/TMY pics by©sandrasonik.com 2025--17.jpg") center / cover;
        box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
    }

    .site-header.is-open .site-nav {
        display: flex !important;
    }

    .primary-menu {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .primary-menu a {
        display: block;
        min-height: 44px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #f1eeee;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: 0;
        text-transform: none;
    }

    .primary-menu a::after {
        bottom: 0;
        height: 2px;
    }

    .nav-socials {
        display: flex;
        gap: 10px;
        margin: 18px 0 12px;
    }

    .nav-social {
        width: 38px;
        height: 38px;
        color: #f4f0ec;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .nav-social svg {
        width: 17px;
        height: 17px;
    }

    .site-header .button--small {
        width: 100%;
        justify-content: center;
        min-height: 44px;
        padding: 12px 18px;
        border-radius: 4px;
        font-size: 1rem;
    }
}

/* Final production marquee header: fixed-size bulbs, responsive spacing only. */
@media (min-width: 981px) {
    .site-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
        padding: 0 !important;
        background: #080604 !important;
        border: 0 !important;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35) !important;
    }

    .site-header__inner {
        --tmy-bulb-step: 32px;
        --tmy-panel-x: 30px;
        --tmy-panel-top: 31px;
        position: relative !important;
        isolation: isolate !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 84px !important;
        margin: 0 !important;
        padding: 33px 32px 13px !important;
        overflow: hidden !important;
        background:
            linear-gradient(180deg, #120704 0%, #5d2309 20%, #9b4210 38%, #4c1a07 58%, #160806 100%) !important;
        border-top: 1px solid rgba(255, 220, 135, 0.42) !important;
        border-bottom: 4px solid #190805 !important;
        box-shadow:
            inset 0 0 0 1px rgba(255, 229, 154, 0.20),
            inset 0 10px 24px rgba(255, 174, 62, 0.12),
            inset 0 -20px 34px rgba(14, 5, 3, 0.62) !important;
    }

    .site-header__inner::before {
        content: "" !important;
        position: absolute !important;
        z-index: 4 !important;
        top: 9px !important;
        right: 0 !important;
        left: 0 !important;
        display: block !important;
        height: 22px !important;
        pointer-events: none !important;
        background-image:
            radial-gradient(circle,
                #fffdf2 0 3px,
                #ffe79b 4px 6px,
                #f7a62d 7px 8px,
                #8e3a0b 9px 10px,
                rgba(255, 163, 36, 0.5) 11px 12px,
                rgba(255, 163, 36, 0) 13px 100%),
            radial-gradient(circle,
                rgba(255, 176, 54, 0.42) 0 8px,
                rgba(255, 176, 54, 0) 16px);
        background-repeat: repeat-x !important;
        background-size:
            var(--tmy-bulb-step) 22px,
            var(--tmy-bulb-step) 22px !important;
        background-position:
            0 0,
            0 0 !important;
        filter: drop-shadow(0 0 4px rgba(255, 174, 55, 0.72)) !important;
        transform: none !important;
    }

    .site-header__inner::after {
        content: "" !important;
        position: absolute !important;
        z-index: 0 !important;
        top: var(--tmy-panel-top) !important;
        right: var(--tmy-panel-x) !important;
        bottom: 11px !important;
        left: var(--tmy-panel-x) !important;
        display: block !important;
        pointer-events: none !important;
        background:
            linear-gradient(90deg, rgba(103, 42, 10, 0.22), transparent 8%, transparent 92%, rgba(103, 42, 10, 0.22)),
            repeating-linear-gradient(180deg, transparent 0 10px, rgba(121, 55, 14, 0.28) 10px 11px, transparent 11px 20px),
            linear-gradient(180deg, #fff3c4 0%, #f7dd95 53%, #ecd081 100%) !important;
        border: 2px solid #351206 !important;
        box-shadow:
            inset 0 0 0 2px rgba(255, 255, 231, 0.34),
            inset 0 0 26px rgba(139, 58, 13, 0.16),
            0 3px 0 rgba(24, 8, 4, 0.86) !important;
    }

    .nav-logo,
    .nav-toggle {
        display: none !important;
    }

    .site-nav {
        position: relative !important;
        z-index: 3 !important;
        inset: auto !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: calc(100% - 74px) !important;
        max-width: 1660px !important;
        min-height: 32px !important;
        gap: 16px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .site-header .primary-menu {
        position: static !important;
        display: flex !important;
        flex: 0 1 auto !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: clamp(18px, 2vw, 38px) !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        transform: none !important;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0 !important;
    }

    .primary-menu a {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        min-height: 28px !important;
        padding: 0 0 4px !important;
        color: #b4291b !important;
        font-family: "TMY Marquee", "Arial Narrow", sans-serif !important;
        font-size: clamp(0.9rem, 0.82vw, 1.08rem) !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0.055em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        text-shadow: 0 1px 0 rgba(255, 245, 195, 0.85) !important;
        white-space: nowrap !important;
        border-bottom: 0 !important;
    }

    .primary-menu a::after {
        content: "" !important;
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        height: 3px !important;
        background: #c92931 !important;
        border-radius: 0 !important;
        transform: scaleX(0) !important;
        transform-origin: center !important;
        transition: transform 180ms ease !important;
    }

    .primary-menu a:hover,
    .primary-menu a:focus-visible,
    .primary-menu .is-active a,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a,
    .primary-menu .current-menu-ancestor > a,
    .primary-menu a[aria-current="page"] {
        color: #c92931 !important;
    }

    .primary-menu a:hover::after,
    .primary-menu a:focus-visible::after,
    .primary-menu .is-active a::after,
    .primary-menu .current-menu-item > a::after,
    .primary-menu .current_page_item > a::after,
    .primary-menu .current-menu-ancestor > a::after,
    .primary-menu a[aria-current="page"]::after {
        transform: scaleX(1) !important;
    }

    .nav-socials {
        display: flex !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        gap: 7px !important;
        margin-left: 2px !important;
        padding: 0 !important;
    }

    .nav-social {
        display: inline-flex !important;
        width: 28px !important;
        height: 28px !important;
        align-items: center !important;
        justify-content: center !important;
        color: #743416 !important;
        background: rgba(255, 248, 210, 0.58) !important;
        border: 1px solid rgba(108, 50, 22, 0.34) !important;
        border-radius: 50% !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 235, 0.58) !important;
    }

    .nav-social svg {
        width: 14px !important;
        height: 14px !important;
    }

    .nav-social:hover,
    .nav-social:focus-visible {
        color: #c92931 !important;
        background: rgba(255, 239, 184, 0.92) !important;
        border-color: rgba(201, 41, 49, 0.48) !important;
        transform: translateY(-1px) !important;
    }

    .site-header .button--small {
        flex: 0 0 auto !important;
        min-height: 31px !important;
        margin-left: 0 !important;
        padding: 7px 18px 6px !important;
        color: #b4291b !important;
        font-family: "TMY Marquee", "Arial Narrow", sans-serif !important;
        font-size: clamp(0.9rem, 0.8vw, 1.02rem) !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: 0.055em !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        background: rgba(255, 244, 190, 0.32) !important;
        border: 1px solid #9a4b20 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-shadow: 0 1px 0 rgba(255, 246, 202, 0.86) !important;
    }

    .site-header .button--small:hover,
    .site-header .button--small:focus-visible {
        color: #fff8de !important;
        background: #c92931 !important;
        border-color: #c92931 !important;
        transform: translateY(-1px) !important;
    }
}

@media (min-width: 981px) and (max-width: 1280px) {
    .site-header__inner {
        --tmy-bulb-step: 32px !important;
        --tmy-panel-x: 24px !important;
        min-height: 82px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .site-nav {
        width: calc(100% - 56px) !important;
        gap: 11px !important;
    }

    .site-header .primary-menu {
        gap: 16px !important;
    }

    .primary-menu a {
        font-size: 0.86rem !important;
        letter-spacing: 0.04em !important;
    }

    .nav-socials {
        gap: 6px !important;
        margin-left: 0 !important;
    }

    .nav-social {
        width: 26px !important;
        height: 26px !important;
    }

    .nav-social svg {
        width: 13px !important;
        height: 13px !important;
    }

    .site-header .button--small {
        padding-right: 12px !important;
        padding-left: 12px !important;
        font-size: 0.82rem !important;
    }
}

@media (min-width: 981px) and (max-width: 1080px) {
    .nav-socials {
        display: none !important;
    }

    .site-header .primary-menu {
        gap: 14px !important;
    }
}

@media (max-width: 980px) {
    .site-header__inner {
        background:
            linear-gradient(180deg, rgba(47, 20, 8, 0.98), rgba(15, 13, 15, 0.98)) !important;
    }

    .site-header__inner::before {
        content: "" !important;
        position: absolute !important;
        top: 5px !important;
        right: 0 !important;
        left: 0 !important;
        display: block !important;
        height: 22px !important;
        pointer-events: none !important;
        background-image:
            radial-gradient(circle,
                #fffdf2 0 3px,
                #ffe79b 4px 6px,
                #f7a62d 7px 8px,
                #8e3a0b 9px 10px,
                rgba(255, 163, 36, 0.5) 11px 12px,
                rgba(255, 163, 36, 0) 13px 100%);
        background-repeat: repeat-x !important;
        background-size: 32px 22px !important;
        background-position: 0 0 !important;
        filter: drop-shadow(0 0 4px rgba(255, 174, 55, 0.72)) !important;
    }
}

/* Navigation rollback: restore the original dark centered-logo header. */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--white);
    background: rgba(13, 13, 16, 0.88) !important;
    border-bottom: 1px solid var(--line-light) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
}

.site-header::before,
.site-header::after,
.site-header__inner::before,
.site-header__inner::after {
    content: none !important;
    display: none !important;
}

.site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 80px) !important;
    min-height: 102px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 22px !important;
    overflow: visible !important;
    isolation: auto !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nav-logo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(188px, 13.5vw, 250px) !important;
    height: 84px !important;
    padding: 0 !important;
    background: transparent !important;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.34)) !important;
    transform: translate(-50%, -50%) !important;
}

.nav-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.site-nav {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 18px !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.site-header .primary-menu {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: clamp(14px, 1.2vw, 20px) !important;
    list-style: none !important;
    transform: translate(-50%, -50%) !important;
}

.site-header .primary-menu > li:nth-child(4) {
    margin-right: clamp(280px, 20vw, 340px) !important;
}

.primary-menu a {
    min-height: 34px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    text-transform: none !important;
    background: transparent !important;
    border: 0 !important;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu a.is-active,
.primary-menu a[aria-current="page"] {
    color: var(--gold) !important;
}

.primary-menu a::after {
    bottom: 2px !important;
    height: 3px !important;
    background: var(--red) !important;
    border-radius: 999px !important;
}

.nav-socials {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    gap: 8px !important;
}

.nav-social {
    width: 34px !important;
    height: 34px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 50% !important;
}

.nav-social:hover,
.nav-social:focus {
    color: var(--stage) !important;
    background: var(--gold) !important;
    border-color: var(--gold) !important;
}

.nav-social svg {
    width: 17px !important;
    height: 17px !important;
}

.site-header .button--small {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: 11px 18px !important;
    color: var(--stage) !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    text-transform: none !important;
    background: var(--gold) !important;
    border: 0 !important;
    border-radius: 6px !important;
}

.nav-toggle {
    display: none !important;
}

@media (max-width: 1120px) and (min-width: 981px) {
    .site-header .primary-menu {
        gap: 14px !important;
    }

    .nav-socials {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .site-header {
        background: rgba(13, 13, 16, 0.94) !important;
    }

    .site-header__inner {
        justify-content: center !important;
        width: min(1480px, calc(100% - 24px)) !important;
        min-height: 96px !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .nav-logo {
        width: 172px !important;
        height: 72px !important;
    }

    .nav-toggle {
        position: absolute !important;
        top: 50% !important;
        right: 0 !important;
        z-index: 5 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        color: var(--white) !important;
        background: transparent !important;
        border: 1px solid var(--line-light) !important;
        border-radius: 6px !important;
        transform: translateY(-50%) !important;
    }

    .nav-toggle span:not(.screen-reader-text) {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        margin: 3px 0 !important;
        background: currentColor !important;
        border-radius: 999px !important;
    }

    .site-nav {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: 0 !important;
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        gap: 18px !important;
        padding: 22px !important;
        background: rgba(13, 13, 16, 0.98) !important;
        border-top: 1px solid var(--line-light) !important;
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35) !important;
    }

    body.nav-open .site-nav {
        display: flex !important;
    }

    .site-header .primary-menu {
        position: static !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        gap: 0 !important;
        transform: none !important;
    }

    .site-header .primary-menu > li:nth-child(4) {
        margin-right: 0 !important;
    }

    .primary-menu a {
        min-height: 44px !important;
        padding: 10px 0 !important;
        font-size: 1rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    }

    .nav-socials {
        justify-content: flex-start !important;
    }

    .site-header .button--small {
        width: 100% !important;
        padding: 14px 18px !important;
    }
}

@media (max-width: 820px) {
    .latest-news-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .latest-news-card > a {
        height: clamp(360px, 112vw, 520px);
    }

    .latest-news-card__copy strong {
        font-size: clamp(1.3rem, 4.8vw, 1.75rem);
    }

    .latest-news-carousel__arrow {
        width: 56px;
        height: 56px;
    }

    .story-article-hero {
        padding: 54px 0 34px;
    }

    .story-back {
        margin-bottom: 30px;
    }

    .story-article-hero h1 {
        font-size: var(--section-title-size);
    }

    .story-featured-image {
        width: min(100% - 28px, 900px);
    }

    .story-body-section {
        padding: 42px 0 72px;
    }

    .older-stories__list {
        grid-template-columns: 1fr;
        gap: 0;
        border-top: 1px solid var(--line);
    }

    .older-story {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        height: auto;
        min-height: 0;
        padding: 22px 0;
        background: transparent;
        border: 0;
        border-bottom: 1px solid var(--line);
        border-radius: 0;
        overflow: visible;
    }

    .older-story__image {
        width: auto;
        height: auto;
        border-radius: 6px;
    }

    .older-story__image img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .older-story__copy {
        padding: 0;
    }

    .older-stories {
        margin-top: 48px;
        padding-top: 38px;
    }

    .older-story {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 18px;
    }

    .older-story__copy {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .older-story .text-link {
        width: max-content;
    }
}

@media (max-width: 520px) {
    .older-story {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        padding: 18px 0;
    }

    .older-story h3 {
        font-size: 1.15rem;
    }

    .older-story .story-meta {
        gap: 4px 12px;
        font-size: 0.72rem;
    }

    .older-story .text-link {
        font-size: 0.92rem;
    }
}

/* Persistent WooCommerce cart access in the header. */
.nav-cart-link {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    transform: translateY(-50%);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-cart-link svg {
    width: 22px;
    height: 22px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-cart-link:hover,
.nav-cart-link:focus-visible {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-50%) scale(1.05);
}

.nav-cart-count {
    position: absolute;
    top: -6px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    color: var(--white);
    background: #5f5b59;
    border: 2px solid var(--stage);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
}

.nav-cart-link.has-items {
    border-color: rgba(214, 168, 74, 0.8);
}

.nav-cart-link.has-items .nav-cart-count {
    background: var(--red);
    box-shadow: 0 0 0 2px rgba(214, 168, 74, 0.42);
}

@media (max-width: 980px) {
    .nav-cart-link {
        left: 0;
        width: 42px;
        height: 42px;
    }
}

/* A tighter checkout handoff with a clear route back to the cart. */
body.woocommerce-checkout .page-hero--compact {
    height: auto;
    min-height: 0;
}

body.woocommerce-checkout .page-hero--compact .section-inner {
    padding-top: 38px;
    padding-bottom: 10px;
}

body.woocommerce-checkout .page-hero--compact h1 {
    margin-bottom: 0;
}

body.woocommerce-checkout .content-section {
    padding-top: 14px;
}

.tmy-checkout-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 18px;
}

.tmy-checkout-edit-cart {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 14px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(214, 168, 74, 0.58);
    border-radius: 6px;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tmy-checkout-edit-cart span {
    color: var(--gold);
    font-size: 1.1em;
}

.tmy-checkout-edit-cart:hover,
.tmy-checkout-edit-cart:focus-visible {
    color: var(--stage);
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-1px);
}

.tmy-checkout-edit-cart:hover span,
.tmy-checkout-edit-cart:focus-visible span {
    color: inherit;
}

@media (max-width: 640px) {
    body.woocommerce-checkout .page-hero--compact .section-inner {
        padding-top: 30px;
        padding-bottom: 8px;
    }

    body.woocommerce-checkout .content-section {
        padding-top: 12px;
    }

    .tmy-checkout-toolbar {
        margin-bottom: 14px;
    }
}

/* Keep the Cart title close to its contents and expose a safe clear action. */
body.woocommerce-cart .page-hero--compact {
    height: auto;
    min-height: 0;
}

body.woocommerce-cart .page-hero--compact .section-inner {
    padding-top: 38px;
    padding-bottom: 10px;
}

body.woocommerce-cart .page-hero--compact h1 {
    margin-bottom: 0;
}

body.woocommerce-cart .content-section {
    padding-top: 14px;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
    margin-top: 0;
}

.tmy-cart-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 18px;
}

.tmy-empty-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    color: #ff9da1;
    background: rgba(185, 40, 47, 0.08);
    border: 1px solid rgba(255, 111, 118, 0.62);
    border-radius: 6px;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tmy-empty-cart:hover,
.tmy-empty-cart:focus-visible {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    body.woocommerce-cart .page-hero--compact .section-inner {
        padding-top: 30px;
        padding-bottom: 8px;
    }

    body.woocommerce-cart .content-section {
        padding-top: 12px;
    }

    .tmy-cart-toolbar {
        margin-bottom: 14px;
    }

    .tmy-empty-cart {
        width: 100%;
    }
}

/* Match the restrained reading scale of the Paul McCartney news reference. */
.story-prose,
.story-prose p,
.story-prose li,
.story-prose .wp-block-paragraph {
    font-size: clamp(1.02rem, 1.15vw, 1.1rem);
    line-height: 1.72;
}

.story-prose > p:first-child {
    font-size: clamp(1.08rem, 1.25vw, 1.16rem);
    line-height: 1.66;
}

/* Keep WordPress's Medium selection from enlarging article copy beyond the theme's reading scale. */
.story-prose .has-medium-font-size {
    font-size: inherit !important;
}

@media (max-width: 820px) {
    .story-prose,
    .story-prose p,
    .story-prose li,
    .story-prose .wp-block-paragraph,
    .story-prose > p:first-child {
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    .footer-brand,
    .footer-connect,
    .footer-live {
        grid-column: 1 / -1;
    }

    .footer-brand .footer-logo {
        display: flex;
        margin: 0 auto 20px;
    }

    .footer-brand .footer-logo img {
        object-position: center;
    }
}

@media (min-width: 821px) {
    .footer-grid,
    .footer-bottom {
        width: calc(100% - 80px);
    }

    .footer-grid {
        grid-template-columns: 1.2fr 0.55fr 0.55fr 0.95fr 1.15fr;
    }
}

/* Keep the Home cast compact: one polished row on full desktop screens. */
.home-cast-row {
    display: grid;
    gap: 24px;
}

.home-cast-profiles-link {
    justify-self: start;
}

@media (min-width: 1100px) {
    body.home #cast .cast-grid,
    body.home-preview #cast .cast-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: clamp(12px, 1.25vw, 20px);
    }

    body.home #cast .cast-card img,
    body.home-preview #cast .cast-card img {
        aspect-ratio: 4 / 5;
        object-position: center top;
    }

    body.home #cast .cast-card div,
    body.home-preview #cast .cast-card div {
        padding: 14px 13px 16px;
    }

    body.home #cast .cast-card h3,
    body.home-preview #cast .cast-card h3 {
        margin-bottom: 5px;
        font-size: clamp(1rem, 1.2vw, 1.2rem);
        line-height: 1.14;
    }

    body.home #cast .cast-card p,
    body.home-preview #cast .cast-card p {
        font-size: clamp(0.72rem, 0.76vw, 0.82rem);
        line-height: 1.35;
    }
}

@media (min-width: 1200px) {
    body.home .home-cast-row,
    body.home-preview .home-cast-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: clamp(18px, 2vw, 32px);
    }

    body.home .home-cast-profiles-link,
    body.home-preview .home-cast-profiles-link {
        justify-self: end;
        white-space: nowrap;
    }
}

@media (min-width: 821px) and (max-width: 1099px) {
    body.home #cast .cast-grid,
    body.home-preview #cast .cast-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Use the Media page's 40px desktop margins throughout the site. */
@media (min-width: 881px) {
    body .section-inner {
        width: calc(100% - 80px);
    }
}

@media (max-width: 820px) {
    .hero__headline {
        bottom: 220px;
        width: calc(100% - 32px);
        font-size: clamp(1.25rem, 5.2vw, 2rem);
        line-height: 1.08;
    }

    .hero__actions {
        right: 16px;
        bottom: 28px;
        left: 16px;
        gap: 8px;
        transform: none;
    }

    .hero__actions .button {
        flex: 1 1 160px;
        min-height: 48px;
        padding: 11px 14px;
        font-size: 1rem;
    }

    /* Keep the Home accolades as two full-width stacked rows on phones. */
    .home-accolade-band__inner {
        display: grid;
        grid-template-columns: 1fr !important;
        width: calc(100% - 34px);
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .home-accolade-band__quote,
    .home-accolade-band__quote:first-child {
        width: 100%;
        min-height: 132px;
        padding: 22px 52px;
        border-right: 0;
    }

    .home-accolade-band__quote:first-child {
        border-bottom: 1px solid rgba(214, 168, 74, 0.7);
    }

    .home-accolade-band__quote p {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
    }

    .home-accolade-band__quote cite {
        font-size: 0.82rem;
    }

    .home-accolade-band__quote::before,
    .home-accolade-band__quote::after {
        width: 28px;
        height: 36px;
    }
}

/* Final desktop spacing override for Home section transitions. */
@media (min-width: 821px) {
    body.home .tour-tease,
    body.home-preview .tour-tease {
        padding-bottom: 64px;
    }

    body.home #about.content-section--light,
    body.home-preview #about.content-section--light {
        padding-top: 64px;
        padding-bottom: 64px;
        background: #F1EEE7;
    }

    body.home .latest-news-section,
    body.home-preview .latest-news-section {
        padding-top: 64px;
    }
}

/* Ensure the history timeline styling wins over legacy generic history rules. */
.about-history { background: #fbf8f2; }
.about-history .history-intro { max-width: 760px; padding: 96px 0 34px; }
.about-history .history-intro h2 { max-width: 680px; margin: 0 0 24px; }
.about-history .history-intro > p:last-child { max-width: 620px; font-size: 1.08rem; line-height: 1.65; }
.about-history .history-lead-photo { margin: 0 0 16px; }
.about-history .history-lead-photo img { display: block; width: 100%; aspect-ratio: 2.15 / 1; object-fit: cover; border-radius: 12px; }
.about-history .history-lead-photo figcaption, .about-history .history-chapter__photo figcaption { margin-top: 10px; color: #6f6a63; font-size: .82rem; }
.about-history .history-timeline { position: relative; padding: 0 0 110px 38px; }
.about-history .history-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 8px; width: 2px; background: #d6a83c; }
.about-history .history-chapter { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 96px); align-items: center; padding: 0 0 84px; }
.about-history .history-chapter::before { content: ""; position: absolute; left: -38px; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: #d6a83c; box-shadow: 0 0 0 4px #fbf8f2; }
.about-history .history-chapter--reverse .history-chapter__copy { order: 2; }
.about-history .history-chapter--reverse .history-chapter__photo { order: 1; }
.about-history .history-chapter__era { margin: 0 0 12px; color: #c73132; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-history .history-chapter h3 { margin: 0 0 20px; font-size: clamp(1.26rem, 2.4vw, 2.22rem); line-height: .98; }
.about-history .history-chapter__copy p:not(.history-chapter__era) { max-width: 580px; margin: 0 0 20px; line-height: 1.65; }
.about-history .history-chapter__photo { margin: 0; }
.about-history .history-chapter__photo img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; border-radius: 12px; }
.about-history .history-chapter--milestone { margin: 0 0 84px; padding: 58px 58px 58px 48px; color: #f8f4eb; background: #071426; border-radius: 14px; }
.about-history .history-chapter--milestone::before { left: -46px; box-shadow: 0 0 0 4px #fbf8f2; }
.about-history .history-chapter--milestone .history-chapter__era { color: #d6a83c; }
.about-history .history-chapter--milestone .history-chapter__photo img { border: 1px solid rgba(214,168,60,.45); }
.about-history .history-chapter--milestone .history-chapter__photo figcaption { color: rgba(248,244,235,.72); }
@media (max-width: 760px) {
  .about-history .history-intro { padding: 62px 0 28px; }
  .about-history .history-intro > p:last-child { font-size: 1rem; }
  .about-history .history-lead-photo { margin-bottom: 20px; }
  .about-history .history-lead-photo img { aspect-ratio: 1.45 / 1; }
  .about-history .history-timeline { padding-left: 24px; }
  .about-history .history-timeline::before { left: 2px; }
  .about-history .history-chapter, .about-history .history-chapter--reverse { display: flex; flex-direction: column; align-items: stretch; gap: 26px; padding-bottom: 58px; }
  .about-history .history-chapter::before { left: -30px; top: 7px; width: 13px; height: 13px; }
  .about-history .history-chapter--reverse .history-chapter__copy, .about-history .history-chapter--reverse .history-chapter__photo { order: initial; }
  .about-history .history-chapter h3 { font-size: clamp(1.2rem, 6.6vw, 1.8rem); }
  .about-history .history-chapter--milestone { margin-left: -24px; padding: 36px 24px; border-radius: 10px; }
  .about-history .history-chapter--milestone::before { left: -7px; box-shadow: 0 0 0 4px #071426; }
}

/* Match the final History-to-accolade transition to the normal chapter spacing. */
@media (min-width: 761px) {
  #history.about-history { padding-bottom: 0; }
  #history.about-history .history-timeline { padding-bottom: 0; }
  #history.about-history .history-timeline::before { bottom: 108px; }
}

/* About connections section. */
.about-connections,
#about-show {
  color: var(--ink);
  background-color: #fbf8f2;
}

/* Keep the margins around the About numbers banner on the same paper canvas. */
body:has(#about-show) {
  background-color: #fbf8f2;
}
.about-connections__heading {
  max-width: 780px;
  margin-bottom: 34px;
}
.about-connections__heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  line-height: 1.65;
}
.about-connections__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 32px);
}
.about-connections__grid figure {
  aspect-ratio: auto;
  margin: 0;
  overflow: visible;
}
.about-connections__grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: #e5ded2;
  box-shadow: 0 14px 28px rgba(28, 21, 17, .14);
}
.about-connections__grid figcaption {
  display: grid;
  gap: 7px;
  padding-top: 15px;
  color: #17243a;
}
.about-connections__grid figcaption strong {
  color: #17243a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.1;
}
.about-connections__grid figcaption span {
  font-size: 1rem;
  line-height: 1.65;
}
@media (max-width: 760px) {
  .about-connections__heading { margin-bottom: 26px; }
  .about-connections__grid { grid-template-columns: 1fr; gap: 18px; }
  .about-connections__caption-break { display: none; }
  .about-connections__grid figcaption span { font-size: 1.18rem; }
}

/* Compact cast directory and progressive profile viewer. */
#cast-profiles {
  color: var(--paper);
  background: var(--stage);
}
#cast-profiles .section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}
#cast-profiles .section-heading h2 {
  color: var(--paper);
}
#cast-profiles .cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
#cast-profiles .cast-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: var(--paper);
  text-decoration: none;
  background: #171719;
  border: 1px solid rgba(246, 241, 232, .16);
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
#cast-profiles .cast-card:hover,
#cast-profiles .cast-card:focus-visible {
  color: var(--paper);
  border-color: rgba(214, 168, 74, .82);
  box-shadow: 0 20px 36px rgba(0, 0, 0, .28);
  transform: translateY(-3px);
}
#cast-profiles .cast-card:focus-visible {
  outline: 3px solid rgba(214, 168, 74, .72);
  outline-offset: 4px;
}
#cast-profiles .cast-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
#cast-profiles .cast-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
#cast-profiles .cast-card h3 {
  margin: 0 0 7px;
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1;
}
#cast-profiles .cast-card__role {
  display: block;
  min-height: 2.7em;
  color: var(--gold);
  font-size: .93rem;
  font-weight: 800;
  line-height: 1.35;
}
#cast-profiles .cast-card__intro {
  display: block;
  margin-top: 12px;
  color: rgba(246, 241, 232, .78);
  font-size: .96rem;
  line-height: 1.5;
}
#cast-profiles .cast-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--gold);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#cast-profiles .cast-card__link span { transition: transform 180ms ease; }
#cast-profiles .cast-card:hover .cast-card__link span,
#cast-profiles .cast-card:focus-visible .cast-card__link span { transform: translateX(3px); }

.profile-dialog {
  width: min(1020px, calc(100% - 40px));
  max-width: 1020px;
  max-height: 90vh;
  overflow: hidden;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(24, 21, 18, .18);
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .46);
}
.profile-dialog::backdrop { background: rgba(7, 8, 11, .78); }
.profile-dialog[open] { display: block; }
.profile-dialog__shell {
  position: relative;
  max-height: 90vh;
  overflow: auto;
  padding: 34px;
}
.profile-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: rgba(246, 241, 232, .9);
  border: 1px solid rgba(24, 21, 18, .24);
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
}
.profile-dialog__close:hover,
.profile-dialog__close:focus-visible,
.profile-dialog__nav button:hover,
.profile-dialog__nav button:focus-visible {
  color: var(--red);
  border-color: var(--red);
}
.profile-dialog__close:focus-visible,
.profile-dialog__nav button:focus-visible {
  outline: 3px solid rgba(214, 168, 74, .62);
  outline-offset: 3px;
}
.profile-dialog__panel[hidden] { display: none; }
.profile-dialog__grid {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
}
.profile-dialog__heading { padding-right: 54px; }
.profile-dialog__heading h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
  white-space: nowrap;
}
.profile-dialog__heading p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}
.profile-dialog__photo {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 10px;
}
.profile-dialog__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.profile-dialog__body {
  min-width: 0;
  padding-top: 4px;
  max-height: calc(90vh - 110px);
  overflow: auto;
  padding-right: 12px;
}
.profile-dialog__body p:first-child { margin-top: 0; }
.profile-dialog__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 21, 18, .18);
}
.profile-dialog__nav button {
  padding: 8px 0;
  color: var(--red);
  background: transparent;
  border: 0;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.profile-dialog-open { overflow: hidden; }

@media (min-width: 761px) {
  .profile-dialog {
    width: min(1020px, calc(100vw - 48px));
    height: min(88vh, 860px);
    max-height: 88vh;
  }
  .profile-dialog__shell {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    height: 100%;
    max-height: none;
    overflow: hidden;
  }
  .profile-dialog__panels {
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  .profile-dialog__panel:not([hidden]) {
    height: 100%;
    min-height: 0;
  }
  .profile-dialog__grid {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: 34px;
    height: 100%;
    min-height: 0;
    align-items: stretch;
  }
  .profile-dialog__aside {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  .profile-dialog__photo {
    flex: 0 0 auto;
    margin-bottom: 16px;
    overflow: hidden;
  }
  .profile-dialog__photo img {
    height: clamp(220px, 29vh, 300px);
    max-height: 300px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center top;
  }
  .profile-dialog__aside .cast-profile-facts {
    flex: 0 0 auto;
    padding: 16px 18px;
  }
  .profile-dialog__aside .cast-profile-facts li {
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .profile-dialog__aside .cast-profile-facts li:last-child {
    margin-bottom: 0;
  }
  .profile-dialog__body {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-right: 18px;
  }
  .profile-dialog__nav {
    min-height: 64px;
    margin-top: 0;
    padding: 18px 0 0;
    color: var(--ink);
    background: var(--paper);
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  #cast-profiles .cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  #cast-profiles .cast-grid { grid-template-columns: 1fr; gap: 18px; }
  #cast-profiles .cast-card__content { padding: 18px; }
  .profile-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    border-radius: 10px;
  }
  .profile-dialog__shell {
    max-height: calc(100vh - 20px);
    padding: 24px 18px;
  }
  .profile-dialog__close { top: 12px; right: 12px; }
  .profile-dialog__grid { grid-template-columns: 1fr; gap: 24px; }
  .profile-dialog__heading { padding-right: 52px; }
  .profile-dialog__heading h2 { font-size: 1.9rem; }
  .profile-dialog__body { max-height: none; overflow: visible; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  #cast-profiles .cast-card,
  #cast-profiles .cast-card__link span { transition: none; }
}

@media (max-width: 760px) {
    .past-shows-calendar {
        display: block;
        aspect-ratio: auto;
        margin-top: 42px;
        box-shadow: none;
    }

    .past-shows-cover {
        min-height: 330px;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 20% 14% 10%;
    }

    .past-shows-cover__year {
        font-size: clamp(5rem, 25vw, 7.2rem);
    }

    .past-shows-cover__rule {
        margin: 18px 0 14px;
    }

    .past-shows-archive-sheet {
        display: block;
        height: auto;
        min-height: 0;
        padding: 44px 34px 40px;
    }

    .past-shows-archive__heading h3 {
        font-size: 1.35rem;
    }

    .past-shows-event {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        gap: 14px;
        min-height: 84px;
        padding: 14px 0;
    }

    .past-shows-event__date {
        padding-right: 12px;
    }

    .past-shows-event__city {
        font-size: 0.95rem;
    }

    .past-shows-event__venue {
        font-size: 0.82rem;
    }

    .past-shows-events {
        overflow: visible;
    }
}
