/* Test-only stylesheet. Production assets remain unchanged. */
.mockup-home {
    overflow-x: hidden;
}

/* Typography trial: the members landing page feels clear because display copy
   and practical information do different jobs. Keep Manrope for UI/body copy;
   give the homepage's important promises a calmer, more distinctive display face. */
.network h1,
.network h2,
.network h3,
.network .join-course-copy h4,
.network .rhythm-option h3,
.network .offer-card h3,
.network .reading-article h3 {
    font-family: "Space Grotesk", "Manrope", Arial, sans-serif;
    font-weight: 600;
}

.network .schedule-next h3,
.network .schedule-upcoming-head strong,
.network .upcoming-card h3,
.network .join-course-copy h4 {
    letter-spacing: -.055em;
}

.network .schedule-next h3,
.network .upcoming-card h3,
.network .join-course-copy h4,
.network .upcoming-date b {
    font-variant-numeric: lining-nums;
}

/* Final header, schedule-card and interaction treatment for the selected design. */
.network .main-nav {
    border-bottom-color: #ec3e82;
    background: #000;
}

.network .nav-row {
    min-height: 76px;
}

.network .brand-logo {
    width: 44px;
    height: 44px;
}

.network .nav-links {
    align-items: center;
}

.network .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 0;
    border: 0;
    background: transparent !important;
    color: #edf4f8 !important;
    transition: color 160ms ease;
}

.network .nav-link:hover,
.network .nav-link:focus-visible,
.network .brand:hover,
.network .brand:focus-visible {
    background: transparent !important;
    color: #ec3e82 !important;
}

.network .sheet-drag-handle,
.network .mobile-toggle {
    display: none;
}

/* Desktop nav icons — small inline pink icons, matching the shared page
   shell used on controversial-conversations.html and back-to-business.html */
.network .nav-icon {
    color: #ec3e82;
    font-size: 13px;
}

.network .nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.network .nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.network .nav-cta:hover,
.network .action:hover,
.network .schedule-button:hover,
.network .premium-button:hover,
.network .reading-link:hover,
.network .join-courses-all:hover {
    background: rgba(236, 62, 130, 0.1) !important;
    color: #fff !important;
}

.network .hero-description a:hover,
.network .course-detail a:hover,
.network .about-world a:hover,
.network .final-footer a:hover,
.network .faq-list-full a:hover {
    background: transparent !important;
    color: #ff6dac !important;
}

.network .schedule-next,
.network .upcoming-card {
    position: relative;
    overflow: hidden;
}

.network .club-ribbon {
    position: absolute;
    z-index: 5;
    top: 14px;
    right: -37px;
    width: 132px;
    padding: 6px 0;
    transform: rotate(45deg);
    border: 0;
    background: linear-gradient(45deg, #00b960, #00e77c);
    color: #071d13;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.8px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.network .club-ribbon.paid {
    background: linear-gradient(45deg, #d93370, #f05a94);
    color: #fff;
}

.network .club-ribbon.cc {
    background: linear-gradient(45deg, #b90f1d, #ef3340);
    color: #fff;
}

.network .club-ribbon.bb,
.network .club-ribbon.random {
    background: linear-gradient(45deg, #168bb8, #25aee4);
    color: #041d29;
}

.network .club-ribbon.big,
.network .club-ribbon.skills,
.network .club-ribbon.course {
    background: linear-gradient(45deg, #d79512, #efb33d);
    color: #251703;
}

.network .club-ribbon.debate {
    background: linear-gradient(45deg, #7c3aed, #a855f7);
    color: #fff;
}

.network .club-ribbon.situations {
    background: linear-gradient(45deg, #ea580c, #f97316);
    color: #fff;
}

.network .club-ribbon.stats {
    background: linear-gradient(45deg, #0891b2, #06b6d4);
    color: #fff;
}

.network .club-ribbon.realorfake {
    background: linear-gradient(45deg, #4f46e5, #6366f1);
    color: #fff;
}

.network .schedule-button.cc {
    --tone: #ef3340;
}

.network .schedule-free.cc,
.network .upcoming-kind.cc {
    background: #d82331;
    color: #fff;
}

.network .schedule-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.network .schedule-meta i,
.network .upcoming-card p > i,
.network .upcoming-date > i {
    width: 13px;
    color: #25aee4;
    font-size: 10px;
    text-align: center;
}

.network .upcoming-card p > i {
    margin-right: 6px;
}

.network .upcoming-date {
    padding-right: 25px;
}

.network .upcoming-date b {
    font-size: 21px;
}

.network .upcoming-date sup,
.network .schedule-meta sup {
    position: relative;
    top: -0.22em;
    margin-left: 1px;
    font-size: 0.48em;
    line-height: 0;
}

.network #speaking-courses {
    scroll-margin-top: 136px;
}

@media (max-width: 850px) {
    .network .nav-row {
        min-height: 64px;
    }

    .network .brand-logo {
        width: 40px;
        height: 40px;
    }

    .network .mobile-toggle {
        position: relative;
        z-index: 30001;
        display: flex;
        width: 30px;
        height: 24px;
        flex-direction: column;
        justify-content: space-around;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .network .mobile-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background: #fff;
        transform-origin: 1px;
        transition: transform 240ms ease, opacity 180ms ease;
    }

    .network .mobile-toggle.is-active span:first-child { transform: rotate(45deg); }
    .network .mobile-toggle.is-active span:nth-child(2) { opacity: 0; }
    .network .mobile-toggle.is-active span:nth-child(3) { transform: rotate(-45deg); }

    .network .nav-links {
        position: fixed;
        z-index: 30000;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid !important;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 20px 20px 30px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 24px 24px 0 0;
        background: #111116 !important;
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.75);
        transform: translateY(102%);
        transition: transform 320ms cubic-bezier(0.37, 0, 0.63, 1);
    }

    .network .nav-links.active {
        transform: translateY(0);
    }

    .network .sheet-drag-handle {
        display: block;
        width: 40px;
        height: 4px;
        grid-column: 1 / -1;
        margin: 0 auto 8px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.2);
    }

    .network .nav-links .nav-link {
        display: flex !important;
        min-height: 92px;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 14px 8px !important;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.03) !important;
        color: #fff !important;
        font-size: 12px;
        text-align: center;
    }

    .network .nav-links .nav-link:hover,
    .network .nav-links .nav-link:focus-visible {
        border-color: rgba(236, 62, 130, 0.45);
        background: rgba(236, 62, 130, 0.1) !important;
        color: #ec3e82 !important;
    }

    .network .nav-link .nav-icon {
        display: flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(236, 62, 130, 0.12);
        color: #ec3e82;
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .network .hero,
    .network .globe-fallback {
        background-color: #000;
    }

    .network .nav-actions .nav-cta {
        display: none;
    }
}

/* The production template uses a semantic h2 for the host section. */
.network .guide-copy h2 {
    max-width: 700px;
    margin: 0 0 18px;
    font-size: clamp(33px, 4vw, 54px);
    line-height: 0.95;
    text-transform: uppercase;
}

.network .guide-step > div {
    color: #dce5ec;
    font-size: 12px;
    line-height: 1.5;
}

.network .guide-step > div strong {
    display: block;
    margin-bottom: 4px;
    color: #f6f9fc;
    font-size: 13px;
}

.mockup-home::before {
    content: 'DESIGN TEST - NOT INDEXED';
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 2147483647;
    padding: 8px 10px;
    border: 1px solid rgba(255, 20, 147, 0.55);
    border-radius: 4px;
    background: rgba(12, 20, 29, 0.92);
    color: #fff;
    font: 700 11px/1 Inter, sans-serif;
    letter-spacing: 0.08em;
}

/* The production renderer mounts inside the selected schedule layout. */
.network .schedule-main,
.network #clubs-list-1 {
    min-width: 0;
    width: 100%;
}

.network .mockup-loading {
    min-height: 220px;
    display: grid;
    place-items: center;
    padding: 30px;
    border: 1px solid #34495b;
    background: #101b25;
    color: #c6d5e1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.network #clubs-list-1 .featured-club,
.network #clubs-list-1 .agenda-row,
.network #clubs-list-1 .c2-card {
    border-radius: 6px;
}

.network #clubs-list-1 .featured-club {
    margin-bottom: 22px;
    border: 1px solid #ec3e82;
    background: #101b25;
    box-shadow: none;
}

.network #clubs-list-1 .featured-content {
    padding: 28px;
}

.network #clubs-list-1 .featured-content h3 {
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: 0;
    text-transform: none;
}

.network #clubs-list-1 .agenda-list {
    gap: 10px;
}

.network #clubs-list-1 .agenda-row {
    border-color: #34495b;
    background: #101b25;
}

.network #clubs-list-1 .agenda-row:hover {
    border-color: #25aee4;
    transform: translateX(3px);
}

.network #clubs-list-1 .btn-agenda,
.network #clubs-list-1 .btn-neon {
    border-radius: 4px;
    font-family: Manrope, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.network #clubs-list-1 .featured-badge,
.network #clubs-list-1 .badge-new {
    border-radius: 3px;
}

.network #clubs-list-1 .spots-text,
.network #clubs-list-1 .featured-meta-item {
    color: #c6d5e1;
}

.network .hero-next-club.is-live {
    border-left-color: #ec3e82;
}

.network .hero-next-club.is-live b {
    color: #ec3e82;
}

.network .schedule-button {
    cursor: pointer;
}

.network .schedule-button::after {
    content: "\2192";
}

.network .schedule-button:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.network .schedule-button.paid,
.network .schedule-button.cc {
    --tone: #ec3e82;
}

.network .schedule-button.bb,
.network .schedule-button.random {
    --tone: #25aee4;
}

.network .schedule-button.big,
.network .schedule-button.skills,
.network .schedule-button.course {
    --tone: #efb33d;
}

.network .schedule-free.paid,
.network .schedule-free.cc,
.network .upcoming-kind.paid,
.network .upcoming-kind.cc {
    background: #ec3e82;
    color: #fff;
}

.network .schedule-free.bb,
.network .schedule-free.random,
.network .upcoming-kind.bb,
.network .upcoming-kind.random {
    background: #25aee4;
    color: #062434;
}

.network .schedule-free.big,
.network .schedule-free.skills,
.network .upcoming-kind.big,
.network .upcoming-kind.skills,
.network .upcoming-kind.course {
    background: #efb33d;
    color: #2a1c02;
}

.network .upcoming-kind {
    width: fit-content;
    padding: 4px 6px;
}

.network .upcoming-spots {
    display: block;
    margin-top: 8px;
    color: #aab9c7;
    font-size: 10px;
}

.network .upcoming-spots strong {
    color: #f6f9fc;
}

.network .course-date b {
    font-size: 19px;
}

.network .mockup-empty {
    min-height: 220px;
    display: grid;
    place-content: center;
    gap: 8px;
    padding: 30px;
    border: 1px solid #34495b;
    background: #101b25;
    color: #c6d5e1;
    text-align: center;
}

.network .mockup-empty strong {
    color: #fff;
    font-size: 22px;
}

.network .schedule-upcoming .schedule-extra {
    display: none;
}

.network .schedule-expand {
    width: 100%;
    min-height: 42px;
    margin-top: 10px;
    border: 1px solid #34495b;
    border-left: 4px solid #ec3e82;
    border-radius: 0;
    background: #101b25;
    color: #f6f9fc;
    cursor: pointer;
    font: 800 11px/1 Manrope, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.network .schedule-expand:hover {
    border-color: #ec3e82;
}

.network .schedule-side-rail {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.network .join-courses {
    padding: 20px;
    border: 1px solid #35495a;
    background: #101b25;
}

.network .join-courses-head h3 {
    margin: 7px 0 8px;
    font-size: 24px;
    line-height: 1.05;
}

.network .join-courses-head > p:last-child {
    margin: 0;
    color: #aab9c7;
    font-size: 11px;
    line-height: 1.45;
}

.network .course-start-month {
    display: block;
    margin-top: 20px;
    color: #ec3e82;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .9;
    text-transform: uppercase;
}

.network .course-start-month::after {
    content: "next course start";
    display: block;
    margin-top: 5px;
    color: #aab9c7;
    font-family: Manrope, Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .8px;
}

.network .join-course-list {
    display: grid;
    gap: 6px;
    margin-top: 14px;
}

.network .course-loading {
    display: block;
    padding: 14px;
    border: 1px solid #2d3b48;
    color: #aab9c7;
    font-size: 11px;
}

.network .join-course-card {
    --course-tone: #25aee4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 88px;
    padding: 10px 11px;
    border: 1px solid #2d3b48;
    border-left: 3px solid var(--course-tone);
    background: #131f2a;
}

.network .join-course-card.course-green {
    --course-tone: #56d9aa;
}

.network .join-course-card.course-red {
    --course-tone: #ec3e82;
}

.network .join-course-card.course-yellow {
    --course-tone: #efb33d;
}

.network .join-course-main {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.network .course-swatch {
    width: 6px;
    height: 38px;
    background: var(--course-tone);
}

.network .join-course-copy {
    min-width: 0;
}

.network .join-course-copy > span {
    display: block;
    overflow: hidden;
    color: #8fa5b6;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.network .join-course-copy > .course-month {
    color: var(--course-tone);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.network .join-course-copy h4 {
    margin: 3px 0 2px;
    color: #fff;
    font-size: 16px;
    line-height: 1.05;
}

.network .join-course-copy h4 small {
    color: var(--course-tone);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.network .join-course-copy p {
    margin: 0;
    color: #aab9c7;
    font-size: 8px;
    line-height: 1.25;
}

.network .join-course-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 66px;
}

.network .join-course-action strong {
    color: var(--course-tone);
    font-size: 14px;
}

.network .join-course-action a,
.network .join-courses-all {
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.network .join-course-action a {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    gap: 5px;
    padding: 0 5px;
    border: 1px solid #415669;
    border-left: 3px solid var(--course-tone);
    line-height: 1.1;
}

.network .join-course-action a b {
    color: var(--course-tone);
    font-size: 13px;
}

.network .join-courses-all {
    display: block;
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #2d3b48;
    color: #25aee4;
}

@media (min-width: 901px) {
    .network .join-panel {
        padding: 18px;
    }

    .network .join-panel h3 {
        font-size: 21px;
    }

    .network .join-panel > p {
        font-size: 11px;
    }

    .network .join-steps {
        margin: 14px 0;
    }

    .network .join-step {
        padding: 9px 0;
    }

    .network .join-step span {
        display: none;
    }

    .network .join-details {
        gap: 5px;
    }

    .network .join-courses {
        padding: 16px;
    }

    .network .join-courses-head h3 {
        font-size: 21px;
    }

    .network .join-courses-head > p:last-child {
        display: none;
    }

    .network .join-course-card {
        min-height: 82px;
        padding-block: 8px;
    }
}

.network .faq-index-side a.is-active {
    border-left-color: #ec3e82;
    color: #fff;
}

.network .faq-filter-status {
    margin: -4px 0 14px;
    color: #8fa5b6;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.network .faq-list-full details[hidden] {
    display: none;
}

@media (max-width: 900px) {
    .network .schedule-grid {
        grid-template-columns: 1fr;
    }

    .network .join-panel {
        position: static;
    }
}

@media (max-width: 600px) {
    html,
    body,
    .network,
    .network .hero {
        max-width: 100%;
        overflow-x: clip;
    }

    .mockup-home::before {
        display: none;
    }

    .network .main-nav {
        top: 42px;
    }

    .network .nav-cta {
        display: none;
    }

    .network .brand {
        font-size: 13px;
    }

    .network .hero-wrap {
        display: flex;
        min-height: auto;
        flex-direction: column;
        padding: 28px 0 48px;
    }

    .network .globe-stack {
        order: -1;
        width: min(100%, 320px);
        margin: 0 auto 22px;
        padding: 0;
    }

    .network .globe-holder {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        opacity: 1;
    }

    .network .globe-holder::before,
    .network .globe-holder::after,
    .network .globe-mount {
        display: none;
    }

    .network .globe-fallback {
        inset: 0;
        border-radius: 0;
        background-color: transparent;
        background-size: contain;
    }

    .network .globe-fallback::after {
        display: none;
    }

    .network .globe-country-flags {
        margin-top: 10px;
    }

    .network .hero-copy {
        width: 100%;
        padding-top: 0;
    }

    .network .hero-copy h1 {
        font-size: 38px;
    }

    .network .hero-copy h1 small {
        font-size: 14px;
        line-height: 1.25;
    }

    .network .actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .network .hero-next-club {
        width: 100%;
    }

    .network .schedule-next {
        grid-template-columns: 1fr;
    }

    .network .schedule-photo {
        min-height: 180px;
    }

    .network .join-panel {
        display: block;
    }

    .network .join-steps {
        margin: 22px 0;
    }

    .network .join-course-card {
        min-height: 92px;
    }

    .network #clubs-list-1 .featured-content {
        padding: 22px 18px;
    }
}

/* Keep final colour decisions after the earlier test-only compatibility rules. */
.network .schedule-button.cc {
    --tone: #ef3340;
}

.network .schedule-free.cc,
.network .upcoming-kind.cc {
    background: #d82331;
    color: #fff;
}

@media (max-width: 600px) {
    .network .hero,
    .network .globe-fallback {
        background-color: #000;
    }
}

/* Second refinement pass: stronger contrast and clearer information hierarchy. */
.network .nav-cta {
    border-color: #ec3e82;
    background: #ec3e82;
    color: #fff !important;
}

.network .nav-cta:hover,
.network .nav-cta:focus-visible {
    border-color: #ff66a6;
    background: #ff4d98 !important;
    color: #fff !important;
}

.network .proof-mark {
    color: #ec3e82;
    font-size: 19px;
}

.network .proof-mark img {
    display: block;
    width: 32px;
    height: 22px;
    border: 1px solid #526a7d;
    object-fit: cover;
}

.network .proof-statement-list .proof > div {
    min-width: 0;
    flex: 1;
}

.network .rhythm-option.featured {
    background: rgba(236, 62, 130, 0.17);
    box-shadow: inset 5px 0 0 #ec3e82;
}

.network .rhythm-option.best-value {
    background: rgba(37, 132, 96, 0.2);
    box-shadow: inset 5px 0 0 #56d9aa;
}

.network .rhythm-option.best-value .credit-number {
    color: #56d9aa;
}

.network .rhythm-option.best-value .premium-button {
    --tone: #56d9aa;
}

.network .credit-action {
    display: grid;
    gap: 6px;
    width: 129px;
}

.network .credit-action .premium-button {
    width: 100%;
}

.network .credit-notice {
    color: #ff66a6;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.7px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.network .rhythm-option.best-value .credit-notice {
    color: #56d9aa;
}

@media (max-width: 600px) {
    .network .credit-action {
        grid-column: 2;
        justify-self: start;
    }
}

/* Pure-black desktop section canvas preview; cards and panels retain their surfaces. */
@media (min-width: 851px) {
    .network,
    .network .hero,
    .network .happy-speakers,
    .network .club-schedule,
    .network .host-guide-section,
    .network .premium-practice,
    .network .process-section,
    .network .why-join,
    .network .end-faq,
    .network .about-world,
    .network .learn-final,
    .network .final-cta,
    .network .final-footer {
        background: #000;
    }

    .network .globe-country-flags img,
    .network .happy-country-row img {
        border-color: #000;
    }
}

/* Final polish for the homepage information panels. */
@media (min-width: 851px) {
    /* Balance the supporting promise beneath the hero instead of leaving one word on a line. */
    .network .hero-subtitle {
        max-width: 560px;
        line-height: 1.45;
        text-wrap: balance;
    }

    /* Make the schedule heading and introduction read as a deliberately paired layout. */
    .network .schedule-head {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        align-items: center;
        gap: 76px;
    }

    .network .schedule-head h2 {
        max-width: 670px;
        font-size: clamp(44px, 4.8vw, 64px);
        line-height: .91;
        letter-spacing: -.065em;
    }

    .network .schedule-head > p {
        max-width: 560px;
        margin: 0;
        padding: 18px 0 18px 24px;
        border-left: 3px solid #ec3e82;
        font-size: 16px;
        line-height: 1.62;
    }

    /* The three steps are now short enough to be fully readable, not clipped. */
    .network .schedule-side-rail .join-step span {
        display: block;
        overflow: visible;
        font-size: 10px;
        line-height: 1.42;
        -webkit-line-clamp: unset;
    }

    /* Give the course shelf enough type hierarchy to read at a glance. */
    .network .schedule-side-rail .join-course-card {
        min-height: 172px;
        padding: 15px 15px 13px;
    }

    .network .schedule-side-rail .join-course-copy > span { font-size: 9px; }
    .network .schedule-side-rail .join-course-copy h4 { margin-top: 7px; font-size: 19px; }
    .network .schedule-side-rail .join-course-copy .course-level { margin-top: 2px; font-size: 9px; }
    .network .schedule-side-rail .join-course-copy p { margin-top: 7px; font-size: 10px; line-height: 1.45; }
    .network .schedule-side-rail .join-course-action strong { font-size: 17px; }
    .network .schedule-side-rail .join-course-action a { min-height: 33px; font-size: 9px; }
}

/* Mobile credit options should carry the same colour-coding as their desktop counterparts. */
@media (max-width: 850px) {
    .network .rhythm-option {
        --credit-tone: #25aee4;
        border-color: color-mix(in srgb, var(--credit-tone) 52%, #000);
        background: #0a2233 !important;
        box-shadow: inset 5px 0 0 var(--credit-tone);
    }

    .network .rhythm-option:nth-child(2) {
        --credit-tone: #efb33d;
        background: #292009 !important;
    }

    .network .rhythm-option:nth-child(3) {
        --credit-tone: #ec3e82;
        background: #2a0f1d !important;
    }

    .network .rhythm-option:nth-child(4) {
        --credit-tone: #56d9aa;
        background: #0d281e !important;
    }

    .network .rhythm-option .credit-number,
    .network .rhythm-option .credit-notice { color: var(--credit-tone); }
    .network .rhythm-option .premium-button { --tone: var(--credit-tone); }
}

/* Phone credit cards: keep the value label and purchase action readable rather
   than squeezing the desktop action column into a narrow screen. */
@media (max-width: 600px) {
    .network .rhythm-option {
        grid-template-columns: 46px minmax(0, 1fr);
        grid-template-areas:
            "number copy"
            "number price"
            "number action";
        gap: 7px 10px;
        align-items: start;
        padding: 16px 14px;
    }

    .network .rhythm-option .credit-number {
        grid-area: number;
        align-self: start;
        margin-top: 1px;
        font-size: 26px;
        line-height: 1;
    }

    .network .rhythm-option .option-copy {
        grid-area: copy;
        min-width: 0;
    }

    .network .rhythm-option .option-copy b {
        font-size: 15px;
        line-height: 1.15;
    }

    .network .rhythm-option .option-copy span {
        display: block;
        margin-top: 3px;
        font-size: 10px;
        line-height: 1.25;
    }

    .network .rhythm-option .option-price {
        grid-area: price;
        display: flex;
        align-items: baseline;
        gap: 8px;
        min-width: 0;
    }

    .network .rhythm-option .option-price b { font-size: 22px; }
    .network .rhythm-option .option-price span { font-size: 10px; line-height: 1.25; }

    .network .credit-action {
        grid-area: action;
        grid-column: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-self: start;
        gap: 6px;
        width: auto;
    }

    .network .credit-notice {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 7px;
        border: 1px solid currentColor;
        background: color-mix(in srgb, currentColor 10%, transparent);
        font-size: 8px;
        letter-spacing: .45px;
        line-height: 1;
        white-space: nowrap;
    }

    .network .credit-action .premium-button {
        width: auto;
        min-height: 34px;
        padding-inline: 10px;
    }
}

/* Selected live typography package: Montserrat display, Manrope reading copy. */
.network .hero h1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -.075em;
}

.network .hero-copy .eyebrow,
.network .hero h1 small,
.network .hero-subtitle {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.network .hero-copy .eyebrow {
    letter-spacing: .04em;
    text-transform: none;
}

.network .hero-copy .hero-speak-word { color: #ec3e82; }

.network .hero h1 small .pink-solid {
    background: linear-gradient(90deg, #32a7e2 0 49%, #ea3e48 51% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Live Montserrat hero package: expressive display type, with a quiet GB reference. */
.network .hero h1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -.075em;
}

.network .hero-copy .eyebrow,
.network .hero h1 small,
.network .hero-subtitle {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.network .hero-copy .eyebrow {
    letter-spacing: .04em;
    text-transform: none;
}

.network .hero-copy .hero-speak-word { color: #ec3e82; }

.network .hero h1 small .pink-solid {
    background: linear-gradient(90deg, #32a7e2 0 49%, #ea3e48 51% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Course shelf: shared programme facts sit in one clear strip; each card owns its time. */
.network .join-course-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 18px;
    padding: 12px 15px;
    border: 1px solid #35495a;
    background: #0d1821;
    color: #c6d5e1;
    font-size: 10px;
    font-weight: 800;
}

.network .join-course-facts span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.network .join-course-facts i { color: #56d9aa; }

@media (min-width: 901px) {
    .network .schedule-side-rail .join-courses {
        grid-template-areas: "heading list" "all facts";
    }

    .network .schedule-side-rail .join-course-facts {
        grid-area: facts;
        min-height: 48px;
        border: 0;
        border-top: 1px solid #35495a;
        padding: 11px 16px;
        background: #0d1821;
        font-size: 10px;
    }

    .network .schedule-side-rail .join-course-list {
        border-bottom: 0;
    }

    .network .schedule-side-rail .join-course-card {
        min-height: 151px;
        padding: 15px 15px 13px;
    }

    .network .schedule-side-rail .join-course-copy h4 {
        margin: 3px 0 4px;
        font-size: 20px;
    }

    .network .schedule-side-rail .join-course-copy .course-level { margin-top: 0; }
    .network .schedule-side-rail .join-course-copy p {
        margin-top: 10px;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.35;
    }

    .network .schedule-side-rail .join-courses-all {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 11px 20px;
        border-top: 1px solid #35495a;
    }
}

@media (max-width: 900px) {
    .network .join-course-facts {
        margin-top: 10px;
        border-color: #2d3b48;
    }
}

/* Desktop card experiment: black surfaces with restrained pink structure. */
@media (min-width: 851px) {
    .network {
        --mockup-card-border: rgba(236, 62, 130, 0.72);
    }

    .network .hero {
        border-bottom-color: #ec3e82;
    }

    .network .happy-speakers,
    .network .club-schedule,
    .network .host-guide-section,
    .network .premium-practice,
    .network .process-section,
    .network .why-join,
    .network .end-faq,
    .network .about-world,
    .network .learn-final,
    .network .final-cta,
    .network .final-footer {
        border-top-color: #ec3e82;
    }

    .network .proofs.proof-statement,
    .network .happy-layout,
    .network .schedule-next,
    .network .upcoming-card,
    .network .join-panel,
    .network .join-courses,
    .network .join-course-card,
    .network .schedule-expand,
    .network .mockup-empty,
    .network .rhythm,
    .network .rhythm-intro,
    .network .rhythm-option,
    .network .premium-course,
    .network .offer-card,
    .network .guide-layout,
    .network .guide-step,
    .network .guide-note,
    .network .process-route,
    .network .route-step,
    .network .why-catalogue,
    .network .why-item,
    .network .faq-index,
    .network .faq-index-side,
    .network .faq-list-full details,
    .network .reading-room,
    .network .reading-article,
    .network .hero-next-club {
        border-color: var(--mockup-card-border);
        background: #000;
    }

    .network .proof-statement-lead,
    .network .proof-statement-list .proof,
    .network .happy-intro,
    .network .happy-review,
    .network .join-step,
    .network .included,
    .network .included div,
    .network .guide-steps,
    .network .footer-question,
    .network .footer-bottom-final {
        border-color: var(--mockup-card-border);
    }

    .network .rhythm-option.featured,
    .network .rhythm-option.best-value {
        background: #000;
    }

    .network .schedule-photo::after {
        background: linear-gradient(90deg, transparent 45%, #000);
    }

    .network .route-step::after {
        background: #000;
    }
}

.network .hero-copy .eyebrow {
    color: #fff !important;
}

.network .hero-copy .hero-speak-word {
    color: #ec3e82;
}

/* Let Globe.gl's real directional light create the day/night transition. */
.network .globe-holder::after {
    display: none;
}

.network .upcoming-meta {
    display: grid;
    gap: 5px;
}

.network .upcoming-meta > span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.network .upcoming-meta i {
    width: 13px;
    flex: 0 0 13px;
    color: #ec3e82;
    font-size: 10px;
    text-align: center;
}

.network .upcoming-platform {
    color: #f6f9fc;
    font-weight: 800;
}

.network .inline-heading-character {
    position: absolute;
    top: 50%;
    left: -0.96em;
    display: block !important;
    width: 0.9em !important;
    height: 0.9em !important;
    margin: 0;
    border: 0;
    transform: translateY(-48%);
    object-fit: contain;
}

/* Country artwork shares Korea's visual scale on desktop. */
@media (min-width: 851px) {
    .network .country-character,
    .network .section-character,
    .network .heading-country-art {
        width: 88px !important;
        height: 88px !important;
        flex: 0 0 88px;
        border: 0;
        object-fit: contain;
    }

    .network .inline-heading-character.country-character {
        left: -92px;
        width: 88px !important;
        height: 88px !important;
    }
}

.network .proof-lead-character {
    display: block;
    width: 68px;
    height: 68px;
    margin: 18px 0 0;
    object-fit: contain;
}

.network .section-copy-character {
    display: block !important;
    width: 88px !important;
    height: 88px !important;
    border: 0;
    object-fit: contain;
}

.network .section-copy-character--above {
    margin: 0 0 18px;
}

.network .section-copy-character--below {
    margin: 20px 0 0;
}

@media (max-width: 600px) {
    .network .section-copy-character {
        width: 68px !important;
        height: 68px !important;
    }

    .network .proof-lead-character {
        margin-top: 14px;
    }
}

.network .heading-character-word {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

/* A wider benefit index replaces the cramped six-column strip. */
@media (min-width: 851px) {
    .network .why-catalogue {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        border: 0;
        background: transparent;
        counter-reset: benefit;
    }

    .network .why-item,
    .network .why-item:last-child {
        position: relative;
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        gap: 7px 18px;
        min-height: 174px;
        padding: 25px 54px 24px 24px;
        border: 1px solid var(--mockup-card-border);
        background: #000;
        counter-increment: benefit;
    }

    .network .why-item::after {
        content: "0" counter(benefit);
        position: absolute;
        top: 22px;
        right: 20px;
        color: #ec3e82;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.8px;
    }

    .network .why-item img {
        grid-row: 1 / span 2;
        width: 62px;
        height: 62px;
        align-self: start;
    }

    .network .why-item h3 {
        margin: 0;
        padding-right: 22px;
        font-size: 20px;
        line-height: 1.15;
    }

    .network .why-item p {
        margin: 0;
        font-size: 13px;
        line-height: 1.55;
    }
}

/* Desktop typography audit: three clear tiers for body, card copy and metadata. */
@media (min-width: 851px) {
    .network .hero-description {
        font-size: 16px;
        line-height: 1.65;
    }

    .network .happy-head > p,
    .network .happy-intro > p:not(.happy-kicker),
    .network .schedule-head > p,
    .network .premium-head > p,
    .network .process-head > p,
    .network .why-head > p,
    .network .end-faq-head > p,
    .network .about-world > .wrap > p:not(.about-kicker),
    .network .learn-head-final > p,
    .network .final-cta > .wrap > p:not(.learn-kicker) {
        font-size: 15px;
        line-height: 1.65;
    }

    .network .proof strong {
        font-size: 16px;
    }

    .network .proof span {
        font-size: 12px;
        line-height: 1.45;
    }

    .network .happy-intro h3 {
        font-size: 28px;
    }

    .network .happy-review blockquote {
        font-size: 14px;
        line-height: 1.55;
    }

    .network .happy-person,
    .network .happy-person b,
    .network .happy-country-row span {
        font-size: 11px;
        line-height: 1.4;
    }

    .network .schedule-next-copy > p,
    .network .join-panel > p:not(.schedule-kicker),
    .network .rhythm-intro > p,
    .network .premium-course p,
    .network .guide-copy .host-story {
        font-size: 14px;
        line-height: 1.6;
    }

    .network .schedule-meta,
    .network .upcoming-card p,
    .network .upcoming-spots,
    .network .schedule-capacity,
    .network .join-step span,
    .network .join-details,
    .network .included div,
    .network .option-copy span,
    .network .guide-step span,
    .network .route-step-copy p,
    .network .why-item p,
    .network .faq-list-full details p,
    .network .reading-article p,
    .network .footer-grid-final p,
    .network .footer-grid-final a {
        font-size: 12px;
        line-height: 1.5;
    }

    .network .join-step strong,
    .network .included b,
    .network .guide-step strong {
        font-size: 13px;
    }

    .network .option-price span,
    .network .guide-note span,
    .network .footer-bottom-final {
        font-size: 11px;
        line-height: 1.45;
    }

    .network .offer-card p,
    .network .faq-index-side a {
        font-size: 13px;
        line-height: 1.5;
    }

    .network .faq-list-full summary {
        font-size: 14px;
    }

    .network .premium-button,
    .network .schedule-button,
    .network .reading-link,
    .network .join-course-action a,
    .network .join-courses-all {
        font-size: 10px;
    }

    .network .join-course-copy > span,
    .network .join-course-copy h4 small,
    .network .join-course-copy p {
        font-size: 11px;
        line-height: 1.4;
    }
}

@media (min-width: 851px) {
    .network .hero-description,
    .network .happy-head > p,
    .network .happy-intro > p:not(.happy-kicker),
    .network .schedule-head > p,
    .network .schedule-next-copy > p,
    .network .join-panel > p:not(.schedule-kicker),
    .network .premium-head > p,
    .network .rhythm-intro > p,
    .network .premium-course p,
    .network .offer-card p,
    .network .guide-copy .host-story,
    .network .process-head > p,
    .network .why-head > p,
    .network .end-faq-head > p,
    .network .about-world > .wrap > p:not(.about-kicker),
    .network .learn-head-final > p,
    .network .reading-article p,
    .network .final-cta > .wrap > p:not(.learn-kicker) {
        color: #edf2f6;
    }

    .network .proof span,
    .network .happy-person,
    .network .schedule-meta,
    .network .schedule-capacity,
    .network .upcoming-card p,
    .network .upcoming-spots,
    .network .join-step span,
    .network .join-details,
    .network .included div,
    .network .option-copy span,
    .network .option-price span,
    .network .guide-step span,
    .network .guide-note span,
    .network .route-step-copy p,
    .network .why-item p,
    .network .faq-index-side a,
    .network .faq-list-full details p,
    .network .footer-grid-final p,
    .network .footer-grid-final a,
    .network .footer-bottom-final {
        color: #dce5ec;
    }

    .network .schedule-meta i,
    .network .upcoming-card p > i,
    .network .upcoming-date > i {
        color: #ec3e82;
    }

    .network .schedule-head > p {
        font-size: 16px;
    }

    .network .schedule-next-copy > p {
        font-size: 14px;
        line-height: 1.55;
    }

    .network .schedule-meta {
        font-size: 12px;
    }

    .network .upcoming-kind {
        font-size: 10px;
    }

    .network .upcoming-card h3 {
        font-size: 17px;
        line-height: 1.25;
        /* min-height:38px (assets/css/home-v2-base.css) was calibrated for the mobile
           font-size (15px/1.17), where it holds close to 2 lines. At this desktop size
           (17px/1.25) a single-line title only fills ~21px of that 38px box, leaving
           ~17px of dead space above the meta icons that reads as an oversized,
           inconsistent gap between the topic and the icon rows. Rebalance for this size. */
        min-height: 30px;
        margin: 5px 0 7px;
    }

    .network .upcoming-card p {
        font-size: 12px;
        line-height: 1.55;
    }

    .network .upcoming-spots,
    .network .schedule-capacity,
    .network .join-step span,
    .network .join-details {
        font-size: 11px;
    }

    .network .upcoming-card .schedule-button {
        font-size: 10px;
    }

    .network .join-courses-head > p:last-child,
    .network .course-loading,
    .network .join-course-copy > span,
    .network .join-course-copy p {
        color: #dce5ec;
    }

    .network .join-courses-head > p:last-child,
    .network .course-loading {
        font-size: 12px;
    }

    .network .join-course-copy > span {
        font-size: 10px;
    }

    .network .join-course-copy h4 {
        font-size: 17px;
        line-height: 1.15;
    }

    .network .join-course-copy h4 small,
    .network .join-course-copy p {
        font-size: 10px;
    }

    .network .join-course-action a,
    .network .join-courses-all {
        font-size: 10px;
    }
}

/* Schedule categories use one stable colour everywhere. */
.network .schedule-next,
.network .upcoming-card {
    --club-tone: #56d9aa;
}

.network .schedule-next[data-club-type="regular"],
.network .upcoming-card[data-club-type="regular"] {
    --club-tone: #56d9aa;
}

.network .schedule-next[data-club-type="cc"],
.network .upcoming-card[data-club-type="cc"] {
    --club-tone: #ef3340;
}

.network .schedule-next[data-club-type="bb"],
.network .upcoming-card[data-club-type="bb"] {
    --club-tone: #25aee4;
}

.network .schedule-next[data-club-type="paid"],
.network .upcoming-card[data-club-type="paid"] {
    --club-tone: #ec3e82;
}

.network .schedule-next[data-club-type="random"],
.network .upcoming-card[data-club-type="random"] {
    --club-tone: #ffd84d;
}

/* These were missing, so any card with one of these types fell through to the
   default --club-tone (#56d9aa, teal/green) set above — the border-top, date text,
   and meta icons stayed green while the badge/pill (styled separately further down
   this file) correctly showed the real type colour, producing a mismatch. */
.network .schedule-next[data-club-type="big"],
.network .upcoming-card[data-club-type="big"],
.network .schedule-next[data-club-type="skills"],
.network .upcoming-card[data-club-type="skills"],
.network .schedule-next[data-club-type="course"],
.network .upcoming-card[data-club-type="course"] {
    --club-tone: #efb33d;
}

.network .schedule-next[data-club-type="debate"],
.network .upcoming-card[data-club-type="debate"] {
    --club-tone: #a855f7;
}

.network .schedule-next[data-club-type="situations"],
.network .upcoming-card[data-club-type="situations"] {
    --club-tone: #f97316;
}

.network .schedule-next[data-club-type="stats"],
.network .upcoming-card[data-club-type="stats"] {
    --club-tone: #06b6d4;
}

.network .schedule-next[data-club-type="realorfake"],
.network .upcoming-card[data-club-type="realorfake"] {
    --club-tone: #6366f1;
}

.network .schedule-next[data-club-type],
.network .upcoming-card[data-club-type] {
    border-top: 3px solid var(--club-tone);
}

.network .schedule-next[data-club-type] .schedule-status,
.network .upcoming-card[data-club-type] .upcoming-date,
.network .schedule-next[data-club-type] .schedule-meta i,
.network .upcoming-card[data-club-type] .upcoming-meta i {
    color: var(--club-tone);
}

.network .schedule-next[data-club-type] .schedule-status::before {
    background: var(--club-tone);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--club-tone) 18%, transparent);
}

.network .schedule-button.free,
.network .schedule-button.big,
.network .schedule-button.skills {
    --tone: #56d9aa;
}

.network .schedule-button.cc {
    --tone: #ef3340;
}

.network .schedule-button.bb {
    --tone: #25aee4;
}

.network .schedule-button.paid {
    --tone: #ec3e82;
}

.network .schedule-button.random {
    --tone: #ffd84d;
}

.network .schedule-button.course {
    --tone: #efb33d;
}

.network .schedule-free.free,
.network .upcoming-kind.free {
    background: #56d9aa;
    color: #07261a;
}

.network .schedule-free.cc,
.network .upcoming-kind.cc {
    background: #ef3340;
    color: #000;
}

.network .schedule-free.bb,
.network .upcoming-kind.bb {
    background: #25aee4;
    color: #061f2a;
}

.network .schedule-free.paid,
.network .upcoming-kind.paid {
    background: #ec3e82;
    color: #000;
}

.network .schedule-free.random,
.network .upcoming-kind.random {
    background: #ffd84d;
    color: #181404;
}

.network .schedule-button.debate {
    --tone: #a855f7;
}

.network .schedule-free.debate,
.network .upcoming-kind.debate {
    background: #a855f7;
    color: #000;
}

.network .schedule-button.situations {
    --tone: #f97316;
}

.network .schedule-free.situations,
.network .upcoming-kind.situations {
    background: #f97316;
    color: #000;
}

.network .schedule-button.stats {
    --tone: #06b6d4;
}

.network .schedule-free.stats,
.network .upcoming-kind.stats {
    background: #06b6d4;
    color: #000;
}

.network .schedule-button.realorfake {
    --tone: #6366f1;
}

.network .schedule-free.realorfake,
.network .upcoming-kind.realorfake {
    background: #6366f1;
    color: #000;
}

.network .club-ribbon.free,
.network .club-ribbon.big,
.network .club-ribbon.skills {
    background: linear-gradient(45deg, #35b982, #63e2b3);
    color: #07261a;
}

.network .club-ribbon.cc {
    background: linear-gradient(45deg, #b90f1d, #ef3340);
    color: #fff;
}

.network .club-ribbon.bb {
    background: linear-gradient(45deg, #168bb8, #25aee4);
    color: #061f2a;
}

.network .club-ribbon.paid {
    background: linear-gradient(45deg, #c92d69, #ec3e82);
    color: #fff;
}

.network .club-ribbon.random {
    background: #ffd84d;
    color: #181404;
}

.network .club-ribbon.debate {
    background: linear-gradient(45deg, #7c3aed, #a855f7);
    color: #fff;
}

.network .club-ribbon.situations {
    background: linear-gradient(45deg, #ea580c, #f97316);
    color: #fff;
}

.network .club-ribbon.stats {
    background: linear-gradient(45deg, #0891b2, #06b6d4);
    color: #fff;
}

.network .club-ribbon.realorfake {
    background: linear-gradient(45deg, #4f46e5, #6366f1);
    color: #fff;
}

.network .club-ribbon.course {
    background: linear-gradient(45deg, #d79512, #efb33d);
    color: #2a1c02;
}

/* Keep course links legible when hovered. */
.network .join-course-action a {
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.network .join-course-action a:hover,
.network .join-course-action a:focus-visible {
    border-color: #ec3e82;
    background: #ec3e82 !important;
    color: #fff !important;
}

.network .join-course-action a:hover b,
.network .join-course-action a:focus-visible b {
    color: #fff;
}

/* Yellow section labels are clearer against the black canvas. */
.network .schedule-head .schedule-kicker,
.network .why-head .why-kicker {
    color: #efb33d;
}

/* Give each premium credit tier its own restrained surface colour. */
@media (min-width: 851px) {
    .network .rhythm-option {
        --credit-tone: #25aee4;
        border-color: color-mix(in srgb, var(--credit-tone) 52%, #000);
        background: #0a2233 !important;
        box-shadow: inset 5px 0 0 var(--credit-tone);
    }

    .network .rhythm-option:nth-child(2) {
        --credit-tone: #efb33d;
        background: #292009 !important;
    }

    .network .rhythm-option:nth-child(3) {
        --credit-tone: #ec3e82;
        background: #2a0f1d !important;
    }

    .network .rhythm-option:nth-child(4) {
        --credit-tone: #56d9aa;
        background: #0d281e !important;
    }

    .network .rhythm-option .credit-number,
    .network .rhythm-option .credit-notice {
        color: var(--credit-tone);
    }

    .network .rhythm-option .premium-button {
        --tone: var(--credit-tone);
    }
}

/* Keep the reviews heading and Polish character together on wide screens. */
@media (min-width: 1100px) {
    .network .happy-speakers .happy-head {
        grid-template-columns: minmax(600px, 1.2fr) minmax(0, 0.8fr);
        gap: 40px;
    }

    .network .happy-head .section-title-row {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .network .happy-head h2 {
        font-size: 38px;
    }
}
/* Reserved manual AdSense placements keep ads separate from site controls. */
.network .homepage-ad {
  padding: 28px 0;
  border-top: 1px solid var(--pink);
  background: #000;
}

.network .homepage-ad-inner {
  /* Reserve the space a typical responsive AdSense unit actually renders at
     (~250-280px) BEFORE the ad loads. Under-reserving (the old 118px) meant
     every ad load pushed the page down — the main cause of the failing
     Cumulative Layout Shift score (0.17 desktop / 0.2 mobile). */
  min-height: 280px;
}

.network .homepage-ad-label {
  display: block;
  margin-bottom: 8px;
  color: #9ba8b4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.network .homepage-ad .adsbygoogle {
  min-height: 250px;
}

.network .homepage-ad[hidden],
.network .sponsor-zone[hidden] {
  display: none !important;
}

/* Direct sponsorship areas are managed separately from AdSense. */
.network .sponsor-zone {
  padding: 30px 0;
  border-top: 1px solid var(--pink);
  background: #000;
}

.network .sponsor-zone-label {
  display: block;
  margin-bottom: 8px;
  color: #c8d2dc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.network .sponsor-card {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: 140px;
  overflow: hidden;
  border: 1px solid var(--pink);
  background: #050505;
  color: #f7f9fb;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.network .sponsor-card:hover,
.network .sponsor-card:focus-visible {
  border-color: #ff74b7;
  background: #0a0a0a;
}

.network .sponsor-card:focus-visible {
  outline: 2px solid #f1c84b;
  outline-offset: 3px;
}

.network .sponsor-card-picture {
  display: grid;
  min-height: 138px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(236, 62, 130, 0.5);
  background: #000;
}

.network .sponsor-card-picture img {
  display: block;
  width: 100%;
  height: 138px;
  object-fit: contain;
}

.network .sponsor-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px 28px;
}

.network .sponsor-card-eyebrow {
  margin: 0 0 8px;
  color: #f1c84b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.network .sponsor-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.network .sponsor-card-copy > p:not(.sponsor-card-eyebrow) {
  margin: 9px 0 0;
  color: #dce5ec;
  font-size: 15px;
  line-height: 1.5;
}

.network .sponsor-card-cta {
  align-self: flex-start;
  margin-top: 14px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.network .sponsor-card--text-only {
  grid-template-columns: 1fr;
}

.network .sponsor-card--banner {
  display: block;
  min-height: 0;
  padding: 0;
}

.network .sponsor-card--banner .sponsor-card-picture {
  min-height: 0;
  border: 0;
}

.network .sponsor-card--banner .sponsor-card-picture img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .network .homepage-ad {
    padding: 20px 0;
  }

  .network .homepage-ad-inner {
    /* Mobile responsive ads are usually 250-300px tall — reserve it up front
       so the ad loading never shifts the page (CLS fix) */
    min-height: 274px;
  }

  .network .homepage-ad .adsbygoogle {
    min-height: 250px;
  }

  .network .sponsor-zone {
    padding: 22px 0;
  }

  .network .sponsor-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 108px;
  }

  .network .sponsor-card-picture {
    min-height: 106px;
  }

  .network .sponsor-card-picture img {
    height: 106px;
  }

  .network .sponsor-card-copy {
    padding: 14px 16px;
  }

  .network .sponsor-card-eyebrow {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .network .sponsor-card h3 {
    font-size: 18px;
  }

  .network .sponsor-card-copy > p:not(.sponsor-card-eyebrow) {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
  }

  .network .sponsor-card-cta {
    margin-top: 8px;
    font-size: 10px;
  }

  .network .sponsor-card--banner .sponsor-card-picture img {
    height: auto;
    max-height: 120px;
  }
}

/* ============================================================
   Custom pink scrollbar — ported from the legacy black & pink
   theme (style.css). Matches --primary-pink #ff1493 / #ff69b4.
   ============================================================ */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff1493;
}
/* Firefox */
html {
    scrollbar-color: #ff1493 #1a1a1a;
    scrollbar-width: thin;
}

/* ==========================================
   Live speaking club — red pulsing top bar
   The top bar is pink by default (next-club countdown). When a club is
   live right now, JS adds .is-live so the bar turns red and pulses to
   grab attention, then reverts to pink once the session is over.
   ========================================== */
.network .topline.is-live {
    background: #e11d29;
    animation: liveToplinePulse 1.6s ease-in-out infinite;
}
@keyframes liveToplinePulse {
    0%, 100% { background-color: #e11d29; }
    50%      { background-color: #ff3946; }
}
@media (prefers-reduced-motion: reduce) {
    .network .topline.is-live { animation: none; }
}

/* ==========================================
   Logo placeholder is MOBILE-ONLY.
   On mobile (≤600px) the logo IS the hero image, so it stays.
   On desktop the globe is the hero — show nothing while it loads.
   This late rule deliberately out-cascades the older .network
   .globe-fallback overrides earlier in the stylesheets.
   ========================================== */
@media (min-width: 601px) {
    .network .globe-fallback {
        display: none;
    }
}

/* Mobile schedule: one image-led next club, then fast date-led app cards. */
@media (max-width: 600px) {
    .network .schedule-next {
        overflow: hidden;
        border-color: #ec3e82;
        background: #131f2a;
    }

    .network .schedule-photo {
        min-height: 205px;
    }

    .network .schedule-photo::after {
        background: linear-gradient(0deg, #131f2a 0%, transparent 68%);
    }

    .network .schedule-next-copy {
        padding: 22px 18px 20px;
    }

    .network .schedule-next h3 {
        font-size: 30px;
    }

    .network .schedule-next-copy > p {
        font-size: 14px;
        line-height: 1.55;
    }

    .network .schedule-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        margin: 18px 0;
        border: 1px solid #35495a;
        background: #35495a;
    }

    .network .schedule-meta span {
        min-height: 39px;
        padding: 10px 9px;
        background: #182530;
        color: var(--club-tone, #dce6ed);
        font-size: 11px;
    }

    .network .schedule-footer {
        display: grid;
        gap: 13px;
    }

    .network .schedule-footer .schedule-button {
        justify-content: space-between;
        width: 100%;
        min-height: 48px;
        padding: 0 13px;
        font-size: 11px;
    }

    .network .schedule-capacity {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 11px;
    }

    .network .capacity-track {
        width: 105px;
        margin: 0;
    }

    .network .schedule-upcoming {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .network .upcoming-card {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        grid-template-areas:
            "date kind"
            "date title"
            "date meta"
            "date spots"
            "date action";
        column-gap: 14px;
        min-height: 132px;
        padding: 14px 14px 13px 0;
        border-color: #3b5365;
        background: #111d27;
    }

    /* Keep every compact club card tied to its own schedule colour. */
    .network .upcoming-card[data-club-type] {
        border-top-color: var(--club-tone);
    }

    .network .upcoming-date {
        grid-area: date;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        padding: 8px 5px;
        border-right: 4px solid var(--club-tone, var(--green));
        background: #182632;
        color: #dce6ed;
        font-size: 9px;
        line-height: 1.05;
        text-align: center;
    }

    .network .upcoming-date > i { display: none; }
    .network .upcoming-date > span { font-size: 9px; font-weight: 900; letter-spacing: .5px; }
    .network .upcoming-date b { color: var(--club-tone, var(--green)); font-size: 29px; line-height: .95; }

    .network .upcoming-kind {
        grid-area: kind;
        align-self: end;
        margin: 0 0 4px;
        font-size: 9px;
    }

    .network .upcoming-card h3 {
        grid-area: title;
        min-height: 0;
        margin: 0 0 6px;
        font-size: 17px;
        line-height: 1.12;
    }

    .network .upcoming-card p,
    .network .upcoming-card .upcoming-meta {
        grid-area: meta;
        display: flex;
        flex-wrap: wrap;
        gap: 4px 10px;
        margin: 0;
        color: #c6d5e1;
        font-size: 11px;
        line-height: 1.4;
    }

    .network .upcoming-spots {
        grid-area: spots;
        margin: 7px 0 0;
        font-size: 10px;
    }

    .network .upcoming-card .schedule-button {
        grid-area: action;
        justify-self: start;
        justify-content: space-between;
        width: fit-content;
        max-width: 100%;
        min-height: 34px;
        margin-top: 8px;
        padding: 0 10px;
        border: 1px solid var(--club-tone, var(--green));
        border-left: 4px solid var(--club-tone, var(--green));
        background: color-mix(in srgb, var(--club-tone, var(--green)) 11%, #111d27);
        color: var(--club-tone, var(--green));
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .45px;
    }

    .network .upcoming-card .schedule-button::after { margin-left: 11px; }

    /* The course explanation is a reading card, not a stray paragraph beside a button. */
    .network .premium-course {
        display: grid;
        gap: 18px;
        padding: 23px 18px 18px;
        background: linear-gradient(145deg, #182d38, #131f2a);
    }

    .network .premium-course .course-detail h3 {
        max-width: 340px;
        margin: 4px 0 0;
        font-size: 25px;
        line-height: 1.05;
    }

    .network .premium-course .course-detail > div {
        margin-top: 16px;
        padding: 15px 14px;
        border-left: 3px solid var(--cyan);
        background: #0f1a24;
        color: #d5e1e9;
        font-size: 14px;
        line-height: 1.65;
    }

    .network .premium-course .course-detail > div br { display: block; margin-top: 12px; content: ""; }

    .network .premium-course .premium-button {
        min-height: 48px;
        padding: 0 13px;
        font-size: 11px;
    }

    .network .nav-links .nav-member-login {
        grid-column: 1 / -1;
        min-height: 58px;
        flex-direction: row;
        justify-content: center;
        border: 1px solid #ec3e82;
        background: #ec3e82 !important;
        color: #121217 !important;
    }

    .network .nav-links .nav-member-login .nav-icon {
        color: #121217 !important;
        font-size: 18px;
    }
}

/* The proof rail carries translated copy, so narrow screens must never let a long word push past its cell. */
@media (max-width: 850px) {
    .network .proof-statement-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .network .proof-statement-list .proof,
    .network .proof-statement-list .proof > div {
        min-width: 0;
    }

    .network .proof-statement-list .proof span,
    .network .proof-statement-list .proof strong,
    .network .proof-statement-list .proof h3 {
        overflow-wrap: anywhere;
        word-break: normal;
    }
}

@media (max-width: 600px) {
    .network .proof-statement-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .network .proof-statement-list .proof {
        padding: 18px 16px;
    }

    .network .proof-statement-list .proof span {
        line-height: 1.45;
    }
}

.network .schedule-upcoming-head { display: none; }

/* --------------------------------------------------------------------------
   DESKTOP EVENT DESK
   The chosen desktop schedule direction. Everything is scoped above 900px so
   the approved tablet and mobile layouts remain exactly as they are.
---------------------------------------------------------------------------- */
@media (min-width: 901px) {
    .network .club-schedule .schedule-grid { display: block; }

    .network #clubs-list-1 {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
        align-items: stretch;
        border: 1px solid #35495a;
        background: #101923;
    }

    .network #clubs-list-1 > .schedule-next {
        grid-column: 1;
        grid-row: 1;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(250px, .92fr);
        grid-template-areas: "copy photo";
        min-height: 430px;
        border: 0;
        background: #ec3e82;
        color: #151219;
    }

    .network #clubs-list-1 > .schedule-next .schedule-photo {
        grid-area: photo;
        min-height: 430px;
    }

    .network #clubs-list-1 > .schedule-next .schedule-photo::after {
        background: linear-gradient(90deg, rgba(236, 62, 130, .2), transparent 18%);
    }

    .network #clubs-list-1 > .schedule-next .schedule-photo img { height: 100%; }

    .network #clubs-list-1 > .schedule-next .schedule-next-copy {
        grid-area: copy;
        align-items: flex-start;
        padding: 35px 34px 32px;
    }

    .network #clubs-list-1 > .schedule-next .club-ribbon {
        top: 34px;
        right: auto;
        left: 34px;
        width: auto;
        min-width: 64px;
        padding: 7px 9px;
        transform: none;
        box-shadow: none;
    }

    .network #clubs-list-1 > .schedule-next .schedule-status {
        margin-top: 36px;
        color: #24151d;
    }

    .network #clubs-list-1 > .schedule-next .schedule-status::before {
        background: #151219;
        box-shadow: 0 0 0 4px rgba(21, 18, 25, .12);
    }

    .network #clubs-list-1 > .schedule-next h3 {
        max-width: 480px;
        margin: auto 0 13px;
        font-size: clamp(48px, 5vw, 70px);
        line-height: .9;
        letter-spacing: -.075em;
    }

    .network #clubs-list-1 > .schedule-next .schedule-next-copy > p {
        max-width: 430px;
        color: #472735;
        font-size: 13px;
        line-height: 1.48;
    }

    .network #clubs-list-1 > .schedule-next .schedule-meta {
        gap: 8px 16px;
        margin: 24px 0 21px;
        color: #442532;
        font-size: 11px;
    }

    .network #clubs-list-1 > .schedule-next .schedule-meta b,
    .network #clubs-list-1 > .schedule-next .schedule-meta i,
    .network #clubs-list-1 > .schedule-next .schedule-capacity,
    .network #clubs-list-1 > .schedule-next .schedule-capacity b { color: #21141a; }

    .network #clubs-list-1 > .schedule-next .schedule-button {
        --tone: #151219;
        border-color: #38212b;
        border-left-color: #151219;
        color: #151219;
    }

    .network #clubs-list-1 > .schedule-next .schedule-button:hover,
    .network #clubs-list-1 > .schedule-next .schedule-button:focus-visible {
        border-color: #151219;
        background: rgba(21, 18, 25, .09) !important;
        color: #151219 !important;
    }

    .network #clubs-list-1 > .schedule-next .schedule-button::after { color: #151219; }

    .network #clubs-list-1 > .schedule-upcoming {
        grid-column: 2;
        grid-row: 1;
        display: block;
        min-width: 0;
        margin: 0;
        padding: 25px 25px 0;
        border-left: 1px solid #35495a;
        background: #141e28;
    }

    .network .schedule-upcoming-head { display: block; padding-bottom: 14px; }
    .network .schedule-upcoming-head span {
        display: block;
        margin-bottom: 6px;
        color: #ec3e82;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .9px;
        text-transform: uppercase;
    }
    .network .schedule-upcoming-head strong {
        display: block;
        color: #f6f9fc;
        font-size: 22px;
        line-height: 1.05;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-card {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) auto;
        grid-template-areas: "date kind kind" "date title action" "date meta action" "date spots action";
        column-gap: 12px;
        align-items: center;
        min-height: 108px;
        padding: 14px 0;
        border: 0;
        border-top: 1px solid #344a5b;
        background: transparent;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-date {
        grid-area: date;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px;
        padding: 0 10px 0 0;
        border-right: 2px solid var(--club-tone, #ec3e82);
        color: var(--club-tone, #ec3e82);
        font-size: 8px;
        line-height: 1.05;
        text-align: center;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-date > i { display: none; }
    .network #clubs-list-1 > .schedule-upcoming .upcoming-date b {
        color: var(--club-tone, #ec3e82);
        font-size: 25px;
        line-height: .95;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-kind {
        grid-area: kind;
        margin: 0 0 3px;
        padding: 0;
        background: transparent !important;
        color: var(--club-tone, #ec3e82) !important;
        font-size: 9px;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-card h3 {
        grid-area: title;
        min-height: 0;
        margin: 0 0 4px;
        font-size: 17px;
        line-height: 1.12;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-meta {
        grid-area: meta;
        display: flex;
        flex-wrap: wrap;
        gap: 2px 9px;
        margin: 0;
        color: #aab9c7;
        font-size: 10px;
        line-height: 1.35;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-meta i { color: var(--club-tone, #ec3e82); }
    .network #clubs-list-1 > .schedule-upcoming .upcoming-spots {
        grid-area: spots;
        margin: 4px 0 0;
        font-size: 9px;
    }

    .network #clubs-list-1 > .schedule-upcoming .schedule-button {
        grid-area: action;
        align-self: center;
        width: auto;
        min-width: 82px;
        min-height: 34px;
        justify-content: space-between;
        margin: 0;
        padding: 0 7px;
        border-color: #42586a;
        border-left-color: var(--club-tone, #ec3e82);
        font-size: 9px;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-card.schedule-extra {
        display: none;
    }

    .network #clubs-list-1 > .tsr-insert {
        grid-column: 1 / -1;
        margin: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

    .network #clubs-list-1 > .schedule-upcoming > .schedule-expand {
        margin: 0 -25px;
        width: calc(100% + 50px);
        border-right: 0;
        border-bottom: 0;
        border-left-width: 0;
    }

    .network .schedule-side-rail { display: grid; gap: 10px; margin-top: 10px; }

    .network .schedule-side-rail .join-panel {
        display: grid;
        grid-template-columns: 250px minmax(0, 1fr);
        grid-template-areas: "kicker steps" "title steps" "intro steps" "details details";
        grid-template-rows: auto auto 1fr;
        padding: 0;
        border-color: #35495a;
        background: #0c141c;
    }

    .network .schedule-side-rail .join-panel > .schedule-kicker {
        grid-area: kicker;
        margin: 0;
        padding: 19px 20px 7px;
        color: #56d9aa;
    }
    .network .schedule-side-rail .join-panel > h3 {
        grid-area: title;
        margin: 0;
        padding: 0 20px;
        font-size: 20px;
        line-height: 1.05;
    }
    .network .schedule-side-rail .join-panel > p:not(.schedule-kicker) {
        grid-area: intro;
        margin: 0;
        padding: 8px 20px 19px;
        color: #aab9c7;
        font-size: 10px;
        line-height: 1.4;
    }

    .network .schedule-side-rail .join-steps {
        grid-area: steps;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-self: stretch;
        margin: 0;
        border: 0;
        border-left: 1px solid #2d3b48;
    }

    .network .schedule-side-rail .join-step {
        display: grid;
        grid-template-columns: 29px minmax(0, 1fr);
        gap: 9px;
        align-content: center;
        padding: 18px 17px;
        border: 0;
        border-right: 1px solid #2d3b48;
    }

    .network .schedule-side-rail .join-step b {
        border-radius: 50%;
        border-color: #56d9aa;
        color: #56d9aa;
    }
    .network .schedule-side-rail .join-step strong { font-size: 12px; }
    .network .schedule-side-rail .join-step span {
        display: -webkit-box;
        margin-top: 3px;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .network .schedule-side-rail .join-details {
        grid-area: details;
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 10px 20px;
        border-top: 1px solid #2d3b48;
        color: #aab9c7;
        font-size: 10px;
    }

    .network .schedule-side-rail .join-courses {
        display: grid;
        grid-template-columns: 230px minmax(0, 1fr);
        grid-template-areas: "heading list" "all list";
        grid-template-rows: 1fr auto;
        padding: 0;
        border-color: #35495a;
        background: #101923;
    }

    .network .schedule-side-rail .join-courses-head {
        grid-area: heading;
        padding: 19px 20px 8px;
        border-right: 1px solid #35495a;
    }
    .network .schedule-side-rail .join-courses-head h3 {
        margin: 6px 0;
        font-size: 20px;
        line-height: 1.05;
    }
    .network .schedule-side-rail .join-courses-head > p:last-child { display: block; font-size: 9px; }

    .network .schedule-side-rail .join-course-list {
        grid-area: list;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        margin: 0;
    }

    .network .schedule-side-rail .join-course-card {
        display: flex;
        min-width: 0;
        min-height: 154px;
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 15px;
        border: 0;
        border-right: 1px solid #35495a;
        background: #131f2a;
    }

    .network .schedule-side-rail .join-course-card:last-child { border-right: 0; }
    .network .schedule-side-rail .join-course-main {
        grid-template-columns: 5px minmax(0, 1fr);
        gap: 10px;
        align-items: stretch;
    }
    .network .schedule-side-rail .course-swatch {
        width: 5px;
        height: 100%;
        min-height: 51px;
    }
    .network .schedule-side-rail .join-course-copy h4 { margin-top: 6px; font-size: 17px; }
    .network .schedule-side-rail .join-course-copy p { margin-top: 6px; font-size: 9px; line-height: 1.4; }

    .network .schedule-side-rail .join-course-action {
        flex-direction: row;
        justify-content: space-between;
        min-width: 0;
    }
    .network .schedule-side-rail .join-course-action strong { font-size: 15px; }
    .network .schedule-side-rail .join-course-action a { min-height: 31px; padding-inline: 7px; font-size: 9px; }

    .network .schedule-side-rail .join-courses-all {
        grid-area: all;
        align-self: end;
        margin: 0;
        padding: 12px 20px 17px;
        border-top: 0;
        border-right: 1px solid #35495a;
        color: #efb33d;
        font-size: 8px;
    }
}

/* Keep the selected display font where it helps, but restore the homepage's
   original, emphatic hero voice. */
.network .hero h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

@media (min-width: 851px) {
    .network .nav-row { gap: 18px; }
    .network .nav-links { gap: 15px; }
    .network .nav-link,
    .network .nav-link span,
    .network .nav-cta { white-space: nowrap; }
    .network .nav-link { font-size: 11px; }

    /* Course titles and their level need separate breathing room. */
    .network .join-course-copy h4 { margin-bottom: 3px; }
    .network .join-course-copy .course-level {
        display: inline-flex;
        width: fit-content;
        padding: 3px 5px;
        background: color-mix(in srgb, var(--course-tone) 14%, transparent);
        color: var(--course-tone);
        font-size: 8px;
        font-weight: 900;
        letter-spacing: .04em;
        line-height: 1.1;
        text-transform: uppercase;
        white-space: nowrap;
    }

    /* The course introduction is a readable block, not text squeezed beside a
       call-to-action. This mirrors the mobile improvement on desktop. */
    .network .premium-course {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 28px;
        padding: 28px 30px;
        background: linear-gradient(135deg, #172b36, #131f2a 58%);
    }

    .network .premium-course .course-detail { max-width: none; }
    .network .premium-course .course-detail h3 {
        margin: 5px 0 0;
        font-size: clamp(26px, 2.4vw, 35px);
        line-height: 1;
    }

    .network .premium-course .course-detail > div {
        max-width: 830px;
        margin-top: 17px;
        padding: 17px 19px;
        border-left: 4px solid var(--cyan);
        background: #0d1821;
        color: #d7e3ea;
        font-size: 14px;
        line-height: 1.7;
    }

    .network .premium-course .premium-button {
        align-self: end;
        min-width: 185px;
        min-height: 46px;
        justify-content: center;
    }
}

/* Course shelf refinement: one shared course-facts strip, clear weekly times per colour. */
.network .join-course-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 18px;
    padding: 12px 15px;
    border: 1px solid #35495a;
    background: #0d1821;
    color: #c6d5e1;
    font-size: 10px;
    font-weight: 800;
}

.network .join-course-facts span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.network .join-course-facts i { color: #56d9aa; }

@media (min-width: 901px) {
    .network .schedule-side-rail .join-courses {
        grid-template-areas: "heading list" "all facts";
    }

    .network .schedule-side-rail .join-course-facts {
        grid-area: facts;
        min-height: 48px;
        border: 0;
        border-top: 1px solid #35495a;
        padding: 11px 16px;
        background: #0d1821;
        font-size: 10px;
    }

    .network .schedule-side-rail .join-course-card {
        min-height: 151px;
        padding: 15px 15px 13px;
    }

    .network .schedule-side-rail .join-course-copy h4 {
        margin: 3px 0 4px;
        font-size: 20px;
    }

    .network .schedule-side-rail .join-course-copy .course-level { margin-top: 0; }
    .network .schedule-side-rail .join-course-copy p {
        margin-top: 10px;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.35;
    }

    .network .schedule-side-rail .join-courses-all {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 11px 20px;
        border-top: 1px solid #35495a;
    }
}

@media (max-width: 900px) {
    .network .join-course-facts {
        margin-top: 10px;
        border-color: #2d3b48;
    }
}

/* Selected live typography package: Montserrat display, Manrope reading copy. */
.network .hero h1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -.075em;
}

.network .hero-copy .eyebrow,
.network .hero h1 small,
.network .hero-subtitle {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.network .hero-copy .eyebrow {
    letter-spacing: .04em;
    text-transform: none;
}

.network .hero-copy .hero-speak-word { color: #ec3e82; }

.network .hero h1 small .pink-solid {
    background: linear-gradient(90deg, #32a7e2 0 49%, #ea3e48 51% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Screenshot review: final desktop hierarchy and mobile colour parity. */
/* The logo is the live hero artwork. Set hero_visual_mode to 'globe' in
   template-v2.php to restore the retained interactive-globe backup. */
body.hero-logo-test .network .globe-stack,
body.hero-logo-test .network .globe-holder {
    background: #000 !important;
    box-shadow: none !important;
    filter: none !important;
}

body.hero-logo-test .network .globe-holder::before,
body.hero-logo-test .network .globe-holder::after,
body.hero-logo-test .network .globe-holder.globe-ready::before,
body.hero-logo-test .network .globe-mount {
    display: none !important;
}

body.hero-logo-test .network .globe-fallback::after {
    display: none !important;
}

body.hero-logo-test .network .globe-fallback {
    display: block !important;
    inset: 0;
    border-radius: 0;
    opacity: 1 !important;
    background: transparent center / contain no-repeat url('/assets/images/englishspeakingclubonlinenativespeaker-1-1000x1000.webp');
}

/* On a narrow screen, let the promise and full hero copy lead before the art. */
@media (max-width: 850px) {
    .network .hero-copy {
        order: 1;
    }

    .network .globe-stack {
        order: 2;
        margin: 26px auto 0;
    }
}

/* Live choice: proof-box design 02 — an editorial statement with a compact proof rail. */
.network .proofs.proof-statement {
    grid-template-columns: 1.18fr .82fr;
    width: min(100% - 56px, 1220px);
    min-height: 290px;
    background: #000;
}

.network .proof-statement-lead {
    position: relative;
    display: block;
    min-height: 290px;
    padding: 32px;
    border-right-color: #ec3e82;
}

.network .proof-statement-lead h2 {
    max-width: 500px;
    color: #f6f9fc;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 3.75vw, 51px);
    font-weight: 900;
    line-height: .97;
    letter-spacing: -.055em;
}

.network .proof-lead-character {
    position: absolute;
    right: 22px;
    bottom: 18px;
    left: auto;
    width: 116px;
    height: 116px;
    margin: 0;
    transform: none;
}

.network .proof-statement-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start;
}

.network .proof-statement-list .proof {
    min-height: 0;
    padding: 22px 18px;
    border-right-color: #ec3e82;
    border-bottom-color: #ec3e82;
}

.network .proof-statement-list .proof:first-child {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    border-right: 0;
}

.network .proof-statement-list .proof:nth-child(2n) {
    border-right: 1px solid #ec3e82;
}

.network .proof-statement-list .proof:nth-child(3) {
    border-right: 0;
    border-bottom: 0;
}

.network .proof-host-character-space {
    display: grid;
    min-height: 92px;
    place-items: center;
}

.network .proof-host-character {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.network .proof-statement-list .proof:nth-child(4) {
    border-bottom: 0;
}

.network .proof-statement-list .proof h3,
.network .proof-statement-list .proof strong {
    font-size: 16px;
}

.network .proof-statement-list .proof span {
    font-size: 11px;
}

@media (max-width: 850px) {
    .network .proofs.proof-statement {
        grid-template-columns: 1fr;
    }

    .network .proof-statement-lead {
        min-height: 250px;
        border-right: 0;
        border-bottom: 1px solid #ec3e82;
    }

    .network .proof-host-character-space {
        min-height: 82px;
    }

    .network .proof-host-character {
        width: 66px;
        height: 66px;
    }
}

@media (max-width: 600px) {
    .network .proof-host-character-space {
        display: none;
    }

    .network .proof-statement-list .proof:first-child {
        grid-column: auto;
    }

    .network .proof-statement-list .proof,
    .network .proof-statement-list .proof:nth-child(2n),
    .network .proof-statement-list .proof:nth-child(3),
    .network .proof-statement-list .proof:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid #ec3e82;
    }

    .network .proof-statement-list .proof:last-child {
        border-bottom: 0;
    }
}

/* Upcoming-club desk: black surface, one pink frame, club colours retained for actions. */
@media (min-width: 901px) {
    .network #clubs-list-1 {
        border-color: #ec3e82;
        background: #000;
    }

    .network #clubs-list-1 > .schedule-upcoming {
        border-left-color: #ec3e82;
        background: #000;
    }

    .network #clubs-list-1 > .schedule-upcoming .upcoming-card {
        border-top-color: rgba(236, 62, 130, .48);
    }

    .network #clubs-list-1 > .schedule-upcoming .schedule-button {
        border-color: rgba(236, 62, 130, .72);
        border-left-color: var(--club-tone, #ec3e82);
        background: #000;
    }
}

/* Keep the Why Join copy links consistent with the OESC pink link treatment. */
.network .why-join a,
.network .why-join a:visited {
    color: #ec3e82;
}

.network .why-join a:hover,
.network .why-join a:focus-visible {
    color: #ff73ad;
}
.network .hero h1 .hero-club-word {
    display: block;
    color: #f6f9fc;
}

.network .hero-subtitle {
    color: #d9e5ee !important;
}

@media (min-width: 851px) {
    .network .hero-subtitle {
        max-width: 560px;
        line-height: 1.45;
        text-wrap: balance;
    }

    .network .schedule-head {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        align-items: center;
        gap: 76px;
    }

    .network .schedule-head h2 {
        max-width: 670px;
        font-size: clamp(44px, 4.8vw, 64px);
        line-height: .91;
        letter-spacing: -.065em;
    }

    .network .schedule-head > p {
        max-width: 560px;
        margin: 0;
        padding: 18px 0 18px 24px;
        border-left: 3px solid #ec3e82;
        font-size: 16px;
        line-height: 1.62;
    }

    .network .schedule-side-rail .join-step span {
        display: block;
        overflow: visible;
        font-size: 10px;
        line-height: 1.42;
        -webkit-line-clamp: unset;
    }

    .network .schedule-side-rail .join-course-card {
        min-height: 172px;
        padding: 15px 15px 13px;
    }

    .network .schedule-side-rail .join-course-copy > span { font-size: 9px; }
    .network .schedule-side-rail .join-course-copy h4 { margin-top: 7px; font-size: 19px; }
    .network .schedule-side-rail .join-course-copy .course-level { margin-top: 2px; font-size: 9px; }
    .network .schedule-side-rail .join-course-copy p { margin-top: 7px; font-size: 10px; line-height: 1.45; }
    .network .schedule-side-rail .join-course-action strong { font-size: 17px; }
    .network .schedule-side-rail .join-course-action a { min-height: 33px; font-size: 9px; }
}

@media (max-width: 850px) {
    .network .rhythm-option {
        --credit-tone: #25aee4;
        border-color: color-mix(in srgb, var(--credit-tone) 52%, #000);
        background: #0a2233 !important;
        box-shadow: inset 5px 0 0 var(--credit-tone);
    }

    .network .rhythm-option:nth-child(2) {
        --credit-tone: #efb33d;
        background: #292009 !important;
    }

    .network .rhythm-option:nth-child(3) {
        --credit-tone: #ec3e82;
        background: #2a0f1d !important;
    }

    .network .rhythm-option:nth-child(4) {
        --credit-tone: #56d9aa;
        background: #0d281e !important;
    }

    .network .rhythm-option .credit-number,
    .network .rhythm-option .credit-notice { color: var(--credit-tone); }
    .network .rhythm-option .premium-button { --tone: var(--credit-tone); }
}
