/* ============================================================
   OKAKA FOOTBALL ACADEMY — Premium Typography & Content Styling
   Professional editorial text presentation across all pages
   ============================================================ */

/* ---- Responsive Root Typography ---- */
:root {
  --text-xs: clamp(0.625rem, 0.6vw, 0.6875rem);
  --text-sm: clamp(0.75rem, 0.7vw, 0.8125rem);
  --text-base: clamp(0.875rem, 0.9vw, 1rem);
  --text-md: clamp(0.9375rem, 1vw, 1.0625rem);
  --text-lg: clamp(1rem, 1.2vw, 1.15rem);
  --text-xl: clamp(1.125rem, 1.5vw, 1.35rem);
  --text-2xl: clamp(1.35rem, 2vw, 1.75rem);
  --heading-1: clamp(1.8rem, 4.5vw, 3.5rem);
  --heading-2: clamp(1.5rem, 3.5vw, 2.8rem);
  --heading-3: clamp(1.2rem, 2.2vw, 1.8rem);
  --heading-4: clamp(1rem, 1.6vw, 1.3rem);
  --heading-5: clamp(0.875rem, 1.2vw, 1.1rem);
  --heading-6: clamp(0.8125rem, 1vw, 0.95rem);
  --line-height-tight: 1.2;
  --line-height-normal: 1.6;
  --line-height-relaxed: 1.8;
  --letter-spacing-wide: 0.02em;
  --letter-spacing-wider: 0.05em;
  --max-width-readable: 680px;
  --max-width-content: 720px;
}

/* ---- Global Body Typography Refinements ---- */
body {
  font-size: var(--text-base);
  line-height: var(--line-height-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ---- Heading Refinements ---- */
h1 { font-size: var(--heading-1); }
h2 { font-size: var(--heading-2); }
h3 { font-size: var(--heading-3); }
h4 { font-size: var(--heading-4); }
h5 { font-size: var(--heading-5); }
h6 { font-size: var(--heading-6); }

h1, h2, h3, h4, h5, h6 {
  line-height: var(--line-height-tight);
  letter-spacing: -0.015em;
}

/* ---- Paragraph Refinements ---- */
p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

/* ---- Section Content Typography ---- */
.section-title {
  letter-spacing: -0.025em;
  word-spacing: -0.02em;
}

.section-sub,
.section-description {
  font-size: var(--text-md);
  line-height: var(--line-height-relaxed);
}

.page-hero-title {
  letter-spacing: -0.025em;
}

.page-hero-subtitle {
  font-size: var(--text-lg);
  line-height: var(--line-height-relaxed);
}

.hero-title {
  letter-spacing: -0.025em;
}

.hero-excerpt {
  font-size: var(--text-lg);
  line-height: var(--line-height-relaxed);
}

/* ---- Eyebrow Consistency ---- */
.eyebrow,
.section-subtitle {
  font-size: var(--text-xs);
  letter-spacing: 0.15em;
}

/* ---- Card Typography Standardization ---- */

/* News Cards */
.news-featured-body h3 {
  font-size: var(--heading-4);
}

.news-featured-body p {
  font-size: var(--text-base);
}

.news-card-vertical-body h4 {
  font-size: var(--heading-5);
}

.news-card-vertical-body p {
  font-size: var(--text-sm);
}

.news-horizontal-body h5 {
  font-size: var(--text-base);
}

.featured-news-body h3 {
  font-size: var(--heading-3);
}

.featured-news-body p {
  font-size: var(--text-base);
}

/* Team Cards */
.team-detailed-card .team-card-body h3 {
  font-size: var(--heading-4);
}

.team-detailed-card .team-card-body p {
  font-size: var(--text-sm);
}

.team-card-name {
  font-size: var(--heading-4);
}

.team-card-desc {
  font-size: var(--text-sm);
}

/* Player Cards */
.player-card-body h4 {
  font-size: var(--heading-5);
}

.player-position {
  font-size: var(--text-xs);
}

/* Coach Cards */
.coach-card-body h4,
.coach-info h4 {
  font-size: var(--heading-4);
}

.coach-card-body p,
.coach-bio {
  font-size: var(--text-sm);
}

.coach-role {
  font-size: var(--text-xs);
}

/* Programme Cards */
.program-header h4 {
  font-size: var(--heading-4);
}

.program-body p {
  font-size: var(--text-sm);
}

.program-body ul li {
  font-size: var(--text-sm);
}

/* Training Cards */
.training-card-body h4 {
  font-size: var(--heading-4);
}

.training-card-body p {
  font-size: var(--text-sm);
}

/* Facility Cards */
.facility-card-body h4,
.facility-card .facility-overlay h4 {
  font-size: var(--heading-4);
}

.facility-card-body p,
.facility-card .facility-overlay p {
  font-size: var(--text-sm);
}

/* Value Cards */
.value-card h4 {
  font-size: var(--heading-4);
}

.value-card p {
  font-size: var(--text-sm);
}

/* Testimonial Cards */
.testimonial-card p,
.testimonial-text {
  font-size: var(--text-base);
}

.testimonial-author strong,
.testimonial-author h6 {
  font-size: var(--text-base);
}

/* Video Cards */
.video-card-body h5,
.video-grid-body h6 {
  font-size: var(--text-base);
}

/* Hall of Fame */
.hof-card-body h3 {
  font-size: var(--heading-4);
}

.hof-card-body p {
  font-size: var(--text-sm);
}

.hof-role {
  font-size: var(--text-xs);
}

/* Exhibit Cards */
.exhibit-card h4 {
  font-size: var(--heading-4);
}

.exhibit-card p {
  font-size: var(--text-sm);
}

/* Honour Cards */
.honour-card h4 {
  font-size: var(--heading-5);
}

.honour-item h4 {
  font-size: var(--heading-5);
}

/* Fan Cards */
.fan-story-body p {
  font-size: var(--text-base);
}

.fan-sidebar-card h4 {
  font-size: var(--heading-4);
}

.fan-sidebar-card p {
  font-size: var(--text-sm);
}

.fan-membership-card h4 {
  font-size: var(--heading-3);
}

.fan-membership-card ul li {
  font-size: var(--text-sm);
}

/* Schedule Cards */
.schedule-card h5 {
  font-size: var(--heading-5);
}

/* Contact Info Cards */
.contact-info-card h5 {
  font-size: var(--heading-4);
}

.contact-info-card p {
  font-size: var(--text-base);
}

/* Sidebar */
.article-sidebar .sidebar-widget h4 {
  font-size: var(--heading-4);
}

.sidebar-news-item h6 {
  font-size: var(--text-sm);
}

/* ---- Club / About Content Typography ---- */
.club-text {
  font-size: var(--text-md);
  line-height: var(--line-height-relaxed);
}

.about-content p {
  font-size: var(--text-md);
  line-height: var(--line-height-relaxed);
}

.club-value-item {
  font-size: var(--text-base);
}

/* ---- Timeline Typography ---- */
.timeline-h-content h4 {
  font-size: var(--text-base);
}

.timeline-h-content p {
  font-size: var(--text-sm);
}

/* ---- Article Content Typography ---- */
.article-content p {
  font-size: var(--text-md);
  line-height: var(--line-height-relaxed);
}

.article-content p:first-child {
  font-size: var(--text-lg);
}

.article-nav-title {
  font-size: var(--text-sm);
}

/* ---- Schedule / Match Typography ---- */
.match-competition {
  font-size: var(--text-xs);
}

.match-team span {
  font-size: var(--text-base);
}

.match-score {
  font-size: var(--heading-3);
}

/* ---- Form Typography ---- */
.form-premium .form-label,
.auth-card .form-label {
  font-size: var(--text-sm);
}

.form-premium .form-control,
.auth-card .form-control {
  font-size: var(--text-base);
}

.auth-card .auth-title {
  font-size: var(--heading-3);
}

.auth-card .auth-subtitle,
.auth-card .auth-footer {
  font-size: var(--text-base);
}

/* ---- Footer Typography ---- */
.footer-title {
  font-size: var(--text-sm);
}

.footer-about {
  font-size: var(--text-base);
}

.footer-links li a {
  font-size: var(--text-base);
}

.footer-copyright {
  font-size: var(--text-sm);
}

.footer-bottom-links a {
  font-size: var(--text-sm);
}

.footer-contact-item {
  font-size: var(--text-sm);
}

/* ---- Button Typography ---- */
.btn-premium {
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
}

.btn-sm-premium {
  font-size: var(--text-xs);
}

/* ---- Meta & Caption Typography ---- */
.news-meta,
.video-meta {
  font-size: var(--text-sm);
}

.card-category,
.news-featured-img .card-badge,
.news-card-vertical-img .card-category {
  font-size: var(--text-xs);
}

.hero-date,
.match-date,
.match-time {
  font-size: var(--text-sm);
}

/* ---- Breadcrumb ---- */
.breadcrumb-custom {
  font-size: var(--text-sm);
}

/* ---- Stat Typography ---- */
.stat-value,
.counter-number {
  font-size: var(--heading-2);
}

.stat-label,
.counter-label {
  font-size: var(--text-sm);
}

/* ---- Navigation Typography ---- */
.nav-link {
  font-size: var(--text-sm);
  letter-spacing: 0.06em;
}

.dropdown-link {
  font-size: var(--text-sm);
}

.mobile-link {
  font-size: var(--text-base);
}

.sub-link {
  font-size: var(--text-sm);
}

/* ---- Search ---- */
.search-input {
  font-size: var(--heading-3);
}

/* ---- Breaking News ---- */
.breaking-news-bar .breaking-label {
  font-size: var(--text-xs);
}

.breaking-news-bar .breaking-text {
  font-size: var(--text-sm);
}

/* ---- Hero Thumb ---- */
.hero-thumb .thumb-label span {
  font-size: var(--text-xs);
}

/* ---- Next Match ---- */
.next-match-team-name {
  font-size: var(--text-md);
}

.next-match-competition {
  font-size: var(--text-xs);
}

.countdown-value {
  font-size: var(--heading-3);
}

/* ---- 404 Page ---- */
.page-404 h2 {
  font-size: var(--heading-2);
}

.page-404 p {
  font-size: var(--text-md);
}

/* ---- Search Results ---- */
.search-result-body h4 {
  font-size: var(--heading-4);
}

.search-result-body p {
  font-size: var(--text-sm);
}

/* ---- Visit Cards ---- */
.visit-card h4 {
  font-size: var(--heading-4);
}

.visit-card p {
  font-size: var(--text-base);
}

.visit-info li {
  font-size: var(--text-base);
}

/* ---- FAQ Accordion ---- */
.accordion-button {
  font-size: var(--text-base);
}

.accordion-body {
  font-size: var(--text-base);
}

/* ---- Player Development Cards ---- */
.premium-card h4 {
  font-size: var(--heading-4);
}

.premium-card p {
  font-size: var(--text-base);
  line-height: var(--line-height-relaxed);
}

.premium-card ul li {
  font-size: var(--text-base);
}

/* ---- Pricing ---- */
.price-amount {
  font-size: var(--heading-3);
}

.price-term {
  font-size: var(--text-sm);
}

/* ---- Counter Section ---- */
.counter-number {
  font-size: var(--heading-1);
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 4px;
}

/* ---- Timeline (player development) ---- */
.timeline-title {
  font-size: var(--heading-4);
}

.timeline-text {
  font-size: var(--text-base);
}

/* ---- Featured News Row ---- */
.featured-news-body .news-meta {
  font-size: var(--text-sm);
}

/* ---- Article Sidebar CTA ---- */
.sidebar-cta p {
  font-size: var(--text-base);
}

/* ---- Featured Testimonials ---- */
.featured-testimonial-text {
  font-size: var(--text-lg);
}

.featured-testimonial-author h5 {
  font-size: var(--heading-5);
}

/* ---- Team Hero section ---- */
.team-hero-content h1 {
  font-size: var(--heading-1);
}

.team-hero-content p {
  font-size: var(--text-lg);
}

/* ---- Club Showcase Stats ---- */
.club-showcase .stat-value {
  font-size: var(--heading-2);
}

/* ---- FAQ CTA ---- */
.faq-cta-box h4 {
  font-size: var(--heading-4);
}

.faq-cta-box p {
  font-size: var(--text-base);
}

/* ---- Newsletter ---- */
.newsletter-text {
  font-size: var(--text-base);
}

.newsletter-input {
  font-size: var(--text-base);
}

/* ============================================================
   RESPONSIVE — MOBILE TYPOGRAPHY OVERRIDES
   ============================================================ */
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .hero-title {
    font-size: 1.6rem;
    line-height: 1.15;
  }

  .hero-excerpt {
    font-size: 0.95rem;
  }

  .page-hero-title {
    font-size: 1.9rem;
  }

  .page-hero-subtitle {
    font-size: 0.98rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-sub {
    font-size: 0.9rem;
  }

  .team-hero-content h1 {
    font-size: 1.6rem;
  }

  .team-hero-content p {
    font-size: 0.95rem;
  }

  .featured-testimonial-text {
    font-size: 1.05rem;
  }

  .about-content p,
  .club-text {
    font-size: 0.95rem;
  }

  .article-content p {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .article-content p:first-child {
    font-size: 1.05rem;
  }

  .news-featured-body h3 {
    font-size: 1.1rem;
  }

  .featured-news-body h3 {
    font-size: 1.15rem;
  }

  .next-match-team-name {
    font-size: 1rem;
  }

  .countdown-value {
    font-size: 1.3rem;
  }

  .auth-card .auth-title {
    font-size: 1.3rem;
  }

  .auth-card {
    padding: 32px 24px;
  }

  .contact-form-wrapper {
    padding: 24px 20px;
  }

  .contact-info-card {
    padding: 24px 20px;
  }

  .faq-question {
    font-size: 14px;
  }

  .accordion-body {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .hero-title {
    font-size: 1.4rem;
  }

  .hero-excerpt {
    display: none;
  }

  .page-hero-title {
    font-size: 1.45rem;
  }

  .page-hero-subtitle {
    font-size: 0.92rem;
  }

  .section-title {
    font-size: 1.35rem;
  }

  .section-sub {
    font-size: 0.85rem;
  }

  .team-hero-content h1 {
    font-size: 1.4rem;
  }

  .team-hero-content p {
    font-size: 0.9rem;
  }

  .team-card-name {
    font-size: 1.1rem;
  }

  .value-card h4 {
    font-size: 1rem;
  }

  .program-header h4 {
    font-size: 1rem;
  }

  .training-card-body h4 {
    font-size: 1rem;
  }

  .coach-card-body h4,
  .coach-info h4 {
    font-size: 1rem;
  }

  .counter-number {
    font-size: 1.8rem;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .fan-membership-card h4 {
    font-size: 1.1rem;
  }

  .search-result-body h4 {
    font-size: 1rem;
  }
}

/* ============================================================
   ACCESSIBILITY — READABILITY ENHANCEMENTS
   ============================================================ */
p, li, .accordion-body {
  color: var(--dark-gray);
}

.section-dark p,
.section-dark li,
.section-dark .accordion-body {
  color: rgba(255,255,255,0.65);
}

.section-dark .club-text {
  color: rgba(255,255,255,0.65);
}

a {
  text-underline-offset: 2px;
}

/* ---- List styling for content pages ---- */
.content-list,
.about-content ul,
.club-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.content-list li,
.about-content ul li,
.club-content ul li {
  padding: 0.5rem 0;
  font-size: var(--text-base);
  line-height: var(--line-height-normal);
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.content-list li::before,
.about-content ul li::before,
.club-content ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--primary);
  font-size: 0.75rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

/* ---- Blockquote styling ---- */
blockquote {
  border-left: 4px solid var(--primary);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: var(--off-white);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--dark-gray);
  line-height: var(--line-height-relaxed);
}

/* ---- Small text utility ---- */
.text-small {
  font-size: var(--text-sm);
}

.text-xs {
  font-size: var(--text-xs);
}

.text-lead {
  font-size: var(--text-lg);
  line-height: var(--line-height-relaxed);
  color: var(--dark);
  font-weight: 500;
}

/* ---- Card body inner spacing refinement ---- */
.news-card-vertical-body,
.news-featured-body,
.featured-news-body,
.team-detailed-card .team-card-body,
.player-card-body,
.coach-card-body,
.coach-info,
.training-card-body,
.facility-card-body,
.program-body,
.hof-card-body,
.exhibit-card,
.testimonial-card,
.fan-story-body,
.fan-sidebar-card,
.schedule-card {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* ---- Stat counter label ---- */
.counter-label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* ---- Fix missing CSS variables in player-development.php ---- */
.premium-card h4[style*="font-weight: 700"] {
  letter-spacing: -0.01em;
}

/* ---- Fix typography for inline styled elements ---- */
[style*="font-size: 56px"] i,
[style*="font-size:56px"] i {
  font-size: 56px;
}

/* ---- Team showcase stats ---- */
[style*="font-size:2rem;font-weight:900"] {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

/* ---- Card-lg title typography ---- */
.card-title-lg {
  font-size: var(--heading-2);
}

/* ---- Card padded text refinements ---- */
.premium-card p.text-premium-content {
  font-size: var(--text-base);
  line-height: var(--line-height-relaxed);
  color: var(--gray);
}

/* ---- Icon card text refinements ---- */
.icon-card .icon-card-sub {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ---- Requirement card refinements ---- */
.requirement-card h6 {
  font-size: var(--text-sm);
  font-weight: 700;
}

/* ---- Check list refinements ---- */
.check-list li {
  font-size: var(--text-sm);
  line-height: var(--line-height-normal);
}

/* ---- Match Card Typography ---- */
.match-tab {
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.match-competition {
  font-size: var(--text-xs);
}

.match-team span {
  font-size: var(--text-base);
}

.match-score {
  font-size: var(--heading-3);
}

.match-vs-text {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.match-result-badge {
  font-size: var(--text-xs);
  font-weight: 800;
}

/* ---- Standings Table ---- */
.table-standings {
  font-size: var(--text-sm);
}

.table-standings th {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.team-badge-sm {
  font-size: var(--text-xs);
  font-weight: 700;
}

/* ---- Gallery Overlay ---- */
.gallery-overlay h5 {
  font-size: var(--heading-5);
  font-weight: 800;
}

.gallery-overlay span {
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
}

/* ---- Lightbox ---- */
.lightbox-caption {
  font-size: var(--text-lg);
  font-weight: 500;
}

/* ---- Video Cards ---- */
.featured-video-info h3 {
  font-size: var(--heading-3);
  font-weight: 800;
}

.featured-video-info p {
  font-size: var(--text-base);
  line-height: var(--line-height-normal);
}

.tv-schedule-card h4 {
  font-size: var(--heading-4);
}

.tv-stats span {
  font-size: var(--heading-4);
  font-weight: 900;
  display: block;
}

/* ---- Fan Zone ---- */
.fan-poll-card h4 {
  font-size: var(--heading-4);
}

.poll-option {
  font-size: var(--text-sm);
}

.fan-membership-card h4 {
  font-size: var(--heading-3);
}

.fan-membership-card h4 span {
  font-size: var(--text-sm);
  font-weight: 600;
}

.membership-tier {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fan-membership-card ul li {
  font-size: var(--text-sm);
}

.fan-sidebar-card h4 {
  font-size: var(--heading-4);
}

.fan-sidebar-card p {
  font-size: var(--text-sm);
}

/* ---- Squad / Player Cards ---- */
.squad-player-card .body h4 {
  font-size: var(--heading-5);
  font-weight: 800;
}

.squad-player-card .body .pos {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.position-section-title h2 {
  font-size: var(--heading-3);
  font-weight: 900;
}

.position-section-title span {
  font-size: var(--text-sm);
}

/* ---- Coach Squad Card ---- */
.coach-squad-card .body h4 {
  font-size: var(--heading-5);
  font-weight: 800;
}

.coach-squad-card .body .role {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- Coach / Player Profile ---- */
.coach-info-card h1,
.player-info-card h1 {
  font-size: var(--heading-2);
  font-weight: 900;
}

.coach-info-card .role-label,
.player-info-card .pos-label {
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.info-item .label {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.info-item .value {
  font-size: var(--text-base);
  font-weight: 700;
}

.stat-card .num {
  font-size: var(--heading-3);
  font-weight: 900;
  color: var(--primary);
}

.stat-card .label {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- Experience Badge ---- */
.experience-badge .number,
.badge-year {
  font-size: var(--heading-3);
  font-weight: 900;
}

.experience-badge .text {
  font-size: var(--text-sm);
  font-weight: 600;
}

/* ---- Club Stats ---- */
.club-stat-number {
  font-size: var(--heading-3);
  font-weight: 900;
}

.club-stat-label {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-stat-item .stat-value {
  font-size: var(--heading-2);
  font-weight: 900;
}

.about-stat-item .stat-label {
  font-size: var(--text-sm);
  font-weight: 600;
}

/* ---- Team Cards ---- */
.team-age-badge {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.team-coach {
  font-size: var(--text-sm);
}

.bio-text {
  font-size: var(--text-md);
  line-height: var(--line-height-relaxed);
  color: var(--dark-gray);
}

.back-link {
  font-size: var(--text-sm);
  font-weight: 600;
}

/* ---- Honour / Exhibit ---- */
.honour-count {
  font-size: var(--heading-2);
  font-weight: 900;
}

.honour-year,
.exhibit-year {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.honour-item span {
  font-size: var(--text-base);
}

/* ---- Programme Card ---- */
.program-card-tag {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.program-footer {
  font-size: var(--text-sm);
}

/* ---- Training Badge ---- */
.training-badge {
  font-size: var(--text-xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---- Achievement Badge ---- */
.achievement-badge {
  font-size: var(--text-sm);
  font-weight: 600;
}

.achievement-icon-color {
  font-size: var(--text-base);
}

/* ---- Player Position Badge ---- */
.player-pos-badge {
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ---- Registration Steps ---- */
.step-indicator {
  font-size: var(--text-sm);
  font-weight: 700;
}

.step-number {
  font-size: var(--text-base);
  font-weight: 900;
}

.registration-step > h4 {
  font-size: var(--heading-4);
}

/* ---- Form Check ---- */
.form-check-label {
  font-size: var(--text-sm);
  line-height: var(--line-height-normal);
}

/* ---- Timeline ---- */
.timeline-date {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.timeline-year {
  font-size: var(--text-sm);
  font-weight: 800;
}

/* ---- Premium Card Title/Text ---- */
.premium-card-title {
  font-size: var(--heading-4);
  font-weight: 800;
}

.premium-card-text {
  font-size: var(--text-base);
  line-height: var(--line-height-relaxed);
  color: var(--dark-gray);
}

/* ---- Card Subtitle ---- */
.card-subtitle {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- Coach News Card ---- */
.coach-news-card .body .date,
.player-news-card .body .date {
  font-size: var(--text-xs);
}

.coach-news-card .body h4,
.player-news-card .body h4 {
  font-size: var(--heading-5);
  font-weight: 800;
}

.coach-news-card .body p,
.player-news-card .body p {
  font-size: var(--text-sm);
  line-height: var(--line-height-normal);
}

/* ---- Team News Featured ---- */
.team-news-featured .content .date {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.team-news-featured .content h3 {
  font-size: var(--heading-4);
  font-weight: 800;
}

.team-news-featured .content p {
  font-size: var(--text-sm);
}

/* ---- Contact Info Card ---- */
.contact-info-card h5 {
  font-size: var(--heading-4);
}

.contact-info-card .contact-item h6 {
  font-size: var(--text-sm);
  font-weight: 700;
}

.contact-info-card .contact-item p {
  font-size: var(--text-base);
}

/* ---- Visit Card ---- */
.visit-info li {
  font-size: var(--text-base);
  line-height: var(--line-height-normal);
}

.visit-card h4 {
  font-size: var(--heading-4);
}

.visit-card p {
  font-size: var(--text-base);
}

/* ---- Schedule Card ---- */
.schedule-card h5 {
  font-size: var(--heading-5);
}

/* ---- Icon Card ---- */
.icon-card h4 {
  font-size: var(--heading-4);
}

.icon-card p {
  font-size: var(--text-sm);
  line-height: var(--line-height-normal);
}

/* ---- Requirement Card ---- */
.requirement-card h6 {
  font-size: var(--text-sm);
  font-weight: 700;
}

.requirement-card p {
  font-size: var(--text-sm);
}

/* ---- Category Badge (FAQs) ---- */
.faq-category-divider .category-badge {
  font-size: var(--text-sm);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---- Match Info ---- */
.match-info span {
  font-size: var(--text-sm);
}

/* ---- Gallery Filter ---- */
.gallery-filter {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- Video Filter ---- */
.video-category {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.video-duration {
  font-size: var(--text-xs);
  font-weight: 700;
}

/* ---- Club Text ---- */
.club-text {
  font-size: var(--text-md);
  line-height: var(--line-height-relaxed);
}

.text-white-muted {
  color: rgba(255, 255, 255, 0.65);
}

/* ---- Utility font-weight class ---- */
.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* ============================================================
   DESKTOP TYPOGRAPHY REFINEMENTS (1200px+)
   ============================================================ */
@media (min-width: 1200px) {
  :root {
    --heading-1: clamp(2.8rem, 4.5vw, 4rem);
    --heading-2: clamp(2rem, 3.5vw, 3.2rem);
    --heading-3: clamp(1.4rem, 2.2vw, 2rem);
  }

  .hero-title {
    font-size: var(--heading-1);
    max-width: 900px;
  }

  .hero-excerpt {
    max-width: 640px;
  }

  .page-hero-title {
    font-size: var(--heading-1);
  }

  .page-hero-subtitle {
    max-width: 640px;
  }

  .section-title {
    font-size: var(--heading-2);
  }

  .section-sub {
    max-width: 600px;
  }

  .about-content p,
  .club-text,
  .content-block p,
  .article-content p {
    max-width: 720px;
  }

  .team-hero-content h1 {
    font-size: var(--heading-1);
  }

  .counter-number {
    font-size: var(--heading-1);
  }

  .fan-membership-card h4 {
    font-size: var(--heading-3);
  }

  .featured-news-body h3 {
    font-size: var(--heading-3);
  }
}

/* ============================================================
   EXTRA LARGE DESKTOP (1400px+)
   ============================================================ */
@media (min-width: 1400px) {
  :root {
    --heading-1: clamp(3.2rem, 4.5vw, 4.5rem);
    --heading-2: clamp(2.4rem, 3.5vw, 3.6rem);
    --heading-3: clamp(1.6rem, 2.2vw, 2.2rem);
  }

  .hero-title {
    font-size: var(--heading-1);
    max-width: 1000px;
  }

  .page-hero-title {
    font-size: var(--heading-1);
  }

  .page-hero-subtitle {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: var(--heading-2);
  }

  .hero-excerpt {
    font-size: 1.2rem;
  }

  .container {
    max-width: 1320px;
  }
}

/* ============================================================
   LEGAL / TERMS PAGES — content typography refinements
   ============================================================ */
.news-detail-body > p {
  line-height: 1.8;
  color: var(--dark-gray);
}

.news-detail-body > ul {
  color: var(--dark-gray);
  line-height: 1.8;
  padding-left: 20px;
  list-style: disc;
}

.news-detail-body > ul li {
  margin-bottom: 6px;
  padding-left: 4px;
}

.news-detail-body > h3 {
  font-size: var(--heading-4);
  font-weight: 800;
  color: var(--dark);
  scroll-margin-top: 100px;
}

.news-detail-body > h4 {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.news-detail-body hr {
  border: none;
  border-top: 1px solid var(--gray);
  margin: 32px 0;
  opacity: 0.15;
}

.news-detail-body .legal-last-updated {
  font-size: 14px;
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
}

/* ---- Legal TOC ---- */
.news-detail-body .legal-toc {
  color: var(--gray);
  line-height: 2.2;
  list-style: none;
  padding-left: 0;
}

.news-detail-body .legal-toc a {
  color: var(--primary);
  font-weight: 500;
}

.news-detail-body .legal-toc a:hover {
  color: var(--primary-dark);
}

.news-detail-body .legal-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--dark-gray);
}

.news-detail-body .legal-hr {
  border: none;
  border-top: 2px solid var(--primary);
  margin: 32px 0;
  opacity: 0.15;
}

.news-detail-body .legal-hr-light {
  border: none;
  border-top: 1px solid var(--gray);
  margin: 32px 0;
  opacity: 0.1;
}

/* ---- Empty state ---- */
.empty-state-text {
  font-size: 1.1rem;
  color: var(--gray);
}

/* ============================================================
   ANIMATION PRESERVATION — no changes to existing animations
   ============================================================ */