/* World — wide catalog + rewarding leaderboards */

.world-page {
  --world-pad: clamp(1.1rem, 3.2vw, 2.5rem);
  --world-max: 1480px;
  background:
    radial-gradient(ellipse 90% 40% at 50% -5%, color-mix(in srgb, var(--forest-deep) 10%, transparent), transparent 70%),
    var(--paper);
}

.world-page .lb-nav-links.world-nav-links {
  display: none;
}

@media (min-width: 48rem) {
  .world-page .lb-nav-links.world-nav-links {
    display: flex;
  }
}

@media (min-width: 40rem) and (max-width: 59.99rem) {
  .world-boards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-board-wide {
    grid-column: 1 / -1;
  }
}

.world-main {
  width: 100%;
  padding: 0 0 4rem;
}

.world-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 2.8rem) var(--world-pad) clamp(1.4rem, 3vw, 2.2rem);
  background:
    linear-gradient(145deg, #163028 0%, #1e3a2f 42%, #254a3c 100%);
  color: var(--cream, #f7f1e6);
  animation: world-rise 0.55s ease both;
}

.world-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 120%;
  background: radial-gradient(circle at 30% 40%, color-mix(in srgb, var(--gold-pale, #e8d5a3) 22%, transparent), transparent 62%);
  pointer-events: none;
}

.world-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--world-max));
  margin: 0 auto;
}

.world-hero-kicker {
  color: var(--gold-pale, #e8d5a3);
}

.world-hero h1 {
  margin: 0.1rem 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: #f7f1e6;
}

.world-hero-lede {
  margin: 0 0 1.25rem;
  max-width: 38rem;
  color: color-mix(in srgb, #f7f1e6 82%, transparent);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.45;
}

.world-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.world-tab {
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--gold-pale, #e8d5a3) 35%, transparent);
  background: transparent;
  color: var(--gold-pale, #e8d5a3);
  border-radius: 999px;
  padding: 0.48rem 1rem;
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.world-tab:hover {
  border-color: #f7f1e6;
  color: #f7f1e6;
}

.world-tab.is-on {
  background: var(--gold-pale, #e8d5a3);
  border-color: var(--gold-pale, #e8d5a3);
  color: var(--forest-deep);
  font-weight: 600;
}

.world-section {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  animation: world-rise 0.6s ease both;
}

.world-section-inner {
  width: min(100% - 2 * var(--world-pad), var(--world-max));
  margin: 0 auto;
}

.world-section-inner-narrow {
  width: min(100% - 2 * var(--world-pad), 52rem);
}

.world-section-head h2 {
  margin: 0.1rem 0 0.35rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.world-section-head p:not(.lb-kicker) {
  margin: 0;
  color: var(--ink-soft);
  max-width: 40rem;
}

.world-section-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.world-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 2.35rem;
  padding: 0.4rem 0.95rem;
  border-radius: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--forest) 28%, var(--line));
  background: color-mix(in srgb, var(--cream) 70%, white);
  color: var(--forest-deep);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.world-view-all:hover {
  background: var(--gold-pale);
  border-color: color-mix(in srgb, var(--gold) 50%, transparent);
}

.world-view-all[hidden] {
  display: none !important;
}

.explore-back {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
}

.explore-back a {
  color: var(--gold-pale);
  text-decoration: none;
}

.explore-back a:hover {
  color: var(--cream);
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.85rem;
  width: 100%;
}

.explore-grid > .ac-empty {
  grid-column: 1 / -1;
  margin: 0;
}

.explore-grid > .lb-dest-skel,
.explore-grid > .lb-dest-card,
.explore-grid > .lb-dest-card-rich,
.explore-grid > .lb-public-card {
  width: 100%;
  min-width: 0;
}

.explore-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.75rem;
  margin: 1.35rem 0 0.35rem;
}

.explore-page-nums {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.explore-page-btn {
  appearance: none;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0 0.55rem;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  font: inherit;
  font-size: 0.85rem;
  cursor: pointer;
}

.explore-page-btn.is-on {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.explore-page-nav:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.world-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0.85rem;
  align-items: end;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: color-mix(in srgb, white 55%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--forest-deep) 10%, transparent);
}

.world-field {
  display: grid;
  gap: 0.28rem;
  min-width: min(100%, 11rem);
}

.world-field-grow {
  flex: 1 1 18rem;
}

.world-field span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.world-field input,
.world-field select {
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--forest-deep) 16%, transparent);
  background: #fff;
  border-radius: 0.7rem;
  padding: 0.68rem 0.85rem;
  font: inherit;
  color: var(--ink);
  min-height: 2.7rem;
  width: 100%;
}

.world-field input:focus,
.world-field select:focus {
  outline: 2px solid color-mix(in srgb, var(--gold) 55%, transparent);
  outline-offset: 1px;
}

/* Trip lists: shared horizontal rail (aligned columns across sections) */
.world-trip-list {
  --world-card-w: 16.25rem;
  --world-card-gap: 1rem;
  position: relative;
  margin-top: 0.85rem;
  width: 100%;
}

.world-trip-list > .ac-empty {
  margin: 0;
}

.world-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.4rem;
}

.world-trip-list.is-compact:not(.has-overflow) .world-carousel {
  grid-template-columns: minmax(0, 1fr);
}

.world-carousel-viewport {
  position: relative;
  min-width: 0;
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 0.75rem,
    #000 calc(100% - 0.75rem),
    transparent 100%
  );
}

.world-trip-list.has-overflow .world-carousel-viewport {
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 1.1rem,
    #000 calc(100% - 1.35rem),
    transparent 100%
  );
}

.world-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--world-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.45rem 0.2rem 0.95rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
}

.world-carousel-track::-webkit-scrollbar {
  display: none;
}

.world-carousel-track > .lb-dest-card,
.world-carousel-track > .lb-dest-skel,
.world-carousel-track > .lb-dest-card-rich {
  flex: 0 0 var(--world-card-w);
  width: var(--world-card-w);
  max-width: none;
  scroll-snap-align: start;
  transform: translateY(0) scale(1);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    opacity 0.35s ease;
  animation: world-card-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.world-carousel-track > .lb-dest-card:nth-child(1) { animation-delay: 0.02s; }
.world-carousel-track > .lb-dest-card:nth-child(2) { animation-delay: 0.06s; }
.world-carousel-track > .lb-dest-card:nth-child(3) { animation-delay: 0.1s; }
.world-carousel-track > .lb-dest-card:nth-child(4) { animation-delay: 0.14s; }
.world-carousel-track > .lb-dest-card:nth-child(5) { animation-delay: 0.18s; }
.world-carousel-track > .lb-dest-card:nth-child(6) { animation-delay: 0.22s; }
.world-carousel-track > .lb-dest-card:nth-child(n + 7) { animation-delay: 0.26s; }

@keyframes world-card-in {
  from {
    opacity: 0;
    transform: translateY(0.55rem) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .world-carousel-track > .lb-dest-card:hover {
    transform: translateY(-0.28rem) scale(1.015);
    box-shadow: 0 0.85rem 1.6rem color-mix(in srgb, var(--forest-deep) 16%, transparent);
    z-index: 1;
  }
}

.world-carousel-btn {
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--forest-deep) 16%, transparent);
  background: color-mix(in srgb, white 88%, var(--paper));
  color: var(--forest-deep);
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 0.35rem 0.9rem color-mix(in srgb, var(--forest-deep) 10%, transparent);
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    opacity 0.18s ease,
    box-shadow 0.18s ease;
}

.world-carousel-btn[hidden] {
  display: none !important;
}

.world-carousel-btn:hover:not(:disabled) {
  background: #fff;
  transform: scale(1.06);
  box-shadow: 0 0.45rem 1.1rem color-mix(in srgb, var(--forest-deep) 14%, transparent);
}

.world-carousel-btn:active:not(:disabled) {
  transform: scale(0.97);
}

.world-carousel-btn:disabled {
  opacity: 0.28;
  cursor: default;
  box-shadow: none;
}

.world-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
  min-height: 0.7rem;
}

.world-carousel-dots[hidden] {
  display: none !important;
}

.world-carousel-dot {
  appearance: none;
  border: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  padding: 0;
  background: color-mix(in srgb, var(--forest-deep) 22%, transparent);
  cursor: pointer;
  transition: width 0.22s ease, background 0.22s ease;
}

.world-carousel-dot.is-on {
  width: 1.15rem;
  background: color-mix(in srgb, var(--gold) 75%, var(--forest-deep));
}

.world-liked-carousel {
  margin-top: 0.35rem;
}

@media (prefers-reduced-motion: reduce) {
  .world-carousel-track {
    scroll-behavior: auto;
  }

  .world-carousel-track > .lb-dest-card,
  .world-carousel-track > .lb-dest-skel,
  .world-carousel-track > .lb-dest-card-rich {
    animation: none;
    transition: none;
  }
}

.world-people {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.world-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.9rem;
  text-decoration: none;
  color: inherit;
  background: color-mix(in srgb, white 50%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--forest-deep) 8%, transparent);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.world-person:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--forest-deep) 22%, transparent);
  background: #fff;
}

.world-person-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--forest-deep) 14%, #f4efe6);
  color: var(--forest-deep);
  font-size: 0.82rem;
  font-weight: 650;
  overflow: hidden;
  flex: 0 0 auto;
}

.world-person-avatar.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-person strong {
  display: block;
  color: var(--forest-deep);
  font-weight: 600;
}

.world-person small {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

/* Hall of travellers */
.world-hall {
  margin-top: 0;
  padding: clamp(1.8rem, 4vw, 3rem) var(--world-pad);
  background:
    radial-gradient(ellipse 70% 80% at 85% 20%, color-mix(in srgb, var(--gold-pale, #e8d5a3) 18%, transparent), transparent 55%),
    linear-gradient(160deg, #13251e 0%, #1e3a2f 55%, #243f34 100%);
  color: #f7f1e6;
  animation: world-rise 0.55s ease both;
}

.world-hall-inner {
  width: min(100%, var(--world-max));
  margin: 0 auto;
}

.world-hall-kicker {
  color: var(--gold-pale, #e8d5a3);
}

.world-hall h2 {
  margin: 0.15rem 0 0.45rem;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.world-hall-lede {
  margin: 0;
  max-width: 40rem;
  color: color-mix(in srgb, #f7f1e6 80%, transparent);
  font-size: 1.05rem;
  line-height: 1.45;
}

.world-hall-you {
  margin: 1rem 0 0;
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold-pale, #e8d5a3) 18%, transparent);
  color: var(--gold-pale, #e8d5a3);
  font-size: 0.92rem;
}

.world-boards {
  width: min(100% - 2 * var(--world-pad), var(--world-max));
  margin: clamp(-1.5rem, -3vw, -1rem) auto 0;
  display: grid;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.world-boards-loading {
  padding: 2rem 1rem;
  text-align: center;
}

@media (min-width: 960px) {
  .world-boards {
    grid-template-columns: repeat(3, 1fr);
  }

  .world-board-wide {
    grid-column: 1 / -1;
  }
}

.world-board {
  padding: 1.15rem 1.1rem 1.2rem;
  border-radius: 1.25rem;
  background: color-mix(in srgb, white 88%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--forest-deep) 10%, transparent);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--forest-deep) 8%, transparent);
  animation: world-rise 0.6s ease both;
}

.world-board-head {
  margin-bottom: 0.85rem;
}

.world-board-badge {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--forest-deep) 10%, transparent);
  color: var(--forest-deep);
  font-weight: 600;
}

.world-board h3 {
  margin: 0 0 0.25rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--forest-deep);
}

.world-board-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.35;
}

.world-board-foot {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Podium */
.world-podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  align-items: end;
  margin: 0 0 1rem;
  min-height: 11rem;
}

.world-podium-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 0.55rem 0.35rem 0;
  border-radius: 0.9rem 0.9rem 0.35rem 0.35rem;
  transition: transform 0.2s ease;
}

.world-podium-slot:hover {
  transform: translateY(-3px);
}

.world-podium-slot.is-first {
  order: 2;
}

.world-podium-slot.is-second {
  order: 1;
}

.world-podium-slot.is-third {
  order: 3;
}

.world-podium-avatar {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 650;
  color: var(--forest-deep);
  background: color-mix(in srgb, var(--forest-deep) 12%, #f4efe6);
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--forest-deep) 18%, transparent);
  margin-bottom: 0.35rem;
}

.world-podium-slot.is-first .world-podium-avatar {
  width: 4.2rem;
  height: 4.2rem;
  border-color: #c9a227;
  box-shadow: 0 0 0 4px color-mix(in srgb, #c9a227 22%, transparent);
}

.world-podium-slot.is-second .world-podium-avatar {
  border-color: #9aa3ad;
}

.world-podium-slot.is-third .world-podium-avatar {
  border-color: #b08d57;
}

.world-podium-avatar.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-podium-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--forest-deep);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.2rem;
}

.world-podium-score {
  font-size: 0.75rem;
  color: var(--ink-soft);
  margin-bottom: 0.4rem;
}

.world-podium-stand {
  width: 100%;
  border-radius: 0.45rem 0.45rem 0.2rem 0.2rem;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--forest-deep);
  background: color-mix(in srgb, var(--forest-deep) 8%, #efe8da);
}

.world-podium-slot.is-first .world-podium-stand {
  height: 4.2rem;
  background: linear-gradient(180deg, #f0df9a, #e2c45a);
}

.world-podium-slot.is-second .world-podium-stand {
  height: 3.1rem;
  background: linear-gradient(180deg, #e8ecef, #c5ced6);
}

.world-podium-slot.is-third .world-podium-stand {
  height: 2.4rem;
  background: linear-gradient(180deg, #e8d2b0, #c9a078);
}

.world-rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.world-rank-list.is-rest {
  margin-top: 0.35rem;
  max-height: 14.5rem;
  overflow-y: auto;
  padding-right: 0.15rem;
  scrollbar-width: thin;
}

.world-rank-item {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.42rem 0.35rem;
  border-radius: 0.65rem;
}

.world-rank-item.is-you {
  background: color-mix(in srgb, var(--gold-pale, #e8d5a3) 28%, transparent);
}

.world-rank-item a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.world-rank-item a:hover strong {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.world-rank-num {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--ink-soft);
  text-align: center;
}

.world-rank-score {
  font-size: 0.84rem;
  color: var(--ink-soft);
  white-space: nowrap;
  font-weight: 500;
}

.world-rank-trip {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.world-rank-trip strong {
  color: var(--forest-deep);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-rank-trip small {
  color: var(--ink-soft);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.world-status {
  width: min(100% - 2 * var(--world-pad), var(--world-max));
  margin: 1.5rem auto 0;
  color: var(--ink-soft);
}

.world-status.is-error {
  color: #8a3b2c;
}

@keyframes world-rise {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 72rem) {
  .explore-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 56rem) {
  .explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 47.99rem) {
  .world-hero {
    padding: 1.25rem var(--world-pad) 1.35rem;
  }

  .world-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .world-hero-lede {
    font-size: 0.98rem;
  }

  .world-tabs {
    width: 100%;
  }

  .world-tab {
    flex: 1 1 auto;
    text-align: center;
    padding: 0.5rem 0.7rem;
    font-size: 0.84rem;
  }

  .world-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .world-field,
  .world-field-grow {
    min-width: 0;
    width: 100%;
    flex: 1 1 auto;
  }

  .world-filters .btn-solid {
    width: 100%;
  }

  .world-people {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  }

  .world-trip-list {
    --world-card-w: min(15.25rem, 78vw);
  }

  .explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .world-carousel {
    grid-template-columns: minmax(0, 1fr);
  }

  .world-carousel-btn {
    display: none !important;
  }

  .world-carousel-viewport {
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 0.55rem,
      #000 calc(100% - 1.1rem),
      transparent 100%
    );
  }

  .world-carousel-dots {
    display: flex;
  }

  .world-boards {
    grid-template-columns: 1fr;
    width: min(100% - 2 * var(--world-pad), var(--world-max));
    margin-top: -0.75rem;
  }

  .world-board {
    padding: 1rem 0.9rem 1.05rem;
  }

  .world-podium {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0.55rem;
    align-items: stretch;
  }

  .world-podium-slot,
  .world-podium-slot.is-first,
  .world-podium-slot.is-second,
  .world-podium-slot.is-third {
    order: 0;
    flex-direction: row;
    text-align: left;
    gap: 0.65rem;
    padding: 0.45rem 0.4rem;
    border-radius: 0.85rem;
    background: color-mix(in srgb, var(--forest-deep) 5%, transparent);
  }

  .world-podium-slot.is-first {
    order: -1;
    background: color-mix(in srgb, #e2c45a 22%, transparent);
  }

  .world-podium-slot.is-second {
    order: 0;
  }

  .world-podium-slot.is-third {
    order: 1;
  }

  .world-podium-avatar,
  .world-podium-slot.is-first .world-podium-avatar {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0;
  }

  .world-podium-name {
    flex: 1 1 auto;
    white-space: normal;
    text-align: left;
  }

  .world-podium-score {
    margin: 0;
    text-align: right;
  }

  .world-podium-stand {
    width: 1.85rem;
    height: 1.85rem !important;
    border-radius: 999px;
    font-size: 0.95rem;
  }

  .world-hall {
    padding: 1.4rem var(--world-pad) 1.6rem;
  }

  .world-hall h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .world-section-inner,
  .world-section-inner-narrow {
    width: min(100% - 2 * var(--world-pad), var(--world-max));
  }
}

@media (max-width: 640px) {
  .world-podium-avatar {
    width: 2.55rem;
    height: 2.55rem;
  }
}
