/* ===== Base / tokens ===== */
:root {
    --brand: #00B1E1;
    --brand-alt: #FDDA13;
    --ink: black;
    --muted: #F2F2F2;
    --bg: #fff;
    --panel: rgba(0, 0, 0, 0.05);
    --radius: 8px;
}

body {
    color: var(--ink);
    background: var(--bg);
    line-height: 1.55;
    font-family: "Open Sans", sans-serif;
    transition: all .4s ease;
}

.on-demand-v2 {
    padding-top: 94px;
}

h1,
h2,
h3,
h4 {
    line-height: .9;
    font-weight: 400;
    font-family: league_gothicregular;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 28px;
}

p {
    font-family: "Open Sans", sans-serif;
    color: var(--ink);
    line-height: 1.35;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 64px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 32px;
    }
}

.section+.section {
    margin-top: 0px;
}

.on-demand-v2 .section {
    padding: 40px 24px;
    width: 100%;
}

@media screen and (min-width:768px) {
    .on-demand-v2 .section {
        padding: 120px 24px;
    }
}

.on-demand-v2 .bod-container {
    width: min(1440px, 100%);
    margin-inline: auto;
    gap: 8px;
}

/* ===== Buttons / links ===== */
.btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    margin: 0px;
    border-radius: 40px;
    text-decoration: none;
    transition: all .4s ease;
    width: 100%;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--ink);
    font-family: 'Open Sans';
}

/* @media screen and (min-width:768px) {
    .btn {
        padding: 16px 32px;
    }
} */

.btn.primary {
    background: var(--brand-alt);
    border: 1px solid var(--brand-alt);
    color: var(--ink);
}

.btn.primary:hover {
    background: black;
    border-color: black;
    color: var(--brand-alt);
}

.btn.primary-inverse {
    background: black;
    border-color: black;
    color: var(--brand-alt);
}

.btn.primary-inverse:hover {
    background: var(--brand-alt);
    border-color: black;
    color: black;
}

.btn.secondary {
    background: var(--brand);
    border: 1px solid var(--brand);
    color: var(--ink);
}

.btn.secondary:hover {
    background: black;
    color: var(--brand);
    border-color: black;
}

.submit-btn {
    background-color: black;
    display: flex;
    width: 64px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 40px;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: background-color .2s ease;
}

.submit-btn:hover {
    background-color: var(--brand);
}

.submit-btn__img {
    width: 25.344px;
    height: 19.576px;
    position: relative;
    z-index: 10;
}


/* ===== Shared grids ===== */
.card-grid,
.trainer-grid,
.membership-grid,
.social-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width:768px) {

    .card-grid,
    .membership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trainer-grid,
    .social-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1024px) {

    .card-grid,
    .membership-grid,
    .social-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .trainer-grid,
    .social-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}


/* ===== Global Slick Slider ===== */
.slick-slider {
    width: 100%;
    padding: 0;
}

.slick-dots {
    position: relative;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: none !important;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0px;
    height: 0px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: black;
    opacity: .25;
}

.slick-dots li.slick-active button {
    background-color: #00B1E1;
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 26px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ======= GLOBAL ACCORDION ICONS ===== */
.plus-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    background-color: black;
    transition: all 0.3s ease;
}

/* Horizontal line */
.plus-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}

/* Vertical line - starts rotated 90deg (invisible as minus) */
.plus-icon::after {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.drawer-button {
    background: rgba(0, 0, 0, .08);
    border-radius: 50px;
    border: none;
    padding: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-shrink: 0;
}

/* Collapsed state */
.faq-item.collapsed .plus-icon::after,
.community-block.collapsed .plus-icon::after {
    transform: translateX(-50%) rotate(0);
    opacity: 1;
}

/* Expanded state */
.faq-item:not(.collapsed) .plus-icon::after,
.community-block:not(.collapsed) .plus-icon::after {
    opacity: 1;
}

/* ===== GLOBAL SECTION HEADERS ===== */
.section-header__full {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 24px;
    margin: 0;
}

.section-header__title,
.section-header__body {
    text-align: center;
    margin: 0;
    padding: 0;
}

.section-header__body {
    max-width: 952px;
    margin: 0 auto;
}

/* ===== GLOBAL LIST ===== */
ul {
    list-style: inside;
}

/* ===== GLOBAL FORM ===== */

.bod-trial-form input[type="email"] {
    border-radius: 40px;
    border: 2px solid #000 !important;
    background: #FFF;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.form-group {
    position: relative;
}

/* ===== HERO A ===== */
.section.section-hero--a {
    text-align: center;
    padding-top: 0px;
    background: white;
}

.hero__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero__body {
    margin-top: 8px;
}

.hero__media {
    width: 100%;
    max-width: 740px;
}

.hero__image-desktop {
    display: none;
}

.hero__image-mobile {
    display: block;
}

.hero__video-desktop {
    display: none;
}

.hero__video-mobile {
    display: block;
}

.hero__cta {
    display: none;
}

.hero__logo {
    margin-bottom: 1rem;
}

.hero__title {
    margin-bottom: .5rem;
}

.hero__content {
    max-width: 587px;
    width: 100%;
}

.hero-desktop-form {
    display: none;
}

@media screen and (min-width:768px) {
    .section.section-hero--a {
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0;
    }

    .hero__container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hero__image-mobile {
        display: none;
    }

    .hero__image-desktop {
        display: block;
        max-width: 822px;
    }

    .hero__video-desktop {
        display: block;
    }

    .hero__video-mobile {
        display: none;
    }

    .hero__cta {
        display: block;
        width: max-content;
        margin-top: 24px;
    }

    .hero-desktop-form {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: baseline;
        text-align: left;
        margin-top: 16px;
        max-width: 364px;
    }

    .hero-desktop-form form {
        width: 100%;
    }

    .hero-desktop-form .submit-btn {
        background-color: #FDDA13;
        border: 1px solid #FDDA13;
    }

    .hero-desktop-form .submit-btn:hover {
        background-color: white;
        border: 1px solid black;
    }

}

/* ===== HERO B ===== */
.section.section-hero--b {
    text-align: center;
    padding-top: 0px;
    background: var(--brand);
    padding: 0;
}

.section-hero--b .hero__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
}

.hero__content.hero--b {
    padding: 32px 24px;
}


.section-hero--b .hero__video-mobile {
    height: 75vh;
    max-height: 756px;
}

.section-hero--b .hero__logo {
    width: 200px;
    margin: 0 auto 16px;
}

.section-hero--b .hero__body {
    margin-bottom: 1rem;
}

.hero__b-cta {
    background-color: var(--brand-alt);
    padding: 2rem 24px;
}

@media screen and (min-width:768px) {
    .section-hero--b .hero__container {
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        width: 100%;
        height: 90vh;
    }

    .section-hero--b .hero__body {
        margin-bottom: 24px;
    }

    .section-hero--b .hero__logo {
        width: 320px;
        margin: 0 0 24px;
    }

    .section-hero--b .hero__content {
        width: 100%;
        min-width: 640px;
        padding: 0px 80px;
    }

    .section-hero--b .hero__media {
        width: 75vw;
        height: 100%;
        max-width: none;
        object-fit: contain;
        object-position: center;

    }

    .section-hero--b .hero__video-desktop {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .section-hero--b .hero__title {
        max-width: 350px;
    }

    .hero__b-cta {
        display: none;
    }

    .hero--b .free-trial-cta {
        width: max-content;
    }
}

/* ===== FORM A ===== */
.section-form--a.section {
    padding: 24px;
    background: var(--brand-alt);
}

.section-form__title,
.free-trial-sidebar__title {
    margin-bottom: 1rem;
    color: black;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    /* 25px */
    text-transform: uppercase;
}

@media screen and (min-width:768px) {
    .section-form--a.section {
        display: none;
    }
}

/* ===== FORM SIDEBAR ===== */
@media (min-width: 768px) {
    .section .section-form .section-form--a {
        display: none;
    }

    .free-trial-tab,
    .free-trial-sidebar {
        display: none;
    }
}

/* Bottom-right tab */
.free-trial-tab {
    position: fixed;
    right: 50%;
    transform: translate(50%, 0) !important;
    width: max-content;
    bottom: 16px;
    margin: 0 auto;
    z-index: 9999998;
    appearance: none;
    border: 0;
    background: var(--brand-alt);
    color: black;
    font-weight: 800;
    font-family: "Open Sans";
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 999px;
    padding: .75rem 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.app-popup {
    z-index: 9998;
}

.free-trial-tab.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Slide-out panel */
.free-trial-sidebar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    width: min(420px, 92vw);
    max-height: 90vh;
    background: var(--brand-alt);
    border-radius: 16px 0 0 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
    display: grid;
    gap: 0rem;
    padding: 1rem 1rem 55px;
    overflow: hidden;
}

.free-trial-sidebar.is-open {
    transform: translateX(0);
}

.free-trial-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.free-trial-sidebar__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
}

.free-trial-sidebar__close {
    appearance: none;
    border: 0;
    background: transparent;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    left: 12px;
    top: 12px;
}

/* Minimal form styling (reuse what you have) */
#trial-form-sidebar {
    width: 100%;
    margin: 0;
    padding: 0;
}



/* ===== AWARENESS A ===== */
.section-awareness--a {
    background-color: var(--brand);
}

.bod-container.awareness__container {
    display: flex;
    flex-direction: column;
}

.awareness__content {
    display: flex;
    flex-direction: column;
    max-width: 708px;
}

.section-awareness--a .awareness__video {
    aspect-ratio: 16/9;
    background: #000;
    overflow: hidden;
    width: 100%;
    max-width: 680px;
    height: max-content;
}

.section-awareness--a .awareness__video iframe,
.section-awareness--a .awareness__video video {
    width: 100%;
    height: 100%;
    display: block;
}

.section-awareness--a .awareness__title {
    margin-top: .5rem;
    text-align: center;
}

.section-awareness--a .awareness__body {
    margin: .5rem 0;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.section-awareness--a .awareness__icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    margin: 1rem 0 0;
    padding: 0;
    place-items: center;
    align-items: start;
    list-style: none;
}

.awareness__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-awareness--a .awareness__icon-img img {
    width: 120px;
    height: 120px;
    cursor: unset;
}

.section-awareness--a .awareness__icon-label {
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 100%;
    color: var(--ink);
    text-align: center;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .bod-container.awareness__container {
        flex-direction: row;
        gap: 56px;
    }

    .section-awareness--a .awareness__icon {
        place-items: center;
    }

    .section-awareness--a .awareness__icons {
        grid-template-columns: repeat(4, 1fr);
        place-items: start;
        margin: 0;
    }

    .section-awareness--a .awareness__title {
        margin-top: 1rem;
        text-align: left;
        margin-bottom: .5rem;
    }

    .section-awareness--a .awareness__body {
        margin: .5rem 0 1rem;
        text-align: left;
    }

    .section-awareness--a .awareness__icon-img img {
        width: 96px;
        height: 96px;
    }
}

/* ===== COMMUNITY A ===== */
.section-community--a {
    width: 100%;
}

.community-block {
    margin-bottom: 16px;
}

.community-block__card-grid {
    overflow: hidden;
    max-height: 0;
    transition: max-height .32s cubic-bezier(.2, .8, .2, 1);
    will-change: max-height;
}

.community-section-toggle {
    appearance: none;
    border: 0;
    padding: 16px;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    transition: color .25s ease, opacity .25s ease;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--panel);
    margin-bottom: 16px;
}

.community-card__media {
    aspect-ratio: 16/9;
    margin-bottom: 16px;
}

.community-card .card__title {
    text-align: center;
}

.community-card .card__body {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .community-block__card-grid.slick-slider .slick-track {
        display: flex;
        gap: 16px;
    }
}


/* ===== MEMBERSHIPS A ===== */

.section-memberships {
    background-color: var(--muted);
}

/* Tabs (visible only on mobile) */
.membership-tabs {
    display: grid;
    grid-auto-flow: column;
    margin: 0 auto;
    max-width: 720px;
    gap: 4px;
}

.membership-tab {
    appearance: none;
    border: 0;
    background-color: #E6E6E6;
    border-radius: 8px 8px 0 0;
    padding: 8px 0rem;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    color: var(--ink);
}

.membership-tab.is-active {
    opacity: 1;
    background: var(--brand);
}

.membership-tab:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

/* Grid container:
   - Mobile: .is-tabbed → show only active panel (no grid)
   - ≥768px: turn into 2-col grid and show all panels
   - ≥1024px: 3-col grid
*/
.membership-grid.is-tabbed {
    display: block;
}

.membership-grid.is-tabbed .membership-card {
    display: none;
}

.membership-grid.is-tabbed .membership-card.is-active {
    display: flex;
}

/* Desktop grids */
@media (min-width: 768px) {
    .membership-tabs {
        display: none;
    }

    /* hide tabs on desktop */
    .membership-grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }

    .membership-grid .membership-card {
        display: flex !important;
    }

    /* show all */
}

@media (min-width: 1024px) {
    .membership-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card visuals (you already have these—keep or tweak) */
.membership-card {
    background: var(--brand);
    border-radius: 0 0 var(--radius) var(--radius);
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .membership-card {
        border-radius: var(--radius);
    }
}

.membership-card__eyebrow {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    display: none;
}

.membership-card__title {
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
}

.membership-card__hr-title {
    height: 2px;
    width: 100%;
    background-color: var(--ink);
    margin: 0;
}

.membership-card__hr-benefits {
    height: 1px;
    width: 100%;
    background-color: var(--ink);
    margin: 0;
}

.membership-card__price {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    font-family: league_gothicregular;
}

.membership-card__benefits ul {
    padding-left: 1.1rem;
    margin: 0;
    padding-top: 4px;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.membership-card__benefits ul li {
    padding: 4px 0;
}

.smaller-text {
    font-size: 36px;
}


@media screen and (min-width: 768px) {
    .membership-card__eyebrow {
        display: block;
        background-color: black;
        padding: 12px 8px;
        border-radius: 0 0 var(--radius) var(--radius);
        color: white;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 125%;
        text-transform: uppercase;
        text-align: center;
        margin: -24px auto 0px;
        width: 220px;
    }

    .membership-card__title {
        font-size: 48px;
    }

    .membership-card__price {
        font-size: 64px;
    }

    .smaller-text {
        font-size: 48px;
    }
}

/* ===== TRAINERS A ===== */
.section-trainers--a {
    background-color: var(--brand);
}

.section-trainers--a .trainers__title {
    text-align: center;
}

.section-trainers--a .trainers__body {
    text-align: center;
    margin: .5rem auto 1.25rem;
    max-width: 955px;
}


.trainer-grid .slick-track {
    display: flex;
    gap: 0px;
}

.trainer-card {
    display: flex !important;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.trainer-card .trainer-card__img {
    aspect-ratio: 1/1;
    margin: 0 auto .5rem;
    width: 180px;
}

.trainer-card .trainer-card__media iframe,
.trainer-card .trainer-card__media video,
.trainer-card .trainer-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trainer-card .trainer-card__name {
    text-align: center;
}

.trainer-card .trainer-card__title {
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 125%;
}

.trainer-card .trainer-card__classes {
    text-align: center;
    list-style: none;
}



.trainer-grid .slick-dots li button {
    background: black;
    opacity: 1;
}

.trainer-grid .slick-dots li.slick-active button {
    background-color: white;
}

@media (min-width: 768px) {
    .trainer-grid .slick-track {
        display: flex;
        gap: 24px;
    }

    .section-trainers--a .trainers__body {
        margin-bottom: 40px;
    }
}

/* ===== SOCIAL A ===== */
.section-social--a {
    position: relative;
    background-color: var(--muted);
}

.social-grid .slick-track {
    display: flex;
    gap: 0;
}

.section-social--a .social__title {
    text-align: center;
}

.section-social--a .social__body {
    text-align: center;
    margin: .5rem 0 1.25rem;
}

.social-card .social-card__media {
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 auto .75rem;
    max-height: 364px;
    position: relative;
}

.thumb img {
    border-radius: 0;
}

.social-card__title {
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
}


.social-card__body {
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 135%;
    margin-top: 8px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    padding: 0;
}

.social-card .social-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay-container {
    position: relative;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
}

.overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    padding: 0;
    width: 70vw;
}

@media (min-width: 768px) {
    .overlay__content {
        width: 20vw;
    }
}

/* Make the overlay-trigger fill the media area */
.social-card__media .overlay-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.social-card__media .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.social-card__media .play-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-grid;
    place-items: center;
}

.overlay-container {
    position: fixed;
    inset: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .6);
    display: grid;
    place-items: center;
}

.overlay__media iframe,
.overlay__media img,
.overlay__media video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 9/16;
}

.overlay__close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

@media screen and (min-width:768px) {
    .social-grid .slick-track {
        display: flex;
        gap: 24px;
    }

    .social-card__title {
        font-size: 24px;
    }
}

/* ===== RESULTS A ===== */
.section-results--a .results__inner {
    display: grid;
    gap: 1rem;
    align-items: center;
}


@media (min-width:1024px) {
    .section-results--a .results__inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

.results__media {
    width: 100%;
    max-width: none;
}

.section-results--a .results__img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    display: block;
}

.section-results--a .results__title {
    margin-bottom: .5rem;
    text-align: center;
}

.section-results--a .results__body {
    margin: 0;
    text-align: center;
}

.results__content {
    width: 100%;
}

.mobile-hide {
    display: none;
}

@media screen and (min-width:768px) {
    .section-results--a .results__inner {
        display: flex;
        gap: 70px;
    }

    .results__media {
        width: 100%;
        max-width: 540px;
    }

    .section-results--a .results__title {
        margin-bottom: .5rem;
        text-align: left;
    }

    .section-results--a .results__body {
        margin-bottom: 2rem;
        margin-top: 0rem;
        text-align: left;
    }

    .mobile-hide {
        display: block;
        width: max-content;
    }
}

/* ===== FAQ A ===== */
.visually-hidden {
    display: none;
}

.section-faq {
    background-color: var(--muted);
}

.faq-title {
    width: 100%;
    color: black;
}

.faq-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
}

.faq-item__q {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.faq-question-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px #fff;
    border: none;
    margin: 16px 0;
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height .28s ease;
}

/* section header toggle (optional icon) */
.faq-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

/* Button base */
.faq-section-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    transition: color .25s ease, opacity .25s ease;
    width: 100%;
    padding: 0;
    color: black;
}

/* Chevron container keeps layout stable */
.faq-section-toggle__icon {
    inline-size: 16px;
    block-size: 10px;
    display: inline-grid;
    place-items: center;
}

/* Animate the SVG itself for maximum smoothness */
.faq-section-toggle__icon svg {
    display: block;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
}

/* Open state -> chevron points up (0deg) */
.faq-section-toggle.is-open .faq-section-toggle__icon svg {
    transform: rotate(0deg);
}

/* Optional: subtle color/opacity feedback */
.faq-section-toggle:not(.is-open) {
    opacity: .9;
}

.faq-section-toggle:hover {
    opacity: 1;
}

/* Respect reduced motion */
/* @media (prefers-reduced-motion: reduce) {
    .faq-section-toggle__icon svg {
        transition: none;
    }

    .faq-section-toggle {
        transition: none;
    }
} */

.faq-item {
    cursor: pointer;
}

.faq-item a,
.faq-item button,
.faq-item [role="button"],
.faq-item input,
.faq-item textarea,
.faq-item select,
.faq-item label {
    cursor: auto;
}


.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.faq-accordion {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height .32s cubic-bezier(.2, .8, .2, 1);
    will-change: max-height;

}

.faq-accordion.is-collapsed {
    max-height: 0;
    overflow: hidden;
}

.faq-item__hr {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 0 0 #FFF;
    border: none;
    margin: 16px 0;
}

@media (min-width: 768px) {
    .faq-title {
        font-size: 44px;
    }
}

/* ===== Generic card media tweaks ===== */
.card__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0;
}

.hero__video-desktop video,
.hero__video-mobile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

#menu-header-navigation {
    list-style: none;
}