:root {
  --primary: #ff6b9d;
  --secondary: #C44569;
  --navy: #2b1420;
  --deep-navy: #1a0c12;
  --teal: var(--secondary);
  --cyan: var(--primary);
  --emerald: #00C853;
  --ice: #FFF0F4;
  --white: #FFFFFF;
  --off-white: #FFF7F9;
  --text-dark: #101820;
  --text-muted: #5A6B78;
  --border: #F0D0DA;
  --lime: #FBD304;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --ease-cycle: cubic-bezier(0.37, 0, 0.63, 1);
  --nav-height: 72px;
  --gradient-footer: linear-gradient(165deg, #C44569 0%, #8a2d4a 38%, #a33858 72%, #1a0c12 100%);
}
.agenda-section {
  background: var(--off-white);
}

.page-inner .agenda-section {
  padding-top: 2.75rem;
}

.page-inner .agenda-legend {
  margin-top: 0;
}

.agenda-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 1.5rem 0 0;
}

.agenda-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.agenda-legend-item::before {
  content: '';
  width: 0.85rem;
  height: 0.85rem;
  border: 1px solid rgba(7, 17, 31, 0.12);
}

.agenda-legend-item[data-tone="session"]::before { background: var(--white); }
.agenda-legend-item[data-tone="partner"]::before { background: rgba(0, 200, 83, 0.28); }
.agenda-legend-item[data-tone="challenge"]::before { background: rgba(255, 107, 157, 0.38); }
.agenda-legend-item[data-tone="break"]::before { background: rgba(251, 211, 4, 0.55); }

.agenda-board {
  background: var(--white);
  border: 1px solid var(--border);
}

.agenda-board-head,
.agenda-item {
  display: grid;
  grid-template-columns: 8.75rem 16.5rem minmax(0, 1fr) auto;
  gap: 1rem 1.15rem;
  align-items: start;
}

.agenda-board-head {
  padding: 0.85rem 1.25rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agenda-item {
  padding: 1.2rem 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.agenda-item--break {
  background: rgba(251, 211, 4, 0.28);
  align-items: center;
}

.agenda-item--partner {
  background: rgba(0, 200, 83, 0.14);
}

.agenda-item--challenge {
  background: rgba(255, 107, 157, 0.2);
}

.agenda-item-time {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
  white-space: nowrap;
}

.agenda-item-type {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--teal);
}

.agenda-item--partner .agenda-item-type { color: #057a36; }
.agenda-item--challenge .agenda-item-type { color: var(--cyan); }
.agenda-item--break .agenda-item-type { color: var(--navy); }

.agenda-item-body {
  min-width: 0;
}

/* Floating Elements */
.agenda-fab {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 1030;
  padding: 0.75rem 1.25rem;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 30px rgba(6,26,42,0.3);
  transition: all var(--transition);
}

.agenda-fab:hover { background: var(--deep-navy); }

.agenda-count {
  background: var(--teal);
  color: var(--white);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  padding: 0.75rem 1rem;
  background: var(--deep-navy);
  border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-sticky-cta .btn-cta {
  width: 100%;
  justify-content: center;
}

.agenda-item-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--navy);
}

.agenda-item-body p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.agenda-item-body ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.agenda-item-body li + li { margin-top: 0.15rem; }

.agenda-item-session {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
}

.agenda-people {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.agenda-person {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.agenda-person img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 2px;
  background: var(--ice);
}

.agenda-person-meta {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.agenda-person-name {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
}

.agenda-person-role,
.agenda-person-org {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-muted);
}

.agenda-person-org {
  display: none;
}

.agenda-session {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  transition: border-color var(--transition);
}

.agenda-session:hover { border-color: var(--teal); }

.agenda-session-type {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.btn-agenda-add {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  background: transparent;
  border: 1px solid var(--teal);
  color: var(--teal);
  cursor: pointer;
  white-space: nowrap;
  align-self: start;
  transition: all var(--transition);
}

.btn-agenda-add:hover,
.btn-agenda-add.added {
  background: var(--teal);
  color: var(--white);
}

/* Forms */
.form-control, .form-select {
  border-radius: 2px;
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}

.form-control:focus, .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(72,15,157,0.15);
}

.form-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.35rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback { font-size: 0.8rem; }

/* Modal */
.modal-content {
  border-radius: 2px;
  border: none;
}

.modal-header {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 2rem;
}

.modal-body { padding: 2rem; }

.modal-footer {
  border-top: 1px solid var(--border);
  padding: 1rem 2rem;
}

/* Reveal Animation */
.reveal {
  opacity: 1;
  transform: none;
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal:not(.forum-promise-point) {
      opacity: 0;
      transform: translateY(18px);
      animation: revealIn cubic-bezier(0.16, 1, 0.3, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 85%;
    }
  }
}

@keyframes revealIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Focus styles */
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--teal);
  color: var(--white);
  padding: 0.5rem 1rem;
  z-index: 9999;
  font-weight: 700;
}

.skip-link:focus { top: 1rem; }

/* Utility */
.text-muted-custom { color: var(--text-muted); }

/* Responsive Styles */

@media (max-width: 1199.98px) {
  .journey-section {
    padding: 5rem 0 5.5rem;
  }

  .journey-intro-copy {
    font-size: clamp(1rem, 1.85vw, 1.3rem);
  }

  .journey-heading {
    font-size: clamp(0.78rem, 1.75vw, 1.55rem);
  }

  .journey-step {
    min-height: 190px;
    padding: 1.2rem 1rem 1.35rem;
  }

  .site-nav .nav-link {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    padding: 0.5rem 0.65rem !important;
  }

  .site-nav .brand-logo {
    height: 42px;
  }

  .site-nav .btn-nav-cta {
    padding: 0.65rem 1.1rem;
    font-size: 0.76rem;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .journey-flow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
  }

  .journey-heading,
  .journey-steps-wrap {
    min-width: 920px;
  }
}

@media (max-width: 991.98px) {
  .section-padding { padding: 4rem 0; }

  .journey-section {
    padding: 4rem 0 4.5rem;
  }

  .forum-promise-heading {
    max-width: none;
  }

  .forum-promise-point:hover,
  .forum-promise-point.is-active {
    transform: translateX(4px);
  }

  .survey-drawer .assessment-board {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    overflow: auto;
  }

  .survey-drawer .assessment-intro {
    height: auto;
    padding: 2rem 1.5rem 1.5rem;
  }

  .survey-drawer .assessment-meta {
    margin-top: 1.25rem;
    padding-top: 0;
  }

  .survey-drawer .assessment-panel {
    height: auto;
    padding: 2rem 1.5rem 2.25rem;
  }

  .survey-drawer .assessment-qhead {
    padding-right: 2.75rem;
  }

  .survey-drawer .assessment-qtext {
    font-size: 1.12rem;
    margin-bottom: 1.2rem;
  }

  .survey-drawer .assessment-options {
    max-width: none;
  }

  .assessment-lead {
    max-width: none;
  }

  .journey-intro {
    align-items: flex-start;
    white-space: normal;
    gap: 0.75rem;
  }

  .journey-intro-mark {
    margin-top: 0.65rem;
  }

  .journey-intro-copy {
    font-size: clamp(0.98rem, 3.8vw, 1.2rem);
    line-height: 1.55;
  }

  .journey-flow {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
    overflow: visible;
  }

  .journey-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.4rem;
    margin-bottom: 0.35rem;
    font-size: clamp(1rem, 4.2vw, 1.35rem);
  }

  .journey-heading-from {
    flex: 0 0 auto;
    margin: 0 0.15rem 0.35rem 0;
    font-size: clamp(0.68rem, 2.8vw, 0.82rem);
    padding: 0.38em 0.85em;
  }

  .journey-heading-cell {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
  }

  .journey-heading-cell:not(:last-child)::after {
    position: static;
    display: inline-block;
    width: auto;
    transform: none;
    font-size: 0.78em;
  }

  .journey-steps-wrap {
    position: relative;
    grid-template-columns: 1fr;
    row-gap: 0.85rem;
    padding-left: 1.65rem;
  }

  .journey-rail {
    position: absolute;
    grid-column: auto;
    display: block;
    top: 1.25rem;
    bottom: 1.25rem;
    left: 0.2rem;
    width: 12px;
    height: auto;
    margin: 0;
    grid-template-columns: none;
  }

  .journey-rail-line {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .journey-rail-fill {
    width: 100% !important;
    height: var(--journey-progress, 0%);
    background: linear-gradient(180deg, var(--teal), var(--cyan));
  }

  .journey-node {
    display: none;
  }

  .journey-step {
    min-height: auto;
    padding: 1.15rem 1rem 1.25rem;
    transform: none !important;
  }

  .journey-step:hover,
  .journey-step:focus-visible,
  .journey-step.is-active {
    transform: none !important;
  }

  .journey-node.is-active::after {
    display: none;
  }

  .journey-step::before {
    content: '';
    position: absolute;
    top: 1.75rem;
    left: -1.48rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d5e0e8;
    border: 2px solid var(--off-white);
    box-shadow: 0 0 0 2px rgba(7, 17, 31, 0.08);
    transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  }

  .journey-step.is-done::before {
    background: var(--step-accent);
    box-shadow: 0 0 0 2px var(--off-white), 0 0 12px var(--step-accent-glow);
  }

  .journey-step.is-active::before,
  .journey-step:hover::before,
  .journey-step:focus-visible::before {
    background: var(--step-accent);
    box-shadow: 0 0 0 2px var(--off-white), 0 0 12px var(--step-accent-glow);
    transform: scale(1.15);
  }

  .agenda-board-head {
    display: none;
  }

  .agenda-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .agenda-item .btn-agenda-add {
    margin-top: 0.5rem;
    justify-self: start;
  }

  .hero-bg-photo {
    background-position: 60% center;
  }

  .attendee-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .attendee-pills {
    --hex-size: clamp(8.5rem, 24vw, 11rem);
    --hex-gap: 1.15rem;
    grid-template-columns: repeat(3, var(--hex-size));
    gap: var(--hex-gap);
    padding-right: 0;
  }

  .attendee-pill {
    left: 0 !important;
  }

  .attendee-pill:nth-child(n + 4) {
    margin-top: 0;
  }
  

}

@media (max-width: 767.98px) {
  :root {
    --nav-height: 60px;
  }

  .mobile-sticky-cta { display: block; }

  body { padding-bottom: 70px; }

  .survey-launcher {
    right: 1rem;
    bottom: 5.5rem;
  }

  .agenda-fab {
    bottom: 5.5rem;
    left: 1rem;
    font-size: 0.65rem;
    padding: 0.6rem 1rem;
  }

  .hero { min-height: auto; padding-bottom: 3rem; }

  .journey-section {
    padding: 3.5rem 0 4rem;
  }

  .journey-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }

  .journey-intro-mark {
    margin-top: 0;
    width: 2.5rem;
  }

  .journey-flow {
    margin-top: 1.65rem;
  }

  .journey-heading {
    font-size: clamp(0.95rem, 4.6vw, 1.2rem);
  }

  .journey-steps-wrap {
    padding-left: 1.45rem;
  }

  .journey-step {
    padding: 1rem 0.9rem 1.1rem;
  }

  .journey-step h3 {
    font-size: 1.02rem;
  }

  .forum-promise-stats {
    max-width: none;
  }

  .forum-promise-stat-num {
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .forum-promise-stat-label {
    font-size: 0.75rem;
  }

  .survey-drawer .assessment-intro,
  .survey-drawer .assessment-panel {
    padding: 2rem 1.5rem 1.75rem;
  }

  .assessment-heading {
    font-size: 1.55rem;
  }

  .assessment-qtext {
    font-size: 1.08rem;
    margin-bottom: 1rem;
  }

  .assessment-options {
    grid-template-columns: 1fr;
  }

  .site-nav .btn-nav-cta { display: none; }
}

@media (max-width: 575.98px) {

  .journey-section {
    padding: 3rem 0 3.5rem;
  }

  .journey-intro-copy {
    font-size: 0.95rem;
  }

  .journey-heading-from {
    font-size: 0.62rem;
    padding: 0.34em 0.72em;
  }

  .journey-heading-cell:not(:last-child)::after {
    font-size: 0.72em;
  }

  .journey-steps-wrap {
    padding-left: 1.25rem;
  }

  .journey-step::before {
    left: -1.32rem;
  }

  .journey-step-icon {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.05rem;
  }

  .hero-meta { flex-direction: column; gap: 0.75rem; }

  .result-score { font-size: 3rem; }
}

@media (min-width: 1400px) {
  .journey-heading {
    font-size: 2.25rem;
  }

  .journey-step {
    min-height: 230px;
  }
}