:root {
  --navy-950: #020b20;
  --navy-900: #031742;
  --navy-800: #08275f;
  --navy-700: #103875;
  --yellow: #ffd21a;
  --yellow-deep: #f5be00;
  --cream: #f7f4ec;
  --paper: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: #dfe4ec;
  --shadow: 0 24px 70px rgba(3, 23, 66, 0.13);
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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 {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 16px;
  color: var(--navy-900);
  background: var(--yellow);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  padding: 110px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--navy-700);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 3px;
  background: var(--yellow);
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow.centered {
  justify-content: center;
}

.section-heading h2,
.section-copy h2,
.chairman-message h2,
.supporters-copy h2,
.support-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(2.55rem, 5.2vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.97;
  text-transform: uppercase;
}

h2 em,
h1 em {
  color: var(--yellow-deep);
  font-style: normal;
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered > p:last-child {
  margin-inline: auto;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 2px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--navy-900);
  background: var(--yellow);
  box-shadow: 0 14px 34px rgba(255, 210, 26, 0.22);
}

.button-primary:hover {
  background: #ffe05a;
  box-shadow: 0 18px 40px rgba(255, 210, 26, 0.3);
}

.button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.14);
}

.button-dark {
  color: white;
  background: var(--navy-900);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-900);
  font-weight: 850;
}

.text-link span {
  color: var(--yellow-deep);
  font-size: 1.35rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.scrolled {
  background: rgba(3, 23, 66, 0.97);
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 62px;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--yellow);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}

.main-nav a {
  position: relative;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav .nav-cta {
  padding: 11px 16px;
  color: var(--navy-900);
  background: var(--yellow);
}

.menu-toggle {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  display: flex;
  min-height: 790px;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--navy-900) url("/assets/team-main.webp") center 44% / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 11, 32, 0.98) 0%, rgba(3, 23, 66, 0.9) 42%, rgba(3, 23, 66, 0.22) 75%, rgba(3, 23, 66, 0.05) 100%),
    linear-gradient(0deg, rgba(2, 11, 32, 0.7) 0%, transparent 40%);
  content: "";
}

.hero::after {
  position: absolute;
  right: -7vw;
  bottom: -170px;
  z-index: 2;
  width: 46vw;
  height: 290px;
  background: var(--yellow);
  content: "";
  opacity: 0.92;
  transform: rotate(-7deg);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.15;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 60px;
  padding-top: 90px;
}

.hero-copy {
  max-width: 790px;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(4.1rem, 7.6vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
}

.hero h1 em {
  display: inline-block;
  margin-top: 12px;
}

.hero-intro {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.27rem);
  line-height: 1.6;
}

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

.hero-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  margin-bottom: 54px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(2, 11, 32, 0.65);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.hero-badge img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.hero-badge div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.hero-badge span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-badge strong {
  font-size: 1.05rem;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  width: 24px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.scroll-cue i::after {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 4px;
  background: var(--yellow);
  content: "";
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease infinite;
}

@keyframes scrollDot {
  0%, 100% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  70% { opacity: 1; transform: translate(-50%, 12px); }
}

/* Quick facts */

.quick-facts {
  position: relative;
  z-index: 5;
  color: white;
  background: var(--navy-900);
}

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

.fact-grid article {
  display: flex;
  min-height: 130px;
  align-items: center;
  gap: 18px;
  padding: 28px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.fact-grid article:last-child {
  border-right: 0;
}

.fact-grid article > span {
  color: var(--yellow);
  font-family: Impact, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  opacity: 0.35;
}

.fact-grid article div {
  display: flex;
  flex-direction: column;
}

.fact-grid small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fact-grid strong {
  margin-top: 4px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* Story */

.story-section {
  background: var(--cream);
}

.story-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(55px, 7vw, 95px);
}

.story-visual {
  position: relative;
  padding: 24px 24px 0 0;
}

.story-visual::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 78%;
  background: var(--yellow);
  content: "";
}

.image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.image-frame-wide {
  height: 460px;
}

.story-stamp {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  min-width: 300px;
  padding: 20px 28px;
  margin: -48px 0 0 35px;
  color: white;
  background: var(--navy-900);
  box-shadow: 0 18px 45px rgba(3, 23, 66, 0.2);
}

.story-stamp strong {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.34rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.story-stamp span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-copy .lead,
.supporters-copy .lead {
  margin: 28px 0 14px;
  color: var(--navy-900);
  font-size: 1.22rem;
  font-weight: 750;
  line-height: 1.55;
}

.section-copy > p:not(.eyebrow):not(.lead) {
  color: #4e596b;
}

.section-copy blockquote {
  padding: 8px 0 8px 20px;
  margin: 27px 0 0;
  color: var(--navy-900);
  border-left: 4px solid var(--yellow);
  font-family: Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 700;
}

/* Purpose */

.purpose-section {
  position: relative;
  overflow: hidden;
}

.purpose-section::before {
  position: absolute;
  top: 130px;
  right: -90px;
  width: 250px;
  height: 250px;
  border: 55px solid rgba(255, 210, 26, 0.16);
  border-radius: 50%;
  content: "";
}

.purpose-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.purpose-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.purpose-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.purpose-card.featured {
  color: white;
  border-color: var(--navy-900);
  background: var(--navy-900);
}

.purpose-number {
  display: block;
  color: var(--yellow-deep);
  font-family: Impact, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.purpose-card h3 {
  margin: 70px 0 14px;
  color: var(--navy-900);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

.purpose-card.featured h3 {
  color: white;
}

.purpose-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.purpose-card.featured p {
  color: rgba(255, 255, 255, 0.7);
}

.purpose-card::after {
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 130px;
  height: 130px;
  border: 22px solid var(--yellow);
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.values-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin-top: 36px;
}

.values-row span {
  padding: 9px 17px;
  color: var(--navy-700);
  border: 1px solid #dbe2ed;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Chairman */

.chairman-section {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  color: white;
  background: var(--navy-950);
}

.chairman-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 90px 90px;
  content: "";
  mask-image: linear-gradient(to left, black, transparent);
}

.chairman-grid {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(45px, 7vw, 100px);
}

.chairman-portrait {
  position: relative;
  min-height: 660px;
  align-self: stretch;
}

.chairman-portrait > img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.portrait-halo {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  z-index: 1;
  width: 410px;
  height: 410px;
  margin: auto;
  border: 70px solid rgba(255, 210, 26, 0.15);
  border-radius: 50%;
}

.portrait-caption {
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  padding: 17px 22px;
  color: var(--navy-900);
  background: var(--yellow);
}

.portrait-caption strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.portrait-caption span {
  color: rgba(3, 23, 66, 0.7);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.chairman-message {
  align-self: center;
  padding: 20px 0 105px;
}

.chairman-message h2 {
  color: white;
}

.chairman-message > p:not(.eyebrow) {
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.signature {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.signature strong {
  color: var(--yellow);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
}

.signature span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Team */

.team-section {
  background: var(--cream);
}

.team-heading-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 380px;
  gap: 80px;
}

.team-feature {
  position: relative;
  height: 330px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.team-feature::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(3, 23, 66, 0.6));
  content: "";
}

.team-feature img {
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.squad-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
  margin-top: 60px;
}

.player-card {
  min-height: 215px;
  padding: 24px 20px;
  border: 1px solid var(--line);
  background: white;
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.player-card:hover {
  color: white;
  background: var(--navy-900);
  transform: translateY(-5px);
}

.player-card > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--navy-900);
  border-radius: 50%;
  background: var(--yellow);
  font-family: Impact, sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
}

.player-card h3 {
  margin: 44px 0 6px;
  color: var(--navy-900);
  font-size: 0.94rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.player-card:hover h3 {
  color: white;
}

.player-card small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.player-card:hover small {
  color: rgba(255, 255, 255, 0.55);
}

.team-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}

/* Updates */

.updates-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy-900);
}

.updates-section::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(3,23,66,.9), rgba(3,23,66,.96)), url("/assets/huddle-team.webp") center 42% / cover;
  content: "";
  filter: grayscale(0.4);
}

.updates-section .shell {
  position: relative;
}

.updates-section .section-heading h2 {
  color: white;
}

.updates-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.65);
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 58px;
}

.update-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 200ms ease, background 200ms ease;
}

.update-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
}

.update-card > span {
  display: inline-block;
  padding: 6px 10px;
  color: var(--navy-900);
  background: var(--yellow);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.update-card h3 {
  margin: 47px 0 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.update-card strong {
  display: block;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.update-card p {
  max-width: 290px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}

/* News */

.news-section {
  background: var(--cream);
}

.news-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}

.news-coming-soon {
  overflow: hidden;
  border-top: 6px solid var(--yellow);
  background: white;
  box-shadow: var(--shadow);
}

.news-status {
  padding: clamp(30px, 5vw, 54px);
}

.news-status > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--yellow-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-status h3 {
  margin: 0;
  color: var(--navy-950);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.news-status p {
  margin: 18px 0 24px;
  color: var(--muted);
}

.news-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: var(--navy-950);
}

.news-topics span {
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Gallery */

.gallery-section {
  background: white;
}

.gallery-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}

.gallery-heading-row > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 250px;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--navy-900);
  cursor: zoom-in;
}

.gallery-item.gallery-large {
  grid-column: span 8;
}

.gallery-item.gallery-tall {
  grid-row: span 2;
}

.gallery-item.gallery-wide {
  grid-column: span 8;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, opacity 500ms ease;
}

.gallery-item:hover img {
  opacity: 0.78;
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  right: 20px;
  bottom: 16px;
  left: 20px;
  z-index: 1;
  color: white;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.gallery-item::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(2, 11, 32, 0.75));
  content: "";
}

/* Supporters */

.supporters-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy-950);
}

.supporters-section::after {
  position: absolute;
  top: -160px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 85px solid rgba(255, 210, 26, 0.1);
  border-radius: 50%;
  content: "";
}

.supporters-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 8vw, 120px);
}

.supporters-copy h2 {
  color: white;
}

.supporters-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.supporters-copy .lead {
  color: white;
}

.supporters-copy .button {
  margin-top: 22px;
}

.fan-photos {
  position: relative;
  min-height: 550px;
}

.fan-photos figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.fan-photos img {
  height: 100%;
  object-fit: cover;
}

.fan-photo-one {
  top: 0;
  right: 0;
  width: 76%;
  height: 365px;
}

.fan-photo-two {
  bottom: 0;
  left: 0;
  width: 70%;
  height: 320px;
  border: 9px solid var(--navy-950);
}

.fan-note {
  position: absolute;
  right: 12px;
  bottom: 42px;
  padding: 12px 15px;
  color: var(--navy-900);
  background: var(--yellow);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Support CTA */

.support-cta {
  background: var(--yellow);
}

.support-cta-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 510px;
  background: white;
  box-shadow: var(--shadow);
}

.support-image {
  min-height: 440px;
}

.support-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.support-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 6vw, 80px);
}

.support-copy > p:not(.eyebrow) {
  margin: 19px 0 0;
  color: var(--muted);
}

.support-needs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.support-need {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.support-need:last-child {
  grid-column: 1 / -1;
}

.support-need span {
  flex: 0 0 auto;
  color: var(--navy-700);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.support-need strong {
  color: var(--navy-950);
  font-size: 0.73rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
  margin-top: 30px;
}

/* Contact */

.contact-section {
  background: var(--cream);
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 8vw, 110px);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

.contact-list > a,
.contact-list > div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #d9dee6;
}

.contact-list > a:hover strong {
  color: var(--navy-700);
}

.contact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--navy-900);
  background: var(--yellow);
  font-family: Impact, sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.contact-list div div,
.contact-list a div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.contact-list small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list strong {
  overflow-wrap: anywhere;
  color: var(--navy-900);
  font-size: 0.94rem;
  transition: color 180ms ease;
}

.contact-form {
  padding: clamp(32px, 5vw, 58px);
  background: white;
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 30px;
}

.form-heading small {
  color: var(--navy-700);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 4px 0 0;
  color: var(--navy-900);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-top: 19px;
  color: var(--navy-900);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid #cfd6e1;
  border-radius: 0;
  outline: none;
  background: #fafbfc;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--navy-700);
  box-shadow: 0 0 0 3px rgba(8, 39, 95, 0.1);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  margin-top: 24px;
  border: 0;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.form-status.success {
  color: #18794e;
  font-weight: 700;
}

.form-status.error,
.form-status.error a {
  color: #b42318;
  font-weight: 700;
}

/* Footer */

.site-footer {
  color: white;
  background: var(--navy-950);
}

.footer-main {
  display: grid;
  align-items: center;
  grid-template-columns: 1.25fr 0.8fr 0.95fr;
  gap: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.footer-brand div,
.footer-contact,
.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-brand span {
  max-width: 260px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.74rem;
}

.footer-links {
  gap: 8px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.78rem;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--yellow);
}

.footer-contact {
  gap: 8px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.36);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Floating actions and lightbox */

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 800;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: white;
  border: 3px solid white;
  border-radius: 50%;
  background: #20b95a;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-float span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  padding: 60px;
  place-items: center;
  visibility: hidden;
  background: rgba(2, 11, 32, 0.93);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.lightbox.open {
  visibility: visible;
  opacity: 1;
}

.lightbox img {
  width: auto;
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 100px);
  object-fit: contain;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 26px;
  width: 46px;
  height: 46px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/* Motion */

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.js .reveal.delay-one {
  transition-delay: 100ms;
}

.js .reveal.delay-two {
  transition-delay: 190ms;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */

@media (max-width: 1080px) {
  .brand {
    min-width: auto;
  }

  .brand-copy {
    display: flex;
  }

  .brand-copy strong {
    font-size: 1.02rem;
  }

  .brand-copy small {
    font-size: 0.55rem;
  }

  .main-nav {
    gap: 18px;
  }

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

  .story-grid {
    gap: 55px;
  }

  .chairman-grid {
    gap: 50px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 34px, 720px);
  }

  .section {
    padding: 84px 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle > span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    width: 100%;
    height: 100dvh;
    min-height: 100vh;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 110px 34px 50px;
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    background: var(--navy-950);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .main-nav a {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Arial Narrow", Impact, sans-serif;
    font-size: 1.65rem;
    letter-spacing: 0;
  }

  .main-nav a:not(.nav-cta)::after {
    display: none;
  }

  .main-nav .nav-cta {
    width: auto;
    padding: 14px 20px;
    margin-top: 14px;
    border: 0;
    font-family: inherit;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
  }

  .hero {
    min-height: 760px;
    background-position: 59% center;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(2, 11, 32, 0.97) 0%, rgba(3, 23, 66, 0.84) 64%, rgba(3, 23, 66, 0.4) 100%);
  }

  .hero-content {
    display: block;
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-badge {
    display: none;
  }

  .fact-grid article {
    padding: 24px 18px;
  }

  .fact-grid article > span {
    display: none;
  }

  .story-grid,
  .chairman-grid,
  .supporters-grid,
  .support-cta-grid,
  .news-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    gap: 65px;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .purpose-card {
    min-height: 250px;
  }

  .purpose-card h3 {
    margin-top: 42px;
  }

  .chairman-grid {
    gap: 0;
  }

  .chairman-portrait {
    min-height: 630px;
    order: 2;
  }

  .chairman-message {
    padding-bottom: 20px;
  }

  .team-heading-row {
    grid-template-columns: 1fr 280px;
    gap: 35px;
  }

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

  .updates-grid {
    grid-template-columns: 1fr;
  }

  .update-card {
    min-height: 250px;
  }

  .update-card h3 {
    margin-top: 35px;
  }

  .gallery-grid {
    grid-auto-rows: 230px;
  }

  .gallery-item,
  .gallery-item.gallery-large,
  .gallery-item.gallery-wide {
    grid-column: span 6;
  }

  .fan-photos {
    min-height: 610px;
  }

  .fan-photo-one {
    width: 77%;
    height: 400px;
  }

  .fan-photo-two {
    width: 72%;
    height: 350px;
  }

  .support-cta-grid {
    min-height: 0;
  }

  .support-image {
    height: 390px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .hero {
    min-height: 720px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 15.5vw, 4.5rem);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .news-topics {
    grid-template-columns: 1fr;
  }

  .scroll-cue {
    display: none;
  }

  .quick-facts {
    padding: 15px 0;
  }

  .fact-grid {
    grid-template-columns: 1fr;
  }

  .fact-grid article {
    min-height: 74px;
    padding: 14px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .fact-grid article:last-child {
    border-bottom: 0;
  }

  .image-frame-wide {
    height: 310px;
  }

  .story-stamp {
    min-width: 0;
    width: calc(100% - 24px);
    padding: 16px 18px;
    margin: -30px 0 0 12px;
  }

  .purpose-card {
    padding: 28px;
  }

  .values-row {
    justify-content: flex-start;
  }

  .chairman-message h2,
  .section-heading h2,
  .section-copy h2,
  .supporters-copy h2,
  .support-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .chairman-portrait {
    min-height: 530px;
  }

  .portrait-halo {
    width: 310px;
    height: 310px;
    border-width: 48px;
  }

  .portrait-caption {
    right: 0;
    bottom: 18px;
    min-width: 190px;
  }

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

  .team-feature {
    height: 300px;
  }

  .squad-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .player-card {
    min-height: 190px;
    padding: 18px 15px;
  }

  .player-card h3 {
    margin-top: 34px;
    font-size: 0.83rem;
  }

  .gallery-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .gallery-grid {
    display: grid;
    grid-auto-rows: 280px;
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.gallery-large,
  .gallery-item.gallery-wide,
  .gallery-item.gallery-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .fan-photos {
    min-height: 500px;
  }

  .fan-photo-one {
    width: 88%;
    height: 315px;
  }

  .fan-photo-two {
    width: 84%;
    height: 280px;
  }

  .fan-note {
    right: 0;
    bottom: 18px;
  }

  .support-image {
    height: 300px;
  }

  .support-copy {
    padding: 38px 24px;
  }

  .support-needs {
    grid-template-columns: 1fr;
  }

  .support-need:last-child {
    grid-column: auto;
  }

  .support-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px;
  }

  .lightbox {
    padding: 50px 14px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
