.l-page-asli {
    background-color: #ffffff;
    width: 100%;
    position: relative;
}
/* ============================================
   HERO SECTION
   ============================================ */
.container-6 {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem clamp(1.5rem, 4vw, 2rem);
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .container-6 {
        grid-template-columns: 1fr 1fr;
        padding: 5rem clamp(2rem, 5vw, 3rem);
    }
}
.container-7 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.tefa-bakery-cofee {
    font-family: "Quicksand-Medium", Helvetica;
    font-weight: 500;
    font-size: clamp(32px, 8vw, 72px);
    line-height: 1.1;
    color: #6b4423;
}
.enjoy-artisan-breads {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: clamp(14px, 3vw, 20px);
    line-height: 1.5;
}
.container-8 {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Media query untuk 768px - Tablet Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
    .container-6 {
        padding: 4rem clamp(1.5rem, 3vw, 2.5rem);
        gap: 2.5rem;
    }
    .tefa-bakery-cofee {
        font-size: clamp(32px, 6vw, 52px);
    }
    .enjoy-artisan-breads {
        font-size: clamp(14px, 2.5vw, 18px);
    }
    .container-8 {
        gap: 1rem;
    }
}

/* ============================================
   BOOTSTRAP BUTTON CUSTOMIZATION
   ============================================ */
/* Override Bootstrap primary button with brand colors */
.btn-primary,
.btn.btn-primary,
a.btn-primary {
    background-color: #8b6f47 !important;
    border-color: #8b6f47 !important;
    color: #ffffff !important;
    font-family: "Poppins-Regular", Helvetica !important;
    font-size: 15px !important;
    padding: 0.625rem 1.5rem !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus {
    background-color: #6b4423 !important;
    border-color: #6b4423 !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.btn-outline-primary,
.btn.btn-outline-primary,
a.btn-outline-primary {
    color: #8b6f47 !important;
    border-color: #8b6f47 !important;
    font-family: "Poppins-Regular", Helvetica !important;
    font-size: 15px !important;
    padding: 0.625rem 1.5rem !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    border-width: 2px !important;
    transition: all 0.3s ease !important;
}
.btn-outline-primary:hover {
    color: #ffffff;
}
.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
    background-color: #6b4423!important;
    border-color: #6b4423 !important;
}
.btn.btn-outline-primary:focus,
a.btn-outline-primary:hover {
    color: #FFFFFF !important;
}
a.btn-outline-primary:focus {
    background-color: #faf7f2 !important;
    border-color: #8b6f47 !important;
    color: #8b6f47 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Button responsive styling for 768px tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .btn-primary,
    .btn.btn-primary,
    a.btn-primary,
    .btn-outline-primary,
    .btn.btn-outline-primary,
    a.btn-outline-primary {
        font-size: 14px !important;
        padding: 0.6rem 1.25rem !important;
    }
}

.container-10 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-10 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.container-11 {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
}
/* Image Container Styles */
.container-11,
.image-with-fallback-wrapper {
    border-radius: 24px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
.hero-img {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    object-fit: cover;
}
.about-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
/* Image Height Settings */
.container-11 {
    height: 420px;
}
.image-with-fallback-wrapper {
    height: 360px;
}
@media (max-width: 767px) {
    .container-11 {
        height: 260px;
    }
    .image-with-fallback-wrapper {
        height: 240px;
    }
}
.image-with-fallback-2 {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 768px) {
    .image-with-fallback-2 {
        height: 500px;
    }
}
/* ============================================
   ABOUT SECTION
   ============================================ */
.about {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem clamp(1.5rem, 4vw, 2rem);
    background: linear-gradient(180deg, #FAF7F2 0%, #F5E6D3 100%);
    background-size: 100% 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .about {
        grid-template-columns: 1fr 1fr;
        padding: 5rem clamp(2rem, 5vw, 3rem);
        gap: 3rem;
    }
}

/* About layout refinement for tablets (768px - 820px) */
@media (min-width: 768px) and (max-width: 820px) {
    .about {
        padding: 4rem 1.5rem;
        gap: 2rem;
    }
    .frame {
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: flex-start;
    }
    .frame .container {
        max-width: 620px;
        width: 100%;
        justify-self: center;
    }
    .frame .container-2 {
        max-width: 720px;
        width: 100%;
        align-self: flex-start;
        justify-self: center;
        text-align: left;
    }
    .frame .image-with-fallback-wrapper,
    .frame .image-with-fallback {
        height: 240px;
        border-radius: 20px;
    }
    .frame .text-wrapper {
        text-align: left;
        font-size: clamp(30px, 5vw, 42px);
        line-height: 1.2;
    }
    .frame .since-we-ve {
        text-align: left;
        font-size: clamp(14px, 2.3vw, 17px);
        line-height: 1.5;
        max-width: 720px;
    }
    .container-3 {
        gap: 1.25rem;
    }
}
.frame {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}
@media (min-width: 768px) {
    .frame {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }
    .frame .container {
        justify-self: center;
        width: 100%;
        max-width: 520px;
    }
    .frame .image-with-fallback-wrapper {
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        width: 100%;
        /* FIXED: Ensure consistent image height */
        height: 360px;
    }
    .frame .image-with-fallback {
        width: 100%;
        height: 360px; /* FIXED: Consistent image height for tablet/desktop */
        background-size: cover;
        background-position: center;
        display: block;
        border-radius: 24px;
    }
    .frame .container-2 {
        justify-self: start;
        max-width: 560px;
    }
    .frame .text-wrapper,
    .frame .since-we-ve {
        text-align: left;
    }
}
/* Mobile: Stack and Center Content */
@media (max-width: 767px) {
    .frame {
        grid-template-columns: 1fr;
    }
    .frame .container,
    .frame .container-2 {
        justify-self: center;
        text-align: center;
    }
    .frame .image-with-fallback {
        height: 260px;
        border-radius: 16px;
    }
    .frame .image-with-fallback-wrapper {
        height: 260px;
    }
}
.container-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.text-wrapper {
    font-family: "Quicksand-Medium", Helvetica;
    font-weight: 500;
    color: #6b4423;
    font-size: clamp(32px, 6vw, 64px);
    line-height: 1.2;
}
.since-we-ve {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: 1.5;
}
.container-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
}
.container-4 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.text-wrapper-2 {
    font-family: "Quicksand-Regular", Helvetica;
    font-weight: 400;
    color: #6b4423;
    font-size: clamp(24px, 5vw, 30px);
    text-align: center;
}
.text-wrapper-3,
.text-wrapper-4,
.text-wrapper-6 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: 12px;
    text-align: center;
}
/* ============================================
   FEATURED PRODUCTS
   ============================================ */
.featured-products {
    width: 100%;
    padding: 3rem clamp(1.5rem, 4vw, 2rem);
    background: linear-gradient(180deg, #FAF7F2 0%, #F5E6D3 100%);
    background-size: 100% 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow: hidden; 
}
@media (min-width: 768px) {
    .featured-products {
        padding: 5rem clamp(2rem, 5vw, 3rem);
    }
}
@media (max-width: 480px) {
    .featured-products {
        padding: 2.5rem 1rem;
        gap: 1.5rem;
    }
}
/* Featured Products - Header Section */
.featured-products .container-14 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 2rem;
    width: 100%;
}
@media (max-width: 768px) {
    .featured-products .container-14 {
        padding: 1.5rem 0 1.5rem;
    }
}
@media (max-width: 480px) {
    .featured-products .container-14 {
        padding: 0.5rem 0 1.25rem;
    }
}
.featured-products .heading {
    font-family: "Quicksand-Medium", Helvetica;
    font-weight: 500;
    font-size: clamp(28px, 6vw, 48px);
    color: #6b4423;
    margin-bottom: 1rem;
}
.featured-products .discover-our {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}
/* Featured Products Slider */
.featured-products .slider-container {
    font-family: 'Quicksand', sans-serif;
    max-width: 100%;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
}
.featured-products .slider-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    flex: 1;
}
.featured-products .slider {
    display: flex;
    gap: 24px;
    transition: transform 0.8s ease;
    align-items: stretch;
}
/* Card styling - menggunakan design dari produk.html */
.featured-products .slider .card {
    min-width: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    flex: 0 0 calc(33.333% - 16px);
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-origin: center;
    will-change: transform;
}
.featured-products .slider .card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 12px -4px #0000001a, 0px 20px 20px -3px #0000001a;
}
@media (hover: hover) and (pointer: fine) {
    .featured-products .slider .card:hover {
        transform: translateY(-6px) scale(1.01);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    }
    .featured-products .slider .card:hover .image-with-fallback {
        transform: scale(1.05);
    }
}
.featured-products .slider .image-with-fallback-wrapper {
    width: 100%;
    height: 250px;
    background-color: #faf7f2;
    overflow: hidden;
}
.featured-products .slider .image-with-fallback {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
.featured-products .slider .product-page-2 {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}
.featured-products .slider .container-6 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.featured-products .slider .text {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background-color: #f5e6d3;
    border-radius: 29826200px;
}
.featured-products .slider .text-wrapper-12 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 500;
    color: #8b6f47;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    margin: 0;
}
.featured-products .slider .container-7 {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.featured-products .slider .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbbf24;
    font-size: 14px;
}
.featured-products .slider .text-2 {
    display: flex;
    align-items: center;
}
.featured-products .slider .text-wrapper-13 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.featured-products .slider .heading-2 {
    width: 100%;
}
.featured-products .slider .text-wrapper-14 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #6b4423;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4;
    margin: 0;
}
.featured-products .slider .paragraph-2 {
    width: 100%;
}
.featured-products .slider .paragraph-2 .p {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.featured-products .slider .container-8 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}
.featured-products .slider .text-3 {
    display: flex;
    align-items: center;
}
.featured-products .slider .text-wrapper-15 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #6b4423;
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.3;
    white-space: nowrap;
    margin: 0;
}
.featured-products .slider .button-4 {
    all: unset;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background-color: #8b6f47;
    border-radius: 29826200px;
    box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.featured-products .slider .button-4:hover {
    background-color: #6b5a3a;
    transform: translateY(-2px);
    box-shadow: 0px 4px 6px -2px #0000001a, 0px 6px 8px -1px #0000001a;
}
.featured-products .slider .button-4 i {
    color: #ffffff;
    font-size: 16px;
}
.featured-products .slider .text-wrapper-16 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    margin: 0;
}
/* Slider Navigation Buttons */
.featured-products .slider-container .slider-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #8b6f47;
    background-color: #ffffff;
    color: #8b6f47;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(107, 68, 35, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 10;
    line-height: 1;
    font-weight: 500;
}
.featured-products .slider-container .slider-btn i {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s ease;
}
.featured-products .slider-container .slider-btn:hover {
    background-color: #8b6f47;
    color: #ffffff;
    border-color: #8b6f47;
    box-shadow: 0 6px 20px rgba(107, 68, 35, 0.25);
    transform: translateY(-2px);
}
.featured-products .slider-container .slider-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(107, 68, 35, 0.2);
}
.featured-products .slider-container .slider-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.2), 0 6px 20px rgba(107, 68, 35, 0.25);
}
/* Legacy support for old button classes */
.featured-products .slider-container .btn.prev,
.featured-products .slider-container .btn.next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #8b6f47;
    background-color: #ffffff;
    color: #8b6f47;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(107, 68, 35, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-products .slider-container .btn.prev:hover,
.featured-products .slider-container .btn.next:hover {
    background-color: #8b6f47;
    color: #ffffff;
    border-color: #8b6f47;
    box-shadow: 0 6px 20px rgba(107, 68, 35, 0.25);
    transform: translateY(-2px);
}
@media (max-width: 1024px) {
    .featured-products .slider-wrapper {
        padding: 20px 30px;
    }
    .featured-products .slider {
        gap: 20px;
    }
    .featured-products .slider .card {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}
/* FIXED: Mengatur ulang responsivitas kartu produk untuk 768px */
@media (min-width: 768px) and (max-width: 991px) {
    .featured-products .slider .product-card {
        width: calc((100% - 20px) / 2); /* Show 2 cards with adjusted gap */
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) /  2);
    }
    .featured-products .slider {
        gap: 20px; /* Consistent gap */
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .featured-products .slider-container {
        gap: 12px;
        margin: 30px auto;
        padding: 0 0.75rem;
    }
    .featured-products .slider-wrapper {
        padding: 12px 0;
    }
    .featured-products .slider {
        gap: 16px;
    }
    .featured-products .slider .product-card {
        width: calc((100% - 16px) / 2);
        min-width: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
        flex: 0 0 calc((100% - 16px) / 2);
    }
}
@media (max-width: 768px) {
    .featured-products .slider-container {
        gap: 10px;
        margin: 30px auto;
        padding: 0 1rem;
    }
    .featured-products .slider-wrapper {
        padding: 10px 0;
        margin: 0;
    }
    .featured-products .slider {
        gap: 16px;
    }
    /* Menggunakan product-card class di bawah */
    /* .featured-products .slider .card {
        min-width: calc(50% - 8px);
        max-width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    } */
    .featured-products .slider .image-with-fallback-wrapper {
        height: 180px;
    }
    .featured-products .slider-wrapper {
        overflow-x: visible;
    }
    .featured-products .slider-container .slider-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
        border-width: 2px;
        flex-shrink: 0;
    }
    .featured-products .slider-container .slider-btn i {
        font-size: 20px;
    }
    /* Legacy support */
    .featured-products .slider-container .btn.prev,
    .featured-products .slider-container .btn.next {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .featured-products .slider-container {
        gap: 8px;
        margin: 20px auto 15px;
        padding: 0 0.75rem;
        max-width: 100%;
    }
    .featured-products .slider-wrapper {
        padding: 8px 0;
        width: 100%;
        overflow-x: visible;
    }
    .featured-products .slider {
        gap: 12px;
    }
    .featured-products .slider .card {
        min-width: calc(50% - 6px);
        max-width: calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
    }
    .featured-products .slider .image-with-fallback-wrapper {
        height: 160px;
    }
    .featured-products .slider-container .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-width: 1.5px;
        box-shadow: 0 2px 8px rgba(107, 68, 35, 0.1);
    }
    .featured-products .slider-container .slider-btn i {
        font-size: 18px;
    }
    .featured-products .slider-container .slider-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(107, 68, 35, 0.2);
    }
    .featured-products .slider-container .slider-btn:active {
        transform: translateY(0);
    }
}
/* ============================================
   NEW PRODUCT CARD DESIGN
   ============================================ */
.featured-products .slider .product-card {
    min-width: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    width: calc(33.333% - 16px);
    /* flex: 0 0 calc(33.333% - 16px); */
     flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1.5px solid rgba(139, 111, 71, 0.2);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    flex-shrink: 0;
    cursor: pointer;
}
/* Desktop - Tampilkan 3 kartu */
@media (min-width: 1200px) {
    .featured-products .slider .product-card {
        width: calc((100% - 48px) / 3); 
    }
}
/* Tablet Landscape - Tampilkan 2 kartu */
@media (min-width: 992px) and (max-width: 1199px) {
    .featured-products .slider .product-card {
        width: calc((100% - 24px) / 2); 
    }
}
/* Tablet Portrait - Tampilkan 2 kartu lebih kecil */
/* FIXED: Menggunakan kalkulasi yang diperbaiki di atas untuk 768px-991px */
/* @media (min-width: 768px) and (max-width: 991px) {
    .featured-products .slider .product-card {
        width: calc((100% - 24px) / 2); 
    }
    .featured-products .slider-container {
        padding: 0 15px; 
        gap: 15px; 
    }
    .featured-products .slider {
        gap: 20px; 
    }
} */
/* Mobile Landscape - Tampilkan 2 kartu */
@media (min-width: 576px) and (max-width: 767px) {
    .featured-products .slider .product-card {
        width: calc((100% - 12px) / 2); 
    }
    .featured-products .slider {
        gap: 12px; 
    }
    .featured-products .slider-container {
        padding: 0 10px; 
        gap: 10px; 
    }
}
/* Mobile Portrait - Tampilkan 1 kartu full width */
@media (max-width: 575px) {
    .featured-products .slider .product-card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .featured-products .slider-container {
        padding: 0 5px; 
        gap: 8px; 
    }
    .featured-products .slider {
        gap: 16px; 
    }
}
@media (max-width: 768px) {
    .featured-products .slider {
        cursor: grab; 
    }
    
    .featured-products .slider:active {
        cursor: grabbing; 
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .featured-products .slider .product-card {
        width: calc((100% - 12px) / 2);
    }
}
.featured-products .slider .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
/* Product Card Image */
.featured-products .slider .product-card__image {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background-color: #faf7f2;
}
.featured-products .slider .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}
.featured-products .slider .product-card:hover .product-card__image img {
    transform: scale(1.08);
}
/* Responsive image heights */
@media (max-width: 1199px) {
    .featured-products .slider .product-card__image {
        height: 240px; 
    }
}
@media (max-width: 991px) {
    .featured-products .slider .product-card__image {
        height: 220px; 
    }
}
@media (max-width: 767px) {
    .featured-products .slider .product-card__image {
        height: 200px; 
    }
}
@media (max-width: 480px) {
    .featured-products .slider .product-card__image {
        height: 180px; 
    }
}
/* Product Badge */
.featured-products .slider .product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0.375rem 0.875rem;
    background-color: rgba(245, 230, 211, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    font-size: 11px;
    color: #8b6f47;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
/* Product Card Content */
.featured-products .slider .product-card__content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    flex: 1;
}
/* Product Card Header */
.featured-products .slider .product-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}
.featured-products .slider .product-card__title {
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    font-size: clamp(17px, 2vw, 20px);
    color: #6b4423;
    margin: 0;
    line-height: 1.3;
    flex: 1;
}
/* Product Rating */
.featured-products .slider .product-card__rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    flex-shrink: 0;
}
.featured-products .slider .product-card__rating i {
    color: #fbbf24;
    font-size: 13px;
}
.featured-products .slider .product-card__rating span {
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    font-size: 13px;
    color: #6b4423;
    line-height: 1;
}
/* Product Description */
.featured-products .slider .product-card__description {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    font-size: 14px;
    color: #8b6f47;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
/* Product Card Footer */
.featured-products .slider .product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(139, 111, 71, 0.1);
}
.featured-products .slider .product-card__price {
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 22px);
    color: #6b4423;
    white-space: nowrap;
}
/* Product Card Button */
.featured-products .slider .product-card__btn {
    all: unset;
    box-sizing: border-box;
    padding: 0.5rem 1.125rem;
    background-color: #8b6f47;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    white-space: nowrap;
    min-width: fit-content;
}
.featured-products .slider .product-card__btn:hover {
    background-color: #6b4423;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 68, 35, 0.25);
}
.featured-products .slider .product-card__btn:active {
    transform: translateY(0);
}
.featured-products .slider .product-card__btn i {
    font-size: 15px;
    color: #ffffff;
}
.featured-products .slider .product-card__btn span {
    font-family: "Poppins-Medium", Helvetica;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
}
/* Responsive Design for New Product Cards */
@media (max-width: 1024px) {
    /* FIXED: Ini mencakup 768px-1024px, tapi di bawah ada penyesuaian yang lebih spesifik */
    /* Menggunakan fix di atas untuk 768px-991px */
    .featured-products .slider .product-card {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    .featured-products .slider .product-card__image {
        height: 240px;
    }
}
@media (max-width: 768px) {
    /* FIXED: Memastikan 2 kolom pada mobile-landscape dan tablet kecil */
    .featured-products .slider .product-card {
        min-width: calc(50% - 8px);
        max-width: calc(50% - 8px);
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        border-radius: 16px;
        cursor: pointer;
        height: 100%;
        min-height: 380px;
        display: flex;
        flex-direction: column;
        border: 1.5px solid rgba(139, 111, 71, 0.2);
        align-self: stretch;
    }
    /* Ensure all cards in same row have same height */
    .featured-products .slider {
        align-items: stretch;
    }
    .featured-products .slider .product-card__image {
        height: 180px;
        min-height: 180px;
        border-radius: 16px 16px 0 0;
        flex-shrink: 0;
    }
    .featured-products .slider .product-card__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 200px;
    }
    .featured-products .slider .product-card__footer {
        margin-top: auto;
    }
    .featured-products .slider .product-card__badge {
        top: 8px;
        left: 8px;
        padding: 0.25rem 0.625rem;
        font-size: 9px;
    }
    .featured-products .slider .product-card__content {
        padding: 1rem;
        gap: 0.625rem;
    }
    .featured-products .slider .product-card__title {
        font-size: 16px;
        line-height: 1.3;
    }
    .featured-products .slider .product-card__description {
        font-size: 12px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .featured-products .slider .product-card__header {
        gap: 0.5rem;
    }
    .featured-products .slider .product-card__rating {
        padding: 0.2rem 0.4rem;
    }
    .featured-products .slider .product-card__rating i {
        font-size: 11px;
    }
    .featured-products .slider .product-card__rating span {
        font-size: 11px;
    }
    .featured-products .slider .product-card__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 0.5rem;
    }
    .featured-products .slider .product-card__price {
        font-size: 18px;
        text-align: center;
    }
    /* Hide Keranjang button on mobile */
    .featured-products .slider .product-card__btn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }
}
@media (max-width: 480px) {
    .featured-products .slider .product-card {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        border-radius: 20px;
        cursor: pointer;
        height: auto;
        min-height: 420px;
        border: 1.5px solid rgba(139, 111, 71, 0.2);
        align-self: stretch;
    }
    .featured-products .slider .product-card__image {
        height: 220px;
        min-height: 220px;
        border-radius: 20px 20px 0 0;
    }
    .featured-products .slider .product-card__content {
        min-height: 200px;
        padding: 1.25rem;
        gap: 0.75rem;
    }
    /* Ensure all cards in same row have same height */
    .featured-products .slider {
        align-items: stretch;
        gap: 16px;
    }
    .featured-products .slider .product-card__badge {
        top: 10px;
        left: 10px;
        padding: 0.3rem 0.7rem;
        font-size: 11px;
        border-radius: 12px;
    }
    .featured-products .slider .product-card__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }
    .featured-products .slider .product-card__title {
        font-size: 18px;
        line-height: 1.3;
        flex: 1;
    }
    .featured-products .slider .product-card__rating {
        align-self: flex-start;
        padding: 0.25rem 0.5rem;
        flex-shrink: 0;
    }
    .featured-products .slider .product-card__rating i {
        font-size: 12px;
    }
    .featured-products .slider .product-card__rating span {
        font-size: 12px;
    }
    .featured-products .slider .product-card__description {
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .featured-products .slider .product-card__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 0.375rem;
    }
    .featured-products .slider .product-card__price {
        font-size: 16px;
        text-align: center;
    }
    /* Hide Keranjang button on mobile */
    .featured-products .slider .product-card__btn {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }
}
/* Home product cards (match produk page aesthetic) */
.home-product-card {
    background: #FAF7F2;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-product-card:hover {
    transform: translateY(-6px);
}
.home-product-card__media {
    height: 230px;
    overflow: hidden;
}
.home-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.home-product-card:hover .home-product-card__media img {
    transform: scale(1.05);
}
.home-product-card__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.home-product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}
.home-product-card__category {
    color: #c68a44;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.home-product-card__rating {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 600;
    color: #6b4423;
    font-size: 0.9rem;
}
.home-product-card__rating i {
    color: #f6c344;
    font-size: 0.85rem;
}
.home-product-card__title {
    font-family: "Poppins-SemiBold", Helvetica;
    font-size: 1.1rem;
    margin: 0;
    color: #523217;
}
.home-product-card__desc {
    font-size: 0.95rem;
    color: #7b6040;
    margin: 0;
    line-height: 1.5;
}
.home-product-card__footer {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-product-card__price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #6b4423;
}
.home-product-card__footer .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
}
/* Match produk.html primary button colors inside home product cards */
.home-product-card__footer .btn.btn-primary {
    background-color: #8b6f47 !important;
    border-color: #8b6f47 !important;
    color: #ffffff !important;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.12), 0px 4px 6px -1px rgba(0, 0, 0, 0.18);
}
.home-product-card__footer .btn.btn-primary:hover,
.home-product-card__footer .btn.btn-primary:focus {
    background-color: #6b5a3a !important;
    border-color: #6b5a3a !important;
}
/* Icon inside preview button - thicker and always white */
.home-product-card__footer .btn.btn-primary i {
    color: #ffffff !important;
    font-size: 18px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
    .home-product-card__media {
        height: 200px;
    }
    .home-product-card__body {
        padding: 1.25rem;
    }
}
/* Generic card styling - tidak untuk slider */
.card:not(.featured-products .slider .card) {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.card:not(.featured-products .slider .card):hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
/* Product Card Image Block */
.featured-products-2 {
    height: 240px;
    overflow: hidden;
    background: #f4efe8;
    position: relative;
}
@media (min-width: 768px) {
    .featured-products-2 {
        height: 280px;
    }
}
.image-with-fallback-3,
.image-with-fallback-4,
.image-with-fallback-5 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
}
.card:hover .image-with-fallback-3,
.card:hover .image-with-fallback-4,
.card:hover .image-with-fallback-5 {
    transform: scale(1.05);
}
/* Product Card Content */
.featured-products-3,
.featured-products-4 {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}
.heading-2 {
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    font-size: clamp(16px, 2.5vw, 20px);
    color: #6b4423;
    margin: 0;
    line-height: 1.3;
}
.paragraph {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    font-size: clamp(13px, 2vw, 14px);
    color: #8b6f47;
    margin: 0;
    flex: 1;
    line-height: 1.5;
}
/* Price and Add to Cart Row */
.container-15,
.container-16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 0.5rem;
}
.text-wrapper-12,
.text-wrapper-14 {
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    color: #6b4423;
    font-size: clamp(18px, 3vw, 22px);
}
/* Add to Cart Button - Bootstrap Small */
.btn-sm {
    padding: 0.375rem 0.875rem;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}
/* Featured Products - Responsive */
@media (max-width: 480px) {
    .featured-products-2 {
        height: 200px;
    }
    .featured-products-3 {
        padding: 1.25rem;
    }
}
/* Add to Cart button - Small size */
.btn-primary.btn-sm,
.btn.btn-primary.btn-sm {
    padding: 0.375rem 0.875rem !important;
    font-size: 13px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
}
/* ============================================
   PARTNERSHIP SECTION
   ============================================ */
.partnership {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem clamp(1.5rem, 4vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 768px) {
    .partnership {
        padding: 5rem clamp(2rem, 5vw, 3rem);
    }
}
.heading-3 {
    text-align: center;
    font-family: "Quicksand-Regular", Helvetica;
    font-weight: 400;
    font-size: clamp(28px, 6vw, 48px);
    color: #6b4423;
    margin-bottom: 1rem;
}
.join-us-in-bringing {
    text-align: center;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: clamp(14px, 2.5vw, 16px);
}
.container-19 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .container-19 {
        grid-template-columns: repeat(2, 1fr); /* FIXED: 2 kolom pada tablet */
    }
}
@media (min-width: 1024px) {
    .container-19 {
        grid-template-columns: repeat(4, 1fr); /* 4 kolom pada desktop */
    }
}
.partnership-wrapper,
.card-3,
.card-4,
.card-5 {
    background-color: #faf7f2;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.partnership-2,
.partnership-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.heading-4,
.heading-5,
.heading-6,
.heading-7 {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    color: #6b4423;
}
.supply-your-caf-or,
.expand-your-menu,
.co-create-unique,
.consistent-quality {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: 14px;
    line-height: 1.5;
}
.container-22 {
    background: linear-gradient( 180deg, rgba(232, 212, 184, 1) 0%, rgba(245, 230, 211, 1) 100%);
    border-radius: 24px;
    padding: 2rem clamp(1.5rem, 4vw, 2rem);
    text-align: center;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    margin: 0 clamp(1.5rem, 4vw, 2rem);
}
@media (min-width: 768px) {
    .container-22 {
        padding: 3rem clamp(2rem, 5vw, 3rem);
        margin: 0;
    }
}
.heading-8 {
    font-family: "Quicksand-Regular", Helvetica;
    font-weight: 400;
    font-size: clamp(24px, 5vw, 36px);
    color: #6b4423;
    margin-bottom: 1rem;
}
.we-re-always-looking {
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: #8b6f47;
    font-size: clamp(14px, 2.5vw, 16px);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.container-23 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
@media (min-width: 640px) {
    .container-23 {
        flex-direction: row;
        justify-content: center;
    }
}
/* Partnership Section Buttons */
.container-23 .btn {
    width: 100%;
    min-width: 200px;
}
@media (min-width: 640px) {
    .container-23 .btn {
        width: auto;
        min-width: 180px;
    }
}
/* Remove Unnecessary Elements on Small Screens */
@media (max-width: 768px) {
    .container-12,
    .container-13 {
        display: none;
    }
}
/* Background Image Blocks */
.image-with-fallback,
.image-with-fallback-2,
.image-with-fallback-3,
.image-with-fallback-4,
.image-with-fallback-5,
.image-with-fallback-6 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
/* Hero Image Larger */
.image-with-fallback-2 {
    min-height: 420px;
}
/* Image Blocks - Responsive */
@media (max-width: 767px) {
    .image-with-fallback,
    .image-with-fallback-2 {
        min-height: 220px;
        border-radius: 12px;
    }
}
/* ============================================
   HERO SECTION (BERANDA) - Centered Layout
   ============================================ */
#beranda {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 6vw, 6rem) clamp(1.5rem, 4vw, 2rem);
    box-sizing: border-box;
    background: #ffffff;
}
#beranda .container-6 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* FIX: Grid columns disesuaikan untuk transisi tablet/desktop */
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: 2.5rem;
    align-items: center;
    justify-items: center;
}
#beranda .container-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    max-width: 560px;
    gap: 1rem;
}
/* Hero Title and Description */
.tefa-bakery-cofee {
    /* font-size: clamp(32px, 6vw, 48px); */
    line-height: 1.05;
    color: #6b4423;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
}
.enjoy-artisan-breads {
    color: #8b6f47;
    margin: 0 0 1.25rem 0;
    line-height: 1.45;
    max-width: 520px;
}
/* Hero Buttons */
.container-8 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
}
/* Hero buttons styling - Section Beranda */
#beranda .container-8 .btn {
    white-space: nowrap;
    min-width: 140px;
    text-align: center;
    justify-content: center;
}
@media (max-width: 767px) {
    #beranda .container-8 {
        justify-content: center;
        width: 100%;
    }
    #beranda .container-8 .btn {
        flex: 1 1 auto;
        min-width: 120px;
    }
}
/* Hero Image Card */
.container-11 {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    background: #fff;
    /* FIXED: Menggunakan height dari Image Height Settings */
    height: 420px;
}
@media (min-width: 768px) {
    .container-11 {
        height: 420px;
    }
}
.image-with-fallback-2 {
    width: 100%;
    height: 420px; /* FIXED: Konsisten dengan container-11 */
    background-size: cover;
    background-position: center;
    display: block;
}
/* Hero Section - Responsive */
@media (max-width: 767px) {
    #beranda .container-6 {
        grid-template-columns: 1fr;
        padding-top: 2.5rem;
    }
    #beranda .container-7 {
        align-items: center;
        text-align: center;
    }
    .container-11 {
        max-width: 100%;
        height: 260px; /* FIXED: Konsisten dengan Image Height Settings */
    }
    .image-with-fallback-2 {
        height: 260px; /* FIXED: Konsisten dengan Image Height Settings */
        border-radius: 16px;
    }
}
/* ============================================
   ABOUT SECTION (TENTANG) - Centered Layout
   ============================================ */
.about {
    width: 100%;
    padding: 3rem clamp(1.5rem, 4vw, 2rem);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(180deg, #FAF7F2 0%, #F5E6D3 100%); */
    background: #FAF7F2;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .about {
        padding: 3rem clamp(2rem, 5vw, 3rem);
    }
}
.about .frame {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    justify-items: center;
}
@media (min-width: 768px) {
    .about .frame {
        grid-template-columns: 520px 1fr;
        gap: 3rem;
        align-items: center;
        justify-items: start;
    }
    .about .image-with-fallback-wrapper {
        width: 100%;
        max-width: 520px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        /* FIXED: Konsisten dengan frame .image-with-fallback-wrapper */
        height: 360px;
    }
    .about .image-with-fallback {
        width: 100%;
        height: 360px; /* FIXED: Konsisten dengan frame .image-with-fallback */
        background-size: cover;
        background-position: center;
        display: block;
        border-radius: 24px;
    }
    .about .container-2 {
        max-width: 560px;
        padding-left: 0.5rem;
    }
    .about .text-wrapper,
    .about .since-we-ve {
        text-align: left;
    }
}
/* About Section - Mobile */
@media (max-width: 767px) {
    .about .frame {
        grid-template-columns: 1fr;
    }
    .about .container,
    .about .container-2 {
        justify-self: center;
        text-align: center;
    }
    .about .image-with-fallback {
        height: 240px;
        border-radius: 16px;
    }
    /* FIXED: Konsisten dengan image height mobile */
    .about .image-with-fallback-wrapper {
        height: 240px;
    }
}
/* Center Hero and About Content Wrappers */
#beranda .container-6,
.about .frame {
    justify-items: center;
    align-items: center;
}
/* Desktop Layout Adjustments */
@media (min-width: 768px) {
    #beranda .container-7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        margin: 0;
    }
    #beranda .container-10,
    #beranda .container-11 {
        justify-self: center;
    }
    .about .frame {
        grid-template-columns: 520px 1fr;
        justify-items: center;
    }
    .about .image-with-fallback-wrapper {
        justify-self: center;
    }
    .about .container-2 {
        justify-self: start;
        text-align: left;
    }
}
/* Mobile: Stacked and Centered */
@media (max-width: 767px) {
    #beranda .container-6,
    .about .frame {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    #beranda .container-7,
    .about .container-2 {
        align-items: center;
        text-align: center;
        justify-self: center;
    }
    .about .container-2 {
        justify-self: center;
    }
    .container-11,
    .image-with-fallback-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1024px) {
    #beranda .container-6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #beranda .container-7 {
        align-items: center;
        text-align: center;
    }
    #beranda .container-11 {
        order: -1;
        width: 100%;
        max-width: 480px;
        /* FIXED: Menurunkan tinggi gambar pada tablet/laptop kecil */
        height: 360px;
    }
    /* FIXED: Menurunkan tinggi gambar pada tablet/laptop kecil */
    #beranda .image-with-fallback-2 {
        height: 360px;
    }
}
.testimonials {
    padding: 5rem clamp(1.5rem, 4vw, 3rem);
    background-color: #fffaf4;
}
.testimonials-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}
.testimonials-header h2 {
    font-family: "Poppins-Bold", Helvetica;
    font-size: clamp(36px, 5vw, 48px);
    color: #6b4423;
    margin-bottom: 0.5rem;
}
.testimonials-header p {
    color: #8b6f47;
    margin: 0;
    font-size: 1rem;
}
.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
.testimonial-card {
    background: linear-gradient(180deg, #f5d9b8 0%, #e9c9a7 100%);
    border-radius: 24px;
    padding: 1.75rem;
    box-shadow: 0 15px 30px rgba(107, 68, 35, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 220px;
}
.testimonial-card:nth-child(1) {
    background: #F5E6D3;
}
.testimonial-card:nth-child(2) {
    background: #E8D4B8;
}
.testimonial-card:nth-child(3) {
    background: #DCC5A8;
}
.testimonial-card .stars {
    color: #c68a44;
    display: flex;
    gap: 0.25rem;
    font-size: 1rem;
}
.testimonial-card .quote {
    font-family: "Poppins-Regular", Helvetica;
    font-size: 0.98rem;
    color: #5b4a32;
    font-style: italic;
    flex: 1;
    margin: 0;
}
.testimonial-card .author h3 {
    margin: 0;
    font-size: 1rem;
    color: #4a3420;
}
.testimonial-card .author span {
    font-size: 0.9rem;
    color: #6b5a3a;
}
.testimonials .eyebrow {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #c68a44;
}
@media (max-width: 768px) {
    .testimonial-card {
        min-height: auto;
    }
}
/* ============================================
   ENHANCED ANIMATIONS FOR STYLE.CSS
   ============================================ */
/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}
/* Hero Section Enhanced Animations */
#beranda .tefa-bakery-cofee {
    animation: slideInLeft 0.8s ease-out;
    transform-origin: left center;
}
#beranda .enjoy-artisan-breads {
    animation: slideInLeft 0.8s ease-out 0.2s both;
}
#beranda .container-8 {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}
#beranda .container-11 {
    animation: slideInRight 0.8s ease-out 0.2s both;
    transition: transform 0.3s ease-out;
}
/* About Section Stats Animation */
.text-wrapper-2 {
    display: inline-block;
    animation: fadeInUp 0.6s ease-out;
    transition: color 0.3s ease;
}
.container-4:hover .text-wrapper-2 {
    color: #c68a44;
}
.about .text-wrapper {
    animation: slideInLeft 0.8s ease-out;
}
.about .since-we-ve {
    animation: slideInLeft 0.8s ease-out 0.1s both;
}
.about .image-with-fallback-wrapper {
    animation: slideInRight 0.8s ease-out;
}
.about .container-3 {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}
.container-4 {
    animation: scaleIn 0.6s ease-out;
}
.container-4:nth-child(1) {
    animation-delay: 0.3s;
}
.container-4:nth-child(2) {
    animation-delay: 0.4s;
}
.container-4:nth-child(3) {
    animation-delay: 0.5s;
}
/* Featured Products Section Animations */
.featured-products .heading,
.featured-products .discover-our {
    animation: fadeInDown 0.8s ease-out;
}
.carousel-item {
    animation: scaleIn 0.6s ease-out;
}
.carousel-item:nth-child(1) {
    animation-delay: 0.1s;
}
.carousel-item:nth-child(2) {
    animation-delay: 0.2s;
}
.carousel-item:nth-child(3) {
    animation-delay: 0.3s;
}
/* Product Card Enhanced Hover Effect */
.card {
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}
.card:hover::before {
    opacity: 1;
}
.card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
/* Testimonial Section Animations */
.testimonials-header h2 {
    animation: fadeInDown 0.8s ease-out;
}
.testimonials-header p {
    animation: fadeInUp 0.8s ease-out 0.1s both;
}
.testimonial-card {
    animation: slideInUp 0.8s ease-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.testimonial-card:nth-child(1) {
    animation-delay: 0.1s;
}
.testimonial-card:nth-child(2) {
    animation-delay: 0.2s;
}
.testimonial-card:nth-child(3) {
    animation-delay: 0.3s;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(107, 68, 35, 0.2);
}
.testimonial-card .stars {
    animation: pulse 2s ease-in-out infinite;
}
/* Link hover animations */
a {
    transition: color 0.3s ease;
}
/* Heading animations with underline */
.featured-products .heading {
    position: relative;
}
.testimonials-header h2 {
    position: relative;
    padding-bottom: 15px;
}
.featured-products .heading::after,
.testimonials-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8b6f47 0%, #c68a44 50%, #8b6f47 100%);
    border-radius: 2px;
    animation: slideInDown 0.8s ease-out;
}
.featured-products .heading::after {
    display: none;
}
/* Remove underline line from "Kepuasan Pelanggan" heading */
.testimonials-header h2::after {
    display: none;
}
/* Button animations */
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.btn:active::before {
    width: 300px;
    height: 300px;
}
/* Navigation link animation improvement */
.frame-2 {
    position: relative;
}
/* Image parallax effect on scroll */
.hero-img,
.about-img {
    transition: transform 0.3s ease-out;
}
/* Footer animations */
.footer {
    animation: fadeInUp 0.8s ease-out;
}
/* Enhanced card shine effect */
.card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
    transform: rotate(45deg);
    animation: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.card:hover::after {
    animation: shine 0.6s ease-in 1;
    opacity: 1;
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
/* Product category hover effect */
.heading-2 {
    position: relative;
}
.heading-2::after {
    display: none;
    /* underline removed for product titles */
}
/* Add to Cart button animation */
.btn-sm {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.btn-sm:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(139, 111, 71, 0.25) !important;
}
/* Testimonial quote animation */
.testimonial-card .quote {
    font-style: italic;
}
/* Star rating - no hover animation */
.stars i {
    display: inline-block;
}
/* Heading accent animation */
@keyframes textGlow {
    0%,
    100% {
        text-shadow: 0 0 10px rgba(198, 138, 68, 0.3);
    }
    50% {
        text-shadow: 0 0 20px rgba(198, 138, 68, 0.6);
    }
}
/* Paragraph animation */
.paragraph {
    line-height: 1.6;
}
/* Responsive animation adjustments */
@media (max-width: 992px) {
    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }
    .testimonial-card:hover {
        transform: translateY(-6px);
    }
}
@media (max-width: 768px) {
    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
    .testimonial-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(107, 68, 35, 0.15);
    }
    .container-4:hover {
        transform: scale(1.02);
    }
    /* Disable complex animations on mobile for better performance */
    .card::before,
    .card::after {
        display: none;
    }
    #beranda .container-11:hover {
        animation: none;
    }
}
@media (max-width: 480px) {
    .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    }
    .testimonial-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(107, 68, 35, 0.12);
    }
    .container-4:hover {
        transform: scale(1.01);
    }
    /* Disable animations that consume battery on small devices */
    .container-4 {
        animation: none;
    }
}