* {
  box-sizing: border-box;
}

:root {
  font-family: 'Montserrat', sans-serif;
  color: #0b1f3a;
  background-color: #fff;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #fff;
  color: #0b1f3a;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: none;
  overflow: visible;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 5vw 0.5rem;
  position: relative;
  overflow: visible;
}

.site-logo {
  font-weight: 700;
  color: #0b1f3a;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.site-logo__img {
  height: 5.625rem;
  width: auto;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.site-logo__text {
  display: inline-block;
}

.site-nav a {
  margin-left: 1.5rem;
  text-decoration: none;
  color: #0b1f3a;
  font-weight: 600;
}

.site-nav a.is-active {
  color: #0057b8;
  position: relative;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: #ffd700;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0.25rem 5vw 0.25rem;
  margin-bottom: 0.25rem;
  background: #fff;
  flex-wrap: wrap;
}

.main-nav__link {
  text-decoration: none;
  color: #0b1f3a;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.main-nav__link:hover {
  color: #0057b8;
}

.main-nav__link.is-active {
  color: #0057b8;
  position: relative;
}

.main-nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  height: 2px;
  background: #ffd700;
}

.hero-dedication {
  padding: 0 5vw 0.25rem;
  background: #fff;
  color: #0b1f3a;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.hero-dedication__left {
  text-align: left;
}

.hero-dedication__right {
  text-align: right;
}

.hero-section {
  padding: 0 5vw 1.5rem 5vw;
  background: #fff;
  color: #0b1f3a;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(120px, auto);
  gap: 1.5rem;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-section__content {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
}

.hero-photos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.hero-card {
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 180px;
}

.hero-card--flag {
  background-image: var(--img-flag, url('../images/flag.jpg'));
  width: 112mm;
  height: 26.4vh;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.hero-card--row {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  overflow: visible;
  background: none;
}

.hero-card--center {
  background-image: var(--img-stad, url('../images/stad.jpg'));
  flex: 0 0 140mm;
  width: 140mm;
  height: 33vh;
  min-height: 200px;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.hero-card--left,
.hero-card--right {
  flex: 0 0 auto;
  width: clamp(46.8mm, 18.72vw, 93.6mm);
  height: 33vh;
  min-height: 200px;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.hero-card--left {
  background-image: var(--img-foto-left, url('../images/foto_left.png'));
}

.hero-card--right {
  background-image: var(--img-foto-right, url('../images/foto_r.png'));
}

.hero-card--house {
  background-image: var(--img-nikol, url('../images/nikol.jpg'));
  width: clamp(28mm, 11vw, 56mm);
  height: 33.6vh;
  min-height: 240px;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

@media (max-width: 1024px) {
  .hero-photos {
    flex-direction: column;
    align-items: center;
  }

  .hero-card,
  .hero-card--center,
  .hero-card--left,
  .hero-card--right,
  .hero-card--flag,
  .hero-card--house {
    width: 100%;
    min-width: 0;
  }

  .hero-card--row {
    flex-direction: column;
  }

  .hero-card--house {
    width: 100%;
    aspect-ratio: auto;
    min-height: 240px;
  }
}

.hero-slider-section {
  width: 100%;
  max-width: 100%;
  padding: 0 5vw;
  margin-top: -1.5rem;
  background: #fff;
  box-sizing: border-box;
}

.hero-slider {
  position: relative;
  padding: 1.5rem 3.5rem;
  border-radius: 1rem;
  background: #fff;
  width: calc(233mm + 5.82rem);
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 1rem;
}

.hero-slider__arrow {
  display: none;
}

.hero-slider__arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-slider__arrow--prev {
  left: 0.5rem;
}

.hero-slider__arrow--next {
  right: 0.5rem;
}

.hero-slider__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.hero-slider__arrow:disabled:hover {
  transform: translateY(-50%);
}

.hero-slider__viewport {
  overflow: hidden;
  flex: 0 0 auto;
  width: calc(233mm + 0.83rem);
  max-width: 100%;
  box-sizing: border-box;
}

.hero-slider__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.6s ease;
  will-change: transform;
}

.hero-slider__card {
  width: 100%;
  min-width: 100%;
  border-radius: 0.75rem;
  background: transparent;
  color: #0b1f3a;
  display: flex;
  justify-content: center;
  font-weight: 600;
  flex: 0 0 auto;
  overflow: visible;
  position: relative;
  padding: 0;
}

.hero-slider__pair {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  overflow: visible;
}

.hero-slider__photo-block {
  flex: 0 0 auto;
  width: auto;
  height: 49.3mm;
  background: #000;
  border-radius: 0;
  position: relative;
  overflow: visible;
  padding: 0;
  margin: 0 0 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.hero-slider__photo {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-slider__img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.hero-slider__caption {
  display: none;
}

.hero-slider__caption small {
  display: none;
}

.hero-slider__number {
  position: absolute;
  left: 50%;
  bottom: calc(-1.5rem - 20px);
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd700;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 5;
}

.hero-slider__empty {
  width: 100%;
  padding: 3rem;
  text-align: center;
  color: rgba(11, 31, 58, 0.6);
  font-size: 1rem;
}

.hero-slider__nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5vw;
  margin-top: -1rem;
  max-width: 100%;
}

@media (max-width: 900px) {
  .hero-slider {
    width: 100%;
    padding: 1rem;
  }

  .hero-slider__viewport {
    width: 100%;
    flex: 1 1 auto;
  }

  .hero-slider__card {
    padding: 0.75rem;
  }

  .hero-slider__pair {
    flex-direction: column;
  }

  .hero-slider__photo-block {
    width: auto;
    max-width: 100%;
    height: 49.3mm;
  }
}

@media (max-width: 900px) {
  .hero-slider {
    width: 100%;
    padding: 1rem 1.5rem 2rem;
  }

  .hero-slider__viewport {
    width: 100%;
    flex: 1 1 auto;
  }

  .hero-slider__card {
    width: 100%;
    min-width: 100%;
  }
}

.nav-btn {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  overflow: visible;
  box-sizing: border-box;
}

.nav-btn:hover {
  transform: scale(1.1);
}

.nav-btn__ball {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  background-image: var(--img-icon-football, url('../images/icon-football.png'));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.nav-btn__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffd700;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 215, 0, 0.5);
}

.nav-btn__number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  background: #000;
  border-radius: 50%;
  z-index: -1;
}

.nav-btn.is-active {
  box-shadow: 0 0 0 3px #ffd700;
}

.nav-btn.is-active .nav-btn__number {
  color: #ffd700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 215, 0, 0.5);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.6;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  background: #0b1f3a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.section {
  padding: 0.25rem 5vw 2rem;
  min-height: 600px;
}

.section__header h2 {
  margin-bottom: 0.5rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.card {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #f2f3f5;
  box-shadow: 0 15px 40px rgba(11, 31, 58, 0.05);
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.timeline__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid #0057b8;
  background: #fff;
  border-radius: 0.5rem;
}

.timeline__image--small {
  width: 18mm;
  height: 22mm;
  border-radius: 0.4rem;
  background: #e4e8f1;
  color: #0b1f3a;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}

.timeline__text h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.timeline__text p {
  margin: 0;
  font-size: 0.95rem;
}

.teams-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.teams-filter {
  border: 1px solid rgba(11, 31, 58, 0.2);
  border-radius: 999px;
  padding: 0.4rem 1.25rem;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}

.teams-filter.is-active,
.teams-filter:hover {
  background: #0b1f3a;
  color: #fff;
}

.teams-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.teams-card {
  padding: 1.25rem;
  border-radius: 1rem;
  background: #f2f3f5;
  box-shadow: 0 10px 25px rgba(11, 31, 58, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.teams-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.teams-card__emblem {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(11, 31, 58, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(11, 31, 58, 0.08);
}

.teams-card__emblem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teams-card h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.teams-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: rgba(11, 31, 58, 0.8);
}

.teams-card ul li + li {
  margin-top: 0.25rem;
}

.team-stat {
  border: 1px dashed rgba(11, 31, 58, 0.2);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f4f5f7;
}

.team-stat h4 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  color: #0b1f3a;
}

.teams-article {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #eceef3;
  border: 1px solid rgba(11, 31, 58, 0.08);
}

.calendar {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: flex-start;
}

.calendar-grid {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 4px 8px;
}

.calendar-weekday {
  width: 32px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
}

.calendar-day--empty {
  background: transparent;
  border: none;
  pointer-events: none;
}

.calendar-day {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 32px;
  height: auto;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
  overflow: hidden;
}

.calendar-day:hover {
  color: #0057b8;
  font-weight: 600;
}

.calendar-day.is-current {
  background: var(--img-icon-football, url('../images/icon-football.png')) center/contain no-repeat;
  color: #ffd700;
  border-radius: 50%;
  width: 32px;
  height: auto;
  min-height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  border: none;
}

.calendar-day.is-current::after {
  display: none;
}

.calendar-day.is-selected {
  box-shadow: 0 0 0 3px rgba(0, 87, 184, 0.35);
}

.calendar-day.is-tomorrow {
  border-style: solid;
}

.calendar-day.is-last-year {
  opacity: 0.7;
}

.calendar-info {
  flex: 1;
  min-width: 260px;
  padding: 0;
  background: #fff;
}

.main-header {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1f3a;
}

.day-section {
  margin-bottom: 1.5rem;
}

.day-section h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #0b1f3a;
  font-weight: 700;
}

.day-section p {
  margin: 0;
  line-height: 1.5;
}

.day-section .teams-played {
  margin-left: 0;
  padding-left: 0;
}

.player-card {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(11, 31, 58, 0.1);
}

.player-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.player-photo {
  width: 80px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.player-info {
  flex: 1;
}

.player-info p {
  margin: 0 0 0.5rem;
}

.calendar-info__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.calendar-events {
  margin-top: 0.75rem;
  padding-top: 0.5rem;
}

.calendar-events__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: auto !important;
}

.calendar-events__item {
  padding: 0;
  background: #fff;
  height: auto !important;
}

.calendar-events__item h5 {
  margin: 0 0 0.15rem;
  font-size: 0.9rem;
}

.section-article {
  padding-top: 0 !important;
  margin-top: 0;
}

.section-article .article-block {
  padding: 0;
  margin: 0;
  background: #fff;
  line-height: 1.35;
}

.section-article .article-block > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.section-article .article-block p {
  margin: 0 0 1.5rem;
}

.section-article .article-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid__slider,
  .hero-section__content {
    grid-column: span 2;
  }

  .hero-slider__viewport {
    width: 100%;
  }
}

/* Blog styles */
.blog-section {
  padding: 0 5vw;
}

.blog-list {
  display: grid;
  gap: 0;
  margin-top: 0;
}

.blog-card {
  display: flex;
  gap: 1.5rem;
  padding: 0 0 1rem;
}

.blog-card__image {
  flex: 0 0 280px;
  width: 280px;
  height: 200px;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #e7e9ee;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.blog-card__date {
  font-size: 0.85rem;
  color: rgba(11, 31, 58, 0.6);
}

.blog-card__title a {
  color: #0b1f3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-card__title a:hover {
  color: #0057b8;
}

.blog-card__excerpt {
  display: inline;
  margin: 0;
  color: rgba(11, 31, 58, 0.8);
  line-height: 1.6;
}

.blog-card__meta {
  display: inline;
}

.blog-card__author {
  font-size: 0.9rem;
  color: rgba(11, 31, 58, 0.7);
}

.blog-card__read-more {
  color: #0057b8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.blog-card__read-more:hover {
  color: #0b1f3a;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.5rem 0;
}

.pagination__numbers {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pagination__link,
.pagination__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #0b1f3a;
  font-weight: 600;
  transition: all 0.2s ease;
  background: #f4f5f7;
}

.pagination__link:hover,
.pagination__number:hover {
  background: #e7e9ee;
  color: #0057b8;
}

.pagination__number--active {
  background: #0057b8;
  color: #fff;
}

.pagination__number--active:hover {
  background: #0057b8;
  color: #fff;
}

.pagination__link--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination__ellipsis {
  padding: 0 0.5rem;
  color: rgba(11, 31, 58, 0.5);
}

/* Article page */
.article-section {
  padding: 0 5vw;
}

.article-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.article-sidebar {
  flex: 0 0 250px;
  position: sticky;
  top: 120px;
}

.article-nav h4 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #0b1f3a;
}

.article-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-nav__item {
  margin-bottom: 0;
}

.article-nav__item a {
  display: block;
  padding: 0;
  color: #0057b8;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.6;
  cursor: pointer;
}

.article-nav__item a::before {
  content: '▸ ';
}

.article-nav__item a:hover {
  color: #0b1f3a;
  text-decoration: underline;
}

.article-nav__item.is-active a {
  font-weight: 700;
  color: #0057b8;
}

.article-full {
  flex: 1;
  background: #fff;
  overflow: hidden;
}

.article-full__header {
  padding: 0;
}

.article-full__back {
  display: inline-block;
  margin-bottom: 1rem;
  color: #0057b8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.article-full__back:hover {
  color: #0b1f3a;
}

.article-full__date {
  display: block;
  font-size: 0.9rem;
  color: rgba(11, 31, 58, 0.6);
  margin-bottom: 0.5rem;
}

.article-full__title {
}

.article-full__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: rgba(11, 31, 58, 0.7);
}

.article-full__image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #e7e9ee;
}

.article-full__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-full__content {
  padding: 0;
  line-height: 1.5;
  color: rgba(11, 31, 58, 0.9);
}

.article-full__content h3 {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  color: #0b1f3a;
}

.article-full__content p {
  margin: 0 0 1.5rem;
}

.article-full__content p:last-child {
  margin-bottom: 0;
}

.article-full__footer {
  padding: 2rem;
  border-top: 1px solid rgba(11, 31, 58, 0.1);
}

.article-full__back-link {
  display: inline-block;
  color: #0057b8;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.article-full__back-link:hover {
  color: #0b1f3a;
}

/* Сторінка команди */
.team-page {
  padding: 2rem 5vw;
  max-width: 1200px;
  margin: 0 auto;
}

.team-page__header {
  margin-bottom: 2rem;
}

.team-page__back-btn {
  display: inline-block;
  margin-bottom: 1rem;
  color: #0057b8;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.team-page__back-btn:hover {
  color: #0b1f3a;
}

.team-page__title {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0b1f3a;
}

.team-page__meta {
  display: flex;
  gap: 2rem;
  font-size: 1rem;
  color: rgba(11, 31, 58, 0.7);
}

.team-page__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin-top: 2rem;
}

.team-page__photo {
  width: 100%;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
  background: #e7e9ee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-page__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-page__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.team-page__description h2,
.team-page__statistics h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #0b1f3a;
}

.team-page__description p {
  margin: 0;
  line-height: 1.8;
  color: rgba(11, 31, 58, 0.9);
}

.team-stat-block {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f2f3f5;
  border-radius: 0.75rem;
}

.team-stat-block h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: #0b1f3a;
}

.team-stat-block ul {
  margin: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.team-stat-block li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: rgba(11, 31, 58, 0.9);
}

.team-page__not-found {
  text-align: center;
  padding: 4rem 2rem;
}

.team-page__not-found h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
  color: #0b1f3a;
}

.team-page__not-found p {
  margin: 0 0 2rem;
  color: rgba(11, 31, 58, 0.7);
}

.teams-card__link {
  color: #0b1f3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.teams-card__link:hover {
  color: #0057b8;
}

/* Текстовий список команд */
.teams-text-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
}

.teams-text-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.teams-text-item__name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.teams-text-item__name a {
  color: #0b1f3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.teams-text-item__name a:hover {
  color: #0057b8;
}

.teams-text-item__stats {
  margin: 0;
  padding-left: 1.25rem;
  list-style-type: disc;
  color: rgba(11, 31, 58, 0.8);
  font-size: 0.95rem;
  line-height: 1.35;
}

.teams-text-item__stats li {
  margin-bottom: 0;
}

.teams-text-item__tournaments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tournament-item {
  margin-bottom: 0;
}

.tournament-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.95rem;
  color: #0057b8;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: color 0.2s ease;
}

.tournament-btn:hover {
  color: #0b1f3a;
  text-decoration: underline;
}

.tournament-btn.is-open {
  font-weight: 700;
}

.tournament-btn::before {
  content: '▸ ';
  display: inline;
  transition: transform 0.2s ease;
}

.tournament-btn.is-open::before {
  content: '▾ ';
}

.tournament-stats {
  margin: 0.25rem 0 0.5rem 1rem;
  padding: 0.5rem 1rem;
  background: #f4f5f7;
  border-left: 3px solid #0057b8;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 0.9rem;
  color: rgba(11, 31, 58, 0.85);
  line-height: 1.35;
}

.tournament-stats p {
  margin: 0 0 0.35rem;
}

.tournament-stats p:last-child {
  margin-bottom: 0;
}

.tournament-stats h4 {
  margin: 0.5rem 0 0.25rem;
  font-size: 1rem;
  color: #0b1f3a;
}

.tournament-stats ul {
  margin: 0.25rem 0;
  padding-left: 1.25rem;
}

.tournament-stats li {
  margin-bottom: 0.1rem;
}

.tournament-btn.has-stats {
  color: #0057b8;
  font-weight: 600;
}

@media (max-width: 768px) {
  .blog-card {
    flex-direction: column;
  }

  .blog-card__image {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
  }

  .pagination {
    flex-wrap: wrap;
  }


  .team-page__content {
    grid-template-columns: 1fr;
  }

  .team-page__photo {
    height: 300px;
  }

  .team-page__title {
    font-size: 1.75rem;
  }

  .team-page__meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.site-footer {
  padding: 0.5rem 5vw;
  text-align: center;
  background: #fff;
  color: #0b1f3a;
  font-size: 0.85rem;
  border-top: 1px solid rgba(11, 31, 58, 0.1);
}

