/* Compact, readable information pages. Preserve the established club palette. */
html { scroll-padding-top: 145px; }
h2 { font-size: clamp(1.45rem, 2.35vw, 2rem); line-height: 1.16; }
.section-block { padding: 2.25rem 0; }
.section-block h2, .info-note h2 { margin-bottom: 1rem; }
.page-shell { padding-bottom: 3rem; }
.page-hero { min-height: 0; margin-top: 20px; padding: 2rem; background: linear-gradient(120deg, rgba(48,25,78,.44), rgba(12,10,18,.7)); border: 0; }
.page-hero h1 { font-size: clamp(1.52rem, 2.7vw, 2.5rem); line-height: 1.12; }
.page-hero p:last-child { margin: 1rem 0 0; max-width: 760px; }
.eyebrow, .label { font-size: .8rem; letter-spacing: .13em; margin-bottom: .8rem; }
.home-hero .eyebrow { font-size: clamp(1.05rem, 1.9vw, 1.36rem); }
.home-hero { min-height: 490px; }
.home-hero-copy { padding: 2.5rem; }
.home-hero .actions { max-width: 560px; }
.hero-proof { border: 0; background: none; margin-top: 1.5rem; }
.hero-proof > div { border: 0; padding: .5rem .5rem .5rem 0; }
.hero-proof strong { font-size: .85rem; }
.hero-proof small { font-size: .65rem; }
.header-main .brand strong { display: inline; }
.header-main .brand strong, .header-main .brand em { font-size: clamp(.85rem, 1.75vw, 1.44rem); letter-spacing: .08em; }
.header-main .brand span { display: block; }
.primary-nav a { font-size: .76rem; padding: 0 .85rem; min-height: 43px; }
.header-main { gap: 1rem; }
.header-main .brand { gap: 1rem; }
.quick-nav { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; padding: .6rem 0 1rem; border-bottom: 1px solid var(--line-soft); }
.quick-nav a { color: var(--pink); font-size: .9rem; text-underline-offset: .25rem; padding: .4rem 0; }
.first-section { padding-top: 1.75rem; }
.page-dokumenty .first-section { padding-top: 0; }
.page-dokumenty .page-shell { padding-top: .5rem; }
.plain-grid { display: grid; gap: 1.5rem 2.5rem; margin: 1.5rem 0; }
.plain-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.plain-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.plain-grid h3 { font-size: 1.12rem; margin: .4rem 0 .65rem; }
.plain-grid p:last-child { margin-bottom: 0; }
.info-note { background: rgba(164,124,255,.07); border: 0; border-left: 3px solid var(--violet); padding: 1.5rem 1.75rem; margin: .75rem 0; }
.stat { font-family: var(--display); font-size: 1.55rem; color: var(--pink); }
.readable { max-width: 900px; }
.payment-details { max-width: 900px; }
.payment-details dl, .compact-dl { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: .45rem 1.5rem; margin: 1.25rem 0; }
dt { color: var(--muted); }
dd { margin: 0; overflow-wrap: anywhere; }
.payment-details > p { margin-bottom: .85rem; }
.join-steps { list-style: none; counter-reset: join; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 0; gap: 1.5rem; margin: 1.75rem 0; }
.join-steps li { counter-increment: join; }
.join-steps li::before { content: "0" counter(join); display: block; color: var(--violet); font-family: var(--display); font-weight: 700; margin-bottom: .65rem; }
.join-steps h3 { font-size: 1.15rem; }
details { border-top: 1px solid var(--line); padding: 1rem 0; }
summary { cursor: pointer; font-weight: 700; padding: .15rem 0; color: var(--pink); }
details p { margin: 1rem 0 0; }
.document-list { margin: 1rem 0; }
.document-row { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line-soft); }
.document-row h3 { font-size: 1.2rem; margin: 0 0 .5rem; }
.document-row p { margin: 0; color: var(--muted); max-width: 680px; }
.file-type { color: var(--violet); font-weight: 800; font-size: .9rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.schedule-table-wrap { overflow-x: auto; margin: 1.25rem 0; }
.schedule-table { border-collapse: collapse; width: 100%; font-size: .95rem; text-align: left; }
.schedule-table caption { color: var(--pink); text-align: left; font-weight: 700; margin-bottom: .8rem; }
.schedule-table th, .schedule-table td { border-bottom: 1px solid var(--line-soft); padding: .8rem .7rem; }
.schedule-table thead { color: var(--muted); font-size: .8rem; }
.schedule-table tbody th { color: var(--violet); }
.schedule-table td:nth-child(2), .schedule-table td:last-child { white-space: nowrap; }
.coaches-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; margin-top: 1.75rem; }
.coach-profile { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 1.25rem; align-items: start; }
.coach-profile img { width: 120px; height: 144px; border-radius: 8px; }
.coach-profile h3 { font-size: 1.3rem; margin: 0 0 .45rem; }
.coach-profile .label { font-size: .67rem; margin-bottom: .5rem; }
.coach-age { color: var(--pink); font-weight: 700; margin-bottom: .65rem; }
.coach-profile p:last-child { font-size: .95rem; }
.small-print { font-size: .8rem; margin-top: 1.25rem; }
.training-blocks article { padding: 1rem; }
.training-blocks { margin: 1.5rem 0; }
.contact-grid h2 { font-size: clamp(1.25rem, 2vw, 1.7rem); overflow-wrap: anywhere; }
.site-footer { padding-top: 2rem; }
.footer-top { gap: 2rem; }
.footer-top h2 { font-size: 1rem; }
.footer-brand img { width: 190px; }
.footer-brand span { white-space: normal; }
.home-paths { padding: 1.5rem 0; }
.home-paths a { text-decoration: none; }
.home-paths article { border-top: 2px solid var(--line); padding-top: 1rem; }
.home-paths article:hover { border-color: var(--pink); }
.home-paths h2 { font-size: 1.35rem; margin: .6rem 0; }
.league-banner { padding: 2rem; margin-top: 1.25rem; border: 0; }
.membership-cta { padding: 2rem; border: 0; }
.home-moment:first-child { opacity: 1; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; }
@media (max-width: 980px) {
  .header-main .brand span { display: block; }
  .brand img { width: 220px; }
  .primary-nav a { font-size: .68rem; padding: 0 .55rem; }
  .coach-profile { grid-template-columns: 90px minmax(0,1fr); gap: 1rem; }
  .coach-profile img { width: 90px; height: 108px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 98px; }
  .header-main { min-height: 78px; }
  .header-main .brand { display: block; }
  .header-main .brand img { width: 221px; max-height: 40px; }
  .header-main .brand span { margin: 0; text-align: left; padding: 0; line-height: 1.3; }
  .header-main .brand strong, .header-main .brand em { font-size: .7rem; letter-spacing: .05em; }
  .header-main .brand em { margin-left: .2rem; }
  .menu-toggle { flex: 0 0 44px; }
  .primary-nav { top: 78px; background: #0c0915; }
  .primary-nav a { font-size: .85rem; }
  .page-hero { padding: 1.4rem; }
  .section-block { padding: 1.75rem 0; }
  .home-hero { min-height: 0; }
  .home-hero-copy { padding: 1.6rem 1.25rem; }
  .home-hero-visual { min-height: 230px; }
  .hero-match-card { display: none; }
  .hero-marquee { font-size: .55rem; }
  .plain-grid.three, .join-steps { grid-template-columns: 1fr; gap: 1rem; }
  .plain-grid.two { grid-template-columns: 1fr; }
  .plain-grid { margin: 1rem 0; }
  .info-note { padding: 1.25rem; }
  .document-row { grid-template-columns: 48px minmax(0,1fr); align-items: start; }
  .document-row .button { grid-column: 2; justify-self: start; }
  .coaches-grid { grid-template-columns: 1fr; }
  .coach-profile { grid-template-columns: 90px minmax(0,1fr); }
  .payment-details dl, .compact-dl { grid-template-columns: 1fr; gap: .15rem; }
  .payment-details dd, .compact-dl dd { margin-bottom: .65rem; }
  .schedule-table { font-size: .85rem; }
  .schedule-table th, .schedule-table td { padding: .65rem .4rem; }
  .schedule-table th:first-child { position: sticky; left: 0; background: var(--bg); }
  .league-banner, .membership-cta { padding: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-moment:first-child { opacity: 1; }
}
