.card-detail-hero {
  min-height: 640px;
  padding: 70px clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 24% 20%, rgba(199,166,90,.18), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(157,38,52,.2), transparent 28%),
    linear-gradient(125deg, #071522, #10283a 62%, #1c1116);
  position: relative;
  overflow: hidden;
}

.card-detail-hero::after {
  content: attr(data-card-year);
  position: absolute;
  right: -28px;
  bottom: -86px;
  color: rgba(255,255,255,.03);
  font-family: var(--hs-serif);
  font-size: 230px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

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

.breadcrumbs {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #92a0aa;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--hs-gold-light);
}

.eyebrow {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hs-gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}

.card-detail-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--hs-serif);
  font-size: 72px;
  line-height: .98;
  letter-spacing: 0;
}

.card-detail-hero h1 span {
  display: block;
  color: var(--hs-gold-light);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 31px;
  color: #c4ced5;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 5;
}

.action-button {
  min-height: 44px;
  padding: 13px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hs-navy);
  background: var(--hs-gold-light);
  border: 1px solid var(--hs-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.action-button.secondary {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
}

.hero-card-showcase {
  min-height: 480px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}

.hero-card-showcase::before,
.hero-card-showcase::after {
  content: "";
  width: 265px;
  height: 370px;
  position: absolute;
  border: 1px solid rgba(199,166,90,.25);
  background: rgba(255,255,255,.035);
  pointer-events: none;
}

.hero-card-showcase::before {
  transform: rotate(-8deg) translateX(-32px);
}

.hero-card-showcase::after {
  transform: rotate(8deg) translateX(32px);
}

.hero-card-showcase img {
  max-height: 420px;
  width: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 28px 24px rgba(0,0,0,.55));
}

.hero-score {
  position: absolute;
  right: 0;
  bottom: 18px;
  z-index: 3;
  width: 116px;
  height: 116px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid var(--hs-gold);
  border-radius: 50%;
  background: var(--hs-navy);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.hero-score span,
.hero-score small {
  color: #9ca9b2;
  font-size: 7px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-score strong {
  color: var(--hs-gold-light);
  font-family: var(--hs-serif);
  font-size: 32px;
  line-height: 1;
}

.card-detail-main {
  max-width: 1260px;
  margin: 0 auto;
  padding: 90px 24px 110px;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
}

.detail-panel {
  background: var(--hs-paper);
  border: 1px solid var(--hs-line);
  padding: 28px;
}

.detail-panel.dark {
  color: #fff;
  background: var(--hs-navy);
  border-color: rgba(255,255,255,.12);
}

.section-heading {
  margin-bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--hs-serif);
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 580px;
  margin: 10px 0 0;
  color: var(--hs-slate);
  line-height: 1.65;
}

.dark .section-heading p {
  color: #aebbc4;
}

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

.pop-tile {
  min-height: 118px;
  padding: 18px;
  display: grid;
  align-content: center;
  background: #f1eadf;
  border: 1px solid var(--hs-line);
}

.pop-tile span {
  color: var(--hs-slate);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pop-tile strong {
  margin-top: 5px;
  font-family: var(--hs-serif);
  font-size: 32px;
}

.pop-tile em {
  margin-top: 5px;
  color: #8b6c27;
  font-style: normal;
  font-size: 11px;
}

.market-list {
  display: grid;
  gap: 13px;
}

.market-row {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.market-row span {
  color: #aebbc4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.market-row strong {
  color: var(--hs-gold-light);
  font-family: var(--hs-serif);
  font-size: 21px;
  text-align: right;
}

.score-section {
  margin-top: 26px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 24px;
}

.score-breakdown {
  display: grid;
  gap: 16px;
}

.score-row {
  display: grid;
  gap: 8px;
}

.score-row header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 800;
}

.score-row header span {
  color: var(--hs-slate);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.score-bar {
  height: 10px;
  background: #e8dfd1;
  overflow: hidden;
}

.score-bar span {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--hs-red), var(--hs-gold));
}

.narrative {
  color: var(--hs-slate);
  line-height: 1.75;
}

.narrative p {
  margin: 0 0 16px;
}

.price-history-section {
  margin-top: 26px;
}

.price-history-panel {
  overflow: hidden;
}

.price-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--hs-line);
  background: #f1eadf;
}

.price-history-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  text-align: left;
}

.price-history-table th,
.price-history-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--hs-line);
}

.price-history-table th {
  color: #fff;
  background: var(--hs-navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-history-table td {
  color: var(--hs-ink);
  background: var(--hs-paper);
  font-size: 14px;
  font-weight: 700;
}

.price-history-table td:first-child {
  color: #8b6c27;
  font-family: var(--hs-serif);
  font-size: 22px;
}

.price-change {
  margin-left: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.price-change.positive {
  color: #167a45;
}

.price-change.negative {
  color: #b4232f;
}

.price-history-table tr:last-child td {
  border-bottom: 0;
}

.price-history-note {
  margin: 16px 0 0;
  color: var(--hs-slate);
  font-size: 12px;
  font-style: italic;
}

.collector-section {
  margin-top: 26px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 24px;
}

.vote-box {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(199,166,90,.16), transparent 32%),
    var(--hs-navy);
  border: 1px solid rgba(255,255,255,.13);
  padding: 34px;
}

.vote-box h2 {
  margin: 0 0 14px;
  font-family: var(--hs-serif);
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.vote-box > p:not(.eyebrow) {
  margin: 0 0 22px;
}

.vote-options,
.hobby-vote-options {
  display: grid;
  gap: 9px;
}

.vote-options button,
.hobby-vote-options button {
  min-height: 44px;
  padding: 11px 13px;
  color: #fff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.16);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-align: left;
  text-transform: uppercase;
}

.vote-options button:first-child,
.hobby-vote-options button:first-child {
  color: var(--hs-navy);
  background: var(--hs-gold-light);
  border-color: var(--hs-gold);
}

.hobby-result-row {
  min-height: 44px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.16);
  position: relative;
  overflow: hidden;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hobby-result-fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: rgba(230,207,148,.36);
  z-index: 0;
}

.hobby-result-label,
.hobby-result-percent {
  position: relative;
  z-index: 1;
}

.hobby-result-row.user-vote {
  color: var(--hs-navy);
  background: var(--hs-gold-light);
  border-color: var(--hs-gold);
}

.hobby-vote-count {
  margin-top: 15px;
  color: #aebbc4;
  font-size: 11px;
  line-height: 1.6;
}

.vote-confirmation {
  color: var(--hs-gold-light);
  font-weight: 800;
}

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

.badge-card {
  min-height: 130px;
  padding: 14px;
  display: grid;
  place-items: center;
  background: #f1eadf;
  border: 1px solid var(--hs-line);
}

.badge-card img {
  max-height: 104px;
  width: auto;
}

.profile-section {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(460px, 1.16fr) minmax(320px, .84fr);
  gap: 28px;
}

.profile-section-single {
  grid-template-columns: 1fr;
}

.scorecard-image {
  min-height: 560px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #eee9df, #d9d1c3);
  border: 1px solid var(--hs-line);
  padding: 18px;
  overflow: hidden;
}

.scorecard-image img {
  max-width: 100%;
  max-height: 680px;
  width: auto;
  filter: drop-shadow(0 18px 14px rgba(0,0,0,.25));
}

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

.related-card {
  padding: 20px;
  display: grid;
  gap: 8px;
  background: #f1eadf;
  border: 1px solid var(--hs-line);
}

.related-card small {
  color: #8b6c27;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.related-card strong {
  font-family: var(--hs-serif);
  font-size: 21px;
}

.related-card span {
  color: var(--hs-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.related-player-strip {
  grid-column: 1 / -1;
  padding: 18px 20px;
  display: grid;
  gap: 10px;
  background: #f1eadf;
  border: 1px solid var(--hs-line);
}

.related-player-strip small {
  color: #8b6c27;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.related-player-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--hs-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.data-credit {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: var(--hs-slate);
  font-size: 10px;
}

.data-credit img {
  width: 125px;
  height: auto;
}

.sponsor {
  max-width: 900px;
  margin: 55px auto 0;
}

.sponsor img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 1000px) {
  .card-detail-hero,
  .snapshot-grid,
  .score-section,
  .collector-section,
  .profile-section {
    grid-template-columns: 1fr;
  }

  .card-detail-hero h1 {
    font-size: 60px;
  }

  .scorecard-image {
    min-height: 520px;
  }

  .scorecard-image img {
    max-height: 620px;
  }
}

@media (max-width: 740px) {
  .card-detail-hero {
    padding: 48px 24px 65px;
  }

  .hero-card-showcase {
    min-height: 390px;
  }

  .hero-card-showcase img {
    max-height: 335px;
  }

  .hero-score {
    right: 8%;
  }

  .scorecard-image {
    min-height: 460px;
    padding: 16px;
  }

  .scorecard-image img {
    max-height: 560px;
  }

  .card-detail-main {
    padding-top: 70px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

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

@media (max-width: 480px) {
  .card-detail-hero h1 {
    font-size: 42px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-card-showcase::before,
  .hero-card-showcase::after {
    width: 210px;
    height: 300px;
  }

  .scorecard-image {
    min-height: 360px;
    padding: 12px;
  }

  .scorecard-image img {
    max-height: 430px;
  }

  .population-grid,
  .badge-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}
