/* Sweet Coco — Premium Homepage */

.sc-premium-home {
    --sc-chocolate: #2a1814;
    --sc-brown: #4a2f26;
    --sc-brown-light: #6f4e3e;
    --sc-gold: #b8925a;
    --sc-gold-light: #dcc9a3;
    --sc-caramel: #a97442;
    --sc-cream: #f8f4ed;
    --sc-cream-dark: #eee8dc;
    --sc-text: #241812;
    --sc-text-muted: #87796a;
    --sc-white: #fffcf7;
    --sc-chocolate-rgb: 42, 24, 20;
    --sc-gold-rgb: 184, 146, 90;
    --sc-cream-rgb: 248, 244, 237;
    --sc-shadow: 0 20px 50px rgba(var(--sc-chocolate-rgb), 0.07);
    --sc-shadow-hover: 0 28px 64px rgba(var(--sc-chocolate-rgb), 0.12);
    --sc-radius: 20px;
    --sc-radius-sm: 12px;
    --sc-font-display: "Playfair Display", Georgia, serif;
    --sc-font-body: "Jost", "Segoe UI", sans-serif;
    font-family: var(--sc-font-body);
    color: var(--sc-text);
    background: var(--sc-cream);
    /* Use clip so overflow-x does not force overflow-y:auto (nested scrollbar) */
    overflow-x: clip;
    overflow-y: visible;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sc-premium-home > .sc-section,
.sc-premium-home > .sc-trust-bar,
.sc-premium-home > .sc-hero {
    position: relative;
    z-index: 1;
}

/* ─── Floating premium shapes ─── */
.sc-premium-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.sc-shape {
    position: absolute;
    display: block;
    opacity: 0.24;
}

.sc-shape--ring {
    border-radius: 50%;
    border: 1px solid rgba(var(--sc-gold-rgb), 0.22);
    background: transparent;
}

.sc-shape--dot {
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--sc-gold-rgb), 0.55), rgba(var(--sc-gold-rgb), 0.12));
    box-shadow: 0 8px 28px rgba(var(--sc-gold-rgb), 0.1);
}

.sc-shape--blob {
    border-radius: 42% 58% 63% 37% / 42% 36% 64% 58%;
    background: linear-gradient(135deg, rgba(var(--sc-gold-rgb), 0.1), rgba(var(--sc-chocolate-rgb), 0.04));
    filter: blur(0.5px);
}

.sc-shape--diamond {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(var(--sc-gold-rgb), 0.18);
    background: rgba(var(--sc-cream-rgb), 0.45);
    transform: rotate(45deg);
}

.sc-shape--arc {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(var(--sc-gold-rgb), 0.16);
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
}

.sc-shape--1 {
    top: 12%;
    right: 8%;
    width: 140px;
    height: 140px;
    animation: scShapeFloatA 18s ease-in-out infinite;
}

.sc-shape--2 {
    top: 28%;
    left: 4%;
    width: 14px;
    height: 14px;
    animation: scShapeFloatB 12s ease-in-out infinite;
}

.sc-shape--3 {
    top: 42%;
    right: 14%;
    width: 220px;
    height: 220px;
    animation: scShapeMorph 22s ease-in-out infinite;
}

.sc-shape--4 {
    top: 58%;
    left: 10%;
    animation: scShapeSpin 24s linear infinite;
}

.sc-shape--5 {
    top: 72%;
    right: 6%;
    width: 90px;
    height: 90px;
    animation: scShapeFloatB 16s ease-in-out infinite reverse;
}

.sc-shape--6 {
    top: 84%;
    left: 18%;
    width: 10px;
    height: 10px;
    animation: scShapePulse 4s ease-in-out infinite;
}

.sc-shape--7 {
    top: 18%;
    left: 42%;
    animation: scShapeSpin 20s linear infinite reverse;
}

.sc-shape--8 {
    top: 66%;
    left: 48%;
    width: 180px;
    height: 180px;
    animation: scShapeMorph 26s ease-in-out infinite reverse;
}

@keyframes scShapeFloatA {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-18px, 24px) rotate(8deg);
    }
}

@keyframes scShapeFloatB {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(14px, -20px);
    }
}

@keyframes scShapeMorph {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        border-radius: 42% 58% 63% 37% / 42% 36% 64% 58%;
    }

    50% {
        transform: translate(-12px, 16px) rotate(12deg) scale(1.06);
        border-radius: 58% 42% 37% 63% / 36% 64% 42% 58%;
    }
}

@keyframes scShapeSpin {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(405deg);
    }
}

@keyframes scShapePulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.45;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.85;
    }
}

.sc-premium-home > .sc-hero {
    order: 1;
}

.sc-premium-home > .sc-trust-bar--home {
    order: 2;
}

.sc-premium-home > .sc-section {
    order: 10;
}

/* ─── Hero ─── */
.sc-hero {
    position: relative;
    background: var(--sc-chocolate);
}

.sc-hero__slider-wrap {
    position: relative;
    overflow: hidden;
}

.sc-hero .main-banner-slider,
.sc-hero .main-banner-slider .owl-stage-outer {
    overflow: hidden;
}

.sc-hero .main-banner-slider .main-banner-slider-item {
    position: relative;
    height: clamp(320px, 58vh, 680px);
    overflow: hidden;
}

.sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__media {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__img {
    width: 100% !important;
    height: clamp(320px, 58vh, 680px) !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    transform: scale(1.02);
    transition: transform 8s ease;
}

.sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__img--mobile {
    display: none !important;
}

.sc-hero .main-banner-slider-item a {
    display: block;
    height: 100%;
}

.sc-hero .owl-item.active .main-banner-slider-item .sc-hero__img {
    transform: scale(1);
}

.sc-hero .main-banner-slider-item .sc-hero__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(var(--sc-chocolate-rgb), 0.82) 0%,
        rgba(var(--sc-chocolate-rgb), 0.55) 34%,
        rgba(var(--sc-chocolate-rgb), 0.16) 58%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 2;
}

.sc-hero .main-banner-slider-item .sc-hero__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.sc-hero .main-banner-slider-item .sc-hero__content .container {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x, 0.75rem) + 40px);
    padding-right: var(--bs-gutter-x, 0.75rem);
}

.sc-hero__inner {
    max-width: 520px;
    text-align: left;
    padding-left: 20px;
}

.sc-hero__eyebrow {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--sc-gold-light);
    margin-bottom: 14px;
    opacity: 0;
}

.sc-hero__title {
    font-family: var(--sc-font-display);
    font-size: clamp(1.9rem, 3.8vw, 3.1rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--sc-white);
    margin: 0 0 14px;
    opacity: 0;
}

.sc-hero__title em {
    font-style: italic;
    color: var(--sc-gold-light);
}

.sc-hero__subtitle {
    font-size: clamp(0.88rem, 1.2vw, 1rem);
    color: rgba(var(--sc-cream-rgb), 0.88);
    line-height: 1.65;
    max-width: 420px;
    margin: 0 0 24px;
    opacity: 0;
}

.sc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    pointer-events: all;
    opacity: 0;
}

.sc-hero__inner.is-animated .sc-hero__eyebrow,
.sc-hero .owl-item.active .sc-hero__inner .sc-hero__eyebrow {
    animation: scFadeUp 0.8s ease both;
}

.sc-hero__inner.is-animated .sc-hero__title,
.sc-hero .owl-item.active .sc-hero__inner .sc-hero__title {
    animation: scFadeUp 0.8s 0.1s ease both;
}

.sc-hero__inner.is-animated .sc-hero__subtitle,
.sc-hero .owl-item.active .sc-hero__inner .sc-hero__subtitle {
    animation: scFadeUp 0.8s 0.2s ease both;
}

.sc-hero__inner.is-animated .sc-hero__actions,
.sc-hero .owl-item.active .sc-hero__inner .sc-hero__actions {
    animation: scFadeUp 0.8s 0.3s ease both;
}

.sc-hero .owl-item:not(.active) .sc-hero__inner .sc-hero__eyebrow,
.sc-hero .owl-item:not(.active) .sc-hero__inner .sc-hero__title,
.sc-hero .owl-item:not(.active) .sc-hero__inner .sc-hero__subtitle,
.sc-hero .owl-item:not(.active) .sc-hero__inner .sc-hero__actions {
    opacity: 0;
    animation: none;
}

.sc-hero__actions .sc-btn {
    padding: 11px 24px;
    font-size: 11px;
    letter-spacing: 0.14em;
    line-height: 1.2;
    min-height: 0;
}

.sc-hero__actions .sc-btn--gold {
    box-shadow: 0 4px 16px rgba(var(--sc-gold-rgb), 0.22);
}

.sc-hero__actions .sc-btn--gold:hover {
    box-shadow: 0 8px 24px rgba(var(--sc-gold-rgb), 0.3);
}

.sc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.sc-btn--gold {
    background: linear-gradient(135deg, var(--sc-gold-light) 0%, var(--sc-gold) 52%, var(--sc-caramel) 100%);
    color: var(--sc-chocolate);
    box-shadow: 0 8px 24px rgba(var(--sc-gold-rgb), 0.28);
    position: relative;
    overflow: hidden;
}

.sc-btn--gold::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 35%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 65%
    );
    transform: translateX(-120%);
    transition: transform 0.65s ease;
}

.sc-btn--gold:hover::after {
    transform: translateX(120%);
}

.sc-btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(var(--sc-gold-rgb), 0.38);
    color: var(--sc-chocolate);
}

.sc-btn--outline {
    background: transparent;
    color: var(--sc-white);
    border-color: rgba(var(--sc-cream-rgb), 0.42);
}

.sc-btn--outline:hover {
    background: rgba(var(--sc-cream-rgb), 0.1);
    border-color: var(--sc-gold-light);
    color: var(--sc-white);
}

.sc-hero .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 4;
    pointer-events: none;
}

.sc-hero .owl-nav button {
    position: absolute;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: rgba(var(--sc-chocolate-rgb), 0.35) !important;
    border: 1px solid rgba(var(--sc-gold-rgb), 0.28) !important;
    color: var(--sc-gold-light) !important;
    backdrop-filter: blur(12px);
    pointer-events: all;
    transition: all 0.3s ease;
    font-size: 18px !important;
}

.sc-hero .owl-nav button:hover {
    background: var(--sc-gold) !important;
    border-color: var(--sc-gold) !important;
    color: var(--sc-chocolate) !important;
}

.sc-hero .owl-prev { left: 24px; }
.sc-hero .owl-next { right: 24px; }

@media (min-width: 992px) {
    .sc-hero .main-banner-slider-item .sc-hero__content .container {
        padding-left: calc(var(--bs-gutter-x, 0.75rem) + 72px);
    }

    .sc-hero__inner {
        padding-left: 32px;
    }
}

@media (min-width: 1200px) {
    .sc-hero .main-banner-slider-item .sc-hero__content .container {
        padding-left: calc(var(--bs-gutter-x, 0.75rem) + 96px);
    }

    .sc-hero__inner {
        padding-left: 40px;
    }
}

/* ─── Trust bar ─── */
.sc-trust-bar {
    background: linear-gradient(135deg, var(--sc-chocolate) 0%, #382018 55%, var(--sc-brown) 100%);
    border-top: 1px solid rgba(var(--sc-gold-rgb), 0.16);
    padding: 22px 0;
}

.sc-trust-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sc-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.sc-trust-item__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(var(--sc-gold-rgb), 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sc-gold-light);
    font-size: 16px;
    flex-shrink: 0;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    background: rgba(var(--sc-chocolate-rgb), 0.35);
}

.sc-trust-item:hover .sc-trust-item__icon {
    transform: scale(1.08);
    border-color: rgba(var(--sc-gold-rgb), 0.55);
    box-shadow: 0 0 18px rgba(var(--sc-gold-rgb), 0.22);
}

.sc-trust-item span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(var(--sc-cream-rgb), 0.9);
    line-height: 1.4;
}

/* ─── Section headers ─── */
.sc-section {
    padding: clamp(56px, 8vw, 96px) 0;
}

.sc-section--cream {
    background: linear-gradient(180deg, var(--sc-cream) 0%, var(--sc-cream-dark) 100%);
}

.sc-section--white {
    background: var(--sc-white);
}

.sc-section-header {
    text-align: center;
    margin-bottom: clamp(36px, 5vw, 56px);
}

.sc-section-header--left {
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.sc-section-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--sc-caramel);
    margin-bottom: 12px;
}

.sc-section-title {
    font-family: var(--sc-font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 500;
    color: var(--sc-brown);
    margin: 0;
    line-height: 1.2;
}

.sc-section-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--sc-caramel), var(--sc-gold), var(--sc-gold-light));
    margin: 18px auto 0;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.15s;
}

.sc-premium-home.sc-animations-ready .sc-section-header.sc-reveal:not(.is-visible) .sc-section-divider,
.sc-premium-home.sc-animations-ready .sc-story__grid > .sc-reveal:not(.is-visible) .sc-section-divider {
    transform: scaleX(0);
}

.sc-premium-home.sc-animations-ready .sc-section-header.is-visible .sc-section-divider,
.sc-premium-home.sc-animations-ready .sc-story__grid > .is-visible .sc-section-divider {
    transform: scaleX(1);
}

.sc-section-header--left .sc-section-divider {
    margin: 18px 0 0;
}

.sc-view-all {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-brown-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--sc-gold-rgb), 0.55);
    padding-bottom: 4px;
    transition: color 0.3s ease, letter-spacing 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.sc-view-all:hover {
    color: var(--sc-caramel);
    letter-spacing: 0.18em;
    transform: translateX(4px);
}

.sc-view-all--center {
    display: inline-block;
    margin-top: 20px;
}

/* ─── Collection product sections ─── */
.sc-premium-home .sc-collection {
    margin-top: clamp(56px, 8vw, 96px);
}

.sc-premium-home .sc-collection:first-of-type {
    margin-top: clamp(72px, 10vw, 120px);
}

.sc-collection__header {
    text-align: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(32px, 4vw, 48px);
    padding-top: clamp(28px, 4vw, 48px);
}

.sc-collection__header .sc-section-divider {
    margin: 18px auto 0;
}

.sc-collection__header-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.sc-collection__header-action .sc-view-all {
    margin-top: 0;
}

.sc-premium-home .sc-collection .product_sliders,
.sc-premium-home .sc-collection__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2vw, 24px) !important;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.sc-premium-home .sc-collection .product_item,
.sc-premium-home .sc-collection .sc-product-card {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
}

/* ─── Categories ─── */
.sc-categories {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sc-category-card {
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.sc-category-card__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
    padding: 3px;
    background: linear-gradient(135deg, var(--sc-gold-light), var(--sc-gold), var(--sc-caramel));
    border-radius: 14px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sc-category-card:hover .sc-category-card__img-wrap {
    transform: scale(1.05);
    box-shadow: 0 16px 38px rgba(var(--sc-chocolate-rgb), 0.1);
}

.sc-category-card__img-inner {
    position: absolute;
    inset: 3px;
    border-radius: 11px;
    overflow: hidden;
    background: var(--sc-white);
    border: 2px solid var(--sc-white);
}

.sc-category-card__img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.sc-category-card:hover .sc-category-card__img-inner img {
    transform: scale(1.08);
}

.sc-category-card__name {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--sc-brown);
    transition: color 0.3s ease;
}

.sc-category-card:hover .sc-category-card__name {
    color: var(--sc-caramel);
}

/* ─── Brand story ─── */
.sc-story {
    background: linear-gradient(160deg, var(--sc-cream) 0%, #ebe4d8 48%, var(--sc-cream-dark) 100%);
    position: relative;
    padding-top: clamp(40px, 6vw, 72px);
    padding-bottom: clamp(40px, 6vw, 72px);
}

.sc-story::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(var(--sc-gold-rgb), 0.07), transparent 70%);
    pointer-events: none;
}

.sc-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.sc-story__visual {
    position: relative;
}

.sc-story__gallery {
    width: 100%;
}

.sc-story__frame {
    position: relative;
    width: 100%;
    height: clamp(400px, 42vw, 580px);
    min-height: 400px;
    max-height: 580px;
    border-radius: var(--sc-radius);
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(var(--sc-chocolate-rgb), 0.12);
    background: var(--sc-brown);
    border: 1px solid rgba(var(--sc-gold-rgb), 0.14);
}

.sc-story__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sc-story__photo.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    animation: scStoryZoom 7s ease-out forwards;
}

@keyframes scStoryZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

.sc-story__thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    width: 100%;
}

.sc-story__thumb {
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    background: none;
    cursor: pointer;
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.sc-story__thumb.is-active,
.sc-story__thumb:hover {
    border-color: var(--sc-gold);
    transform: translateY(-2px);
}

.sc-story__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sc-story__heading {
    margin-bottom: 12px;
}

.sc-story__divider {
    margin: 0 0 36px;
}

.sc-story__accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(var(--sc-gold-rgb), 0.45);
    border-radius: var(--sc-radius);
    z-index: -1;
    animation: scFloat 7s ease-in-out infinite;
}

.sc-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sc-feature-card {
    background: rgba(var(--sc-cream-rgb), 0.85);
    border-radius: var(--sc-radius-sm);
    padding: 28px 24px;
    border: 1px solid rgba(var(--sc-gold-rgb), 0.14);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.sc-feature-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, var(--sc-caramel), var(--sc-gold));
    transition: height 0.35s ease;
}

.sc-feature-card:hover {
    box-shadow: var(--sc-shadow);
    transform: translateY(-4px);
}

.sc-feature-card:hover::after {
    height: 100%;
}

.sc-feature-card--wide {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.sc-feature-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sc-white) 0%, var(--sc-cream-dark) 100%);
    border: 1px solid rgba(var(--sc-gold-rgb), 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sc-caramel);
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.sc-feature-card:hover .sc-feature-card__icon {
    background: linear-gradient(135deg, var(--sc-gold-light), var(--sc-gold));
    color: var(--sc-chocolate);
    border-color: transparent;
}

.sc-feature-card h4 {
    font-family: var(--sc-font-display);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--sc-brown);
    margin: 0 0 8px;
}

.sc-feature-card p {
    font-size: 14px;
    color: var(--sc-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ─── Products ─── */
.sc-premium-home .homeproduct {
    padding: 0;
    margin: 0;
    background: transparent;
}

.sc-premium-home .product_sliders:not(.sc-collection__grid) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: clamp(16px, 2.5vw, 28px);
}

.sc-premium-home .product_item:not(.sc-product-card) {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: var(--sc-radius-sm);
    background: var(--sc-white);
    box-shadow: 0 4px 24px rgba(var(--sc-chocolate-rgb), 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sc-premium-home .product_item:not(.sc-product-card):hover {
    box-shadow: var(--sc-shadow-hover);
    transform: translateY(-6px);
    border-color: transparent !important;
}

.sc-premium-home .product_item:not(.sc-product-card) .product_item_inner {
    border: none;
    padding: 0;
}

.sc-premium-home .product_item:not(.sc-product-card) .pro_img {
    height: 220px;
    background: #f5efe8;
    padding: 0;
}

.sc-premium-home .product_item:not(.sc-product-card) .pro_img img {
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-premium-home .product_item:not(.sc-product-card):hover .pro_img img {
    transform: scale(1.06);
}

.sc-premium-home .product_item_inner .sale-badge {
    top: 12px;
    left: 12px;
    right: auto;
}

.sc-premium-home .product_item_inner .sale-badge-inner {
    --sale-badge-width: auto;
    width: auto;
    height: auto;
}

.sc-premium-home .product_item_inner .sale-badge-box {
    background: linear-gradient(135deg, var(--sc-caramel), var(--sc-brown));
    border-radius: 50px;
    padding: 6px 12px;
    height: auto;
    width: auto;
}

.sc-premium-home .product_item_inner span.sale-badge-text {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sc-premium-home .pro_des {
    padding: 16px 18px 8px;
    text-align: left;
}

.sc-premium-home .pro_name {
    height: auto;
    min-height: 44px;
    padding: 0;
    margin: 0 0 10px;
}

.sc-premium-home .pro_name a {
    font-family: var(--sc-font-display);
    font-size: 15px;
    font-weight: 500;
    color: var(--sc-brown);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc-premium-home .pro_price p {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--sc-brown);
    margin: 0;
}

.sc-premium-home .pro_price del {
    color: var(--sc-text-muted);
    font-weight: 400;
    font-size: 13px;
    margin-right: 8px;
}

.sc-premium-home .pro_btn {
    padding: 0 18px 18px;
}

.sc-premium-home .pro_btn button,
.sc-premium-home .pro_btn .addcartbutton {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--sc-brown) 0%, var(--sc-chocolate) 100%);
    color: var(--sc-cream);
    border: none;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sc-premium-home .pro_btn button:hover,
.sc-premium-home .pro_btn .addcartbutton:hover {
    background: linear-gradient(135deg, var(--sc-gold-light), var(--sc-gold));
    color: var(--sc-chocolate);
}

.sc-premium-home .sec_title,
.sc-premium-home .section-title-header {
    border: none;
    padding: 0;
    margin: 0;
}

/* ─── Promo banners ─── */
.sc-promo-section {
    padding-top: 0;
}

.sc-promo-grid {
    display: grid;
    gap: 20px;
}

.sc-promo-grid--1 { grid-template-columns: 1fr; }
.sc-promo-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sc-promo-grid--3 { grid-template-columns: repeat(3, 1fr); }

.sc-promo-card {
    position: relative;
    border-radius: var(--sc-radius-sm);
    overflow: hidden;
    display: block;
    min-height: 180px;
    aspect-ratio: 16 / 9;
    box-shadow: 0 16px 40px rgba(var(--sc-chocolate-rgb), 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: var(--sc-cream-dark);
    border: 1px solid rgba(var(--sc-gold-rgb), 0.1);
}

.sc-promo-card:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 48px rgba(var(--sc-chocolate-rgb), 0.12);
}

.sc-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sc-promo-card:hover img {
    transform: scale(1.06);
}

.sc-promo-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(var(--sc-chocolate-rgb), 0.48), transparent);
}

/* ─── Animations ─── */
@keyframes scFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-14px) rotate(2deg);
    }
}

@keyframes scShimmer {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

/* Scroll reveal */
.sc-premium-home:not(.sc-animations-ready) .sc-reveal {
    opacity: 1;
    transform: none;
}

.sc-premium-home:not(.sc-animations-ready) .sc-hero__eyebrow,
.sc-premium-home:not(.sc-animations-ready) .sc-hero__title,
.sc-premium-home:not(.sc-animations-ready) .sc-hero__subtitle,
.sc-premium-home:not(.sc-animations-ready) .sc-hero__actions {
    opacity: 1;
}

.sc-premium-home.sc-animations-ready .sc-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--sc-reveal-delay, 0s);
    will-change: opacity, transform;
}

.sc-premium-home.sc-animations-ready .sc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sc-premium-home.sc-animations-ready .sc-reveal--left {
    transform: translateX(-48px);
}

.sc-premium-home.sc-animations-ready .sc-reveal--left.is-visible {
    transform: translateX(0);
}

.sc-premium-home.sc-animations-ready .sc-reveal--right {
    transform: translateX(48px);
}

.sc-premium-home.sc-animations-ready .sc-reveal--right.is-visible {
    transform: translateX(0);
}

.sc-premium-home.sc-animations-ready .sc-reveal--scale {
    transform: scale(0.9);
}

.sc-premium-home.sc-animations-ready .sc-reveal--scale.is-visible {
    transform: scale(1);
}

.sc-premium-home .sc-section-header.is-visible .sc-section-eyebrow,
.sc-premium-home .sc-section-header.is-visible .sc-section-title,
.sc-premium-home .sc-section-header.is-visible .sc-collection__header-action {
    animation: scFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sc-premium-home .sc-section-header.is-visible .sc-section-title {
    animation-delay: 0.08s;
}

.sc-premium-home .sc-section-header.is-visible .sc-section-divider {
    animation-delay: 0.16s;
}

.sc-premium-home .sc-section-header.is-visible .sc-collection__header-action {
    animation-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
    .sc-premium-home .sc-reveal,
    .sc-premium-home .sc-reveal--left,
    .sc-premium-home .sc-reveal--right,
    .sc-premium-home .sc-reveal--scale {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .sc-section-divider {
        transform: scaleX(1);
        transition: none;
    }

    .sc-story__accent {
        animation: none;
    }

    .sc-story__photo.is-active {
        animation: none;
    }

    .sc-hero__inner.is-animated .sc-hero__eyebrow,
    .sc-hero__inner.is-animated .sc-hero__title,
    .sc-hero__inner.is-animated .sc-hero__subtitle,
    .sc-hero__inner.is-animated .sc-hero__actions,
    .sc-hero .owl-item.active .sc-hero__inner .sc-hero__eyebrow,
    .sc-hero .owl-item.active .sc-hero__inner .sc-hero__title,
    .sc-hero .owl-item.active .sc-hero__inner .sc-hero__subtitle,
    .sc-hero .owl-item.active .sc-hero__inner .sc-hero__actions {
        animation: none;
        opacity: 1;
    }

    .sc-shape {
        animation: none !important;
    }

    .sc-btn--gold::after {
        display: none;
    }
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
    .sc-trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .sc-story__grid {
        grid-template-columns: 1fr;
    }

    .sc-story__accent {
        display: none;
    }

    .sc-story__frame {
        height: clamp(300px, 55vw, 420px);
        min-height: 300px;
        max-height: 420px;
    }

    .sc-story__thumb {
        width: 72px;
        height: 72px;
    }

    .sc-promo-grid--2,
    .sc-promo-grid--3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sc-shape--3,
    .sc-shape--5,
    .sc-shape--7,
    .sc-shape--8 {
        display: none;
    }

    .sc-shape {
        opacity: 0.18;
    }

    .sc-hero .main-banner-slider .main-banner-slider-item,
    .sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__media,
    .sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__img,
    .sc-hero .main-banner-slider .main-banner-slider-item img,
    .sc-hero .main-banner-slider.owl-carousel,
    .sc-hero .main-banner-slider .owl-stage-outer,
    .sc-hero .main-banner-slider .owl-stage,
    .sc-hero .main-banner-slider .owl-item {
        height: clamp(240px, 38vh, 320px) !important;
        min-height: 240px;
        max-height: 320px;
    }

    .sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__img--mobile {
        display: block !important;
    }

    .sc-hero .main-banner-slider .main-banner-slider-item .sc-hero__img--desktop {
        display: none !important;
    }

    .sc-hero .main-banner-slider-item .sc-hero__gradient {
        background: linear-gradient(
            90deg,
            rgba(var(--sc-chocolate-rgb), 0.82) 0%,
            rgba(var(--sc-chocolate-rgb), 0.55) 40%,
            rgba(var(--sc-chocolate-rgb), 0.14) 65%,
            transparent 100%
        );
    }

    .sc-hero .main-banner-slider-item .sc-hero__content {
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .sc-hero .main-banner-slider-item .sc-hero__content .container {
        padding-left: calc(var(--bs-gutter-x, 0.75rem) + 8px);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }

    .sc-hero__inner {
        max-width: 88%;
        padding-left: 0;
        margin: 0;
        text-align: left;
    }

    .sc-hero__eyebrow {
        margin-bottom: 8px;
        font-size: 9px;
        display: block;
    }

    .sc-hero__title {
        font-size: clamp(1.35rem, 5vw, 1.75rem);
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .sc-hero__subtitle {
        font-size: 0.8rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .sc-hero__actions {
        gap: 8px;
        justify-content: flex-start;
    }

    .sc-hero__actions .sc-btn {
        padding: 9px 18px;
        font-size: 10px;
    }

    .sc-hero .owl-nav button {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    .sc-hero .owl-prev { left: 8px; }
    .sc-hero .owl-next { right: 8px; }

    .sc-premium-home > .sc-trust-bar--home {
        order: 99;
        border-top: 1px solid rgba(var(--sc-gold-rgb), 0.16);
    }

    .sc-trust-bar {
        padding: 14px 0;
    }

    .sc-trust-bar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sc-trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 12px;
    }

    .sc-trust-item {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        gap: 10px;
    }

    .sc-trust-item__icon {
        width: 34px;
        height: 34px;
        font-size: 13px;
        flex-shrink: 0;
    }

    .sc-trust-item span {
        font-size: 9px;
        letter-spacing: 0.03em;
        line-height: 1.25;
    }

    .sc-features-grid {
        grid-template-columns: 1fr;
    }

    .sc-feature-card--wide {
        flex-direction: column;
    }

    .sc-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 24px;
    }

    .sc-section-header--left {
        flex-direction: column;
        align-items: flex-start;
    }

    .sc-premium-home .sc-collection .product_sliders,
    .sc-premium-home .sc-collection__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        max-width: 100%;
    }

    .sc-premium-home .sc-collection .pro_img {
        height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sc-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-premium-home .sc-collection .product_sliders,
    .sc-premium-home .sc-collection__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    .sc-categories {
        gap: 16px 20px;
    }

    .sc-hero__actions {
        flex-direction: row;
        width: auto;
    }

    .sc-hero__actions .sc-btn {
        width: auto;
    }
}
