/* ==========================================================================
   LDC FC — Design system
   Ngon ngu thiet ke: san co, am ap, cho tre em. Xanh co + vang nang + kem.
   ========================================================================== */

:root {
  /* Colour - nhan dien FC Luong Dinh Cua: VANG & DEN */
  --pitch:        #141414;
  --pitch-deep:   #0A0A0A;
  --pitch-light:  #1F1F1F;
  --grass:        #8A6A00;
  --sun:          #FFC217;
  --sun-soft:     #FFE08A;
  --cream:        #F7F5F0;
  --cream-warm:   #EDE9E0;
  --ink:          #16150F;
  --ink-soft:     #57534A;
  --line:         #DDD8CC;
  --white:        #FFFFFF;

  /* Type */
  --font: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Spacing scale */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;

  --wrap: 1200px;
  --r-sm: 8px; --r-md: 16px; --r-lg: 24px; --r-xl: 32px; --r-full: 999px;

  --shadow-sm: 0 2px 8px rgba(10,10,10,.06);
  --shadow-md: 0 8px 28px rgba(10,10,10,.10);
  --shadow-lg: 0 24px 60px rgba(10,10,10,.16);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; padding: 0; }

/* ---------- Type scale ---------- */
h1, h2, h3, h4 { line-height: 1.12; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 900; letter-spacing: -.035em; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.05rem; }
p  { text-wrap: pretty; }

.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--grass);
}
.eyebrow::before {
  content: ''; width: 22px; height: 2px; background: var(--sun); border-radius: 2px;
}
.lead { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--ink-soft); }
.muted { color: var(--ink-soft); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--s5); }
.section { padding-block: clamp(56px, 9vw, 112px); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.section--cream { background: var(--cream-warm); }
.section--pitch { background: var(--pitch); color: var(--cream); }
.section--pitch .lead, .section--pitch .muted { color: rgba(251,247,239,.72); }
.section--pitch .eyebrow { color: var(--sun); }

.head { max-width: 720px; margin-bottom: var(--s7); }
.head > * + * { margin-top: var(--s3); }
.head--center { margin-inline: auto; text-align: center; }
.head--center .eyebrow { justify-content: center; }

.grid { display: grid; gap: var(--s5); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  padding: 14px 28px; border-radius: var(--r-full);
  font-weight: 700; font-size: .97rem; letter-spacing: -.01em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--sun); color: var(--pitch-deep); box-shadow: 0 6px 20px rgba(255,194,23,.30); }
.btn--primary:hover { box-shadow: 0 12px 30px rgba(255,194,23,.42); }
.btn--dark { background: var(--pitch); color: var(--cream); }
.btn--dark:hover { background: var(--pitch-deep); box-shadow: var(--shadow-md); }
.btn--ghost { border: 2px solid currentColor; }
.btn--ghost:hover { background: rgba(255,255,255,.08); }
.btn--sm { padding: 9px 18px; font-size: .87rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,247,239,.9);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex; align-items: center; gap: var(--s5);
  height: 74px;
}
.brand { display: flex; align-items: center; gap: var(--s3); flex-shrink: 0; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--pitch); color: var(--sun);
  display: grid; place-items: center;
  font-weight: 900; font-size: .82rem; letter-spacing: -.03em;
}
.brand__name { font-weight: 900; font-size: 1.15rem; letter-spacing: -.03em; line-height: 1.1; }
.brand__sub { font-size: .68rem; font-weight: 600; color: var(--ink-soft); letter-spacing: .04em; }

.nav { display: flex; align-items: center; gap: var(--s1); margin-left: auto; }
.nav a {
  padding: 9px 11px; border-radius: var(--r-full);
  font-size: .88rem; font-weight: 600; color: var(--ink-soft);
  transition: color .2s, background .2s;
}
.nav a:hover { color: var(--pitch); background: rgba(10,10,10,.06); }
.nav a.is-active { color: var(--pitch); background: rgba(10,10,10,.08); }

.header-actions { display: flex; align-items: center; gap: var(--s3); margin-left: var(--s4); }

.lang-toggle {
  display: flex; background: rgba(10,10,10,.07); border-radius: var(--r-full); padding: 3px;
}
.lang-toggle button {
  padding: 5px 11px; border-radius: var(--r-full);
  font-size: .78rem; font-weight: 700; color: var(--ink-soft);
  transition: all .2s;
}
.lang-toggle button.is-active { background: var(--white); color: var(--pitch); box-shadow: var(--shadow-sm); }

.burger { display: none; width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center; }
.burger span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: .25s var(--ease); }
.burger span::before, .burger span::after {
  content: ''; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s var(--ease);
}
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
body.nav-open .burger span { background: transparent; }
body.nav-open .burger span::before { top: 0; transform: rotate(45deg); }
body.nav-open .burger span::after  { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--pitch);
  color: var(--cream);
  padding-block: clamp(64px, 11vw, 132px);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(820px 460px at 84% 10%, rgba(255,194,23,.20), transparent 64%),
    radial-gradient(560px 400px at 6% 94%, rgba(255,194,23,.12), transparent 62%);
}
.hero::after {
  content: ''; position: absolute; right: -14%; top: 50%; transform: translateY(-50%);
  width: min(620px, 62vw); aspect-ratio: 1; border-radius: 50%;
  border: 2px solid rgba(251,247,239,.10);
  box-shadow: inset 0 0 0 1px rgba(251,247,239,.05);
}
.hero__inner { position: relative; z-index: 2; max-width: 780px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: var(--s2);
  padding: 7px 16px 7px 10px; border-radius: var(--r-full);
  background: rgba(251,247,239,.10); border: 1px solid rgba(251,247,239,.16);
  font-size: .8rem; font-weight: 600; margin-bottom: var(--s5);
}
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(255,194,23,.22); }
.hero h1 { margin-bottom: var(--s5); }
.hero h1 .accent { color: var(--sun); }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(251,247,239,.80); max-width: 600px; margin-bottom: var(--s7); }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--s3); }

.hero-strip { background: var(--pitch-deep); color: var(--cream); }
.hero-strip .grid-4 { gap: var(--s4); padding-block: var(--s6); }
.stat__num { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 900; color: var(--sun); letter-spacing: -.04em; line-height: 1; }
.stat__label { font-size: .84rem; font-weight: 600; color: rgba(251,247,239,.66); margin-top: var(--s2); }

/* ---------- Page header (inner pages) ---------- */
.page-hero { background: var(--pitch); color: var(--cream); padding-block: clamp(48px, 7vw, 84px); position: relative; overflow: hidden; }
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(680px 380px at 88% 0%, rgba(255,194,23,.16), transparent 66%);
}
.page-hero__inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); margin-block: var(--s4) var(--s4); }
.page-hero p { color: rgba(251,247,239,.76); font-size: 1.08rem; }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border-radius: var(--r-lg); padding: var(--s6);
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--cream-warm); color: var(--pitch);
  display: grid; place-items: center; margin-bottom: var(--s4);
}
.card h3 { margin-bottom: var(--s3); }
.card p { color: var(--ink-soft); font-size: .97rem; }

/* Team cards */
.team-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); }
.team-card__media { aspect-ratio: 4/3; background: var(--cream-warm); position: relative; overflow: hidden; }
.team-card__media img { width: 100%; height: 100%; object-fit: cover; }
.team-card__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--pitch); opacity: .18; }
.team-card__age {
  position: absolute; top: var(--s4); left: var(--s4);
  padding: 6px 14px; border-radius: var(--r-full);
  background: var(--pitch); color: var(--sun);
  font-size: .78rem; font-weight: 800; letter-spacing: .02em;
}
.team-card__body { padding: var(--s5) var(--s5) var(--s6); }
.team-card__name { font-size: 1.9rem; font-weight: 900; letter-spacing: -.03em; color: var(--pitch); }
.team-card__meta { font-size: .85rem; font-weight: 600; color: var(--grass); margin-bottom: var(--s3); }
.team-card__body p { color: var(--ink-soft); font-size: .95rem; }
.team-card__time {
  display: flex; align-items: center; gap: var(--s2);
  margin-top: var(--s4); padding-top: var(--s4); border-top: 1px solid var(--line);
  font-size: .87rem; font-weight: 600; color: var(--ink);
}

/* Coach cards */
.coach { display: flex; gap: var(--s5); align-items: flex-start; }
.coach__photo {
  width: 108px; height: 108px; border-radius: var(--r-md); flex-shrink: 0;
  background: var(--cream-warm); overflow: hidden; display: grid; place-items: center; color: var(--pitch);
}
.coach__photo img { width: 100%; height: 100%; object-fit: cover; }
.coach__name { font-size: 1.3rem; font-weight: 800; letter-spacing: -.02em; }
.coach__role { font-size: .85rem; font-weight: 700; color: var(--grass); margin-bottom: var(--s3); }
.coach p { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Fixtures ---------- */
.fixture {
  display: grid; grid-template-columns: 92px 1fr auto; gap: var(--s5); align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: var(--s4) var(--s5); transition: box-shadow .25s var(--ease), border-color .25s;
}
.fixture:hover { box-shadow: var(--shadow-sm); border-color: var(--sun); }
.fixture__date {
  text-align: center; background: var(--cream-warm); border-radius: var(--r-sm);
  padding: var(--s3) var(--s2);
}
.fixture__day { font-size: 1.6rem; font-weight: 900; line-height: 1; color: var(--pitch); }
.fixture__mon { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); margin-top: 3px; }
.fixture__title { font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; }
.fixture__sub { font-size: .86rem; color: var(--ink-soft); margin-top: 2px; display: flex; flex-wrap: wrap; gap: var(--s3); }
.fixture__right { text-align: right; }
.fixture__score { font-size: 1.5rem; font-weight: 900; color: var(--pitch); letter-spacing: -.03em; }
.tag {
  display: inline-block; padding: 4px 11px; border-radius: var(--r-full);
  font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.tag--team { background: var(--pitch); color: var(--sun); }
.tag--friendly { background: rgba(10,10,10,.08); color: #3D3A31; }
.tag--tournament { background: rgba(255,194,23,.24); color: #6B5000; }

/* ---------- News ---------- */
.post { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post__media { aspect-ratio: 16/10; background: var(--cream-warm); position: relative; overflow: hidden; }
.post__media img { width: 100%; height: 100%; object-fit: cover; }
.post__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--pitch); opacity: .16; }
.post__body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s3); flex: 1; }
.post__date { font-size: .78rem; font-weight: 700; color: var(--grass); letter-spacing: .04em; }
.post__title { font-size: 1.2rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.post__excerpt { font-size: .93rem; color: var(--ink-soft); flex: 1; }
.post__more { font-size: .88rem; font-weight: 700; color: var(--pitch); display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: var(--s3); }
.gallery figure { position: relative; aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; background: var(--cream-warm); cursor: pointer; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: var(--s5) var(--s3) var(--s3);
  background: linear-gradient(transparent, rgba(8,8,8,.88));
  color: var(--cream); font-size: .82rem; font-weight: 600;
  opacity: 0; transition: opacity .3s;
}
.gallery figure:hover figcaption { opacity: 1; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,8,8,.95); display: none; place-items: center; padding: var(--s5); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: var(--r-md); }
.lightbox__close { position: absolute; top: var(--s5); right: var(--s5); color: var(--cream); font-size: 2rem; line-height: 1; }
.lightbox__cap { color: rgba(251,247,239,.8); text-align: center; margin-top: var(--s4); font-size: .92rem; }

/* ---------- Sponsors ---------- */
.needs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--s4); }
.need { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5); }
.need__icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,194,23,.18); color: var(--pitch); display: grid; place-items: center; margin-bottom: var(--s4); }
.need h4 { font-size: 1.08rem; margin-bottom: var(--s2); }
.need p { font-size: .92rem; color: var(--ink-soft); }
.need__amount { margin-top: var(--s4); padding-top: var(--s3); border-top: 1px dashed var(--line); font-weight: 800; color: var(--pitch); font-size: .95rem; }

.tier {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: var(--s6); display: flex; flex-direction: column; gap: var(--s4);
}
.tier--feature { background: var(--pitch); color: var(--cream); border-color: var(--pitch); position: relative; }
.tier--feature .tier__amount { color: var(--sun); }
.tier--feature .tier__benefits li { color: rgba(251,247,239,.82); }
.tier--feature .tier__benefits li::before { background: var(--sun); }
.tier__flag { position: absolute; top: -13px; left: var(--s6); padding: 5px 14px; border-radius: var(--r-full); background: var(--sun); color: var(--pitch-deep); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.tier__name { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.tier__amount { font-size: 1.05rem; font-weight: 800; color: var(--grass); }
.tier__benefits { display: flex; flex-direction: column; gap: var(--s3); flex: 1; }
.tier__benefits li { position: relative; padding-left: 24px; font-size: .93rem; color: var(--ink-soft); }
.tier__benefits li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--sun); }

.sponsor-wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: var(--s4); align-items: center; }
.sponsor-wall a, .sponsor-wall div {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  height: 96px; display: grid; place-items: center; padding: var(--s4);
  font-weight: 700; color: var(--ink-soft); text-align: center; font-size: .9rem;
  transition: box-shadow .25s var(--ease);
}
.sponsor-wall a:hover { box-shadow: var(--shadow-sm); }
.sponsor-wall img { max-height: 56px; width: auto; object-fit: contain; }

/* ---------- Forms ---------- */
.form { display: grid; gap: var(--s4); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.field { display: grid; gap: 7px; }
.field label { font-size: .87rem; font-weight: 700; }
.field .req { color: #C2410C; }
.field input, .field select, .field textarea {
  padding: 13px 16px; border-radius: var(--r-md);
  border: 1.5px solid var(--line); background: var(--white);
  font-size: .97rem; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--sun); box-shadow: 0 0 0 4px rgba(255,194,23,.22);
}
.field textarea { resize: vertical; min-height: 110px; }
.field__hint { font-size: .8rem; color: var(--ink-soft); }
.form-note { font-size: .84rem; color: var(--ink-soft); }
.form-msg { padding: var(--s4) var(--s5); border-radius: var(--r-md); font-size: .93rem; font-weight: 600; display: none; }
.form-msg.is-ok { display: block; background: rgba(255,194,23,.20); color: #5C4400; }
.form-msg.is-err { display: block; background: rgba(160,40,10,.10); color: #9A3412; }

/* ---------- Contact strip ---------- */
.contact-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--s5); }
.contact-item { display: flex; gap: var(--s3); align-items: flex-start; }
.contact-item svg { flex-shrink: 0; margin-top: 3px; color: var(--sun); }
.contact-item strong { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .6; margin-bottom: 3px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--sun) 0%, #FFD75E 100%);
  color: var(--pitch-deep); border-radius: var(--r-xl);
  padding: clamp(36px, 6vw, 64px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s5);
}
.cta-band h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); max-width: 620px; }
.cta-band p { margin-top: var(--s3); font-weight: 500; opacity: .82; max-width: 560px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pitch-deep); color: rgba(251,247,239,.72); padding-block: var(--s8) var(--s6); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--s7); margin-bottom: var(--s7); }
.site-footer .brand__name { color: var(--cream); }
.site-footer .brand__sub { color: rgba(251,247,239,.5); }
.footer-about { font-size: .93rem; margin-top: var(--s4); max-width: 380px; }
.footer-col h4 { color: var(--cream); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: var(--s4); }
.footer-col li + li { margin-top: var(--s3); }
.footer-col a { font-size: .93rem; transition: color .2s; }
.footer-col a:hover { color: var(--sun); }
.footer-bottom {
  border-top: 1px solid rgba(251,247,239,.12); padding-top: var(--s5);
  display: flex; flex-wrap: wrap; gap: var(--s4); justify-content: space-between;
  font-size: .84rem; color: rgba(251,247,239,.46);
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Empty state ---------- */
.empty {
  text-align: center; padding: var(--s8) var(--s5);
  border: 2px dashed var(--line); border-radius: var(--r-lg); color: var(--ink-soft);
}
.empty svg { margin: 0 auto var(--s4); opacity: .35; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr; gap: var(--s6); }
  .form-row { grid-template-columns: 1fr; }
  .coach { flex-direction: column; gap: var(--s4); }
}

@media (max-width: 1080px) {
  .burger { display: flex; }
  .nav {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--cream); padding: var(--s5);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-120%); transition: transform .35s var(--ease);
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  body.nav-open .nav { transform: none; }
  .nav a { padding: 14px 16px; font-size: 1rem; border-radius: var(--r-md); }
  .header-actions { margin-left: auto; }
  .fixture { grid-template-columns: 72px 1fr; }
  .fixture__right { grid-column: 1 / -1; text-align: left; padding-top: var(--s3); border-top: 1px solid var(--line); }
  .hero::after { display: none; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .wrap { padding-inline: var(--s4); }
  .card, .tier { padding: var(--s5); }
  .brand__sub { display: none; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media print { .site-header, .site-footer, .btn { display: none; } }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   DOI HINH CAU THU
   ========================================================================== */

.squad {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: var(--s4);
}

.pcard {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--pitch);
  border: 1px solid rgba(255,194,23,.16);
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.pcard:hover, .pcard:focus-visible {
  transform: translateY(-6px);
  border-color: var(--sun);
  box-shadow: 0 18px 44px rgba(0,0,0,.38);
  outline: none;
}
.pcard img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform .6s var(--ease);
}
.pcard:hover img { transform: scale(1.05); }

.pcard::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(10,10,10,.45) 0%, transparent 26%, transparent 42%, rgba(10,10,10,.92) 88%);
}

.pcard__num {
  position: absolute; top: 10px; right: 14px; z-index: 2;
  font-size: 2.6rem; font-weight: 900; line-height: 1;
  color: var(--sun); letter-spacing: -.05em;
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
}
.pcard__pos {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 4px 10px; border-radius: var(--r-full);
  background: var(--sun); color: #0A0A0A;
  font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.pcard__pos--gk { background: #4ADE80; }
.pcard__foot {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: var(--s5) var(--s4) var(--s4);
}
.pcard__name {
  color: var(--cream); font-weight: 800; font-size: 1.02rem;
  line-height: 1.18; letter-spacing: -.02em;
  text-shadow: 0 1px 10px rgba(0,0,0,.7);
}
.pcard__meta {
  color: var(--sun); font-size: .72rem; font-weight: 700;
  letter-spacing: .06em; margin-top: 4px; text-transform: uppercase;
}

/* Thanh loc vi tri */
.squad-filter { display: flex; flex-wrap: wrap; gap: var(--s2); margin-bottom: var(--s6); }
.squad-filter button {
  padding: 9px 18px; border-radius: var(--r-full);
  font-size: .87rem; font-weight: 700;
  background: rgba(10,10,10,.06); color: var(--ink-soft);
  transition: background .2s, color .2s;
}
.squad-filter button:hover { background: rgba(10,10,10,.11); }
.squad-filter button.is-active { background: var(--pitch); color: var(--sun); }
.section--pitch .squad-filter button { background: rgba(255,255,255,.08); color: rgba(247,245,240,.7); }
.section--pitch .squad-filter button:hover { background: rgba(255,255,255,.14); }
.section--pitch .squad-filter button.is-active { background: var(--sun); color: #0A0A0A; }

/* Ho so cau thu trong lightbox */
.pmodal {
  background: var(--pitch); color: var(--cream);
  border-radius: var(--r-xl); overflow: hidden;
  max-width: 700px; width: 100%; max-height: 86vh; overflow-y: auto;
  border: 1px solid rgba(255,194,23,.22);
  display: grid; grid-template-columns: 42% 1fr;
}
.pmodal__img { position: relative; background: var(--pitch-deep); }
.pmodal__img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.pmodal__body { padding: var(--s6); }
.pmodal__num {
  font-size: 3.4rem; font-weight: 900; color: var(--sun); line-height: .9; letter-spacing: -.06em;
}
.pmodal__name { font-size: 1.75rem; font-weight: 900; letter-spacing: -.03em; margin: var(--s2) 0 var(--s1); }
.pmodal__pos { color: var(--sun); font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pmodal__rows { margin-top: var(--s5); border-top: 1px solid rgba(255,255,255,.12); }
.pmodal__row {
  display: flex; justify-content: space-between; gap: var(--s4);
  padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .92rem;
}
.pmodal__row span:first-child { color: rgba(247,245,240,.55); }
.pmodal__row span:last-child { font-weight: 700; }
.pmodal__quote {
  margin-top: var(--s5); padding: var(--s4);
  background: rgba(255,194,23,.09); border-left: 3px solid var(--sun); border-radius: 0;
  font-size: .9rem; color: rgba(247,245,240,.82); font-style: italic;
}

/* Dai gia tri CLB */
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: var(--s4); }
.value-item { text-align: center; padding: var(--s5) var(--s3); }
.value-item__ic {
  width: 46px; height: 46px; margin: 0 auto var(--s3); border-radius: 50%;
  background: rgba(255,194,23,.14); color: var(--sun);
  display: grid; place-items: center;
}
.value-item__t { font-size: .95rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--cream); }
.value-item__d { font-size: .82rem; color: rgba(247,245,240,.58); margin-top: 6px; }

@media (max-width: 640px) {
  .squad { grid-template-columns: repeat(2, 1fr); gap: var(--s3); }
  .pcard__num { font-size: 2rem; }
  .pcard__name { font-size: .9rem; }
  .pmodal { grid-template-columns: 1fr; }
  .pmodal__img { aspect-ratio: 3/4; max-height: 46vh; }
  .pmodal__body { padding: var(--s5); }
}

/* ==========================================================================
   LOGO · BAN HUAN LUYEN · LICH LOP
   ========================================================================== */

.brand__logo { width: 46px; height: 46px; object-fit: contain; flex-shrink: 0; }
.site-footer .brand__logo { width: 52px; height: 52px; }
.brand__name { font-size: 1.02rem; }
@media (max-width: 480px) { .brand__name { font-size: .92rem; } .brand__logo { width: 38px; height: 38px; } }

/* Ban huan luyen */
.staff { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--s4); }
.ccard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.ccard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sun); }
.ccard__media { aspect-ratio: 3/4; background: var(--pitch); overflow: hidden; position: relative; }
.ccard__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.ccard__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--sun); opacity: .3; }
.ccard__body { padding: var(--s5); display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ccard__role {
  font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--grass);
}
.ccard__name { font-size: 1.18rem; font-weight: 800; letter-spacing: -.02em; }
.ccard__bio { font-size: .89rem; color: var(--ink-soft); line-height: 1.55; }
.section--pitch .ccard { background: rgba(255,255,255,.04); border-color: rgba(255,194,23,.18); }
.section--pitch .ccard__name { color: var(--cream); }
.section--pitch .ccard__bio { color: rgba(247,245,240,.66); }
.section--pitch .ccard__role { color: var(--sun); }

/* Lich cac lop tap */
.classlist { display: grid; gap: 10px; }
.classrow {
  display: grid; grid-template-columns: 190px 1fr auto; gap: var(--s4); align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: var(--s4) var(--s5); transition: border-color .25s, box-shadow .25s;
}
.classrow:hover { border-color: var(--sun); box-shadow: var(--shadow-sm); }
.classrow__days { font-weight: 800; font-size: 1rem; letter-spacing: -.01em; }
.classrow__label { font-size: .93rem; color: var(--ink-soft); }
.classrow__tag {
  display: inline-block; margin-left: 6px; padding: 3px 10px; border-radius: var(--r-full);
  background: var(--sun); color: #0A0A0A; font-size: .68rem; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
}
.classrow__time {
  display: flex; align-items: center; gap: 7px;
  font-weight: 800; font-size: 1.02rem; color: var(--pitch); white-space: nowrap;
}
.section--pitch .classrow { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.section--pitch .classrow__label { color: rgba(247,245,240,.6); }
.section--pitch .classrow__time { color: var(--sun); }
.section--pitch .classrow:hover { border-color: var(--sun); }

@media (max-width: 700px) {
  .classrow { grid-template-columns: 1fr auto; gap: var(--s2) var(--s4); }
  .classrow__label { grid-column: 1; grid-row: 2; }
  .classrow__time { grid-column: 2; grid-row: 1 / span 2; }
  .staff { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   CHI SO: THANH DO · RADAR · OVR
   ========================================================================== */

.bars { display: grid; gap: 9px; margin-top: var(--s4); }
.bar { display: grid; grid-template-columns: 1fr 96px 54px; gap: var(--s3); align-items: center; }
.bar__label { font-size: .82rem; font-weight: 600; color: var(--ink-soft); }
.bar__track { height: 7px; border-radius: 4px; background: rgba(10,10,10,.10); overflow: hidden; }
.bar__fill { display: block; height: 100%; border-radius: 4px; background: var(--sun); transition: width .8s var(--ease); }
.bar__val { font-size: .84rem; font-weight: 800; text-align: right; white-space: nowrap; }
.bar__up { color: #17803D; font-size: .72rem; font-weight: 800; margin-left: 5px; }
.bar__dn { color: #B4441C; font-size: .72rem; font-weight: 800; margin-left: 5px; }

.section--pitch .bar__label, .pmodal .bar__label { color: rgba(247,245,240,.62); }
.section--pitch .bar__track, .pmodal .bar__track { background: rgba(255,255,255,.12); }
.section--pitch .bar__val, .pmodal .bar__val { color: var(--cream); }
.section--pitch .bar__up, .pmodal .bar__up { color: #6EE7A0; }
.section--pitch .bar__dn, .pmodal .bar__dn { color: #FCA5A5; }

.radar { display: block; margin: var(--s4) auto var(--s2); max-width: 260px; }

.statshead {
  display: flex; justify-content: space-between; align-items: baseline; gap: var(--s3);
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--sun); padding-bottom: var(--s3); border-bottom: 1px solid rgba(255,255,255,.12);
}
.statshead__season { color: rgba(247,245,240,.5); letter-spacing: .04em; }
.statshead__season i { font-style: normal; opacity: .75; text-transform: none; }
.pmodal__stats { margin-top: var(--s5); }
.statsempty {
  font-size: .86rem; color: rgba(247,245,240,.5); font-style: italic;
  padding: var(--s4); border: 1px dashed rgba(255,255,255,.16); border-radius: var(--r-md); text-align: center;
}
.statsempty--sm {
  margin-top: var(--s4); padding: 10px; font-size: .78rem;
  color: var(--ink-soft); border-color: var(--line);
}

/* OVR tren the cau thu */
.pcard__ovr {
  position: absolute; top: 52px; right: 14px; z-index: 2; text-align: center;
  background: rgba(10,10,10,.72); border: 1px solid var(--sun); border-radius: 8px;
  padding: 3px 8px; backdrop-filter: blur(4px);
}
.pcard__ovr b { display: block; font-size: 1.05rem; font-weight: 900; color: var(--sun); line-height: 1; }
.pcard__ovr i { display: block; font-size: .52rem; font-style: normal; font-weight: 800; letter-spacing: .1em; color: rgba(247,245,240,.65); }

.pmodal__top { display: flex; align-items: flex-end; gap: var(--s4); flex-wrap: wrap; }
.ovrbox {
  border: 1px solid rgba(255,194,23,.4); border-radius: var(--r-md);
  padding: 6px 14px; text-align: center; background: rgba(255,194,23,.08);
}
.ovrbox b { display: block; font-size: 1.5rem; font-weight: 900; color: var(--sun); line-height: 1.05; }
.ovrbox i { display: block; font-size: .62rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(247,245,240,.55); }
.ovrbox--pot b { color: var(--cream); }

.pmodal__intro { margin-top: var(--s4); font-size: .95rem; color: rgba(247,245,240,.72); line-height: 1.6; }
.pmodal__badge {
  display: inline-block; margin-bottom: var(--s3); padding: 5px 14px; border-radius: var(--r-full);
  background: var(--sun); color: #0A0A0A; font-size: .68rem; font-weight: 900;
  letter-spacing: .08em; text-transform: uppercase;
}

/* The HLV */
.ccard { cursor: pointer; }
.ccard--detail .ccard__media { aspect-ratio: 1/1; }
.ccard__flag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  padding: 4px 11px; border-radius: var(--r-full);
  background: var(--sun); color: #0A0A0A;
  font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase;
}

@media (max-width: 560px) {
  .bar { grid-template-columns: 1fr 70px 48px; gap: 10px; }
  .bar__label { font-size: .76rem; }
  .pcard__ovr { top: 46px; right: 10px; padding: 2px 6px; }
  .pcard__ovr b { font-size: .9rem; }
}

/* ==========================================================================
   VIDEO
   ========================================================================== */

.vsec + .vsec { margin-top: clamp(48px, 7vw, 88px); }
.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--s5); }

.vcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; cursor: pointer; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.vcard:hover, .vcard:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--sun); outline: none; }
.vcard.is-dead { cursor: default; opacity: .55; }
.vcard.is-dead:hover { transform: none; box-shadow: none; border-color: var(--line); }

.vcard__media { position: relative; aspect-ratio: 16/9; background: var(--pitch); overflow: hidden; }
.vcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.vcard:hover .vcard__media img { transform: scale(1.05); }
.vcard__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--sun); opacity: .28; }
.vcard__play {
  position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; border-radius: 50%;
  background: rgba(10,10,10,.62); color: var(--sun); border: 2px solid var(--sun);
  display: grid; place-items: center; backdrop-filter: blur(3px);
  transition: transform .3s var(--ease), background .3s;
}
.vcard__play svg { margin-left: 3px; }
.vcard:hover .vcard__play { transform: scale(1.12); background: var(--sun); color: #0A0A0A; }
.vcard.is-dead .vcard__play { display: none; }
.vcard__time {
  position: absolute; right: 10px; bottom: 10px; padding: 3px 9px; border-radius: 6px;
  background: rgba(10,10,10,.82); color: var(--cream); font-size: .74rem; font-weight: 700;
}
.vcard__body { padding: var(--s5); display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vcard__title { font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.vcard__desc { font-size: .9rem; color: var(--ink-soft); flex: 1; }
.vcard__date { font-size: .78rem; font-weight: 700; color: var(--grass); }

.section--pitch .vcard { background: rgba(255,255,255,.04); border-color: rgba(255,194,23,.18); }
.section--pitch .vcard__title { color: var(--cream); }
.section--pitch .vcard__desc { color: rgba(247,245,240,.62); }
.section--pitch .vcard__date { color: var(--sun); }

.vmodal { width: 100%; max-width: 980px; }
.vmodal__frame {
  position: relative; aspect-ratio: 16/9; width: 100%;
  background: #000; border-radius: var(--r-lg); overflow: hidden;
}
.vmodal__frame iframe, .vmodal__frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vmodal__body { padding: var(--s5) 4px 0; color: var(--cream); }
.vmodal__body h2 { font-size: 1.25rem; }
.vmodal__body p { margin-top: 8px; font-size: .93rem; color: rgba(247,245,240,.7); }

.provnote {
  margin-top: 10px; font-size: .76rem; font-style: italic;
  color: rgba(247,245,240,.5);
}

@media (max-width: 520px) {
  .vgrid { grid-template-columns: 1fr; }
  .vcard__play { width: 48px; height: 48px; }
}

/* ==========================================================================
   SUA SAU KHI CHAY THU TREN MAY THAT
   ========================================================================== */

/* Thanh dieu huong 8 muc: can nhieu chieu ngang hon */
.site-header__inner { max-width: 1380px; }
.site-footer .wrap, .site-header .wrap { }
@media (max-width: 1500px) { .brand__sub { display: none; } }
@media (max-width: 1220px) {
  .burger { display: flex; }
  .nav {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--cream); padding: var(--s5);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-120%); transition: transform .35s var(--ease);
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  body.nav-open .nav { transform: none; }
  .nav a { padding: 14px 16px; font-size: 1rem; border-radius: var(--r-md); }
  .header-actions { margin-left: auto; }
}

/* Ho so: giu anh dinh khi cuon phan chi so */
@media (min-width: 641px) {
  .pmodal__img {
    position: sticky; top: 0; align-self: start;
    height: min(84vh, 660px);
  }
}
