:root {
    --eggplant: #564572;
    --lavender: #ead1ff;
    --lilac: #f4ebff;
    --white: #ffffff;
    --blue-strip: #00408c;
    --text-main: #564572;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    width: 100%;
    min-height: 100%;
}

body {
    font-family: "AvenirNextLTPro", "Avenir Next LT Pro", "Avenir Next", "Segoe UI", sans-serif !important;
    color: var(--text-main) !important;
    background: var(--lilac) !important;
}

img {
    display: block;
    max-width: 100%;
}



.section-pad {
    padding: 80px 0;
}

.section-pad--top-tight {
    padding-top: 0;
}

.h1,
.h2,
.h3 {
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}

.h1 {
    max-width: 680px;
    font-size: clamp(2.2rem, 5.2vw, 4rem) !important;
    color: var(--white) !important;
}

.h2 {
    font-size: clamp(1.95rem, 4vw, 3rem) !important;
}

.h3 {
    font-size: clamp(1.7rem, 3.2vw, 2.5rem) !important;
    text-align: center;
}

.subtitle {
    margin: 28px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}

.body-copy {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.body-copy strong {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.legal {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.1;
    font-style: italic;
    opacity: 0.9;
}

.legal--light {
    color: var(--white) !important;
    max-width: 680px;
}

.center-copy {
    display: grid;
    gap: 20px;
}

.center-text {
    text-align: center;
}

.tiny-top {
    margin-top: 56px;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 657px;
    background:
        radial-gradient(circle at 64% 28%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.14) 18%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(90deg, #b099d3 0%, #b8a3d6 42%, #c4b4dc 64%, #d5cbe6 82%, #e5deef 100%);
    overflow: hidden;
}

.hero__overlay {
    display: none;
}

.hero__accent {
    display: none;
}

.hero__inner {
    position: relative;
    z-index: 1;
    width: min(1440px, 100%);
    min-height: 657px;
    margin: 0 auto;
    padding: 68px 78px 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: url("/SiteAssets/img/hero-model.png") right 18px bottom 0px / 610px auto no-repeat !important;
}

.hero__copy {
    flex: 0 1 575px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-bottom: 0;
}

.hero__logo {
    width: clamp(190px, 17vw, 270px);
    max-width: 100%;min-width: 490px;
}

.hero .h1 {
    max-width: 575px;
    font-size: clamp(2.2rem, 3.95vw, 3.6rem) !important;
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.hero .legal--light {
    margin-top: 0;
    max-width: 575px;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0.82;font-weight: 400;
}

.hero__media {
    display: none;
}

.hero__media img {
    width: min(100%, 474px);
    height: auto;
    max-width: none;
    object-fit: contain;
    object-position: bottom right;
    transform: translate(18px, 22px);
}

.media-wrap {
    background: transparent !important;
    padding: 14px;
}

    .media-wrap img {
        aspect-ratio: 1 / 1;
        width: 100%;
        object-fit: cover;
    }

.results-panel {
    background: var(--white) !important;
    min-height: 536px;
}

.results-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.results-panel__copy {
    padding: 64px 40px;
}

.science {
    background: var(--white) !important;
}

.benefits-grid {
    margin-top: 54px;
}

.benefit {
    text-align: center;
    max-width: 260px;
}

.benefit__icon {
    
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border: none;
    border-radius: 0;
    display: grid;
    place-items: center;
    font-size: 24px;
    line-height: 1;
}

    .benefit__icon img {
        width: 84px;
        height: 84px;
        object-fit: contain;
    }

.benefit h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;font-weight: 700;
}

.benefit p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.2;
}

.pharmacy {
    position: relative;
    overflow: hidden;
}

.pharmacy__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1440 / 769;
    min-height: 0;
}

.pharmacy__bg {
    position: absolute;
    inset: 0;
    background: url("/SiteAssets/img/Product-shot-3.png") center center / cover no-repeat;
}

    .pharmacy__bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(234, 225, 247, 0) 34%, rgba(234, 225, 247, 0.1) 56%, rgba(234, 225, 247, 0.34) 75%, rgba(234, 225, 247, 0.56) 100%);
    }

.pharmacy__layout {
    position: relative;
    z-index: 1;
    min-height: 0;
    height: 100%;
    width: min(1280px, 100%);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

.pharmacy__copy {
    flex-shrink: 0;
    width: min(470px, 38vw);
    padding: 0;
    color: var(--eggplant) !important;
}

    .pharmacy__copy .h2 {
        font-size: clamp(2.35rem, 3.3vw, 3.65rem) !important;
        color: var(--eggplant) !important;
        line-height: 0.96;
        font-weight: 500;
        letter-spacing: -0.02em;
        max-width: 460px;
    }

        .pharmacy__copy .h2 sup,
        .pharmacy__copy .body-copy sup {
            font-size: 0.45em;
            vertical-align: middle;
        }

.pharmacy__copy .body-copy {
    max-width: 470px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.24;
    color: rgba(86, 69, 114, 0.92) !important;
    font-weight: 400;
}

.footer-main {
    background: var(--eggplant) !important;
    color: var(--white) !important;
    padding: 80px 0;
}

.footer-main__inner {
    text-align: center;
}

    .footer-main__inner img {
        width: min(320px, 85%);
        margin: 0 auto;
    }

    .footer-main__inner p {
        margin: 38px 0 0;
        font-size: 14px;
        line-height: 1.2;
    }

.footer-links {
    background: var(--blue-strip) !important;
    padding: 24px 0;
}

.footer-links__grid {
    align-items: center;
}

.link-card {
    display: block;
    transition: transform 0.25s ease;
}

    .link-card:hover {
        transform: translateY(-3px);
    }

.footer-link-item {
    color: var(--white) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
}

.footer-link-item__icon {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    flex: 0 0 100px;
}

    .footer-link-item__icon svg {
        width: 100%;
        height: 100%;
    }

.footer-link-item__text {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    color: var(--white) !important;
    white-space: nowrap;
}

@media (min-width: 1025px) and (max-width: 1265px) {
    .hero__copy {
        flex: 0 1 383px;
    }

    .hero__copy h1 {
        max-width: 360px;
    }

    .hero .legal--light {
        margin-top: 0;
        max-width: 360px;
    }

    .hero__logo {
        width: clamp(190px, 17vw, 270px);
        max-width: 100%;
        min-width: 353px;
    }
}

@media (max-width: 1100px) {
    .results-panel__copy {
        padding: 42px 28px;
    }

    .results-panel {
        min-height: unset;
    }

    .pharmacy__frame {
        min-height: unset;
    }

    .pharmacy__layout {
        min-height: 480px;
    }

    .pharmacy__copy {
        padding: 32px 24px;
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: 700px;
        background-image: none;
    }

    .hero__inner {
        min-height: 700px;
        padding: 32px 20px 40px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        background: url("/SiteAssets/img/hero-img-mobile.png") center center / cover no-repeat !important;
    }

    .hero__copy {
        flex: 0 1 575px;
        width: min(100%, 575px);
        margin-top: 0;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        gap: 14px;
    }

    .hero__media,
    .hero__accent {
        display: none;
    }

    .hero__logo {
        width: 168px;
    }

    .h1 {
        max-width: 335px;
        margin: 0 auto;
        font-size: 36px;
    }

    .legal--light {
        max-width: 335px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero {
        min-height: 700px;
        background-image: none;
    }

    .hero__inner {
        min-height: 700px;
        padding: 32px 20px 40px;
        flex-direction: column;
      justify-content: center;
        align-items: center;
        background: url("/SiteAssets/img/hero-img-mobile.png") center center / cover no-repeat !important;
    }

    .hero__copy {
     
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        gap: 14px;
    }
    
    .hero__copy .h1 {margin-top: auto;}
    

    .hero__media,
    .hero__accent {
        display: none;
    }

    .hero__logo {
        width: 100%;
        min-width: 100%;
    }

    .h1 {
        max-width: 335px;
        margin: 0 auto;
        font-size: 36px;
    }

    .legal--light {
        max-width: 335px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-pad {
        padding: 40px 0;
    }

    .rediscover {
        padding-bottom: 20px;
    }

        .rediscover .h2,
        .rediscover .subtitle,
        .rediscover .body-copy,
        .rediscover .legal {
            text-align: center;
        }

        .rediscover .h2,
        .results-panel .h2,
        .pharmacy__copy .h2 {
            font-size: 28px;
        }

    .results-panel {
        background: var(--white) !important;
    }

    .results-panel__copy {
        padding: 40px 20px 80px;
        text-align: center;
        background: #ececec !important;
    }

    .science {
        padding: 20px 0;
    }

    .h3 {
        font-size: 28px;
    }

    .science .body-copy,
    .tiny-top {
        font-size: 16px;
    }

    .benefits-grid {
        margin-top: 0;
        --bs-gutter-y: 32px;
    }

    .benefit {
        max-width: 240px;
    }

    .tiny-top {
        margin-top: 32px;
    }

    .pharmacy__frame,
    .pharmacy__layout {
        min-height: 700px;
    }

    .pharmacy__layout {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 40px 20px;
    }

    .pharmacy__bg {
        background-image: url("/SiteAssets/img/Product-3-Mobile.png");
    }

        .pharmacy__bg::after {
            background: linear-gradient(180deg, rgba(220, 208, 247, 0.9) 0%, rgba(220, 208, 247, 0.55) 28%, rgba(220, 208, 247, 0.08) 58%, rgba(220, 208, 247, 0.75) 100%) !important;
        }

    .pharmacy__copy {
        width: 100%;
        padding: 0;
        text-align: center;
        background: transparent !important;
    }

    .footer-main {
        padding: 80px 0;
    }

    .footer-link-item {
        flex-direction: column;
        gap: 10px;
        min-height: 74px;
    }

    .footer-link-item__text {
        white-space: normal;
        text-align: center;
        font-size: 13px;
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .hero {
        min-height: 640px;
        padding-bottom: 56px;
    }

    .section-pad {
        padding: 56px 0;
    }

    .benefits-grid {
        margin-top: 40px;
    }
}

@media (max-width: 620px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero__top {
        top: 10px;
    }

    .hero__menu {
        width: 40px;
        height: 40px;
    }

    .body-copy {
        font-size: 16px;
    }

    .benefit {
        max-width: 320px;
    }
}
