/* ==========================================================================
   Find Your Workshop — discovery experience
   Homepage four-card section, generated landing pages (/workshops/{slug}/),
   and the Plan a Workshop modal.
   ========================================================================== */

.find-workshop,
.discovery-page,
.plan-workshop-modal {
    color: #434343;
    font-family: "Roboto", sans-serif;
}

.find-workshop *,
.discovery-page *,
.plan-workshop-modal * {
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   Homepage section
   -------------------------------------------------------------------------- */

.find-workshop {
    padding: 36px 16px 42px;
    scroll-margin-top: 64px;
    background:
        radial-gradient(
            ellipse at center,
            rgba(240, 95, 64, 0.12) 0%,
            rgba(240, 95, 64, 0.06) 42%,
            transparent 76%
        ),
        transparent;
}

.explore-page {
    min-height: 100vh;
    margin: 0;
    background-color: #fafafa;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.035) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
    background-size: 24px 24px;
}

.explore-page__main {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 56px);
    padding-top: 56px;
}

.explore-page__main .find-workshop {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 54px;
}

.find-workshop__legacy-anchor {
    display: block;
    position: relative;
    top: -72px;
    visibility: hidden;
}

.find-workshop__shell {
    max-width: 1160px;
    margin: 0 auto;
    padding: 22px;
    border: 1px solid rgba(240, 95, 64, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        0 0 34px rgba(240, 95, 64, 0.075),
        0 14px 38px rgba(55, 45, 41, 0.055);
}

.find-workshop__header,
.find-workshop__header h2,
.find-workshop__header h2 span,
.find-workshop__intro {
    font-family: 'Roboto', sans-serif;
}

.find-workshop__header {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 12px;
    text-align: left;
    margin-bottom: 24px;
}

.find-workshop__header h2 {
    position: relative;
    display: inline;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
    color: #f05f40;
    text-transform: none;
    text-wrap: balance;
}

.find-workshop__header h2 span {
    color: #f05f40;
    font-weight: 700;
}

.find-workshop__intro {
    margin: 0;
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #9a9a9a;
    text-wrap: pretty;
}

.find-workshop__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
}

@media (min-width: 768px) {
    .find-workshop__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (min-width: 992px) {
    .find-workshop__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.find-workshop__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px 15px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(67, 67, 67, 0.1);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(44, 44, 44, 0.04);
}

.find-workshop__card[data-discovery-card="city"] {
    order: 1;
}

.find-workshop__card[data-discovery-card="audience"] {
    order: 2;
}

.find-workshop__card[data-discovery-card="group_type"] {
    order: 3;
}

.find-workshop__card[data-discovery-card="workshop"] {
    order: 4;
}

.find-workshop__card-head {
    margin-bottom: 9px;
}

.find-workshop__card-head h3 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: #393939;
}

.find-workshop__card-head h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background: linear-gradient(
        90deg,
        rgba(240, 95, 64, 0.68) 0%,
        rgba(240, 95, 64, 0.58) 62%,
        rgba(240, 95, 64, 0.2) 86%,
        transparent 100%
    );
}

.find-workshop__card-head p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.35;
    color: #8a8a8a;
}

.find-workshop__options {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 6px;
}

.find-workshop__option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 34px;
    padding: 6px 9px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 7px;
    background: #fff;
    color: #434343;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    box-shadow:
        0 0 0 1px rgba(67, 67, 67, 0.02),
        0 2px 8px rgba(67, 67, 67, 0.07);
    transition: border-color 160ms ease, background-color 160ms ease,
        box-shadow 160ms ease, transform 160ms ease;
    -webkit-tap-highlight-color: transparent;
}

.find-workshop__option::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: auto;
    margin-right: 2px;
    border-top: 1.5px solid #f05f40;
    border-right: 1.5px solid #f05f40;
    transform: rotate(45deg);
}

.find-workshop__option:hover,
.find-workshop__option:focus {
    color: #fff;
    background: #f05f40;
    border-color: #f05f40;
    text-decoration: none;
    box-shadow: 0 3px 9px rgba(240, 95, 64, 0.28);
    transform: translateY(-1px);
}

.find-workshop__option:hover::after,
.find-workshop__option:focus::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.find-workshop__option:focus {
    outline: none;
}

.find-workshop__option:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 95, 64, 0.4);
}

.find-workshop__option--featured {
    border-color: rgba(67, 67, 67, 0.14);
    font-weight: 600;
}

.find-workshop__card[data-discovery-card="city"] .find-workshop__option {
    min-height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11.5px;
}

.find-workshop__card[data-discovery-card="city"] .find-workshop__options {
    gap: 4px;
}

@media (max-width: 767px) {
    .explore-page__main {
        display: block;
    }

    .explore-page__main .find-workshop {
        padding-top: 34px;
        padding-bottom: 42px;
    }

    .find-workshop {
        padding: 32px 14px 38px;
    }

    .find-workshop__shell {
        padding: 14px 12px;
        border-radius: 17px;
    }

    .find-workshop__option {
        min-height: 44px;
        padding: 9px 10px;
        font-size: 13px;
    }

    .find-workshop__card[data-discovery-card="city"] .find-workshop__option {
        min-height: 34px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }
}

.find-workshop__more {
    margin-top: 6px;
}

.find-workshop__more summary {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 2px;
    color: #f05f40;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

.find-workshop__more summary::-webkit-details-marker {
    display: none;
}

.find-workshop__more summary::after {
    content: "+";
    margin-left: 6px;
    font-weight: 700;
}

.find-workshop__more[open] summary::after {
    content: "−";
}

.find-workshop__more summary:focus {
    outline: none;
}

.find-workshop__more summary:focus-visible {
    outline: 3px solid rgba(240, 95, 64, 0.4);
    outline-offset: 2px;
    border-radius: 6px;
}

.find-workshop__more[open] > .find-workshop__options {
    margin-top: 6px;
}

.find-workshop__plan-helper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 14px;
    border: 1px solid rgba(67, 67, 67, 0.22);
    border-radius: 14px;
    background: #686868;
    box-shadow:
        0 0 18px rgba(240, 95, 64, 0.055),
        0 5px 16px rgba(44, 44, 44, 0.03);
    text-align: left;
}

.find-workshop__plan-message {
    max-width: 600px;
    padding-left: 13px;
    border-left: 2px solid #f05f40;
}

.find-workshop__plan-message strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.2;
}

.find-workshop__plan-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.4;
    text-wrap: pretty;
}

.find-workshop__plan-helper .find-workshop__plan-button {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .find-workshop__plan-helper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .find-workshop__plan-helper .find-workshop__plan-button {
        align-self: flex-end;
    }
}

/* --------------------------------------------------------------------------
   Shared Plan a Workshop buttons
   -------------------------------------------------------------------------- */

.find-workshop__plan-button,
.discovery-plan-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid #f05f40;
    border-radius: 999px;
    background: #f05f40;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(240, 95, 64, 0.24);
    transition: box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
    -webkit-tap-highlight-color: transparent;
}

.find-workshop__plan-button {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-transform: none;
    box-shadow: 0 2px 5px rgba(67, 67, 67, 0.12);
}

.find-workshop__plan-button .fa,
.discovery-plan-button .fa {
    margin-right: 8px;
}

.find-workshop__plan-button .fa {
    margin-right: 5px;
    font-size: 11px;
}

.find-workshop__plan-button:hover,
.discovery-plan-button:hover {
    background: #ee4b28;
    color: #fff;
    box-shadow: 0 8px 20px rgba(240, 95, 64, 0.32);
    transform: translateY(-1px);
}

.find-workshop__plan-button:hover,
.find-workshop__plan-button:focus {
    border-color: #fff;
    background: #fff;
    color: #f05f40;
    box-shadow: 0 2px 5px rgba(67, 67, 67, 0.12);
    transform: none;
}

.find-workshop__plan-button:focus,
.discovery-plan-button:focus {
    outline: none;
}

.find-workshop__plan-button:focus-visible,
.discovery-plan-button:focus-visible {
    box-shadow: 0 4px 12px rgba(240, 95, 64, 0.24), 0 0 0 3px rgba(240, 95, 64, 0.4);
}

.discovery-plan-button--large {
    min-height: 48px;
    padding: 12px 26px;
    font-size: 16px;
}

/* --------------------------------------------------------------------------
   Landing pages
   -------------------------------------------------------------------------- */

.discovery-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: clip;
    background-color: #fafafa;
    background-image:
        linear-gradient(to right, rgba(67, 67, 67, 0.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(67, 67, 67, 0.055) 1px, transparent 1px);
    background-size: 24px 24px;
    background-repeat: repeat;
    background-attachment: scroll;
}

.discovery-page--location {
    background-color: #1a1a1a;
    background-image: none;
}

.discovery-main {
    flex: 1 1 auto;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 20px 28px;
}

@media (prefers-reduced-motion: no-preference) {
    .discovery-main {
        animation: discovery-enter 320ms ease-out both;
    }

    @keyframes discovery-enter {
        from {
            opacity: 0;
            transform: translateY(8px);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
}

.discovery-back {
    margin-bottom: 10px;
}

.discovery-back__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 2px 4px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease;
}

.discovery-back__link:hover,
.discovery-back__link:focus {
    color: #f05f40;
    text-decoration: none;
}

.discovery-back__link:focus {
    outline: none;
}

.discovery-back__link:focus-visible {
    outline: 3px solid rgba(240, 95, 64, 0.4);
    outline-offset: 2px;
    border-radius: 6px;
}

.discovery-header {
    --discovery-header-bar-height: 116px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.5fr) minmax(190px, 0.72fr);
    align-items: start;
    gap: 22px;
    min-height: 400px;
    margin-bottom: 22px;
    padding: 34px 36px;
    border: 1px solid rgba(67, 67, 67, 0.08);
    border-radius: 22px;
    background-color: #f7f4ef;
    background-image:
        radial-gradient(ellipse 70% 55% at 100% 0%, rgba(240, 95, 64, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 60% 45% at 0% 100%, rgba(240, 95, 64, 0.07) 0%, transparent 52%),
        linear-gradient(180deg, #fcfaf7 0%, #f3efe8 100%);
    box-shadow: 0 12px 36px rgba(45, 45, 45, 0.045);
    overflow: hidden;
}

.discovery-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(67, 67, 67, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(67, 67, 67, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse at 50% 35%, #000 18%, transparent 76%);
}

.discovery-header--landmark::after,
.discovery-header__landmark,
.discovery-header__atmosphere {
    display: none;
}

.discovery-header__hero {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.discovery-header__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 6px 0 2px;
    text-align: center;
}

.discovery-header__headline {
    margin: 0 0 16px;
    font-family: "Roboto", sans-serif;
    font-size: clamp(29px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #383838;
    text-wrap: balance;
}

.discovery-header__headline span {
    color: #f05f40;
}

.discovery-header__headline--city {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    line-height: 0.95;
    text-wrap: auto;
}

.discovery-header__headline--city::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 4px;
    background: #f05f40;
}

.discovery-header__headline--city .discovery-header__city {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.18em;
    max-width: 100%;
    font-size: clamp(46px, 6.4vw, 72px);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.discovery-header__headline--city .discovery-header__city-name {
    color: #f05f40;
}

.discovery-header__headline--city .discovery-header__state-abbr {
    color: #f05f40;
    font-family: "Roboto", sans-serif;
    font-size: 0.42em;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.discovery-header__headline--city .discovery-header__kind {
    color: #434343;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.discovery-header__intro {
    max-width: 560px;
    margin: 0 auto 8px;
    font-family: Merriweather, Georgia, serif;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 1.72;
    color: #555;
    text-wrap: pretty;
}

.discovery-header--location {
    --discovery-header-stack-gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--discovery-header-stack-gap);
    min-height: 0;
    padding: 0 36px 34px;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    background-color: #fff;
    background-image: none;
}

.discovery-header--location::before {
    display: none;
}

.discovery-header--location .discovery-header__masthead {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.95fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: var(--discovery-header-stack-gap) 22px;
    width: calc(100% + 72px);
    margin: 0 -36px 0;
    padding: 4px 36px 0;
}

.discovery-header--location .discovery-header__hero {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.discovery-header--location .discovery-header__hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -120px;
    right: -8%;
    bottom: -120px;
    left: -120px;
    pointer-events: none;
    background: #fff;
    -webkit-mask-image:
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 10%, #000 28%, #000 72%, rgba(0, 0, 0, 0.4) 90%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 8%, #000 18%, #000 62%, rgba(0, 0, 0, 0.4) 86%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 10%, #000 28%, #000 72%, rgba(0, 0, 0, 0.4) 90%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 8%, #000 18%, #000 62%, rgba(0, 0, 0, 0.4) 86%, transparent 100%);
    mask-composite: intersect;
}

.discovery-header--location .discovery-header__content {
    position: relative;
    z-index: 2;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 36em;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    text-align: left;
}

.discovery-header--location .discovery-header__headline {
    margin: 0 0 16px;
}

.discovery-header--location .discovery-header__headline--city .discovery-header__kind {
    color: #434343;
}

.discovery-header--location .discovery-header__intro {
    max-width: 34em;
    margin: 0;
    color: #434343;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.discovery-header--location .discovery-header__headline--city {
    align-items: flex-start;
}

.discovery-header--location .discovery-header__headline--city::after {
    width: 100%;
}

.discovery-header--location .discovery-header__headline--city .discovery-header__city {
    justify-content: flex-start;
}

.discovery-header--location .discovery-header__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: auto;
    pointer-events: none;
    background-color: #1a1a1a;
    background-image: var(--discovery-visual, none);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--discovery-visual-position, center top);
}

.discovery-header--location .discovery-header__visual--placeholder {
    background-image: none;
    background-color: #ddd4c6;
}

.discovery-header--location .discovery-header__quote--placeholder {
    display: none;
}

.discovery-header--location .discovery-header__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.88) 0%,
        rgba(255, 255, 255, 0.52) 36%,
        rgba(255, 255, 255, 0.4) 100%
    );
}

.discovery-page--location .discovery-main {
    position: relative;
    max-width: none;
    padding: 64px 0 40px;
}

.discovery-page--location .discovery-back,
.discovery-page--location .discovery-header--location {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.discovery-page--location .discovery-back {
    z-index: 2;
    margin-bottom: 10px;
    padding: 0 36px;
}

.discovery-page--location .discovery-back__link {
    gap: 4px;
    min-height: 20px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

.discovery-page--location .discovery-header,
.discovery-page--location .discovery-header--location {
    position: static;
    overflow: visible;
    margin-bottom: 0;
    padding: 0 36px 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    background-image: none;
    box-shadow: none;
}

.discovery-page--location .discovery-header--location .discovery-header__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
}

.discovery-page--location .discovery-header--location .discovery-header__visual::after {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.72) 0%,
        rgba(255, 255, 255, 0.5) 36%,
        rgba(255, 255, 255, 0.38) 100%
    );
}

.discovery-header--location .discovery-header__quotes,
.discovery-header--location .discovery-header__quote-scroller,
.discovery-header--location .discovery-header__offerings,
.discovery-header--location .discovery-header__ages,
.discovery-header--location .discovery-delivery,
.discovery-header--location .discovery-plan,
.discovery-header--location .discovery-location-explore {
    position: relative;
    z-index: 2;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: none;
    margin: 0;
}

.discovery-header--location .discovery-delivery,
.discovery-header--location .discovery-plan,
.discovery-header--location .discovery-location-explore {
    margin: 0;
}

.discovery-header--location .discovery-header__quotes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: start;
    gap: 24px;
    grid-column: 2;
    grid-row: 1 / span 2;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-top: -52px;
    pointer-events: auto;
}

.discovery-header--location .discovery-header__quote,
.discovery-header--location .discovery-header__quote--0,
.discovery-header--location .discovery-header__quote--1,
.discovery-header--location .discovery-header__quote--2,
.discovery-header--location .discovery-header__quote--left,
.discovery-header--location .discovery-header__quote--right {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    right: auto;
    width: fit-content;
    max-width: 100%;
    height: auto;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
}

.discovery-header--location .discovery-header__quote--0,
.discovery-header--location .discovery-header__quote--1,
.discovery-header--location .discovery-header__quote--2 {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    justify-self: auto;
}

.discovery-header--location .discovery-header__quote--0 {
    align-self: flex-start;
    margin-top: -8px;
    margin-left: 0;
}

.discovery-header--location .discovery-header__quote--1 {
    align-self: flex-end;
    margin-right: 4px;
}

.discovery-header--location .discovery-header__quote--oneline {
    width: max-content;
    max-width: min(280px, 100%);
}

.discovery-header--location .discovery-header__quote--oneline blockquote p {
    white-space: nowrap;
}

.discovery-header--location .discovery-header__quote--narrow {
    width: fit-content;
    max-width: min(200px, 100%);
}

.discovery-header--location .discovery-header__quote--medium {
    width: fit-content;
    max-width: min(240px, 100%);
}

.discovery-header--location .discovery-header__quote--wide {
    width: fit-content;
    max-width: min(280px, 100%);
}

.discovery-header--location .discovery-header__quote--long {
    width: fit-content;
    max-width: min(320px, 100%);
}

.discovery-header--location .discovery-header__quote,
.discovery-header--location .discovery-header__quote blockquote p,
.discovery-header--location .discovery-header__quote figcaption {
    font-family: "Roboto", sans-serif;
}

.discovery-header--location .discovery-header__quote figcaption {
    white-space: normal;
}

.discovery-header--location .discovery-header__quote blockquote p {
    display: block;
    overflow: visible;
}

.discovery-header--location .discovery-header__offerings--combined {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    width: 100%;
    max-width: 400px;
    margin: 20px 56px 0 0;
    padding: 16px 16px 14px;
    border: 1px solid #f05f40;
    border-radius: 14px;
    background: #f05f40;
    box-shadow:
        0 10px 28px rgba(44, 44, 44, 0.08),
        0 0 22px rgba(240, 95, 64, 0.28);
    text-align: left;
}

.discovery-header--location .discovery-header__offerings--combined .discovery-header__offerings-head h2,
.discovery-header--location .discovery-header__offerings--combined .discovery-header__offerings-head h3 {
    color: #fff;
}

.discovery-header__offerings-head {
    margin: 0 0 10px;
}

.discovery-header__offerings-head h2,
.discovery-header__offerings-head h3 {
    margin: 0;
    color: #393939;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: -0.01em;
    line-height: 1.25;
    text-transform: none;
}

.discovery-header__offerings-head--ages {
    margin: 14px 0 8px;
}

.discovery-header--location .discovery-workshop-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px;
}

.discovery-header--location .discovery-header__offerings--combined .discovery-age-row {
    margin-top: 0;
}

.discovery-header--location .discovery-workshop-card--summary,
.discovery-header--location .discovery-age-card--summary {
    background: #fff;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 8px;
    box-shadow:
        0 0 0 1px rgba(67, 67, 67, 0.02),
        0 2px 6px rgba(67, 67, 67, 0.05);
}

.discovery-header--location .discovery-workshop-card--summary {
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    gap: 8px;
}

.discovery-header--location .discovery-workshop-card--summary::after {
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top-color: #f05f40;
    border-right-color: #f05f40;
}

.discovery-header--location .discovery-workshop-card--summary .discovery-workshop-card__label {
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.discovery-header--location .discovery-workshop-card--summary strong {
    color: #434343;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.discovery-header--location .discovery-workshop-card--summary:hover,
.discovery-header--location .discovery-workshop-card--summary:focus,
.discovery-header--location .discovery-workshop-card--summary.is-current,
.discovery-header--location .discovery-age-card--summary:hover,
.discovery-header--location .discovery-age-card--summary:focus,
.discovery-header--location .discovery-age-card--summary.is-current {
    border-color: rgba(240, 95, 64, 0.55);
    background: #fff3ef;
}

.discovery-header--location .discovery-workshop-card--summary:hover strong,
.discovery-header--location .discovery-workshop-card--summary:focus strong,
.discovery-header--location .discovery-workshop-card--summary.is-current strong {
    color: #f05f40;
}

.discovery-header--location .discovery-workshop-card--summary .discovery-workshop-card__summary {
    -webkit-line-clamp: 1;
    font-size: 11px;
    line-height: 1.3;
}

.discovery-header--location .discovery-workshop-card--summary .discovery-workshop-card__label {
    gap: 2px;
}

.discovery-header--location .discovery-age-row,
.discovery-age-row--summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 5px;
}

.discovery-header__offerings {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.discovery-header__ages {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.discovery-header__workshops,
.discovery-header__ages {
    padding: 14px 16px 16px;
    border: 1px solid rgba(67, 67, 67, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(45, 45, 45, 0.04);
    text-align: left;
}

.discovery-header__workshops h2,
.discovery-header__ages h2 {
    margin: 0 0 12px;
    color: #393939;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.discovery-header__workshops h2::after,
.discovery-header__ages h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 6px;
    background: linear-gradient(
        90deg,
        rgba(240, 95, 64, 0.68) 0%,
        rgba(240, 95, 64, 0.58) 62%,
        rgba(240, 95, 64, 0.2) 86%,
        transparent 100%
    );
}

.discovery-workshop-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.discovery-age-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.discovery-workshop-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    min-height: 48px;
    flex: 0 0 168px;
    max-width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 10px;
    background: #fff;
    box-shadow:
        0 0 0 1px rgba(67, 67, 67, 0.02),
        0 2px 8px rgba(67, 67, 67, 0.07);
    color: #434343;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.discovery-workshop-card::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: auto;
    margin-right: 2px;
    flex-shrink: 0;
    border-top: 1.5px solid #f05f40;
    border-right: 1.5px solid #f05f40;
    transform: rotate(45deg);
}

.discovery-workshop-card__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.discovery-workshop-card__label .fa {
    color: #f05f40;
    font-size: 14px;
}

.discovery-workshop-card__summary {
    color: #9a9a9a;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
}

.discovery-workshop-card__details {
    margin-top: auto;
    padding-top: 8px;
    color: #f05f40;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.discovery-workshop-card strong {
    display: block;
    max-width: 100%;
    text-align: left;
    color: #f05f40;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-transform: uppercase;
}

.discovery-workshop-card:hover,
.discovery-workshop-card:focus,
.discovery-workshop-card.is-current {
    border-color: rgba(240, 95, 64, 0.55);
    background: #fff3ef;
    box-shadow: 0 6px 16px rgba(240, 95, 64, 0.14);
    transform: translateY(-2px);
    text-decoration: none;
}

.discovery-workshop-card:hover strong,
.discovery-workshop-card:focus strong,
.discovery-workshop-card.is-current strong {
    color: #f05f40;
}

.discovery-workshop-card:focus-visible {
    outline: 2px solid rgba(240, 95, 64, 0.45);
    outline-offset: 2px;
}

.discovery-workshop-card--summary {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex: none;
    min-height: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    padding: 12px 14px;
    border: 1px solid rgba(67, 67, 67, 0.1);
    border-radius: 10px;
    background: #fafafa;
    box-shadow: none;
}

.discovery-workshop-card--summary::after {
    display: block;
    margin-top: 6px;
}

.discovery-workshop-card--summary .discovery-workshop-card__label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    gap: 4px;
    height: auto;
}

.discovery-workshop-card--summary strong {
    color: #393939;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.discovery-workshop-card--summary .discovery-workshop-card__summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1.4;
}

.discovery-workshop-card--summary:hover,
.discovery-workshop-card--summary:focus,
.discovery-workshop-card--summary.is-current {
    border-color: rgba(240, 95, 64, 0.45);
    background: #fff;
    box-shadow: none;
    transform: none;
}

.discovery-workshop-card--summary:hover strong,
.discovery-workshop-card--summary:focus strong,
.discovery-workshop-card--summary.is-current strong {
    color: #f05f40;
}

.discovery-age-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 7px;
    background: #fff;
    box-shadow:
        0 0 0 1px rgba(67, 67, 67, 0.02),
        0 2px 8px rgba(67, 67, 67, 0.07);
    color: #434343;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease,
        box-shadow 160ms ease, transform 160ms ease, color 160ms ease;
    -webkit-tap-highlight-color: transparent;
}

.discovery-age-card::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: auto;
    margin-right: 2px;
    flex-shrink: 0;
    border-top: 1.5px solid #f05f40;
    border-right: 1.5px solid #f05f40;
    transform: rotate(45deg);
}

.discovery-age-card:hover,
.discovery-age-card:focus,
.discovery-age-card.is-current {
    color: #f05f40;
    background: #fff3ef;
    border-color: rgba(240, 95, 64, 0.55);
    box-shadow: 0 3px 9px rgba(67, 67, 67, 0.06);
    transform: translateY(-1px);
    text-decoration: none;
}

.discovery-age-card:focus {
    outline: none;
}

.discovery-age-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 95, 64, 0.4);
}

.discovery-header--location .discovery-age-row,
.discovery-age-row--summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 5px;
}

.discovery-age-card--summary {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    height: auto;
    width: auto;
    max-width: none;
    padding: 3px 5px;
    border: 1px solid rgba(67, 67, 67, 0.1);
    border-radius: 6px;
    background: #fafafa;
    box-shadow: none;
    color: #434343;
    text-align: center;
}

.discovery-age-card--summary::after {
    display: none;
}

.discovery-age-card--summary .discovery-age-card__label {
    display: block;
    min-width: 0;
    height: auto;
}

.discovery-age-card--summary strong {
    display: block;
    max-width: 100%;
    color: #434343;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: none;
}

.discovery-age-card--summary:hover,
.discovery-age-card--summary:focus,
.discovery-age-card--summary.is-current {
    border-color: rgba(240, 95, 64, 0.45);
    background: #fff;
    box-shadow: none;
    transform: none;
    color: #f05f40;
}

.discovery-age-card--summary:hover strong,
.discovery-age-card--summary:focus strong,
.discovery-age-card--summary.is-current strong {
    color: #f05f40;
}

.discovery-header--participants .discovery-header__hero,
.discovery-header--participants .discovery-header__content {
    max-width: 1160px;
    width: 100%;
    text-align: left;
}

.discovery-header--participants .discovery-header__offerings--combined {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: auto;
    width: 100%;
    max-width: 1160px;
    margin: 18px auto 0;
    padding: 16px 16px 14px;
    border: 1px solid #f05f40;
    border-radius: 14px;
    background: #f05f40;
    box-shadow:
        0 10px 28px rgba(44, 44, 44, 0.08),
        0 0 22px rgba(240, 95, 64, 0.28);
    text-align: left;
}

.discovery-header--participants .discovery-header__offerings--combined .discovery-header__offerings-head h2 {
    color: #fff;
}

.discovery-header--participants .discovery-workshop-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
}

.discovery-header--participants .discovery-workshop-card--summary {
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 8px;
    box-shadow:
        0 0 0 1px rgba(67, 67, 67, 0.02),
        0 2px 6px rgba(67, 67, 67, 0.05);
}

.discovery-header--participants .discovery-workshop-card--summary::after {
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top-color: #f05f40;
    border-right-color: #f05f40;
}

.discovery-header--participants .discovery-workshop-card--summary .discovery-workshop-card__label {
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.discovery-header--participants .discovery-workshop-card--summary strong {
    color: #434343;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.discovery-header--participants .discovery-workshop-card--summary:hover,
.discovery-header--participants .discovery-workshop-card--summary:focus,
.discovery-header--participants .discovery-workshop-card--summary.is-current {
    border-color: rgba(240, 95, 64, 0.55);
    background: #fff3ef;
}

.discovery-header--participants .discovery-workshop-card--summary:hover strong,
.discovery-header--participants .discovery-workshop-card--summary:focus strong,
.discovery-header--participants .discovery-workshop-card--summary.is-current strong {
    color: #f05f40;
}

@media (max-width: 900px) {
    .discovery-header--participants .discovery-workshop-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.participant-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    text-align: left;
}

.participant-cards__title {
    margin: 0 0 4px;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-size: clamp(26px, 3.6vw, 36px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.participant-cards__others {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.participant-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid #f05f40;
    border-radius: 16px;
    background: #fff;
    color: #f05f40;
    box-shadow: 0 4px 14px rgba(240, 95, 64, 0.08);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease,
        box-shadow 160ms ease, transform 160ms ease;
}

.participant-card__head {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.participant-card .fa {
    color: inherit;
    font-size: 16px;
    line-height: 1;
}

.participant-card__meta {
    margin: 0;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.participant-card__title {
    margin: 0;
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.participant-card__intro {
    margin: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.participant-card--selected {
    gap: 12px;
    width: 100%;
    padding: 28px 30px;
    background: #f05f40;
    color: #fff;
    box-shadow: 0 10px 24px rgba(240, 95, 64, 0.28);
    cursor: default;
}

.participant-card--selected .fa {
    font-size: 22px;
}

.participant-card--selected .participant-card__meta {
    font-size: 13px;
}

.participant-card--selected .participant-card__title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3.4vw, 34px);
    letter-spacing: -0.03em;
}

.participant-card--compact {
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 108px;
    padding: 16px 12px;
    text-align: center;
}

.participant-card--compact .participant-card__head {
    justify-content: center;
    flex-wrap: wrap;
}

.participant-card--compact .participant-card__title {
    font-size: 15px;
    text-align: center;
}

.participant-card__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.participant-card__facts li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    color: inherit;
}

.participant-card__facts strong {
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.participant-card__facts span {
    color: inherit;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.92;
}

a.participant-card:hover,
a.participant-card:focus {
    background: #f05f40;
    color: #fff;
    box-shadow: 0 8px 20px rgba(240, 95, 64, 0.22);
    transform: translateY(-2px);
    text-decoration: none;
}

a.participant-card:focus {
    outline: none;
}

a.participant-card:focus-visible {
    box-shadow: 0 8px 20px rgba(240, 95, 64, 0.22), 0 0 0 3px rgba(240, 95, 64, 0.35);
}

@media (max-width: 900px) {
    .participant-cards__others {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .participant-cards__others {
        grid-template-columns: 1fr;
    }

    .participant-card--selected {
        padding: 22px 20px;
    }

    .participant-card__facts {
        grid-template-columns: 1fr;
    }
}

.discovery-header__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.discovery-header__detail-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding: 9px 5px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.discovery-header__detail-link:hover,
.discovery-header__detail-link:focus {
    color: #f05f40;
    text-decoration: none;
}

/* Contextual feedback frames the hero title. */

.discovery-header__quotes {
    position: absolute;
    z-index: 3;
    top: 56px;
    left: 28px;
    right: 28px;
    display: block;
    width: auto;
    min-width: 0;
    pointer-events: none;
}

.discovery-header__quote {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: min(210px, 28%);
    height: auto;
    max-height: none;
    min-height: 0;
    margin: 0;
    padding: 14px 15px;
    overflow: visible;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 32px rgba(30, 30, 30, 0.13);
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.2s ease;
    box-sizing: border-box;
}

.discovery-header__quote::before {
    content: "\201C";
    position: absolute;
    top: -18px;
    left: 0;
    z-index: 3;
    color: #cfcfcf;
    font-family: "Roboto", sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.discovery-header__quote--placeholder::before {
    content: none;
    display: none;
}

.discovery-header__quote--oneline {
    width: max-content;
    max-width: min(280px, 36%);
}

.discovery-header__quote--oneline blockquote p {
    white-space: nowrap;
}

.discovery-header__quote--narrow {
    width: min(200px, 30%);
}

.discovery-header__quote--medium {
    width: min(230px, 30%);
}

.discovery-header__quote--wide {
    width: min(260px, 32%);
    max-height: none;
    padding: 11px 13px;
    overflow: visible;
}

.discovery-header__quote--wide blockquote {
    margin-bottom: 7px;
}

.discovery-header__quote--wide blockquote p {
    font-size: 11px;
    line-height: 1.38;
}

.discovery-header__quote--long {
    width: min(280px, 34%);
    max-height: none;
    padding: 10px 12px;
    overflow: visible;
}

.discovery-header__quote--long blockquote {
    margin-bottom: 6px;
}

.discovery-header__quote--long blockquote p {
    font-size: 10px;
    line-height: 1.35;
}

.discovery-header__quote--long figcaption {
    font-size: 9px;
}

.discovery-header__quote.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.discovery-header__quote.is-leaving {
    opacity: 0;
    pointer-events: none;
}

.discovery-header__quote--left {
    left: 0;
}

.discovery-header__quote--right {
    right: 0;
}

.discovery-header__quote blockquote {
    margin: 0 0 9px;
    padding: 0;
    border: 0;
}

.discovery-header__quote blockquote p {
    margin: 0;
    color: #505050;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.discovery-header__quotes [data-discovery-quote-data] {
    display: none;
}

.discovery-header__quote figcaption {
    color: #f05f40;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.35;
    text-transform: uppercase;
}

.discovery-header__quote-link {
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: 17px;
    cursor: pointer;
}

.discovery-header__quote-link:hover {
    box-shadow: inset 0 0 0 1px rgba(240, 95, 64, 0.35);
}

.discovery-header__quote-link:focus {
    outline: none;
}

.discovery-header__quote-link:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(240, 95, 64, 0.5);
}

.discovery-header--location .discovery-header__quote-scroller {
    grid-column: 1 / -1;
    grid-row: 2;
    position: relative;
    z-index: 4;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.discovery-header--location .discovery-header__quote-scroller-viewport {
    padding-bottom: 0;
}

.discovery-header--location .discovery-header__quote-scroller-track {
    padding-bottom: 0;
}

.discovery-header--location .discovery-header__quote-scroller--placeholder {
    min-height: 188px;
    background: transparent;
    border: 0;
    box-shadow: none;
    pointer-events: none;
}

.discovery-header__quote-scroller-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 0;
    padding: 24px 0 6px;
    cursor: grab;
    touch-action: pan-x;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(
        90deg,
        transparent 0,
        #000 56px,
        #000 calc(100% - 56px),
        transparent 100%
    );
}

.discovery-header__quote-scroller-viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.discovery-header__quote-scroller-viewport.is-dragging .discovery-header__quote--scroller {
    cursor: grabbing;
}

.discovery-header__quote-scroller-viewport.is-dragging .discovery-header__quote-link {
    pointer-events: none;
}

.discovery-header__quote-scroller .discovery-header__quote-link {
    cursor: inherit;
    -webkit-user-drag: none;
    user-drag: none;
}

.discovery-header__quote-scroller-viewport:active {
    cursor: grabbing;
}

.discovery-header__quote-scroller-viewport::-webkit-scrollbar {
    display: none;
}

.discovery-header__quote-scroller-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: max-content;
    padding: 4px 56px 8px;
    user-select: none;
}

.discovery-header__quote-scroller-set {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding-right: 20px;
    flex: 0 0 auto;
}

@keyframes discovery-quote-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(calc(-1 * var(--quote-marquee-distance, 50%)), 0, 0);
    }
}

.discovery-header__quote-scroller.is-marquee .discovery-header__quote-scroller-viewport {
    overflow: hidden;
    cursor: grab;
    scroll-snap-type: none;
    touch-action: none;
}

.discovery-header__quote-scroller.is-marquee .discovery-header__quote-scroller-track {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    will-change: transform;
}

.discovery-header--location .discovery-header__quote-scroller-nav {
    width: 26px;
    height: 26px;
    box-shadow: 0 4px 12px rgba(30, 30, 30, 0.14);
}

.discovery-header--location .discovery-header__quote-scroller-nav span {
    width: 6px;
    height: 6px;
}

.discovery-header--location .discovery-header__quote--scroller {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 250px;
    align-self: stretch;
    width: 250px;
    max-width: 250px;
    height: auto;
    min-height: 168px;
    max-height: none;
    margin: 0;
    padding: 14px 15px 12px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    border: 1px solid rgba(67, 67, 67, 0.2);
    box-shadow: 0 4px 12px rgba(45, 45, 45, 0.1);
    scroll-snap-align: start;
    cursor: pointer;
    -webkit-user-drag: none;
}

.discovery-header--location .discovery-header__quote--scroller blockquote {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    margin-bottom: 0;
}

.discovery-header--location .discovery-header__quote--scroller blockquote p {
    display: block;
    max-height: calc(13px * 1.45 * 5);
    overflow: hidden;
    overflow-wrap: anywhere;
    white-space: normal;
}

.discovery-header--location .discovery-header__quote--scroller figcaption {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 8px;
}

.discovery-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

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

.discovery-quote-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(34, 34, 34, 0.55);
}

.discovery-quote-modal__dialog {
    position: relative;
    width: min(480px, 100%);
    margin: 0;
    padding: 28px 24px 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.discovery-quote-modal__dialog blockquote {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
}

.discovery-quote-modal__dialog blockquote p {
    margin: 0;
    color: #434343;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.discovery-quote-modal__meta {
    margin: 0;
    color: #f05f40;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
}

.discovery-quote-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(67, 67, 67, 0.16);
    border-radius: 50%;
    background: #fff;
    color: #434343;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.discovery-quote-modal__close:hover,
.discovery-quote-modal__close:focus {
    color: #f05f40;
    border-color: rgba(240, 95, 64, 0.6);
}

.discovery-quote-modal__close:focus {
    outline: none;
}

.discovery-quote-modal__close:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 95, 64, 0.4);
}

body.has-discovery-quote-modal {
    overflow: hidden;
}

.discovery-header__quote-scroller-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(30, 30, 30, 0.16);
    color: #f05f40;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transform: translateY(-50%);
}

.discovery-header__quote-scroller-nav span {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.discovery-header__quote-scroller-nav--prev span {
    margin-left: 2px;
    transform: rotate(-135deg);
}

.discovery-header__quote-scroller-nav--next span {
    margin-right: 2px;
    transform: rotate(45deg);
}

.discovery-header__quote-scroller-nav:hover,
.discovery-header__quote-scroller-nav:focus {
    background: #fff;
    color: #f05f40;
}

.discovery-header__quote-scroller-nav:focus {
    outline: none;
}

.discovery-header__quote-scroller-nav:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 95, 64, 0.4);
}

.discovery-header__quote-scroller-nav--prev {
    left: 0;
}

.discovery-header__quote-scroller-nav--next {
    right: 0;
}

.discovery-cityline {
    display: block;
    width: 100%;
    height: auto;
}

/* Copy + facts */

.discovery-section {
    margin-bottom: 32px;
}

.discovery-section__heading {
    margin: 0 0 14px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #434343;
}

.discovery-copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

@media (min-width: 992px) {
    .discovery-copy {
        grid-template-columns: 1.25fr 1fr;
        align-items: start;
    }
}

.discovery-copy__text p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #5c5c5c;
    text-wrap: pretty;
}

.discovery-copy__text p:last-child {
    margin-bottom: 0;
}

.discovery-facts {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.discovery-facts__item {
    padding: 12px 14px;
    border: 1px solid rgba(67, 67, 67, 0.1);
    border-radius: 12px;
    background: #fff;
}

.discovery-facts__item strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #434343;
}

.discovery-facts__item span {
    font-size: 13px;
    line-height: 1.5;
    color: #6f6f6f;
}

/* Workshop detail link (workshop landing pages) */

.discovery-detail-link__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(240, 95, 64, 0.3);
    border-radius: 16px;
    background: #fff8f5;
}

.discovery-detail-link__card strong {
    display: block;
    font-size: 17px;
    color: #434343;
}

.discovery-detail-link__card span {
    font-size: 14px;
    color: #6f6f6f;
}

.discovery-detail-link__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid rgba(240, 95, 64, 0.6);
    border-radius: 999px;
    background: #fff;
    color: #f05f40;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.discovery-detail-link__button:hover,
.discovery-detail-link__button:focus {
    background: #f05f40;
    color: #fff;
    text-decoration: none;
}

.discovery-detail-link__button:focus {
    outline: none;
}

.discovery-detail-link__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 95, 64, 0.4);
}

/* Delivery facts */

.discovery-header .discovery-delivery {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.discovery-header .discovery-delivery__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    min-height: var(--discovery-header-bar-height);
    overflow: hidden;
    border: 1px solid #0d6efd;
    border-radius: 12px;
    background: #fff;
    box-shadow:
        0 3px 8px rgba(13, 110, 253, 0.05),
        0 0 8px rgba(13, 110, 253, 0.12);
}

.discovery-header .discovery-delivery__grid li,
.discovery-header .discovery-delivery__grid li:first-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--discovery-header-bar-height);
    min-width: 0;
    padding: 8px 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    color: #393939;
}

.discovery-header .discovery-delivery__grid li + li {
    border-left: 0;
}

.discovery-header .discovery-delivery__grid li + li::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 1px;
    background: #e5e5e5;
}

.discovery-header .discovery-delivery__grid .fa {
    display: block;
    margin: -6px auto 10px;
    color: #0d6efd;
    font-size: 23px;
    line-height: 1;
}

.discovery-header .discovery-delivery__grid strong {
    display: block;
    margin: 0 0 2px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #434343;
    white-space: nowrap;
}

.discovery-header .discovery-delivery__grid small {
    display: block;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 1.25;
    color: #555555;
}

.discovery-header .discovery-plan {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: var(--discovery-header-bar-height);
    margin: 0;
    padding: 0 16px;
    border: 1px solid #3bbf6b;
    border-radius: 12px;
    background: #e8f8ee;
    box-shadow:
        0 3px 8px rgba(59, 191, 107, 0.05),
        0 0 8px rgba(59, 191, 107, 0.12);
    gap: 12px 16px;
}

.discovery-header--location .discovery-delivery__grid,
.discovery-header--location .discovery-delivery__grid li,
.discovery-header--location.discovery-header .discovery-plan {
    min-height: 96px;
}

.discovery-header .discovery-plan__lead {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
    flex: 1 1 auto;
    margin-left: 24px;
}

.discovery-header .discovery-plan__content {
    padding-left: 0;
    border-left: 0;
}

.discovery-header .discovery-plan__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 0 0 auto;
    margin-right: 24px;
}

.discovery-header .discovery-plan__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    color: #3bbf6b;
    font-size: 44px;
    line-height: 1;
}

.discovery-header .discovery-plan__icon .fa {
    display: block;
}

.discovery-header .discovery-plan__heading {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.2;
    color: #434343;
    white-space: nowrap;
}

.discovery-header .discovery-plan__copy {
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #6f6f6f;
    white-space: nowrap;
    text-wrap: nowrap;
}

.discovery-header .discovery-plan .discovery-plan-button {
    flex: 0 0 auto;
    margin-right: 0;
    border: 1px solid #3bbf6b;
    background: #3bbf6b;
    color: #fff;
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16);
}

.discovery-header .discovery-plan .discovery-plan-button:hover,
.discovery-header .discovery-plan .discovery-plan-button:focus {
    background: #34b461;
    color: #fff;
    box-shadow: 0 4px 12px rgba(32, 110, 60, 0.2);
}

.discovery-header .discovery-plan .discovery-plan-button:focus-visible {
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16), 0 0 0 3px rgba(59, 191, 107, 0.35);
}

.discovery-header .discovery-plan-button--large {
    min-height: 30px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.2;
}

.discovery-header .discovery-location-explore {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 6;
    display: grid;
    grid-template-columns: minmax(132px, 0.82fr) minmax(0, 1.45fr);
    align-items: stretch;
    gap: 14px;
    min-height: calc(var(--discovery-header-bar-height) * 2);
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(67, 67, 67, 0.06);
}

.discovery-location-explore__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: calc(var(--discovery-header-bar-height) * 2 - 20px);
    border: 1px solid rgba(240, 95, 64, 0.18);
    border-radius: 10px;
    background: #fff;
}

.discovery-header--location .discovery-location-explore {
    min-height: 0;
    padding: 8px 14px;
}

.discovery-header--location .discovery-location-explore__media {
    min-height: 148px;
    align-self: stretch;
}

.discovery-header--location .discovery-location-explore__heading {
    margin-bottom: 4px;
}

.discovery-header--location .discovery-location-explore__intro {
    margin-bottom: 6px;
}

.discovery-header--location .discovery-location-explore__list-wrap {
    margin-bottom: 6px;
    padding-top: 0;
}

.discovery-header--location .discovery-location-explore__list-label {
    margin-bottom: 4px;
}

.discovery-header--location .discovery-location-explore__list {
    gap: 5px 18px;
}

.discovery-header--location .discovery-location-explore__disclaimer {
    padding-top: 6px;
}

.discovery-location-explore__photo-wrap {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #eef2f4;
}

.discovery-location-explore__photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.discovery-location-explore__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 2px 2px 2px 0;
    text-align: left;
}

.discovery-location-explore__content > * {
    width: 100%;
}

.discovery-location-explore__heading {
    margin: 0 0 6px;
    color: #434343;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.discovery-location-explore__intro {
    margin: 0 0 10px;
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.5;
}

.discovery-location-explore__list-wrap {
    margin: 0 0 10px;
    padding-top: 2px;
}

.discovery-location-explore__list-label {
    margin: 0 0 7px;
    color: #888;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.discovery-location-explore__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.discovery-location-explore__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}

.discovery-location-explore__list-marker {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-top: 0.42em;
    border-radius: 50%;
    background: #f05f40;
    box-shadow: 0 0 0 2px rgba(240, 95, 64, 0.14);
}

.discovery-location-explore__list-text {
    display: block;
    color: #555;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.discovery-location-explore__city-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 8px;
}

.discovery-location-explore__city-card {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-height: 42px;
    padding: 7px 9px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 8px;
    background: #fafafa;
    color: #555;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.discovery-location-explore__city-card:hover,
.discovery-location-explore__city-card:focus {
    border-color: rgba(240, 95, 64, 0.35);
    color: #f05f40;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(67, 67, 67, 0.06);
}

.discovery-location-explore__city-card:focus-visible {
    outline: 2px solid rgba(240, 95, 64, 0.45);
    outline-offset: 2px;
}

.discovery-location-explore__city-card-name {
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.25;
}

.discovery-location-explore__city-card-meta {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    color: #999;
}

.discovery-location-explore__city-card:hover .discovery-location-explore__city-card-meta,
.discovery-location-explore__city-card:focus .discovery-location-explore__city-card-meta {
    color: #f05f40;
}

.discovery-location-explore__disclaimer {
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(67, 67, 67, 0.08);
    color: #aaa;
    font-family: "Roboto", sans-serif;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 1.45;
}

.discovery-delivery {
    padding: 0;
    border: 0;
    background: transparent;
}

.discovery-delivery > .discovery-section__heading {
    margin-bottom: 10px;
    font-size: 17px;
}

.discovery-delivery__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 560px) {
    .discovery-delivery__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .discovery-delivery__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.discovery-delivery__grid li {
    padding: 13px 14px;
    border: 1px solid rgba(67, 67, 67, 0.09);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(45, 45, 45, 0.035);
}

.discovery-delivery__grid li:first-child {
    padding-left: 14px;
    border: 1px solid rgba(67, 67, 67, 0.09);
}

.discovery-delivery__grid .fa {
    margin-right: 6px;
    color: #f05f40;
    font-size: 13px;
}

.discovery-delivery__grid strong {
    display: inline;
    margin-bottom: 4px;
    font-size: 13px;
    color: #434343;
}

.discovery-delivery__grid span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
}

/* Available workshops and audiences */

.discovery-offerings {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: start;
}

.discovery-offerings__eyebrow,
.discovery-testimonials__eyebrow {
    margin: 0 0 6px;
    color: #f05f40;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.discovery-offerings__head .discovery-section__heading {
    margin-bottom: 8px;
    font-size: clamp(22px, 3vw, 28px);
}

.discovery-offerings__head > p:last-child {
    margin: 0;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.5;
}

.discovery-offerings__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.discovery-offerings__group {
    padding: 14px;
    border: 1px solid rgba(67, 67, 67, 0.09);
    border-radius: 12px;
    background: #fff;
}

.discovery-offerings__group + .discovery-offerings__group {
    border-left: 1px solid rgba(67, 67, 67, 0.09);
}

.discovery-offerings__group h3 {
    margin: 0 0 10px;
    color: #434343;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.discovery-offerings__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.discovery-offerings__group li + li {
    border-top: 1px solid rgba(67, 67, 67, 0.07);
}

.discovery-offerings__group a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 38px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease, padding 160ms ease;
}

.discovery-offerings__group:first-child a {
    min-height: 29px;
    font-size: 12px;
}

.discovery-offerings__group a > span:last-child {
    color: #b0b0b0;
    transition: color 160ms ease, transform 160ms ease;
}

.discovery-offerings__group a:hover,
.discovery-offerings__group a:focus,
.discovery-offerings__group a.is-current {
    padding-left: 4px;
    color: #f05f40;
    text-decoration: none;
}

.discovery-offerings__group a:hover > span:last-child,
.discovery-offerings__group a:focus > span:last-child,
.discovery-offerings__group a.is-current > span:last-child {
    color: #f05f40;
    transform: translateX(2px);
}

.discovery-offerings__group a:focus-visible {
    outline: 2px solid rgba(240, 95, 64, 0.45);
    outline-offset: 2px;
    border-radius: 3px;
}

.discovery-page-footer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-top: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(67, 67, 67, 0.14);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
}

.discovery-page-footer__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.discovery-page-footer__main {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 26px 0 24px;
}

.discovery-page-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 0 0 auto;
    width: auto;
    margin-left: 56px;
    padding: 0;
}

.discovery-page-footer__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    line-height: 0;
}

.discovery-page-footer__logo {
    display: block;
    width: 172px;
    max-width: none;
    height: auto;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .discovery-page-footer__inner,
    .discovery-page-footer__bar {
        padding-right: 12px;
        padding-left: 12px;
    }

    .discovery-page-footer__logo {
        width: 152px;
    }
}

.discovery-page-footer__contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 12px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 9px;
    background: #f3f3f3;
    color: #a8a8a8;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    box-shadow:
        0 0 0 1px rgba(67, 67, 67, 0.02),
        0 2px 8px rgba(67, 67, 67, 0.06);
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.discovery-page-footer__contact-btn:hover,
.discovery-page-footer__contact-btn:focus {
    color: #888;
    background: #ececec;
    border-color: rgba(67, 67, 67, 0.18);
    text-decoration: none;
}

.discovery-page-footer__contact-btn:focus-visible {
    outline: 3px solid rgba(240, 95, 64, 0.35);
    outline-offset: 2px;
}

.discovery-page-footer__divider {
    flex: 0 0 auto;
    align-self: stretch;
    width: 1px;
    margin: 0 18px;
    background: rgba(67, 67, 67, 0.14);
}

.discovery-page-footer__nav {
    display: grid;
    grid-template-columns: repeat(7, max-content);
    align-items: start;
    justify-content: space-between;
    column-gap: 0;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 12px;
    padding-right: 56px;
}

.discovery-page-footer__nav-group {
    min-width: 0;
}

.discovery-page-footer__nav-group--destinations {
    grid-column: span 2;
    display: grid;
    grid-template-columns: subgrid;
}

.discovery-page-footer__nav-group--destinations h3 {
    grid-column: 1 / -1;
}

.discovery-page-footer__nav-group--destinations ul {
    display: contents;
}

.discovery-page-footer__nav-group--destinations li + li {
    margin-top: 0;
}

.discovery-page-footer__nav-group--destinations li {
    margin-top: 2px;
}

.discovery-page-footer__nav-group h3 {
    margin: 0 0 5px;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.discovery-page-footer__nav-group--link h3 {
    margin: 0;
}

.discovery-page-footer__nav-group h3 a {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    text-transform: inherit;
    transition: color 160ms ease;
}

.discovery-page-footer__nav-group h3 a:hover,
.discovery-page-footer__nav-group h3 a:focus {
    color: #f05f40;
    text-decoration: none;
}

.discovery-page-footer__nav-group h3 a:focus-visible {
    outline: 2px solid rgba(240, 95, 64, 0.45);
    outline-offset: 2px;
    border-radius: 3px;
}

.discovery-page-footer__nav-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.discovery-page-footer__nav-group li + li {
    margin-top: 2px;
}

.discovery-page-footer__nav-group a {
    display: inline-block;
    color: #aaa;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    transition: color 160ms ease;
}

.discovery-page-footer__nav-group a:hover,
.discovery-page-footer__nav-group a:focus,
.discovery-page-footer__nav-group a.is-current {
    color: #f05f40;
    text-decoration: none;
}

.discovery-page-footer__nav-group a:focus-visible {
    outline: 2px solid rgba(240, 95, 64, 0.45);
    outline-offset: 2px;
    border-radius: 3px;
}

.discovery-page-footer--bar-only .discovery-page-footer__bar {
    padding-top: 10px;
}

.discovery-page-footer__bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
    padding: 0 24px 12px;
    border-top: 1px solid rgba(67, 67, 67, 0.1);
    background: #fafafa;
}

.discovery-page-footer__bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 10px;
}

.discovery-page-footer__bar-left {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px 14px;
    min-width: 0;
    text-align: left;
}

.discovery-page-footer__copyright,
.discovery-page-footer__bar-link,
.discovery-page-footer__bar-right {
    margin: 0;
    color: #aaa;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
}

.discovery-page-footer__bar-link {
    font-weight: 400;
    text-decoration: none;
}

.discovery-page-footer__bar-link:hover,
.discovery-page-footer__bar-link:focus {
    color: #f05f40;
    text-decoration: none;
}

.discovery-page-footer__bar-right {
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
}

.discovery-page-footer__heart {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
}

/* Keep exploring */

.discovery-explore {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 26px;
    margin: 8px 0 0;
    padding: 24px 0 4px;
    border-top: 1px solid rgba(67, 67, 67, 0.12);
}

.discovery-explore__group {
    margin-bottom: 14px;
}

.discovery-explore__group:last-child {
    margin-bottom: 0;
}

.discovery-explore__label {
    margin: 0 0 7px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #969696;
}

.discovery-explore__options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 18px;
}

.discovery-option {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
    -webkit-tap-highlight-color: transparent;
}

.discovery-option::after {
    content: "→";
    margin-left: 5px;
    color: #c2c2c2;
}

.discovery-option:hover,
.discovery-option:focus {
    color: #f05f40;
    background: transparent;
    text-decoration: none;
    transform: translateX(2px);
}

.discovery-option:focus {
    outline: none;
}

.discovery-option:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 95, 64, 0.4);
}

/* Testimonials */

.discovery-testimonials {
    padding: 28px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, #fff 0%, #fff9f7 100%);
}

.discovery-testimonials > .discovery-section__heading {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: clamp(22px, 3vw, 28px);
}

.discovery-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px) {
    .discovery-testimonials__grid {
        grid-template-columns: 1.18fr 0.82fr;
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .discovery-testimonial--featured {
        grid-row: 1 / span 2;
    }
}

.discovery-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 16px 18px;
    border: 0;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 7px 22px rgba(52, 52, 52, 0.07);
}

.discovery-testimonial--featured {
    justify-content: center;
    padding: 26px;
}

.discovery-testimonial__quote {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
}

.discovery-testimonial__quote p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5c5c5c;
}

.discovery-testimonial--featured .discovery-testimonial__quote p {
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.discovery-testimonial__quote p::before {
    content: "\201C";
    color: #f05f40;
    font-weight: 700;
    margin-right: 3px;
}

.discovery-testimonial__meta {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #f05f40;
    text-transform: uppercase;
}

.discovery-testimonials__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    margin-top: 14px;
    padding: 8px 4px;
    color: #f05f40;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.discovery-testimonials__more:hover,
.discovery-testimonials__more:focus {
    color: #eb3812;
    text-decoration: none;
}

.discovery-testimonials__more:focus {
    outline: none;
}

.discovery-testimonials__more:focus-visible {
    outline: 3px solid rgba(240, 95, 64, 0.4);
    outline-offset: 2px;
    border-radius: 6px;
}

/* Final plan CTA */

.discovery-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px 32px;
    margin-bottom: 28px;
    padding: 26px 30px;
    border: 1px solid rgba(46, 163, 89, 0.45);
    border-bottom-color: rgba(32, 130, 70, 0.55);
    border-radius: 22px;
    background: linear-gradient(180deg, #46c875 0%, #3bbf6b 52%, #34b461 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -2px 6px rgba(20, 90, 50, 0.16),
        0 4px 0 #2ea359,
        0 12px 22px rgba(32, 140, 70, 0.22);
    text-align: left;
}

.discovery-plan__lead {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1 1 auto;
}

.discovery-plan__content {
    min-width: 0;
    flex: 1 1 auto;
}

.discovery-plan__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 0 0 auto;
}

.discovery-plan__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 28px;
    line-height: 1;
}

.discovery-plan__icon .fa {
    display: block;
}

.discovery-plan__heading {
    margin: 0 0 7px;
    font-family: "Roboto", sans-serif;
    font-size: clamp(22px, 2.8vw, 28px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #fff;
    text-wrap: balance;
}

.discovery-plan__copy {
    max-width: 540px;
    margin: 0;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.84);
    text-wrap: pretty;
}

.discovery-plan .discovery-plan-button {
    flex: 0 0 auto;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    color: #3bbf6b;
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16);
}

.discovery-plan .discovery-plan-button:hover,
.discovery-plan .discovery-plan-button:focus {
    background: #f3fff7;
    color: #2ea359;
    box-shadow: 0 6px 16px rgba(32, 110, 60, 0.2);
}

.discovery-plan .discovery-plan-button:focus-visible {
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16), 0 0 0 3px rgba(255, 255, 255, 0.55);
}

/* Workshop detail pages + home Find Your Workshop: same green bar as location pages */
.workshop-planning-cta.discovery-plan,
.find-workshop__plan.discovery-plan {
    max-width: 1100px;
    width: 100%;
    min-height: 96px;
    margin: 40px auto 64px;
    padding: 18px 24px;
    border: 1px solid #3bbf6b;
    border-bottom-color: #3bbf6b;
    border-radius: 12px;
    background: #e8f8ee;
    box-shadow:
        0 3px 8px rgba(59, 191, 107, 0.05),
        0 0 8px rgba(59, 191, 107, 0.12);
    gap: 12px 16px;
}

.find-workshop__plan.discovery-plan {
    margin: 24px 0 0;
}

.workshop-planning-cta .discovery-plan__lead,
.find-workshop__plan .discovery-plan__lead {
    gap: 22px;
}

.workshop-planning-cta .discovery-plan__icon,
.find-workshop__plan .discovery-plan__icon {
    color: #3bbf6b;
    font-size: 44px;
}

.workshop-planning-cta .discovery-plan__heading,
.find-workshop__plan .discovery-plan__heading {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.2;
    color: #434343;
}

.workshop-planning-cta .discovery-plan__copy,
.find-workshop__plan .discovery-plan__copy {
    max-width: none;
    font-size: 16px;
    line-height: 1.35;
    color: #6f6f6f;
}

.workshop-planning-cta .discovery-plan-button,
.find-workshop__plan .discovery-plan-button {
    border: 1px solid #3bbf6b;
    background: #3bbf6b;
    color: #fff;
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16);
}

.workshop-planning-cta .discovery-plan-button:hover,
.workshop-planning-cta .discovery-plan-button:focus,
.find-workshop__plan .discovery-plan-button:hover,
.find-workshop__plan .discovery-plan-button:focus {
    background: #34b461;
    color: #fff;
    box-shadow: 0 4px 12px rgba(32, 110, 60, 0.2);
}

.workshop-planning-cta .discovery-plan-button:focus-visible,
.find-workshop__plan .discovery-plan-button:focus-visible {
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16), 0 0 0 3px rgba(59, 191, 107, 0.35);
}

@media (max-width: 767px) {
    .discovery-main {
        padding: 62px 14px 30px;
    }

    .discovery-page--location .discovery-main {
        padding: 62px 0 30px;
    }

    .discovery-page--location .discovery-back {
        padding: 0 18px;
    }

    .discovery-page--location .discovery-header,
    .discovery-page--location .discovery-header--location {
        padding: 0 18px 22px;
        border-radius: 0;
        background: transparent;
        background-image: none;
    }

    .discovery-plan {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px 18px;
        border-radius: 18px;
    }

    .discovery-plan__actions {
        justify-content: flex-end;
        width: 100%;
    }

    .discovery-plan .discovery-plan-button {
        width: auto;
    }

    .workshop-planning-cta.discovery-plan,
    .find-workshop__plan.discovery-plan {
        width: 100%;
        margin: 28px auto 48px;
        padding: 18px 16px;
        border-radius: 12px;
    }

    .find-workshop__plan.discovery-plan {
        margin: 10px 0 0;
    }

    .workshop-planning-cta .discovery-plan__heading,
    .find-workshop__plan .discovery-plan__heading {
        font-size: 18px;
        white-space: normal;
    }

    .workshop-planning-cta .discovery-plan__copy,
    .find-workshop__plan .discovery-plan__copy {
        font-size: 14px;
        white-space: normal;
    }

    .discovery-header {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        gap: 18px;
        min-height: 0;
        padding: 22px 18px;
        border-radius: 18px;
        background-image:
            radial-gradient(ellipse 80% 50% at 100% 0%, rgba(240, 95, 64, 0.10) 0%, transparent 58%),
            linear-gradient(180deg, #fcfaf7 0%, #f3efe8 100%);
    }

    .discovery-header--location {
        padding: 0 18px 22px;
        gap: var(--discovery-header-stack-gap);
    }

    .discovery-header--location .discovery-header__masthead {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        width: calc(100% + 36px);
        margin: 0 -18px 0;
        padding: 4px 18px 0;
        gap: var(--discovery-header-stack-gap);
    }

    .discovery-header--location .discovery-header__hero {
        grid-column: 1;
        grid-row: auto;
        min-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .discovery-header--location .discovery-header__hero::before {
        top: -80px;
        right: 0;
        bottom: -80px;
        left: -80px;
    }

    .discovery-header--location .discovery-header__quotes {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        margin-top: 0;
        gap: 10px;
    }

    .discovery-header--location .discovery-header__offerings--combined {
        grid-column: 1;
        grid-row: auto;
        justify-self: stretch;
        max-width: none;
        margin: 0;
        padding-top: 4px;
    }

    .discovery-header--location .discovery-header__quote-scroller {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
    }

    .discovery-header--location .discovery-header__quote--0,
    .discovery-header--location .discovery-header__quote--1 {
        align-self: flex-start;
        margin-right: 0;
    }

    .discovery-header--location .discovery-header__quote--0,
    .discovery-header--location .discovery-header__quote--1,
    .discovery-header--location .discovery-header__quote--2 {
        grid-column: 1;
        grid-row: auto;
    }

    .discovery-header--location .discovery-workshop-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discovery-header__hero,
    .discovery-header__content,
    .discovery-header .discovery-delivery,
    .discovery-header .discovery-plan,
    .discovery-header .discovery-location-explore,
    .discovery-header__offerings,
    .discovery-header__ages {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .discovery-header__hero {
        grid-row: 1;
    }

    .discovery-header__offerings {
        grid-row: 2;
    }

    .discovery-header__ages {
        grid-row: 3;
    }

    .discovery-header .discovery-delivery {
        grid-row: 4;
    }

    .discovery-header__quotes {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        grid-column: 1;
        grid-row: 5;
        width: 100%;
        min-width: 0;
    }

    .discovery-header .discovery-plan {
        grid-row: 6;
        min-height: var(--discovery-header-bar-height);
        padding: 0 14px;
        border-radius: 12px;
    }

    .discovery-header .discovery-location-explore {
        grid-row: 7;
        grid-template-columns: minmax(110px, 0.75fr) minmax(0, 1.25fr);
        gap: 10px;
        min-height: calc(var(--discovery-header-bar-height) * 2);
        padding: 8px 10px;
    }

    .discovery-header--location.discovery-header .discovery-location-explore {
        margin: 0;
    }

    .discovery-header--location .discovery-location-explore__media {
        min-height: 120px;
    }

    .discovery-location-explore__list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .discovery-location-explore__list-text {
        font-size: 11.5px;
    }

    .discovery-location-explore__city-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discovery-header .discovery-plan__heading,
    .discovery-header .discovery-plan__copy {
        white-space: normal;
        text-wrap: pretty;
    }

    .discovery-header .discovery-plan__heading {
        font-size: 18px;
    }

    .discovery-header .discovery-plan__copy {
        font-size: 14px;
    }

    .discovery-header .discovery-plan__lead {
        margin-left: 0;
    }

    .discovery-header .discovery-plan__actions {
        margin-right: 0;
    }

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

    .discovery-header__quote,
    .discovery-header__quote--left,
    .discovery-header__quote--right,
    .discovery-header__quote--oneline,
    .discovery-header__quote--narrow,
    .discovery-header__quote--medium,
    .discovery-header__quote--wide,
    .discovery-header__quote--long {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: none;
        max-height: none;
        height: auto;
        overflow: visible;
        transform: none;
    }

    .discovery-header__quote--oneline blockquote p {
        white-space: normal;
    }

    .discovery-header__quote--right {
        display: none;
    }

    .discovery-header__headline {
        font-size: clamp(28px, 9vw, 34px);
    }

    .discovery-header__headline--city .discovery-header__city {
        font-size: clamp(40px, 11vw, 52px);
    }

    .discovery-header__intro {
        font-size: 16px;
        line-height: 1.65;
    }

    .discovery-header__offerings {
        grid-row: 2;
    }

    .discovery-workshop-cards,
    .discovery-age-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .discovery-header--location .discovery-age-row,
    .discovery-age-row--summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .discovery-workshop-cards {
        display: grid;
    }

    .discovery-workshop-card {
        flex: none;
        min-height: 46px;
        padding: 12px;
        border-radius: 10px;
    }

    .discovery-age-card {
        min-height: 44px;
        padding: 8px 10px;
        border-radius: 7px;
    }

    .discovery-header__quote {
        padding: 16px;
    }

    .discovery-header .discovery-delivery {
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .discovery-header .discovery-delivery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .discovery-delivery__grid li,
    .discovery-delivery__grid li:first-child {
        padding: 12px 10px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .discovery-header .discovery-delivery__grid li,
    .discovery-header .discovery-delivery__grid li:first-child {
        padding: 10px 10px 11px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .discovery-header .discovery-delivery__grid strong {
        white-space: normal;
    }

    .discovery-header .discovery-delivery__grid li + li {
        border-left: 0;
        border-top: 0;
    }

    .discovery-header .discovery-delivery__grid li + li::before {
        top: 0;
        bottom: auto;
        left: 10px;
        right: 10px;
        width: auto;
        height: 1px;
    }

    .discovery-header .discovery-delivery__grid li:nth-child(2) {
        border-top: 0;
        border-left: 0;
    }

    .discovery-header .discovery-delivery__grid li:nth-child(2)::before {
        top: 8px;
        bottom: 8px;
        left: 0;
        right: auto;
        width: 1px;
        height: auto;
    }

    .discovery-delivery__grid li:last-child {
        grid-column: 1 / -1;
    }

    .discovery-offerings {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .discovery-offerings__grid {
        grid-template-columns: 1fr;
    }

    .discovery-offerings__group + .discovery-offerings__group {
        border: 1px solid rgba(67, 67, 67, 0.09);
    }

    .discovery-offerings__group a {
        min-height: 44px;
    }

    .discovery-offerings__group:first-child a {
        min-height: 38px;
    }

    .discovery-page-footer__inner,
    .discovery-page-footer__bar {
        padding-right: 16px;
        padding-left: 16px;
    }

    .discovery-page-footer__logo {
        width: clamp(128px, 40vw, 158px);
    }

    .discovery-page-footer__main {
        flex-direction: column;
        gap: 12px;
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .discovery-page-footer__brand {
        margin-left: 0;
    }

    .discovery-page-footer__divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .discovery-page-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
        padding-right: 0;
        padding-left: 0;
    }

    .discovery-page-footer__bar-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px 12px;
    }

    .discovery-page-footer__bar-right {
        margin-left: auto;
        text-align: right;
    }

    .discovery-testimonials {
        padding: 22px 18px;
    }

    .discovery-testimonial--featured {
        padding: 20px;
    }

    .discovery-explore {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .discovery-option {
        min-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .discovery-header {
        grid-template-columns: minmax(155px, 0.65fr) minmax(0, 1.5fr) minmax(155px, 0.65fr);
        gap: 14px;
        padding: 28px;
    }

    .discovery-header--location {
        padding: 0 28px 28px;
    }

    .discovery-page--location .discovery-header,
    .discovery-page--location .discovery-header--location {
        padding: 0 28px 28px;
        background: transparent;
        background-image: none;
    }

    .discovery-header--location .discovery-header__masthead {
        grid-template-columns: minmax(0, 1.1fr) minmax(200px, 0.9fr);
        width: calc(100% + 56px);
        margin: 0 -28px 0;
        padding: 4px 28px 22px;
    }

    .discovery-header--location .discovery-header__hero {
        min-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .discovery-header--location .discovery-workshop-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discovery-header__content {
        width: 100%;
    }

    .discovery-header__quotes {
        top: 48px;
        left: 20px;
        right: 20px;
    }

    .discovery-header__quote {
        width: min(180px, 28%);
        max-height: none;
        overflow: visible;
    }

    .discovery-header__quote--oneline {
        max-width: min(240px, 34%);
    }

    .discovery-header__quote--narrow {
        width: min(180px, 30%);
    }

    .discovery-header__quote--medium {
        width: min(200px, 30%);
    }

    .discovery-header__quote--wide,
    .discovery-header__quote--long {
        width: min(240px, 32%);
        max-height: none;
        overflow: visible;
    }

    .discovery-offerings {
        grid-template-columns: 1fr;
        gap: 16px;
    }

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

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

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

}

/* --------------------------------------------------------------------------
   Plan a Workshop modal
   -------------------------------------------------------------------------- */

.plan-workshop-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    overflow: hidden;
}

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

.plan-workshop-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(34, 34, 34, 0.55);
}

.plan-workshop-modal__dialog {
    position: relative;
    width: min(480px, 94vw);
    max-height: calc(100vh - 24px);
    margin: 0;
    padding: 28px 28px 24px;
    overflow: auto;
    border: 1px solid #3bbf6b;
    border-radius: 16px;
    background: #e8f8ee;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.22),
        0 0 12px rgba(59, 191, 107, 0.18);
}

@media (prefers-reduced-motion: no-preference) {
    .plan-workshop-modal__dialog {
        animation: plan-modal-enter 220ms ease-out both;
    }

    @keyframes plan-modal-enter {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
}

.plan-workshop-modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(67, 67, 67, 0.16);
    border-radius: 50%;
    background: #fff;
    color: #434343;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 160ms ease, color 160ms ease;
}

.plan-workshop-modal__close:hover,
.plan-workshop-modal__close:focus {
    color: #3bbf6b;
    border-color: #3bbf6b;
}

.plan-workshop-modal__close:focus {
    outline: none;
}

.plan-workshop-modal__close:focus-visible {
    box-shadow: 0 0 0 3px rgba(59, 191, 107, 0.35);
}

.plan-workshop-modal__title {
    margin: 0 0 8px;
    padding-right: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #434343;
}

.plan-workshop-modal__lede {
    margin: 0 0 20px;
    max-width: 42ch;
    font-size: 15px;
    line-height: 1.45;
    color: #6f6f6f;
}

[data-plan-summary-chips],
.plan-selections {
    display: none !important;
}

.plan-workshop-modal form[data-plan-workshop-form] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plan-workshop-modal .plan-workshop-field {
    margin-bottom: 0;
}

.plan-workshop-modal .plan-workshop-field__label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.plan-workshop-modal .plan-workshop-field__control {
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #b7e4c7;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.plan-workshop-modal .plan-workshop-field__control:focus {
    border-color: #3bbf6b;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 191, 107, 0.22);
}

.plan-workshop-modal .plan-workshop-field__control::placeholder {
    color: #b3b3b3;
}

.plan-workshop-modal .plan-workshop-field__error {
    margin-top: 6px;
    font-size: 13px;
}

.plan-workshop-modal textarea.plan-workshop-field__control {
    min-height: 120px;
    height: 120px;
    resize: vertical;
}

.plan-workshop-modal .plan-workshop-page__submit {
    margin-top: 4px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #3bbf6b;
    background: #3bbf6b;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16);
}

.plan-workshop-modal .plan-workshop-page__submit:hover,
.plan-workshop-modal .plan-workshop-page__submit:focus {
    border-color: #34b461;
    background: #34b461;
    color: #fff;
    box-shadow: 0 4px 12px rgba(32, 110, 60, 0.2);
}

.plan-workshop-modal .plan-workshop-page__submit:focus-visible {
    box-shadow: 0 2px 8px rgba(32, 110, 60, 0.16), 0 0 0 3px rgba(59, 191, 107, 0.35);
}

body.has-plan-workshop-modal {
    overflow: hidden;
}

@media (max-width: 767px) {
    .plan-workshop-modal {
        align-items: flex-start;
        padding: 8px;
        overflow-y: auto;
    }

    .plan-workshop-modal__dialog {
        width: 100%;
        max-height: none;
        overflow: visible;
        padding: 22px 18px 18px;
    }
}

/* Plan page selection summary (replaces old region-page styles) */

.plan-selections {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 24px 0;
    padding: 16px 18px;
    border: 1px solid rgba(67, 67, 67, 0.12);
    border-radius: 14px;
    background: #fff;
}

.plan-selections h2 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
}

.plan-selections__edit {
    color: #f05f40;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.plan-selections__edit:hover,
.plan-selections__edit:focus {
    color: #eb3812;
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   Reduced motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    .find-workshop__option,
    .find-workshop__plan-button,
    .discovery-plan-button,
    .discovery-option,
    .discovery-back__link,
    .discovery-detail-link__button,
    .discovery-header__quote-scroller.is-marquee .discovery-header__quote-scroller-track {
        animation: none;
    }

    .discovery-header__quote,
    .discovery-header__detail-link,
    .discovery-offerings__group a,
    .discovery-workshop-card,
    .discovery-age-card {
        transition: none;
    }

    .find-workshop__option:hover,
    .find-workshop__plan-button:hover,
    .discovery-plan-button:hover,
    .discovery-option:hover,
    .discovery-workshop-card:hover,
    .discovery-workshop-card:focus,
    .discovery-age-card:hover,
    .discovery-age-card:focus {
        transform: none;
    }
}
