:root {
  --black: #090909;
  --ink: #111111;
  --panel: #171717;
  --white: #f7f5ef;
  --muted: #aaa79f;
  --gold: #c7a34d;
  --gold-light: #ead18f;
  --line: rgba(255,255,255,.14);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.standalone-section-page #obsah {
  min-height: 100svh;
  padding-top: 82px;
}
body.standalone-section-page [id] {
  scroll-margin-top: 82px;
}
[data-view][hidden] { display: none !important; }
[data-view] { scroll-margin-top: 82px; }
body[data-current-view]:not([data-current-view="home"]) #obsah {
  min-height: 100svh;
  padding-top: 82px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only, .skip-link:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed; z-index: 100; top: 1rem; left: 1rem; background: var(--gold); color: #000; padding: .7rem 1rem; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto;
  min-height: 82px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(199,163,77,.42);
  background: rgba(5,5,5,.94);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand { display: flex; align-items: center; gap: .85rem; text-transform: uppercase; letter-spacing: .13em; font-size: .84rem; font-weight: 700; }
.brand img { width: 54px; height: 42px; object-fit: contain; }
.brand b { color: var(--gold-light); }
.site-header nav { display: flex; gap: clamp(.8rem, 1.35vw, 1.45rem); }
.site-header nav a {
  position: relative;
  padding: .48rem 0;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: clamp(.66rem, .63rem + .08vw, .72rem);
  font-weight: 800;
  text-shadow: 0 0 18px rgba(199,163,77,.16);
  transition: color .2s, text-shadow .2s;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s;
}
.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav a[aria-current="page"] {
  color: var(--white);
  text-shadow: 0 0 20px rgba(234,209,143,.32);
}
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after,
.site-header nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; background: none; color: var(--gold-light); padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s; }

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(7.25rem, 12vh, 9rem) clamp(1.4rem, 8vw, 8rem) clamp(4rem, 7vh, 6rem);
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  background: #050505 url("assets/hero-invictus-three-players-2026.svg") center 38% / cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 36%, rgba(5,5,5,.72) 46%, rgba(5,5,5,.16) 60%, transparent 72%),
    linear-gradient(0deg, rgba(9,9,9,.84) 0%, transparent 43%),
    linear-gradient(180deg, rgba(0,0,0,.2) 0%, transparent 28%);
}
.hero-content { position: relative; z-index: 2; width: min(820px, 100%); margin: 0; }
.hero-logo {
  display: block;
  width: clamp(145px, 14vw, 220px);
  height: auto;
  max-height: none;
  object-fit: contain;
  margin: 0 0 1.25rem;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.5));
}
.eyebrow { margin: 0 0 1rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .24em; font-size: .72rem; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .015em; line-height: 1; font-weight: 500; }
h1 { margin: 0; font-size: clamp(4rem, 10vw, 9.2rem); }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
.hero h1 {
  font-size: clamp(4rem, 8.2vw, 8rem);
  line-height: .9;
  letter-spacing: -.02em;
}
.hero-lead { max-width: 610px; margin: 1.5rem 0 2.1rem; font-size: clamp(1rem, 1.6vw, 1.3rem); color: #dedbd4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: .85rem 1.45rem; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #080808; }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(0,0,0,.18); }
.button-outline { border-color: var(--gold); color: var(--gold-light); background: transparent; }
.scroll-cue { position: absolute; z-index: 3; right: clamp(1.5rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: #d2d0c9; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-strip div { padding: clamp(1.8rem, 4vw, 3.3rem); text-align: center; border-right: 1px solid var(--line); }
.stats-strip div:last-child { border: 0; }
.stats-strip strong { display: block; color: var(--gold-light); font-family: Impact, sans-serif; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1; font-weight: 500; }
.stats-strip span { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; }
.stats-strip .annotated-stat small { display: block; max-width: 230px; margin: .65rem auto 0; color: #77746d; font-size: .58rem; line-height: 1.45; letter-spacing: .02em; }

.season-center { scroll-margin-top: 78px; padding: clamp(5rem, 9vw, 8rem) max(1.4rem, calc((100vw - var(--max)) / 2)); background: #efede7; color: #111; }
.season-center-inner { max-width: var(--max); margin: 0 auto; }
.season-center-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.season-center-head .eyebrow, .last-season .eyebrow { color: #80601c; }
.season-center-head h2 { margin: 0; font-size: clamp(4.2rem, 8vw, 8rem); }
.season-center-head h2 em { color: #997326; }
.season-status { display: flex; align-items: center; gap: .9rem; max-width: 330px; padding: 1rem 1.15rem; border: 1px solid #cac5b9; background: #f8f6f1; }
.season-status-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(199,163,77,.18); }
.season-status strong { display: block; text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; }
.season-status p { margin: .2rem 0 0; color: #6d6960; font-size: .76rem; }
.season-center-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 1rem; }
.next-match-card, .anniversary-season-card { min-width: 0; min-height: 440px; }
.next-match-card { position: relative; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.6rem); overflow: hidden; background: #101010; color: #fff; }
.next-match-card::before { content: ""; position: absolute; width: 380px; height: 380px; right: -180px; bottom: -230px; border: 1px solid rgba(234,209,143,.17); border-radius: 50%; box-shadow: 0 0 0 52px rgba(234,209,143,.035), 0 0 0 104px rgba(234,209,143,.025); }
.match-card-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .66rem; font-weight: 800; }
.match-card-topline span:last-child { color: #85827b; text-align: right; }
.match-pending { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(1.2rem, 3vw, 2.5rem); margin: auto 0 1.8rem; text-align: center; }
.match-pending > span { color: rgba(255,255,255,.16); font-family: Impact, sans-serif; font-size: clamp(3rem, 8vw, 7rem); line-height: 1; }
.match-pending > span:first-child { text-align: right; }
.match-pending > span:last-child { text-align: left; }
.match-pending p { margin: 0 0 .45rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 800; }
.match-pending h3 { margin: 0; font-family: Impact, sans-serif; font-size: clamp(2.1rem, 4.2vw, 4.6rem); font-weight: 400; letter-spacing: .02em; line-height: 1.05; text-transform: uppercase; }
.match-card-copy { position: relative; z-index: 1; max-width: 680px; margin-bottom: 1.4rem; color: #aaa79f; font-size: .88rem; }
.match-card-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .7rem; }
.match-updated { position: relative; z-index: 1; margin: 1rem 0 0; color: #696761; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.anniversary-season-card { display: grid; grid-template-rows: minmax(220px, 1fr) auto; background: radial-gradient(circle at 50% 25%, rgba(212,171,47,.26), transparent 42%), #0c0c0c; color: #fff; }
.anniversary-season-card > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.anniversary-season-card > div { padding: 1.5rem; border-top: 1px solid rgba(234,209,143,.3); }
.anniversary-season-card span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 800; }
.anniversary-season-card h3 { margin: .55rem 0 .7rem; font-family: Impact, sans-serif; font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 400; line-height: 1.08; text-transform: uppercase; }
.anniversary-season-card p { margin-bottom: .9rem; color: #aaa79f; font-size: .82rem; }
.anniversary-season-card a, .result-content > a { color: var(--gold-light); text-transform: uppercase; letter-spacing: .09em; font-size: .68rem; font-weight: 800; }
.anniversary-season-card a:hover, .result-content > a:hover { color: #fff; }
.last-season { margin-top: 4.5rem; }
.last-season-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; }
.last-season-heading .eyebrow { margin: 0; }
.last-season-heading h3 { margin: 0; font-family: Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.competition-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: #cbc6bb; }
.competition-result-card { display: grid; grid-template-columns: 130px 1fr; min-width: 0; background: #f8f6f1; }
.result-place { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.4rem; border-right: 1px solid #d9d5cc; background: #111; color: #fff; }
.result-place strong { color: var(--gold-light); font-family: Impact, sans-serif; font-size: 3.4rem; font-weight: 400; line-height: .9; }
.result-place span { margin-top: .45rem; color: #8f8c85; text-transform: uppercase; letter-spacing: .11em; font-size: .62rem; }
.result-content { min-width: 0; padding: 1.45rem; }
.result-content > p { margin: 0 0 .3rem; color: #7d5e1c; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; font-weight: 800; }
.result-content h3, .result-content h4 { margin: 0; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .05em; }
.result-content dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.2rem 0; }
.result-content dl div { padding-right: .75rem; border-right: 1px solid #d7d2c8; }
.result-content dl div:not(:first-child) { padding-left: .75rem; }
.result-content dl div:last-child { border: 0; }
.result-content dt { color: #77736b; text-transform: uppercase; letter-spacing: .08em; font-size: .57rem; }
.result-content dd { margin: .2rem 0 0; font-family: Impact, sans-serif; font-size: 1.35rem; }
.result-content > a { color: #80601c; }

.recent-results {
  padding: clamp(5rem, 9vw, 8rem) max(1.4rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 12%, rgba(199,163,77,.15), transparent 30%),
    linear-gradient(145deg, #151515, #080808 68%);
}
.recent-results-inner { max-width: var(--max); margin: 0 auto; }
.recent-results-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.recent-results-head h2 { margin: 0; font-size: clamp(4.2rem, 8vw, 8rem); }
.recent-form-summary { display: flex; align-items: center; gap: 1.6rem; min-width: min(100%, 370px); padding: 1.15rem 1.3rem; border: 1px solid rgba(234,209,143,.24); background: rgba(8,8,8,.72); }
.recent-form-summary > div:first-child { flex: 1; }
.recent-form-summary span, .recent-result-list-head span { display: block; color: #85827b; text-transform: uppercase; letter-spacing: .12em; font-size: .61rem; font-weight: 800; }
.form-sequence { display: flex; gap: .38rem; margin: .65rem 0 0; padding: 0; list-style: none; }
.form-sequence li { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .63rem; font-weight: 900; }
.form-sequence abbr { text-decoration: none; }
.form-sequence .is-win { color: var(--gold-light); background: rgba(199,163,77,.13); }
.form-sequence .is-loss { color: #b7827c; background: rgba(124,51,43,.13); }
.recent-goal-balance { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.recent-goal-balance strong { display: block; margin-top: .3rem; color: #fff; font-family: Impact, sans-serif; font-size: 2rem; font-weight: 400; letter-spacing: .04em; line-height: 1; }
.recent-results-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: 1rem; }
.featured-result-card { position: relative; display: flex; min-width: 0; min-height: 500px; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.5rem); overflow: hidden; border: 1px solid rgba(234,209,143,.28); background: linear-gradient(155deg, rgba(31,29,23,.94), rgba(10,10,10,.98) 64%); }
.featured-result-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -210px; bottom: -215px; border: 1px solid rgba(234,209,143,.13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(234,209,143,.025), 0 0 0 96px rgba(234,209,143,.018); }
.featured-result-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 800; }
.featured-result-topline time { color: #86837c; }
.featured-result { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: clamp(1rem, 3vw, 2.5rem); flex: 1; padding: 2rem 0 1.5rem; }
.featured-team { min-width: 0; text-align: center; }
.team-logo { display: grid; width: 52px; height: 52px; place-items: center; flex: 0 0 auto; padding: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #edeae2; box-shadow: 0 .7rem 1.6rem rgba(0,0,0,.2); }
.team-logo img { width: 100%; height: 100%; object-fit: contain; }
.team-logo-large { width: clamp(88px, 10vw, 124px); height: clamp(88px, 10vw, 124px); margin: 0 auto 1.2rem; padding: clamp(10px, 1.5vw, 17px); border-radius: 24px; }
.featured-team h3 { margin: 0 auto .35rem; max-width: 180px; font-size: clamp(.84rem, 1.3vw, 1.1rem); letter-spacing: .07em; line-height: 1.25; text-transform: uppercase; }
.featured-team > span:last-child, .recent-opponent > span { color: #77746d; text-transform: uppercase; letter-spacing: .11em; font-size: .59rem; font-weight: 800; }
.featured-score { text-align: center; }
.result-label { display: inline-flex; align-items: center; justify-content: center; min-height: 25px; padding: .3rem .58rem; border: 1px solid currentColor; border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: .56rem; font-weight: 900; }
.result-label.is-win { color: var(--gold-light); background: rgba(199,163,77,.12); }
.result-label.is-loss { color: #c58b84; background: rgba(124,51,43,.14); }
.featured-score strong { display: flex; align-items: center; gap: .2em; margin: .75rem 0 .55rem; color: #fff; font-family: Impact, sans-serif; font-size: clamp(4.2rem, 8vw, 7.2rem); font-weight: 400; letter-spacing: .015em; line-height: .82; }
.featured-score i, .recent-score i { color: var(--gold-light); font-style: normal; font-size: .55em; }
.featured-score p { max-width: 150px; margin: 0 auto; color: #6f6d67; font-size: .62rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.featured-result-note { position: relative; z-index: 1; max-width: 520px; margin: 0; padding-top: 1rem; border-top: 1px solid var(--line); color: #8e8b84; font-size: .76rem; }
.recent-result-list { min-width: 0; border: 1px solid var(--line); background: rgba(8,8,8,.5); }
.recent-result-list-head { display: flex; min-height: 69px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); }
.recent-result-list-head span { color: var(--gold-light); }
.recent-result-list-head small { color: #6c6a65; font-size: .6rem; }
.recent-result-row { position: relative; display: grid; grid-template-columns: 58px 52px minmax(0, 1fr) auto 72px; align-items: center; gap: .9rem; min-height: 107px; padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); }
.recent-result-row:last-child { border-bottom: 0; }
.recent-result-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: #7f4842; opacity: .8; }
.recent-result-row.is-win::before { background: var(--gold); }
.recent-result-row time { display: flex; flex-direction: column; line-height: 1.1; }
.recent-result-row time strong { color: #d4d1c9; font-size: .78rem; }
.recent-result-row time span { margin-top: .34rem; color: #65635e; font-size: .61rem; }
.recent-opponent { min-width: 0; }
.recent-opponent h3 { margin: .25rem 0 0; overflow-wrap: anywhere; color: #fff; font-size: .84rem; letter-spacing: .045em; line-height: 1.25; text-transform: uppercase; }
.recent-score { min-width: 65px; color: #fff; font-family: Impact, sans-serif; font-size: 2.1rem; font-weight: 400; letter-spacing: .04em; line-height: 1; text-align: right; }
.recent-results-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.25rem; }
.recent-results-footer p { margin: 0; color: #65635e; font-size: .63rem; }
.recent-results-footer a { color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 800; }
.recent-results-footer a:hover { color: #fff; }

.traffic-section {
  padding: 1.5rem max(1.4rem, calc((100vw - var(--max)) / 2)) 3rem;
  border-bottom: 1px solid var(--line);
  background: #090909;
  color: #f4f0e7;
}
.traffic-shell {
  width: min(100%, 410px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(199,163,77,.38);
  background: linear-gradient(145deg, rgba(29,27,22,.98), rgba(13,13,13,.98));
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}
.traffic-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem .9rem; border-bottom: 1px solid rgba(199,163,77,.2); }
.traffic-head .eyebrow { margin-bottom: .3rem; color: var(--gold-light); font-size: .52rem; }
.traffic-head h2 { margin: 0; color: #fff; font-size: .98rem; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; }
.traffic-live { display: flex; min-width: 0; align-items: center; gap: .55rem; padding-top: .1rem; }
.traffic-live-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #9b792d; box-shadow: 0 0 0 4px rgba(155,121,45,.15); }
.traffic-live strong { display: block; color: #d5d0c6; text-transform: uppercase; letter-spacing: .08em; font-size: .51rem; white-space: nowrap; }
.traffic-live time { display: block; min-height: 1.15em; margin-top: .12rem; color: #77736b; font-size: .52rem; text-align: right; }
[data-traffic-state="ready"] .traffic-live-dot { background: #4c8b57; box-shadow: 0 0 0 5px rgba(76,139,87,.14); animation: traffic-pulse 2.2s infinite; }
[data-traffic-state="error"] .traffic-live-dot { background: #9f4f47; box-shadow: 0 0 0 5px rgba(159,79,71,.14); }
.traffic-table-wrap { overflow: hidden; }
.traffic-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.traffic-table th, .traffic-table td { padding: .7rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; }
.traffic-table tbody tr:last-child > * { border-bottom: 0; }
.traffic-table tbody th { width: 67%; color: #b6b0a5; text-transform: uppercase; letter-spacing: .07em; font-size: .61rem; }
.traffic-table tbody td { color: var(--gold-light); font-family: Impact, sans-serif; font-size: 1.45rem; line-height: 1; text-align: right; }
.traffic-note { margin: 0; padding: .65rem 1.1rem .75rem; border-top: 1px solid rgba(199,163,77,.2); color: #77736b; font-size: .53rem; line-height: 1.45; text-align: right; }
@keyframes traffic-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) clamp(1.4rem, 4vw, 3rem); }
.about, .history, .contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); }
.section-heading h2, .roster h2, .contact h2 { font-size: clamp(3.6rem, 7vw, 7rem); margin: 0; }
.about-copy > .lead { font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.45; color: #eeeae1; }
.about-copy > p:not(.lead) { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.values { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.values article { background: var(--black); padding: 1.5rem; min-height: 210px; }
.values span { color: var(--gold); font-size: .7rem; letter-spacing: .15em; }
.values h3 { margin: 2.4rem 0 .5rem; text-transform: uppercase; font-size: .95rem; letter-spacing: .08em; }
.values p { color: var(--muted); font-size: .86rem; margin-bottom: 0; }

.records-section { scroll-margin-top: 78px; padding: clamp(5rem, 9vw, 9rem) max(1.4rem, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); background: radial-gradient(circle at 85% 10%, rgba(199,163,77,.12), transparent 28%), #0e0e0e; }
.records-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; max-width: var(--max); margin: 0 auto 3rem; }
.records-head h2 { margin: 0; font-size: clamp(3.6rem, 7vw, 7rem); }
.records-head > p { max-width: 390px; margin-bottom: .3rem; color: var(--muted); }
.records-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: var(--max); margin: 0 auto; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.records-grid article { position: relative; min-width: 0; min-height: 350px; padding: 1.5rem; overflow: hidden; background: #111; }
.record-index { position: absolute; top: 1.15rem; right: 1.25rem; color: rgba(255,255,255,.13); font-family: Impact, sans-serif; font-size: 2.1rem; }
.record-value { display: block; margin-top: 2.6rem; color: var(--gold-light); font-family: Impact, sans-serif; font-size: clamp(4rem, 7vw, 6.8rem); font-weight: 400; line-height: .85; }
.record-label { margin: .6rem 0 2.2rem; color: #77746d; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 800; }
.records-grid h3 { margin: 0 0 .55rem; font-size: 1.05rem; letter-spacing: .06em; text-transform: uppercase; }
.records-grid article > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .82rem; }
.records-note { max-width: var(--max); margin: 1.2rem auto 0; color: #706e68; font-size: .67rem; }

.quote-band { padding: clamp(5rem, 10vw, 10rem) max(1.4rem, calc((100vw - var(--max)) / 2)); background: var(--white); color: #111; }
.quote-band p { max-width: 1100px; margin: 0; font-family: Georgia, serif; font-style: italic; font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1.08; }
.quote-band strong { color: #8c6a20; }

.history { max-width: var(--max); }
.history-jump { display: inline-block; margin-top: 1.4rem; color: var(--gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.history-jump:hover { color: #fff; }
.timeline { border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; padding: 2.1rem 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--gold-light); font-family: Impact, sans-serif; font-size: 1.65rem; letter-spacing: .06em; }
.timeline h3 { margin-bottom: .45rem; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .07em; }
.timeline p { color: var(--muted); max-width: 620px; margin-bottom: 0; }
.timeline-now { background: linear-gradient(90deg, rgba(199,163,77,.12), transparent); }
.anniversary-milestone { background: radial-gradient(circle at 85% 50%, rgba(221,180,52,.17), transparent 34%), linear-gradient(90deg, rgba(199,163,77,.11), transparent 55%); }
.anniversary-milestone-content { display: grid; grid-template-columns: minmax(0, 1fr) 230px; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.anniversary-milestone-content .eyebrow { margin-bottom: .65rem; color: var(--gold-light); font-size: .67rem; }
.anniversary-milestone-content > a { display: block; overflow: hidden; border: 1px solid rgba(224,188,83,.45); background: #12110c; box-shadow: 0 1.25rem 3rem rgba(0,0,0,.35); }
.anniversary-milestone-content img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s; }
.anniversary-milestone-content > a:hover img { transform: scale(1.025); }
.anniversary-milestone-content > a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.kit-history > div { min-width: 0; }
.kit-history { scroll-margin-top: 6rem; }
.history-subsection-link { display: flex; flex-direction: column; gap: .4rem; max-width: 620px; margin-top: 1.25rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(199,163,77,.42); color: #fff; text-decoration: none; background: linear-gradient(135deg, rgba(199,163,77,.13), rgba(255,255,255,.02)); transition: border-color .25s, transform .25s, background .25s; }
.history-subsection-link:hover { border-color: var(--gold-light); background: rgba(199,163,77,.17); transform: translateX(.35rem); }
.history-subsection-link span { color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.history-subsection-link strong { font-size: .9rem; letter-spacing: .05em; text-transform: uppercase; }
.karvina-history { background: linear-gradient(90deg, rgba(255,255,255,.025), transparent); }
.history-season-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 900px; margin: 1.5rem 0 0; padding: 1px; list-style: none; background: var(--line); }
.history-season-summary li { min-width: 0; padding: 1.15rem; background: #111; }
.history-season-summary span { display: block; margin-bottom: .45rem; color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.history-season-summary strong { display: block; margin-bottom: .45rem; color: #fff; font-family: Impact, sans-serif; font-size: 1.4rem; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.timeline .history-season-summary p { color: #aaa7a0; font-size: .76rem; line-height: 1.55; }
.kit-eras { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 1.6rem 0 0; padding: 1px; list-style: none; background: var(--line); }
.kit-eras li { min-width: 0; padding: 1.15rem; background: #111; }
.kit-eras span { display: block; margin-bottom: .45rem; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kit-eras strong { display: block; margin-bottom: .55rem; color: #fff; font-family: Impact, sans-serif; font-size: 1.05rem; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.timeline .kit-eras p { font-size: .79rem; line-height: 1.55; }
.kit-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 1.5rem 0 0; padding: 1px; background: var(--line); }
.kit-photo { position: relative; min-width: 0; overflow: hidden; background: #111; }
.kit-photo > a { display: block; height: 100%; color: inherit; }
.kit-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(100%); transition: filter .35s, transform .5s; }
.kit-photo:hover img, .kit-photo:focus-within img { filter: grayscale(0); transform: scale(1.025); }
.kit-photo > a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: -3px; }
.kit-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.94)); pointer-events: none; }
.kit-photo figcaption { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; pointer-events: none; }
.kit-photo figcaption span { display: block; margin-bottom: .35rem; color: var(--gold-light); font-family: Impact, sans-serif; font-size: 1.35rem; letter-spacing: .06em; }
.kit-photo figcaption strong { display: block; margin-bottom: .3rem; color: #fff; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.timeline .kit-photo figcaption p { color: #c9c7c1; font-size: .7rem; line-height: 1.45; }
.kit-photo-main img { object-position: center 35%; }
.kit-photo-current img { object-position: center 42%; }

/* Historie dresů */
.kit-page { background: #090909; }
.kit-page-hero { min-height: 82vh; display: grid; grid-template-columns: 1.1fr .65fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); padding: 9rem max(5vw, 2rem) 5rem; overflow: hidden; background: radial-gradient(circle at 78% 40%, rgba(199,163,77,.16), transparent 30%), linear-gradient(145deg,#171717,#070707 68%); }
.kit-page-hero h1 { margin: .5rem 0 1.5rem; font-size: clamp(4rem, 9vw, 8.5rem); line-height: 1; letter-spacing: -.065em; text-transform: uppercase; }
.kit-page-hero h1 em { color: var(--gold); font-style: normal; }
.kit-page-hero > div > p:last-child { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.7; }
.kit-page-hero > img { width: min(35vw, 470px); max-height: 590px; justify-self: center; object-fit: cover; filter: grayscale(100%); box-shadow: 0 2rem 5rem rgba(0,0,0,.55); transform: rotate(2deg); }
.kit-page-history { padding: 7rem max(5vw, 2rem); }
.kit-page-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.kit-page-timeline li { display: grid; grid-template-columns: 150px 70px minmax(0, 1fr) 260px; align-items: center; gap: 2rem; min-height: 210px; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.kit-page-timeline time { color: var(--gold-light); font-family: Impact, sans-serif; font-size: 1.45rem; letter-spacing: .05em; }
.kit-page-timeline > li > span { color: rgba(255,255,255,.11); font-family: Impact, sans-serif; font-size: 3.3rem; line-height: .8; }
.kit-page-timeline h3 { margin: 0 0 .5rem; font-size: 1.3rem; letter-spacing: .07em; text-transform: uppercase; }
.kit-page-timeline p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.7; }
.kit-timeline-photo { display: block; width: 260px; overflow: hidden; background: #151515; border: 1px solid rgba(255,255,255,.1); }
.kit-timeline-photo img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: grayscale(100%); transition: filter .3s, transform .4s; }
.kit-timeline-photo:hover img, .kit-timeline-photo:focus-visible img { filter: grayscale(0); transform: scale(1.025); }
.kit-timeline-photo:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.kit-timeline-photo-kik img { object-position: 55% 47%; }
.kit-timeline-photo-nike img { object-position: center 35%; }
.kit-timeline-photo-joma img { object-position: center 36%; }
.kit-timeline-photo-current img { object-position: center 42%; }
.history-photo { position: relative; width: 78%; max-width: 680px; margin: 2.25rem auto; overflow: hidden; background: var(--panel); }
.history-photo img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.history-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); pointer-events: none; }
.history-photo figcaption { position: absolute; z-index: 2; left: clamp(1.2rem, 4vw, 2.5rem); right: 1.2rem; bottom: clamp(1.2rem, 4vw, 2.3rem); display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.history-photo figcaption span { color: var(--gold-light); font-family: Impact, sans-serif; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .9; }
.history-photo figcaption p { color: #fff; margin: 0; text-align: right; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; }
.source-note { grid-column: 2; margin: 1.5rem 0 0; color: #73716c; font-size: .76rem; }

.roster { background: #efede7; color: #111; padding: clamp(5rem, 9vw, 9rem) max(1.4rem, calc((100vw - var(--max)) / 2)); }
.roster-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.roster-head .eyebrow { color: #8b6a23; }
.roster-head > p { max-width: 330px; color: #5f5c55; }
.player-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.player-card { position: relative; overflow: hidden; background: #d8d5cd; aspect-ratio: 4/5; isolation: isolate; }
.player-card { cursor: pointer; outline: 0; }
.player-card:focus-visible { box-shadow: inset 0 0 0 4px var(--gold); }
.player-card:nth-child(n+9) { display: none; }
.player-grid.expanded .player-card { display: block; }
.player-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s; }
.player-card:hover img { transform: scale(1.035); }
.player-card::after { content: ""; position: absolute; z-index: 1; inset: 38% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.player-info { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; color: #fff; }
.player-role { display: flex; align-items: baseline; gap: .55rem; }
.player-number { color: var(--gold-light); font-family: Impact, sans-serif; font-size: 1.7rem; }
.player-position { color: #d0ccc3; text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 800; }
.player-info h3 { margin: .1rem 0 0; text-transform: uppercase; font-size: 1.05rem; letter-spacing: .05em; }
.player-card.missing { background: #1d1d1d; }
.player-card.missing::before { content: attr(data-initials); position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.12); font-family: Impact, sans-serif; font-size: 6rem; }
.roster-toggle { margin: 2.5rem auto 0; display: flex; color: #6e5117; }

body.modal-open { overflow: hidden; }
.player-modal { width: min(1080px, calc(100vw - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 1px solid rgba(255,255,255,.18); background: #111; color: var(--white); box-shadow: 0 35px 90px rgba(0,0,0,.7); }
.player-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(7px); }
.modal-close { position: absolute; z-index: 5; top: .8rem; right: .9rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.modal-close:hover, .modal-close:focus-visible { background: var(--gold); color: #000; }
.modal-player { display: grid; grid-template-columns: 330px 1fr; min-height: 620px; }
.modal-portrait { min-height: 100%; display: grid; place-items: center; background: #1b1b1b; color: rgba(255,255,255,.18); font-family: Impact, sans-serif; font-size: 7rem; overflow: hidden; }
.modal-portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.modal-content { padding: clamp(2rem, 5vw, 4rem); overflow: auto; }
.modal-title-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
.modal-role-row { display: flex; align-items: baseline; gap: .75rem; }
.modal-number { color: var(--gold-light); font-family: Impact, sans-serif; font-size: 2rem; }
.modal-position { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 800; }
.modal-title-row h2 { margin: .25rem 0 0; font-size: clamp(3rem, 6vw, 5.5rem); }
.modal-born { color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: .65rem; text-align: right; margin: 0; flex-shrink: 0; }
.modal-born strong { display: block; margin-top: .3rem; color: #fff; font-size: .95rem; letter-spacing: .04em; }
.modal-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 1.5rem 0; border: 1px solid var(--line); }
.modal-stats div { padding: 1.1rem .8rem; border-right: 1px solid var(--line); text-align: center; }
.modal-stats div:last-child { border: 0; }
.modal-stats strong { display: block; color: var(--gold-light); font-family: Impact, sans-serif; font-size: 2.2rem; font-weight: 500; line-height: 1; }
.modal-stats span { color: var(--muted); text-transform: uppercase; letter-spacing: .09em; font-size: .58rem; }
.modal-biography { margin: 1.5rem 0; padding: 1.35rem 1.5rem; border-left: 3px solid var(--gold); background: rgba(255,255,255,.035); }
.modal-biography h3 { margin: 0 0 .85rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.modal-biography p { margin: 0; color: #c9c6bf; font-size: .86rem; line-height: 1.72; }
.modal-biography p + p { margin-top: .85rem; }
.season-table-wrap { overflow-x: auto; margin-bottom: 1.5rem; }
.season-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.season-table th { color: var(--muted); text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: .6rem; }
.season-table th, .season-table td { padding: .7rem .55rem; border-bottom: 1px solid var(--line); white-space: nowrap; }
.season-table th:nth-child(n+3), .season-table td:nth-child(n+3) { text-align: center; }
.modal-source { margin-top: .3rem; }
.modal-note { margin: 1rem 0 0; color: #77746d; font-size: .67rem; }

.gallery-section { background: #101010; padding: clamp(5rem, 9vw, 9rem) max(1.4rem, calc((100vw - var(--max)) / 2)); }
.gallery-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.gallery-head h2 { margin: 0; font-size: clamp(3.6rem, 7vw, 7rem); }
.gallery-head > p { max-width: 390px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 320px; gap: 1rem; }
.gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #222; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-open { display: block; width: 100%; height: 100%; padding: 0; border: 0; color: inherit; background: #222; cursor: zoom-in; }
.gallery-open:focus-visible { outline: 3px solid var(--gold-light); outline-offset: -3px; }
.gallery-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .4s; }
.gallery-item:hover .gallery-open img,
.gallery-open:focus-visible img { transform: scale(1.025); filter: contrast(1.05); }
.gallery-item::after { content: ""; position: absolute; z-index: 1; inset: 48% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.35rem; pointer-events: none; }
.gallery-item figcaption span { color: var(--gold-light); font-family: Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.gallery-item figcaption p { margin: .4rem 0 0; color: #fff; text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 700; }
.gallery-zoom { position: absolute; z-index: 3; top: 1rem; right: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; background: rgba(0,0,0,.48); font-size: 1.55rem; font-weight: 300; line-height: 1; opacity: 0; transform: scale(.88); transition: opacity .25s, transform .25s, background .25s; }
.gallery-item:hover .gallery-zoom,
.gallery-open:focus-visible .gallery-zoom { opacity: 1; transform: scale(1); }

.gallery-lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: clamp(3.5rem, 7vw, 5.5rem) clamp(3.5rem, 8vw, 7rem) 2.8rem; border: 0; overflow: hidden; color: #fff; background: rgba(3,3,3,.97); }
.gallery-lightbox[open] { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; place-items: center; }
.gallery-lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.gallery-lightbox figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; width: 100%; height: 100%; min-height: 0; margin: 0; place-items: center; }
.gallery-lightbox figure img { display: block; max-width: 100%; max-height: 100%; min-height: 0; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.gallery-lightbox figcaption { max-width: 900px; padding: 1.1rem 1rem 0; color: #e7e2d7; text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.gallery-lightbox-close,
.gallery-lightbox-nav { position: fixed; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(16,16,16,.75); cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible { border-color: var(--gold-light); color: var(--gold-light); background: #111; outline: none; }
.gallery-lightbox-close { top: 1rem; right: 1rem; width: 48px; height: 48px; font-size: 2rem; font-weight: 300; line-height: 1; }
.gallery-lightbox-nav { top: 50%; width: 54px; height: 54px; font-size: 2.7rem; font-weight: 300; line-height: 1; transform: translateY(-50%); }
.gallery-lightbox-prev { left: 1rem; }
.gallery-lightbox-next { right: 1rem; }
.gallery-lightbox-count { margin: .6rem 0 0; color: #918d84; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-align: center; }

.news-section {
  min-height: calc(100svh - 82px);
  padding: clamp(5rem, 9vw, 9rem) max(1.4rem, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 82% 12%, rgba(199,163,77,.19), transparent 30rem),
    linear-gradient(145deg, #17130c 0%, #0b0b0b 48%, #070707 100%);
}
.news-shell { width: 100%; max-width: var(--max); margin: 0 auto; }
.news-head { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); align-items: end; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(234,209,143,.28); }
.news-head h2 { margin: 0; font-size: clamp(4.2rem, 9vw, 8.5rem); line-height: .9; }
.news-head > p { max-width: 450px; margin: 0 0 .6rem; color: #c0bdb5; font-size: 1rem; line-height: 1.7; }
.news-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; margin-top: 2rem; }
.news-card { min-width: 0; border: 1px solid rgba(255,255,255,.13); border-top-color: var(--gold); background: #111; }
.news-card-link { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 470px; overflow: hidden; }
.news-card-image { position: relative; min-height: 100%; overflow: hidden; background: #222; }
.news-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(0,0,0,.34)); pointer-events: none; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; transition: transform .6s, filter .35s; }
.news-card-image-poster { background: radial-gradient(circle at 50% 45%, #2b2110, #050505 65%); }
.news-card-image-poster img { object-fit: contain; object-position: center; }
.news-card-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.news-card-meta { display: flex; flex-wrap: wrap; gap: .55rem 1.3rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 800; }
.news-card-meta span { color: #77746d; }
.news-card h3 { margin: 1rem 0 1.25rem; color: var(--white); font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.news-card p { margin: 0 0 2rem; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.news-card-content > strong { margin-top: auto; color: var(--gold-light); text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; }
.news-card-content > strong span { display: inline-block; margin-left: .35rem; transition: transform .2s; }
.news-card-link:hover .news-card-image img,
.news-card-link:focus-visible .news-card-image img { transform: scale(1.035); filter: contrast(1.05); }
.news-card-link:hover .news-card-content > strong span,
.news-card-link:focus-visible .news-card-content > strong span { transform: translateX(.35rem); }
.news-card-link:focus-visible { outline: 3px solid var(--gold-light); outline-offset: -3px; }

.article-page #obsah { padding-top: 82px; }
.news-article { background: #0b0b0b; }
.article-hero { position: relative; display: flex; align-items: end; min-height: min(820px, calc(100svh - 82px)); overflow: hidden; background: #111; }
.article-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.article-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.2) 100%), linear-gradient(0deg, #0b0b0b 0%, transparent 55%); }
.article-hero-content { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.4rem; }
.article-hero .back-link { margin-bottom: clamp(2.5rem, 7vh, 5rem); color: #d2cec5; }
.article-hero h1 { max-width: 950px; margin: .7rem 0 1.4rem; font-size: clamp(4.2rem, 9vw, 8.8rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.article-hero h1 em { color: var(--gold-light); font-style: normal; }
.article-perex { max-width: 760px; margin: 0; color: #dedad1; font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.65; }
.article-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.7rem; margin-top: 2rem; color: #9b978f; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 700; }
.article-meta span:first-child { color: var(--gold-light); }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 820px); justify-content: center; gap: clamp(3rem, 7vw, 6rem); width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.4rem 8rem; }
.article-toc { position: sticky; top: 120px; align-self: start; padding: 1.4rem 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line); }
.article-toc p { margin: 0 0 1rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 800; }
.article-toc a { display: block; padding: .55rem 0; color: #85827b; font-size: .78rem; line-height: 1.45; transition: color .2s, padding-left .2s; }
.article-toc a:hover,
.article-toc a:focus-visible { padding-left: .35rem; color: #fff; }
.article-body { min-width: 0; }
.article-body a:not(.button):not(.article-link-grid a) { color: var(--gold-light); text-decoration: underline; text-decoration-color: rgba(234,209,143,.4); text-underline-offset: .18em; }
.article-body p { color: #b9b6af; font-size: 1rem; line-height: 1.85; }
.article-body .article-lead { margin: 0 0 4rem; color: #ebe7de; font-size: clamp(1.25rem, 2.2vw, 1.55rem); line-height: 1.65; }
.article-body section { scroll-margin-top: 105px; padding: 3.6rem 0 1rem; border-top: 1px solid var(--line); }
.article-section-number { margin: 0 0 .4rem !important; color: var(--gold) !important; font-family: Impact, sans-serif; font-size: 1.5rem !important; line-height: 1 !important; }
.article-body h2 { margin: .6rem 0 1.6rem; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.article-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 2.5rem 0 1rem; padding: 1px; background: var(--line); }
.article-link-grid a { position: relative; min-height: 145px; padding: 1.3rem; background: #111; transition: background .2s; }
.article-link-grid a:hover,
.article-link-grid a:focus-visible { background: #19160f; outline: none; }
.article-link-grid span { position: absolute; top: 1rem; right: 1rem; color: rgba(255,255,255,.12); font-family: Impact, sans-serif; font-size: 2.5rem; line-height: 1; }
.article-link-grid strong,
.article-link-grid small { display: block; max-width: 80%; }
.article-link-grid strong { margin-top: 2.5rem; color: #fff; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; }
.article-link-grid small { margin-top: .35rem; color: #7f7c75; font-size: .72rem; }
.article-body .article-closing { margin-top: 4rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(199,163,77,.42); background: radial-gradient(circle at 100% 0%, rgba(199,163,77,.16), transparent 18rem), #111; }
.article-closing h2 { max-width: 720px; margin-top: .5rem; }
.article-closing > p:not(.eyebrow) { max-width: 650px; }
.article-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.article-hero-poster { background: radial-gradient(circle at 78% 45%, #392b12, #080808 48%); }
.article-hero-poster .article-hero-image { object-fit: contain; object-position: 85% center; }
.article-hero-poster .article-hero-shade { background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.93) 43%, rgba(8,8,8,.2) 78%, rgba(8,8,8,.55) 100%), linear-gradient(0deg, #0b0b0b, transparent 55%); }
.article-feature-image { margin: 3rem 0 1rem; border: 1px solid var(--line); background: #080808; }
.article-feature-image img { width: 100%; max-height: 760px; object-fit: contain; }
.article-feature-image figcaption { padding: 1rem 1.2rem; border-top: 1px solid var(--line); color: #7f7c75; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; }
.article-feature-image-poster { max-width: 620px; margin-inline: auto; }
.sponsor-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 2.5rem 0; padding: 1px; background: var(--line); }
.sponsor-benefits div { min-width: 0; padding: 1.4rem; background: #111; }
.sponsor-benefits span { color: var(--gold); font-family: Impact, sans-serif; font-size: 2.2rem; line-height: 1; }
.sponsor-benefits strong { display: block; margin: 1.5rem 0 .6rem; color: #fff; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.sponsor-benefits p { margin: 0; color: #8e8b84; font-size: .76rem; line-height: 1.6; }
.article-body .sponsor-closing { border-color: rgba(234,209,143,.62); background: radial-gradient(circle at 100% 0%, rgba(199,163,77,.28), transparent 20rem), linear-gradient(145deg, #19150d, #0f0f0f); }

.instagram-section {
  min-height: calc(100svh - 82px);
  padding: clamp(5rem, 8vw, 8rem) max(1.4rem, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 85% 8%, rgba(199,163,77,.18), transparent 28rem),
    linear-gradient(145deg, #17130c 0%, #0a0a0a 42%, #050505 100%);
}
.instagram-shell { width: 100%; max-width: var(--max); margin: 0 auto; }
.instagram-head { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 3rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(234,209,143,.26); }
.instagram-head h2 { margin: 0; font-size: clamp(3.8rem, 7vw, 7rem); }
.instagram-profile { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid rgba(234,209,143,.3); background: rgba(255,255,255,.035); }
.instagram-avatar { display: grid; place-items: center; width: 72px; height: 72px; padding: 10px; border: 1px solid var(--gold); border-radius: 50%; background: #050505; }
.instagram-avatar img { width: 100%; height: 100%; object-fit: contain; }
.instagram-profile strong, .instagram-profile span { display: block; }
.instagram-profile strong { color: var(--white); font-size: 1.05rem; }
.instagram-profile div span { margin-top: .2rem; color: var(--muted); font-size: .76rem; }
.instagram-profile .button { min-height: 46px; padding-inline: 1rem; white-space: nowrap; }
.instagram-intro { max-width: 650px; margin: 2rem 0; color: #c4c0b7; font-size: 1.05rem; }
.instagram-feed { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; gap: 1rem; }
.instagram-card { grid-column: span 2; min-width: 0; padding: .7rem; border: 1px solid rgba(255,255,255,.13); border-top-color: var(--gold); background: #111; }
.instagram-card:nth-child(4) { grid-column: 2 / span 2; }
.instagram-card:nth-child(5) { grid-column: 4 / span 2; }
.instagram-card-label { display: block; padding: .35rem .35rem .8rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 800; }
.instagram-media {
  display: grid;
  place-items: center;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 430px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #fff;
}
.instagram-media > a { padding: 2rem; color: #161616; text-align: center; font-weight: 700; }
.instagram-card iframe { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
.instagram-note { margin: 1rem 0 0; color: #77736b; font-size: .72rem; }

.contact { align-items: center; }
.contact-copy { max-width: 530px; }
.contact-copy p { color: var(--muted); font-size: 1.2rem; margin-bottom: 2rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.partner-note { margin: 1.3rem 0 0 !important; font-size: .76rem !important; text-transform: uppercase; letter-spacing: .11em; }
.partner-note strong { color: var(--white); }
footer { min-height: 220px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 3rem max(1.4rem, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-brand img { width: 90px; height: 67px; object-fit: contain; }
.footer-brand span { color: var(--white); }
.footer-instagram { color: var(--gold-light); transition: color .2s; }
.footer-instagram:hover { color: var(--white); }

@media (max-width: 1180px) {
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; background: rgba(5,5,5,.98); border-bottom: 1px solid rgba(199,163,77,.42); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .9rem 1.4rem; border-top: 1px solid var(--line); font-size: .68rem; }
  .site-header nav a::after { display: none; }
}

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; background: rgba(5,5,5,.98); border-bottom: 1px solid rgba(199,163,77,.42); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .9rem 1.4rem; border-top: 1px solid var(--line); font-size: .68rem; }
  .site-header nav a::after { display: none; }
  .hero { min-height: 100svh; padding: 7rem 1.4rem 4.5rem; }
  .hero-content { max-width: 700px; }
  .hero-photo {
    inset: 0;
    width: 100%;
    background-position: 50% 30%;
    background-size: cover;
  }
  .scroll-cue { display: none; }
  .about, .history, .contact { grid-template-columns: 1fr; }
  .season-center-grid { grid-template-columns: 1fr; }
  .recent-results-layout { grid-template-columns: 1fr; }
  .featured-result-card { min-height: 460px; }
  .anniversary-season-card { grid-template-columns: 240px 1fr; grid-template-rows: 1fr; min-height: 300px; }
  .anniversary-season-card > div { align-self: center; border-top: 0; border-left: 1px solid rgba(234,209,143,.3); }
  .competition-result-grid { grid-template-columns: 1fr; }
  .records-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .source-note { grid-column: 1; }
  .values { grid-template-columns: 1fr; }
  .values article { min-height: auto; }
  .values h3 { margin-top: 1.2rem; }
  .player-grid { grid-template-columns: repeat(3, 1fr); }
  .modal-player { grid-template-columns: 260px 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 300px; }
  .gallery-item-wide { grid-column: span 2; }
  .news-head { grid-template-columns: 1fr; gap: 1.4rem; }
  .news-card-link { grid-template-columns: 1fr; }
  .news-card-image { min-height: 420px; }
  .article-layout { grid-template-columns: minmax(0, 820px); }
  .article-toc { display: none; }
  .instagram-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .instagram-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .instagram-card,
  .instagram-card:nth-child(4),
  .instagram-card:nth-child(5) { grid-column: auto; }
  .kit-page-hero { grid-template-columns: 1fr; min-height: 700px; }
  .kit-page-hero > img { display: none; }
  .kit-page-timeline li { grid-template-columns: 130px 60px minmax(0, 1fr); align-items: start; }
  .kit-timeline-photo { grid-column: 3; width: min(100%, 420px); margin-top: .5rem; }
  .anniversary-milestone-content { grid-template-columns: minmax(0, 1fr) 190px; gap: 2rem; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3.5rem, 19vw, 6rem); }
  .hero { padding: 6.25rem 1rem 3rem; }
  .hero-content { padding-inline: .25rem; }
  .hero-logo { width: 125px; margin-bottom: 1.15rem; }
  .hero-lead { margin: 1.2rem 0 1.6rem; }
  .hero-photo { background-position: 50% 24%; }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.64) 100%),
      linear-gradient(0deg, #090909 0%, transparent 55%);
  }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stats-strip div:nth-child(2) { border-right: 0; }
  .stats-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .season-center-head, .last-season-heading, .records-head, .recent-results-head { display: block; }
  .season-status { margin-top: 1.5rem; }
  .recent-form-summary { gap: .8rem; margin-top: 1.5rem; padding: .9rem; }
  .recent-goal-balance { padding-left: .9rem; }
  .form-sequence { gap: .25rem; }
  .form-sequence li { width: 24px; height: 24px; }
  .featured-result-card { min-height: 420px; padding: 1.2rem; }
  .featured-result-topline { display: block; }
  .featured-result-topline time { display: block; margin-top: .35rem; }
  .featured-result { gap: .65rem; padding-block: 1.8rem 1.25rem; }
  .team-logo-large { width: 70px; height: 70px; margin-bottom: .8rem; padding: 9px; border-radius: 18px; }
  .featured-team h3 { font-size: .72rem; letter-spacing: .045em; }
  .featured-score strong { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .featured-score p { max-width: 90px; font-size: .5rem; }
  .recent-result-list-head { min-height: 62px; }
  .recent-result-row { grid-template-columns: 48px 44px minmax(0, 1fr) 57px; gap: .65rem; min-height: 94px; padding: .8rem; }
  .recent-result-row .team-logo { width: 44px; height: 44px; padding: 6px; border-radius: 12px; }
  .recent-result-row .result-label { display: none; }
  .recent-opponent h3 { font-size: .73rem; }
  .recent-score { min-width: 0; font-size: 1.75rem; }
  .recent-results-footer { display: block; }
  .recent-results-footer a { display: inline-block; margin-top: .8rem; }
  .traffic-section { padding: 1rem 1rem 2rem; }
  .traffic-head { gap: .75rem; }
  .traffic-live strong { white-space: normal; }
  .match-pending { grid-template-columns: 32px 1fr 32px; gap: .65rem; }
  .match-pending > span { font-size: 3rem; }
  .match-card-topline { display: block; }
  .match-card-topline span { display: block; }
  .match-card-topline span:last-child { margin-top: .35rem; text-align: left; }
  .anniversary-season-card { display: grid; grid-template-columns: 1fr; grid-template-rows: 260px auto; }
  .anniversary-season-card > div { border-top: 1px solid rgba(234,209,143,.3); border-left: 0; }
  .last-season-heading h2, .last-season-heading h3 { margin-top: .5rem; }
  .competition-result-card { grid-template-columns: 95px 1fr; }
  .result-place strong { font-size: 2.7rem; }
  .result-content dl { gap: 0; }
  .records-grid { grid-template-columns: 1fr; }
  .records-grid article { min-height: 290px; }
  .records-head > p { margin-top: 1.2rem; }
  .section-heading h2, .roster h2, .contact h2 { font-size: 3.5rem; }
  .timeline article { grid-template-columns: 1fr; gap: .7rem; }
  .kit-eras { grid-template-columns: 1fr; }
  .kit-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kit-page-hero, .kit-page-history { padding-inline: 1.25rem; }
  .kit-page-timeline li { grid-template-columns: 1fr; gap: .65rem; }
  .kit-page-timeline > li > span { display: none; }
  .kit-timeline-photo { grid-column: 1; width: 100%; margin-top: .75rem; }
  .history-season-summary { grid-template-columns: 1fr; }
  .anniversary-milestone-content { grid-template-columns: 1fr; }
  .anniversary-milestone-content > a { width: min(100%, 320px); }
  .history-photo { width: 100%; }
  .history-photo figcaption { display: block; }
  .history-photo figcaption p { margin-top: .5rem; text-align: left; }
  .roster-head { display: block; }
  .roster-head > p { margin-top: 1rem; }
  .gallery-head { display: block; }
  .gallery-head > p { margin-top: 1rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item,
  .gallery-item-wide,
  .gallery-item-tall { grid-column: auto; grid-row: auto; min-height: 72vw; }
  .gallery-zoom { top: .7rem; right: .7rem; width: 38px; height: 38px; opacity: 1; transform: none; }
  .gallery-lightbox { padding: 4.25rem .7rem 4.3rem; }
  .gallery-lightbox figcaption { padding-top: .8rem; font-size: .7rem; }
  .gallery-lightbox-close { top: .6rem; right: .6rem; width: 44px; height: 44px; }
  .gallery-lightbox-nav { top: auto; bottom: .65rem; width: 46px; height: 46px; font-size: 2.25rem; transform: none; }
  .gallery-lightbox-prev { left: .7rem; }
  .gallery-lightbox-next { right: .7rem; }
  .gallery-lightbox-count { position: fixed; bottom: 1.55rem; left: 50%; margin: 0; transform: translateX(-50%); }
  .news-section { min-height: calc(100svh - 72px); padding-inline: 1rem; }
  .news-head { padding-bottom: 2rem; }
  .news-head > p { margin: 0; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card-link { min-height: 0; }
  .news-card-image { min-height: 72vw; }
  .news-card-image::after { background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%); }
  .news-card-content { padding: 2rem 1.25rem 2.4rem; }
  .news-card h3 { font-size: 2.7rem; }
  .article-page #obsah { padding-top: 72px; }
  .article-hero { min-height: 720px; }
  .article-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.91), rgba(0,0,0,.68)), linear-gradient(0deg, #0b0b0b, transparent 60%); }
  .article-hero-poster .article-hero-image { object-position: center; opacity: .52; }
  .article-hero-poster .article-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.64)), linear-gradient(0deg, #0b0b0b, transparent 60%); }
  .article-hero-content { padding: 3rem 1rem 4rem; }
  .article-hero .back-link { margin-bottom: 3rem; }
  .article-perex { font-size: 1rem; }
  .article-meta { gap: .45rem 1rem; }
  .article-layout { padding: 3.5rem 1rem 5rem; }
  .article-body .article-lead { margin-bottom: 3rem; }
  .article-body section { padding-top: 3rem; }
  .article-body p { font-size: .95rem; }
  .article-link-grid { grid-template-columns: 1fr; }
  .sponsor-benefits { grid-template-columns: 1fr; }
  .article-body .article-closing { margin-inline: -.2rem; padding: 2rem 1.2rem 2.5rem; }
  .article-actions .button { width: 100%; }
  .instagram-section { min-height: calc(100svh - 72px); padding-inline: 1rem; }
  .instagram-profile { grid-template-columns: 58px minmax(0, 1fr); }
  .instagram-avatar { width: 58px; height: 58px; padding: 8px; }
  .instagram-profile .button { grid-column: 1 / -1; }
  .instagram-feed { grid-template-columns: 1fr; }
  .instagram-media { min-height: 380px; }
  .player-grid { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .player-info { left: .7rem; right: .7rem; bottom: .7rem; }
  .player-info h3 { font-size: .82rem; }
  .player-number { font-size: 1.3rem; }
  .player-modal { width: calc(100vw - 1rem); max-height: calc(100svh - 1rem); }
  .modal-player { display: block; }
  .modal-portrait { min-height: 0; height: 230px; }
  .modal-portrait img { object-position: center 18%; }
  .modal-content { padding: 1.3rem; }
  .modal-title-row { display: block; }
  .modal-born { margin-top: 1rem; text-align: left; }
  .modal-biography { padding: 1.1rem; }
  .modal-stats { grid-template-columns: repeat(2, 1fr); }
  .modal-stats div:nth-child(2) { border-right: 0; }
  .modal-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  footer { flex-direction: column; text-align: center; }
}

/* Karvinská liga */
.archive-page { background: #0a0a0a; }
.archive-page .site-header { background: rgba(8,8,8,.94); }
.archive-hero { min-height:72vh; display:grid; grid-template-columns:1.4fr .6fr; align-items:center; gap:4rem; padding:10rem max(5vw,2rem) 5rem; overflow:hidden; background:radial-gradient(circle at 80% 45%,rgba(201,164,75,.16),transparent 33%),linear-gradient(135deg,#151515,#070707 65%); }
.archive-hero h1 { max-width:900px; margin:.4rem 0 1.5rem; font-size:clamp(3.8rem,9vw,8.6rem); line-height:1; letter-spacing:-.065em; text-transform:uppercase; }
.archive-hero h1 em { color:var(--gold); font-style:normal; }
.archive-hero > div > p:last-child { max-width:720px; color:var(--muted); font-size:clamp(1.05rem,1.5vw,1.35rem); line-height:1.7; }
.archive-hero-mark { display:grid; place-items:center; opacity:.2; transform:rotate(4deg); }
.archive-hero-mark img { width:min(38vw,520px); filter:drop-shadow(0 1.5rem 3rem #000); }
.archive-totals { display:grid; grid-template-columns:repeat(4,1fr); border-block:1px solid var(--line); background:#111; }
.archive-totals div { padding:2.2rem 3vw; border-right:1px solid var(--line); }
.archive-totals div:last-child { border-right:0; }
.archive-totals strong { display:block; color:var(--gold); font-size:clamp(2rem,4vw,4rem); line-height:1; }
.archive-totals span { display:block; margin-top:.65rem; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; }
.archive-section { padding:7rem max(5vw,2rem); }
.archive-section + .archive-section { border-top:1px solid var(--line); }
.archive-heading { display:grid; grid-template-columns:1fr minmax(280px,520px); align-items:end; gap:3rem; margin-bottom:3rem; }
.archive-heading h2,.archive-note h2 { margin:.4rem 0 0; font-size:clamp(2.6rem,6vw,5.6rem); line-height:1.05; text-transform:uppercase; letter-spacing:-.045em; }
.archive-heading > p { color:var(--muted); line-height:1.7; }
.season-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.season-card { display:flex; flex-direction:column; min-height:325px; padding:1.6rem; border:1px solid var(--line); background:#111; }
.season-card.has-detail { background:linear-gradient(145deg,rgba(201,164,75,.11),#111 55%); border-color:rgba(201,164,75,.4); }
.season-card-top { display:flex; justify-content:space-between; align-items:flex-start; gap:1rem; }
.season-card-top span { color:var(--gold); text-transform:uppercase; letter-spacing:.14em; font-size:.7rem; }
.season-card h3 { margin:.35rem 0 0; font-size:2rem; }
.season-card-top > strong { color:rgba(255,255,255,.12); font-size:4.4rem; line-height:.85; }
.season-record { display:grid; grid-template-columns:repeat(5,1fr); gap:.4rem; margin:2rem 0 1.2rem; }
.season-record div { padding:.65rem .35rem; background:rgba(255,255,255,.035); text-align:center; }
.season-record b,.season-record span { display:block; }
.season-record span { margin-top:.25rem; color:var(--muted); font-size:.65rem; text-transform:uppercase; }
.season-card p { flex:1; color:var(--muted); font-size:.88rem; line-height:1.55; }
.season-card a,.match-detail > a { color:var(--gold); text-decoration:none; font-size:.82rem; font-weight:700; }
.historical-season-list { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; margin:0; padding:1px; list-style:none; background:var(--line); }
.historical-season-list li { min-height:190px; padding:1.5rem; background:#101010; }
.historical-season-list li.has-result { background:linear-gradient(145deg,rgba(201,164,75,.13),#101010 62%); }
.historical-season-list span { display:block; color:var(--gold); font-size:.72rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.historical-season-list strong { display:block; margin:.75rem 0; color:#fff; font-size:1.15rem; }
.historical-season-list p { margin:0; color:var(--muted); font-size:.84rem; line-height:1.55; }
.historical-seasons-section .table-source-note { margin-top:1.25rem; }
.match-archive { background:#0d0d0d; }
.archive-controls { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:1.3rem; }
.season-filter { display:flex; gap:.5rem; flex-wrap:wrap; }
.season-filter button { padding:.75rem 1rem; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:transparent; cursor:pointer; }
.season-filter button.is-active { border-color:var(--gold); color:#090909; background:var(--gold); }
#match-count { color:var(--muted); }
.match-list { border-top:1px solid var(--line); }
.match-card { border-bottom:1px solid var(--line); }
.match-card summary { display:grid; grid-template-columns:42px minmax(120px,.7fr) minmax(230px,1.5fr) 100px 24px; align-items:center; gap:1rem; min-height:92px; padding:1rem; cursor:pointer; list-style:none; }
.match-card summary::-webkit-details-marker { display:none; }
.match-card summary:hover { background:rgba(255,255,255,.025); }
.match-result { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; font-weight:800; }
.result-v .match-result { color:#07160c; background:#73d98e; }
.result-r .match-result { color:#171205; background:#e2bd57; }
.result-p .match-result { color:#1d0707; background:#df7777; }
.match-date,.match-opponent { display:flex; flex-direction:column; font-weight:700; }
.match-date small,.match-opponent small { margin-top:.25rem; color:var(--muted); font-size:.7rem; font-weight:400; }
.match-opponent small { order:-1; margin:0 0 .25rem; text-transform:uppercase; letter-spacing:.1em; }
.match-card summary > strong { color:var(--gold); font-size:1.7rem; text-align:right; }
.match-chevron { color:var(--muted); font-size:1.4rem; transition:transform .2s; }
.match-card[open] .match-chevron { transform:rotate(180deg); }
.match-detail { padding:1.6rem 1rem 2rem 4.25rem; border-top:1px solid rgba(255,255,255,.055); background:rgba(255,255,255,.022); }
.match-facts { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.match-facts p { margin:0; }
.match-facts span,.match-roster span { display:block; margin-bottom:.45rem; color:var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; }
.match-facts strong { font-size:.9rem; line-height:1.5; }
.match-roster { margin:1.5rem 0; max-width:900px; }
.match-roster p { margin:0; color:#d0d0d0; line-height:1.6; }
.standings-section { background:#0d0d0d; }
.league-table-wrap { width:100%; overflow-x:auto; border:1px solid var(--line); background:#0b0b0b; }
.compact-table-wrap { max-width:900px; }
.league-data-table { width:100%; min-width:720px; border-collapse:collapse; font-size:.83rem; }
.league-data-table th,.league-data-table td { padding:.85rem 1rem; border-bottom:1px solid var(--line); text-align:center; white-space:nowrap; }
.league-data-table thead th { color:#77746d; background:#0b0b0b; text-transform:uppercase; letter-spacing:.1em; font-size:.62rem; }
.league-data-table th:nth-child(2),.league-data-table td:nth-child(2) { text-align:left; }
.league-data-table tbody th { color:#eeeae1; font-weight:700; }
.league-data-table tbody tr:last-child > * { border-bottom:0; }
.league-data-table tbody tr:hover { background:rgba(255,255,255,.025); }
.league-data-table tr.is-invictus { background:linear-gradient(90deg,rgba(199,163,77,.24),rgba(199,163,77,.06)); }
.league-data-table tr.is-invictus > * { color:var(--gold-light); border-top:1px solid rgba(199,163,77,.45); border-bottom:1px solid rgba(199,163,77,.45); }
.league-data-table tr.is-top-scorer { background:rgba(199,163,77,.11); }
.player-stat-table tbody td:nth-child(3),.player-stat-table tbody td:nth-child(4) { color:var(--gold-light); font-weight:800; }
.table-source-note { margin:1rem 0 0; color:#706e68; font-size:.68rem; line-height:1.6; }
.scorers-section { background:#111; }
.scorers-table-wrap { max-width:850px; }
.scorers-table { width:100%; border-collapse:collapse; }
.scorers-table th,.scorers-table td { padding:1rem; border-bottom:1px solid var(--line); text-align:left; }
.scorers-table thead th { color:var(--muted); text-transform:uppercase; letter-spacing:.1em; font-size:.68rem; }
.scorers-table tbody td:nth-child(4) { color:var(--gold); font-size:1.25rem; font-weight:800; }
.archive-note { padding:7rem max(5vw,2rem); background:var(--gold); color:#111; }
.archive-note h2 { max-width:900px; }
.archive-note > p:not(.eyebrow) { max-width:950px; font-size:1.02rem; line-height:1.7; }
.archive-note .eyebrow { color:#111; }
.archive-note .button { margin-top:1.2rem; border-color:#111; color:#111; }
@media (max-width:980px) {
  .archive-hero { grid-template-columns:1fr; }
  .archive-hero-mark { display:none; }
  .archive-totals { grid-template-columns:repeat(2,1fr); }
  .archive-totals div:nth-child(2) { border-right:0; }
  .archive-totals div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .archive-heading { grid-template-columns:1fr; gap:1rem; }
  .season-cards { grid-template-columns:repeat(2,1fr); }
  .historical-season-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .match-facts { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px) {
  .archive-hero { min-height:640px; padding-inline:1.25rem; }
  .archive-section,.archive-note { padding:5rem 1.25rem; }
  .archive-totals div { padding:1.5rem 1.25rem; }
  .season-cards { grid-template-columns:1fr; }
  .historical-season-list { grid-template-columns:1fr; }
  .archive-controls { align-items:flex-start; flex-direction:column; }
  .match-card summary { grid-template-columns:36px 1fr auto; gap:.65rem; min-height:110px; }
  .match-date { display:none; }
  .match-opponent { min-width:0; }
  .match-card summary > strong { font-size:1.4rem; }
  .match-chevron { display:none; }
  .match-detail { padding:1.4rem 1rem 1.8rem; }
  .match-facts { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Rozcestník soutěží a ligové přehledy */
.competitions-page,.league-page { background:#090909; }
.competitions-hero { min-height:62vh; display:flex; flex-direction:column; justify-content:flex-end; padding:10rem max(5vw,2rem) 5rem; background:radial-gradient(circle at 80% 20%,rgba(201,164,75,.18),transparent 30%),linear-gradient(145deg,#161616,#070707); }
.competitions-hero h1 { margin:.5rem 0 1.5rem; font-size:clamp(4rem,10vw,9rem); line-height:1; letter-spacing:-.07em; text-transform:uppercase; }
.competitions-hero h1 em,.league-hero h1 em { color:var(--gold); font-style:normal; }
.competitions-hero > p:last-child { max-width:720px; color:var(--muted); font-size:1.2rem; line-height:1.7; }
.competition-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.competition-card { position:relative; min-height:570px; display:flex; flex-direction:column; justify-content:flex-end; padding:2.5rem; border-top:1px solid var(--line); border-right:1px solid var(--line); color:#fff; text-decoration:none; overflow:hidden; transition:background .25s,transform .25s; }
.competition-card:last-child { border-right:0; }
.competition-card::before { content:""; position:absolute; inset:0; opacity:.5; transition:opacity .25s,transform .5s; }
.karvina-card::before { background:linear-gradient(180deg,transparent 25%,#090909 88%),radial-gradient(circle at 70% 20%,rgba(201,164,75,.35),transparent 45%); }
.havirov-card::before { background:linear-gradient(180deg,transparent 25%,#090909 88%),radial-gradient(circle at 45% 15%,rgba(255,128,40,.28),transparent 45%); }
.ostrava-card::before { background:linear-gradient(180deg,transparent 25%,#090909 88%),radial-gradient(circle at 60% 20%,rgba(75,135,201,.3),transparent 45%); }
.competition-card:hover::before { opacity:.9; transform:scale(1.04); }
.competition-card > * { position:relative; z-index:1; }
.competition-logo {
  position:absolute;
  top:2rem;
  left:2.5rem;
  width:200px;
  height:150px;
  padding:1rem;
  border:1px solid rgba(255,255,255,.18);
  background:#f7f7f4;
  object-fit:contain;
  box-shadow:0 14px 35px rgba(0,0,0,.28);
}
.competition-index { position:absolute; top:2rem; right:2rem; color:rgba(255,255,255,.13); font-size:5rem; font-weight:800; }
.competition-card h2 { margin:.5rem 0 1.5rem; font-size:clamp(2.2rem,3.7vw,4rem); line-height:1.05; text-transform:uppercase; letter-spacing:-.045em; }
.competition-meta { display:flex; gap:1rem; flex-wrap:wrap; padding-top:1.2rem; border-top:1px solid rgba(255,255,255,.15); color:var(--muted); font-size:.8rem; }
.competition-card > strong { margin-top:2rem; color:var(--gold); font-size:.85rem; text-transform:uppercase; letter-spacing:.08em; }
.competitions-last-season {
  margin: 0;
  padding: clamp(5rem,9vw,8rem) max(1.4rem,calc((100vw - var(--max)) / 2));
  background: #efede7;
  color: #111;
}
.competitions-last-season .last-season-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem,5vw,5rem);
}
.league-hero { min-height:72vh; display:grid; grid-template-columns:1fr .4fr; align-items:center; gap:3rem; padding:10rem max(5vw,2rem) 5rem; background:linear-gradient(145deg,#151515,#070707); overflow:hidden; }
.league-hero-havirov { background:radial-gradient(circle at 82% 45%,rgba(255,128,40,.17),transparent 32%),linear-gradient(145deg,#151515,#070707); }
.league-hero-ostrava { background:radial-gradient(circle at 82% 45%,rgba(75,135,201,.2),transparent 32%),linear-gradient(145deg,#151515,#070707); }
.league-hero h1 { margin:.6rem 0 1.5rem; font-size:clamp(3.8rem,8vw,8rem); line-height:1; text-transform:uppercase; letter-spacing:-.06em; }
.league-hero div > p:last-child { max-width:720px; color:var(--muted); font-size:1.15rem; line-height:1.7; }
.league-hero > img { width:min(34vw,470px); opacity:.18; transform:rotate(4deg); }
.back-link { display:inline-block; margin-bottom:3rem; color:var(--muted); text-decoration:none; font-size:.8rem; text-transform:uppercase; letter-spacing:.1em; }
.back-link:hover { color:var(--gold); }
.league-summary { display:grid; grid-template-columns:repeat(4,1fr); background:#111; border-block:1px solid var(--line); }
.league-summary div { padding:2rem 3vw; border-right:1px solid var(--line); }
.league-summary div:last-child { border-right:0; }
.league-summary strong { display:block; color:var(--gold); font-size:clamp(1.8rem,3.4vw,3.5rem); line-height:1; }
.league-summary span { display:block; margin-top:.65rem; color:var(--muted); font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; }
.season-cards.two-cards { grid-template-columns:repeat(2,minmax(0,1fr)); max-width:1100px; }
@media (max-width:900px) {
  .competition-grid { grid-template-columns:1fr; }
  .competition-card { min-height:420px; border-right:0; border-bottom:1px solid var(--line); }
  .league-hero { grid-template-columns:1fr; }
  .league-hero > img { display:none; }
  .league-summary { grid-template-columns:repeat(2,1fr); }
  .league-summary div:nth-child(2) { border-right:0; }
  .league-summary div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}
@media (max-width:640px) {
  .competitions-hero,.league-hero { padding-inline:1.25rem; }
  .competition-card { min-height:390px; padding:1.5rem; }
  .competition-logo { top:1.25rem; left:1.5rem; width:160px; height:118px; padding:.75rem; }
  .competition-index { top:1.25rem; right:1.25rem; }
  .season-cards.two-cards { grid-template-columns:1fr; }
  .league-summary div { padding:1.5rem 1.25rem; }
}

/* Bezpečná mobilní typografie pro vícerádkové titulky s českou diakritikou */
@media (max-width:640px) {
  h1,
  .hero h1,
  .kit-page-hero h1,
  .archive-hero h1,
  .competitions-hero h1,
  .league-hero h1 {
    font-size:clamp(3.2rem,17vw,4.2rem);
    line-height:1.08;
    letter-spacing:-.035em;
  }

  .hero h1 {
    font-size:clamp(3.05rem,14vw,4rem);
    line-height:.92;
  }

  .season-center-head h2,
  .recent-results-head h2,
  .records-head h2,
  .section-heading h2,
  .roster h2,
  .gallery-head h2,
  .contact h2 {
    font-size:clamp(3rem,15vw,3.5rem);
    line-height:1.12;
  }

  .archive-heading h2,
  .archive-note h2 {
    font-size:clamp(2.5rem,12vw,3.3rem);
    line-height:1.12;
    letter-spacing:-.025em;
  }

  .modal-title-row h2 {
    font-size:clamp(2.6rem,13vw,3.4rem);
    line-height:1.1;
  }

  .match-pending h3,
  .anniversary-season-card h3,
  .competition-card h2 {
    line-height:1.12;
  }
}
