.hall-page {
  display: grid;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 46px;
}

.hall-page * { box-sizing: border-box; }

.hall-intro,
.hall-podium-section,
.hall-ranking-section,
.hall-message,
.hall-footnote {
  border: 1px solid rgba(137, 92, 31, .2);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,249,238,.98), rgba(255,255,255,.98));
  box-shadow: 0 18px 42px rgba(65, 40, 13, .08);
}

.hall-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}

.hall-kicker {
  margin: 0 0 8px;
  color: #9b6519;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hall-intro h2,
.hall-section-head h2,
.hall-message h2 {
  margin: 0;
  color: #21170f;
  line-height: 1.12;
}

.hall-intro h2 { font-size: clamp(1.6rem, 3vw, 2.55rem); }

.hall-lead {
  max-width: 850px;
  margin: 14px 0 0;
  color: #5c4e42;
  font-size: 1.04rem;
  line-height: 1.7;
}

.hall-intro__badge {
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 20px;
  border: 1px solid rgba(137, 92, 31, .18);
  border-radius: 24px;
  background: radial-gradient(circle at 50% 25%, rgba(255,221,135,.7), rgba(255,245,218,.88));
  text-align: center;
  color: #4c3216;
}

.hall-intro__crown { font-size: 2rem; line-height: 1; }
.hall-intro__badge strong { margin-top: 6px; font-size: 2.3rem; line-height: 1; }
.hall-intro__badge span:last-child { margin-top: 7px; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.hall-podium-section,
.hall-ranking-section { padding: 28px; }

.hall-section-head { margin-bottom: 24px; text-align: center; }
.hall-section-head h2 { font-size: clamp(1.45rem, 2.4vw, 2.1rem); }
.hall-section-head > p:last-child { margin: 9px 0 0; color: #6a5b4e; }

.hall-section-head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.hall-section-head--row > p { max-width: 360px; text-align: right; }

.hall-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.hall-podium--count-1 { grid-template-columns: minmax(260px, 480px); justify-content: center; }
.hall-podium--count-2 { grid-template-columns: repeat(2, minmax(260px, 420px)); justify-content: center; }

.hall-podium-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(137, 92, 31, .2);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(64, 42, 18, .08);
}

.hall-podium-card--rank-1 {
  transform: translateY(-15px);
  border-color: rgba(196, 137, 24, .45);
  box-shadow: 0 18px 38px rgba(152, 99, 12, .16);
}

.hall-podium-card__image {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 20px 20px 0;
  background: radial-gradient(circle at 50% 65%, rgba(255,226,157,.55), transparent 58%);
}

.hall-podium-card--rank-1 .hall-podium-card__image { min-height: 350px; }

.hall-podium-card__image a { display: grid; place-items: center; width: 100%; height: 100%; }
.hall-podium-card__image img { width: 100%; max-width: 280px; height: 290px; object-fit: contain; transition: transform .3s ease; }
.hall-podium-card--rank-1 .hall-podium-card__image img { height: 335px; }
.hall-podium-card__image a:hover img { transform: translateY(-5px) rotate(-1deg); }

.hall-rank-medal {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: #b98a43;
  color: #fff;
  box-shadow: 0 7px 18px rgba(55, 33, 12, .2);
  font-weight: 900;
  font-size: 1.25rem;
}

.hall-podium-card--rank-1 .hall-rank-medal { background: linear-gradient(135deg, #f0c14d, #aa7111); }
.hall-podium-card--rank-2 .hall-rank-medal { background: linear-gradient(135deg, #d9dce2, #7e858e); }
.hall-podium-card--rank-3 .hall-rank-medal { background: linear-gradient(135deg, #d89b66, #81491f); }

.hall-podium-card__body { display: grid; gap: 10px; padding: 20px; text-align: center; }
.hall-award { color: #9b6519; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hall-podium-card h3 { margin: 0; color: #21170f; font-size: 1.28rem; }
.hall-comment { min-height: 44px; margin: 0; color: #6a5b4e; font-size: .9rem; line-height: 1.5; }
.hall-views { color: #3a2a1c; }
.hall-views strong { font-size: 1.25rem; }

.hall-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--bg-dark, #21170f);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, opacity .2s ease;
}
.hall-button:hover { transform: translateY(-2px); opacity: .92; }

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

.hall-ranking-card {
  display: grid;
  grid-template-columns: 58px 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(137, 92, 31, .16);
  border-radius: 18px;
  background: rgba(255,255,255,.84);
}

.hall-ranking-card.is-sold-out { background: rgba(248,246,242,.9); }
.hall-ranking-card__rank { color: #a56b1b; font-size: 1.65rem; font-weight: 900; text-align: center; }
.hall-ranking-card__image { height: 118px; display: grid; place-items: center; }
.hall-ranking-card__image img { width: 100%; height: 118px; object-fit: contain; }
.hall-ranking-card__content { min-width: 0; }
.hall-ranking-card__eyebrow { color: #9b6519; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.hall-ranking-card h3 { margin: 4px 0 6px; color: #231910; font-size: 1.18rem; }
.hall-ranking-card p { margin: 0; color: #66584c; line-height: 1.5; }
.hall-ranking-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; }

.hall-stock { font-size: .84rem; font-weight: 800; line-height: 1.4; }
.hall-stock--in { color: #38763d; }
.hall-stock--out { color: #8a4b3d; }
.hall-podium-card .hall-stock--out { min-height: 44px; display: grid; place-items: center; padding: 9px 12px; border-radius: 12px; background: rgba(145, 67, 47, .08); }

.hall-text-link { color: #332214; font-weight: 900; text-decoration: none; white-space: nowrap; }
.hall-text-link:hover { text-decoration: underline; }

.hall-message { padding: 44px 30px; text-align: center; }
.hall-message__duck { margin-bottom: 12px; font-size: 3rem; }
.hall-message p { max-width: 720px; margin: 12px auto 20px; color: #625448; line-height: 1.65; }
.hall-message--error { border-color: rgba(150, 52, 42, .25); background: #fff6f3; }

.hall-footnote {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px;
  color: #5e5146;
}
.hall-footnote > span { font-size: 1.4rem; }
.hall-footnote strong { color: #2f2218; }
.hall-footnote p { margin: 5px 0 0; line-height: 1.55; }

@media (max-width: 900px) {
  .hall-intro { grid-template-columns: 1fr; }
  .hall-intro__badge { min-height: 125px; }
  .hall-podium { grid-template-columns: 1fr; align-items: stretch; }
  .hall-podium-card--rank-1 { transform: none; order: -1; }
  .hall-podium-card__image,
  .hall-podium-card--rank-1 .hall-podium-card__image { min-height: 280px; }
  .hall-podium-card__image img,
  .hall-podium-card--rank-1 .hall-podium-card__image img { height: 270px; }
  .hall-section-head--row { display: block; }
  .hall-section-head--row > p { max-width: none; text-align: left; }
}

@media (max-width: 640px) {
  .hall-page { gap: 18px; padding-top: 18px; }
  .hall-intro,
  .hall-podium-section,
  .hall-ranking-section,
  .hall-message { padding: 20px; border-radius: 18px; }
  .hall-ranking-card { grid-template-columns: 42px 82px minmax(0, 1fr); gap: 10px; padding: 12px; }
  .hall-ranking-card__image,
  .hall-ranking-card__image img { height: 82px; }
  .hall-ranking-card p { display: none; }
  .hall-ranking-card__footer { display: grid; justify-content: stretch; }
  .hall-text-link { white-space: normal; }
  .hall-footnote { border-radius: 18px; }
}
