/* About + Speakers + Partners + Agenda + Hub 2026 — visual system from about.html / speakers.html.
   Keeps current Grav copy and CMS speakers. Scoped to body.about-2026 / speakers-2026 / partners-2026 / agenda-2026 / hub-2026. */

body.about-2026,
body.speakers-2026,
body.partners-2026,
body.agenda-2026,
body.hub-2026 {
  --bg: #100a16;
  --plum: #25102f;
  --aub: #3b174d;
  --violet: #6e38a3;
  --lav: #cdb6e4;
  --lilac: #e6daf2;
  --pearl: #f7f4f8;
  --line: rgba(238, 229, 247, 0.22);
  --max: 1240px;
  --serif: 'Fraunces', Georgia, serif;
  --sans: Inter, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  margin: 0;
  background: var(--bg);
  color: var(--pearl);
  font: 400 16px/1.65 var(--sans);
  overflow-x: hidden;
}

body.about-2026 a,
body.speakers-2026 a {
  color: inherit;
  touch-action: manipulation;
}

body.about-2026 .serif,
body.speakers-2026 .serif,
body.about-2026 .accent,
body.speakers-2026 .accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  color: var(--lav);
}

body.about-2026 .wrap,
body.speakers-2026 .wrap {
  max-width: var(--max);
  margin: 0 auto;
}

body.about-2026 .section,
body.speakers-2026 .section {
  position: relative;
  padding: 4.5rem 1rem;
}

body.about-2026 .eyebrow,
body.speakers-2026 .eyebrow,
body.about-2026 .page-hero .ph-prehead,
body.speakers-2026 .page-hero .ph-prehead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.85rem;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(230, 218, 242, 0.36);
  border-radius: 999px;
  background: rgba(72, 34, 92, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--lav) !important;
  font: 700 0.72rem var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.about-2026 .title,
body.speakers-2026 .title,
body.about-2026 .page-hero .ph-title,
body.speakers-2026 .page-hero .ph-title {
  font-family: var(--sans);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.055em;
  color: var(--pearl) !important;
  margin: 0.85rem 0 1rem;
}

body.about-2026 .page-hero,
body.speakers-2026 .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding-top: calc(72px + env(safe-area-inset-top, 0px));
  background: #190b21 url('../img/design/mt0wpg26-image-bg.jpg') 70% center / cover no-repeat;
}

body.about-2026 .page-hero::after,
body.speakers-2026 .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(16, 10, 22, 0.95), rgba(28, 11, 37, 0.7), rgba(16, 10, 22, 0.35));
}

body.about-2026 .page-hero .ph-bg,
body.speakers-2026 .page-hero .ph-bg,
body.about-2026 .page-hero .hero-texture,
body.speakers-2026 .page-hero .hero-texture,
body.about-2026 .page-hero .ph-shimmer,
body.speakers-2026 .page-hero .ph-shimmer,
body.about-2026 .page-hero .ph-glow-circles,
body.speakers-2026 .page-hero .ph-glow-circles {
  display: none !important;
}

body.about-2026 .page-hero .ph-content,
body.speakers-2026 .page-hero .ph-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  padding: 2rem 1rem;
  text-align: center;
}

body.about-2026 .page-hero .ph-subtitle,
body.speakers-2026 .page-hero .ph-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: var(--pearl) !important;
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  line-height: 1.25;
}

body.about-2026 a.button,
body.speakers-2026 a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 44px;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: linear-gradient(120deg, #f6f2f8, #c9c5d2);
  color: #1b1022 !important;
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s var(--ease);
}

body.about-2026 a.button.purple,
body.speakers-2026 a.button.purple {
  background: linear-gradient(120deg, #52236c, #7e46ad);
  color: #fff !important;
  border-color: rgba(230, 218, 242, 0.38);
}

body.about-2026 a.button:focus-visible,
body.speakers-2026 a.button:focus-visible,
body.about-2026 a.button:active,
body.speakers-2026 a.button:active {
  transform: translateY(-2px);
}

/* About — intro */
body.about-2026 .intro {
  background: linear-gradient(155deg, #15091d, #30133d);
}

body.about-2026 .intro-grid {
  max-width: 860px;
  display: grid;
  gap: 1.5rem;
}

body.about-2026 .intro-copy p {
  margin: 0 0 1.5rem;
  max-width: 68ch;
  color: var(--pearl);
}

body.about-2026 .intro-copy p:first-child {
  font-size: clamp(1.2rem, 2.4vw, 1.85rem);
  line-height: 1.35;
}

body.about-2026 .intro-copy p:last-child {
  margin-bottom: 0;
}

body.about-2026 .intro-copy .dropcap {
  float: none;
  margin: 0;
  font: inherit;
  color: inherit;
}

/* About — themes / audience / outcomes */
body.about-2026 .themes {
  background: #110917;
}

body.about-2026 .themes-head,
body.about-2026 .audience .themes-head {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem;
}

body.about-2026 .themes-head p,
body.about-2026 .section-lead,
body.about-2026 .awards-inner p,
body.about-2026 .video-intro p {
  margin: 0;
  max-width: 68ch;
  color: #ddd3e4;
}

body.about-2026 .theme-list,
body.about-2026 .audience-grid,
body.about-2026 .outcome-grid {
  display: grid;
  gap: 1rem;
}

body.about-2026 .theme-row,
body.about-2026 .audience-card,
body.about-2026 .outcome {
  min-height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

body.about-2026 .theme-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 0.9rem 1.1rem;
}

body.about-2026 .theme-row > div {
  grid-column: 1 / -1;
}

body.about-2026 .theme-no {
  font: 600 1.45rem var(--serif);
  color: var(--lav);
}

body.about-2026 .theme-row h3,
body.about-2026 .audience-card h3,
body.about-2026 .outcome h3 {
  margin: 0.15rem 0 0.5rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.15;
  color: var(--pearl);
}

body.about-2026 .theme-row p,
body.about-2026 .audience-card p,
body.about-2026 .outcome p {
  margin: 0;
  color: #d8cedf;
}

body.about-2026 .audience {
  background: radial-gradient(circle at 80% 30%, rgba(110, 56, 163, 0.22), transparent 35%), #25102f;
}

body.about-2026 .outcomes {
  background: linear-gradient(145deg, #0d0712, #21102b);
}

body.about-2026 .video {
  background: #1d0d27;
}

body.about-2026 .video-intro {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

body.about-2026 .video-frame,
body.about-2026 .video-frame.video-placeholder {
  position: relative;
  width: min(900px, 100%);
  aspect-ratio: 16 / 9;
  margin: 2rem auto 0;
  border: 1px solid rgba(230, 218, 242, 0.38);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(110, 56, 163, 0.27), #100a16);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  cursor: pointer;
}

body.about-2026 .video-frame .video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.about-2026 .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--pearl);
  color: var(--aub);
}

body.about-2026 .video-play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

body.about-2026 .video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.about-2026 .video-frame.is-playing .video-play,
body.about-2026 .video-frame.is-playing .video-poster {
  display: none;
}

body.about-2026 .video-label {
  margin: 1rem 0 0;
  text-align: center;
  color: #d8cedf;
  font-size: 0.9rem;
}

body.about-2026 .about-awards {
  background: #160a1e;
}

body.about-2026 .awards-inner,
body.about-2026 .final-inner,
body.speakers-2026 .final-inner {
  max-width: 800px;
}

body.about-2026 .awards-inner .button,
body.about-2026 .final-inner .button,
body.speakers-2026 .final-inner .button {
  margin-top: 1.5rem;
}

body.about-2026 .final,
body.speakers-2026 .final {
  isolation: isolate;
  background: #190b21 url('../img/design/wifs-fabric-hero.png') center / cover no-repeat;
}

body.about-2026 .final::after,
body.speakers-2026 .final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(16, 10, 22, 0.72);
}

body.speakers-2026 .speakers {
  background: radial-gradient(circle at 80% 10%, rgba(110, 56, 163, 0.16), transparent 30%), #160a1e;
}

body.speakers-2026 .speakers .title {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

body.speakers-2026 .speakers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

body.speakers-2026 .speakers-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: #d8cedf;
}

body.speakers-2026 .card.speaker-card {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  overflow: hidden;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

body.speakers-2026 .card.speaker-card:focus-visible,
body.speakers-2026 .card.speaker-card:active {
  transform: translateY(-5px);
  border-color: rgba(205, 182, 228, 0.67);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
  outline: 2px solid var(--lav);
  outline-offset: 2px;
}

body.speakers-2026 .portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(110, 56, 163, 0.31), #25102f);
  color: var(--lav);
  font-weight: 700;
}

body.speakers-2026 .portrait .sp-img,
body.speakers-2026 .portrait img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

body.speakers-2026 .card-copy {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 3.5rem 1.2rem 1rem;
}

body.speakers-2026 .card-copy .sp-name,
body.speakers-2026 .card-copy h2 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  color: var(--pearl);
}

body.speakers-2026 .card-copy .sp-role,
body.speakers-2026 .card-copy .sp-org,
body.speakers-2026 .card-copy p {
  margin: 0;
  color: #d8cedf;
  font-size: 0.85rem;
}

body.speakers-2026 .plus {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
}

body.speakers-2026 .card.speaker-card:focus-visible .plus,
body.speakers-2026 .card.speaker-card:active .plus {
  background: var(--lav);
  color: var(--aub);
}

body.speakers-2026 .speaker-hidden {
  display: none;
}

body.speakers-2026 .profile-modal.modal-overlay {
  align-items: center;
  overflow: hidden;
  padding: 1rem;
  background: rgba(9, 5, 11, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.speakers-2026 .profile-modal__dialog {
  display: flex;
  flex-direction: column;
  width: min(850px, 100%) !important;
  max-width: min(850px, 100%) !important;
  height: min(90vh, 640px);
  height: min(90dvh, 640px);
  max-height: min(90vh, 640px);
  max-height: min(90dvh, 640px);
  overflow: hidden;
  border: 1px solid rgba(230, 218, 242, 0.36);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(53, 21, 68, 0.95), rgba(21, 9, 29, 0.96));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
}

body.speakers-2026 .profile-modal__dialog .modal-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(16, 10, 22, 0.8);
  color: #fff;
}

body.speakers-2026 .profile-modal__layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: none;
}

body.speakers-2026 .profile-modal__media {
  display: block;
  flex: 0 0 180px;
  min-height: 0;
  max-height: 180px;
  overflow: hidden;
  background: rgba(110, 56, 163, 0.27);
}

body.speakers-2026 .profile-modal__media .profile-picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: 180px;
  object-fit: cover;
  object-position: center top;
}

body.speakers-2026 .profile-modal__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

body.speakers-2026 .profile-modal__body .profile-name,
body.speakers-2026 .profile-modal__body .profile-job,
body.speakers-2026 .profile-modal__body .profile-company {
  flex: 0 0 auto;
  color: var(--pearl);
}

body.speakers-2026 .profile-modal__body .profile-job {
  color: var(--lav);
}

body.speakers-2026 .profile-modal__body .profile-description {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 0.75rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  color: #d8cedf;
}

@media (min-width: 700px) {
  body.about-2026 .section,
  body.speakers-2026 .section {
    padding: 6.5rem 1rem;
  }

  body.about-2026 .page-hero,
  body.speakers-2026 .page-hero {
    min-height: 500px;
  }

  body.about-2026 .theme-list,
  body.about-2026 .audience-grid,
  body.about-2026 .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  body.speakers-2026 .profile-modal__layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    height: 100%;
    max-height: none;
  }

  body.speakers-2026 .profile-modal__media {
    align-self: stretch;
    flex: none;
    height: 100%;
    min-height: 100%;
    max-height: none !important;
  }

  body.speakers-2026 .profile-modal__media .profile-picture {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top;
  }
}

@media (min-width: 1050px) {
  body.speakers-2026 .speakers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (hover: hover) and (pointer: fine) {
  body.about-2026 a.button:hover,
  body.speakers-2026 a.button:hover,
  body.about-2026 .theme-row:hover,
  body.about-2026 .audience-card:hover,
  body.about-2026 .outcome:hover,
  body.speakers-2026 .card.speaker-card:hover {
    transform: translateY(-4px);
  }

  body.speakers-2026 .card.speaker-card:hover .plus {
    transform: rotate(90deg);
    background: var(--lav);
    color: var(--aub);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.about-2026 *,
  body.speakers-2026 *,
  body.partners-2026 *,
  body.agenda-2026 *,
  body.hub-2026 * {
    animation: none !important;
    transition: none !important;
  }
}

/* Partners — keep listing/form layout; invert to dark + white type */
body.partners-2026 a {
  color: inherit;
  touch-action: manipulation;
}

body.partners-2026 .serif,
body.partners-2026 .accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  color: var(--lav);
}

body.partners-2026 .wrap {
  max-width: var(--max);
  margin: 0 auto;
}

body.partners-2026 .section {
  position: relative;
  padding: 4.5rem 1rem;
}

body.partners-2026 .page-hero .ph-prehead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.85rem;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(230, 218, 242, 0.36);
  border-radius: 999px;
  background: rgba(72, 34, 92, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--lav) !important;
  font: 700 0.72rem var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.partners-2026 .title,
body.partners-2026 .page-hero .ph-title,
body.partners-2026 .section-title,
body.partners-2026 .tier-name,
body.partners-2026 .benefit-card h3,
body.partners-2026 .form-section .section-title,
body.partners-2026 .form-section .contact-person-name {
  font-family: var(--sans);
  font-weight: 800;
  color: var(--pearl) !important;
}

body.partners-2026 .page-hero .ph-title {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 0.85rem 0 1rem;
}

body.partners-2026 .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding-top: calc(72px + env(safe-area-inset-top, 0px));
  background: #190b21 url('../img/design/mt0wpg26-image-bg.jpg') 70% center / cover no-repeat;
}

body.partners-2026 .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(16, 10, 22, 0.95), rgba(28, 11, 37, 0.7), rgba(16, 10, 22, 0.35));
}

body.partners-2026 .page-hero .ph-bg,
body.partners-2026 .page-hero .hero-texture,
body.partners-2026 .page-hero .ph-shimmer,
body.partners-2026 .page-hero .ph-glow-circles {
  display: none !important;
}

body.partners-2026 .page-hero .ph-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  padding: 2rem 1rem;
  text-align: center;
}

body.partners-2026 .page-hero .ph-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: var(--pearl) !important;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.45;
}

body.partners-2026 a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 44px;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: linear-gradient(120deg, #f6f2f8, #c9c5d2);
  color: #1b1022 !important;
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s var(--ease);
}

body.partners-2026 a.button:focus-visible,
body.partners-2026 a.button:active {
  transform: translateY(-2px);
}

body.partners-2026 .partners-listing {
  background: #100a16;
  color: var(--pearl);
}

body.partners-2026 .partners-listing::before {
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

body.partners-2026 .partners-listing .section-label {
  color: var(--lav);
}

body.partners-2026 .partners-listing .section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

body.partners-2026 .partners-listing .section-line,
body.partners-2026 .partners-listing .tier-line {
  background: var(--lav);
}

body.partners-2026 .partners-listing .partners-intro,
body.partners-2026 .partners-listing .partners-intro h1,
body.partners-2026 .partners-listing .partners-intro h2,
body.partners-2026 .partners-listing .partners-intro h3,
body.partners-2026 .partners-listing .partners-intro h4,
body.partners-2026 .partners-listing .partners-intro p,
body.partners-2026 .partners-listing .partners-intro li,
body.partners-2026 .partners-listing .partners-intro a {
  color: #ddd3e4;
}

body.partners-2026 .partners-listing .partners-intro a:hover,
body.partners-2026 .partners-listing .partners-intro a:focus-visible {
  color: var(--pearl);
}

body.partners-2026 .partners-listing .benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 1000px;
}

body.partners-2026 .partners-listing .benefit-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  box-shadow: none;
}

body.partners-2026 .partners-listing .benefit-card p {
  color: #d8cedf;
}

body.partners-2026 .partners-listing .benefit-icon {
  background: rgba(139, 91, 182, 0.18);
}

body.partners-2026 .partners-listing .logo-card {
  background: #fff;
  border-color: rgba(16, 1, 50, 0.06);
}

body.partners-2026 .form-section {
  background: linear-gradient(180deg, #17091f, #21102b);
  border-top: 1px solid var(--line);
}

body.partners-2026 .form-section .mm-form .mauticform-input,
body.partners-2026 .form-section .mm-form .mauticform-selectbox,
body.partners-2026 .form-section .mm-form select.mauticform-selectbox,
body.partners-2026 .form-section .mm-form textarea.mauticform-textarea,
body.partners-2026 .form-section .mm-form textarea.mauticform-input {
  font-size: 16px !important;
}

body.partners-2026 .form-section .section-label {
  color: var(--lav);
}

body.partners-2026 .form-wrap .section-line {
  background: var(--lav);
}

body.partners-2026 .final {
  isolation: isolate;
  background: #190b21 url('../img/design/wifs-fabric-hero.png') center / cover no-repeat;
}

body.partners-2026 .final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(16, 10, 22, 0.72);
}

body.partners-2026 .final-inner {
  max-width: 800px;
}

body.partners-2026 .final-inner p {
  color: #ddd3e4;
}

body.partners-2026 .final-inner .button {
  margin-top: 1.5rem;
}

body.partners-2026 .partner-modal.modal-overlay {
  background: rgba(9, 5, 11, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.partners-2026 .partner-modal__dialog {
  border: 1px solid rgba(230, 218, 242, 0.36);
  background: linear-gradient(145deg, rgba(53, 21, 68, 0.95), rgba(21, 9, 29, 0.96));
}

body.partners-2026 .partner-modal__body .partner-name,
body.partners-2026 .partner-modal__body .partner-url,
body.partners-2026 .partner-modal__body .partner-description {
  color: var(--pearl);
}

body.partners-2026 .partner-modal__body .partner-description {
  color: #d8cedf;
}

@media (min-width: 700px) {
  body.partners-2026 .section {
    padding: 6.5rem 1rem;
  }

  body.partners-2026 .page-hero {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  body.partners-2026 .partners-listing,
  body.partners-2026 .form-section {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  body.partners-2026 .partners-listing .benefits-grid {
    grid-template-columns: 1fr !important;
  }

  body.partners-2026 .form-section {
    padding-bottom: max(4rem, env(safe-area-inset-bottom));
  }
}

@media (hover: hover) and (pointer: fine) {
  body.partners-2026 a.button:hover,
  body.partners-2026 .partners-listing .benefit-card:hover,
  body.partners-2026 .partners-listing .logo-card:hover {
    transform: translateY(-4px);
  }
}

/* Agenda — keep current header + timeline layout; invert the program band */
body.agenda-2026 a {
  color: inherit;
  touch-action: manipulation;
}

body.agenda-2026 .serif,
body.agenda-2026 .accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  color: var(--lav);
}

body.agenda-2026 .page-hero .ph-prehead {
  font-family: var(--sans);
  font-weight: 700;
}

body.agenda-2026 .page-hero .ph-title {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.055em;
}

body.agenda-2026 .page-hero .ph-subtitle {
  font-family: var(--sans);
}

body.agenda-2026 .agenda-section {
  background: var(--plum);
  padding-left: max(2.5rem, env(safe-area-inset-left, 0px));
  padding-right: max(2.5rem, env(safe-area-inset-right, 0px));
}

body.agenda-2026 .agenda-section::before {
  background: linear-gradient(90deg, transparent, rgba(205, 182, 228, 0.35), transparent);
}

body.agenda-2026 .agenda-section .section-label {
  color: var(--lav);
  font-family: var(--sans);
}

body.agenda-2026 .agenda-section .section-title,
body.agenda-2026 .cta-section .section-title {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.045em;
}

body.agenda-2026 .agenda-section .section-title {
  color: var(--pearl);
}

body.agenda-2026 .agenda-section .section-line,
body.agenda-2026 .cta-section .section-line {
  background: var(--lav);
}

body.agenda-2026 .filter-btn {
  min-height: 44px;
  font-family: var(--sans);
  color: var(--pearl);
  border-color: var(--line);
  background: transparent;
}

body.agenda-2026 .filter-btn.active,
body.agenda-2026 .filter-btn:focus-visible,
body.agenda-2026 .filter-btn:active {
  background: var(--lav);
  color: var(--plum);
  border-color: var(--lav);
  box-shadow: none;
}

body.agenda-2026 .filter-btn:focus-visible {
  outline: 2px solid var(--lav);
  outline-offset: 3px;
}

body.agenda-2026 .timeline::before {
  background: linear-gradient(180deg, transparent, rgba(205, 182, 228, 0.32) 10%, rgba(205, 182, 228, 0.32) 90%, transparent);
}

body.agenda-2026 .tl-time-dot {
  background: #cdb6e4;
  border-color: var(--plum);
  box-shadow: 0 0 0 3px rgba(205, 182, 228, 0.28);
}

body.agenda-2026 .tl-time {
  color: #cdb6e4;
  font-family: var(--sans);
}

body.agenda-2026 .tl-card {
  background: #fff;
}

body.agenda-2026 .tl-title,
body.agenda-2026 .tl-speaker-name {
  font-family: var(--sans);
  font-weight: 800;
  color: #100132;
}

body.agenda-2026 .tl-copy,
body.agenda-2026 .tl-speaker-meta,
body.agenda-2026 .tl-theme {
  font-family: var(--sans);
}

body.agenda-2026 .tl-speaker-fallback {
  font-family: var(--serif);
  font-style: italic;
}

body.agenda-2026 .cta-section {
  background: linear-gradient(180deg, #17091f, #21102b);
  border-top: 1px solid var(--line);
  padding-left: max(2.5rem, env(safe-area-inset-left, 0px));
  padding-right: max(2.5rem, env(safe-area-inset-right, 0px));
  padding-bottom: max(5rem, env(safe-area-inset-bottom, 0px));
}

body.agenda-2026 .cta-section::before {
  display: none;
}

body.agenda-2026 .cta-section .section-title {
  color: var(--pearl);
}

body.agenda-2026 .cta-text {
  color: #ddd3e4;
  font-family: var(--sans);
}

body.agenda-2026 .cta-section .btn-violet {
  min-height: 44px;
  font-family: var(--sans);
}

@media (max-width: 768px) {
  body.agenda-2026 .agenda-section,
  body.agenda-2026 .cta-section {
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  }

  body.agenda-2026 .cta-section {
    padding-bottom: max(3.5rem, env(safe-area-inset-bottom, 0px));
  }
}

@media (hover: hover) and (pointer: fine) {
  body.agenda-2026 .filter-btn:hover {
    background: var(--lav);
    color: var(--plum);
    border-color: var(--lav);
    box-shadow: none;
  }

  body.agenda-2026 .timeline-block--expandable:hover .tl-time-dot {
    box-shadow: 0 0 0 8px rgba(205, 182, 228, 0.22);
  }
}

/* Hub Network — listing + articles on the 2026 inner system */
body.hub-2026 a {
  color: inherit;
  touch-action: manipulation;
}

body.hub-2026 .serif,
body.hub-2026 .accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  color: var(--lav);
}

body.hub-2026 .wrap {
  max-width: var(--max);
  margin: 0 auto;
}

body.hub-2026 .section {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

body.hub-2026 .page-hero .ph-prehead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.85rem;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(230, 218, 242, 0.36);
  border-radius: 999px;
  background: rgba(72, 34, 92, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--lav) !important;
  font: 700 0.72rem var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.hub-2026 .title,
body.hub-2026 .page-hero .ph-title,
body.hub-2026 .hub-card-title {
  font-family: var(--sans);
  font-weight: 800;
  color: var(--pearl) !important;
}

body.hub-2026 .page-hero .ph-title {
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 0.85rem 0 1rem;
}

body.hub-2026 .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding-top: calc(72px + env(safe-area-inset-top, 0px));
  background: #190b21 url('../img/design/mt0wpg26-image-bg.jpg') 70% center / cover no-repeat;
}

body.hub-2026 .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(16, 10, 22, 0.95), rgba(28, 11, 37, 0.7), rgba(16, 10, 22, 0.35));
}

body.hub-2026 .page-hero .ph-bg,
body.hub-2026 .page-hero .hero-texture,
body.hub-2026 .page-hero .ph-shimmer,
body.hub-2026 .page-hero .ph-glow-circles {
  display: none !important;
}

body.hub-2026 .page-hero .ph-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  padding: 2rem 1rem;
  text-align: center;
}

body.hub-2026 .page-hero .ph-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: var(--pearl) !important;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.45;
}

body.hub-2026 a.button,
body.hub-2026 .hub-card-link {
  transition: transform 0.3s var(--ease);
}

body.hub-2026 a.button,
body.hub-2026 .hub-card-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 44px;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: linear-gradient(120deg, #f6f2f8, #c9c5d2);
  color: #1b1022 !important;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none;
}

body.hub-2026 a.button:focus-visible,
body.hub-2026 a.button:active,
body.hub-2026 .hub-card-link:focus-visible,
body.hub-2026 .hub-card-link:active {
  outline: 2px solid var(--lav);
  outline-offset: 3px;
}

body.hub-2026 .hub-section:nth-child(even),
body.hub-2026 .hub-related {
  background: #25102f;
}

body.hub-2026 .hub-section-head {
  margin: 0 0 1.75rem;
}

body.hub-2026 .hub-section-head .title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}

body.hub-2026 .hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

body.hub-2026 .hub-card {
  min-width: 0;
}

body.hub-2026 .hub-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.15rem;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  text-decoration: none;
}

body.hub-2026 .hub-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(145deg, #3b174d, #17091f);
}

body.hub-2026 .hub-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.hub-2026 .hub-card-title {
  flex: 1 1 auto;
  margin: 1rem 1rem 0.65rem;
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

body.hub-2026 .hub-card-cta {
  align-self: flex-start;
  margin: 0 1rem 1rem;
}

body.hub-2026 .hub-article {
  background: #100a16;
}

body.hub-2026 .hub-article-wrap {
  max-width: 760px;
}

body.hub-2026 .hub-article-media {
  margin: 0 0 2rem;
}

body.hub-2026 .hub-article-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.15rem;
}

body.hub-2026 .hub-bty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin: 0 0 1.75rem;
  color: var(--lav);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.hub-2026 .hub-bty-logo {
  display: block;
  max-width: 160px;
  height: auto;
}

body.hub-2026 .hub-article-body,
body.hub-2026 .hub-article-body p,
body.hub-2026 .hub-article-body li,
body.hub-2026 .hub-article-body h2,
body.hub-2026 .hub-article-body h3 {
  color: #ddd3e4;
}

body.hub-2026 .hub-article-body a {
  color: var(--lav);
  text-decoration: underline;
}

body.hub-2026 .hub-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

body.hub-2026 .hub-back {
  margin: 2.5rem 0 0;
}

body.hub-2026 .hub-related {
  padding-bottom: max(4.5rem, env(safe-area-inset-bottom, 0px));
}

@media (min-width: 700px) {
  body.hub-2026 .section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  body.hub-2026 .page-hero {
    min-height: 460px;
  }

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

@media (min-width: 1050px) {
  body.hub-2026 .hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (hover: hover) and (pointer: fine) {
  body.hub-2026 a.button:hover,
  body.hub-2026 .hub-card-link:hover {
    transform: translateY(-4px);
  }
}
