* {
  box-sizing: border-box;
}

:root {
  --bg: #08100a;
  --bg-deep: #060b07;
  --panel: rgba(14, 21, 16, 0.86);
  --panel-2: rgba(20, 29, 22, 0.92);
  --text: #f2f6f1;
  --muted: #aab6ab;
  --line: rgba(110, 138, 115, 0.18);
  --accent: #b7f07c;
  --accent-soft: #8dbf57;
  --accent-deep: #6f9348;
  --max-width: 1320px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(61, 108, 73, 0.16), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, #09110b 40%, var(--bg-deep) 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

code {
  padding: 0.08em 0.35em;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel-2);
  color: #deebdd;
}

.container {
  width: min(calc(100% - 32px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 12, 8, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.brand-main {
  font-weight: 800;
  font-size: 1.06rem;
  letter-spacing: 0.08em;
}

.brand-sub {
  margin-top: 6px;
  color: var(--accent-soft);
  font-size: 0.66rem;
  letter-spacing: 0.28em;
}

.nav {
  display: flex;
  gap: 24px;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a:hover,
.nav a.active {
  color: var(--text);
}

.hero-banner {
  position: relative;
  width: 100%;
  min-height: clamp(430px, 66vh, 760px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0c130d;
}

.hero-banner-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(6, 11, 7, 0.35), rgba(6, 11, 7, 0.35)),
    url("../images/site/hero-football.jpg");
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.hero-banner-overlay {
  position: relative;
  z-index: 1;
  min-height: clamp(430px, 66vh, 760px);
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(5, 8, 5, 0.12) 0%, rgba(5, 8, 5, 0.25) 44%, rgba(5, 8, 5, 0.88) 100%);
}

.hero-banner-content {
  padding: 90px 0 64px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-text,
.lead {
  max-width: 760px;
  color: #d7dfd5;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.matches-section {
  padding-top: 24px;
}

.section-heading {
  margin: 36px 0 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-intro {
  max-width: 780px;
  margin-bottom: 28px;
  color: var(--muted);
}

.filters {
  margin-bottom: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.filter-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.filter-field select {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(9, 14, 10, 0.85);
  color: var(--text);
}

.filter-reset {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(183, 240, 124, 0.20);
  border-radius: 6px;
  background: rgba(183, 240, 124, 0.06);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
}

.filter-reset:hover {
  background: rgba(183, 240, 124, 0.12);
}

.results-meta {
  min-height: 26px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.84rem;
}

.matches-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 72px;
}

.match-card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
}

.match-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(183,240,124,0.08), rgba(255,255,255,0)),
    #141b15;
}

.match-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(5, 8, 5, 0), rgba(5, 8, 5, 0.30));
}

.match-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.match-card:hover .match-cover img {
  transform: scale(1.02);
}

.cover-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #7b8c7a;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.match-card-body {
  padding: 22px;
}

.match-card-topline {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--accent-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.match-card h3 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.match-score {
  color: #dfebd6;
}

.match-button {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

.match-button:hover {
  text-decoration: underline;
}

.empty-state {
  padding: 40px 0 80px;
  color: var(--muted);
}

.match-page {
  min-height: calc(100vh - 160px);
}

.match-header {
  padding: 64px 0 34px;
}

.back-link {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--muted);
  text-decoration: none;
}

.back-link:hover {
  color: var(--text);
}

.match-meta {
  margin-bottom: 10px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
}

.match-header h1 {
  max-width: 1050px;
  font-size: clamp(2.3rem, 6vw, 5.2rem);
}

.match-details {
  color: var(--muted);
}


.gallery-actions {
  margin: 0 0 18px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.gallery-actions-copy {
  min-width: 0;
}

.gallery-actions-label {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-actions-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.ente-album-button {
  flex: 0 0 auto;
  padding: 12px 17px;
  border: 1px solid rgba(183, 240, 124, 0.30);
  border-radius: 6px;
  background: rgba(183, 240, 124, 0.10);
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.ente-album-button:hover {
  background: rgba(183, 240, 124, 0.17);
  border-color: rgba(183, 240, 124, 0.46);
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .gallery-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .ente-album-button {
    width: 100%;
    text-align: center;
  }
}

.gallery-wrap {
  margin-bottom: 72px;
  width: 100%;
  height: min(78vh, 900px);
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.gallery-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


.about-banner {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 52vh, 620px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0c130d;
}

.about-banner-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(6, 11, 7, 0.28), rgba(6, 11, 7, 0.36)),
    url("../images/site/bg-goal.jpg");
  background-size: cover;
  background-position: center 46%;
  transform: scale(1.01);
}

.about-banner-overlay {
  position: relative;
  z-index: 1;
  min-height: clamp(360px, 52vh, 620px);
  display: flex;
  align-items: end;
  background:
    linear-gradient(
      180deg,
      rgba(5, 8, 5, 0.06) 0%,
      rgba(5, 8, 5, 0.20) 45%,
      rgba(5, 8, 5, 0.88) 100%
    );
}

.about-banner-content {
  padding: 72px 0 52px;
}

.about-banner-content h1 {
  max-width: 900px;
  margin-bottom: 18px;
}

.about-banner-content .hero-text {
  max-width: 720px;
  margin-bottom: 0;
}

.about-content {
  padding-top: 64px;
}

.about-hero {
  padding: 0 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.7fr);
  gap: 72px;
  align-items: start;
}

.about-hero h1 {
  max-width: 950px;
}

.about-hero h2 {
  margin-bottom: 22px;
}

.about-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #c7d0c6;
}

.profile-card {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.profile-photo {
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--panel-2);
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.profile-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #7d897c;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.profile-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-actions {
  margin: 28px 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.contact-item {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.contact-label,
.contact-value {
  display: block;
}

.contact-label {
  margin-bottom: 5px;
  color: var(--accent-soft);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.contact-value {
  font-weight: 700;
}

.social-links {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.social-link {
  padding: 13px 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  background: rgba(14, 21, 16, 0.74);
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

.social-link span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.social-link:hover {
  background: rgba(18, 28, 20, 0.9);
}

.placeholder-link {
  cursor: default;
}

.about-section {
  padding: 24px 0 72px;
}

.gear-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gear-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.gear-image {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(48, 68, 50, 0.92) 0, rgba(20, 26, 21, 1) 60%, rgba(14, 18, 15, 1) 100%);
  border-bottom: 1px solid var(--line);
}

.gear-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gear-image-placeholder {
  padding: 20px;
  color: #9aaa92;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  font-weight: 700;
}

.gear-content {
  padding: 24px;
}

.gear-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.gear-type {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.text-panel {
  max-width: 860px;
  padding: 34px;
  border-left: 2px solid var(--accent);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.text-panel p:last-child {
  margin-bottom: 0;
  color: #c7d0c6;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
  background: rgba(6, 10, 7, 0.6);
  backdrop-filter: blur(8px);
}

.footer-inner {
  min-height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

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

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

@media (max-width: 820px) {
  .about-banner-content {
    padding: 58px 0 42px;
  }

  .about-banner-image {
    background-position: 42% center;
  }
  .matches-grid,
  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero {
    gap: 36px;
  }

  .profile-card {
    max-width: 420px;
  }

  .gallery-wrap {
    min-height: 520px;
    height: 72vh;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .hero-banner-content {
    padding: 72px 0 50px;
  }
}

@media (max-width: 620px) {
  .filters,
  .gear-grid,
  .contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .about-banner,
  .about-banner-overlay {
    min-height: 360px;
  }

  .about-banner-content {
    padding: 48px 0 36px;
  }
  .container {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand-main {
    font-size: 0.86rem;
  }

  .brand-sub {
    font-size: 0.56rem;
  }

  .nav {
    gap: 14px;
  }

  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .matches-grid {
    gap: 18px;
  }

  .match-card-body,
  .gear-content,
  .text-panel {
    padding: 20px;
  }

  .gallery-wrap {
    min-height: 440px;
  }

  .hero-banner {
    min-height: 400px;
  }

  .hero-banner-overlay {
    min-height: 400px;
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }
}


.contact-link {
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.contact-link:hover {
  border-color: rgba(183, 240, 124, 0.34);
  background: rgba(183, 240, 124, 0.06);
  transform: translateY(-1px);
}

.social-links-single {
  grid-template-columns: minmax(0, 360px);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(8px);
}

.info-card h3 {
  max-width: 460px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.info-card p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.info-card a {
  color: var(--accent);
  text-decoration: none;
}

.info-card a:hover {
  text-decoration: underline;
}

.info-number {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--accent-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

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