:root {
    --tp-pink-1: #fff8fc;
    --tp-pink-2: #ffe7f3;
    --tp-pink-3: #ffc9e2;
    --tp-pink-4: #ff82ba;
    --tp-pink-5: #ea4d98;
    --tp-ink: #3f2033;
    --tp-text: #725568;
    --tp-muted: #9d8092;
    --tp-white: #ffffff;
    --tp-line: rgba(111, 65, 91, 0.11);
    --tp-soft-shadow: 0 30px 80px rgba(109, 47, 82, 0.13);
    --tp-deep-shadow: 0 34px 90px rgba(92, 38, 70, 0.18);
}

html,
body.think-pink-homepage {
    margin: 0;
    min-height: 100%;
}

body.think-pink-homepage {
    overflow-x: hidden;
    background: #fffafb;
    color: var(--tp-text);
}

body.think-pink-homepage #main-wrapper,
body.think-pink-homepage .container[role="main"],
body.think-pink-homepage .content-wrap,
body.think-pink-homepage .tc-content {
    background: transparent !important;
}

body.think-pink-homepage .tp-homepage {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background:
        var(--tp-cloud-image, none) center bottom / cover no-repeat,
        radial-gradient(circle at 91% 12%, rgba(255, 196, 225, 0.34), transparent 30%),
        radial-gradient(circle at 58% 42%, rgba(255, 235, 245, 0.74), transparent 38%),
        linear-gradient(112deg, #fffdfd 0%, #fffafb 36%, #fff5fa 66%, #ffeef7 100%);
}

body.think-pink-homepage .tp-homepage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 17% 19%, rgba(255,255,255,0.88) 0 4%, transparent 4.3%),
        radial-gradient(circle at 78% 18%, rgba(255,255,255,0.58) 0 3.5%, transparent 3.8%),
        radial-gradient(circle at 68% 76%, rgba(255,255,255,0.55) 0 5%, transparent 5.3%);
    opacity: 0.8;
}

.tp-homepage__shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
    min-height: 100svh;
    width: min(1660px, 100%);
    margin: 0 auto;
}

.tp-left-panel,
.tp-right-panel {
    position: relative;
    min-width: 0;
    min-height: 0;
}

.tp-left-panel {
    z-index: 4;
}

.tp-left-panel__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(14px, 1.7vh, 22px);
    height: 100%;
    min-height: 0;
    padding: clamp(34px, 5.6vh, 72px) clamp(28px, 4vw, 76px) clamp(126px, 16vh, 166px);
    background: transparent;
}

.tp-left-panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: -170px;
    bottom: 0;
    width: 310px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,253,253,0.98) 0%, rgba(255,250,252,0.82) 38%, rgba(255,248,251,0) 100%);
    z-index: -1;
}

.tp-logo-link,
.tp-text-logo {
    align-self: flex-start;
}

.tp-logo {
    display: block;
    width: auto;
    max-width: clamp(138px, 13vw, 205px);
    max-height: clamp(72px, 10vh, 132px);
    object-fit: contain;
}

.tp-text-logo {
    color: var(--tp-ink);
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.tp-badge {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 36px;
    padding: 8px 15px;
    border: 1px solid rgba(235, 77, 152, 0.11);
    border-radius: 999px;
    background: rgba(255, 231, 243, 0.72);
    color: var(--tp-ink);
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(235, 77, 152, 0.08);
    backdrop-filter: blur(12px);
}

.tp-headline {
    max-width: 8.8ch;
    margin: 0;
    color: var(--tp-ink);
    font-size: clamp(2.7rem, 4.4vw, 5.45rem);
    font-weight: 780;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
}

.tp-subheadline {
    max-width: 35ch;
    margin: 0;
    color: var(--tp-text);
    font-size: clamp(0.98rem, 1.25vw, 1.22rem);
    line-height: 1.72;
    text-wrap: pretty;
}

.tp-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 560px;
}

.tp-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid rgba(89, 45, 70, 0.09);
    border-radius: 999px;
    background: rgba(255,255,255,0.64);
    color: var(--tp-ink);
    font: inherit;
    font-size: 0.89rem;
    font-weight: 650;
    cursor: pointer;
    box-shadow: 0 9px 22px rgba(90, 38, 69, 0.07);
    backdrop-filter: blur(14px);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.tp-quick-link:hover,
.tp-quick-link:focus-visible,
.tp-quick-link.is-active {
    transform: translateY(-2px);
    outline: none;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 15px 32px rgba(120, 52, 91, 0.13);
}

.tp-quick-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 130, 186, 0.13);
}

.tp-custom-html {
    max-width: 39ch;
    color: var(--tp-text);
    font-size: clamp(0.93rem, 1vw, 1.05rem);
    line-height: 1.67;
}

.tp-custom-html > :first-child { margin-top: 0; }
.tp-custom-html > :last-child { margin-bottom: 0; }

.tp-custom-html .tp-button,
.tp-custom-html a.tp-button,
.tp-custom-html .button,
.tp-custom-html .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f257a1, #ff83bb);
    color: #fff !important;
    font-weight: 760;
    text-decoration: none;
    box-shadow: 0 17px 35px rgba(226, 71, 145, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.tp-custom-html .tp-button:hover,
.tp-custom-html a.tp-button:hover,
.tp-custom-html .button:hover,
.tp-custom-html .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 21px 42px rgba(226, 71, 145, 0.34);
}

.tp-right-panel {
    z-index: 2;
    display: flex;
    align-items: stretch;
}

.tp-right-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -120px;
    width: 250px;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,250,252,0.9), rgba(255,250,252,0));
}

.tp-slider-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: clamp(36px, 6vh, 76px) clamp(22px, 3.2vw, 58px) clamp(126px, 16vh, 166px) clamp(12px, 1.4vw, 24px);
    background: transparent;
}

.tp-slider-heading {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 clamp(12px, 2vw, 28px) clamp(20px, 3vh, 32px);
    color: var(--tp-ink);
}

.tp-slider-heading span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tp-muted);
    font-size: 0.88rem;
    font-weight: 570;
}

.tp-slider-heading span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tp-pink-5);
    box-shadow: 0 0 0 6px rgba(234, 77, 152, 0.09);
}

.tp-slider-heading strong {
    color: var(--tp-ink);
    font-size: clamp(1.45rem, 2.15vw, 2.35rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    text-align: right;
}

.tp-marquee {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    padding: 16px 0 26px;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 94%, transparent 100%);
}

.tp-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
}

.tp-marquee-group {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.2vw, 38px);
    flex-shrink: 0;
    padding-right: clamp(22px, 2.2vw, 38px);
}

.tp-marquee .tp-slide {
    display: block;
    flex: 0 0 auto;
    width: clamp(390px, 38vw, 680px);
    min-height: 0;
    animation: none;
}

.tp-marquee .tp-slide--phone {
    width: clamp(245px, 22vw, 360px);
}

.tp-marquee .tp-slide--tablet {
    width: clamp(350px, 32vw, 540px);
}

.tp-device {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255,255,255,0.94);
    box-shadow: var(--tp-deep-shadow);
}

.tp-device__screen {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,243,249,0.96));
}

.tp-device__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.tp-device--browser,
.tp-device--safari {
    border: 1px solid rgba(85, 42, 66, 0.08);
    border-radius: 28px;
}

.tp-device--browser .tp-device__chrome,
.tp-device--safari .tp-device__chrome {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 18px;
    background: linear-gradient(110deg, #2e2630, #49384a);
}

.tp-device--browser .tp-device__chrome span,
.tp-device--safari .tp-device__chrome span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.68);
}

.tp-device--browser .tp-device__screen,
.tp-device--safari .tp-device__screen {
    aspect-ratio: 16 / 9.7;
}

.tp-device--browser .tp-device__screen::before,
.tp-device--safari .tp-device__screen::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 2;
    width: 60%;
    height: 14px;
    border-radius: 999px;
    background: rgba(76, 54, 73, 0.09);
    transform: translateX(-50%);
}

.tp-device--phone {
    max-width: 360px;
    padding: 15px 13px 17px;
    border-radius: 36px;
    background: linear-gradient(150deg, #29222b, #514050);
}

.tp-device--phone .tp-device__chrome {
    position: relative;
    height: 18px;
}

.tp-device--phone .tp-device__chrome span { display: none; }

.tp-device--phone .tp-device__chrome::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    width: 86px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.25);
    transform: translateX(-50%);
}

.tp-device--phone .tp-device__screen {
    overflow: hidden;
    aspect-ratio: 9 / 16;
    border-radius: 25px;
}

.tp-device--tablet {
    max-width: 560px;
    padding: 17px 15px;
    border-radius: 30px;
    background: linear-gradient(150deg, #29222b, #514050);
}

.tp-device--tablet .tp-device__chrome {
    height: 8px;
}

.tp-device--tablet .tp-device__chrome span { display: none; }

.tp-device--tablet .tp-device__screen {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 21px;
}

.tp-slide-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    aspect-ratio: 16 / 9.7;
    padding: 28px;
    color: var(--tp-ink);
    text-align: center;
}

.tp-device--phone .tp-slide-placeholder { aspect-ratio: 9 / 16; }
.tp-device--tablet .tp-slide-placeholder { aspect-ratio: 4 / 3; }

.tp-slide-placeholder__mock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    width: min(100%, 250px);
    margin-bottom: 18px;
}

.tp-slide-placeholder__mini {
    display: block;
    height: 66px;
    border: 1px solid rgba(234, 77, 152, 0.16);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(255, 131, 187, 0.16), rgba(255,255,255,0.96));
}

.tp-slide-placeholder strong {
    font-size: 1.05rem;
}

.tp-slide-placeholder p {
    max-width: 32ch;
    margin: 9px 0 0;
    color: var(--tp-muted);
    line-height: 1.55;
}

.tp-slide-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px 9px 0;
    color: var(--tp-ink);
}

.tp-slide-meta h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 730;
}

.tp-slide-meta p {
    max-width: 50ch;
    margin: 0;
    color: var(--tp-text);
    font-size: 0.9rem;
    line-height: 1.55;
}

.tp-overlay-panels {
    position: absolute;
    inset: clamp(30px, 5vh, 64px) clamp(28px, 4vw, 70px) clamp(116px, 14vh, 148px) clamp(20px, 2vw, 34px);
    z-index: 40;
    pointer-events: none;
}

.tp-overlay-panel {
    position: absolute;
    inset: 0;
    overflow: auto;
    padding: clamp(28px, 4vw, 58px);
    border: 1px solid rgba(255,255,255,0.82);
    border-radius: 32px;
    background: rgba(255, 253, 254, 0.88);
    box-shadow: 0 28px 90px rgba(102, 42, 77, 0.17);
    backdrop-filter: blur(26px);
    pointer-events: auto;
}

.tp-overlay-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.94);
    color: var(--tp-ink);
    font-size: 1.65rem;
    cursor: pointer;
    box-shadow: 0 9px 24px rgba(95, 39, 72, 0.12);
}

.tp-overlay-panel__content {
    max-width: 820px;
    padding-right: 18px;
}

.tp-overlay-panel__eyebrow {
    margin-bottom: 9px;
    color: var(--tp-pink-5);
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tp-overlay-panel h2 {
    margin: 0 0 18px;
    color: var(--tp-ink);
    font-size: clamp(1.9rem, 3vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.tp-overlay-panel__body {
    color: var(--tp-text);
    line-height: 1.75;
}

.tp-overlay-panel__body h1,
.tp-overlay-panel__body h2,
.tp-overlay-panel__body h3,
.tp-overlay-panel__body h4,
.tp-overlay-panel__body h5,
.tp-overlay-panel__body h6 {
    color: var(--tp-ink);
}

.tp-overlay-panel__body .wp-block-button__link,
.tp-overlay-panel__body .button,
.tp-overlay-panel__body a.button,
.tp-overlay-panel__body .btn {
    border-radius: 999px;
}

.tp-bottom-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    height: clamp(102px, 14vh, 142px);
    pointer-events: none;
}

.tp-cloud-floor {
    position: absolute;
    inset: auto 0 0;
    height: 100%;
    overflow: hidden;
}

.tp-cloud-floor::before,
.tp-cloud-floor::after {
    content: "";
    position: absolute;
    left: -3%;
    width: 106%;
    border-radius: 50% 50% 0 0 / 76% 76% 0 0;
}

.tp-cloud-floor::before {
    bottom: -55%;
    height: 135%;
    background:
        radial-gradient(circle at 7% 36%, #fff 0 13%, transparent 13.4%),
        radial-gradient(circle at 20% 22%, #fff 0 18%, transparent 18.4%),
        radial-gradient(circle at 36% 39%, #fff 0 16%, transparent 16.4%),
        radial-gradient(circle at 50% 20%, #fff 0 20%, transparent 20.4%),
        radial-gradient(circle at 68% 34%, #fff 0 17%, transparent 17.4%),
        radial-gradient(circle at 83% 18%, #fff 0 19%, transparent 19.4%),
        radial-gradient(circle at 96% 38%, #fff 0 14%, transparent 14.4%),
        linear-gradient(#fff, #fff);
    filter: drop-shadow(0 -14px 30px rgba(142, 71, 111, 0.08));
}

.tp-cloud-floor::after {
    bottom: -68%;
    height: 125%;
    background: rgba(255, 243, 249, 0.72);
    filter: blur(22px);
}

.tp-cloud-floor span {
    position: absolute;
    bottom: 18%;
    display: block;
    border-radius: 999px;
    background: rgba(255,255,255,0.94);
    filter: blur(0.2px);
}

.tp-cloud-floor span:nth-child(1) { left: 3%; width: 14%; height: 54%; }
.tp-cloud-floor span:nth-child(2) { left: 18%; width: 19%; height: 76%; bottom: 4%; }
.tp-cloud-floor span:nth-child(3) { left: 37%; width: 17%; height: 61%; }
.tp-cloud-floor span:nth-child(4) { left: 52%; width: 21%; height: 79%; bottom: 2%; }
.tp-cloud-floor span:nth-child(5) { left: 71%; width: 17%; height: 58%; }
.tp-cloud-floor span:nth-child(6) { right: 1%; width: 16%; height: 70%; bottom: 5%; }

.tp-bottom-bar__inner {
    position: absolute;
    right: clamp(24px, 4vw, 72px);
    bottom: clamp(16px, 2.6vh, 28px);
    left: clamp(24px, 4vw, 72px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    pointer-events: auto;
}

.tp-bottom-signature {
    color: rgba(63, 32, 51, 0.58);
    font-size: 0.82rem;
    font-weight: 580;
}

.tp-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.tp-legal-links a {
    color: rgba(63, 32, 51, 0.68);
    font-size: 0.84rem;
    font-weight: 610;
    text-decoration: none;
    transition: color 160ms ease;
}

.tp-legal-links a:hover,
.tp-legal-links a:focus-visible {
    color: var(--tp-pink-5);
    outline: none;
}

@media (min-width: 768px) {
    html,
    body.think-pink-homepage {
        height: 100%;
        overflow: hidden;
    }

    body.think-pink-homepage .tp-homepage,
    body.think-pink-homepage .tp-homepage__shell {
        height: 100svh;
        min-height: 0;
    }

    body.admin-bar.think-pink-homepage .tp-homepage,
    body.admin-bar.think-pink-homepage .tp-homepage__shell {
        height: calc(100svh - 32px);
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .tp-homepage__shell {
        grid-template-columns: minmax(290px, 43%) minmax(0, 57%);
    }

    .tp-left-panel__inner {
        padding-right: clamp(26px, 4vw, 48px);
        padding-left: clamp(28px, 4vw, 52px);
    }

    .tp-headline {
        max-width: 9.5ch;
        font-size: clamp(2.65rem, 5vw, 4.7rem);
    }

    .tp-slider-wrap {
        padding-right: 20px;
    }

    .tp-slider-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .tp-slider-heading strong {
        text-align: left;
    }

    .tp-marquee .tp-slide {
        width: clamp(360px, 48vw, 560px);
    }

    .tp-marquee .tp-slide--phone {
        width: clamp(230px, 29vw, 330px);
    }

    .tp-marquee .tp-slide--tablet {
        width: clamp(330px, 40vw, 480px);
    }
}

@media (max-height: 760px) and (min-width: 768px) {
    .tp-left-panel__inner,
    .tp-slider-wrap {
        padding-top: 26px;
        padding-bottom: 112px;
    }

    .tp-logo {
        max-height: 84px;
    }

    .tp-headline {
        font-size: clamp(2.35rem, 4.5vw, 4.4rem);
    }

    .tp-subheadline {
        line-height: 1.55;
    }

    .tp-slide-meta {
        display: none;
    }

    .tp-slider-heading {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    body.think-pink-homepage {
        overflow-y: auto;
    }

    body.think-pink-homepage .tp-homepage {
        min-height: 100svh;
        overflow: hidden;
    }

    .tp-homepage__shell {
        display: block;
        min-height: auto;
    }

    .tp-left-panel__inner {
        justify-content: flex-start;
        height: auto;
        padding: 30px 22px 48px;
    }

    .tp-left-panel::after,
    .tp-right-panel::before {
        display: none;
    }

    .tp-logo {
        max-width: 170px;
        max-height: 100px;
    }

    .tp-headline {
        max-width: 10ch;
        font-size: clamp(2.55rem, 13vw, 4rem);
    }

    .tp-subheadline,
    .tp-custom-html {
        max-width: none;
    }

    .tp-slider-wrap {
        min-height: 560px;
        padding: 34px 0 132px;
    }

    .tp-slider-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin: 0 22px 18px;
    }

    .tp-slider-heading strong {
        text-align: left;
    }

    .tp-marquee {
        padding-bottom: 16px;
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
    }

    .tp-marquee .tp-slide {
        width: clamp(320px, 86vw, 500px);
    }

    .tp-marquee .tp-slide--phone {
        width: clamp(235px, 66vw, 320px);
    }

    .tp-marquee .tp-slide--tablet {
        width: clamp(300px, 80vw, 430px);
    }

    .tp-marquee-group {
        gap: 20px;
        padding-right: 20px;
    }

    .tp-overlay-panels {
        inset: 18px 16px 118px;
    }

    .tp-overlay-panel {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .tp-bottom-bar {
        height: 112px;
    }

    .tp-bottom-bar__inner {
        right: 20px;
        bottom: 16px;
        left: 20px;
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 7px;
    }

    .tp-legal-links {
        justify-content: flex-start;
        gap: 14px;
    }

    .tp-bottom-signature {
        font-size: 0.75rem;
    }
}

@media (max-width: 782px) {
    body.admin-bar.think-pink-homepage .tp-homepage,
    body.admin-bar.think-pink-homepage .tp-homepage__shell {
        height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tp-quick-link,
    .tp-custom-html .tp-button,
    .tp-custom-html a.tp-button,
    .tp-custom-html .button,
    .tp-custom-html .btn {
        transition: none;
    }
}


/* ========================================================================== 
   Think Pink v1.3: seamless creator-showcase refinement
   ========================================================================== */

/* Remove the remaining visual seam between copy and showcase. */
.tp-left-panel::after,
.tp-right-panel::before {
    display: none !important;
}

.tp-homepage__shell {
    grid-template-columns: minmax(330px, 38%) minmax(0, 62%);
}

/* Give the logo its own generous display zone instead of squeezing it. */
.tp-left-panel__inner {
    justify-content: flex-start;
    gap: clamp(13px, 1.55vh, 20px);
    padding: clamp(24px, 3.6vh, 42px) clamp(32px, 4vw, 74px) clamp(28px, 4vh, 48px);
}

.tp-logo-link,
.tp-text-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: clamp(104px, 15vh, 156px);
    margin-bottom: clamp(2px, 0.8vh, 10px);
}

.tp-logo {
    max-width: clamp(180px, 16vw, 250px);
    max-height: clamp(104px, 14vh, 154px);
}

.tp-headline {
    font-size: clamp(2.6rem, 4.05vw, 5rem);
}

/* The page menu now lives in the old showcase-heading area on desktop/tablet. */
.tp-quick-links--mobile {
    display: none;
}

.tp-showcase-nav {
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 54px;
    padding: 0 clamp(28px, 4vw, 64px);
}

.tp-quick-links--showcase {
    justify-content: flex-end;
    max-width: none;
}

.tp-quick-links--showcase .tp-quick-link {
    background: rgba(255, 255, 255, 0.48);
    border-color: rgba(96, 47, 75, 0.08);
    box-shadow: 0 10px 28px rgba(101, 43, 77, 0.07);
}

/* Let the creator work be the canvas. No inset card, no padded stage. */
.tp-right-panel {
    overflow: hidden;
}

.tp-slider-wrap {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    justify-content: stretch;
    align-content: stretch;
    padding: clamp(24px, 3.6vh, 42px) 0 clamp(18px, 2.5vh, 30px);
}

.tp-marquee {
    align-self: center;
    padding: 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 2.5%, #000 98%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 2.5%, #000 98%, transparent 100%);
}

.tp-marquee-group {
    gap: clamp(14px, 1.45vw, 24px);
    padding-right: clamp(14px, 1.45vw, 24px);
}

.tp-marquee .tp-slide {
    position: relative;
    width: clamp(430px, 42vw, 720px);
}

.tp-marquee .tp-slide--phone {
    width: clamp(250px, 22vw, 370px);
}

.tp-marquee .tp-slide--tablet {
    width: clamp(370px, 34vw, 580px);
}

.tp-device {
    background: transparent;
    box-shadow: 0 30px 75px rgba(77, 29, 57, 0.17);
}

.tp-device__screen {
    background: transparent;
}

.tp-device--browser,
.tp-device--safari {
    border-color: rgba(74, 32, 57, 0.07);
}

/* Captions float on the work instead of creating a white strip below it. */
.tp-slide-meta {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 8;
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.52);
    border-radius: 16px;
    background: rgba(255,255,255,0.76);
    box-shadow: 0 12px 28px rgba(68, 26, 50, 0.10);
    backdrop-filter: blur(14px);
}

.tp-slide-meta h3 {
    font-size: 0.88rem;
}

.tp-slide-meta p {
    display: none;
}

/* Overlay pages can use the full showcase area now that there is no footer. */
.tp-overlay-panels {
    inset: clamp(88px, 12vh, 124px) clamp(24px, 3vw, 52px) clamp(24px, 4vh, 44px);
}

@media (min-width: 768px) and (max-width: 1180px) {
    .tp-homepage__shell {
        grid-template-columns: minmax(300px, 42%) minmax(0, 58%);
    }

    .tp-left-panel__inner {
        padding: 24px clamp(28px, 3.6vw, 46px) 28px;
    }

    .tp-logo-link,
    .tp-text-logo {
        min-height: clamp(96px, 13vh, 132px);
    }

    .tp-logo {
        max-width: clamp(175px, 19vw, 225px);
        max-height: clamp(94px, 12vh, 128px);
    }

    .tp-headline {
        font-size: clamp(2.45rem, 4.7vw, 4.35rem);
    }

    .tp-showcase-nav {
        justify-content: flex-start;
        padding: 0 22px;
    }

    .tp-quick-links--showcase {
        justify-content: flex-start;
    }

    .tp-quick-links--showcase .tp-quick-link {
        min-height: 38px;
        padding: 7px 11px;
        font-size: 0.82rem;
    }

    .tp-marquee .tp-slide {
        width: clamp(390px, 50vw, 590px);
    }

    .tp-marquee .tp-slide--phone {
        width: clamp(230px, 29vw, 330px);
    }

    .tp-marquee .tp-slide--tablet {
        width: clamp(340px, 42vw, 490px);
    }
}

@media (max-height: 760px) and (min-width: 768px) {
    .tp-left-panel__inner,
    .tp-slider-wrap {
        padding-top: 18px;
        padding-bottom: 20px;
    }

    .tp-logo-link,
    .tp-text-logo {
        min-height: 80px;
        margin-bottom: 0;
    }

    .tp-logo {
        max-height: 80px;
    }

    .tp-showcase-nav {
        min-height: 44px;
    }
}

@media (max-width: 767px) {
    .tp-quick-links--showcase,
    .tp-showcase-nav {
        display: none;
    }

    .tp-quick-links--mobile {
        display: flex;
    }

    .tp-left-panel__inner {
        padding: 26px 22px 42px;
    }

    .tp-logo-link,
    .tp-text-logo {
        min-height: 104px;
        margin-bottom: 4px;
    }

    .tp-logo {
        max-width: 190px;
        max-height: 112px;
    }

    .tp-slider-wrap {
        display: block;
        min-height: 520px;
        padding: 24px 0 44px;
    }

    .tp-marquee {
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 2%, #000 98%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0, #000 2%, #000 98%, transparent 100%);
    }

    .tp-overlay-panels {
        inset: 18px 16px 28px;
    }
}


/* ========================================================================== 
   Think Pink v1.4: responsive page-content drawer / mobile modal
   ========================================================================== */

.tp-overlay-panels {
    position: absolute;
    top: clamp(76px, 10vh, 112px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    overflow: hidden;
    pointer-events: none;
}

.tp-overlay-scrim {
    position: absolute;
    inset: 0;
    z-index: 0;
    border: 0;
    padding: 0;
    background: linear-gradient(90deg, rgba(255, 244, 250, 0.05), rgba(75, 29, 56, 0.12));
    opacity: 0;
    pointer-events: none;
    cursor: default;
    transition: opacity 280ms ease;
}

.tp-overlay-panels.has-open-panel .tp-overlay-scrim {
    opacity: 1;
    pointer-events: auto;
}

.tp-overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: min(72%, 760px);
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(34px, 4vw, 62px);
    padding-top: clamp(58px, 6vw, 82px);
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-right: 0;
    border-radius: 32px 0 0 32px;
    background: rgba(255, 251, 253, 0.94);
    box-shadow: -28px 0 90px rgba(76, 28, 56, 0.18);
    backdrop-filter: blur(30px) saturate(1.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(calc(100% + 44px), 0, 0);
    transition:
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 260ms ease,
        visibility 0s linear 420ms;
    will-change: transform, opacity;
}

.tp-overlay-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition:
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 260ms ease,
        visibility 0s linear 0s;
}

.tp-overlay-panel.is-closing {
    visibility: visible;
    pointer-events: none;
}

.tp-overlay-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 5;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(89, 45, 70, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(95, 39, 72, 0.13);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.tp-overlay-close:hover,
.tp-overlay-close:focus-visible {
    outline: none;
    transform: rotate(5deg) scale(1.04);
    background: #fff;
    box-shadow: 0 16px 36px rgba(95, 39, 72, 0.18);
}

.tp-overlay-panel__content {
    width: 100%;
    max-width: 780px;
    padding-right: 8px;
}

.tp-overlay-panel__body {
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
}

@media (min-width: 768px) and (max-width: 1180px) {
    .tp-overlay-panel {
        width: min(84%, 680px);
        border-radius: 28px 0 0 28px;
        padding-right: clamp(28px, 4vw, 48px);
        padding-left: clamp(28px, 4vw, 48px);
    }
}

@media (max-width: 767px) {
    body.tp-overlay-open {
        overflow: hidden;
    }

    .tp-overlay-panels {
        position: fixed;
        inset: 0;
        z-index: 999999;
        overflow: visible;
    }

    .tp-overlay-scrim {
        background: rgba(61, 23, 46, 0.28);
        backdrop-filter: blur(8px);
        cursor: pointer;
    }

    .tp-overlay-panel {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: min(calc(100vw - 34px), 540px);
        max-height: min(78vh, 680px);
        padding: 64px 22px 28px;
        border: 1px solid rgba(255, 255, 255, 0.88);
        border-radius: 26px;
        background: rgba(255, 252, 254, 0.97);
        box-shadow: 0 28px 90px rgba(66, 23, 48, 0.27);
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-50%, calc(-50% + 24px), 0) scale(0.975);
        transition:
            transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 220ms ease,
            visibility 0s linear 300ms;
    }

    .tp-overlay-panel.is-open {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, -50%, 0) scale(1);
        transition:
            transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 220ms ease,
            visibility 0s linear 0s;
    }

    .tp-overlay-panel.is-closing {
        visibility: visible;
    }

    .tp-overlay-close {
        top: 14px;
        right: 14px;
        width: 44px;
        height: 44px;
    }

    .tp-overlay-panel h2 {
        padding-right: 38px;
        font-size: clamp(1.75rem, 8vw, 2.45rem);
    }

    .tp-overlay-panel__content {
        padding-right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tp-overlay-panel,
    .tp-overlay-panel.is-open,
    .tp-overlay-scrim {
        transition-duration: 1ms !important;
    }
}

/* ========================================================================== 
   Think Pink v1.5: expanded brand column, clickable reel, full-height drawers
   ========================================================================== */

/* Shift the brand story inward and give the logo a real hero-sized stage. */
@media (min-width: 1181px) {
    .tp-homepage__shell {
        grid-template-columns: minmax(420px, 36%) minmax(0, 64%);
    }

    .tp-left-panel__inner {
        padding-left: clamp(76px, 6.25vw, 124px);
        padding-right: clamp(24px, 2.4vw, 46px);
    }

    .tp-logo-link,
    .tp-text-logo {
        min-height: clamp(150px, 18vh, 196px);
        margin-bottom: clamp(4px, 1vh, 14px);
    }

    .tp-logo {
        width: auto;
        max-width: clamp(245px, 20vw, 330px);
        max-height: clamp(142px, 17vh, 188px);
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .tp-homepage__shell {
        grid-template-columns: minmax(330px, 42%) minmax(0, 58%);
    }

    .tp-left-panel__inner {
        padding-left: clamp(42px, 5vw, 68px);
        padding-right: clamp(22px, 3vw, 42px);
    }

    .tp-logo-link,
    .tp-text-logo {
        min-height: clamp(124px, 16vh, 162px);
    }

    .tp-logo {
        max-width: clamp(210px, 24vw, 278px);
        max-height: clamp(118px, 15vh, 154px);
    }
}

/* Linked showcase cards remain part of the moving reel but now open pages. */
.tp-slide--linked {
    cursor: pointer;
    outline: none;
}

.tp-slide--linked .tp-device {
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.tp-slide--linked:hover .tp-device,
.tp-slide--linked:focus-visible .tp-device,
.tp-slide--linked.is-active .tp-device {
    transform: translateY(-3px);
    box-shadow: 0 36px 88px rgba(77, 29, 57, 0.22);
}

.tp-slide--linked:focus-visible .tp-device {
    outline: 3px solid rgba(234, 77, 152, 0.34);
    outline-offset: 5px;
}

.tp-slide-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tp-slide-meta__open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(234, 77, 152, 0.12);
    color: var(--tp-pink-5);
    font-size: 0.84rem;
    font-weight: 800;
}

/* The reel never pauses for hover or focus. */
.tp-marquee,
.tp-marquee-track,
.tp-marquee:hover .tp-marquee-track,
.tp-marquee:focus-within .tp-marquee-track {
    animation-play-state: running !important;
}

/* One full-viewport page system for menu buttons and linked slides. */
body.tp-overlay-open {
    overflow: hidden !important;
}

.tp-overlay-panels {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482000 !important;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    pointer-events: none;
}

.tp-overlay-panels.has-open-panel {
    pointer-events: auto;
}

.tp-overlay-scrim {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    border: 0;
    border-radius: 0;
    background: rgba(58, 21, 44, 0.18);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 320ms ease;
}

.tp-overlay-panels.has-open-panel .tp-overlay-scrim {
    opacity: 1;
    pointer-events: auto;
}

.tp-overlay-panel {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(68vw, 1040px) !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(82px, 9vh, 116px) clamp(44px, 5vw, 82px) clamp(54px, 7vh, 88px) !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.78) !important;
    border-radius: 34px 0 0 34px !important;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 198, 227, 0.27), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.985), rgba(255, 246, 251, 0.975)) !important;
    box-shadow: -34px 0 110px rgba(68, 24, 50, 0.22) !important;
    backdrop-filter: blur(30px) saturate(1.12);
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate3d(104%, 0, 0) !important;
    transition:
        transform 470ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 280ms ease,
        visibility 0s linear 470ms !important;
    will-change: transform, opacity;
}

.tp-overlay-panel.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
    transition:
        transform 470ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 280ms ease,
        visibility 0s linear 0s !important;
}

.tp-overlay-panel.is-closing {
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translate3d(104%, 0, 0) !important;
}

.tp-overlay-close {
    position: fixed !important;
    top: clamp(20px, 3vh, 32px) !important;
    right: clamp(22px, 3vw, 38px) !important;
    z-index: 8;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    font-size: 1.8rem;
}

.tp-overlay-panel__content {
    width: min(100%, 840px) !important;
    max-width: 840px !important;
    margin: 0 auto;
    padding: 0 !important;
}

.tp-overlay-panel h2 {
    font-size: clamp(2.35rem, 4.6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.tp-overlay-panel__body {
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.75;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .tp-overlay-panel {
        width: min(78vw, 820px) !important;
        padding-right: clamp(34px, 5vw, 62px) !important;
        padding-left: clamp(34px, 5vw, 62px) !important;
        border-radius: 30px 0 0 30px !important;
    }
}

/* Mobile uses a true full-screen pop-up rather than a partial card. */
@media (max-width: 767px) {
    .tp-logo {
        max-width: 225px;
        max-height: 136px;
    }

    .tp-overlay-scrim {
        background: rgba(55, 19, 42, 0.24);
        backdrop-filter: blur(7px);
    }

    .tp-overlay-panel {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: none !important;
        padding: 78px 22px 42px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background:
            radial-gradient(circle at 88% 8%, rgba(255, 186, 220, 0.34), transparent 30%),
            linear-gradient(155deg, #fffefe 0%, #fff5fa 100%) !important;
        box-shadow: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translate3d(0, 18px, 0) scale(0.985) !important;
        transition:
            transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 220ms ease,
            visibility 0s linear 300ms !important;
    }

    .tp-overlay-panel.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate3d(0, 0, 0) scale(1) !important;
        transition:
            transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 220ms ease,
            visibility 0s linear 0s !important;
    }

    .tp-overlay-panel.is-closing {
        opacity: 0 !important;
        visibility: visible !important;
        transform: translate3d(0, 18px, 0) scale(0.985) !important;
    }

    .tp-overlay-close {
        top: 14px !important;
        right: 14px !important;
        width: 48px !important;
        height: 48px !important;
    }

    .tp-overlay-panel h2 {
        padding-right: 42px;
        font-size: clamp(2.15rem, 11vw, 3.65rem);
    }

    .tp-overlay-panel__body {
        font-size: 1rem;
    }
}

@media (max-height: 760px) and (min-width: 768px) {
    .tp-left-panel__inner {
        padding-top: 16px;
        padding-bottom: 18px;
    }

    .tp-logo-link,
    .tp-text-logo {
        min-height: 92px;
    }

    .tp-logo {
        max-height: 98px;
    }
}
