.therasana-premium-shell .et-l--header,
.therasana-premium-shell .et-l--footer,
.therasana-premium-shell #main-header,
.therasana-premium-shell #main-footer,
.therasana-premium-shell #top-header {
    display: none !important;
}

.therasana-premium-shell #page-container,
.therasana-premium-shell #et-main-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.therasana-premium-shell .site-header,
.therasana-premium-shell .site-footer {
    display: block;
}

.therasana-premium-shell .site-branding,
.therasana-premium-shell .custom-logo-link,
.therasana-premium-shell .site-logo {
    display: inline-flex;
    align-items: center;
}

.therasana-premium-shell .site-logo--wordmark {
    color: inherit;
    text-decoration: none;
}

.therasana-premium-shell .site-logo__wordmark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1;
}

.therasana-premium-shell .site-header:not(.is-scrolled):not(.is-menu-open) .site-logo--wordmark {
    color: #fff;
}

.therasana-premium-shell .site-header.is-scrolled .site-logo--wordmark,
.therasana-premium-shell .site-header.is-menu-open .site-logo--wordmark {
    color: #0a3d62;
}

.therasana-premium-shell .site-branding img,
.therasana-premium-shell .site-logo img {
    width: auto;
    max-width: 178px;
    max-height: 62px;
    object-fit: contain;
}

.therasana-premium-shell .site-header:not(.is-scrolled):not(.is-menu-open) .site-branding img,
.therasana-premium-shell .site-header:not(.is-scrolled):not(.is-menu-open) .site-logo img {
    filter: brightness(0) invert(1);
}

.therasana-premium-shell .home-hero__brand-visual {
    display: grid;
    min-height: 430px;
    align-content: center;
    gap: 1.4rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 15%, rgba(46, 163, 242, 0.45), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.therasana-premium-shell .home-hero__brand-visual .site-logo,
.therasana-premium-shell .home-hero__brand-visual .custom-logo-link {
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    font-weight: 800;
    text-decoration: none;
}

.therasana-premium-shell .home-hero__brand-visual .site-logo__wordmark {
    font-size: clamp(3rem, 7vw, 5.7rem);
    font-weight: 500;
    letter-spacing: -0.055em;
}

.therasana-premium-shell .home-hero__brand-visual img {
    width: min(260px, 72%);
    height: auto;
    filter: brightness(0) invert(1);
}

.therasana-premium-shell .home-hero__territories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.therasana-premium-shell .home-hero__territories span {
    display: grid;
    min-height: 88px;
    place-items: center;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(10, 61, 98, 0.42);
    color: #fff;
    font-weight: 750;
    text-align: center;
}

.therasana-premium-shell .premium-search-panel {
    margin: 0 auto 2.5rem;
}

.therasana-premium-shell .member-profile__specialities,
.therasana-premium-shell .premium-card__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.therasana-premium-shell .member-profile__specialities li,
.therasana-premium-shell .premium-card__terms li {
    padding: 0.4rem 0.75rem;
    border: 1px solid rgba(10, 61, 98, 0.16);
    border-radius: 999px;
    background: rgba(252, 251, 254, 0.78);
    color: #0a3d62;
    font-size: 0.86rem;
    font-weight: 700;
}

.therasana-premium-shell .premium-empty-state {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.5rem;
    border: 1px solid rgba(10, 61, 98, 0.12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 42, 58, 0.08);
    text-align: center;
}

@media (max-width: 760px) {
    .therasana-premium-shell .home-hero__brand-visual {
        min-height: 320px;
    }

    .therasana-premium-shell .home-hero__brand-visual .site-logo__wordmark {
        font-size: clamp(2.65rem, 14vw, 4.2rem);
    }

    .therasana-premium-shell .home-hero__territories {
        grid-template-columns: 1fr;
    }

    .therasana-premium-shell .home-hero__territories span {
        min-height: 56px;
    }
}
