:root {
  --bg-site: #fdfaf6;
  --terracotta: #c35b48;
  --gold: var(--blue);
  --green: #458962;
  --brand-title-gradient: linear-gradient(135deg, #ffffff 0%, #ffffff 55%, rgb(0, 149, 66) 85%, var(--blue) 100%);
  --brand-glass-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 149, 66, 0.18) 64%, color-mix(in srgb, var(--blue) 24%, transparent) 100%);
  --charcoal: #634D48;
  --blue: #078FF0;
  --bluedark: #006bb8;
  --cream-strong: #fff7eb;
  --ink-soft: #6d6258;
  --line: rgba(43, 41, 38, 0.16);
  --shadow: 0 28px 70px rgba(43, 41, 38, 0.14);
  --container: min(1280px, calc(100% - 10vw));
  --section-fit-width: min(94%, 1760px);
  --section-fit-width-tablet: min(94%, 860px);
  --section-fit-width-mobile: min(92%, 420px);
  --nav-radius: 22px;
  /* Matches the unscrolled desktop header before JavaScript can measure it. */
  --site-header-expanded-height: calc(clamp(92px, 8.35vw, 124px) + 58px);
  --title-font: "Special Gothic Condensed One", "Marcellus", Georgia, serif;
  --mini-font: "Plus Jakarta Sans", sans-serif;
  --display-font: var(--mini-font);
}

@media (max-width: 992px) {
  :root {
    --site-header-expanded-height: clamp(82px, 16vw, 112px);
  }
}

/* Give the deadline equal prominence to the registration availability. */
.hero-seat-rotation__item--days strong {
  color: #8fd3ff !important;
  font-size: clamp(2.55rem, 5.2vw, 4.25rem) !important;
}

@media (max-width: 768px) {
  .hero-seat-rotation__item--days strong {
    font-size: clamp(2.2rem, 9.5vw, 2.75rem) !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg-site);
  color: var(--charcoal);
  font-family: var(--mini-font);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 30;
  transform: translateY(-150%);
  border-radius: 0;
  background: var(--green);
  color: var(--charcoal);
  padding: 0.8rem 1rem;
  font-family: var(--mini-font);
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

/* Splash Screen */
.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 5vw, 4rem);
  background: #edf4f6;
  opacity: 1;
  overflow: hidden;
  color: var(--dark);
  transition: opacity 650ms ease, visibility 650ms ease;
}

.splash-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(238, 245, 247, 0.34), transparent 27rem),
    linear-gradient(90deg, rgba(235, 243, 246, 0.76) 0%, rgba(232, 242, 246, 0.48) 46%, rgba(235, 243, 246, 0.78) 100%),
    linear-gradient(180deg, rgba(234, 243, 246, 0.78) 0%, rgba(232, 242, 246, 0.48) 46%, rgba(234, 243, 246, 0.82) 100%);
  opacity: 1;
  pointer-events: none;
}

.splash-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 45%, rgba(7, 143, 240, 0.1), transparent 30rem),
    linear-gradient(180deg, rgba(232, 242, 246, 0.22), transparent 28%, transparent 70%, rgba(232, 242, 246, 0.28));
  opacity: 0.58;
  mix-blend-mode: normal;
  pointer-events: none;
}

.splash-video-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #edf4f6;
}

.splash-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.58;
  filter: brightness(1.02) contrast(0.92) saturate(0.72);
  transform: scale(1.02);
}

.splash-grid {
  position: absolute;
  inset: -2px;
  z-index: 3;
  background:
    repeating-linear-gradient(90deg, rgba(7, 143, 240, 0.045) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(0, 44, 100, 0.035) 0 1px, transparent 1px 76px);
  opacity: 0.2;
  transform-origin: center;
  animation: splash-grid-drift 8s linear infinite;
  pointer-events: none;
}

.splash-scanline {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(90deg, transparent 0%, rgba(7, 143, 240, 0.2) 18%, rgba(226, 238, 244, 0.44) 50%, rgba(0, 149, 66, 0.12) 82%, transparent 100%) center 50% / min(760px, 78vw) 3px no-repeat;
  opacity: 0.48;
  transform: translateY(-110%);
  animation: splash-scan 2.35s cubic-bezier(0.65, 0, 0.2, 1) 180ms forwards;
  pointer-events: none;
}

.splash-content {
  position: relative;
  z-index: 5;
  width: min(88vw, 620px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 1.8vw, 1.2rem);
  padding: clamp(1rem, 3vw, 1.8rem);
  text-align: center;
}

.splash-content::before,
.splash-content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(100%, 34rem);
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  background: linear-gradient(90deg, transparent, rgba(7, 143, 240, 0.86), transparent);
  animation: splash-rule-in 650ms ease forwards;
}

.splash-content::before {
  top: 0;
}

.splash-content::after {
  bottom: 0;
  animation-delay: 160ms;
}

.splash-screen.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.splash-screen.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-system-tag {
  margin: 0;
  color: rgba(0, 29, 63, 0.68);
  font-family: var(--mini-font);
  font-size: clamp(0.64rem, 1.5vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.35rem);
  animation: splash-fade-up 520ms ease 120ms forwards;
}

.splash-logo-frame {
  position: relative;
  isolation: isolate;
  width: min(100%, 520px);
  padding: clamp(0.35rem, 1.4vw, 0.72rem);
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  opacity: 0;
  transform: translateY(0.55rem) scale(0.98);
  animation: splash-frame-in 720ms cubic-bezier(0.2, 0.9, 0.2, 1) 280ms forwards;
}

.splash-logo-frame::before,
.splash-logo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.splash-logo-frame::before {
  content: none;
}

.splash-logo-frame::after {
  content: none;
}

.splash-logo {
  width: min(100%, 470px);
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  filter:
    drop-shadow(0 14px 30px rgba(0, 29, 63, 0.22))
    drop-shadow(0 0 16px rgba(7, 143, 240, 0.16));
  opacity: 0;
  transform: scale(0.965);
  animation: splash-logo-lock 620ms ease 560ms forwards;
}

.splash-progress {
  position: relative;
  width: min(100%, 24rem);
  height: 3px;
  overflow: hidden;
  border: 1px solid rgba(7, 143, 240, 0.2);
  background: rgba(232, 242, 246, 0.68);
}

.splash-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(7, 143, 240, 0.18), transparent);
  transform: translateX(-100%);
  animation: splash-progress-glint 1.4s ease-in-out 540ms infinite;
}

.splash-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #009542, var(--blue), #00346d);
  box-shadow: 0 0 18px rgba(7, 143, 240, 0.28);
  animation: splash-progress-fill 2.15s cubic-bezier(0.2, 0.8, 0.2, 1) 260ms forwards;
}

.splash-welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  margin: 0;
  color: rgba(0, 29, 63, 0.68);
  font-family: var(--mini-font);
  font-size: clamp(0.62rem, 1.45vw, 0.74rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.25rem);
  animation: splash-fade-up 420ms ease 1.22s forwards;
}

.splash-welcome::before {
  content: "";
  flex: 0 0 auto;
  width: 0.78rem;
  height: 0.78rem;
  border: 1px solid rgba(0, 29, 63, 0.18);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-left-color: rgba(0, 149, 66, 0.72);
  box-shadow:
    0 0 12px rgba(7, 143, 240, 0.2),
    inset 0 0 8px rgba(7, 143, 240, 0.08);
  transform: rotate(0deg);
  animation: splash-sync-spin 820ms linear infinite;
}

@keyframes splash-grid-drift {
  to {
    transform: translate3d(-72px, -72px, 0);
  }
}

@keyframes splash-scan {
  to {
    transform: translateY(110%);
  }
}

@keyframes splash-rule-in {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes splash-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes splash-frame-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes splash-logo-lock {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes splash-logo-sweep {
  to {
    transform: translateX(115%);
  }
}

@keyframes splash-progress-fill {
  to {
    width: 100%;
  }
}

@keyframes splash-progress-glint {
  to {
    transform: translateX(100%);
  }
}

@keyframes splash-sync-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 640px) {
  .splash-content {
    width: min(92vw, 25rem);
  }

  .splash-logo-frame {
    width: min(100%, 22rem);
  }

  .splash-logo {
    width: min(100%, 300px);
  }

}

@media (prefers-reduced-motion: reduce) {
  .splash-grid,
  .splash-scanline,
  .splash-logo-frame,
  .splash-logo-frame::before,
  .splash-logo,
  .splash-system-tag,
  .splash-progress::before,
  .splash-progress span,
  .splash-welcome,
  .splash-welcome::before,
  .splash-content::before,
  .splash-content::after {
    transform: none;
    opacity: 1;
    animation: none;
  }

  .splash-progress span {
    width: 100%;
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding-top: 0;
  color: var(--charcoal);
  pointer-events: none;
  transition: padding 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 0;
}

.site-header.is-hidden-over-pillars {
  opacity: 0;
  transform: translateY(calc(-100% - 1rem));
}

.nav-shell {
  position: relative;
  width: calc(100% - 1.25rem);
  max-width: var(--container);
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  background: transparent;
  padding: 0.75rem 1.5rem;
  pointer-events: auto;
  transition: all 250ms ease;
  border-radius: 0;
}

.site-header.is-scrolled .nav-shell,
.site-header.past-hero .nav-shell {
  background: rgba(20, 20, 20, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(0.7rem);
}

.brand {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-text {
  font-family: var(--title-font);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 700;
  background: var(--brand-title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  letter-spacing: 1.5px;
  white-space: nowrap;
  text-transform: uppercase;
}

.nav-desktop-links {
  display: none;
  align-items: center;
  gap: clamp(0.55rem, 1vw, 1.05rem);
}

@media (min-width: 1024px) {
  .nav-desktop-links {
    display: flex;
    margin-left: auto;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-panel {
    display: none !important;
  }
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--mini-font);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.nav-desktop-links .nav-cta {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.65rem 2rem;
  color: #fff;
  font-family: var(--mini-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 130px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.nav-desktop-links .nav-cta:hover {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 0 15px rgba(255, 255, 255, 0.4);
}

.menu-toggle {
  position: relative;
  grid-column: 3;
  justify-self: end;
  z-index: 10;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: auto;
  cursor: pointer;
  transition: background 0.2s ease;
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  background: #fffaf2;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-panel {
  position: fixed;
  inset: calc(64px + 1.15rem) 0 0;
  z-index: 1;
  min-height: calc(100svh - 64px - 1.15rem);
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 2rem 6vw 4rem;
  background: rgba(43, 41, 38, 0.96);
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.nav-panel.is-open {
  transform: translateX(0);
}

.nav-panel a,
.nav-contact-btn {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--mini-font);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-contact-btn {
  width: 100%;
  background: none;
  padding: 0;
  cursor: pointer;
}

.nav-panel .nav-cta {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 149, 66);
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 149, 66, 0.15);
  box-sizing: border-box;
  padding: 0.75rem 2rem;
  color: #fff;
  font-family: var(--mini-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 160px;
  width: fit-content;
  margin-top: 1rem;
}

.nav-panel .nav-cta:hover,
.nav-panel .nav-cta:focus-visible {
  background: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--blue) 30%, transparent);
}

.event-topbar {
  width: 100%;
  min-height: clamp(88px, 8vw, 124px);
  max-height: 180px;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(280px, 1.45fr) minmax(160px, 0.58fr);
  align-items: center;
  background: #ffffff;
  color: #061220;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  pointer-events: auto;
  overflow: hidden;
  transform: translateY(0);
  transition:
    max-height 260ms ease,
    min-height 260ms ease,
    opacity 200ms ease,
    transform 260ms ease,
    box-shadow 200ms ease;
}

.site-header.is-topbar-hidden .event-topbar,
.site-header.is-scrolled .event-topbar,
.site-header.past-hero .event-topbar {
  min-height: 0;
  height: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  box-shadow: none;
  background: transparent;
}

.site-header.is-topbar-hidden,
.site-header.is-scrolled,
.site-header.past-hero {
  background: transparent;
}

.site-header.is-topbar-hidden .nav-link,
.site-header.is-scrolled .nav-link,
.site-header.past-hero .nav-link {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.62);
}

.event-topbar > * {
  position: relative;
  min-height: clamp(78px, 6.7vw, 108px);
  padding: clamp(0.6rem, 1.3vw, 1rem) clamp(0.85rem, 1.7vw, 1.6rem);
}

.event-topbar > * + *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: clamp(62px, 5.8vw, 98px);
  background: rgba(7, 33, 64, 0.3);
  transform: translateY(-50%);
}

.event-topbar__brand,
.event-topbar__details,
.event-topbar__partners,
.event-topbar__actions {
  display: flex;
  align-items: center;
}

.event-topbar__brand {
  justify-content: center;
}

.event-topbar__brand img {
  width: auto;
  height: clamp(66px, 5.7vw, 92px);
  object-fit: contain;
}

.event-topbar__details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.26rem;
}

.event-topbar__date,
.event-topbar__name,
.event-topbar__venue {
  margin: 0;
  text-transform: uppercase;
}

.event-topbar__date {
  font-family: var(--title-font);
  font-size: clamp(0.98rem, 0.36vw + 0.9rem, 1.22rem);
  font-weight: 700;
  line-height: 1.05;
  color: #071326;
}

.event-topbar__name {
  max-width: 52ch;
  font-size: clamp(0.68rem, 0.14vw + 0.64rem, 0.78rem);
  font-weight: 700;
  line-height: 1.35;
  color: #1d2530;
}

.event-topbar__venue {
  margin-top: 0.18rem;
  font-family: var(--mini-font);
  font-size: clamp(0.7rem, 0.18vw + 0.66rem, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  color: rgba(7, 19, 38, 0.72);
}

.event-topbar__partners {
  justify-content: center;
  gap: clamp(0.55rem, 1vw, 0.9rem);
}

.event-topbar__partners {
  display: none !important;
}

.event-topbar__partner {
  flex: 1 1 0;
  max-width: 190px;
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  text-align: center;
}

.event-topbar__partner figcaption {
  font-size: clamp(0.6rem, 0.14vw + 0.58rem, 0.72rem);
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
}

.event-topbar__partner img {
  width: clamp(124px, 8.5vw, 164px);
  height: clamp(62px, 4.6vw, 82px);
  padding: 0.24rem;
  object-fit: contain;
  background: #ffffff;
}

.event-topbar__actions {
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.event-topbar__cta {
  width: 100%;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.54rem 0.72rem;
  border: 0;
  background: linear-gradient(180deg, #f0ce35 0%, #caa414 100%);
  color: #141414;
  font-size: clamp(0.72rem, 0.14vw + 0.68rem, 0.84rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-topbar__cta--booth {
  background: var(--bluedark);
  color: #ffffff;
}

.event-topbar__cta:hover,
.event-topbar__cta:focus-visible {
  background: linear-gradient(180deg, #f4d948 0%, #caa414 100%);
  color: #141414;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26), 0 0 24px color-mix(in srgb, var(--blue) 24%, transparent);
  transform: translateY(-1px);
}

.event-topbar__cta--booth:hover,
.event-topbar__cta--booth:focus-visible {
  background: linear-gradient(180deg, color-mix(in srgb, var(--bluedark) 86%, #ffffff) 0%, var(--bluedark) 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26), 0 0 24px color-mix(in srgb, var(--bluedark) 28%, transparent);
}

@media (max-width: 992px) {
  .event-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }

  .event-topbar > * {
    min-height: 0;
    padding: 0;
  }

  .event-topbar > *::before {
    display: none;
  }

  .event-topbar__brand {
    order: 1;
  }

  .event-topbar__brand img {
    height: clamp(48px, 12vw, 64px);
    width: auto;
  }

  .menu-toggle {
    display: flex;
    order: 2;
    margin-left: auto;
    /* Darken the toggle button for white background */
    background: transparent;
    border-color: #222222;
  }

  .menu-toggle span {
    background: #222222; /* Make the hamburger lines dark */
  }

  .event-topbar__details {
    order: 3;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(7, 33, 64, 0.1);
  }

  .event-topbar__date,
  .event-topbar__name {
    text-align: center;
  }

  .event-topbar__name {
    display: block;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-top: 0.25rem;
  }

  .event-topbar__partners,
  .event-topbar__actions,
  .nav-shell .brand {
    display: none !important;
  }

  /* Prevent event-topbar from disappearing on scroll so logo & menu remain visible */
  .site-header.is-scrolled .event-topbar,
  .site-header.past-hero .event-topbar,
  .site-header.is-topbar-hidden .event-topbar {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    background: #ffffff; /* keep background visible */
  }

  /* Remove background/shadow from nav-shell on mobile since event-topbar is sticky */
  .site-header.is-scrolled .nav-shell,
  .site-header.past-hero .nav-shell {
    background: transparent;
    box-shadow: none;
    border: none;
    min-height: 0;
    padding: 0;
  }

  .nav-shell {
    min-height: 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .event-topbar__date {
    font-size: clamp(0.86rem, 3.4vw, 1.02rem);
  }
}

main {
  padding-top: var(--site-header-expanded-height, 0px);
}

main > section,
.series-background-wrap > section {
  scroll-margin-top: 7rem;
}

.section-anchor {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 7rem;
}

#delegates,
#orgs {
  scroll-margin-top: 7rem;
}

@media (max-width: 640px) {
  main > section,
  .series-background-wrap > section {
    scroll-margin-top: calc(var(--site-header-expanded-height, 0px) + 4.5rem);
  }

  .section-anchor,
  #delegates,
  #orgs {
    scroll-margin-top: calc(var(--site-header-expanded-height, 0px) + 4.5rem);
  }
}

.hero {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: #222222;
  color: #fffaf2;
  padding: 7.2rem 0 5.2rem;
}

/* Keep following sections layered above the hero surface */
.hero+.section,
.hero~.section:not(.key-topics-section),
.hero~section:not(.key-topics-section) {
  position: relative;
  z-index: 1;
}

/* Hero now participates in normal page flow */
.hero+.section {
  margin-top: 0;
  box-shadow: none;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(12, 12, 12, 0.62) 0%, rgba(12, 12, 12, 0.2) 16%, rgba(12, 12, 12, 0.24) 62%, rgba(22, 22, 22, 0.72) 84%, #222222 100%);
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: grayscale(0.45);
}

.hero-inner,
.section-inner,
.signal-inner,
.footer-inner {
  width: var(--container);
  margin: 0 auto;
}

.hero-inner,
.section-inner {
  container-type: inline-size;
}

.hero-inner {
  position: relative;
  z-index: 2;
  transform: translateY(clamp(1rem, 3vh, 2rem));
  max-width: var(--container);
  margin-inline: auto;
  text-align: center;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(68vh, 620px);
}

/* ---- Eyebrow / sub-section label Ã¢â‚¬â€ matches hero banner exactly ---- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  /* shrink to text width */
  margin: 0 auto 0;
  /* gap controlled by parent flex container */
  padding: 0.45rem 1.4rem;
  background: var(--brand-glass-gradient);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-family: var(--mini-font);
  font-size: clamp(0.68rem, 1.5vw, 0.82rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--blue) 16%, transparent);
}

/* Accent variant Ã¢â‚¬â€ same green, no terracotta */
.eyebrow-accent {
  background: var(--brand-glass-gradient);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

/* On light-bg sections Ã¢â‚¬â€ same green pill, slightly more opaque so it reads on cream */
.section:not(.overview-section):not(.series-ecosystem-section):not(.aim-series-section) .eyebrow {
  background: var(--brand-glass-gradient);
  border-color: color-mix(in srgb, var(--blue) 28%, transparent);
  color: #ffffff;
}

.section:not(.overview-section):not(.series-ecosystem-section):not(.aim-series-section) .eyebrow-accent {
  background: var(--brand-glass-gradient);
  border-color: color-mix(in srgb, var(--blue) 28%, transparent);
  color: #ffffff;
}

/* Hero eyebrow Ã¢â‚¬â€ exact hero-banner-red spec */
.hero .eyebrow {
  background: var(--brand-glass-gradient);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  margin-bottom: 0.5rem;
}

/* Series block eyebrow Ã¢â‚¬â€ rounded pill, same green */
.series-block-head .eyebrow {
  background: var(--brand-glass-gradient);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.72rem;
  margin: 0 auto;
}

/* Ensure all section headings are centred with consistent pillÃ¢â€ â€™title gap */
.section-heading,
.overview-heading,
.aim-series-heading,
.pillars-heading,
.series-block-head,
.series-ecosystem-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  /* uniform gap between pill and h2/h3 */
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.03;
  letter-spacing: 0;
}

h1,
h2 {
  font-weight: 400;
}

h1 {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 1rem;
  font-family: var(--title-font);
  font-size: clamp(2.2rem, 9.5cqi, 6.8rem);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h1>span {
  display: block;
  white-space: nowrap;
}

h1 .title-accent {
  color: var(--terracotta);
}

h2 {
  margin-bottom: 1rem;
  font-family: var(--display-font);
  font-size: clamp(2rem, 8cqi, 3.2rem);
}

h3 {
  font-family: var(--mini-font);
  font-size: 1.1rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 250, 242, 0.86);
  padding: 1.2rem;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.card:hover {
  border-color: rgba(195, 91, 72, 0.25);
}

/* Override base .card styles for pillar cards which have their own dark design */
.pillar-card.card {
  background: rgba(12, 12, 12, 0.78);
  border: 1px solid rgba(255, 250, 242, 0.08);
  padding: 0;
}

.pillar-card.card:hover {
  border-color: var(--card-accent);
}

.hero-subtitle {
  max-width: 60ch;
  margin: 0 auto;
  color: rgba(255, 250, 242, 0.95);
  font-family: var(--mini-font);
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.32;
  display: inline-block;
  will-change: transform, text-shadow;
}

.hero-subtitle-main {
  position: relative;
  margin-top: clamp(1rem, 2vw, 1.6rem);
  padding: 0.7rem clamp(1.1rem, 2.4vw, 1.8rem);
  color: #fffaf2;
  border-top: 1px solid color-mix(in srgb, var(--blue) 58%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 58%, transparent);
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 12%, transparent), transparent);
  box-shadow: 0 0 28px color-mix(in srgb, var(--blue) 14%, transparent);
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 18px color-mix(in srgb, var(--blue) 28%, transparent), 0 2px 12px rgba(0, 0, 0, 0.65);
}

.hero-center-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1rem, 2vw, 1.4rem);
  width: min(100%, 520px);
  margin-top: 0.25rem;
}

.hero-report-cta,
.hero-calendar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 0.68rem;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.34rem 0.38rem 0.34rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-family: var(--mini-font);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.hero-report-cta {
  width: clamp(230px, 18vw, 260px);
}

.hero-calendar-cta {
  align-self: start;
  width: clamp(150px, 12vw, 178px);
  padding-left: 0.78rem;
  font-size: 0.66rem;
}

.hero-report-cta > span:first-child,
.hero-calendar-cta > span:first-child {
  flex: 1 1 auto;
  text-align: left;
}

.hero-report-cta:hover,
.hero-report-cta:focus-visible,
.hero-calendar-cta:hover,
.hero-calendar-cta:focus-visible {
  transform: translateY(-2px);
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.hero-report-cta:focus-visible,
.hero-calendar-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.52);
  outline-offset: 4px;
}

.hero-report-cta__icon,
.hero-calendar-cta__icon {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #ffffff;
}

.hero-calendar-cta__icon {
  flex-basis: 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
}

.hero-report-cta__icon svg,
.hero-calendar-cta__icon svg {
  width: 0.94rem;
  height: 0.94rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-calendar-cta__icon svg {
  width: 0.78rem;
  height: 0.78rem;
}

.hero-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: clamp(0.9rem, 1.7vw, 1.25rem);
  min-height: 2.5rem;
  color: #ffffff;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.58);
}

.hero-countdown__item {
  display: grid;
  place-items: center;
  min-width: 3.05rem;
  padding: 0;
  border-left: 0;
  font-family: var(--mini-font);
}

.hero-countdown__item strong {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 0.95;
  text-shadow:
    0 0 22px color-mix(in srgb, var(--blue) 34%, transparent),
    0 8px 24px rgba(0, 0, 0, 0.55);
}

.hero-countdown__item span {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-seat-rotation {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: clamp(1.35rem, 2.8vw, 2.4rem);
  width: auto;
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: var(--mini-font);
  text-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-seat-rotation__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.42rem, 0.8vw, 0.58rem);
  width: auto;
  padding: 0;
  opacity: 1;
  transform: none;
  animation: none;
}

.hero-seat-rotation__item + .hero-seat-rotation__item {
  padding-left: clamp(1.35rem, 2.8vw, 2.4rem);
  border-left: 1px solid color-mix(in srgb, var(--blue) 58%, rgba(255, 255, 255, 0.22));
}

.hero-seat-rotation__item--available {
  align-items: center;
  gap: clamp(0.5rem, 0.9vw, 0.72rem);
}

.hero-seat-rotation__item strong {
  color: #ffffff;
  font-size: clamp(2.05rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 0.95;
  text-shadow: none;
}

.hero-seat-rotation__item > span,
.hero-seat-rotation__label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.56rem, 0.9vw, 0.7rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-seat-rotation__label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.08rem, 0.24vw, 0.16rem);
}

.hero-seat-rotation__label--filled::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  font-size: clamp(0.56rem, 0.9vw, 0.7rem);
}

.hero-seat-rotation__item--available .hero-seat-rotation__label span:first-child {
  color: var(--blue);
}

.hero-calendar-menu {
  position: relative;
  flex: 0 0 auto;
}

.hero-calendar-menu__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--mini-font);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-calendar-menu__trigger:hover,
.hero-calendar-menu__trigger[aria-expanded="true"] {
  transform: translateY(-2px);
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.hero-calendar-menu__trigger:focus-visible,
.hero-calendar-menu__options a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.56);
  outline-offset: 3px;
}

.hero-calendar-menu__calendar-icon {
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
}

.hero-calendar-menu__calendar-icon svg,
.hero-calendar-menu__chevron {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-calendar-menu__chevron {
  width: 0.8rem;
  height: 0.8rem;
  transition: transform 180ms ease;
}

.hero-calendar-menu__trigger[aria-expanded="true"] .hero-calendar-menu__chevron {
  transform: rotate(180deg);
}

.hero-calendar-menu__options {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: calc(100% + 0.55rem);
  display: grid;
  width: max-content;
  min-width: 14.75rem;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(10, 15, 18, 0.96);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
}

.hero-calendar-menu__options[hidden] {
  display: none;
}

.hero-calendar-menu__options a {
  padding: 0.68rem 0.75rem;
  color: #ffffff;
  font-family: var(--mini-font);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.hero-calendar-menu__options a:hover {
  background: var(--blue);
  color: #07100b;
}

@keyframes hero-seat-rotate {
  0%,
  8% {
    opacity: 0;
    transform: translateY(72%);
  }

  15%,
  44% {
    opacity: 1;
    transform: translateY(0);
  }

  52%,
  100% {
    opacity: 0;
    transform: translateY(-72%);
  }
}

@media (max-width: 640px) {
  .hero-center-actions {
    flex-wrap: wrap;
    width: min(100%, 20rem);
    gap: 0.5rem;
    margin-top: 0;
  }

  .hero-report-cta {
    width: 100%;
  }

  .hero-report-cta,
  .hero-calendar-cta {
    min-height: 2.56rem;
    gap: 0.48rem;
    padding: 0.34rem 0.36rem 0.34rem 0.74rem;
    font-size: 0.62rem;
    line-height: 1.12;
    text-align: left;
  }

  .hero-calendar-cta {
    width: min(100%, 12.8rem);
    margin-left: auto;
  }

  .hero-report-cta__icon,
  .hero-calendar-cta__icon {
    flex-basis: 1.86rem;
    width: 1.86rem;
    height: 1.86rem;
  }

  .hero-report-cta__icon svg,
  .hero-calendar-cta__icon svg {
    width: 0.8rem;
    height: 0.8rem;
  }

  .hero-countdown {
    width: 100%;
    min-height: 2.35rem;
    gap: 0.9rem;
  }

  .hero-countdown__item {
    min-width: 0;
    flex: 1 1 0;
    padding: 0;
  }

  .hero-countdown__item strong {
    font-size: 1.18rem;
  }

  .hero-countdown__item span {
    font-size: 0.48rem;
  }

  .hero-seat-rotation {
    width: 100%;
    min-height: 0;
    gap: 0.9rem;
  }

  .hero-seat-rotation__item {
    flex: 1 1 0;
    flex-direction: row;
    align-items: center;
    gap: 0.42rem;
  }

  .hero-seat-rotation__item + .hero-seat-rotation__item {
    padding-left: 0.9rem;
  }

  .hero-seat-rotation__item--available {
    flex-direction: row;
    align-items: center;
    gap: 0.48rem;
  }

  .hero-seat-rotation__item strong {
    font-size: 1.9rem;
  }

  .hero-seat-rotation__item > span,
  .hero-seat-rotation__label span,
  .hero-seat-rotation__label--filled::before {
    font-size: 0.48rem;
  }

  .hero-seat-rotation__label {
    align-items: flex-start;
    gap: 0.12rem;
  }

}

/* Keep the calendar action compact across phone and tablet-width mobile viewports. */
@media (max-width: 768px) {
  .hero-center-actions {
    flex-wrap: nowrap;
    width: min(100%, 25rem);
  }

  .hero-seat-rotation {
    flex: 1 1 auto;
    width: auto;
    gap: 0.72rem;
  }

  .hero-seat-rotation__item + .hero-seat-rotation__item {
    padding-left: 0.72rem;
  }

  .hero-calendar-menu__trigger {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
  }

  .hero-calendar-menu__calendar-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hero-calendar-menu__label,
  .hero-calendar-menu__chevron {
    display: none;
  }

  .hero-calendar-menu__options {
    min-width: 14.25rem;
  }
}

@keyframes hero-subtitle-float {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }

  50% {
    transform: translate3d(0, -10px, 0);
    text-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 149, 66, 0.4);
  }
}

.hero-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1.5rem 5vw;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0), #222222);
  text-align: center;
}

.typewriter-text {
  display: inline;
}

.typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  background: var(--green);
  vertical-align: text-bottom;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .overview-heading h2,
  .aim-series-heading h2,
  .pillars-heading h2 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .overview-story p {
    font-size: 1.1rem;
    line-height: 1.68;
  }

  .overview-heading {
    margin-bottom: 2rem;
  }

  .overview-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .overview-rail::before {
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 250, 242, 0.16);
  }

  .overview-rail::after {
    display: none;
  }

  .overview-rail div {
    min-height: 0;
    padding: 1.1rem 0 1.1rem 1.4rem;
    border-top: 1px solid rgba(255, 250, 242, 0.12);
  }

  .overview-rail div:first-child {
    border-top: 0;
  }

  .aim-event-card {
    min-height: 0;
    grid-template-rows: auto 210px 1fr;
  }
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0.8rem 1.1rem;
  font-family: var(--mini-font);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  border: 3px solid rgba(69, 137, 98, 0.52);
  border-radius: 0;
  background:
    linear-gradient(180deg, #3f815c 0%, #2a5f42 100%) padding-box,
    linear-gradient(180deg, rgba(126, 178, 145, 0.66), rgba(31, 74, 50, 0.92)) border-box;
  color: #fffaf2;
  padding: 0.72rem 1.45rem;
  font-size: 0.86rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.26),
    0 2px 4px rgba(0, 0, 0, 0.48);
}

.button-primary:hover,
.button-primary:focus-visible {
  background:
    linear-gradient(180deg, #4b946b 0%, #32704d 100%) padding-box,
    linear-gradient(180deg, rgba(147, 199, 165, 0.76), rgba(38, 91, 62, 0.95)) border-box;
  color: #fffaf2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.24),
    0 4px 8px rgba(0, 0, 0, 0.48);
}

.signal-band {
  border-block: 1px solid var(--line);
  background: #fffaf2;
}

.signal-inner {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.signal-inner>div {
  min-height: 160px;
  display: grid;
  align-content: center;
  background: #fffaf2;
  padding: 1.45rem;
}

.signal-kicker,
.roi-board span {
  color: var(--terracotta);
  font-family: var(--mini-font);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.signal-inner strong {
  display: block;
  margin: 0.35rem 0;
  color: var(--blue);
  font-family: var(--display-font);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}

.signal-inner p,
.truth-grid p,
.delegate-list p,
.section-copy p,
.venue-content p,
.invitation-layout p,
.roi-board p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

/* Pillar card paragraphs use their own colour defined in the card styles */
.pillar-card p {
  margin-bottom: 0;
}

.section {
  padding: 5rem 0;
}

.split-layout,
.sponsor-layout,
.invitation-layout {
  display: grid;
  gap: 2rem;
}

.section-copy {
  max-width: 630px;
}

.overview-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #222222;
  color: #fffaf2;
  user-select: none;
  -webkit-user-select: none;
  padding-top: 1rem;
  padding-bottom: clamp(4rem, 8vw, 8rem);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black calc(100% - 7rem), transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black calc(100% - 7rem), transparent 100%);
}

.overview-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
}

.overview-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5) contrast(1.1);
}

.overview-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0.38) 48%, rgba(34, 34, 34, 0.72) 82%, rgba(34, 34, 34, 0) 100%);
}

.overview-section .section-inner {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.overview-heading,
.pillars-heading {
  position: relative;
  display: grid;
  gap: 0.5rem;
  max-width: none;
  pointer-events: auto;
}

.overview-heading {
  max-width: 880px;
  margin: 0 auto clamp(2.25rem, 4.5vw, 3.5rem);
  text-align: center;
}

.overview-heading h2,
.aim-series-heading h2,
.pillars-heading h2 {
  font-family: var(--title-font);
  max-width: 100%;
  font-size: clamp(1.6rem, 5.5cqi, 2.8rem);
}

.overview-briefing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2.2rem, 6vw, 4.5rem);
  padding-top: 0;
  pointer-events: none;
  align-items: start;
  width: 100%;
}

.overview-narrative {
  width: 100%;
  pointer-events: auto;
  padding: 0;
  animation: float-up-fade 1s ease-out forwards;
  order: -1;
}

@keyframes float-up-fade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.overview-story .overview-punchline {
  max-width: 860px;
  margin: 1rem auto;
  color: var(--blue);
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3.6cqi, 2.25rem);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.overview-story {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 700px;
  margin: 0;
  text-align: left;
}

.overview-story p {
  font-family: var(--display-font);
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.85);
  font-size: clamp(1.14rem, 1.5vw, 1.28rem);
  line-height: 1.68;
  text-align: justify;
  text-justify: inter-word;
}

.overview-story strong {
  color: #fffaf2;
  font-family: var(--mini-font);
  font-weight: 700;
}

.overview-highlight {
  display: inline;
  padding: 0;
  color: #8ed4ff;
  font-weight: 800;
  text-shadow: 0 1px 10px rgba(7, 143, 240, 0.28);
}

@media (max-width: 640px) {
  .overview-story p {
    text-align: center;
  }
}

.overview-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  pointer-events: auto;
  animation: float-up-fade 1s ease-out 0.2s forwards;
  opacity: 0;
}

.overview-rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 250, 242, 0.2), transparent);
}

.overview-rail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 242, 0.2), transparent);
}

.overview-rail div {
  position: relative;
  display: flex;
  min-height: clamp(9rem, 14vw, 11.5rem);
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: clamp(1.3rem, 2.8vw, 2.1rem);
  text-align: left;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.overview-rail div:hover {
  transform: translateY(-4px);
}

.overview-rail strong {
  color: #fffaf2;
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
}

.overview-rail span {
  color: rgba(255, 250, 242, 0.75);
  font-family: var(--mini-font);
  font-size: clamp(0.88rem, 1.4vw, 0.98rem);
  line-height: 1.55;
  font-weight: 500;
  max-width: 18rem;
}

.agenda-strip {
  --agenda-blue: #078ff0;
  --agenda-blue-deep: #053c75;
  --agenda-blue-ink: #03101d;
  --agenda-strip-band-height: clamp(15.5rem, 25vw, 20.5rem);
  position: relative;
  isolation: isolate;
  overflow: visible;
  margin-top: clamp(-4.2rem, -4.8vw, -2.35rem);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: clamp(2rem, 3.8vw, 3.25rem) 0;
  background: #000;
  color: #ffffff;
}

.agenda-strip::before {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  z-index: 0;
  width: 100vw;
  height: var(--agenda-strip-band-height);
  transform: translate(-50%, -50%);
  border-block: 1px solid rgba(125, 211, 255, 0.35);
  background:
    radial-gradient(circle at 88% 48%, rgba(7, 143, 240, 0.34), transparent 19rem),
    radial-gradient(circle at 78% 44%, rgba(125, 211, 255, 0.24), transparent 18rem),
    linear-gradient(110deg, rgba(7, 143, 240, 0.48), rgba(8, 45, 75, 0.8) 38%, rgba(3, 49, 82, 0.96) 100%),
    linear-gradient(180deg, rgba(8, 48, 78, 0.98), rgba(1, 10, 20, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.agenda-strip::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: var(--agenda-strip-band-height);
  transform: translate(-50%, -50%);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(105deg, transparent 0 44%, rgba(125, 211, 255, 0.12) 49%, rgba(7, 143, 240, 0.1) 72%, transparent 88%);
  opacity: 0.5;
  pointer-events: none;
}

.agenda-strip-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 0.9fr);
  gap: clamp(1.3rem, 3.4vw, 4.7rem);
  align-items: center;
  min-height: clamp(16.25rem, 26vw, 22rem);
  width: var(--container);
  margin: 0 auto;
}

.agenda-strip-copy {
  min-width: 0;
  max-width: 690px;
  padding: clamp(1.35rem, 2.8vw, 2.25rem) 0;
}

.agenda-strip-copy h2 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(1.18rem, 2.15vw, 1.78rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  overflow-wrap: normal;
  text-wrap: balance;
  white-space: normal;
  text-shadow: none;
}

.agenda-strip-copy p {
  max-width: 36rem;
  margin: clamp(0.62rem, 1.2vw, 0.9rem) 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--mini-font);
  font-size: clamp(0.78rem, 0.9vw, 0.88rem);
  font-weight: 500;
  line-height: 1.48;
  overflow-wrap: break-word;
  white-space: normal;
}

.agenda-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: clamp(0.82rem, 1.6vw, 1.1rem);
}

.agenda-strip-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.78rem;
  min-height: 2.6rem;
  margin-top: 0;
  padding: 0.58rem 0.62rem 0.58rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: var(--mini-font);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.agenda-strip-cta--report {
  min-width: min(100%, 250px);
}

.agenda-strip-cta:hover,
.agenda-strip-cta:focus-visible {
  transform: translateY(-2px);
  border-color: #ffffff;
  background: #ffffff;
  color: var(--agenda-blue-ink);
}

.agenda-strip-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 4px;
}

.agenda-strip-cta__icon {
  display: grid;
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border: 1px solid currentColor;
}

.agenda-strip-cta__icon svg {
  width: 0.82rem;
  height: 0.82rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agenda-strip-visual {
  justify-self: end;
  min-width: 0;
  width: min(50vw, 660px);
  margin: clamp(-5.75rem, -7vw, -2.85rem) 0;
  transform: rotate(-5deg) translate3d(0.25rem, -0.1rem, 0);
  transform-origin: center;
  filter: none;
  pointer-events: auto;
  transition: transform 260ms ease;
}

.agenda-strip-visual:hover,
.agenda-strip-visual:focus-within {
  transform: rotate(-7deg) translate3d(0.15rem, -0.35rem, 0);
  filter: none;
}

.agenda-strip-visual img {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .agenda-strip {
    --agenda-strip-band-height: calc(100% - clamp(0rem, 3vw, 1.2rem));
    padding: clamp(1.4rem, 6vw, 2.4rem) 0 clamp(1.7rem, 7vw, 2.8rem);
  }

  .agenda-strip::before {
    top: 0;
    bottom: 0;
    height: auto;
    transform: translateX(-50%);
    background:
      radial-gradient(circle at 84% 46%, rgba(7, 143, 240, 0.3), transparent 16rem),
      radial-gradient(circle at 50% 72%, rgba(125, 211, 255, 0.18), transparent 18rem),
      linear-gradient(110deg, rgba(7, 143, 240, 0.42), rgba(8, 45, 75, 0.84) 42%, rgba(3, 49, 82, 0.96) 100%),
      linear-gradient(180deg, rgba(8, 48, 78, 0.98), rgba(1, 10, 20, 0.92));
  }

  .agenda-strip-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(0.65rem, 3vw, 1.25rem);
    min-height: 0;
    text-align: center;
  }

  .agenda-strip-copy {
    max-width: 690px;
    margin: 0 auto;
    padding: clamp(1.05rem, 4.8vw, 1.55rem) 0 0;
  }

  .agenda-strip-copy h2,
  .agenda-strip-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-strip-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-strip-actions {
    justify-content: center;
  }

  .agenda-strip-visual {
    justify-self: center;
    width: min(84vw, 500px);
    margin: -0.15rem auto clamp(-1.05rem, -2.4vw, -0.5rem);
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
}

@media (max-width: 540px) {
  .agenda-strip-inner {
    width: min(calc(100% - 2rem), 340px);
  }

  .agenda-strip-copy h2 {
    max-width: min(100%, 9.8em);
    font-size: clamp(1rem, 4.9vw, 1.22rem);
    line-height: 1.1;
  }

  .agenda-strip-copy p {
    max-width: min(100%, 17rem);
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .agenda-strip-cta {
    width: min(100%, 244px);
  }

  .agenda-strip-cta--report {
    width: min(100%, 286px);
    font-size: 0.62rem;
  }

  .agenda-strip-visual {
    width: min(82vw, 380px);
    transform: rotate(-2.5deg);
  }
}

body.report-modal-open {
  overflow: hidden;
}

body.report-modal-open > main,
body.report-modal-open > .site-header,
body:has(#post-event-reports-modal.is-open) > main,
body:has(#post-event-reports-modal.is-open) > .site-header {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.report-modal-open .site-header,
body.report-modal-open .hero::before,
body.report-modal-open .hero::after,
body.report-modal-open .hero-video-bg,
body.report-modal-open .hero-inner,
body.report-modal-open .hero-footer {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

[data-report-modal-covered="true"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.report-modal[hidden] {
  display: none;
}

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: #02050a;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.report-modal.is-open {
  opacity: 1 !important;
  visibility: visible !important;
}

.report-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(7, 143, 240, 0.16), transparent 27rem),
    #02050a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.report-modal__panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: min(92vw, 1080px);
  max-height: min(90svh, 720px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(1.25rem, 2.2vw, 2rem) clamp(1.35rem, 3vw, 3.1rem) clamp(2rem, 3.2vw, 3rem);
  border: 1px solid rgba(7, 143, 240, 0.38);
  background:
    radial-gradient(circle at 92% 8%, rgba(7, 143, 240, 0.14), transparent 23rem),
    linear-gradient(115deg, #06101a 0%, #02050a 48%, #041221 100%);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.52);
  outline: none;
}

.report-modal__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.report-modal__header {
  max-width: min(100%, 620px);
  margin-bottom: clamp(0.75rem, 1.4vw, 1.05rem);
}

.report-modal__header h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.report-modal__header p {
  max-width: 42rem;
  margin: clamp(0.45rem, 0.8vw, 0.62rem) 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  font-weight: 500;
  line-height: 1.42;
}

.report-modal__close {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.report-modal__close:hover,
.report-modal__close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(7, 143, 240, 0.8);
  background: rgba(7, 143, 240, 0.18);
}

.report-modal__close:focus-visible,
.report-modal-card__cta:focus-visible {
  outline: 3px solid rgba(7, 143, 240, 0.34);
  outline-offset: 4px;
}

.report-modal__close {
  position: absolute;
  z-index: 4;
  top: clamp(0.9rem, 1.8vw, 1.35rem);
  right: clamp(0.9rem, 1.8vw, 1.35rem);
  width: clamp(2.25rem, 3.2vw, 2.8rem);
  height: clamp(2.25rem, 3.2vw, 2.8rem);
  border-radius: 50%;
}

.report-modal__close svg,
.report-modal-card__cta svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.report-modal__cards {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.25vw, 1.05rem);
  padding-bottom: clamp(1.35rem, 2.6vw, 2.25rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(7, 143, 240, 0.5) rgba(255, 255, 255, 0.08);
}

.report-modal__cards::-webkit-scrollbar {
  height: 8px;
}

.report-modal__cards::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.report-modal__cards::-webkit-scrollbar-thumb {
  background: rgba(7, 143, 240, 0.55);
}

.report-modal-card {
  position: relative;
  display: flex;
  min-height: clamp(20.5rem, 28vw, 23.75rem);
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: center;
  padding: clamp(1rem, 1.55vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(7, 143, 240, 0.075) 46%, rgba(0, 0, 0, 0.24)),
    #08131f;
  color: #ffffff;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.report-modal-card:hover,
.report-modal-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(7, 143, 240, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(7, 143, 240, 0.12) 48%, rgba(0, 0, 0, 0.2)),
    #091727;
}

.report-modal-card__number {
  position: absolute;
  top: clamp(0.8rem, 1.35vw, 1rem);
  right: clamp(0.85rem, 1.45vw, 1.1rem);
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.report-modal-card h3 {
  max-width: 14.5rem;
  margin: clamp(1.4rem, 2.2vw, 1.75rem) 2rem 0 0;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(0.95rem, 1.32vw, 1.15rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.report-modal-card__date,
.report-modal-card__location {
  margin: 0;
  font-family: var(--mini-font);
  font-size: clamp(0.68rem, 0.82vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.report-modal-card__date {
  margin-top: clamp(0.7rem, 1.05vw, 0.85rem);
  color: rgba(255, 255, 255, 0.76);
}

.report-modal-card__location {
  margin-top: 0.34rem;
  color: #58bfff;
}

.report-modal-card__mockup {
  display: block;
  flex: 1 1 auto;
  width: min(82%, 248px);
  min-height: 0;
  margin: clamp(0.55rem, 1.1vw, 0.8rem) auto 0;
  aspect-ratio: 1394 / 1277;
  background: transparent;
  transform: rotate(-7deg);
  transform-origin: center;
  transition: transform 240ms ease;
}

.report-modal-card__mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}

.report-modal-card:hover .report-modal-card__mockup,
.report-modal-card:focus-within .report-modal-card__mockup {
  transform: rotate(-9deg) translate3d(0, -0.18rem, 0);
}

.report-modal-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 2.75rem;
  margin-top: clamp(0.55rem, 1vw, 0.75rem);
  padding: 0.58rem 0.78rem 0.58rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: clamp(0.62rem, 0.82vw, 0.72rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.report-modal-card__cta:hover,
.report-modal-card__cta:focus-visible {
  transform: translateY(-1px);
  border-color: #ffffff;
  background: #ffffff;
  color: #03101d;
}

@media (max-width: 1120px) {
  .report-modal__panel {
    width: min(92vw, 860px);
    max-height: min(90svh, 700px);
    padding-inline: clamp(1rem, 4vw, 2rem);
  }

  .report-modal__cards {
    grid-auto-columns: minmax(245px, 36vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    padding-bottom: clamp(1.35rem, 3vw, 2rem);
  }
}

@media (max-width: 720px) {
  .report-modal {
    display: block;
    padding: 1rem;
  }

  .report-modal__panel {
    position: fixed;
    top: 50%;
    left: 1rem;
    right: auto;
    width: min(330px, calc(100vw - 2rem)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 2rem) !important;
    max-height: min(84svh, 640px);
    padding: 1.15rem 0.85rem 1.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(-50%);
  }

  .report-modal__header {
    padding-right: 4rem;
  }

  .report-modal__header h2 {
    max-width: 14rem;
    font-size: clamp(1.75rem, 9.5vw, 2.45rem);
    overflow-wrap: break-word;
  }

  .report-modal__header p {
    max-width: min(100%, 18rem);
    font-size: 0.88rem;
    overflow-wrap: break-word;
  }

  .report-modal__close {
    position: absolute;
    display: grid !important;
    top: 0.85rem;
    right: 0.75rem;
    left: auto;
    z-index: 5;
    width: 2.45rem;
    height: 2.45rem;
    border-color: rgba(88, 191, 255, 0.7);
    background: #061a2c;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .report-modal__cards {
    display: flex;
    gap: 0.65rem;
    padding-bottom: 0.85rem;
  }

  .report-modal-card {
    flex: 0 0 100%;
    min-height: 23rem;
    padding: 1rem;
  }

  .report-modal-card h3 {
    max-width: 13.4rem;
    margin-top: 1.85rem;
    font-size: 1rem;
  }

  .report-modal-card__mockup {
    width: min(82%, 224px);
  }

}

.series-background-wrap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #222222;
  margin-top: clamp(-8rem, -9vw, -5rem);
  padding-top: clamp(8rem, 10vw, 11rem);
}

.series-background-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/images/seriesbg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black calc(100% - 150px), transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black calc(100% - 150px), transparent 100%);
}

.series-background-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.16);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black calc(100% - 150px), transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black calc(100% - 150px), transparent 100%);
}

.series-background-wrap>.section {
  position: relative;
  z-index: 2;
}

.aim-series-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #fffaf2;
  padding-top: 0 !important;
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.aim-series-inner {
  display: grid;
  gap: clamp(1.8rem, 3.5vw, 2.8rem);
}

.aim-series-block {
  width: min(1540px, calc(100% - 4vw));
  max-width: 1540px;
  margin-inline: auto;
}

.aim-series-block::before {
  content: "";
  display: none;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(69, 137, 98, 0.5) 30%, color-mix(in srgb, var(--blue) 40%, transparent) 50%, rgba(69, 137, 98, 0.5) 70%, transparent 100%);
  margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
}

.aim-series-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aim-series-heading h2 {
  color: #fffaf2;
  margin: 0;
  max-width: 820px;
  font-family: var(--title-font);
  font-size: clamp(1.65rem, 4vw, 2.9rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.aim-carousel {
  --aim-gap: clamp(1.25rem, 2vw, 1.65rem);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.8rem);
  width: 100%;
  border-top: 1px solid rgba(255, 250, 242, 0.24);
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
  padding: clamp(1.25rem, 2.5vw, 1.8rem) 0;
}

.aim-carousel-window {
  overflow: visible;
}

.aim-marquee-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--aim-gap) * 2)) / 3);
  gap: var(--aim-gap);
  overflow-x: auto;
  padding-block: 0.45rem;
  margin-block: -0.45rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.aim-marquee-track::-webkit-scrollbar {
  display: none;
}

.aim-carousel-arrow {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 0;
  background: rgba(255, 250, 242, 0.04);
  color: #fffaf2;
  font-family: var(--title-font);
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.aim-carousel-arrow:hover,
.aim-carousel-arrow:focus-visible {
  border-color: color-mix(in srgb, var(--blue) 80%, transparent);
  background: color-mix(in srgb, var(--blue) 12%, transparent);
  color: var(--blue);
  outline: 0;
  transform: translateY(-1px);
}

.aim-carousel-arrow:disabled {
  opacity: 0.32;
  cursor: default;
  transform: none;
}

.aim-event-card {
  scroll-snap-align: start;
  min-height: 0;
  display: grid;
  grid-template-rows: auto clamp(198px, 18vw, 245px) 1fr;
  gap: clamp(1rem, 1.7vw, 1.35rem);
  overflow: hidden;
  border-left: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: var(--container-corner-radius);
  background: transparent;
  padding-left: clamp(1rem, 1.8vw, 1.35rem);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.aim-event-card:hover,
.aim-event-card:focus-visible {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--blue) 52%, transparent);
  outline: 0;
}

.aim-event-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.aim-event-edition {
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.aim-event-status {
  min-width: 5.4rem;
  border: 1px solid color-mix(in srgb, var(--blue) 95%, transparent);
  padding: 0.34rem 0.55rem;
  color: var(--blue);
  font-family: var(--mini-font);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.aim-event-status-past {
  border-color: rgba(255, 250, 242, 0.32);
  color: rgba(255, 250, 242, 0.72);
}

.aim-event-image {
  display: block;
  border-radius: var(--container-corner-radius);
  background: #fff;
  padding: clamp(0.1rem, 0.25vw, 0.25rem);
  overflow: hidden;
}

.aim-event-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: var(--container-corner-radius);
  object-fit: contain;
  transform: scale(1.4);
  transform-origin: center;
}

.aim-event-body {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  gap: clamp(1.4rem, 2vw, 2rem);
  border-radius: 0;
  border-top: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 0 0.1rem;
  transition: background 180ms ease;
}

.aim-event-card:hover .aim-event-body,
.aim-event-card:focus-visible .aim-event-body {
  background: transparent;
}

.aim-event-name {
  color: #fffaf2;
  font-family: var(--body-font);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.35;
}

.aim-event-meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.6rem;
  border-top: 1px solid rgba(255, 250, 242, 0.2);
  align-self: end;
  padding-top: 0.9rem;
  color: rgba(255, 250, 242, 0.78);
  font-family: var(--mini-font);
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 800;
  line-height: 1.32;
  text-transform: uppercase;
}

.aim-event-meta span:first-child::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  margin-left: 0.55rem;
  border-radius: 50%;
  background: var(--blue);
  vertical-align: 0.1em;
}

.aim-event-meta span:last-child {
  color: rgba(255, 250, 242, 0.94);
  font-weight: 700;
  text-align: left;
}

@media (max-width: 1024px) {
  .aim-marquee-track {
    grid-auto-columns: calc((100% - var(--aim-gap)) / 2);
  }
}

@media (max-width: 680px) {
  .aim-carousel {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .aim-carousel-window {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .aim-carousel-arrow {
    grid-row: 2;
    width: 100%;
  }

  .aim-carousel-arrow-prev {
    grid-column: 1;
  }

  .aim-carousel-arrow-next {
    grid-column: 2;
  }

  .aim-marquee-track {
    grid-auto-columns: 100%;
  }

  .aim-event-card {
    padding-left: 0;
    border-left: 0;
  }
}

/* ====================================================
   Series Ecosystem Section Ã¢â‚¬â€ Premium Redesign
   ==================================================== */
.series-ecosystem-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent;
  color: #fffaf2;
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(0.75rem, 2vw, 1.5rem);
}

/* Subtle grain/noise texture overlay */
.series-ecosystem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 220px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

/* Radial ambient glow top-center */
.series-ecosystem-section::after {
  display: none;
}

.series-ecosystem-section .section-inner {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: clamp(3rem, 6vw, 5.5rem);
}

/* ---------- Section Block ---------- */
.series-block {
  min-width: 0;
  display: grid;
  gap: clamp(1.8rem, 3.5vw, 2.8rem);
  /* animated entrance Ã¢â‚¬â€ starts hidden */
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.series-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Elegant separator line with gradient fade */
.series-block+.series-block {
  border-top: none;
  padding-top: 0;
  position: relative;
}

.series-block+.series-block::before {
  content: "";
  display: none;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(69, 137, 98, 0.5) 30%, color-mix(in srgb, var(--blue) 40%, transparent) 50%, rgba(69, 137, 98, 0.5) 70%, transparent 100%);
  margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
}

/* ---------- Block Heading ---------- */
.series-block-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.series-block-head .eyebrow {
  background: var(--brand-glass-gradient);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: #ffffff;
  font-size: clamp(0.68rem, 1.5vw, 0.82rem);
  font-family: var(--mini-font);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.45rem 1.4rem;
  margin: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.series-block-head h3 {
  margin: 0;
  color: #fffaf2;
  font-family: var(--title-font);
  font-size: clamp(1.45rem, 4vw, 2.2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.series-partners-block .series-block-head h3 {
  margin-top: clamp(-0.55rem, -0.8vw, -0.25rem);
}

.series-partners-block {
  width: min(1440px, calc(100% - 6vw));
  max-width: 1440px;
  margin-inline: auto;
}

.legacy-highlights {
  width: min(1180px, calc(100% - 6vw));
  margin-inline: auto;
}

.legacy-highlights__head {
  gap: clamp(0.8rem, 1.4vw, 1.2rem);
}

.legacy-highlights__title {
  max-width: 940px;
  margin: 0;
  color: #fffaf2;
  font-family: var(--title-font);
  font-size: clamp(1.65rem, 3.8vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.legacy-highlights__media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid color-mix(in srgb, var(--blue) 36%, rgba(255, 255, 255, 0.16));
  background:
    radial-gradient(circle at 72% 18%, color-mix(in srgb, var(--blue) 18%, transparent), transparent 18rem),
    #050b14;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.legacy-highlights__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.legacy-highlights__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #020407;
}

@media (max-width: 640px) {
  .legacy-highlights {
    width: 100%;
  }

  .legacy-highlights__title {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
  }
}

/* ---------- Partner / Sponsor Logo Cards ---------- */
.series-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.series-logo-grid-featured {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.series-partners-block .series-logo-grid-featured {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 1.35vw, 1.35rem);
  align-items: stretch;
}

.series-logo-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.series-logo-card {
  min-height: 116px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 1.2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, box-shadow 280ms ease;
}

.series-logo-card:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: color-mix(in srgb, var(--blue) 40%, transparent);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), 0 0 20px color-mix(in srgb, var(--blue) 8%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.series-logo-card > a {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.series-partners-block .series-logo-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--blue) 24%, rgba(255, 255, 255, 0.12));
  background: #07090c;
  box-shadow: none;
  border-radius: 0;
}

.series-partners-block .series-logo-card {
  min-height: auto;
  aspect-ratio: 1.48 / 1;
  padding: clamp(0.72rem, 1.05vw, 0.9rem) 0;
  transition: border-color 220ms ease, transform 220ms ease;
}

.series-partners-block .series-logo-card:hover {
  border-color: color-mix(in srgb, var(--blue) 48%, rgba(255, 255, 255, 0.18));
  box-shadow: none;
}

.series-partners-block .series-logo-card:hover {
  transform: translateY(-2px);
}

.series-logo-card img {
  width: 100%;
  max-width: 170px;
  max-height: 72px;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
}

.series-partners-block .series-logo-card img {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
  filter: none;
}

.series-partners-block .series-logo-card::before {
  content: "";
  position: absolute;
  inset: clamp(0.72rem, 1.05vw, 0.9rem) 0;
  z-index: 0;
  background: #ffffff;
  border-top: 0;
}

.series-sponsors-block .series-logo-card {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--blue) 24%, rgba(255, 255, 255, 0.12));
  background: #07090c;
  box-shadow: none;
  padding: 0.42rem;
  transition: border-color 220ms ease, transform 220ms ease;
}

.series-sponsors-block .series-logo-card::before {
  content: "";
  position: absolute;
  inset: 0.42rem;
  background: #ffffff;
  border-top: 0;
}

.series-sponsors-block .series-logo-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--blue) 48%, rgba(255, 255, 255, 0.18));
  box-shadow: none;
}

.series-sponsors-block .series-logo-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 340px;
  max-height: 142px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: none;
}

.series-logo-grid-featured .series-logo-card {
  min-height: 166px;
}

.series-logo-grid-featured .series-logo-card img {
  max-width: 250px;
  max-height: 112px;
}

.series-partners-block .series-logo-grid-featured .series-logo-card img {
  width: 100%;
  max-width: min(238px, 94%);
  max-height: 108px;
  object-fit: contain;
}

/* ---------- Speaker Cards ---------- */
.series-speaker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
  gap: 0.8rem;
}

.series-speaker-card {
  position: relative;
  min-height: 358px;
  display: grid;
  grid-template-rows: 212px minmax(166px, 1fr);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--blue) 24%, rgba(255, 255, 255, 0.12));
  border-radius: 0;
  background: #07090c;
  box-shadow: none;
  transition: border-color 220ms ease, transform 220ms ease;
}

.series-speaker-card::before {
  content: none;
}

.series-speaker-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--blue) 48%, rgba(255, 255, 255, 0.18));
}

.series-speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  background: linear-gradient(180deg, #f7f8fa 0%, #eef3f8 100%);
  border: 0;
  filter: saturate(0.98) contrast(1.02);
  transition: filter 220ms ease;
}

.series-speaker-card:hover img {
  filter: saturate(1.04) contrast(1.04);
}

.series-speaker-card div {
  position: relative;
  display: block;
  gap: 0.48rem;
  min-height: 10.2rem;
  border-top: 1px solid color-mix(in srgb, var(--blue) 22%, transparent);
  padding: 0.85rem 0.9rem 4.35rem;
  text-align: left;
  background: #07090c;
}

.series-speaker-card div::after {
  content: none;
}

.series-speaker-card h4 {
  display: -webkit-box;
  min-height: calc(1.25em * 2);
  margin: 0;
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.series-speaker-card p {
  display: block;
  margin: 0.48rem 0 0;
  color: rgba(255, 250, 242, 0.68);
  font-family: var(--mini-font);
  font-size: 0.74rem;
  line-height: 1.42;
}

.speaker-role {
  display: -webkit-box;
  color: rgba(255, 250, 242, 0.7);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.speaker-company {
  display: block;
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  min-height: 2.35rem;
  padding-top: 0.52rem;
  border-top: 1px solid color-mix(in srgb, var(--blue) 28%, transparent);
  color: color-mix(in srgb, var(--blue) 88%, #ffffff);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.28;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

/* ---------- Marquee / Scroll ---------- */
.series-speakers-block,
.series-sponsors-block {
  overflow: visible;
}

.series-marquee-window {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.series-speakers-block .series-marquee-window {
  padding-block: 1px 3px;
}

.series-speaker-grid[data-series-marquee],
.series-logo-grid-compact[data-series-marquee] {
  --series-marquee-duration: 280s;
  display: flex;
  grid-template-columns: none;
  width: max-content;
  min-width: max-content;
  overflow: visible;
  will-change: transform;
  animation: seriesMarquee var(--series-marquee-duration) linear infinite;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.series-logo-grid-compact[data-series-marquee] {
  --series-marquee-duration: 280s;
}

.series-speaker-grid[data-series-marquee]:hover,
.series-logo-grid-compact[data-series-marquee]:hover {
  animation-play-state: paused;
}

.series-speaker-grid[data-series-marquee].is-dragging,
.series-logo-grid-compact[data-series-marquee].is-dragging {
  cursor: grabbing;
}

.series-speaker-grid[data-series-marquee] img,
.series-logo-grid-compact[data-series-marquee] img {
  -webkit-user-drag: none;
  pointer-events: none;
  user-select: none;
}

.series-speaker-grid[data-series-marquee] .series-speaker-card {
  flex: 0 0 clamp(190px, 17vw, 230px);
}

.series-logo-grid-compact[data-series-marquee] .series-logo-card {
  flex: 0 0 clamp(250px, 22vw, 320px);
}

.series-marquee-clone {
  pointer-events: none;
}

@keyframes seriesMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {

  .series-speaker-grid[data-series-marquee],
  .series-logo-grid-compact[data-series-marquee] {
    width: auto;
    min-width: 0;
    flex-wrap: wrap;
    animation: none;
  }

  .series-block {
    opacity: 1;
    transform: none;
  }
}


/* Numbers Section */
.section.numbers-section {
  background: #222222;
  color: #fffaf2;
  padding-top: 2rem;
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.section.numbers-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  z-index: 2;
  height: 4px;
  background: #141414;
  pointer-events: none;
}

.platform-scroll-section+.numbers-section {
  padding-top: clamp(3rem, 5vw, 5rem);
}

.numbers-section .numbers-heading {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
  margin-inline: auto;
  margin-bottom: clamp(0.9rem, 2vw, 1.5rem);
}

.numbers-section .numbers-heading h2 {
  margin-inline: auto;
  color: #fffaf2;
  font-family: var(--title-font);
  max-width: 100%;
  font-size: clamp(1.6rem, 5.5cqi, 2.8rem);
  font-weight: 400;
  line-height: 1.03;
  text-align: center;
}

.numbers-section .numbers-heading .eyebrow {
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--brand-glass-gradient);
  color: #ffffff;
  text-align: center;
}

.numbers-section .numbers-heading::after {
  background: rgba(255, 250, 242, 0.16);
}

.numbers-grid {
  --numbers-light: #fffaf2;
  --numbers-dark: #222222;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  border: 0;
  background: transparent;
}

.number-tile {
  position: relative;
  min-height: clamp(260px, 24vw, 340px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(1.5rem, 2.2vw, 2.25rem);
  border: 1px solid rgba(255, 250, 242, 0.14);
  background: rgba(255, 250, 242, 0.055);
  overflow: hidden;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.number-tile:hover {
  border-color: color-mix(in srgb, var(--blue) 34%, transparent);
  background: rgba(255, 250, 242, 0.08);
  transform: translateY(-4px);
}

.number-tile-intro,
.number-tile-green,
.number-tile-pink,
.number-tile-wide {
  grid-column: auto;
  grid-row: auto;
  color: var(--numbers-light);
}

.number-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 300ms ease;
}

.number-tile:hover::before {
  transform: scaleY(1);
}

.number-value {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-size: clamp(3.2rem, 5.2vw, 5rem);
  font-weight: 400;
  color: #fffaf2;
  line-height: 0.9;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.number-label {
  position: relative;
  font-family: var(--mini-font);
  font-size: clamp(0.95rem, 1.18vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  color: rgba(255, 250, 242, 0.72);
  text-align: left;
}

@media (min-width: 1101px) {
  .numbers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 681px) and (max-width: 1100px) {
  .numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .number-tile,
  .number-tile-wide {
    grid-column: auto;
    min-height: 220px;
  }
}

.numbers-section .numbers-grid {
  gap: clamp(1rem, 1.8vw, 1.45rem);
  max-width: var(--container);
  margin-inline: auto;
}

.numbers-section .number-tile {
  align-items: center;
  justify-content: center;
  min-height: clamp(190px, 16vw, 240px);
  padding: clamp(1rem, 1.6vw, 1.35rem);
  border-radius: 0;
  background: #181818;
  text-align: center;
}

.numbers-section .number-tile::before,
.numbers-section .number-icon,
.numbers-section .number-chip,
.numbers-section .number-track-list {
  display: none;
}

.numbers-section .number-value {
  margin: 0 0 0.45rem;
  font-size: clamp(2.65rem, 4.4vw, 4rem);
  line-height: 0.9;
}

.numbers-section .number-label {
  max-width: 18ch;
  margin: 0 auto;
  font-family: var(--body-font);
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.25;
  text-align: center;
}

.numbers-section .number-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.3rem;
  width: min(100%, 180px);
  margin: clamp(1rem, 1.8vw, 1.35rem) auto 0;
}

.numbers-section .number-bars i {
  display: block;
  height: 0.5rem;
  position: relative;
  overflow: hidden;
  background: rgba(255, 250, 242, 0.18);
  transform-origin: left center;
  will-change: transform, opacity;
}

.numbers-section .number-bars i::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fffaf2;
  transform: scaleX(1);
  transform-origin: left;
}

.numbers-section.is-number-bars-active .number-bars i::before {
  animation: none;
}

.numbers-section .number-bars i:nth-child(1)::before {
  --number-bar-step: 0ms;
}

.numbers-section .number-bars i:nth-child(2)::before {
  --number-bar-step: 130ms;
}

.numbers-section .number-bars i:nth-child(3)::before {
  --number-bar-step: 260ms;
}

.numbers-section .number-bars i:nth-child(4)::before {
  --number-bar-step: 390ms;
}

.numbers-section .number-bars i:nth-child(5)::before {
  --number-bar-step: 520ms;
}

.numbers-section .number-bars i:nth-child(6)::before {
  --number-bar-step: 650ms;
}

.numbers-section .number-tile:nth-child(1) .number-bars i::before {
  --number-bar-offset: 340ms;
}

.numbers-section .number-tile:nth-child(2) .number-bars i::before {
  --number-bar-offset: 0ms;
}

.numbers-section .number-tile:nth-child(3) .number-bars i::before {
  --number-bar-offset: 610ms;
}

.numbers-section .number-tile:nth-child(4) .number-bars i::before {
  --number-bar-offset: 190ms;
}

@keyframes numberBarFill {
  0% {
    transform: scaleX(0);
    opacity: 0.55;
  }

  42%,
  72% {
    transform: scaleX(1);
    opacity: 1;
  }

  100% {
    transform: scaleX(0);
    opacity: 0.55;
    transform-origin: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .numbers-section .number-bars i::before {
    transform: scaleX(1);
  }

  .numbers-section.is-number-bars-active .number-bars i::before {
    animation: none;
  }
}

@media (max-width: 680px) {
  .numbers-section .number-tile,
  .numbers-section .number-tile-wide {
    min-height: 185px;
  }
}

.truth-grid {
  display: grid;
  gap: 1rem;
}

.truth-grid article {
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
}

.truth-grid span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--blue);
  font-family: var(--mini-font);
  font-weight: 700;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 2rem;
}

.section-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.6rem;
  background: rgba(255, 250, 242, 0.16);
}

.section-heading.overview-heading::after {
  display: none;
}

.pillars-heading {
  text-align: center;
  margin-inline: auto;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.section.pillars-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #222222;
  color: #fffaf2;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: clamp(4.5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.pillars-section {
  position: relative;
  z-index: 2;
  background-color: #141414;
}

.pillars-section>.section-inner {
  position: relative;
  z-index: 2;
}

/* =============================================
   PILLARS GRID â€” Rusty Industrial Card Design
   ============================================= */

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border: 0;
  background: transparent;
}

/* Rust-toned accent per card â€” warm oxidised palette */
.pillar-card:nth-child(1) {
  --card-accent: #b5541c;
  --card-accent-warm: rgba(181, 84, 28, 0.35);
  --card-grain: rgba(195, 91, 72, 0.05);
}

.pillar-card:nth-child(2) {
  --card-accent: #9e7a32;
  --card-accent-warm: rgba(158, 122, 50, 0.30);
  --card-grain: color-mix(in srgb, var(--blue) 4%, transparent);
}

.pillar-card:nth-child(3) {
  --card-accent: #7a4a28;
  --card-accent-warm: rgba(122, 74, 40, 0.35);
  --card-grain: rgba(181, 84, 28, 0.05);
}

.pillar-card:nth-child(4) {
  --card-accent: #c35b48;
  --card-accent-warm: rgba(195, 91, 72, 0.35);
  --card-grain: rgba(195, 91, 72, 0.06);
}

.pillar-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 340px;
  padding: 0;
  background: #1a1410;
  border: 1px solid rgba(181, 84, 28, 0.14);
  border-radius: 0;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 237, 210, 0.02);
  overflow: hidden;
  cursor: default;
  transition:
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 500ms ease,
    border-color 500ms ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--card-accent);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.6),
    0 0 0 1px var(--card-accent),
    0 0 32px var(--card-accent-warm);
}

/* Full-bleed background image â€” sepia/rust toned */
.pillar-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.28) grayscale(0.3) contrast(1.15) brightness(0.52) saturate(0.8);
  transform: scale(1.03);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
  z-index: 0;
}

.pillar-card:hover .pillar-card-image {
  transform: scale(1.08);
  filter: sepia(0.15) grayscale(0.15) contrast(1.1) brightness(0.65) saturate(1);
}

/* Heavy bottom gradient (Darker to match #1a1410) */
.pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom,
      rgba(26, 20, 16, 0.1) 0%,
      rgba(26, 20, 16, 0.3) 30%,
      rgba(26, 20, 16, 0.85) 65%,
      rgba(26, 20, 16, 0.92) 100%);
  transition: opacity 500ms ease;
}

/* Very subtle rust scanline/grain effect over the card */
.pillar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: repeating-linear-gradient(transparent,
      transparent 2px,
      var(--card-grain) 2px,
      var(--card-grain) 4px);
  opacity: 0.012;
  pointer-events: none;
}

/* Industrial Left Bar Accent */
.pillar-card-rust-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent, var(--card-accent), transparent);
  z-index: 3;
  opacity: 0.3;
  transition: opacity 400ms ease, box-shadow 400ms ease;
}

.pillar-card:hover .pillar-card-rust-bar {
  opacity: 0.8;
  box-shadow: 0 0 12px var(--card-accent-warm);
}

/* Ghost number â€” smaller, decorative */
.pillar-number {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 2;
  font-family: var(--display-font);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 223, 192, 0.08);
  letter-spacing: -0.04em;
  transition:
    color 400ms ease,
    -webkit-text-stroke 400ms ease,
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pillar-card:hover .pillar-number {
  color: transparent;
  -webkit-text-stroke: 1px var(--card-accent);
  transform: scale(1.04);
}

/* Content area */
.pillar-card-content {
  position: relative;
  z-index: 3;
  padding: 1.1rem 1.2rem 1.4rem;
  margin-top: auto;
}

.pillar-card h3 {
  position: relative;
  margin: 0 0 0.5rem;
  font-family: var(--mini-font);
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fffaf2;
  line-height: 1.25;
  transition: color 350ms ease;
  display: block;
  min-height: calc(1.25em * 2);
}

.pillar-card:hover h3 {
  color: #ffffff;
}

/* Small underline accent */
.pillar-card h3::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 0.55rem;
  background: var(--card-accent);
  opacity: 0.65;
  transition: width 500ms ease, opacity 400ms ease;
}

.pillar-card:hover h3::after {
  width: 48px;
  opacity: 1;
}

/* Body text */
.pillar-card p {
  position: relative;
  margin: 0;
  color: rgba(245, 223, 192, 0.52);
  font-size: 0.88rem;
  line-height: 1.68;
  min-height: calc(1.68em * 3);
  display: flex;
  align-items: flex-end;
  transition: color 350ms ease;
}

.pillar-card:hover p {
  color: rgba(245, 223, 192, 0.78);
}

/* ============ Pillars Layout ============ */
.pillars-layout {
  display: grid;
  gap: 0;
  align-items: center;
  margin-top: clamp(2.4rem, 5vw, 4.5rem);
}

@media (min-width: 768px) {
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .pillars-layout {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
  }

  .pillars-layout .pillars-grid {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    min-height: clamp(380px, 36vw, 520px);
  }

  .pillars-layout .pillar-card {
    min-height: 0;
    height: 100%;
  }

  .pillars-grid .pillar-card:nth-of-type(1) {
    grid-column: 1;
  }
}

.section.who-attend-section {
  padding-top: 0;
  padding-bottom: 2rem;
}

.who-attend-section {
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 70% 50%, #0a1f15 0%, #071326 60%, #050b14 100%);
  color: #fffaf2;
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.4);
}

/* All sections from who-attend onward slide over the sticky sections */
.who-attend-section~.section,
.who-attend-section~section {
  position: relative;
  z-index: 2;
}

.who-attend-inner {
  position: relative;
  z-index: 3;
  padding-top: 0;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.who-attend-layout {
  display: grid;
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.who-attend-copy {
  max-width: 640px;
  padding-top: 2rem;
}

.who-attend-copy .pillars-heading {
  text-align: left;
  margin-inline: 0;
  justify-content: start;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.who-attend-copy .pillars-heading h2 {
  background: var(--brand-title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(0, 149, 66, 0.3);
}

.who-attend-visual {
  display: block;
}

.who-attend-image,
.who-attend-video {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  object-fit: cover;
  object-position: top;
}

.who-attend-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  .who-attend-layout {
    grid-template-columns: minmax(26rem, 1.05fr) minmax(0, 0.85fr);
    align-items: stretch;
  }

  .who-attend-copy {
    padding-top: 4rem;
    order: 1;
  }

  .who-attend-visual {
    position: relative;
    display: flex;
    order: 2;
    align-items: flex-start;
    justify-content: center;
    min-height: clamp(660px, 74vw, 880px);
    overflow: hidden;
  }

  .who-attend-image,
  .who-attend-video {
    max-height: clamp(660px, 74vw, 880px);
    object-fit: contain;
    object-position: center top;
  }
}

.attend-card {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2vw, 2rem);
  padding: clamp(1.2rem, 2vw, 1.5rem);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.attend-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 4px;
  background: var(--brand-glass-gradient);
  opacity: 0;
  transition: opacity 300ms ease;
}

.attend-card:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: color-mix(in srgb, var(--blue) 40%, transparent);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--blue) 40%, transparent);
}

.attend-card:hover::before {
  opacity: 1;
}

.attend-number {
  font-family: var(--display-font);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 900;
  color: color-mix(in srgb, var(--blue) 30%, transparent);
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color 300ms ease;
}

.attend-card:hover .attend-number {
  color: color-mix(in srgb, var(--blue) 80%, transparent);
}

.attend-card h3 {
  font-family: var(--mini-font);
  font-weight: 700;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  color: #ffffff;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.attend-card p {
  margin: 0;
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.content-list-section {
  background: #222222;
  color: #fffaf2;
}

.content-list-section .section-heading {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.key-topics-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
  background: #222222;
  color: #fffaf2;
}

.key-topics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(34, 34, 34, 0.96) 0%, rgba(34, 34, 34, 0.64) 48%, rgba(34, 34, 34, 0.96) 100%),
    var(--key-topics-background, none) center / cover no-repeat;
  filter: grayscale(0.62) contrast(1.08) brightness(0.62);
}

.key-topics-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.64) 28%, rgba(34, 34, 34, 0.78) 70%, #222222 100%),
    repeating-linear-gradient(90deg, rgba(255, 250, 242, 0.055) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.key-topics-section>.section-inner {
  position: relative;
  z-index: 1;
}

.key-topics-section .pillars-heading {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
  margin-inline: auto;
  margin-bottom: clamp(0.9rem, 2vw, 1.5rem);
}

.key-topics-section .pillars-heading h2 {
  margin-inline: auto;
  color: #fffaf2;
  font-family: var(--title-font);
  max-width: 100%;
  font-size: clamp(1.6rem, 5.5cqi, 2.8rem);
  font-weight: 400;
  line-height: 1.03;
  text-transform: none;
  text-shadow: none;
}

.key-topics-section .pillars-heading::after {
  width: 100%;
  background: rgba(255, 250, 242, 0.16);
}

.key-topics-section .content-list-card {
  min-height: clamp(230px, 22vw, 320px);
  border-color: rgba(255, 250, 242, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.105), rgba(255, 250, 242, 0.04));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.08);
}

.key-topics-section .content-list-card:hover {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.14), rgba(255, 250, 242, 0.055));
  border-color: color-mix(in srgb, var(--blue) 34%, transparent);
}

.key-topics-section .content-list-card::before {
  inset: 0 0 auto;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--blue));
}

.key-topics-section .content-list-card:hover::before {
  transform: scaleX(1);
}

.key-topics-section .content-list-number {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.22);
  background: rgba(255, 250, 242, 0.055);
  color: var(--gold);
  font-family: var(--title-font);
  font-size: 1.1rem;
  margin-bottom: clamp(1.2rem, 2vw, 1.8rem);
}

.key-topics-section .content-list-card h3 {
  max-width: 17ch;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.16;
}

.key-topics-section .content-list-card p {
  max-width: 34ch;
  margin-bottom: 0;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.55;
}

.key-topics-section .content-card-image {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(46%, 210px);
  aspect-ratio: 1;
  margin: 0;
  opacity: 0.52;
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, black 30%);
  mask-image: linear-gradient(135deg, transparent 0%, black 30%);
}

.key-topics-section .content-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.16), rgba(34, 34, 34, 0.78));
}

.key-topics-section .content-card-image img {
  filter: grayscale(0.7) contrast(1.06);
}

.topic-gallery {
  position: relative;
  width: 100%;
  min-height: clamp(660px, 82vh, 860px);
  overflow: hidden;
  perspective: 1400px;
}

.topic-gallery .cards {
  position: absolute;
  width: clamp(17rem, 22vw, 21rem);
  height: clamp(27rem, 35vw, 33rem);
  top: 39%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
}

.topic-gallery .topic-gallery-card {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(17rem, 22vw, 21rem);
  aspect-ratio: 9 / 16;
  display: grid;
  grid-template-rows: auto minmax(9rem, 1fr) auto;
  align-content: stretch;
  gap: clamp(0.65rem, 1.4vw, 1rem);
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 0;
  background-color: #141414;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  color: #fffaf2;
  appearance: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  overflow: hidden;
  will-change: transform, opacity;
}

.topic-gallery .topic-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.72) 0%, rgba(20, 20, 20, 0.18) 36%, rgba(20, 20, 20, 0.92) 100%),
    linear-gradient(90deg, rgba(34, 34, 34, 0.62), rgba(34, 34, 34, 0.16));
}

.topic-gallery .topic-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 250, 242, 0.04);
  opacity: 0;
  transition: opacity 220ms ease;
}

.topic-gallery .topic-gallery-card:hover::after {
  opacity: 1;
}

.topic-gallery .topic-gallery-card:focus-visible {
  outline: 3px solid #7dd3ff;
  outline-offset: 4px;
}

.topic-card-number,
.topic-gallery .cards h3,
.topic-gallery .cards p {
  position: relative;
  z-index: 1;
}

.topic-card-number {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.28);
  background: rgba(255, 250, 242, 0.06);
  color: var(--gold);
  font-family: var(--title-font);
  font-size: 1rem;
  align-self: start;
}

.topic-gallery .cards h3 {
  align-self: end;
  max-width: 15ch;
  margin: 0;
  color: #fffaf2;
  font-family: var(--title-font);
  font-size: clamp(1.28rem, 2.35vw, 2.25rem);
  line-height: 1.04;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.topic-gallery .cards p {
  align-self: end;
  max-width: 30ch;
  margin: 0;
  border-top: 1px solid rgba(255, 250, 242, 0.22);
  padding-top: 0.85rem;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.topic-gallery-dot.is-active {
  width: 2rem;
  border-color: var(--gold);
  background: var(--gold);
}

@media (max-width: 760px) {
  .topic-gallery {
    min-height: 690px;
  }

  .topic-gallery .cards,
  .topic-gallery .topic-gallery-card {
    width: min(68vw, 18rem);
  }

  .topic-gallery .cards {
    top: 43%;
  }
}

.why-attend-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #141414;
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.section.why-attend-section {
  padding-top: 0 !important;
}

.why-attend-section .pillars-heading {
  margin-top: 0 !important;
  margin-bottom: clamp(0.9rem, 2vw, 1.5rem);
}

.why-attend-section>.section-inner {
  position: relative;
  z-index: 1;
}

.why-attend-orbit {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(500px, 52vw, 640px);
  margin-top: clamp(0.75rem, 1.8vw, 1.35rem);
}

.why-attend-section .value-list {
  position: absolute;
  inset: 0;
  display: block;
  max-width: none;
  margin: 0;
  border-block: 0;
}

.why-attend-section .value-list li {
  position: absolute;
  width: min(34vw, 430px);
  min-height: 0;
  display: flex;
  align-items: flex-start;
  padding: clamp(1.3rem, 2vw, 1.7rem);
  border: 1px solid rgba(255, 250, 242, 0.14);
  background: rgba(20, 20, 20, 0.66);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: clamp(1.08rem, 1.42cqi, 1.28rem);
  line-height: 1.52;
  transition: background 180ms ease, border-color 180ms ease;
}

.why-attend-section .value-list li:nth-child(1) {
  top: 1%;
  left: 8%;
}

.why-attend-section .value-list li:nth-child(2) {
  top: 4%;
  right: 5%;
}

.why-attend-section .value-list li:nth-child(3) {
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}

.why-attend-section .value-list li:nth-child(4) {
  top: 53%;
  right: 0;
  transform: translateY(-50%);
}

.why-attend-section .value-list li:nth-child(5) {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(50vw, 660px);
}

.why-attend-section .value-list li::before {
  position: static;
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.26rem 1rem 0 0;
  border-radius: 0;
  transform: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  box-shadow: 0 0 18px color-mix(in srgb, var(--blue) 34%, transparent);
}

.why-attend-section .value-list li:hover {
  background: rgba(255, 250, 242, 0.045);
  border-color: color-mix(in srgb, var(--blue) 28%, transparent);
}

@media (max-width: 1023px) {
  .why-attend-orbit {
    min-height: 0;
    gap: 1rem;
  }

  .why-attend-section .value-list {
    position: static;
    display: grid;
    gap: 0;
    border-block: 1px solid rgba(255, 250, 242, 0.16);
  }

  .why-attend-section .value-list li,
  .why-attend-section .value-list li:nth-child(n) {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.14);
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .why-attend-section .value-list li:last-child {
    border-bottom: 0;
  }
}

.why-sponsor-intro .pillars-heading {
  text-align: left;
  margin-inline: 0;
  justify-content: start;
}

.why-sponsor-intro .pillars-heading h2 {
  color: #fffaf2;
}

.why-sponsor-intro .pillars-heading .eyebrow {
  color: #ffffff;
}

.value-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.value-list li {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.35rem 1.2rem 3.25rem;
  border: 1px solid rgba(255, 250, 242, 0.14);
  background: rgba(255, 250, 242, 0.055);
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: clamp(1rem, 2cqi, 1.16rem);
  font-weight: 600;
  line-height: 1.45;
}

.value-list li::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

@media (min-width: 768px) {

  .content-card-grid,
  .value-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-attend-section .value-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {

  .key-topics-section .topic-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(250px, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 250, 242, 0.18);
    background: rgba(255, 250, 242, 0.18);
  }

  .key-topics-section .content-list-card {
    min-height: 0;
    border: 0;
  }

  .key-topics-section .content-list-card:first-child {
    grid-column: 1 / span 2;
    grid-row: span 2;
    min-height: clamp(520px, 48vw, 640px);
    padding: clamp(2rem, 3vw, 3rem);
    justify-content: flex-end;
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.12) 0%, rgba(255, 250, 242, 0.06) 49.7%, transparent 49.8% 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  .key-topics-section .content-list-card:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    min-height: clamp(520px, 48vw, 640px);
    padding: clamp(2rem, 3vw, 3rem);
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
    background:
      linear-gradient(135deg, transparent 0 50.2%, rgba(255, 250, 242, 0.055) 50.3%, rgba(255, 250, 242, 0.12) 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }

  .key-topics-section .content-list-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .key-topics-section .content-list-card:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .key-topics-section .content-list-card:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  .key-topics-section .content-list-card:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
  }

  .key-topics-section .content-list-card:first-child::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, transparent 0 47.8%, color-mix(in srgb, var(--blue) 50%, transparent) 48%, transparent 48.35% 100%);
    pointer-events: none;
  }

  .key-topics-section .content-list-card:first-child::before,
  .key-topics-section .content-list-card:nth-child(2)::before {
    transform: scaleX(1);
  }

  .key-topics-section .content-list-card:first-child .content-list-number {
    position: absolute;
    z-index: 2;
    top: clamp(1.5rem, 2.5vw, 2.25rem);
    left: clamp(1.5rem, 2.5vw, 2.25rem);
  }

  .key-topics-section .content-list-card:first-child h3,
  .key-topics-section .content-list-card:first-child p,
  .key-topics-section .content-list-card:nth-child(2) h3,
  .key-topics-section .content-list-card:nth-child(2) p {
    position: relative;
    z-index: 2;
  }

  .key-topics-section .content-list-card:first-child h3 {
    max-width: 12ch;
    font-family: var(--title-font);
    font-size: clamp(2.2rem, 4.4vw, 4.6rem);
    line-height: 0.94;
  }

  .key-topics-section .content-list-card:first-child p {
    max-width: 34ch;
    color: rgba(255, 250, 242, 0.82);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
  }

  .key-topics-section .content-list-card:nth-child(2) .content-list-number {
    align-self: flex-end;
  }

  .key-topics-section .content-list-card:nth-child(2) h3 {
    max-width: 13ch;
    font-family: var(--title-font);
    font-size: clamp(1.8rem, 3.2vw, 3.6rem);
    line-height: 0.98;
  }

  .key-topics-section .content-list-card:nth-child(2) p {
    max-width: 30ch;
    color: rgba(255, 250, 242, 0.82);
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  }

  .key-topics-section .content-list-card:first-child .content-card-image {
    display: none;
  }

  .key-topics-section .content-list-card:nth-child(2) .content-card-image {
    display: none;
  }

  .value-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }

  .value-list li {
    min-height: 180px;
    align-items: flex-end;
    padding: 3.2rem 1.2rem 1.25rem;
  }

  .value-list li::before {
    top: 1.35rem;
    transform: none;
  }

  .why-attend-section .value-list {
    grid-template-columns: none;
  }

  .why-attend-section .value-list li {
    min-height: 150px;
    align-items: flex-start;
    padding: clamp(1rem, 1.6vw, 1.25rem);
    border-bottom: 0;
    border-right: 1px solid rgba(255, 250, 242, 0.14);
  }

  .why-attend-section .value-list li:last-child {
    border-right: 0;
  }

  .why-attend-section .value-list li::before {
    top: auto;
    transform: none;
  }
}

@media (min-width: 1200px) {

  .content-list-section:not(.key-topics-section) .topic-card-grid,
  .content-list-section:not(.why-attend-section) .value-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .why-attend-section .value-list {
    grid-template-columns: none;
  }
}

@media (min-width: 1024px) {
  .key-topics-section .topic-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    grid-auto-flow: row;
  }

  .key-topics-section .topic-diagonal-pair {
    position: relative;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    min-height: clamp(540px, 48vw, 660px);
    overflow: hidden;
    background: rgba(255, 250, 242, 0.06);
  }

  .key-topics-section .topic-diagonal-pair::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    background: linear-gradient(135deg, transparent 0 49.65%, color-mix(in srgb, var(--blue) 64%, transparent) 49.8%, transparent 50.1% 100%);
    pointer-events: none;
  }

  .key-topics-section .topic-diagonal-pair .topic-feature-card {
    position: absolute;
    inset: 0;
    min-height: 0;
    border: 0;
    padding: clamp(1.6rem, 2.6vw, 2.5rem);
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.105), rgba(255, 250, 242, 0.04));
    box-shadow: none;
    transform: none;
  }

  .key-topics-section .topic-diagonal-pair .topic-feature-card::before,
  .key-topics-section .topic-diagonal-pair .topic-feature-card::after {
    display: none;
  }

  .key-topics-section .topic-feature-card-primary {
    z-index: 1;
    justify-content: flex-start;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  .key-topics-section .topic-feature-card-secondary {
    z-index: 2;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }

  .key-topics-section .topic-feature-card .content-list-number {
    position: relative;
    inset: auto;
    z-index: 3;
  }

  .key-topics-section .topic-feature-card h3 {
    position: relative;
    z-index: 3;
    max-width: 13ch;
    font-family: var(--title-font);
    font-size: clamp(1.7rem, 3vw, 3.4rem);
    line-height: 0.98;
  }

  .key-topics-section .topic-feature-card p {
    position: relative;
    z-index: 3;
    max-width: 30ch;
    color: rgba(255, 250, 242, 0.82);
  }

  .key-topics-section .topic-feature-card .content-card-image {
    display: none;
  }

  .key-topics-section .topic-card-grid>.content-list-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 1;
    border: 0;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .key-topics-section .topic-card-grid>.content-list-card .content-list-number {
    position: relative;
    inset: auto;
    align-self: flex-start;
  }

  .key-topics-section .topic-card-grid>.content-list-card h3 {
    max-width: 17ch;
    font-family: var(--mini-font);
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    line-height: 1.16;
  }

  .key-topics-section .topic-card-grid>.content-list-card p {
    max-width: 34ch;
    color: rgba(255, 250, 242, 0.72);
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.55;
  }

  .key-topics-section .topic-card-grid>.content-list-card .content-card-image {
    display: block;
    position: absolute;
    inset: auto 0 0 auto;
    width: min(46%, 210px);
    aspect-ratio: 1;
    margin: 0;
    opacity: 0.52;
    -webkit-mask-image: linear-gradient(135deg, transparent 0%, black 30%);
    mask-image: linear-gradient(135deg, transparent 0%, black 30%);
  }

  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(1) {
    grid-column: 3;
    grid-row: 1;
  }

  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(2) {
    grid-column: 4;
    grid-row: 1;
  }

  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(3) {
    grid-column: 3;
    grid-row: 2;
  }

  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(4) {
    grid-column: 4;
    grid-row: 2;
  }
}

/* Clean six-card Program Focus layout */
.key-topics-section .topic-diagonal-pair {
  display: contents;
}

.key-topics-section .topic-card-grid {
  gap: clamp(1rem, 1.8vw, 1.35rem);
  border: 0;
  background: transparent;
}

.key-topics-section .topic-card-grid .content-list-card,
.key-topics-section .topic-card-grid .topic-feature-card {
  position: relative;
  inset: auto;
  min-height: clamp(340px, 32vw, 430px);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-items: start;
  justify-content: start;
  padding: clamp(1.25rem, 1.8vw, 1.65rem);
  border: 1px solid rgba(255, 250, 242, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.085), rgba(255, 250, 242, 0.035));
  clip-path: none;
  text-align: left;
  transform: none;
}

.key-topics-section .topic-card-grid .content-list-card::after,
.key-topics-section .topic-card-grid .topic-feature-card::after {
  display: none;
}

.key-topics-section .topic-card-grid .content-list-card::before,
.key-topics-section .topic-card-grid .topic-feature-card::before {
  display: block;
  inset: 0 0 auto;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
}

.key-topics-section .topic-card-grid .content-list-card:hover::before,
.key-topics-section .topic-card-grid .topic-feature-card:hover::before {
  transform: scaleX(1);
}

.key-topics-section .topic-card-grid .content-list-number {
  position: relative;
  inset: auto;
  align-self: start;
  justify-self: start;
  z-index: 2;
}

.key-topics-section .topic-card-grid .content-list-card h3,
.key-topics-section .topic-card-grid .topic-feature-card h3 {
  position: relative;
  z-index: 2;
  max-width: 18ch;
  margin-bottom: 0.75rem;
  font-family: var(--mini-font);
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  line-height: 1.18;
  text-align: left;
}

.key-topics-section .topic-card-grid .content-list-card p,
.key-topics-section .topic-card-grid .topic-feature-card p {
  position: relative;
  z-index: 2;
  max-width: 36ch;
  margin-bottom: 1.2rem;
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.55;
  text-align: left;
}

.key-topics-section .topic-card-grid .content-card-image,
.key-topics-section .topic-card-grid .topic-feature-card .content-card-image {
  display: block;
  position: relative;
  inset: auto;
  z-index: 1;
  width: calc(100% + clamp(2.5rem, 3.6vw, 3.3rem));
  aspect-ratio: 16 / 10;
  margin: auto calc(clamp(1.25rem, 1.8vw, 1.65rem) * -1) calc(clamp(1.25rem, 1.8vw, 1.65rem) * -1);
  opacity: 0.72;
  clip-path: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.key-topics-section .topic-card-grid .content-card-image::after {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.72));
}

.key-topics-section .topic-card-grid .content-card-image img {
  filter: grayscale(0.58) contrast(1.08) brightness(0.82);
}

@media (min-width: 768px) {
  .key-topics-section .topic-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .key-topics-section .topic-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .key-topics-section .topic-card-grid {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .key-topics-section .topic-card-grid .content-list-card,
  .key-topics-section .topic-card-grid .topic-feature-card,
  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(1),
  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(2),
  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(3),
  .key-topics-section .topic-card-grid>.content-list-card:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: clamp(360px, 28vw, 440px);
    aspect-ratio: auto;
  }
}

.delegate-panel p:not(.eyebrow),
.delegate-list p {
  color: rgba(255, 250, 242, 0.78);
}

.delegate-list {
  display: grid;
  gap: 1rem;
}

.delegate-list article {
  background: rgba(255, 250, 242, 0.07);
  border-color: rgba(255, 250, 242, 0.16);
}

.delegate-list h3 {
  color: var(--gold);
}

.cta-section {
  background: #141414;
  padding-bottom: 0;
}

.cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 2.5rem;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem);
  background: #0f0f0f;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-bottom: 0;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('assets/images/storage-tanks.webp') center 62% / cover no-repeat;
  opacity: 0.72;
}

.cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.82) 0%, rgba(15, 15, 15, 0.48) 48%, rgba(15, 15, 15, 0.7) 100%),
    linear-gradient(180deg, rgba(15, 15, 15, 0.16) 0%, rgba(15, 15, 15, 0.7) 100%);
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.cta-content h2 {
  color: #fffaf2;
  margin: 1rem 0 1.5rem;
  line-height: 1.1;
}

.cta-description {
  color: rgba(255, 250, 242, 0.7);
  font-size: clamp(1rem, 2cqi, 1.25rem);
  line-height: 1.5;
  margin: 0;
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: center;
}

.cta-actions .button {
  position: relative;
  overflow: hidden;
  min-width: 198px;
  min-height: 46px;
  padding: 0.72rem 1.45rem;
  font-size: 0.86rem;
  border-radius: 0;
}

.cta-actions .button-primary {
  border: 3px solid rgba(69, 137, 98, 0.52);
  background:
    linear-gradient(180deg, #3f815c 0%, #2a5f42 100%) padding-box,
    linear-gradient(180deg, rgba(126, 178, 145, 0.66), rgba(31, 74, 50, 0.92)) border-box;
  color: #fffaf2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.26),
    0 2px 4px rgba(0, 0, 0, 0.48);
}

.cta-actions .button-primary:hover,
.cta-actions .button-primary:focus-visible {
  background:
    linear-gradient(180deg, #4b946b 0%, #32704d 100%) padding-box,
    linear-gradient(180deg, rgba(147, 199, 165, 0.76), rgba(38, 91, 62, 0.95)) border-box;
  color: #fffaf2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.24),
    0 4px 8px rgba(0, 0, 0, 0.48);
}

.cta-actions .button-primary:active {
  transform: translateY(0) scale(0.995);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1024px) {
  .cta-card {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 5rem;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid rgba(255, 250, 242, 0.03);
  background: #0b0a09;
  color: #fffaf2;
  padding-top: clamp(4rem, 8vw, 7rem);
}

.site-footer::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('assets/images/bg1.webp');
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(0.22) contrast(1.34);
  pointer-events: none;
}

.site-footer::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(11, 10, 9, 0.98) 0%, rgba(11, 10, 9, 0.9) 35%, rgba(11, 10, 9, 0.16) 100%),
    linear-gradient(to bottom, rgba(11, 10, 9, 0.98) 0%, rgba(11, 10, 9, 0.88) 25%, rgba(11, 10, 9, 0.18) 100%);
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
}

.footer-inner::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(104rem, 145vw);
  aspect-ratio: 5195 / 2887;
  transform: translate(-50%, -50%);
  background-image: url('assets/images/map.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  filter: grayscale(1) brightness(1.65) contrast(0.9);
  mix-blend-mode: screen;
  pointer-events: none;
}

/* External image masks removed to avoid file:// CORS errors. */

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.1fr 1.2fr 1.3fr;
    gap: clamp(3rem, 5vw, 6rem);
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-kicker {
  color: var(--gold);
  font-family: var(--mini-font);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: -0.5rem;
}

.footer-logo-wrap {
  width: 200px;
  max-width: 100%;
  padding: 1px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
}

.footer-description {
  color: rgba(255, 250, 242, 0.6);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
  max-width: 38ch;
}

.footer-website {
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  transition: opacity 180ms ease;
}

.footer-website:hover {
  opacity: 0.8;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.footer-socials a {
  color: rgba(255, 250, 242, 0.4);
  font-family: var(--mini-font);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 180ms ease;
}

.footer-socials a:hover {
  color: var(--blue);
}

.footer-title {
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}

.footer-office-group,
.footer-links,
.footer-contact-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.footer-col:has(.footer-office-group) {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.footer-col:has(.footer-office-group) .footer-office-group,
.footer-col:has(.footer-office-group) .footer-links {
  grid-template-columns: 1fr;
}

.footer-col:has(.footer-office-group) .footer-title {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  margin-bottom: 1.2rem;
}

@media (min-width: 640px) {

  .footer-office-group,
  .footer-links,
  .footer-contact-group {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
}

.footer-office-group .footer-title,
.footer-links-group .footer-title,
.footer-contact-group .footer-title,
.footer-contact-group>.contact-heading {
  grid-column: 1 / -1;
}

.footer-office {
  position: relative;
  display: grid;
  gap: 0.35rem;
  padding-left: 1.7rem;
}

.footer-office::before {
  content: "\2726";
  position: absolute;
  left: 0;
  top: 0.03rem;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.75rem;
  line-height: 1;
}

.footer-office strong {
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
}

.footer-office p {
  color: rgba(255, 250, 242, 0.55);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.footer-links-group .footer-title {
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.55rem;
  justify-items: start;
}

.footer-links a {
  display: inline-block;
  color: rgba(255, 250, 242, 0.82);
  font-family: var(--body-font);
  font-size: 0.92rem;
  line-height: 1.25;
  border-bottom: 1px solid rgba(255, 250, 242, 0.32);
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-links a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.footer-contact-group .contact-heading {
  color: var(--gold);
  font-family: var(--mini-font);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.contact-topic {
  display: flex;
  flex-direction: column;
}

.contact-person {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.contact-name {
  color: #fffaf2;
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0;
}

.contact-role {
  color: rgba(255, 250, 242, 0.4);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0.1rem 0 0.5rem 0;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.contact-links a {
  display: inline-block;
  padding: 8px 0;
  color: rgba(255, 250, 242, 0.55);
  font-size: 0.82rem;
  transition: color 180ms ease;
}

.contact-links a:hover {
  color: #009542;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 250, 242, 0.05);
  padding: 2.5rem 0;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media (min-width: 768px) {
  .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-copyright p {
  color: rgba(255, 250, 242, 0.25);
  font-size: 0.72rem;
  margin: 0;
}

@media (min-width: 768px) {
  .hero {
    padding: 8rem 0 5rem;
  }

  .hero-subtitle {
    max-width: 720px;
  }

  .signal-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .nav-shell {
    justify-content: space-between;
  }

  .menu-toggle {
    display: none;
  }

  .nav-panel {
    position: relative;
    inset: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    transform: none;
    transition: none;
  }

  .nav-panel a,
  .nav-contact-btn {
    min-height: 44px;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--mini-font);
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0 0.68rem;
    transition: color 180ms ease;
    white-space: nowrap;
  }

  .nav-contact-btn {
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .nav-panel a:hover,
  .nav-panel a:focus-visible,
  .nav-contact-btn:hover,
  .nav-contact-btn:focus-visible {
    background: transparent;
    color: var(--gold);
  }

  .nav-panel .nav-cta {
    margin-top: 0;
    min-width: 90px;
    padding: 0 0.68rem;
  }

  .split-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
  }

  .truth-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .overview-briefing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: clamp(3rem, 6.5vw, 6rem);
    align-items: center;
  }

  .overview-narrative {
    order: 0;
  }

  .overview-rail {
    padding-top: 0;
  }

  .delegate-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .section {
    padding: 7rem 0;
  }

  .section.why-attend-section {
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
    padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
  }
}

.why-sponsor-section .why-sponsor-intro .pillars-heading {
  max-width: 900px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: clamp(0.9rem, 2vw, 1.5rem);
  text-align: center;
}

.why-sponsor-section .why-sponsor-intro .pillars-heading::after {
  width: min(100%, 900px);
  margin-inline: auto;
}

.why-sponsor-section .why-sponsor-intro .pillars-heading h2 {
  margin-inline: auto;
  color: #fffaf2;
  font-family: var(--title-font);
  max-width: 100%;
  font-size: clamp(1.6rem, 5.5cqi, 2.8rem);
  font-weight: 400;
  line-height: 1.03;
  text-align: center;
}

.why-sponsor-section .why-sponsor-intro .pillars-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 0;
  width: fit-content;
  margin: 0 auto;
  padding: 0.45rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: var(--brand-glass-gradient);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-family: var(--mini-font);
  font-size: clamp(0.68rem, 1.5vw, 0.82rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--blue) 16%, transparent);
}

.feedback-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #141414;
  color: #fffaf2;
  padding-top: clamp(2.2rem, 4vw, 3.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.feedback-section::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 49.8%, color-mix(in srgb, var(--blue) 10%, transparent) 49.9% 50.1%, transparent 50.2% 100%),
    repeating-linear-gradient(90deg, rgba(255, 250, 242, 0.018) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(255, 250, 242, 0.014) 0 1px, transparent 1px 120px);
  opacity: 0.42;
  pointer-events: none;
}

.feedback-inner {
  display: grid;
  gap: clamp(1.8rem, 3.2vw, 2.8rem);
}

.feedback-heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.feedback-heading h2 {
  max-width: 780px;
  margin: 0 auto;
  color: #fffaf2;
  font-family: var(--title-font);
  font-size: clamp(1.6rem, 5.5cqi, 2.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}

.feedback-marquee {
  display: flex;
  gap: clamp(0.85rem, 1.2vw, 1.1rem);
  width: 100%;
  max-width: min(1500px, calc(100% - 4rem));
  margin: 0 auto;
  overflow: hidden;
  padding: 0.2rem 0;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
}

.feedback-marquee.is-dragging {
  cursor: grabbing;
}

.feedback-track {
  flex: 0 0 auto;
  display: flex;
  gap: clamp(0.85rem, 1.2vw, 1.1rem);
  min-width: max-content;
  animation: feedbackMarquee 70s linear infinite;
}

.feedback-marquee.is-js-controlled .feedback-track {
  animation: none;
  will-change: transform;
}

.feedback-marquee:hover .feedback-track {
  animation-play-state: paused;
}

.feedback-card {
  position: relative;
  width: clamp(260px, 23vw, 340px);
  min-height: clamp(220px, 19vw, 270px);
  display: grid;
  align-content: start;
  gap: clamp(0.85rem, 1.2vw, 1.1rem);
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 120%, rgba(0, 149, 66, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0.035)),
    rgba(16, 18, 20, 0.58);
  padding: clamp(0.85rem, 1.25vw, 1.08rem);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.12),
    inset 0 -2px 0 color-mix(in srgb, var(--blue) 22%, transparent),
    0 18px 46px rgba(0, 0, 0, 0.24);
}

.feedback-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1rem, 1.6vw, 1.35rem);
  right: clamp(1rem, 1.6vw, 1.35rem);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.72;
}

.feedback-person {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 250, 242, 0.12);
  padding-bottom: 0.8rem;
}

.feedback-person img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid rgba(255, 250, 242, 0.55);
  border-radius: 50%;
  background: #fffaf2;
  filter: grayscale(0.08) contrast(1.04);
  -webkit-user-drag: none;
  pointer-events: none;
}

.feedback-person h3 {
  margin: 0 0 0.35rem;
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: clamp(0.74rem, 0.82vw, 0.86rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.feedback-person p {
  margin: 0;
  color: rgba(255, 250, 242, 0.68);
  font-size: clamp(0.68rem, 0.76vw, 0.78rem);
  font-weight: 700;
  line-height: 1.25;
}

.feedback-copy {
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 600;
  line-height: 1.48;
}

@keyframes feedbackMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - clamp(1rem, 1.6vw, 1.35rem)));
  }
}

.footer-col:has(.footer-office-group) .footer-office-group,
.footer-col:has(.footer-office-group) .footer-links {
  grid-template-columns: 1fr;
}

@media (max-width: 760px) {
  .feedback-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 4%, black 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 4%, black 96%, transparent 100%);
  }

  .feedback-track {
    animation-duration: 78s;
  }

  .feedback-card {
    width: min(82vw, 340px);
  }
}

/* Why Attend value board refresh */
.why-attend-section {
  position: relative;
  background: #141414;
}

.why-attend-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 250px;
  background: linear-gradient(to bottom, #222222 0%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.section.why-attend-section {
  padding-top: clamp(0.25rem, 1vw, 0.75rem) !important;
  padding-bottom: clamp(3.25rem, 6vw, 5rem);
}

.why-attend-section .pillars-heading {
  margin-bottom: clamp(0.9rem, 2vw, 1.5rem);
}

.why-attend-orbit {
  display: block;
  min-height: 0;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.why-attend-section .value-list {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, auto);
  gap: 1px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 1px;
  border: 1px solid rgba(0, 149, 66, 0.42);
  background: rgba(0, 149, 66, 0.42);
  counter-reset: attendValue;
}

.why-attend-section .value-list li,
.why-attend-section .value-list li:nth-child(n) {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1.4rem, 2vw, 2rem);
  padding: clamp(1.35rem, 2vw, 1.8rem);
  border: 0;
  background:
    linear-gradient(135deg, rgba(0, 149, 66, 0.14), transparent 34%),
    #141414;
  color: #fffaf2;
  font-size: 1rem;
  line-height: 1.55;
  transform: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  counter-increment: attendValue;
  transition: background 180ms ease, transform 180ms ease;
}

.why-attend-section .value-list li:first-child {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 441px;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  background:
    linear-gradient(135deg, rgba(0, 149, 66, 0.16), rgba(20, 20, 20, 0.2) 45%),
    #141414;
  box-shadow: inset 0 0 0 1px rgba(0, 149, 66, 0.24);
}

.why-attend-section .value-list li::before {
  content: counter(attendValue, decimal-leading-zero);
  position: static;
  display: inline-flex;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 0;
  background: rgba(255, 250, 242, 0.06);
  color: rgba(255, 250, 242, 0.76);
  font-family: var(--mini-font);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  transform: none;
  box-shadow: none;
  -webkit-mask: none;
  mask: none;
}

.why-attend-section .value-list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 2px;
  background: rgba(255, 250, 242, 0.26);
  opacity: 1;
}

.why-attend-section .value-list li strong {
  display: block;
  max-width: 12ch;
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.why-attend-section .value-list li:first-child strong {
  max-width: 11ch;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.why-attend-section .value-list li span {
  display: block;
  max-width: 30ch;
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
}

.why-attend-section .value-list li:hover {
  background:
    linear-gradient(135deg, rgba(0, 149, 66, 0.2), transparent 38%),
    #171717;
  transform: translateY(-0.2rem);
}

@media (max-width: 1023px) {
  .why-attend-section .value-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .why-attend-section .value-list li:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .why-attend-section .value-list {
    grid-template-columns: 1fr;
  }

  .why-attend-section .value-list li,
  .why-attend-section .value-list li:nth-child(n),
  .why-attend-section .value-list li:first-child {
    grid-column: auto;
    min-height: 210px;
  }

  .why-attend-section .value-list li:first-child strong {
    font-size: clamp(1.65rem, 9vw, 2.3rem);
  }
}


/* Minimal CTA refresh */
.cta-section {
  position: relative;
  overflow: hidden;
  background: #141414;
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.cta-separator {
  position: relative;
  width: min(var(--container), calc(100% - 2rem));
  height: 1px;
  margin-inline: auto;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 250, 242, 0.12) 24%, rgba(255, 250, 242, 0.16) 50%, rgba(255, 250, 242, 0.12) 76%, transparent 100%);
}

.cta-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(3.5rem, 9vw, 7rem);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold) 32%, var(--gold) 68%, transparent);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px color-mix(in srgb, var(--blue) 18%, transparent);
}

.cta-separator-top {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.cta-separator-bottom {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

@keyframes ctaMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.35rem, 2.6vw, 2rem);
  align-items: center;
  justify-items: center;
  max-width: min(var(--container), 920px);
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.cta-card::before,
.cta-card::after {
  display: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.05rem, 1.8vw, 1.35rem);
  align-items: center;
  justify-items: center;
  max-width: 820px;
  padding: clamp(1rem, 2vw, 1.5rem) 0 0;
  text-align: center;
}

.cta-content .eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  margin: 0;
  padding: 0.45rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: var(--brand-glass-gradient);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--blue) 16%, transparent);
  color: #ffffff;
  writing-mode: horizontal-tb;
  transform: none;
}

.cta-content h2 {
  max-width: 780px;
  margin: 0 auto;
  color: #fffaf2;
  font-family: var(--title-font);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.06;
}

.cta-description {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.6;
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(100%, 360px);
  justify-items: center;
  align-content: center;
  text-align: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.cta-actions::before,
.cta-actions::after {
  display: none;
}

.cta-actions .button {
  min-width: 0;
  width: min(100%, 360px);
  min-height: 48px;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  font-family: var(--mini-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.cta-actions .button-primary,
.cta-actions .button-primary:hover,
.cta-actions .button-primary:focus-visible {
  border: 1px solid color-mix(in srgb, var(--blue) 45%, transparent);
  background: color-mix(in srgb, var(--blue) 8%, transparent);
  color: #fffaf2;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.03);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.cta-actions .button-primary:hover,
.cta-actions .button-primary:focus-visible {
  border-color: var(--gold);
  background: color-mix(in srgb, var(--blue) 14%, transparent);
  color: #fffaf2;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 0 18px color-mix(in srgb, var(--blue) 20%, transparent);
}

@media (max-width: 1023px) {
  .cta-card {
    grid-template-columns: 1fr;
  }

  .cta-content {
    padding: 0;
  }

  .cta-actions {
    min-height: 0;
    padding: 0;
    border: 0;
    justify-items: center;
    text-align: center;
  }

  .cta-actions::before,
  .cta-actions::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .cta-actions,
  .cta-actions .button {
    width: 100%;
  }

  .cta-actions .button {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .cta-actions {
    justify-items: center;
    text-align: center;
  }
}

.cta-section {
  padding-bottom: 0;
}

.value-cta-bg-wrap {
  position: relative;
  background:
    linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.94)),
    var(--value-cta-background, none) center / cover no-repeat;
  background-blend-mode: multiply;
}

.why-attend-section,
.feedback-section,
.why-sponsor-section,
.cta-section {
  background: transparent !important;
}

.site-footer {
  padding-top: 0;
}

.site-footer .footer-inner {
  padding-top: 0;
}

/* Contact Modal */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(0px);
}

.contact-modal.is-active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(8px);
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 10, 9, 0.82);
}

.contact-modal-content {
  position: relative;
  width: 100%;
  max-width: 580px;
  max-height: 85vh;
  overflow-y: auto;
  background: #0b0a09;
  border: 1px solid rgba(255, 250, 242, 0.08);
  border-radius: 0;
  padding: 3.5rem 2.5rem;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 250, 242, 0.05);
  transform: translateY(20px) scale(0.98);
  transition: transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Hide scrollbar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.contact-modal-content::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.contact-modal.is-active .contact-modal-content {
  transform: translateY(0) scale(1);
}

.contact-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 250, 242, 0.04);
  color: rgba(255, 250, 242, 0.4);
  border: 1px solid rgba(255, 250, 242, 0.08);
  transition: all 240ms ease;
}

.contact-modal-close:hover {
  background: rgba(69, 137, 98, 0.12);
  color: var(--blue);
  border-color: rgba(69, 137, 98, 0.3);
  transform: rotate(90deg);
}

.contact-modal-title {
  font-family: var(--title-font);
  font-size: clamp(2.25rem, 6vw, 3rem);
  color: #fffaf2;
  margin: 0 0 2.5rem 0;
  letter-spacing: -0.01em;
  text-align: center;
}

.contact-category {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 250, 242, 0.06);
}

.contact-category:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-category-title {
  font-family: var(--mini-font);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--blue);
  margin: 0 0 1.5rem 0;
  opacity: 0.9;
}

.contact-person-card {
  padding: 0.5rem 0;
}

.contact-person-card+.contact-person-card {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(255, 250, 242, 0.04);
}

.contact-person-name {
  font-family: var(--mini-font);
  color: #fffaf2;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.01em;
}

.contact-person-role,
.contact-company {
  font-family: var(--mini-font);
  font-size: 0.82rem;
  color: rgba(255, 250, 242, 0.45);
  margin: 0.25rem 0 0 0;
}

.contact-person-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.contact-person-links a {
  font-family: var(--mini-font);
  font-size: 0.9rem;
  color: rgba(255, 250, 242, 0.75);
  width: fit-content;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-person-links a:hover {
  color: #009542;
  transform: translateX(4px);
}

.contact-person-links a::before {
  content: "Ã¢â€ â€™";
  color: var(--blue);
  font-size: 0.8rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 200ms ease;
}

.contact-person-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer-enquiries-btn {
  background: none;
  border: 0;
  padding: 0;
  color: rgba(255, 250, 242, 0.65);
  font-family: var(--mini-font);
  font-size: 0.88rem;
  transition: color 180ms ease;
  cursor: pointer;
  text-align: left;
}

.footer-enquiries-btn:hover {
  color: #009542;
}

.floating-actions {
  position: fixed;
  inset: 50% 0 auto;
  z-index: 60;
  pointer-events: none;
}

.floating-action {
  --float-size: 48px;
  --float-expanded: clamp(185px, 15vw, 228px);
  position: fixed;
  top: 50%;
  width: var(--float-size);
  height: var(--float-size);
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--bluedark) 64%, transparent);
  border-radius: 10px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 98%, transparent) 0%, color-mix(in srgb, var(--bluedark) 98%, transparent) 58%, color-mix(in srgb, var(--bluedark) 96%, transparent) 100%) padding-box,
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 92%, transparent), color-mix(in srgb, var(--bluedark) 84%, transparent)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 250, 242, 0.08);
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: auto;
  text-transform: uppercase;
  transform: translateY(-50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition:
    width 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    opacity 300ms ease,
    visibility 300ms ease,
    transform 300ms ease;
}

.floating-actions.is-visible .floating-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.floating-action-left {
  left: clamp(0.65rem, 1.6vw, 1.25rem);
}

.floating-action-right {
  right: clamp(0.65rem, 1.6vw, 1.25rem);
  flex-direction: row-reverse;
}

.why-conference-fixed-btn {
  --why-btn-size: 48px;
  --why-btn-expanded: 280px;
  position: fixed;
  bottom: clamp(1.5rem, 4vw, 2.5rem);
  left: clamp(1.5rem, 4vw, 2.5rem);
  width: var(--why-btn-size);
  height: var(--why-btn-size);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid color-mix(in srgb, var(--bluedark) 64%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 98%, transparent) 0%, color-mix(in srgb, var(--bluedark) 98%, transparent) 58%, color-mix(in srgb, var(--bluedark) 96%, transparent) 100%) padding-box,
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 92%, transparent), color-mix(in srgb, var(--bluedark) 84%, transparent)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 250, 242, 0.08);
  color: #fffaf2;
  font-family: var(--mini-font);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 100;
  transition: width 280ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 200ms ease, box-shadow 200ms ease;
  text-decoration: none;
}

.why-conference-fixed-btn:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--bluedark) 94%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 92%, #ffffff) 0%, var(--bluedark) 58%, var(--bluedark) 100%) padding-box,
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 98%, transparent), color-mix(in srgb, var(--bluedark) 90%, transparent)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.26),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 22px 56px rgba(0, 0, 0, 0.4),
    0 0 30px color-mix(in srgb, var(--bluedark) 32%, transparent);
}

.why-btn-icon {
  flex: 0 0 calc(var(--why-btn-size) - 4px);
  width: calc(var(--why-btn-size) - 4px);
  height: calc(var(--why-btn-size) - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-btn-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.why-btn-label {
  display: none;
  min-width: max-content;
  padding-right: 1.5rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 200ms ease, transform 200ms ease;
  color: #fffaf2;
}

.why-conference-fixed-btn:hover .why-btn-label {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 760px) {
  .why-conference-fixed-btn {
    --why-btn-size: 44px;
    display: flex !important;
    right: auto;
    left: max(0.85rem, env(safe-area-inset-left, 0px));
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }
}

.floating-action:hover,
.floating-action:focus-visible {
  width: var(--float-expanded);
  border-color: color-mix(in srgb, var(--bluedark) 94%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 92%, #ffffff) 0%, var(--bluedark) 58%, var(--bluedark) 100%) padding-box,
    linear-gradient(135deg, color-mix(in srgb, var(--bluedark) 98%, transparent), color-mix(in srgb, var(--bluedark) 90%, transparent)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.26),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 22px 56px rgba(0, 0, 0, 0.4),
    0 0 30px color-mix(in srgb, var(--bluedark) 32%, transparent);
  outline: 0;
}

.floating-action-icon {
  flex: 0 0 calc(var(--float-size) - 4px);
  width: calc(var(--float-size) - 4px);
  height: calc(var(--float-size) - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 180ms ease;
}

.floating-action-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.floating-action-label {
  min-width: max-content;
  padding: 0 0.75rem;
  opacity: 0;
  transform: translateX(-0.4rem);
  white-space: nowrap;
  transition: opacity 160ms ease, transform 180ms ease;
}

.floating-action-right .floating-action-label {
  transform: translateX(0.4rem);
}

.floating-action:hover .floating-action-label,
.floating-action:focus-visible .floating-action-label {
  opacity: 1;
  transform: translateX(0);
}

.floating-actions.is-visible .floating-action:hover,
.floating-actions.is-visible .floating-action:focus-visible {
  transform: translateY(calc(-50% - 2px)) scale(1);
}

@media (max-width: 760px) {
  .floating-actions {
    inset: auto 0 0;
  }

  .floating-action {
    --float-size: 44px;
    --float-expanded: min(170px, calc(100vw - 1.3rem));
    width: var(--float-size);
    top: auto;
    font-size: 0.64rem;
  }

  .floating-actions.is-visible .floating-action {
    transform: scale(1);
  }

  .floating-action-left {
    right: max(0.85rem, env(safe-area-inset-right, 0px));
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px) + 44px + 0.55rem + 44px + 0.55rem);
    left: auto;
    flex-direction: row-reverse;
  }

  .floating-action-right {
    right: max(0.85rem, env(safe-area-inset-right, 0px));
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px) + 44px + 0.55rem);
  }

  .floating-action-icon svg {
    width: 18px;
    height: 18px;
  }

  .floating-action-label {
    opacity: 0;
    padding: 0 0.65rem;
    transform: translateX(-0.4rem);
  }

  .floating-action-right .floating-action-label {
    transform: translateX(0.4rem);
  }

  .floating-action:hover .floating-action-label,
  .floating-action:focus-visible .floating-action-label {
    opacity: 1;
    transform: translateX(0);
  }

  .floating-actions.is-visible .floating-action:hover,
  .floating-actions.is-visible .floating-action:focus-visible {
    transform: translateY(-2px) scale(1);
  }
}

/* Why This Conference Tooltip Modal */
.why-conference-tooltip {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 280ms ease, visibility 280ms ease;
}

.why-conference-tooltip.is-open {
  opacity: 1;
  visibility: visible;
}

.why-conference-tooltip-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(43, 41, 38, 0.82);
  backdrop-filter: blur(4px);
}

.why-conference-tooltip-content {
  position: relative;
  width: min(90vw, 520px);
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid color-mix(in srgb, var(--blue) 42%, transparent);
  border-radius: 0;
  background: linear-gradient(180deg, #1f1d1a 0%, #141414 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.06),
    0 32px 80px rgba(0, 0, 0, 0.5);
  color: #fffaf2;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  transform: translateY(12px) scale(0.98);
  transition: transform 280ms ease;
}

.why-conference-tooltip.is-open .why-conference-tooltip-content {
  transform: translateY(0) scale(1);
}

.why-conference-tooltip-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.08);
  color: rgba(255, 250, 242, 0.68);
  transition: background 180ms ease, color 180ms ease;
}

.why-conference-tooltip-close:hover,
.why-conference-tooltip-close:focus-visible {
  background: rgba(255, 250, 242, 0.16);
  color: #fffaf2;
}

.why-conference-tooltip-title {
  margin: 0 0 1.25rem;
  font-family: var(--display-font);
  font-size: clamp(1.4rem, 5cqi, 1.9rem);
  font-weight: 400;
  color: var(--gold);
  text-transform: uppercase;
  line-height: 1.1;
}

.why-conference-tooltip-body {
  display: grid;
  gap: 1rem;
}

.why-conference-tagline {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(1.2rem, 4cqi, 1.6rem);
  font-weight: 400;
  color: var(--blue);
  text-transform: uppercase;
  line-height: 1.2;
}

.why-conference-tooltip-body p {
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(0.95rem, 2.5cqi, 1.05rem);
  line-height: 1.7;
}

/* Video Popup Modal */
.video-popup {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 5vw, 4rem);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.video-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 10, 9, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.video-popup-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  background: #000;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 250, 242, 0.1);
  transform: translateY(40px) scale(0.95);
  transition: transform 600ms cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: visible;
}

.video-popup.is-active .video-popup-content {
  transform: translateY(0) scale(1);
}

.video-popup-close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal);
  color: #fffaf2;
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 300ms ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.video-popup-close:hover {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: rotate(90deg) scale(1.1);
  color: #fff;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1100px) {
  .video-popup-close {
    top: -1.25rem;
    right: 0;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .video-popup {
    padding: 1rem;
  }

  .video-popup-close {
    top: -3.5rem;
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.hero-banner-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #ffffff !important;
  font-family: var(--mini-font);
  font-size: clamp(0.68rem, 0.95vw, 0.82rem);
  font-weight: 800;
  padding: 0.54rem clamp(1rem, 2vw, 1.6rem);
  text-transform: uppercase;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 1.12;
  border-radius: 4px;
  position: relative;
  isolation: isolate;
  clip-path: none;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.hero-banner-red::before,
.hero-banner-red::after {
  content: none;
  display: none;
}

.hero-title-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.18rem, 0.7vw, 0.45rem);
  font-family: var(--title-font);
  font-size: clamp(1.75rem, 4.1cqi, 3.35rem) !important;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  line-height: 1.12 !important;
  max-width: min(1120px, 94vw);
  margin: 0 auto !important;
  text-wrap: balance;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
}

.hero-title-full span {
  display: block;
}

.hero-title-year {
  display: inline-block;
  font-family: var(--title-font);
  margin-top: clamp(0.2rem, 0.55vw, 0.42rem);
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #ffffff;
  background-clip: initial;
  color: #ffffff;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  body.is-mobile-overview-active .event-topbar__details {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    overflow: hidden;
  }
}




/* Texture for numbers section */
.section.numbers-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #222222 !important;
  background-image: none !important;
}


.section.numbers-section > .section-inner {
  position: relative;
  z-index: 1;
}

/* Main section rhythm */
main > .section:not(.hero),
.series-background-wrap {
  padding-top: clamp(3.5rem, 5.8vw, 5.25rem) !important;
  padding-bottom: clamp(3.5rem, 5.8vw, 5.25rem) !important;
}

.series-background-wrap {
  margin-top: clamp(-5.5rem, -6vw, -3.5rem) !important;
  padding-top: clamp(6.5rem, 8vw, 8.5rem) !important;
}

.series-background-wrap .series-ecosystem-section {
  padding-top: 0 !important;
  padding-bottom: clamp(2rem, 3.5vw, 3rem) !important;
}

.series-background-wrap .aim-series-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.series-background-wrap .series-block {
  gap: clamp(1.35rem, 2.4vw, 2rem);
}

.series-background-wrap .section + .section {
  margin-top: clamp(2.35rem, 4vw, 3.5rem);
}

.series-background-wrap .aim-series-section + .series-ecosystem-section {
  margin-top: clamp(2.35rem, 4vw, 3.5rem) !important;
  padding-top: 0 !important;
}

main > .section.cta-section {
  padding-bottom: 0 !important;
}

main > .section.key-topics-section {
  padding-bottom: clamp(2.8rem, 4.2vw, 4rem) !important;
}

.key-topics-section .topic-gallery {
  min-height: clamp(680px, 78vh, 820px);
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
}

.key-topics-section .topic-gallery .cards {
  top: 46%;
}

.key-topics-section + .why-attend-section,
.section.why-attend-section {
  border-top: 0 !important;
  box-shadow: none !important;
}

.numbers-section + .pillars-section,
.section.numbers-section {
  border-top: 0 !important;
  box-shadow: none !important;
}

.why-attend-section::before {
  top: -1px;
}

.pillars-section,
.key-topics-section {
  contain: paint;
}

.pillar-card,
.topic-gallery .topic-gallery-card {
  contain: paint;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* Performance pass: keep the visual language, remove heavy live paint work. */
.pillars-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.9) 0%, rgba(20, 20, 20, 0.52) 48%, #222222 100%),
    url("assets/images/bg.webp") center / cover no-repeat;
  pointer-events: none;
}

.pillar-card {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38) !important;
  transition: border-color 180ms ease !important;
}

.pillar-card:hover {
  transform: none !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42) !important;
}

.pillar-card-image,
.pillar-card:hover .pillar-card-image {
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.pillar-card-rust-bar,
.pillar-number,
.pillar-card h3::after,
.pillar-card p {
  transition: none !important;
}

.pillar-card:hover .pillar-card-rust-bar {
  box-shadow: none !important;
}

.key-topics-section::before {
  filter: none !important;
  background:
    linear-gradient(90deg, rgba(34, 34, 34, 0.98) 0%, rgba(34, 34, 34, 0.76) 48%, rgba(34, 34, 34, 0.98) 100%),
    var(--key-topics-background, none) center / cover no-repeat !important;
}

.topic-gallery {
  perspective: none !important;
}

.topic-gallery .topic-gallery-card {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34) !important;
}

.topic-gallery .topic-gallery-card::after {
  display: none !important;
}

.site-footer,
.site-footer .footer-inner {
  padding-top: 0 !important;
}

.site-footer .footer-grid {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }

  .site-footer .footer-grid {
    justify-items: center;
  }

  .site-footer .footer-col,
  .site-footer .footer-organizer,
  .site-footer .footer-office,
  .site-footer .contact-topic,
  .site-footer .contact-person,
  .site-footer .contact-links {
    align-items: center;
    text-align: center;
  }

  .site-footer .footer-logo-wrap,
  .site-footer .footer-description,
  .site-footer .footer-website {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .footer-socials,
  .site-footer .footer-links {
    justify-content: center;
    justify-items: center;
  }

  .site-footer .footer-office-group,
  .site-footer .footer-links,
  .site-footer .footer-contact-group {
    justify-items: center;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-copyright {
    text-align: center;
  }

  .site-footer .footer-description {
    display: none !important;
  }

  .site-footer .footer-col:has(.footer-office-group) {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
    align-items: start;
    column-gap: clamp(1rem, 5vw, 1.6rem);
  }

  .site-footer .footer-office-group,
  .site-footer .footer-col:has(.footer-office-group) .footer-links {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-col:has(.footer-office-group) .footer-title {
    margin-bottom: 0.45rem;
  }

  .site-footer .footer-col:has(.footer-office-group) .footer-office-group,
  .site-footer .footer-col:has(.footer-office-group) .footer-links-group {
    min-width: 0;
  }

  .site-footer .footer-col:has(.footer-office-group) .footer-office strong,
  .site-footer .footer-col:has(.footer-office-group) .footer-links a,
  .site-footer .footer-col:has(.footer-office-group) .footer-enquiries-btn {
    font-size: clamp(0.72rem, 3vw, 0.84rem);
    line-height: 1.25;
  }

  .site-footer .footer-col:has(.footer-office-group) .footer-office p {
    font-size: clamp(0.66rem, 2.7vw, 0.76rem);
    line-height: 1.35;
  }

  .site-footer .footer-col:has(.footer-contact-group) {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    column-gap: clamp(1rem, 5vw, 1.6rem);
    row-gap: 1rem;
  }

  .site-footer .footer-col:has(.footer-contact-group) > .footer-title {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .site-footer .footer-contact-group {
    display: contents;
    min-width: 0;
  }

  .site-footer .footer-contact-group > .contact-topic,
  .site-footer .footer-contact-group > .contact-person {
    min-width: 0;
  }

  .site-footer .footer-contact-group > .contact-heading {
    grid-column: 1 / -1;
    margin-top: 0.35rem;
  }

  .site-footer .footer-contact-group:nth-of-type(2) > .contact-heading {
    order: 1;
    margin-top: 0;
  }

  .site-footer .footer-contact-group:nth-of-type(2) > .contact-person {
    order: 2;
  }

  .site-footer .footer-contact-group:nth-of-type(1) > .contact-topic {
    order: 3;
  }

  .site-footer .footer-contact-group .contact-heading {
    margin-bottom: 0.35rem;
    font-size: clamp(0.62rem, 2.5vw, 0.72rem);
    line-height: 1.25;
  }

  .site-footer .contact-name {
    font-size: clamp(0.76rem, 3vw, 0.88rem);
    line-height: 1.2;
  }

  .site-footer .contact-role,
  .site-footer .contact-links a {
    font-size: clamp(0.62rem, 2.6vw, 0.74rem);
    line-height: 1.3;
  }
}

.site-footer .footer-grid {
  gap: clamp(1.5rem, 3vw, 2.6rem);
  padding-top: clamp(1rem, 2.2vw, 1.8rem);
  padding-bottom: clamp(1.75rem, 4vw, 3rem);
}

.site-footer .footer-col {
  gap: clamp(1rem, 2vw, 1.45rem);
}

.site-footer .footer-office-group,
.site-footer .footer-links,
.site-footer .footer-contact-group {
  gap: 0.85rem 1.35rem;
}

.site-footer .footer-links-group {
  margin-top: 0 !important;
}

.site-footer .footer-description {
  line-height: 1.45;
}

.site-footer .footer-office p {
  line-height: 1.35;
}

.site-footer .contact-role {
  margin-bottom: 0.25rem;
}

.site-footer .contact-links a {
  padding: 3px 0;
}

.site-footer .footer-socials {
  gap: 0.85rem;
  margin-top: 0;
}

.site-footer .footer-bottom {
  padding: clamp(1rem, 2.4vw, 1.5rem) 0;
}

.site-footer .footer-grid {
  align-items: start;
}

.site-footer .footer-title,
.site-footer .footer-kicker {
  line-height: 1.1;
}

.site-footer .footer-col:has(.footer-office-group) {
  gap: clamp(2rem, 4vw, 3.25rem);
}

.site-footer .footer-office-group,
.site-footer .footer-links {
  grid-template-columns: 1fr !important;
}

.site-footer .footer-office-group {
  gap: 1.25rem;
}

.site-footer .footer-office {
  max-width: 19rem;
}

.site-footer .footer-office strong {
  font-size: 0.88rem;
  line-height: 1.15;
}

.site-footer .footer-office p {
  max-width: 17rem;
  font-size: 0.86rem;
  line-height: 1.42;
}

.site-footer .footer-links {
  gap: 0.68rem;
}

.site-footer .footer-links a {
  font-size: 0.9rem;
}

.site-footer .footer-col:has(.footer-contact-group) {
  gap: 1.6rem;
}

.site-footer .footer-contact-group {
  align-items: start;
}

.site-footer .footer-contact-group:nth-of-type(2) {
  order: 1;
}

.site-footer .footer-contact-group:nth-of-type(1) {
  order: 2;
}

.site-footer .footer-contact-group .contact-heading {
  min-height: 2.1em;
  margin-bottom: 0.65rem;
}

.site-footer .contact-name {
  font-size: 0.92rem;
  line-height: 1.2;
}

.site-footer .contact-role {
  font-size: 0.68rem;
}

.site-footer .contact-links a {
  font-size: 0.8rem;
  line-height: 1.25;
}

@media (min-width: 1180px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(220px, 1fr)
      minmax(210px, 1fr)
      minmax(210px, 1fr)
      minmax(210px, 1fr)
      minmax(210px, 1fr);
    gap: clamp(2rem, 3.2vw, 3.6rem);
  }

  .site-footer .footer-col:has(.footer-office-group) {
    display: contents;
  }

  .site-footer .footer-office-group,
  .site-footer .footer-links-group,
  .site-footer .footer-contact-group {
    min-width: 0;
  }

  .site-footer .footer-organizer {
    grid-column: 1;
  }

  .site-footer .footer-office-group {
    grid-column: 2;
    transform: none;
  }

  .site-footer .footer-links-group {
    grid-column: 3;
    display: grid;
    align-content: start;
  }

  .site-footer .footer-links-group .footer-links {
    margin-top: clamp(0.85rem, 1.5vw, 1.25rem);
  }

  .site-footer .footer-col:has(.footer-contact-group) {
    grid-column: 4 / 6;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(2rem, 3vw, 3rem);
    row-gap: 0.85rem;
    align-content: start;
  }

  .site-footer .footer-col:has(.footer-contact-group) > .footer-title {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .site-footer .footer-contact-group {
    display: contents;
  }

  .site-footer .footer-contact-group:first-of-type .contact-topic:first-child {
    grid-column: 1;
    grid-row: 4;
  }

  .site-footer .footer-contact-group:first-of-type .contact-topic:nth-child(2) {
    grid-column: 2;
    grid-row: 4;
  }

  .site-footer .footer-contact-group:nth-of-type(2) > .contact-heading {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 0;
    margin-top: 0;
    margin-bottom: clamp(0.15rem, 0.45vw, 0.3rem);
  }

  .site-footer .footer-contact-group:nth-of-type(2) > .contact-person:nth-of-type(1) {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0;
  }

  .site-footer .footer-contact-group:nth-of-type(2) > .contact-person:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
  }

  .site-footer .footer-contact-group .contact-topic,
  .site-footer .footer-contact-group .contact-person {
    min-width: 0;
  }

  .site-footer .footer-title,
  .site-footer .footer-kicker {
    min-height: 1.1rem;
    margin-bottom: 1.6rem;
  }

  .site-footer .footer-office-group,
  .site-footer .footer-links-group,
  .site-footer .footer-col:has(.footer-contact-group) > .footer-title,
  .site-footer .footer-contact-group:first-of-type .contact-topic {
    align-self: start;
  }

  .site-footer .footer-office,
  .site-footer .footer-links li,
  .site-footer .contact-topic,
  .site-footer .contact-person {
    font-size: 0.9rem;
  }
}

@media (min-width: 420px) {

  .site-footer .footer-office-group,
  .site-footer .footer-links,
  .site-footer .footer-contact-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .site-footer .footer-organizer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem 1.25rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .site-footer .footer-organizer .footer-kicker,
  .site-footer .footer-organizer .footer-socials {
    grid-column: 1 / -1;
  }

  .site-footer .footer-organizer .footer-description {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer-grid {
    gap: clamp(2rem, 3.5vw, 3.5rem);
  }
}

.overview-section {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.overview-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: clamp(5rem, 9vw, 8rem);
  background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.78) 42%, rgba(34, 34, 34, 0) 100%);
  pointer-events: none;
}

.overview-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: clamp(5rem, 9vw, 8rem);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0), #222222 82%);
  pointer-events: none;
}

.series-background-wrap::after {
  background:
    linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.7) clamp(4rem, 8vw, 7rem), rgba(0, 0, 0, 0.16) 42%),
    rgba(0, 0, 0, 0.16);
}

.why-attend-section .pillars-heading,
.why-sponsor-section .why-sponsor-intro,
.why-sponsor-section .why-sponsor-intro .pillars-heading {
  width: 100%;
  max-width: 900px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-items: center;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.why-attend-section .pillars-heading::after,
.why-sponsor-section .why-sponsor-intro .pillars-heading::after {
  margin-left: auto !important;
  margin-right: auto !important;
}

.why-attend-section .pillars-heading .eyebrow,
.why-sponsor-section .why-sponsor-intro .pillars-heading .eyebrow,
.why-attend-section .pillars-heading h2,
.why-sponsor-section .why-sponsor-intro .pillars-heading h2 {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

@media (max-width: 1120px) {
  .series-partners-block .series-logo-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2.5vw, 1.1rem);
  }
}

@media (max-width: 640px) {
  .series-partners-block .series-logo-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.82rem;
  }

  .series-partners-block .series-logo-grid-featured .series-logo-card {
    aspect-ratio: 1.34 / 1;
    min-height: 132px;
    padding: 0.62rem;
  }

  .series-partners-block .series-logo-grid-featured .series-logo-card img {
    max-width: min(168px, 94%);
    max-height: 88px;
  }

  .series-partners-block .series-logo-grid-featured .series-logo-card:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }

}

/* Lanyard Tags Styles */
.lanyard-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  perspective: 1000px;
  padding-top: 2rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}

.lanyard-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: top center;
  animation: lanyardSwing 6s ease-in-out infinite alternate;
}

.lanyard-2 {
  margin-top: 4rem;
  animation-delay: -3s;
}

@keyframes lanyardSwing {
  0% { transform: rotate(-3deg); }
  100% { transform: rotate(3deg); }
}

.lanyard-strap {
  width: 24px;
  height: 180px;
  background: repeating-linear-gradient(
    45deg,
    #111,
    #111 4px,
    #222 4px,
    #222 8px
  );
  box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.lanyard-clip {
  width: 32px;
  height: 48px;
  background: linear-gradient(135deg, #e0e0e0, #888, #e0e0e0);
  border-radius: 16px 16px 8px 8px;
  margin-top: -10px;
  margin-bottom: -15px;
  z-index: 2;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.5), inset 0 2px 4px rgba(255,255,255,0.8);
}

.lanyard-clip::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 8px;
  background: transparent;
}

.badge-card {
  width: 280px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.badge-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.05), transparent);
}

.badge-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: url('assets/images/logona-500.webp') no-repeat center bottom / 150%;
  opacity: 0.05;
  filter: grayscale(100%);
}

.badge-header {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.badge-logo {
  max-width: 140px;
  margin: 0 auto;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
}

.badge-body h4 {
  font-family: var(--title-font);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
}

.badge-subtitle {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}

.badge-divider {
  width: 40px;
  height: 2px;
  background: var(--green);
  margin: 0 auto 1.5rem;
}

.badge-date, .badge-location {
  color: #aaa;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-date {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .lanyard-container {
    transform: scale(0.8);
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .lanyard-container {
    transform: scale(0.65);
    min-height: 400px;
    gap: 1rem;
  }
}

/* =============================================
   SMOOTH BLEND — series-background-wrap to pillars
   ============================================= */

/* Give the series wrapper room to fade into the next section. */
.series-background-wrap {
  padding-bottom: clamp(5rem, 8vw, 7rem) !important;
  margin-bottom: clamp(-5rem, -8vw, -3.5rem) !important;
}

/* Narrow the background image mask so it fades out before the bottom */
.series-background-wrap::before {
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 78%, rgba(0, 0, 0, 0.72) 90%, transparent 100%) !important;
  mask-image: linear-gradient(to bottom, black 0%, black 78%, rgba(0, 0, 0, 0.72) 90%, transparent 100%) !important;
}

.series-background-wrap::after {
  inset: auto 0 0 !important;
  z-index: 3 !important;
  height: clamp(7rem, 12vw, 10rem) !important;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.86) 64%, #222222 100%) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Extra tall bottom padding on the AIM section gives room for the fade */
.aim-series-section {
  padding-bottom: clamp(7rem, 14vw, 12rem) !important;
  position: relative;
}

/* Gradient overlay at the very bottom of the series wrap — fades to #141414 */
.aim-series-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(8rem, 16vw, 14rem);
  background: linear-gradient(to bottom, transparent 0%, #141414 100%);
  pointer-events: none;
  z-index: 3;
}

/* Top veil on the pillars section fades #141414 down into the dark bg */
.section.pillars-section {
  margin-top: clamp(-2rem, -3vw, -1rem) !important;
  padding-top: clamp(5rem, 8vw, 7rem) !important;
}

.section.pillars-section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: clamp(8rem, 14vw, 12rem);
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.9) 0%, rgba(20, 20, 20, 0.45) 52%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* Remove the remaining render seam between the Numbers section and Pillars cards. */
.section.numbers-section {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.section.numbers-section + .section.pillars-section {
  margin-top: -4px !important;
}

.section.numbers-section + .section.pillars-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  height: 10px;
  background: #222222;
  pointer-events: none;
}

@media (max-width: 640px) {
  .overview-rail {
    gap: 0;
  }

  .overview-rail div {
    padding: clamp(0.85rem, 4vw, 1.15rem) clamp(0.85rem, 4vw, 1.1rem) !important;
  }

  .overview-rail strong {
    font-size: clamp(1.05rem, 5.6vw, 1.42rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 0.42rem !important;
  }

  .overview-rail span {
    max-width: 18ch;
    font-size: clamp(0.74rem, 3.25vw, 0.86rem) !important;
    line-height: 1.32 !important;
  }

  .overview-section {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }

  .overview-section .section-inner,
  .overview-briefing,
  .overview-narrative,
  .overview-rail {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-story {
    width: min(100% - 2.25rem, 34rem);
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-story p {
    overflow-wrap: anywhere;
  }
}

/* Center the navbar links and remove the navbar-only brand/registration CTA. */
.nav-shell {
  justify-content: center !important;
}

.nav-shell > .brand,
.nav-desktop-links .nav-cta,
.nav-panel .nav-cta {
  display: none !important;
}

.nav-desktop-links {
  margin-left: 0 !important;
  justify-content: center !important;
}

@media (min-width: 993px) {
  .site-header:not(.is-nav-detached) .nav-shell {
    width: 100%;
    max-width: none;
    min-height: 58px;
    background: rgba(12, 12, 12, 0.88);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    transform: none !important;
  }

  .site-header:not(.is-nav-detached) .nav-desktop-links {
    gap: clamp(0.95rem, 1.65vw, 1.7rem) !important;
  }
}

@media (min-width: 993px) {
  .site-header.is-nav-detached {
    pointer-events: none;
  }

  .site-header.is-nav-detached .nav-shell {
    width: fit-content;
    max-width: min(1120px, calc(100% - 3rem));
    min-height: 58px;
    padding: 0.72rem clamp(1.8rem, 3vw, 3.25rem);
    background:
      linear-gradient(180deg, rgba(20, 20, 20, 0.94), rgba(7, 9, 11, 0.96)),
      linear-gradient(90deg, rgba(0, 149, 66, 0.18), color-mix(in srgb, var(--blue) 22%, transparent));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.38),
      inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 18px 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(14px);
    pointer-events: auto;
  }

  .site-header.is-nav-detached .nav-shell::before {
    content: "";
    position: absolute;
    left: clamp(1.25rem, 2.4vw, 2rem);
    right: clamp(1.25rem, 2.4vw, 2rem);
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    pointer-events: none;
  }

  .site-header.is-nav-detached .nav-desktop-links {
    gap: clamp(1.25rem, 2.4vw, 2.35rem);
  }

  .site-header.is-nav-detached .nav-link {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  body {
    position: relative;
  }

  main,
  .section,
  .series-background-wrap,
  .site-footer,
  .footer-inner,
  .cta-section,
  .cta-marquee,
  .aim-carousel,
  .series-marquee-window {
    max-width: 100%;
    overflow-x: clip;
  }

  .footer-inner::before {
    left: 50%;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
  }

  .site-header,
  .event-topbar,
  .nav-shell {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .nav-panel:not(.is-open) {
    display: none !important;
    transform: none !important;
  }

  .nav-panel.is-open {
    display: grid !important;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    transform: none !important;
  }

  .event-topbar__details,
  .event-topbar__date,
  .event-topbar__name {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .section-heading::after,
  .numbers-section .numbers-heading::after,
  .key-topics-section .pillars-heading::after,
  .why-attend-section .pillars-heading::after,
  .why-sponsor-section .why-sponsor-intro .pillars-heading::after {
    display: none !important;
  }

  main > .section:not(.hero),
  .series-background-wrap > .section,
  .section.numbers-section,
  .content-list-section,
  .why-attend-section,
  .why-sponsor-section,
  .cta-section {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-block: 0 !important;
    box-shadow: none !important;
  }

  .why-attend-section .value-list,
  .why-sponsor-section .sponsor-value-list,
  .cta-marquee {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-block: 0 !important;
  }

  .section.why-attend-section,
  .why-attend-section,
  .why-attend-section .pillars-heading {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .why-attend-section::before {
    top: -42px !important;
    height: 280px !important;
    background: linear-gradient(
      to bottom,
      rgba(34, 34, 34, 0) 0%,
      rgba(34, 34, 34, 0.72) 18%,
      transparent 100%
    ) !important;
  }

  .why-attend-section .pillars-heading::before,
  .why-attend-section .pillars-heading::after {
    content: none !important;
    display: none !important;
  }
}

/* Game HUD style for the detached desktop navbar notch. */
@media (min-width: 993px) {
  html,
  body {
    background: #121212;
  }

  .site-header.is-nav-detached {
    background: transparent !important;
  }

  .site-header.is-nav-detached .event-topbar {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header.is-nav-detached .nav-shell {
    max-width: min(1120px, calc(100% - 3rem));
    min-height: 56px;
    padding: 0.62rem clamp(1.7rem, 3vw, 3rem);
    background:
      linear-gradient(180deg, rgba(36, 38, 39, 0.96) 0%, rgba(11, 12, 13, 0.98) 100%),
      linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(0, 0, 0, 0.18) 72%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-radius: 0;
    clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 44%, calc(100% - 20px) 100%, 20px 100%, 0 44%);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.34),
      0 5px 0 rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -10px 18px rgba(0, 0, 0, 0.22);
  }

  .site-header.is-nav-detached .nav-shell::before {
    left: clamp(1.25rem, 2.4vw, 2rem);
    right: clamp(1.25rem, 2.4vw, 2rem);
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    opacity: 1;
  }

  .site-header.is-nav-detached .nav-shell::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: calc(100% - 56px);
    height: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .site-header.is-nav-detached .nav-desktop-links {
    gap: clamp(0.42rem, 0.9vw, 0.85rem);
  }

  .site-header.is-nav-detached .nav-link {
    position: relative;
    padding: 0.34rem clamp(0.62rem, 1.1vw, 0.95rem);
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    letter-spacing: 0.09em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    clip-path: none;
  }

  .site-header.is-nav-detached .nav-link:hover,
  .site-header.is-nav-detached .nav-link:focus-visible {
    border-color: transparent;
    background: transparent;
    color: #ffffff;
  }
}

/* Final notch position: attached to the viewport top, no drop gap. */
@media (min-width: 993px) {
  .site-header.is-nav-detached .nav-shell {
    margin-top: 0 !important;
    transform: translateY(0) !important;
  }
}

/* Mobile header notch shape. */
@media (max-width: 992px) {
  .site-header {
    top: 0 !important;
    background: transparent !important;
  }

  .event-topbar {
    position: relative;
    top: 0;
    width: 100% !important;
    padding-bottom: 1rem !important;
    border-bottom: 0;
    background: #ffffff !important;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 14px),
      calc(50% + 46px) calc(100% - 14px),
      calc(50% + 34px) 100%,
      calc(50% - 34px) 100%,
      calc(50% - 46px) calc(100% - 14px),
      0 calc(100% - 14px)
    );
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.18),
      inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }

  .event-topbar::after {
    content: "";
    position: absolute;
    left: calc(50% - 31px);
    right: calc(50% - 31px);
    bottom: 3px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 149, 66, 0.8), rgba(210, 16, 52, 0.82), color-mix(in srgb, var(--blue) 80%, transparent));
    pointer-events: none;
  }
}

/* Phone-style mobile notch: centered top cutout, not a bottom tab. */
@media (max-width: 992px) {
  .event-topbar {
    padding-top: clamp(1.05rem, 4vw, 1.3rem) !important;
    padding-bottom: 0.72rem !important;
    clip-path: none !important;
    border-radius: 0 0 16px 16px;
  }

  .event-topbar::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 5;
    width: clamp(104px, 32vw, 132px);
    height: clamp(26px, 8vw, 34px);
    background: #050505;
    border-radius: 0 0 20px 20px;
    transform: translateX(-50%);
    box-shadow:
      inset 0 -1px 0 rgba(255, 255, 255, 0.08),
      0 3px 8px rgba(0, 0, 0, 0.28);
    pointer-events: none;
  }

  .event-topbar::after {
    left: calc(50% - 22px) !important;
    right: calc(50% - 22px) !important;
    top: clamp(10px, 3vw, 13px);
    bottom: auto !important;
    z-index: 6;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13) !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 992px) {
  .event-topbar::before,
  .event-topbar::after {
    content: none !important;
    display: none !important;
  }

  .event-topbar {
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.28), rgba(10, 18, 20, 0.2)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06)) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-top: 0 !important;
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
    backdrop-filter: blur(20px) saturate(1.35) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  }

  .event-topbar__brand {
    padding: 0.2rem 0.3rem !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  }

  .event-topbar__details {
    display: none !important;
  }

  .menu-toggle {
    background: rgba(255, 255, 255, 0.34) !important;
    border-color: rgba(18, 24, 28, 0.46) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  .nav-shell {
    overflow: visible !important;
  }

  .nav-panel,
  .nav-panel:not(.is-open) {
    position: fixed !important;
    inset: auto clamp(0.8rem, 4vw, 1.2rem) auto auto !important;
    top: calc(var(--site-header-expanded-height, 78px) + 0.55rem) !important;
    z-index: 30;
    width: min(86vw, 320px) !important;
    min-height: 0 !important;
    max-height: calc(100svh - var(--site-header-expanded-height, 78px) - 1.5rem);
    display: grid !important;
    align-content: start !important;
    gap: 0.22rem;
    padding: 0.68rem;
    overflow: auto !important;
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.28), rgba(255, 255, 255, 0.12)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)) !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    box-shadow:
      0 14px 30px rgba(0, 0, 0, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98) !important;
    transform-origin: top right;
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    backdrop-filter: blur(16px) saturate(1.18);
    -webkit-backdrop-filter: blur(16px) saturate(1.18);
  }

  .nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
  }

  .nav-panel a,
  .nav-contact-btn {
    min-height: 44px !important;
    justify-content: space-between;
    padding: 0.78rem 0.9rem !important;
    border: 0 !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 250, 242, 0.94) !important;
    font-size: 0.78rem !important;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.42);
  }

  .nav-panel a:hover,
  .nav-panel a:focus-visible,
  .nav-contact-btn:hover,
  .nav-contact-btn:focus-visible {
    background: rgba(255, 255, 255, 0.26);
    color: #ffffff !important;
  }

  .nav-panel .nav-cta {
    width: 100%;
    min-width: 0;
    margin-top: 0.3rem;
    justify-content: center;
    background: rgba(0, 149, 66, 0.92);
    box-shadow: 0 10px 24px rgba(0, 70, 38, 0.28);
  }
}

/* Final desktop notch shape: phone-style top cutout, not an angular HUD bar. */
@media (min-width: 993px) {
  .site-header.is-nav-detached .nav-shell {
    width: fit-content !important;
    max-width: min(860px, calc(100% - 3rem)) !important;
    min-height: 62px !important;
    padding: 0.82rem clamp(2rem, 3.4vw, 3.5rem) 0.9rem !important;
    background: linear-gradient(180deg, #1b1b1b 0%, #050505 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 0 !important;
    border-radius: 0 0 34px 34px !important;
    clip-path: none !important;
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -8px 18px rgba(0, 0, 0, 0.36) !important;
    transform: translateY(0) !important;
  }

  .site-header.is-nav-detached .nav-shell::before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 50%;
    width: 54px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .site-header.is-nav-detached .nav-shell::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: -8px;
    height: 10px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.38), transparent 70%);
    pointer-events: none;
  }

  .site-header.is-nav-detached .nav-desktop-links {
    gap: clamp(0.55rem, 1.1vw, 1rem) !important;
    padding-top: 0.35rem;
  }

  .site-header.is-nav-detached .nav-link {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    clip-path: none !important;
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.08em !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7) !important;
  }

  .site-header.is-nav-detached .nav-link:hover,
  .site-header.is-nav-detached .nav-link:focus-visible {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.28) !important;
  }
}

@media (max-width: 992px) {
  .site-header.is-topbar-hidden .event-topbar,
  .site-header.is-scrolled .event-topbar,
  .site-header.past-hero .event-topbar {
    display: flex !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    margin: 0 !important;
  }

  .site-header.is-topbar-hidden .nav-shell,
  .site-header.is-scrolled .nav-shell,
  .site-header.past-hero .nav-shell {
    background: linear-gradient(135deg, rgba(255, 250, 242, 0.18), rgba(11, 18, 20, 0.36)) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow:
      0 12px 30px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
    backdrop-filter: blur(18px) saturate(1.25) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
  }
}

@media (min-width: 993px) {
  .site-header.is-nav-detached .nav-shell {
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.18), rgba(12, 18, 20, 0.34)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-top: 0 !important;
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      inset 0 -1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) saturate(1.35) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  }

  .site-header.is-nav-detached .nav-shell::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent) !important;
  }

  .site-header.is-nav-detached .nav-shell::after {
    content: none !important;
    display: none !important;
  }

  .site-header.is-nav-detached .nav-link {
    color: rgba(255, 255, 255, 0.94) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.58) !important;
  }
}

@media (max-width: 992px) {
  body,
  main {
    background: #222222;
  }

  .site-header,
  .site-header.is-topbar-hidden,
  .site-header.is-scrolled,
  .site-header.past-hero {
    background: transparent !important;
  }

  .event-topbar,
  .site-header.is-topbar-hidden .event-topbar,
  .site-header.is-scrolled .event-topbar,
  .site-header.past-hero .event-topbar {
    background:
      linear-gradient(135deg, rgba(255, 250, 242, 0.28), rgba(255, 255, 255, 0.12)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)) !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.18) !important;
  }

  .event-topbar__brand {
    background: transparent !important;
    box-shadow: none !important;
  }

  .event-topbar__brand img {
    filter:
      drop-shadow(0 1px 2px rgba(255, 255, 255, 0.76))
      drop-shadow(0 3px 8px rgba(0, 0, 0, 0.34));
  }

  .menu-toggle {
    background: rgba(255, 255, 255, 0.58) !important;
    border-color: rgba(5, 10, 12, 0.62) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
  }

  .menu-toggle span {
    background: #111111 !important;
  }

  .site-header.is-topbar-hidden .nav-shell,
  .site-header.is-scrolled .nav-shell,
  .site-header.past-hero .nav-shell,
  .nav-shell {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100svh !important;
    min-height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    pointer-events: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .nav-panel,
  .nav-panel:not(.is-open),
  .nav-panel.is-open {
    z-index: 10030 !important;
  }

  .nav-panel.is-open {
    pointer-events: auto !important;
  }

  body.menu-open .event-topbar,
  body.menu-open .site-header.is-topbar-hidden .event-topbar,
  body.menu-open .site-header.is-scrolled .event-topbar,
  body.menu-open .site-header.past-hero .event-topbar {
    background: rgba(255, 255, 255, 0.34) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.menu-open .nav-panel.is-open {
    background:
      linear-gradient(135deg, rgba(34, 34, 34, 0.88), rgba(22, 25, 22, 0.82)),
      rgba(8, 10, 9, 0.78) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
    backdrop-filter: blur(10px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
  }

  body.menu-open .nav-panel.is-open a {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72) !important;
  }
}

/* Fit the full topbar, navbar, and hero message inside the first viewport. */
@media (min-width: 641px) {
  .hero {
    min-height: calc(100svh - var(--site-header-expanded-height, 0px)) !important;
    padding-top: clamp(2.25rem, 4.6vw, 4.25rem) !important;
    padding-bottom: clamp(3.6rem, 5.8vw, 5.25rem) !important;
  }

  .hero-inner {
    min-height: auto !important;
    justify-content: center !important;
    gap: clamp(1.2rem, 2.55vw, 2.25rem) !important;
  }

  .hero-banner-red {
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: clamp(0.68rem, 0.9vw, 0.78rem) !important;
  }

  .hero-title-full {
    font-size: clamp(1.55rem, 3.35cqi, 2.9rem) !important;
    line-height: 1.08 !important;
    gap: clamp(0.22rem, 0.6vw, 0.48rem) !important;
  }

  .hero-title-year {
    margin-top: clamp(0.16rem, 0.45vw, 0.35rem) !important;
  }

  .hero-footer {
    padding: clamp(0.85rem, 1.8vw, 1.25rem) 5vw !important;
  }

  .hero-subtitle {
    font-size: clamp(0.82rem, 1.45vw, 1.05rem) !important;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: calc(100svh - var(--site-header-expanded-height, 0px)) !important;
    align-items: stretch !important;
    padding-top: clamp(0.65rem, 2.6vw, 1rem) !important;
    padding-bottom: clamp(3.75rem, 12vw, 4.7rem) !important;
  }

  .hero-inner {
    width: min(100% - 1.35rem, 380px) !important;
    min-height: clamp(340px, 57svh, 470px) !important;
    justify-content: space-between !important;
    gap: clamp(0.7rem, 3vw, 1.05rem) !important;
  }

  .hero-banner-red {
    max-width: min(100%, 320px) !important;
    gap: 0.38rem !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(0.46rem, 2vw, 0.56rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0.1em !important;
    white-space: normal !important;
  }

  .hero-banner-red::before,
  .hero-banner-red::after {
    flex-basis: clamp(1rem, 6vw, 1.8rem) !important;
    width: clamp(1rem, 6vw, 1.8rem) !important;
  }

  .hero-title-full {
    width: 100% !important;
    max-width: 100% !important;
    margin: clamp(0.32rem, 1.7vw, 0.58rem) auto 0 !important;
    font-size: clamp(1.05rem, 5.6vw, 1.48rem) !important;
    line-height: 1.12 !important;
    gap: clamp(0.14rem, 0.8vw, 0.28rem) !important;
    text-wrap: balance;
  }

  .hero-title-full span,
  .hero-title-year,
  h1 > span {
    white-space: normal !important;
  }

  .hero-title-year {
    margin-top: clamp(0.08rem, 0.55vw, 0.18rem) !important;
  }

  .hero-footer {
    display: block !important;
    padding: 0.68rem 1rem 0.86rem !important;
  }

  .hero-subtitle {
    font-size: clamp(0.68rem, 3vw, 0.82rem) !important;
    line-height: 1.18 !important;
  }
}

.hero .hero-banner-red {
  padding: 0.54rem clamp(1rem, 2vw, 1.6rem) !important;
  font-size: clamp(0.68rem, 0.95vw, 0.82rem) !important;
  line-height: 1.12 !important;
  background: var(--blue) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  clip-path: none !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.hero .hero-banner-red::before,
.hero .hero-banner-red::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  flex: 0 0 clamp(2.2rem, 7vw, 6rem) !important;
  width: clamp(2.2rem, 7vw, 6rem) !important;
  height: 2px !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero .hero-banner-red::before {
  background: linear-gradient(90deg, transparent, var(--blue)) !important;
}

.hero .hero-banner-red::after {
  background: linear-gradient(90deg, var(--blue), transparent) !important;
}

@media (max-width: 640px) {
  .hero .hero-banner-red {
    width: fit-content !important;
    max-width: min(100%, 340px) !important;
    padding: 0 !important;
    font-size: clamp(0.52rem, 2.25vw, 0.64rem) !important;
    line-height: 1.2 !important;
  }
}

.hero .hero-banner-red {
  gap: 0 !important;
  width: fit-content !important;
  max-width: min(100%, 900px) !important;
  padding: clamp(0.55rem, 0.82vw, 0.7rem) clamp(1.25rem, 2.6vw, 2.35rem) !important;
  border: 1px solid rgba(44, 125, 220, 0.82) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #0a4a9a 0%, #073b82 100%) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #ffffff !important;
  font-size: clamp(0.9rem, 1.18vw, 1.08rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34) !important;
}

.hero .hero-banner-red::before,
.hero .hero-banner-red::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 640px) {
  .hero .hero-banner-red {
    max-width: min(100%, 350px) !important;
    padding: 0.5rem 0.75rem !important;
    font-size: clamp(0.64rem, 2.8vw, 0.78rem) !important;
    letter-spacing: 0.045em !important;
  }
}

/* Game-style mission board treatment for Why Attend. */
.why-attend-section .value-list {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16) !important;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.14), rgba(255, 250, 242, 0.08)) !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 250, 242, 0.06);
}

.why-attend-section .value-list::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 250, 242, 0.035) 0 1px, transparent 1px 8px),
    linear-gradient(90deg, transparent 0%, rgba(255, 250, 242, 0.06) 50%, transparent 100%);
  mix-blend-mode: screen;
  opacity: 0.32;
}

.why-attend-section .value-list li,
.why-attend-section .value-list li:nth-child(n),
.why-attend-section .value-list li:first-child {
  isolation: isolate;
  border: 1px solid rgba(255, 250, 242, 0.06) !important;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.07), transparent 28%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.035), rgba(5, 5, 5, 0.2)),
    #101212 !important;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 -20px 34px rgba(0, 0, 0, 0.26);
}

.why-attend-section .value-list li:first-child {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 250, 242, 0.09), transparent 31%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.055), rgba(5, 5, 5, 0.28)),
    #101212 !important;
}

.why-attend-section .value-list li::before {
  border-color: color-mix(in srgb, var(--blue) 78%, transparent) !important;
  background: color-mix(in srgb, var(--blue) 16%, transparent) !important;
  color: #fffaf2 !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 0 18px color-mix(in srgb, var(--blue) 22%, transparent) !important;
}

.why-attend-section .value-list li::after {
  left: clamp(1.35rem, 2vw, 1.8rem) !important;
  right: clamp(1.35rem, 2vw, 1.8rem) !important;
  bottom: clamp(1rem, 1.7vw, 1.35rem) !important;
  height: 3px !important;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--blue) 86%, transparent) 0 34%, rgba(255, 250, 242, 0.18) 34% 58%, color-mix(in srgb, var(--blue) 62%, transparent) 58% 100%) !important;
  opacity: 0.58 !important;
}

.why-attend-section .value-list li strong {
  text-shadow:
    2px 2px 0 rgba(0, 0, 0, 0.65),
    0 0 18px rgba(255, 250, 242, 0.08);
}

.why-attend-section .value-list li span {
  color: rgba(255, 250, 242, 0.78) !important;
}

.why-attend-section .value-list li:hover {
  border-color: rgba(255, 250, 242, 0.22) !important;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.06), rgba(5, 5, 5, 0.18)),
    #141616 !important;
  transform: translateY(-0.18rem) !important;
}

/* Keep CTA content evenly spaced between the top and bottom taglines. */
.cta-section {
  --cta-tagline-gap: clamp(3.2rem, 6vw, 5rem);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cta-marquee-top,
.cta-separator-top {
  margin-bottom: var(--cta-tagline-gap) !important;
}

.cta-marquee-bottom,
.cta-separator-bottom {
  margin-top: var(--cta-tagline-gap) !important;
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  .cta-section {
    --cta-tagline-gap: clamp(1.5rem, 7vw, 2.4rem);
  }
}

/* Remove the visible grid texture from the Key Themes cards. */
.pillars-section .pillar-card::after {
  display: none !important;
}

.key-topics-section::after {
  background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.64) 28%, rgba(34, 34, 34, 0.78) 70%, #222222 100%) !important;
}

/* Key Themes use one light blue accent across all cards. */
.pillars-section .pillar-card {
  --card-accent: var(--blue) !important;
  --card-accent-warm: color-mix(in srgb, var(--blue) 34%, transparent) !important;
  --card-grain: color-mix(in srgb, var(--blue) 5.5%, transparent) !important;
  border-color: color-mix(in srgb, var(--blue) 58%, rgba(255, 255, 255, 0.16)) !important;
}

.pillars-section .pillar-card:hover {
  border-color: var(--card-accent) !important;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.6),
    0 0 0 1px var(--card-accent),
    0 0 32px var(--card-accent-warm) !important;
}

.pillars-section .pillar-card:hover .pillar-card-image {
  filter: grayscale(0.08) contrast(1.12) brightness(0.68) saturate(1.08) hue-rotate(8deg) !important;
}

.pillars-section .pillar-card.pillar-card-entry {
  opacity: 0;
  transform: translate3d(0, 1.45rem, 0) !important;
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--pillar-card-delay, 0ms),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--pillar-card-delay, 0ms),
    border-color 180ms ease !important;
  will-change: opacity, transform;
}

.pillars-section.is-pillars-revealed .pillar-card.pillar-card-entry {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

.pillars-section.is-pillars-revealed .pillar-card.pillar-card-entry.is-pillar-card-settled {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .pillars-section .pillar-card.pillar-card-entry {
    opacity: 1;
    transform: none !important;
    transition: border-color 180ms ease !important;
    will-change: auto;
  }
}

/* Keep top background videos clearly visible. */
.hero-video {
  filter: brightness(0.9) contrast(1.04) saturate(1.04) !important;
}

.overview-video-bg video {
  filter: brightness(0.72) contrast(1.06) !important;
}

.hero,
.overview-section {
  background: #000 !important;
  background-color: #000 !important;
}

.hero::before {
  background: rgba(0, 0, 0, 0.24) !important;
}

.hero::after {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 0.12) 72%, rgba(42, 50, 56, 0.34) 100%) !important;
}

.overview-video-bg {
  opacity: 0.58 !important;
  top: clamp(-2.2rem, -3vw, -1.25rem) !important;
  height: calc(100% + clamp(2.2rem, 3vw, 3rem)) !important;
}

.overview-video-overlay {
  background: linear-gradient(180deg, rgba(58, 66, 70, 0.58) 0%, rgba(48, 56, 60, 0.38) 18%, rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.52) 86%, rgba(0, 0, 0, 0) 100%) !important;
}

.overview-section::before {
  top: 0 !important;
  height: clamp(4rem, 6vw, 5.5rem) !important;
  background:
    linear-gradient(180deg, rgba(170, 178, 182, 0.32) 0, rgba(58, 66, 70, 0.5) 1px, rgba(58, 66, 70, 0.42) 18%, rgba(58, 66, 70, 0.18) 62%, rgba(58, 66, 70, 0) 100%) !important;
  box-shadow: 0 -10px 28px rgba(58, 66, 70, 0.16) !important;
}

.overview-section::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 82%) !important;
}

.hero + .overview-section {
  margin-top: clamp(-1.8rem, -2.5vw, -1rem) !important;
  padding-top: clamp(3.1rem, 5.2vw, 4.5rem) !important;
}

.series-ecosystem-section .overview-section {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.series-ecosystem-section .overview-section .section-inner {
  width: var(--container);
}

.hero + .series-background-wrap {
  margin-top: clamp(-2.4rem, -3.2vw, -1.4rem) !important;
  padding-top: clamp(3.2rem, 5.6vw, 5rem) !important;
}

.hero + .series-background-wrap::before {
  top: clamp(-3.2rem, -4.4vw, -2rem) !important;
  background: linear-gradient(180deg, rgba(42, 50, 56, 0) 0%, rgba(20, 23, 25, 0.42) 38%, #000 100%) !important;
  height: clamp(6rem, 9vw, 8rem) !important;
  opacity: 1 !important;
}

.hero + .series-background-wrap .aim-series-section {
  padding-top: 0 !important;
}

.hero {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

.hero-video {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  transform: none !important;
  object-fit: cover !important;
  object-position: center 42% !important;
}

@media (min-width: 641px) {
  .hero {
    min-height: 100vh !important;
    min-height: 100svh !important;
    padding-top: clamp(4rem, 6.5vw, 6.25rem) !important;
    padding-bottom: clamp(4.5rem, 7vw, 6.5rem) !important;
  }
}

@media (max-width: 640px) {
  .hero-video {
    object-position: center center !important;
  }
}

/* Keep the series-to-pillars blend behind the Key Themes heading. */
.section.pillars-section > .section-inner {
  position: relative;
  z-index: 4 !important;
}

.section.pillars-section::after {
  height: clamp(3.5rem, 7vw, 6rem) !important;
  z-index: 0 !important;
}

.aim-series-section::after {
  z-index: 1 !important;
  height: clamp(5rem, 10vw, 8rem) !important;
  background: linear-gradient(to bottom, transparent 0%, rgba(20, 20, 20, 0.5) 58%, rgba(20, 20, 20, 0) 100%) !important;
}

.aim-series-section .aim-series-inner,
.aim-series-section .aim-carousel {
  position: relative;
  z-index: 2;
}

/* Final overlap: remove the visible cut between series logos and the next section. */
.series-background-wrap {
  overflow: visible !important;
  background: #000 !important;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
  margin-bottom: clamp(-2.5rem, -3vw, -1.75rem) !important;
}

.series-background-wrap::before {
  inset: 0 0 clamp(-2rem, -2.6vw, -1.25rem) !important;
  background-image: none !important;
  background: #000 !important;
  opacity: 1 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.series-background-wrap::after {
  inset: auto 0 clamp(-2rem, -2.6vw, -1.25rem) !important;
  height: clamp(4rem, 6vw, 5.5rem) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 42%, #000 76%, rgba(0, 0, 0, 0) 100%) !important;
  z-index: 3 !important;
}

.series-background-wrap .aim-series-section,
.series-background-wrap .series-ecosystem-section {
  background: #000 !important;
}

.series-background-wrap .series-ecosystem-section::before {
  background-image: none !important;
  background: #000 !important;
  opacity: 1 !important;
}

.section.pillars-section {
  margin-top: clamp(-2.5rem, -3vw, -1.75rem) !important;
  padding-top: clamp(3rem, 4.5vw, 4.5rem) !important;
  background: #000 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

.section.pillars-section::before {
  top: clamp(-2.5rem, -3vw, -1.75rem) !important;
  bottom: 0 !important;
  background: #000 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.section.pillars-section::after {
  top: 0 !important;
  height: clamp(4rem, 6vw, 5.5rem) !important;
  background: #000 !important;
  z-index: 1 !important;
}

.series-to-pillars-blend {
  position: relative;
  z-index: 8;
  height: clamp(3.75rem, 5vw, 4.5rem);
  margin-top: clamp(-2.75rem, -3.5vw, -2rem);
  margin-bottom: clamp(-3.25rem, -4vw, -2.25rem);
  background: #000;
  pointer-events: none;
}

.series-to-pillars-blend + .section.numbers-section {
  margin-top: 0 !important;
}

.section.numbers-section {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}

.section.numbers-section::before {
  background: #000 !important;
}

main > .section.key-topics-section,
.section.key-topics-section {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}

.key-topics-section::before,
.key-topics-section::after {
  background: transparent !important;
  background-image: none !important;
  filter: none !important;
}

.key-topics-section .topic-card-number {
  color: #fffaf2 !important;
}

.key-topics-section .topic-gallery .topic-gallery-card::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.04)) !important;
}

.key-topics-section .topic-gallery .topic-gallery-card {
  border-color: color-mix(in srgb, var(--blue) 32%, rgba(255, 255, 255, 0.1)) !important;
}

.key-topics-section .topic-gallery .topic-gallery-card:hover {
  border-color: color-mix(in srgb, var(--blue) 48%, rgba(255, 255, 255, 0.12)) !important;
}

.value-cta-bg-wrap {
  background:
    linear-gradient(180deg, #000 0%, #000 clamp(6rem, 12vw, 11rem), rgba(0, 0, 0, 0.74) clamp(12rem, 22vw, 18rem), rgba(0, 0, 0, 0.7) 100%),
    var(--value-cta-background, none) center top / cover no-repeat !important;
  background-color: #000 !important;
  background-blend-mode: normal;
}

.value-cta-bg-wrap .content-list-section,
.value-cta-bg-wrap .why-attend-section,
.value-cta-bg-wrap .feedback-section,
.value-cta-bg-wrap .why-sponsor-section,
.value-cta-bg-wrap .cta-section {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.site-footer {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
}

.why-attend-section::before {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.76) 58%, transparent 100%) !important;
  background-image: none !important;
}

.feedback-section::before,
.site-footer::before,
.site-footer::after {
  background: #000 !important;
  background-image: none !important;
}

.why-attend-section .value-list {
  background: rgba(255, 250, 242, 0.055) !important;
}

.why-attend-section .value-list li,
.why-attend-section .value-list li:nth-child(n),
.why-attend-section .value-list li:first-child {
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.035), transparent 28%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.018), rgba(0, 0, 0, 0.3)),
    #050505 !important;
}

.why-attend-section .value-list li:hover {
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.055), transparent 30%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.032), rgba(0, 0, 0, 0.24)),
    #080808 !important;
}

.feedback-card {
  background:
    radial-gradient(circle at 50% 120%, color-mix(in srgb, var(--blue) 14%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.055), rgba(255, 250, 242, 0.018)),
    rgba(3, 3, 3, 0.92) !important;
}

/* Subtle blue signal accents for the numbers section. */
.numbers-section .numbers-grid {
  gap: clamp(0.8rem, 1.35vw, 1rem) !important;
  margin-top: clamp(1.3rem, 2.4vw, 1.8rem) !important;
}

.numbers-section .number-tile {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: clamp(188px, 15vw, 238px) !important;
  padding: clamp(1.45rem, 2vw, 2.05rem) !important;
  border-color: color-mix(in srgb, var(--blue) 28%, rgba(255, 255, 255, 0.12)) !important;
  background:
    radial-gradient(circle at 90% 12%, color-mix(in srgb, var(--blue) 18%, transparent), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    #07090c !important;
  box-shadow: none !important;
  overflow: hidden !important;
  text-align: left !important;
  transition: border-color 220ms ease, transform 220ms ease !important;
}

.numbers-section .number-tile:hover {
  border-color: color-mix(in srgb, var(--blue) 48%, rgba(255, 255, 255, 0.18)) !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
}

.numbers-section .number-tile::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  display: block !important;
  width: 3px !important;
  background: var(--blue) !important;
  opacity: 0.78 !important;
}

.numbers-section .number-tile::after {
  content: none !important;
}

.numbers-section .number-value {
  margin: 0 0 0.72rem !important;
  color: #fffaf2 !important;
  font-family: var(--mini-font) !important;
  font-size: clamp(4.9rem, 5.8vw, 6.25rem) !important;
  font-weight: 900 !important;
  font-variant-numeric: tabular-nums !important;
  font-feature-settings: "tnum" 1 !important;
  letter-spacing: 0 !important;
  line-height: 0.86 !important;
  text-shadow: 0 0 24px color-mix(in srgb, var(--blue) 32%, transparent) !important;
}

.numbers-section .number-label {
  max-width: 22ch !important;
  margin: 0 !important;
  color: rgba(255, 250, 242, 0.7) !important;
  font-family: var(--mini-font) !important;
  font-size: clamp(1.03rem, 1.12vw, 1.2rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.numbers-section .number-bars {
  display: none !important;
}

.numbers-section .number-bars i {
  height: 0.34rem !important;
  background: rgba(255, 250, 242, 0.14) !important;
}

.numbers-section .number-bars i::before {
  background: rgba(255, 250, 242, 0.92) !important;
}

.numbers-section .number-bars i:nth-last-child(-n + 2)::before {
  background: color-mix(in srgb, var(--blue) 92%, transparent) !important;
}

.why-attend-section .value-list li strong {
  font-family: var(--title-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.05 !important;
}

.why-attend-section .value-list li::after {
  background: linear-gradient(90deg, rgba(255, 250, 242, 0.22) 0%, color-mix(in srgb, var(--blue) 34%, transparent) 28%, color-mix(in srgb, var(--blue) 86%, transparent) 50%, color-mix(in srgb, var(--blue) 34%, transparent) 72%, rgba(255, 250, 242, 0.2) 100%) !important;
  opacity: 0.82 !important;
}

@media (max-width: 640px) {
  .section.why-attend-section,
  .why-attend-section {
    margin-top: -1px !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .why-attend-section::before {
    content: "" !important;
    display: block !important;
    top: -1px !important;
    height: 250px !important;
    background: linear-gradient(to bottom, #222222 0%, rgba(20, 20, 20, 0.74) 34%, transparent 100%) !important;
  }

  .why-attend-section::after {
    content: "" !important;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 1;
    height: 3px;
    background: #222222;
    pointer-events: none;
  }

  .why-attend-section .pillars-heading {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 640px) {
  main > .section:not(.hero),
  .series-background-wrap > .section,
  .section.numbers-section,
  .content-list-section,
  .why-attend-section,
  .why-sponsor-section {
    padding-top: clamp(2.1rem, 7vw, 3rem) !important;
    padding-bottom: clamp(2.1rem, 7vw, 3rem) !important;
  }

  .section.why-attend-section,
  .why-attend-section {
    padding-top: clamp(1.3rem, 5vw, 2rem) !important;
    padding-bottom: clamp(1.8rem, 6vw, 2.6rem) !important;
  }

  .why-attend-section::before {
    height: 150px !important;
  }

  .why-attend-orbit {
    margin-top: clamp(0.7rem, 3vw, 1rem) !important;
  }

  .why-attend-section .value-list {
    gap: 0.85rem !important;
  }

  .why-sponsor-section .why-sponsor-intro,
  .why-sponsor-section .why-sponsor-intro .pillars-heading {
    margin-bottom: clamp(0.8rem, 3.5vw, 1.1rem) !important;
  }

  main > .section.key-topics-section,
  .key-topics-section {
    padding-top: clamp(1.8rem, 6vw, 2.5rem) !important;
    padding-bottom: clamp(0.6rem, 2.5vw, 1rem) !important;
    min-height: 0 !important;
  }

  .key-topics-section .pillars-heading {
    margin-bottom: clamp(0.75rem, 3vw, 1rem) !important;
  }

  .key-topics-section .topic-gallery {
    min-height: clamp(560px, 118vw, 660px) !important;
    margin-top: clamp(0.45rem, 2vw, 0.8rem) !important;
    margin-bottom: 0 !important;
  }

  .key-topics-section + .why-attend-section,
  .section.why-attend-section,
  .why-attend-section {
    margin-top: -1px !important;
    padding-top: clamp(0.75rem, 3vw, 1.2rem) !important;
  }

  .why-attend-section .pillars-heading {
    margin-top: 0 !important;
    margin-bottom: clamp(0.75rem, 3vw, 1rem) !important;
  }

  .series-background-wrap {
    padding-top: clamp(5.65rem, 15vw, 6.45rem) !important;
  }

  .series-background-wrap > .series-ecosystem-section {
    padding-top: clamp(1.55rem, 5vw, 2rem) !important;
  }

  .series-background-wrap .series-ecosystem-section {
    padding-bottom: clamp(1rem, 4vw, 1.45rem) !important;
  }

  .series-background-wrap .series-ecosystem-section .section-inner {
    gap: clamp(2.4rem, 8vw, 3.35rem) !important;
  }

  .series-background-wrap .series-sponsors-block {
    gap: clamp(0.8rem, 3vw, 1.2rem) !important;
  }

  .series-background-wrap .aim-series-section + .series-ecosystem-section {
    margin-top: clamp(1.55rem, 5vw, 2rem) !important;
    padding-top: 0 !important;
  }

  .series-background-wrap .aim-series-heading {
    margin-top: 0 !important;
  }

  .numbers-section .number-tile {
    min-height: 168px !important;
  }

  .numbers-section .number-value {
    font-size: 4rem !important;
  }

  .numbers-section .number-label {
    font-size: 0.94rem !important;
  }
}

@media (max-width: 640px) {
  .value-cta-bg-wrap {
    background:
      linear-gradient(180deg, #000 0%, #000 clamp(4.5rem, 22vw, 7.5rem), rgba(0, 0, 0, 0.78) clamp(8rem, 34vw, 12rem), rgba(0, 0, 0, 0.72) 100%),
      var(--value-cta-background, none) center top / cover no-repeat !important;
    background-color: #000 !important;
    background-blend-mode: normal;
  }

  .value-cta-bg-wrap .content-list-section,
  .value-cta-bg-wrap .why-attend-section,
  .value-cta-bg-wrap .feedback-section,
  .value-cta-bg-wrap .why-sponsor-section,
  .value-cta-bg-wrap .cta-section {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
  }

  .why-attend-section::before {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.8) 62%, transparent 100%) !important;
    background-image: none !important;
  }

  .site-footer,
  .why-attend-section::after,
  .feedback-section::before,
  .site-footer::before,
  .site-footer::after {
    background: #000 !important;
    background-image: none !important;
  }
}

/* Fade the hero itself into the black series surface, matching the other section handoffs. */
.hero::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.14) 46%,
    rgba(0, 0, 0, 0.22) 68%,
    rgba(0, 0, 0, 0.42) 84%,
    rgba(0, 0, 0, 0.68) 94%,
    rgba(0, 0, 0, 0.86) 100%
  ) !important;
}

.hero + .series-background-wrap {
  margin-top: -1px !important;
  padding-top: clamp(3.25rem, 6vw, 5.25rem) !important;
  background: #000 !important;
}

.hero + .series-background-wrap::before {
  inset: 0 0 clamp(-2rem, -2.6vw, -1.25rem) !important;
  height: auto !important;
  background: #000 !important;
  opacity: 1 !important;
}

.hero + .series-background-wrap .aim-series-heading {
  margin-top: 0 !important;
}

/* Reveal the Overview video gradually from the highlights section's black surface. */
.legacy-highlights + .overview-section {
  background: #000 !important;
}

.legacy-highlights + .overview-section::before {
  top: 0 !important;
  height: clamp(8rem, 11vw, 10.5rem) !important;
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.94) 14%,
    rgba(0, 0, 0, 0.76) 32%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0.12) 82%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  box-shadow: none !important;
}

.legacy-highlights + .overview-section .section-inner {
  z-index: 3;
}

/* Keep the complete desktop hero message centered as one stable group. */
@media (min-width: 641px) {
  .hero-inner {
    position: absolute !important;
    top: calc(50% - clamp(2rem, 2.5vw, 3rem)) !important;
    left: 50% !important;
    width: var(--container) !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 640px) {
  .hero + .series-background-wrap {
    margin-top: -1px !important;
    padding-top: clamp(2rem, 9vw, 3.2rem) !important;
  }

  .legacy-highlights + .overview-section::before {
    height: clamp(6.5rem, 30vw, 9rem) !important;
  }
}

/* Keep the hero visuals fixed while the following content scrolls up over them. */
.hero {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  height: calc(100svh - var(--site-header-expanded-height, 0px)) !important;
  min-height: calc(100svh - var(--site-header-expanded-height, 0px)) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero::before,
.hero::after,
.hero-video-bg {
  position: fixed !important;
  inset: var(--site-header-expanded-height, 0px) 0 0 0 !important;
  transition: opacity 220ms ease, visibility 0s linear 220ms !important;
}

.hero-inner {
  position: fixed !important;
  top: calc(var(--site-header-expanded-height, 0px) + ((100svh - var(--site-header-expanded-height, 0px)) / 2)) !important;
  left: 50% !important;
  z-index: 2 !important;
  width: var(--container) !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity 220ms ease, visibility 0s linear 220ms !important;
}

body.is-hero-fixed-hidden .hero::before,
body.is-hero-fixed-hidden .hero::after,
body.is-hero-fixed-hidden .hero-video-bg,
body.is-hero-fixed-hidden .hero-inner,
body.is-hero-fixed-hidden .hero-report-cta {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.series-background-wrap,
main > .section:not(.hero) {
  position: relative !important;
  z-index: 3 !important;
}

.series-background-wrap {
  margin-top: clamp(-10rem, -11vw, -6rem) !important;
  padding-top: clamp(10rem, 12vw, 13rem) !important;
}

.linkedin-follow-card {
  position: fixed;
  left: clamp(1.5rem, 4vw, 2.5rem);
  bottom: calc(clamp(1.5rem, 4vw, 2.5rem) + 48px + 0.8rem);
  z-index: 110;
  width: min(360px, calc(100vw - 2rem));
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 24px 60px rgba(5, 12, 22, 0.24);
  opacity: 0;
  transform: translate3d(18px, 24px, 0) scale(0.98);
  transition:
    opacity 220ms ease,
    transform 260ms ease;
}

.linkedin-follow-card[hidden] {
  display: none;
}

.linkedin-follow-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.linkedin-follow-card__close {
  position: absolute;
  top: 0.52rem;
  right: 0.52rem;
  z-index: 3;
  width: 1.78rem;
  height: 1.78rem;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.72);
  color: #ffffff;
  font-size: 1.22rem;
  line-height: 1;
  cursor: pointer;
}

.linkedin-follow-card__cover-link {
  display: block;
  height: 94px;
  background: #0a66c2;
  text-decoration: none;
}

.linkedin-follow-card__cover-link::after {
  content: none;
}

.linkedin-follow-card__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.linkedin-follow-card__body {
  position: relative;
  padding: 2.65rem 1.08rem 1.12rem;
}

.linkedin-follow-card__logo {
  position: absolute;
  left: 1.08rem;
  top: -2.05rem;
  width: 4.15rem;
  height: 4.15rem;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: #ffffff;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.linkedin-follow-card__title {
  margin: 0;
  max-width: 28ch;
  font-family: var(--font-body, Arial, sans-serif);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.24;
  color: #111827;
}

.linkedin-follow-card__meta {
  margin: 0.78rem 0 0;
  font-size: 0.82rem;
  line-height: 1.48;
  color: #4b5563;
}

.linkedin-follow-card__actions {
  margin-top: 1rem;
}

.linkedin-follow-card__button {
  display: inline-flex;
  min-height: 2.36rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.96rem;
  border-radius: 999px;
  background: #0a66c2;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}

.linkedin-follow-card__button:hover,
.linkedin-follow-card__button:focus-visible {
  background: #004182;
  color: #ffffff;
}

@media (max-width: 760px) {
  .linkedin-follow-card {
    right: auto;
    left: max(0.85rem, env(safe-area-inset-left, 0px));
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px) + 44px + 0.75rem);
  }
}

.nav-shell,
.site-header.is-topbar-hidden .nav-shell,
.site-header.is-scrolled .nav-shell,
.site-header.past-hero .nav-shell,
.site-header.is-nav-detached .nav-shell {
  background:
    linear-gradient(90deg, rgba(7, 143, 240, 0.18), rgba(0, 0, 0, 0.22) 38%, rgba(7, 143, 240, 0.14)),
    linear-gradient(180deg, rgba(5, 13, 20, 0.96), rgba(0, 0, 0, 0.92)) !important;
  border-color: color-mix(in srgb, var(--blue) 32%, rgba(255, 255, 255, 0.08)) !important;
}

.nav-link {
  color: rgba(255, 255, 255, 0.94) !important;
}

/* Compact navigation glass finish. */
.site-header.is-topbar-hidden .nav-shell,
.site-header.is-scrolled .nav-shell,
.site-header.past-hero .nav-shell,
.site-header.is-nav-detached .nav-shell {
  background:
    linear-gradient(110deg, rgba(7, 143, 240, 0.2), rgba(255, 255, 255, 0.055) 34%, rgba(7, 143, 240, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 18, 28, 0.76), rgba(0, 0, 0, 0.66)) !important;
  border: 1px solid color-mix(in srgb, var(--blue) 34%, rgba(255, 255, 255, 0.18)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(7, 143, 240, 0.18) !important;
  backdrop-filter: blur(22px) saturate(1.32) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.32) !important;
}

.site-header.is-nav-detached .nav-shell::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), color-mix(in srgb, var(--blue) 54%, transparent), transparent) !important;
}

.site-header.is-nav-detached .nav-link {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.58) !important;
}

@media (max-width: 992px) {
  .menu-toggle {
    background: rgba(7, 143, 240, 0.14) !important;
    border-color: color-mix(in srgb, var(--blue) 58%, rgba(255, 255, 255, 0.16)) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28) !important;
  }

  .menu-toggle span {
    background: #ffffff !important;
  }
}

/* Smooth the transition from full event header to compact navigation. */
.site-header {
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease !important;
}

.event-topbar {
  overflow: hidden !important;
  transition:
    max-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 340ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms ease,
    background-color 360ms ease,
    visibility 0s linear 560ms !important;
}

.site-header:not(.is-topbar-hidden):not(.is-scrolled):not(.past-hero):not(.is-nav-detached) .event-topbar {
  visibility: visible !important;
  transition:
    max-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 340ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms ease,
    background-color 360ms ease,
    visibility 0s linear 0s !important;
}

.nav-shell {
  transition:
    width 560ms cubic-bezier(0.22, 1, 0.36, 1),
    max-width 560ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 520ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 520ms cubic-bezier(0.22, 1, 0.36, 1),
    margin 520ms cubic-bezier(0.22, 1, 0.36, 1),
    background 420ms ease,
    border-color 420ms ease,
    border-radius 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms ease,
    clip-path 560ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 420ms ease,
    -webkit-backdrop-filter 420ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nav-desktop-links,
.nav-link {
  transition:
    gap 520ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms ease,
    font-size 420ms cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 420ms cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 260ms ease !important;
}

@media (min-width: 993px) {
  .site-header.is-topbar-hidden .event-topbar,
  .site-header.is-scrolled .event-topbar,
  .site-header.past-hero .event-topbar,
  .site-header.is-nav-detached .event-topbar {
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate3d(0, -100%, 0) !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
}

/* Footer layout aligned to the supplied reference. */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
  background: #020407 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  padding-top: 0 !important;
}

.site-footer .footer-inner {
  width: min(1840px, calc(100% - clamp(1.5rem, 3vw, 4rem))) !important;
  padding-top: 0 !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns:
    minmax(160px, 0.85fr)
    minmax(230px, 1.2fr)
    minmax(140px, 0.72fr)
    minmax(400px, 2.05fr) !important;
  align-items: start !important;
  gap: clamp(1.25rem, 2vw, 3rem) !important;
  padding-top: clamp(4.5rem, 7vw, 5.7rem) !important;
  padding-bottom: clamp(3.2rem, 5.5vw, 4.5rem) !important;
}

.site-footer .footer-col,
.site-footer .footer-col:has(.footer-office-group),
.site-footer .footer-col:has(.footer-contact-group) {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.site-footer .footer-kicker,
.site-footer .footer-title {
  min-height: 0 !important;
  margin: 0 0 1.45rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--mini-font) !important;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.12 !important;
  text-transform: uppercase !important;
}

.site-footer .footer-logo-wrap {
  width: min(230px, 100%) !important;
  padding: 2px !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.site-footer .footer-description {
  max-width: 34ch !important;
  margin: 1.35rem 0 1.35rem !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(0.95rem, 1vw, 1.04rem) !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

.site-footer .footer-website {
  border-bottom: 1px solid currentColor !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--body-font) !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.site-footer .footer-socials {
  gap: 1.05rem !important;
  margin-top: 1.25rem !important;
}

.site-footer .footer-socials a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.site-footer .footer-office-group,
.site-footer .footer-links,
.site-footer .footer-contact-group {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.site-footer .footer-office-group {
  gap: 1.45rem !important;
}

.site-footer .footer-office {
  max-width: 35rem !important;
  padding-left: 2rem !important;
  text-align: left !important;
}

.site-footer .footer-office::before {
  top: 0.12rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer .footer-office strong {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.28 !important;
  text-transform: uppercase !important;
}

.site-footer .footer-office p {
  max-width: 38ch !important;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
}

.site-footer .footer-links {
  gap: 0.78rem !important;
  justify-items: start !important;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.96rem !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  border-bottom-color: rgba(255, 255, 255, 0.28) !important;
}

.site-footer .footer-enquiries {
  grid-column: auto !important;
  min-width: 0 !important;
}

.site-footer .footer-contact-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  min-width: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.site-footer .footer-contact-grid .footer-contact-group,
.site-footer .footer-contact-grid .contact-topic {
  display: flex !important;
  min-width: 0 !important;
  min-height: 20rem !important;
  flex-direction: column !important;
  gap: 0.92rem !important;
  padding-left: clamp(0.85rem, 1vw, 1.25rem) !important;
  padding-right: clamp(0.75rem, 0.9vw, 1.1rem) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.site-footer .footer-contact-grid .footer-contact-group:nth-child(1) {
  order: 1 !important;
}

.site-footer .footer-contact-grid .footer-contact-group:nth-child(2) {
  order: 2 !important;
}

.site-footer .footer-contact-grid .footer-contact-group:nth-child(3) {
  order: 3 !important;
}

.site-footer .footer-contact-grid .contact-heading {
  min-height: 2.75em !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--mini-font) !important;
  font-size: clamp(0.72rem, 0.82vw, 0.86rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.12 !important;
  text-transform: uppercase !important;
}

.site-footer .contact-person {
  gap: 0.15rem !important;
  min-width: 0 !important;
}

.site-footer .contact-name {
  color: rgba(255, 255, 255, 0.94) !important;
  font-family: var(--mini-font) !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.12 !important;
  text-transform: uppercase !important;
}

.site-footer .contact-role {
  margin: 0.08rem 0 0.58rem !important;
  color: rgba(255, 255, 255, 0.52) !important;
  font-family: var(--mini-font) !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.15 !important;
}

.site-footer .contact-links {
  gap: 0.45rem !important;
  align-items: flex-start !important;
}

.site-footer .contact-links a {
  max-width: 100% !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.site-footer .footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.17) !important;
  padding: 1.28rem 0 1.55rem !important;
}

.site-footer .footer-copyright,
.site-footer .footer-event-summary {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: var(--mini-font) !important;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
}

.site-footer .footer-copyright {
  display: block !important;
}

.site-footer .footer-event-summary {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 0.35rem 0.7rem !important;
  text-align: right !important;
  text-transform: uppercase !important;
}

.site-footer .footer-event-summary span + span::before {
  content: "|" !important;
  margin-right: 0.7rem !important;
  color: rgba(255, 255, 255, 0.56) !important;
}

@media (max-width: 1023px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(220px, 1fr)
      minmax(260px, 1.1fr)
      minmax(180px, 0.8fr) !important;
  }

  .site-footer .footer-enquiries {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-contact-grid .footer-contact-group,
  .site-footer .footer-contact-grid .contact-topic {
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  .site-footer {
    text-align: left !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site-footer .footer-enquiries,
  .site-footer .footer-organizer {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-contact-grid {
    grid-template-columns: 1fr !important;
    border-left: 0 !important;
  }

  .site-footer .footer-contact-grid .footer-contact-group,
  .site-footer .footer-contact-grid .contact-topic {
    padding: 1rem 0 1.15rem !important;
    border-right: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .site-footer .footer-contact-grid .contact-heading {
    min-height: 0 !important;
  }

  .site-footer .footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .site-footer .footer-event-summary {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .site-footer .footer-col,
  .site-footer .footer-organizer,
  .site-footer .footer-office,
  .site-footer .contact-topic,
  .site-footer .contact-person,
  .site-footer .contact-links {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .site-footer .footer-logo-wrap,
  .site-footer .footer-description,
  .site-footer .footer-website {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .site-footer .footer-description {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .site-footer {
    text-align: center !important;
  }

  .site-footer .footer-inner {
    width: min(calc(100% - 2rem), 34rem) !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(1rem, 6vw, 1.7rem) !important;
    row-gap: 2.15rem !important;
    justify-items: center !important;
    padding-top: 3.5rem !important;
  }

  .site-footer .footer-organizer,
  .site-footer .footer-enquiries {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-offices {
    grid-column: 1 !important;
    align-self: start !important;
    justify-self: start !important;
    width: 100% !important;
  }

  .site-footer .footer-event-links {
    grid-column: 2 !important;
    align-self: start !important;
    justify-self: end !important;
    width: 100% !important;
  }

  .site-footer .footer-col,
  .site-footer .footer-organizer,
  .site-footer .footer-office,
  .site-footer .contact-topic,
  .site-footer .contact-person,
  .site-footer .contact-links {
    align-items: center !important;
    text-align: center !important;
  }

  .site-footer .footer-logo-wrap,
  .site-footer .footer-description,
  .site-footer .footer-website {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer .footer-description {
    display: none !important;
  }

  .site-footer .footer-socials,
  .site-footer .footer-links {
    justify-content: center !important;
    justify-items: center !important;
  }

  .site-footer .footer-office-group,
  .site-footer .footer-links,
  .site-footer .footer-contact-group {
    justify-items: center !important;
  }

  .site-footer .footer-offices,
  .site-footer .footer-offices .footer-office-group,
  .site-footer .footer-offices .footer-office {
    align-items: flex-start !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .site-footer .footer-event-links,
  .site-footer .footer-event-links .footer-links-group,
  .site-footer .footer-event-links .footer-links {
    align-items: flex-end !important;
    justify-items: end !important;
    text-align: right !important;
  }

  .site-footer .footer-offices .footer-office-group,
  .site-footer .footer-event-links .footer-links-group {
    align-content: start !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.78rem !important;
    margin-top: 0 !important;
  }

  .site-footer .footer-offices .footer-title,
  .site-footer .footer-event-links .footer-title {
    min-height: 2.25em !important;
    margin: 0 !important;
  }

  .site-footer .footer-office {
    max-width: 100% !important;
    padding-left: 0 !important;
  }

  .site-footer .footer-office::before {
    display: none !important;
  }

  .site-footer .footer-office p,
  .site-footer .footer-description {
    max-width: 32ch !important;
  }

  .site-footer .footer-offices .footer-office p {
    max-width: 19ch !important;
  }

  .site-footer .footer-contact-grid .footer-contact-group,
  .site-footer .footer-contact-grid .contact-topic {
    align-items: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  .site-footer .footer-bottom {
    align-items: center !important;
    text-align: center !important;
  }

  .site-footer .footer-event-summary {
    justify-content: center !important;
    text-align: center !important;
  }

  .site-footer .footer-event-summary span {
    display: inline-flex !important;
  }
}

/* Keep the mobile nav shell from rendering as a full-screen overlay. */
@media (max-width: 992px) {
  .site-header.is-topbar-hidden .nav-shell,
  .site-header.is-scrolled .nav-shell,
  .site-header.past-hero .nav-shell,
  .site-header.is-nav-detached .nav-shell,
  .nav-shell {
    position: static !important;
    inset: auto !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    pointer-events: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .nav-panel,
  .nav-panel:not(.is-open) {
    position: fixed !important;
  }
}

/* Deepwater pillar section, matched to the provided four-panel reference. */
.section.pillars-section {
  margin-top: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #020405 !important;
  color: #ffffff !important;
}

.section.pillars-section::before,
.section.pillars-section::after {
  display: none !important;
}

.pillars-section > .section-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.pillars-section .pillars-heading {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 8 !important;
  padding: clamp(4rem, 6vw, 5.5rem) 1rem clamp(2rem, 3.5vw, 3rem) !important;
  transform: none !important;
  pointer-events: auto !important;
}

.pillars-section .pillars-layout {
  width: var(--section-fit-width) !important;
  margin: 0 auto !important;
  gap: 0 !important;
}

.pillars-section .pillars-grid {
  --pillar-fade-x: clamp(2.4rem, 4.2vw, 5.4rem);
  --pillar-fade-y: clamp(1.8rem, 5vh, 4.2rem);
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-height: clamp(670px, 82vh, 840px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-bottom: 0 !important;
  background: #020405 !important;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 var(--pillar-fade-x), #000 calc(100% - var(--pillar-fade-x)), transparent 100%),
    linear-gradient(180deg, transparent 0, #000 var(--pillar-fade-y), #000 calc(100% - var(--pillar-fade-y)), transparent 100%) !important;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 var(--pillar-fade-x), #000 calc(100% - var(--pillar-fade-x)), transparent 100%),
    linear-gradient(180deg, transparent 0, #000 var(--pillar-fade-y), #000 calc(100% - var(--pillar-fade-y)), transparent 100%) !important;
  -webkit-mask-composite: source-in !important;
  mask-composite: intersect !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

.pillars-section .pillar-card,
.pillars-section .pillars-layout .pillar-card {
  position: relative !important;
  display: block !important;
  height: auto !important;
  min-height: clamp(670px, 82vh, 840px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  background: #020405 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transform: none !important;
}

.pillars-section .pillar-card:last-child {
  border-right: 0 !important;
}

.pillars-section .pillar-card:nth-child(1) {
  --card-accent: #078ff0 !important;
  --card-accent-warm: rgba(7, 143, 240, 0.34) !important;
}

.pillars-section .pillar-card:nth-child(2) {
  --card-accent: #078ff0 !important;
  --card-accent-warm: rgba(7, 143, 240, 0.34) !important;
}

.pillars-section .pillar-card:nth-child(3) {
  --card-accent: #078ff0 !important;
  --card-accent-warm: rgba(7, 143, 240, 0.34) !important;
}

.pillars-section .pillar-card:nth-child(4) {
  --card-accent: #078ff0 !important;
  --card-accent-warm: rgba(7, 143, 240, 0.34) !important;
}

.pillars-section .pillar-card-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  transform: scale(1.02) !important;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 650ms ease !important;
}

.pillars-section .pillar-card:nth-child(1) .pillar-card-image {
  object-position: 35% 50% !important;
  filter: grayscale(0.1) contrast(1.14) brightness(0.68) saturate(1.2) !important;
}

.pillars-section .pillar-card:nth-child(2) .pillar-card-image {
  object-position: 48% 50% !important;
  filter: grayscale(0.86) contrast(1.12) brightness(0.68) saturate(0.2) !important;
}

.pillars-section .pillar-card:nth-child(3) .pillar-card-image {
  object-position: 48% 50% !important;
  filter: grayscale(0.06) contrast(1.08) brightness(0.7) saturate(1.26) !important;
}

.pillars-section .pillar-card:nth-child(4) .pillar-card-image {
  object-position: 52% 50% !important;
  filter: grayscale(0.12) contrast(1.1) brightness(0.66) saturate(1.08) hue-rotate(142deg) !important;
}

.pillars-section .pillar-card:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
  transform: none !important;
}

.pillars-section .pillar-card:hover .pillar-card-image {
  transform: scale(1.075) !important;
}

.pillars-section .pillar-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background:
    linear-gradient(90deg,
      var(--pillar-edge-left-strong, rgba(2, 4, 5, 0)) 0%,
      var(--pillar-edge-left-soft, rgba(2, 4, 5, 0)) 10%,
      rgba(2, 4, 5, 0) 28%,
      rgba(2, 4, 5, 0) 72%,
      var(--pillar-edge-right-soft, rgba(2, 4, 5, 0)) 90%,
      var(--pillar-edge-right-strong, rgba(2, 4, 5, 0)) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.32) 62%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 42%, rgba(0, 0, 0, 0.28)) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.pillars-section .pillar-card:nth-child(1) {
  --pillar-edge-left-strong: #020405;
  --pillar-edge-left-soft: rgba(2, 4, 5, 0.82);
}

.pillars-section .pillar-card:nth-child(4) {
  --pillar-edge-right-strong: #020405;
  --pillar-edge-right-soft: rgba(2, 4, 5, 0.82);
}

.pillars-section .pillar-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(7, 143, 240, 0.2), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.46) 100%) !important;
  opacity: 0.52 !important;
  pointer-events: none !important;
}

.pillars-section .pillar-card:nth-child(2)::after {
  opacity: 0.24 !important;
}

.pillars-section .pillar-card-rust-bar {
  display: none !important;
}

.pillars-section .pillar-number {
  position: absolute !important;
  top: 36% !important;
  right: auto !important;
  left: 50% !important;
  z-index: 4 !important;
  color: transparent !important;
  font-family: var(--display-font) !important;
  font-size: 7.5rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 0.9 !important;
  opacity: 0.78 !important;
  transform: translate(-50%, -50%) !important;
  -webkit-text-stroke: 1.4px var(--card-accent) !important;
  text-shadow: 0 0 22px var(--card-accent-warm) !important;
}

.pillars-section .pillar-card-content {
  position: absolute !important;
  left: clamp(1.6rem, 3vw, 3.4rem) !important;
  right: clamp(1.5rem, 2.7vw, 3.1rem) !important;
  bottom: clamp(5.2rem, 8.5vh, 7.6rem) !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-rows: minmax(4.25rem, auto) auto !important;
  align-content: start !important;
  row-gap: clamp(1.35rem, 2vw, 1.8rem) !important;
  min-height: clamp(205px, 24vh, 252px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pillars-section .pillar-card h3 {
  display: block !important;
  min-height: 2.1em !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Special Gothic Condensed One", var(--mini-font) !important;
  font-size: 2rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.72) !important;
}

.pillars-section .pillar-card h3::after {
  bottom: -0.72rem !important;
  left: 0 !important;
  width: 31px !important;
  height: 3px !important;
  background: var(--card-accent) !important;
  opacity: 1 !important;
}

.pillars-section .pillar-card p {
  display: block !important;
  min-height: 0 !important;
  max-width: 22ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-family: var(--mini-font) !important;
  font-size: 1.03rem !important;
  font-weight: 500 !important;
  line-height: 1.78 !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.8) !important;
}

.pillars-section .pillars-footer-strip {
  position: relative !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(1rem, 3.5vw, 3rem) !important;
  min-height: clamp(84px, 11vh, 116px) !important;
  padding: 2rem clamp(1rem, 4vw, 3rem) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(2, 4, 5, 0.94), #050607),
    #050607 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-family: var(--mini-font) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.pillars-section .pillars-footer-strip::before {
  content: none !important;
  position: absolute !important;
  top: -1px !important;
  left: 50% !important;
  width: 96px !important;
  height: 1px !important;
  background: #050607 !important;
  transform: translateX(-50%) !important;
}

.pillars-section .pillars-footer-strip span {
  display: inline-flex !important;
  align-items: center !important;
  gap: clamp(1rem, 3vw, 2.2rem) !important;
}

.pillars-section .pillars-footer-strip span + span::before {
  content: "" !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: var(--blue) !important;
  box-shadow: 0 0 16px rgba(7, 143, 240, 0.86) !important;
}

@media (max-width: 1180px) {
  .pillars-section .pillar-card-content {
    left: clamp(1.25rem, 2.4vw, 2rem) !important;
    right: clamp(1.2rem, 2.2vw, 1.8rem) !important;
    grid-template-rows: minmax(3.25rem, auto) auto !important;
    min-height: clamp(185px, 23vh, 232px) !important;
  }

  .pillars-section .pillar-card h3 {
    font-size: 1.55rem !important;
  }
}

@media (max-width: 960px) {
  .section.pillars-section {
    padding-top: 0 !important;
  }

  .pillars-section .pillars-layout {
    width: var(--section-fit-width-tablet) !important;
  }

  .pillars-section .pillars-heading {
    padding: clamp(2.5rem, 8vw, 4rem) 1.25rem clamp(1.35rem, 4vw, 2rem) !important;
    background: #020405 !important;
  }

  .pillars-section .pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 0 !important;
  }

  .pillars-section .pillar-card:nth-child(2) {
    --pillar-edge-right-strong: #020405;
    --pillar-edge-right-soft: rgba(2, 4, 5, 0.82);
  }

  .pillars-section .pillar-card:nth-child(3) {
    --pillar-edge-left-strong: #020405;
    --pillar-edge-left-soft: rgba(2, 4, 5, 0.82);
  }

  .pillars-section .pillar-card,
  .pillars-section .pillars-layout .pillar-card {
    min-height: clamp(520px, 74vw, 680px) !important;
  }

  .pillars-section .pillar-number {
    top: 34% !important;
    font-size: 5.8rem !important;
  }

}

@media (max-width: 640px) {
  .pillars-section .pillars-layout {
    width: var(--section-fit-width-mobile) !important;
  }

  .pillars-section .pillars-grid {
    --pillar-fade-x: clamp(1.6rem, 8vw, 3.2rem);
    --pillar-fade-y: clamp(1.25rem, 7vw, 2.5rem);
    grid-template-columns: 1fr !important;
    row-gap: clamp(0.65rem, 3vw, 1rem) !important;
  }

  .pillars-section .pillar-card {
    --pillar-edge-left-strong: rgba(2, 4, 5, 0.9);
    --pillar-edge-left-soft: rgba(2, 4, 5, 0.62);
    --pillar-edge-right-strong: rgba(2, 4, 5, 0.9);
    --pillar-edge-right-soft: rgba(2, 4, 5, 0.62);
  }

  .pillars-section .pillar-card,
  .pillars-section .pillars-layout .pillar-card {
    min-height: clamp(520px, 138vw, 680px) !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .pillars-section .pillar-card:last-child {
    border-bottom: 0 !important;
  }

  .pillars-section .pillar-card-content {
    left: clamp(1.5rem, 7vw, 2.4rem) !important;
    right: clamp(1.5rem, 7vw, 2.4rem) !important;
    bottom: clamp(3.2rem, 10vw, 5rem) !important;
    grid-template-rows: minmax(4rem, auto) auto !important;
    min-height: clamp(190px, 42vw, 232px) !important;
  }

  .pillars-section .pillar-card h3 {
    font-size: 1.9rem !important;
  }

  .pillars-section .pillar-card p {
    max-width: 26ch !important;
    font-size: 0.98rem !important;
  }

  .pillars-section .pillars-footer-strip {
    flex-direction: column !important;
    gap: 0.8rem !important;
    min-height: 150px !important;
    letter-spacing: 0 !important;
  }

  .pillars-section .pillars-footer-strip span + span::before {
    display: none !important;
  }
}

/* Main section heading system. */
body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content),
body main .series-background-wrap :is(.series-block-head, .aim-series-heading),
body main .series-block :is(.series-block-head, .legacy-highlights__head) {
  display: grid !important;
  justify-items: center !important;
  align-items: start !important;
  width: min(980px, calc(100% - 2rem)) !important;
  max-width: 980px !important;
  min-height: 0 !important;
  margin: 0 auto clamp(1.5rem, 2.8vw, 2.35rem) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: clamp(0.9rem, 1.7vw, 1.2rem) !important;
  text-align: center !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content)::before,
body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content)::after,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading)::before,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading)::after,
body main .series-block :is(.series-block-head, .legacy-highlights__head)::before,
body main .series-block :is(.series-block-head, .legacy-highlights__head)::after {
  display: none !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker),
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker),
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker) {
  display: grid !important;
  grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(1rem, 2vw, 1.55rem) !important;
  width: min(560px, 100%) !important;
  max-width: calc(100vw - 2rem) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--mini-font) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::before,
body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::after,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::before,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::after,
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::before,
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  flex: none !important;
  width: 100% !important;
  height: 1px !important;
  border: 0 !important;
  background: linear-gradient(90deg, transparent, var(--blue)) !important;
  box-shadow: 0 0 14px rgba(7, 143, 240, 0.28) !important;
  transform: none !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::after,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::after,
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker)::after {
  background: linear-gradient(90deg, var(--blue), transparent) !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker) > span,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker) > span,
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker) > span {
  grid-column: 2 !important;
  text-align: center !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(h1, h2, h3),
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(h1, h2, h3),
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(h1, h2, h3) {
  max-width: 34ch !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-family: "Special Gothic Condensed One", var(--mini-font) !important;
  font-size: clamp(1.48rem, 2.15vw, 2.28rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  text-align: center !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.58) !important;
  text-transform: uppercase !important;
}

body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(h1, h2, h3)::after,
body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(h1, h2, h3)::after,
body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(h1, h2, h3)::after {
  content: "" !important;
  display: block !important;
  width: 34px !important;
  height: 2px !important;
  margin: clamp(1rem, 1.8vw, 1.4rem) auto 0 !important;
  background: var(--blue) !important;
  box-shadow: 0 0 16px rgba(7, 143, 240, 0.55) !important;
}

body main :is(.eyebrow-line-entry)::before,
body main :is(.eyebrow-line-entry)::after {
  opacity: 0.12 !important;
  transition:
    opacity 980ms cubic-bezier(0.22, 1, 0.36, 1) var(--eyebrow-line-delay, 0ms),
    transform 1120ms cubic-bezier(0.22, 1, 0.36, 1) var(--eyebrow-line-delay, 0ms) !important;
  will-change: opacity, transform;
}

body main :is(.eyebrow-line-entry)::before {
  transform: translateX(-2.2rem) scaleX(0) !important;
  transform-origin: right center !important;
}

body main :is(.eyebrow-line-entry)::after {
  transform: translateX(2.2rem) scaleX(0) !important;
  transform-origin: left center !important;
}

body main :is(.eyebrow-line-entry.is-eyebrow-line-visible)::before,
body main :is(.eyebrow-line-entry.is-eyebrow-line-visible)::after {
  opacity: 1 !important;
  transform: translateX(0) scaleX(1) !important;
}

body main :is(.eyebrow-line-entry.is-eyebrow-line-settled)::before,
body main :is(.eyebrow-line-entry.is-eyebrow-line-settled)::after {
  will-change: auto;
}

@media (max-width: 720px) {
  body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content),
  body main .series-background-wrap :is(.series-block-head, .aim-series-heading),
  body main .series-block :is(.series-block-head, .legacy-highlights__head) {
    width: min(100%, calc(100% - 1.25rem)) !important;
    margin-bottom: clamp(1.15rem, 5vw, 1.7rem) !important;
    gap: 0.78rem !important;
  }

  body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker),
  body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker),
  body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(.eyebrow, .eyebrow-accent, .legacy-highlights__kicker) {
    grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr) !important;
    gap: 0.72rem !important;
    font-size: 0.64rem !important;
    line-height: 1.15 !important;
  }

  body main .section :is(.section-heading, .overview-heading, .pillars-heading, .numbers-heading, .feedback-heading, .cta-content) > :is(h1, h2, h3),
  body main .series-background-wrap :is(.series-block-head, .aim-series-heading) > :is(h1, h2, h3),
  body main .series-block :is(.series-block-head, .legacy-highlights__head) > :is(h1, h2, h3) {
    max-width: 23ch !important;
    font-size: 1.42rem !important;
    line-height: 1.12 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body main :is(.eyebrow-line-entry)::before,
  body main :is(.eyebrow-line-entry)::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

/* Keep the hero and top bar aligned with the main heading type system. */
.hero-title-full,
.hero-title-full span,
.hero-title-year,
.brand-text,
.event-topbar__date,
.event-topbar__venue,
.event-topbar__cta {
  font-family: "Special Gothic Condensed One", var(--mini-font) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.hero-title-full {
  width: min(1320px, 96vw) !important;
  max-width: min(1320px, 96vw) !important;
  gap: clamp(0.42rem, 0.95vw, 0.82rem) !important;
  font-size: clamp(2.35rem, 5.35cqi, 5.05rem) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.hero-title-full span {
  width: 100% !important;
}

.hero-title-year {
  margin-top: clamp(0.3rem, 0.9vw, 0.72rem) !important;
  font-size: 1.08em !important;
}

.event-topbar__date {
  font-size: clamp(1.12rem, 0.5vw + 1rem, 1.42rem) !important;
  line-height: 1 !important;
}

.event-topbar__venue {
  font-size: clamp(0.92rem, 0.28vw + 0.82rem, 1.08rem) !important;
  line-height: 1 !important;
}

.event-topbar__cta {
  font-size: clamp(0.92rem, 0.24vw + 0.84rem, 1.04rem) !important;
}

@media (max-width: 640px) {
  .hero-title-full {
    width: min(100%, 390px) !important;
    max-width: min(100%, 390px) !important;
    gap: clamp(0.28rem, 1.8vw, 0.48rem) !important;
    font-size: clamp(1.48rem, 7.2vw, 2.25rem) !important;
    line-height: 1.12 !important;
  }

  .hero-title-full span,
  .hero-title-year {
    white-space: normal !important;
  }

  .hero-title-year {
    margin-top: clamp(0.18rem, 1.1vw, 0.34rem) !important;
    font-size: 1.04em !important;
  }

  .event-topbar__date {
    font-size: clamp(1rem, 4.8vw, 1.22rem) !important;
  }

  .event-topbar__venue {
    font-size: clamp(0.82rem, 3.8vw, 0.98rem) !important;
  }
}

@media (min-width: 641px) and (max-height: 880px) {
  .hero-inner {
    width: min(94vw, 1240px) !important;
    gap: clamp(0.72rem, 1.45vh, 1.05rem) !important;
  }

  .hero .hero-banner-red {
    padding: clamp(0.38rem, 0.85vh, 0.56rem) clamp(1rem, 2.2vw, 1.85rem) !important;
    font-size: clamp(0.72rem, 1.55vh, 0.94rem) !important;
    line-height: 1.08 !important;
  }

  .hero-title-full {
    width: min(1180px, 94vw) !important;
    max-width: min(1180px, 94vw) !important;
    gap: clamp(0.18rem, 0.68vh, 0.4rem) !important;
    font-size: clamp(2rem, 4.45cqi, 4rem) !important;
    line-height: 1.04 !important;
  }

  .hero-title-year {
    margin-top: clamp(0.12rem, 0.48vh, 0.28rem) !important;
    font-size: 1.03em !important;
  }

  .hero-subtitle-main {
    margin-top: clamp(0.35rem, 0.95vh, 0.72rem) !important;
    padding: clamp(0.42rem, 0.95vh, 0.58rem) clamp(0.9rem, 2vw, 1.45rem) !important;
    font-size: clamp(0.84rem, 1.75vh, 1.05rem) !important;
    line-height: 1.12 !important;
  }

  .hero-center-actions {
    gap: clamp(0.72rem, 1.4vw, 1rem) !important;
    margin-top: 0 !important;
  }

  .hero-seat-rotation {
    gap: clamp(0.9rem, 2vw, 1.45rem) !important;
  }

  .hero-seat-rotation__item + .hero-seat-rotation__item {
    padding-left: clamp(0.9rem, 2vw, 1.45rem) !important;
  }

  .hero-seat-rotation__item strong {
    font-size: clamp(1.55rem, 4.4vh, 2.45rem) !important;
  }

  .hero-seat-rotation__item > span,
  .hero-seat-rotation__label span {
    font-size: clamp(0.5rem, 1.2vh, 0.62rem) !important;
  }
}

/* Match main content width to the pillar card section, except the overview. */
body main > .section:not(.hero):not(.overview-section):not(.pillars-section) > .section-inner,
body main .series-background-wrap > .section > .section-inner,
body main .value-cta-bg-wrap > .section > .section-inner {
  width: var(--section-fit-width) !important;
  max-width: var(--section-fit-width) !important;
}

body main .numbers-section .numbers-grid,
body main .feedback-section .feedback-marquee,
body main .cta-section .cta-card,
body main .legacy-highlights__media {
  width: 100% !important;
  max-width: 100% !important;
}

body main .agenda-strip .agenda-strip-inner {
  width: min(86%, 1480px) !important;
  max-width: min(86%, 1480px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1.1rem, 2.4vw, 2.75rem) !important;
  padding-right: clamp(1.1rem, 2.4vw, 2.75rem) !important;
}

body main .pillars-section .pillars-footer-strip {
  width: var(--section-fit-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body main .series-background-wrap .overview-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body main .series-background-wrap .overview-section > .section-inner {
  width: var(--container) !important;
  max-width: var(--container) !important;
}

/* Tighten the transition from Event in Numbers into the pillars section. */
body main > .section.numbers-section {
  padding-bottom: clamp(1.2rem, 2.2vw, 2rem) !important;
}

body main > .section.numbers-section + .section.pillars-section {
  margin-top: 0 !important;
}

body main > .section.pillars-section .pillars-heading {
  padding-top: clamp(1.65rem, 3vw, 2.75rem) !important;
  padding-bottom: clamp(1.45rem, 2.7vw, 2.25rem) !important;
}

@media (max-width: 960px) {
  :root {
    --section-fit-width: min(94%, 860px);
  }
}

@media (max-width: 640px) {
  :root {
    --section-fit-width: min(92%, 420px);
  }

  body main > .section.numbers-section {
    padding-bottom: clamp(0.85rem, 4vw, 1.25rem) !important;
  }

  body main > .section.pillars-section .pillars-heading {
    padding-top: clamp(1.15rem, 5vw, 1.75rem) !important;
  }

  body main .agenda-strip .agenda-strip-inner {
    width: min(calc(100% - 2rem), 340px) !important;
    max-width: min(calc(100% - 2rem), 340px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Supporting partners: remove inner logo containers and scale logos up. */
body main .series-partners-block .series-logo-card {
  background: #ffffff !important;
  padding: clamp(0.35rem, 0.7vw, 0.55rem) !important;
}

body main .series-partners-block .series-logo-card::before {
  content: none !important;
  display: none !important;
}

body main .series-partners-block .series-logo-grid-featured .series-logo-card img {
  width: 100% !important;
  max-width: min(300px, 97%) !important;
  max-height: 136px !important;
  object-fit: contain !important;
}

@media (max-width: 640px) {
  body main .series-partners-block .series-logo-card {
    padding: 0.35rem !important;
  }

  body main .series-partners-block .series-logo-grid-featured .series-logo-card:last-child {
    display: none !important;
  }

  body main .series-partners-block .series-logo-grid-featured .series-logo-card img {
    max-width: min(190px, 97%) !important;
    max-height: 98px !important;
  }
}

/* Keep the Key Topics gallery spacious without overpowering adjacent sections. */
body main > .section.key-topics-section > .section-inner {
  width: min(98%, 1920px) !important;
  max-width: min(98%, 1920px) !important;
}

body main > .section.key-topics-section {
  padding-bottom: clamp(3rem, 4.5vw, 4.75rem) !important;
}

.key-topics-section .topic-gallery {
  min-height: clamp(760px, 84vh, 900px) !important;
  margin-top: clamp(1.4rem, 3vw, 2.6rem) !important;
}

.key-topics-section .topic-gallery .cards {
  width: clamp(18.5rem, 24.8vw, 26rem) !important;
  height: clamp(32.75rem, 44.5vw, 46rem) !important;
  top: 50% !important;
}

.key-topics-section .topic-gallery .topic-gallery-card {
  width: clamp(18.5rem, 24.8vw, 26rem) !important;
  padding: clamp(1.25rem, 2vw, 1.75rem) !important;
}

.key-topics-section .topic-card-number {
  width: clamp(2.9rem, 3.9vw, 3.65rem) !important;
  height: clamp(2.9rem, 3.9vw, 3.65rem) !important;
  font-size: clamp(0.95rem, 1.05vw, 1.1rem) !important;
}

.key-topics-section .topic-gallery .cards h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.55rem) !important;
}

.key-topics-section .topic-gallery .cards p {
  max-width: 34ch !important;
  font-size: clamp(0.9rem, 1.02vw, 1rem) !important;
}

@media (max-width: 960px) {
  .key-topics-section .topic-gallery {
    min-height: clamp(680px, 104vw, 800px) !important;
  }

  .key-topics-section .topic-gallery .cards,
  .key-topics-section .topic-gallery .topic-gallery-card {
    width: min(60vw, 21.5rem) !important;
  }

  .key-topics-section .topic-gallery .cards {
    height: min(106vw, 38rem) !important;
  }
}

@media (max-width: 640px) {
  .key-topics-section .topic-gallery {
    min-height: clamp(580px, 124vw, 700px) !important;
    margin-top: clamp(0.8rem, 4vw, 1.2rem) !important;
  }

  .key-topics-section .topic-gallery .cards,
  .key-topics-section .topic-gallery .topic-gallery-card {
    width: min(74vw, 19rem) !important;
  }

  .key-topics-section .topic-gallery .cards {
    height: min(130vw, 33.5rem) !important;
  }
}

/* Active navigation state. */
.nav-link {
  position: relative;
}

.site-header .nav-link.is-active,
.site-header .nav-link[aria-current="true"],
.site-header.is-nav-detached .nav-link.is-active,
.site-header.is-nav-detached .nav-link[aria-current="true"],
.site-header.is-topbar-hidden .nav-link.is-active,
.site-header.is-topbar-hidden .nav-link[aria-current="true"],
.site-header.is-scrolled .nav-link.is-active,
.site-header.is-scrolled .nav-link[aria-current="true"],
.site-header.past-hero .nav-link.is-active,
.site-header.past-hero .nav-link[aria-current="true"] {
  color: #7dd3ff !important;
  text-shadow: none !important;
}

.site-header .nav-link.is-active::after,
.site-header .nav-link[aria-current="true"]::after,
.site-header.is-nav-detached .nav-link.is-active::after,
.site-header.is-nav-detached .nav-link[aria-current="true"]::after {
  content: none;
  display: none;
}

/* Keep topbar event details and actions in the regular site text style. */
.event-topbar__date,
.event-topbar__venue,
.event-topbar__cta {
  font-family: var(--mini-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.nav-panel a.is-active,
.nav-panel a[aria-current="true"] {
  color: #7dd3ff !important;
  text-shadow: none !important;
}

/* Featured speakers: data-driven cards placed below the supporting partners. */
body main .namibia-speakers-block {
  width: min(1440px, calc(100% - 6vw));
  margin-inline: auto;
  gap: clamp(1.45rem, 2.6vw, 2.2rem);
}

.speaker-showcase-grid {
  --showcase-gap: clamp(0.85rem, 1.35vw, 1.35rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--showcase-gap);
  align-items: stretch;
}

.speaker-showcase-status {
  width: 100%;
  margin: 0;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--mini-font);
  font-size: 0.9rem;
  text-align: center;
}

.speaker-showcase-status.is-error {
  border: 1px solid rgba(125, 211, 255, 0.36);
}

.speaker-showcase-card {
  position: relative;
  flex: 0 1 calc((100% - (3 * var(--showcase-gap))) / 4);
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 255, 0.46);
  border-radius: 0.35rem;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.speaker-showcase-card:hover {
  transform: translateY(-6px);
  border-color: #7dd3ff;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34);
}

.speaker-showcase-card {
  cursor: pointer;
}

.speaker-showcase-card:focus-visible {
  outline: 3px solid rgba(125, 211, 255, 0.72);
  outline-offset: 4px;
}

.speaker-showcase-card__portrait {
  width: 100%;
  height: clamp(255px, 20vw, 310px);
  object-fit: cover;
  object-position: center top;
  background: #e8f5f5;
}

.speaker-showcase-card__linkedin {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.35rem;
  background: #0a66c2;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, background-color 180ms ease;
}

.speaker-showcase-card__linkedin:hover,
.speaker-showcase-card__linkedin:focus-visible {
  background: #004182;
  transform: scale(1.08);
}

.speaker-showcase-card__linkedin:focus-visible {
  outline: 3px solid #7dd3ff;
  outline-offset: 3px;
}

.speaker-showcase-card__linkedin svg {
  width: 1.22rem;
  height: 1.22rem;
  fill: currentColor;
}

.speaker-showcase-card__details {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 0.65rem;
  min-height: 12rem;
  padding: clamp(0.8rem, 1.15vw, 1rem);
  border-top: 4px solid #0b8791;
  color: #102b36;
}

.speaker-showcase-card__details::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  background-image: url("assets/images/Speaker%20bg.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 104%;
  opacity: 0.12;
  pointer-events: none;
}

.speaker-showcase-card__details > * {
  position: relative;
  z-index: 1;
}

.speaker-showcase-card__identity {
  display: grid;
  gap: 0.36rem;
}

.speaker-showcase-card__identity h4 {
  display: -webkit-box;
  min-height: calc(1.16em * 2);
  margin: 0;
  color: #0c5462;
  font-family: var(--mini-font);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.16;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.speaker-showcase-card__designation {
  display: -webkit-box;
  min-height: calc(1.3em * 2);
  margin: 0;
  color: #52717a;
  font-family: var(--mini-font);
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.speaker-showcase-card__company {
  display: grid;
  grid-template-columns: minmax(84px, 126px) 1fr;
  gap: 0.65rem;
  align-items: center;
  min-height: 3.25rem;
  padding-top: 0.6rem;
  border-top: 1px solid #c9e4e5;
}

.speaker-showcase-card__logo {
  width: 100%;
  max-height: 3.8rem;
  object-fit: contain;
}

.speaker-showcase-card__company span {
  justify-self: end;
  color: #21424a;
  font-family: var(--mini-font);
  font-size: clamp(0.66rem, 0.79vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.22;
  text-align: right;
  text-transform: uppercase;
}

/* Shared surface treatment: keep site containers subtly rounded. */
:root {
  --container-corner-radius: 0.25rem;
}

body main :is(
  .section-inner,
  .card,
  article[class*="card"],
  div[class*="card"]:not([class*="number"]):not([class*="icon"]),
  li[class*="card"],
  figure[class*="card"],
  [class*="-panel"],
  [class*="-tile"],
  [class*="-box"],
  [class*="-frame"],
  [class*="-media"],
  [class*="-container"]
) {
  border-radius: var(--container-corner-radius) !important;
}

@media (max-width: 1024px) {
  .speaker-showcase-grid {
    --showcase-gap: 1rem;
  }

  .speaker-showcase-card {
    flex-basis: calc((100% - var(--showcase-gap)) / 2);
  }

  .speaker-showcase-card__portrait {
    height: clamp(260px, 36vw, 320px);
  }
}

@media (max-width: 640px) {
  body main .namibia-speakers-block {
    width: min(calc(100% - 1.25rem), 420px);
  }

  .speaker-showcase-grid {
    gap: 1rem;
  }

  .speaker-showcase-card {
    flex-basis: 100%;
  }

  .speaker-showcase-card__portrait {
    height: clamp(250px, 62vw, 310px);
  }
}

/* Technical committee and speaker profile modals. */
body.profile-modal-open {
  overflow: hidden;
}

.profile-modal[hidden] {
  display: none;
}

.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 16000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.25rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.profile-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.profile-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 9, 13, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.profile-modal__panel {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: min(92vw, 780px);
  max-height: min(88svh, 720px);
  overflow: auto;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(11, 135, 145, 0.48);
  border-radius: var(--container-corner-radius);
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  color: #102b36;
  outline: none;
  scrollbar-width: none;
}

.profile-modal__panel::-webkit-scrollbar {
  display: none;
}

.profile-modal--speaker .profile-modal__panel {
  width: min(94vw, 940px);
}

.profile-modal__panel::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: min(56%, 28rem);
  height: min(82%, 31rem);
  background: url("assets/images/Speaker%20bg.webp") no-repeat right bottom / contain;
  opacity: 0.12;
  pointer-events: none;
}

.profile-modal__panel > * {
  position: relative;
  z-index: 1;
}

.profile-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(11, 135, 145, 0.42);
  border-radius: var(--container-corner-radius);
  background: rgba(255, 255, 255, 0.8);
  color: #0c5462;
  transition: background 160ms ease, border-color 160ms ease;
}

.profile-modal__close:hover,
.profile-modal__close:focus-visible {
  border-color: #0b8791;
  background: rgba(11, 135, 145, 0.12);
  outline: none;
}

.profile-modal__close svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.profile-modal__profile {
  display: grid;
  grid-template-columns: minmax(148px, 210px) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding-right: 2.5rem;
}

.profile-modal__portrait {
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  border-radius: var(--container-corner-radius);
  object-fit: cover;
  object-position: center top;
}

.profile-modal__label,
.profile-modal__eyebrow {
  margin: 0;
  color: #0b8791;
  font-family: var(--mini-font);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.profile-modal__identity h2 {
  margin: 0.45rem 0 0;
  color: #0c5462;
  font-family: var(--mini-font);
  font-size: clamp(1.5rem, 3.1vw, 2.35rem);
  font-weight: 800;
  line-height: 1.05;
}

.profile-modal__designation,
.profile-modal__company {
  margin: 0.6rem 0 0;
  font-family: var(--mini-font);
  line-height: 1.45;
}

.profile-modal__designation {
  color: #52717a;
  font-weight: 700;
}

.profile-modal__company {
  color: #0b8791;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile-modal__overview,
.profile-modal__speaker-extra {
  margin-top: clamp(1.35rem, 3vw, 2rem);
  padding-top: clamp(1rem, 2vw, 1.35rem);
  border-top: 1px solid #c9e4e5;
}

.profile-modal__overview [data-profile-bio] {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.75rem;
}

.profile-modal__overview p {
  margin: 0;
  color: #21424a;
  font-family: var(--mini-font);
  font-size: clamp(0.92rem, 1.2vw, 1rem);
  line-height: 1.7;
}

.profile-modal__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.profile-modal__topics li {
  padding: 0.45rem 0.65rem;
  border: 1px solid #102b36;
  border-radius: var(--container-corner-radius);
  background: transparent;
  color: #102b36;
  font-family: var(--mini-font);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.profile-modal__register-invite {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

.profile-modal__invite-icon {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border: 1px solid #0b8791;
  border-radius: 50%;
  color: #0b8791;
}

.profile-modal__invite-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-modal__invite-copy {
  display: grid;
  gap: 0.32rem;
}

.profile-modal__invite-copy p,
.profile-modal__invite-copy span {
  margin: 0;
  font-family: var(--mini-font);
}

.profile-modal__invite-copy p {
  color: #0b8791;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-modal__invite-copy span {
  color: #21424a;
  font-size: clamp(0.84rem, 1.25vw, 0.95rem);
  line-height: 1.45;
}

.profile-modal__register-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.1rem;
  padding: 0.42rem 0.8rem 0.42rem 0.48rem;
  border: 1px solid #0b8791;
  border-radius: var(--container-corner-radius);
  background: rgba(255, 255, 255, 0.64);
  color: #0c5462;
  font-family: var(--mini-font);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.profile-modal__register-button span {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  background: #0b8791;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1;
}

.profile-modal__register-button:hover,
.profile-modal__register-button:focus-visible {
  background: #0b8791;
  color: #ffffff;
  transform: translateY(-1px);
  outline: none;
}

.profile-modal__register-button:hover span,
.profile-modal__register-button:focus-visible span {
  background: #ffffff;
  color: #0b8791;
}

@media (max-width: 580px) {
  .profile-modal {
    padding: 0.75rem;
  }

  .profile-modal__panel {
    width: 100%;
    max-height: 92svh;
    padding: 1.1rem;
  }

  .profile-modal__profile {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 1rem;
    padding-right: 2rem;
  }

  .profile-modal__close {
    top: 0.55rem;
    right: 0.55rem;
    width: 2.2rem;
    height: 2.2rem;
  }

  .profile-modal__register-invite {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
  }

  .profile-modal__register-button {
    grid-column: 1 / -1;
  }
}

/* Keep the mobile and tablet topbar edge-to-edge. */
@media (max-width: 992px) {
  .event-topbar,
  .site-header.is-topbar-hidden .event-topbar,
  .site-header.is-scrolled .event-topbar,
  .site-header.past-hero .event-topbar {
    border-radius: 0 !important;
  }
}
