﻿@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;700;900&family=JetBrains+Mono:wght@700&display=swap");

:root {
  --pitch: #07080a;
  --surface: #111317;
  --stadium: #1e2228;
  --stadium-high: #282a2e;
  --line: #333942;
  --text: #e2e2e8;
  --muted: #b9a7a4;
  --red: #e61919;
  --red-hot: #ff2e2e;
  --red-soft: #ffb4aa;
  --blue: #5cd6ff;
  --white: #ffffff;
  --green: #46d39a;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(92, 214, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 8% 18%, rgba(230, 25, 25, 0.12), transparent 30rem),
    var(--pitch);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

[hidden] {
  display: none !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--pitch);
  background: var(--blue);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: rgba(7, 8, 10, 0.94);
  border-bottom: 2px solid var(--stadium-high);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--white);
  text-decoration: none;
}

.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: transparent;
}

.brand strong {
  display: block;
  color: var(--red-soft);
  font-family: Anton, Impact, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  display: block;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 24px);
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.62rem, 0.72vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--blue);
  border-bottom-color: var(--blue);
  text-shadow: 0 0 14px rgba(92, 214, 255, 0.55);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--pitch);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: calc(100dvh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--pitch);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) brightness(0.98) saturate(1.08);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.72) 0%, rgba(7, 8, 10, 0.44) 46%, rgba(7, 8, 10, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.04) 0%, rgba(7, 8, 10, 0.78) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 96px;
}

.club-slogan {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.club-slogan::before {
  content: "";
  width: 48px;
  height: 3px;
  background: var(--red-hot);
}

.hero h1 {
  max-width: 840px;
  margin: 0;
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3.4rem, 7vw, 7.25rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 2px solid transparent;
  border-radius: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 1.14rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 0 22px rgba(230, 25, 25, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-hot);
  box-shadow: 0 0 30px rgba(255, 46, 46, 0.38);
}

.button-secondary,
.button-light {
  color: var(--blue);
  background: transparent;
  border-color: var(--blue);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-light:hover,
.button-light:focus-visible {
  color: var(--pitch);
  background: var(--blue);
  box-shadow: 0 0 24px rgba(92, 214, 255, 0.32);
}

.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.74;
}

.families-section {
  height: calc(100dvh - 74px);
  min-height: 760px;
  display: grid;
  align-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background:
    radial-gradient(circle at 0% 20%, rgba(230, 25, 25, 0.16), transparent 28rem),
    radial-gradient(circle at 100% 0%, rgba(92, 214, 255, 0.12), transparent 26rem),
    var(--pitch);
}

.families-section .section-intro {
  margin-bottom: 44px;
}

.family-dock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0;
  border-top: 2px solid var(--blue);
  background: var(--stadium);
}

.family-dock a {
  min-height: 168px;
  padding: 26px;
  color: var(--text);
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.family-dock a:hover,
.family-dock a:focus-visible {
  background: var(--red);
}

.family-dock span,
.family-dock strong,
.family-dock small {
  display: block;
}

.family-dock span {
  color: var(--blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
}

.family-dock strong {
  margin-top: 34px;
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.family-dock small {
  margin-top: 8px;
  color: var(--muted);
}

.family-dock a:hover span,
.family-dock a:hover small,
.family-dock a:focus-visible span,
.family-dock a:focus-visible small {
  color: var(--white);
}

.section {
  scroll-margin-top: 118px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
}

.section-intro {
  max-width: 820px;
  margin-bottom: 44px;
}

.section-label,
.featured-news time,
.news-card time,
.card-kicker,
.shop-card span {
  color: var(--blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

h2 span,
.section-intro h2::first-line {
  color: var(--white);
}

h3 {
  margin: 0;
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.section-intro p:not(.section-label) {
  color: var(--muted);
  font-size: 1.08rem;
}

.news-layout {
  min-height: calc(100dvh - 84px);
  margin-top: 0;
  border-top: 2px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  align-content: center;
  gap: 20px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.news-layout .section-intro {
  grid-column: 1 / -1;
  align-self: end;
  max-width: none;
  text-align: center;
}

.featured-news,
.news-card,
.card,
.sport-panel,
.people-grid article,
.action-card,
.contact-form {
  background: var(--stadium);
  border: 1px solid var(--line);
  border-radius: 0;
}

.featured-news {
  overflow: hidden;
  border-left: 4px solid var(--red-soft);
}

.featured-news img {
  width: 100%;
  height: clamp(210px, 28vh, 310px);
  object-fit: cover;
  display: block;
  opacity: 0.74;
  filter: grayscale(0.25) contrast(1.08);
}

.featured-news div,
.news-card,
.card,
.sport-panel,
.people-grid article,
.action-card,
.contact-form {
  padding: 24px;
}

.featured-news p,
.news-card p,
.card p,
.sport-panel p,
.people-grid p,
.action-card p {
  color: var(--muted);
}

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

.news-list-section {
  padding-top: 72px;
}

.news-card {
  border-left: 4px solid transparent;
}

.news-card:hover {
  border-left-color: var(--blue);
}

.news-empty {
  grid-column: 1 / -1;
}

.teams-section,
.info-grid-section,
.people-section,
.shop-section,
.sponsors-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  background: #0c0e12;
}

.teams-section {
  padding-top: 76px;
}

.teams-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--stadium);
  border: 2px solid var(--blue);
}

.teams-showcase img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.08);
}

.teams-showcase div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(135deg, rgba(230, 25, 25, 0.18), transparent),
    var(--stadium);
}

.teams-showcase strong {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.teams-showcase span {
  margin-top: 18px;
  color: var(--muted);
}

.section-button {
  width: fit-content;
  margin-top: 28px;
}

.team-filters,
.match-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-button,
.tab-button {
  min-height: 44px;
  padding: 10px 16px;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active,
.tab-button:hover,
.tab-button:focus-visible,
.tab-button.is-active {
  color: var(--pitch);
  background: var(--blue);
  border-color: var(--blue);
}

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

.card {
  position: relative;
  overflow: hidden;
  border-left: 4px solid var(--red-soft);
}

.card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.card div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.card dt {
  color: var(--muted);
  font-weight: 700;
}

.card dd {
  margin: 0;
  color: var(--white);
  font-weight: 900;
  text-align: right;
}

.category-card {
  min-height: 230px;
  display: grid;
  align-content: start;
}

.categories-section {
  padding-top: 76px;
}

.text-link {
  align-self: end;
  color: var(--blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.sport-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.info-grid-section {
  display: grid;
}

.sport-panel {
  border-top: 2px solid var(--blue);
}

.panel-note {
  margin: -6px 0 18px;
}

.match-source {
  width: 100%;
  min-height: 48px;
  margin-bottom: 20px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.schedule-card {
  min-width: 0;
  padding: 22px 18px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
}

.schedule-card-head {
  display: grid;
  gap: 10px;
  align-items: start;
  margin-bottom: 16px;
}

.schedule-card h4 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.2;
}

.schedule-card .status {
  justify-self: start;
  width: auto;
}

.session-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.session-list li {
  display: grid;
  grid-template-columns: minmax(92px, 0.8fr) minmax(118px, 1fr);
  gap: 6px 14px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.session-list strong {
  color: var(--blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.session-list span,
.session-list small {
  min-width: 0;
  color: var(--text);
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
}

.session-list small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.92rem;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
}

td {
  color: var(--text);
}

.status {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--white);
  background: var(--red);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.match-pane {
  display: none;
}

.match-pane.is-active {
  display: block;
}

.match-list {
  display: grid;
  gap: 12px;
}

.match-card {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
}

.match-card strong,
.match-card span,
.match-card p,
.match-card small {
  display: block;
}

.match-card p,
.match-card small {
  margin: 4px 0 0;
}

.match-card span,
.match-card small {
  color: var(--muted);
}

.empty-state {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
}

.club-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.club-copy > p:not(.section-label) {
  color: var(--muted);
  font-size: 1.05rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.values-grid article {
  padding: 20px;
  background: var(--stadium);
  border-left: 4px solid var(--blue);
}

.club-photo {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--line);
}

.club-photo img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  display: block;
  filter: grayscale(0.15) contrast(1.08);
}

.club-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(7, 8, 10, 0.86);
  border-top: 2px solid var(--red);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.people-grid article {
  border-top: 2px solid var(--red);
}

.people-grid ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.people-grid li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.people-grid li:last-child {
  border-bottom: 0;
}

.people-grid span {
  color: var(--muted);
  text-align: right;
}

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

#inscripciones.action-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.action-card {
  min-height: 430px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 36px;
  border: 2px solid var(--blue);
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0.28), rgba(7, 8, 10, 0.9)),
    url("assets/web/equipo-corriendo-juntos.jpg") center / cover;
}

.action-card-dark {
  border-color: var(--red);
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0.28), rgba(7, 8, 10, 0.9)),
    url("assets/web/equipo-femenino-pista.jpg") center / cover;
}

.kit-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  min-width: 190px;
}

.kit-actions .button {
  width: 100%;
  text-align: center;
}

.action-card-school {
  border-color: var(--blue);
}

.action-card-shop {
  border-color: var(--blue);
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0.3), rgba(7, 8, 10, 0.92)),
    url("assets/web/equipo-femenino-pista.jpg") center / cover;
}

.kit-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.contact-section {
  width: min(980px, calc(100% - 40px));
  padding-top: 76px;
}

.sponsors-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.sponsors-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  align-items: stretch;
}

.sponsor-logo-card {
  min-height: 130px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  padding: 14px;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.sponsor-logo-card[href]:hover,
.sponsor-logo-card[href]:focus-visible {
  box-shadow: none;
  outline: none;
  transform: translateY(-3px);
}

.sponsor-logo-card img {
  width: min(180px, 82vw);
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.sponsor-logo-card-large img {
  width: 210px;
  height: 94px;
}

.sponsor-placeholder {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list a {
  color: var(--blue);
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(20px, 5vw, 64px);
  color: var(--muted);
  background: var(--pitch);
  border-top: 2px solid var(--red-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--blue);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 46, 46, 0.9);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 46, 46, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 46, 46, 0);
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 73px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: var(--pitch);
    border: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .news-layout,
  .teams-showcase,
  .sport-info-grid,
  .club-section,
  .people-grid,
  .action-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .family-dock a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand strong {
    font-size: 1.2rem;
  }

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

  .brand small {
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 56px 0 76px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .session-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .section {
    width: calc(100% - 32px);
  }

  .families-section {
    height: auto;
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .family-dock strong {
    margin-top: 14px;
  }

  .cards-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .sponsors-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sponsor-logo-card {
    min-height: 116px;
    padding: 18px 10px;
  }

  .sponsor-logo-card img,
  .sponsor-logo-card-large img {
    width: min(230px, 76vw);
    max-width: 100%;
    height: 78px;
  }

  .section {
    padding: 70px 0;
  }

  .featured-news img,
  .teams-showcase img,
  .club-photo,
  .club-photo img {
    min-height: 320px;
  }

  .action-card {
    display: grid;
    min-height: 360px;
    padding: 28px;
  }

  .people-grid li,
  .contact-list p,
  .card div {
    display: block;
  }

  .people-grid span,
  .card dd {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 10px;
  }
}

