/* ====== Showcase – Most Chosen Products ====== */
.section-chosen {
    max-width: 80rem;
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) clamp(3.5rem, 7vw, 6rem);
}

/* ---- Section header ---- */
.section-chosen-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* ---- Shared label pattern ---- */
.section-chosen-label,
.showcase-card-label {
    font-family: var(--ff-semibold, sans-serif);
    font-weight: var(--fw-bolder, 600);
    text-transform: uppercase;
    color: var(--punchline-terracotta);
}

.section-chosen-label {
    display: inline-flex;
    align-items: center;
    gap: 0.625em;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
}

.section-chosen-label::before,
.section-chosen-label::after {
    content: '';
    width: 1.75rem;
    height: 1.5px;
    background: var(--punchline-terracotta);
    opacity: 0.4;
}

.showcase-card-label {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.625rem;
}

/* ---- Shared title pattern ---- */
.section-chosen-title,
.showcase-card-title {
    font-family: var(--ff-serif);
    font-weight: 700;
    line-height: 1.2;
}

.section-chosen-title {
    font-size: var(--fs-hero);
    margin-bottom: 0.75rem;
}

.showcase-card-title {
    font-size: 1.4375rem;
    margin-bottom: 0.625rem;
}

.section-chosen-subtitle {
    font-size: 1.0625rem;
    color: var(--punchline-text-light);
    max-width: 32.5rem;
    margin: 0 auto;
    line-height: var(--lh-relaxed, 1.6);
}

/* ---- Showcase item ---- */
.showcase-item {
    position: relative;
    margin-bottom: 6.25rem;
    min-height: 26.25rem;
}

.showcase-item:last-child {
    margin-bottom: 0;
}

/* ---- Media panel (65% width, absolute) ---- */
.showcase-media {
    position: absolute;
    top: 0;
    width: 65%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background: var(--punchline-cream);
    box-shadow: 0 0.75rem 2.5rem hsl(23 41% 16% / 0.1);
}

.showcase-item.img-left .showcase-media { left: 0; }
.showcase-item.img-right .showcase-media { right: 0; }

.showcase-media video,
.showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 6s ease;
}

.showcase-item:hover .showcase-media video,
.showcase-item:hover .showcase-media img {
    transform: scale(1.03);
}

/* ---- Card overlay ---- */
.showcase-card {
    position: absolute;
    bottom: -2.5rem;
    min-width: 17.5rem;
    background: hsl(0 0% 100% / 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 1.125rem;
    padding: 1.75rem 2rem;
    box-shadow: 0 0.5rem 2.25rem hsl(0 0% 0% / 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 10;
}

.showcase-item:hover .showcase-card {
    transform: translateY(-0.25rem);
    box-shadow: 0 1rem 3.25rem hsl(0 0% 0% / 0.14);
}

.showcase-item.img-left .showcase-card { left: 52%; right: 0.5rem; }
.showcase-item.img-right .showcase-card { left: 0.5rem; right: 52%; }

.showcase-card-desc {
    font-size: 0.875rem;
    color: var(--punchline-text-light);
    line-height: var(--lh-relaxed, 1.6);
    margin-bottom: 1.25rem;
}

.showcase-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-family: var(--ff-semibold, sans-serif);
    font-weight: var(--fw-bolder, 600);
    color: var(--punchline-terracotta);
    text-decoration: none;
    padding: 0.5625em 1.125em;
    border: 2px solid var(--punchline-terracotta);
    border-radius: 0.625em;
    transition: background 0.25s ease, color 0.25s ease;
}

.showcase-card-link:hover {
    background: var(--punchline-terracotta);
    color: var(--white, hsl(0, 0%, 97%));
}

.showcase-card-link svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.25s ease;
}

.showcase-card-link:hover svg {
    transform: translateX(3px);
}

/* ---- Placeholders (temporary, until real media) ---- */
.showcase-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.showcase-item:nth-child(1) .showcase-placeholder { background: linear-gradient(150deg, #d6cabA 0%, #c4b8a6 60%, #b5a890 100%); }
.showcase-item:nth-child(2) .showcase-placeholder { background: linear-gradient(150deg, #c9bfb2 0%, #b8ad9e 60%, #a89d8e 100%); }
.showcase-item:nth-child(3) .showcase-placeholder { background: linear-gradient(150deg, #d2c5b5 0%, #c8baa8 60%, #baac98 100%); }
.showcase-item:nth-child(4) .showcase-placeholder { background: linear-gradient(150deg, #cfc3b3 0%, #c1b4a2 60%, #b3a692 100%); }
.showcase-item:nth-child(5) .showcase-placeholder { background: linear-gradient(150deg, #ddd3c6 0%, #d0c4b4 60%, #c3b7a5 100%); }
.showcase-item:nth-child(6) .showcase-placeholder { background: linear-gradient(150deg, #d8cdc0 0%, #cbc0b0 60%, #beb3a2 100%); }
.showcase-item:nth-child(7) .showcase-placeholder { background: linear-gradient(150deg, #e0d6ca 0%, #d4c9bb 60%, #c8bcad 100%); }
.showcase-item:nth-child(8) .showcase-placeholder { background: linear-gradient(150deg, #d9cfc3 0%, #cdc2b4 60%, #c1b6a6 100%); }

.ph-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: hsl(18 55% 49% / 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.ph-text {
    font-size: 0.8125rem;
    color: var(--punchline-text-light);
    text-align: center;
    line-height: 1.5;
    max-width: 17.5rem;
}

.ph-text strong {
    display: block;
    font-size: 0.875rem;
    color: var(--punchline-brown);
    margin-bottom: 0.25rem;
}

/* ---- Responsive ---- */
@media (max-width: 68.75em) {
    .showcase-item.img-left .showcase-card { left: 48%; right: 0.5rem; }
    .showcase-item.img-right .showcase-card { left: 0.5rem; right: 48%; }
}

@media (max-width: 56.25em) {
    .showcase-item {
        min-height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 2.5rem;
        border-radius: 0.875rem;
        overflow: hidden;
        box-shadow: 0 0.5rem 1.75rem hsl(23 41% 16% / 0.08);
    }

    .showcase-media {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0;
        min-height: 16.25rem;
        box-shadow: none;
    }

    .showcase-placeholder { min-height: 16.25rem; }

    .showcase-card {
        position: relative;
        bottom: auto;
        left: auto !important;
        right: auto !important;
        transform: none;
        width: 100%;
        min-width: 0;
        border-radius: 0 0 0.875rem 0.875rem;
        padding: 1.5rem;
    }

    .showcase-item:hover .showcase-card { transform: none; }
}

@media (max-width: 37.5em) {
    .showcase-card-title { font-size: 1.25rem; }
    .showcase-media { min-height: 12.5rem; }
    .showcase-placeholder { min-height: 12.5rem; }
    .showcase-card { padding: 1.25rem; }
    .showcase-item { margin-bottom: 1.5rem; }
}
