.league-page {
  --ink: #3a2a18;
  --muted: #7a6450;
  --gold: #e0b03a;
  --cream: #fff8ee;
  --paper: #fffdf8;
  --peach: #ffe8d2;
  --leaf: #3d8b55;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(255, 196, 120, 0.35), transparent 55%),
    radial-gradient(720px 380px at 100% 12%, rgba(120, 196, 140, 0.18), transparent 50%),
    linear-gradient(180deg, #fff4e4 0%, #fffaf3 38%, #ffe9d4 100%);
  color: var(--ink);
}

.league-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  min-height: min(58vh, 520px);
  display: grid;
  place-items: end center;
  background: #f3d7a8;
}

.league-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.league-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 244, 228, 0.12) 0%, rgba(62, 38, 18, 0.28) 48%, rgba(48, 28, 12, 0.72) 100%);
}

.league-hero-inner {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 32px));
  padding: 0 0 40px;
  text-align: center;
  color: #fffaf2;
}

.league-kicker {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 230, 0.2);
  border: 1px solid rgba(255, 228, 160, 0.55);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #ffe9b0;
}

.league-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(1.65rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.league-hero p {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 250, 242, 0.92);
}

.league-wrap {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 24px;
}

.league-intro {
  margin: 0 0 48px;
  padding: 28px 28px 24px;
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(180, 120, 50, 0.1);
}

.league-intro p {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  line-height: 1.9;
}

.league-intro p:last-child { margin-bottom: 0; }

.league-quote {
  margin: 18px 0 0;
  padding: 16px 20px;
  border-radius: 0 18px 18px 0;
  border-left: 4px solid var(--gold);
  background: #fff4dc;
  font-weight: 800;
  font-size: 1.12rem;
  color: #5a3a10;
}

.league-chapter h2 {
  margin: 0 0 16px;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.league-flow {
  display: grid;
  gap: 14px;
  margin: 0 0 48px;
}

.league-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 10px 28px rgba(180, 120, 50, 0.08);
}

.league-step-num {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: #5a3a10;
  background: linear-gradient(180deg, #ffe7b0, #f3c56a);
}

.league-step h3 {
  margin: 2px 0 6px;
  font-size: 1.08rem;
  font-weight: 800;
}

.league-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

.league-feel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 48px;
}

.league-feel article {
  padding: 22px 20px;
  border-radius: 20px;
  background: #fff7ea;
  border: 1px solid rgba(224, 176, 58, 0.28);
}

.league-feel h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
}

.league-feel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.league-open h2 { margin-bottom: 8px; }
.league-open-lead {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.league-open-list {
  display: grid;
  gap: 12px;
  margin: 0 0 36px;
}

.league-open-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--paper);
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 10px 24px rgba(180, 120, 50, 0.08);
}

.league-open-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(180, 120, 50, 0.14);
}

.league-open-card strong {
  display: block;
  font-size: 1.05rem;
}

.league-open-card span.meta {
  display: block;
  margin-top: 4px;
  font-size: 0.86rem;
  color: var(--muted);
}

.league-badge {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f7ec;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
}

.league-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 40px;
}

.league-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
}

.league-btn-gold {
  background: linear-gradient(180deg, #f3c84a, #d4a017);
  color: #3d2800 !important;
  box-shadow: 0 8px 20px rgba(212, 160, 23, 0.35);
}

.league-btn-soft {
  background: #fff;
  color: #5a3a10 !important;
  border: 1px solid rgba(224, 176, 58, 0.45);
}

.league-story-link {
  margin: 0 0 48px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff1d6, #ffe0c2);
}

.league-story-link p { margin: 0 0 12px; line-height: 1.75; }
.league-story-link a { font-weight: 800; color: #8a5a10; }

.league-faq details {
  margin: 0 0 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--paper);
}

.league-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.league-faq p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 720px) {
  .league-hero { min-height: 46vh; }
  .league-step { grid-template-columns: 56px 1fr; }
  .league-step-num { width: 56px; height: 56px; border-radius: 16px; font-size: 0.68rem; }
  .league-feel { grid-template-columns: 1fr; }
  .league-intro { padding: 20px 18px; }
}
