/* =====================================================
   CAKEBROUN - Responsive Breakpoints
   ===================================================== */

/* ── Tablet (< 1024px) ── */
@media (max-width: 1023px) {
    .cakebroun-hero-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .cakebroun-hero-subtitle {
        font-size: clamp(1.3rem, 3vw, 1.8rem);
    }

    .cakebroun-hero {
        min-height: 80vh;
    }

    .cakebroun-category-img {
        width: 120px;
        height: 120px;
    }

    .cakebroun-cta-split {
        padding: 60px 0;
    }

    .cakebroun-cta-split .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .cakebroun-cta-split img {
        margin-bottom: 2rem;
        max-width: 70%;
        margin-inline: auto;
        display: block;
    }

    .cakebroun-timeline::before {
        left: 20px;
    }

    .cakebroun-timeline-item {
        width: 85%;
        margin-left: 50px !important;
    }

    .cakebroun-timeline-item .cakebroun-timeline-dot {
        left: -38px !important;
        right: auto !important;
    }
}

/* ── Mobile (< 768px) ── */
@media (max-width: 767px) {
    .cakebroun-hero {
        min-height: 90vh;
    }

    .cakebroun-hero-content {
        padding: 1rem;
    }

    .cakebroun-hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .cakebroun-hero-subtitle {
        font-size: 1.3rem;
    }

    .cakebroun-hero-desc {
        font-size: 0.95rem;
    }

    .cakebroun-categories {
        padding: 50px 0;
    }

    .cakebroun-category-img {
        width: 100px;
        height: 100px;
    }

    .cakebroun-category-name {
        font-size: 0.9rem;
    }

    .cakebroun-usp {
        padding: 40px 0;
    }

    .cakebroun-usp-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .cakebroun-testimonials {
        padding: 50px 0;
    }

    .cakebroun-testimonial-card {
        padding: 1.5rem;
    }

    .cakebroun-newsletter {
        padding: 50px 0;
    }

    .cakebroun-newsletter-form {
        flex-direction: column;
    }

    .cakebroun-newsletter-form input,
    .cakebroun-newsletter-form .btn-cakebroun-primary {
        width: 100%;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 1.3rem;
    }

    .section-desc {
        font-size: 0.95rem;
    }

    .btn-cakebroun-primary,
    .btn-cakebroun-secondary {
        padding: 0.65rem 1.5rem;
        font-size: 0.85rem;
    }

    .cakebroun-cta-split {
        padding: 50px 0;
    }

    .cakebroun-cta-split img {
        max-width: 100%;
    }

    /* WooCommerce Mobile */
    .woocommerce div.product .product_title {
        font-size: 1.5rem;
    }

    .woocommerce div.product p.price {
        font-size: 1.2rem !important;
    }

    .woocommerce table.shop_table td {
        padding: 0.75rem 0.5rem;
    }

    .cakebroun-404 h1 {
        font-size: 5rem;
    }

    .cakebroun-wizard-progress {
        gap: 0.25rem;
    }

    .cakebroun-wizard-step {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .cakebroun-toast {
        min-width: auto;
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
}

/* ── Small Mobile (< 375px) ── */
@media (max-width: 374px) {
    .cakebroun-hero-title {
        font-size: 1.75rem;
    }

    body {
        font-size: 14px;
    }

    .cakebroun-product-card .card-body {
        padding: 0.75rem;
    }

    .cakebroun-product-card .woocommerce-loop-product__title {
        font-size: 0.9rem !important;
    }

    .cakebroun-product-card .price {
        font-size: 1rem;
    }
}

/* ── Large Desktop (≥ 1440px) ── */
@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }

    .cakebroun-hero-title {
        font-size: 4.5rem;
    }

    .cakebroun-hero-subtitle {
        font-size: 2.5rem;
    }
}