:root {
  --ink: #27312c;
  --muted: #687168;
  --line: #eadfca;
  --paper: #fffaf1;
  --panel: #ffffff;
  --blue: #24583a;
  --blue-dark: #163722;
  --navy: #1f3428;
  --cyan: #d8662c;
  --gold: #c7a12d;
  --green: #24583a;
  --danger: #b8322a;
  --coral: #ef8a66;
  --pink: #d86b9f;
  --shadow: 0 18px 46px rgba(39, 49, 44, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.scopus-fee-note {
  margin: 0;
  color: #da1010;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Inter Variable", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--panel);
}

input::placeholder,
textarea::placeholder {
  color: #8f9791;
  font-size: 0.84rem;
  font-weight: 400;
}

textarea {
  resize: vertical;
}

.site-header {
  position: sticky;
  top: 0;
  isolation: isolate;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 104px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.brand,
nav a,
.nav-parent,
.primary-button,
.secondary-button,
.text-link,
.category-link,
.portal-card {
  text-decoration: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--blue-dark);
}

.brand img {
  width: clamp(210px, 24vw, 360px);
  height: auto;
  max-height: 86px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.mobile-menu-toggle {
  display: none;
}

.brand span {
  display: grid;
  gap: 2px;
  max-width: 360px;
  font-weight: 900;
  line-height: 1.08;
}

.brand small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  position: relative;
  z-index: 2147483001;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

nav a,
.nav-parent {
  border: 0;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 8px;
  color: var(--blue-dark);
  font-size: 0.96rem;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.nav-parent {
  background: transparent;
}

nav a:hover,
nav a:focus-visible,
.nav-group:hover .nav-parent,
.nav-group:focus-within .nav-parent {
  background: #f4edda;
  color: var(--blue-dark);
}

.nav-group {
  position: relative;
  z-index: 2147483002;
}

.nav-group::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 16px;
}

.nav-parent::after {
  content: "▾";
  margin-left: 6px;
  color: var(--gold);
  font-size: 0.72rem;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 2147483003;
  min-width: 240px;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-group:hover,
.nav-group:focus-within {
  z-index: 2147483003;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown a {
  min-height: 48px;
  justify-content: flex-start;
  padding: 0 14px;
  border-radius: 8px;
}

.home-return {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(39, 49, 44, 0.18);
  font-weight: 900;
  text-decoration: none;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-return:hover,
.home-return:focus-visible {
  background: var(--blue-dark);
  box-shadow: 0 16px 34px rgba(39, 49, 44, 0.24);
  transform: translateY(-2px);
}

/* Gala dinner seating planner */
.seating-page { background: #fbf5e9; }
.seating-page .nav-active { background: #f4edda; }
.seating-hero { max-width: 1180px; margin: 0 auto; padding-bottom: 28px; }
.seating-hero h1 { max-width: 760px; }
.seating-hero > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.seating-workspace { max-width: 1440px; margin: 0 auto; padding: 0 28px 80px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.seating-stage-card, .seating-panel { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.seating-stage-card { padding: 24px; }
.seating-stage-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.seating-stage-toolbar h2, .seating-panel h2 { margin: 4px 0 8px; }
.seat-count-badge { padding: 8px 12px; border-radius: 999px; background: #f3ead9; color: var(--green); font-weight: 900; font-size: .82rem; }
.seating-stage { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; touch-action: none; }
.seating-table { position: relative; width: min(440px, 68vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; }
.seating-table::before { content: ""; position: absolute; inset: 18%; border-radius: 50%; background: #ead8bf; border: 8px solid #17241e; box-shadow: 0 16px 0 rgba(22,55,34,.12), inset 0 0 0 2px rgba(255,255,255,.45); }
.seating-table-copy { position: relative; z-index: 1; text-align: center; pointer-events: none; }
.seating-table-copy strong { display: block; font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: .86; letter-spacing: -.06em; }
.seating-table-copy span { display: block; margin-top: 14px; color: #75644f; font-size: .7rem; letter-spacing: .16em; font-weight: 900; }
.seating-seat { position: absolute; z-index: 2; left: 50%; top: 50%; width: 98px; min-height: 64px; transform: translate(-50%, -50%) rotate(var(--seat-angle)) translateY(-190px) rotate(calc(var(--seat-angle) * -1)); border: 4px solid #17241e; border-radius: 16px 16px 11px 11px; padding: 7px 5px; background: #f6ecdc; color: var(--green-dark); cursor: grab; box-shadow: 0 7px 0 rgba(22,55,34,.12); transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease; }
.seat-body { width: 100%; min-height: 100%; padding: 0; border: 0; background: transparent; color: inherit; cursor: inherit; }
.seat-lock-toggle { position: absolute; right: -9px; top: -11px; z-index: 3; width: 22px; height: 22px; padding: 0; border: 2px solid #17241e; border-radius: 50%; background: #fffdf8; color: var(--green-dark); font-size: .68rem; line-height: 1; cursor: pointer; }
.seat-locked { border-color: var(--danger); background: #f9dfda !important; cursor: not-allowed; }
.seat-locked .seat-lock-toggle { background: var(--danger); color: #fff; }
.seating-seat.occupied { background: #f2c970; }
.seating-seat:not(.occupied):not(.seat-locked) { background: #e5e9e6; border-color: #9aa59d; color: #59665d; box-shadow: 0 6px 0 rgba(73, 88, 78, .12); }
.seating-seat:hover, .seating-seat:focus-visible { z-index: 4; box-shadow: 0 10px 0 rgba(22,55,34,.14); }
.seating-seat.dragging { opacity: .72; cursor: grabbing; transform: translate(-50%, -50%) rotate(var(--seat-angle)) translateY(-190px) rotate(calc(var(--seat-angle) * -1)) scale(1.08); }
.seating-seat.seat-preview { outline: 5px solid var(--gold); outline-offset: 5px; background: #fff3c8; }
.seat-number, .seat-guest { display: block; }
.seat-number { font-size: .72rem; opacity: .65; font-weight: 900; }
.seat-guest { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .78rem; font-weight: 950; }
.seating-help { position: absolute; bottom: 6px; margin: 0; color: var(--muted); font-size: .82rem; }
.seating-status { margin: 0; padding: 12px 14px; border-radius: 12px; background: #f5eee1; color: var(--green-dark); font-size: .85rem; font-weight: 700; }
.seating-controls { display: grid; grid-template-columns: 1fr; align-content: start; gap: 24px; }
.seating-panel { padding: 22px; }
.setup-panel h2 { font-size: 1.7rem; line-height: 1.05; margin: 6px 0 8px; }
.setup-panel > p { font-size: .82rem; margin-bottom: 14px; }
.setup-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.setup-fields label, .table-settings label { display: grid; gap: 6px; color: var(--muted); font-size: .73rem; font-weight: 850; }
.setup-fields input, .setup-fields select, .table-settings select { min-height: 42px; padding: 9px 10px; }
.setup-panel #generate-tables { margin-top: 12px; min-height: 44px; width: 100%; }
.table-settings { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-height: 220px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); overflow-y: auto; }
.seating-panel p { margin-top: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.seating-panel textarea { min-height: 180px; margin: 8px 0 10px; }
.seating-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.seating-actions .secondary-button { min-height: 44px; padding: 0 10px; font-size: .82rem; }
.seating-toolbar-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.seating-toolbar-actions .secondary-button { min-height: 42px; padding: 0 14px; font-size: .78rem; }
.map-zoom-controls { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fffdf8; }
.zoom-button { min-width: 36px; height: 34px; padding: 0 8px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--green-dark); font-weight: 900; cursor: pointer; }
.zoom-button:last-child { border-right: 0; }
.zoom-button:hover, .zoom-button:focus-visible { background: #f3ead9; }
.zoom-reset { min-width: 62px; font-size: .68rem; }
.lock-state { padding: 8px 11px; border-radius: 999px; background: #e7f0e8; color: var(--green); font-size: .76rem; font-weight: 900; }
.lock-state.is-locked { background: #f9dfda; color: var(--danger); }
.seating-stage.seating-locked { background: rgba(228, 224, 212, .22); }
.seating-stage.seating-locked .seating-seat { cursor: not-allowed; filter: grayscale(.2); }
.seating-table-card { position: relative; min-height: 270px; min-width: 180px; padding: 10px; border: 1px solid rgba(78, 113, 90, .28); border-radius: 16px; background: rgba(250, 253, 250, .88); }
.seating-table-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 0 6px; color: var(--green); }
.seating-table-heading span { font-size: .68rem; letter-spacing: .12em; font-weight: 900; }
.seating-table-heading strong { color: var(--ink); font-size: .92rem; }
.map-instruction { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.seating-table-card .seating-table { width: min(190px, 100%); margin: 18px auto 0; }
.seating-table-card .seating-table::before { inset: 22%; border-width: 5px; }
.seating-table-card .seating-table-copy strong { font-size: 1.8rem; }
.seating-table-card .seating-table-copy span { margin-top: 7px; font-size: .52rem; }
.seating-table-card .seating-seat { width: 44px; min-height: 34px; border-width: 2px; border-radius: 8px; padding: 3px 2px; transform: translate(-50%, -50%) rotate(var(--seat-angle)) translateY(-92px) rotate(calc(var(--seat-angle) * -1)); }
.seating-table-card .seating-seat.dragging { transform: translate(-50%, -50%) rotate(var(--seat-angle)) translateY(-92px) rotate(calc(var(--seat-angle) * -1)) scale(1.12); }
.seating-table-card .seat-number { font-size: .58rem; }
.seating-table-card .seat-guest { font-size: .56rem; }
.seating-stage { position: relative; display: block; min-height: 760px; overflow: auto; padding: 34px 30px 58px; border: 1px solid #cbd6cf; border-radius: 16px; background-color: #eef3ef; background-image: linear-gradient(rgba(66,113,88,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(66,113,88,.09) 1px, transparent 1px), linear-gradient(rgba(66,113,88,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(66,113,88,.16) 1px, transparent 1px); background-size: 18px 18px, 18px 18px, 90px 90px, 90px 90px; }
.seating-stage::before { content: "ROOM FLOOR PLAN • TABLE LAYOUT MAP"; position: absolute; top: 12px; left: 18px; color: #5e7a69; font-size: .64rem; font-weight: 900; letter-spacing: .14em; }
.seating-stage::after { content: "SERVICE AISLE"; position: absolute; top: 48px; bottom: 60px; left: 50%; width: 24px; transform: translateX(-50%); border-left: 2px dashed rgba(191, 75, 49, .45); border-right: 2px dashed rgba(191, 75, 49, .45); color: rgba(145, 76, 58, .72); writing-mode: vertical-rl; text-align: center; font-size: .55rem; font-weight: 900; letter-spacing: .16em; pointer-events: none; }
.seating-map-canvas { position: relative; z-index: 1; width: max(100%, 980px); margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px 18px; transform: scale(var(--map-scale)); transform-origin: center top; transition: transform 180ms ease; }
.seating-map-canvas .seating-help { grid-column: 1 / -1; position: static; text-align: center; }
.seating-list { display: grid; gap: 7px; list-style: none; padding: 0; margin: 14px 0 0; max-height: 410px; overflow: auto; }
.seating-list li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 11px; border-radius: 10px; background: #f8f1e4; font-size: .82rem; }
.seating-list li.list-seat-locked { background: #f9dfda; color: var(--danger); }
.seating-list li { cursor: pointer; transition: background 140ms ease, transform 140ms ease; }
.seating-list li:hover, .seating-list li:focus-visible, .seating-list li.list-seat-selected { background: #ffd36a; transform: translateX(3px); outline: none; }
.seating-seat.seat-selected { z-index: 8; background: #ff6b1a !important; color: #fff !important; border-color: #7d2200; outline: 6px solid #ffb000; outline-offset: 6px; box-shadow: 0 0 0 14px rgba(255,107,26,.28), 0 12px 0 rgba(125,34,0,.2); animation: selected-seat-pulse 900ms ease-in-out infinite alternate; }
.seating-table-card.table-selected { border-color: #ffb000; box-shadow: 0 0 0 5px rgba(255,176,0,.28); }
@keyframes selected-seat-pulse { from { filter: brightness(1); } to { filter: brightness(1.22); } }
.seating-list li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); }
.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; }

@media (max-width: 860px) {
  .seating-workspace { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .seating-stage { min-height: 720px; }
  .seating-controls { grid-template-columns: 1fr; }
  .setup-fields, .table-settings { grid-template-columns: 1fr 1fr; }
  .seating-stage .seating-help { grid-column: auto; }
  .seating-map-canvas { width: max(100%, 760px); grid-template-columns: repeat(2, minmax(180px, 1fr)); }
}

@media (max-width: 540px) {
  .seating-stage-card { padding: 16px; }
  .seating-stage { min-height: 410px; }
  .seating-stage { min-height: 1300px; }
  .seating-map-canvas { width: max(100%, 380px); grid-template-columns: minmax(180px, 1fr); }
  .seating-table-card .seating-table { width: min(190px, 100%); }
  .seating-table-card .seating-seat { transform: translate(-50%, -50%) rotate(var(--seat-angle)) translateY(-92px) rotate(calc(var(--seat-angle) * -1)); }
  .seating-table-card .seating-seat.dragging { transform: translate(-50%, -50%) rotate(var(--seat-angle)) translateY(-92px) rotate(calc(var(--seat-angle) * -1)) scale(1.08); }
  .seating-help { font-size: .72rem; }
  .setup-fields, .table-settings { grid-template-columns: 1fr; }
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  min-height: auto;
  padding: 62px clamp(18px, 6vw, 86px);
  color: var(--ink);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.84));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/aised-home-hero-watermark.png") center / min(92vw, 1180px) auto no-repeat;
  pointer-events: none;
  z-index: 0;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(3.4rem, 8vw, 7.6rem);
  line-height: 0.92;
}

.hero p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.48;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-meta span,
.status-pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: #ffffff;
  background: var(--blue);
  border: 1px solid var(--blue);
  font-weight: 800;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.compact-actions {
  margin-top: 6px;
}

.partner-action {
  margin-top: 16px;
}

.primary-button,
.secondary-button,
.text-link {
  min-width: 156px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.primary-button {
  border: 1px solid var(--blue);
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(36, 88, 58, 0.18);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  transform: translateY(-1px);
}

.secondary-button {
  border: 1px solid var(--gold);
  color: var(--blue-dark);
  background: #fff8df;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: #f4edda;
  border-color: var(--blue);
  transform: translateY(-1px);
}

.text-link {
  border: 1px solid var(--line);
  color: var(--blue-dark);
  background: #fff8df;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--blue);
  background: #f4edda;
  transform: translateY(-1px);
}

.hero-art {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.quick-panel,
.portal-grid,
.date-grid,
.speaker-grid,
.pricing-grid,
.audience-grid,
.simple-list {
  display: grid;
  gap: 14px;
}

.quick-panel {
  padding: 18px clamp(18px, 6vw, 86px);
  background: var(--blue-dark);
}

.quick-panel article {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.quick-panel span,
.small-note,
.form-status,
.footer span,
.muted {
  color: var(--muted);
}

.quick-panel span {
  color: #a8c4ff;
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.quick-panel strong {
  font-size: 1.35rem;
}

.venue-summary-panel {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.venue-summary-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.venue-summary-panel span {
  color: #a8c4ff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.venue-summary-panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.venue-summary-panel p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.venue-summary-panel .venue-map-button {
  margin-top: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.announcement-strip {
  overflow: hidden;
  display: flex;
  gap: 28px;
  padding: 14px 0;
  color: var(--blue-dark);
  background: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}

.announcement-strip span {
  animation: ticker 24s linear infinite;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.section,
.page-hero {
  padding: 76px clamp(18px, 6vw, 86px);
}

.section.alt {
  background: var(--paper);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

h2 {
  max-width: 880px;
  font-size: clamp(2.15rem, 5vw, 4.8rem);
  line-height: 0.98;
}

h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.section-intro {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

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

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 34px;
  align-items: center;
}

.intro-copy {
  display: grid;
  gap: 18px;
}

.intro-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.58;
}

.intro-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.highlight-grid,
.track-grid,
.contact-grid,
.award-grid {
  display: grid;
  gap: 14px;
}

.highlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.submission-timeline {
  position: relative;
  align-items: stretch;
}

.submission-timeline::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(27, 92, 61, 0.16), rgba(203, 163, 47, 0.6), rgba(27, 92, 61, 0.16));
  z-index: 0;
}

.highlight-card,
.track-card,
.contact-card,
.award-card {
  display: grid;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  padding: 20px;
  box-shadow: 0 8px 26px rgba(39, 49, 44, 0.06);
}

.timeline-card {
  position: relative;
  z-index: 1;
  gap: 8px;
  padding-top: 24px;
}

.timeline-date {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(203, 163, 47, 0.7);
  background: #fff8dc;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.highlight-card strong,
.track-card strong,
.contact-card strong,
.award-card strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.08rem;
  line-height: 1.22;
}

.highlight-card p,
.track-card p,
.contact-card p,
.award-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.track-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.track-card span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.award-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 22px;
}

.movement-panel {
  padding: 34px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue-dark), var(--green));
}

.movement-panel p {
  max-width: 900px;
  margin: 12px 0 0;
  color: #f5f0df;
  font-size: 1.1rem;
  line-height: 1.52;
}

.publication-panel,
.fee-grid {
  display: grid;
  gap: 14px;
}

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

.publication-panel article,
.fee-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 8px 26px rgba(39, 49, 44, 0.06);
}

.publication-panel article {
  gap: 12px;
  padding: 20px 22px;
}

.publication-logo {
  display: flex;
  align-items: center;
  min-height: 54px;
}

.publication-logo img {
  width: auto;
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
}

.publication-panel strong,
.fee-card strong {
  color: var(--blue-dark);
  font-size: 1.12rem;
  line-height: 1.22;
}

.publication-panel p,
.fee-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.publication-panel p {
  font-size: 0.96rem;
}

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

.fee-card span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fee-card strong {
  margin-top: 4px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.fee-note {
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 900;
}

.portal-card,
.date-card,
.speaker-card,
.price-card,
.info-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.portal-card {
  display: grid;
  gap: 16px;
  min-height: 210px;
  padding: 22px;
  align-content: start;
}

.portal-card span,
.date-card span,
.price-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-card strong {
  font-size: 1.45rem;
  line-height: 1.15;
}

.portal-card p,
.date-card p,
.speaker-card p,
.price-card p,
.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

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

.date-card,
.speaker-card,
.price-card,
.info-card {
  padding: 20px;
}

.venue-card-link {
  display: grid;
  gap: 12px;
  text-decoration: none;
}

.venue-card-link img {
  width: min(100%, 420px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(39, 49, 44, 0.12);
}

.venue-map-button {
  width: fit-content;
  min-width: 128px;
  min-height: 40px;
  margin-top: 2px;
  padding: 0 14px;
  font-size: 0.92rem;
}

.date-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.35rem;
}

.date-card.open {
  border-color: rgba(22, 163, 74, 0.45);
}

.date-card.closed {
  opacity: 0.74;
}

.speaker-card {
  display: grid;
  gap: 10px;
}

.profile-grid {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: stretch;
}

.profile-speaker-card {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 214px;
  padding: 22px;
  background: linear-gradient(135deg, #ffffff, #fffaf0);
}

.profile-speaker-card .royal-avatar {
  width: 112px;
  height: 112px;
}

.profile-copy {
  display: grid;
  justify-items: start;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.profile-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.12;
}

.profile-copy span {
  width: max-content;
  padding: 7px 12px;
  border: 1px solid rgba(194, 154, 40, 0.35);
  border-radius: 999px;
  color: var(--green);
  background: #fff7df;
}

.profile-session {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(213, 191, 127, 0.34);
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.4;
}

.speaker-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 950;
}

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

#featured-speakers > .section-head {
  justify-content: center;
  text-align: center;
}

#featured-speakers .royal-grid {
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

#featured-speakers .opening-speakers-grid {
  margin-left: auto;
  margin-right: auto;
}

#featured-speakers .featured-speaker {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  justify-items: center;
  text-align: center;
}

#featured-speakers .featured-speaker > .speaker-role,
#featured-speakers .featured-speaker .committee-portrait,
#featured-speakers .featured-speaker .committee-profile-copy {
  grid-column: 1;
}

#featured-speakers .featured-speaker > .speaker-role {
  grid-row: 1;
  justify-self: center;
}

#featured-speakers .featured-speaker .committee-portrait {
  grid-row: 2;
}

#featured-speakers .featured-speaker .committee-profile-copy {
  grid-row: 3;
  text-align: center;
}

#featured-speakers .featured-speaker .committee-profile-copy strong {
  text-align: center;
}

.featured-speaker {
  min-height: 260px;
  border-color: rgba(244, 182, 63, 0.6);
  background: linear-gradient(135deg, #ffffff, #fff7df);
}

.royal-avatar {
  width: 132px;
  height: 132px;
  display: block;
  object-fit: cover;
  object-position: center;
  padding: 4px;
  border: 2px solid rgba(194, 154, 40, 0.72);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 54, 37, 0.18);
}

.speaker-profile-photo {
  object-position: center 24%;
}

.speaker-agenda-grid {
  display: grid;
  gap: 20px;
}

.royal-grid {
  max-width: 980px;
  margin: 0;
}

.opening-speakers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 20px 0 0;
}

.keynote-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
}

.speaker-agenda-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  align-items: center;
  max-width: none;
  min-height: 100%;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(39, 49, 44, 0.07);
  width: 100%;
}

.speaker-agenda-card {
  cursor: pointer;
}

.speaker-agenda-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.speaker-modal-open {
  overflow: hidden;
}

.speaker-modal[hidden] {
  display: none;
}

.speaker-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.speaker-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 45, 34, 0.68);
  backdrop-filter: blur(3px);
}

.speaker-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  width: min(720px, 100%);
  max-height: min(620px, 90vh);
  overflow: auto;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffdf7;
  box-shadow: 0 28px 80px rgba(18, 54, 37, 0.3);
}

.speaker-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--blue-dark);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.speaker-modal-photo {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  background: #f3f5f2;
}

.speaker-modal-copy {
  align-self: center;
}

.speaker-modal-copy h2 {
  margin: 8px 0 16px;
  color: var(--blue-dark);
  font-size: 33.35px;
}

.speaker-modal-copy p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.speaker-agenda-card .committee-profile-copy {
  gap: 8px;
  align-items: start;
  justify-items: start;
  text-align: left;
}

.speaker-agenda-card .committee-profile-copy strong {
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.22;
}

.speaker-agenda-card .committee-profile-copy p {
  font-size: 0.94rem;
  line-height: 1.45;
}

.speaker-agenda-card .committee-profile-copy em,
.speaker-agenda-card .committee-profile-copy small {
  display: block;
  color: var(--green);
  font-style: normal;
  font-weight: 850;
  line-height: 1.4;
}

.speaker-agenda-card .committee-profile-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.speaker-agenda-card .committee-profile-copy .speaker-time {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.speaker-session-link {
  width: max-content;
  max-width: 100%;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.3;
  text-decoration: none;
}

.speaker-session-link:hover,
.speaker-session-link:focus-visible {
  text-decoration: underline;
}

.speaker-session-date {
  display: block;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
}

.speaker-session-title {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
}

.speaker-agenda-card .committee-portrait,
.speaker-initials {
  width: 112px;
  height: 112px;
  margin: 0;
  border-radius: 12px;
}

.featured-speaker .committee-portrait,
.featured-speaker .speaker-initials {
  width: 170px;
  height: 170px;
}

.featured-speaker {
  grid-template-columns: 170px minmax(0, 1fr);
  grid-template-rows: auto auto;
  max-width: 980px;
  min-height: 0;
  padding: 22px;
  align-items: center;
}

.featured-speaker > .speaker-role {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin: 0 0 8px;
}

.featured-speaker .committee-portrait {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.featured-speaker .committee-profile-copy {
  grid-column: 2;
  grid-row: 2;
  padding: 0;
}

.speaker-initials {
  display: grid;
  place-items: center;
  border: 1px solid rgba(194, 154, 40, 0.34);
  border-radius: 12px 12px 0 0;
  color: var(--green);
  background:
    radial-gradient(circle at top left, rgba(194, 154, 40, 0.2), transparent 42%),
    linear-gradient(135deg, #fffaf0, #ffffff);
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.speaker-role {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(194, 154, 40, 0.36);
  border-radius: 999px;
  color: var(--green);
  background: #fff7df;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-forum-directory {
  display: grid;
  gap: 28px;
}

.speaker-forum-group {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(39, 49, 44, 0.07);
}

.forum-heading {
  display: grid;
  gap: 8px;
  max-width: 920px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(194, 154, 40, 0.26);
}

.forum-date-line {
  display: grid;
  gap: 3px;
}

.forum-heading h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.08;
}

.forum-heading p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.forum-speaker-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-content: start;
  gap: 18px;
}

.forum-speaker-row .committee-profile-card {
  max-width: none;
}

.forum-speaker-row .moderator-card {
  grid-column: 1 / -1;
  width: min(420px, 100%);
  justify-self: center;
}

.moderator-card {
  border-color: rgba(18, 88, 55, 0.32);
  background: linear-gradient(180deg, #fff9e8, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(18, 88, 55, 0.12), 0 12px 30px rgba(39, 49, 44, 0.08);
}

.moderator-card .speaker-role {
  border-color: var(--green);
  color: #ffffff;
  background: var(--green);
}

.venue-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.venue-feature img {
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.hotel-partner-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 255, 255, 0.98)),
    url("assets/aised-home-hero-watermark.png") right 8% top 36px / min(54vw, 700px) auto no-repeat;
}

.hotel-partner-card {
  display: grid;
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hotel-page-card {
  align-items: stretch;
}

.hotel-card-main,
.hotel-info-panel {
  display: grid;
  gap: 24px;
}

.hotel-card-main {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff9e7;
}

.hotel-info-panel {
  grid-template-columns: minmax(280px, 1fr) minmax(110px, 0.28fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  padding: 18px 4px 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.hotel-logo-card,
.hotel-qr-card {
  display: grid;
  place-items: center;
  gap: 14px;
  text-align: center;
  color: var(--green);
  text-decoration: none;
  font-weight: 800;
}

.hotel-logo-card {
  justify-self: start;
  justify-items: start;
  text-align: left;
  width: min(100%, 452px);
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hotel-logo-card:hover {
  transform: translateY(-2px);
}

.hotel-logo-card img {
  width: min(100%, 440px);
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.hotel-map-button {
  justify-self: start;
  width: fit-content;
}

.hotel-partner-details {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hotel-partner-details > .eyebrow {
  margin: 0;
}

.hotel-title-row {
  position: relative;
  display: block;
  padding-right: 198px;
}

.hotel-title-row h2 {
  min-width: 0;
}

.hotel-pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.hotel-partner-details h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.hotel-partner-details h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.hotel-primary-location {
  display: grid;
  gap: 6px;
  margin: 0;
}

.hotel-primary-location strong {
  grid-column: 1;
  color: var(--green);
  font-size: 0.92rem;
}

.hotel-primary-location address {
  grid-column: 1;
  margin: 0;
  font-style: normal;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hotel-map-button {
  min-height: 36px;
  padding: 8px 14px;
  font-size: 0.8rem;
}

.hotel-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin-top: 6px;
}

.hotel-rate-grid article {
  min-width: 0;
  padding: 0 24px 0 0;
  border-left: 0;
}

.hotel-rate-grid article + article {
  padding: 0 0 0 24px;
  border-left: 1px solid #dfc66e;
}

.hotel-rate-grid strong,
.hotel-rate-grid span {
  display: block;
}

.hotel-rate-grid strong {
  color: var(--green);
  font-size: 1.22rem;
}

.hotel-rate-grid span {
  margin-top: 4px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.hotel-partner-details > address {
  font-style: normal;
  color: var(--text);
  line-height: 1.65;
}

.hotel-booking-block {
  display: grid;
  gap: 7px;
  align-content: start;
}

.hotel-booking-block h3 {
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}

.hotel-contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  max-width: 360px;
}

.hotel-contact-list div {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px solid var(--line);
}

.hotel-contact-list div:first-child {
  padding-top: 0;
}

.hotel-contact-list dt {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hotel-contact-list dd {
  margin: 0;
  color: #2e6346;
  font-size: 0.8rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hotel-contact-list a {
  color: inherit;
}

.hotel-contact-list dd span {
  color: var(--muted);
  font-weight: 600;
}

.hotel-qr-card {
  justify-self: start;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}

.hotel-title-row .hotel-qr-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  max-width: 100%;
}

.hotel-qr-card img {
  width: min(100%, 168px);
  border-radius: 10px;
}

.hotel-qr-card span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.25;
}

.committee-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.94), rgba(255, 255, 255, 0.96)),
    url("assets/aised-home-hero-watermark.png") right 8% top 40px / min(58vw, 760px) auto no-repeat;
}

.committee-directory,
.committee-group {
  display: grid;
}

.committee-directory {
  gap: 48px;
  max-width: 1240px;
  margin: 0 auto;
}

.committee-group {
  gap: 18px;
}

.committee-group-title {
  max-width: none;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(199, 161, 45, 0.74);
  color: var(--blue-dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  text-align: center;
}

.committee-profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
  justify-content: center;
}

.committee-profile-card {
  overflow: hidden;
  display: grid;
  flex: 0 1 calc((100% - 54px) / 4);
  grid-template-rows: 210px minmax(150px, 1fr);
  max-width: 260px;
  min-width: 0;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(39, 49, 44, 0.08);
}

.committee-portrait {
  overflow: hidden;
  width: 100%;
  min-height: 0;
  background: #f5f5f5;
}

.committee-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  background: #f5f5f5;
  object-fit: contain;
  object-position: center;
}

.committee-initials {
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 850;
  letter-spacing: 0.04em;
}

.committee-profile-copy {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
}

.committee-profile-copy strong {
  color: var(--blue-dark);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.22;
}

.committee-profile-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.committee-profile-card.speaker-agenda-card {
  display: grid;
  flex: none;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  align-items: center;
  max-width: none;
  min-height: 0;
  padding: 16px;
}

.committee-profile-card.speaker-agenda-card .committee-portrait {
  width: 112px;
  height: 112px;
  border-radius: 12px;
}

.committee-profile-card.speaker-agenda-card.featured-speaker {
  grid-template-columns: 170px minmax(0, 1fr);
  grid-template-rows: auto auto;
  max-width: 980px;
  padding: 22px;
}

.committee-profile-card.speaker-agenda-card.featured-speaker .committee-portrait {
  width: 170px;
  height: 170px;
}

.committee-profile-card.speaker-agenda-card .committee-profile-copy {
  justify-items: start;
  padding: 0;
  text-align: left;
}

.committee-profile-card.speaker-agenda-card .committee-profile-copy strong {
  text-align: left;
}

.status-pill.light {
  width: max-content;
  color: var(--blue-dark);
  background: #fff4cf;
  border-color: rgba(244, 182, 63, 0.5);
}

.matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.agenda-disclaimer {
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 9px 14px;
  border: 1px solid rgba(244, 182, 63, 0.48);
  border-radius: 999px;
  color: var(--blue-dark);
  background: #fff8df;
  font-size: 0.86rem;
  font-weight: 850;
}

.programme-matrix {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.programme-matrix th,
.programme-matrix td {
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.programme-matrix th:last-child,
.programme-matrix td:last-child {
  border-right: 0;
}

.programme-matrix tr:last-child th,
.programme-matrix tr:last-child td {
  border-bottom: 0;
}

.programme-matrix thead th {
  color: #ffffff;
  background: var(--navy);
  font-size: 1rem;
  font-weight: 950;
}

.programme-matrix thead span {
  display: block;
  margin-top: 4px;
  color: #a8c4ff;
  font-size: 0.82rem;
  font-weight: 850;
}

.programme-matrix tbody th {
  width: 148px;
  color: var(--blue-dark);
  background: #eff6ff;
  font-size: 0.86rem;
  font-weight: 950;
}

.programme-matrix td {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.42;
}

.programme-matrix ul {
  margin: 0;
  padding-left: 18px;
}

.programme-matrix li + li {
  margin-top: 5px;
}

.programme-tab-section {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(244, 237, 218, 0.9)),
    url("assets/aised-watermark.png") right clamp(18px, 6vw, 86px) top 88px / min(78vw, 780px) auto no-repeat;
}

.programme-tabset {
  display: grid;
  gap: 22px;
}

.programme-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.programme-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.programme-tab-button {
  display: inline-flex;
  min-width: 128px;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 248, 223, 0.88);
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.programme-tab-button:hover,
.programme-tab-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(39, 49, 44, 0.12);
}

#programme-day-1-tab:checked ~ .programme-tab-buttons label[for="programme-day-1-tab"],
#programme-day-2-tab:checked ~ .programme-tab-buttons label[for="programme-day-2-tab"],
#programme-day-3-tab:checked ~ .programme-tab-buttons label[for="programme-day-3-tab"] {
  color: #ffffff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.programme-tab-panel {
  display: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

#programme-day-1-tab:checked ~ .day-1-panel,
#programme-day-2-tab:checked ~ .day-2-panel,
#programme-day-3-tab:checked ~ .day-3-panel {
  display: block;
}

.programme-day-heading {
  padding: 22px 24px;
  color: #ffffff;
  background: var(--blue-dark);
}

.programme-day-heading p {
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.programme-day-heading h2 {
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.programme-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.programme-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 800;
}

.agenda-table {
  display: grid;
}

.agenda-row {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.agenda-row.has-speakers {
  grid-template-columns: minmax(150px, 210px) minmax(220px, 0.86fr) minmax(260px, 1.14fr);
}

.agenda-row.no-speakers {
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
}

.agenda-row:not(.agenda-head):nth-child(odd) {
  background: rgba(255, 250, 241, 0.72);
}

.agenda-row:target {
  scroll-margin-top: 130px;
  outline: 3px solid rgba(199, 161, 45, 0.55);
  background: #fff7df;
}

.agenda-row:first-child {
  border-top: 0;
}

.agenda-row > * {
  padding: 17px 20px;
}

.agenda-row > :nth-child(2) {
  border-left: 1px solid rgba(213, 191, 127, 0.34);
}

.agenda-head {
  color: #ffffff;
  background: rgba(20, 77, 82, 0.92);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.agenda-row time {
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.45;
}

.agenda-row div {
  color: var(--muted);
  line-height: 1.5;
}

.agenda-row strong,
.agenda-row span,
.agenda-row em {
  display: block;
}

.agenda-speakers .person {
  position: relative;
  padding-left: 1em;
}

.agenda-speakers .person::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.agenda-row strong {
  margin-bottom: 4px;
  color: var(--blue-dark);
}

.agenda-row em {
  margin-top: 4px;
  color: var(--muted);
  font-style: italic;
}

.agenda-row span + span,
.agenda-row strong + span,
.agenda-row span + strong {
  margin-top: 5px;
}

.award-card {
  padding: 20px 24px 24px;
  border-top: 1px solid var(--line);
  background: rgba(255, 248, 223, 0.5);
}

.award-card h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
}

.award-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.registration-section {
  color: var(--ink);
  background: #faf8f2;
}

.registration-section .section-intro,
.registration-section .small-note {
  color: var(--muted);
}

.registration-fee-table-wrap {
  position: relative;
  width: min(1100px, 100%);
  max-width: 1100px;
  margin: 59px 0 28px -5px;
}

.susan-arrow {
  position: absolute;
  top: 57%;
  z-index: 8;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(39, 49, 44, 0.13);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.susan-arrow:hover,
.susan-arrow:focus-visible {
  color: #fff;
  background: var(--green);
  outline: 2px solid rgba(199, 161, 45, 0.45);
  outline-offset: 3px;
  transform: translateY(-50%) scale(1.06);
}

.susan-arrow-prev {
  left: -18px;
}

.susan-arrow-next {
  right: -18px;
}

.registration-fee-heading {
  padding: 0 0 10px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.registration-section .registration-fee-grid {
  position: relative;
  height: 290px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.registration-fee-grid::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: min(78%, 720px);
  height: 150px;
  border: 1px solid rgba(199, 161, 45, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(199, 161, 45, 0.04), inset 0 0 30px rgba(199, 161, 45, 0.06);
  transform: translateX(-50%) rotateX(58deg) translateZ(-160px);
  pointer-events: none;
}

.registration-fee-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 116px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 14px;
  background: rgba(255, 251, 240, 0.92);
  box-shadow: 0 10px 24px rgba(39, 49, 44, 0.08);
  text-align: center;
  transform: rotateX(0) rotateY(0) translateZ(0);
  transition: transform 780ms cubic-bezier(0.16, 1, 0.3, 1), opacity 780ms cubic-bezier(0.16, 1, 0.3, 1), filter 780ms ease, box-shadow 780ms ease;
  transform-style: preserve-3d;
}

.pricing-belt .registration-fee-card {
  position: absolute;
  top: 8px;
  left: 0;
  width: 34%;
  transform: translateX(0) scale(0.78);
  opacity: 0.35;
  filter: saturate(0.65);
  cursor: pointer;
}

.pricing-belt {
  perspective: none;
  transform-style: flat;
}

.pricing-belt .registration-fee-card.belt-active {
  z-index: 3;
  left: 33%;
  transform: translateX(0) scale(1);
  opacity: 1;
  filter: none;
}

.pricing-belt .registration-fee-card.belt-left {
  z-index: 1;
  left: 0;
  transform: translateX(0) scale(0.78) rotateY(12deg);
}

.pricing-belt .registration-fee-card.belt-right {
  z-index: 1;
  left: 66%;
  transform: translateX(0) scale(0.78) rotateY(-12deg);
}

.pricing-belt .registration-fee-card.belt-rear {
  z-index: 0;
  left: 33%;
  transform: translateX(0) scale(0.58) translateZ(-80px);
  opacity: 0;
  pointer-events: none;
}

/* Pricing cards form a visible 3D disc: the front card is prominent while
   the remaining cards stay visible around its rear arc. */
.pricing-belt .registration-fee-card {
  top: 10px;
  left: 50%;
  width: 30%;
  opacity: 0.58;
  filter: saturate(0.7) brightness(0.9);
  transform-origin: 50% 120%;
}

.pricing-belt .registration-fee-card.belt-pos-0 {
  z-index: 4;
  width: 38%;
  border-color: var(--gold);
  background: linear-gradient(145deg, #24583a, #173d2b);
  transform: translateX(-50%) translateY(86px) scale(1.08) translateZ(80px);
  opacity: 1;
  filter: none;
  box-shadow: 0 24px 42px rgba(39, 49, 44, 0.22), 0 0 0 2px rgba(199, 161, 45, 0.35);
}

.pricing-belt .registration-fee-card.belt-pos-0 span {
  color: #f7f4e9;
}

.pricing-belt .registration-fee-card.belt-pos-0 strong {
  color: #f4df8a;
}

.pricing-belt .registration-fee-card.belt-pos-0 small {
  color: rgba(247, 244, 233, 0.78);
}

.pricing-belt .registration-fee-card.belt-pos-1 {
  z-index: 2;
  transform: translateX(60%) translateY(4px) scale(0.78) rotateY(-12deg) translateZ(-20px);
}

.pricing-belt .registration-fee-card.belt-pos-2 {
  z-index: 1;
  transform: translateX(-50%) translateY(10px) scale(0.62) translateZ(-90px);
  opacity: 0.18;
}

.pricing-belt .registration-fee-card.belt-pos-3 {
  z-index: 2;
  transform: translateX(-160%) translateY(4px) scale(0.78) rotateY(12deg) translateZ(-20px);
}

.pricing-belt .registration-fee-card.belt-pos-4 {
  z-index: 0;
  left: 50%;
  transform: translateX(-50%) translateY(28px) scale(0.5) translateZ(-150px);
  opacity: 0.12;
  pointer-events: none;
}

/* Disc composition: one front card, two middle cards, two rear cards. */
.pricing-belt .registration-fee-card.belt-pos-0 {
  transform: translateX(-50%) translateY(142px) scale(1.08) rotateY(0) translateZ(100px);
}

.pricing-belt .registration-fee-card.belt-pos-1,
.pricing-belt .registration-fee-card.belt-pos-3 {
  top: 82px;
  width: 30%;
  opacity: 0.52;
  transform: translateX(-50%) translateY(0) scale(0.8) rotateY(0) translateZ(0);
}

.pricing-belt .registration-fee-card.belt-pos-1 {
  left: 22%;
}

.pricing-belt .registration-fee-card.belt-pos-3 {
  left: 78%;
}

.pricing-belt .registration-fee-card.belt-pos-2,
.pricing-belt .registration-fee-card.belt-pos-4 {
  top: 42px;
  width: 26%;
  opacity: 0.3;
  transform: translateX(-50%) translateY(0) scale(0.68) rotateY(0) translateZ(-100px);
}

.pricing-belt .registration-fee-card.belt-pos-2 {
  left: 30%;
}

.pricing-belt .registration-fee-card.belt-pos-4 {
  left: 70%;
  transform: translateX(-50%) translateY(0) scale(0.68) rotateY(12deg) translateZ(-100px);
}

/* Keep the full five-card queue visible behind the active card. */
.pricing-belt .registration-fee-card.belt-pos-1 {
  z-index: 2;
  opacity: 0.48;
  transform: translateX(-50%) translateY(42px) scale(0.82) translateZ(10px);
}

.pricing-belt .registration-fee-card.belt-pos-2 {
  z-index: 1;
  opacity: 0.3;
  transform: translateX(-50%) translateY(4px) scale(0.66) translateZ(-100px);
  pointer-events: auto;
}

.pricing-belt .registration-fee-card.belt-pos-3 {
  z-index: 2;
  opacity: 0.48;
  transform: translateX(-50%) translateY(42px) scale(0.82) translateZ(10px);
}

.pricing-belt .registration-fee-card.belt-pos-4 {
  z-index: 1;
  opacity: 0.3;
  transform: translateX(-50%) translateY(4px) scale(0.66) translateZ(-100px);
  pointer-events: auto;
}

.registration-fee-card:hover,
.registration-fee-card:focus-within {
  box-shadow: 0 18px 30px rgba(39, 49, 44, 0.15);
}

.registration-fee-card.featured {
  border-color: rgba(199, 161, 45, 0.7);
  box-shadow: 0 12px 26px rgba(199, 161, 45, 0.14);
}

.registration-fee-card span {
  color: var(--green);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
}

.registration-fee-card strong {
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1.1;
  white-space: nowrap;
}

.registration-fee-card strong em {
  font-size: 1rem;
  font-style: normal;
  color: var(--gold);
  opacity: 0.7;
}

.registration-fee-card small {
  color: var(--muted);
  font-size: 0.82rem;
}

.registration-cta {
  justify-content: center;
}

@media (max-width: 700px) {
  .registration-fee-table-wrap {
    width: 100%;
    margin-left: 0;
  }

  .registration-fee-grid {
    height: 230px;
  }

  .registration-fee-card {
    min-height: 124px;
    padding: 18px 16px 14px;
  }
}

/* Final clean carousel overrides. */
.pricing-belt {
  height: 250px;
  overflow: visible;
  isolation: isolate;
}

.pricing-belt .registration-fee-card {
  top: 0;
  left: 50%;
  width: 32%;
  min-height: 116px;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1), opacity 760ms ease, box-shadow 760ms ease, filter 760ms ease;
}

.pricing-belt .registration-fee-card.belt-pos-0 {
  z-index: 5;
  width: 40%;
  transform: translate(-50%, 128px) scale(1.06) rotateY(0deg);
  opacity: 1;
  filter: none;
}

.pricing-belt .registration-fee-card.belt-pos-1 {
  z-index: 3;
  left: 98%;
  transform: translate(-100%, 54px) scale(0.8) rotateY(-8deg);
  opacity: 0.62;
}

.pricing-belt .registration-fee-card.belt-pos-3 {
  z-index: 3;
  left: 2%;
  transform: translate(0, 54px) scale(0.8) rotateY(8deg);
  opacity: 0.62;
}

.pricing-belt .registration-fee-card.belt-pos-2,
.pricing-belt .registration-fee-card.belt-pos-4 {
  z-index: 1;
  transform: translate(-50%, 12px) scale(0.68) rotateY(0deg);
  opacity: 0.42;
}

@media (max-width: 700px) {
  .pricing-belt {
    height: 235px;
  }

  .pricing-belt .registration-fee-card {
    width: 52%;
  }

  .pricing-belt .registration-fee-card.belt-pos-0 {
    width: 68%;
    transform: translate(-50%, 112px) scale(1.02);
  }
}

@media (max-width: 480px) {
  .registration-fee-grid {
    height: 160px;
  }
}

/* Classic carousel presentation: front, adjacent, and recessed positions. */
.pricing-belt .registration-fee-card {
  top: 28px;
  left: 50%;
  width: 34%;
  opacity: 0.28;
  filter: saturate(0.72) brightness(0.92);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 700ms ease, filter 700ms ease, box-shadow 700ms ease;
}

.pricing-belt .registration-fee-card.belt-pos-0 {
  z-index: 4;
  transform: translateX(-50%) translateY(64px) scale(1.08) translateZ(80px);
  opacity: 1;
  filter: none;
}

.pricing-belt .registration-fee-card.belt-pos-1 {
  z-index: 2;
  transform: translateX(62%) translateY(20px) scale(0.78) rotateY(-12deg) translateZ(-20px);
  opacity: 0.62;
}

.pricing-belt .registration-fee-card.belt-pos-2 {
  z-index: 1;
  transform: translateX(-50%) translateY(0) scale(0.64) translateZ(-120px);
  opacity: 0.24;
}

.pricing-belt .registration-fee-card.belt-pos-3 {
  z-index: 2;
  transform: translateX(-162%) translateY(20px) scale(0.78) rotateY(12deg) translateZ(-20px);
  opacity: 0.62;
}

.pricing-belt .registration-fee-card.belt-pos-4 {
  z-index: 1;
  transform: translateX(-50%) translateY(-8px) scale(0.54) translateZ(-180px);
  opacity: 0.16;
}

@media (max-width: 700px) {
  .pricing-belt .registration-fee-card {
    width: 58%;
  }

  .pricing-belt .registration-fee-card.belt-pos-1 {
    transform: translateX(38%) translateY(20px) scale(0.72) rotateY(-10deg) translateZ(-20px);
  }

  .pricing-belt .registration-fee-card.belt-pos-3 {
    transform: translateX(-138%) translateY(20px) scale(0.72) rotateY(10deg) translateZ(-20px);
  }
}

.registration-wizard {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

/* Direct three-card swap: selected side card slides forward as the main moves aside. */
.pricing-belt {
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.pricing-belt .registration-fee-card {
  top: 0;
  left: 50%;
  width: 40%;
  transform-origin: center center;
  backface-visibility: hidden;
  translate: var(--drag-x, 0) 0;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease, translate 180ms ease;
  will-change: transform, opacity, translate;
}

.pricing-belt.is-dragging .registration-fee-card {
  transition: none;
}

.pricing-belt .registration-fee-card.belt-pos-0 {
  z-index: 5;
  transform: translateX(-50%) translateY(106px) translateZ(50px) scale(1);
  opacity: 1;
  filter: none;
}

.pricing-belt .registration-fee-card.belt-pos-1 {
  z-index: 3;
  left: 96%;
  transform: translateX(-100%) translateY(78px) translateZ(-30px) scale(0.78);
  opacity: 0.5;
}

.pricing-belt .registration-fee-card.belt-pos-3 {
  z-index: 3;
  left: 4%;
  transform: translateX(0) translateY(78px) translateZ(-30px) scale(0.78);
  opacity: 0.5;
}

.pricing-belt .registration-fee-card.belt-pos-2 {
  z-index: 1;
  left: 135%;
  transform: translateX(-100%) translateY(78px) translateZ(-30px) scale(0.78);
  opacity: 0;
}

.pricing-belt .registration-fee-card.belt-pos-4 {
  z-index: 1;
  left: -35%;
  transform: translateX(0) translateY(78px) translateZ(-30px) scale(0.78);
  opacity: 0;
}

/* Keep the presentation focused: only the active card and its two neighbours are visible. */
.pricing-belt .registration-fee-card.belt-pos-2,
.pricing-belt .registration-fee-card.belt-pos-4 {
  pointer-events: none;
}

@media (max-width: 700px) {
  .pricing-belt .registration-fee-card {
    width: 72%;
  }

  .pricing-belt .registration-fee-card.belt-pos-0 {
    transform: translateX(-50%) translateY(88px) translateZ(40px) scale(1);
  }

  .pricing-belt .registration-fee-card.belt-pos-1 {
    left: 108%;
    transform: translateX(-100%) translateY(70px) translateZ(-20px) scale(0.78);
  }

  .pricing-belt .registration-fee-card.belt-pos-3 {
    left: -8%;
    transform: translateX(0) translateY(70px) translateZ(-20px) scale(0.78);
  }

  .pricing-belt .registration-fee-card.belt-pos-2 {
    left: 155%;
    transform: translateX(-100%) translateY(70px) translateZ(-20px) scale(0.78);
    opacity: 0;
  }

  .pricing-belt .registration-fee-card.belt-pos-4 {
    left: -55%;
    transform: translateX(0) translateY(70px) translateZ(-20px) scale(0.78);
    opacity: 0;
  }
}

/* Registration pricing baseline: static, readable, and free of carousel effects. */
.registration-fee-table-wrap {
  width: min(1100px, 100%);
  max-width: 1100px;
  margin: 42px auto 28px;
}

.registration-section .registration-fee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  height: auto;
  perspective: none;
  transform-style: flat;
}

.registration-fee-grid::after {
  content: none;
}

.registration-section .registration-fee-card,
.registration-section .registration-fee-card.featured {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 142px;
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(39, 49, 44, 0.08);
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.registration-section .lazy-susan {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
  perspective: 1100px;
  transform-style: preserve-3d;
  touch-action: pan-y;
  user-select: none;
}

.registration-section .lazy-susan .registration-fee-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38%;
  min-height: 138px;
  cursor: pointer;
  backface-visibility: hidden;
  translate: var(--susan-drag, 0) 0;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    width 680ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 480ms ease,
    filter 480ms ease,
    background-color 480ms ease,
    box-shadow 680ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 180ms ease;
  will-change: transform, opacity;
}

.registration-fee-summary {
  display: grid;
  align-content: center;
  gap: 7px;
  text-align: center;
}

.registration-benefit-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  line-height: 1.35;
  list-style: none;
  text-align: left;
}

.registration-benefit-list li {
  position: relative;
  padding-left: 18px;
}

.registration-benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f4df8a;
  font-weight: 900;
}

.registration-section .lazy-susan.is-dragging .registration-fee-card {
  transition: none;
}

.lazy-susan .registration-fee-card.susan-pos-0 {
  z-index: 5;
  grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1.2fr);
  align-items: center;
  gap: 22px;
  width: 64%;
  border-color: var(--gold);
  background: var(--green);
  box-shadow: 0 24px 46px rgba(22, 55, 34, 0.24);
  opacity: 1;
  filter: none;
  transform: translateX(-50%) translateY(98px) translateZ(80px) scale(1.08);
}

.lazy-susan .registration-fee-card.susan-pos-0 span,
.lazy-susan .registration-fee-card.susan-pos-0 small {
  color: rgba(255, 255, 255, 0.82);
}

.lazy-susan .registration-fee-card.susan-pos-0 strong {
  color: #f4df8a;
}

.lazy-susan .registration-fee-card.susan-pos-1 {
  z-index: 3;
  width: 30%;
  opacity: 0.56;
  filter: saturate(0.72);
  transform: translateX(66%) translateY(58px) translateZ(-40px) rotateY(-13deg) scale(0.82);
}

.lazy-susan .registration-fee-card.susan-pos-2 {
  z-index: 1;
  width: 24%;
  opacity: 0.28;
  filter: saturate(0.55);
  transform: translateX(112%) translateY(16px) translateZ(-130px) rotateY(-18deg) scale(0.68);
}

.lazy-susan .registration-fee-card.susan-pos-3 {
  z-index: 1;
  width: 24%;
  opacity: 0.28;
  filter: saturate(0.55);
  transform: translateX(-212%) translateY(16px) translateZ(-130px) rotateY(18deg) scale(0.68);
}

.lazy-susan .registration-fee-card.susan-pos-4 {
  z-index: 3;
  width: 30%;
  opacity: 0.56;
  filter: saturate(0.72);
  transform: translateX(-166%) translateY(58px) translateZ(-40px) rotateY(13deg) scale(0.82);
}

@media (max-width: 700px) {
  .registration-fee-table-wrap {
    margin: 32px auto 24px;
  }

  .susan-arrow {
    top: 60%;
    width: 34px;
    height: 34px;
  }

  .susan-arrow-prev {
    left: 2px;
  }

  .susan-arrow-next {
    right: 2px;
  }

  .registration-fee-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .registration-section .lazy-susan {
    height: 360px;
  }

  .registration-section .lazy-susan .registration-fee-card {
    width: 62%;
  }

  .lazy-susan .registration-fee-card.susan-pos-0 {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 82%;
    transform: translateX(-50%) translateY(82px) translateZ(60px) scale(1.02);
  }

  .lazy-susan .registration-fee-card.susan-pos-1 {
    transform: translateX(36%) translateY(52px) translateZ(-30px) rotateY(-10deg) scale(0.74);
  }

  .lazy-susan .registration-fee-card.susan-pos-4 {
    transform: translateX(-136%) translateY(52px) translateZ(-30px) rotateY(10deg) scale(0.74);
  }

  .lazy-susan .registration-fee-card.susan-pos-2 {
    transform: translateX(86%) translateY(12px) translateZ(-110px) rotateY(-14deg) scale(0.58);
  }

  .lazy-susan .registration-fee-card.susan-pos-3 {
    transform: translateX(-186%) translateY(12px) translateZ(-110px) rotateY(14deg) scale(0.58);
  }
}

.wizard-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 28px rgba(39, 49, 44, 0.08);
}

.wizard-panel[hidden] {
  display: none;
}

.wizard-panel h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.wizard-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.registration-route-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wizard-options button {
  min-height: 172px;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.wizard-options button:hover,
.wizard-options button:focus-visible,
.wizard-options button.active {
  border-color: var(--green);
  background: #f4edda;
  box-shadow: 0 14px 34px rgba(39, 49, 44, 0.12);
  transform: translateY(-2px);
}

.wizard-options span,
.wizard-options em {
  color: var(--green);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 850;
}

.wizard-options strong {
  font-size: 1.12rem;
}

.wizard-options p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.wizard-back {
  width: fit-content;
  color: var(--green);
}

.wizard-summary {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-dark);
  background: #fffaf1;
  font-weight: 850;
}

.dynamic-fields {
  display: grid;
  gap: 13px;
}

.radio-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf1;
}

.radio-group legend {
  padding: 0 6px;
  color: var(--blue-dark);
  font-weight: 850;
}

.radio-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-group label {
  width: fit-content;
  min-width: 112px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--green);
  font-weight: 850;
}

.radio-group input {
  width: auto;
  accent-color: var(--green);
}

.scopus-presentation-choice[hidden] {
  display: none;
}

.payable-estimate {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(211, 168, 43, 0.55);
  border-radius: 10px;
  background: #fff8df;
}

.payable-estimate[hidden] {
  display: none;
}

.payable-estimate strong {
  color: var(--green);
  font-size: 1.02rem;
}

.payable-estimate span {
  color: var(--green);
  font-size: 1.65rem;
  font-weight: 900;
}

.payable-amount-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.payable-amount-line em {
  color: var(--green);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
}

.payable-amount-line em[hidden] {
  display: none;
}

.payable-estimate small {
  color: var(--muted);
  line-height: 1.45;
}

.discount-code-field {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  color: var(--green);
  font-weight: 850;
}

.discount-code-field[hidden] {
  display: none;
}

.discount-code-field input {
  width: min(100%, 320px);
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(194, 154, 40, 0.52);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-weight: 700;
}

.registration-submit-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 10px;
}

.registration-submit-row .payable-estimate {
  flex: 1 1 auto;
  margin: 0;
}

.registration-submit-button {
  align-self: stretch;
  width: auto;
  min-width: 150px;
  padding-inline: 28px;
  white-space: nowrap;
}

.form-divider {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.form-divider strong {
  color: var(--green);
  font-size: 1.05rem;
}

.form-divider span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.portrait-guide,
.bio-guide {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffaf1;
}

.portrait-guide strong,
.bio-guide strong {
  color: var(--green);
  font-size: 1rem;
  font-weight: 750;
}

.portrait-guide p,
.bio-guide p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.bio-guide a {
  color: var(--green);
  font-weight: 750;
}

.portrait-guide img {
  width: 100%;
  max-width: 420px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.field-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.call-paper-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.call-paper-audience {
  grid-template-columns: repeat(2, minmax(220px, 360px));
  justify-content: start;
  margin-bottom: 18px;
}

.call-paper-audience button {
  min-height: 86px;
  gap: 6px;
  padding: 14px 18px;
  border-radius: 9px;
}

.call-paper-audience strong {
  font-size: 1rem;
}

.call-paper-audience em {
  font-size: 0.78rem;
}

.call-paper-detail-zone {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(22, 89, 57, 0.16);
  border-radius: 12px;
  background: #21520f;
}

.call-paper-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.call-paper-flow div {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(194, 154, 40, 0.34);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #fff9e8);
  box-shadow: 0 8px 24px rgba(39, 49, 44, 0.06);
}

.call-paper-flow .flow-step-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.call-paper-flow div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
  background: #fff9e8;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.call-paper-flow .flow-step-head::after {
  display: none;
}

.call-paper-flow span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
}

.call-paper-flow strong {
  color: var(--blue-dark);
  font-size: 0.98rem;
  line-height: 1.35;
}

.call-paper-flow p b {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
}

.call-paper-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.42;
}

.call-paper-block {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(194, 154, 40, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
}

.call-paper-block.wide {
  grid-column: 1 / -1;
}

.call-paper-block span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.call-paper-block strong {
  color: var(--blue-dark);
  font-size: 1.08rem;
  line-height: 1.35;
}

.call-paper-block p,
.call-paper-block li {
  color: var(--muted);
  line-height: 1.48;
}

.call-paper-block p,
.call-paper-block ul {
  margin: 0;
}

.call-paper-block ul {
  padding-left: 18px;
}

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

.mini-track-grid p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 800;
}

.payment-section,
.payment-confirmation-section {
  scroll-margin-top: 120px;
}

.payment-method-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.payment-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.payment-choice-list button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.payment-choice-copy {
  display: grid;
  gap: 8px;
  align-self: center;
  justify-self: start;
  max-width: 340px;
  text-align: left;
}

.payment-choice-list button:hover,
.payment-choice-list button:focus-visible,
.payment-choice-list button.active {
  border-color: var(--green);
  background: #fff8df;
  box-shadow: 0 10px 24px rgba(36, 88, 58, 0.12);
  transform: translateY(-1px);
}

.payment-choice-list strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.12rem;
  line-height: 1.3;
}

.payment-choice-list em {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.35;
}

.payment-method-card,
.payment-confirmation-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(194, 154, 40, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.payment-method-card[hidden],
.payment-confirmation-card[hidden] {
  display: none;
}

.payment-confirmation-card {
  grid-template-columns: 1fr;
  align-items: start;
  margin-top: 12px;
  background: #fff8df;
}

.payment-step-two-title {
  margin-top: 56px;
}

.payment-step-two-title[hidden] {
  display: none;
}

.payment-method-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.payment-method-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: var(--green);
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 20px rgba(36, 88, 58, 0.18);
}

.payment-confirmation-card > div:first-child span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-method-card h3,
.payment-method-card h2 {
  color: var(--blue-dark);
  font-size: 1.24rem;
  line-height: 1.3;
}

.payment-confirmation-card h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(2.15rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.payment-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.payment-method-card p,
.payment-confirmation-card p,
.payment-note {
  color: var(--muted);
  line-height: 1.55;
}

.payment-confirmation-card p {
  margin: 0;
}

.payment-include-note strong {
  color: var(--green);
  font-weight: 950;
}

.payment-method-card p {
  margin: 0;
  text-align: center;
}

.payment-online-action {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-top: 4px;
}

.payment-online-action img {
  width: min(100%, 260px);
  height: auto;
  display: block;
}

.payment-reference-grid div {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(194, 154, 40, 0.36);
  border-radius: 8px;
  background: #ffffff;
}

.payment-reference-grid strong {
  color: var(--green);
  font-size: 0.8rem;
  line-height: 1.3;
}

.payment-reference-grid span {
  color: var(--blue-dark);
  font-weight: 850;
  line-height: 1.35;
}

.payment-reference-grid small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.payment-direct-button {
  width: 184px;
  min-height: 56px;
  margin-top: 4px;
  color: #ffffff;
  border-color: var(--gold);
  background: #b98518;
  box-shadow: 0 10px 22px rgba(185, 133, 24, 0.22);
}

.payment-direct-button:hover,
.payment-direct-button:focus-visible {
  color: #ffffff;
  border-color: #9f7113;
  background: #9f7113;
}

.payment-confirmation-card a {
  color: #ffffff;
  font-weight: 850;
}

.payment-confirmation-card p a {
  color: var(--blue-dark);
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.bank-detail-list {
  display: grid;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.payment-method-card .bank-detail-list,
.payment-method-card .payment-note {
  text-align: left;
}

.bank-detail-list div {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(218, 203, 170, 0.72);
}

.bank-detail-list div:last-child {
  border-bottom: 0;
}

.bank-detail-list dt {
  color: var(--green);
  font-weight: 900;
}

.bank-detail-list dd {
  margin: 0;
  color: var(--blue-dark);
  font-weight: 800;
  line-height: 1.45;
}

.payment-note {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff8df;
}

.registration-tiers {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
  gap: 16px;
  margin-top: 30px;
}

.tier-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.tier-card.featured {
  grid-row: span 2;
}

.tier-card span {
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.tier-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.tier-card p {
  margin: 0;
  color: #dbeafe;
  line-height: 1.5;
}

.tier-card .primary-button {
  width: fit-content;
  margin-top: 4px;
}

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

.tier-grid > div {
  display: grid;
  gap: 10px;
}

.tier-grid strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.tier-options {
  display: grid;
  gap: 10px;
}

.guest-card {
  grid-column: 2;
}

.compact-form {
  padding: 18px;
  box-shadow: none;
}

.registration-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.registration-levels button {
  display: grid;
  gap: 10px;
  width: 100%;
  min-height: 138px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.registration-levels button:hover,
.registration-levels button.active,
.registration-levels button:focus-visible {
  border-color: var(--cyan);
  background: rgba(37, 99, 235, 0.42);
  transform: translateY(-1px);
}

.registration-levels button span {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.registration-levels button strong {
  max-width: 260px;
  font-size: 1.2rem;
  line-height: 1.18;
}

.subcategory-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.subcategory-panel strong {
  color: #ffffff;
  font-size: 1.22rem;
}

.subcategory-panel div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.category-link {
  min-height: 90px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.category-link:hover,
.category-link:focus-visible {
  border-color: var(--cyan);
  background: var(--blue);
  transform: translateY(-1px);
}

.category-link em {
  color: #a8c4ff;
  font-size: 0.8rem;
  font-style: normal;
}

.category-link.pending {
  color: #dbeafe;
  opacity: 0.72;
  cursor: not-allowed;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: 34px;
  align-items: start;
  background: var(--panel);
}

.split.soft {
  background: #eef4ff;
}

.action-form {
  display: grid;
  gap: 13px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

label {
  display: grid;
  gap: 6px;
  color: #53635b;
  font-weight: 650;
}

.consent-policy {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffaf1;
}

.consent-policy summary {
  position: relative;
  padding: 16px 46px 16px 16px;
  color: var(--blue-dark);
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.consent-policy summary::-webkit-details-marker {
  display: none;
}

.consent-policy summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--blue);
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-50%);
}

.consent-policy[open] summary::after {
  content: "−";
}

.consent-policy summary:focus-visible {
  outline: 3px solid rgba(199, 161, 45, 0.45);
  outline-offset: -3px;
}

.consent-policy-body {
  max-height: 360px;
  overflow-y: auto;
  padding: 0 18px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.consent-policy-body p {
  margin: 16px 0 0;
}

.consent-policy-body ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.consent-policy-body li + li {
  margin-top: 8px;
}

.consent-policy-body a {
  color: var(--blue);
  font-weight: 750;
}

.consent-check {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  padding: 14px 16px;
  border: 1px solid var(--gold);
  border-radius: 10px;
  color: var(--blue-dark);
  font-size: 0.94rem;
  background: #fff8df;
  line-height: 1.45;
  cursor: pointer;
}

.consent-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--blue);
  cursor: pointer;
}

.consent-check strong {
  color: var(--danger);
}

.action-form .primary-button {
  width: 100%;
  margin-top: 6px;
}

.action-form .registration-submit-button {
  width: auto;
  margin-top: 0;
}

.submit-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.submit-panel strong {
  color: var(--blue-dark);
  font-size: 1.35rem;
}

.submit-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.submit-panel .primary-button {
  width: fit-content;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.simple-list,
.audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

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

.simple-list span,
.audience-grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  color: var(--blue-dark);
  font-weight: 900;
  text-align: center;
}

.audience-photo-grid {
  margin-top: 28px;
}

.audience-photo-grid article {
  overflow: hidden;
  display: grid;
  grid-template-rows: 220px minmax(78px, auto);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(39, 49, 44, 0.08);
}

.audience-photo-grid img {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  object-fit: cover;
  object-position: center 25%;
}

.audience-photo-grid span {
  min-height: 78px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #ffffff, #fff6e5);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-image: url("/assets/speakers-hero-2026.png?v=20260824");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  opacity: 1;
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero .hero-background-video,
.op-hero .hero-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero .hero-background-video,
  .op-hero .hero-background-video {
    display: none;
  }
}

/* Keep the shared hero photograph visibly above the base panel, with content above it. */
.page-hero:not(.submission-hero) {
  background: #061d16;
}

.page-hero:not(.submission-hero)::before {
  z-index: 0;
  opacity: 1;
  background-image:
    linear-gradient(90deg, rgba(4, 18, 15, 0.78), rgba(8, 31, 24, 0.42) 52%, rgba(8, 31, 24, 0.14)),
    url("/assets/speakers-hero-2026.png?v=20260824");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.94;
}

.leadership-hero h1 {
  font-size: clamp(2.8rem, 6.2vw, 5.9rem);
}

.page-hero p {
  max-width: 720px;
  color: #dbeafe;
  font-size: 1.12rem;
  line-height: 1.55;
}

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

.price-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.partner-groups {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(190px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.partner-group {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #fffaf1);
  box-shadow: 0 12px 30px rgba(39, 49, 44, 0.08);
}

.partner-group h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partner-group.strategic h3,
.partner-group.hotel-partner-home h3 {
  text-align: center;
  font-size: 0.68rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.partner-group.outreach-partner h3 {
  display: grid;
  min-height: 3.2em;
  padding: 0 4px;
  place-items: center;
  text-align: center;
  font-size: clamp(0.68rem, 0.9vw, 0.88rem);
  line-height: 1.25;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
}

.hotel-partner-home-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.partner-groups .logo-wall {
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  align-items: stretch;
  gap: 12px;
}

/* Keep organiser logos in three columns and centre any incomplete final row. */
.partner-group:first-child .logo-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-group:first-child .logo-wall .logo-card {
  flex: 0 1 calc((100% - 24px) / 3);
}

.partner-group.strategic .logo-wall {
  grid-template-columns: 1fr;
}

.partner-group.outreach-partner .logo-wall {
  grid-template-columns: 1fr;
}

.partner-group.hotel-partner-home .logo-wall {
  grid-template-columns: 1fr;
}

.partner-groups .logo-card {
  min-height: 104px;
  padding: 12px;
  border-radius: 8px;
}

.partner-groups .logo-card img {
  width: min(100%, 136px);
  max-height: 68px;
}

.partner-group:first-child .logo-card {
  min-height: 132px;
}

.partner-group:first-child .logo-card img {
  width: min(100%, 176px);
  max-height: 92px;
}

.partner-groups .hotel-logo-home {
  text-decoration: none;
  color: var(--green);
}

.partner-groups .hotel-logo-home img {
  width: min(100%, 190px);
  max-height: 88px;
  padding: 14px;
  border-radius: 10px;
  background: #ffffff;
}

.partner-groups .hotel-logo-home span {
  color: var(--green);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotel-partner-home-card p {
  max-width: 260px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.hotel-partner-home-card strong {
  color: var(--green);
}

.logo-card {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  text-align: center;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.logo-card strong {
  color: var(--blue-dark);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
}

.logo-card span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 850;
}

.logo-card img {
  width: min(100%, 220px);
  max-height: 112px;
  object-fit: contain;
}

.footer {
  display: grid;
  gap: 20px;
  padding: 38px clamp(18px, 6vw, 86px);
  color: #ffffff;
  background: var(--navy);
}

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

.footer strong {
  display: block;
  max-width: 520px;
  line-height: 1.3;
}

.footer span {
  display: block;
  max-width: 520px;
  margin-top: 6px;
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer a {
  display: block;
  margin-top: 8px;
  color: #dbeafe;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .intro-layout,
  .split,
  .venue-feature,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    align-items: flex-start;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    order: -1;
    max-height: 420px;
  }

  .quick-panel,
  .portal-grid,
  .highlight-grid,
  .track-grid,
  .contact-grid,
  .award-grid,
  .date-grid,
  .speaker-grid,
  .keynote-grid,
  .opening-speakers-grid,
  .forum-speaker-row,
  .pricing-grid,
  .logo-wall,
  .publication-panel,
  .fee-grid,
  .wizard-progress,
  .wizard-options,
  .registration-route-options,
  .call-paper-info,
  .call-paper-flow,
  .mini-track-grid,
  .payment-choice-list,
  .payment-method-grid,
  .payment-confirmation-card,
  .payment-reference-grid,
  .hotel-partner-card,
  .hotel-card-main,
  .hotel-info-panel,
  .hotel-pricing-row,
  .hotel-title-row,
  .hotel-rate-grid,
  .hotel-contact-list,
  .registration-tiers,
  .tier-grid,
  .registration-levels,
  .subcategory-panel div,
  .committee-tier,
  .committee-tier-featured,
  .organising-layout,
  .deputy-grid,
  .committee-member-grid {
    grid-template-columns: 1fr;
  }

  .hotel-rate-grid {
    width: 100%;
    max-width: none;
  }

  .hotel-rate-grid article,
  .hotel-rate-grid article + article {
    min-width: 0;
    padding: 0;
    border-left: 0;
  }

  .hotel-rate-grid article + article {
    margin-top: 16px;
  }

  .hotel-title-row {
    padding-right: 0;
  }

  .hotel-title-row .hotel-qr-card {
    position: static;
    margin-top: 10px;
  }

  .speaker-agenda-card,
  .featured-speaker {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .speaker-agenda-card .committee-portrait,
  .speaker-initials,
  .featured-speaker .committee-portrait,
  .featured-speaker .speaker-initials {
    width: 96px;
    height: 96px;
  }

  .tier-card.featured,
  .guest-card {
    grid-column: auto;
    grid-row: auto;
  }

  .call-paper-flow div {
    min-height: auto;
  }

  .call-paper-flow div:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -11px;
    transform: translateX(50%) rotate(135deg);
  }

  .submission-timeline::before {
    display: none;
  }

  .section-head {
    display: grid;
    align-items: start;
  }

  .partner-groups {
    grid-template-columns: 1fr;
  }

  .partner-groups .logo-wall,
  .partner-group.strategic .logo-wall,
  .partner-group.outreach-partner .logo-wall {
    grid-template-columns: repeat(auto-fit, minmax(120px, 164px));
  }
}

@media (max-width: 680px) {
  .profile-speaker-card {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

  .profile-copy {
    justify-items: start;
  }

  .profile-copy span {
    width: auto;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
  }

  .brand img {
    width: min(62vw, 260px);
    height: auto;
    max-height: 78px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fffaf1;
    color: var(--blue-dark);
    font-weight: 850;
    cursor: pointer;
  }

  nav {
    width: 100%;
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  nav.mobile-nav-open {
    display: grid;
  }

  nav.mobile-nav-open .nav-dropdown {
    display: none;
  }

  nav a,
  .nav-parent {
    min-height: 36px;
    justify-content: center;
    padding: 0 8px;
    font-size: 0.86rem;
  }

  .nav-group {
    display: grid;
    gap: 6px;
  }

  .nav-group .nav-dropdown {
    display: none;
  }

  .nav-group.mobile-submenu-open .nav-dropdown {
    display: grid;
  }

  .nav-dropdown {
    position: static;
    z-index: auto;
    min-width: 0;
    display: grid;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown a {
    min-height: 34px;
    justify-content: center;
    border: 1px solid var(--line);
    background: #fffaf1;
    font-size: 0.8rem;
  }

  .bank-detail-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-actions,
  .section-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .primary-button,
  .secondary-button,
  .text-link {
    width: 100%;
    min-width: 0;
  }

  .hero,
  .section,
  .page-hero {
    padding: 36px 18px;
  }

  .hero {
    gap: 22px;
    padding-top: 26px;
    padding-bottom: 38px;
  }

  .hero-art {
    aspect-ratio: 4 / 3;
    max-height: none;
    object-fit: contain;
    border-radius: 16px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
  }

  .page-hero h1 {
    font-size: 1.9rem;
    line-height: 1.08;
  }

  .section-head h2 {
    font-size: 1.5rem;
    line-height: 1.18;
  }

  .hero p,
  .page-hero p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero-meta span {
    justify-content: center;
    min-height: 38px;
    text-align: center;
    font-size: 0.88rem;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions {
    display: none;
  }

  .hero-actions .primary-button {
    min-height: 54px;
  }

  .hero-actions .secondary-button {
    min-height: 46px;
  }

  .section p,
  .card p,
  .committee-profile-copy p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .card h3,
  .committee-profile-copy strong {
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .highlight-card {
    padding: 18px;
  }

  .highlight-card strong {
    font-size: 1rem;
    line-height: 1.28;
  }

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

  .speaker-card {
    gap: 8px;
    padding: 16px;
  }

  .speaker-avatar {
    width: 48px;
    height: 48px;
    font-size: 0.92rem;
  }

  .speaker-card h3 {
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .speaker-card p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

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

  .date-card {
    min-height: 0;
    padding: 14px;
  }

  .date-card:last-child {
    grid-column: 1 / -1;
  }

  .date-card span {
    font-size: 0.68rem;
  }

  .date-card strong {
    margin-top: 6px;
    font-size: 1.08rem;
    line-height: 1.15;
  }

  .date-card p {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .section-head > .text-link {
    width: auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .partner-groups {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .partner-group {
    gap: 10px;
    padding: 14px;
  }

  .partner-group:first-child {
    grid-column: 1 / -1;
  }

  .partner-group.strategic,
  .partner-group.outreach-partner,
  .partner-group.hotel-partner-home {
    grid-column: 1 / span 2;
  }

  .partner-group.outreach-partner {
    grid-column: 3 / span 2;
  }

  .partner-group.hotel-partner-home {
    grid-column: 5 / span 2;
  }

  .partner-group h3 {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .partner-groups .logo-wall,
  .partner-group.strategic .logo-wall,
  .partner-group.outreach-partner .logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .partner-group:first-child .logo-wall {
    gap: 8px;
  }

  .partner-group:first-child .logo-wall .logo-card {
    flex-basis: calc((100% - 16px) / 3);
  }

  .partner-group.strategic .logo-wall {
    grid-template-columns: 1fr;
  }

  .partner-group.outreach-partner .logo-wall {
    grid-template-columns: 1fr;
  }

  .partner-groups .logo-card {
    min-height: 74px;
    padding: 8px;
  }

  .partner-groups .logo-card img {
    width: 100%;
    max-height: 48px;
  }

  .partner-group:first-child .logo-card {
    min-height: 96px;
  }

  .partner-group:first-child .logo-card img {
    width: 100%;
    max-height: 64px;
  }

  .hotel-partner-home-card {
    gap: 8px;
  }

  .partner-groups .hotel-logo-home img {
    width: 100%;
    max-height: 48px;
    padding: 6px;
  }

  .hotel-partner-home-card .text-link {
    min-width: 0;
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.82rem;
  }

  .footer {
    gap: 16px;
    padding: 28px 18px;
  }

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

  .footer-grid > :first-child {
    grid-column: 1 / -1;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .footer-grid > :last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .footer-grid > :last-child strong {
    grid-column: 1 / -1;
  }

  .footer strong {
    font-size: 0.94rem;
  }

  .footer span,
  .footer a {
    margin-top: 5px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .quick-panel {
    gap: 16px;
    padding: 24px 18px;
  }

  .venue-summary-panel img {
    aspect-ratio: 16 / 9;
  }

  .venue-summary-panel strong {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .simple-list,
  .audience-grid:not(.audience-photo-grid) {
    grid-template-columns: 1fr;
  }

  .audience-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
  }

  .audience-photo-grid article {
    grid-template-rows: 140px minmax(58px, auto);
    border-radius: 12px;
  }

  .audience-photo-grid span {
    min-height: 58px;
    padding: 10px 8px;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .audience-photo-grid article:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    grid-template-rows: 118px;
  }

  .audience-photo-grid article:last-child span {
    min-height: 0;
    border-left: 1px solid var(--line);
  }

  .programme-matrix {
    min-width: 760px;
  }

  .programme-matrix th,
  .programme-matrix td {
    padding: 14px;
  }
}

@media (max-width: 1100px) {
  .committee-profile-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 640px) {
  .speaker-modal-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 22px 22px;
  }

  .speaker-modal-photo {
    width: 120px;
    height: 150px;
  }

  .programme-tab-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .programme-tab-button {
    min-width: 0;
    padding: 12px 14px;
  }

  .agenda-row,
  .agenda-head,
  .agenda-row.has-speakers,
  .agenda-row.no-speakers {
    grid-template-columns: 1fr;
  }

  .agenda-head {
    display: none;
  }

  .agenda-row time {
    padding-bottom: 8px;
  }

  .agenda-row div {
    padding-top: 8px;
  }

  .committee-directory {
    gap: 38px;
  }

  .committee-profile-card {
    flex-basis: 100%;
    grid-template-rows: min(78vw, 300px) auto;
    max-width: 100%;
    min-height: 0;
  }

  .speaker-agenda-card,
  .featured-speaker {
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .featured-speaker > .speaker-role {
    grid-column: 2;
    grid-row: 1;
  }

  .featured-speaker .committee-portrait {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .featured-speaker .committee-profile-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .speaker-agenda-card .committee-portrait,
  .speaker-initials,
  .featured-speaker .committee-portrait,
  .featured-speaker .speaker-initials {
    width: 88px;
    height: 88px;
  }
}
#featured-speakers .featured-speaker .committee-profile-copy {
  justify-items: center;
  text-align: center;
}

#featured-speakers .featured-speaker .committee-profile-copy strong,
#featured-speakers .featured-speaker .committee-profile-copy p {
  text-align: center;
}
/* Standardize the partnership page hero with the site-wide hero height. */
.proposal .op-hero {
  height: 500px;
  min-height: 0;
  padding: 48px 6vw;
}

@media (max-width: 800px) {
  .proposal .op-hero {
    height: auto;
    min-height: 420px;
    padding: 36px 20px;
  }
}

.proposal .op-hero-inner > div:first-child {
  padding: 32px 44px;
}

@media (max-width: 800px) {
  .proposal .op-hero-inner > div:first-child {
    padding: 28px 24px;
  }
}

.proposal .op-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 6.2vw, 6.4rem);
  line-height: 0.92;
  overflow-wrap: normal;
}

/* One consistent conference photograph for every page title banner. */
.page-hero,
.proposal .op-hero {
  background:
    linear-gradient(90deg, rgba(4, 18, 15, 0.78), rgba(8, 31, 24, 0.48) 52%, rgba(8, 31, 24, 0.18)),
    url("assets/conference-hero-live-2026.jpg?v=20260821") center / cover no-repeat !important;
}

.page-hero::before {
  background: none;
}

@media (max-width: 800px) {
  .proposal .op-hero h1 {
    font-size: clamp(2.8rem, 12vw, 5.2rem);
    line-height: 0.94;
  }
}



/* Partnership page: match the standard Programme title-banner geometry. */
.proposal .op-hero {
  height: auto;
  min-height: 0;
  padding: 76px clamp(18px, 6vw, 86px);
  display: block;
}

.proposal .op-hero-inner > div:first-child {
  width: auto;
  max-width: none;
  min-height: 0;
  padding: 0;
  margin: 0;
  display: block;
  border-left: 0;
  background: transparent;
  backdrop-filter: none;
}

.proposal .op-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.94;
  overflow-wrap: normal;
}

.proposal .op-hero p:not(.op-kicker) {
  max-width: 720px;
  color: #dbeafe;
  font-size: 1.12rem;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .proposal .op-hero {
    height: auto;
    min-height: 0;
    padding: 36px 18px;
  }

  .proposal .op-hero-inner > div:first-child {
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .proposal .op-hero h1 {
    font-size: 1.9rem;
    line-height: 1.08;
  }
}


/* Speaker forums: three balanced profiles per desktop row. */
.forum-speaker-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-content: start;
  gap: 18px;
}

@media (max-width: 1100px) {
  .forum-speaker-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .forum-speaker-row {
    grid-template-columns: 1fr;
  }
}


/* Speaker forums: moderators share the standard three-card flow. */
.forum-speaker-row .moderator-card {
  grid-column: auto;
  width: auto;
  justify-self: stretch;
}
