/*
 * Montserrat is self-hosted rather than loaded from Google Fonts.
 *
 * Loading it from fonts.googleapis.com meant a render-blocking cross-origin
 * stylesheet plus two extra DNS/TLS handshakes before any text could paint.
 * Serving the same variable font from this origin removes both, and it also
 * means visitors are not making a request to a third party just to read the
 * site - which matters for an organization that publishes a privacy policy.
 *
 * These are the exact subsets Google Fonts serves for this family, one
 * variable file covering weights 400-900. Montserrat is licensed under the
 * SIL Open Font License 1.1.
 */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/montserrat-latin-400-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/montserrat-latin-ext-400-900.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #030d2a;
  --bg-soft: #081532;
  --panel: rgba(10, 26, 62, 0.78);
  --panel-strong: rgba(8, 19, 47, 0.92);
  --panel-alt: rgba(16, 35, 81, 0.75);
  --line: rgba(196, 210, 242, 0.14);
  --line-strong: rgba(196, 210, 242, 0.22);
  --text: #ffffff;
  --muted: #c4d2f2;
  --muted-strong: #c4d2f2;
  --accent: #ed8c5f;
  --accent-2: #a61757;
  --shadow: 0 24px 80px rgba(4, 6, 20, 0.28);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.2);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-xs: 4px;
  --radius-sm: 12px;
  --container: 1280px;
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(166, 23, 87, 0.16), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(87, 125, 255, 0.14), transparent 26%),
    linear-gradient(180deg, #020a21 0%, #030d2a 24%, #05112d 100%);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
}

body.menu-open,
body.wpnNoScroll {
  overflow: hidden;
}

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

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

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

button {
  border: 0;
  background: none;
  color: inherit;
}

::selection {
  background: rgba(237, 140, 95, 0.22);
  color: var(--text);
}

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

.container {
  width: min(calc(100% - 58px), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section--compact {
  padding: 72px 0;
}

.section--tight {
  padding: 64px 0;
}

.section[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.sectionHeader {
  max-width: 890px;
  margin: 0 auto 32px;
  text-align: center;
}

.sectionHeader--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.sectionEyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1rem;
  opacity: 1;
  text-align: center;
  margin-bottom: 8px;
  color: rgb(237, 140, 95);
  font-weight: 500;
  background: linear-gradient(17deg, rgb(166, 23, 87) 0, rgb(237, 140, 95) 58.99%) padding-box text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  width: fit-content;
  filter: contrast(110%) brightness(110%) saturate(110%);
  margin: 8px auto;
}

.sectionTitle {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height:  1;
  font-weight:  800;
  letter-spacing: -0.03em;
  color: var(--text);
  text-wrap: balance;
}

.sectionIntro {
  margin: 16px auto 0;
  max-width: 640px;
  color: var(--muted-strong);
  font-size: 1rem;
  line-height:  1.5;
}

.sectionHeader--left .sectionIntro {
  margin-left: 0;
}

.buttonRow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 620;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

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

.button:focus-visible,
.menuButton:focus-visible,
.wpnGalleryTab:focus-visible,
.wpnCarouselNav:focus-visible,
.wpnLightboxClose:focus-visible,
.wpnLightboxNav:focus-visible,
.menuLink:focus-visible,
.logoTile:focus-visible,
.quickFact:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
}

.button--primary {
  color: var(--text);
  background: linear-gradient(17deg, var(--accent-2) 0%, var(--accent) 58.99%);
  box-shadow: 0 18px 34px rgba(166, 23, 87, 0.25);
  background-size: 110% 110%;
  background-position: center;
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.button--ghost {
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(7, 18, 45, 0.96) 0%, rgba(8, 20, 51, 0.6) 100%);
  color: var(--muted-strong);
}

.button svg,
.button img {
  width: 7px;
  height: auto;
}

.siteHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1200;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.siteHeader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 140, 95, 0.42), rgba(87, 125, 255, 0.34), transparent);
}

.siteHeader__link:hover, .siteHeader__link:focus-visible {
  border-color: rgba(237, 140, 95, 0.46);
  box-shadow: 0 12px 26px rgba(166, 23, 87, 0.2);
}

.siteHeader__inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.siteHeader__logo {
  width: 330px;
  max-width: 62vw;
}

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

.siteHeader__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;

  border-color: rgba(237, 140, 95, 0.34);
  background: linear-gradient(17deg, rgba(166, 23, 87, 0.16) 0%, rgba(237, 140, 95, 0.1) 58.99%),
  rgba(255, 255, 255, 0.05);
}

.siteHeader__link:hover,
.siteHeader__link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.menuButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.menuButton:hover,
.menuButton:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
}

.menuButton span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

.menuButton span:nth-child(1) { top: 16px; }
.menuButton span:nth-child(2) { top: 22px; }
.menuButton span:nth-child(3) { top: 28px; }

.menuButton.is-open span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}

.menuButton.is-open span:nth-child(2) {
  opacity: 0;
}

.menuButton.is-open span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.siteMenu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.siteMenu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.siteMenu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 13, 42, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.siteMenu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  padding: 112px 32px 36px;
  background:
    radial-gradient(circle at 20% 14%, rgba(166, 23, 87, 0.18), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(87, 125, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(5, 14, 38, 0.98) 0%, rgba(10, 26, 62, 0.98) 100%);
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--accent), var(--accent-2), rgba(87, 125, 255, 0.8)) 1;
  transform: translateX(100%);
  transition: transform 0.34s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;

  width: min(590px, 100%);
  background: radial-gradient(circle at 18% 10%, rgba(166, 23, 87, 0.24), transparent 32%),
  radial-gradient(circle at 92% 18%, rgba(87, 125, 255, 0.22), transparent 36%),
  linear-gradient(180deg, rgba(4, 12, 34, 0.98) 0%, rgba(8, 20, 50, 0.98) 58%, rgba(5, 14, 38, 0.98) 100%);
}

.siteMenu.is-open .siteMenu__panel {
  transform: translateX(0);
}

.siteMenu__eyebrow {
  margin: 0px 0px 8px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing:  0.16em;
  font-weight: 500;
}

.marginLeftTop{
  margin-top: 8px;
  margin-left: 8px;
}

.siteMenu__title {
  margin: 0px;
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  line-height:  0.9;
  font-weight: 800;
  letter-spacing: 0;
}

.siteMenu__copy {
  margin: 16px 0px 0px;
  color: var(--muted);
  line-height:  1.5;
  font-size: 0.9rem;
}

.menuLinks {
  display: grid;
  gap: 12px;
  margin: 32px 0 32px 0;
}

.menuLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.menuLink:hover,
.menuLink:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.menuLink::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 18% 0%, rgba(237, 140, 95, 0.14), transparent 34%);
  transition: opacity 0.2s ease;
  }

.menuLink:hover::before, .menuLink:focus-visible::before, .menuLink[aria-current="page"]::before {
  opacity: 1;
}

.menuLink[aria-current="page"] {
  border-color: rgba(237, 140, 95, 0.34);
  background: linear-gradient(17deg, rgba(166, 23, 87, 0.16) 0%, rgba(237, 140, 95, 0.1) 58.99%),
  rgba(255, 255, 255, 0.05);
}

.menuLink__label {
  font-weight: 600;
  font-size: 1rem;
}

.menuLink__meta {
  color: var(--muted);
  font-size: 0.9rem;
  opacity: .85;
}

.siteMenu__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  color: var(--muted);
  font-size: 0.82rem;
  opacity: 0.65;
}

.yrHero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 72px;
  isolation: isolate;
}

.yrHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(237, 140, 95, 0.16), transparent 34%),
    radial-gradient(circle at 80% 22%, rgba(87, 125, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(2, 10, 33, 0.64) 0%, rgba(3, 13, 42, 0.34) 42%, rgba(3, 13, 42, 0) 100%);
  z-index: -2;
}

.yrHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/assets/images/PNG/eagle_1.png') no-repeat right -5vw bottom 0;
  background-image: image-set(url('/assets/images/PNG/eagle_1.webp') type('image/webp'), url('/assets/images/PNG/eagle_1.png') type('image/png'));
  background-size: min(70vw, 1920px) auto;
  opacity: 0.22;
  z-index: -1;
  pointer-events: none;
}

.yrHero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.yrHero__content {
  max-width: 760px;
}

.heroKicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing:  0.04em;
  font-weight: 600;
  border: none;
  opacity: .46;
}

.heroTitle {
  margin: 16px 0 0;
  font-size: clamp(3.4rem, 10vw, 5rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.heroTitle span {
  color: transparent;
  background-size: cover;
  background: linear-gradient(17deg, rgb(166, 23, 87) 0, rgb(237, 140, 95) 58.99%) padding-box text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  filter: contrast(110%) brightness(110%) saturate(110%);
  letter-spacing: 0;
}

.heroLead {
  margin: 24px 0 0;
  max-width: 640px;
  color: var(--muted-strong);
  font-size: 1rem;
  line-height:  1.5;
}

.quickFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.quickFact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.quickFact img {
  width: 20px;
  height: 20px;
}

.quickFact span {
  font-size: 0.9rem;
  line-height:  1.15;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.heroPanel {
  position: relative;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(7, 18, 45, 0.96) 0%, rgba(8, 20, 51, 0.6) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.heroPanel::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 140, 95, 0.22), rgba(237, 140, 95, 0) 65%);
  pointer-events: none;
}

.heroPanel__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.heroPanel__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.heroPanel__badge {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  opacity: 1;
  text-align: center;
  margin-bottom: 8px;
  color: rgb(237, 140, 95);
  font-weight: 600;
  background: linear-gradient(17deg, rgb(166, 23, 87) 0, rgb(237, 140, 95) 58.99%) padding-box text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  width: fit-content;
  filter: contrast(110%) brightness(110%) saturate(110%);
  margin: 0;
}

.heroPanel__list {
  display: grid;
  gap: 16px;
}

.heroPanel__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.heroPanel__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.heroPanel__label {
  color: var(--muted-strong);
  opacity: 1;
  font-size: 0.68rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heroPanel__value {
  color: var(--muted-strong);
  line-height:  1.5;
  font-size: .9rem;
}

.heroMiniStats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.heroMiniStat {
  padding: 16px 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 15px 45px rgba(4, 6, 20, 0.28);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}

.heroMiniStat__number {
  display: block;
  margin-bottom: 4px;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
  color: var(--text);
}

.heroMiniStat__label {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.3;
}

.statsGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.statCard {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  padding: 24px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(9, 22, 54, 0.96) 0%, rgba(10, 26, 62, 0.66) 100%);
  box-shadow: var(--shadow-soft);
}

.statCard__value {
  display: block;
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height:  0.9;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.statCard__label {
  display: block;
  position: relative;
  font-size: 1.25rem;
  line-height:  1.3;
  font-weight: 600;
  margin-top: 8px;
}

.statCard__sub {
  display: block;
  position: relative;
  margin-top: 8px;
  color: #bbcaf1;
  line-height:  1.5;
  font-size: .9rem;
  opacity: .75;
}

.storyStrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.storyCard {
  padding: 24px 24px 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 22, 54, 0.96) 0%, rgba(10, 26, 62, 0.66) 100%);
}

.storyCard__title {
  position: relative;
  font-size: 1.25rem;
  line-height:  1.3;
  font-weight: 600;
  color: transparent;
  background: linear-gradient(17deg, rgb(166, 23, 87) 0px, rgb(237, 140, 95) 58.99%) padding-box text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  filter: contrast(110%) brightness(110%) saturate(110%);
  letter-spacing: 0;
  height: fit-content;
  width: fit-content;
  margin-top: 8px;
}

.storyCard p {
  position: relative;
  margin-top: 8px;
  color: #bbcaf1;
  line-height:  1.5;
  font-size: .9rem;
  opacity: .75;
}

.galleryHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.galleryHeader__copy {
  max-width: 720px;
}

.galleryHeader__copy p {
  margin: 8px 0;
  color: var(--muted);
  line-height:  1.65;
}

.galleryHint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wpnGalleryTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  justify-content: center;
}

.wpnGalleryTab {
  cursor: pointer;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wpnGalleryTab:hover,
.wpnGalleryTab.isActive {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

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

.wpnCarouselNav {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.wpnCarouselNav:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.wpnCarouselNav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.wpnPhotoCarousel {
  flex: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 4px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  min-height: 350px;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}

.wpnPhotoCarousel::-webkit-scrollbar {
  height: 10px;
}

.wpnPhotoCarousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.wpnPhotoCarousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.wpnCarouselItem {
  flex: 0 0 auto;
  width: min(540px, 78vw);
  max-width: 78%;
  aspect-ratio: 16 / 10;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.wpnCarouselItem:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
}

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

.wpnGalleryStatus {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  display: none;
}

.wpnLightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.wpnLightbox.isOpen {
  display: flex;
}

.wpnLightboxFigure {
  width: min(1120px, 100%);
  margin: 0;
  text-align: center;
}

.wpnLightboxFigure img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--radius-lg);
}

.wpnLightboxCaption {
  margin-top: 16px;
  color: var(--muted-strong);
  line-height:  1.65;
}

.wpnLightboxClose,
.wpnLightboxNav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--text);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.wpnLightboxClose {
  top: 18px;
  right: 18px;
  font-size: 2rem;
  line-height: 1;
}

.wpnLightboxNav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
}

.wpnLightboxNav.prev { left: 18px; }
.wpnLightboxNav.next { right: 18px; }

.momentStrip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 68px;
}

.momentPill {
  padding: 16px 16px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 22, 54, 0.96) 0%, rgba(10, 26, 62, 0.66) 100%);
  min-height: 120px;
}

.momentPill__label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  opacity: 1;
  text-align: center;
  color: rgb(237, 140, 95);
  font-weight: 600;
  background: linear-gradient(17deg, rgb(166, 23, 87) 0px, rgb(237, 140, 95) 58.99%) padding-box text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  width: fit-content;
  filter: contrast(110%) brightness(110%) saturate(110%);
  margin: 0px;
}

.momentPill__title {
  display: block;
  margin-top: 12px;
  font-size: 1.25rem;
  line-height:  1.3;
  font-weight: 700;
}

.momentPill p {
  position: relative;
  margin-top: 8px;
  color: rgb(187, 202, 241);
  line-height:  1.5;
  font-size: 0.9rem;
  opacity: 0.75;
}

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

.featureCard {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(9, 22, 54, 0.96) 0%, rgba(10, 26, 62, 0.66) 100%);
  overflow: hidden;
}

.featureCard::after {
  content: "";
  position: absolute;
  inset: -60px auto auto -34px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(87, 125, 255, 0.18), rgba(87, 125, 255, 0));
  pointer-events: none;
  filter: blur(20px);
  opacity: .4;
}

.featureCard__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featureCard h3,
.keynoteCard h3,
.initiativeCard h3,
.quoteCard h3,
.ctaCard h2,
.inclusionCard h3 {
  margin: 16px 0 0;
  font-size: 1.7rem;
  line-height:  1.15;
  font-weight: 700;
}

.featureCard p,
.keynoteCard p,
.initiativeCard p,
.inclusionCard p,
.quoteCard p,
.ctaCard p,
.logoWallIntro,
.featureList,
.inclusionList,
.mentorCard p {
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height:  1.5;
}

.featureCallout {
  margin-top: 16px;
  padding: 16px 16px;
  border-left: 3px solid rgba(237, 140, 95, 0.8);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-weight: 500;
  line-height:  1.65;
}

.topicCloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.topicCloud span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 600;
}

.keynoteGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.keynoteCard {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(11, 24, 58, 0.98) 0%, rgba(10, 26, 62, 0.72) 100%);
}

.keynoteCard::after {
  content: "";
  position: absolute;
  inset: -60px auto auto -34px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(87, 125, 255, 0.18), rgba(87, 125, 255, 0));
  pointer-events: none;
  filter: blur(20px);
  opacity: .4;
}

.keynoteTag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.keynoteMeta {
  margin-top: 8px;
  color: var(--muted-strong);
  font-weight: 500;
  opacity: .45;
  line-height: 1.15 !important;
}

.keynoteSub {
  margin-top: 8px;
}

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

.initiativeCard {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 26, 62, 0.62);
}

.initiativeNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: linear-gradient(17deg, rgba(166, 23, 87, 1) 0%, rgba(237, 140, 95, 1) 100%);
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.initiativeMeta {
  margin-top: 8px;
  font-size: 0.82rem;
  color: #9fb5df;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  opacity: .5;
}

.inclusionPanel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 24px;
  padding: 32px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(8, 20, 50, 0.98) 0%, rgba(10, 26, 62, 0.68) 100%);
  box-shadow: var(--shadow);
}

.inclusionCard {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  border-radius: 18px;
}

.inclusionList {
  margin: 16px 0 0;
  padding-left: 16px;
}

.inclusionList li {
  margin-top: 8px;
}

.mentorCard {
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.mentorCard__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.impactMetric {
  padding: 24px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.impactMetric__value {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 6vw, 2.8rem);
  line-height:  0.9;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.impactMetric__label {
  display: block;
  color: var(--muted);
  line-height:  1.5;
  font-weight: 500;
  font-size: 1rem;
}

.logoWallWrap {
  padding: 0px;
  border-radius: 0 !important;
}

.logoWallIntro {
  margin: 0 auto;
  text-align: center;
}

.logoWall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  min-height: 146px;
  padding: 24px 16px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.logoTile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 146px;
  padding: 24px 16px 20px;
  border-radius: var(--radius-md);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.logoWall::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.logoTile:hover,
.logoTile:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.logoTile img {
  max-width: min(150px, 92%);
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logoTile span {
  text-align: center;
  font-size: 0.9rem;
  line-height:  1.3;
  color: var(--muted-strong);
  font-weight: 500;
  opacity: .5;
}

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

.quoteCard {
  position: relative;
  padding: 24px 24px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(10, 26, 62, 0.96) 0%, rgba(10, 26, 62, 0.58) 100%);
}

.quoteCard__mark {
  display: block;
  margin-bottom: 16px;
  font-size: 3.4rem;
  line-height:  0.9;
  color: rgba(255, 255, 255, 0.3);
}

.quoteCard p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.1rem;
  line-height: 1.5;
}

.quoteCard__meta {
  margin-top: 20px;
  color: #97afd7;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  opacity: .5;
}

.ctaCard {
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 80% 18%, rgba(237, 140, 95, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(8, 20, 50, 0.98) 0%, rgba(10, 26, 62, 0.76) 100%);
  text-align: center;
  box-shadow: var(--shadow);
}

.ctaCard p {
  max-width: 720px;
  margin: 16px auto 0;
}

.ctaCard__actions {
  justify-content: center;
  margin-top: 24px;
}

.siteFooter {
  padding: 24px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* The footer now has its own components; this remains only as a sane default
   for any loose paragraph inside it. Alignment is set per component below. */
.siteFooter p {
  margin: 0;
  color: rgba(196, 210, 242, 0.62);
  font-size: 0.9rem;
  line-height:  1.65;
}

.wpnSectionNav__chevron svg {
  width: 13px;
  height: 13px;
  display: block;
  fill: currentColor;
}


@media (max-width: 1180px) {
  .statsGrid,
  .heroMiniStats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .storyStrip,
  .momentStrip,
  .logoWall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .yrHero__grid,
  .featureGrid,
  .keynoteGrid,
  .initiativeGrid,
  .inclusionPanel {
    grid-template-columns: 1fr;
  }

  .yrHero::after {
    background-size: min(1200px, 1820px) auto;
    opacity: 0.1;
    background-position: center top;
  }

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

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

@media (max-width: 860px) {
  :root {
    --header-height: 78px;
  }

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

  .siteHeader__link {
    display: none;
  }

  .section,
  .section--compact {
    padding: 72px 0;
  }

  .section--tight {
    padding: 56px 0;
  }

  .yrHero {
    padding-top: 128px;
    padding-bottom: 56px;
  }

  .statsGrid,
  .storyStrip,
  .momentStrip,
  .logoWall,
  .impactMetrics,
  .quoteGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .wpnCarouselItem {
    width: min(520px, 84vw);
    max-width: 84%;
  }

  .wpnLightboxNav {
    display: none;
  }
}

@media (max-width: 640px) {
  .sectionHeader {
    margin-bottom: 28px;
  }

  .heroTitle {
    font-size: clamp(2.8rem, 18vw, 4.8rem);
  }

  .heroLead,
  .sectionIntro,
  .featureCard p,
  .initiativeCard p,
  .inclusionCard p,
  .quoteCard p,
  .logoWallIntro,
  .mentorCard p {
    font-size: 1rem;
  }

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

  .quickFact {
    justify-content: flex-start;
  }

  .heroActions,
  .buttonRow,
  .ctaCard__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .heroPanel,
  .galleryShell,
  .logoWallWrap,
  .ctaCard,
  .inclusionPanel {
    padding: 24px;
    border-radius: var(--radius-xl);
  }

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

  .statsGrid,
  .storyStrip,
  .momentStrip,
  .logoWall,
  .impactMetrics,
  .quoteGrid,
  .heroMiniStats {
    grid-template-columns: 1fr;
  }

  .wpnCarouselNav {
    display: none;
  }

  .wpnPhotoCarousel {
    min-height: 280px;
    padding-bottom: 8px;
  }

  .wpnCarouselItem {
    width: 88vw;
    max-width: 88vw;
    border-radius: var(--radius-lg);
  }

  .wpnLightbox {
    padding: 16px;
  }

  .wpnLightboxClose {
    top: 12px;
    right: 12px;
  }

  .siteMenu__panel {
    padding: 96px 24px 28px;
  }

  .logoWall {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

}

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

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

/* Automatic section navigation / scrollspy */
.wpnSectionNavTarget {
  scroll-margin-top: calc(var(--header-height) + 22px);
}

.wpnSectionNav {
  --wpn-section-nav-progress: 0%;
  position: fixed;
  top: 52%;
  left: max(0px, env(safe-area-inset-left));
  z-index: 900;
  width: 200px;
  max-width: calc(100vw - 32px);
  color: var(--muted);
  transform: translateY(-50%);
  isolation: isolate;
}

.wpnSectionNav__toggle {
  display: none;
}

.wpnSectionNav__panel {
  position: relative;
}

.wpnSectionNav__title {
  margin: 0 0 8px 56px;
  color: rgba(196, 210, 242, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  opacity: .5;
  text-align: left;
  margin: 4px 0 0px 16px !important;
}

.wpnSectionNav__list {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 2px 0;
  list-style: none;
}

.wpnSectionNav__list::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 20px;
  z-index: -1;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--accent-2) 0%,
    var(--accent) var(--wpn-section-nav-progress),
    rgba(196, 210, 242, 0.16) var(--wpn-section-nav-progress),
    rgba(196, 210, 242, 0.16) 100%
  );
}

.wpnSectionNav__item {
  position: relative;
}

.wpnSectionNav__link {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 45px;
  padding: 8px 8px 8px 0;
  border-radius: var(--radius-lg);
  color: rgba(196, 210, 242, 0.72);
  line-height:  1.3;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.wpnSectionNav__link:hover,
.wpnSectionNav__link:focus-visible,
.wpnSectionNav__link[aria-current="location"] {
  color: var(--text);
}

.wpnSectionNav__link:hover .wpnSectionNav__label,
.wpnSectionNav__link:focus-visible .wpnSectionNav__label {
  transform: translateX(2px);
}

.wpnSectionNav__link:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
}

.wpnSectionNav__dot {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 10px;
  height: 10px;
  border: 1.5px solid rgba(196, 210, 242, 0.22);
  border-radius: 999px;
  background: #07142f;
  transition: width 0.2s ease,
  height 0.2s ease,
  border-color 0.2s ease,
  background 0.2s ease,
  box-shadow 0.2s ease;
}

.wpnSectionNav__item.is-past .wpnSectionNav__dot {
  border-color: rgba(237, 140, 95, 0.58);
}

.wpnSectionNav__item.is-active .wpnSectionNav__dot {
  width: 12px;
  height: 12px;
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(237, 140, 95, 0.18);
}

.wpnSectionNav__label {
  min-width: 0;
  color: inherit;
  font-size: 0.82rem;
  font-weight:  500;
  letter-spacing:  0em;
  overflow-wrap: anywhere;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

@media (max-width: 1680px) and (min-width: 861px) {
  .wpnSectionNav {
    left: 0px;
    width: 45px;
  }

  .wpnSectionNav:hover,
  .wpnSectionNav:focus-within {
    width: 220px;
    left: 0px;
  }

  .wpnSectionNav__panel {
    padding-right: 0;

  }

  .wpnSectionNav:hover .wpnSectionNav__panel,
  .wpnSectionNav:focus-within .wpnSectionNav__panel {
    padding-right: 8px;
  padding: 12px 8px 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 0% 12%, rgba(166, 23, 87, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(3, 13, 42, 0.46), rgba(3, 13, 42, 0.16));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
    background: rgba(3, 13, 42, 0.72);
  }

  .wpnSectionNav__title {
    height: 1px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }

  .wpnSectionNav:hover .wpnSectionNav__title,
  .wpnSectionNav:focus-within .wpnSectionNav__title {
    height: auto;
    margin: 0 0 8px 56px;
    opacity: 1;
  }

  .wpnSectionNav__link {
    grid-template-columns: 22px 0fr;
    padding-right: 0;
  }
  .wpnSectionNav__list::before {
    left: 10px;
  }
  .wpnSectionNav:hover .wpnSectionNav__list::before,
  .wpnSectionNav:focus-within .wpnSectionNav__list::before{
    left: 20px;
  }
  .wpnSectionNav:hover .wpnSectionNav__link,
  .wpnSectionNav:focus-within .wpnSectionNav__link {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-right: 8px;
  }

  .wpnSectionNav__label {
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-8px);
  }

  .wpnSectionNav:hover .wpnSectionNav__label,
  .wpnSectionNav:focus-within .wpnSectionNav__label {
    overflow: visible;
    white-space: normal;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .wpnSectionNav {
    top: auto;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 16px;
    z-index: 1000;
    width: auto;
    max-width: none;
    transform: none;
  }

  .wpnSectionNav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: var(--text);
    cursor: pointer;
    background:
      radial-gradient(circle at 12% 0%, rgba(237, 140, 95, 0.16), transparent 38%),
      linear-gradient(180deg, rgba(8, 20, 50, 0.98), rgba(10, 26, 62, 0.9));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .wpnSectionNav__toggle:focus-visible {
    outline: 2px solid rgba(237, 140, 95, 0.95);
    outline-offset: 2px;
  }

  .wpnSectionNav__toggleText {
    color: rgba(196, 210, 242, 0.72);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing:  0.16em;
    text-transform: uppercase;
  }

  .wpnSectionNav__current {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 12px;
    overflow: hidden;
    color: var(--text);
    font-size: 0.82rem;
    font-weight:  600;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wpnSectionNav__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.1rem;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .wpnSectionNav.is-open .wpnSectionNav__chevron {
    transform: rotate(180deg);
  }

  .wpnSectionNav__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    left: 0;
    max-height: min(62vh, 430px);
    overflow-y: auto;
    padding: 16px 8px 16px 0;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
    background: radial-gradient(circle at 18% 10%, rgba(166, 23, 87, 0.24), transparent 32%),
                radial-gradient(circle at 92% 18%, rgba(87, 125, 255, 0.22), transparent 36%),
                linear-gradient(180deg, rgba(4, 12, 34, 0.98) 0%, rgba(8, 20, 50, 0.98) 58%, rgba(5, 14, 38, 0.98) 100%);
  }

  .wpnSectionNav.is-open .wpnSectionNav__panel {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .wpnSectionNav__title {
    margin: 0 0 8px 56px;
  }

  .wpnSectionNav__link {
    min-height: 46px;
  }
}

@media (max-width: 420px) {
  .wpnSectionNav__toggleText {
    display: none;
  }

  .wpnSectionNav__current {
    margin-left: 0;
  }
}

/* =====================================================================
   Site chrome additions
   Skip link, desktop primary navigation, rich footer, breadcrumbs,
   long-form prose pages, and the click-to-play video facade.
   ===================================================================== */

/* --- Skip to content ------------------------------------------------ */

.skipLink {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2000;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(17deg, var(--accent-2) 0%, var(--accent) 58.99%);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skipLink:focus {
  transform: translateY(0);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

main:focus {
  outline: none;
}

/* --- Desktop primary navigation ------------------------------------- */

.primaryNav {
  display: none;
  flex: 1 1 auto;
  justify-content: center;
}

.primaryNav__list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primaryNav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing:  0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.primaryNav__link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.primaryNav__link:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
}

.primaryNav__link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: var(--radius-xs);
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  opacity: 0;
  transition: opacity 0.18s ease;
}

.primaryNav__link[aria-current="page"] {
  color: var(--text);
}

.primaryNav__link[aria-current="page"]::after {
  opacity: 1;
}

@media (min-width: 1100px) {
  .primaryNav {
    display: flex;
  }

  .siteHeader__logo {
    width: 208px;
  }

  .menuButton {
    display: none;
  }
}

/* --- Breadcrumbs ----------------------------------------------------- */

.breadcrumb {
  margin-bottom: 16px;
  font-size: 0.82rem;
  color: rgba(196, 210, 242, 0.72);
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  opacity: 0.45;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(196, 210, 242, 0.35);
}

.breadcrumb a:hover {
  color: var(--text);
}

.breadcrumb a:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

/* --- Long-form prose (legal pages, detailed content) ----------------- */

.prose {
  max-width: 74ch;
  color: var(--muted-strong);
  font-size: 1rem;
  line-height:  1.65;
}

.prose > * + * {
  margin-top: 16px;
}

.prose h2 {
  margin: 44px 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  font-weight:  800;
  letter-spacing: -0.02em;
}

.prose h3 {
  margin: 32px 0 0;
  color: var(--text);
  font-size: 1.1rem;
  line-height:  1.3;
  font-weight: 800;
}

.prose ul,
.prose ol {
  padding-left: 24px;
}

.prose li + li {
  margin-top: 8px;
}

.prose a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  /* Legal text quotes full URLs; they must wrap rather than widen the page. */
  overflow-wrap: anywhere;
}

.prose p,
.prose li {
  overflow-wrap: break-word;
}

.prose a:hover {
  color: #f6ab82;
}

.prose a:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

.prose strong {
  color: var(--text);
}

.proseShell {
  padding: clamp(24px, 4vw, 48px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(10, 26, 62, 0.92) 0%, rgba(8, 20, 50, 0.72) 100%);
  box-shadow: var(--shadow-soft);
}

/* --- Definition / fact list (contact + org details) ------------------ */

.factList {
  display: grid;
  gap: 0;
  margin: 0;
}

.factList__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.factList__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.factList dt {
  color: rgba(196, 210, 242, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.5;
}

.factList dd {
  margin: 0;
  color: var(--muted-strong);
  line-height:  1.5;
}

.factList dd a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.factList dd a:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

@media (max-width: 640px) {
  .factList__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* --- Click-to-play video facade ------------------------------------- */

.videoFacade {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #0a1a3e;
  line-height:  0.9;
}

.videoFacade img {
  width: 100%;
  height: auto;
}

.videoFacade__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.videoFacade__playIcon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(17deg, var(--accent-2) 0%, var(--accent) 58.99%);
  box-shadow: 0 18px 44px rgba(4, 6, 20, 0.45);
  transition: transform 0.2s ease;
}

.videoFacade__playIcon svg {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  fill: #fff;
}

.videoFacade:hover .videoFacade__playIcon {
  transform: scale(1.06);
}

.videoFacade:focus-visible {
  outline: 3px solid rgba(237, 140, 95, 0.95);
  outline-offset: -3px;
}

.videoFacade__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 20px 16px;
  background: linear-gradient(180deg, rgba(3, 13, 42, 0) 0%, rgba(3, 13, 42, 0.86) 100%);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  line-height:  1.3;
  text-align: center;
}

@media (max-width: 640px) {
  .videoFacade__playIcon {
    width: 62px;
    height: 62px;
  }

  .videoFacade__playIcon svg {
    width: 22px;
    height: 22px;
  }
}

/* --- Rich site footer ------------------------------------------------ */

.siteFooter {
  padding: 60px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(3, 10, 32, 0) 0%, rgba(2, 8, 26, 0.6) 100%);
}

.siteFooter__top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.siteFooter__brandLogo {
  width: 232px;
  max-width: 70vw;
  margin-bottom: 16px;
}

.siteFooter__tagline {
  max-width: 40ch;
  margin: 0 0 16px;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height:  1.65;
  text-align: left;
}

.siteFooter__heading {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 0.75rem;
  font-weight:  800;
  letter-spacing:  0.12em;
  text-transform: uppercase;
}

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

.siteFooter__list a,
.siteFooter__address a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: rgba(196, 210, 242, 0.82);
  font-size: 0.9rem;
  line-height:  1.3;
  transition: color 0.18s ease;
}

.siteFooter__list a:hover,
.siteFooter__address a:hover {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.siteFooter__list a:focus-visible,
.siteFooter__address a:focus-visible,
.siteFooter__legal a:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

.siteFooter__address {
  margin: 0;
  color: rgba(196, 210, 242, 0.82);
  font-size: 0.9rem;
  font-style: normal;
  line-height:  1.65;
}

.siteFooter__address a {
  min-height: 0;
}

.siteFooter__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
}

.siteFooter__org {
  max-width: 62ch;
  margin: 0;
  color: rgba(196, 210, 242, 0.62);
  font-size: 0.82rem;
  line-height:  1.65;
  text-align: left;
}

.siteFooter__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.siteFooter__legal a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: rgba(196, 210, 242, 0.62);
  font-size: 0.82rem;
}

.siteFooter__legal a:hover {
  color: var(--text);
}

@media (max-width: 980px) {
  .siteFooter__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

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

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

/* --- Small shared helpers ------------------------------------------- */

.calloutNote {
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(237, 140, 95, 0.32);
  background: rgba(237, 140, 95, 0.07);
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height:  1.65;
}

.calloutNote strong {
  color: var(--text);
}

.textLink {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.textLink:hover {
  color: #f6ab82;
}

.textLink:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

.relatedLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.relatedLinks a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 600;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.relatedLinks a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.relatedLinks a:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: 2px;
}

/* 404 */

.errorHero {
  display: grid;
  place-items: center;
  min-height: 68vh;
  padding: 152px 0 88px;
  text-align: center;
}

.errorHero .heroTitle {
  margin-bottom: 8px;
}

.errorHero .heroLead {
  margin-left: auto;
  margin-right: auto;
}

.errorHero .heroActions,
.errorHero .relatedLinks {
  justify-content: center;
}

/* Longer, sentence-case hero headline used where the page leads with the
   organization's purpose rather than a short event name. */
.heroTitle--statement {
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  line-height:  1;
  letter-spacing:  -0.04em;
  text-transform: none;
  text-wrap: balance;
}

.heroTitle--statement span {
  display: inline;
}

.heroLead--wide {
  max-width: 62ch;
  font-size: 1.1rem;
  line-height:  1.65;
}

/* =====================================================================
   Mobile refinements
   ===================================================================== */

@media (max-width: 860px) {
  /* The primary call to action was previously hidden below the desktop
     breakpoint, which left phone visitors with no visible way to register
     without opening the menu. It now stays visible, just smaller. */
  .siteHeader__link {
    display: inline-flex;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.68rem;
    letter-spacing:  0.02em;
  }

  .siteHeader__logo {
    width: 260px;
    max-width: 44vw;
  }

  .siteHeader__actions {
    gap: 8px;
  }

  /* The in-page section navigation floats above the bottom of the viewport on
     small screens, so the last strip of the footer needs clearance. */
  .siteFooter {
    padding-bottom: 104px;
  }

  .siteFooter__list a,
  .siteFooter__address a,
  .siteFooter__legal a {
    min-height: 42px;
  }

  .breadcrumb {
    font-size: 0.75rem;
  }
}

@media (max-width: 420px) {
  .siteHeader__logo {
    max-width: 40vw;
  }

  .siteHeader__link {
    padding: 0 8px;
    font-size: 0.68rem;
    letter-spacing:  0em;
  }

  .siteHeader__actions {
    gap: 8px;
  }

  .heroTitle--statement {
    font-size: clamp(2rem, 8.4vw, 2.4rem);
  }

  /* Long unbroken words in headings must not push the layout sideways. */
  .heroTitle,
  .sectionTitle {
    overflow-wrap: break-word;
  }
}

/* --- Past Events dropdown in the primary navigation ------------------- */

.primaryNav__item {
  position: relative;
  display: flex;
}

.primaryNav__toggle {
  gap: 8px;
  cursor: pointer;
  font-family: inherit;
}

.primaryNav__chevron {
  width: 10px;
  height: 7px;
  flex: 0 0 10px;
  transition: transform 0.18s ease;
}

.primaryNav__toggle[aria-expanded="true"] .primaryNav__chevron {
  transform: rotate(180deg);
}

.primaryNav__toggle[aria-expanded="true"],
.primaryNav__toggle[aria-current="true"] {
  color: var(--text);
}

.primaryNav__toggle[aria-current="true"]::after {
  opacity: 1;
}

.primaryNav__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  min-width: 268px;
  transform: translateX(-50%);
  margin: 0;
  padding: 8px;
  list-style: none;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(10, 26, 62, 0.99) 0%, rgba(7, 18, 45, 0.99) 100%);
  box-shadow: 0 22px 54px rgba(2, 6, 20, 0.55);
}

.primaryNav__submenu[hidden] {
  display: none;
}

.primaryNav__submenuLink {
  display: block;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: background-color 0.16s ease;
}

.primaryNav__submenuLink:hover {
  background: rgba(255, 255, 255, 0.07);
}

.primaryNav__submenuLink:focus-visible {
  outline: 2px solid rgba(237, 140, 95, 0.95);
  outline-offset: -2px;
}

.primaryNav__submenuLabel {
  display: block;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  line-height:  1.3;
}

.primaryNav__submenuMeta {
  display: block;
  margin-top: 3px;
  color: rgba(196, 210, 242, 0.7);
  font-size: 0.75rem;
  line-height:  1.3;
}

.primaryNav__submenuLink[aria-current="page"] .primaryNav__submenuLabel {
  color: var(--accent);
}

/* Seven navigation items plus the Register button need more room than six did.
   Between the desktop breakpoint and 1280px the row is tightened rather than
   collapsed, so laptops keep the visible navigation instead of a hamburger. */

@media (min-width: 1100px) and (max-width: 1279px) {
  .siteHeader__logo {
    width: 186px;
  }

  .primaryNav__list {
    gap: 0;
  }

  .primaryNav__link {
    padding: 0 8px;
    font-size: 0.75rem;
    letter-spacing:  0.04em;
  }

  .siteHeader__inner {
    gap: 8px;
  }

  .siteHeader__link {
    padding: 0 12px;
    font-size: 0.75rem;
  }
}
