/* ═══════════════════════════════════════════
   V3 — SPORTY / DYNAMIC
   Nike-campaign inspired PCT FKT site
   ═══════════════════════════════════════════ */

/* ── LOCAL FONT FALLBACKS ── */
/* Loaded as fallback if Google Fonts is slow or blocked */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/bebas-neue-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/bebas-neue-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('assets/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('assets/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('assets/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('assets/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('assets/fonts/roboto-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('assets/fonts/roboto-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --black: #000000;
  --white: #FFFFFF;
  --orange: #FF6B2C;
  --orange-accent: #FF8C42;
  --dark-gray: #1A1A1A;
  --light-gray: #F0F0F0;
  --font-heading: 'Bebas Neue', 'Impact', sans-serif;
  --font-body: 'Roboto', 'Helvetica Neue', sans-serif;
}

/* ── SKIP LINK ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 10000;
  padding: 8px 16px;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 500;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}

/* ── RESET ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--dark-gray);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── REVEAL ANIMATIONS ── */
.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up {
  transform: translateY(60px);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-up.revealed,
.reveal-left.revealed,
.reveal-right.revealed {
  opacity: 1;
  transform: translate(0);
}

/* ══════════════════════════════
   NAVIGATION
   ══════════════════════════════ */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  transition: background 0.3s;
}

#navbar.scrolled {
  background: var(--black);
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 64px;
}

.nav-brand {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 2px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.85rem;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: var(--orange);
}

/* Language Toggle */
.lang-toggle {
  display: flex;
  background: var(--dark-gray);
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
}

.lang-btn {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  padding: 6px 14px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1px;
}

.lang-btn.active {
  background: var(--orange);
  color: var(--white);
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ══════════════════════════════
   HERO
   ══════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  bottom: -40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  background-image: image-set(
    url('assets/img/hero-running-snow.webp') type('image/webp'),
    url('assets/img/hero-running-snow.jpg') type('image/jpeg')
  );
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.4) 50%,
    rgba(0,0,0,0.85) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 20px 120px;
  color: var(--white);
}

.hero-label {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  letter-spacing: 8px;
  color: var(--orange);
  margin-bottom: 1rem;
}

/* Countdown */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-number {
  font-family: var(--font-heading);
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 2px;
  color: var(--white);
}

.countdown-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.6);
  margin-top: 0.25rem;
}

.countdown-sep {
  font-family: var(--font-heading);
  font-size: 5rem;
  color: var(--orange);
  line-height: 1;
  padding-bottom: 1.2rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 5rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hero-subtitle {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  letter-spacing: 6px;
  color: var(--orange);
  margin-bottom: 1rem;
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-tagline:last-of-type {
  margin-bottom: 2.5rem;
}

.hero-clip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 3;
}

/* ── BUTTON ── */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  letter-spacing: 3px;
  padding: 16px 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}

.btn-primary:hover {
  background: var(--orange-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,107,44,0.4);
}

.btn-lg {
  padding: 20px 48px;
  font-size: 1.2rem;
}

/* ══════════════════════════════
   SECTIONS (general)
   ══════════════════════════════ */
.section {
  padding: 100px 0;
  position: relative;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--orange);
  margin-top: 8px;
}

.section-title--white {
  color: var(--white);
}

/* ══════════════════════════════
   ABOUT
   ══════════════════════════════ */
.about {
  background: var(--white);
  padding-bottom: 60px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.about-image-wrap {
  position: relative;
}

.about-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-top: 1.5rem;
}

/* ── PALMARÈS — Grille ── */
.achievements {
  margin-top: 2rem;
}

.achievements-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
  color: var(--dark-gray);
}

.achiev-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.achiev-grid-card {
  flex: 0 1 calc(25% - 0.75rem);
  min-height: 110px;
  background: var(--dark-gray);
  color: var(--white);
  padding: 1.2rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
  transition: all 0.3s;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}

.achiev-grid-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,107,44,0.1) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.achiev-grid-card:hover {
  border-bottom-color: var(--orange);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(255,107,44,0.2);
}

.achiev-grid-card:hover::before {
  opacity: 1;
}

.achiev-grid-card--highlight {
  border-bottom-color: var(--orange);
}

.achiev-grid-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.achiev-grid-year {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  color: var(--orange);
  line-height: 1;
  letter-spacing: 2px;
  opacity: 0.9;
}

.achiev-grid-text {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
  position: relative;
}

.achiev-grid-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 3px;
  padding: 3px 10px;
  background: rgba(255,107,44,0.15);
  color: var(--orange);
  border: 1px solid rgba(255,107,44,0.3);
  position: relative;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .achiev-grid-card {
    flex: 0 1 100%;
  }
}


/* ══════════════════════════════
   PALMARÈS — PHOTOS HOVER
   ══════════════════════════════ */
.achiev-grid-card--has-photo {
  cursor: pointer;
  position: relative;
}

.achiev-grid-card--has-photo .achiev-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.achiev-grid-card--has-photo .achiev-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0;
  transition: opacity 0.5s ease;
  filter: brightness(0.4);
}

.achiev-grid-card--has-photo:hover .achiev-photo img {
  opacity: 1;
}

.achiev-grid-card--has-photo .achiev-grid-header,
.achiev-grid-card--has-photo .achiev-grid-text {
  position: relative;
  z-index: 1;
}


/* ══════════════════════════════
   LIGHTBOX
   ══════════════════════════════ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border: 3px solid var(--orange);
  transition: opacity 0.3s ease;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: var(--white);
  font-size: 3rem;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
  transition: color 0.3s;
}

.lightbox-close:hover {
  color: var(--orange);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--white);
  font-size: 4rem;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
  padding: 0 1rem;
  transition: color 0.3s;
  user-select: none;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  color: var(--orange);
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.lightbox-prev.hidden,
.lightbox-next.hidden {
  display: none;
}

.lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.6);
}

.lightbox-counter:empty {
  display: none;
}

/* ══════════════════════════════
   PROJECT
   ══════════════════════════════ */
.project {
  background: var(--dark-gray);
  padding: 140px 0 120px;
  color: var(--white);
}

.project-diagonal-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 56px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}


.project-subtitle {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  letter-spacing: 6px;
  color: var(--orange);
  margin-bottom: 3rem;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.stat-card {
  background: var(--black);
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  border-bottom: 4px solid var(--orange);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 5.5rem;
  color: var(--white);
  line-height: 1;
  display: block;
}

.stat-unit {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--orange);
  letter-spacing: 4px;
  display: block;
  margin-top: 0.25rem;
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

/* Project Text */
.project-text {
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.project-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}

/* Record Box */
.record-box {
  background: var(--black);
  border-left: 5px solid var(--orange);
  padding: 1.5rem 2.5rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2.5rem;
}

.record-label {
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 4px;
  color: var(--orange);
}

.record-value {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: var(--white);
}

.project-cta {
  margin-bottom: 3rem;
  text-align: center;
}

/* Video */
.video-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 3px solid var(--orange);
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ══════════════════════════════
   TEAM
   ══════════════════════════════ */
.team {
  background: var(--black);
  padding: 0 0 100px;
  color: var(--white);
  position: relative;
}

.team-diagonal-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 81px;
  background: var(--dark-gray);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.team-diagonal-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 56px;
  background: var(--light-gray);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.team .container {
  padding-top: 120px;
}

.team .section-title {
  margin-bottom: 0.5rem;
}

.team-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
  max-width: 560px;
  margin: 0 auto 3.5rem;
  line-height: 1.6;
  text-align: center;
}

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

.team-card {
  background: #111;
  border-left: 4px solid var(--orange);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
  padding: 32px 32px 32px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
  transition: transform 0.2s ease;
}

.team-card:hover {
  transform: translateY(-4px);
}

.team-card-photo {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.team-card-sep {
  width: 2px;
  align-self: stretch;
  background: var(--orange);
  opacity: 0.35;
  flex-shrink: 0;
}

.team-card-info {
  flex: 1;
}

.team-card-name {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  color: var(--white);
  line-height: 1;
  margin-bottom: 5px;
}

.team-card-desc {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
  line-height: 1.6;
}

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

  .team-diagonal-top {
    height: 50px;
  }

  .team-diagonal-bottom {
    height: 35px;
  }
}

/* ══════════════════════════════
   PARTNERS
   ══════════════════════════════ */
.partners {
  background: var(--light-gray);
  padding-top: 120px;
}

.partners-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 3rem;
  max-width: 700px;
}

.partners-tier-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  letter-spacing: 4px;
  color: var(--dark-gray);
  margin-bottom: 1.5rem;
}

.partners-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

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

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

a.partner-card {
  text-decoration: none;
}

.partner-card {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  border: 2px solid transparent;
  transition: all 0.3s;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}

.partner-card--main {
  padding: 2rem 2rem;
}

.partner-card picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

.partner-card--main .partner-logo {
  max-height: 80px;
}

.partner-card:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(255,107,44,0.15);
}

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

/* ══════════════════════════════
   ASSOCIATION
   ══════════════════════════════ */
.association {
  background: var(--dark-gray);
  padding: 140px 0 100px;
  color: var(--white);
  text-align: center;
}

.association-diagonal-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 81px;
  background: var(--light-gray);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.association-content {
  max-width: 700px;
  margin: 0 auto;
}

.association-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2.5rem;
}

/* ══════════════════════════════
   CTA FINAL
   ══════════════════════════════ */
.cta-final {
  background: var(--black);
  text-align: center;
  padding: 80px 0;
}

.cta-final .section-title {
  color: var(--white);
  margin-bottom: 3rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

/* ══════════════════════════════
   FOOTER
   ══════════════════════════════ */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.5);
  padding: 3rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-socials {
  display: flex;
  gap: 1.5rem;
}

.footer-socials a {
  color: rgba(255,255,255,0.5);
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: var(--orange);
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-copy {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

/* ══════════════════════════════
   RESPONSIVE
   ══════════════════════════════ */

/* Tablet */
@media (max-width: 1024px) {
  .countdown-number {
    font-size: 4.5rem;
  }

  .countdown-sep {
    font-size: 3.5rem;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .stat-number {
    font-size: 4rem;
  }

  .about-image {
    height: 400px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background: var(--black);
    flex-direction: column;
    padding: 2rem 5%;
    gap: 1.5rem;
    transform: translateY(-120%);
    transition: transform 0.4s ease;
    z-index: 999;
  }

  .nav-links.open {
    transform: translateY(0);
  }

  .hero-content {
    padding: 100px 16px 100px;
  }

  .countdown {
    gap: 0.25rem;
  }

  .countdown-number {
    font-size: 3rem;
  }

  .countdown-sep {
    font-size: 2.5rem;
    padding-bottom: 0.8rem;
  }

  .countdown-label {
    font-size: 0.55rem;
  }

  .hero-title {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }

  .hero-subtitle {
    font-size: 1rem;
    letter-spacing: 3px;
  }

  .hero-tagline {
    font-size: 0.9rem;
  }

  .section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-image {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
  }

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

  .stat-card {
    padding: 2rem 1.5rem;
  }

  .stat-number {
    font-size: 4.5rem;
  }

  .record-box {
    padding: 1.2rem 1.5rem;
  }

  .record-value {
    font-size: 1.2rem;
  }

  .partners-grid--main,
  .partners-grid--support {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .btn-lg {
    padding: 18px 32px;
    font-size: 1rem;
  }

  .project {
    padding: 120px 0 100px;
  }

  .association {
    padding: 120px 0 80px;
  }

  .hero-clip,
  .project-diagonal-bottom,
  .association-diagonal-top {
    height: 50px;
  }

  .project-diagonal-top {
    height: 35px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

/* Small phones */
@media (max-width: 400px) {
  .countdown-number {
    font-size: 2.2rem;
  }

  .countdown-sep {
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .nav-brand {
    font-size: 1.1rem;
  }
}
