@media (max-width: 1060px) {
  .header-btn {
    display: none;
  }

  .supporters-grid {
  grid-template-columns: repeat(3, 1fr);
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    padding: 20px 22px 28px;
    background: rgba(17, 29, 48, 0.98);
    border-top: 1px solid rgba(255, 240, 71, 0.12);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  }

  .main-nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-list {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .nav-list a,
  .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px 10px;
    font-size: 1.05rem;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
  }

  .has-dropdown.open .dropdown-menu {
    display: block;
  }

  .has-dropdown:hover .dropdown-menu {
    display: none;
  }

  .has-dropdown.open:hover .dropdown-menu {
    display: block;
  }

  .news-grid,
  .album-grid,
  .teams-grid,
  .news-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .history-content,
  .contact-grid,
  .history-page-content {
    grid-template-columns: 1fr;
  }

  .history-image::after {
    display: none;
  }

  .album-modal-top {
    grid-template-columns: 1fr;
  }

  .album-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-cta-box {
    grid-template-columns: 1fr;
  }

  .preview-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .preview-gallery-item:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  .container {
    padding: 0 18px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .brand-subtitle {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 128px 0 96px;
  }

  .hero-badge,
  .hero-top {
    letter-spacing: 2.4px;
    font-size: 0.78rem;
  }

  .hero-badge::before,
  .hero-badge::after,
  .hero-top::before,
  .hero-top::after {
    width: 24px;
  }

  .hero h1,
  .page-hero h1,
  .news-page-hero h1,
  .gallery-hero-content h1,
  .contact-page-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  .hero-stats {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin: 42px auto 0;
    grid-template-columns: repeat(2, 1fr);
    animation: fadeUp 0.7s 0.86s forwards;
  }

  .hero::after,
  .page-hero::after,
  .news-page-hero::after,
  .gallery-hero::after,
  .contact-page-hero::after {
    height: 72px;
  }

  .hero-actions,
  .album-nav,
  .form-row {
    flex-direction: column;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .album-nav-btn,
  .all-news-btn,
  .back-home-btn {
    width: 100%;
  }

  .section-shell,
  .home-news,
  .home-table,
  .home-stats,
  .home-history,
  .home-teams,
  .gallery-preview,
  .home-supporters,
  .contact-cta,
  .gallery-section,
  .news-page-section,
  .contact-section {
    padding: 70px 0;
  }

.supporters-grid {
  grid-template-columns: repeat(3, 1fr);
}

.supporter-card {
  min-height: 180px;
  padding: 26px;
}

@media (max-width: 720px) {
  .supporters-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .supporter-card {
    min-height: 170px;
    padding: 22px;
  }

  .supporter-card img {
    height: 110px;
    max-width: 220px;
  }
}

@media (max-width: 460px) {
  .supporters-grid {
    grid-template-columns: 1fr;
  }

  .supporter-card {
    min-height: 170px;
  }

  .supporter-card img {
    height: 115px;
    max-width: 240px;
  }
}

  .section-head {
    display: block;
    margin-bottom: 34px;
  }

  .news-grid,
  .album-grid,
  .teams-grid,
  .news-page-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-radius: var(--radius-md);
  }

  .preview-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }

  .preview-gallery-item:nth-child(1),
  .preview-gallery-item:nth-child(5) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .contact-cta-box,
  .contact-panel,
  .contact-form-panel,
  .nabor-box {
    padding: 24px;
  }

  .news-modal {
    align-items: flex-start;
    padding: 12px;
  }

  .news-modal-box {
    margin-top: 18px;
    padding: 20px;
    border-radius: var(--radius-md);
  }

  .album-modal {
    align-items: flex-start;
    padding: 12px;
  }

  .album-modal-box {
    margin-top: 18px;
    padding: 20px;
    border-radius: var(--radius-md);
  }

  .album-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .roster-table-wrap {
    display: none;
  }

  .roster-cards {
    display: grid;
    gap: 18px;
  }
}

@media (max-width: 460px) {
  .preview-gallery-grid {
    grid-template-columns: 1fr;
  }

  .preview-gallery-item:nth-child(1),
  .preview-gallery-item:nth-child(5) {
    grid-column: span 1;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 900px) {
  .category-hero-grid,
  .category-section-head,
  .category-about-card {
    grid-template-columns: 1fr;
  }

  .category-hero-card {
    max-width: 420px;
  }

  .category-table-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .table-status-box {
    align-items: flex-start;
  }

  .category-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .category-hero {
    padding: 120px 0 58px;
  }

  .category-overview {
    padding: 26px 0;
  }

  .category-table-section {
    padding: 58px 0 66px;
  }

  .category-about-section {
    padding-bottom: 70px;
  }

  .category-about-card,
  .category-table-top,
  .category-hero-card {
    padding: 24px;
  }

  .category-section-head h2 {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }
}

@media (max-width: 900px) {
  .category-hero-grid,
  .category-section-head,
  .category-about-card,
  .next-match-panel {
    grid-template-columns: 1fr;
  }

  .category-hero-card {
    max-width: 420px;
  }

  .next-match-panel::before {
    right: 28px;
    top: 34px;
    transform: none;
  }

  .next-match-datebox {
    width: 100%;
    max-width: 260px;
  }

  .category-action-row {
    grid-template-columns: 1fr;
  }

  .category-table-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .table-status-box {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .category-hero {
    padding: 120px 0 58px;
  }

  .category-match-strip {
    padding-top: 28px;
  }

  .category-table-section {
    padding: 58px 0 66px;
  }

  .category-roster-section {
    padding-bottom: 64px;
  }

  .category-about-section {
    padding-bottom: 70px;
  }

  .next-match-panel,
  .category-about-card,
  .category-table-top,
  .category-hero-card {
    padding: 24px;
  }

  .next-match-datebox {
    max-width: none;
  }

  .category-action-btn {
    min-height: 78px;
    padding: 20px 22px;
  }

  .category-section-head h2 {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }
}

@media (max-width: 720px) {
  .player-detail-layout {
    grid-template-columns: 1fr;
  }

  .player-detail-photo {
    max-width: 260px;
  }

  .roster-more-btn {
    min-width: 130px;
  }
}