body.white-christmas-lyrics-page {
  --wcl-bg-primary: #8b0000;
  --wcl-bg-lyrics: rgba(30, 15, 5, 0.6);
  --wcl-bg-lyrics-hover: rgba(30, 15, 5, 0.75);
  --wcl-bg-card: rgba(255, 255, 255, 0.05);
  --wcl-bg-card-hover: rgba(255, 255, 255, 0.09);
  --wcl-bg-special: rgba(255, 215, 0, 0.06);
  --wcl-gold: #ffd700;
  --wcl-gold-dim: rgba(255, 215, 0, 0.25);
  --wcl-text-primary: #ffffff;
  --wcl-text-secondary: rgba(255, 255, 255, 0.82);
  --wcl-text-muted: rgba(255, 255, 255, 0.45);
  --wcl-text-lyrics: rgba(255, 248, 230, 0.92);
  --wcl-verse-size: 17px;
}

.wcl-skip-link {
  position: absolute;
  left: 18px;
  top: -110px;
  z-index: 40;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--wcl-gold);
  color: #2f1504;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}

.wcl-skip-link:focus {
  top: 12px;
}

.wcl-page-main {
  width: min(1280px, 100%);
  margin: 30px auto 0;
  display: grid;
  gap: 18px;
}

.wcl-breadcrumb,
.wcl-hero,
.wcl-content-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.wcl-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 244, 230, 0.1);
  color: #ffe7d1;
  font-size: 0.84rem;
}

.wcl-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.wcl-breadcrumb a:hover,
.wcl-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wcl-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 215, 0, 0.22);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 214, 153, 0.16), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(77, 15, 11, 0.98), rgba(38, 12, 9, 0.94));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  padding: 58px 42px 48px;
}

.wcl-hero-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px dashed rgba(255, 248, 230, 0.16);
  pointer-events: none;
}

.wcl-hero-shell::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 38%, rgba(255,255,255,0.06), transparent 16%),
    radial-gradient(circle, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.76) 56%, rgba(0, 0, 0, 0.9) 100%);
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, 0.04),
    inset 0 0 0 22px rgba(255, 255, 255, 0.02);
  opacity: 0.52;
  pointer-events: none;
}

.wcl-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 24px;
  align-items: start;
}

.wcl-hero-copy {
  display: grid;
  gap: 14px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.12);
  color: var(--wcl-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wcl-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-family: "Cinzel", serif;
  font-size: clamp(2.7rem, 6vw, 4.4rem);
  line-height: 1.08;
  color: #fff0d5;
}

.wcl-hero-subtitle {
  margin: 0;
  max-width: 30ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.16;
  color: rgba(255, 255, 255, 0.9);
}

.wcl-hero-intro {
  width: min(760px, 100%);
  margin: 0;
  color: var(--wcl-text-secondary);
  font-size: 1rem;
  line-height: 1.85;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  color: var(--wcl-text-muted);
  font-size: 0.84rem;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.countdown-badge {
  display: grid;
  gap: 8px;
  justify-items: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.34);
  background:
    radial-gradient(circle at top center, rgba(255, 215, 0, 0.18), transparent 58%),
    rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  padding: 18px 20px;
  color: #fff5e5;
  text-align: center;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.countdown-badge .star {
  font-size: 1.45rem;
}

.countdown-badge-title {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.days-num {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height: 1;
  color: var(--wcl-gold);
}

.days-label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.32);
  color: var(--wcl-gold);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.badge-link:hover,
.badge-link:focus-visible {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.5);
  transform: translateY(-1px);
}

.wcl-content-shell {
  display: grid;
  gap: 24px;
}

.section-block,
.lyrics-section,
.story-section,
.trivia-section,
.faq-section,
.related-section {
  border-radius: 26px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 240, 210, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(25, 12, 18, 0.38), rgba(25, 12, 18, 0.28));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

.section-header {
  margin: 0 0 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.14);
}

.section-header h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.18;
  color: var(--wcl-gold);
}

.section-header h2::before {
  content: "";
  width: 4px;
  height: 1em;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd700, rgba(255, 215, 0, 0.24));
}

.section-subtitle {
  margin: 8px 0 0 14px;
  color: var(--wcl-text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  font-style: italic;
}

.lyrics-section {
  padding: 0;
}

.lyrics-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: start;
  padding: 28px;
}

.lyrics-main {
  min-width: 0;
}

.lyrics-wrapper {
  background: var(--wcl-bg-lyrics);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 36px 40px;
  position: relative;
  background-image:
    linear-gradient(rgba(30, 15, 5, 0.6) 0%, rgba(30, 15, 5, 0.6) 100%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 28px,
      rgba(255, 255, 255, 0.015) 28px,
      rgba(255, 255, 255, 0.015) 29px
    );
}

.lyrics-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.song-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.song-credit {
  margin: 3px 0 0;
  font-size: 13px;
  color: var(--wcl-text-muted);
}

.lyrics-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.font-size-controls {
  display: flex;
  gap: 4px;
  align-items: center;
}

.font-btn,
.share-btn {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  transition: all 0.18s ease;
}

.font-btn {
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 700;
}

.font-btn:hover,
.share-btn:hover,
.font-btn:focus-visible,
.share-btn:focus-visible {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.4);
  color: var(--wcl-gold);
}

.copy-all-btn {
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 10px;
  padding: 8px 18px;
  color: var(--wcl-gold);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.copy-all-btn:hover,
.copy-all-btn:focus-visible {
  background: rgba(255, 215, 0, 0.22);
  border-color: rgba(255, 215, 0, 0.6);
  transform: translateY(-1px);
}

.copy-all-btn.copied {
  background: rgba(80, 200, 120, 0.15);
  border-color: rgba(80, 200, 120, 0.4);
  color: #7dffb3;
}

.lyrics-share-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.share-btn {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
}

.lyrics-rights-note {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wcl-text-secondary);
  font-size: 0.92rem;
  line-height: 1.78;
}

.lyrics-rights-note strong {
  color: #fff3cd;
}

.lyrics-verse {
  margin-bottom: 28px;
  padding: 20px 24px;
  border-radius: 12px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.22s ease;
  outline: none;
}

.lyrics-verse:hover,
.lyrics-verse.active,
.lyrics-verse:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  border-left-color: var(--wcl-gold-dim);
}

.lyrics-verse.active {
  transform: scale(1.01);
  border-left-color: var(--wcl-gold);
}

.verse-label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wcl-gold-dim);
}

.verse-heading {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.verse-text {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--wcl-verse-size);
  line-height: 2.05;
  color: var(--wcl-text-lyrics);
  white-space: pre-line;
}

.verse-note {
  margin: 14px 0 0;
  color: var(--wcl-text-secondary);
  font-size: 0.95rem;
  line-height: 1.82;
}

.verse-forgotten {
  background: var(--wcl-bg-special);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 14px;
  padding: 0;
  margin-bottom: 32px;
  position: relative;
}

.verse-forgotten::before {
  content: "✨ Rarely Heard";
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--wcl-gold);
  color: #1a0a00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 20px;
}

.forgotten-summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
  padding: 24px 28px 12px;
  cursor: pointer;
}

.forgotten-summary::-webkit-details-marker {
  display: none;
}

.forgotten-body {
  padding: 0 28px 24px;
}

.forgotten-toggle {
  color: var(--wcl-gold);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  padding-top: 4px;
}

.song-info-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px 20px;
  position: sticky;
  top: 80px;
}

.song-info-card h3 {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.15);
  font-size: 14px;
  font-weight: 700;
  color: var(--wcl-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.info-row {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 6px 10px;
  margin-bottom: 8px;
  font-size: 13px;
}

.info-label {
  color: var(--wcl-text-muted);
  font-weight: 600;
}

.info-value {
  color: var(--wcl-text-secondary);
}

.info-highlight {
  color: var(--wcl-gold);
  font-weight: 700;
}

.story-section,
.trivia-section,
.faq-section,
.related-section {
  padding: 30px;
}

.story-block + .story-block,
.meaning-block + .meaning-block {
  margin-top: 34px;
}

.story-block h3,
.meaning-block h3 {
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 3px solid var(--wcl-gold);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.story-block p,
.meaning-block p,
.timeline-desc,
.faq-answer,
.related-card-desc,
.research-note p {
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--wcl-text-secondary);
}

.story-block p,
.meaning-block p {
  margin: 0 0 14px;
}

.story-quote {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 3px solid var(--wcl-gold);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 215, 0, 0.05);
  font-style: italic;
  font-size: 16px;
  color: rgba(255, 248, 220, 0.88);
  line-height: 1.8;
}

.research-note {
  margin-top: 30px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.research-note a {
  color: var(--wcl-gold);
  text-decoration: none;
}

.research-note a:hover,
.research-note a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.stats-grid,
.trivia-grid,
.related-grid {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

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

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

.stat-card,
.trivia-card,
.related-card {
  border-radius: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.stat-card {
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.stat-icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.stat-number {
  font-size: 28px;
  font-weight: 800;
  color: var(--wcl-gold);
  line-height: 1.1;
}

.stat-label {
  margin-top: 6px;
  font-size: 12px;
  color: var(--wcl-text-muted);
  line-height: 1.5;
}

.timeline {
  position: relative;
  padding-left: 28px;
  margin: 28px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--wcl-gold-dim), rgba(255, 215, 0, 0.05));
}

.timeline-item {
  position: relative;
  margin-bottom: 24px;
}

.timeline-item::before {
  content: "●";
  position: absolute;
  left: -24px;
  top: 2px;
  color: var(--wcl-gold);
  font-size: 10px;
}

.timeline-year {
  font-size: 13px;
  font-weight: 800;
  color: var(--wcl-gold);
  margin-bottom: 4px;
}

.timeline-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.timeline-desc {
  margin: 0;
  font-size: 13px;
  color: var(--wcl-text-muted);
  line-height: 1.6;
}

.trivia-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trivia-card:hover,
.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.25);
}

.trivia-number {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--wcl-gold-dim);
  letter-spacing: 0.1em;
}

.trivia-emoji {
  font-size: 22px;
  margin-bottom: 8px;
}

.trivia-title,
.related-card-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.trivia-text {
  margin: 0;
  font-size: 13px;
  color: var(--wcl-text-muted);
  line-height: 1.7;
}

.faq-list {
  margin-top: 16px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  list-style: none;
  padding: 18px 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--wcl-gold);
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.24s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 18px;
}

.related-grid {
  margin-top: 20px;
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  min-height: 100%;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  color: inherit;
  text-decoration: none;
}

.related-card-icon {
  font-size: 1.9rem;
}

.related-card-title {
  color: var(--wcl-gold);
  font-size: 1.02rem;
}

.related-card-desc {
  font-size: 0.92rem;
}

.related-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wcl-gold);
  font-size: 0.86rem;
  font-weight: 700;
}

.related-card-cta::after {
  content: "→";
}

.lyrics-copyright {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 11px;
  color: var(--wcl-text-muted);
  line-height: 1.7;
  font-style: italic;
}

.lyrics-copyright p {
  margin: 0 0 6px;
}

@media (max-width: 1080px) {
  .wcl-hero-grid,
  .lyrics-layout {
    grid-template-columns: 1fr;
  }

  .countdown-badge {
    max-width: 280px;
    justify-self: start;
  }

  .song-info-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .wcl-page-main {
    margin-top: 22px;
  }

  .wcl-hero-shell,
  .story-section,
  .trivia-section,
  .faq-section,
  .related-section {
    padding: 24px 18px;
  }

  .lyrics-layout {
    padding: 18px;
  }

  .lyrics-wrapper {
    padding: 26px 20px;
  }

  .countdown-badge {
    order: -1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 14px 16px;
    gap: 6px;
  }

  .stats-grid,
  .trivia-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .lyrics-toolbar {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .wcl-breadcrumb {
    border-radius: 18px;
  }

  .wcl-hero-shell {
    padding: 42px 20px 32px;
  }

  .lyrics-share-row,
  .lyrics-actions {
    width: 100%;
  }

  .lyrics-actions {
    justify-content: space-between;
  }

  .copy-all-btn {
    flex: 1;
    justify-content: center;
  }

  .forgotten-summary,
  .forgotten-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lyrics-verse {
    padding: 18px 16px;
  }

  .info-row {
    grid-template-columns: 82px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lyrics-verse,
  .copy-all-btn,
  .font-btn,
  .share-btn,
  .related-card,
  .trivia-card,
  .badge-link {
    transition: none;
  }
}
