/* Product Designer 8.0 - Estilo Premium 2.5.1.3 */

:root {
    --pdc-ink: #171515;
    --pdc-muted: #6f6761;
    --pdc-line: #e6e1db;
    --pdc-teal: #1a7f7d;
    --pdc-teal-dark: #126b69;
    --pdc-gold: #b88737;
    --pdc-bg: #f8f4ed;
    --pdc-white: #fff;
}

.pdc-page-premium {
    min-height: 100vh;
    padding: 36px 0 76px;
    background: var(--pdc-bg);
}

.pdc-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.pdc-hero-premium {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

.pdc-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: var(--pdc-gold);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pdc-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4.2vw, 4.2rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.035em;
}

.pdc-hero-copy > p {
    max-width: 680px;
    margin: 16px 0 0;
    color: var(--pdc-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.pdc-hero-panel {
    padding: 20px;
    border: 1px solid var(--pdc-line);
    border-radius: 18px;
    background: var(--pdc-white);
    box-shadow: 0 12px 28px rgba(31, 26, 21, .06);
}

.pdc-hero-panel strong,
.pdc-hero-panel span,
.pdc-hero-panel small {
    display: block;
}

.pdc-hero-panel strong {
    color: var(--pdc-teal);
    font-size: 2.5rem;
    line-height: 1;
}

.pdc-hero-panel span {
    margin-top: 6px;
    font-weight: 900;
}

.pdc-hero-panel small {
    margin-top: 7px;
    color: var(--pdc-muted);
    line-height: 1.4;
}

.pdc-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.pdc-card-premium {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pdc-line);
    border-radius: 28px;
    background: var(--pdc-white);
    box-shadow: 0 10px 28px rgba(31, 26, 21, .05);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.pdc-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(31, 26, 21, .10);
}

.pdc-premium-media {
    position: relative;
    display: block;
    min-height: 300px;
    overflow: hidden;
    padding: 24px;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 255, 255, .16) 0 43px,
            transparent 44px
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(255, 255, 255, .14) 0 48px,
            transparent 49px
        ),
        linear-gradient(
            135deg,
            #2f7774,
            #6c9e9b
        );
    color: inherit;
    text-decoration: none;
}

.pdc-card-premium:nth-child(3n + 2) .pdc-premium-media {
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 255, 255, .15) 0 43px,
            transparent 44px
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(255, 255, 255, .14) 0 48px,
            transparent 49px
        ),
        linear-gradient(
            135deg,
            #9a7435,
            #c1a15b
        );
}

.pdc-card-premium:nth-child(3n + 3) .pdc-premium-media {
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 255, 255, .14) 0 43px,
            transparent 44px
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(255, 255, 255, .12) 0 48px,
            transparent 49px
        ),
        linear-gradient(
            135deg,
            #776586,
            #a18cab
        );
}

.pdc-live-stage {
    width: 100%;
    min-height: 250px;
    display: grid;
    place-items: center;
}

.pdc-live-canvas {
    position: relative;
    width: min(78%, 260px);
    aspect-ratio: var(--pdc-canvas-ratio, 1 / 1);
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, .96);
    border-radius: 3px;
    background: #f2eeed;
    box-shadow: 0 17px 32px rgba(28, 24, 20, .23);
    transform: rotate(8deg);
    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.pdc-card-premium:hover .pdc-live-canvas {
    transform: rotate(4deg) scale(1.02);
    box-shadow: 0 22px 42px rgba(28, 24, 20, .28);
}

.pdc-live-photo,
.pdc-live-text {
    position: absolute;
    box-sizing: border-box;
}

.pdc-live-photo {
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(22, 139, 139, .35);
    background:
        linear-gradient(
            135deg,
            rgba(22, 139, 139, .28),
            rgba(187, 146, 83, .28)
        );
}

.pdc-live-photo span {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    color: #48636a;
    font-size: 9px;
    font-weight: 900;
}

.pdc-live-photo.is-circle {
    border-radius: 50%;
}

.pdc-live-photo.is-rounded {
    border-radius: 8px;
}

.pdc-live-photo.is-rectangle {
    border-radius: 2px;
}

.pdc-live-text {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
    font-size:
        clamp(
            6px,
            calc(var(--pdc-text-size, 28) * .24px),
            14px
        );
    font-weight: 800;
    line-height: 1.05;
    text-wrap: balance;
}

.pdc-media-category {
    position: absolute;
    left: 20px;
    bottom: 18px;
    z-index: 4;
    color: #fff;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.pdc-orientation {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 4;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #5f5852;
    font-size: .67rem;
    font-weight: 900;
}

.pdc-live-overlay {
    position: absolute;
    left: 50%;
    bottom: 52px;
    transform: translate(-50%, 8px);
    z-index: 6;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(24, 21, 18, .82);
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    opacity: 0;
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.pdc-premium-media:hover .pdc-live-overlay {
    transform: translate(-50%, 0);
    opacity: 1;
}

.pdc-card-body-premium {
    padding: 28px 24px 23px;
}

.pdc-product-name {
    display: block;
    margin-bottom: 11px;
    color: var(--pdc-gold);
    font-size: .71rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.pdc-card-body-premium h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.58rem;
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -.025em;
}

.pdc-card-body-premium > p {
    min-height: 46px;
    margin: 14px 0 0;
    color: var(--pdc-muted);
    font-size: .87rem;
    line-height: 1.55;
}

.pdc-live-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
}

.pdc-live-metrics span {
    padding: 6px 8px;
    border-radius: 999px;
    background: #f6f2eb;
    color: #675f58;
    font-size: .72rem;
}

.pdc-live-metrics strong {
    color: var(--pdc-teal-dark);
}

.pdc-card-footer-premium {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 14px;
    margin-top: 24px;
    padding-top: 17px;
    border-top: 1px solid var(--pdc-line);
}

.pdc-price small,
.pdc-price strong {
    display: block;
}

.pdc-price small {
    color: var(--pdc-muted);
    font-size: .68rem;
}

.pdc-price strong {
    margin-top: 2px;
    font-size: .92rem;
}

.pdc-premium-action {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pdc-teal-dark);
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
}

.pdc-premium-action:hover {
    text-decoration: underline;
}

.pdc-live-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
    color: #6f6761;
    font-size: .72rem;
    font-weight: 800;
    text-align: center;
}

.pdc-empty {
    padding: 45px 20px;
    border: 1px dashed #d8d0c8;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.pdc-empty strong,
.pdc-empty span {
    display: block;
}

.pdc-empty span {
    margin-top: 8px;
    color: var(--pdc-muted);
}

@media (max-width: 1050px) {
    .pdc-grid-premium {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .pdc-shell {
        width: min(100% - 22px, 100%);
    }

    .pdc-hero-premium {
        grid-template-columns: 1fr;
    }

    .pdc-grid-premium {
        grid-template-columns: 1fr;
    }

    .pdc-premium-media {
        min-height: 290px;
    }

    .pdc-live-stage {
        min-height: 240px;
    }
}
