.championships-content * { box-sizing: border-box; }
html:has(.championships-content) { scroll-behavior: smooth; }
body.championships-fallback { margin: 0; background: var(--ps-surface); color: var(--ps-on-surface); font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.65; }
.championships-content a { color: var(--ps-primary); text-underline-offset: 4px; }
.championships-content a:focus-visible { outline: 3px solid var(--ps-primary); outline-offset: 5px; border-radius: 4px; }
.championships-fallback .skip { position: absolute; top: -100px; left: 20px; padding: 12px; background: var(--ps-surface-card); z-index: 2; }
.championships-fallback .skip:focus { top: 12px; }
.championships-fallback .site-header, .championships-content, .championships-fallback .site-footer { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.championships-fallback .site-header { display: flex; justify-content: space-between; align-items: center; padding-block: 24px; gap: 20px; }
.championships-fallback .brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; text-decoration: none; color: var(--ps-on-surface); letter-spacing: -.6px; }
.championships-fallback .site-header nav, .championships-fallback .site-footer nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.championships-fallback .site-header nav a, .championships-fallback .site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; color: var(--ps-on-surface-variant); font-size: 14px; }
.championships-content .breadcrumbs { display: flex; gap: 12px; flex-wrap: wrap; padding-block: 20px; font-size: 13px; color: var(--ps-on-surface-variant); }
.championships-content .breadcrumbs a { color: inherit; }
.championships-content .hero { display: grid; grid-template-columns: 1fr 220px; gap: 48px; padding: 24px 0 32px; }
.championships-content .eyebrow { color: var(--ps-primary); font-size: 12px; letter-spacing: .14em; font-weight: 750; margin: 0 0 16px; }
.championships-content h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.08; letter-spacing: -.045em; margin: 0; max-width: 840px; }
.championships-content h1 span { color: var(--ps-primary); }
.championships-content .hero-subtitle { font-size: 22px; line-height: 1.4; font-weight: 650; margin: 24px 0 16px; }
.championships-content .lead { max-width: 680px; color: var(--ps-on-surface-variant); font-size: 16px; }
.championships-content .primary-link { display: inline-flex; gap: 30px; align-items: center; min-height: 48px; padding: 10px 20px; margin-top: 16px; background: var(--ps-primary); color: var(--ps-on-primary); border-radius: 12px; text-decoration: none; font-weight: 650; }
.championships-content .hero-aside { align-self: center; background: var(--ps-surface-container-low); border-radius: 24px; padding: 28px; }
.championships-content .large-number { display: block; font-size: 80px; font-weight: 750; line-height: 1; letter-spacing: -.06em; color: var(--ps-primary); }
.championships-content .hero-aside p { margin: 16px 0; font-weight: 650; }
.championships-content .hero-aside > span:last-child { font-size: 12px; color: var(--ps-on-surface-variant); }
.championships-content .season-nav { display: flex; flex-wrap: wrap; gap: 12px; padding-block: 20px; scroll-margin-top: 20px; }
.championships-content .season-nav a { min-height: 44px; padding: 10px 20px; border-radius: 30px; background: var(--ps-surface-container-low); text-decoration: none; font-weight: 650; }
.championships-content .season-nav a[aria-current] { background: var(--ps-primary); color: var(--ps-on-primary); }
.championships-content .coverage { color: var(--ps-on-surface-variant); font-size: 13px; max-width: 850px; margin: 0 0 48px; }
.championships-content .season { margin-bottom: 64px; scroll-margin-top: 28px; }
.championships-content .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.championships-content .section-heading .eyebrow { margin-bottom: 6px; }
.championships-content h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.2; letter-spacing: -.025em; margin: 0; }
.championships-content .count { font-size: 13px; color: var(--ps-on-surface-variant); white-space: nowrap; }
.championships-content .event-group { margin-top: 28px; }
.championships-content .event-group > h3 { font-size: 15px; margin: 0 0 14px; }
.championships-content .event-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0; list-style: none; margin: 0; }
.championships-content .event-card { background: var(--ps-surface-card); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; align-items: start; }
.championships-content .event-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 12px; color: var(--ps-on-surface-variant); }
.championships-content .event-meta span:first-child { color: var(--ps-primary); font-weight: 650; }
.championships-content h4 { margin: 14px 0 12px; font-size: 21px; letter-spacing: -.025em; line-height: 1.35; }
.championships-content h4 a { color: var(--ps-on-surface); text-decoration: none; }
.championships-content h4 a:hover { text-decoration: underline; }
.championships-content .event-date { margin: 0 0 12px; font-size: 14px; color: var(--ps-on-surface-variant); }
.championships-content .event-actions { margin-top: auto; display: flex; gap: 8px 24px; flex-wrap: wrap; }
.championships-content .event-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 650; gap: 12px; text-decoration: none; }
.championships-content .guide { padding: 40px; border-radius: 24px; background: var(--ps-surface-container-low); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.championships-content .guide p, .championships-content .sources p { color: var(--ps-on-surface-variant); }
.championships-content .guide h3 { font-size: 18px; margin: 24px 0 8px; }
.championships-content .guide h3:first-child { margin-top: 0; }
.championships-content .sources { padding-block: 48px; max-width: 820px; }
.championships-content .sources h2 { font-size: 24px; }
.championships-fallback .site-footer { padding-block: 32px 48px; }
.championships-fallback .site-footer p { color: var(--ps-on-surface-variant); font-size: 14px; }
.championships-content .error { padding-block: 80px; }
@media (max-width: 720px) {
.championships-fallback .site-header, .championships-content, .championships-fallback .site-footer { width: calc(100% - 32px); }
.championships-fallback .site-header { flex-wrap: wrap; padding-block: 16px; gap: 8px; }
.championships-fallback .site-header nav { gap: 20px; }
.championships-content .hero { grid-template-columns: 1fr; gap: 24px; padding-block: 24px 32px; }
.championships-content .hero-aside { display: none; }
.championships-content .hero-subtitle { font-size: 19px; }
.championships-content .event-grid, .championships-content .guide { grid-template-columns: 1fr; }
.championships-content .event-card { padding: 22px; }
.championships-content .section-heading { flex-direction: column; align-items: start; }
.championships-content .guide { padding: 24px; gap: 16px; }
.championships-content .coverage { margin-bottom: 32px; }
.championships-content .season { margin-bottom: 40px; }
}
@media (prefers-reduced-motion: reduce) {
html:has(.championships-content) { scroll-behavior: auto; }
}

.championships-content { width: min(var(--ps-shell-max-width), calc(100% - 48px)); margin-inline: auto; color: var(--ps-on-surface); line-height: 1.65; padding-bottom: 24px; }
@media (max-width: 720px) { .championships-content { width: calc(100% - 32px); } }

/* International collection titles and translated actions can be much longer. */
.result-collection .hero { grid-template-columns: minmax(0, 1fr) 220px; }
.result-collection h1, .result-collection h2, .result-collection h3, .result-collection a { overflow-wrap: anywhere; }
.result-collection .event-card h3 { margin: 14px 0 12px; font-size: 21px; letter-spacing: -.025em; line-height: 1.35; }
.result-collection .event-card h3 a { color: var(--ps-on-surface); text-decoration: none; }
.result-collection .event-card h3 a:hover { text-decoration: underline; }
.result-collection .event-grid { margin-top: 20px; }
.result-collection .collection-guide { grid-template-columns: 1fr; }
.result-collection:lang(ja) h1 { letter-spacing: normal; line-height: 1.35; }
@media (max-width: 720px) { .result-collection .hero { grid-template-columns: minmax(0, 1fr); } }
