@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

@font-face {
  font-family: 'Century Gothic';
  src: url('../assets/fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 900px) {
  .section-foreword .foreword-portrait {
    order: 1 !important;
    align-items: start !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .section-foreword .foreword-grid {
    gap: 0 !important;
  }

  .section-foreword .foreword-portrait .foreword-caption {
    align-self: start !important;
    padding-top: 0 !important;
  }

  .section-foreword .foreword-text {
    order: 2 !important;
  }

  .section-partnerships-news .partnerships-news-paged,
  .section-partnerships-news .partnerships-news-page-active,
  .section-partnerships-news .foreword-news-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .section-partnerships-news .foreword-news-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body .section-ita-team,
  body .section-ita-degrees {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    height: auto !important;
    min-height: 100svh !important;
    padding: 52px 0 68px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  body .section-ita-team > .container,
  body .section-ita-degrees > .container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body .section-ita-team .section-title {
    font-size: clamp(1.35rem, 6.4vw, 1.8rem);
  }

  body .section-ita-team .ita-team-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
    width: 100% !important;
    margin-top: 32px !important;
  }

  body .section-ita-team .ita-team-chart {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body .section-ita-team .ita-team-stat {
    align-self: center !important;
    text-align: center !important;
  }

  body .section-ita-degrees .ita-degrees-subtitle {
    margin: 0 0 24px !important;
    font-size: 1.15rem;
    font-weight: 700;
  }

  body .section-ita-degrees .ita-degrees-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 32px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body .section-ita-degrees .ita-degrees-donut-wrapper {
    flex: none !important;
    width: min(100%, 300px) !important;
    margin: 0 auto !important;
  }

  body .section-ita-degrees .ita-degrees-donut-container {
    width: min(72vw, 260px) !important;
    margin: 0 auto !important;
  }

  body .section-ita-degrees .ita-degrees-callout {
    position: static !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 10px auto 0 !important;
    opacity: 1;
  }

  body .section-ita-degrees .ita-degrees-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 16px !important;
    width: 100% !important;
  }

  body .section-ita-degrees .ita-degrees-stat-row {
    gap: 16px;
  }
}

@media (max-width: 900px) {
  /* End the IF/MEO timeline at its real content height so the next snap target
     follows immediately after the final year. */
  .section-partner-timeline {
    min-height: 0 !important;
    padding-bottom: 40px !important;
  }

  .section-partner-timeline .partner-timeline {
    padding-bottom: 0 !important;
  }

  .section-partner-timeline .partner-year:last-child {
    margin-bottom: 0 !important;
  }

  .section-partner-nados {
    position: relative !important;
    display: block !important;
    height: auto !important;
    min-height: 100svh !important;
    padding: 48px 0 64px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .section-partner-nados > .container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 22px !important;
  }

  .section-partner-nados .section-title {
    position: static !important;
    inset: auto !important;
    order: 1;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 30px !important;
    font-size: clamp(1.2rem, 5.7vw, 1.6rem) !important;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .section-partner-nados .section-subtitle {
    margin-top: 8px;
    font-size: 0.72rem;
  }

  .section-partner-nados .partner-nado-grid {
    order: 2;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .section-partner-nados .partner-logo-card {
    width: min(100%, 58px);
    height: auto;
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .section-partner-timeline {
    position: relative !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 48px 0 40px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .section-partner-timeline > .container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }

  .section-partner-timeline .section-title {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 34px !important;
    font-size: clamp(1.22rem, 5.8vw, 1.65rem) !important;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .section-partner-timeline .section-subtitle {
    margin-top: 8px;
    font-size: 0.72rem;
  }

  .section-partner-timeline .partner-timeline {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .section-partner-timeline .partner-timeline-line,
  .section-partner-timeline .partner-year::before,
  .section-partner-timeline .partner-year::after {
    display: none !important;
  }

  .section-partner-timeline .partner-year,
  .section-partner-timeline .partner-year.top,
  .section-partner-timeline .partner-year.bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .section-partner-timeline .partner-year strong {
    order: 1;
    font-size: 1rem;
  }

  .section-partner-timeline .partner-logo-grid,
  .section-partner-timeline .partner-year.top .partner-logo-grid,
  .section-partner-timeline .partner-year.bottom .partner-logo-grid,
  .section-partner-timeline .partner-year-2019 .partner-logo-grid,
  .section-partner-timeline .partner-year-2022 .partner-logo-grid {
    order: 2;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(44px, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

  .section-partner-timeline .partner-logo-card {
    width: 44px;
    height: 44px;
    max-width: 100%;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .section-regulatory {
    position: relative !important;
    display: block !important;
    height: auto !important;
    min-height: 100svh !important;
    padding: 56px 0 72px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .section-regulatory > .container {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }

  .section-regulatory > .container .section-title {
    position: static !important;
    width: 100% !important;
    margin: 0 0 32px !important;
    font-size: clamp(1.35rem, 6.4vw, 1.8rem) !important;
  }

  .section-regulatory .regulatory-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "actions"
      "code"
      "audit"
      "orgs"
      "observer"
      "hotline"
      "training"
      "officials"
      "iso" !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .section-regulatory .reg-card,
  .section-regulatory .reg-observer-box,
  .section-regulatory .reg-iso {
    width: 100%;
    min-width: 0;
  }

  .section-regulatory .reg-number-row,
  .section-regulatory .reg-copy-row,
  .section-regulatory .reg-observer-box {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .section-regulatory .reg-number,
  .section-regulatory .reg-side-number {
    font-size: clamp(2.2rem, 12vw, 3rem) !important;
  }

  .section-regulatory .reg-card p,
  .section-regulatory .reg-observer-box p,
  .section-regulatory .reg-iso p {
    font-size: clamp(0.9rem, 4.4vw, 1.08rem) !important;
    overflow-wrap: anywhere;
  }

  .section-regulatory .reg-card h3,
  .section-regulatory .reg-observer-box h3,
  .section-regulatory .reg-iso h3 {
    font-size: clamp(1.15rem, 5.5vw, 1.5rem) !important;
  }

  .section-regulatory .reg-iso-logo {
    max-width: 130px;
  }

  .section-academy .academy-heading-copy {
    width: 100%;
    max-width: none;
  }

  .section-academy .academy-scope-note {
    width: 100%;
    max-width: none;
  }

  .section-academy .academy-card::before,
  .section-academy .academy-card::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .section-nationalities {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }

  .section-nationalities .nationalities-section-title {
    margin: 0 0 8px !important;
  }

  .section-nationalities .nationalities-hero {
    margin: 14px auto 0 !important;
  }
}

@media (max-width: 900px) {
  .section-edu-video .edu-video-popup {
    transform: scale(0.94);
    transition: opacity 0.22s ease, transform 0.25s ease;
  }

  .section-education .section-title {
    margin-bottom: 4px !important;
  }

  .section-education .education-layout {
    margin-top: 6px !important;
    gap: 20px;
  }

  .section-education .education-intro {
    margin-top: 0 !important;
  }
}

/* Mobile reveals content once; reverse scrolling never plays exit effects. */
@media (max-width: 900px) {
  body > section:not(.section-opening-statement) .slide-left.out,
  body > section:not(.section-opening-statement) .slide-right.out,
  body > section:not(.section-opening-statement) .fade-up.out,
  body > section:not(.section-opening-statement) .slide-left.visible,
  body > section:not(.section-opening-statement) .slide-right.visible,
  body > section:not(.section-opening-statement) .fade-up.visible {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }

  body > section:not(.section-opening-statement) > .container {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Canonical mobile snap alignment for every section in document flow. */
@media (max-width: 900px) {
  html,
  body {
    scroll-snap-type: y mandatory !important;
    scroll-padding-top: 0 !important;
    scroll-padding-bottom: 0 !important;
  }

  body > section:not(.section-opening-statement) {
    scroll-margin: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  body > .section-opening-statement {
    scroll-snap-align: none !important;
  }
}

/* Mobile opening sequence: Hero crossfades into a fixed video overlay. */
@media (max-width: 900px) {
  html,
  body {
    scroll-padding-top: 0 !important;
  }

  .section-foreword-letter,
  .section-foreword,
  .section-foreword-news,
  .section-edu-video,
  .section-education {
    scroll-margin-top: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always;
  }

  .section-foreword-letter > .container,
  .section-foreword > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .section-foreword-letter .foreword-letter-profile {
    align-items: start !important;
  }

  .section-foreword-letter .foreword-caption {
    align-self: start;
    padding-top: 0;
  }

  .section-opening-statement {
    position: relative !important;
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    scroll-snap-align: none !important;
  }

  .section-opening-statement > .opening-video-wrapper {
    position: fixed !important;
    inset: 0 !important;
    z-index: 15 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition: opacity 0.7s ease !important;
  }

  .section-opening-statement.is-video-active > .opening-video-wrapper {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .section-opening-statement.is-video-instant > .opening-video-wrapper {
    transition: none !important;
  }

  .section-foreword .foreword-grid {
    display: flex;
    flex-direction: column;
  }

  .section-foreword .foreword-text {
    order: 1;
  }

  .section-foreword .foreword-portrait {
    order: 2;
    display: grid;
    grid-template-columns: minmax(112px, 42%) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: min(100%, 360px);
    margin: 12px auto 0;
    padding-top: 0;
  }

  .section-foreword .foreword-portrait .signature-photo {
    width: min(36vw, 150px);
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 0.9;
    margin: 0;
    object-fit: cover;
    object-position: top center;
  }

  .section-foreword .foreword-portrait .foreword-caption {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}

/* Compact Regulatory Compliance layout on mobile. */
@media (max-width: 900px) {
  .section-regulatory { padding: 56px 0 64px !important; }
  .section-regulatory > .container {
    display: flex !important;
    flex-direction: column !important;
    padding-inline: 16px !important;
  }
  .section-regulatory > .container .section-title {
    position: static !important;
    margin: 0 0 24px !important;
    font-size: clamp(1.3rem, 6vw, 1.65rem) !important;
  }
  .section-regulatory .regulatory-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "actions code"
      "audit orgs"
      "observer observer"
      "hotline training"
      "officials iso" !important;
    gap: 22px 16px !important;
  }
  .section-regulatory .reg-card,
  .section-regulatory .reg-observer-box,
  .section-regulatory .reg-iso {
    width: auto !important;
    min-width: 0 !important;
    padding-left: 0 !important;
  }
  .section-regulatory .reg-number-row,
  .section-regulatory .reg-copy-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .section-regulatory .reg-observer-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 14px !important;
  }
  .section-regulatory .reg-number,
  .section-regulatory .reg-side-number {
    font-size: clamp(1.8rem, 9vw, 2.4rem) !important;
  }
  .section-regulatory .reg-card p,
  .section-regulatory .reg-observer-box p,
  .section-regulatory .reg-iso p {
    font-size: clamp(0.68rem, 3.1vw, 0.82rem) !important;
    line-height: 1.12 !important;
    overflow-wrap: normal !important;
  }
  .section-regulatory .reg-card h3,
  .section-regulatory .reg-observer-box h3,
  .section-regulatory .reg-iso h3 {
    min-height: 0 !important;
    font-size: clamp(0.9rem, 4vw, 1.08rem) !important;
    line-height: 1.02 !important;
  }
  .section-regulatory .reg-line { margin: 6px 0 9px !important; }
  .section-regulatory .reg-hotline-link { font-size: 0.62rem !important; }
  .section-regulatory .reg-iso-logo {
    width: min(100%, 105px) !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 340px) {
  .section-regulatory .regulatory-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "actions"
      "code"
      "audit"
      "orgs"
      "observer"
      "hotline"
      "training"
      "officials"
      "iso" !important;
  }
}

@media (max-width: 900px) {
  .section-partner-timeline {
    min-height: 0 !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 900px) {
  .section-opening-statement.is-video-active > .opening-video-wrapper > .opening-video {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .section-opening-statement.is-video-active .opening-video-controls {
    z-index: 3 !important;
  }
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../assets/fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Theme */
:root {
  --font-title: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif;
  --font-body: 'Barlow', sans-serif;

  --blue-dark:  #00205B;
  --blue-mid:   #1a5fa8;
  --blue-light: #00A9E6;
  --blue-pale:  #d6ecf8;
  --teal:       #2a7c6f;
  --teal-light: #43c4a0;
  --yellow:     #F4C430;
  --coral:      #ff6e5f;
  --red:        #e8634a;
  --white:      #ffffff;
  --off-white:  #f4f8fc;
  --gray-light: #c0ccd8;
  --partner-logo-size: 54px;

  --transition: 0.5s cubic-bezier(0.4,0,0.2,1);
  --section-pad: 100px 0;
  --donut-pressed-shadow: drop-shadow(6px 8px 9px rgba(0, 32, 91, 0.18));
}

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

h1, h2, h3, h4, h5, h6,
.hero-title,
.hero-year,
.section-title {
  font-family: var(--font-title);
}

p, li, blockquote, cite,
.foreword-text,
.tues-text {
  font-family: var(--font-body);
}


html { scroll-behavior: smooth; }

section {
  height: 100vh;
  min-height: 100vh;
  scroll-margin-top: 24px;
}

.ita-annual-report-page {
  font-family: var(--font-body);
  color: var(--blue-dark);
  background: var(--off-white);
  overflow-x: hidden;
  transition: padding-left 0.65s cubic-bezier(0.4,0,0.2,1);
}
.ita-annual-report-page.is-fwd-news-snapping .section-foreword-letter > .container,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword-letter .section-bg-blur,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword > .container,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword .section-bg-blur,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword-news > .container,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword-news .section-bg-blur {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.ita-annual-report-page.is-fwd-news-snapping .section-foreword-letter,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword,
.ita-annual-report-page.is-fwd-news-snapping .section-foreword-news {
  background: transparent !important;
}
.ita-annual-report-page.is-fwd-news-guarding .section-foreword-letter,
.ita-annual-report-page.is-fwd-news-guarding .section-foreword {
  background: transparent !important;
}
.ita-annual-report-page.is-fwd-news-guarding .section-foreword-letter > .container,
.ita-annual-report-page.is-fwd-news-guarding .section-foreword-letter .section-bg-blur,
.ita-annual-report-page.is-fwd-news-guarding .section-foreword > .container,
.ita-annual-report-page.is-fwd-news-guarding .section-foreword .section-bg-blur {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.ita-annual-report-page.nav-visible { padding-left: 0; }
body.is-degrees-snapping .section-revenue,
body.is-degrees-snapping .section-ita-team,
body.is-degrees-snapping .section-ita-degrees {
  background: transparent !important;
}
body.is-degrees-guarding .section-revenue {
  background: transparent !important;
}
body.is-degrees-guarding .section-revenue > .container,
body.is-degrees-guarding .section-revenue .section-bg-blur {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.is-degrees-snapping .section-revenue > .container,
body.is-degrees-snapping .section-revenue .section-bg-blur,
body.is-degrees-snapping .section-ita-team > .container,
body.is-degrees-snapping .section-ita-team .section-bg-blur,
body.is-degrees-snapping .section-ita-degrees > .container,
body.is-degrees-snapping .section-ita-degrees .section-bg-blur {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #e8eef5; }
::-webkit-scrollbar-thumb { background: var(--blue-mid); border-radius: 3px; }

/* Layout */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Background blur */
.section-bg-blur {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
  background: var(--blue-light);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.section-bg-blur.teal   { background: var(--teal); }
.section-bg-blur.mint   { background: var(--teal-light); }
.section-bg-blur.navy   { background: var(--blue-dark); opacity: 0.25; }
.section-bg-blur.yellow { background: var(--yellow); }
.section-bg-blur.coral  { background: var(--coral); }
.section-bg-blur.red    { background: var(--red); }

/* Nav */
#navbar {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 230px !important;
  max-width: 230px;
  padding: 4vh 34px 42px 38px;
  background: rgba(255,255,255,0.94);
  border-right: 1px solid rgba(0,32,91,0.08);
  box-shadow: 10px 0 28px rgba(0,32,91,0.08);
  transform: translateX(-100%);
  transition: transform 0.65s cubic-bezier(0.4,0,0.2,1), box-shadow 0.3s;
}
#navbar.scrolled { transform: translateX(0); }

.nav-toggle {
  display: none;
}

.nav-logo {
  display: block;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}
.nav-logo img {
  display: block;
  height: 4vh;
  width: auto;
}

.nav-drawer-report {
  position: absolute;
  top: 14vh;
  left: 38px;
  width: auto;
}
.nav-drawer-report img {
  display: block;
  height: 9vh;
  width: auto;
}

/* Side nav */
.nav-drawer {
  position: absolute;
  top: 37vh;
  left: 38px;
  right: 34px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nav-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}

.nav-main-page {
  position: absolute;
  right: 34px;
  bottom: 24px;
  color: rgba(75, 82, 92, 0.62);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  text-decoration: none;
  transition: color 0.25s ease;
}

.nav-main-page:hover,
.nav-main-page:focus-visible {
  color: rgba(0, 32, 91, 0.82);
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 34px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  color: rgba(0,32,91,0.72);
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  position: relative;
  transition: color 0.25s ease;
  overflow: visible;
}
.nav-link::before { display: none; }
.nav-link::after {
  content: "";
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  display: block;
  width: 0;
  height: 1px;
  background: var(--blue-light);
  opacity: 0;
  transform: translateY(-50%);
  transition: width 0.25s ease, opacity 0.25s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--blue-light);
  padding-left: 0;
  border-color: transparent;
}
.nav-link.active { font-weight: 400; }
.nav-link:hover::after,
.nav-link.active::after {
  width: 14px;
  opacity: 1;
}
@media (max-height: 750px) {
  .nav-logo img {
    height: 3vh;
  }
  .nav-drawer-report {
    top: 11vh;
  }
  .nav-drawer-report img {
    height: 7vh;
  }
  .nav-drawer {
    top: 30vh;
  }
  .nav-drawer ul {
    gap: 12px;
  }
  .nav-link {
    font-size: 13px;
    line-height: 1.1;
    min-height: auto;
  }
}

/* Mobile is a linear sequence of real sections. Desktop-only overlay scenes
   become ordinary document-flow snap targets here. Keep this block last so it
   wins over the overlay positioning rules above. */
@media (max-width: 900px) {
  .section-opening-statement {
    position: relative !important;
    display: block !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    background: #d6eef8;
  }

  .section-opening-statement > .opening-video-wrapper,
  .section-opening-statement.is-video-active > .opening-video-wrapper {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .section-opening-statement .opening-video {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }

  .section-education-news,
  .section-nationalities,
  .section-major-events-news,
  .section-funnel,
  .section-regulatory,
  .section-academy-news,
  .section-partner-timeline,
  .section-partner-nados,
  .section-partnerships-news,
  .section-ita-team,
  .section-ita-degrees {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    height: auto !important;
    min-height: 100svh !important;
    padding: 72px 0 !important;
    overflow: hidden !important;
    background-color: #ffffff;
  }

  .section-education-news > .container,
  .section-nationalities > .container,
  .section-major-events-news > .container,
  .section-funnel > .container,
  .section-regulatory > .container,
  .section-academy-news > .container,
  .section-partner-timeline > .container,
  .section-partner-nados > .container,
  .section-partnerships-news > .container,
  .section-ita-team > .container,
  .section-ita-degrees > .container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-inline: clamp(20px, 6.15vw, 32px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .section-nationalities > .container {
    display: block !important;
  }

  .section-education-news .section-bg-blur,
  .section-nationalities .section-bg-blur,
  .section-funnel .section-bg-blur,
  .section-regulatory .section-bg-blur,
  .section-academy-news .section-bg-blur,
  .section-ita-team .section-bg-blur,
  .section-ita-degrees .section-bg-blur {
    display: block;
  }

  .slide-left.visible,
  .slide-right.visible,
  .fade-up.visible {
    opacity: 1;
    filter: none;
  }
}

/* Hero */
.section-hero {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #00205b;
}
.section-hero::before,
.section-hero::after,
.hero-design-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.7778vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
}
.section-hero::before {
  content: "";
  z-index: 0;
  background: url("../assets/ITA_annual report_2025_1_white.jpg") center / cover no-repeat;
}
.section-hero::after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,32,91,0.18), rgba(0,32,91,0));
}
.hero-design-layer {
  inset: 0;
  width: auto;
  height: auto;
  transform: none;
  z-index: 2;
}

/* Hero logo */
.hero-logo-center {
  position: absolute;
  top: 7vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: clamp(120px, 12vw, 200px);
}
.hero-logo-center img { display: block; width: 100%; height: auto; }

.hero-title-center {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: clamp(110px, 11vw, 180px);
}
.hero-title-center img {
  display: block;
  width: 100%;
  height: auto;
}

.section-opening-statement {
  position: relative;
  height: 0;
  min-height: 0;
  overflow: visible;
  background: transparent;
}
.section-opening-statement > .opening-video-wrapper {
  position: fixed;
  inset: 0;
  z-index: 15;
  background: #d6eef8;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.section-opening-statement.is-video-active > .opening-video-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.section-opening-statement.is-video-instant > .opening-video-wrapper {
  transition: none;
}
.section-opening-statement.is-video-returning > .opening-video-wrapper .opening-video,
.section-opening-statement.is-video-returning > .opening-video-wrapper .opening-video-controls {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition: none;
}
.section-opening-statement.is-video-returning.is-video-returned > .opening-video-wrapper .opening-video,
.section-opening-statement.is-video-returning.is-video-returned > .opening-video-wrapper .opening-video-controls {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 0.3s ease,
    filter 0.3s ease,
    transform 0.35s cubic-bezier(0.4, 0, 1, 1);
}
.section-opening-statement.is-video-exiting > .opening-video-wrapper .opening-video,
.section-opening-statement.is-video-exiting > .opening-video-wrapper .opening-video-controls {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1);
}
.opening-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.opening-video-controls {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 36%;
  bottom: clamp(30px, 5.6vh, 60px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0.38;
  transition: opacity 0.25s ease;
}
.opening-video-wrapper:hover .opening-video-controls,
.opening-video-controls:focus-within {
  opacity: 0.82;
}
.opening-video-sound,
.opening-video-toggle {
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  color: rgba(0,32,91,0.78);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.sound-icon,
.video-toggle-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.opening-video-toggle .video-icon-play,
.opening-video-toggle .video-icon-replay,
.opening-video-toggle.is-paused .video-icon-pause,
.opening-video-toggle.is-ended .video-icon-pause,
.opening-video-toggle.is-ended .video-icon-play {
  display: none;
}
.opening-video-toggle.is-paused .video-icon-play,
.opening-video-toggle.is-ended .video-icon-replay {
  display: block;
}
.opening-video-sound .sound-icon-on,
.opening-video-sound:not(.is-muted) .sound-icon-muted {
  display: none;
}
.opening-video-sound:not(.is-muted) .sound-icon-on {
  display: block;
}
.opening-video-seek {
  flex: 1;
  min-width: 0;
  opacity: 0.72;
  appearance: none;
  height: 14px;
  background: transparent;
  cursor: pointer;
}
.opening-video-seek::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(0,32,91,0.28);
}
.opening-video-seek::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--blue-dark);
}
.opening-video-seek::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(0,32,91,0.28);
}
.opening-video-seek::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--blue-dark);
}

@media (min-width: 901px) {
  .opening-video-controls {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 80%;
  }
}

/* Hero text */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 60px 72px;
}
.hero-year {
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--blue-light);
  line-height: 1;
  letter-spacing: -1px;
}
.hero-title {
  font-family: var(--font-title);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 700;
  color: var(--blue-dark);
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* Hero animations */
.hero-animate {
  opacity: 0;
  transform: translateX(-60px);
  animation: heroSlideIn 0.9s cubic-bezier(0.4,0,0.2,1) forwards;
}
.hero-animate.delay-1 { animation-delay: 0.2s; }
.hero-animate.delay-2 { animation-delay: 0.4s; }
@keyframes heroSlideIn {
  to { opacity: 1; transform: translateX(0); }
}

.hero-scroll-hint {
  position: absolute;
  bottom: 40px; right: 60px;
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: var(--blue-mid);
  text-transform: uppercase;
  animation: fadeInUp 1s 1.2s forwards;
  opacity: 0;
  z-index: 3;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.scroll-line {
  width: 40px; height: 1px;
  background: var(--blue-light);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { width: 40px; }
  50%      { width: 60px; }
}

/* Sections */
.section {
  position: relative;
  padding: var(--section-pad);
  overflow: hidden;
}
.section > .container { position: relative; z-index: 1; }

.section > .container,
.section-hero .hero-logo-topleft,
.section-hero .hero-title-image,
.section-uci-quote .uci-quote-content,
.section-education-aquatics .education-aquatics-content {
  opacity: calc(1 - (var(--section-exit-progress, 0) * 0.72));
  filter: blur(calc(var(--section-exit-progress, 0) * 3px));
  transform:
    translateY(calc(var(--section-exit-progress, 0) * -128px))
    scale(calc(1 - (var(--section-exit-progress, 0) * 0.32)));
  transform-origin: center center;
  transition: opacity 0.22s ease-out, filter 0.22s ease-out, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 901px) {
  .section > .container {
    padding-left: 250px;
  }
}


.section-title {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}

/* Reveal animations */
.slide-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.slide-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-left.out {
  opacity: 0;
  transform: translateX(-60px);
}

.slide-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.slide-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-right.out {
  opacity: 0;
  transform: translateX(60px);
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.out {
  opacity: 0;
  transform: translateY(40px);
}

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }
.delay-5 { transition-delay: 0.75s; }
.delay-6 { transition-delay: 0.9s; }
.delay-7 { transition-delay: 1.05s; }

/* Foreword */
.section-foreword-letter {
  --foreword-intro-progress: 0;
  --foreword-message-entry-progress: 0;
  min-height: 100vh;
  background: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-foreword-letter > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
  opacity: calc(1 - (var(--foreword-intro-progress, 0) * 0.96));
  filter: blur(calc(var(--foreword-intro-progress, 0) * 22px));
  transform: scale(calc(1 - (var(--foreword-intro-progress, 0) * 0.38)));
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-foreword-letter .section-bg-blur {
  width: 700px;
  height: 700px;
  left: 220px;
  top: 56%;
  transform: translate(-50%, -50%);
  filter: blur(115px);
  opacity: 0.24;
  background: var(--blue-light);
}
.foreword-letter-title {
  max-width: 760px;
  margin: 0 0 32px;
  color: var(--blue-light);
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}
.foreword-letter-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(360px, 540px);
  gap: clamp(44px, 5vw, 68px);
  align-items: start;
}
.foreword-letter-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 8px;
}
.foreword-letter-text p {
  max-width: 540px;
  margin-bottom: 24px;
  color: #202833;
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  line-height: 1.32;
  text-align: left;
  hyphens: none;
}
.section-foreword-letter.is-pinned-scene .section-bg-blur,
.section-foreword-letter.is-pinned-scene + .section-foreword .section-bg-blur {
  position: fixed;
  top: 54vh;
}
.section-foreword-letter.is-pinned-scene + .section-foreword .section-bg-blur {
  opacity: 0;
}
.section-foreword-letter.is-pinned-scene + .section-foreword > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  opacity: calc(var(--foreword-message-entry-progress, 0) * (1 - var(--foreword-pin-progress, 0) * 0.96));
  filter: blur(calc(var(--foreword-pin-progress, 0) * 22px));
  pointer-events: none;
  transform:
    translateY(calc((1 - var(--foreword-message-entry-progress, 0)) * 120vh))
    scale(calc(1 - var(--foreword-pin-progress, 0) * 0.38));
  transform-origin: 50% 50%;
  transition:
    opacity 0.75s ease,
    filter 1.25s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-foreword-letter.is-pinned-scene + .section-foreword .slide-left,
.section-foreword-letter.is-pinned-scene + .section-foreword .slide-right,
.section-foreword-letter.is-pinned-scene + .section-foreword .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

.section-foreword {
  --foreword-pin-progress: 0;
  min-height: 100vh;
  background: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-foreword > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
  opacity: calc(1 - (var(--foreword-pin-progress, 0) * 0.96));
  filter: blur(calc(var(--foreword-pin-progress, 0) * 22px));
  transform: scale(calc(1 - (var(--foreword-pin-progress, 0) * 0.38)));
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-foreword .section-title {
  margin: 0 0 32px;
  color: var(--blue-light);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 760px;
  font-family: var(--font-body);
  line-height: 1.18;
}
.section-foreword .foreword-quote {
  color: var(--blue-light);
  text-transform: none;
  line-height: 1.18;
}

.foreword-grid {
  display: grid;
  grid-template-columns: minmax(360px, 540px) minmax(240px, 320px);
  gap: clamp(44px, 5vw, 68px);
  align-items: start;
}
.foreword-text p {
  max-width: 540px;
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  line-height: 1.32;
  color: #202833;
  margin-bottom: 24px;
  text-align: left;
  hyphens: none;
}

.foreword-portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 8px;
}
.signature-photo-placeholder {
  width: 100%;
  aspect-ratio: 0.9;
  min-height: 300px;
  max-height: 340px;
  background: #e6e6e6;
  border-radius: 16px;
}
.foreword-link {
  color: var(--coral);
  text-decoration: none;
  pointer-events: auto;
  position: relative;
}
.foreword-link:hover {
  text-decoration: underline;
}
.signature-photo {
  display: block;
  width: 100%;
  aspect-ratio: 0.9;
  min-height: 300px;
  max-height: 340px;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}
.foreword-signature {
  display: block;
  width: min(190px, 48%);
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  margin: 8px 0 0 auto;
}
.foreword-caption {
  width: 100%;
  color: var(--blue-dark);
  font-size: 0.96rem;
  line-height: 1.25;
  text-align: left;
}
.foreword-caption strong,
.foreword-caption span {
  display: block;
}
.foreword-caption strong {
  font-weight: 700;
}
.foreword-caption span {
  font-weight: 400;
}
.foreword-caption-link {
  align-self: stretch;
  margin: 3px 0 0;
  text-align: left;
  font-size: 0.96rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
}
.foreword-caption-link a {
  color: var(--coral);
  text-decoration: none;
}
.foreword-caption-link a:hover {
  text-decoration: underline;
}

/* Foreword news */
.section-foreword-news {
  --foreword-news-pin-progress: 0;
  --foreword-news-entry-progress: 0;
  --foreword-news-exit-progress: 0;
  background: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-foreword .section-bg-blur,
.section-foreword-news .section-bg-blur {
  width: 620px;
  height: 620px;
  left: 210px;
  top: 54%;
  transform: translate(-50%, -50%);
  filter: blur(105px);
  opacity: 0.24;
  background: var(--blue-light);
}
.section-foreword-news > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-foreword.is-pinned-scene .section-bg-blur,
.section-foreword.is-pinned-scene + .section-foreword-news .section-bg-blur {
  position: fixed;
  top: 54vh;
}
.section-foreword.is-pinned-scene + .section-foreword-news .section-bg-blur {
  opacity: 0;
}
.section-foreword.is-pinned-scene.is-news-content-active + .section-foreword-news .section-bg-blur {
  opacity: 0.24;
  z-index: 21;
  transition: opacity 0.5s ease;
}
.section-foreword.is-pinned-scene + .section-foreword-news > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  /* Keep the stationary scene background on the owning section; only the
     news content should travel during the overlay transition. */
  background: transparent;
  opacity: calc(var(--foreword-news-entry-progress, 0) * (1 - var(--foreword-news-exit-progress, 0)));
  filter: blur(calc(var(--foreword-news-exit-progress, 0) * 16px));
  pointer-events: none;
  transform:
    translateY(calc((1 - var(--foreword-news-entry-progress, 0)) * 120vh + (var(--foreword-news-exit-progress, 0) * 120vh)))
    scale(calc(1 - (var(--foreword-news-exit-progress, 0) * 0.34)));
  transform-origin: 50% 50%;
  transition:
    opacity 0.75s ease,
    filter 0.95s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform;
}
.section-foreword.is-pinned-scene.is-news-returning + .section-foreword-news > .container {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.section-foreword.is-pinned-scene.is-news-returning.is-news-return-active + .section-foreword-news > .container {
  opacity: 0;
  filter: blur(16px);
  transform: translateY(120vh) scale(0.66);
}
.section-foreword.is-pinned-scene + .section-foreword-news .slide-left,
.section-foreword.is-pinned-scene + .section-foreword-news .slide-right,
.section-foreword.is-pinned-scene + .section-foreword-news .fade-up:not(.news-card) {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-foreword.is-pinned-scene.is-news-content-active + .section-foreword-news .news-card.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
.news-kicker {
  margin: 0 0 clamp(34px, 4.2vh, 52px);
  color: #111111;
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
.section-foreword.is-pinned-scene + .section-foreword-news .news-kicker {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section-foreword.is-pinned-scene + .section-foreword-news .news-card {
  opacity: var(--foreword-news-entry-progress, 0);
  transform: translateY(calc((1 - var(--foreword-news-entry-progress, 0)) * 56px));
  transition: opacity 0.34s ease, transform 0.58s cubic-bezier(0.18,0.84,0.2,1);
}
.section-foreword.is-pinned-scene + .section-foreword-news .news-card:nth-child(1) { transition-delay: .04s; }
.section-foreword.is-pinned-scene + .section-foreword-news .news-card:nth-child(2) { transition-delay: .16s; }
.section-foreword.is-pinned-scene + .section-foreword-news .news-card:nth-child(3) { transition-delay: .28s; }
.section-foreword.is-pinned-scene + .section-foreword-news .news-card:nth-child(4) { transition-delay: .4s; }
.section-foreword.is-pinned-scene + .section-foreword-news .news-card:nth-child(5) { transition-delay: .52s; }
.section-foreword.is-pinned-scene + .section-foreword-news .news-card:nth-child(6) { transition-delay: .64s; }
.section-foreword.is-pinned-scene.is-news-content-active + .section-foreword-news > .container {
  pointer-events: auto;
}
.section-foreword.is-pinned-scene.is-fwd-news-returning + .section-foreword-news > .container {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-foreword.is-pinned-scene.is-fwd-news-returning.is-news-content-active + .section-foreword-news > .container {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-foreword.is-pinned-scene.is-fwd-news-exiting + .section-foreword-news > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  pointer-events: none !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-foreword.is-pinned-scene.is-news-content-active + .section-foreword-news .news-card {
  opacity: 1;
  transform: translateY(0);
}
.foreword-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  grid-auto-rows: minmax(96px, auto);
  column-gap: clamp(46px, 6vw, 86px);
  row-gap: clamp(24px, 3.4vh, 38px);
}
.news-card {
  display: grid;
  grid-template-columns: minmax(130px, 178px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  min-height: 104px;
}
.news-card:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 5px;
}
.news-card img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  border: 1px solid rgba(0,32,91,0.58);
  border-radius: 7px;
}
.news-card h3 {
  max-width: 280px;
  margin: 0 0 8px;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(0.84rem, 0.88vw, 0.98rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}
.news-card p {
  max-width: 330px;
  margin: 0;
  color: #202833;
  font-size: clamp(0.82rem, 0.86vw, 0.96rem);
  line-height: 1.12;
}
.section-academy-news .section-bg-blur {
  background: var(--blue-light);
  opacity: 0.2;
}

@media (min-width: 901px) {
  .section-foreword-letter > .container,
  .section-foreword > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .foreword-letter-title,
  .foreword-letter-layout,
  .section-foreword .section-title,
  .foreword-grid {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-foreword-news > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .news-kicker,
  .foreword-news-grid {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-foreword.is-pinned-scene + .section-foreword-news .news-kicker,
  .section-foreword.is-news-transition + .section-foreword-news .news-kicker,
  .section-major-events.is-news-transition + .section-major-events-news .news-kicker {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .section-foreword-news .news-kicker,
  .section-foreword-news .foreword-news-grid {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* UCI quote */
.section-uci-quote {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    url("../assets/uci-quote-bg.jpg") center / cover no-repeat,
    #f7f0d8;
}
#major-events-quote {
  background-image: url("../assets/divider_major events.jpg");
}
#major-events-quote .quote-logo-overlay {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
#major-events-quote.overlay-visible .quote-logo-overlay {
  transform: translateX(0);
}
.section-uci-quote .quote-logo-overlay {
  position: absolute;
  left: 0;
  top: -5vh;
  z-index: 0;
  width: 78vw;
  height: 110vh;
  background: url("../assets/divider_logo_part.png") center / contain no-repeat;
  opacity: 0;
  transform: translateX(-100%);
  transition:
    opacity 0.9s 1.05s ease,
    transform 1.1s 1.05s cubic-bezier(0.2,0.82,0.24,1);
  pointer-events: none;
}
.section-uci-quote.overlay-visible .quote-logo-overlay {
  opacity: 0.6;
  transform: translateX(0);
}
#intelligence-quote {
  background-image: url("../assets/divider_investigation.jpg");
}
#intelligence-quote .quote-logo-overlay {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
#intelligence-quote.overlay-visible .quote-logo-overlay {
  transform: translateX(0);
}
#partnerships-quote {
  background-image: url("../assets/divider_partners.jpg");
}
#partnerships-quote .quote-logo-overlay {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
#partnerships-quote.overlay-visible .quote-logo-overlay {
  transform: translateX(0);
}
#science-medical-quote {
  background-image: url("../assets/divider_science.jpg");
}
#science-medical-quote .quote-logo-overlay {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
#science-medical-quote.overlay-visible .quote-logo-overlay {
  transform: translateX(0);
}
#result-management-quote::before {
  background-image: url("../assets/divider_results.jpg");
}
#revenue-quote::before {
  background-image: url("../assets/divider_organisational.jpg");
}
.section-uci-quote-mtb {
  background:
    url("../assets/uci-quote-bg-2.jpg") center / cover no-repeat,
    #eaf6fc;
}
.section-uci-quote-3 {
  background:
    url("../assets/uci-quote-bg-3.jpg") center / cover no-repeat,
    #eaf6fc;
}
.section-uci-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 44%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.uci-quote-content {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 48px));
  margin-left: clamp(72px, 11vw, 160px);
  color: var(--blue-dark);
}
.uci-quote-mark {
  position: absolute;
  left: -46px;
  top: -54px;
  z-index: -1;
  width: clamp(92px, 9vw, 132px);
  aspect-ratio: 170 / 131;
  margin: 0;
  background: url("../assets/quote.png") center / contain no-repeat;
  opacity: 0;
  transform: translateY(-72px);
  transition:
    opacity 0.95s 0.16s ease,
    transform 1.25s 0.16s cubic-bezier(0.16,0.82,0.2,1);
  pointer-events: none;
}
.uci-quote-content.visible .uci-quote-mark {
  opacity: 0.76;
  transform: translateY(0);
}
.uci-quote-content blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: clamp(16px, 2.22vh, 24px);
  font-weight: 500;
  line-height: 1.18;
  color: var(--blue-dark);
}
.uci-quote-content cite {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-body);
  font-size: clamp(13px, 1.76vh, 19px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.21;
  color: rgba(0,32,91,0.86);
}
.uci-quote-content cite strong {
  font-weight: 700;
  font-style: italic;
  color: var(--blue-dark);
}
@media (min-width: 901px) {
  .uci-quote-content {
    margin-left: calc(210px + clamp(72px, 8vw, 150px));
  }
}

.section-major-events {
  --major-events-pin-progress: 0;
  min-height: 100vh;
  background: var(--white);
  display: flex;
  align-items: flex-start;
  padding-top: 7vh;
  overflow: hidden;
}
.section-major-events > .container,
.section-major-events-news > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-major-events .section-bg-blur,
.section-major-events-news .section-bg-blur,
.section-education .section-bg-blur,
.section-education-news .section-bg-blur,
.section-intelligence .section-bg-blur,
.section-funnel .section-bg-blur {
  width: 620px;
  height: 620px;
  left: 210px;
  top: 54%;
  transform: translate(-50%, -50%);
  filter: blur(105px);
  opacity: 0.24;
}
.section-major-events .section-title {
  margin: 0 0 6px;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-major-events .section-subtitle {
  display: block;
  margin: 6px 0 0;
  padding: 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 400;
  font-style: italic;
}
.major-events-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.18fr);
  align-items: start;
  gap: clamp(56px, 8vw, 128px);
  width: 100%;
  max-width: none;
  margin: 0;
}
.major-events-copy {
  max-width: 540px;
}
.major-events-text {
  max-width: 540px;
  margin-bottom: 0;
}
.major-events-text p {
  margin: 0;
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  font-weight: 400;
  line-height: 1.32;
  color: #202833;
  text-align: left;
  hyphens: auto;
}
.major-events-text p + p {
  margin-top: 24px;
}
.major-events-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(58px, 8vh, 96px) clamp(72px, 7vw, 120px);
}
.major-events-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(92px, 8.8vw, 128px);
  transition: transform 0.25s ease;
}
.major-events-logo:hover {
  transform: scale(1.08);
}
.major-events-logo img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: clamp(150px, 13vw, 210px);
  object-fit: contain;
}
/* Major Events news overlay (education pattern) */
.section-major-events.is-news-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-major-events.is-news-transition.is-news-active > .container {
  opacity: 0.04;
  filter: blur(22px);
  transform: scale(0.62);
}
.section-major-events-news {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-major-events-news > .container {
  display: none;
}
.section-major-events.is-news-transition + .section-major-events-news > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-major-events.is-news-entering + .section-major-events-news > .container {
  transform: translateY(120vh) scale(0.8);
  filter: blur(12px);
  transition:
    opacity 0.75s ease,
    filter 0.85s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-major-events.is-news-transition.is-news-content-active + .section-major-events-news > .container {
  pointer-events: auto;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.section-major-events.is-news-reversing + .section-major-events-news > .container {
  opacity: 0;
  filter: blur(0);
  transform: translateY(120vh) scale(1);
  transition:
    opacity 0.5s ease,
    transform 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.section-major-events.is-news-transition.is-me-news-returning + .section-major-events-news > .container {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transition: none;
}
.section-major-events.is-news-transition.is-me-news-returning.is-news-content-active + .section-major-events-news > .container {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-major-events-news.is-me-entering .news-kicker,
.section-major-events-news.is-me-entering .foreword-news-grid {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-major-events-news.is-me-entering .slide-left,
.section-major-events-news.is-me-entering .slide-right,
.section-major-events-news.is-me-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

/* Educational video */
.section-edu-video {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 230px;
  background: url("../assets/edu-video-bg.jpg") center / cover no-repeat;
}

/* Academy video */
.section-academy-video {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}
.academy-video {
  position: absolute;
  top: 0;
  left: 230px;
  right: 0;
  bottom: 0;
  width: calc(100% - 230px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.academy-video-controls {
  position: absolute;
  left: calc(230px + clamp(28px, 3vw, 60px));
  right: clamp(28px, 10vw, 192px);
  bottom: clamp(30px, 5.6vh, 60px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0.38;
  transition: opacity 0.25s ease;
}
.section-academy-video:hover .academy-video-controls,
.academy-video-controls:focus-within {
  opacity: 0.82;
}
.academy-video-sound,
.academy-video-toggle {
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  color: rgba(0,32,91,0.78);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.academy-video-toggle .video-icon-play,
.academy-video-toggle .video-icon-replay,
.academy-video-toggle.is-paused .video-icon-pause,
.academy-video-toggle.is-ended .video-icon-pause,
.academy-video-toggle.is-ended .video-icon-play {
  display: none;
}
.academy-video-toggle.is-paused .video-icon-play,
.academy-video-toggle.is-ended .video-icon-replay {
  display: block;
}
.academy-video-sound .sound-icon-on,
.academy-video-sound:not(.is-muted) .sound-icon-muted {
  display: none;
}
.academy-video-sound:not(.is-muted) .sound-icon-on {
  display: block;
}
.academy-video-seek {
  flex: 1;
  min-width: 0;
  opacity: 0.72;
  appearance: none;
  height: 14px;
  background: transparent;
  cursor: pointer;
}
.academy-video-seek::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(0,32,91,0.28);
}
.academy-video-seek::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--blue-dark);
}
.academy-video-seek::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(0,32,91,0.28);
}
.academy-video-seek::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--blue-dark);
}

/* Education stats */
.section-education {
  min-height: 100vh;
  background: var(--white);
  display: flex;
  align-items: flex-start;
  padding-top: 7vh;
  overflow: hidden;
}
.section-education > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-education.is-news-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-education.is-news-transition.is-news-active > .container {
  opacity: 0.04;
  filter: blur(22px);
  transform: scale(0.62);
}
.section-education .section-title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.education-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 2.15fr);
  gap: clamp(48px, 6vw, 108px);
  align-items: start;
  margin-top: clamp(12px, 2vh, 24px);
}
.education-intro {
  max-width: 540px;
  margin: clamp(48px, 7vh, 80px) 0 0;
  color: #202833;
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  font-weight: 400;
  line-height: 1.32;
  text-align: left;
}
.education-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(40px, 5vw, 90px);
  row-gap: clamp(56px, 8vh, 100px);
  margin-top: clamp(48px, 7vh, 80px);
}
.edu-stat {
  display: flex;
  flex-direction: column;
}
.edu-stat-num {
  display: block;
  min-height: 1em;
  font-family: var(--font-body);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 900;
  color: var(--coral);
  opacity: 1;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.edu-stat-num.light {
  font-weight: 400;
}
.edu-stat-line {
  display: block;
  height: 1px;
  margin-top: clamp(14px, 2vh, 22px);
  background: rgba(0,32,91,0.2);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.edu-stat-line.visible {
  transform: scaleX(1);
}
.edu-stat-label {
  margin-top: clamp(12px, 1.8vh, 20px);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.edu-stat-label.visible {
  opacity: 1;
  transform: translateY(0);
}
.edu-stat-label.plain {
  text-transform: none;
  font-weight: 400;
  color: #111111;
}
.edu-stat:nth-child(3n+1) .edu-stat-label {
  font-weight: 700;
  font-size: clamp(0.95rem, 1.12vw, 1.18rem);
}

/* Education video popup */
.edu-video-popup {
  position: relative;
  width: 850px;
  max-width: calc(100% - 48px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,32,91,0.14);
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 0.7s ease,
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.edu-video-popup.visible {
  opacity: 1;
  transform: scale(1);
}
.edu-popup-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.edu-popup-controls {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0.38;
  transition: opacity 0.25s ease;
}
.edu-video-popup:hover .edu-popup-controls,
.edu-popup-controls:focus-within {
  opacity: 0.82;
}
.edu-popup-sound,
.edu-popup-toggle {
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,0.85);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.edu-popup-toggle .video-icon-play,
.edu-popup-toggle .video-icon-replay,
.edu-popup-toggle.is-paused .video-icon-pause,
.edu-popup-toggle.is-ended .video-icon-pause,
.edu-popup-toggle.is-ended .video-icon-play {
  display: none;
}
.edu-popup-toggle.is-paused .video-icon-play,
.edu-popup-toggle.is-ended .video-icon-replay {
  display: block;
}
.edu-popup-sound .sound-icon-on,
.edu-popup-sound:not(.is-muted) .sound-icon-muted {
  display: none;
}
.edu-popup-sound:not(.is-muted) .sound-icon-on {
  display: block;
}
.edu-popup-seek {
  flex: 1;
  min-width: 0;
  opacity: 0.72;
  appearance: none;
  height: 14px;
  background: transparent;
  cursor: pointer;
}
.edu-popup-seek::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}
.edu-popup-seek::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background: #fff;
}
.edu-popup-seek::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}
.edu-popup-seek::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}

/* Education news */
.section-education-news {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-education-news > .container {
  display: none;
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-education.is-news-transition + .section-education-news > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-education.is-news-entering + .section-education-news > .container {
  transform: translateY(120vh) scale(0.8);
  filter: blur(12px);
  transition:
    opacity 0.75s ease,
    filter 0.85s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-education.is-news-transition.is-news-content-active + .section-education-news > .container {
  pointer-events: auto;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.section-education.is-news-reversing + .section-education-news > .container {
  opacity: 0;
  filter: blur(0);
  transform: translateY(120vh) scale(1);
  transition:
    opacity 0.5s ease,
    transform 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.section-education-news.is-education-entering .news-kicker,
.section-education-news.is-education-entering .foreword-news-grid {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-education-news.is-education-entering .slide-left,
.section-education-news.is-education-entering .slide-right,
.section-education-news.is-education-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
@media (min-width: 901px) {
  .section-education-news .news-kicker {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

/* Intelligence and Investigation */
.section-intelligence {
  --intel-content-offset: 0px;
  min-height: 100vh;
  background: var(--white);
  display: flex;
  align-items: flex-start;
  padding-top: 7vh;
  overflow: hidden;
}
.section-intelligence > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-intelligence .section-title {
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.intel-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 4vw, 64px);
  margin-top: clamp(40px, 6vh, 80px);
  --intel-arrow-height: 5vw;
  --intel-arrow-progress: 0;
}
.intel-chart {
  flex: 1 1 50%;
  min-width: 0;
  position: relative;
  transform: translateY(clamp(14px, 2.4vh, 28px));
}
.intel-chart-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 520 / 360;
  overflow: visible;
}
.intel-line {
  fill: none;
  stroke: var(--blue-light);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  stroke-linecap: round;
}
.intel-clip { transition: width 2.5s linear; }
.section-intelligence:not(.section-hr) .intel-clip-1.visible { width: 500px; }
.section-hr .intel-clip-1.visible,
.intel-clip-2.visible { width: 190px; }
.intel-dot {
  fill: transparent;
  stroke: var(--blue-dark);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.4);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.intel-dot.visible { opacity: 1; transform: scale(1); }
.intel-value {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  fill: var(--blue-light);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.intel-value.visible { opacity: 1; }
.intel-chart-years {
  position: relative;
  width: 100%;
  height: 28px;
  margin-top: 0;
}
.intel-chart-year {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 8px);
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.3vw, 1.3rem);
  font-weight: 400;
  color: #1a2330;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.intel-chart-year.visible { opacity: 1; transform: translate(-50%, 0); }
.intel-year-1 { left: 7.7%; }
.intel-year-2 { left: 28.8%; }
.intel-year-3 { left: 50%; }
.intel-year-4 { left: 71.2%; }
.intel-year-5 { left: 92.3%; }
.intel-arrow-col {
  flex: 0 0 clamp(60px, 7vw, 100px);
  position: relative;
  height: var(--intel-arrow-height);
  align-self: flex-start;
  margin-top: clamp(2px, 0.5vw, 6px);
}
.intel-stat-line {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(0, 32, 91, 0.3);
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform 0.85s cubic-bezier(0.4, 0, 0.2, 1),
    bottom 1.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.intel-stat-line.visible { transform: scaleX(1); }
.intel-line-top {
  top: 0;
  bottom: auto;
}
.intel-line-bottom {
  bottom: 0;
}
.intel-arrow-shape {
  position: absolute;
  left: 15%;
  bottom: 0;
  display: block;
  width: 70%;
  height: calc(var(--intel-arrow-progress, 0) * 100%);
  object-fit: fill;
  opacity: 1;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.intel-stat-info {
  flex: 1 1 30%;
  min-width: 0;
  padding-top: var(--intel-arrow-height);
  margin-top: clamp(14px, 2.4vh, 28px);
  opacity: 0;
  transform: translateY(calc(var(--intel-arrow-progress, 0) * var(--intel-arrow-height) * -1));
  transition:
    opacity 0.55s ease,
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-intelligence.started.intel-stat-visible .intel-stat-info {
  opacity: 1;
}
.intel-stat-value {
  display: flex;
  align-items: baseline;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  color: var(--blue-light);
  line-height: 1;
}
.intel-stat-percent {
  font-size: 0.55em;
  margin-left: 2px;
}
.intel-stat-label {
  margin-top: clamp(16px, 2.4vh, 26px);
  max-width: 320px;
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a2330;
  opacity: 1;
  transform: translateY(0);
  transition: none;
}
.intel-stat-label.visible { opacity: 1; transform: translateY(0); }
.intel-reveal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: stretch;
  max-width: 330px;
  min-height: 148px;
  margin-top: clamp(24px, 3.5vh, 42px);
  overflow: hidden;
  border: 1px solid var(--blue-dark);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(84px);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.55s ease, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.85s, box-shadow 0.25s ease;
}
.intel-reveal-card:hover {
  box-shadow: 0 8px 24px rgba(0, 32, 91, 0.18);
}
.intel-reveal-card.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.intel-reveal-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 22px 20px 20px 28px;
}
.intel-reveal-card-copy img {
  display: block;
  width: min(100%, 174px);
  height: auto;
}
.intel-reveal-card-copy p {
  margin: 0;
  color: #202833;
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  line-height: 1.25;
}
.intel-reveal-card-arrows {
  align-self: center;
  box-sizing: content-box;
  width: 22px;
  height: auto;
  padding-left: 20px;
  border-left: 1px dashed var(--blue-dark);
}
.section-intelligence:not(.section-hr) .intel-clip {
  transition-duration: 2s;
}
.section-intelligence:not(.section-hr) .intel-stat-line {
  transition-duration: 1.2s, 2s;
}
.section-intelligence:not(.section-hr) .intel-arrow-shape,
.section-intelligence:not(.section-hr) .intel-stat-info {
  transition-duration: 2s;
}

/* HR */
.section-hr .section-bg-blur {
  width: 720px;
  height: 720px;
  left: 210px;
  top: 54%;
  background: var(--blue-light);
  opacity: 0.18;
  filter: blur(112px);
}
.section-hr .section-title {
  margin-left: clamp(22px, 4vw, 72px);
}
.hr-row {
  width: min(560px, 58vw);
  margin-left: clamp(90px, 18vw, 240px);
  margin-top: clamp(82px, 12vh, 132px);
}
.hr-chart {
  position: relative;
  flex: 0 0 100%;
}
.section-hr .intel-chart-years {
  margin-top: 46px;
}
.hr-chart-num {
  position: absolute;
  display: block;
  font-family: var(--font-body);
  font-size: clamp(2.3rem, 4.6vw, 4.25rem);
  font-weight: 900;
  line-height: 1;
  color: var(--blue-light);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.38s ease,
    transform 0.45s cubic-bezier(0.18,0.84,0.2,1);
}
.section-hr.started .hr-chart-num.visible {
  opacity: 1;
  transform: translateY(0);
}
.hr-num-2023 {
  left: 20.5%;
  top: 80.5%;
}
.hr-num-2024 {
  left: 46%;
  top: 46.5%;
}
.hr-num-2025 {
  left: 84%;
  top: 0;
}

/* ITA Team overlay (education pattern on revenue) */
.section-revenue.is-team-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-revenue.is-team-transition.is-team-active > .container {
  opacity: 0.04;
  filter: blur(22px);
  transform: scale(0.62);
}
.section-ita-team {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-ita-team > .container {
  display: none;
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-revenue.is-team-transition + .section-ita-team > .container {
  position: fixed;
  top: 0;
  left: 230px;
  right: 0;
  bottom: 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 7vh;
  pointer-events: none;
}
.section-revenue.is-team-transition + .section-ita-team > .container > * {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-revenue.is-team-entering + .section-ita-team > .container > * {
  transform: translateY(120vh) scale(0.8);
  filter: blur(12px);
  transition:
    opacity 0.75s ease,
    filter 0.85s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-revenue.is-team-transition.is-team-content-active + .section-ita-team > .container {
  pointer-events: auto;
}
.section-revenue.is-team-transition.is-team-content-active + .section-ita-team > .container > * {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: none !important;
}
.section-revenue.is-team-transition.is-team-content-active + .section-ita-team.is-degrees-exiting > .container > * {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-revenue.is-team-transition.is-team-content-active + .section-ita-team.is-degrees-active > .container > *:not(.section-title) {
  opacity: 0.04 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.section-revenue.is-team-reversing + .section-ita-team > .container > * {
  opacity: 0 !important;
  filter: blur(0) !important;
  transform: translateY(120vh) scale(1) !important;
  transition:
    opacity 0.5s ease,
    transform 0.8s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-ita-team .section-title {
  margin: 0;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ita-team-subtitle {
  margin: 4px 0 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ita-team-layout {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  margin-top: clamp(24px, 4vh, 48px);
}
.ita-team-chart {
  flex: 1 1 75%;
  min-width: 0;
}
.ita-team-chart-inner {
  position: relative;
}
.ita-team-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 420;
}
.ita-team-baseline {
  fill: none;
  stroke: #c0c8d2;
  stroke-width: 1.2;
}
.ita-team-area {
  fill: rgba(0,169,230,0.08);
}
.ita-team-line {
  fill: none;
  stroke: var(--blue-light);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  stroke-linecap: round;
}
.ita-team-clip-rect {
  transition: width 0.35s linear;
}
.ita-team-dots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.ita-team-dot {
  position: absolute;
  left: var(--x);
  top: var(--cy);
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-dark);
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ita-team-dot.visible {
  opacity: 1;
}
.ita-team-values {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ita-team-values strong {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -10px);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 700;
  color: var(--blue-light);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ita-team-values strong.visible {
  opacity: 1;
}
.ita-team-years {
  position: relative;
  width: 100%;
  height: 24px;
  margin-top: 12px;
}
.ita-team-years span {
  position: absolute;
  left: var(--x);
  transform: translateX(-50%);
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 500;
  color: #5a6472;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ita-team-years span.visible {
  opacity: 1;
}
.ita-team-stat {
  flex: 0 0 auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.section-ita-team.team-stat-visible .ita-team-stat {
  opacity: 1;
}
.ita-team-stat-label {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
}
.ita-team-stat-num {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 900;
  color: var(--blue-light);
  line-height: 1;
}

/* ITA Team Degrees overlay */
.section-ita-degrees {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-ita-degrees > .container {
  display: none;
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-ita-team.is-degrees-transition + .section-ita-degrees > .container {
  position: fixed;
  top: 0;
  left: 230px;
  right: 0;
  bottom: 0;
  z-index: 25;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 7vh;
  pointer-events: none;
}
.section-ita-team.is-degrees-transition + .section-ita-degrees > .container > * {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-ita-team.is-degrees-transition.is-degrees-entering + .section-ita-degrees > .container > * {
  transform: translateY(120vh) scale(0.8);
  filter: blur(12px);
  transition:
    opacity 0.75s ease,
    filter 0.85s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-ita-team.is-degrees-transition.is-degrees-content-active + .section-ita-degrees > .container {
  pointer-events: auto;
}
.section-ita-team.is-degrees-transition.is-degrees-content-active + .section-ita-degrees > .container > * {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: none !important;
}
.section-ita-team.is-degrees-transition.is-degrees-returning + .section-ita-degrees > .container > * {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transition: none;
}
.section-ita-team.is-degrees-transition.is-degrees-returning.is-degrees-content-active + .section-ita-degrees > .container > * {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-ita-team.is-degrees-reversing + .section-ita-degrees > .container > * {
  opacity: 0 !important;
  filter: blur(0) !important;
  transform: translateY(120vh) scale(1) !important;
  transition:
    opacity 0.5s ease,
    transform 0.8s cubic-bezier(0.4, 0, 1, 1) !important;
}
.ita-degrees-subtitle {
  margin: calc(clamp(1.55rem, 2.05vw, 2.15rem) + 4px) 0 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ita-degrees-layout {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  margin-top: clamp(16px, 3vh, 32px);
}
.ita-degrees-donut-wrapper {
  position: relative;
  flex: 1 1 55%;
  min-width: 0;
}
.ita-degrees-donut-container {
  width: clamp(260px, 28vw, 380px);
  margin: 0;
}
.ita-degrees-ring {
  transition: none;
}
.ita-degrees-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ita-degrees-line {
  fill: none;
  stroke: rgba(0,32,91,0.25);
  stroke-width: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.8s ease;
}
.section-ita-degrees.degrees-animated .ita-degrees-line {
  stroke-dashoffset: 0;
}
.ita-degrees-callout {
  position: absolute;
  text-align: left;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section-ita-degrees.degrees-animated .ita-degrees-callout {
  opacity: 1;
}
.ita-degrees-master {
  left: 66%;
  right: auto;
  top: -4%;
}
.ita-degrees-sports {
  left: 66%;
  right: auto;
  top: 18%;
  max-width: 210px;
}
.ita-degrees-phd {
  right: 24%;
  bottom: 18%;
}
.ita-degrees-phd .ita-degrees-callout-num {
  color: var(--blue-light);
}
.ita-degrees-callout-label {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
  line-height: 1.1;
}
.ita-degrees-callout-num {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 900;
  color: var(--blue-dark);
  line-height: 1;
}
.ita-degrees-callout-num-small {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  font-weight: 400;
  color: #111111;
}
.ita-degrees-callout-label-small {
  display: block;
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 0.8vw, 0.86rem);
  font-weight: 400;
  color: #5a6472;
  line-height: 1.25;
}
.ita-degrees-stats {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vh, 28px);
}
.ita-degrees-stat-group {
  border-bottom: 1px solid rgba(0,32,91,0.15);
  padding-bottom: clamp(12px, 2vh, 20px);
}
.ita-degrees-stat-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ita-degrees-stat-title {
  margin: 0 0 6px;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 0.85vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
}
.ita-degrees-stat-row {
  display: flex;
  gap: clamp(24px, 3vw, 48px);
}
.ita-degrees-stat-item {
  display: flex;
  flex-direction: column;
  min-width: 60px;
}
.ita-degrees-stat-num,
.ita-degrees-stat-num-dash {
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  color: var(--blue-light);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.ita-degrees-stat-item span {
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 0.8vw, 0.86rem);
  font-weight: 400;
  color: #5a6472;
  text-transform: capitalize;
}
.ita-degrees-stat-group .ita-degrees-stat-row {
  padding-top: 0;
}

/* Keeping Sport Real */
.section-keeping-real {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.keeping-real-video {
  position: absolute;
  top: 0;
  left: 230px;
  right: 0;
  bottom: 0;
  width: calc(100% - 230px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}
.keeping-real-controls {
  position: absolute;
  left: calc(230px + 3%);
  right: 3%;
  width: auto;
  bottom: clamp(30px, 5.6vh, 60px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0.38;
  transition: opacity 0.25s ease;
}
.section-keeping-real:hover .keeping-real-controls,
.keeping-real-controls:focus-within {
  opacity: 0.82;
}
.keeping-real-sound,
.keeping-real-toggle {
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,0.78);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.keeping-real-toggle .video-icon-play,
.keeping-real-toggle .video-icon-replay,
.keeping-real-toggle.is-paused .video-icon-pause,
.keeping-real-toggle.is-ended .video-icon-pause,
.keeping-real-toggle.is-ended .video-icon-play {
  display: none;
}
.keeping-real-toggle.is-paused .video-icon-play,
.keeping-real-toggle.is-ended .video-icon-replay {
  display: block;
}
.keeping-real-sound .sound-icon-on,
.keeping-real-sound:not(.is-muted) .sound-icon-muted {
  display: none;
}
.keeping-real-sound:not(.is-muted) .sound-icon-on {
  display: block;
}
.keeping-real-seek {
  flex: 1;
  min-width: 0;
  opacity: 0.72;
  appearance: none;
  height: 14px;
  background: transparent;
  cursor: pointer;
}
.keeping-real-seek::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}
.keeping-real-seek::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background: #fff;
}
.keeping-real-seek::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}
.keeping-real-seek::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}
.keeping-real-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 230px;
  font-family: var(--font-body);
  font-size: clamp(3.2rem, 5.1vw, 6.1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--white);
}

/* Downloads */
.section-downloads {
  position: relative;
  min-height: 100vh;
  padding: var(--section-pad);
  background: var(--white);
  overflow: hidden;
}
.section-downloads .section-bg-blur {
  width: 760px;
  height: 760px;
  left: 210px;
  top: 54%;
  background: var(--blue-light);
  opacity: 0.18;
  filter: blur(112px);
}
.section-downloads > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.downloads-title {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 1.65vw, 1.8rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
}
.downloads-divider {
  width: min(100%, 660px);
  height: 1px;
  margin: clamp(26px, 3.8vh, 42px) 0 clamp(34px, 5.6vh, 58px);
  background: rgba(17,17,17,0.7);
}
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 220px));
  gap: 18px 26px;
  justify-content: center;
}
.section-downloads .downloads-title,
.section-downloads .downloads-divider {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.18,0.84,0.2,1);
}
.section-downloads .download-card {
  opacity: 0;
  transform: translateY(54px);
  transition: opacity 0.35s ease, transform 0.6s cubic-bezier(0.18,0.84,0.2,1), filter 0.22s ease;
}
.section-downloads.downloads-ready .downloads-title,
.section-downloads.downloads-ready .downloads-divider {
  opacity: 1;
  transform: translateY(0);
}
.section-downloads.downloads-ready .download-card {
  opacity: 1;
  transform: translateY(0);
}
.section-downloads.downloads-ready .download-card:nth-child(1) { transition-delay: .32s; }
.section-downloads.downloads-ready .download-card:nth-child(2) { transition-delay: .47s; }
.section-downloads.downloads-ready .download-card:nth-child(3) { transition-delay: .62s; }
.section-downloads.downloads-ready .download-card:nth-child(4) { transition-delay: .77s; }
.section-downloads.downloads-ready .download-card:nth-child(5) { transition-delay: .92s; }
.section-downloads.downloads-ready .download-card:nth-child(6) { transition-delay: 1.07s; }
.download-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 7px;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.download-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.download-card:hover,
.download-card:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(0,32,91,0.18);
  outline: none;
}
.download-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.28);
  background:
    radial-gradient(circle at 76% 30%, rgba(0,169,230,0.65) 0 11%, transparent 12%),
    linear-gradient(135deg, rgba(0,32,91,0.98), rgba(0,86,146,0.96) 58%, rgba(0,32,91,0.98));
}
.download-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 48%, rgba(255,255,255,0.12) 48.5% 63%, transparent 63.5%),
    linear-gradient(0deg, rgba(0,0,0,0.18), transparent 52%);
}
.download-thumb::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 20%;
  height: 1px;
  background: rgba(255,255,255,0.48);
  box-shadow:
    0 -22px 0 rgba(255,255,255,0.2),
    0 22px 0 rgba(255,255,255,0.2);
}
.download-thumb span,
.download-thumb strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--white);
  text-transform: uppercase;
}
.download-thumb span {
  padding: 10px 12px 0;
  font-size: clamp(0.68rem, 0.78vw, 0.82rem);
  font-weight: 900;
  color: var(--blue-light);
}
.download-thumb strong {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: clamp(0.82rem, 1vw, 1.05rem);
  font-weight: 700;
  line-height: 1.05;
}
.download-thumb-2 {
  background:
    radial-gradient(circle at 62% 47%, rgba(255,110,95,0.72) 0 13%, transparent 14%),
    linear-gradient(135deg, rgba(0,32,91,0.98), rgba(0,78,132,0.96) 58%, rgba(0,32,91,0.98));
}
.download-thumb-3 {
  background:
    radial-gradient(circle at 74% 54%, rgba(244,196,48,0.72) 0 11%, transparent 12%),
    linear-gradient(135deg, rgba(0,32,91,0.98), rgba(0,86,146,0.96) 58%, rgba(0,32,91,0.98));
}
.download-thumb-4 {
  background:
    radial-gradient(circle at 68% 44%, rgba(67,196,160,0.68) 0 14%, transparent 15%),
    linear-gradient(135deg, rgba(0,32,91,0.98), rgba(0,92,130,0.96) 58%, rgba(0,32,91,0.98));
}
.download-thumb-5 {
  background:
    radial-gradient(circle at 80% 80%, rgba(0,169,230,0.58) 0 25%, transparent 26%),
    linear-gradient(135deg, rgba(0,32,91,0.98), rgba(40,42,104,0.96) 62%, rgba(0,32,91,0.98));
}
.download-thumb-6 {
  background:
    radial-gradient(circle at 68% 52%, rgba(210,187,49,0.72) 0 13%, transparent 14%),
    linear-gradient(135deg, rgba(0,32,91,0.98), rgba(0,86,146,0.96) 58%, rgba(0,32,91,0.98));
}

/* Intelligence and Investigation - Funnel */
.section-funnel {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-funnel > .container {
  display: none;
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-intelligence.is-funnel-transition > .container {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}
.section-intelligence.is-funnel-exiting > .container,
.section-intelligence.is-funnel-exiting .intel-row {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-intelligence.is-funnel-transition .intel-row {
  opacity: 1;
  filter: blur(0);
  transform: translateY(var(--intel-content-offset)) scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 0.6s ease,
    filter 0.6s ease,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-intelligence.is-funnel-transition.is-funnel-active .intel-row {
  opacity: 0;
  filter: blur(22px);
  transform: translateY(var(--intel-content-offset)) scale(0.62);
}
.section-intelligence.is-funnel-transition + .section-funnel > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-intelligence.is-funnel-entering + .section-funnel > .container {
  transform: translateY(120vh) scale(0.8);
  filter: blur(12px);
  transition:
    opacity 0.75s ease,
    filter 0.85s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-intelligence.is-funnel-transition.is-funnel-content-active + .section-funnel > .container {
  pointer-events: auto;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.section-intelligence.is-funnel-reversing + .section-funnel > .container {
  opacity: 0;
  filter: blur(0);
  transform: translateY(120vh) scale(1);
  transition:
    opacity 0.5s ease,
    transform 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.section-intelligence.is-funnel-transition + .section-funnel .funnel-row {
  width: 100%;
  max-width: none;
  margin: 0;
}
.section-funnel.is-intelligence-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-funnel .section-title {
  margin: -90px 0 24px;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.funnel-mobile-title {
  display: none;
}
.funnel-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 80px);
  margin-top: clamp(24px, 4vh, 48px);
}

@media (max-width: 900px) {
  .section-intelligence,
  .section-funnel {
    background: #ffffff !important;
  }

  .section-intelligence .section-bg-blur,
  .section-funnel .section-bg-blur {
    display: block !important;
    width: 300px !important;
    height: 480px !important;
    left: 0 !important;
    top: 46% !important;
    background: var(--blue-light) !important;
    opacity: 0.15 !important;
    filter: blur(100px) !important;
    transform: translate(-62%, -50%) !important;
  }

  .section-funnel .funnel-mobile-title {
    display: block;
    width: 100%;
    margin: 0 0 24px !important;
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
  }

  .section-funnel > .container {
    flex-direction: column !important;
  }

  .section-funnel .funnel-row {
    margin-top: 0;
  }

  .section-funnel .funnel-chart {
    flex: none;
    width: 86%;
    max-width: 310px;
    margin: 8px auto 36px;
  }
}
.funnel-copy {
  flex: 1 1 32%;
  min-width: 0;
  max-width: 360px;
}
.funnel-copy p {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.08vw, 1.16rem);
  line-height: 1.32;
  color: #202833;
}
.funnel-chart {
  position: relative;
  flex: 1 1 60%;
  min-width: 0;
  aspect-ratio: 900 / 480;
  margin-bottom: clamp(40px, 6vh, 64px);
}
.funnel-svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.funnel-grad-fill-start { stop-color: var(--blue-light); stop-opacity: 0.4; }
.funnel-grad-fill-end   { stop-color: var(--blue-light); stop-opacity: 0; }
.funnel-fill {
  opacity: 0;
  transition: opacity 1.1s ease;
}
.funnel-fill.visible { opacity: 1; }
.funnel-fill-clip {
  transition: width 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.funnel-fill-clip.at-stage-2 { width: 500px; }
.funnel-fill-clip.at-stage-3 { width: 760px; }
.funnel-outline {
  fill: none;
  stroke: var(--blue-light);
  stroke-width: 1.5;
}
.funnel-dash {
  fill: none;
  stroke: var(--blue-light);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
  stroke-linecap: round;
}
.funnel-outline-clip {
  transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.funnel-outline-clip.visible { width: 900px; }
.funnel-num {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-body);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.funnel-num-traveler {
  left: 11%;
  color: var(--blue-light);
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  opacity: 0;
  transition:
    left 1.3s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 1.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.7s ease;
}
.funnel-num-traveler.visible {
  opacity: 1;
}
.funnel-num-traveler.is-counting {
  color: rgba(0, 169, 230, 0.35);
}
.funnel-num-traveler.at-stage-2 {
  left: 46%;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}
.funnel-num-traveler.at-stage-3 {
  left: 88%;
  font-size: clamp(1.3rem, 2.2vw, 2.2rem);
}
.funnel-ghost-1,
.funnel-ghost-2 {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.funnel-ghost-1.visible,
.funnel-ghost-2.visible { opacity: 1; }
.funnel-ghost-1 {
  left: 11%;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  color: var(--blue-light);
}
.funnel-ghost-2 {
  left: 46%;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  color: var(--blue-light);
}
.funnel-label {
  position: absolute;
  text-align: left;
  max-width: 180px;
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a2330;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.funnel-label.visible { opacity: 1; transform: translateY(0); }
.funnel-label-1 { left: 2%; top: 104%; }
.funnel-label-2 { left: 42%; top: 83.3%; }
.funnel-label-3 { left: 86%; top: 60.5%; }

@media (min-width: 901px) {
  .section-major-events > .container,
  .section-major-events-news > .container,
  .section-education > .container,
  .section-education-news > .container,
  .section-intelligence > .container,
  .section-hr > .container,
  .section-funnel > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-major-events .section-title,
  .major-events-layout,
  .major-events-text,
  .major-events-logos,
  .section-major-events-news .news-kicker,
  .section-major-events-news .foreword-news-grid,
  .section-education .section-title,
  .education-layout,
  .education-stats-grid,
  .section-education-news .news-kicker,
  .section-education-news .foreword-news-grid,
  .section-intelligence .section-title,
  .section-hr .section-title,
  .intel-row,
  .hr-row,
  .section-funnel .section-title,
  .funnel-row {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-intelligence > .container {
    margin: 0 0 0 230px;
  }
}

.section-education-aquatics {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background: #00205B;
}
.section-education-aquatics::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: url("../assets/separator_swim_02_no_logo.jpg") center / cover no-repeat;
  opacity: var(--aquatics-bg-opacity, 0);
  transition: opacity 0.65s ease-out;
  pointer-events: none;
}
#testing-quote::before {
  background-image: url("../assets/separator_swim_02_no_logo.jpg");
}
.section-education-aquatics::after {
  display: none;
}
.education-aquatics-overlay {
  position: absolute;
  left: 0;
  top: -5vh;
  bottom: auto;
  z-index: 0;
  width: 78vw;
  height: 110vh;
  margin: 0;
  padding: 0;
  background: url("../assets/divider_logo_part.png") center / contain no-repeat;
  opacity: 0;
  transform: translateX(-100%);
  transition:
    opacity 0.9s 1.05s ease,
    transform 1.1s 1.05s cubic-bezier(0.2,0.82,0.24,1);
  pointer-events: none;
  mix-blend-mode: screen;
}
.section-education-aquatics.overlay-visible .education-aquatics-overlay {
  opacity: 0.68;
  transform: translateX(0);
}
.education-aquatics-content {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 48px));
  margin-right: clamp(72px, 10vw, 170px);
  color: var(--white);
  opacity: 0;
  transform: translateX(90px);
  transition:
    opacity 0.72s 0.18s ease,
    transform 0.88s 0.18s cubic-bezier(0.2,0.82,0.24,1);
}
.education-aquatics-content.visible {
  opacity: calc(1 - (var(--section-exit-progress, 0) * 0.72));
  transform:
    translateX(0)
    translateY(calc(var(--section-exit-progress, 0) * -128px))
    scale(calc(1 - (var(--section-exit-progress, 0) * 0.32)));
}
.education-aquatics-mark {
  position: absolute;
  left: -48px;
  top: -56px;
  z-index: -1;
  width: clamp(92px, 9vw, 132px);
  aspect-ratio: 170 / 131;
  margin: 0;
  background: url("../assets/quote.png") center / contain no-repeat;
  opacity: 0;
  transform: translateY(-96px);
  transition:
    opacity 0.78s 0.42s ease,
    transform 0.95s 0.42s cubic-bezier(0.16,0.82,0.2,1);
  pointer-events: none;
}
.education-aquatics-content.visible .education-aquatics-mark {
  opacity: 1;
  transform: translateY(0);
}
.education-aquatics-content blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: clamp(16px, 2.22vh, 24px);
  font-weight: 500;
  line-height: 1.294;
  color: var(--white);
}
.education-aquatics-content cite {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-body);
  font-size: clamp(13px, 1.76vh, 19px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.21;
  color: rgba(255,255,255,0.82);
}
.education-aquatics-content cite strong {
  font-weight: 700;
  font-style: italic;
  color: var(--white);
}
.section-science-aquatics-quote {
  justify-content: flex-end;
}
.section-science-aquatics-quote .education-aquatics-overlay {
  left: 0;
  top: -5vh;
  width: 78vw;
  height: 110vh;
}
.section-science-aquatics-quote .education-aquatics-content {
  margin-left: auto;
  margin-right: clamp(24px, 3.65vw, 70px);
}
.section-uci-cycling-quote::before {
  background-image: url("../assets/uci-quote-bg-2.jpg");
}
@media (min-width: 901px) {
  .education-aquatics-content {
    margin-right: clamp(24px, 3.65vw, 70px);
  }
}

/* Donut */
.donut-svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  filter: var(--donut-pressed-shadow);
}

.donut-ring {
  stroke-dasharray: 0 503;
  transition: stroke-dasharray 1.5s cubic-bezier(0.4,0,0.2,1);
}
.donut-ring.animated { stroke-dasharray: var(--target-dash, 0 503) !important; }

.donut-center {
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  background: var(--white);
  box-shadow: none;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  z-index: 5;
}
.donut-number {
  font-family: var(--font-body);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--blue-dark);
  line-height: 1;
}
.donut-label {
  font-family: var(--font-body);
  font-size: clamp(0.86rem, 1.05vw, 1.05rem);
  letter-spacing: 3px;
  color: var(--blue-dark);
  text-transform: uppercase;
  margin-top: 6px;
  line-height: 1.4;
}

/* Sample collection */
.section-sample {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 56%, rgba(0,169,230,0.24) 0%, rgba(0,169,230,0.16) 13%, rgba(0,169,230,0.07) 31%, rgba(0,169,230,0) 54%),
    var(--white);
  display: flex;
  align-items: center;
}
.section-sample > .container {
  width: 100%;
  max-width: 1120px;
}
.section-sample .section-title {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sample-layout {
  display: flex;
  justify-content: center;
}
.sample-copy p {
  max-width: 300px;
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  line-height: 1.35;
  color: #202833;
  text-align: justify;
  hyphens: auto;
}
.sample-chart {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.sample-donut {
  position: relative;
  z-index: 2;
  width: clamp(320px, 32vw, 450px);
  aspect-ratio: 1;
  filter: none;
}
.sample-donut-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  filter: var(--donut-pressed-shadow);
}
.sample-donut-ring {
  stroke-linecap: butt;
  transition:
    stroke 0.78s ease,
    opacity 0.45s ease;
}
.sample-donut-red { stroke: var(--sample-red-stroke, #ff675f); }
.sample-donut-blue { stroke: var(--sample-blue-stroke, var(--blue-light)); }
.sample-donut-blue {
  opacity: var(--sample-blue-ring-opacity, 0);
}
.sample-donut-center {
  position: absolute;
  inset: 31%;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sample-donut-center strong {
  font-family: var(--font-body);
  font-size: clamp(2.5rem, 3.4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--blue-dark);
}
.sample-donut-track {
  stroke: #d8e4ee;
}
.sample-donut-center span {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: clamp(0.88rem, 1vw, 1.12rem);
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: var(--blue-dark);
  text-transform: uppercase;
}
.sample-total-label {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sample-total-label.visible {
  opacity: 1;
  transform: translateY(0);
}
.sample-from {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 14px;
}
.sample-from-label {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-dark);
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2,0.82,0.24,1);
}
.sample-from.label-visible .sample-from-label {
  opacity: 1;
  transform: translateY(0);
}
.sample-from-num {
  font-family: var(--font-body);
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--blue-dark);
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2,0.82,0.24,1);
}
.sample-from.num-visible .sample-from-num {
  opacity: 1;
  transform: translateY(0);
}
.sample-from-athletes {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-dark);
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.2,0.82,0.24,1);
}
.sample-from.athletes-visible .sample-from-athletes {
  opacity: 1;
  transform: translateY(0);
}
.sample-stat-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sample-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
  opacity: var(--sample-collection-opacity, 0);
  transform: translateY(calc(12px * (1 - var(--sample-collection-opacity, 0))));
}
.sample-line {
  fill: none;
  stroke: rgba(0, 32, 91, 0.28);
  stroke-width: 1.2;
  stroke-linecap: square;
}
.sample-top-stat {
  position: absolute;
  top: -64px;
  right: -360px;
  min-width: 400px;
  width: 400px;
  padding-left: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  text-transform: uppercase;
  color: #111111;
  opacity: var(--sample-collection-opacity, 0);
  transform: translateY(calc(12px * (1 - var(--sample-collection-opacity, 0))));
  transition: none;
}
.sample-top-stat::after {
  content: none;
}
.sample-top-stat::before {
  content: none;
}
.sample-top-stat span {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.12vw, 1.25rem);
  line-height: 1.12;
  letter-spacing: 0.05em;
  min-height: 2.24em;
  white-space: nowrap;
}
.sample-top-stat strong {
  font-family: var(--font-body);
  font-size: clamp(2.6rem, 3.4vw, 4.05rem);
  font-weight: 700;
  line-height: 0.95;
  color: #ff675f;
}
.sample-side-stat {
  position: absolute;
  right: -360px;
  top: 54%;
  width: 285px;
  min-width: 285px;
  color: #111111;
  text-transform: uppercase;
  opacity: var(--sample-collection-opacity, 0);
  transform: translateY(calc(12px * (1 - var(--sample-collection-opacity, 0))));
  transition: none;
}
.sample-phase-top-text,
.sample-phase-bottom-text {
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sample-phase-top-text.exiting,
.sample-phase-bottom-text.exiting {
  opacity: 0;
  transform: translateY(-8px);
}
.sample-phase-top-text.entering,
.sample-phase-bottom-text.entering {
  opacity: 0;
  transform: translateY(8px);
  transition: none;
}
.sample-stat-left {
  position: absolute;
  left: -340px;
  top: 31%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 300px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sample-stat-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.sample-left-group-2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sample-left-group-2.visible {
  opacity: 1;
}
.sample-left-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sample-left-top,
.sample-left-bottom {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 0;
  text-align: right;
}
.sample-left-top-label,
.sample-left-bottom-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--font-body);
  font-size: clamp(0.58rem, 0.68vw, 0.72rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0,32,91,0.62);
  line-height: 1.2;
  min-height: 2.35em;
  padding-right: 12px;
  border-right: 2px solid rgba(0,32,91,0.18);
  white-space: nowrap;
}
.sample-left-top-num,
.sample-left-bottom-num {
  font-family: var(--font-body);
  font-size: clamp(1.12rem, 1.45vw, 1.58rem);
  font-weight: 700;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.sample-left-top-num {
  color: #ff675f;
}
.sample-left-bottom-num {
  color: var(--blue-light);
}
.sample-side-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  line-height: 1.12;
  letter-spacing: 0.05em;
  min-height: 2.24em;
  white-space: nowrap;
}
.sample-side-stat strong {
  position: relative;
  display: block;
  width: max-content;
  margin-top: 6px;
  padding-bottom: 10px;
  font-family: var(--font-body);
  font-size: clamp(2.6rem, 3.35vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
  color: var(--blue-light);
}
.sample-side-stat strong::before {
  content: none;
}
.sample-side-stat strong::after {
  content: none;
}
.sample-side-events {
  display: block;
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1.16;
  letter-spacing: 0.03em;
  text-transform: none;
}
.sample-side-events b {
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 400;
  color: #000000;
}
.sample-top-connector {
  display: none;
}
.sample-top-connector path {
  fill: none;
  stroke: rgba(0,0,0,0.26);
  stroke-width: 1.2;
  stroke-linecap: butt;
}

/* Sample animation states */
.sample-donut-red,
.sample-donut-blue {
  transition:
    stroke 0.78s ease,
    opacity 0.45s ease;
}
.section-sample.is-nationalities-transition .sample-layout {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-sample.is-nationalities-transition.is-nationalities-active .sample-layout {
  opacity: 0;
  visibility: hidden;
  filter: blur(22px);
  transform: scale(0.62);
  transition:
    opacity 0.72s ease,
    visibility 0s linear 0.72s,
    filter 0.72s ease,
    transform 0.78s cubic-bezier(0.4, 0, 1, 1);
}
.section-sample.is-nationalities-exiting .sample-layout,
.section-sample.is-nationalities-returning .sample-layout {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
.section-sample.is-nationalities-transition .sample-chart {
  overflow: visible;
}
.section-sample.is-nationalities-transition:not(.is-nationalities-reversing) .sample-stat-left,
.section-sample.is-nationalities-transition:not(.is-nationalities-reversing) .sample-stat-layer,
.section-sample.is-nationalities-transition:not(.is-nationalities-reversing) .sample-lines,
.section-sample.is-nationalities-transition:not(.is-nationalities-reversing) .sample-from {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
.section-sample.is-nationalities-transition.is-nationalities-active .sample-stat-left,
.section-sample.is-nationalities-transition.is-nationalities-active .sample-stat-layer,
.section-sample.is-nationalities-transition.is-nationalities-active .sample-lines,
.section-sample.is-nationalities-transition.is-nationalities-active .sample-from,
.section-sample.is-nationalities-transition.is-nationalities-exiting .section-title {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
.section-sample.is-nationalities-transition + .section-nationalities > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 24;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-sample.is-nationalities-transition.is-nationalities-content-active + .section-nationalities > .container {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.section-sample.is-nationalities-entering + .section-nationalities > .container {
  transform: translateY(120vh) scale(1);
  opacity: 0;
  filter: blur(0);
}
.section-sample.is-nationalities-entering.is-nationalities-content-active + .section-nationalities > .container {
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 0.75s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-sample.is-nationalities-reversing + .section-nationalities > .container {
  opacity: 0;
  filter: blur(0);
  transform: translateY(120vh) scale(1);
  transition:
    opacity 0.5s ease,
    transform 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.section-nationalities.is-sample-entering .nationalities-section-title {
  display: none;
}
.section-nationalities.is-sample-entering .nationalities-hero span,
.section-nationalities.is-sample-entering .nationalities-hero strong,
.section-nationalities.is-sample-entering .nationalities-heading {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.section-nationalities.is-sample-entering .nationalities-panel {
  position: relative;
  z-index: 0;
  margin-top: clamp(30px, 5vh, 58px);
}
.section-nationalities.is-sample-entering .nationalities-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: calc(100% + 18vh);
  transform: translateX(-50%);
  background: rgba(223, 244, 251, 0.56);
  pointer-events: none;
}

@media (min-width: 901px) {
  .section-sample > .container,
  .section-tues > .container,
  .section-nationalities > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-sample .section-title,
  .sample-layout,
  .section-tues .section-title,
  .tues-layout,
  .nationalities-section-title,
  .nationalities-hero,
  .nationalities-panel {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-sample.is-nationalities-transition + .section-nationalities > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
}

/* Nationalities */
.section-nationalities {
  height: 0;
  min-height: 0;
  overflow: visible;
  background: transparent;
  display: block;
  padding: 0;
}
.section-nationalities .container {
  width: 100%;
  padding-top: clamp(8px, 2.4vh, 28px);
  display: none;
}
.section-sample.is-nationalities-transition + .section-nationalities > .container {
  display: flex;
}
.nationalities-section-title {
  margin: -60px 0 18px;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.nationalities-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
  min-height: 116px;
  width: fit-content;
  margin: clamp(132px, 14vh, 184px) auto 0;
  font-family: var(--font-body);
  text-transform: uppercase;
  color: #1c2636;
}
.nationalities-hero span {
  flex: 0 0 clamp(150px, 17vw, 230px);
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 400;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s, transform 0.55s cubic-bezier(0.4,0,0.2,1);
}
.nationalities-hero span:first-child {
  text-align: right;
}
.nationalities-hero span:last-child {
  text-align: left;
}
.nationalities-hero strong {
  display: inline-block;
  min-width: 3.15ch;
  font-family: var(--font-body);
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 1;
  font-weight: 700;
  color: var(--blue-light);
  text-align: center;
  font-variant-numeric: tabular-nums;
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 1s 0.18s, transform 1s 0.18s cubic-bezier(0.16,1,0.3,1);
}
.section-nationalities.started .nationalities-hero span,
.section-nationalities.started .nationalities-hero strong {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.nationalities-panel {
  padding: 24px 0 72px;
}
.nationalities-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
  margin-bottom: 46px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s 0.25s, transform 0.55s 0.25s cubic-bezier(0.4,0,0.2,1);
}
.section-nationalities.started .nationalities-heading {
  opacity: 1;
  transform: translateY(0);
}
.nationalities-heading span {
  height: 1px;
  background: rgba(0,32,91,0.18);
}
.nationalities-heading h2 {
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #1c2636;
}
.flags-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(64px, 1fr));
  row-gap: 54px;
  column-gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
  opacity: 1;
}
.flag-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  opacity: 1;
  transform: scale(1);
}
.flag-reel {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 45% 42%, #d7e5ef 0%, #edf5fa 46%, #ffffff 100%);
  box-shadow:
    0 10px 18px rgba(0,32,91,0.14),
    inset 5px 6px 10px rgba(0,32,91,0.10);
  overflow: hidden;
  position: relative;
}
.flag-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle at 55% 60%, rgba(0,32,91,0) 48%, rgba(0,32,91,0.10) 100%);
  mix-blend-mode: normal;
}
.flag-reel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 0.22s ease, transform 0.22s ease;
  position: relative;
  z-index: 1;
}
.flag-slot.spinning .flag-reel img {
  opacity: 1;
  transform: scale(1);
  animation: flagImageRoll var(--reel-speed, 180ms) cubic-bezier(0.2,0.7,0.2,1) infinite;
}
.flag-slot.stopped .flag-reel img {
  opacity: 1;
  transform: scale(1);
}
.flag-slot.stopped .flag-reel {
  background: #ffffff;
  box-shadow:
    0 10px 18px rgba(0,32,91,0.14),
    inset 5px 6px 10px rgba(0,32,91,0.10),
    inset 0 0 0 1px rgba(0,32,91,0.06);
}
@keyframes flagImageRoll {
  0% { transform: translateY(-72%); filter: blur(1.1px); opacity: 0.35; }
  42% { transform: translateY(0); filter: blur(0); opacity: 1; }
  100% { transform: translateY(72%); filter: blur(1px); opacity: 0.35; }
}
.flag-slot > span {
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 1px;
  color: #3a4656;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s, transform 0.25s;
}
.flag-slot.stopped > span {
  opacity: 1;
  transform: translateY(0);
}
.section-nationalities.exiting .flag-slot {
  animation: none;
}
.section-nationalities.exiting .flags-grid {
  opacity: 1;
  transform: none;
}

/* TUEs */
.section-tues {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  background: var(--off-white);
  overflow: visible;
}
.section-tues.is-tues-exiting > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-tues.is-tues-returning > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition: none !important;
}
.section-tues.is-tues-returning.is-tues-returned > .container {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-tues .section-bg-blur {
  width: 620px;
  height: 620px;
  left: 12%;
  top: 56%;
  opacity: 0.22;
  filter: blur(115px);
  transform: translate(-50%, -50%);
}
.section-tues > .container {
  position: relative;
  z-index: 1;
  top: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 7vh;
  padding-bottom: 0;
}
.section-tues > .container {
  width: 100%;
  max-width: 1120px;
}
.section-tues .section-title {
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
  transform: none;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
.tues-heading {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.tues-subtitle {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 980px;
  min-height: 2.5em;
  margin: 0 auto 18px;
  font-family: var(--font-body);
  font-size: clamp(0.94rem, 1.05vw, 1.12rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a5568;
}
.tues-dashboard-link {
  margin: 6px 0 0;
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 400;
  color: #4a5568;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 320ms ease, transform 320ms ease, visibility 0s linear 0s;
}
.tues-dashboard-link a {
  color: var(--coral);
  text-decoration: none;
}
.tues-dashboard-link a:hover {
  text-decoration: underline;
}
.section-tues.tues-abp-mode .tues-dashboard-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 320ms ease, transform 320ms ease, visibility 0s linear 320ms;
}
.tues-subtitle-text {
  flex: 0 1 auto;
  line-height: 1.05;
  text-align: left;
}
.tue-ituec-card {
  position: absolute;
  top: 7vh;
  right: clamp(64px, 6vw, 108px);
  z-index: 3;
  display: grid;
  grid-template-columns: 130px minmax(145px, 1fr) 36px;
  align-items: center;
  width: min(442px, 38vw);
  min-height: 78px;
  text-decoration: none;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--blue-dark);
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.6s, box-shadow 0.25s ease;
}
.tue-ituec-card:hover {
  box-shadow: 0 8px 24px rgba(0, 32, 91, 0.18);
}
.tue-ituec-card::before,
.tue-ituec-card::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  border-left: 1px dashed var(--blue-dark);
}
.tue-ituec-card::before { left: 148px; }
.tue-ituec-card::after { right: 50px; }
.section-tues.tues-ituec-card-visible .tue-ituec-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.tue-ituec-logo {
  display: block;
  width: min(100%, 124px);
  height: auto;
}
.tue-ituec-card p {
  margin: 0;
  padding: 0 14px;
  color: #202833;
  font-size: clamp(0.66rem, 0.7vw, 0.76rem);
  line-height: 1.28;
}
.tue-ituec-arrows {
  justify-self: center;
  width: 16px;
}

.info-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #4a5568;
  cursor: help;
}

.info-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 6px);
  width: min(260px, 78vw);
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--blue-dark);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5;
}
.info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--blue-dark);
}
.info-icon:hover .info-tooltip,
.info-icon:focus .info-tooltip,
.info-icon:focus-visible .info-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.info-icon.tooltip-hidden .info-tooltip {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
}
.section-tues.tues-substance-mode .info-icon,
.section-tues.tues-abp-mode .info-icon {
  display: none;
}

.tues-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(540px, 1fr);
  gap: clamp(48px, 5vw, 72px);
  align-items: start;
  opacity: var(--tues-layout-opacity, 0);
  transform: translateY(calc(28px * (1 - var(--tues-layout-opacity, 0))));
  margin-top: auto;
  margin-bottom: auto;
}
.section-tues .tues-donut-wrapper.fade-up,
.section-tues .tues-donut-wrapper.fade-up.visible,
.section-tues .tues-donut-wrapper.fade-up.out {
  opacity: 1;
  transform: none;
  transition: none;
}
.tues-text p {
  max-width: 300px;
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  line-height: 1.35;
  color: #202833;
  text-align: justify;
  hyphens: auto;
  margin-bottom: 14px;
}
.tues-divider {
  display: none;
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: rgba(0,32,91,0.3);
}
.tue-substance-summary,
.tue-abp-summary {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  display: grid;
  gap: 26px;
  width: 100%;
  max-width: 260px;
  margin-top: 88px;
  opacity: var(--tues-summary-opacity, 0);
  transform: translateY(calc(10px * (1 - var(--tues-summary-opacity, 0))));
  pointer-events: none;
}
.tue-abp-summary {
  gap: 70px;
  max-width: 330px;
  opacity: var(--tues-abp-summary-opacity, 0);
  transform: translateY(calc(10px * (1 - var(--tues-abp-summary-opacity, 0))));
}
.tue-substance-summary-item {
  display: grid;
  gap: 4px;
}
.tue-abp-summary-item {
  display: grid;
  gap: 8px;
}
.tue-summary-label {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  line-height: 1.12;
  color: #111111;
}
.tue-summary-num {
  font-family: var(--font-body);
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  font-weight: 900;
  line-height: 1;
  color: var(--teal-light);
}
.tue-side-stats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

/* Donut wrapper */
.tues-donut-wrapper {
  position: relative;
  grid-row: 1;
  height: 520px;
  width: 100%;
  margin-top: 18px;
  margin-left: -54px;
  grid-column: 2;
}
.tues-donut-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 29vw, 400px);
  height: auto;
  aspect-ratio: 1;
  filter: none;
}
.section-tues .donut-ring { transition: none; }
.section-tues .donut-center {
  inset: 31%;
  background: transparent;
  box-shadow: none;
}
.section-tues .donut-center .donut-number {
  opacity: var(--tues-total-opacity, 0);
  transform: translateY(calc(8px * (1 - var(--tues-total-opacity, 0))));
  font-size: clamp(2.5rem, 3.4vw, 4rem);
  font-weight: 700;
}
.section-tues .donut-center .donut-label {
  opacity: var(--tues-total-opacity, 0);
  font-family: var(--font-body);
  font-size: clamp(0.88rem, 1vw, 1.12rem);
  line-height: 1.25;
  letter-spacing: 0.12em;
}

/* Connector lines */
.tues-lines,
.tues-substance-lines,
.tues-abp-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}
.tues-line,
.tues-substance-line,
.tues-abp-line {
  fill: none;
  stroke: rgba(0,32,91,0.28);
  stroke-width: 1.2;
  stroke-linecap: square;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.tues-line-approved  { stroke-dashoffset: calc(1 - var(--tues-line-approved,  0)); }
.tues-line-withdrawn { stroke-dashoffset: calc(1 - var(--tues-line-withdrawn, 0)); }
.tues-line-denied    { stroke-dashoffset: calc(1 - var(--tues-line-denied,    0)); }
.tues-line-pending   { stroke-dashoffset: calc(1 - var(--tues-line-pending,   0)); }
.tues-substance-line-stimulants      { stroke-dashoffset: calc(1 - var(--tues-line-stimulants, 0)); }
.tues-substance-line-diuretics       { stroke-dashoffset: calc(1 - var(--tues-line-diuretics, 0)); }
.tues-substance-line-glucocorticoids { stroke-dashoffset: calc(1 - var(--tues-line-glucocorticoids, 0)); }
.tues-substance-line-hormone         { stroke-dashoffset: calc(1 - var(--tues-line-hormone, 0)); }
.tues-substance-line-other           { stroke-dashoffset: calc(1 - var(--tues-line-other, 0)); }
.tues-abp-line-lab   { stroke-dashoffset: calc(1 - var(--tues-line-abp-lab, 0)); }
.tues-abp-line-other { stroke-dashoffset: calc(1 - var(--tues-line-abp-other, 0)); }
.tues-abp-line-test  { stroke-dashoffset: calc(1 - var(--tues-line-abp-test, 0)); }

/* Callout labels */
.tue-callout,
.tue-substance-callout,
.tue-abp-callout {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 6px;
  z-index: 2;
  text-align: center;
  transition: none;
}
.tue-callout-approved  { right: -30px; top: 18%; opacity: var(--tues-teal-opacity, 0); transform: translateY(-100%); }
.tue-callout-withdrawn { left: -100px; top: 24%; opacity: var(--tues-navy-opacity, 0); transform: translateY(-100%); }
.tue-callout-denied    { left: -100px; top: 60%; opacity: var(--tues-gray-opacity, 0); transform: translateY(-100%); }
.tue-callout-pending   { left: -100px; top: 88%; opacity: var(--tues-mint-opacity, 0); transform: translateY(-100%); }
.tue-callout-withdrawn,
.tue-callout-denied,
.tue-callout-pending {
  align-items: flex-end;
  text-align: right;
}
.tue-substance-stats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.tue-abp-stats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.tue-substance-stimulants      { left: -80px; top: 21%; opacity: var(--tues-stimulants-opacity, 0); transform: translateY(-100%); }
.tue-substance-diuretics       { left: -80px; top: 88%; opacity: var(--tues-diuretics-opacity, 0); transform: translateY(-100%); }
.tue-substance-glucocorticoids { right: -50px; top: 18%; opacity: var(--tues-glucocorticoids-opacity, 0); transform: translateY(-100%); }
.tue-substance-hormone         { right: -50px; top: 65%; opacity: var(--tues-hormone-opacity, 0); transform: translateY(-100%); }
.tue-substance-other           { right: -44px; top: 88%; opacity: var(--tues-other-opacity, 0); transform: translateY(-100%); }
.tue-abp-lab   { right: -44px; top: 21%; opacity: var(--tues-abp-lab-opacity, 0); transform: translateY(-100%); }
.tue-abp-other { right: -44px; top: 56%; opacity: var(--tues-abp-other-opacity, 0); transform: translateY(-100%); }
.tue-abp-test  { right: -44px; top: 88%; opacity: var(--tues-abp-test-opacity, 0); transform: translateY(-100%); }
.tue-substance-stimulants,
.tue-substance-diuretics {
  align-items: flex-end;
  text-align: right;
}
.tue-substance-glucocorticoids,
.tue-substance-hormone,
.tue-substance-other,
.tue-abp-lab,
.tue-abp-other,
.tue-abp-test {
  align-items: flex-start;
  text-align: left;
}

.tue-num {
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 2.1vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}
.tue-callout-approved {
  align-items: flex-start;
  gap: 7px;
  text-align: left;
}
.tue-num.teal  { color: var(--teal); }
.tue-num.navy  { color: var(--blue-dark); }
.tue-num.gray  { color: var(--gray-light); }
.tue-num.mint  { color: var(--teal-light); }
.tue-num.coral { color: var(--coral); }
.tue-num.outline-teal {
  color: var(--white);
  -webkit-text-stroke: 1.1px var(--teal);
  text-stroke: 1.1px var(--teal);
}

.tue-label {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--blue-mid);
  text-transform: uppercase;
  line-height: 1.18;
}

.ring-teal  { stroke: var(--teal); }
.ring-navy  { stroke: var(--blue-dark); }
.ring-mint  { stroke: var(--teal-light); }
.ring-gray  { stroke: var(--gray-light); }
.ring-coral { stroke: var(--white); }

/* Result Management */
.section-result-management {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  background: var(--white);
  overflow: visible;
}
.section-result-management .section-bg-blur {
  width: 115vh;
  height: 115vh;
  left: 13%;
  top: 50%;
  background: var(--blue-light);
  opacity: 0.16;
  filter: blur(120px);
}
.section-result-management > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 7vh;
  padding-bottom: 0;
}
.section-result-management > .container .section-title {
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
.rm-heading {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.rm-subtitle {
  width: 100%;
  max-width: none;
  min-height: 2.5em;
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: clamp(0.94rem, 1.05vw, 1.12rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
}
.rm-layout {
  width: 100%;
  max-width: 980px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  opacity: var(--rm-layout-opacity, 0);
  transform: translateY(calc(28px * (1 - var(--rm-layout-opacity, 0))));
}
.section-result-management .rm-layout.fade-up,
.section-result-management .rm-layout.fade-up.visible,
.section-result-management .rm-layout.fade-up.out {
  opacity: 1;
  transform: none;
  transition: none;
}
.rm-donut-wrapper {
  position: relative;
  width: min(100%, 760px);
  height: 520px;
  margin: 0 0 0 auto;
}
.rm-donut-container {
  position: absolute;
  left: 48%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: clamp(310px, 30vw, 420px);
  aspect-ratio: 1;
  filter: none;
}
.section-result-management .rm-donut-center {
  inset: 31%;
  background: transparent;
  box-shadow: none;
}
.rm-total-number {
  display: block;
  opacity: var(--rm-total-opacity, 0);
  transform: translateY(calc(8px * (1 - var(--rm-total-opacity, 0))));
  font-family: var(--font-body);
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--blue-dark);
}
.rm-total-label {
  display: block;
  opacity: var(--rm-total-opacity, 0);
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--blue-dark);
}
.rm-lines,
.rm-whereabouts-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}
.rm-line,
.rm-whereabouts-line {
  fill: none;
  stroke: rgba(17,17,17,0.7);
  stroke-width: 1.2;
  stroke-linecap: square;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.rm-line-sanctions { stroke-dashoffset: calc(1 - var(--rm-line-sanctions, 0)); }
.rm-line-pending   { stroke-dashoffset: calc(1 - var(--rm-line-pending, 0)); }
.rm-line-denied    { stroke-dashoffset: calc(1 - var(--rm-line-denied, 0)); }
.rm-line-ongoing   { stroke-dashoffset: calc(1 - var(--rm-line-ongoing, 0)); }
.rm-whereabouts-line-recorded     { stroke-dashoffset: calc(1 - var(--rm-line-whereabouts-recorded, 0)); }
.rm-whereabouts-line-referred     { stroke-dashoffset: calc(1 - var(--rm-line-whereabouts-referred, 0)); }
.rm-whereabouts-line-not-recorded { stroke-dashoffset: calc(1 - var(--rm-line-whereabouts-not-recorded, 0)); }
.rm-callout,
.rm-whereabouts-callout {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.rm-callout-sanctions { right: -42px; top: 21%; opacity: var(--rm-sanctions-opacity, 0); transform: translateY(-100%); }
.rm-callout-pending   { right: -42px; top: 89%; opacity: var(--rm-pending-opacity, 0); transform: translateY(-100%); }
.rm-callout-denied    { left: 50px; top: 95%; opacity: var(--rm-denied-opacity, 0); transform: translateY(-100%); }
.rm-callout-ongoing   { left: -70px; top: 29%; opacity: var(--rm-ongoing-opacity, 0); transform: translateY(-100%); }
.rm-whereabouts-recorded     { right: -42px; top: 21%; opacity: var(--rm-whereabouts-recorded-opacity, 0); transform: translateY(-100%); }
.rm-whereabouts-referred     { left: -60px; top: 21%; opacity: var(--rm-whereabouts-referred-opacity, 0); transform: translateY(-100%); }
.rm-whereabouts-not-recorded { left: -60px; top: 89%; opacity: var(--rm-whereabouts-not-recorded-opacity, 0); transform: translateY(-100%); }
.rm-callout-sanctions,
.rm-callout-pending,
.rm-whereabouts-recorded {
  align-items: flex-start;
  text-align: left;
}
.rm-callout-denied,
.rm-callout-ongoing,
.rm-whereabouts-referred,
.rm-whereabouts-not-recorded {
  align-items: flex-end;
  text-align: right;
}
.rm-callout-num {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 2.1vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
}
.rm-callout-num.navy { color: var(--blue-dark); }
.rm-callout-num.coral { color: var(--coral); }
.rm-callout-num.blue { color: var(--blue-light); }
.rm-callout-num.gray { color: #8d8d8d; }
.rm-callout-label {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
}

/* Partnerships */
.section-partners {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  background: var(--white);
  overflow: visible;
}
.section-partners .section-bg-blur {
  width: 720px;
  height: 720px;
  left: 210px;
  top: 54%;
  background: #f0d955;
  opacity: 0.22;
  filter: blur(112px);
}
.section-partners > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.section-partners .section-title {
  position: absolute;
  top: 7vh;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: var(--blue-dark);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
.partners-layout {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: var(--partners-layout-opacity, 1);
  transform: none;
}
.section-partners .partners-layout.fade-up,
.section-partners .partners-layout.fade-up.visible,
.section-partners .partners-layout.fade-up.out {
  opacity: var(--partners-layout-opacity, 1);
  transform: none;
  transition: none;
}
.partners-donut-wrapper {
  position: relative;
  width: min(100%, 800px);
  height: 560px;
  margin: 0 auto;
}
.partners-donut-container {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 31vw, 440px);
  aspect-ratio: 1;
  filter: none;
}
.section-partners .partners-donut-center {
  inset: 31%;
  background: transparent;
  box-shadow: none;
}
.partners-total-number {
  display: block;
  opacity: var(--partners-total-opacity, 0);
  transform: translateY(calc(8px * (1 - var(--partners-total-opacity, 0))));
  font-family: var(--font-body);
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--blue-dark);
}
.partners-total-label {
  display: block;
  opacity: var(--partners-total-opacity, 0);
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--blue-dark);
}
.partners-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}
.partners-line {
  fill: none;
  stroke: rgba(17,17,17,0.7);
  stroke-width: 1.2;
  stroke-linecap: square;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.partners-line-olympic    { stroke-dashoffset: calc(1 - var(--partners-line-olympic, 0)); }
.partners-line-nado       { stroke-dashoffset: calc(1 - var(--partners-line-nado, 0)); }
.partners-line-major      { stroke-dashoffset: calc(1 - var(--partners-line-major, 0)); }
.partners-line-nonolympic { stroke-dashoffset: calc(1 - var(--partners-line-nonolympic, 0)); }
.partners-line-other      { stroke-dashoffset: calc(1 - var(--partners-line-other, 0)); }
.partners-callout {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.partners-olympic    { left: -20px; top: 21%; opacity: var(--partners-olympic-opacity, 0); transform: translateY(-100%); }
.partners-nado       { left: 18px; top: 84%; opacity: var(--partners-nado-opacity, 0); transform: translateY(-100%); }
.partners-major      { right: -16px; top: 18%; opacity: var(--partners-major-opacity, 0); transform: translateY(-100%); }
.partners-nonolympic { right: -58px; top: 55%; opacity: var(--partners-nonolympic-opacity, 0); transform: translateY(-100%); }
.partners-other      { right: -38px; top: 92%; opacity: var(--partners-other-opacity, 0); transform: translateY(-100%); }
.partners-olympic,
.partners-nado {
  align-items: flex-end;
  text-align: right;
}
.partners-major,
.partners-nonolympic,
.partners-other {
  align-items: flex-start;
  text-align: left;
}
.partners-callout-num {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 2.25vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
}
.partners-callout-num.gold { color: #a8952a; }
.partners-callout-num.yellow { color: #d2bb31; }
.partners-callout-num.navy { color: var(--blue-dark); }
.partners-callout-num.blue { color: var(--blue-light); }
.partners-callout-num.gray { color: #8d8d8d; }
.partners-callout-label {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
}

/* Partner IFs and MEOs timeline */
.section-partner-timeline {
  position: relative;
  height: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}
.section-partner-timeline .section-bg-blur {
  display: none;
}
.section-partner-timeline > .container {
  display: none;
}
.section-partners.is-timeline-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: opacity 1.25s ease, filter 1.25s ease, transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-partners.is-timeline-transition.is-timeline-active > .container {
  opacity: 0.04;
  filter: blur(22px);
  transform: scale(0.62);
}
.section-partners.is-timeline-transition + .section-partner-timeline .section-bg-blur {
  position: fixed;
  z-index: 23;
  display: none;
  width: 720px;
  height: 720px;
  left: 230px;
  top: 54%;
  background: #f0d955;
  opacity: 0.2;
  filter: blur(112px);
}
.section-partners.is-timeline-transition + .section-partner-timeline > .container {
  position: fixed;
  inset: 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transform: translateY(120vh);
  transition: opacity 0.75s ease, transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-partners.is-timeline-transition.is-timeline-content-active + .section-partner-timeline > .container {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.section-partner-timeline.is-partners-entering .slide-left,
.section-partner-timeline.is-partners-entering .slide-right,
.section-partner-timeline.is-partners-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-partners.is-timeline-transition + .section-partner-timeline > .container {
  padding-top: 36px;
  padding-bottom: 36px;
}
.section-partner-timeline .section-title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto clamp(56px, 7vh, 88px);
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-partner-timeline .section-subtitle {
  display: block;
  margin: 6px 0 0;
  padding: 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
}
.partner-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(154px, 1fr) minmax(154px, 1fr);
  gap: 30px 22px;
  width: 100%;
  max-width: 980px;
  min-height: 500px;
  margin: 0 auto;
}
.partner-timeline-line {
  position: absolute;
  left: -42px;
  right: -42px;
  top: 50%;
  height: 1px;
  background: rgba(0,32,91,0.34);
  transform: translateY(-50%);
}
.partner-year {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.partner-year::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 1px;
  height: 132px;
  background: rgba(168,149,42,0.72);
}
.partner-year::after {
  content: "";
  position: absolute;
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8ad2e;
}
.partner-year.top {
  grid-row: 1;
  align-self: end;
  justify-content: flex-end;
}
.partner-year.top::before {
  bottom: 30px;
}
.partner-year.top::after {
  bottom: -19px;
}
.partner-year.bottom {
  grid-row: 2;
  align-self: start;
}
.partner-year.bottom::before {
  top: 28px;
}
.partner-year.bottom::after {
  top: -19px;
}
.partner-year strong {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.28vw, 1.42rem);
  font-weight: 900;
  line-height: 1;
  color: #111111;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.18,0.84,0.2,1);
  transition-delay: var(--year-delay, 0s);
}
.section-partner-timeline.timeline-loaded.timeline-in-view .partner-year strong {
  opacity: 1;
  transform: translateY(0);
}
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, var(--partner-logo-size));
  gap: 8px;
  width: max-content;
  max-width: 100%;
  padding-left: 0;
  opacity: 0;
  transition:
    opacity 0.5s ease,
    transform 0.6s cubic-bezier(0.18,0.84,0.2,1);
  transition-delay: calc(var(--year-delay, 0s) + 0.12s);
}
.partner-year.top .partner-logo-grid {
  transform: translateY(28px);
}
.partner-year.bottom .partner-logo-grid {
  transform: translateY(-28px);
}
.section-partner-timeline.timeline-loaded.timeline-in-view .partner-logo-grid {
  opacity: 1;
  transform: translateY(0);
}
.partner-year-2018 .partner-logo-grid,
.partner-year-2023 .partner-logo-grid,
.partner-year-2025 .partner-logo-grid {
  grid-template-columns: repeat(2, var(--partner-logo-size));
}
.partner-year-2019 .partner-logo-grid,
.partner-year-2022 .partner-logo-grid {
  grid-template-columns: repeat(4, var(--partner-logo-size));
}
.partner-year-2019 .partner-logo-grid {
  grid-template-columns: repeat(6, var(--partner-logo-size));
}
.partner-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: var(--partner-logo-size);
  height: var(--partner-logo-size);
  padding: 6px;
  border: 1px solid rgba(0,32,91,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 6px 16px rgba(0,32,91,0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.partner-logo-card::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 1000;
  width: max-content;
  max-width: min(240px, 58vw);
  padding: 7px 9px;
  border-radius: 4px;
  background: var(--blue-dark);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 0.1s ease, transform 0.1s ease;
}
.partner-logo-card:hover::after,
.partner-logo-card:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.section-partners.is-timeline-transition + .section-partner-timeline .partner-year:hover,
.section-partners.is-timeline-transition + .section-partner-timeline .partner-year:focus-within {
  z-index: 1000;
}
.partner-logo-card[href="#"] {
  cursor: default;
}
.partner-logo-card:not([href="#"]):hover,
.partner-logo-card:not([href="#"]):focus-visible {
  transform: scale(1.1);
  border-color: rgba(0,169,230,0.42);
  box-shadow: 0 10px 24px rgba(0,32,91,0.16);
  outline: none;
}
.partner-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-logo-card img[src*="CMAS_Approved_Logo"] {
  max-height: 65%;
}
.partner-year-2018 { grid-column: 1 / span 2; --year-delay: 0s; }
.partner-year-2019 { grid-column: 2 / span 6; --year-delay: 0.18s; }
.partner-year-2020 { grid-column: 3 / span 3; --year-delay: 0.36s; }
.partner-year-2021 { grid-column: 6 / span 3; --year-delay: 0.54s; }
.partner-year-2022 { grid-column: 7 / span 4; --year-delay: 0.72s; }
.partner-year-2023 { grid-column: 9 / span 3; --year-delay: 0.9s; }
.partner-year-2024 { grid-column: 11 / span 2; --year-delay: 1.08s; }
.partner-year-2025 { grid-column: 12 / span 1; --year-delay: 1.26s; }

/* Partner NADOs */
.section-partner-nados {
  position: relative;
  height: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}
.section-partner-nados .section-bg-blur {
  display: none;
}
.section-partner-nados > .container {
  display: none;
}
.section-partner-timeline.is-nados-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 0.3s ease 0.72s,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-partners.is-timeline-transition + .section-partner-timeline.is-nados-transition > .container {
  transform: translateY(0) scale(1);
}
.section-partner-timeline.is-nados-transition.is-nados-active > .container {
  opacity: 0;
  filter: blur(22px);
  transform: translateY(0) scale(0.62);
  pointer-events: none;
}
.section-partners.is-timeline-transition + .section-partner-timeline.is-nados-transition.is-nados-active > .container {
  opacity: 0;
  filter: blur(22px);
  transform: translateY(0) scale(0.62);
  pointer-events: none;
}
.section-partner-timeline.is-nados-transition + .section-partner-nados > .container {
  position: fixed;
  inset: 0;
  z-index: 26;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transform: translateY(120vh);
  transition: opacity 0.75s ease, transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-partner-timeline.is-nados-transition.is-nados-content-active + .section-partner-nados > .container {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.section-partner-nados.is-nados-entering .slide-left,
.section-partner-nados.is-nados-entering .slide-right,
.section-partner-nados.is-nados-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-partner-timeline.is-nados-transition + .section-partner-nados > .container {
  padding-top: 36px;
  padding-bottom: 36px;
}
.section-partner-nados .section-title {
  width: 100%;
  max-width: 900px;
  margin: 0 auto clamp(54px, 8vh, 92px);
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
.section-partner-nados .section-subtitle {
  display: block;
  margin: 6px 0 0;
  padding: 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
.partner-nado-grid {
  display: grid;
  grid-template-columns: repeat(12, var(--partner-logo-size));
  gap: 12px;
  width: max-content;
  max-width: min(100%, 1100px);
  margin: 0 auto;
}
.partner-nado-grid .partner-logo-card {
  opacity: 0;
  transform: translateY(24px) scale(0.86);
  transition:
    opacity 0.46s ease,
    transform 0.58s cubic-bezier(0.18,0.84,0.2,1),
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  transition-delay: var(--logo-delay, 0s);
}
.section-partner-nados.nados-in-view .partner-logo-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.section-partner-nados.nados-in-view .partner-logo-card:not([href="#"]):hover,
.section-partner-nados.nados-in-view .partner-logo-card:not([href="#"]):focus-visible {
  transform: translateY(0) scale(1.1);
}
.section-partnerships-news {
  height: auto;
  min-height: 100vh;
  position: relative;
  background: var(--white);
  overflow: visible;
}
.partnerships-news-paged {
  position: relative;
}
.partnerships-news-page {
  display: none;
}
.partnerships-news-page-active {
  display: block;
}
.partnerships-news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.partnerships-news-counter {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--blue-dark);
  letter-spacing: 0.04em;
}
.partnerships-news-arrow {
  appearance: none;
  border: 0;
  background: none;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--blue-dark);
  cursor: pointer;
  padding: 0 4px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.partnerships-news-arrow:disabled {
  opacity: 0.2;
  cursor: default;
}
.section-partnerships-news .section-bg-blur {
  position: fixed;
  background: var(--yellow);
  opacity: 0.22;
}
.section-partnerships-news .news-kicker {
  position: sticky;
  top: 0;
  z-index: 5;
  padding-top: 7vh;
  padding-bottom: 24px;
  background: transparent;
}
.section-partnerships-news .foreword-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-height: none;
  overflow: visible;
  padding-bottom: 60px;
}
.section-partnerships-swim-quote {
  justify-content: flex-end;
}
.section-partnerships-swim-quote .education-aquatics-content {
  margin-left: auto;
  margin-right: clamp(24px, 3.65vw, 70px);
}

/* Regulatory Compliance */
.section-regulatory {
  position: relative;
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-regulatory .section-bg-blur {
  width: 115vh;
  height: 115vh;
  left: 13%;
  top: 50%;
  background: var(--blue-light);
  opacity: 0.16;
  filter: blur(120px);
}
.section-regulatory > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: none;
}
.section-result-management.is-regulatory-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-result-management.is-regulatory-transition.is-regulatory-active > .container {
  opacity: 0.04;
  filter: blur(22px);
  transform: scale(0.62);
}
.section-result-management.is-regulatory-transition + .section-regulatory > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(120vh);
  transition:
    opacity 0.75s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-result-management.is-regulatory-transition.is-regulatory-entering-far + .section-regulatory > .container {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-result-management.is-regulatory-transition.is-regulatory-entering-far.is-regulatory-content-active + .section-regulatory > .container {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-result-management.is-regulatory-transition.is-regulatory-content-active + .section-regulatory > .container {
  pointer-events: auto;
  opacity: 1;
  filter: none;
  transform: translateY(0) scale(1);
}
.section-regulatory.is-rm-entering .slide-left,
.section-regulatory.is-rm-entering .slide-right,
.section-regulatory.is-rm-entering .fade-up,
.section-regulatory.is-rm-entering .reg-card,
.section-regulatory.is-rm-entering .reg-observer-box,
.section-regulatory.is-rm-entering .reg-iso {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-regulatory.is-regulatory-exiting > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-regulatory.is-regulatory-returning > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition: none !important;
}
.section-regulatory.is-regulatory-returning.is-regulatory-returned > .container {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-regulatory > .container .section-title {
  position: absolute;
  top: 7vh;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
.regulatory-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.82fr 0.86fr;
  grid-template-areas:
    "actions code audit orgs"
    "observer observer observer iso"
    "hotline training officials iso";
  gap: 28px 58px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #111111;
}
.reg-card,
.reg-observer-box,
.reg-iso {
  opacity: 0;
  transform: translateY(-16px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.2,0.82,0.24,1);
  transition-delay: calc(var(--i, 0) * 0.08s);
}
.section-regulatory.started .reg-card,
.section-regulatory.started .reg-observer-box,
.section-regulatory.started .reg-iso {
  opacity: 1;
  transform: translateY(0);
}
.reg-card-actions { grid-area: actions; }
.reg-card:nth-of-type(2) { grid-area: code; }
.reg-card:nth-of-type(3) { grid-area: audit; }
.reg-card:nth-of-type(4) { grid-area: orgs; }
.reg-observer-box { grid-area: observer; }
.reg-card-bottom:nth-of-type(6) { grid-area: hotline; }
.reg-card-bottom:nth-of-type(7) { grid-area: training; }
.reg-card-officials { grid-area: officials; }
.reg-iso { grid-area: iso; align-self: end; padding-left: 14px; }
.reg-number-row,
.reg-copy-row {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 18px;
  align-items: end;
}
.reg-number,
.reg-side-number {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  color: var(--blue-dark);
}
.reg-side-number {
  font-size: clamp(1.9rem, 2.6vw, 3rem);
  font-weight: 400;
}
.reg-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 8px 0 12px;
  background: var(--blue-dark);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.58s ease;
  transition-delay: calc(0.26s + (var(--i, 0) * 0.08s));
}
.section-regulatory.started .reg-line {
  transform: scaleX(1);
}
.reg-card p,
.reg-observer-box p,
.reg-iso p {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.15vw, 1.28rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}
.reg-hotline-link {
  display: block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: clamp(0.62rem, 0.72vw, 0.78rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--coral);
  text-decoration: none;
  text-transform: none;
}
.reg-hotline-link:hover {
  text-decoration: underline;
}
.reg-small {
  align-self: start;
  font-size: clamp(0.76rem, 0.9vw, 0.96rem) !important;
  text-transform: none !important;
}
.reg-card h3,
.reg-observer-box h3,
.reg-iso h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.28rem, 1.72vw, 2rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--blue-dark);
}
.reg-observer-box {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 46px;
  padding: 18px 20px;
  border: 2px solid var(--blue-dark);
  border-radius: 10px;
}
.reg-observer-box h3 {
  margin-bottom: 14px;
}
.reg-card-bottom h3 {
  min-height: 66px;
}
.reg-iso h3 {
  margin-bottom: 4px;
}
.reg-iso-badge {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin-top: 28px;
  border: 3px solid rgba(0,32,91,0.28);
  border-radius: 50%;
  color: var(--blue-dark);
  text-align: center;
}
.reg-iso-badge span {
  display: block;
  font-family: var(--font-body);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.reg-iso-badge small {
  display: block;
  max-width: 92px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.reg-iso-logo {
  display: block;
  width: min(100%, 150px);
  height: auto;
  margin-top: 28px;
  object-fit: contain;
}

/* ITA Academy */
.section-academy {
  --academy-blue: #00A9E6;
  --academy-gold: #d0b72d;
  --academy-coral: #ff665c;
  --academy-magenta: #c72d65;
  --academy-navy: #00205B;
  position: relative;
  min-height: 100vh;
  padding: 0;
  background: var(--white);
  overflow: hidden;
}
.section-academy .section-bg-blur {
  width: 115vh;
  height: 115vh;
  left: 13%;
  top: 50%;
  background: var(--blue-light);
  opacity: 0.16;
  filter: blur(120px);
}
.section-academy > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 7vh;
  padding-bottom: 36px;
}
.academy-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin: 0 0 40px;
}
.academy-heading-copy {
  max-width: min(520px, 48vw);
}
.academy-scope-note {
  margin: 8px 0 0;
  color: #111111;
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  text-transform: none;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease 0.1s, transform 0.65s cubic-bezier(0.2,0.82,0.24,1) 0.1s;
}
.section-academy.started .academy-scope-note {
  opacity: 1;
  transform: translateY(0);
}
.section-academy .section-title,
.academy-card,
.academy-program-row,
.academy-divider {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s ease,
    transform 0.65s cubic-bezier(0.2,0.82,0.24,1);
}
.section-academy.started .section-title,
.section-academy.started .academy-card,
.section-academy.started .academy-program-row,
.section-academy.started .academy-divider {
  opacity: 1;
  transform: translateY(0);
}
.section-academy .section-title {
  margin: 0;
  font-family: var(--font-body);
  color: #111111;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  transition-delay: 0.05s;
}
.academy-card {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(145px, 1fr) 36px;
  align-items: center;
  width: min(442px, 38vw);
  min-height: 78px;
  text-decoration: none;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--blue-dark);
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  flex-shrink: 0;
  transition: box-shadow 0.25s ease;
  transition-delay: 0.18s;
}
.academy-card:hover {
  box-shadow: 0 8px 24px rgba(0, 32, 91, 0.18);
}
.academy-card::before,
.academy-card::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  border-left: 1px dashed var(--blue-dark);
}
.academy-card::before { left: 148px; }
.academy-card::after { right: 50px; }
.academy-card-logo {
  display: block;
  width: min(100%, 124px);
  height: auto;
}
.academy-card p {
  margin: 0;
  padding: 0 14px;
  color: #202833;
  font-size: clamp(0.66rem, 0.7vw, 0.76rem);
  line-height: 1.28;
}
.academy-card-arrows {
  justify-self: center;
  width: 16px;
}
.academy-program-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  max-width: none;
  margin: 0;
  transition-delay: 0.32s;
}
.academy-program-logo {
  display: block;
  width: 100%;
  max-width: 142px;
  height: 86px;
  object-fit: contain;
  object-position: left bottom;
}
.academy-blue strong,
.academy-blue .academy-number { color: var(--academy-blue); }
.academy-gold strong,
.academy-gold .academy-number { color: var(--academy-gold); }
.academy-coral strong,
.academy-coral .academy-number { color: var(--academy-coral); }
.academy-magenta strong,
.academy-magenta .academy-number { color: var(--academy-magenta); }
.academy-navy strong,
.academy-navy .academy-number { color: var(--academy-navy); }
.academy-divider {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 1px;
  height: 1px;
  margin: 16px 0 24px;
  background: rgba(0,32,91,0.3) !important;
  opacity: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-delay: 0.42s !important;
}
.section-academy.started .academy-divider {
  transform: scaleX(1) !important;
}
.academy-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  max-width: none;
  margin: 0;
}
.academy-column {
  min-width: 0;
}
.academy-stat {
  opacity: 0;
  transform: translateY(-42px);
  transition:
    opacity 0.62s ease,
    transform 0.9s cubic-bezier(0.18,0.84,0.2,1);
  transition-delay: var(--academy-stat-delay, 0s);
}
.section-academy.stats-visible .academy-stat {
  opacity: 1;
  transform: translateY(0);
}
.academy-stat {
  margin-bottom: clamp(18px, 2.2vw, 32px);
  text-transform: uppercase;
}
.academy-label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  color: #111111;
  font-size: clamp(0.92rem, 1.22vw, 1.32rem);
  font-weight: 400;
  line-height: 1.08;
}
.academy-number {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 2.6vw, 2.95rem);
  font-weight: 300;
  line-height: 0.95;
}
.academy-column .academy-stat:first-child .academy-number {
  font-weight: 900;
}

/* Academy news overlay transition */
.section-academy.is-news-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 1.25s ease,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-academy.is-news-transition.is-news-active > .container {
  opacity: 0.04;
  filter: blur(22px);
  transform: scale(0.62);
}
.section-academy-news {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-academy-news > .container {
  display: none;
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-academy.is-news-transition + .section-academy-news > .container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 24;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(120vh);
  transition:
    opacity 0.75s ease,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-academy.is-news-transition.is-news-content-active + .section-academy-news > .container {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.section-academy-news.is-academy-entering .news-kicker,
.section-academy-news.is-academy-entering .foreword-news-grid {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-academy-news.is-academy-entering .slide-left,
.section-academy-news.is-academy-entering .slide-right,
.section-academy-news.is-academy-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-academy-news.is-academy-news-exiting > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
.section-academy-news.is-academy-news-returning > .container {
  opacity: 0 !important;
  filter: blur(22px) !important;
  transform: scale(0.62) !important;
  transform-origin: 50% 50%;
  transition: none !important;
}
.section-academy-news.is-academy-news-returning.is-academy-news-returned > .container {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.4, 0, 1, 1) !important;
}
@media (min-width: 901px) {
  .section-academy.is-news-transition + .section-academy-news > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }

  .section-academy-news .news-kicker,
  .section-academy-news .foreword-news-grid {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .section-regulatory {
    min-height: 0;
    padding: 0;
  }
  .section-regulatory .section-bg-blur {
    width: 520px;
    height: 100vh;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-regulatory > .container {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-regulatory .section-title {
    max-width: none;
    margin-bottom: 38px;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .regulatory-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "actions"
      "code"
      "audit"
      "orgs"
      "observer"
      "hotline"
      "training"
      "officials"
      "iso";
    gap: 28px;
    max-width: none;
  }
  .reg-number-row,
  .reg-copy-row,
  .reg-observer-box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reg-number,
  .reg-side-number {
    font-size: clamp(2.4rem, 15vw, 3.65rem);
  }
  .reg-card p,
  .reg-observer-box p,
  .reg-iso p {
    font-size: clamp(1rem, 5.8vw, 1.35rem);
  }
  .reg-card h3,
  .reg-observer-box h3,
  .reg-iso h3 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }
  .reg-observer-box {
    padding: 18px;
  }
  .reg-card-bottom h3 {
    min-height: 0;
  }
  .reg-iso {
    padding-left: 0;
  }
  .section-academy {
    min-height: 100vh;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-academy .section-bg-blur {
    width: 520px;
    height: 100vh;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-academy > .container {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .academy-header,
  .academy-program-row,
  .academy-stats-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: none;
  }
  .academy-header {
    margin-bottom: 52px;
  }
  .section-academy .section-title {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .academy-program-logo {
    min-height: 0;
  }
  .academy-divider {
    max-width: none;
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .academy-stats-grid {
    gap: 12px;
  }
  .academy-column {
    padding-bottom: 18px;
  }
  .academy-stat {
    margin-bottom: 18px;
  }
  .academy-label {
    font-size: clamp(1rem, 5.8vw, 1.35rem);
  }
  .academy-number {
    font-size: clamp(2.4rem, 15vw, 3.65rem);
  }
  .section-partners {
    min-height: 100vh;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
  }
  .section-partners .section-bg-blur {
    width: 520px;
    height: 520px;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-partners > .container {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-partners .section-title {
    max-width: none;
    margin-bottom: 34px;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .partners-donut-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: min(88vw, 360px);
  }
  .partners-donut-container {
    left: 50%;
    top: 0;
    width: min(82vw, 340px);
    transform: translateX(-50%);
  }
  .partners-lines {
    display: none;
  }
  .partners-callout {
    position: static;
    transform: none;
    align-items: flex-start;
    margin-bottom: 18px;
    text-align: left;
  }
  .section-partner-timeline {
    min-height: 100vh;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-partner-timeline .section-bg-blur {
    width: 520px;
    height: 520px;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-partner-timeline > .container {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-partner-timeline .section-title {
    max-width: none;
    margin-bottom: 34px;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .partner-timeline {
    display: block;
    min-height: 0;
    max-width: none;
  }
  .partner-timeline-line {
    display: none;
  }
  .partner-year {
    margin-bottom: 32px;
  }
  .partner-year::before,
  .partner-year::after {
    display: none;
  }
  .partner-logo-grid,
  .partner-year-2019 .partner-logo-grid,
  .partner-year-2022 .partner-logo-grid {
    --partner-logo-size: min(19vw, 58px);
    grid-template-columns: repeat(4, var(--partner-logo-size));
    width: max-content;
    max-width: 100%;
  }
  .section-partner-nados {
    min-height: 100vh;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-partner-nados .section-bg-blur {
    width: 520px;
    height: 520px;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-partner-nados > .container {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-partner-nados .section-title {
    max-width: none;
    margin-bottom: 34px;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .partner-nado-grid {
    --partner-logo-size: min(19vw, 58px);
    grid-template-columns: repeat(4, var(--partner-logo-size));
    gap: 10px;
    width: max-content;
    max-width: 100%;
    margin: 0;
  }
}

/* Partnerships News overlay */
.section-partnerships-news {
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.section-partnerships-news .section-bg-blur,
.section-partnerships-news > .container {
  display: none;
}
.section-partnerships-news > .container {
  width: 100%;
  max-width: 1120px;
  padding-left: clamp(56px, 6vw, 92px);
  padding-right: clamp(56px, 6vw, 92px);
}
.section-partner-nados.is-news-transition > .container {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transform-origin: 50% 50%;
  transition:
    opacity 0.3s ease 0.72s,
    filter 1.25s ease,
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-partner-timeline.is-nados-transition.is-nados-content-active + .section-partner-nados.is-news-transition > .container {
  transform: translateY(0) scale(1);
}
.section-partner-nados.is-news-transition.is-news-active > .container {
  opacity: 0;
  filter: blur(22px);
  transform: translateY(0) scale(0.62);
}
.section-partner-timeline.is-nados-transition.is-nados-content-active + .section-partner-nados.is-news-transition.is-news-active > .container {
  opacity: 0;
  filter: blur(22px);
  transform: translateY(0) scale(0.62);
  pointer-events: none;
}
.section-partner-nados.is-news-transition + .section-partnerships-news > .container {
  position: fixed;
  inset: 0;
  z-index: 27;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  /* The partners scene below already supplies the white/yellow background.
     Moving it with the news panel made the backdrop visibly slide. */
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(120vh);
  transition: opacity 0.75s ease, transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
  padding-top: 7vh;
  padding-bottom: 60px;
}
.section-partner-nados.is-news-transition + .section-partnerships-news > .container::before {
  content: none;
}
.section-partner-nados.is-news-transition + .section-partnerships-news > .container > * {
  position: relative;
  z-index: 1;
}

/* Revenue */
.section-revenue {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background: var(--white);
}
.section-revenue .section-bg-blur {
  width: 720px;
  height: 720px;
  left: 210px;
  top: 54%;
  background: var(--blue-light);
  opacity: 0.18;
  filter: blur(112px);
}
.section-revenue > .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-revenue .section-title {
  position: absolute;
  top: 7vh;
  left: 0;
  right: 0;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  color: #111;
  font-family: var(--font-title);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  line-height: 1.12;
  transform: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.revenue-layout {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.revenue-copy {
  width: min(470px, 45%);
  margin: 0 0 clamp(18px, 3vh, 32px);
  color: #1a2330;
  font-family: var(--font-body);
  font-size: clamp(0.86rem, 1vw, 1.04rem);
  line-height: 1.27;
}
.revenue-financials { margin-top: 0; }
.revenue-financials a {
  color: var(--coral);
  text-decoration: none;
}
.revenue-financials a:hover {
  text-decoration: underline;
}
.revenue-chart {
  position: relative;
  width: min(100%, 820px);
  height: clamp(330px, 47vh, 480px);
  margin: 0 auto;
}
.revenue-chart svg { display: block; width: 100%; height: 100%; overflow: visible; }
.revenue-area { fill: rgba(0, 169, 230, 0.12); opacity: 1; }
.revenue-baseline { fill: none; stroke: rgba(26,35,48,0.38); stroke-width: 1.4; opacity: 0; transition: opacity 0.35s ease; }
.revenue-line { fill: none; stroke: var(--blue-light); stroke-width: 2.6; stroke-dasharray: 5 7; }
.revenue-line-peach { fill: none; stroke: var(--coral); stroke-width: 2; }
.revenue-chf-label {
  position: absolute;
  left: -60px;
  bottom: 38px;
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
  font-weight: 500;
  color: #5a6472;
}
.revenue-legend {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  margin-top: 16px;
  margin-right: -4%;
}
.revenue-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
  font-weight: 400;
  color: #5a6472;
}
.revenue-legend-line {
  display: inline-block;
  width: 24px;
  height: 0;
}
.revenue-legend-line-dashed {
  border-top: 2px dashed var(--blue-light);
}
.revenue-legend-line-solid {
  border-top: 2px solid var(--coral);
}
.revenue-dot-peach { border-color: var(--coral) !important; background: rgba(255,255,255,0.82) !important; width: 14px !important; height: 14px !important; }
.revenue-values-peach strong { color: var(--coral) !important; font-size: clamp(0.88rem, 1.05vw, 1.1rem) !important; }
.revenue-dots { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.revenue-dot { position: absolute; left: var(--x); top: var(--cy); width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,0.82); border: 2px solid var(--blue-dark); transform: translate(-50%, -50%) scale(0.45); opacity: 0; transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.18,0.84,0.2,1); }
.revenue-dot.visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.revenue-values strong { position: absolute; left: var(--x); top: var(--y); color: var(--blue-light); font-family: var(--font-body); font-size: clamp(0.95rem, 1.4vw, 1.45rem); font-weight: 900; line-height: 1; opacity: 0; transform: translate(-50%, 18px); transition: opacity 0.3s ease, transform 0.45s cubic-bezier(0.18,0.84,0.2,1); }
.revenue-values strong.visible { opacity: 1; transform: translate(-50%, 0); }
.revenue-years { position: absolute; inset: auto 0 0; height: 30px; color: #1a2330; font-family: var(--font-body); font-size: clamp(1rem, 1.5vw, 1.45rem); }
.revenue-years span { position: absolute; left: var(--x); bottom: 0; transform: translate(-50%, 8px); white-space: nowrap; opacity: 0; transition: opacity 0.22s ease, transform 0.3s cubic-bezier(0.18,0.84,0.2,1); }
.revenue-years span.visible { opacity: 1; transform: translate(-50%, 0); }
.section-revenue.started .section-title,
.section-revenue.started .revenue-baseline { opacity: 1; }
@media (min-width: 901px) {
  .section-revenue > .container { width: calc(100% - 230px); max-width: none; margin: 0 0 0 230px; padding-left: clamp(64px, 6vw, 108px); padding-right: clamp(64px, 6vw, 108px); }
}
@media (max-width: 900px) {
  .section-revenue { height: auto; min-height: 100vh; padding: 90px 0 60px; }
  .section-revenue > .container { padding: 0 24px; }
  .section-revenue .section-title { position: static; margin-bottom: 48px; }
  .revenue-copy { width: 100%; }
  .revenue-chart { height: 300px; }
  .revenue-years { font-size: .74rem; }
  .revenue-values strong { font-size: .9rem; }
}
.section-partner-nados.is-news-transition.is-news-content-active + .section-partnerships-news > .container {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.section-partner-nados.is-news-transition.is-partnerships-news-returning + .section-partnerships-news > .container {
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-partner-nados.is-news-transition.is-partnerships-news-returning.is-news-content-active + .section-partnerships-news > .container {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-partner-nados.is-news-transition.is-partnerships-news-exiting + .section-partnerships-news > .container {
  pointer-events: none;
  opacity: 0;
  filter: blur(22px);
  transform: scale(0.62);
  transform-origin: 50% 50%;
  transition:
    opacity 0.4s ease,
    filter 0.4s ease,
    transform 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.section-partnerships-news.is-partnerships-entering .slide-left,
.section-partnerships-news.is-partnerships-entering .slide-right,
.section-partnerships-news.is-partnerships-entering .fade-up {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.section-partnerships-news.is-partnerships-entering .news-kicker,
.section-partnerships-news.is-partnerships-entering .foreword-news-grid {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
@media (min-width: 901px) {
  .section-partner-nados.is-news-transition + .section-partnerships-news > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-partnerships-news .news-kicker,
  .section-partnerships-news .foreword-news-grid {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 901px) {
  .section-tues > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-tues .section-title,
  .tues-layout {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-result-management > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-regulatory > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-academy > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-partners > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-partner-timeline > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-partner-nados > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
  .section-downloads > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 230px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }
}

/* Responsive */
@media (max-width: 900px) {
  section { scroll-margin-top: 24px; height: auto; }
  .ita-annual-report-page.nav-visible { padding-left: 0; }
  .nav-toggle {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1001;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(0,32,91,0.12);
    border-radius: 0;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 8px 22px rgba(0,32,91,0.10);
    cursor: pointer;
  }
  .nav-toggle span {
    grid-area: 1 / 1;
    width: 22px;
    height: 2px;
    background: var(--blue-dark);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-toggle span:nth-child(1) { transform: translateY(-7px); }
  .nav-toggle span:nth-child(3) { transform: translateY(7px); }
  .nav-toggle.is-open span:nth-child(1) { transform: rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: rotate(-45deg); }
  #navbar {
    right: auto;
    bottom: 0;
    left: 0;
    width: min(240px, 76vw) !important;
    max-width: min(240px, 76vw);
    min-height: 0;
    padding: 74px 18px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-right: 1px solid rgba(0,169,230,0.18);
    border-bottom: 0;
    transform: translateX(-100%);
  }
  #navbar.scrolled,
  #navbar.nav-open {
    box-shadow: 8px 0 30px rgba(0,32,91,0.08);
    transform: translateX(0);
  }
  .nav-logo {
    width: 106px;
  }
  .nav-drawer-report {
    position: static;
    display: block;
    width: 120px;
    margin-top: 24px;
  }
  .nav-drawer-report img {
    height: auto;
    width: 100%;
  }
  .nav-drawer {
    position: static;
    width: 100%;
    margin-top: 0;
    overflow-x: visible;
    overflow-y: visible;
    justify-content: center;
    flex: 1 1 auto;
  }
  .nav-drawer ul {
    align-items: flex-end;
    flex-direction: column;
    gap: 13px;
    min-width: 0;
    padding-bottom: 0;
  }
  .nav-link {
    justify-content: flex-end;
    min-height: auto;
    white-space: normal;
    padding: 0;
    border: 0;
    font-size: clamp(12px, 3.35vw, 14px);
    line-height: 1.25;
    text-align: right;
  }
  .nav-link::before { display: none; }
  .nav-link::after {
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-link:hover,
  .nav-link.active { padding-left: 0; border-color: transparent; }
  .nav-link:hover::after,
  .nav-link.active::after {
    width: 14px;
  }
  .nav-main-page {
    position: static;
    margin-top: auto;
    padding-top: 18px;
    font-size: 11px;
  }
  .foreword-grid,
  .foreword-letter-layout,
  .tues-layout { grid-template-columns: 1fr; gap: 40px; }
  .section-foreword-letter,
  .section-foreword {
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: visible;
    height: auto;
    min-height: 150vh;
  }
  .foreword-letter-title,
  .section-foreword .section-title { margin-bottom: 18px; }
  .foreword-letter-text p,
  .foreword-text p {
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.38;
  }
  .foreword-letter-profile,
  .foreword-portrait {
    gap: 22px;
    padding-top: 0;
  }
  .signature-photo-placeholder {
    min-height: 240px;
    max-height: 300px;
    max-width: 420px;
    margin: 0 auto;
  }
  .foreword-caption {
    max-width: 420px;
    margin: 0 auto;
    font-size: 0.84rem;
  }
  .foreword-signature {
    width: min(150px, 44%);
  }
  .section-foreword .section-bg-blur,
  .section-foreword-news .section-bg-blur,
  .section-major-events .section-bg-blur,
  .section-major-events-news .section-bg-blur,
  .section-education .section-bg-blur,
  .section-education-news .section-bg-blur,
  .section-intelligence .section-bg-blur,
  .section-funnel .section-bg-blur {
    width: 360px;
    height: 520px;
    left: 0;
    top: 50%;
    opacity: 0.18;
    transform: translate(-58%, -50%);
  }
  .section-foreword-news {
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news-kicker {
    margin-bottom: 24px;
    font-size: 0.72rem;
  }
  .foreword-news-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .news-card {
    grid-template-columns: minmax(104px, 32%) minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
  }
  .news-card h3 {
    font-size: 0.7rem;
    line-height: 1.08;
    margin-bottom: 5px;
  }
  .news-card p {
    font-size: 0.68rem;
    line-height: 1.12;
  }
  .section-partnerships-news .foreword-news-grid {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    row-gap: 16px;
  }
  .section-uci-quote {
    min-height: 100vh;
    align-items: center;
  }
  .uci-quote-content {
    margin-left: 24px;
    margin-right: 24px;
  }
  .uci-quote-mark {
    left: -16px;
    top: -36px;
    width: 82px;
  }
  .uci-quote-content blockquote {
    font-size: clamp(17px, 4.8vw, 23px);
    line-height: clamp(24px, 6.5vw, 31px);
  }
  .uci-quote-content cite {
    font-size: 0.82rem;
    line-height: 1.25;
  }
  .section-edu-video {
    padding-left: 0;
  }
  .edu-video-popup {
    width: 92vw;
    max-width: none;
  }
  .section-education-aquatics {
    min-height: 100vh;
    justify-content: flex-start;
  }
  .education-aquatics-content {
    margin-left: 24px;
    margin-right: 24px;
  }
  .education-aquatics-mark {
    left: -16px;
    top: -36px;
    width: 82px;
  }
  .education-aquatics-content blockquote {
    font-size: clamp(17px, 4.8vw, 23px);
    line-height: clamp(24px, 6.5vw, 31px);
  }
  .education-aquatics-content cite {
    font-size: 0.82rem;
    line-height: 1.25;
  }
  .section-sample {
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-sample .section-title { margin-bottom: 32px; }
  .section-major-events {
    align-items: flex-start;
    padding-top: 7vh;
    padding-bottom: 90px;
  }
  .section-major-events .section-title { margin-bottom: 24px; }
  .major-events-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 620px;
  }
  .major-events-copy,
  .major-events-text {
    max-width: none;
    margin-bottom: 0;
  }
  .major-events-logos {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 30px 28px;
  }
  .major-events-logo {
    height: 72px;
  }
  .major-events-logo img {
    max-width: 140px;
  }
  .section-major-events-news {
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-education {
    align-items: flex-start;
    padding-top: 7vh;
    padding-bottom: 90px;
  }
  .section-education .section-title { margin-bottom: 24px; }
  .education-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 32px;
  }
  .education-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
  }
  .education-intro {
    max-width: 520px;
  }
  .edu-stat-num {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }
  .edu-stat-label {
    font-size: clamp(0.7rem, 2.6vw, 0.85rem);
  }
  .section-education-news {
    padding: 0;
  }
  .section-intelligence {
    align-items: flex-start;
    padding-top: 4vh;
    padding-bottom: 90px;
  }
  .section-intelligence .section-title { margin-bottom: 24px; }
  .intel-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 28px 24px;
    margin-top: 36px;
  }
  .intel-chart {
    flex: 1 1 100%;
  }
  .intel-arrow-col {
    flex: 0 0 70px;
  }
  .intel-stat-info {
    flex: 1 1 auto;
  }
  .intel-stat-label {
    max-width: none;
  }
  .section-hr .section-bg-blur {
    width: 520px;
    height: 520px;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-hr .section-title {
    margin-left: 0;
  }
  .hr-row {
    width: min(100%, 520px);
    margin-left: 0;
    margin-top: 54px;
  }
  .hr-chart-num {
    font-size: clamp(1.75rem, 10vw, 3.2rem);
  }
  .hr-num-2025 {
    left: 82%;
  }
  .section-keeping-real {
    min-height: 100vh;
    height: 100vh;
    place-items: center start;
    padding: 90px 24px;
  }
  .keeping-real-symbol {
    left: -42vw;
    width: 140vw;
    height: 112vh;
    opacity: 0.16;
  }
  .keeping-real-title {
    padding-left: 0;
    font-size: clamp(2.25rem, 12vw, 4.4rem);
    line-height: 1.06;
  }
  .section-downloads {
    min-height: 100vh;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-downloads .section-bg-blur {
    width: 520px;
    height: 520px;
    left: 0;
    top: 50%;
    transform: translate(-56%, -50%);
    filter: blur(92px);
  }
  .section-downloads > .container {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }
  .downloads-title {
    font-size: clamp(1rem, 5.5vw, 1.45rem);
  }
  .downloads-divider {
    width: 100%;
    margin: 24px 0 30px;
  }
  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .section-funnel {
    padding: 0;
  }
  .section-funnel .section-title { margin-bottom: 24px; }
  .funnel-row {
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 36px;
  }
  .funnel-copy {
    flex: 1 1 100%;
    max-width: none;
  }
  .funnel-chart {
    flex: 1 1 100%;
  }
  .funnel-num-traveler,
  .funnel-ghost-1,
  .funnel-ghost-2 {
    font-size: clamp(1.5rem, 7vw, 2.4rem) !important;
  }
  .funnel-num-traveler.at-stage-3 {
    font-size: clamp(1rem, 5vw, 1.6rem) !important;
  }
  .funnel-label {
    max-width: 110px;
    font-size: 0.65rem;
  }
  .funnel-label-3,
  .funnel-num-traveler.at-stage-3 {
    left: 84.4%;
  }
  .sample-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sample-copy p {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.5;
  }
  .sample-chart {
    display: grid;
    grid-template-areas:
      "left"
      "donut"
      "from"
      "stats";
    justify-items: center;
    align-items: start;
    gap: 18px;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
  }
  .sample-donut {
    grid-area: donut;
    width: min(292px, 74vw);
  }
  .sample-donut-center strong {
    font-size: clamp(1.8rem, 9vw, 2.65rem);
  }
  .sample-donut-center span {
    font-size: clamp(0.62rem, 2.8vw, 0.78rem);
    letter-spacing: 0.08em;
  }
  .sample-from {
    grid-area: from;
  }
  .sample-stat-layer {
    grid-area: stats;
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-self: center;
    width: min(100%, 320px);
    gap: 12px;
  }
  .sample-lines {
    display: none;
  }
  .sample-top-stat {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    margin-top: 0;
    transform: none;
    width: 100%;
    min-width: 0;
    padding-left: 0;
  }
  .sample-top-stat span,
  .sample-side-label {
    font-size: clamp(0.72rem, 2.7vw, 0.86rem);
    line-height: 1.12;
    min-height: 0;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
  }
  .sample-top-stat strong,
  .sample-side-stat strong {
    font-size: clamp(1.15rem, 5.8vw, 1.7rem);
  }
  .sample-top-stat::before,
  .sample-top-stat::after {
    display: none;
  }
  .sample-side-stat {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    transform: none;
  }
  .sample-side-stat strong {
    margin-top: 0;
    padding-bottom: 0;
  }
  .sample-side-stat strong::before,
  .sample-side-stat strong::after {
    display: none;
  }
  .sample-side-events {
    display: none;
  }
  .sample-top-connector { display: none; }
  .sample-stat-left {
    grid-area: left;
    position: static;
    left: auto;
    top: auto;
    width: min(100%, 260px);
    min-height: 90px;
    margin-top: 0;
    justify-self: center;
  }
  .sample-left-top,
  .sample-left-bottom {
    grid-template-columns: 1fr auto;
    text-align: left;
  }
  .sample-left-top-label,
  .sample-left-bottom-label {
    font-size: clamp(0.5rem, 2.2vw, 0.66rem);
    white-space: normal;
    min-height: 0;
    text-align: left;
    padding-right: 8px;
    border-right: 2px solid rgba(0,32,91,0.18);
  }
  .sample-left-top-num,
  .sample-left-bottom-num {
    font-size: clamp(0.85rem, 4vw, 1.1rem);
    text-align: left;
  }
  .section-nationalities {
    height: 0;
    min-height: 0;
    padding: 0;
  }
  .section-nationalities .container {
    padding-top: 0;
  }
  .section-sample.is-nationalities-transition + .section-nationalities > .container {
    padding: 24px;
  }
  .nationalities-hero {
    min-height: 72px;
    flex-wrap: nowrap;
    gap: 8px;
    text-align: center;
  }
  .nationalities-hero span {
    flex: 1 1 0;
    font-size: clamp(0.52rem, 2.4vw, 0.72rem);
    line-height: 1.1;
  }
  .nationalities-hero strong {
    flex: 0 0 auto;
    font-size: clamp(1.8rem, 9vw, 2.6rem);
    min-width: 3ch;
    text-align: center;
    margin-top: 0;
  }
  .nationalities-panel {
    padding: 18px 0 46px;
  }
  .nationalities-heading {
    gap: 14px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .nationalities-heading h2 {
    font-size: clamp(0.82rem, 3.4vw, 1rem);
  }
  .flags-grid {
    grid-template-columns: repeat(4, minmax(42px, 1fr));
    gap: 14px 6px;
  }
  .flag-slot {
    gap: 5px;
  }
  .flag-reel {
    width: 42px;
    height: 42px;
  }
  .flag-slot > span {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }
  .hero-logo-topleft {
    top: 11%;
    left: 6%;
    width: 28%;
  }
  .hero-title-image {
    top: 66%;
    left: 6%;
    width: 80%;
  }
  .hero-frame { width: clamp(280px, 90vw, 480px); right: 50%; transform: translate(50%, -55%); top: 40%; }
  .container { padding: 0 24px; }
  .section-tues {
    height: auto;
    min-height: 150vh;
  }
  .section-tues > .container {
    align-items: stretch;
    justify-content: flex-start;
  }
  .tues-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
    opacity: 1;
    transform: none;
  }
  .tues-text {
    display: contents;
  }
  .tues-text p {
    order: 1;
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.38;
  }
  .tues-donut-wrapper {
    order: 2;
    display: grid;
    justify-items: center;
    gap: 18px;
    height: auto;
    min-height: 0;
    width: 100%;
    margin: 2px auto 0;
  }
  .tue-substance-summary,
  .tue-abp-summary {
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
    justify-self: center;
    width: min(100%, 320px);
    max-width: 320px;
    gap: 12px;
    margin: 0 auto;
  }
  .tue-substance-summary-item {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
  }
  .tue-abp-summary-item {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
  }
  .tue-summary-label {
    font-size: clamp(0.72rem, 2.7vw, 0.86rem);
    line-height: 1.12;
  }
  .tue-summary-num {
    font-size: clamp(1.15rem, 5.8vw, 1.7rem);
  }
  .tues-donut-container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(292px, 74vw);
  }
  .section-tues .donut-center .donut-number {
    font-size: clamp(1.8rem, 9vw, 2.65rem);
  }
  .section-tues .donut-center .donut-label {
    font-size: clamp(0.62rem, 2.8vw, 0.78rem);
    letter-spacing: 0.08em;
  }
  .tues-lines,
  .tues-substance-lines,
  .tues-abp-lines {
    display: none;
  }
  .tue-callout-approved {
    position: static;
    right: auto;
    top: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    justify-content: center;
    width: min(100%, 320px);
    transform: none;
  }
  .tue-side-stats {
    position: static;
    inset: auto;
    display: grid;
    order: 3;
    justify-self: center;
    width: min(100%, 320px);
    max-width: 320px;
    gap: 10px;
    margin: 0 auto;
  }
  .tue-side-stats .tue-callout {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    transform: none;
  }
  .tue-substance-stats,
  .tue-abp-stats {
    position: static;
    inset: auto;
    display: grid;
    order: 4;
    justify-self: center;
    width: min(100%, 320px);
    max-width: 320px;
    gap: 10px;
    margin: 0 auto;
  }
  .tue-substance-callout,
  .tue-abp-callout {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    transform: none;
  }
  .section-tues.tues-substance-mode .tue-side-stats,
  .section-tues.tues-substance-mode .tue-callout-approved,
  .section-tues.tues-substance-mode .tue-abp-summary,
  .section-tues.tues-substance-mode .tue-abp-stats,
  .section-tues.tues-abp-mode .tue-side-stats,
  .section-tues.tues-abp-mode .tue-callout-approved,
  .section-tues.tues-abp-mode .tue-substance-summary,
  .section-tues.tues-abp-mode .tue-substance-stats {
    display: none;
  }
  .tue-label {
    order: 1;
    text-align: left;
  }
  .tue-num {
    order: 2;
    text-align: right;
  }
  .tue-num,
  .tue-callout-approved .tue-num {
    font-size: clamp(1.15rem, 5.8vw, 1.7rem);
  }
  .tue-label {
    font-size: clamp(0.58rem, 2.35vw, 0.72rem);
    line-height: 1.12;
  }
  .section-result-management {
    height: 100vh;
    min-height: 100vh;
  }
  .section-result-management > .container {
    justify-content: flex-start;
  }
  .section-result-management .section-title,
  .rm-subtitle {
    max-width: none;
  }
  .rm-subtitle {
    font-size: clamp(0.94rem, 3.5vw, 1.12rem);
    margin-bottom: 18px;
  }
  .rm-layout {
    opacity: 1;
    transform: none;
  }
  .rm-donut-wrapper {
    display: grid;
    justify-items: center;
    gap: 14px;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
  }
  .rm-donut-container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(292px, 74vw);
  }
  .rm-total-number {
    font-size: clamp(1.8rem, 9vw, 2.65rem);
  }
  .rm-total-label {
    margin-top: 6px;
    font-size: clamp(0.7rem, 3vw, 0.86rem);
  }
  .rm-lines,
  .rm-whereabouts-lines {
    display: none;
  }
  .rm-callout,
  .rm-whereabouts-callout {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    width: min(100%, 320px);
    gap: 10px;
    transform: none;
  }
  .rm-callout-label {
    order: 1;
    text-align: left;
    font-size: clamp(0.58rem, 2.35vw, 0.72rem);
    line-height: 1.12;
  }
  .rm-callout-num {
    order: 2;
    text-align: right;
    font-size: clamp(1.15rem, 5.8vw, 1.7rem);
  }

  /* Intelligence arrow and lines – hide on mobile */
  .intel-arrow-shape,
  .intel-stat-line {
    display: none;
  }

  /* TUE divider – visible only on mobile */
  .tues-divider {
    display: block;
  }

  /* Academy video – center on mobile */
  .academy-video {
    left: 0;
    width: 100%;
  }
  .academy-video-controls {
    left: clamp(16px, 4vw, 40px);
    right: clamp(16px, 4vw, 40px);
  }

  /* Academy section – responsive */
  .academy-header {
    flex-direction: column;
    gap: 18px;
  }
  .academy-card {
    width: 100%;
    grid-template-columns: 90px minmax(0, 1fr) 28px;
  }
  .academy-card p {
    font-size: clamp(0.62rem, 2.6vw, 0.76rem);
  }
  .academy-program-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
  .academy-program-logo {
    max-width: none;
    height: auto;
  }
  .academy-divider {
    margin: 12px 0 16px;
  }
  .academy-stats-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
  .academy-number {
    font-size: clamp(1rem, 4.5vw, 1.5rem) !important;
  }
  .academy-label {
    font-size: clamp(0.52rem, 2.2vw, 0.72rem);
  }

  /* ITA team – mobile layout */
  .ita-team-layout {
    flex-direction: column;
    gap: 24px;
  }
  .ita-team-chart {
    flex: 1 1 auto;
    width: 100%;
  }
  .ita-team-stat {
    flex: 0 0 auto;
  }
  .ita-team-values strong {
    font-size: clamp(0.7rem, 3vw, 0.95rem);
  }
  .ita-team-years span {
    font-size: clamp(0.6rem, 2.5vw, 0.82rem);
  }
  .ita-team-dot {
    width: 12px;
    height: 12px;
  }

  /* ITA degrees – mobile layout */
  .section-ita-degrees .ita-degrees-layout {
    flex-direction: column;
    gap: 18px;
  }
  .ita-degrees-donut-wrapper {
    width: min(292px, 74vw);
    margin: 0 auto;
  }
  .ita-degrees-callout {
    position: static !important;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    width: min(100%, 280px);
    margin: 0 auto;
    text-align: left;
  }
  .ita-degrees-lines {
    display: none;
  }

  /* Partner timeline – mobile vertical layout */
  .section-partner-timeline {
    min-height: 200vh;
    height: auto;
  }
  .partner-timeline {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 28px;
    min-height: 0;
  }
  .partner-timeline-line {
    display: none;
  }
  .partner-year.top,
  .partner-year.bottom {
    grid-row: auto;
  }
  .partner-year::before,
  .partner-year::after {
    display: none;
  }
  .partner-year strong {
    font-size: clamp(0.9rem, 4vw, 1.15rem);
  }
  .partner-logo-grid {
    grid-template-columns: repeat(auto-fill, 42px) !important;
    gap: 6px;
  }

  /* Partner NADOs – 150vh */
  .section-partner-nados {
    min-height: 150vh;
    height: auto;
  }

  /* Partnerships news – 150vh */
  .section-partnerships-news {
    min-height: 150vh;
    height: auto;
  }

  /* Partners – mobile layout */
  .section-partners .section-title {
    position: static;
    top: auto;
    margin-bottom: 8px;
  }
  .section-partners > .container {
    justify-content: flex-start;
    padding-top: 4vh;
  }
  .partners-layout {
    margin-top: 24px;
  }
  .partners-donut-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .partners-lines {
    display: none;
  }
  .partners-callout {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    width: min(100%, 280px);
    text-align: left;
    opacity: 1 !important;
    transform: none !important;
  }
  .partners-olympic,
  .partners-nado {
    align-items: end;
    text-align: left;
  }
  .partners-callout-num {
    font-size: clamp(1.15rem, 5.8vw, 1.7rem);
    text-align: right;
  }
  .partners-callout-label {
    font-size: clamp(0.62rem, 2.4vw, 0.76rem);
    line-height: 1.15;
    order: -1;
  }

  /* Keeping real (last video) – center on mobile */
  .keeping-real-video {
    left: 0;
    width: 100%;
  }
  .keeping-real-controls {
    left: clamp(16px, 4vw, 40px);
    right: clamp(16px, 4vw, 40px);
  }

  /* ITA team / degrees transition overlay – no sidebar on mobile */
  .section-revenue.is-team-transition + .section-ita-team > .container {
    left: 0;
  }
  .section-ita-team.is-degrees-transition + .section-ita-degrees > .container {
    left: 0;
  }

  /* Global mobile overflow safety */
  .section,
  .section-hero,
  .section-uci-quote,
  .section-education-aquatics {
    overflow-x: hidden;
  }
}

/* Unified fixed section titles */
.section-sample .section-title,
.section-nationalities .nationalities-section-title,
.section-major-events .section-title,
.section-education .section-title,
.section-intelligence .section-title,
.section-funnel .section-title,
.section-tues .section-title,
.section-result-management .section-title,
.section-regulatory .section-title,
.section-academy .section-title,
.section-partners .section-title,
.section-partner-timeline .section-title,
.section-partner-nados .section-title,
.section-hr .section-title {
  width: auto;
  max-width: none;
  margin: 0 0 18px;
  color: #111111;
  font-family: var(--font-title);
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.section-title.slide-left:not(.foreword-quote),
.section-title.slide-right:not(.foreword-quote),
.section-title.fade-up:not(.foreword-quote),
.section-title.slide-left.visible:not(.foreword-quote),
.section-title.slide-right.visible:not(.foreword-quote),
.section-title.fade-up.visible:not(.foreword-quote),
.section-title.slide-left.out:not(.foreword-quote),
.section-title.slide-right.out:not(.foreword-quote),
.section-title.fade-up.out:not(.foreword-quote),
.section-academy.started .section-title {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.section-major-events-news .news-kicker,
.section-major-events-news .news-kicker.fade-up,
.section-major-events-news .news-kicker.fade-up.visible,
.section-major-events-news .news-kicker.fade-up.out {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (min-width: 901px) {
  .section-major-events.is-pinned-scene + .section-major-events-news > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
  }

  .section-major-events > .container {
    width: calc(100% - 230px);
    max-width: none;
    margin: 0 0 0 210px;
    padding-left: clamp(64px, 6vw, 108px);
    padding-right: clamp(64px, 6vw, 108px);
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .section-major-events .major-events-layout {
    flex: 1;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
  }

  .section-major-events .section-title {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-education > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .section-education .section-title,
  .section-education .education-layout {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-education .education-layout {
    flex: 1;
    align-content: start;
  }

  .section-intelligence {
    align-items: center;
    padding-top: 0;
  }

  .section-intelligence .intel-row {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hr > .container {
    padding-left: 250px;
  }
}

/* Partnerships: fixed heading with a centred chart stage. */
.section-partners .section-title {
  left: 0;
  right: 0;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
}

.section-partner-timeline .section-title {
  position: absolute;
  top: 7vh;
  left: 0;
  right: 0;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  transform: none;
}

.section-partner-nados .section-title {
  position: absolute;
  top: 7vh;
  left: 0;
  right: 0;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  transform: none;
}

.section-partners.is-timeline-transition + .section-partner-timeline .partner-timeline-line {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 25;
}
.section-partner-timeline .partner-logo-grid,
.section-partner-timeline.timeline-loaded.timeline-in-view .partner-logo-grid,
.section-partner-timeline .partner-year.top .partner-logo-grid,
.section-partner-timeline .partner-year.bottom .partner-logo-grid {
  opacity: 1;
  transform: none;
  transition: none;
}
.section-partner-timeline .partner-logo-card {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.18s ease,
    transform 0.25s cubic-bezier(0.18, 0.84, 0.2, 1),
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  transition-delay: calc(var(--year-delay, 0s) + var(--partner-logo-delay, 0.18s));
  pointer-events: none;
}
.section-partner-timeline.timeline-interactive .partner-logo-card {
  pointer-events: auto;
}
.section-partner-timeline .partner-year strong {
  transition:
    opacity 0.18s ease,
    transform 0.22s cubic-bezier(0.18, 0.84, 0.2, 1);
  transition-delay: var(--year-delay, 0s);
}
.section-partner-timeline.timeline-loaded.timeline-in-view .partner-logo-card {
  opacity: 1;
  transform: translateY(0);
}
.section-partner-timeline .partner-logo-card:hover,
.section-partner-timeline .partner-logo-card:focus-visible {
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
  transition-delay: 0s !important;
  will-change: transform;
}
.section-partners.is-timeline-transition + .section-partner-timeline .partner-year {
  z-index: 26;
}
.section-partners.is-timeline-transition + .section-partner-timeline .partner-logo-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .section-partner-timeline {
    height: 0;
    min-height: 0;
    padding: 0;
  }
  .section-partner-nados {
    height: 0;
    min-height: 0;
    padding: 0;
  }
  .section-partners.is-timeline-transition + .section-partner-timeline .partner-timeline-line {
    left: 0;
  }
}

@media (min-width: 1920px) {
  .sample-stat-left {
    left: -420px;
    width: 380px;
  }
  .section-sample .section-title,
  .section-intelligence .section-title {
    margin-left: 48px;
  }
  .opening-video-controls {
    left: 12px;
    right: 12px;
    width: auto;
    transform: none;
  }
}

/* Mobile art direction and final responsive safeguards. */
@media (max-width: 900px) {
  html {
    overflow-x: hidden;
    scroll-padding-top: 72px;
  }

  body {
    width: 100%;
    overflow-x: clip;
  }

  /* The opening editorial sections stay clean on mobile: white canvas with a
     restrained ITA-blue glow entering from the left edge. */
  .section-foreword-letter,
  .section-foreword,
  .section-foreword-news {
    background: #ffffff !important;
  }

  .section-foreword-letter .section-bg-blur,
  .section-foreword .section-bg-blur,
  .section-foreword-news .section-bg-blur {
    width: 300px;
    height: 460px;
    left: 0;
    top: 48%;
    background: var(--blue-light) !important;
    filter: blur(105px);
    opacity: 0.2;
    transform: translate(-62%, -50%);
  }

  .section-hero {
    height: 100svh;
    min-height: 620px;
    background: #d9f4ff;
  }

  .section-hero::before {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-image: url("../assets/hero-mobile-2025.png");
    background-position: center;
    background-size: cover;
  }

  .section-hero::after,
  .hero-design-layer {
    display: none;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-inline: clamp(20px, 6.15vw, 32px);
  }

  .section-foreword-letter,
  .section-foreword,
  .section-foreword-news,
  .section-major-events,
  .section-major-events-news,
  .section-education,
  .section-education-news,
  .section-intelligence,
  .section-funnel,
  .section-sample,
  .section-tues,
  .section-result-management,
  .section-regulatory,
  .section-academy,
  .section-revenue,
  .section-ita-team,
  .section-ita-degrees,
  .section-partners,
  .section-downloads {
    height: auto;
    min-height: 100svh;
  }

  .section-foreword-letter,
  .section-foreword,
  .section-tues {
    min-height: 0;
  }

  .section-title,
  .foreword-letter-title,
  .nationalities-section-title {
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  img,
  video,
  svg,
  canvas {
    max-width: 100%;
  }

  .opening-video,
  .edu-popup-video,
  .academy-video,
  .keeping-real-video {
    object-fit: cover;
  }

  .news-card,
  .download-card,
  .academy-card {
    min-width: 0;
  }

  .news-card h3,
  .news-card p,
  .download-card h3,
  .download-card p {
    overflow-wrap: anywhere;
  }

  .flags-grid,
  .academy-program-row,
  .academy-stats-grid {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .nav-toggle {
    top: max(12px, env(safe-area-inset-top));
    right: 12px;
  }

  .news-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .foreword-news-grid {
    gap: 22px;
  }
}

/* Section-specific mobile corrections. Desktop remains unchanged. */
@media (max-width: 900px) {
  .section-foreword-letter {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .section-foreword-letter > .container { padding-top: 0; }
  .foreword-letter-title {
    max-width: 92%;
    margin-bottom: 24px;
    font-size: clamp(1.08rem, 5.15vw, 1.35rem);
    line-height: 1.08;
  }
  .foreword-letter-layout { display: block; }
  .foreword-letter-profile {
    display: grid;
    grid-template-columns: minmax(112px, 40%) minmax(0, 1fr);
    grid-template-areas: "photo caption" "photo link";
    align-items: center;
    gap: 8px 16px;
    margin-bottom: 30px;
  }
  .foreword-letter-profile .signature-photo {
    grid-area: photo;
    width: min(32vw, 128px);
    height: min(32vw, 128px);
    min-height: 0;
    max-width: 128px;
    max-height: 128px;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 0;
  }
  .foreword-letter-profile .foreword-caption {
    grid-area: caption;
    width: 100%;
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.25;
  }
  .foreword-letter-profile .foreword-caption-link {
    grid-area: link;
    align-self: start;
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .section-sample > .container { padding-top: 3vh; }
  .section-sample .sample-chart { margin-top: -12px; }
  .sample-side-stat {
    grid-template-areas: "label number" "events events";
  }
  .sample-side-label { grid-area: label; }
  .sample-side-stat > strong { grid-area: number; }
  .sample-side-events {
    grid-area: events;
    display: block;
    margin: 2px 0 0;
    text-align: left;
    font-size: 0;
    line-height: 1.2;
  }
  .sample-side-events b { display: none; }
  .sample-side-events::after {
    content: "At 1,370 International Sporting Events";
    font-size: 0.7rem;
  }

  .section-tues > .container {
    display: flex;
    flex-direction: column;
  }
  .tues-heading { order: 1; }
  .tues-layout { order: 2; }
  .tues-divider { order: 3; }
  .tue-ituec-card {
    position: static;
    order: 4;
    grid-template-columns: 76px minmax(0, 1fr) 24px;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding: 12px;
    border-radius: 12px;
  }
  .tue-ituec-card::before { left: 88px; }
  .tue-ituec-card::after { right: 36px; }
  .tue-ituec-card p { padding: 0 10px; font-size: 0.64rem; }

  .section-major-events-news,
  .section-partner-timeline,
  .section-partner-nados,
  .section-partnerships-news {
    position: relative;
    display: flex;
    height: auto;
    min-height: 100svh;
    padding: 72px 0;
    overflow: hidden;
  }
  .section-major-events-news > .container,
  .section-partner-timeline > .container,
  .section-partner-nados > .container,
  .section-partnerships-news > .container {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding-inline: clamp(20px, 6.15vw, 32px);
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
    pointer-events: auto;
  }
  .section-major-events-news .section-bg-blur,
  .section-partner-timeline .section-bg-blur,
  .section-partner-nados .section-bg-blur,
  .section-partnerships-news .section-bg-blur {
    display: block;
  }
  .section-partner-timeline .partner-timeline,
  .section-partner-nados .partner-nado-grid { display: grid; }

  .section-major-events-news .slide-left,
  .section-major-events-news .slide-right,
  .section-major-events-news .fade-up,
  .section-partnerships-news .slide-left,
  .section-partnerships-news .slide-right,
  .section-partnerships-news .fade-up {
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
  }
}

/* Final mobile flow override: every former overlay is a normal snap section. */
@media (max-width: 900px) {
  .section-education-news,
  .section-nationalities,
  .section-major-events-news,
  .section-funnel,
  .section-regulatory,
  .section-academy-news,
  .section-partner-timeline,
  .section-partner-nados,
  .section-partnerships-news,
  .section-ita-team,
  .section-ita-degrees {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    height: auto !important;
    min-height: 100svh !important;
    padding: 72px 0 !important;
    overflow: hidden !important;
  }

  .section-education-news > .container,
  .section-nationalities > .container,
  .section-major-events-news > .container,
  .section-funnel > .container,
  .section-regulatory > .container,
  .section-academy-news > .container,
  .section-partner-timeline > .container,
  .section-partner-nados > .container,
  .section-partnerships-news > .container,
  .section-ita-team > .container,
  .section-ita-degrees > .container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-inline: clamp(20px, 6.15vw, 32px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .section-nationalities > .container {
    display: block !important;
  }
}

/* Final mobile snap and news presentation. */
@media (max-width: 900px) {
  html,
  body {
    scroll-snap-type: y mandatory;
  }

  body > .section-hero,
  body > section:not(.section-opening-statement) {
    scroll-margin-top: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .section-opening-statement {
    position: relative !important;
    display: block !important;
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    background: #d6eef8 !important;
    scroll-margin-top: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .section-opening-statement > .opening-video-wrapper,
  .section-opening-statement.is-video-active > .opening-video-wrapper {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .section-opening-statement .opening-video {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }

  .section-foreword-news,
  .section-education-news,
  .section-major-events-news,
  .section-academy-news,
  .section-partnerships-news {
    position: relative !important;
    height: auto !important;
    min-height: 100svh !important;
    padding: 72px 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .section-foreword-news > .container,
  .section-education-news > .container,
  .section-major-events-news > .container,
  .section-academy-news > .container,
  .section-partnerships-news > .container {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-inline: clamp(20px, 6.15vw, 32px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .section-foreword-news .news-kicker,
  .section-education-news .news-kicker,
  .section-major-events-news .news-kicker,
  .section-academy-news .news-kicker,
  .section-partnerships-news .news-kicker {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .section-foreword-news .foreword-news-grid,
  .section-education-news .foreword-news-grid,
  .section-major-events-news .foreword-news-grid,
  .section-academy-news .foreword-news-grid,
  .section-partnerships-news .foreword-news-grid {
    width: 100% !important;
    margin: 0 !important;
  }

  .section-foreword-news .section-bg-blur,
  .section-education-news .section-bg-blur,
  .section-major-events-news .section-bg-blur,
  .section-academy-news .section-bg-blur,
  .section-partnerships-news .section-bg-blur {
    display: block !important;
    width: 280px !important;
    height: 440px !important;
    left: 0 !important;
    top: 45% !important;
    opacity: 0.14 !important;
    filter: blur(100px) !important;
    transform: translate(-62%, -50%) !important;
  }
}

/* Final mobile opening override. */
@media (max-width: 900px) {
  .section-opening-statement {
    position: relative !important;
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    scroll-snap-align: none !important;
  }

  .section-opening-statement > .opening-video-wrapper {
    position: fixed !important;
    inset: 0 !important;
    z-index: 15 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.7s ease !important;
  }

  .section-opening-statement.is-video-active > .opening-video-wrapper {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .section-opening-statement.is-video-instant > .opening-video-wrapper {
    transition: none !important;
  }

  .section-foreword .foreword-grid {
    display: flex;
    flex-direction: column;
  }

  .section-foreword .foreword-text { order: 1; }

  .section-foreword .foreword-portrait {
    order: 2;
    display: grid;
    grid-template-columns: minmax(112px, 42%) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: min(100%, 360px);
    margin: 12px auto 0;
    padding-top: 0;
  }

  .section-foreword .foreword-portrait .signature-photo {
    width: min(36vw, 150px);
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 0.9;
    margin: 0;
    object-fit: cover;
    object-position: top center;
  }

  .section-foreword .foreword-portrait .foreword-caption {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
