:root {
    --blue-950: #061a3d;
    --blue-900: #08275a;
    --blue-700: #143f8f;
    --red-600: #e8123f;
    --red-700: #b81237;
    --ink: #182235;
    --muted: #667085;
    --line: #d9e2ee;
    --surface: #ffffff;
    --soft: #f3f7fb;
    --shadow: 0 18px 45px rgba(9, 31, 66, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background: var(--soft);
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 10px clamp(18px, 4vw, 56px);
    color: #fff;
    background: linear-gradient(115deg, rgba(6, 26, 61, .98) 0%, rgba(11, 52, 116, .98) 58%, rgba(184, 18, 55, .98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 1rem;
}

.brand small {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.nav-item {
    position: relative;
}

.nav-item > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 12px;
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
}

.nav-item > a:hover,
.nav-item:focus-within > a {
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.nav-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}

.submenu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 230px;
    display: none;
    padding: 8px;
    border: 1px solid rgba(6, 26, 61, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.submenu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
    display: grid;
}

.submenu a {
    display: block;
    padding: 11px 12px;
    border-radius: 6px;
    color: var(--blue-950);
    text-decoration: none;
    white-space: nowrap;
}

.submenu a:hover,
.submenu a:focus {
    color: var(--red-700);
    background: #f4f7fb;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: transparent;
    padding: 9px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #fff;
}

.hero {
    min-height: 0;
    display: block;
    align-items: center;
    padding: 18px clamp(20px, 5vw, 72px) 20px;
    color: #fff;
    background:
        radial-gradient(circle at 68% 22%, rgba(232, 18, 63, .45), transparent 34%),
        linear-gradient(135deg, #061a3d 0%, #0b3474 54%, #bd123a 100%);
}

.hero-content {
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--red-600);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #ffdfe7;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    margin: 0;
    max-width: 860px;
    font-size: clamp(1.85rem, 3vw, 2.8rem);
    line-height: 1;
}

h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
}

h3 {
    margin: 0;
}

.hero-copy {
    max-width: 920px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0;
    flex: 0 0 auto;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 12px 18px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.button.primary {
    color: #fff;
    background: var(--red-600);
}

.button.secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
}

.page-hero {
    padding: 14px clamp(20px, 5vw, 72px) 16px;
    color: #fff;
    background:
        radial-gradient(circle at 74% 30%, rgba(232, 18, 63, .36), transparent 34%),
        linear-gradient(135deg, #061a3d 0%, #0b3474 58%, #bd123a 100%);
}

.page-hero h1 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1;
}

.page-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-title-row p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
}

.content-page {
    display: grid;
    grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
    gap: 30px;
    align-items: start;
}

.content-media {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.content-media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.content-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: clamp(24px, 4vw, 38px);
    background: #fff;
    box-shadow: var(--shadow);
}

.content-card h2 {
    margin-bottom: 18px;
    color: var(--blue-950);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.content-card h3 {
    margin-top: 26px;
    color: var(--blue-900);
    font-size: 1.25rem;
}

.content-card p,
.content-card li {
    color: var(--muted);
}

.content-card a {
    color: var(--red-700);
    font-weight: 800;
    text-decoration: none;
}

.article-detail {
    display: grid;
    gap: 18px;
}

.article-image {
    width: 100%;
    max-height: 520px;
    border-radius: 8px;
    object-fit: cover;
}

.article-lead {
    color: var(--blue-950);
    font-size: 1.2rem;
    font-weight: 800;
}

.content-narrow {
    max-width: 1180px;
    margin: 0 auto;
}

.auth-page {
    display: grid;
    place-items: start center;
}

.auth-card {
    width: min(100%, 520px);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: clamp(24px, 4vw, 34px);
    background: #fff;
    box-shadow: var(--shadow);
}

.auth-card h2 {
    color: var(--blue-950);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.auth-form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.form-alert {
    margin: 18px 0 0;
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 800;
}

.form-alert p {
    margin: 0;
}

.form-alert p + p {
    margin-top: 6px;
}

.form-alert.error {
    color: #8a102b;
    background: #ffe8ee;
    border: 1px solid #ffc4d0;
}

.auth-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    color: var(--muted);
}

.auth-switch a {
    color: var(--red-700);
    font-weight: 900;
    text-decoration: none;
}

.coaches-page {
    display: grid;
    gap: 28px;
}

.trainer-hero-user {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-weight: 900;
}

.trainer-hero-user a {
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 6px;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}

.trainer-hero-user a:hover,
.trainer-hero-user a:focus {
    background: rgba(255, 255, 255, .14);
}

.coaches-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.coaches-welcome h2 {
    margin-bottom: 10px;
}

.coaches-welcome p:not(.eyebrow) {
    max-width: 780px;
    margin: 0;
}

.trainer-links-panel {
    display: grid;
    gap: 18px;
}

.trainer-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.trainer-link-placeholder {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
    color: var(--ink);
    background: #fff;
    box-shadow: var(--shadow);
    text-decoration: none;
}

.trainer-link-placeholder span {
    color: var(--red-700);
    font-weight: 900;
}

.trainer-link-placeholder h3 {
    margin-top: 8px;
    color: var(--blue-950);
    font-size: 1.3rem;
}

.trainer-link-placeholder p {
    margin: 10px 0 0;
    color: var(--muted);
}

.admin-section-link {
    border-color: rgba(20, 63, 143, .24);
    background: #f8fbff;
}

.fee-grid {
    display: grid;
    gap: 14px;
    margin: 24px 0 28px;
}

.fee-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    background: #f8fbff;
}

.fee-item h3 {
    color: var(--blue-950);
}

.fee-item p {
    margin: 8px 0 0;
}

.fee-item strong {
    color: var(--red-700);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    white-space: nowrap;
}

.payment-box {
    margin-top: 30px;
    border-left: 4px solid var(--red-600);
    border-radius: 8px;
    padding: 22px;
    background: #f5f8fc;
}

.payment-box h2 {
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.document-section + .document-section {
    margin-top: 38px;
}

.document-section h2 {
    margin-bottom: 18px;
}

.document-list {
    display: grid;
    gap: 14px;
}

.document-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    color: var(--blue-950);
    background: #f8fbff;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.document-item:hover,
.document-item:focus {
    border-color: rgba(232, 18, 63, .42);
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(9, 31, 66, .1);
}

.document-item strong,
.document-item small {
    display: block;
}

.document-item small {
    margin-top: 4px;
    color: var(--muted);
    font-weight: 700;
}

.document-icon {
    width: 54px;
    min-height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    background: var(--red-600);
    font-size: .78rem;
    font-weight: 900;
}

.team-detail {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: start;
}

.team-photo {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.team-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.team-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.team-intro-text {
    margin-bottom: 28px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 22px;
}

.team-info-grid h2,
.schedule-card h2 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.team-facts {
    display: grid;
    gap: 14px;
    margin: 0;
}

.team-facts div {
    border-left: 4px solid var(--red-600);
    padding-left: 14px;
}

.team-facts dt {
    color: var(--blue-900);
    font-weight: 900;
}

.team-facts dd {
    margin: 4px 0 0;
    color: var(--muted);
}

.clean-list,
.schedule-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.team-coaches,
.schedule-card {
    margin-top: 34px;
    border-top: 1px solid var(--line);
    padding-top: 28px;
}

.team-coach-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.team-coach-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
}

.team-coach-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.team-coach-card div {
    display: grid;
    gap: 4px;
    padding: 16px;
}

.team-coach-card h3 {
    color: var(--blue-950);
}

.team-coach-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.team-coach-card a,
.coach-card a {
    color: var(--red-700);
    font-weight: 900;
    text-decoration: none;
}

.shop-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 26px;
    align-items: start;
}

.shop-grid {
    display: grid;
    gap: 18px;
}

.shop-card,
.discount-panel,
.committee-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.shop-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: clamp(24px, 4vw, 34px);
}

.shop-logo {
    min-height: 92px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    padding: 18px;
}

.shop-logo-dark {
    background: linear-gradient(135deg, var(--blue-950), var(--red-600));
}

.shop-logo-light {
    border: 1px solid var(--line);
    background: #f8fbff;
}

.shop-logo img {
    display: block;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.shop-card h2 {
    color: var(--blue-950);
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
}

.shop-card p:not(.eyebrow) {
    margin: 12px 0 0;
    color: var(--muted);
}

.discount-panel {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 10px;
    padding: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(232, 18, 63, .34), transparent 38%),
        linear-gradient(145deg, #061a3d 0%, #0b3474 72%, #8f173f 100%);
}

.discount-panel span {
    color: #ffdfe7;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.discount-panel strong {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.discount-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
}

.contact-page {
    display: grid;
    gap: 34px;
}

.contact-main-card {
    max-width: 980px;
}

.contact-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

.contact-facts div {
    border-left: 4px solid var(--red-600);
    padding-left: 14px;
}

.contact-facts dt {
    color: var(--blue-900);
    font-weight: 900;
}

.contact-facts dd {
    margin: 5px 0 0;
    color: var(--muted);
}

.committee-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.committee-card {
    display: grid;
    gap: 8px;
    padding: 20px;
}

.committee-card span {
    color: var(--red-700);
    font-weight: 900;
}

.committee-card h3 {
    color: var(--blue-950);
    font-size: 1.22rem;
}

.committee-card a,
.contact-facts a {
    color: var(--blue-900);
    font-weight: 800;
    text-decoration: none;
}

.team-overview {
    display: grid;
    gap: 20px;
}

.team-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.team-overview-card {
    overflow: hidden;
    display: grid;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--blue-950);
    background: #fff;
    box-shadow: var(--shadow);
    text-decoration: none;
}

.team-overview-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.team-overview-card span,
.team-overview-card strong {
    display: block;
    padding: 0 18px;
}

.team-overview-card span {
    margin-top: 16px;
    color: var(--red-700);
    font-weight: 800;
}

.team-overview-card strong {
    padding-bottom: 18px;
    font-size: 1.35rem;
}

.team-overview-card p {
    margin: -8px 0 0;
    padding: 0 18px 18px;
    color: var(--muted);
}

.coach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.coach-card {
    overflow: hidden;
    display: grid;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.coach-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.coach-card div {
    display: grid;
    gap: 4px;
    padding: 16px;
}

.coach-card h2 {
    margin: 0;
    color: var(--blue-950);
    font-size: 1.15rem;
}

.coach-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-weight: 700;
}

.gallery-page {
    display: grid;
    gap: 18px;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.photo-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.photo-item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .2s ease;
}

.photo-item:hover img,
.photo-item:focus img {
    transform: scale(1.035);
}

.section,
.recruit,
.club-section,
.contact-section {
    padding: clamp(52px, 7vw, 86px) clamp(20px, 5vw, 72px);
}

.intro-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--line);
}

.intro-band div {
    min-height: 132px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 26px;
    background: var(--surface);
}

.intro-band strong {
    color: var(--blue-900);
    font-size: 1.12rem;
}

.intro-band span {
    color: var(--muted);
}

.section-head {
    max-width: 780px;
    margin-bottom: 28px;
}

.section-head.compact {
    margin-bottom: 18px;
}

.section-head.compact h2,
.events-head h2 {
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.venue-address {
    margin-top: 12px;
    color: var(--muted);
    font-style: normal;
}

.venue-address strong {
    color: var(--blue-900);
}

.home-board {
    padding-top: clamp(30px, 4vw, 48px);
    padding-bottom: clamp(36px, 5vw, 58px);
}

.home-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    gap: 28px;
    align-items: start;
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.events-panel {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 18px;
    border: 1px solid rgba(6, 26, 61, .12);
    border-radius: 8px;
    padding: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(232, 18, 63, .32), transparent 34%),
        linear-gradient(145deg, #061a3d 0%, #0b3474 70%, #8f173f 100%);
    box-shadow: var(--shadow);
}

.events-head .eyebrow {
    color: #ffdfe7;
}

.events-head h2 {
    margin: 0;
}

.event-list {
    display: grid;
    gap: 12px;
}

.event-item {
    display: grid;
    gap: 6px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.event-item time {
    color: #ffdfe7;
    font-size: .86rem;
    font-weight: 800;
}

.event-item h3 {
    color: #fff;
    font-size: 1.05rem;
}

.event-item p,
.event-empty {
    margin: 0;
    color: rgba(255, 255, 255, .76);
}

.events-link {
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.sponsors-strip {
    display: grid;
    gap: 32px;
    padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 72px);
    background: #fff;
    border-top: 1px solid var(--line);
}

.sponsor-group {
    display: grid;
    gap: 18px;
}

.sponsor-grid {
    display: grid;
    gap: 14px;
}

.sponsor-grid-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sponsor-grid-other {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sponsor-item {
    min-height: 86px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    color: var(--blue-900);
    background: #f8fbff;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.sponsor-grid-main .sponsor-item {
    min-height: 120px;
}

.sponsor-item img {
    display: block;
    max-width: 100%;
    max-height: 76px;
    object-fit: contain;
}

.sponsor-grid-main .sponsor-item img {
    max-height: 92px;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: clamp(20px, 5vw, 72px);
    background: rgba(4, 20, 47, .86);
}

.lightbox[hidden] {
    display: none;
}

.lightbox img {
    max-width: min(92vw, 980px);
    max-height: 82vh;
    border-radius: 8px;
    padding: clamp(18px, 3vw, 34px);
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.news-grid,
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.news-card,
.team-item,
.lead-form,
.link-panel,
.contact-form {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.news-card {
    overflow: hidden;
    display: grid;
    gap: 14px;
    align-content: start;
}

.news-card > :not(.news-image) {
    margin-left: 24px;
    margin-right: 24px;
}

.news-card > :last-child {
    margin-bottom: 24px;
}

.news-image {
    display: block;
    overflow: hidden;
}

.news-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .2s ease;
}

.news-card:hover .news-image img,
.news-card:focus-within .news-image img {
    transform: scale(1.035);
}

.news-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 700;
}

.news-card h3,
.team-item h3 {
    color: var(--blue-950);
    font-size: 1.35rem;
}

.news-card p,
.team-item p,
.recruit p,
.club-copy p {
    color: var(--muted);
}

.news-card a {
    color: var(--red-700);
    font-weight: 800;
    text-decoration: none;
}

.button.outline {
    color: var(--blue-900);
    border-color: rgba(20, 63, 143, .28);
    background: #fff;
}

.button.outline:hover,
.button.outline:focus {
    color: #fff;
    background: var(--blue-900);
}

.news-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 22px;
}

.archive-page {
    display: grid;
    gap: 20px;
}

.archive-empty {
    max-width: 820px;
}

.archive-empty .button {
    width: fit-content;
    margin-top: 8px;
}

.recruit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 430px);
    align-items: start;
    gap: 34px;
    color: #fff;
    background: var(--blue-950);
}

.recruit p {
    max-width: 720px;
    color: rgba(255, 255, 255, .78);
}

.lead-form,
.contact-form {
    display: grid;
    gap: 14px;
    padding: 22px;
    color: var(--ink);
}

label {
    display: grid;
    gap: 7px;
    color: var(--blue-900);
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 12px;
    color: var(--ink);
    font: inherit;
}

.lead-form p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
}

.team-item {
    padding: 24px;
}

.team-item span {
    display: block;
    margin-bottom: 12px;
    color: var(--red-700);
    font-weight: 800;
}

.schedule {
    background: #fff;
}

.calendar-section {
    background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
}

.calendar-section .section-head p:not(.eyebrow) {
    margin: 12px 0 0;
    color: var(--muted);
    font-weight: 800;
}

.calendar-frame {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.calendar-frame iframe {
    display: block;
    width: 100%;
    height: min(820px, 78vh);
    min-height: 620px;
    border: 0;
}

.calendar-note {
    margin: 16px 0 0;
    color: var(--muted);
}

.calendar-note a {
    color: var(--red-700);
    font-weight: 800;
    text-decoration: none;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

th,
td {
    padding: 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

th {
    color: var(--blue-900);
    background: #edf3fa;
}

.club-section,
.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 32px;
    align-items: start;
}

.club-copy {
    max-width: 780px;
}

.link-panel {
    display: grid;
    gap: 10px;
    padding: 22px;
}

.link-panel a {
    padding: 13px 0;
    border-top: 1px solid var(--line);
    color: var(--blue-900);
    font-weight: 800;
    text-decoration: none;
}

.contact-section {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(6, 26, 61, .98), rgba(14, 55, 122, .94)),
        var(--blue-950);
}

.contact-section .eyebrow {
    color: #ffdfe7;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin: 24px 0 0;
}

.contact-list div {
    display: grid;
    gap: 4px;
}

.contact-list dt {
    color: rgba(255, 255, 255, .68);
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-list dd {
    margin: 0;
    font-size: 1.05rem;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 22px clamp(20px, 5vw, 72px);
    color: rgba(255, 255, 255, .72);
    background: #04142f;
}

.site-footer a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    text-decoration: underline;
}

@media (max-width: 920px) {
    .site-header {
        flex-wrap: wrap;
    }

    .nav-toggle {
        display: inline-grid;
    }

    .site-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .site-nav.is-open {
        display: flex;
    }

    .nav-item > a {
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .nav-item > a:hover,
    .nav-item:focus-within > a {
        background: transparent;
    }

    .submenu {
        position: static;
        display: grid;
        min-width: 0;
        margin: 0 0 8px 16px;
        padding: 0 0 0 12px;
        border: 0;
        border-left: 2px solid rgba(255, 255, 255, .24);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .submenu::before {
        display: none;
    }

    .submenu a {
        padding: 8px 0;
        color: rgba(255, 255, 255, .78);
        white-space: normal;
    }

    .submenu a:hover,
    .submenu a:focus {
        color: #fff;
        background: transparent;
    }

    .recruit,
    .content-page,
    .team-detail,
    .shop-page,
    .club-section,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .page-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .page-title-row p {
        white-space: normal;
    }

    .fee-item {
        grid-template-columns: 1fr;
    }

    .fee-item strong {
        white-space: normal;
    }

    .hero {
        padding-top: 22px;
        padding-bottom: 24px;
    }

    .hero-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .home-layout,
    .home-news-grid,
    .team-info-grid,
    .team-coach-grid,
    .contact-facts,
    .committee-grid,
    .photo-grid,
    .sponsor-grid-main,
    .sponsor-grid-other,
    .team-overview-grid,
    .coach-grid,
    .trainer-link-grid {
        grid-template-columns: 1fr;
    }

    .coaches-welcome {
        align-items: flex-start;
        flex-direction: column;
    }

    .events-panel {
        position: static;
    }

    .shop-card {
        grid-template-columns: 1fr;
    }

    .discount-panel {
        position: static;
    }

    .intro-band,
    .news-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .calendar-frame iframe {
        height: 680px;
        min-height: 680px;
    }

    .site-footer {
        flex-direction: column;
    }
}
