body.theme-homepage-bakery {
    --bakery-cream: #fff8f3;
    --bakery-cream-soft: #f8ede3;
    --bakery-cream-muted: #f1dfd2;
    --bakery-cocoa: #4b2f2c;
    --bakery-cocoa-soft: #6e4a42;
    --bakery-rose: #d78b86;
    --bakery-rose-soft: #efb3ad;
    --bakery-caramel: #d9a96f;
    --bakery-caramel-soft: #f2c98d;
    --bakery-ink: #2e1d1d;
    --bakery-ink-soft: #5c4038;
    --bakery-outline: rgba(75, 47, 44, .14);
    --bakery-outline-strong: rgba(75, 47, 44, .2);
    --bakery-shadow: 0 18px 42px rgba(75, 47, 44, .08);
    --bakery-shadow-strong: 0 24px 56px rgba(75, 47, 44, .12);
    --bakery-accent-glow: rgba(217, 169, 111, .22);
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-heading: var(--font-display);
    --font-copy: 'Nunito Sans', system-ui, sans-serif;
    --color-bg: var(--bakery-cream);
    --color-surface: var(--bakery-cream-soft);
    --color-text: var(--bakery-ink);
    --color-heading: var(--bakery-cocoa);
    --color-accent: var(--bakery-caramel);
    --color-accent-hover: var(--bakery-caramel-soft);
    --color-secondary: var(--bakery-rose);
    --espresso: var(--bakery-cocoa);
    --brass: var(--bakery-caramel);
    --brass-lt: var(--bakery-caramel-soft);
    --linen: var(--bakery-cream);
    --ivory: #fffdfb;
    --taupe: var(--bakery-ink-soft);
}

body.theme-homepage-bakery .hero-bg-overlay {
    background:
        radial-gradient(circle at 12% 12%, rgba(215, 139, 134, .42), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(217, 169, 111, .28), transparent 26%),
        linear-gradient(135deg, rgba(75, 47, 44, .82) 0%, rgba(215, 139, 134, .48) 55%, rgba(217, 169, 111, .18) 100%);
}

body.theme-homepage-bakery .hero-headline {
    max-width: 10ch;
    text-wrap: balance;
}

body.theme-homepage-bakery .hero-desc {
    max-width: 52ch;
}

body.theme-homepage-bakery .hero-service-pills,
body.theme-homepage-bakery .hero-highlights {
    gap: .55rem;
}

body.theme-homepage-bakery .hero-service-pill,
body.theme-homepage-bakery .hero-highlight-chip {
    border-radius: 999px;
    border: 1px solid rgba(75, 47, 44, .12);
    background: rgba(255, 255, 255, .7);
    color: var(--bakery-cocoa);
    box-shadow: 0 10px 20px rgba(75, 47, 44, .05);
}

body.theme-homepage-bakery .hero-actions .btn-primary-hero {
    background: linear-gradient(135deg, var(--bakery-cocoa) 0%, var(--bakery-cocoa-soft) 100%);
    box-shadow: 0 16px 32px rgba(75, 47, 44, .22);
}

body.theme-homepage-bakery .hero-actions .btn-ghost-hero {
    border-color: rgba(75, 47, 44, .16);
    background: rgba(255, 255, 255, .82);
    color: var(--bakery-cocoa);
}

body.theme-homepage-bakery .featured-bg {
    background:
        radial-gradient(circle at 8% 10%, rgba(215, 139, 134, .14), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(217, 169, 111, .12), transparent 24%),
        linear-gradient(180deg, rgba(255, 248, 243, .96) 0%, rgba(252, 241, 235, .92) 50%, rgba(248, 237, 227, .96) 100%);
}

body.theme-homepage-bakery .featured-header {
    align-items: flex-end;
}

body.theme-homepage-bakery .section-title,
body.theme-homepage-bakery .prod-name,
body.theme-homepage-bakery .testi-name {
    letter-spacing: 0;
}

body.theme-homepage-bakery .section-subtitle {
    max-width: 58ch;
}

body.theme-homepage-bakery .prod-card,
body.theme-homepage-bakery .testi-card,
body.theme-homepage-bakery .homepage-article-card {
    border-radius: 18px;
    box-shadow: var(--bakery-shadow);
    border: 1px solid rgba(75, 47, 44, .08);
}

body.theme-homepage-bakery .featured-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body.theme-homepage-bakery .prod-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(251, 244, 238, .94));
}

body.theme-homepage-bakery .prod-cat {
    color: var(--bakery-rose);
}

body.theme-homepage-bakery .prod-price-usd {
    color: var(--bakery-cocoa);
}

body.theme-homepage-bakery .prod-inquiry-link,
body.theme-homepage-bakery .prod-badge.new {
    background: var(--bakery-cocoa);
    color: #fff;
}

body.theme-homepage-bakery .prod-inquiry-link:hover {
    background: var(--bakery-rose);
}

body.theme-homepage-bakery .testi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

body.theme-homepage-bakery .testi-conversion {
    border-color: rgba(75, 47, 44, .12);
    background:
        radial-gradient(circle at 84% 12%, rgba(217, 169, 111, .12), transparent 25%),
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(251, 242, 236, .92));
    box-shadow: var(--bakery-shadow);
}

body.theme-homepage-bakery .testi-conversion-cta {
    background: linear-gradient(135deg, var(--bakery-cocoa) 0%, var(--bakery-cocoa-soft) 100%);
    color: #fff;
}

body.theme-homepage-bakery .testi-conversion-cta:hover {
    background: linear-gradient(135deg, var(--bakery-cocoa-soft) 0%, var(--bakery-rose) 100%);
}

@media (max-width: 768px) {
    body.theme-homepage-bakery .hero-headline {
        max-width: 9ch;
        font-size: clamp(2.2rem, 11vw, 3rem);
    }

    body.theme-homepage-bakery .hero-desc {
        font-size: .96rem;
        line-height: 1.68;
    }

    body.theme-homepage-bakery .hero-service-pills,
    body.theme-homepage-bakery .hero-highlights {
        gap: .42rem;
    }

    body.theme-homepage-bakery .hero-service-pill,
    body.theme-homepage-bakery .hero-highlight-chip {
        font-size: .68rem;
    }

    body.theme-homepage-bakery .featured-header {
        margin-bottom: 1.8rem;
    }

    body.theme-homepage-bakery .featured-scroll {
        grid-template-columns: 1fr;
    }

    body.theme-homepage-bakery .testi-grid {
        grid-template-columns: 1fr;
    }

    body.theme-homepage-bakery .testi-conversion {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    body.theme-homepage-bakery .hero-actions {
        gap: .65rem;
    }

    body.theme-homepage-bakery .hero-actions .btn-primary-hero,
    body.theme-homepage-bakery .hero-actions .btn-ghost-hero {
        width: 100%;
    }

    body.theme-homepage-bakery .section-title {
        font-size: clamp(1.85rem, 11vw, 2.5rem);
    }

    body.theme-homepage-bakery .prod-card,
    body.theme-homepage-bakery .testi-card,
    body.theme-homepage-bakery .homepage-article-card {
        border-radius: 16px;
    }
}
