:root { --ink:#10233f; --blue:#0868d7; --green:#1b9e57; --yellow:#ffd75a; --sky:#e7f1ff; --paper:#ffffff; --line:#cfdef0; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font:16px/1.5 Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1160px, calc(100% - 40px)); margin:0 auto; }
.skip-link { position:absolute; left:-999px; top:0; z-index:10; background:#fff; padding:10px; }
.skip-link:focus { left:12px; }
.site-header { position:sticky; top:0; z-index:5; background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); }
.header-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; min-width:max-content; }
.brand img { width:44px; height:44px; object-fit:contain; }
.brand strong,.brand small { display:block; }
.brand strong { font-size:1rem; }
.brand small { color:#526881; font-size:.76rem; }
.primary-nav { display:flex; align-items:center; gap:25px; font-size:.91rem; font-weight:700; }
.primary-nav > a:not(.portal-link):hover { color:var(--blue); }
.portal-link { padding:10px 16px; color:#fff; background:var(--blue); border-radius:6px; }
.menu-toggle { display:none; border:0; background:none; padding:8px; }
.menu-toggle span:not(.sr-only) { display:block; width:24px; height:2px; margin:5px 0; background:var(--ink); }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.hero { overflow:hidden; background:var(--sky); border-bottom:1px solid var(--line); }
.hero-grid { min-height:570px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:56px; }
.eyebrow { margin:0 0 12px; color:var(--blue); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:650px; margin-bottom:18px; font-size:clamp(3.1rem,7vw,5.6rem); line-height:.98; letter-spacing:0; }
.hero-lead { max-width:530px; margin-bottom:30px; color:#415975; font-size:1.22rem; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { display:inline-flex; align-items:center; min-height:46px; padding:0 18px; border-radius:6px; font-weight:800; }
.button-primary { color:#fff; background:var(--blue); }
.button-secondary { border:1px solid #9bbce4; background:#fff; }
.hero-emblem { position:relative; min-height:390px; display:grid; place-items:center; color:#fff; text-align:center; isolation:isolate; }
.hero-emblem__field { position:absolute; inset:15px 0; z-index:-1; background:var(--green); clip-path:polygon(16% 0,100% 9%,85% 100%,0 87%); }
.hero-emblem__field::after { content:""; position:absolute; inset:10%; border:1px solid rgba(255,255,255,.5); border-radius:50%; }
.hero-emblem img { width:min(240px,55vw); filter:drop-shadow(0 16px 18px rgba(0,0,0,.25)); }
.hero-emblem p { position:absolute; bottom:30px; margin:0; font-weight:800; }
.section { padding:92px 0; }
.section-heading { max-width:650px; margin-bottom:34px; }
h2 { margin-bottom:0; font-size:clamp(2rem,4vw,3.25rem); line-height:1.05; }
.sport-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.sport-card { min-height:295px; display:flex; flex-direction:column; justify-content:flex-end; padding:26px; color:#fff; border-radius:8px; }
.sport-card p { margin-bottom:10px; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.sport-card h3 { max-width:270px; margin-bottom:24px; font-size:1.55rem; line-height:1.1; }
.sport-card a { font-weight:800; }
.sport-card--football { background:#16713d; }
.sport-card--volleyball { background:#1555a2; }
.sport-card--fitness { background:#d85d1c; }
.section--news { background:#f4f8fc; }
.section-heading--inline { display:flex; justify-content:space-between; align-items:end; gap:24px; max-width:none; }
.text-link { color:var(--blue); font-weight:800; white-space:nowrap; }
.empty-news { min-height:205px; display:flex; align-items:center; gap:20px; padding:28px; background:#fff; border:1px dashed #9eb7d2; border-radius:8px; }
.empty-news__mark { display:grid; place-items:center; width:60px; height:60px; flex:0 0 auto; color:var(--blue); border:1px solid var(--line); border-radius:50%; font-size:1rem; font-weight:900; }
.empty-news p { margin:0; color:#526881; font-size:1.05rem; }
.news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.news-card { overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:8px; }
.news-card img { display:block; width:100%; height:180px; object-fit:cover; }
.news-card > div { padding:20px; }
.news-card time,.news-list time { display:block; margin-bottom:8px; color:#526881; font-size:.82rem; font-weight:700; }
.news-card h3 { margin-bottom:10px; font-size:1.25rem; line-height:1.2; }
.news-card__excerpt { display:-webkit-box; overflow:hidden; margin-bottom:16px; color:#526881; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.news-card__excerpt > :first-child { margin-top:0; }
.news-card__excerpt > :last-child { margin-bottom:0; }
.content-page { min-height:58vh; }
.page-hero { padding:90px 0 56px; background:var(--sky); border-bottom:1px solid var(--line); }
.page-hero h1 { margin:0; font-size:clamp(2.5rem,5vw,4.4rem); }
.news-list { display:grid; gap:28px; }
.news-list__item { display:grid; grid-template-columns:minmax(220px,360px) minmax(0,1fr); gap:28px; padding-bottom:28px; border-bottom:1px solid var(--line); }
.news-list__item img { width:100%; height:230px; object-fit:cover; border-radius:8px; }
.news-list__item h2 { margin-bottom:14px; font-size:2rem; }
.news-intro { margin-bottom:12px; color:#415975; font-size:1.1rem; font-weight:700; }
.news-body { color:#415975; white-space:normal; }
.site-rich-content { color:#415975; line-height:1.65; }
.site-rich-content p { margin:0 0 1rem; }
.site-rich-content h3,.site-rich-content h4 { margin:1.5rem 0 .75rem; color:var(--ink); }
.site-rich-content ul,.site-rich-content ol { margin:0 0 1rem; padding-left:1.25rem; }
.site-rich-content a { color:var(--blue); text-decoration:underline; }
.site-article { max-width:850px; }
.site-article__intro { margin-bottom:2rem; color:#415975; font-size:1.25rem; font-weight:700; }
.site-article__body { font-size:1.08rem; }
.document-list { display:grid; gap:12px; max-width:850px; }
.document-card { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:18px; padding:20px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.document-card:hover { border-color:var(--blue); }
.document-card__type { padding:5px 7px; color:#fff; background:#d64545; border-radius:4px; font-size:.72rem; font-weight:900; }
.document-card strong,.document-card small { display:block; }
.document-card small { margin-top:4px; color:#526881; }
.story { display:block; max-width:850px; }
.story-number { color:var(--yellow); font-size:4rem; font-weight:900; line-height:1; }
.story p:last-child { max-width:640px; margin:22px 0 0; color:#526881; font-size:1.1rem; }
.site-footer { padding-top:60px; color:#d9e7f6; background:var(--ink); }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:36px; }
.footer-logo { width:62px; height:62px; object-fit:contain; margin-bottom:14px; }
.site-footer p { color:#aebfd2; }
.site-footer h2 { margin-bottom:12px; color:#fff; font-size:1rem; }
.site-footer a { display:block; width:max-content; margin:7px 0; }
.site-footer a:hover { color:var(--yellow); }
.footer-bottom { margin-top:46px; padding:18px 0; border-top:1px solid #294463; color:#91a8c0; font-size:.82rem; }
@media (max-width:760px) { .shell { width:min(100% - 28px, 620px); } .header-inner { min-height:68px; } .menu-toggle { display:block; } .primary-nav { display:none; position:absolute; top:68px; left:0; right:0; padding:18px 20px; align-items:stretch; background:#fff; border-bottom:1px solid var(--line); } .primary-nav.is-open { display:flex; flex-direction:column; } .portal-link { text-align:center; } .hero-grid { min-height:0; grid-template-columns:1fr; gap:10px; padding:64px 0 0; } .hero-emblem { min-height:285px; } .hero-emblem img { width:160px; } .hero-emblem p { bottom:22px; } .section { padding:62px 0; } .sport-grid,.news-grid { grid-template-columns:1fr; } .sport-card { min-height:210px; } .section-heading--inline { align-items:start; flex-direction:column; } .story { grid-template-columns:1fr; gap:20px; } .story-number { font-size:3rem; } .footer-grid,.news-list__item { grid-template-columns:1fr; gap:22px; } .news-list__item img { height:210px; } }
