/* 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; }

  .hero-actions { display: none; }

  .venue-layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .venue-copy-col {
    max-width: none;
  }

  .venue-stage {
    min-height: 22rem;
    height: auto;
  }

  .venue-photo {
    min-height: 22rem;
  }

  .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(--emerald));
  }

  .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;
  }
  
    .footer-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer {
        padding: 3.5rem 0 1.75rem;
    }

}

@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;
  }

  .hero-title {
    font-size: clamp(2.1rem, 8vw, 2.85rem);
  }

  .hero-tagline {
    font-size: 1.05rem;
    max-width: none;
  }

  .hero-kicker {
    font-size: 0.62rem;
    gap: 0.4rem 0.55rem;
  }

  .hero-meta-divider {
    display: none;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .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; }
  
  .footer-cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .footer-main-title {
        font-size: 1.6rem;
    }
    
    
    
  .ticket-path {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ticket-stub {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    gap: 0.75rem;
  }

  .ticket-stub::before,
  .ticket-stub::after {
    top: auto;
    bottom: 0;
    right: auto;
    transform: translateY(50%);
  }

  .ticket-stub::before { left: -9px; }
  .ticket-stub::after { right: -9px; left: auto; }

  .ticket-kicker {
    writing-mode: horizontal-tb;
    transform: none;
    margin: 0;
  }

  .ticket-admit {
    border-left: 1px dashed var(--navy);
    border-top: 0;
  }

  .ticket-admit::before {
    left: 1.15rem;
    right: 1.15rem;
    top: 0;
    bottom: auto;
    border-left: 0;
    border-top: 2px dashed rgba(7, 17, 31, 0.16);
  }

  .venue-heading { font-size: 1.75rem; }

  .venue-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .venue-copy-col {
    max-width: none;
  }

  .venue-stage {
    min-height: 16rem;
  }

  .venue-photo {
    min-height: 16rem;
    height: 16rem;
  }

  .venue-map {
    width: min(52%, 11.5rem);
    height: 48%;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .attendee-head {
    margin-bottom: 1.25rem;
    padding-bottom: 1.15rem;
  }

  .attendee-pills {
    --hex-size: clamp(8.75rem, 40vw, 11.25rem);
    --hex-gap: 1.15rem;
    grid-template-columns: repeat(2, var(--hex-size));
    gap: var(--hex-gap);
    padding-right: 0;
  }

  .attendee-pill {
    left: 0 !important;
  }

  .attendee-pill:nth-child(n + 3) {
    margin-top: 0;
  }

  .attendee-pill-hex {
    padding: 0.7rem 0.9rem;
    font-size: clamp(0.82rem, 3.1vw, 0.98rem);
  }

  .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;
  }
}


@media (max-width: 400.98px) {
    .footer-inner {
        padding-inline: 0;
    }
    .footer-main-copy {
        font-size: 12px;
        line-height: normal;
    }
    .footer-main-title {
        font-size: 16px;
    }
}
