.csi-basket-home {
  --csi-basket-navy: #092247;
  --csi-basket-blue: #174b9d;
  --csi-basket-orange: #f45b25;
  --csi-basket-ink: #17263d;
  --csi-basket-muted: #59677b;
  --csi-basket-line: #d9e0e8;
  --csi-basket-pale: #f4f7fb;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 38px) 24px 12px;
  color: var(--csi-basket-ink);
}

.csi-basket-home *, .csi-basket-home *::before, .csi-basket-home *::after { box-sizing: border-box; }
.csi-basket-home .csi-basket-home__section { padding: clamp(20px, 2.4vw, 30px) 0; border-top: 1px solid var(--csi-basket-line); }
.csi-basket-home .csi-basket-home__section:first-child { padding-top: 0; border-top: 0; }
.csi-basket-home .csi-basket-home__section-heading { max-width: 720px; }
.csi-basket-home .csi-basket-home__section-heading--inline { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: none; }
.csi-basket-home .csi-basket-home__eyebrow { margin: 0 0 8px; color: var(--csi-basket-orange); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.csi-basket-home .csi-basket-home__section h2 { margin: 0; color: var(--csi-basket-navy); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; }
.csi-basket-home .csi-basket-home__section-heading > p:last-child, .csi-basket-home .csi-basket-home__about > p:last-child { margin: 10px 0 0; color: var(--csi-basket-muted); line-height: 1.55; }

.csi-basket-home .csi-basket-home__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 18px; }
.csi-basket-home .csi-basket-home__button { display: inline-flex; align-items: center; gap: 18px; min-height: 48px; padding: 0 20px; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.csi-basket-home .csi-basket-home__button--primary { background: var(--csi-basket-orange); }
.csi-basket-home .csi-basket-home__button--registration { color: var(--csi-basket-navy); background: #f1c75b; }
.csi-basket-home .csi-basket-home__button--albo { color: var(--csi-basket-navy); background: #f1c75b; }
.csi-basket-home .csi-basket-home__button:hover, .csi-basket-home .csi-basket-home__button:focus-visible { color: #fff; background: #d94817; }
.csi-basket-home .csi-basket-home__button--albo:hover, .csi-basket-home .csi-basket-home__button--albo:focus-visible { color: var(--csi-basket-navy); background: #e5b83e; }
.csi-basket-home .csi-basket-home__button--registration:hover, .csi-basket-home .csi-basket-home__button--registration:focus-visible { color: var(--csi-basket-navy); background: #e5b83e; }
.csi-basket-home .csi-basket-home__text-link { color: var(--csi-basket-blue); font-size: .9rem; font-weight: 750; text-decoration: none; }
.csi-basket-home .csi-basket-home__text-link:hover, .csi-basket-home .csi-basket-home__text-link:focus-visible { color: var(--csi-basket-orange); text-decoration: underline; }

.csi-basket-home .csi-basket-home__season-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.csi-basket-home .csi-basket-home__season { display: flex; flex-direction: column; min-height: 164px; padding: 18px; color: var(--csi-basket-ink); background: var(--csi-basket-pale); border-top: 3px solid var(--csi-basket-orange); text-decoration: none; }
.csi-basket-home .csi-basket-home__season--current { grid-column: 1 / -1; min-height: 132px; color: #fff; background: var(--csi-basket-navy); border-top-color: #f1c75b; }
.csi-basket-home .csi-basket-home__season:hover, .csi-basket-home .csi-basket-home__season:focus-visible { color: #fff; background: var(--csi-basket-navy); }
.csi-basket-home .csi-basket-home__season > strong { font-size: 1.36rem; letter-spacing: -.02em; }
.csi-basket-home .csi-basket-home__season > strong small { margin-left: 8px; color: var(--csi-basket-orange); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.csi-basket-home .csi-basket-home__season dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 14px 0; }
.csi-basket-home .csi-basket-home__season--current dl { grid-template-columns: repeat(3, minmax(120px, 220px)); }
.csi-basket-home .csi-basket-home__season dt { display: flex; align-items: center; gap: 5px; color: var(--csi-basket-muted); font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.csi-basket-home .csi-basket-home__season dd { margin: 3px 0 0; font-size: .95rem; font-weight: 800; }
.csi-basket-home .csi-basket-home__athlete-total { display: block; margin-bottom: 5px; font-size: 1.02rem; font-weight: 850; }
.csi-basket-home .csi-basket-home__gender { display: flex; align-items: center; gap: 4px; font-size: .95rem; font-weight: 800; line-height: 1.35; }
.csi-basket-home .csi-basket-home__gender b { min-width: 1em; font-size: 1.08rem; }
.csi-basket-home .csi-basket-home__gender--female { margin-top: 3px; }
.csi-basket-home .csi-basket-home__season > span { margin-top: auto; color: var(--csi-basket-blue); font-size: .78rem; font-weight: 750; }
.csi-basket-home .csi-basket-home__season:hover dt, .csi-basket-home .csi-basket-home__season:focus-visible dt { color: #b8cbe5; }
.csi-basket-home .csi-basket-home__season--current dt { color: #b8cbe5; }
.csi-basket-home .csi-basket-home__season:hover > span, .csi-basket-home .csi-basket-home__season:focus-visible > span { color: #fff; }
.csi-basket-home .csi-basket-home__season--current > span { color: #fff; }

.csi-basket-home .csi-basket-home__resource-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 28px; margin: 14px 0 0; padding: 0; list-style: none; }
.csi-basket-home .csi-basket-home__resource-list a { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; color: var(--csi-basket-navy); border-bottom: 1px solid var(--csi-basket-line); font-weight: 750; text-decoration: none; }
.csi-basket-home .csi-basket-home__resource-list a:hover, .csi-basket-home .csi-basket-home__resource-list a:focus-visible { color: var(--csi-basket-orange); }
.csi-basket-home .csi-basket-home__resource-label { display: inline-flex; align-items: center; gap: 12px; }
.csi-basket-home .csi-basket-home__resource-label img { width: 30px; height: 30px; flex: none; object-fit: contain; }
.csi-basket-home .csi-basket-home__resource-icon { display: inline-grid; place-items: center; width: 30px; height: 30px; flex: none; color: #fff; background: var(--csi-basket-blue); border-radius: 50%; font-size: 1rem; font-weight: 800; line-height: 1; }
.csi-basket-home .csi-basket-home__contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.csi-basket-home .csi-basket-home__contact { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 12px 16px; color: var(--csi-basket-navy); background: var(--csi-basket-pale); border-left: 3px solid var(--csi-basket-blue); text-decoration: none; }
.csi-basket-home .csi-basket-home__contact--whatsapp { border-left-color: #16a34a; }
.csi-basket-home .csi-basket-home__contact-icon { display: inline-grid; place-items: center; width: 46px; height: 46px; flex: none; color: #fff; background: var(--csi-basket-blue); border-radius: 50%; font: 800 1.45rem/1 Arial, sans-serif; }
.csi-basket-home .csi-basket-home__contact-icon--whatsapp { background: #16a34a; }
.csi-basket-home .csi-basket-home__contact-icon--whatsapp svg { width: 28px; height: 28px; color: #fff; }
.csi-basket-home .csi-basket-home__contact-icon--email { font-size: 1.35rem; }
.csi-basket-home .csi-basket-home__contact:hover, .csi-basket-home .csi-basket-home__contact:focus-visible { color: var(--csi-basket-orange); background: #fff; }
.csi-basket-home .csi-basket-home__news-heading { padding-bottom: 8px; }
.csi-basket-home .csi-basket-home__button:focus-visible, .csi-basket-home .csi-basket-home__text-link:focus-visible, .csi-basket-home .csi-basket-home__season:focus-visible, .csi-basket-home .csi-basket-home__resource-list a:focus-visible, .csi-basket-home .csi-basket-home__contact:focus-visible { outline: 3px solid #ffb08c; outline-offset: 3px; }

@media (max-width: 840px) { .csi-basket-home .csi-basket-home__season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .csi-basket-home { padding-right: 18px; padding-left: 18px; } .csi-basket-home .csi-basket-home__section-heading--inline { align-items: start; flex-direction: column; } .csi-basket-home .csi-basket-home__season--current dl { grid-template-columns: repeat(3, minmax(0, 1fr)); } .csi-basket-home .csi-basket-home__resource-list, .csi-basket-home .csi-basket-home__contact-grid { grid-template-columns: 1fr; gap: 0; } .csi-basket-home .csi-basket-home__contact-grid { gap: 8px; } }
@media (max-width: 420px) { .csi-basket-home .csi-basket-home__season-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .csi-basket-home * { scroll-behavior: auto; } }
