:root {
  --bg: #f3efe6;
  --surface: rgba(255, 252, 244, 0.82);
  --surface-solid: #fffaf0;
  --ink: #191817;
  --muted: #6d675f;
  --soft: #91897f;
  --line: rgba(49, 43, 36, 0.13);
  --line-strong: rgba(49, 43, 36, 0.24);
  --accent: #8c1d2c;
  --accent-soft: rgba(140, 29, 44, 0.1);
  --gold: #b18434;
  --warning: #a3511c;
  --green: #416f54;
  --blue: #245d74;
  --paper: #fffaf0;
  --paper-deep: #eee4d2;
  --catalog: rgba(255, 250, 240, 0.72);
  --catalog-solid: #fff9ed;
  --display-font: Georgia, "Times New Roman", "Songti SC", "STSong", serif;
  --body-font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shadow: 0 24px 68px rgba(49, 38, 26, 0.12);
  --shadow-soft: 0 8px 26px rgba(49, 38, 26, 0.065);
  --shadow-line: 0 1px 0 rgba(255, 255, 255, 0.74) inset;
  --radius: 8px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 5%, rgba(140, 29, 44, 0.1), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(177, 132, 52, 0.1), transparent 24rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(243, 239, 230, 0.98)),
    repeating-linear-gradient(
      0deg,
      rgba(25, 24, 23, 0.018) 0,
      rgba(25, 24, 23, 0.018) 1px,
      transparent 1px,
      transparent 5px
    );
  color: var(--ink);
  font-family: var(--body-font);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

.site-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin: 12px auto 0;
  padding: 0 12px;
  border: 1px solid rgba(49, 43, 36, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 10px 34px rgba(49, 38, 26, 0.06);
  backdrop-filter: blur(24px) saturate(1.12);
}

section,
article {
  scroll-margin-top: 90px;
}

.brand-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark span {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fffaf0 0 2px, transparent 3px),
    repeating-radial-gradient(circle, #2a2926 0 2px, #111 2px 4px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.16);
}

.brand-mark strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1.1vw, 18px);
  min-width: 0;
  padding-left: 18px;
  overflow-x: auto;
  scrollbar-width: none;
  color: #645d55;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.main-nav a::after {
  display: none;
}

.main-nav a:hover,
.main-nav a.is-active {
  border-color: rgba(140, 29, 44, 0.14);
  background: rgba(140, 29, 44, 0.075);
  color: var(--accent);
}

.main-nav a.is-active::after {
  display: none;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(42px, 7vw, 86px) 0 46px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: clamp(24px, 4vw, 54px) 0 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(177, 132, 52, 0.55), transparent);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(4.2rem, 8.8vw, 8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
}

.hero-copy h1 span {
  display: block;
  background: linear-gradient(105deg, var(--ink), #4c332c 48%, var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  width: min(680px, 100%);
  margin: 24px 0 0;
  color: #4f4841;
  font-size: clamp(1.14rem, 2vw, 1.48rem);
  font-weight: 500;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-entry-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  width: min(880px, 100%);
  margin-top: 22px;
  padding: 0;
  border: 1px solid rgba(49, 43, 36, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.78), rgba(244, 236, 224, 0.58)),
    rgba(255, 250, 240, 0.7);
  box-shadow: var(--shadow-line);
  backdrop-filter: blur(18px) saturate(1.04);
  overflow: hidden;
}

.hero-entry-strip a {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 15px 12px 14px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.hero-entry-strip a:last-child {
  border-right: 0;
}

.hero-entry-strip a:hover {
  background: rgba(255, 250, 240, 0.82);
  color: var(--accent);
  transform: translateY(-1px);
}

.hero-entry-strip span {
  overflow: hidden;
  color: var(--soft);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-entry-strip strong {
  overflow-wrap: anywhere;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.18;
}

.archive-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -18px 0 22px;
}

.archive-guide article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 172px;
  padding: 20px;
  border: 1px solid rgba(49, 43, 36, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.84), rgba(244, 236, 224, 0.66)),
    var(--catalog);
  box-shadow: var(--shadow-line);
  overflow: hidden;
}

.archive-guide article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold), transparent 74%);
  opacity: 0.78;
}

.archive-guide article:nth-child(2)::before {
  background: linear-gradient(90deg, #116c5c, var(--blue), transparent 74%);
}

.archive-guide article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--gold), var(--green), transparent 74%);
}

.archive-guide span {
  color: var(--soft);
  font-family: var(--display-font);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.archive-guide strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.28;
}

.archive-guide p {
  max-width: 22em;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.66;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 28px rgba(140, 29, 44, 0.2);
}

.button.ghost,
.button.reset {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.72);
  color: var(--accent);
}

.button.reset {
  width: 100%;
  margin-top: 2px;
}

.hero-portrait {
  position: relative;
  min-height: min(70svh, 720px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(49, 43, 36, 0.18);
  background: #111;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38)),
    linear-gradient(90deg, rgba(140, 29, 44, 0.2), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, 0.08) 0 1px, transparent 1px 64px);
  pointer-events: none;
}

.hero-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.96);
}

.hero-portrait img.image-missing {
  display: none;
}

.section-intro {
  position: relative;
  --module-accent: var(--accent);
  --module-soft: rgba(140, 29, 44, 0.08);
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.8fr);
  gap: 28px;
  align-items: end;
  padding: clamp(42px, 7vw, 76px) 0 20px;
  border-top: 1px solid rgba(49, 43, 36, 0.09);
}

.section-intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--module-accent), rgba(177, 132, 52, 0.7), transparent 72%);
  opacity: 0.58;
}

.section-intro .eyebrow {
  color: var(--module-accent);
}

.section-intro h2,
.about-section h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.section-intro > p {
  margin: 0;
  color: #514a43;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 500;
  line-height: 1.75;
}

#news {
  --module-accent: var(--accent);
}

#timeline {
  --module-accent: var(--blue);
  --module-soft: rgba(36, 93, 116, 0.08);
}

#concerts {
  --module-accent: var(--accent);
  --module-soft: rgba(140, 29, 44, 0.08);
}

#music-albums {
  --module-accent: #116c5c;
  --module-soft: rgba(17, 108, 92, 0.08);
}

#filmography {
  --module-accent: #8b5f18;
  --module-soft: rgba(139, 95, 24, 0.09);
}

#awards {
  --module-accent: var(--gold);
  --module-soft: rgba(177, 132, 52, 0.1);
}

#charity {
  --module-accent: var(--green);
  --module-soft: rgba(65, 111, 84, 0.09);
}

.archive-console {
  --module-accent: var(--accent);
  --module-soft: rgba(140, 29, 44, 0.08);
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.music-console,
.film-console,
.awards-console,
.charity-console {
  --module-accent: var(--accent);
  --module-soft: rgba(140, 29, 44, 0.08);
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.music-console {
  --module-accent: #116c5c;
  --module-soft: rgba(17, 108, 92, 0.08);
}

.film-console {
  --module-accent: #8b5f18;
  --module-soft: rgba(139, 95, 24, 0.09);
}

.awards-console {
  --module-accent: var(--gold);
  --module-soft: rgba(177, 132, 52, 0.1);
}

.charity-console {
  --module-accent: var(--green);
  --module-soft: rgba(65, 111, 84, 0.09);
}

.filters-panel {
  position: sticky;
  top: 82px;
  padding: 14px;
  border: 1px solid rgba(49, 43, 36, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.82), rgba(245, 238, 226, 0.66)),
    rgba(255, 250, 240, 0.68);
  box-shadow: var(--shadow-line);
  backdrop-filter: blur(18px);
}

.filters-panel::before {
  content: "档案索引";
  display: block;
  margin-bottom: 14px;
  color: var(--module-accent);
  font-family: var(--display-font);
  font-size: 1.02rem;
  font-weight: 700;
}

.filters-panel .button.reset {
  min-height: 38px;
  border-color: rgba(49, 43, 36, 0.1);
  background: rgba(255, 252, 246, 0.58);
  color: var(--muted);
  box-shadow: none;
}

.filters-panel .button.reset:hover {
  border-color: color-mix(in srgb, var(--module-accent) 24%, transparent);
  background: var(--module-soft);
  color: var(--module-accent);
}

.filters-panel label {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.filters-panel span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.filters-panel input,
.filters-panel select {
  min-height: 39px;
  width: 100%;
  border: 1px solid rgba(49, 43, 36, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.72);
  color: var(--ink);
  padding: 0 11px;
  outline: 0;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.filters-panel input:focus,
.filters-panel select:focus {
  border-color: color-mix(in srgb, var(--module-accent) 46%, transparent);
  box-shadow: 0 0 0 4px var(--module-soft);
}

.toggle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.toggle-grid label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.62);
}

.toggle-grid input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--module-accent);
}

.results-panel {
  min-width: 0;
}

.results-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 0 12px;
  border: 1px solid rgba(49, 43, 36, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, var(--module-soft), transparent 28%),
    rgba(255, 250, 240, 0.56);
  box-shadow: var(--shadow-line);
  backdrop-filter: blur(12px);
}

.results-toolbar p,
.view-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.results-toolbar strong {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
}

.concert-grid {
  display: grid;
  gap: 12px;
}

.concert-card {
  position: relative;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: stretch;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(49, 43, 36, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.86), rgba(246, 238, 225, 0.62)),
    rgba(255, 250, 240, 0.76);
  box-shadow: var(--shadow-line);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.concert-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 98px;
  width: 1px;
  background: rgba(49, 43, 36, 0.1);
}

.concert-card::after,
.music-card::after,
.film-card::after,
.award-card::after,
.charity-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 43, 36, 0.12), transparent);
  opacity: 0;
  transition: opacity 160ms ease;
}

.concert-card:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 29, 44, 0.28);
  background: var(--surface-solid);
  box-shadow: 0 12px 34px rgba(49, 38, 26, 0.09);
}

.concert-card:hover::after,
.music-card:hover::after,
.film-card:hover::after,
.award-card:hover::after,
.charity-card:hover::after {
  opacity: 1;
}

.concert-year {
  display: grid;
  place-items: center;
  min-height: 112px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.26), transparent 48%),
    linear-gradient(145deg, rgba(140, 29, 44, 0.13), rgba(25, 24, 23, 0.055)),
    var(--paper-deep);
  color: var(--ink);
  font-size: 1.6rem;
  font-weight: 700;
}

.concert-main {
  min-width: 0;
  padding: 18px 0;
}

.concert-main h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.46rem);
  font-weight: 700;
  line-height: 1.32;
}

.concert-main p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.concert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.56);
  color: #5d5851;
  font-size: 0.7rem;
  font-weight: 700;
}

.tag[data-state] {
  position: relative;
  padding-left: 20px;
}

.tag[data-state]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
  opacity: 0.72;
}

.tag[data-state="verified"] {
  border-color: rgba(65, 111, 84, 0.2);
  background: rgba(65, 111, 84, 0.08);
  color: var(--green);
}

.tag[data-state="pending"] {
  border-color: rgba(163, 81, 28, 0.18);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(163, 81, 28, 0.055) 0 4px,
      transparent 4px 8px
    ),
    rgba(255, 252, 246, 0.68);
  color: var(--warning);
}

.tag[data-state="trace"] {
  border-color: rgba(36, 93, 116, 0.18);
  background: rgba(36, 93, 116, 0.07);
  color: var(--blue);
}

.tag.wine {
  border-color: rgba(140, 29, 44, 0.18);
  background: rgba(140, 29, 44, 0.08);
  color: var(--warning);
}

.tag.gold {
  border-color: rgba(173, 127, 42, 0.2);
  background: rgba(173, 127, 42, 0.1);
  color: #795713;
}

.concert-side {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 7px;
  min-width: 150px;
  padding: 18px;
  color: var(--muted);
  font-size: 0.84rem;
}

.concert-side strong {
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 700;
}

.news-board {
  --module-accent: var(--accent);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 12px;
}

.news-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 188px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.9);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
}

.news-card > * {
  position: relative;
}

.news-card.featured {
  min-height: 212px;
  background:
    linear-gradient(135deg, rgba(140, 29, 44, 0.08), transparent 48%),
    rgba(255, 250, 240, 0.92);
}

.news-card.muted {
  background:
    linear-gradient(135deg, rgba(177, 132, 52, 0.08), transparent 46%),
    rgba(239, 232, 218, 0.76);
}

.news-card-top,
.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.news-card-top span,
.news-meta span,
.news-link {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.news-card-top small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.news-card h3 {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.news-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.66;
}

.news-meta {
  justify-content: flex-start;
  margin-top: 4px;
}

.news-meta span,
.news-link {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(140, 29, 44, 0.14);
  border-radius: 999px;
  background: rgba(140, 29, 44, 0.07);
  text-decoration: none;
}

.news-link {
  color: var(--accent);
}

.muted-link {
  color: var(--muted);
}

.music-results,
.film-results,
.awards-results,
.charity-results {
  min-width: 0;
}

.music-summary,
.film-summary,
.awards-summary,
.charity-summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(244, 235, 219, 0.82)),
    var(--surface-solid);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.music-summary::before,
.film-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #116c5c, var(--gold), transparent 72%);
}

.film-summary::before {
  background: linear-gradient(90deg, #8b5f18, var(--accent), transparent 72%);
}

.music-summary > *,
.film-summary > * {
  position: relative;
}

.music-summary {
  background:
    radial-gradient(circle at 94% 18%, rgba(17, 108, 92, 0.1), transparent 20rem),
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(237, 245, 238, 0.84)),
    var(--surface-solid);
}

.film-summary {
  background:
    linear-gradient(90deg, rgba(25, 24, 23, 0.025) 0 1px, transparent 1px 34px),
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(245, 236, 220, 0.88)),
    var(--surface-solid);
}

.awards-summary {
  position: relative;
  grid-template-columns: minmax(260px, 0.7fr) minmax(360px, 1fr);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(242, 235, 222, 0.88)),
    var(--surface-solid);
}

.awards-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--green));
}

.awards-summary > * {
  position: relative;
}

.awards-summary-copy {
  align-content: start;
  padding-right: 8px;
}

.awards-summary-copy h3 {
  max-width: 9em;
}

.awards-summary-metric {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.9), rgba(246, 239, 226, 0.76)),
    var(--surface-solid);
}

.awards-summary-metric strong {
  font-variant-numeric: tabular-nums;
}

.awards-summary-lanes {
  grid-column: 1 / 2;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 252, 246, 0.64);
}

.awards-summary-lane {
  display: grid;
  gap: 7px;
}

.awards-summary-lane div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.awards-summary-lane strong {
  color: var(--ink);
  font-size: 0.94rem;
  font-variant-numeric: tabular-nums;
}

.awards-summary-lane i {
  display: block;
  width: var(--lane-width);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(173, 127, 42, 0.88));
}

.awards-summary-decades {
  grid-column: 2 / 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 132px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 252, 246, 0.62);
}

.awards-summary-decade {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  min-height: 104px;
  text-align: center;
}

.awards-summary-decade i {
  align-self: end;
  justify-self: center;
  width: 100%;
  max-width: 26px;
  height: var(--decade-height);
  min-height: 18px;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, rgba(140, 29, 44, 0.9), rgba(65, 111, 84, 0.75));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.awards-summary-decade span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.awards-summary-spotlights {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.awards-summary-spotlights article {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 252, 246, 0.68);
}

.awards-summary-spotlights article span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.awards-summary-spotlights article strong {
  display: block;
  overflow: hidden;
  margin-top: 9px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awards-summary-spotlights article p {
  overflow: hidden;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awards-summary-tags {
  padding-top: 2px;
}

.awards-summary-tags span {
  background: rgba(255, 252, 246, 0.72);
}

.charity-summary {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(236, 244, 236, 0.9)),
    var(--surface-solid);
}

.charity-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--accent), var(--gold));
}

.charity-summary > * {
  position: relative;
}

.charity-summary-metric {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.9), rgba(240, 247, 240, 0.76)),
    var(--surface-solid);
}

.charity-summary-tags span {
  border-color: rgba(74, 124, 89, 0.18);
  background: rgba(74, 124, 89, 0.08);
  color: var(--green);
}

.music-summary-copy,
.film-summary-copy,
.awards-summary-copy,
.charity-summary-copy {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
}

.music-summary-copy span,
.film-summary-copy span,
.awards-summary-copy span,
.charity-summary-copy span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.music-summary-copy span {
  color: #116c5c;
}

.film-summary-copy span {
  color: #8b5f18;
}

.music-summary-copy h3,
.film-summary-copy h3,
.awards-summary-copy h3,
.charity-summary-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.08;
}

.music-summary-copy p,
.film-summary-copy p,
.awards-summary-copy p,
.charity-summary-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.music-summary-metrics,
.film-summary-metrics,
.awards-summary-metrics,
.charity-summary-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.music-summary-metric,
.film-summary-metric,
.awards-summary-metric,
.charity-summary-metric {
  display: grid;
  align-content: center;
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(255, 252, 246, 0.72);
}

.music-summary-metric strong,
.film-summary-metric strong,
.awards-summary-metric strong,
.charity-summary-metric strong {
  color: var(--ink);
  font-size: clamp(1.32rem, 2vw, 2rem);
  line-height: 1.05;
}

.music-summary-metric span,
.film-summary-metric span,
.awards-summary-metric span,
.charity-summary-metric span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.music-summary-tags,
.film-summary-tags,
.awards-summary-tags,
.charity-summary-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.music-summary-tags span,
.film-summary-tags span,
.awards-summary-tags span,
.charity-summary-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(140, 29, 44, 0.16);
  border-radius: 999px;
  background: rgba(140, 29, 44, 0.06);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
}

.music-summary-tags span {
  border-color: rgba(17, 108, 92, 0.16);
  background: rgba(17, 108, 92, 0.07);
  color: #116c5c;
}

.film-summary-tags span {
  border-color: rgba(139, 95, 24, 0.18);
  background: rgba(139, 95, 24, 0.08);
  color: #8b5f18;
}

.music-grid,
.film-grid,
.awards-grid,
.charity-grid {
  display: grid;
  gap: 12px;
}

.music-empty,
.film-empty,
.award-empty,
.charity-empty,
.music-card,
.film-card,
.award-card,
.charity-card,
.module-card {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(49, 43, 36, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow-line);
}

.music-card,
.film-card {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 168px;
  cursor: pointer;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(177, 132, 52, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.86), rgba(246, 238, 225, 0.62)),
    rgba(255, 250, 240, 0.78);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.music-card::before,
.film-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #116c5c;
}

.film-card::before {
  background: #8b5f18;
}

.music-card {
  background:
    linear-gradient(90deg, rgba(17, 108, 92, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(238, 246, 239, 0.58)),
    rgba(255, 250, 240, 0.78);
}

.film-card {
  background:
    linear-gradient(90deg, rgba(139, 95, 24, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(247, 238, 224, 0.62)),
    rgba(255, 250, 240, 0.78);
}

.music-card:hover,
.film-card:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 29, 44, 0.24);
  box-shadow: 0 12px 34px rgba(49, 38, 26, 0.09);
}

.music-card:hover {
  border-color: rgba(17, 108, 92, 0.26);
}

.film-card:hover {
  border-color: rgba(139, 95, 24, 0.28);
}

.award-card {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 142px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(177, 132, 52, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(246, 238, 225, 0.62)),
    rgba(255, 250, 240, 0.78);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.award-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--accent);
}

.award-card[data-category="music"]::before {
  background: var(--accent);
}

.award-card[data-category="film"]::before {
  background: var(--gold);
}

.award-card[data-category="honor"]::before {
  background: var(--green);
}

.award-card[data-category="concert"]::before {
  background: var(--warning);
}

.award-card:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 29, 44, 0.24);
  box-shadow: 0 12px 34px rgba(49, 38, 26, 0.09);
}

.award-year {
  display: grid;
  align-content: center;
  gap: 6px;
  place-items: center;
  min-height: 100%;
  background:
    linear-gradient(145deg, rgba(177, 132, 52, 0.1), rgba(140, 29, 44, 0.05)),
    var(--paper-deep);
  color: var(--ink);
  font-size: 1.38rem;
  font-weight: 800;
}

.award-year::after {
  content: "";
  width: 28px;
  height: 2px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--gold);
  opacity: 0.75;
}

.award-year span {
  font-variant-numeric: tabular-nums;
}

.award-year small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.award-card-main {
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.award-card-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
}

.award-card-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  margin: 16px 0 8px;
}

.award-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.16rem, 2vw, 1.54rem);
  font-weight: 700;
  line-height: 1.22;
}

.award-result-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.78);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

.award-card[data-result="won"] .award-result-badge {
  border-color: rgba(173, 127, 42, 0.28);
  background: rgba(173, 127, 42, 0.1);
  color: #7a5512;
}

.award-card[data-result="nominated"] .award-result-badge {
  border-color: rgba(36, 93, 116, 0.18);
  background: rgba(36, 93, 116, 0.08);
  color: var(--accent);
}

.award-card[data-result="honor"] .award-result-badge,
.award-card[data-result="record"] .award-result-badge {
  border-color: rgba(74, 124, 89, 0.22);
  background: rgba(74, 124, 89, 0.1);
  color: var(--green);
}

.award-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.award-card-meta {
  margin-bottom: 5px !important;
}

.charity-card {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 168px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(65, 111, 84, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(238, 246, 239, 0.58)),
    rgba(255, 250, 240, 0.78);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.charity-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--green);
}

.charity-card[data-type="charityConcert"]::before {
  background: var(--gold);
}

.charity-card[data-type="donation"]::before {
  background: var(--warning);
}

.charity-card[data-type="ambassador"]::before,
.charity-card[data-type="advocacy"]::before {
  background: var(--green);
}

.charity-card:hover {
  transform: translateY(-1px);
  border-color: rgba(74, 124, 89, 0.28);
  box-shadow: 0 12px 34px rgba(49, 38, 26, 0.09);
}

.charity-card-date {
  display: grid;
  align-content: center;
  gap: 8px;
  place-items: center;
  min-height: 100%;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(74, 124, 89, 0.1), rgba(177, 132, 52, 0.06)),
    #eef4ed;
  color: var(--ink);
  text-align: center;
}

.charity-card-date strong {
  font-size: 1.34rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.charity-card-date span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
}

.charity-card-main {
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.charity-card-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
}

.charity-card h3 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: clamp(1.16rem, 2vw, 1.54rem);
  font-weight: 700;
  line-height: 1.22;
}

.charity-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.music-empty,
.film-empty,
.award-empty,
.charity-empty {
  display: grid;
  grid-column: 1 / -1;
  align-content: end;
  min-height: 260px;
}

.archive-empty-state {
  position: relative;
  align-content: center;
  min-height: 220px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.86), rgba(239, 232, 218, 0.58)),
    repeating-linear-gradient(
      0deg,
      rgba(49, 43, 36, 0.03) 0,
      rgba(49, 43, 36, 0.03) 1px,
      transparent 1px,
      transparent 10px
    ),
    rgba(255, 250, 240, 0.78);
}

.archive-empty-state::before {
  content: "INDEX";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(49, 43, 36, 0.08);
  font-family: var(--display-font);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.archive-empty-state span {
  color: var(--module-accent, var(--accent));
}

.archive-empty-state h3,
.archive-empty-state strong {
  position: relative;
  margin: 0 0 10px;
  font-size: clamp(1.32rem, 2.3vw, 2rem);
  line-height: 1.18;
}

.archive-empty-state p {
  position: relative;
  max-width: 34em;
}

.music-empty span,
.film-empty span,
.award-empty span,
.charity-empty span,
.module-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.music-card-cover,
.film-card-poster {
  position: relative;
  display: grid;
  place-items: center;
  align-self: start;
  width: 112px;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ede5d7;
}

.music-card-cover {
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.54),
    0 8px 18px rgba(49, 38, 26, 0.1);
}

.music-card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 250, 240, 0.36);
  border-radius: inherit;
  pointer-events: none;
}

.film-card-poster {
  width: 112px;
  aspect-ratio: 2 / 3;
  box-shadow:
    8px 0 0 rgba(25, 24, 23, 0.08),
    0 10px 18px rgba(49, 38, 26, 0.12);
}

.music-card-cover img,
.film-card-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-fallback {
  position: relative;
  display: grid;
  place-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 12px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(29, 29, 31, 0.075), rgba(255, 255, 255, 0.3)),
    repeating-linear-gradient(
      -45deg,
      rgba(49, 43, 36, 0.035) 0 5px,
      transparent 5px 10px
    ),
    #ede5d7;
}

.poster-fallback[hidden] {
  display: none;
}

.poster-fallback strong {
  position: relative;
  font-size: 1.7rem;
  line-height: 1;
}

.poster-fallback small {
  position: relative;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.music-card-cover.placeholder,
.film-card-poster.placeholder {
  position: relative;
  gap: 6px;
  padding: 12px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(29, 29, 31, 0.07), rgba(255, 255, 255, 0.32)),
    repeating-linear-gradient(
      -45deg,
      rgba(49, 43, 36, 0.04) 0 5px,
      transparent 5px 10px
    ),
    #ede5d7;
}

.music-card-cover.placeholder::before,
.film-card-poster.placeholder::before,
.poster-fallback::before,
.album-cover-placeholder::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(49, 43, 36, 0.12);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}

.music-card-cover.placeholder strong,
.film-card-poster.placeholder strong {
  position: relative;
  font-size: 1.7rem;
  line-height: 1;
}

.music-card-cover.placeholder small,
.film-card-poster.placeholder small {
  position: relative;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.music-card-main,
.film-card-main {
  min-width: 0;
}

.music-card-kicker,
.film-card-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #116c5c;
  font-size: 0.76rem;
  font-weight: 700;
}

.film-card-kicker {
  color: #8b5f18;
}

.music-card-kicker span,
.film-card-kicker span {
  color: inherit;
}

.music-card h3,
.music-empty h3,
.film-card h3,
.film-empty h3,
.module-card h3 {
  margin: 44px 0 10px;
  color: var(--ink);
  font-size: clamp(1.24rem, 2.4vw, 1.86rem);
  font-weight: 700;
  line-height: 1.18;
}

.music-card h3,
.film-card h3 {
  margin-top: 18px;
}

.music-card p,
.music-empty p,
.film-card p,
.film-empty p,
.module-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.66;
}

.music-card p,
.film-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.archive-module-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 12px;
}

.module-card {
  display: grid;
  align-content: end;
}

.module-card.muted {
  background: rgba(239, 232, 218, 0.78);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: start;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--accent), var(--gold), var(--green));
  opacity: 0.24;
}

.timeline-decade {
  position: relative;
  min-height: 316px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(36, 93, 116, 0.06), transparent 32%),
    rgba(255, 250, 240, 0.84);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.timeline-decade::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(36, 93, 116, 0.32);
}

.timeline-decade h3 {
  margin: 0 0 16px 18px;
  color: var(--blue);
  font-family: var(--display-font);
  font-size: 2rem;
  font-weight: 700;
}

.timeline-item {
  display: block;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.timeline-item:hover {
  transform: translateX(2px);
  color: var(--blue);
}

.timeline-item-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.timeline-item-top b {
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
}

.timeline-item-top em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(36, 93, 116, 0.08);
  color: var(--blue);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.timeline-item[data-type="music"] .timeline-item-top em {
  background: rgba(17, 108, 92, 0.08);
  color: #116c5c;
}

.timeline-item[data-type="film"] .timeline-item-top em {
  background: rgba(162, 107, 29, 0.11);
  color: #8b5f18;
}

.timeline-item[data-type="honor"] .timeline-item-top em {
  background: rgba(126, 61, 28, 0.1);
  color: #7e3d1c;
}

.timeline-item[data-type="public"] .timeline-item-top em {
  background: rgba(74, 124, 89, 0.1);
  color: var(--green);
}

.timeline-item[data-type="news"] .timeline-item-top em {
  background: rgba(167, 44, 73, 0.1);
  color: #9d2e49;
}

.timeline-item[data-type="concert"] .timeline-item-top em {
  background: rgba(140, 29, 44, 0.08);
  color: var(--accent);
}

.timeline-item strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.42;
}

.timeline-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.8fr);
  gap: 28px;
  margin: clamp(70px, 10vw, 112px) 0 clamp(132px, 18vh, 220px);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(140, 29, 44, 0.28), rgba(25, 24, 23, 0.94)),
    var(--ink);
  color: #fff;
}

.about-section .eyebrow {
  color: #e9c778;
}

.about-copy {
  display: grid;
  gap: 18px;
}

.about-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.76;
}

.about-copy .about-lead {
  color: rgba(255, 250, 240, 0.92);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 600;
  line-height: 1.72;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 2px;
}

.about-principles article {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 16px;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.09), rgba(255, 250, 240, 0.035)),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 1px 0 rgba(255, 250, 240, 0.08) inset;
}

.about-principles span {
  color: #e9c778;
  font-size: 0.68rem;
  font-weight: 800;
}

.about-principles strong {
  color: #fffaf0;
  font-size: 1.04rem;
  line-height: 1.25;
}

.about-principles p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.62;
}

.concert-dialog {
  width: min(900px, calc(100vw - 28px));
  max-height: min(820px, calc(100vh - 28px));
  border: 0;
  padding: 0;
  background: transparent;
}

.concert-dialog::backdrop {
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.dialog-body {
  position: relative;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(49, 43, 36, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.dialog-body h2 {
  margin: 0 42px 16px 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.75rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.16;
}

.dialog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.dialog-content {
  display: grid;
  gap: 12px;
}

.dialog-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 12px;
}

.music-dialog-hero {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.music-overview {
  min-width: 0;
}

.album-cover {
  position: relative;
  display: grid;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ede5d7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.album-cover img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.film-dialog-poster {
  aspect-ratio: 2 / 3;
}

.film-dialog-poster img {
  aspect-ratio: 2 / 3;
}

.album-cover-placeholder {
  position: relative;
  display: grid;
  place-content: center;
  gap: 8px;
  min-height: 100%;
  padding: 20px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(25, 25, 27, 0.08), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(
      -45deg,
      rgba(49, 43, 36, 0.04) 0 6px,
      transparent 6px 12px
    ),
    #ede5d7;
}

.album-cover-placeholder strong {
  position: relative;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

.album-cover-placeholder span {
  position: relative;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.overview-copy,
.overview-stats {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.72);
}

.overview-copy {
  display: grid;
  align-content: end;
  min-height: 210px;
  padding: 18px;
}

.overview-copy span,
.overview-stats span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.overview-copy p {
  margin: 0;
  color: #332f2b;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 600;
  line-height: 1.58;
}

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

.overview-stats div {
  min-height: 104px;
  padding: 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.overview-stats div:nth-child(2n) {
  border-right: 0;
}

.overview-stats div:nth-last-child(-n + 2):nth-child(odd),
.overview-stats div:last-child {
  border-bottom: 0;
}

.overview-stats div:last-child:nth-child(odd) {
  border-right: 0;
}

.overview-stats strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.music-label-row {
  min-height: 0;
}

.music-label-row p {
  color: #332f2b;
}

.detail-box {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.72);
}

.detail-box span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.detail-box strong,
.detail-box p {
  margin: 0;
  line-height: 1.62;
}

.detail-box.wide {
  overflow: hidden;
}

.detail-section {
  padding-top: 18px;
}

.detail-section > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 0.86rem;
}

.detail-section > span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 16px;
  color: #332f2b;
  line-height: 1.62;
}

.detail-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.compact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  color: #332f2b;
  line-height: 1.65;
}

.compact-list small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.detail-table-wrap {
  overflow-x: auto;
  margin: 0 -2px;
}

.detail-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 0.9rem;
}

.detail-table th,
.detail-table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.detail-table th {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.detail-table .summary-row td {
  background: rgba(239, 232, 218, 0.72);
  color: var(--muted);
}

.detail-table .summary-row td:first-child {
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}

.performance-cell {
  display: grid;
  gap: 8px;
  min-width: 220px;
}

.performance-note {
  margin: 0;
  color: #514a43;
  line-height: 1.55;
}

.encore-details {
  border: 1px solid rgba(140, 29, 44, 0.18);
  border-radius: var(--radius);
  background: rgba(140, 29, 44, 0.055);
}

.encore-details[open] {
  background: rgba(255, 252, 246, 0.8);
  box-shadow: inset 0 0 0 1px rgba(140, 29, 44, 0.05);
}

.encore-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  padding: 7px 10px;
  cursor: pointer;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

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

.encore-details summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
}

.encore-details[open] summary::after {
  content: "−";
}

.encore-details summary small {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.encore-details p {
  margin: 0;
  padding: 0 10px 10px;
  color: #332f2b;
  font-size: 0.86rem;
  line-height: 1.6;
}

.encore-details .encore-note {
  margin-top: -4px;
  color: var(--warning);
  font-weight: 650;
}

.source-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.source-muted {
  color: var(--muted);
  font-weight: 650;
}

.concert-dialog[data-detail="concert"] {
  --detail-accent: var(--accent);
  --detail-soft: rgba(140, 29, 44, 0.08);
  --detail-edge: rgba(140, 29, 44, 0.28);
}

.concert-dialog[data-detail="music"] {
  --detail-accent: #116c5c;
  --detail-soft: rgba(17, 108, 92, 0.08);
  --detail-edge: rgba(17, 108, 92, 0.26);
}

.concert-dialog[data-detail="film"] {
  --detail-accent: #8b5f18;
  --detail-soft: rgba(139, 95, 24, 0.09);
  --detail-edge: rgba(139, 95, 24, 0.28);
}

.concert-dialog[data-detail="award"] {
  --detail-accent: var(--gold);
  --detail-soft: rgba(177, 132, 52, 0.1);
  --detail-edge: rgba(177, 132, 52, 0.28);
}

.concert-dialog[data-detail="charity"] {
  --detail-accent: var(--green);
  --detail-soft: rgba(65, 111, 84, 0.09);
  --detail-edge: rgba(65, 111, 84, 0.28);
}

.concert-dialog {
  width: min(1040px, calc(100vw - 28px));
}

.dialog-body {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(25, 24, 23, 0.035) 0 1px, transparent 1px 34px),
    radial-gradient(circle at 100% 0, var(--detail-soft, rgba(140, 29, 44, 0.08)), transparent 24rem),
    rgba(255, 250, 240, 0.96);
}

.dialog-body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--detail-accent, var(--accent)), var(--gold), transparent 72%);
}

.dialog-body::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 10px;
  background:
    linear-gradient(180deg, var(--detail-accent, var(--accent)), rgba(25, 24, 23, 0.18)),
    var(--detail-accent, var(--accent));
  opacity: 0.86;
}

.dialog-body > .eyebrow {
  margin-left: 2px;
  color: var(--detail-accent, var(--accent));
}

.dialog-body h2 {
  max-width: 13em;
  margin-bottom: 12px;
  text-wrap: balance;
}

.dialog-meta {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.dialog-meta .tag {
  border-color: color-mix(in srgb, var(--detail-accent, var(--accent)) 18%, transparent);
  background: rgba(255, 252, 246, 0.84);
}

.dialog-content {
  gap: 14px;
}

.dialog-overview,
.music-dialog-hero {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, var(--detail-soft, rgba(140, 29, 44, 0.08)), transparent 42%),
    rgba(255, 252, 246, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.72);
}

.music-dialog-hero .dialog-overview {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.overview-copy,
.overview-stats,
.detail-box {
  background: rgba(255, 252, 246, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.72);
}

.overview-copy {
  align-content: center;
  border-left: 4px solid var(--detail-accent, var(--accent));
}

.overview-copy span,
.overview-stats span,
.detail-box span {
  color: color-mix(in srgb, var(--detail-accent, var(--accent)) 72%, var(--muted));
  letter-spacing: 0;
}

.overview-copy p {
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  line-height: 1.68;
}

.overview-stats {
  align-content: stretch;
}

.overview-stats div {
  display: grid;
  align-content: center;
  min-height: 112px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.64), transparent 58%),
    rgba(255, 252, 246, 0.48);
}

.overview-stats strong {
  font-size: clamp(1rem, 1.45vw, 1.16rem);
}

.album-cover {
  min-height: 240px;
  background:
    linear-gradient(135deg, rgba(25, 24, 23, 0.08), rgba(255, 250, 240, 0.32)),
    #ede5d7;
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.65),
    0 16px 34px rgba(49, 38, 26, 0.16);
}

.film-dialog-poster {
  min-height: 320px;
  box-shadow:
    10px 0 0 rgba(25, 24, 23, 0.08),
    0 16px 34px rgba(49, 38, 26, 0.16);
}

.detail-box {
  position: relative;
  padding: 18px;
}

.detail-section > span {
  margin-bottom: 14px;
  color: var(--ink);
  font-weight: 800;
}

.detail-section > span::before {
  background: var(--detail-accent, var(--accent));
}

.detail-list li::before {
  background: var(--detail-accent, var(--accent));
}

.detail-grid {
  gap: 14px;
}

.source-list {
  gap: 10px;
}

.source-list li {
  min-width: 0;
}

.source-list a,
.source-muted {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--detail-accent, var(--accent)) 16%, var(--line));
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 252, 246, 0.74);
  color: var(--ink);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.source-list a:hover {
  border-color: var(--detail-edge, rgba(140, 29, 44, 0.28));
  background: var(--detail-soft, rgba(140, 29, 44, 0.08));
  transform: translateX(2px);
}

.source-list a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-list a small {
  flex: 0 0 auto;
  color: var(--detail-accent, var(--accent));
  font-size: 0.72rem;
  font-weight: 800;
}

.source-list a small::after {
  content: " ->";
}

.source-muted {
  justify-content: flex-start;
  border-style: dashed;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(163, 81, 28, 0.045) 0 5px,
      transparent 5px 10px
    ),
    rgba(255, 252, 246, 0.7);
  color: var(--muted);
}

.source-muted[data-state="pending"] {
  color: var(--warning);
}

.source-muted[data-state="pending"]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}

.detail-table th {
  color: color-mix(in srgb, var(--detail-accent, var(--accent)) 60%, var(--muted));
}

.encore-details {
  border-color: var(--detail-edge, rgba(140, 29, 44, 0.18));
  background: var(--detail-soft, rgba(140, 29, 44, 0.055));
}

.encore-details summary {
  color: var(--detail-accent, var(--accent));
}

.encore-details summary::after {
  background: var(--detail-accent, var(--accent));
}

.film-rating-pill span,
.rating-card span {
  color: var(--detail-accent, var(--accent));
}

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

.rating-card {
  display: grid;
  gap: 8px;
  min-height: 88px;
  padding: 13px 14px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(255, 252, 246, 0.72);
  color: inherit;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.rating-card:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 29, 44, 0.24);
  box-shadow: 0 12px 30px rgba(49, 38, 26, 0.08);
}

.rating-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.rating-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1;
}

.rating-card.pending-score strong {
  color: #4f5056;
  font-size: 1rem;
}

.rating-card.has-score strong {
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
}

.rating-card small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.film-rating-section {
  padding: 14px 15px;
}

.film-rating-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.film-rating-pill {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 2px 10px;
  min-width: 150px;
  padding: 10px 12px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 252, 246, 0.78);
  color: inherit;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.film-rating-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 29, 44, 0.24);
  box-shadow: 0 10px 24px rgba(49, 38, 26, 0.08);
}

.film-rating-pill span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
}

.film-rating-pill strong {
  color: var(--ink);
  font-size: 1.26rem;
  line-height: 1;
}

.film-rating-pill small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.film-rating-pill.source-only strong {
  font-size: 1rem;
}

.film-rating-pill.unavailable {
  border-style: dashed;
  color: inherit;
  cursor: default;
}

.film-rating-pill.unavailable:hover {
  transform: none;
  border-color: rgba(29, 29, 31, 0.08);
  box-shadow: none;
}

.film-credit-row,
.film-cast-section {
  padding-top: 14px;
}

.track-list {
  columns: 2 260px;
  column-gap: 34px;
  margin: 0;
  padding-left: 1.2rem;
  color: #332f2b;
  line-height: 1.62;
}

.track-list li {
  break-inside: avoid;
  margin-bottom: 7px;
  padding-left: 2px;
}

.track-count {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .hero-section,
  .archive-guide,
  .archive-console,
  .music-console,
  .film-console,
  .awards-console,
  .charity-console,
  .music-summary,
  .film-summary,
  .awards-summary,
  .charity-summary,
  .section-intro,
  .about-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-portrait {
    min-height: 560px;
  }

  .filters-panel {
    position: static;
  }

  .awards-summary-lanes,
  .awards-summary-decades {
    grid-column: 1 / -1;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .awards-summary-spotlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-board,
  .archive-guide,
  .archive-module-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .music-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .film-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .music-card-cover {
    width: 92px;
  }

  .film-card-poster {
    width: 92px;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 24px, var(--max));
  }

  section,
  article {
    scroll-margin-top: 118px;
  }

  .site-header {
    top: 6px;
    flex-wrap: wrap;
    gap: 6px;
    min-height: auto;
    padding: 8px;
    border-radius: var(--radius);
  }

  .brand-mark {
    width: 100%;
  }

  .brand-mark strong {
    max-width: 130px;
  }

  .brand-mark span {
    width: 28px;
    height: 28px;
    font-size: 0.68rem;
  }

  .main-nav {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 8px;
    padding: 2px 0 0;
    overflow-x: auto;
    white-space: nowrap;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 22px), transparent 100%);
  }

  .main-nav a {
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    background: rgba(255, 250, 240, 0.58);
    color: #5f574e;
    font-size: 0.78rem;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav a.is-active {
    border-color: rgba(140, 29, 44, 0.18);
    background: rgba(140, 29, 44, 0.1);
    color: var(--accent);
  }

  .hero-section {
    padding-top: 34px;
  }

  .archive-guide {
    grid-template-columns: 1fr;
    margin: 0 0 12px;
  }

  .archive-guide article {
    min-height: auto;
    padding: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(3.5rem, 18vw, 5.4rem);
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .section-intro {
    gap: 14px;
    padding: 46px 0 18px;
  }

  .section-intro h2,
  .about-section h2 {
    font-size: clamp(2.3rem, 15vw, 4.2rem);
  }

  .section-intro > p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .hero-entry-strip {
    display: flex;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 26px), transparent 100%);
  }

  .hero-entry-strip::-webkit-scrollbar {
    display: none;
  }

  .hero-entry-strip a {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }

  .hero-portrait {
    min-height: 430px;
  }

  .news-board,
  .archive-guide,
  .archive-module-grid,
  .timeline,
  .music-grid,
  .film-grid,
  .awards-grid,
  .charity-grid {
    grid-template-columns: 1fr;
  }

  .music-summary,
  .film-summary,
  .awards-summary,
  .charity-summary {
    gap: 12px;
    padding: 16px;
  }

  .music-summary-copy h3,
  .film-summary-copy h3,
  .awards-summary-copy h3,
  .charity-summary-copy h3 {
    font-size: clamp(1.42rem, 8vw, 2.2rem);
  }

  .music-summary-metrics,
  .film-summary-metrics,
  .awards-summary-metrics,
  .charity-summary-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .music-summary-metric,
  .film-summary-metric,
  .awards-summary-metric,
  .charity-summary-metric {
    min-height: 92px;
  }

  .awards-summary-decades {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(54px, 1fr));
  }

  .awards-summary-spotlights {
    grid-template-columns: 1fr;
  }

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

  .music-card,
  .film-card,
  .award-card,
  .charity-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    min-height: 136px;
  }

  .music-card-main,
  .film-card-main,
  .award-card-main,
  .charity-card-main,
  .concert-main {
    min-width: 0;
  }

  .award-card-main {
    padding: 14px 12px 14px 0;
  }

  .charity-card-main {
    padding: 14px 12px 14px 0;
  }

  .award-year {
    font-size: 1rem;
  }

  .charity-card-date strong {
    font-size: 1rem;
  }

  .charity-card-date span {
    font-size: 0.62rem;
  }

  .award-year small {
    font-size: 0.62rem;
  }

  .award-card-title-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 10px 0 8px;
  }

  .award-result-badge {
    justify-self: start;
  }

  .music-card-cover {
    width: 78px;
  }

  .film-card-poster {
    width: 78px;
  }

  .music-card h3,
  .film-card h3,
  .award-card h3,
  .charity-card h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.1rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
  }

  .music-card p,
  .film-card p,
  .award-card p,
  .charity-card p {
    -webkit-line-clamp: 3;
  }

  .music-card-kicker,
  .film-card-kicker,
  .award-card-kicker,
  .charity-card-kicker,
  .concert-tags {
    gap: 6px;
  }

  .tag {
    max-width: 100%;
    min-height: 22px;
    font-size: 0.68rem;
    line-height: 1.2;
    white-space: normal;
  }

  .concert-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .concert-card::before {
    inset: 0 auto 0 72px;
  }

  .concert-year {
    min-height: 100%;
    font-size: 1.18rem;
  }

  .concert-main {
    padding: 14px 12px 14px 0;
  }

  .concert-main h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
  }

  .concert-side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    justify-items: start;
    min-width: 0;
    padding: 0 14px 14px;
  }

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

  .dialog-overview,
  .music-dialog-hero,
  .overview-stats {
    grid-template-columns: 1fr;
  }

  .overview-stats div,
  .overview-stats div:nth-child(2n),
  .overview-stats div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .overview-stats div:last-child {
    border-bottom: 0;
  }

  .concert-dialog {
    padding: 10px;
  }

  .dialog-body {
    width: min(100%, 720px);
    max-height: calc(100svh - 20px);
    padding: 28px 16px 18px;
    border-radius: 10px;
  }

  .dialog-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .dialog-body h2 {
    padding-right: 44px;
    font-size: clamp(1.85rem, 9.2vw, 3.2rem);
    line-height: 1.08;
  }

  .dialog-meta {
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .dialog-meta .tag,
  .concert-tags .tag {
    max-width: 100%;
  }

  .detail-box {
    padding: 16px;
  }

  .album-cover,
  .film-dialog-poster {
    min-height: 0;
    max-height: 420px;
  }

  .music-dialog-hero {
    gap: 12px;
    padding: 10px;
  }

  .overview-copy p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .overview-stats div {
    min-height: 78px;
    padding: 12px;
  }

  .source-list a,
  .source-muted {
    align-items: flex-start;
    gap: 8px;
    min-height: 40px;
  }

  .source-list a span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .source-list a small {
    padding-top: 2px;
  }

  .film-rating-pill {
    flex: 1 1 100%;
    min-width: 0;
  }

  .detail-section {
    padding-top: 14px;
  }

  .detail-table-wrap {
    position: relative;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 8px;
    mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 28px), transparent 100%);
  }

  .detail-table-wrap::before {
    content: "横向滑动查看完整表格";
    display: block;
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 700;
  }

  .detail-table {
    min-width: 680px;
    font-size: 0.84rem;
  }

  .track-list {
    columns: 1;
    padding-left: 1.05rem;
  }

  .about-section {
    padding: 24px;
  }
}
