:root {
  --primary: #4b0b2f;
  --primary-deep: #31001f;
  --accent: #D20F66;
  --accent-dark: #D10F67;
  --peach: #FCCE8E;
  --pink: #F9C6E5;
  --ink: #0D3842;
  --muted: #646464;
  --surface: #ffffff;
  --surface-alt: #f4f4f4;
  --blue-dark: #1f3443;
  --mint: #79DBC8;
  --border: #dddddd;
  --container: 1180px;
  --font-heading: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-button: "Barlow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.45;
  letter-spacing: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  z-index: 50;
  background: #fff;
  color: #000;
}
.container {
  width: min(var(--container), calc(100vw - 64px));
  margin-inline: auto;
}
.section { padding: 64px 0; }
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 4vw 18px;
  color: #fff;
}
.brand img { width: 284px; }
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}
.site-nav a, .header-cta {
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover { color: var(--peach); }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: #d10f67;
  color: #fff;
  font-family: var(--font-button);
  font-size: 12px;
  font-weight: 800;
}
.nav-toggle { display: none; }
.hero {
  min-height: 690px;
  display: grid;
  place-items: start center;
  padding: 174px 24px 62px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  background-image: linear-gradient(rgba(48, 0, 31, 0.52), rgba(48, 0, 31, 0.52)), url('/images/source/Homepage-Banner.png?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
  background-size: cover;
  background-position: center;
}
.hero__inner {
  width: min(960px, 100%);
  margin-inline: auto;
}
.hero__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  color: var(--peach);
  font-size: 46.72px;
  line-height: 60.1754px;
  font-weight: 600;
}
.hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--peach);
  font-size: 77.44px;
  line-height: 91.0694px;
  font-weight: 700;
}
.hero__date {
  margin: 22px 0 0;
  color: var(--pink);
  font-size: 31.36px;
  line-height: 42.1478px;
  font-weight: 700;
}
.hero__date strong { font-weight: 700; }
.hero__subhead {
  margin: 40px 0 0;
  color: #fff;
  font-size: 20.608px;
  line-height: 37.0944px;
  font-weight: 300;
}
.hero__logos {
  width: min(271px, 70vw);
  margin: 42px auto 0;
}
.about {
  background: var(--surface-alt);
  text-align: center;
  padding: 72px 0 76px;
}
.about__inner { width: min(960px, calc(100vw - 48px)); }
.about h2, .section-title {
  margin: 0 0 22px;
  font-family: var(--font-heading);
  color: var(--accent);
  font-size: clamp(24px, 3.1vw, 42px);
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
.about h2 { font-size: 46.72px; line-height: 60.1754px; }
.about p {
  margin: 0 auto;
  max-width: 850px;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.45;
  font-weight: 500;
}
.sponsors {
  background: #fff;
  padding-top: 54px;
  padding-bottom: 72px;
}
.section-title { font-size: clamp(26.8px, 2.45vw, 31.36px); line-height: 1.344; font-weight: 700; margin-bottom: 34px; }
.section-title--spaced { margin-top: 86px; }
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(110px, 1fr));
  gap: 24px 16px;
  align-items: center;
  justify-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.logo-grid img {
  max-height: 84px;
  width: min(184px, 100%);
  object-fit: contain;
}
.logo-grid--exhibitors { grid-template-columns: repeat(6, minmax(110px, 1fr)); max-width: 1180px; }
@media (min-width: 721px) {
  .logo-grid--exhibitors {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    gap: 24px 16px;
  }
  .logo-grid--exhibitors img { width: 100%; max-width: 184px; margin: 0 auto; }
  /* center the incomplete last row (4 of 16 items) within the 6-col grid */
  .logo-grid--exhibitors img:nth-last-child(4) { grid-column: 2; }
  .logo-grid--exhibitors img:nth-last-child(3) { grid-column: 3; }
  .logo-grid--exhibitors img:nth-last-child(2) { grid-column: 4; }
  .logo-grid--exhibitors img:nth-last-child(1) { grid-column: 5; }
}
.logo-grid--small { grid-template-columns: repeat(3, minmax(150px, 1fr)); max-width: 760px; }
.logo-grid--single { grid-template-columns: 1fr; justify-content: center; justify-items: center; }
.logo-grid--single img { max-height: 87px; width: 187px; margin-inline: auto; }
.signup {
  background-color: var(--primary-deep);
  background-image: linear-gradient(rgba(49, 0, 31, 0.28), rgba(49, 0, 31, 0.28)), url('/images/source/Secondary-pattern.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 64px 0;
}
.signup__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
  gap: 54px;
  align-items: center;
}
.signup h2 {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(26.8px, 2.45vw, 31.36px);
  line-height: 1.344;
  font-weight: 700;
  color: #fff;
}
.signup p { margin: 0; color: var(--mint); font-size: 23.68px; line-height: 32.489px; font-weight: 600; }
.signup p a { color: #fff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.signup__form {
  display: grid;
  gap: 18px;
  min-width: 0;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-width: 0; }
.signup label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #fff;
  font-size: 12px;
  line-height: 22.968px;
  font-weight: 300;
}
.field-row label { line-height: 20.16px; }
.signup input {
  width: 100%;
  min-width: 0;
  min-height: 39px;
  border: 0;
  border-radius: 0;
  padding: 6px 10px;
  background: #fff;
  color: #000;
}
.signup button {
  justify-self: start;
  min-height: 38px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #d10f67;
  color: #fff;
  font-family: var(--font-button);
  font-size: 17.08px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.signup__form > label {
  font-size: 16px;
  line-height: 28.8px;
}
.signup__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.signup__thanks { grid-column: 1 / -1; text-align: center; color: #fff; }
.signup__thanks h2 { margin: 0 0 10px; font-family: var(--font-heading); font-size: clamp(26.8px, 2.45vw, 31.36px); line-height: 1.344; font-weight: 700; color: #fff; }
.organizations {
  background: #282828;
  color: #fff;
  padding: 64px 0 86px;
}
.organizations h2 {
  margin: 0 0 44px;
  font-family: var(--font-heading);
  font-size: clamp(26.8px, 2.45vw, 31.36px);
  line-height: 1.344;
  font-weight: 600;
  text-align: center;
}
.orgs-mobile-break { display: none; }
@media (max-width: 720px) { .orgs-mobile-break { display: block; } }
.org-list {
  column-count: 4;
  column-gap: 112px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11.2px;
  line-height: 14.2px;
  font-weight: 300;
  color: #f9f9f9;
  text-align: center;
}
.org-list li {
  break-inside: avoid;
  margin: 0 0 9px;
  padding-left: 0;
}
.site-footer {
  background: #060606;
  color: #fff;
  padding: 32px 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 420px) 1fr;
  align-items: center;
  gap: 48px;
}
.footer__inner img { width: min(420px, 100%); }
.footer__inner address {
  justify-self: end;
  font-style: normal;
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.footer__inner address strong,
.footer__inner address a { font-weight: 700; }
.footer__inner a { color: #fff; text-underline-offset: 3px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; }
  .brand img { width: 248px; }
  .nav-toggle {
    display: inline-grid;
    position: relative;
    z-index: 65;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff;
    justify-self: end;
    padding: 9px;
  }
  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    margin: 2px 0;
  }
  .site-nav, .header-cta {
    display: none;
  }
  .nav-toggle span:not(.sr-only) { transition: transform .25s ease, opacity .2s ease; }
  .site-nav.is-open {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 100px 24px 120px;
    background: var(--primary);
    overflow-y: auto;
  }
  .site-nav.is-open a {
    padding: 15px 18px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
  .site-nav.is-open a:hover { color: var(--peach); }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { z-index: 70; }
  body.nav-open .header-cta {
    display: inline-flex;
    position: fixed;
    z-index: 71;
    left: 50%;
    bottom: 44px;
    transform: translateX(-50%);
    min-height: 50px;
    padding: 0 34px;
    font-size: 14px;
  }
  body.nav-open .nav-toggle span:not(.sr-only):nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.nav-open .nav-toggle span:not(.sr-only):nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:not(.sr-only):nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  body.nav-open .brand { position: relative; z-index: 65; }
  .hero__eyebrow { font-size: 20.608px; line-height: 28.2742px; }
  .hero h1 { font-size: 34.432px; line-height: 44.3484px; }
  .hero__date { font-size: 25.216px; line-height: 33.8903px; }
  .hero__subhead { font-size: 18.7648px; line-height: 33.7766px; }
  .about h2 { font-size: 34.432px; line-height: 44.3484px; }
  .section-title,
  .signup h2,
  .organizations h2 { font-size: 25.216px; line-height: 33.8903px; font-weight: 700; }
  .organizations h2 { font-weight: 600; }
  .signup p { font-size: 21.4px; line-height: 28.2742px; }
  .field-row label { line-height: 20.16px; }
  .logo-grid { grid-template-columns: repeat(4, minmax(90px, 1fr)); }
  .org-list { column-count: 3; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { padding: 20px 20px 10px; gap: 14px; }
  .brand img { width: 220px; }
  .hero { min-height: 681px; padding: 112px 16px 40px; place-items: center; background-position: center top; }
  .hero__inner { width: min(360px, 100%); }
  .hero__eyebrow { font-size: 21.4px; line-height: 29.3608px; }
  .hero h1 { font-size: 37.6px; line-height: 48.4288px; }
  .hero__date { font-size: 26.8px; line-height: 36.0192px; }
  .hero__date-separator { display: none; }
  .hero__date strong:last-child { display: block; }
  .hero__subhead { margin-top: 30px; font-size: 19.24px; line-height: 34.632px; }
  .hero__logos { margin-top: 34px; width: min(72vw, 280px); }
  .about { padding: 56px 0 58px; }
  .about h2 { font-size: 37.6px; line-height: 48.4288px; }
  .section-title { font-size: 26.8px; line-height: 36.0192px; font-weight: 700; }
  .signup h2 { font-size: 26.8px; line-height: 36.0192px; font-weight: 700; }
  .signup p { line-height: 29.3608px; }
  .field-row label { line-height: 22.968px; }
  .signup__form > label { line-height: 28.8px; }
  .organizations h2 { font-size: 23px; }
  .org-list { column-count: 1; column-gap: 0; }
  .sponsors { padding-top: 44px; }
  .logo-grid, .logo-grid--exhibitors { grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 24px 22px; }
  .logo-grid--small { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  .logo-grid--single { grid-template-columns: 1fr; justify-items: center; }
  .signup__inner { grid-template-columns: 1fr; gap: 28px; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .org-list { column-count: 1; font-size: 16px; line-height: 1.8; }
  .footer__inner { grid-template-columns: 1fr; gap: 26px; justify-items: center; text-align: center; }
  .footer__inner img { margin-inline: auto; }
  .footer__inner address { justify-self: center; text-align: center; }
}

/* ===== Secondary pages (Abstracts, Logistics) ===== */
.subhero {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  padding: 174px 24px 56px;
  color: #fff;
  text-align: center;
  background-color: var(--primary);
  background-image: linear-gradient(rgba(50, 15, 34, 0.75), rgba(50, 15, 34, 0.75)), url('/images/source/Homepage-Banner.png?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
  background-size: cover;
  background-position: center;
}
.subhero__inner { width: min(960px, 100%); margin-inline: auto; }
.subhero h1 {
  margin: 0;
  font-family: var(--font-heading);
  color: #f9f9f9;
  font-size: clamp(2.9rem, 11vw, 77.44px);
  line-height: 1.18;
  font-weight: 600;
}
.subhero p { margin: 18px auto 0; max-width: 781px; font-size: clamp(19px, 1.9vw, 23.68px); line-height: 1.37; font-weight: 600; color: #f9c6e5; }
.subhero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201280%2040'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%200%20Q640%2080%201280%200%20V40%20H0%20Z'%20fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.btn-light, .btn-accent, .btn-mint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--font-button);
  font-weight: 700;
  font-size: 17.536px;
  text-decoration: none;
}
.btn-light { background: #fff; color: var(--ink); }
.btn-accent { background: #d10f67; color: #fff; }
.subhero .btn-mint {
  margin-top: 48px;
  min-height: 55px;
  padding: 17px 44px;
  color: #0d3842;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}
.page-section { padding: 72px 0; }
.page-section--alt { background: var(--surface-alt); }
.page-section__head {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  color: var(--accent);
  font-size: clamp(26.8px, 2.45vw, 31.36px);
  line-height: 1.2;
  font-weight: 700;
}
.page-section__sub {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 600;
}
.page-section .lede { max-width: 850px; margin: 0 0 14px; font-size: clamp(17px, 1.7vw, 20.6px); line-height: 1.6; font-weight: 300; color: var(--ink); }
.prose { max-width: 850px; }
.prose p { margin: 0 0 14px; font-size: 17px; line-height: 1.7; font-weight: 300; color: var(--ink); }
.prose a { color: var(--accent); text-underline-offset: 3px; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 28px 26px;
}
.page-section--alt .card { background: var(--surface); }
.card h3 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  color: var(--accent);
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}
.card p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.6; font-weight: 300; color: var(--ink); }
.card .label { display: block; margin: 0 0 6px; font-size: 14px; font-weight: 600; color: var(--muted); }
.card ul { margin: 0; padding-left: 18px; }
.card li { margin: 0 0 5px; font-size: 15px; line-height: 1.55; font-weight: 300; color: var(--ink); }
.card .tag { display: inline-block; margin-bottom: 10px; padding: 3px 10px; border-radius: 999px; background: rgba(209,15,103,0.1); color: var(--accent); font-size: 12px; font-weight: 600; }
.info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 30px 28px;
  max-width: 850px;
}
.info-card .rate { margin: 0 0 6px; font-size: 17px; font-weight: 600; color: var(--ink); }
.feature-list { margin: 14px 0 22px; padding-left: 18px; columns: 2; column-gap: 64px; }
.feature-desktop-break { display: none; }
@media (min-width: 861px) { .feature-desktop-break { display: block; } }
.feature-list li { margin: 0 0 7px; font-size: 15.5px; line-height: 1.55; font-weight: 300; color: var(--ink); break-inside: avoid; }
.general-list { margin: 0; padding-left: 18px; max-width: 850px; }
.general-list li { margin: 0 0 14px; font-size: 17px; line-height: 1.7; font-weight: 300; color: var(--ink); }

@media (max-width: 720px) {
  .subhero { min-height: 600px; padding: 132px 20px 64px; }
  .page-section { padding: 52px 0; }
  .feature-list { columns: 1; }
}

/* accordion (Abstracts tracks + session types) */
.btn-mint { background: var(--mint); color: var(--ink); font-family: var(--font-heading); }
.accordion { margin-top: 28px; border-top: 1px solid var(--border); }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading);
  font-size: 23.68px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--ink);
}
.accordion-head::-webkit-details-marker { display: none; }
.accordion-head::marker { content: ""; }
.accordion-icon { position: relative; flex: 0 0 auto; width: 14px; height: 14px; }
.accordion-icon::before, .accordion-icon::after { content: ""; position: absolute; background: var(--ink); border-radius: 1px; }
.accordion-icon::before { top: 6px; left: 0; width: 14px; height: 2px; }
.accordion-icon::after { top: 0; left: 6px; width: 2px; height: 14px; transition: transform .2s ease, opacity .2s ease; }
details[open] > .accordion-head .accordion-icon::after { transform: scaleY(0); opacity: 0; }
.accordion-panel { padding: 0 4px 30px; max-width: 900px; }
.accordion-panel p { margin: 0 0 12px; font-size: 16px; line-height: 1.7; font-weight: 300; color: var(--ink); }
.accordion-panel .label { display: block; margin: 6px 0; font-size: 14px; font-weight: 600; color: var(--muted); }
.accordion-panel ul { margin: 0; padding-left: 18px; }
.accordion-panel li { margin: 0 0 5px; font-size: 15.5px; line-height: 1.6; font-weight: 300; color: var(--ink); }
.accordion-panel .tag { display: inline-block; margin-bottom: 10px; padding: 3px 10px; border-radius: 999px; background: rgba(209,15,103,0.1); color: var(--accent); font-size: 12px; font-weight: 600; }
@media (max-width: 720px) { .accordion-head { padding: 22px 2px; font-size: 20px; } }

/* ===== Logistics page ===== */
.subhero--logistics {
  min-height: 400px;
  background-color: #2a3a4a;
  background-image: linear-gradient(rgba(18, 18, 18, 0.14), rgba(18, 18, 18, 0.14)), url('/images/source/logistics-banner.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
}
@media (max-width: 720px) { .subhero--logistics { min-height: 340px; } }
.subhero--logistics h1 { font-size: 55px; }
@media (max-width: 720px) { .subhero--logistics h1 { font-size: 40px; } }
.lg-head { margin: 0 0 18px; font-family: var(--font-heading); color: var(--accent); font-size: clamp(32px, 3.6vw, 46.72px); line-height: 1.12; font-weight: 600; }
[data-region="reservations"] .lg-head { font-weight: 700; }
.lg-head--light { color: #f9f9f9; }
[data-region="logistics-info"] .lg-head--light { max-width: 820px; margin: 0 auto 18px; }
[data-region="logistics-info"] { position: relative; overflow: hidden; }
[data-region="logistics-info"] .container { position: relative; z-index: 1; }
.logistics-info__bg {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: -80px;
  background-image: linear-gradient(rgba(49, 0, 31, 0.4), rgba(49, 0, 31, 0.4)), url('/images/source/Secondary-pattern.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) { .logistics-info__bg { transform: none !important; } }
@media (max-width: 720px) {
  .logistics-info__bg { background-image: linear-gradient(rgba(49, 0, 31, 0.25), rgba(49, 0, 31, 0.25)), url('/images/uploads/8962ea0b/secondary-pattern_mobile_2.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182'); background-size: cover; background-position: center; }
}
.two-col { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 50px; align-items: center; }
.two-col--stretch { align-items: stretch; }
[data-region="reservations"] .two-col { align-items: start; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; gap: 30px; } }
/* hotel gallery */
.gallery { min-width: 0; }
.gallery__main { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 3 / 2; background: #e9e9e9; }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; cursor: pointer; background: rgba(255, 255, 255, 0.82); color: var(--ink); font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center; border-radius: 2px; }
.gallery__nav:hover { background: #fff; }
.gallery__nav--prev { left: 12px; }
.gallery__nav--next { right: 12px; }
.gallery__thumbs { display: flex; flex-wrap: nowrap; gap: 9px; margin-top: 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; max-width: 100%; }
.gallery__thumbs img { flex: 1 1 0; min-width: 84px; width: auto; height: 58px; object-fit: cover; cursor: pointer; border-radius: 3px; opacity: 0.6; outline: 2px solid transparent; transition: opacity .2s, outline-color .2s; }
.gallery__thumbs img:hover { opacity: 1; }
.gallery__thumbs img.is-active { opacity: 1; outline-color: var(--accent); }
.res-text .prose { max-width: none; }
[data-region="reservations"] .res-text { min-width: 0; }
[data-region="reservations"] .two-col { min-width: 0; }
.res-link-break { display: none; }
@media (min-width: 1150px) { .res-link-break { display: block; } }
.res-text .prose a, .cream-card a { color: var(--accent); font-weight: 600; }
.res-text .btn-accent { margin-top: 26px; min-height: 54px; padding: 16px 40px; text-transform: uppercase; letter-spacing: 1.6px; }
@media (max-width: 720px) {
  [data-region="reservations"].gallery-moved .gallery { margin: 24px 0; }
  [data-region="reservations"].gallery-moved .res-text .btn-accent { display: block; width: fit-content; margin: 26px auto 0; }
}
/* full-bleed color sections */
.section--teal { background-color: var(--ink); background-image: linear-gradient(rgba(13, 56, 66, 0.88), rgba(13, 56, 66, 0.88)), url('/images/source/pattern-teal.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182'); background-size: cover; background-position: center; }
.section--burgundy { background-color: #320f22; background-image: linear-gradient(rgba(50, 15, 34, 0.9), rgba(50, 15, 34, 0.9)), url('/images/source/pattern-burgundy.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182'); background-size: cover; background-position: center; }
.section--navy {
  background-color: #191527;
  background-image:
    repeating-linear-gradient(60deg, rgba(255,255,255,0.045) 0px, rgba(255,255,255,0.045) 1px, transparent 1px, transparent 42px),
    repeating-linear-gradient(-60deg, rgba(255,255,255,0.045) 0px, rgba(255,255,255,0.045) 1px, transparent 1px, transparent 42px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.045) 0px, rgba(255,255,255,0.045) 1px, transparent 1px, transparent 42px);
  background-size: 84px 145px;
}
/* visa cards */
.visa-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 40px; align-items: stretch; }
@media (max-width: 860px) { .visa-grid { grid-template-columns: 1fr; } }
.visa-photo { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 4px; }
.cream-card { background: #fff0db; padding: 34px 38px; color: var(--ink); text-align: center; border-radius: 4px; }
.cream-card + .cream-card { margin-top: 26px; }
.cream-card h2 { margin: 0 0 12px; font-family: var(--font-heading); color: var(--accent); font-weight: 600; line-height: 1.18; font-size: clamp(23px, 2.4vw, 28px); }
.cream-card p { margin: 0 0 12px; font-size: 16.5px; line-height: 1.7; font-weight: 300; color: var(--ink); }
.cream-card p:last-child { margin-bottom: 0; }
[data-region="visa"] .cream-card p { font-size: 14px; }
.cream-card .lead { font-weight: 600; }
.gt-card h2 { font-size: clamp(26px, 2.9vw, 31.36px); }
.gt-card { text-align: left; }
.justify-card { margin-top: 26px; }
.justify-card .lead { max-width: 900px; margin-inline: auto; }
.justify-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 22px; text-align: center; }
.justify-col a { display: inline-block; margin-bottom: 10px; color: #00A8B8; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.justify-col p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink); }
.justify-col a { font-size: 17px; }
@media (max-width: 860px) { .justify-grid { grid-template-columns: 1fr; gap: 26px; } }
/* venue map */
.map-wrap { min-height: 520px; }
.map-link { display: block; padding-top: 10px; color: #00A8B8; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.map-embed { width: 100%; height: 100%; min-height: 520px; border: 0; border-radius: 4px; display: block; }
@media (max-width: 860px) { .map-wrap, .map-embed { min-height: 340px; } }
/* dark accordion */
.accordion--dark { margin: 30px auto 0; max-width: 820px; border-top: 1px solid rgba(255, 255, 255, 0.28); }
.accordion--dark .accordion-item { border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
.accordion--dark .accordion-head { color: #f9f9f9; }
.accordion--dark .accordion-title { font-size: clamp(21px, 2.5vw, 31.36px); font-weight: 600; }
.accordion--dark .accordion-icon { width: 14px; height: 14px; }
.accordion--dark .accordion-icon::before { top: 1px; left: 2px; width: 9px; height: 9px; background: transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; border-radius: 0; transform: rotate(45deg); transition: transform .25s ease; }
.accordion--dark .accordion-icon::after { display: none; }
.accordion--dark details[open] > .accordion-head .accordion-icon::before { transform: rotate(-135deg); top: 6px; }
.accordion--dark .accordion-panel p, .accordion--dark .accordion-panel li { color: rgba(249, 249, 249, 0.9); }
.accordion--dark .accordion-panel a { color: var(--mint); }

/* ===== Sponsor & Exhibit page ===== */
.subhero--sponsor {
  min-height: 400px;
  background-color: #2a1018;
  background-image: linear-gradient(rgba(50, 15, 34, 0.30), rgba(50, 15, 34, 0.48)), url('/images/source/sponsor-banner.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
}
@media (max-width: 720px) { .subhero--sponsor { min-height: 340px; } }
.subhero--sponsor h1 { font-size: clamp(35px, 3.8vw, 49.72px); }
.sponsor-intro .prose { max-width: none; margin: 0; text-align: left; }
@media (min-width: 721px) { .sponsor-intro .prose { width: 105%; } }
.sponsor-intro .prose p { font-size: 19px; line-height: 1.75; }
.sponsor-intro .prose strong { font-weight: 700; }
.sponsor-intro .prose .lead-link { color: #00a8b8; font-weight: 700; text-decoration: none; }
.sponsor-intro .prose .lead-link:hover { text-decoration: underline; }
.sponsor-intro .prose .hl-teal { color: #00A8B8; }
.opps-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 40px; align-items: center; margin-top: 30px; }
@media (max-width: 860px) { .opps-grid { grid-template-columns: 1fr; gap: 24px; } }
.opps h3 { margin: 0 0 16px; font-family: var(--font-heading); color: var(--accent); font-size: 23.68px; line-height: 1.3; font-weight: 700; }
@media (min-width: 861px) { .opps h3 { white-space: nowrap; font-size: clamp(18px, 1.55vw, 23.68px); } }
.opps ul { margin: 0; padding-left: 20px; }
.opps li { margin: 0 0 11px; font-size: clamp(18px, 1.7vw, 20.6px); line-height: 1.5; font-weight: 300; color: var(--ink); }
.opps-figure { position: relative; display: flex; justify-content: center; align-items: center; min-height: 380px; }
.opps-figure img { position: relative; z-index: 2; max-width: 360px; width: 100%; height: auto; }

.opps-figure .spark { position: absolute; z-index: 3; color: #fcce8e; line-height: 1; pointer-events: none; }
.opps-figure .spark--1 { right: 3%; top: 7%; font-size: 32px; }
.opps-figure .spark--2 { right: 16%; top: 2%; font-size: 18px; }
.center-btn { text-align: center; margin-top: 38px; }
.btn-prospectus {
  display: inline-flex; align-items: center; justify-content: center; text-align: center;
  min-height: 54px; padding: 15px 40px; border-radius: 999px;
  font-family: var(--font-heading); font-weight: 700; font-size: 17.536px;
  text-transform: uppercase; letter-spacing: 1.6px; text-decoration: none;
  background: #00a8b8; color: #f9f9f9;
}
.logo-grid--duo { grid-template-columns: repeat(2, minmax(150px, 1fr)); max-width: 520px; }
/* sponsor CTA (key-figures style background, side-by-side) */
.sponsor-cta {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-deep);
}
.sponsor-cta__bg {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: -80px;
  background-image: linear-gradient(rgba(49, 0, 31, 0.4), rgba(49, 0, 31, 0.4)), url('/images/source/Secondary-pattern.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.sponsor-cta .container { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .sponsor-cta__bg { transform: none !important; } }
@media (max-width: 720px) {
  .sponsor-cta__bg { background-image: linear-gradient(rgba(49, 0, 31, 0.25), rgba(49, 0, 31, 0.25)), url('/images/uploads/8962ea0b/secondary-pattern_mobile_2.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182'); background-size: cover, cover; background-repeat: no-repeat, no-repeat; background-position: center; }
}
.sponsor-cta__row { display: flex; align-items: center; justify-content: space-between; gap: 40px; text-align: left; }
.sponsor-cta__text { max-width: 700px; }
.sponsor-cta .cta-head { margin: 0 0 10px; max-width: none; font-family: var(--font-heading); color: #fcce8e; font-size: clamp(20px, 2vw, 22px); line-height: 1.35; font-weight: 700; }
.sponsor-cta p { margin: 0; max-width: none; font-size: 16px; line-height: 1.7; font-weight: 300; color: #f4f4f4; }
.sponsor-cta a.inline { color: var(--mint); font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.sponsor-cta .btn-mint { flex: 0 0 auto; margin-top: 0; text-transform: uppercase; letter-spacing: 1.6px; min-height: 54px; padding: 16px 40px; white-space: nowrap; }
@media (max-width: 860px) {
  .sponsor-cta__row { flex-direction: column; text-align: center; gap: 28px; }
  .sponsor-cta__text { max-width: 640px; }
}
@media (max-width: 720px) {
  .sponsor-cta__row .btn-mint { margin-top: 12px; }
}

/* ===== Registration page ===== */
.subhero--register {
  min-height: 400px;
  background-color: #2a1018;
  background-image: linear-gradient(rgba(28, 10, 20, 0.26), rgba(28, 10, 20, 0.42)), url('/images/source/register-banner.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
}
@media (max-width: 720px) { .subhero--register { min-height: 340px; } }
.subhero--register h1 { font-size: 55px; }
@media (max-width: 720px) { .subhero--register h1 { font-size: 40px; } }
.reg-intro { text-align: center; }
.reg-intro .prose { max-width: 820px; margin-inline: auto; }
@media (min-width: 721px) { .reg-intro .prose { max-width: 1010px; } }
.reg-intro .prose p { font-size: 19px; line-height: 1.75; }
.reg-lede { margin: 30px 0 4px; font-family: var(--font-heading); color: var(--accent); font-size: clamp(20px, 2vw, 23.68px); line-height: 1.3; font-weight: 700; }
.reg-date { margin: 0 0 20px; font-size: 18px; font-weight: 600; font-style: italic; color: var(--ink); }
.reg-modes { margin: 0 0 26px; font-size: 16px; line-height: 1.9; font-style: italic; color: var(--muted); }
.reg-modes strong { color: #00a8b8; font-style: normal; font-weight: 700; }
.reg-early { margin-top: 18px; color: var(--accent); font-weight: 600; font-size: 17px; letter-spacing: .4px; }
.reg-mobile-break { display: none; }
@media (max-width: 720px) { .reg-mobile-break { display: block; } }
.reg-intro .btn-accent { text-transform: uppercase; letter-spacing: 1.6px; min-height: 54px; padding: 16px 62px; }
.reg-intro .center-btn { margin-top: 28px; }
.reg-intro { padding-bottom: 56px; }
@media (max-width: 720px) {
  .reg-intro .center-btn { margin-top: 18px; }
  .reg-intro { padding-bottom: 40px; }
}
.ticket-head { text-align: center; margin: 0 auto 8px; font-family: var(--font-heading); color: #fcce8e; font-size: clamp(32px, 3.6vw, 46.72px); line-height: 1.15; font-weight: 700; }
@media (max-width: 720px) { .ticket-head { font-size: 34px; } }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 1000px; margin: 34px auto 0; }
@media (max-width: 768px) { .ticket-grid { grid-template-columns: 1fr; gap: 30px; } }
.ticket-col h3 { margin: 0 0 18px; text-align: center; font-family: var(--font-heading); color: #f7c4e3; font-size: clamp(24px, 2.4vw, 31.36px); line-height: 1.2; font-weight: 700; }
@media (min-width: 769px) { .ticket-col h3 { white-space: nowrap; font-size: clamp(20px, 1.85vw, 26px); } }
.ticket-col ul { margin: 0; padding-left: 20px; }
.ticket-col li { margin: 0 0 15px; font-size: 16px; line-height: 1.6; font-weight: 300; color: #f9f9f9; }
.ticket-col li strong { font-weight: 700; }
.ticket-cta { text-align: center; margin-top: 5px; }
@media (min-width: 769px) { .ticket-cta { margin-top: 28px; } }
.ticket-cta .btn-mint { text-transform: uppercase; letter-spacing: 1.6px; min-height: 54px; padding: 16px 44px; }
@media (min-width: 769px) {
  .ticket-head { margin-bottom: 20px; }
  .ticket-grid { margin-top: 48px; gap: 60px; }
  .ticket-col h3 { margin-bottom: 22px; }
  .ticket-col li { margin-bottom: 18px; }
}
.faq-grid { display: grid; grid-template-columns: 0.75fr 2.25fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; gap: 18px; } }
.faq-grid .lg-head { margin: 0; }
@media (max-width: 720px) { .faq-grid .lg-head { font-size: 35px; } }
.faq-grid .accordion { margin-top: 0; }
.accordion-panel a { color: var(--accent); font-weight: 600; }

/* ===== 2025 Program page ===== */
.subhero--program {
  min-height: 400px;
  background-color: #15403f;
  background-image: linear-gradient(rgba(13, 40, 42, 0.30), rgba(13, 40, 42, 0.51)), url('/images/source/program-hero.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
}
@media (max-width: 720px) { .subhero--program { min-height: 340px; } }
.subhero--program h1 { font-size: 55px; }
@media (max-width: 720px) { .subhero--program h1 { font-size: 40px; } }
.prog-headline { text-align: center; max-width: 900px; margin: 0 auto; font-family: var(--font-heading); color: var(--ink); font-size: clamp(26px, 3.2vw, 46.72px); line-height: 1.25; font-weight: 700; text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 3px; text-underline-offset: 8px; transition: text-decoration-color 0.9s ease; }
.prog-headline.is-visible { text-decoration-color: var(--accent); }
@media (prefers-reduced-motion: reduce) { .prog-headline { text-decoration-color: var(--accent); transition: none; } }
.prog-desktop-break { display: none; }
@media (min-width: 721px) { .prog-desktop-break { display: block; } }
@media (min-width: 721px) { .prog-note-wide { max-width: 900px; white-space: nowrap; } }
.prog-sub { text-align: center; max-width: 840px; margin: 40px auto 0; font-family: var(--font-heading); color: var(--ink); font-size: clamp(24.2px, 2.64vw, 34.496px); line-height: 1.3; font-weight: 600; }
.prog-sub a { color: var(--accent); }
.prog-note-small { text-align: center; max-width: 680px; margin: 14px auto 0; font-size: 16.5px; line-height: 1.6; font-weight: 300; color: var(--ink); }
.prog-note-small a { color: var(--accent); font-weight: 600; }
.tracks-grid { display: grid; grid-template-columns: 0.7fr 2.3fr; gap: 48px; align-items: start; margin-top: 56px; }
@media (max-width: 860px) { .tracks-grid { grid-template-columns: 1fr; gap: 18px; } }
.tracks-head { margin: 0; font-family: var(--font-heading); color: var(--ink); font-size: clamp(40px, 6vw, 77.44px); line-height: 1; font-weight: 700; }
.tracks-grid .accordion { margin-top: 0; }
.note-box { max-width: 1000px; margin: 56px auto 0; border: 1px solid var(--border); border-radius: 4px; padding: 34px 40px; text-align: center; }
.note-box p { margin: 0; font-style: italic; font-size: 16.5px; line-height: 1.75; font-weight: 300; color: var(--ink); }
.note-box .note-greet { display: block; margin-bottom: 12px; font-weight: 700; }
.note-box strong { color: var(--accent); font-weight: 700; }
.sessions-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; align-items: center; margin-top: 52px; }
@media (max-width: 860px) { .sessions-grid { grid-template-columns: 1fr; gap: 24px; } }
.sessions-figure { position: relative; display: flex; justify-content: center; }
.sessions-figure img { position: relative; z-index: 2; max-width: 360px; width: 100%; height: auto; }
.sessions h3 { margin: 0 0 16px; font-family: var(--font-heading); color: #00a8b8; font-size: clamp(20px, 2vw, 23.68px); line-height: 1.3; font-weight: 700; }
.sessions ul { margin: 0; padding-left: 20px; }
.sessions li { margin: 0 0 11px; font-size: 16px; line-height: 1.5; font-weight: 300; color: var(--ink); }
.prog-closing { text-align: center; max-width: 840px; margin: 44px auto 0; font-size: 15px; font-weight: 700; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 721px) { .prog-closing { max-width: none; white-space: nowrap; } }
.reel-head { text-align: center; margin: 0 0 26px; font-family: var(--font-heading); color: var(--ink); font-size: clamp(28px, 3vw, 40px); font-weight: 700; }
.reel-frame { position: relative; width: 100%; max-width: var(--container); margin: 0 auto; aspect-ratio: 16 / 9; border-radius: 6px; overflow: hidden; background: #0d3842 url('/images/uploads/dd8ee76a/custom-thumnail_2.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182') center/cover; display: flex; align-items: center; justify-content: center; }
.reel-frame::after { content: ""; position: absolute; inset: 0; background: rgba(13, 56, 66, 0.55); transition: opacity .3s ease; }
.reel-frame.is-playing::after { opacity: 0; pointer-events: none; }
.reel-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; background: #0d3842; }
.reel-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.reel-play { position: relative; z-index: 2; width: 76px; height: 76px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); display: flex; align-items: center; justify-content: center; border: 0; padding: 0; cursor: pointer; transition: opacity .3s ease, transform .2s ease; }
.reel-play:hover { transform: scale(1.06); }
.reel-frame.is-playing .reel-play, .reel-frame.is-playing .reel-caption { opacity: 0; pointer-events: none; }
.reel-play::before { content: ""; border-style: solid; border-width: 13px 0 13px 22px; border-color: transparent transparent transparent #0d3842; margin-left: 5px; }
.reel-caption { position: absolute; z-index: 2; bottom: 16px; color: #fff; font-size: 13px; letter-spacing: .3px; opacity: .9; transition: opacity .3s ease; }
[data-region="got-questions"] { position: relative; overflow: hidden; }
[data-region="got-questions"] .container { position: relative; z-index: 1; }
.got-questions__bg {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: -80px;
  background-image: linear-gradient(rgba(49, 0, 31, 0.4), rgba(49, 0, 31, 0.4)), url('/images/source/Secondary-pattern.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) { .got-questions__bg { transform: none !important; } }
@media (max-width: 720px) {
  .got-questions__bg { background-image: linear-gradient(rgba(49, 0, 31, 0.25), rgba(49, 0, 31, 0.25)), url('/images/uploads/8962ea0b/secondary-pattern_mobile_2.jpg?v=d28a94be-fcca-4c80-ae16-dd8b78ea0182'); background-size: cover; background-position: center; }
}
.gq-head { text-align: center; margin: 0 0 38px; font-family: var(--font-heading); color: #f9f9f9; font-size: clamp(30px, 3.4vw, 46.72px); font-weight: 700; }
.gq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 800px; margin: 0 auto; text-align: center; }
@media (max-width: 680px) { .gq-grid { grid-template-columns: 1fr; gap: 30px; } }
.gq-col h3 { margin: 0 0 18px; font-family: var(--font-heading); color: #f9f9f9; font-size: clamp(20px, 2vw, 24px); font-weight: 700; }
.gq-col .btn-accent { text-transform: uppercase; letter-spacing: 1.4px; min-height: 52px; padding: 14px 34px; }

/* ===== 2025 Speakers grid ===== */
.speaker-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 42px 24px; margin-top: 8px; }
@media (max-width: 980px) { .speaker-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 720px) { .speaker-grid { grid-template-columns: repeat(3, 1fr); gap: 30px 16px; } }
@media (max-width: 460px) { .speaker-grid { grid-template-columns: repeat(2, 1fr); } }
.speaker { margin: 0; text-align: center; }
.speaker img { width: 132px; height: 132px; max-width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; background: #e9e9e9; display: block; margin: 0 auto; }
.speaker figcaption h3 { margin: 14px 0 3px; font-family: var(--font-heading); color: var(--ink); font-size: 15px; line-height: 1.25; font-weight: 700; }
.speaker figcaption p { margin: 0; font-size: 13px; line-height: 1.4; font-weight: 300; color: #5b6b6e; }

/* ===== 2025 Gallery grid ===== */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  background: #e9e9e9;
  margin: 0;
}
@media (max-width: 720px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* ===== Homepage 2026 refresh sections ===== */
.hp-section { padding: 76px 0; }
.hp-section__title {
  margin: 0 0 44px;
  font-family: var(--font-heading);
  color: var(--accent);
  font-size: clamp(30px, 4vw, 46.72px);
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
}
.hp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hp-split__media img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 11px;
}
.hp-prose p {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.62;
  font-weight: 300;
  color: var(--ink);
}
.hp-prose p:first-child { font-size: clamp(17px, 1.4vw, 20px); font-weight: 500; }
.hp-prose p:last-child { margin-bottom: 0; }
.hp-prose strong { font-weight: 700; color: var(--primary); }
/* What Makes GDHF Different */
.diff-list { margin: 0; padding: 0; list-style: none; }
.diff-list li {
  position: relative;
  margin: 0 0 20px;
  padding-left: 26px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  font-weight: 300;
  color: var(--ink);
}
.diff-list li:last-child { margin-bottom: 0; }
.diff-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.site-header .site-nav {
  gap: 19.8px;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown__toggle {
  font: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.nav-dropdown__menu {
  display: none;
}
@media (min-width: 1081px) {
  .site-header .header-cta {
    min-height: 54.6px;
    padding: 0 28.6px;
    font-size: 15.6px;
  }
  .site-header .site-nav {
    font-size: 16px;
  }
  .nav-dropdown__menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 12px;
    background: #d10f67;
    min-width: 150px;
    padding: 8px 0;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    z-index: 30;
  }
  .nav-dropdown:hover .nav-dropdown__menu,
  .nav-dropdown:focus-within .nav-dropdown__menu,
  .nav-dropdown.is-open .nav-dropdown__menu {
    display: block;
  }
  .nav-dropdown__menu a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
  }
}
@media (max-width: 1080px) {
  .site-header .header-cta {
    min-height: 65px;
    padding: 0 44.2px;
    font-size: 18.2px;
  }
  .site-nav.is-open .nav-dropdown__toggle {
    display: block;
    width: 100%;
    pointer-events: none;
    font-size: 26px;
    color: var(--peach);
    opacity: 1;
    text-align: center;
    padding: 15px 18px 4px;
    margin-bottom: 10px;
  }
  .site-nav.is-open .nav-dropdown__menu {
    display: block;
    text-align: center;
  }
  .site-nav.is-open .nav-dropdown__menu a {
    display: block;
    padding: 10px 18px;
    font-size: 19px;
  }
  .site-header .nav-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    overflow: visible;
    align-content: center;
    justify-content: center;
  }
  body.nav-open .header-cta {
    min-height: 60px;
    padding: 0 40.8px;
    font-size: 16.8px;
    bottom: 54px;
  }
}
.diff-list strong { font-weight: 700; color: var(--primary); }
/* Why Asia. Why Now. */
.why-asia { background: var(--surface-alt); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item h3 { margin: 0 0 12px; font-family: var(--font-heading); color: #00a8b8; font-size: clamp(20px, 1.75vw, 24px); line-height: 1.25; font-weight: 700; }
.why-item p { margin: 0; font-size: 16px; line-height: 1.6; font-weight: 300; color: var(--ink); }
.why-note { max-width: 900px; margin: 44px auto 0; text-align: center; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; font-weight: 300; color: var(--ink); }
.why-closing { margin: 30px auto 0; text-align: center; font-family: var(--font-heading); color: var(--accent); font-size: clamp(22px, 2.4vw, 31.36px); line-height: 1.25; font-weight: 700; }
/* From GDHF 2025: Key Figures & Highlights */
.figures { color: #f9f9f9; text-align: center; }
.figures__title { color: var(--peach); }
.stat-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.stat__num { margin: 0; font-family: var(--font-heading); color: var(--peach); font-size: clamp(30px, 3.4vw, 46px); line-height: 1; font-weight: 800; }
.stat__label { margin: 10px 0 0; font-size: 14px; line-height: 1.4; font-weight: 300; color: #f4f4f4; }
.figures__divider { max-width: 940px; margin: 48px auto 0; border-top: 1px solid rgba(255, 255, 255, 0.25); }
.figures__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 940px; margin: 44px auto 0; text-align: left; }
.figures__meta h3 { margin: 0 0 8px; font-family: var(--font-heading); color: #fff; font-size: 18px; line-height: 1.3; font-weight: 700; }
.figures__meta p { margin: 0; font-size: 15px; line-height: 1.6; font-weight: 300; color: rgba(249, 249, 249, 0.9); }
/* Who's in the Room */
.room { text-align: center; }
.donut-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; max-width: 1040px; margin: 0 auto; }
.donut {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: conic-gradient(var(--mint) calc(var(--pct, 0) * 1%), #dff3ee 0);
}
.donut::after { content: ""; position: absolute; inset: 15px; background: #fff; border-radius: 50%; }
.donut span { position: relative; z-index: 1; font-family: var(--font-heading); font-weight: 700; font-size: 20px; color: var(--ink); }
.room__item p { margin: 0; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--ink); }
.room__item .sub { display: block; font-weight: 300; }
/* CTA action band */
.cta-actions { text-align: center; padding: 60px 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.cta-actions .btn-accent { margin-top: 0; min-height: 54px; padding: 15px 34px; text-transform: uppercase; letter-spacing: 1.4px; font-size: 15px; }

@media (max-width: 860px) {
  .hp-split { grid-template-columns: 1fr; gap: 30px; }
  .diff .hp-split__media { order: 2; }
  .why-grid { grid-template-columns: 1fr; gap: 28px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .figures__meta { grid-template-columns: 1fr; gap: 24px; }
  .donut-row { grid-template-columns: repeat(2, 1fr); gap: 34px 16px; }
}
@media (max-width: 520px) {
  .stat-row { grid-template-columns: 1fr; }
  .donut-row { grid-template-columns: 1fr; }
}
