/* shop3.css */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');


/* Clean Promise Section */
.clean-promise-section {
    position: relative;
    width: 100%;
    min-height: 1070px;
    background: #FAF9F7;
    padding-top: 131px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Background Ellipses */
.ellipse-bg {
    position: absolute;
    width: 535px;
    height: 535px;
    background: linear-gradient(196.22deg, #F0E4D5 10.21%, #D2976A 90.67%);
    filter: blur(200px);
    z-index: 0;
    pointer-events: none;
}

.ellipse-4-promise {
    left: 1220px;
    bottom: -315px;
}

.ellipse-5-promise {
    left: -337px;
    bottom: 1068px;
}

/* Decorative Leaves */
.leaf-bg-promise {
    position: absolute;
    width: 342.07px;
    height: 235.28px;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('golden-leaves-black-background_777078-131046-removebg-preview.png');
}

.leaf-1-promise {
    left: -157px;
    top: 87px;
    transform: rotate(-32.86deg);
}

.leaf-2-promise {
    width: 306.22px;
    height: 212.67px;
    right: -55.22px;
    bottom: 149.33px;
    transform: rotate(167.96deg);
}

/* Header Frame */
.header-frame-promise {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 0px 0px;
    width: 1227px;
    border-top: 1px solid #C9C9C9;
    z-index: 1;
    margin-bottom: 40px;
}

/* Promise Cards Grid */
.promise-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 1227px;
    z-index: 1;
}

.promise-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 30px;
    width: 100%;
}

/* Individual Card */
.promise-card {
    box-sizing: border-box;
    position: relative;
    width: 592px;
    height: 368px;
    background: rgba(240, 228, 213, 0.5);
    border: 1px solid #D6BFAF;
    border-radius: 20px;
    padding: 33px;
    display: flex;
    flex-direction: column;
}

.card-icon-circle {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 32px;
}

.card-icon-circle .promise-icon-svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.icon-cruelty {
    background: #F5CEC7;
    border: 1px solid #6E5656;
    color: #6E5656;
}

.icon-vegan {
    background: #D5EFD3;
    border: 1px solid #566E5E;
    color: #566E5E;
}

.icon-labels {
    background: #D4D8E7;
    border: 1px solid #565A6E;
    color: #565A6E;
}

.icon-science {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #2C2C2C;
    color: #2C2C2C;
}

.promise-card h3 {
    font-family: 'Georgia', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #000000;
    margin-bottom: 9px;
}

.promise-card p.main-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px;
    max-width: 516px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.feature-item i {
    color: #737C6A;
}

/* Never In Our Products Section */
.never-section {
    position: relative;
    width: 100%;
    height: 650px;
    background: #FAF9F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
}

.never-title {
    font-family: 'Georgia', serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.9px;
    color: #000000;
    margin-bottom: 20px;
}

.never-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
    max-width: 697px;
    margin-bottom: 45px;
}

.ingredient-grid {
    display: grid;
    grid-template-columns: repeat(4, 212px);
    gap: 16px;
    justify-content: center;
}

.ingredient-box {
    box-sizing: border-box;
    width: 212px;
    height: 58px;
    background: rgba(206, 180, 161, 0.47);
    border: 1px solid #D6BFAF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.more-ingredients {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    margin-top: 40px;
}

/* Responsive Breakpoints */

@media (max-width: 1250px) {

    .header-frame-promise,
    .promise-grid {
        width: 95%;
    }

    .promise-row {
        flex-direction: column;
    }

    .promise-card {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .ingredient-grid {
        grid-template-columns: repeat(2, 212px);
    }

    .never-section {
        height: auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {

    /* Clean Promise Section */
    .clean-promise-section {
        padding-top: 80px;
        padding-bottom: 60px;
        min-height: auto;
    }

    .header-frame-promise {
        width: 90%;
        padding: 20px 15px 0;
    }

    .promise-grid {
        width: 90%;
        gap: 24px;
        padding: 0 20px;
    }

    .promise-card {
        max-width: 100%;
        padding: 28px;
    }

    .card-icon-circle {
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin-bottom: 24px;
    }
    .card-icon-circle .promise-icon-svg {
        width: 22px;
        height: 22px;
    }

    .promise-card h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .promise-card p.main-desc {
        font-size: 15px;
        line-height: 22px;
    }

    /* Never Section */
    .never-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .never-title {
        font-size: 32px;
        line-height: 38px;
    }

    .ingredient-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        gap: 12px;
        padding: 0 20px;
    }

    .ingredient-box {
        width: 100%;
        max-width: 240px;
    }

    /* Hero */
    .shop-hero {
        padding: 60px 20px;
    }

    .hero-title-shop {
        font-size: 42px;
    }

    .hero-subtitle-shop {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    /* Clean Promise Section */
    .clean-promise-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .header-frame-promise {
        width: 95%;
        padding: 15px 10px 0;
    }

    .promise-grid {
        width: 95%;
        gap: 20px;
        padding: 0 15px;
    }

    .promise-card {
        padding: 24px;
        border-radius: 16px;
    }

    .card-icon-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .card-icon-circle .promise-icon-svg {
        width: 20px;
        height: 20px;
    }

    .promise-card h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .promise-card p.main-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .feature-list {
        gap: 12px;
    }

    .feature-item {
        font-size: 13px;
        line-height: 18px;
        gap: 10px;
    }

    /* Never Section */
    .never-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .never-title {
        font-size: 28px;
        line-height: 34px;
        padding: 0 15px;
    }

    .never-subtitle {
        font-size: 15px;
        line-height: 22px;
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .ingredient-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        gap: 10px;
        padding: 0 15px;
    }

    .ingredient-box {
        width: 100%;
        max-width: none;
        font-size: 13px;
        height: 52px;
    }

    .more-ingredients {
        font-size: 13px;
        margin-top: 30px;
    }

    /* Hero */
    .shop-hero {
        padding: 50px 15px;
    }

    .hero-title-shop {
        font-size: 36px;
    }

    .hero-subtitle-shop {
        font-size: 15px;
        padding: 0 10px;
    }

    /* Background elements - reduce for performance */
    .ellipse-bg {
        filter: blur(100px);
    }
}

@media (max-width: 576px) {

    /* Clean Promise Section */
    .clean-promise-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-frame-promise {
        padding: 10px 5px 0;
        margin-bottom: 30px;
    }

    .promise-grid {
        gap: 16px;
        padding: 0 10px;
    }

    .promise-card {
        padding: 20px;
        border-radius: 12px;
    }

    .card-icon-circle {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .card-icon-circle .promise-icon-svg {
        width: 18px;
        height: 18px;
    }

    .promise-card h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .promise-card p.main-desc {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 16px;
    }

    .feature-list {
        gap: 10px;
    }

    .feature-item {
        font-size: 12px;
        line-height: 16px;
        gap: 8px;
    }

    /* Never Section */
    .never-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .never-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0 10px;
    }

    .never-subtitle {
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .ingredient-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 10px;
    }

    .ingredient-box {
        font-size: 13px;
        height: 48px;
    }

    .more-ingredients {
        font-size: 12px;
        margin-top: 25px;
    }

    /* Hero */
    .shop-hero {
        padding: 40px 10px;
    }

    .hero-title-shop {
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-subtitle-shop {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Background elements - simplify */
    .leaf-bg-promise {
        opacity: 0.05;
    }

    .ellipse-bg {
        filter: blur(80px);
    }
}
