/*
Theme Name: SV Roßbach/Verscheid
Theme URI: https://sv-rossbach-verscheid.de/
Author: SV Roßbach/Verscheid
Description: Klassischer, moderner Vereinsauftritt mit mehreren Bereichen und pflegbaren Mannschaftsdaten.
Version: 4.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sv-rossbach-verscheid
*/

:root {
	--red: #d7192d;
	--red-dark: #aa1020;
	--ink: #202124;
	--muted: #6d7075;
	--line: #dedfe2;
	--soft: #f5f5f4;
	--white: #ffffff;
	--content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
::selection { color: white; background: var(--red); }

.club-bar { height: 6px; background: var(--red); }
.site-header { position: relative; z-index: 20; min-height: 98px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; padding: 12px max(24px, calc((100vw - var(--content)) / 2)); color: var(--ink); border-bottom: 1px solid var(--line); background: white; }
.admin-bar .site-header { top: 0; }
.brand { display: flex; align-items: center; gap: 13px; }
.site-logo, .custom-logo { display: block; width: 72px; height: 72px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { color: var(--red); font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.brand-copy small { color: var(--muted); font-size: 12px; white-space: nowrap; }
.main-nav { display: flex; justify-content: center; align-items: stretch; gap: 30px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.main-nav > a, .nav-group > a { position: relative; display: flex; align-items: center; min-height: 72px; }
.main-nav > a::after, .nav-group > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 3px; background: var(--red); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after, .nav-group:hover > a::after, .nav-group:focus-within > a::after { right: 0; }
.nav-group { position: relative; }
.sub-menu { position: absolute; visibility: hidden; opacity: 0; top: calc(100% - 7px); left: -22px; min-width: 230px; padding: 10px; color: var(--ink); border-top: 3px solid var(--red); background: white; box-shadow: 0 16px 35px rgba(0,0,0,.22); transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.sub-menu a { display: block; padding: 12px; color: #333; font-size: 12px; text-transform: none; }
.sub-menu a:hover, .sub-menu a:focus-visible { color: var(--red); background: var(--soft); }
.nav-group:hover .sub-menu, .nav-group:focus-within .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.social-links { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; }
.social-links a:not(.shop-link) { padding-bottom: 4px; border-bottom: 2px solid var(--red); }
.social-links .shop-link { padding: 13px 16px; color: white; background: var(--red); border-radius: 999px; }
.social-links .shop-link:hover { background: var(--red-dark); }

.home-hero { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: white; background: var(--red); border-bottom: 0; }
.home-hero::after { content: ''; position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: 43%; background: #151618; clip-path: polygon(23% 0,100% 0,100% 100%,0 100%); }
.hero-type { position: absolute; z-index: 0; left: -2vw; bottom: -8vw; color: rgba(0,0,0,.085); font-size: clamp(240px, 34vw, 560px); font-weight: 950; line-height: .8; letter-spacing: -.1em; user-select: none; }
.home-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 85px max(30px, calc((100vw - var(--content)) / 2)); padding-right: 60px; }
.page-kicker { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-hero .page-kicker { color: white; }
.home-hero h1 { max-width: 760px; display: flex; flex-direction: column; margin: 0; font-size: clamp(68px, 8vw, 118px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.home-hero h1 small { align-self: flex-start; margin-bottom: 22px; padding: 9px 12px; color: white; background: #151618; font-size: 16px; line-height: 1; letter-spacing: .12em; }
.home-hero h1 span { display: block; }
.home-hero .outline-word { color: transparent; -webkit-text-stroke: 2px white; text-stroke: 2px white; }
.home-intro { max-width: 540px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.button-red { color: white; background: var(--red); border-color: var(--red); }
.button-red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.home-hero .button-red { color: white; background: #151618; border-color: #151618; }
.home-hero .button-red:hover { background: #000; border-color: #000; }
.home-hero .button-outline { color: white; border-color: rgba(255,255,255,.72); }
.home-hero .button-outline:hover { color: var(--red); background: white; }
.home-logo-panel { position: relative; z-index: 2; display: grid; place-items: center; padding: 70px max(30px, calc((100vw - var(--content)) / 2)) 70px 20px; }
.crest-card { position: relative; width: min(430px, 94%); aspect-ratio: 1; display: grid; place-items: center; padding: 50px; border-radius: 50%; background: white; box-shadow: 0 0 0 16px rgba(255,255,255,.09),0 32px 70px rgba(0,0,0,.32); }
.crest-card::after { content: 'SVR'; position: absolute; right: -26px; bottom: 34px; padding: 12px 16px; color: white; background: var(--red); font-size: 18px; font-weight: 950; letter-spacing: .14em; transform: rotate(-6deg); }
.crest-card img { width: min(320px, 88%); max-height: 350px; object-fit: contain; }

.fact-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--content); margin: -28px auto 0; overflow: hidden; color: white; border-radius: 4px; background: #161719; box-shadow: 0 14px 34px rgba(22,22,24,.12); }
.fact-strip > div, .fact-strip > a { display: flex; flex-direction: column; gap: 7px; padding: 26px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.fact-strip > div:last-child, .fact-strip > a:last-child { border-right: 0; }
.fact-strip > a { transition: background .18s ease; }
.fact-strip > a:hover, .fact-strip > a:focus-visible { background: var(--red); }
.fact-strip span { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fact-strip strong { font-size: 17px; }
.club-marquee { overflow: hidden; color: white; background: var(--red); border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.club-marquee > div { display: flex; width: max-content; align-items: center; gap: 24px; padding: 15px 0; font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.club-marquee span { color: rgba(255,255,255,.45); }

.news-section { max-width: var(--content); margin: 0 auto; padding: 95px 0 10px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { overflow: hidden; display: flex; flex-direction: column; min-height: 300px; border-radius: 10px; background: #111214; color: white; box-shadow: 0 12px 28px rgba(22,22,24,.12); transition: transform .2s ease; }
.news-card:hover { transform: translateY(-5px); }
.news-image { height: 190px; overflow: hidden; }
.news-image img { width: 100%; height: 100%; object-fit: cover; }
.news-card-copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.news-card-copy > span { color: #ff7180; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.news-card-copy h3 { margin: 14px 0 10px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.news-card-copy p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.55; }
.news-card-copy b { margin-top: auto; padding-top: 26px; font-size: 12px; }

.content-section { max-width: var(--content); margin: 0 auto; padding: 100px 0 112px; }
.section-title-row { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 60px; margin-bottom: 46px; }
.section-title-row h2, .club-overview h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.section-title-row > p { max-width: 440px; justify-self: end; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.link-card-grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--ink); counter-reset: team-cards; }
.link-card { position: relative; min-height: 160px; display: grid; grid-template-columns: 1.2fr 1fr auto; grid-template-rows: auto 1fr; align-items: center; column-gap: 40px; overflow: hidden; padding: 32px 34px 32px 124px; border: 0; border-bottom: 1px solid var(--ink); background: white; box-shadow: none; transition: color .2s ease, background .2s ease, padding .2s ease; counter-increment: team-cards; }
.link-card::before { content: '0' counter(team-cards); position: absolute; left: 28px; top: 50%; color: var(--red); font-size: 54px; font-weight: 950; line-height: 1; letter-spacing: -.08em; transform: translateY(-50%); }
.link-card:hover { padding-left: 140px; }
.link-card:hover { color: white; background: #17181a; }
.link-card > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.link-card:hover > span { color: #ff6d7c; }
.link-card > span { grid-column: 1; grid-row: 1; }
.link-card h3 { grid-column: 1; grid-row: 2; margin: 8px 0 0; font-size: clamp(30px,3vw,46px); letter-spacing: -.05em; }
.link-card p { grid-column: 2; grid-row: 1 / 3; margin: 0; color: var(--muted); font-size: 14px; }
.link-card:hover p { color: rgba(255,255,255,.75); }
.link-card b { grid-column: 3; grid-row: 1 / 3; margin: 0; font-size: 12px; }

.club-overview { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 95px max(24px, calc((100vw - var(--content)) / 2)); color: white; background: linear-gradient(120deg,#191a1d,#0f1012); }
.page-kicker-light { color: #ff7380; }
.club-overview-links { border-top: 1px solid rgba(255,255,255,.25); }
.club-overview-links a { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.club-overview-links span { color: rgba(255,255,255,.55); font-size: 13px; }
.club-overview-links strong { color: white; }

footer { padding: 70px max(24px, calc((100vw - var(--content)) / 2)) 30px; color: white; background: #111; }
.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-cta p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-cta a { color: white; font-size: clamp(26px, 3vw, 42px); font-weight: 800; letter-spacing: -.035em; }
.footer-cta a span { color: var(--red); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-top: 28px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid white; border-radius: 50%; font-size: 11px; transform: rotate(-7deg); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-links a:hover { color: white; }
.legal-footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 20px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.legal-footer p { margin: 0; }
.legal-footer div { display: flex; gap: 18px; }
.legal-footer a:hover { color: white; }

.content-shell { min-height: 60vh; max-width: 860px; margin: 0 auto; padding: 90px 24px; }
.content-shell h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -.05em; }
.content-shell p { font-size: 17px; line-height: 1.7; }

.page-hero { position: relative; min-height: 390px; display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 70px; overflow: hidden; padding: 64px max(24px, calc((100vw - var(--content)) / 2)); color: white; background: #151618; border-bottom: 0; }
.page-hero::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: clamp(10px,1.2vw,20px); background: var(--red); }
.page-hero::after { content: 'SVR'; position: absolute; right: 24%; bottom: -10%; color: rgba(255,255,255,.035); font-size: 260px; font-weight: 950; letter-spacing: -.09em; }
.page-hero h1 { margin: 0; font-size: clamp(56px, 7vw, 96px); line-height: .95; letter-spacing: -.06em; }
.page-hero p:last-child { max-width: 580px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.6; }
.page-hero img { position: relative; z-index: 2; max-height: 220px; justify-self: end; padding: 18px; border-radius: 50%; background: white; object-fit: contain; }
.compact-page-hero { grid-template-columns: 1fr; min-height: 300px; }
.team-page-wrap { max-width: var(--content); margin: 0 auto; padding: 30px 0 110px; }
.team-detail { padding: 78px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.team-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.team-heading .page-kicker { margin-bottom: 10px; }
.team-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.045em; }
.team-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-card { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-card span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.info-card strong { font-size: 18px; line-height: 1.35; }
.competition-frame { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin-top: 28px; padding: 32px; color: white; border: 0; border-left: 8px solid var(--red); background: #17181a; }
.competition-frame span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.competition-frame h3 { margin: 8px 0 6px; font-size: 28px; letter-spacing: -.035em; }
.competition-frame p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }
.placeholder-section { max-width: 820px; min-height: 420px; margin: 0 auto; padding: 100px 24px; text-align: center; }
.placeholder-section h2 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 60px); letter-spacing: -.045em; }
.placeholder-section p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.two-columns { grid-template-columns: 1fr; }
.editorial-page { max-width: 900px; min-height: 420px; margin: 0 auto; padding: 90px 24px 110px; }
.editor-content { font-size: 17px; line-height: 1.75; }
.editor-content h2 { margin-top: 50px; font-size: 34px; letter-spacing: -.035em; }
.placeholder-box { padding: 45px; border: 1px solid var(--line); background: var(--soft); }
.placeholder-box h2, .record-box h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.045em; }
.placeholder-box p, .record-box p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.record-box { margin-top: 28px; padding: 45px; color: white; background: var(--red); }
.record-box span { display: block; margin-bottom: 20px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.record-box p { color: rgba(255,255,255,.75); }
.legal-page { background: var(--soft); }
.legal-header { max-width: 900px; margin: 0 auto; padding: 82px 24px 38px; }
.legal-header h1 { margin: 0; font-size: clamp(52px, 7vw, 86px); letter-spacing: -.055em; }
.legal-content { max-width: 900px; margin: 0 auto; padding: 0 24px 110px; }
.legal-content h2 { margin: 55px 0 18px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 28px; line-height: 1.25; letter-spacing: -.025em; }
.legal-content h3 { margin: 30px 0 10px; font-size: 19px; }
.legal-content p { margin: 0 0 18px; color: #45484d; font-size: 15px; line-height: 1.75; }
.legal-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legal-content .legal-notice { padding: 24px; color: var(--ink); border-left: 4px solid var(--red); background: white; font-size: 14px; font-weight: 700; }

@media (max-width: 1050px) {
	.site-header { grid-template-columns: auto 1fr; gap: 24px; }
	.main-nav { grid-column: 1 / -1; order: 3; justify-content: flex-start; overflow-x: auto; border-top: 1px solid var(--line); }
	.social-links { justify-self: end; }
	.home-hero { grid-template-columns: 1fr .55fr; }
	.brand-copy { display: none; }
	.content-section { padding-right: 24px; padding-left: 24px; }
	.news-section { padding-right: 24px; padding-left: 24px; }
	.team-page-wrap { padding-right: 24px; padding-left: 24px; }
	.team-info-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
	.club-bar { justify-content: center; text-align: center; }
	.club-bar span:first-child { display: none; }
	.site-header { min-height: auto; padding-top: 10px; padding-bottom: 0; }
	.site-logo, .custom-logo { width: 58px; height: 58px; }
	.social-links { font-size: 10px; }
	.social-links a:not(.shop-link) { display: none; }
	.main-nav { gap: 22px; padding: 0 0 8px; }
	.main-nav > a, .nav-group > a { min-height: 48px; white-space: nowrap; }
	.sub-menu { display: none; }
	.home-hero { grid-template-columns: 1fr; }
	.home-hero-copy { padding: 62px 24px; }
	.home-hero h1 { font-size: clamp(48px, 15vw, 74px); }
	.home-hero::after { top: auto; width: 100%; height: 38%; clip-path: polygon(0 18%,100% 0,100% 100%,0 100%); }
	.home-logo-panel { min-height: 330px; margin: 0; padding: 34px 24px 55px; }
	.crest-card { width: min(310px, 84%); padding: 36px; }
	.crest-card img { width: 220px; }
	.page-hero { grid-template-columns: 1fr 120px; gap: 25px; padding-top: 52px; padding-bottom: 52px; }
	.page-hero img { max-height: 130px; }
	.team-heading { align-items: flex-start; flex-direction: column; }
	.team-info-grid { grid-template-columns: 1fr; }
	.competition-frame { align-items: flex-start; flex-direction: column; }
	.placeholder-box, .record-box { padding: 28px; }
	.fact-strip { grid-template-columns: 1fr 1fr; }
	.news-grid { grid-template-columns: 1fr; }
	.fact-strip > div:nth-child(2), .fact-strip > a:nth-child(2) { border-right: 0; }
	.fact-strip > div, .fact-strip > a { border-bottom: 1px solid rgba(255,255,255,.14); }
	.section-title-row { grid-template-columns: 1fr; gap: 22px; }
	.section-title-row > p { justify-self: start; }
	.link-card-grid { grid-template-columns: 1fr; }
	.two-columns { grid-template-columns: 1fr; }
	.link-card { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 82px 24px 26px; }
	.link-card::before { top: 24px; left: 24px; transform: none; }
	.link-card:hover { padding-left: 24px; }
	.link-card h3 { margin-top: 10px; }
	.link-card p { margin-top: 8px; }
	.link-card b { margin-top: 24px; }
	.club-overview { grid-template-columns: 1fr; gap: 45px; }
	.footer-cta { align-items: flex-start; flex-direction: column; }
	.footer-bottom { grid-template-columns: 1fr; }
	.legal-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
	.club-marquee > div { animation: svr-marquee 24s linear infinite; }
	@keyframes svr-marquee { to { transform: translateX(-50%); } }
}

/* Matchday editorial redesign */
:root {
	--red: #e0001b;
	--red-dark: #af0015;
	--ink: #0b0b0d;
	--soft: #f1efe9;
	--display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

body { background: var(--soft); }
.club-bar { height: 9px; background: repeating-linear-gradient(120deg,var(--red) 0 28px,#fff 28px 38px,var(--ink) 38px 66px); }
.site-header { min-height: 92px; color: white; border: 0; background: var(--ink); }
.site-logo, .custom-logo { padding: 5px; background: white; box-shadow: 7px 7px 0 var(--red); transform: rotate(-3deg); }
.brand-copy strong { color: white; font-family: var(--display); font-size: 29px; letter-spacing: .04em; }
.brand-copy small { color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; }
.main-nav { color: white; }
.main-nav > a::after, .nav-group > a::after { height: 7px; bottom: 0; }
.sub-menu { color: var(--ink); border-top-width: 7px; box-shadow: 12px 12px 0 rgba(224,0,27,.9); }
.social-links { color: white; }
.social-links .shop-link { border: 1px solid var(--red); border-radius: 0; box-shadow: 4px 4px 0 white; transform: rotate(-2deg); }
.social-links .shop-link:hover { color: var(--ink); background: white; }

.home-hero { min-height: 750px; background: var(--red); isolation: isolate; }
.home-hero::before { content: ''; position: absolute; z-index: -1; inset: 0 42% 0 0; opacity: .3; background-image: radial-gradient(rgba(0,0,0,.7) 1.5px,transparent 1.5px); background-size: 13px 13px; mask-image: linear-gradient(125deg,#000,transparent 72%); }
.home-hero::after { z-index: -2; width: 46%; background: var(--ink); clip-path: polygon(26% 0,100% 0,100% 100%,0 100%); }
.hero-type { left: auto; right: 35%; top: -7%; bottom: auto; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.11); font-family: var(--display); font-size: clamp(290px,36vw,620px); letter-spacing: -.06em; transform: rotate(-7deg); }
.home-hero-copy { padding-top: 100px; padding-bottom: 120px; }
.home-hero .page-kicker { align-self: flex-start; margin-bottom: 30px; padding: 9px 13px; color: white; background: var(--ink); box-shadow: 5px 5px 0 white; transform: rotate(-2deg); }
.home-hero h1 { font-family: var(--display); font-size: clamp(82px,10.4vw,168px); font-weight: 900; line-height: .68; letter-spacing: -.035em; }
.home-hero h1 small { margin: 0 0 17px 4px; padding: 0; color: var(--ink); background: transparent; font-family: Arial,Helvetica,sans-serif; font-size: 15px; letter-spacing: .34em; }
.home-hero h1 span { position: relative; width: max-content; }
.home-hero .outline-word { margin-left: clamp(22px,6vw,100px); -webkit-text-stroke: 3px white; filter: drop-shadow(7px 7px 0 rgba(0,0,0,.35)); }
.home-intro { max-width: 470px; margin-top: 42px; padding-left: 18px; color: white; border-left: 8px solid var(--ink); font-size: 17px; font-weight: 700; }
.home-hero .button { min-height: 52px; padding: 0 25px; border-width: 2px; }
.home-hero .button-red { color: var(--ink); background: white; border-color: white; box-shadow: 6px 6px 0 var(--ink); }
.home-hero .button-red:hover { color: white; background: var(--ink); }
.home-hero .button-outline { border-color: white; }
.home-hero .button-outline:hover { color: var(--ink); }

.home-logo-panel { perspective: 900px; }
.home-logo-panel::before { content: ''; position: absolute; width: min(520px,84%); aspect-ratio: 1; border: 2px dashed rgba(255,255,255,.28); border-radius: 50%; transform: rotate(11deg); }
.crest-card { width: min(405px,85%); padding: 48px; border: 7px solid var(--ink); border-radius: 24px; box-shadow: 18px 18px 0 var(--red),22px 22px 0 white; transform: rotate(5deg); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.crest-card:hover { transform: rotate(1deg) scale(1.035); }
.crest-card::before { content: ''; position: absolute; inset: 13px; border: 2px solid var(--ink); pointer-events: none; }
.crest-card::after { right: -35px; bottom: 25px; padding: 13px 18px; font-family: var(--display); font-size: 24px; box-shadow: 6px 6px 0 var(--ink); transform: rotate(-11deg); }
.crest-card img { position: relative; z-index: 1; transform: rotate(-5deg); }
.hero-stamp { position: absolute; z-index: 4; left: 4%; bottom: 16%; width: 110px; height: 110px; display: grid; place-content: center; text-align: center; color: white; border: 3px solid white; border-radius: 50%; background: var(--red); box-shadow: 7px 7px 0 white; font-family: var(--display); font-size: 22px; line-height: .85; letter-spacing: .04em; transform: rotate(-13deg); }
.hero-stamp span { color: var(--ink); }
.hero-coordinate { position: absolute; z-index: 3; top: 32px; right: 28px; display: flex; gap: 14px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.hero-ground { position: absolute; z-index: 3; right: 24px; bottom: 24px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 900; letter-spacing: .24em; writing-mode: vertical-rl; transform: rotate(180deg); }

.fact-strip { width: min(calc(100% - 54px),1260px); max-width: none; margin-top: -38px; border: 5px solid var(--ink); border-radius: 0; box-shadow: 13px 13px 0 rgba(224,0,27,.24); transform: rotate(-1deg); }
.fact-strip > a { min-height: 105px; justify-content: center; }
.fact-strip > a:nth-child(3) { background: var(--red); }
.fact-strip > a:hover, .fact-strip > a:focus-visible { color: var(--ink); background: white; }
.fact-strip span { color: rgba(255,255,255,.55); }
.fact-strip > a:hover span { color: rgba(0,0,0,.5); }
.fact-strip strong { font-family: var(--display); font-size: 23px; letter-spacing: .035em; }
.club-marquee { margin-top: 70px; background: var(--ink); border: 0; transform: rotate(.6deg) scale(1.01); }
.club-marquee > div { padding: 18px 0; font-size: 15px; }
.club-marquee b, .club-marquee span { color: var(--red); }

.news-section, .content-section { position: relative; }
.news-section::before, .content-section::before { content: 'SVR'; position: absolute; z-index: -1; top: 55px; right: 0; color: rgba(224,0,27,.055); font-family: var(--display); font-size: clamp(130px,22vw,300px); line-height: .8; }
.section-title-row h2, .club-overview h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.015em; }
.section-title-row h2 { font-size: clamp(54px,6vw,82px); }
.section-title-row .page-kicker { display: inline-block; padding: 6px 9px; color: white; background: var(--red); transform: rotate(-2deg); }
.news-card { border-radius: 0; border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--red); }
.news-card:nth-child(even) { transform: translateY(18px) rotate(1deg); }
.news-card:hover { transform: translateY(-7px) rotate(-1deg); }

.link-card-grid { grid-template-columns: repeat(3,1fr); gap: 22px; border: 0; }
.link-card { min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 38px; color: white; border: 4px solid var(--ink); background: var(--ink); box-shadow: 11px 11px 0 #c7c4bc; transition: transform .22s ease,box-shadow .22s ease; }
.link-card:nth-child(2) { color: white; background: var(--red); box-shadow: 11px 11px 0 var(--ink); transform: translateY(24px) rotate(1.5deg); }
.link-card:nth-child(3) { color: var(--ink); background: white; box-shadow: 11px 11px 0 var(--red); }
.link-card::before { content: '0' counter(team-cards); top: 24px; left: 26px; color: inherit; opacity: .14; font-family: var(--display); font-size: 150px; transform: none; }
.link-card::after { content: '↗'; position: absolute; top: 30px; right: 28px; width: 54px; height: 54px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: white; font-size: 25px; font-weight: 900; }
.link-card:nth-child(3)::after { color: white; background: var(--red); }
.link-card:hover, .link-card:nth-child(2):hover { padding-left: 38px; color: white; background: var(--red); box-shadow: 17px 17px 0 var(--ink); transform: translate(-5px,-5px) rotate(-1deg); }
.link-card > span, .link-card:hover > span { color: inherit; opacity: .65; }
.link-card h3 { margin-top: 12px; font-family: var(--display); font-size: clamp(44px,4vw,67px); line-height: .86; letter-spacing: -.01em; text-transform: uppercase; }
.link-card p, .link-card:hover p { margin-top: 17px; color: inherit; opacity: .65; }
.link-card b { margin-top: 28px; padding-top: 17px; border-top: 2px solid currentColor; font-size: 11px; text-transform: uppercase; }

.club-overview { position: relative; overflow: hidden; background: var(--red); }
.club-overview::after { content: 'VEREIN'; position: absolute; right: -2%; bottom: -28%; color: rgba(255,255,255,.1); font-family: var(--display); font-size: clamp(150px,20vw,300px); transform: rotate(-6deg); }
.club-overview > * { position: relative; z-index: 1; }
.club-overview-links { border-color: rgba(0,0,0,.3); }
.club-overview-links a { border-color: rgba(0,0,0,.3); transition: padding .2s ease,background .2s ease; }
.club-overview-links a:hover { padding-right: 15px; padding-left: 15px; color: var(--ink); background: white; }
.club-overview-links span { color: rgba(255,255,255,.75); }
.club-overview-links a:hover span { color: rgba(0,0,0,.55); }

footer { position: relative; overflow: hidden; border-top: 9px solid var(--red); }
footer::before { content: 'SVR'; position: absolute; right: -20px; top: 8px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 270px; line-height: .8; }
.footer-cta,.footer-bottom,.legal-footer { position: relative; z-index: 1; }
.footer-cta a { font-family: var(--display); font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }

.page-hero { min-height: 430px; background: var(--ink); }
.page-hero::before { width: 34%; opacity: .22; clip-path: polygon(0 0,55% 0,100% 100%,0 100%); }
.page-hero h1 { font-family: var(--display); font-size: clamp(68px,9vw,126px); letter-spacing: -.015em; text-transform: uppercase; }
.page-hero img { border: 5px solid var(--ink); border-radius: 18px; box-shadow: 12px 12px 0 var(--red); transform: rotate(4deg); }
.team-heading h2, .placeholder-section h2, .placeholder-box h2, .record-box h2, .legal-header h1 { font-family: var(--display); text-transform: uppercase; letter-spacing: 0; }
.info-card { background: white; }
.info-card:nth-child(odd) { box-shadow: inset 0 6px 0 var(--red); }
.competition-frame { box-shadow: 10px 10px 0 var(--red); }

@media (max-width: 1050px) {
	.site-header { border-bottom: 1px solid rgba(255,255,255,.12); }
	.main-nav { border-top-color: rgba(255,255,255,.16); }
	.home-hero h1 { font-size: clamp(76px,11vw,122px); }
	.link-card { min-height: 380px; padding: 28px; }
	.link-card:hover, .link-card:nth-child(2):hover { padding-left: 28px; }
}

@media (max-width: 760px) {
	.site-header { background: var(--ink); }
	.home-hero { min-height: auto; }
	.home-hero::before { inset: 0; }
	.home-hero::after { height: 34%; }
	.home-hero-copy { padding-top: 66px; padding-bottom: 74px; }
	.home-hero h1 { font-size: clamp(62px,18vw,88px); }
	.home-hero .outline-word { margin-left: 18px; -webkit-text-stroke-width: 2px; }
	.hero-coordinate { display: none; }
	.hero-ground { right: 8px; bottom: 20px; }
	.hero-stamp { left: 10%; bottom: 8%; width: 88px; height: 88px; font-size: 18px; }
	.crest-card { width: min(280px,78%); padding: 30px; border-width: 5px; box-shadow: 12px 12px 0 var(--red),16px 16px 0 white; }
	.fact-strip { width: calc(100% - 28px); margin-top: -20px; transform: rotate(-.5deg); }
	.fact-strip > a { min-height: 94px; padding: 20px; }
	.fact-strip strong { font-size: 19px; }
	.club-marquee { margin-top: 45px; }
	.link-card-grid { grid-template-columns: 1fr; gap: 24px; }
	.link-card, .link-card:nth-child(2) { min-height: 330px; padding: 28px; transform: none; }
	.link-card:hover, .link-card:nth-child(2):hover { padding-left: 28px; }
	.link-card h3 { font-size: 50px; }
	.club-overview::after { bottom: 0; }
	.footer-cta a { font-size: clamp(22px,7vw,34px); overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: no-preference) {
	.home-logo-panel::before { animation: svr-orbit 32s linear infinite; }
	.hero-stamp { animation: svr-float 4s ease-in-out infinite; }
	@keyframes svr-orbit { to { transform: rotate(371deg); } }
	@keyframes svr-float { 50% { translate: 0 -9px; } }
}

/* Professional club presentation */
:root {
	--red: #d7192d;
	--red-dark: #a90e1e;
	--ink: #121418;
	--muted: #666b72;
	--line: #dedfe2;
	--soft: #f5f5f3;
	--display: Arial, Helvetica, sans-serif;
}

body { background: white; }
.club-bar { height: 5px; background: var(--red); }
.site-header { position: relative; min-height: 92px; color: var(--ink); border-bottom: 1px solid var(--line); background: white; }
.site-logo, .custom-logo { width: 68px; height: 68px; padding: 0; background: transparent; box-shadow: none; transform: none; }
.brand-copy strong { color: var(--red); font-family: Arial,Helvetica,sans-serif; font-size: 24px; letter-spacing: -.04em; }
.brand-copy small { color: var(--muted); letter-spacing: 0; text-transform: none; }
.main-nav { color: var(--ink); }
.main-nav > a::after, .nav-group > a::after { height: 3px; bottom: 7px; }
.sub-menu { border-top-width: 3px; box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.social-links { color: var(--ink); }
.social-links .shop-link { border: 0; border-radius: 2px; box-shadow: none; transform: none; }
.social-links .shop-link:hover { color: white; background: var(--red-dark); }

.home-hero { min-height: 650px; background: var(--red); }
.home-hero::before { inset: 0 44% 0 0; opacity: .1; background-image: linear-gradient(135deg,rgba(255,255,255,.4) 1px,transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg,#000,transparent); }
.home-hero::after { width: 42%; background: var(--ink); clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); }
.hero-type { right: 40%; top: auto; bottom: -4%; color: rgba(0,0,0,.06); -webkit-text-stroke: 0; font-family: Arial,Helvetica,sans-serif; font-size: clamp(240px,31vw,480px); font-weight: 900; letter-spacing: -.09em; transform: none; }
.hero-coordinate, .hero-stamp, .hero-ground { display: none; }
.home-hero-copy { padding-top: 82px; padding-bottom: 92px; }
.home-hero .page-kicker { margin-bottom: 26px; padding: 0; color: rgba(255,255,255,.82); background: transparent; box-shadow: none; transform: none; }
.home-hero h1 { max-width: 720px; font-family: Arial,Helvetica,sans-serif; font-size: clamp(70px,8.4vw,126px); font-weight: 900; line-height: .78; letter-spacing: -.075em; }
.home-hero h1 small { margin: 0 0 18px 2px; color: white; font-size: 14px; letter-spacing: .22em; }
.home-hero .outline-word { margin-left: 0; -webkit-text-stroke: 2px white; filter: none; }
.home-intro { max-width: 500px; margin-top: 34px; padding-left: 0; color: rgba(255,255,255,.8); border: 0; font-size: 17px; font-weight: 400; }
.home-hero .button { min-height: 49px; padding: 0 22px; border-width: 1px; }
.home-hero .button-red { color: var(--ink); background: white; border-color: white; box-shadow: none; }
.home-hero .button-red:hover { color: white; background: var(--ink); border-color: var(--ink); }
.home-logo-panel { perspective: none; }
.home-logo-panel::before { width: min(450px,84%); border: 1px solid rgba(255,255,255,.14); animation: none !important; transform: none; }
.crest-card { width: min(370px,84%); padding: 46px; border: 0; border-radius: 50%; box-shadow: 0 24px 60px rgba(0,0,0,.26); transform: none; }
.crest-card:hover { transform: translateY(-4px); }
.crest-card::before { display: none; }
.crest-card::after { right: -18px; bottom: 30px; padding: 10px 14px; font-family: Arial,Helvetica,sans-serif; font-size: 15px; box-shadow: none; transform: none; }
.crest-card img { transform: none; }

.fact-strip { width: min(calc(100% - 48px),1180px); margin-top: -27px; border: 0; border-radius: 2px; box-shadow: 0 14px 35px rgba(18,20,24,.14); transform: none; }
.fact-strip > a { min-height: 96px; padding: 23px 28px; }
.fact-strip > a:nth-child(3) { background: #16181c; }
.fact-strip > a:hover, .fact-strip > a:focus-visible { color: white; background: var(--red); }
.fact-strip > a:hover span { color: rgba(255,255,255,.6); }
.fact-strip strong { font-family: Arial,Helvetica,sans-serif; font-size: 17px; letter-spacing: 0; }
.club-marquee { display: none; }

.news-section, .content-section { max-width: var(--content); }
.news-section::before, .content-section::before { display: none; }
.news-section { padding-top: 105px; }
.content-section { padding-top: 110px; }
.section-title-row { margin-bottom: 42px; }
.section-title-row h2, .club-overview h2 { font-family: Arial,Helvetica,sans-serif; text-transform: none; letter-spacing: -.045em; }
.section-title-row h2 { font-size: clamp(44px,5vw,64px); }
.section-title-row .page-kicker { padding: 0; color: var(--red); background: transparent; transform: none; }
.news-card, .news-card:nth-child(even) { color: var(--ink); border: 1px solid var(--line); border-radius: 2px; background: white; box-shadow: 0 10px 28px rgba(18,20,24,.08); transform: none; }
.news-card:hover, .news-card:nth-child(even):hover { transform: translateY(-5px); }
.news-card-copy > span { color: var(--red); }
.news-card-copy p { color: var(--muted); }

.link-card-grid { grid-template-columns: repeat(3,1fr); gap: 20px; }
.link-card, .link-card:nth-child(2), .link-card:nth-child(3) { min-height: 355px; padding: 32px; color: var(--ink); border: 1px solid var(--line); border-top: 5px solid var(--red); background: white; box-shadow: 0 10px 28px rgba(18,20,24,.07); transform: none; }
.link-card::before { top: 29px; left: 30px; color: var(--red); opacity: 1; font-family: Arial,Helvetica,sans-serif; font-size: 14px; letter-spacing: .1em; transform: none; }
.link-card::after { top: 24px; right: 24px; width: 42px; height: 42px; color: var(--ink); border: 1px solid var(--line); background: white; font-size: 18px; }
.link-card:nth-child(3)::after { color: var(--ink); background: white; }
.link-card:hover, .link-card:nth-child(2):hover, .link-card:nth-child(3):hover { padding-left: 32px; color: white; background: var(--ink); box-shadow: 0 16px 38px rgba(18,20,24,.15); transform: translateY(-6px); }
.link-card:hover::after { color: white; border-color: var(--red); background: var(--red); }
.link-card > span, .link-card:hover > span { color: var(--red); opacity: 1; }
.link-card h3 { margin-top: 12px; font-family: Arial,Helvetica,sans-serif; font-size: clamp(35px,3.2vw,48px); line-height: .95; letter-spacing: -.05em; text-transform: none; }
.link-card p, .link-card:hover p { margin-top: 15px; color: inherit; opacity: .65; }
.link-card b { margin-top: 26px; padding-top: 0; border: 0; }

.club-overview { background: var(--ink); }
.club-overview::after { display: none; }
.club-overview-links { border-color: rgba(255,255,255,.2); }
.club-overview-links a { border-color: rgba(255,255,255,.2); }
.club-overview-links a:hover { padding-right: 12px; padding-left: 12px; color: white; background: var(--red); }
.club-overview-links span { color: rgba(255,255,255,.55); }
.club-overview-links a:hover span { color: rgba(255,255,255,.75); }

footer { border-top: 5px solid var(--red); }
footer::before { display: none; }
.footer-cta a { font-family: Arial,Helvetica,sans-serif; font-weight: 800; letter-spacing: -.035em; text-transform: none; }

.page-hero { min-height: 390px; }
.page-hero::before { width: 14px; opacity: 1; clip-path: none; }
.page-hero h1 { font-family: Arial,Helvetica,sans-serif; font-size: clamp(56px,7vw,96px); letter-spacing: -.06em; text-transform: none; }
.page-hero img { border: 0; border-radius: 50%; box-shadow: none; transform: none; }
.team-heading h2, .placeholder-section h2, .placeholder-box h2, .record-box h2, .legal-header h1 { font-family: Arial,Helvetica,sans-serif; text-transform: none; letter-spacing: -.045em; }
.competition-frame { box-shadow: none; }

@media (max-width: 1050px) {
	.site-header { color: var(--ink); border-bottom-color: var(--line); }
	.main-nav { border-top-color: var(--line); }
	.home-hero h1 { font-size: clamp(68px,10vw,104px); }
	.link-card { min-height: 330px; padding: 27px; }
	.link-card:hover, .link-card:nth-child(2):hover, .link-card:nth-child(3):hover { padding-left: 27px; }
}

@media (max-width: 760px) {
	.site-header { color: var(--ink); background: white; }
	.home-hero::before { inset: 0; }
	.home-hero::after { height: 34%; }
	.home-hero-copy { padding-top: 60px; padding-bottom: 68px; }
	.home-hero h1 { font-size: clamp(58px,16.5vw,80px); }
	.home-hero .outline-word { margin-left: 0; }
	.crest-card { width: min(270px,76%); padding: 34px; box-shadow: 0 18px 44px rgba(0,0,0,.25); }
	.fact-strip { width: calc(100% - 28px); }
	.fact-strip > a { min-height: 88px; padding: 18px; }
	.fact-strip strong { font-size: 16px; }
	.link-card-grid { grid-template-columns: 1fr; gap: 16px; }
	.link-card, .link-card:nth-child(2), .link-card:nth-child(3) { min-height: 280px; padding: 26px; }
	.link-card:hover, .link-card:nth-child(2):hover, .link-card:nth-child(3):hover { padding-left: 26px; }
	.link-card h3 { font-size: 42px; }
}

/* Homepage 4.0 — structured club identity */
.home-hero-club {
	min-height: 680px;
	grid-template-columns: minmax(0,1.12fr) minmax(400px,.88fr);
	background: linear-gradient(110deg,var(--red) 0 59%,var(--ink) 59% 100%);
}
.home-hero-club::before {
	inset: 0 41% 0 0;
	opacity: .13;
	background-image: linear-gradient(rgba(255,255,255,.55) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.55) 1px,transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(120deg,#000,transparent 78%);
}
.home-hero-club::after { display: none; }
.home-hero-club .home-hero-copy { padding-top: 92px; padding-bottom: 106px; }
.home-hero-club h1 { max-width: 820px; font-size: clamp(76px,8.7vw,132px); }
.home-hero-club .outline-word { color: white; -webkit-text-stroke: 0; }
.home-hero-club .home-intro { max-width: 460px; }
.home-hero-club .button-outline:hover { color: var(--ink); }
.hero-club-panel { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 50px; padding: 72px max(28px,calc((100vw - var(--content)) / 2)) 72px 80px; }
.hero-crest { align-self: center; width: min(310px,82%); aspect-ratio: 1; display: grid; place-items: center; padding: 38px; border-radius: 50%; background: white; box-shadow: 0 25px 65px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.12),0 0 0 14px rgba(255,255,255,.035); }
.hero-crest img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hero-club-facts { display: grid; grid-template-columns: .75fr 1fr 1.6fr; border-top: 1px solid rgba(255,255,255,.18); }
.hero-club-facts > div { min-width: 0; padding: 19px 14px 0 0; }
.hero-club-facts span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-club-facts strong { display: block; color: white; font-size: 12px; line-height: 1.45; }
.hero-edge { position: absolute; z-index: 0; right: -14px; bottom: -40px; color: rgba(255,255,255,.035); font-size: clamp(180px,22vw,330px); font-weight: 950; line-height: .75; letter-spacing: -.1em; pointer-events: none; }

.home-shortcuts { position: relative; z-index: 4; width: min(calc(100% - 48px),var(--content)); display: grid; grid-template-columns: repeat(4,1fr); margin: -34px auto 0; border: 1px solid var(--line); background: white; box-shadow: 0 18px 40px rgba(18,20,24,.11); }
.home-shortcuts a { position: relative; min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 25px 54px 25px 27px; border-right: 1px solid var(--line); transition: color .2s ease,background .2s ease; }
.home-shortcuts a:last-child { border-right: 0; }
.home-shortcuts span { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-shortcuts strong { font-size: 19px; letter-spacing: -.025em; }
.home-shortcuts b { position: absolute; right: 24px; color: var(--red); font-size: 22px; }
.home-shortcuts a:hover, .home-shortcuts a:focus-visible { color: white; background: var(--red); }
.home-shortcuts a:hover span, .home-shortcuts a:focus-visible span { color: rgba(255,255,255,.65); }
.home-shortcuts a:hover b, .home-shortcuts a:focus-visible b { color: white; }

.home-dashboard { max-width: var(--content); display: grid; grid-template-columns: minmax(0,1.18fr) minmax(350px,.82fr); gap: 34px; margin: 0 auto; padding: 112px 0 120px; }
.home-section-heading { min-height: 145px; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.home-section-heading h2, .training-board h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: .95; letter-spacing: -.055em; }
.team-directory > a { position: relative; min-height: 104px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 28px; padding: 22px 62px 22px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease,color .2s ease,background .2s ease; }
.team-directory > a::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 0; background: var(--red); transition: width .2s ease; }
.team-directory > a span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-directory > a strong { margin-top: 7px; font-size: clamp(23px,2.6vw,34px); letter-spacing: -.04em; }
.team-directory > a b { position: absolute; top: 50%; right: 10px; color: var(--red); font-size: 24px; transform: translateY(-50%); }
.team-directory > a:hover, .team-directory > a:focus-visible { padding-right: 74px; padding-left: 24px; color: white; background: var(--ink); }
.team-directory > a:hover::before, .team-directory > a:focus-visible::before { width: 7px; }
.team-directory > a:hover span, .team-directory > a:focus-visible span { color: #ff6e7d; }

.training-board { position: relative; overflow: hidden; align-self: start; padding: 43px 38px 36px; color: white; border-top: 8px solid var(--red); background: var(--ink); }
.training-board::after { content: 'SVR'; position: absolute; right: -15px; top: -7px; color: rgba(255,255,255,.025); font-size: 180px; font-weight: 950; letter-spacing: -.1em; pointer-events: none; }
.training-board > * { position: relative; z-index: 1; }
.training-board .page-kicker { color: #ff6e7d; }
.training-board h2 { color: white; font-size: clamp(38px,4vw,54px); }
.training-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.18); }
.training-list > div { display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.training-list span { grid-column: 1 / -1; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.training-list strong { font-size: 14px; }
.training-list small { color: #ff8b96; font-size: 12px; font-weight: 800; text-align: right; }
.training-place { margin: 28px 0 0; padding-left: 16px; color: rgba(255,255,255,.58); border-left: 4px solid var(--red); font-size: 12px; line-height: 1.55; }

@media (max-width: 1050px) {
	.home-hero-club { grid-template-columns: minmax(0,1fr) minmax(330px,.7fr); }
	.hero-club-panel { padding-left: 46px; }
	.hero-club-facts { grid-template-columns: 1fr; }
	.hero-club-facts > div { padding-top: 12px; }
	.home-dashboard { padding-right: 24px; padding-left: 24px; }
	.home-shortcuts { grid-template-columns: 1fr 1fr; }
	.home-shortcuts a:nth-child(2) { border-right: 0; }
	.home-shortcuts a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
	.home-hero-club { grid-template-columns: 1fr; background: var(--red); }
	.home-hero-club .home-hero-copy { padding-top: 58px; padding-bottom: 70px; }
	.home-hero-club h1 { font-size: clamp(57px,16vw,79px); }
	.home-hero-club .outline-word { color: white; }
	.hero-club-panel { min-height: 430px; padding: 60px 24px 54px; background: var(--ink); }
	.hero-crest { width: min(250px,68%); padding: 30px; }
	.hero-club-facts { grid-template-columns: repeat(3,1fr); gap: 12px; }
	.home-shortcuts { width: calc(100% - 28px); margin-top: -22px; }
	.home-shortcuts a { min-height: 98px; padding: 20px 42px 20px 18px; }
	.home-shortcuts strong { font-size: 17px; }
	.home-shortcuts b { right: 17px; }
	.home-dashboard { grid-template-columns: 1fr; gap: 54px; padding-top: 78px; padding-bottom: 82px; }
	.home-section-heading { min-height: 110px; }
	.team-directory > a { min-height: 94px; }
	.team-directory > a strong { font-size: 25px; }
	.training-board { padding: 36px 26px 30px; }
}

/* Final identity and interaction polish */
a:focus-visible, button:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.home-hero a:focus-visible, footer a:focus-visible, .training-board a:focus-visible, .club-overview a:focus-visible { outline-color: white; }
.brand .site-logo, .brand .custom-logo { transition: transform .2s ease; }
.brand:hover .site-logo, .brand:focus-visible .site-logo, .brand:hover .custom-logo, .brand:focus-visible .custom-logo { transform: translateY(-2px); }
.hero-crest { transition: transform .25s ease,box-shadow .25s ease; }
.hero-crest:hover { box-shadow: 0 30px 75px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.12),0 0 0 14px rgba(255,255,255,.05); transform: translateY(-4px); }
.hero-club-facts { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.18); }
.home-section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 28px; }
.section-crest { width: 62px; height: 72px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(18,20,24,.12)); }
.training-board::after { content: ''; right: -48px; top: -42px; width: 240px; height: 270px; opacity: .045; background: url('assets/images/logo.png') center/contain no-repeat; }
.club-overview-title { display: flex; align-items: center; gap: 27px; }
.club-overview-title > img { width: 94px; max-height: 112px; padding: 9px; border-radius: 8px; background: white; object-fit: contain; }
.club-overview-title .page-kicker { margin-bottom: 12px; }
.footer-bottom { grid-template-columns: auto 1fr; }
.footer-links { justify-self: end; }
.footer-logo { width: 48px; height: 56px; padding: 5px; border-radius: 4px; background: white; object-fit: contain; }
.legal-footer a { text-underline-offset: 3px; }
.legal-footer a:hover { text-decoration: underline; }

@media (max-width: 760px) {
	.section-crest { width: 52px; height: 60px; }
	.club-overview-title { align-items: flex-start; gap: 18px; }
	.club-overview-title > img { width: 72px; max-height: 86px; }
	.footer-bottom { grid-template-columns: 1fr; }
	.footer-links { justify-self: start; }
}
