/* ============================================
   Casa do Brigadeiro — Cardápio digital
   Direção visual: paleta viva em composição — bege #EDDEC3 · rosa #EBB2D1 · azul #AADDF1 · marrom #926A2D
   ============================================ */

:root {
    /* Paleta principal (hierarquia ~70 / 20 / 7 / 3) */
    --creme: #eddec3;
    --creme-profundo: #e4d6b8;
    --branco-quente: #fffcf9;
    --branco: #fffcf9;

    --premium: #926a2d;
    --premium-hover: #7a5a26;
    --premium-light: #a87e3d;
    --premium-ghost: rgba(146, 106, 45, 0.08);
    --premium-line: rgba(146, 106, 45, 0.14);
    --premium-muted: rgba(146, 106, 45, 0.42);

    --rosa: #ebb2d1;
    --rosa-suave: rgba(235, 178, 209, 0.35);
    --rosa-ghost: rgba(235, 178, 209, 0.09);

    --azul-respiro: #aaddf1;
    --azul-ghost: rgba(170, 221, 241, 0.18);

    /* Superfícies */
    --primary-bg: var(--creme);
    --secondary-bg: var(--creme-profundo);
    --surface-card: var(--branco-quente);
    --surface-elevated: #ffffff;
    --surface-inner: #faf6ef;
    /* Cartões — base editorial (ciclos nth sobrepõem com peles distintas) */
    --surface-editorial: linear-gradient(168deg, #fffeff 0%, #fffcf9 50%, #f6f0e6 100%);

    /* Fundos de secção — temperaturas alternadas (home) */
    --secao-bege-rico: linear-gradient(178deg, #f6ecdb 0%, #eddec3 48%, #e5d4b6 100%);
    --secao-bege-azul: linear-gradient(175deg, #fffcf9 0%, rgba(170, 221, 241, 0.38) 38%, #efe4d6 100%);
    --secao-rosa-veu: linear-gradient(180deg, #fffafd 0%, rgba(235, 178, 209, 0.28) 45%, #f4e9d8 100%);
    --secao-bege-azul-detalhe: linear-gradient(185deg, #fffcf9 0%, #eddec3 52%, rgba(170, 221, 241, 0.26) 100%);

    /* Texto (fundo claro) */
    --text-primary: #2c241c;
    --text-secondary: #5a5248;
    --text-muted: #8a8074;
    --text-on-dark: #fdfaf6;
    --text-on-gold: #fffcf9;
    --text-on-rose: #fffcf9;

    /* Aliases “rosa” herdados do layout — mapeados para rosa delicado ou bronze */
    --accent-rose: var(--rosa);
    --accent-rose-bright: #f2c8e0;
    --accent-rose-whisper: var(--rosa-ghost);
    --accent-rose-glow: rgba(235, 178, 209, 0.32);
    --accent-rose-line: var(--premium-line);
    --accent-rose-muted: var(--premium-muted);
    --accent-rose-surface: var(--premium-ghost);
    --accent-rose-surface-hover: rgba(146, 106, 45, 0.12);

    --accent-gold: var(--premium);
    --accent-gold-hover: var(--premium-hover);
    --accent-gold-deep: #5c4322;
    --accent-gold-muted: rgba(146, 106, 45, 0.12);
    --accent-gold-line: var(--premium-line);
    --accent-gold-glow: rgba(146, 106, 45, 0.1);
    --accent-gold-spark: rgba(146, 106, 45, 0.32);

    --gradient-cta: linear-gradient(168deg, #926a2d 0%, #7a5a26 100%);
    --gradient-cta-hover: linear-gradient(168deg, #a87e3d 0%, #926a2d 100%);
    --gradient-rose: var(--gradient-cta);
    --gradient-rose-hover: var(--gradient-cta-hover);
    --gradient-gold: var(--gradient-cta);

    /* Sombras — muito leves sobre creme */
    --shadow-sm: 0 2px 14px rgba(44, 36, 28, 0.06);
    --shadow-card: 0 10px 36px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(146, 106, 45, 0.06);
    --shadow-card-hover: 0 16px 44px rgba(44, 36, 28, 0.09), 0 0 0 1px rgba(146, 106, 45, 0.1);
    --sombra-dourada: 0 4px 22px rgba(146, 106, 45, 0.08);

    /* Ritmo e movimento */
    --transicao: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    --transicao-rapida: 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 999px;

    /* Tipografia editorial + corpo limpo */
    --fonte-titulo: "Playfair Display", "Georgia", "Times New Roman", serif;
    --fonte-texto: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    --fonte-corpo: var(--fonte-texto);

    /* Compatibilidade */
    --fundo: var(--primary-bg);
    --bege: var(--secondary-bg);
    --bege-escuro: rgba(146, 106, 45, 0.1);
    --texto: var(--text-secondary);
    --marrom: var(--text-primary);
    --marrom-escuro: #1a1512;
    --dourado: var(--premium);
    --dourado-claro: #c9a86a;
    --verde-suave: var(--text-muted);
    --rosa-claro: var(--rosa-ghost);
    --rosa-suave: var(--rosa-ghost);
    --sombra: rgba(44, 36, 28, 0.08);
    --sombra-media: rgba(44, 36, 28, 0.1);
    --sombra-forte: rgba(44, 36, 28, 0.14);
    --bp-desktop: 1200px;
    --bp-laptop: 1200px;
    --bp-tablet: 992px;
    --bp-mobile: 768px;
    --bp-mobile-small: 480px;

    /* Faixa da foto: estilo delivery (cover, largura total, altura fixa) */
    --produto-foto-altura: 300px;
    --produto-modal-foto-altura: 340px;
    /* Foco do produto em fotos verticais (doce no topo da imagem): % menor = mais peso no topo */
    --produto-img-position: center 32%;
}

/* Bolo de Corte — experiência premium de montagem */
.pagina-bolo-corte {
    background:
        radial-gradient(circle at 8% 8%, rgba(235, 178, 209, 0.28), transparent 26rem),
        radial-gradient(circle at 92% 18%, rgba(170, 221, 241, 0.26), transparent 24rem),
        linear-gradient(180deg, #fffcf9 0%, #f4e9d8 52%, #eddec3 100%);
}

.bc-hero {
    position: relative;
    min-height: clamp(36rem, 82vh, 48rem);
    padding: clamp(7.2rem, 12vw, 9rem) 0 clamp(4rem, 7vw, 6rem);
    overflow: hidden;
    isolation: isolate;
}

.bc-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(115deg, rgba(44, 36, 28, 0.76), rgba(146, 106, 45, 0.34) 46%, rgba(255, 252, 249, 0.18)),
        radial-gradient(circle at 72% 24%, rgba(235, 178, 209, 0.46), transparent 18rem),
        radial-gradient(circle at 84% 78%, rgba(170, 221, 241, 0.44), transparent 22rem),
        linear-gradient(135deg, #5b3b20 0%, #926a2d 38%, #eddec3 100%);
}

.bc-hero::before,
.bc-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.bc-hero::before {
    inset: 1.2rem;
    border: 1px solid rgba(255, 252, 249, 0.28);
    border-radius: 2.2rem;
}

.bc-hero::after {
    width: 34rem;
    height: 34rem;
    right: -9rem;
    top: 4rem;
    background: radial-gradient(circle, rgba(255, 252, 249, 0.18), transparent 68%);
    filter: blur(2px);
}

.bc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.72fr);
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
}

.bc-hero-copy {
    max-width: 42rem;
    color: #fffcf9;
}

.bc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--fonte-corpo);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #926a2d;
}

.bc-hero .bc-eyebrow {
    color: #eddec3;
}

.bc-eyebrow::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: currentColor;
    opacity: 0.7;
}

.bc-hero h1 {
    margin: 1rem 0 1rem;
    font-family: var(--fonte-titulo);
    font-size: clamp(3.2rem, 8vw, 6.8rem);
    line-height: 0.9;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.bc-hero p {
    max-width: 36rem;
    color: rgba(255, 252, 249, 0.88);
    font-size: clamp(1.04rem, 2vw, 1.28rem);
    line-height: 1.8;
}

.bc-hero-cta {
    display: inline-flex;
    margin-top: 1.7rem;
    padding: 0.95rem 1.35rem;
    border: 1px solid rgba(255, 252, 249, 0.32);
    border-radius: 999px;
    background: rgba(255, 252, 249, 0.14);
    color: #fffcf9;
    font-weight: 600;
    backdrop-filter: blur(14px);
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.bc-hero-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 252, 249, 0.56);
    background: rgba(255, 252, 249, 0.22);
}

.bc-hero-art {
    position: relative;
    min-height: clamp(24rem, 43vw, 35rem);
}

.bc-hero-card {
    position: absolute;
    border: 1px solid rgba(255, 252, 249, 0.38);
    box-shadow: 0 28px 70px rgba(44, 36, 28, 0.22);
    overflow: hidden;
}

.bc-hero-card--main {
    inset: 1rem 1rem auto auto;
    width: min(29rem, 78vw);
    height: clamp(22rem, 38vw, 32rem);
    border-radius: 2.4rem;
    background: rgba(255, 252, 249, 0.14);
}

.bc-hero-card--main::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(44, 36, 28, 0.04), rgba(44, 36, 28, 0.16)),
        radial-gradient(circle at 18% 12%, rgba(255, 252, 249, 0.24), transparent 15rem);
}

.bc-hero-card--main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 42%;
}

.bc-hero-note {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(17rem, 62vw);
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 252, 249, 0.34);
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.16);
    color: #fffcf9;
    backdrop-filter: blur(16px);
}

.bc-hero-note strong,
.bc-hero-note span {
    display: block;
}

.bc-hero-note span {
    margin-top: 0.25rem;
    color: rgba(255, 252, 249, 0.76);
    font-size: 0.86rem;
    line-height: 1.5;
}

.bc-main {
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.bc-intro {
    max-width: 48rem;
    margin: 0 auto clamp(2rem, 5vw, 3.4rem);
    text-align: center;
}

.bc-intro h2 {
    margin: 0.75rem 0;
    font-family: var(--fonte-titulo);
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.05;
    color: #2c241c;
}

.bc-intro p {
    color: #5a5248;
    line-height: 1.75;
}

.bc-builder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    gap: clamp(1.2rem, 3vw, 2rem);
    align-items: start;
}

.bc-steps {
    display: grid;
    gap: 1.15rem;
}

.bc-step,
.bc-combos,
.bc-summary {
    position: relative;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.55rem;
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.96), rgba(250, 246, 239, 0.9)),
        radial-gradient(circle at 100% 0, rgba(235, 178, 209, 0.15), transparent 14rem);
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.06);
}

.bc-step {
    padding: clamp(1.15rem, 3vw, 1.7rem);
}

.bc-step::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ebb2d1, #eddec3, #aaddf1);
}

.bc-step-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.bc-step-head span,
.bc-summary-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.72);
}

.bc-step-head h3,
.bc-combos h3,
.bc-summary h3 {
    margin: 0;
    font-family: var(--fonte-titulo);
    color: #2c241c;
}

.bc-step-head h3 {
    font-size: clamp(1.38rem, 3vw, 2rem);
}

.bc-cover-grid,
.bc-dough-grid,
.bc-combo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.bc-cover-card,
.bc-dough-card,
.bc-combo,
.bc-pill,
.bc-weight,
.bc-qty-btn,
.bc-add-cart {
    font: inherit;
    cursor: pointer;
}

.bc-cover-card,
.bc-dough-card,
.bc-combo {
    position: relative;
    min-height: 8rem;
    padding: 1rem;
    border: 1px solid rgba(146, 106, 45, 0.16);
    border-radius: 1.2rem;
    background: linear-gradient(160deg, #fffdfb, rgba(237, 222, 195, 0.36));
    color: #2c241c;
    text-align: left;
    overflow: hidden;
    transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.bc-cover-card:hover,
.bc-dough-card:hover,
.bc-combo:hover,
.bc-pill:hover,
.bc-weight:hover {
    transform: translateY(-2px);
    border-color: rgba(146, 106, 45, 0.36);
    box-shadow: 0 14px 34px rgba(44, 36, 28, 0.08);
}

.bc-cover-card.is-selected,
.bc-dough-card.is-selected,
.bc-pill.is-selected,
.bc-weight.is-selected {
    border-color: rgba(146, 106, 45, 0.72);
    background: linear-gradient(155deg, rgba(146, 106, 45, 0.98), rgba(122, 90, 38, 0.94));
    color: #fffcf9;
    box-shadow: 0 16px 42px rgba(146, 106, 45, 0.18);
}

.bc-cover-card strong,
.bc-cover-card small,
.bc-cover-card em,
.bc-dough-card strong,
.bc-dough-card small {
    position: relative;
    z-index: 1;
    display: block;
}

.bc-cover-card strong,
.bc-dough-card strong {
    font-family: var(--fonte-titulo);
    font-size: 1.22rem;
}

.bc-cover-card small,
.bc-dough-card small {
    margin-top: 0.35rem;
    color: inherit;
    opacity: 0.76;
    line-height: 1.5;
}

.bc-cover-card em {
    margin-top: 0.85rem;
    color: inherit;
    font-style: normal;
    font-weight: 700;
}

.bc-cover-ornament {
    position: absolute;
    right: -1.2rem;
    top: -1.2rem;
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 178, 209, 0.58), transparent 68%);
}

.bc-cover-ornament--choco {
    background: radial-gradient(circle, rgba(146, 106, 45, 0.28), transparent 68%);
}

.bc-flavor-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.68rem;
}

.bc-pill,
.bc-weight {
    border: 1px solid rgba(146, 106, 45, 0.16);
    background: rgba(255, 252, 249, 0.88);
    color: #5a5248;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.bc-pill {
    padding: 0.68rem 0.95rem;
    border-radius: 999px;
}

.bc-dough-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-dough-card {
    min-height: 6.8rem;
}

.bc-measure-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.bc-weight-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.bc-weight {
    min-width: 4.5rem;
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    font-weight: 700;
}

.bc-qty-wrap {
    min-width: 11rem;
    padding: 0.85rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.15rem;
    background: rgba(237, 222, 195, 0.34);
}

.bc-qty-wrap > span {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.76);
}

.bc-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.bc-qty-btn {
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 50%;
    background: #fffcf9;
    color: #926a2d;
    font-size: 1.3rem;
    box-shadow: 0 8px 18px rgba(44, 36, 28, 0.06);
    transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.bc-qty-btn:hover {
    transform: scale(1.05);
    background: #926a2d;
    color: #fffcf9;
}

.bc-qty strong {
    min-width: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    color: #2c241c;
}

.bc-combos {
    padding: clamp(1.15rem, 3vw, 1.7rem);
    background:
        radial-gradient(circle at 7% 15%, rgba(170, 221, 241, 0.25), transparent 12rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.96), rgba(237, 222, 195, 0.62));
}

.bc-combos h3 {
    margin: 0.5rem 0 1rem;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.bc-combo {
    min-height: 6.4rem;
    background: linear-gradient(160deg, rgba(255, 252, 249, 0.94), rgba(235, 178, 209, 0.2));
}

.bc-combo strong,
.bc-combo span {
    display: block;
}

.bc-combo strong {
    font-family: var(--fonte-titulo);
    color: #2c241c;
}

.bc-combo span {
    margin-top: 0.28rem;
    color: #926a2d;
    font-weight: 600;
}

.bc-summary {
    position: sticky;
    top: 6rem;
    padding: 1.35rem;
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.25), transparent 13rem),
        linear-gradient(165deg, #fffcf9, #f6ecdb);
}

.bc-summary h3 {
    margin-top: 0.45rem;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.bc-summary dl {
    margin: 1.2rem 0;
    display: grid;
    gap: 0.65rem;
}

.bc-summary dl div {
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(146, 106, 45, 0.12);
}

.bc-summary dt {
    margin-bottom: 0.18rem;
    color: rgba(90, 82, 72, 0.75);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bc-summary dd {
    margin: 0;
    color: #2c241c;
    font-weight: 600;
    line-height: 1.45;
}

.bc-summary-total {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 1.2rem;
    background: linear-gradient(145deg, rgba(146, 106, 45, 0.12), rgba(235, 178, 209, 0.18));
}

.bc-summary-total span,
.bc-summary-total strong {
    display: block;
}

.bc-summary-total span {
    color: #5a5248;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bc-summary-total strong {
    margin-top: 0.25rem;
    font-family: var(--fonte-titulo);
    font-size: 2rem;
    color: #926a2d;
}

.bc-add-cart {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.98rem 1.2rem;
    border: 0;
    border-radius: 999px;
    background: #926a2d;
    color: #fffcf9;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(146, 106, 45, 0.2);
    transition: transform 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.bc-add-cart svg {
    width: 1.15rem;
    height: 1.15rem;
}

.bc-add-cart:hover {
    transform: translateY(-2px);
    background: #7a5a26;
    box-shadow: 0 20px 38px rgba(146, 106, 45, 0.26);
}

.bc-summary > p {
    margin: 0.85rem 0 0;
    color: #6d6256;
    font-size: 0.86rem;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .bc-hero-grid,
    .bc-builder {
        grid-template-columns: 1fr;
    }

    .bc-hero {
        min-height: auto;
    }

    .bc-hero-art {
        min-height: 28rem;
    }

    .bc-summary {
        position: static;
    }
}

@media (max-width: 720px) {
    .bc-hero {
        padding-top: 6.6rem;
    }

    .bc-hero::before {
        inset: 0.7rem;
        border-radius: 1.45rem;
    }

    .bc-hero-art {
        min-height: 23rem;
    }

    .bc-hero-card--main {
        width: 78vw;
        height: 21rem;
    }

    .bc-hero-note {
        right: 0.25rem;
        bottom: 0.25rem;
    }

    .bc-step-head,
    .bc-measure-panel {
        display: grid;
    }

    .bc-cover-grid,
    .bc-dough-grid,
    .bc-combo-grid {
        grid-template-columns: 1fr;
    }

    .bc-qty-wrap {
        min-width: 0;
    }
}

/* Bolo de Corte — direção de arte premium refeita */
.pagina-bolo-corte {
    background:
        radial-gradient(circle at 8% 16%, rgba(235, 178, 209, 0.34), transparent 18rem),
        radial-gradient(circle at 92% 7%, rgba(170, 221, 241, 0.38), transparent 22rem),
        linear-gradient(180deg, #fff9f2 0%, #eddec3 45%, #f7efe3 100%);
}

.pagina-bolo-corte .header {
    background: rgba(255, 252, 249, 0.88);
    backdrop-filter: blur(18px);
}

.bc-hero {
    min-height: clamp(34rem, 82vh, 50rem);
    display: grid;
    align-items: end;
    padding: clamp(7rem, 12vw, 9.5rem) 0 clamp(4.5rem, 8vw, 7rem);
    background: #2c241c;
}

.bc-hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    opacity: 0.82;
    transform: scale(1.03);
}

.bc-hero-bg {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(30, 20, 13, 0.86) 0%, rgba(68, 43, 27, 0.62) 43%, rgba(44, 36, 28, 0.18) 100%),
        radial-gradient(circle at 18% 74%, rgba(235, 178, 209, 0.32), transparent 20rem),
        radial-gradient(circle at 85% 18%, rgba(170, 221, 241, 0.24), transparent 18rem);
}

.bc-hero::before {
    inset: clamp(0.8rem, 2vw, 1.5rem);
    border: 1px solid rgba(237, 222, 195, 0.34);
    border-radius: clamp(1.2rem, 3vw, 2.8rem);
}

.bc-hero::after {
    left: auto;
    right: 7vw;
    top: 16%;
    width: clamp(8rem, 18vw, 15rem);
    height: clamp(8rem, 18vw, 15rem);
    border: 1px solid rgba(255, 252, 249, 0.16);
    border-radius: 50%;
    background: rgba(255, 252, 249, 0.06);
    backdrop-filter: blur(3px);
}

.bc-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 18rem);
    align-items: end;
}

.bc-hero-copy {
    position: relative;
    max-width: 49rem;
    padding-left: clamp(0rem, 2vw, 1.4rem);
}

.bc-hero-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    bottom: 0.4rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ebb2d1, #eddec3, #aaddf1);
}

.bc-hero .bc-eyebrow {
    color: #eddec3;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.24);
}

.bc-hero h1 {
    max-width: 11ch;
    margin: 1rem 0;
    font-size: clamp(4rem, 11vw, 8.7rem);
    line-height: 0.82;
    letter-spacing: -0.07em;
    text-shadow: 0 20px 52px rgba(0, 0, 0, 0.3);
}

.bc-hero p {
    max-width: 38rem;
    color: rgba(255, 252, 249, 0.9);
    font-size: clamp(1.08rem, 2.1vw, 1.42rem);
}

.bc-hero-cta {
    padding: 1rem 1.45rem;
    background: rgba(237, 222, 195, 0.16);
    border-color: rgba(237, 222, 195, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 44px rgba(0, 0, 0, 0.2);
}

.bc-hero-card {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    padding: 1.15rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 252, 249, 0.24);
    background: rgba(255, 252, 249, 0.12);
    color: #fffcf9;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
}

.bc-hero-card span,
.bc-hero-card strong {
    display: block;
}

.bc-hero-card span {
    color: rgba(237, 222, 195, 0.92);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bc-hero-card strong {
    margin-top: 0.35rem;
    font-family: var(--fonte-titulo);
    font-size: 1.55rem;
    line-height: 1;
}

.bc-main {
    padding: clamp(3.4rem, 7vw, 6.4rem) 0;
}

.bc-atelier {
    display: grid;
    grid-template-columns: minmax(20rem, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: start;
}

.bc-visual {
    position: sticky;
    top: 6rem;
    min-height: clamp(40rem, 72vw, 54rem);
}

.bc-visual::before,
.bc-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.bc-visual::before {
    width: 12rem;
    height: 12rem;
    left: -2.5rem;
    top: 5rem;
    border-radius: 50%;
    background: rgba(235, 178, 209, 0.28);
    filter: blur(3px);
}

.bc-visual::after {
    width: 9rem;
    height: 9rem;
    right: 1.5rem;
    bottom: 6rem;
    border: 1px solid rgba(170, 221, 241, 0.8);
    border-radius: 50%;
}

.bc-visual-frame {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(146, 106, 45, 0.18);
    background: #fffcf9;
    box-shadow: 0 24px 70px rgba(44, 36, 28, 0.13);
}

.bc-visual-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bc-visual-frame--main {
    inset: 0 7% auto 0;
    height: clamp(30rem, 60vw, 45rem);
    border-radius: 2.2rem;
}

.bc-visual-frame--main img {
    object-position: center 43%;
}

.bc-visual-frame--main::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(44, 36, 28, 0.02), rgba(44, 36, 28, 0.18)),
        radial-gradient(circle at 24% 18%, rgba(255, 252, 249, 0.22), transparent 14rem);
}

.bc-visual-frame--detail {
    right: 0;
    bottom: 4.8rem;
    z-index: 2;
    width: min(17rem, 44%);
    height: min(21rem, 40vw);
    border-radius: 1.55rem;
    transform: rotate(2deg);
}

.bc-visual-frame--detail img {
    transform: scale(1.65);
    object-position: 58% 54%;
}

.bc-visual-caption {
    position: absolute;
    left: clamp(1rem, 3vw, 2rem);
    right: clamp(5rem, 12vw, 9rem);
    bottom: 0;
    z-index: 3;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(255, 252, 249, 0.55);
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.1);
}

.bc-visual-caption span {
    display: block;
    margin-bottom: 0.45rem;
    color: #926a2d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bc-visual-caption strong {
    display: block;
    color: #2c241c;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.1rem, 2.2vw, 1.55rem);
    font-weight: 500;
    line-height: 1.22;
}

.bc-visual-seal {
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    z-index: 4;
    width: 7.6rem;
    height: 7.6rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #926a2d, #7a5a26);
    color: #fffcf9;
    font-family: var(--fonte-titulo);
    font-size: 1rem;
    line-height: 1.05;
    text-align: center;
    box-shadow: 0 18px 36px rgba(146, 106, 45, 0.22);
    transform: rotate(-8deg);
}

.bc-studio {
    position: relative;
    padding: clamp(1.1rem, 3vw, 1.8rem);
    border: 1px solid rgba(146, 106, 45, 0.16);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.22), transparent 17rem),
        radial-gradient(circle at 0 18%, rgba(235, 178, 209, 0.18), transparent 14rem),
        linear-gradient(160deg, rgba(255, 252, 249, 0.9), rgba(250, 246, 239, 0.74));
    box-shadow: 0 22px 62px rgba(44, 36, 28, 0.08);
}

.bc-studio::before {
    content: "";
    position: absolute;
    inset: 0.65rem;
    border: 1px solid rgba(146, 106, 45, 0.08);
    border-radius: 1.55rem;
    pointer-events: none;
}

.bc-studio-head {
    position: relative;
    z-index: 1;
    padding: 0.2rem 0.2rem 1.3rem;
    border-bottom: 1px solid rgba(146, 106, 45, 0.13);
}

.bc-studio-head h2 {
    max-width: 12ch;
    margin: 0.65rem 0;
    color: #2c241c;
    font-family: var(--fonte-titulo);
    font-size: clamp(2rem, 4.4vw, 3.55rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
}

.bc-studio-head p {
    max-width: 37rem;
    margin: 0;
    color: #5a5248;
    line-height: 1.7;
}

.bc-choice-panel,
.bc-combos,
.bc-summary {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    border: 1px solid rgba(146, 106, 45, 0.12);
    border-radius: 1.45rem;
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.78), rgba(237, 222, 195, 0.28)),
        radial-gradient(circle at 100% 0, rgba(235, 178, 209, 0.12), transparent 11rem);
    box-shadow: 0 14px 36px rgba(44, 36, 28, 0.045);
}

.bc-choice-panel {
    padding: clamp(1rem, 2.4vw, 1.35rem);
}

.bc-choice-panel::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 0;
    width: 5rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ebb2d1, #aaddf1);
}

.bc-choice-row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(16rem, 0.8fr);
    gap: 1rem;
}

.bc-step-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.bc-step-head span,
.bc-summary-kicker {
    color: rgba(146, 106, 45, 0.82);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.bc-step-head h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.bc-cover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.bc-cover-card,
.bc-dough-card,
.bc-combo,
.bc-pill,
.bc-weight,
.bc-qty-btn {
    appearance: none;
    border: 0;
    background: none;
}

.bc-cover-card {
    min-height: 10rem;
    padding: 1.15rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 88% 10%, rgba(235, 178, 209, 0.2), transparent 7rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.92), rgba(237, 222, 195, 0.46));
    box-shadow: 0 12px 30px rgba(44, 36, 28, 0.05);
}

.bc-cover-card::after,
.bc-dough-card::after,
.bc-weight::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    box-shadow: 0 0 0 1px rgba(237, 222, 195, 0.5), 0 18px 42px rgba(146, 106, 45, 0.18);
    transition: opacity 0.26s ease;
}

.bc-cover-card:hover,
.bc-dough-card:hover,
.bc-combo:hover,
.bc-pill:hover,
.bc-weight:hover {
    transform: translateY(-3px);
}

.bc-cover-card.is-selected,
.bc-dough-card.is-selected,
.bc-pill.is-selected,
.bc-weight.is-selected {
    color: #fffcf9;
    border-color: rgba(255, 252, 249, 0.32);
    background:
        radial-gradient(circle at 90% 0, rgba(235, 178, 209, 0.2), transparent 7rem),
        linear-gradient(145deg, #926a2d, #6f4c22);
    box-shadow: 0 16px 38px rgba(146, 106, 45, 0.22);
}

.bc-cover-card.is-selected::after,
.bc-dough-card.is-selected::after,
.bc-weight.is-selected::after {
    opacity: 1;
}

.bc-cover-card strong {
    font-size: clamp(1.32rem, 2.3vw, 1.8rem);
}

.bc-cover-card small {
    max-width: 13rem;
    margin-top: 0.45rem;
}

.bc-cover-card em {
    display: inline-flex;
    margin-top: 1.1rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 252, 249, 0.62);
    color: #926a2d;
    font-weight: 800;
}

.bc-cover-card.is-selected em {
    background: rgba(255, 252, 249, 0.16);
    color: #fffcf9;
}

.bc-cover-ornament {
    opacity: 0.95;
}

.bc-flavor-cloud {
    gap: 0.58rem;
    align-items: center;
}

.bc-pill {
    position: relative;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 999px;
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.96), rgba(250, 246, 239, 0.82));
    color: #4b4036;
    font-size: 0.91rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(44, 36, 28, 0.035);
}

.bc-pill::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    display: inline-block;
    margin-right: 0.45rem;
    border-radius: 50%;
    background: #ebb2d1;
    box-shadow: 0 0 0 3px rgba(235, 178, 209, 0.18);
    vertical-align: middle;
}

.bc-pill.is-selected::before {
    background: #aaddf1;
    box-shadow: 0 0 0 3px rgba(170, 221, 241, 0.18);
}

.bc-dough-grid {
    grid-template-columns: 1fr;
    gap: 0.62rem;
}

.bc-dough-card {
    min-height: auto;
    padding: 0.92rem 1rem;
    border: 1px solid rgba(146, 106, 45, 0.12);
    border-radius: 1.05rem;
    background: rgba(255, 252, 249, 0.82);
}

.bc-dough-card strong {
    font-size: 1.12rem;
}

.bc-dough-card small {
    font-size: 0.82rem;
}

.bc-weight-options {
    gap: 0.5rem;
}

.bc-weight {
    position: relative;
    min-width: 4.1rem;
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 999px;
    background: rgba(255, 252, 249, 0.86);
    color: #4b4036;
    box-shadow: 0 8px 20px rgba(44, 36, 28, 0.04);
}

.bc-qty-wrap {
    margin-top: 0.9rem;
    border-radius: 1.2rem;
    background:
        linear-gradient(145deg, rgba(170, 221, 241, 0.22), rgba(255, 252, 249, 0.76));
}

.bc-qty-btn {
    background: #fffcf9;
    color: #926a2d;
}

.bc-combos {
    padding: clamp(1rem, 2.4vw, 1.35rem);
    background:
        radial-gradient(circle at 8% 0, rgba(170, 221, 241, 0.28), transparent 11rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.78), rgba(235, 178, 209, 0.18));
}

.bc-combos .bc-eyebrow {
    font-size: 0.66rem;
}

.bc-combos h3 {
    margin: 0.45rem 0 1rem;
    font-size: clamp(1.22rem, 2.4vw, 1.65rem);
}

.bc-combo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.bc-combo {
    min-height: 7.5rem;
    padding: 0.95rem;
    border: 1px solid rgba(146, 106, 45, 0.12);
    border-radius: 1.15rem;
    background: rgba(255, 252, 249, 0.72);
}

.bc-combo strong {
    font-size: 1rem;
    line-height: 1.16;
}

.bc-combo span {
    margin-top: 0.5rem;
    color: #926a2d;
    font-size: 0.84rem;
}

.bc-summary {
    position: sticky;
    bottom: 1rem;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 2.4vw, 1.35rem);
    border-color: rgba(146, 106, 45, 0.22);
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.22), transparent 10rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.94), rgba(237, 222, 195, 0.5));
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 62px rgba(44, 36, 28, 0.12);
}

.bc-summary h3 {
    grid-column: 1 / -1;
    margin: 0.28rem 0 0;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.bc-summary dl {
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0.4rem 0 0;
    gap: 0.5rem;
}

.bc-summary dl div {
    min-width: 0;
    padding: 0.65rem;
    border: 1px solid rgba(146, 106, 45, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 252, 249, 0.55);
}

.bc-summary dt {
    font-size: 0.62rem;
}

.bc-summary dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
}

.bc-summary-total {
    margin: 0;
    padding: 0.95rem 1rem;
    background: linear-gradient(145deg, rgba(146, 106, 45, 0.12), rgba(170, 221, 241, 0.16));
}

.bc-summary-total strong {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.bc-add-cart {
    width: auto;
    min-width: 13.5rem;
    padding: 1.05rem 1.25rem;
    background: #926a2d;
    box-shadow: 0 18px 34px rgba(146, 106, 45, 0.24);
}

@media (max-width: 1080px) {
    .bc-atelier {
        grid-template-columns: 1fr;
    }

    .bc-visual {
        position: relative;
        top: auto;
        min-height: 35rem;
    }
}

@media (max-width: 780px) {
    .bc-hero {
        min-height: 34rem;
        padding-bottom: 3rem;
    }

    .bc-hero-grid,
    .bc-choice-row,
    .bc-cover-grid,
    .bc-combo-grid {
        grid-template-columns: 1fr;
    }

    .bc-hero-copy::before {
        display: none;
    }

    .bc-hero-card {
        display: none;
    }

    .bc-visual {
        min-height: 31rem;
    }

    .bc-visual-frame--main {
        right: 0;
        height: 26rem;
    }

    .bc-visual-frame--detail {
        width: 10.5rem;
        height: 13rem;
        bottom: 3rem;
    }

    .bc-visual-caption {
        left: 0.8rem;
        right: 0.8rem;
    }

    .bc-visual-seal {
        width: 6.2rem;
        height: 6.2rem;
        font-size: 0.85rem;
    }

    .bc-studio {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .bc-summary {
        position: relative;
        bottom: auto;
        grid-template-columns: 1fr;
    }

    .bc-summary dl {
        grid-template-columns: 1fr 1fr;
    }

    .bc-add-cart {
        width: 100%;
    }
}

@media (max-width: 768px) {
    :root {
        --produto-foto-altura: 288px;
    }
}

/* Linha Afetiva: brigadeiros frequentemente no terço superior da foto */
body.pagina-linha-afetiva {
    --produto-img-position: center 22%;
}

@media (max-width: 480px) {
    :root {
        --produto-foto-altura: 268px;
    }
}

/* Reset e Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--fonte-texto);
    font-weight: 400;
    color: var(--text-primary);
    background-color: var(--primary-bg);
    background-image:
        radial-gradient(ellipse 62% 48% at 96% 6%, rgba(235, 178, 209, 0.22) 0%, transparent 52%),
        radial-gradient(ellipse 58% 44% at 4% 94%, rgba(170, 221, 241, 0.24) 0%, transparent 50%),
        linear-gradient(178deg, #f7efe4 0%, var(--creme) 46%, #e2d2b8 100%);
    line-height: 1.74;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-optical-sizing: auto;
}

main,
section,
article,
.container {
    min-width: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transicao);
}

ul {
    list-style: none;
}

/* Container - respirado, alinhamento boutique */
.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.75rem);
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.25rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
}

/* ============================================
   Botão Voltar ao Topo
   ============================================ */
.scroll-to-top {
    position: fixed;
    bottom: 5.5rem;
    right: 2rem;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    border: 1px solid rgba(146, 106, 45, 0.22);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease, transform var(--transicao-rapida), box-shadow var(--transicao-rapida), background var(--transicao-rapida);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    background: var(--gradient-cta-hover);
    box-shadow: 0 8px 28px rgba(146, 106, 45, 0.18);
}

.scroll-to-top:focus {
    outline: 2px solid var(--premium);
    outline-offset: 2px;
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
}

/* ============================================
   WhatsApp Flutuante
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: max(2rem, env(safe-area-inset-bottom, 0));
    right: max(2rem, env(safe-area-inset-right, 0));
    width: 58px;
    height: 58px;
    background: linear-gradient(145deg, #2eb67d 0%, #128c7e 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 10px 32px rgba(18, 140, 126, 0.35),
        0 2px 8px rgba(90, 62, 54, 0.12);
    z-index: 1000;
    transition: transform var(--transicao-rapida), box-shadow var(--transicao-rapida), filter var(--transicao-rapida);
    animation: whatsapp-soft-float 4s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: translateY(-4px);
    box-shadow:
        0 16px 40px rgba(18, 140, 126, 0.42),
        0 4px 12px rgba(90, 62, 54, 0.14);
    filter: brightness(1.05);
    animation: none;
}

.whatsapp-float svg {
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.whatsapp-float span {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 1px;
    opacity: 0.95;
}

@keyframes whatsapp-soft-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* ============================================
   Header e Navegação - Design Premium
   ============================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
    background: rgba(255, 252, 249, 0.88);
    backdrop-filter: blur(16px) saturate(1.05);
    -webkit-backdrop-filter: blur(16px) saturate(1.05);
    border-bottom: 1px solid var(--premium-line);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 8px 32px rgba(44, 36, 28, 0.05);
    z-index: 100;
    transition:
        background var(--transicao-rapida),
        box-shadow var(--transicao-rapida),
        border-color var(--transicao-rapida);
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(235, 178, 209, 0.28) 18%,
        rgba(146, 106, 45, 0.42) 50%,
        rgba(170, 221, 241, 0.3) 82%,
        transparent 100%
    );
    opacity: 0.65;
}

.header.header--scrolled {
    background: rgba(255, 252, 249, 0.96);
    border-bottom-color: rgba(146, 106, 45, 0.18);
    box-shadow: 0 10px 36px rgba(44, 36, 28, 0.06);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

/* Marca: logo raster (ouro / transparência) — tamanho intencionalmente generoso */
.logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    text-decoration: none;
    color: inherit;
    transition: opacity var(--transicao-rapida), filter var(--transicao-rapida);
}

.logo-img {
    height: clamp(4.75rem, 2.25rem + 8vw, 9.25rem);
    width: auto;
    max-width: min(720px, 82vw);
    object-fit: contain;
    object-position: left center;
    display: block;
    filter: drop-shadow(0 1px 8px rgba(44, 36, 28, 0.08));
}

.logo:hover {
    opacity: 0.94;
}

.logo:hover .logo-img {
    filter: drop-shadow(0 2px 14px rgba(146, 106, 45, 0.12)) drop-shadow(0 1px 6px rgba(44, 36, 28, 0.06));
}

/* Home: lockup principal no hero (além do header) */
.hero-brand {
    margin-bottom: 1.65rem;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}

.hero-brand-img {
    height: clamp(13rem, 19vw + 6.5rem, 26rem);
    width: auto;
    max-width: min(1400px, 99vw);
    margin: 0 auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 36px rgba(0, 0, 0, 0.55));
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2.25rem;
}

.nav-menu > li {
    position: relative;
}

.nav-menu a,
.nav-dropdown-trigger {
    font-weight: 400;
    font-size: 0.8125rem;
    color: var(--text-secondary);
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nav-menu > li > a::after,
.nav-dropdown-trigger::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--dourado), var(--dourado-claro));
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu > li > a:hover::after,
.nav-dropdown:hover .nav-dropdown-trigger::after {
    width: 100%;
}

@media (min-width: 993px) {
    .nav-menu > li > a:not(.nav-whatsapp):not(.nav-social):hover,
    .nav-dropdown:hover .nav-dropdown-trigger {
        color: var(--text-primary);
    }
}

/* Dropdown Cardápio */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0;
}

.nav-dropdown-trigger::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--accent-rose-muted);
    margin-top: 2px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    order: 1;
}

.nav-dropdown:hover .nav-dropdown-trigger::before {
    transform: rotate(180deg);
    border-top-color: var(--accent-rose-bright);
}

.nav-dropdown-trigger::after {
    left: 0;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    min-width: 260px;
    background: var(--surface-card);
    border-radius: var(--radius-sm);
    border: 1px solid var(--accent-rose-line);
    box-shadow:
        0 1px 0 0 rgba(255, 255, 255, 0.85) inset,
        0 24px 48px -12px rgba(44, 36, 28, 0.1);
    padding: 0.6rem 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.3s,
                box-shadow 0.3s ease;
    z-index: 50;
    margin-top: 0.75rem;
}

.nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(6px);
    box-shadow:
        0 1px 0 0 rgba(255, 255, 255, 0.85) inset,
        0 28px 52px -10px rgba(44, 36, 28, 0.12);
}

.nav-dropdown-menu li {
    margin: 0;
}

.nav-dropdown-menu li + li {
    border-top: 1px solid rgba(146, 106, 45, 0.12);
}

.nav-dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 450;
    color: var(--text-primary);
    letter-spacing: 0.05em;
    transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
    border-left: 3px solid transparent;
}

.nav-dropdown-menu a::after {
    display: none;
}

.nav-dropdown-menu a:hover {
    background: linear-gradient(90deg, rgba(170, 221, 241, 0.12) 0%, rgba(235, 178, 209, 0.08) 100%);
    color: var(--premium);
    padding-left: 1.75rem;
    border-left-color: rgba(146, 106, 45, 0.35);
}

/* Dropdowns premium — Doces (fresco rosa/azul) vs Bolos (bege luxo), separação editorial */
.nav-dropdown-menu.nav-dropdown-menu--doces,
.nav-dropdown-menu.nav-dropdown-menu--bolos {
    min-width: min(320px, 92vw);
    padding: 0.55rem 0;
    border-radius: var(--radius-md);
    border: 1px solid rgba(146, 106, 45, 0.14);
    box-shadow:
        0 1px 0 0 rgba(255, 255, 255, 0.92) inset,
        0 2px 0 0 rgba(235, 178, 209, 0.18) inset,
        0 28px 56px -18px rgba(44, 36, 28, 0.14);
    background: linear-gradient(168deg, #fffefb 0%, #fffcf9 45%, #faf6ef 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nav-dropdown-menu.nav-dropdown-menu--doces {
    border-color: rgba(170, 221, 241, 0.35);
    box-shadow:
        0 1px 0 0 rgba(255, 255, 255, 0.9) inset,
        0 0 0 1px rgba(235, 178, 209, 0.2),
        0 32px 60px -16px rgba(44, 36, 28, 0.12);
}

.nav-dropdown-menu.nav-dropdown-menu--bolos {
    background: linear-gradient(172deg, #fdf9f4 0%, #f4e9d8 52%, #efe4d6 100%);
    border-color: rgba(146, 106, 45, 0.28);
    box-shadow:
        0 1px 0 0 rgba(255, 255, 255, 0.75) inset,
        0 0 0 1px rgba(146, 106, 45, 0.1),
        0 28px 52px -14px rgba(146, 106, 45, 0.18);
}

.nav-dropdown:hover .nav-dropdown-menu.nav-dropdown-menu--doces,
.nav-dropdown:hover .nav-dropdown-menu.nav-dropdown-menu--bolos {
    transform: translateX(-50%) translateY(5px);
}

.nav-dropdown-menu--doces a,
.nav-dropdown-menu--bolos a {
    font-family: var(--fonte-titulo);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 0.82rem 1.55rem 0.82rem 1.45rem;
}

.nav-dropdown-menu--bolos a {
    color: var(--text-primary);
}

.nav-dropdown-menu--doces a:hover {
    background: linear-gradient(90deg, rgba(235, 178, 209, 0.22) 0%, rgba(170, 221, 241, 0.18) 100%);
    border-left-color: rgba(235, 178, 209, 0.65);
}

.nav-dropdown-menu--bolos a:hover {
    background: linear-gradient(90deg, rgba(237, 222, 195, 0.65) 0%, rgba(255, 252, 249, 0.95) 100%);
    border-left-color: rgba(146, 106, 45, 0.45);
    color: var(--premium);
}

.nav-dropdown-menu--doces li + li,
.nav-dropdown-menu--bolos li + li {
    border-top-color: rgba(146, 106, 45, 0.1);
}

.nav-dropdown--bolos .nav-dropdown-trigger::after {
    background: linear-gradient(90deg, rgba(146, 106, 45, 0.55), rgba(237, 222, 195, 0.9));
}

.nav-dropdown--doces .nav-dropdown-trigger::after {
    background: linear-gradient(90deg, rgba(235, 178, 209, 0.55), rgba(170, 221, 241, 0.65));
}

@keyframes nav-dd-item-in {
    from {
        opacity: 0;
        transform: translateX(-4px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav-dropdown:hover .nav-dropdown-menu--doces li a,
.nav-dropdown:hover .nav-dropdown-menu--bolos li a {
    animation: nav-dd-item-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.nav-dropdown:hover .nav-dropdown-menu--doces li:nth-child(1) a { animation-delay: 0.02s; }
.nav-dropdown:hover .nav-dropdown-menu--doces li:nth-child(2) a { animation-delay: 0.05s; }
.nav-dropdown:hover .nav-dropdown-menu--doces li:nth-child(3) a { animation-delay: 0.08s; }
.nav-dropdown:hover .nav-dropdown-menu--doces li:nth-child(4) a { animation-delay: 0.11s; }
.nav-dropdown:hover .nav-dropdown-menu--doces li:nth-child(5) a { animation-delay: 0.14s; }
.nav-dropdown:hover .nav-dropdown-menu--doces li:nth-child(6) a { animation-delay: 0.17s; }

.nav-dropdown:hover .nav-dropdown-menu--bolos li:nth-child(1) a { animation-delay: 0.02s; }
.nav-dropdown:hover .nav-dropdown-menu--bolos li:nth-child(2) a { animation-delay: 0.06s; }
.nav-dropdown:hover .nav-dropdown-menu--bolos li:nth-child(3) a { animation-delay: 0.1s; }
.nav-dropdown:hover .nav-dropdown-menu--bolos li:nth-child(4) a { animation-delay: 0.14s; }

@media (prefers-reduced-motion: reduce) {
    .nav-dropdown:hover .nav-dropdown-menu--doces li a,
    .nav-dropdown:hover .nav-dropdown-menu--bolos li a {
        animation: none;
    }
}

/* Instagram no header: ícone-only, ao lado do CTA Contato */
.nav-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--premium-line);
    background: rgba(255, 255, 255, 0.65);
    color: var(--premium);
    transition:
        background var(--transicao-rapida),
        border-color var(--transicao-rapida),
        transform var(--transicao-rapida),
        color var(--transicao-rapida),
        box-shadow var(--transicao-rapida);
}

.nav-social::after {
    display: none !important;
}

.nav-social svg {
    display: block;
}

.nav-social--instagram:hover {
    background: linear-gradient(145deg, rgba(225, 48, 108, 0.2) 0%, rgba(253, 202, 118, 0.1) 100%);
    border-color: rgba(225, 48, 108, 0.45);
    color: #fdf8fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

/* Home hero: atalho visual para o feed */
.hero-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.56s both;
}

.hero-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        background var(--transicao-rapida),
        border-color var(--transicao-rapida),
        transform var(--transicao-rapida),
        box-shadow var(--transicao-rapida);
}

.hero-social-link:hover {
    background: rgba(225, 48, 108, 0.18);
    border-color: rgba(253, 202, 118, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.hero-social-link svg {
    display: block;
}

.nav-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-cta) !important;
    color: var(--text-on-rose) !important;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.75rem !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1px solid var(--accent-rose-muted);
    box-shadow: var(--sombra-dourada), 0 6px 20px var(--sombra);
    transition: background var(--transicao-rapida), transform var(--transicao-rapida), box-shadow var(--transicao-rapida), border-color var(--transicao-rapida);
}

.nav-whatsapp::after {
    display: none !important;
}

.nav-whatsapp:hover {
    background: var(--gradient-cta-hover) !important;
    color: var(--text-on-rose) !important;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 28px var(--accent-rose-glow), 0 12px 32px var(--sombra-forte);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.nav-toggle:hover {
    background: rgba(146, 106, 45, 0.14);
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    transition: var(--transicao);
    border-radius: 1px;
}

/* ============================================
   Hero Section - Carrossel
   ============================================ */
.hero {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: clamp(6rem, 12vw, 9rem) 2rem clamp(4rem, 8vw, 6rem);
    overflow: hidden;
}

.hero-carousel,
.hero--home-cover {
    isolation: isolate;
}

.hero--home-cover {
    background:
        radial-gradient(circle at 12% 18%, rgba(235, 178, 209, 0.44) 0%, transparent 30%),
        radial-gradient(circle at 82% 24%, rgba(170, 221, 241, 0.38) 0%, transparent 31%),
        radial-gradient(circle at 68% 84%, rgba(146, 106, 45, 0.16) 0%, transparent 36%),
        linear-gradient(128deg, #fffaf3 0%, #eddec3 34%, #f8e8ef 58%, #eaf7fb 100%);
    color: #4a3828;
}

.hero--home-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(146, 106, 45, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(146, 106, 45, 0.026) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at 50% 44%, #000 0%, transparent 72%);
    pointer-events: none;
    opacity: 0.55;
}

.hero-slides {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.04);
}

.hero-bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(34px);
    opacity: 0.62;
    transform: translateZ(0);
}

.hero-glow--rose {
    width: clamp(16rem, 36vw, 34rem);
    height: clamp(16rem, 36vw, 34rem);
    left: -8rem;
    bottom: 8%;
    background: rgba(235, 178, 209, 0.6);
}

.hero-glow--blue {
    width: clamp(18rem, 42vw, 40rem);
    height: clamp(18rem, 42vw, 40rem);
    right: -9rem;
    top: 4%;
    background: rgba(170, 221, 241, 0.54);
}

.hero-grain {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
        radial-gradient(circle at 68% 68%, rgba(146, 106, 45, 0.18) 0 1px, transparent 1.5px);
    background-size: 38px 38px, 54px 54px;
    opacity: 0.2;
}

.hero--home-cover .hero-overlay {
    background:
        radial-gradient(ellipse at 76% 52%, rgba(255, 255, 255, 0.48) 0%, transparent 42%),
        linear-gradient(180deg, rgba(255, 252, 249, 0.24) 0%, rgba(237, 222, 195, 0.12) 100%);
}

.hero--home-cover .hero-content {
    width: min(1180px, calc(100vw - 2rem));
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
    max-width: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero--home-cover .hero-eyebrow {
    color: rgba(146, 106, 45, 0.92);
    text-shadow: none;
}

.hero--home-cover .hero-eyebrow::after {
    margin-left: 0;
    margin-right: auto;
}

.hero--home-cover .hero-title {
    max-width: 11ch;
    color: #4b351f;
    font-size: clamp(3.15rem, 7.2vw, 6.65rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-shadow: none;
}

.hero--home-cover .hero-subtitle {
    color: rgba(75, 53, 31, 0.82);
    max-width: 37rem;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.hero--home-cover .hero-text {
    color: rgba(75, 53, 31, 0.68);
    max-width: 33rem;
    margin-left: 0;
    margin-right: 0;
}

.hero--home-cover .hero-buttons,
.hero--home-cover .hero-social {
    justify-content: flex-start;
}

.hero--home-cover .btn-primary {
    background: linear-gradient(135deg, #926a2d 0%, #a97931 50%, #7f5926 100%);
    color: #fffaf3;
    border-color: rgba(146, 106, 45, 0.28);
    box-shadow: 0 14px 34px rgba(146, 106, 45, 0.22);
}

.hero--home-cover .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(146, 106, 45, 0.28);
}

.hero--home-cover .btn-whatsapp,
.hero--home-cover .hero-social-link {
    background: rgba(255, 252, 249, 0.58);
    color: #6f4d24;
    border-color: rgba(146, 106, 45, 0.22);
    box-shadow: 0 14px 36px rgba(146, 106, 45, 0.12);
}

.hero-art {
    position: relative;
    min-height: clamp(25rem, 44vw, 36rem);
    border-radius: clamp(2rem, 4vw, 3.5rem);
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.64), rgba(255, 255, 255, 0.22)),
        radial-gradient(circle at 42% 45%, rgba(235, 178, 209, 0.26), transparent 48%);
    border: 1px solid rgba(255, 252, 249, 0.6);
    box-shadow:
        0 32px 80px rgba(146, 106, 45, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
}

.hero-art::before,
.hero-art::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-art::before {
    width: 18rem;
    height: 18rem;
    right: -5rem;
    top: -4rem;
    background: rgba(170, 221, 241, 0.32);
    filter: blur(24px);
}

.hero-art::after {
    width: 13rem;
    height: 13rem;
    left: -3rem;
    bottom: -2.5rem;
    background: rgba(235, 178, 209, 0.34);
    filter: blur(22px);
}

.hero-art-orbit {
    position: absolute;
    inset: 14%;
    border-radius: 50%;
    border: 1px solid rgba(146, 106, 45, 0.18);
    transform: rotate(-18deg);
}

.hero-art-plate {
    position: absolute;
    width: 66%;
    height: 24%;
    left: 17%;
    bottom: 17%;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at center, rgba(255, 252, 249, 0.94) 0%, rgba(255, 250, 244, 0.88) 48%, rgba(237, 222, 195, 0.58) 100%);
    box-shadow: 0 20px 40px rgba(146, 106, 45, 0.16);
}

.hero-brigadeiro {
    position: absolute;
    width: clamp(4.1rem, 8vw, 6.2rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 33% 26%, rgba(255, 255, 255, 0.24), transparent 15%),
        radial-gradient(circle at 58% 66%, rgba(65, 38, 20, 0.5), transparent 56%),
        linear-gradient(145deg, #7c4b25 0%, #4b2c17 100%);
    box-shadow:
        inset 0 0 0 7px rgba(255, 255, 255, 0.08),
        0 16px 38px rgba(76, 45, 23, 0.24);
}

.hero-brigadeiro::before {
    content: '';
    position: absolute;
    inset: 12%;
    border-radius: inherit;
    background-image:
        radial-gradient(circle, rgba(237, 222, 195, 0.7) 0 2px, transparent 2.5px),
        radial-gradient(circle, rgba(235, 178, 209, 0.5) 0 1.5px, transparent 2px);
    background-size: 13px 13px, 17px 17px;
    opacity: 0.78;
}

.hero-brigadeiro--one {
    left: 18%;
    top: 26%;
    transform: rotate(-8deg);
}

.hero-brigadeiro--two {
    right: 18%;
    top: 32%;
    width: clamp(3.4rem, 6vw, 4.8rem);
    opacity: 0.92;
}

.hero-brigadeiro--three {
    left: 36%;
    bottom: 29%;
    width: clamp(4.6rem, 8.5vw, 6.8rem);
    transform: rotate(11deg);
}

.hero-brigadeiro--four {
    right: 31%;
    bottom: 24%;
    width: clamp(3.1rem, 5.5vw, 4.3rem);
    opacity: 0.78;
    filter: blur(0.2px);
}

.hero-art-petal {
    position: absolute;
    width: 7.5rem;
    height: 3.4rem;
    border-radius: 999px 999px 999px 18px;
    opacity: 0.42;
    filter: blur(0.2px);
}

.hero-art-petal--rose {
    left: 13%;
    top: 15%;
    background: rgba(235, 178, 209, 0.58);
    transform: rotate(-28deg);
}

.hero-art-petal--blue {
    right: 12%;
    bottom: 34%;
    background: rgba(170, 221, 241, 0.55);
    transform: rotate(22deg);
}

.hero-art-line {
    position: absolute;
    width: 38%;
    height: 1px;
    left: 31%;
    top: 16%;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.42), transparent);
}

@media (max-width: 960px) {
    .hero.hero--home-cover {
        min-height: auto;
        padding: 7.5rem 1.25rem 4.5rem;
    }

    .hero--home-cover .hero-content {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        width: min(680px, calc(100vw - 2rem));
        text-align: center;
    }

    .hero--home-cover .hero-eyebrow::after,
    .hero--home-cover .hero-subtitle,
    .hero--home-cover .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero--home-cover .hero-title {
        max-width: 12ch;
        margin-left: auto;
        margin-right: auto;
    }

    .hero--home-cover .hero-buttons,
    .hero--home-cover .hero-social {
        justify-content: center;
    }

    .hero-art {
        min-height: 22rem;
        max-width: 30rem;
        width: 100%;
        margin: 0 auto;
        order: -1;
    }
}

@media (max-width: 560px) {
    .hero.hero--home-cover {
        padding: 6.8rem 1rem 3.75rem;
    }

    .hero--home-cover .hero-content {
        gap: 1.7rem;
    }

    .hero--home-cover .hero-title {
        font-size: clamp(2.6rem, 15vw, 4.35rem);
    }

    .hero--home-cover .hero-subtitle {
        font-size: 1rem;
        line-height: 1.62;
    }

    .hero--home-cover .hero-text {
        font-size: 0.94rem;
    }

    .hero-art {
        min-height: 18.5rem;
        border-radius: 1.75rem;
    }

    .hero-brigadeiro--one {
        left: 14%;
        top: 27%;
    }

    .hero-brigadeiro--two {
        right: 13%;
        top: 31%;
    }

    .hero-brigadeiro--three {
        left: 34%;
        bottom: 29%;
    }

    .hero--home-cover .hero-buttons {
        max-width: 100%;
    }
}

.hero-slide.active .hero-slide-bg {
    animation: hero-ken-burns 8s ease-out forwards;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(44, 36, 28, 0.5) 0%, rgba(44, 36, 28, 0.34) 48%, rgba(44, 36, 28, 0.55) 100%),
        radial-gradient(ellipse 55% 48% at 0% 100%, rgba(235, 178, 209, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 50% 44% at 100% 8%, rgba(170, 221, 241, 0.2) 0%, transparent 55%),
        radial-gradient(ellipse 85% 65% at 50% 42%, transparent 0%, rgba(44, 36, 28, 0.38) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Moldura editorial suave no hero (paleta visível sem competir com a foto) */
.hero.hero-carousel::after,
.hero.hero--home-cover::after {
    content: '';
    position: absolute;
    inset: clamp(0.85rem, 2.5vw, 1.35rem);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 252, 249, 0.14);
    box-shadow:
        inset 0 0 0 1px rgba(235, 178, 209, 0.12),
        inset 0 0 40px rgba(170, 221, 241, 0.06);
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

@keyframes hero-ken-burns {
    from { transform: scale(1.06); }
    to { transform: scale(1); }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 44rem;
    margin: 0 auto;
    padding: 0 0.5rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hero-eyebrow {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 252, 249, 0.94);
    margin-bottom: 1.75rem;
    text-shadow: 0 1px 12px rgba(235, 178, 209, 0.35);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-eyebrow::after {
    content: '';
    display: block;
    width: min(72px, 22vw);
    height: 2px;
    margin: 1.35rem auto 0;
    background: linear-gradient(90deg, transparent, rgba(235, 178, 209, 0.85) 22%, rgba(170, 221, 241, 0.75) 48%, rgba(146, 106, 45, 0.85) 72%, transparent);
    border-radius: 2px;
    opacity: 0.9;
}

.hero-title {
    font-family: var(--fonte-titulo);
    font-size: clamp(2.75rem, 7.2vw, 4.5rem);
    font-weight: 500;
    line-height: 1.08;
    color: var(--text-on-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.22);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 2.1vw, 1.28rem);
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.65;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.hero-text {
    font-size: 0.98rem;
    color: rgba(253, 250, 246, 0.9);
    margin-bottom: 2.75rem;
    font-weight: 300;
    line-height: 1.75;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

.hero-content .hero-text + .hero-text {
    margin-top: -1.35rem;
    margin-bottom: 2.75rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.9rem 1.85rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--branco) !important;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    border-radius: 999px;
    border: 1px solid rgba(201, 168, 176, 0.28);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform var(--transicao-rapida), background var(--transicao-rapida), border-color var(--transicao-rapida), box-shadow var(--transicao-rapida);
}

.btn-whatsapp:hover {
    transform: translateY(-3px);
    background: rgba(146, 106, 45, 0.14);
    border-color: rgba(146, 106, 45, 0.48);
    box-shadow: 0 0 28px rgba(146, 106, 45, 0.18), 0 14px 40px rgba(0, 0, 0, 0.22);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botões */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    font-family: var(--fonte-texto);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    transition: transform var(--transicao-rapida), box-shadow var(--transicao-rapida), background var(--transicao-rapida), color var(--transicao-rapida), border-color var(--transicao-rapida);
    border: none;
}

.btn-primary {
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--sombra-dourada), var(--shadow-sm), 0 0 0 1px rgba(235, 178, 209, 0.18);
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--gradient-cta-hover);
    box-shadow: 0 0 22px rgba(146, 106, 45, 0.12), 0 14px 36px var(--sombra-forte);
    filter: brightness(1.02);
}

.btn-primary:active {
    transform: translateY(0);
    filter: brightness(0.98);
}

/* Secundário — contorno bronze sobre fundo claro; no hero (sobre foto) mantém leitura */
.btn-secondary {
    background: transparent;
    color: var(--premium);
    border: 1px solid var(--premium-line);
    box-shadow: none;
}

.btn-secondary:hover {
    background: var(--premium-ghost);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.28);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.categoria-card:nth-child(4n + 1) .btn-secondary {
    border-color: rgba(146, 106, 45, 0.16);
    background: rgba(255, 255, 255, 0.65);
}

.categoria-card:nth-child(4n + 1) .btn-secondary:hover {
    background: rgba(235, 178, 209, 0.12);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.24);
    box-shadow: var(--shadow-sm);
}

.categoria-card:nth-child(4n + 2) .btn-secondary {
    border-color: rgba(146, 106, 45, 0.14);
    background: rgba(255, 252, 249, 0.75);
}

.categoria-card:nth-child(4n + 2) .btn-secondary:hover {
    background: rgba(170, 221, 241, 0.14);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.22);
    box-shadow: var(--shadow-sm);
}

.categoria-card:nth-child(4n + 3) .btn-secondary {
    border-color: rgba(146, 106, 45, 0.18);
    background: rgba(237, 222, 195, 0.35);
}

.categoria-card:nth-child(4n + 3) .btn-secondary:hover {
    background: rgba(255, 252, 249, 0.92);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.26);
    box-shadow: var(--shadow-sm);
}

.categoria-card:nth-child(4n + 4) .btn-secondary {
    border-color: rgba(146, 106, 45, 0.12);
    background: rgba(255, 255, 255, 0.55);
}

.categoria-card:nth-child(4n + 4) .btn-secondary:hover {
    background: linear-gradient(135deg, rgba(170, 221, 241, 0.12) 0%, rgba(235, 178, 209, 0.08) 100%);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.22);
    box-shadow: var(--shadow-sm);
}

/* Terciário */
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    font-family: var(--fonte-texto);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    background: transparent;
    color: rgba(253, 250, 246, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: transform var(--transicao-rapida), border-color var(--transicao-rapida), background var(--transicao-rapida), color var(--transicao-rapida), box-shadow var(--transicao-rapida);
}

.btn-outline:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-on-dark);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.btn-large {
    padding: 1.05rem 2.75rem;
    font-size: 0.95rem;
}

/* ============================================
   Seções
   ============================================ */
.section {
    padding: clamp(5.5rem, 11.5vw, 8.25rem) 0;
    position: relative;
}

.section-head {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto clamp(3.5rem, 8vw, 5rem);
    padding: 0 0.75rem;
}

.section-title {
    font-family: var(--fonte-titulo);
    font-size: clamp(2.15rem, 4.2vw, 3.15rem);
    font-weight: 600;
    color: var(--premium);
    text-align: center;
    margin-bottom: 0;
    line-height: 1.14;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" 1;
}

.section-title::after {
    content: '';
    display: block;
    width: min(56px, 15vw);
    height: 1px;
    margin: 1.35rem auto 1.35rem;
    background: linear-gradient(
        90deg,
        rgba(235, 178, 209, 0.55) 0%,
        rgba(146, 106, 45, 0.55) 38%,
        rgba(146, 106, 45, 0.55) 62%,
        rgba(170, 221, 241, 0.55) 100%
    );
    border-radius: 1px;
    opacity: 0.75;
}

.section-head .section-title::after {
    margin-bottom: 1.35rem;
}

.section-subtitle {
    text-align: center;
    color: var(--text-secondary);
    opacity: 1;
    margin-bottom: 0;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.65vw, 1.08rem);
    line-height: 1.78;
    letter-spacing: 0.02em;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.25rem;
}

/* Seções sem .section-head (páginas internas) */
.section > .container > .section-title:first-child::after {
    margin-bottom: 0.75rem;
}

.section > .container > .section-subtitle {
    margin-bottom: clamp(2.75rem, 6vw, 4rem);
}

/* Categorias — SECÇÃO 1: bege predominante + respirações rosa/azul visíveis */
.categorias {
    background-color: #eddec3;
    background-image:
        radial-gradient(ellipse 58% 46% at 92% 8%, rgba(170, 221, 241, 0.28) 0%, transparent 55%),
        radial-gradient(ellipse 52% 44% at 6% 92%, rgba(235, 178, 209, 0.26) 0%, transparent 54%),
        var(--secao-bege-rico);
    position: relative;
}

.categorias::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(235, 178, 209, 0.65),
        rgba(146, 106, 45, 0.45),
        rgba(170, 221, 241, 0.65),
        transparent
    );
    pointer-events: none;
    opacity: 0.85;
}

.categorias::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.2), rgba(170, 221, 241, 0.45), transparent);
    opacity: 0.75;
    pointer-events: none;
}

.categorias .container {
    position: relative;
    z-index: 1;
}

.categoria-stack {
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 5vw, 3.75rem);
}

.categoria-bloco {
    position: relative;
}

.categoria-bloco::before {
    content: '';
    display: block;
    width: min(12rem, 42%);
    height: 1px;
    margin: 0 auto 1.75rem;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.35), rgba(235, 178, 209, 0.45), transparent);
    opacity: 0.85;
}

.categoria-bloco:first-child::before {
    display: none;
}

.categoria-bloco-titulo {
    font-family: var(--fonte-titulo);
    font-size: clamp(0.72rem, 1.1vw, 0.82rem);
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    text-align: center;
    color: var(--premium);
    margin: 0 auto 1.35rem;
    max-width: 40rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(146, 106, 45, 0.16);
    text-shadow: 0 1px 0 rgba(255, 252, 249, 0.6);
}

.categoria-bloco--bolos .categoria-bloco-titulo {
    letter-spacing: 0.32em;
    border-bottom-color: rgba(170, 221, 241, 0.35);
    color: var(--text-primary);
}

.categoria-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 576px) {
    .categoria-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .categoria-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.25rem;
    }
}

@media (min-width: 993px) {
    .categoria-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
}

.categoria-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--surface-editorial);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(146, 106, 45, 0.14);
    box-shadow: var(--shadow-card);
    transition:
        transform var(--transicao) var(--ease-premium),
        box-shadow var(--transicao) var(--ease-premium),
        border-color var(--transicao-rapida);
}

.categoria-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 6%, rgba(146, 106, 45, 0.22) 50%, transparent 94%);
    opacity: 0.55;
}

/* Ritmo de cards: peles alternadas (paleta completa, sem chapar tudo no bege) */
.categoria-card:nth-child(4n + 1) {
    border-left: 3px solid rgba(146, 106, 45, 0.5);
    background: linear-gradient(168deg, #fffefb 0%, #f4e9d8 55%, #eddec3 100%);
    box-shadow: var(--shadow-card), inset 0 -1px 0 0 rgba(235, 178, 209, 0.22);
}

.categoria-card:nth-child(4n + 2) {
    border-left: 3px solid rgba(170, 221, 241, 0.75);
    background: linear-gradient(170deg, rgba(170, 221, 241, 0.42) 0%, #fffcf9 58%, #f2e8da 100%);
    box-shadow: var(--shadow-card), inset 0 -1px 0 0 rgba(146, 106, 45, 0.12);
}

.categoria-card:nth-child(4n + 3) {
    border-left: 3px solid rgba(235, 178, 209, 0.75);
    background: linear-gradient(172deg, rgba(235, 178, 209, 0.32) 0%, #fffcf9 50%, #f6ecdb 100%);
    box-shadow: var(--shadow-card), inset 0 -1px 0 0 rgba(170, 221, 241, 0.2);
}

.categoria-card:nth-child(4n + 4) {
    border-left: 3px solid rgba(170, 221, 241, 0.45);
    background: linear-gradient(168deg, #fffcf9 0%, #eddec3 45%, rgba(170, 221, 241, 0.28) 100%);
    box-shadow: var(--shadow-card), inset 0 0 0 1px rgba(235, 178, 209, 0.12);
}

.categoria-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(146, 106, 45, 0.32);
}

.categoria-img {
    height: min(360px, 42vw);
    min-height: 268px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Home — só o card «Linha Clássica»: enquadramento da foto (sem alterar altura do bloco) */
.categoria-img.categoria-img--linha-classica-home {
    /* Só recorte vertical; sem alterar height */
    background-position: center 80%;
}

.categoria-card:hover .categoria-img {
    transform: scale(1.03);
}

.categoria-content {
    position: relative;
    z-index: 1;
    padding: 2.1rem 2rem 2.35rem;
}

.categoria-content h3 {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.42rem, 2.4vw, 1.72rem);
    font-weight: 500;
    color: var(--premium);
    margin-bottom: 0.75rem;
    letter-spacing: -0.008em;
    line-height: 1.2;
}

.categoria-bloco .categoria-content h3 {
    font-size: clamp(1.38rem, 2.25vw, 1.68rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.categoria-content p {
    color: var(--text-secondary);
    opacity: 1;
    margin-bottom: 1.5rem;
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.72;
}

/* SECÇÃO 2 — bege + azul claro (seleção da casa) */
.produtos {
    background-color: #f0e8dc;
    background-image:
        radial-gradient(ellipse 56% 50% at 100% 12%, rgba(170, 221, 241, 0.38) 0%, transparent 58%),
        radial-gradient(ellipse 48% 42% at 0% 88%, rgba(235, 178, 209, 0.18) 0%, transparent 55%),
        var(--secao-bege-azul);
    position: relative;
}

.produtos::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 252, 249, 0.25) 50%, transparent 100%);
    opacity: 0.55;
}

.produtos .container {
    position: relative;
    z-index: 1;
}

.produtos-grid-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.15rem, 4.5vw, 3.15rem);
}

@media (min-width: 576px) {
    .produtos-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .produtos-grid-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.75rem;
    }
}

@media (min-width: 993px) {
    .produtos-grid-home {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1201px) {
    .produtos-grid-home {
        grid-template-columns: repeat(4, 1fr);
    }
}

.produto-card-home {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--surface-editorial);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(146, 106, 45, 0.11);
    box-shadow: var(--shadow-card);
    transition:
        transform var(--transicao) var(--ease-premium),
        box-shadow var(--transicao) var(--ease-premium),
        border-color var(--transicao-rapida);
}

.produto-card-home::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.produto-card-home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    height: 1px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.28), transparent);
    opacity: 0.5;
}

/* Seleção da casa — ciclo de 4 cards: bege / azul / rosa / bege+azul (CTAs distintos) */
.produtos-grid-home > .produto-card-home:nth-child(4n + 1) {
    background: linear-gradient(165deg, #f2e6d2 0%, #eddec3 46%, #fff9f3 100%);
    border: 1px solid rgba(146, 106, 45, 0.22);
    border-left: 3px solid rgba(146, 106, 45, 0.48);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(235, 178, 209, 0.18);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 1)::after {
    height: 2px;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.55) 38%, rgba(235, 178, 209, 0.55) 62%, transparent);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 2) {
    background: linear-gradient(168deg, rgba(170, 221, 241, 0.52) 0%, rgba(255, 252, 249, 0.96) 55%, #efe4d6 100%);
    border: 1px solid rgba(90, 130, 150, 0.22);
    border-left: 3px solid rgba(170, 221, 241, 0.85);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.065), 0 0 0 1px rgba(170, 221, 241, 0.22);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 2)::after {
    height: 2px;
    opacity: 0.78;
    background: linear-gradient(90deg, transparent, rgba(170, 221, 241, 0.85) 35%, rgba(146, 106, 45, 0.35) 50%, rgba(170, 221, 241, 0.85) 65%, transparent);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 3) {
    background: linear-gradient(175deg, rgba(235, 178, 209, 0.4) 0%, #fffcf9 52%, #f4e9d8 100%);
    border: 1px solid rgba(200, 140, 175, 0.28);
    border-left: 3px solid rgba(146, 106, 45, 0.42);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(235, 178, 209, 0.22);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 3)::after {
    height: 2px;
    opacity: 0.78;
    background: linear-gradient(90deg, transparent, rgba(235, 178, 209, 0.75) 40%, rgba(146, 106, 45, 0.38) 50%, rgba(235, 178, 209, 0.75) 60%, transparent);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 4) {
    background: linear-gradient(155deg, #ebe1d2 0%, #eddec3 40%, rgba(170, 221, 241, 0.36) 100%);
    border: 1px solid rgba(146, 106, 45, 0.18);
    border-left: 3px solid rgba(170, 221, 241, 0.65);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(170, 221, 241, 0.2);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 4)::after {
    height: 2px;
    opacity: 0.82;
    background: linear-gradient(90deg, transparent, rgba(170, 221, 241, 0.9) 32%, rgba(146, 106, 45, 0.35) 50%, rgba(170, 221, 241, 0.9) 68%, transparent);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 1) .produto-img-home.produto-img--em-breve {
    background: linear-gradient(165deg, #fff9f3 0%, #eddec3 55%, #f8efe4 100%);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 2) .produto-img-home.produto-img--em-breve {
    background: linear-gradient(168deg, rgba(170, 221, 241, 0.45) 0%, #fffcf9 100%);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 3) .produto-img-home.produto-img--em-breve {
    background: linear-gradient(168deg, rgba(235, 178, 209, 0.35) 0%, #fffcf9 100%);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 4) .produto-img-home.produto-img--em-breve {
    background: linear-gradient(165deg, #fffcf9 0%, #eddec3 45%, rgba(170, 221, 241, 0.28) 100%);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 1) .produto-preco {
    border-top-color: rgba(146, 106, 45, 0.22);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 2) .produto-preco {
    border-top-color: rgba(170, 221, 241, 0.45);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 3) .produto-preco {
    border-top-color: rgba(146, 106, 45, 0.2);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 4) .produto-preco {
    border-top-color: rgba(170, 221, 241, 0.5);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 3):hover {
    box-shadow: 0 18px 48px rgba(44, 36, 28, 0.09), 0 0 0 1px rgba(170, 221, 241, 0.42);
}

/* CARD 1 — botão rosa suave */
.produtos-grid-home > .produto-card-home:nth-child(4n + 1) .btn-adicionar-carrinho {
    background: linear-gradient(168deg, rgba(235, 178, 209, 0.65) 0%, #ebb2d1 100%);
    color: #4a3828;
    border: 1px solid rgba(146, 106, 45, 0.28);
    box-shadow: 0 4px 18px rgba(235, 178, 209, 0.28);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 1) .btn-adicionar-carrinho:hover {
    background: linear-gradient(168deg, #f2c4df 0%, #ebb2d1 100%);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.34);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(235, 178, 209, 0.35);
}

/* CARD 2 — botão bege premium + borda marrom */
.produtos-grid-home > .produto-card-home:nth-child(4n + 2) .btn-adicionar-carrinho {
    background: linear-gradient(168deg, #faf3ea 0%, #eddec3 100%);
    color: var(--premium);
    border: 1px solid rgba(146, 106, 45, 0.32);
    box-shadow: 0 2px 12px rgba(146, 106, 45, 0.08);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 2) .btn-adicionar-carrinho:hover {
    background: rgba(170, 221, 241, 0.32);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.28);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

/* CARD 3 — contorno + hover azul no botão */
.produtos-grid-home > .produto-card-home:nth-child(4n + 3) .btn-adicionar-carrinho {
    background: rgba(255, 252, 249, 0.92);
    color: var(--premium);
    border: 1px solid rgba(146, 106, 45, 0.3);
    box-shadow: none;
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 3) .btn-adicionar-carrinho:hover {
    background: rgba(170, 221, 241, 0.38);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.26);
    transform: translateY(-2px);
    box-shadow: 0 0 22px rgba(170, 221, 241, 0.35);
}

/* CARD 4 — botão marrom premium */
.produtos-grid-home > .produto-card-home:nth-child(4n + 4) .btn-adicionar-carrinho {
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--sombra-dourada), var(--shadow-sm);
}

.produtos-grid-home > .produto-card-home:nth-child(4n + 4) .btn-adicionar-carrinho:hover {
    background: var(--gradient-cta-hover);
    color: var(--text-on-rose);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(146, 106, 45, 0.18);
}

.produto-card-home:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(146, 106, 45, 0.36);
}

/* Container da foto (largura 100%; <img> com cover + foco central, estilo apps de delivery). */
.img-container,
.produto-img-container {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: var(--produto-foto-altura);
    min-height: var(--produto-foto-altura);
    max-height: var(--produto-foto-altura);
    overflow: hidden;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    background-color: var(--surface-elevated);
}

.img-container img,
.produto-img-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--produto-img-position);
    display: block;
}

.produto-img-home {
    position: relative;
    height: var(--produto-foto-altura);
    min-height: var(--produto-foto-altura);
    max-height: var(--produto-foto-altura);
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background-size: cover;
    background-position: var(--produto-img-position);
    background-repeat: no-repeat;
    background-color: var(--surface-elevated);
    transition: box-shadow 0.85s var(--ease-premium);
}

.produto-img-home::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 58%, rgba(44, 36, 28, 0.05) 100%);
    opacity: 1;
}

/* Home — enquadramento por card (foto real de cada linha) */
.produto-img--home-tradicionais {
    background-position: center 78%;
}

.produto-img--home-recheados {
    background-position: center 42%;
}

.produto-img--home-belga {
    background-position: center 48%;
}

.produto-img--home-especiais {
    background-position: center 40%;
}

.produto-card-home:hover .produto-img-home {
    box-shadow: inset 0 0 0 1px rgba(146, 106, 45, 0.12);
}

.produto-img-home.produto-img--em-breve {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    background: linear-gradient(165deg, rgba(255, 252, 249, 0.98) 0%, rgba(237, 222, 195, 0.55) 100%);
}

.produto-img-home.produto-img--em-breve::after {
    display: none;
}

.produto-card-home:hover .produto-img-home.produto-img--em-breve {
    box-shadow: inset 0 0 0 1px rgba(146, 106, 45, 0.08);
}

.produto-content-home {
    position: relative;
    z-index: 3;
    padding: 2.35rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
}

.produto-content-home h3 {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.3rem, 2.15vw, 1.55rem);
    font-weight: 600;
    color: var(--premium);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    line-height: 1.22;
}

.produto-content-home p {
    color: var(--text-secondary);
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.68;
    flex-grow: 1;
}

.produto-preco {
    display: block;
    font-family: var(--fonte-titulo);
    font-weight: 600;
    color: var(--premium);
    font-size: clamp(1.18rem, 2.1vw, 1.38rem);
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin-top: 1.15rem;
    margin-bottom: 1.1rem;
    padding: 0.95rem 0 0;
    border-top: 1px solid var(--premium-line);
    border-left: none;
    border-bottom: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.btn-produto-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
    line-height: 1.2;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white !important;
    font-weight: 500;
    border-radius: 6px;
    transition: transform var(--transicao), box-shadow var(--transicao);
}

.btn-produto-whatsapp svg {
    width: 16px;
    height: 16px;
}

.btn-produto-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

/* Galeria — secção 3: véu rosado editorial + acentos azul / marrom */
.galeria {
    position: relative;
    overflow: hidden;
    background-color: #fffafd;
    background-image:
        radial-gradient(ellipse 72% 52% at 10% 0%, rgba(235, 178, 209, 0.26) 0%, transparent 58%),
        radial-gradient(ellipse 58% 44% at 100% 12%, rgba(170, 221, 241, 0.2) 0%, transparent 52%),
        radial-gradient(ellipse 50% 36% at 50% 100%, rgba(146, 106, 45, 0.06) 0%, transparent 55%),
        var(--secao-rosa-veu);
}

.galeria::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(235, 178, 209, 0.55), rgba(146, 106, 45, 0.22), rgba(170, 221, 241, 0.42), transparent);
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.galeria::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6%;
    right: 6%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(170, 221, 241, 0.45), rgba(235, 178, 209, 0.32), transparent);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.galeria .container {
    position: relative;
    z-index: 1;
}

.galeria-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    grid-auto-rows: minmax(200px, 28vw);
}

@media (min-width: 769px) {
    .galeria-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.35rem;
        grid-auto-rows: minmax(160px, 14vw);
    }

    .galeria-item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        min-height: clamp(280px, 36vw, 420px);
        border-color: rgba(235, 178, 209, 0.22);
    }

    .galeria-item:nth-child(2) {
        grid-column: 3;
        grid-row: 1;
        border-color: rgba(170, 221, 241, 0.28);
    }

    .galeria-item:nth-child(3) {
        grid-column: 3;
        grid-row: 2;
        border-color: rgba(146, 106, 45, 0.14);
    }

    .galeria-item:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
        border-color: rgba(170, 221, 241, 0.2);
    }

    .galeria-item:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
        border-color: rgba(237, 222, 195, 0.85);
    }

    .galeria-item:nth-child(6) {
        grid-column: 3;
        grid-row: 3;
        border-color: rgba(235, 178, 209, 0.2);
    }
}

.galeria-item {
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--accent-rose-line);
    box-shadow: 0 12px 36px -10px var(--sombra), var(--sombra-dourada);
    transition:
        transform var(--transicao-rapida),
        box-shadow var(--transicao-rapida),
        background-size 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.galeria-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(43, 43, 43, 0.22) 100%);
    opacity: 0;
    transition: opacity var(--transicao-rapida);
    pointer-events: none;
}

.galeria-item:hover {
    transform: scale(1.012);
    box-shadow: 0 20px 48px -12px var(--sombra-media);
    background-size: 108%;
}

.galeria-item:hover::after {
    opacity: 1;
}

/* Depoimentos — secção 4: bege clean com respiro azul e micro-acentos rosa */
.avaliacoes {
    background:
        radial-gradient(ellipse 62% 48% at 92% 8%, rgba(170, 221, 241, 0.32) 0%, transparent 58%),
        radial-gradient(ellipse 48% 38% at 0% 88%, rgba(235, 178, 209, 0.14) 0%, transparent 52%),
        var(--secao-bege-azul-detalhe);
    position: relative;
}

.avaliacoes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(170, 221, 241, 0.5), rgba(146, 106, 45, 0.22), rgba(235, 178, 209, 0.38), transparent);
    opacity: 0.55;
    pointer-events: none;
}

.avaliacoes .container {
    position: relative;
    z-index: 1;
}

.avaliacoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 2rem;
}

.avaliacao-card {
    background: linear-gradient(172deg, var(--surface-elevated) 0%, var(--surface-card) 45%, var(--surface-inner) 100%);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--accent-rose-line);
    box-shadow: var(--shadow-card);
    transition: transform var(--transicao) var(--ease-premium), box-shadow var(--transicao) var(--ease-premium);
}

.avaliacao-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(146, 106, 45, 0.34);
}

.avaliacao-card:nth-child(3n + 1) {
    border-left: 2px solid rgba(235, 178, 209, 0.42);
}

.avaliacao-card:nth-child(3n + 2) {
    border-left: 2px solid rgba(170, 221, 241, 0.48);
}

.avaliacao-card:nth-child(3n + 3) {
    border-left: 2px solid rgba(146, 106, 45, 0.28);
}

.avaliacao-estrelas {
    color: var(--premium);
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    margin-bottom: 1.15rem;
    filter: drop-shadow(0 1px 1px rgba(235, 178, 209, 0.35));
}

.avaliacao-texto {
    font-family: var(--fonte-titulo);
    font-style: italic;
    font-weight: 400;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.65;
    font-size: 1.05rem;
}

.avaliacao-autor {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--verde-suave);
}

/* Home — Nossa loja (fachada + endereço) */
.home-loja {
    position: relative;
    background:
        radial-gradient(ellipse 55% 42% at 12% 22%, rgba(196, 181, 216, 0.38) 0%, transparent 58%),
        radial-gradient(ellipse 48% 40% at 88% 78%, rgba(235, 178, 209, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 50% 100%, rgba(170, 221, 241, 0.2) 0%, transparent 52%),
        linear-gradient(178deg, #fffcf9 0%, #f3ebe4 42%, #eddec3 100%);
    overflow: hidden;
}

.home-loja::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(155, 135, 184, 0.45), rgba(146, 106, 45, 0.28), rgba(170, 221, 241, 0.4), transparent);
    opacity: 0.6;
    pointer-events: none;
}

.home-loja-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.home-loja-frame {
    position: relative;
    margin: 0;
    border-radius: clamp(1.35rem, 2.8vw, 2.25rem);
    overflow: hidden;
    border: 1px solid rgba(155, 135, 184, 0.35);
    box-shadow:
        0 28px 70px rgba(44, 36, 28, 0.14),
        0 0 0 1px rgba(255, 252, 249, 0.65) inset;
    background: #d4c8e8;
}

.home-loja-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(44, 36, 28, 0.02) 35%, rgba(44, 36, 28, 0.22) 100%);
    pointer-events: none;
}

.home-loja-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.01);
    transition: transform 1.1s var(--ease-premium);
}

.home-loja-frame:hover img {
    transform: scale(1.04);
}

.home-loja-badge {
    position: absolute;
    left: clamp(1rem, 3vw, 1.6rem);
    bottom: clamp(1rem, 3vw, 1.6rem);
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 4.25rem;
    min-height: 4.25rem;
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 252, 249, 0.92);
    border: 1px solid rgba(146, 106, 45, 0.22);
    box-shadow: 0 12px 32px rgba(44, 36, 28, 0.16);
    font-family: var(--fonte-titulo);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #c0392b;
}

.home-loja-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7a6a94;
}

.home-loja-eyebrow::before {
    content: '';
    width: 2.25rem;
    height: 1px;
    background: linear-gradient(90deg, #9b87b8, transparent);
}

.home-loja-title {
    font-family: var(--fonte-titulo);
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    margin-bottom: 1.15rem;
    max-width: 14ch;
}

.home-loja-lead {
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.85rem;
    max-width: 36rem;
}

.home-loja-note {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 1.75rem;
    max-width: 32rem;
}

.home-loja-address {
    font-style: normal;
    margin: 0 0 1.85rem;
    padding: 1.15rem 1.25rem 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(255, 252, 249, 0.72);
    border: 1px solid rgba(146, 106, 45, 0.14);
    box-shadow: var(--shadow-sm);
}

.home-loja-address-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--premium);
}

.home-loja-address-line {
    display: block;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.35;
    color: var(--text-primary);
}

.home-loja-address-line--bairro {
    margin-top: 0.2rem;
    font-family: var(--fonte-texto);
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-secondary);
}

.home-loja-maps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding-inline: 1.65rem;
}

.home-loja-maps-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .home-loja-inner {
        grid-template-columns: 1fr;
    }

    .home-loja-title {
        max-width: none;
    }

    .home-loja-copy {
        order: 2;
    }

    .home-loja-media {
        order: 1;
    }
}

@media (max-width: 768px) {
    .home-loja-frame img {
        aspect-ratio: 5 / 4;
        object-position: center 38%;
    }

    .home-loja-actions .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-loja-frame img,
    .home-loja-frame:hover img {
        transform: none;
        transition: none;
    }
}

/* CTA final — fechamento premium: bege + véus azul e rosa equilibrados */
.cta {
    position: relative;
    background:
        radial-gradient(ellipse 78% 42% at 50% 100%, rgba(235, 178, 209, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(170, 221, 241, 0.14) 0%, transparent 52%),
        linear-gradient(182deg, #fffcf9 0%, #eddec3 42%, #ebe1d2 100%);
    text-align: center;
    padding: clamp(4.5rem, 12vw, 7rem) 0;
    border-top: 1px solid rgba(146, 106, 45, 0.12);
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.22), rgba(235, 178, 209, 0.35), rgba(170, 221, 241, 0.35), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.cta .container {
    max-width: 36rem;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    color: var(--premium);
    margin-bottom: 0.85rem;
    line-height: 1.2;
    font-weight: 600;
}

.cta-text {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.65;
}

.cta .btn-primary {
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    box-shadow: var(--sombra-dourada), var(--shadow-sm);
}

.cta .btn-primary:hover {
    background: var(--gradient-cta-hover);
    color: var(--text-on-rose);
    box-shadow: 0 8px 32px rgba(146, 106, 45, 0.15);
}

/* Rodapé — bege profundo com toque frio discreto */
.footer {
    position: relative;
    background:
        linear-gradient(185deg, var(--creme) 0%, var(--creme-profundo) 55%, #dccfb8 100%);
    color: var(--text-secondary);
    padding: 4.5rem 0 2rem;
    border-top: 1px solid var(--premium-line);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.28), rgba(170, 221, 241, 0.35), transparent);
    opacity: 0.45;
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 2.75rem;
    margin-bottom: 2.75rem;
    align-items: start;
}

@media (min-width: 993px) {
    .footer-content {
        gap: 3.25rem;
    }
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-list li {
    margin-bottom: 0.65rem;
}

.footer-social {
    text-align: left;
}

@media (min-width: 769px) {
    .footer-social {
        text-align: left;
    }
}

.footer-links-title {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--premium);
    margin-bottom: 1.15rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

@media (min-width: 480px) {
    .footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.25rem;
    }
}

.footer-links svg {
    flex-shrink: 0;
    opacity: 0.85;
    color: var(--premium);
}

.footer-brand h3 {
    font-family: var(--fonte-titulo);
    font-size: 1.65rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
    color: var(--premium);
    letter-spacing: 0.03em;
}

.footer-brand p {
    opacity: 0.88;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.65;
    max-width: 28rem;
}

.footer-nav-list a {
    color: var(--text-secondary);
    font-size: 0.92rem;
    font-weight: 400;
    transition: color var(--transicao-rapida), padding-left var(--transicao-rapida);
    display: inline-block;
    padding: 0.15rem 0;
    border-bottom: 1px solid transparent;
}

.footer-nav-list a:hover {
    color: var(--premium);
    padding-left: 4px;
    border-bottom-color: rgba(146, 106, 45, 0.25);
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: color var(--transicao-rapida), transform var(--transicao-rapida);
}

.footer-links a:hover {
    color: var(--premium);
    transform: translateX(3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(146, 106, 45, 0.1);
}

.footer-bottom p {
    font-size: 0.8rem;
    opacity: 0.65;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.footer-bottom a {
    color: var(--text-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom a:hover {
    color: var(--premium);
}

/* Lembrancinhas — Caixas especiais em lista (tabela de preços, sem foto no card) */
.caixas-especiais-lista {
    max-width: 40rem;
    margin: 0 auto clamp(3rem, 8vw, 5rem);
    padding: clamp(1.75rem, 4vw, 2.35rem) clamp(1.25rem, 3vw, 1.75rem);
    border-radius: var(--radius-md);
    background:
        radial-gradient(ellipse 120% 80% at 100% 0%, var(--azul-ghost) 0%, transparent 45%),
        linear-gradient(180deg, var(--branco-quente) 0%, rgba(237, 222, 195, 0.45) 100%);
    border: 1px solid var(--premium-line);
    box-shadow: var(--shadow-card);
}

.caixas-especiais-grupo + .caixas-especiais-grupo {
    margin-top: clamp(2rem, 5vw, 2.75rem);
    padding-top: clamp(1.75rem, 4vw, 2.25rem);
    border-top: 1px solid rgba(146, 106, 45, 0.1);
}

.caixas-especiais-grupo-titulo {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.65rem, 3.5vw, 2.1rem);
    font-weight: 600;
    color: var(--premium);
    margin: 0 0 1.25rem;
    padding-left: 1rem;
    border-left: 3px solid rgba(235, 178, 209, 0.65);
    line-height: 1.15;
}

.caixas-especiais-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.caixas-especiais-ul li {
    margin: 0;
}

.caixas-especiais-ul > li:last-child .produto-card.caixas-especiais-item {
    border-bottom: none !important;
}

.produto-card.caixas-especiais-item::before,
.produto-card.caixas-especiais-item::after {
    display: none !important;
}

.produto-card.caixas-especiais-item .produto-content {
    padding: 1.15rem 0.35rem 1.2rem;
    width: 100%;
}

@media (min-width: 480px) {
    .produto-card.caixas-especiais-item .produto-content {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }
}

.caixas-especiais-linha {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap;
}

.produto-card.caixas-especiais-item {
    flex-direction: column;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(146, 106, 45, 0.1) !important;
}

.produto-card.caixas-especiais-item:hover {
    transform: none;
    box-shadow: none;
    border-color: rgba(146, 106, 45, 0.1);
}

.caixas-especiais-nome {
    font-family: var(--fonte-corpo);
    font-size: 1.02rem;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.45;
    flex: 1 1 12rem;
}

.caixas-especiais-preco {
    font-family: var(--fonte-corpo);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--premium);
    white-space: nowrap;
}
.produto-card.caixas-especiais-item .produto-buttons {
    margin-top: 0.65rem;
}

/* ============================================
   Páginas de Cardápio
   ============================================ */
.page-hero {
    padding: clamp(7rem, 14vw, 9.5rem) 2rem clamp(3.5rem, 8vw, 5rem);
    background:
        radial-gradient(ellipse 58% 48% at 10% 18%, rgba(235, 178, 209, 0.09) 0%, transparent 50%),
        radial-gradient(ellipse 56% 46% at 92% 78%, rgba(170, 221, 241, 0.11) 0%, transparent 50%),
        linear-gradient(180deg, rgba(255, 252, 249, 1) 0%, var(--creme) 100%);
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(146, 106, 45, 0.08);
}

.page-hero h1 {
    font-family: var(--fonte-titulo);
    font-size: clamp(2.15rem, 4.5vw, 3.15rem);
    color: var(--premium);
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.page-hero p {
    color: var(--text-secondary);
    max-width: 34rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.65;
}

/* Coleção de Bolos — carrossel no topo (assets/carrossel-bolos/, não reutilizar na home) */
body.pagina-bolos .page-hero--bolos {
    min-height: clamp(20rem, 50vh, 36rem);
    padding: clamp(5.5rem, 12vw, 7.5rem) 1.5rem clamp(2.5rem, 5vw, 3.5rem);
}

body.pagina-bolos .page-hero--bolos .page-hero--bolos-content {
    max-width: 40rem;
}

body.pagina-bolos .page-hero--bolos h1 {
    font-family: var(--fonte-titulo);
    font-size: clamp(2.15rem, 4.5vw, 3.15rem);
    color: var(--premium);
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-shadow: none;
}

body.pagina-bolos .page-hero--bolos p {
    color: var(--text-secondary);
    max-width: 34rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.65;
    text-shadow: none;
}

/* Linha Afetiva — topo com foto de celebração (fundo + overlay para leitura) */
.page-hero--linha-afetiva {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: none;
}

.page-hero--linha-afetiva::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../assets/linha-afetiva/linha-afetiva-hero-celebracao.png');
    background-size: cover;
    background-position: center 38%;
    background-repeat: no-repeat;
    z-index: 0;
}

.page-hero--linha-afetiva::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 28, 38, 0.78) 0%, rgba(21, 42, 56, 0.5) 45%, rgba(15, 28, 38, 0.9) 100%),
        radial-gradient(ellipse 90% 70% at 50% 35%, transparent 0%, rgba(15, 28, 38, 0.55) 100%);
    z-index: 1;
    pointer-events: none;
}

.page-hero--linha-afetiva .page-hero-inner {
    position: relative;
    z-index: 2;
}

.page-hero--linha-afetiva h1 {
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}

.page-hero--linha-afetiva p {
    color: rgba(252, 248, 244, 0.92);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

/* Linha Exclusiva — topo com mesa de doces (fundo + overlay para leitura) */
.page-hero--linha-exclusiva {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: none;
}

.page-hero--linha-exclusiva::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../assets/linha-exclusiva/linha-exclusiva-categoria-home.webp');
    background-size: cover;
    background-position: center 42%;
    background-repeat: no-repeat;
    z-index: 0;
}

.page-hero--linha-exclusiva::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 28, 38, 0.82) 0%, rgba(21, 42, 56, 0.52) 48%, rgba(15, 28, 38, 0.92) 100%),
        radial-gradient(ellipse 95% 65% at 50% 40%, transparent 0%, rgba(15, 28, 38, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

.page-hero--linha-exclusiva .page-hero-inner {
    position: relative;
    z-index: 2;
}

.page-hero--linha-exclusiva h1 {
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}

.page-hero--linha-exclusiva p {
    color: rgba(252, 248, 244, 0.92);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

.cardapio-intro {
    text-align: center;
    padding: 2rem 1rem;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.cardapio-intro p {
    color: var(--text-secondary);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.7;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .cardapio-intro {
        padding: 2rem 1rem;
        margin-bottom: 2rem;
    }

    .cardapio-intro p {
        font-size: 1rem;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {
    .cardapio-intro {
        padding: 1.5rem 0.75rem;
        margin-bottom: 1.5rem;
    }
}

/* Grid de produtos - páginas de cardápio */
.produtos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 2.9rem);
    padding: 2.65rem 0 5.1rem;
}

@media (min-width: 576px) {
    .produtos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .produtos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (min-width: 993px) {
    .produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1201px) {
    .produtos-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.produto-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--surface-editorial);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(146, 106, 45, 0.11);
    box-shadow: var(--shadow-card);
    transition:
        transform var(--transicao) var(--ease-premium),
        box-shadow var(--transicao) var(--ease-premium),
        border-color var(--transicao-rapida);
}

.produto-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.produto-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.26), transparent);
    opacity: 0.48;
}

.produto-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(146, 106, 45, 0.34);
}

/* Páginas de cardápio — mesmo ciclo cromático da home (exclui caixas especiais) */
.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 1) {
    background: linear-gradient(165deg, #f2e6d2 0%, #eddec3 46%, #fff9f3 100%);
    border: 1px solid rgba(146, 106, 45, 0.22);
    border-left: 3px solid rgba(146, 106, 45, 0.48);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(235, 178, 209, 0.18);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 1)::after {
    height: 2px;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgba(146, 106, 45, 0.55) 38%, rgba(235, 178, 209, 0.55) 62%, transparent);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 2) {
    background: linear-gradient(168deg, rgba(170, 221, 241, 0.52) 0%, rgba(255, 252, 249, 0.96) 55%, #efe4d6 100%);
    border: 1px solid rgba(90, 130, 150, 0.22);
    border-left: 3px solid rgba(170, 221, 241, 0.85);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.065), 0 0 0 1px rgba(170, 221, 241, 0.22);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 2)::after {
    height: 2px;
    opacity: 0.78;
    background: linear-gradient(90deg, transparent, rgba(170, 221, 241, 0.85) 35%, rgba(146, 106, 45, 0.35) 50%, rgba(170, 221, 241, 0.85) 65%, transparent);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3) {
    background: linear-gradient(175deg, rgba(235, 178, 209, 0.4) 0%, #fffcf9 52%, #f4e9d8 100%);
    border: 1px solid rgba(200, 140, 175, 0.28);
    border-left: 3px solid rgba(146, 106, 45, 0.42);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(235, 178, 209, 0.22);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3)::after {
    height: 2px;
    opacity: 0.78;
    background: linear-gradient(90deg, transparent, rgba(235, 178, 209, 0.75) 40%, rgba(146, 106, 45, 0.38) 50%, rgba(235, 178, 209, 0.75) 60%, transparent);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 4) {
    background: linear-gradient(155deg, #ebe1d2 0%, #eddec3 40%, rgba(170, 221, 241, 0.36) 100%);
    border: 1px solid rgba(146, 106, 45, 0.18);
    border-left: 3px solid rgba(170, 221, 241, 0.65);
    box-shadow: 0 12px 38px rgba(44, 36, 28, 0.07), 0 0 0 1px rgba(170, 221, 241, 0.2);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 4)::after {
    height: 2px;
    opacity: 0.82;
    background: linear-gradient(90deg, transparent, rgba(170, 221, 241, 0.9) 32%, rgba(146, 106, 45, 0.35) 50%, rgba(170, 221, 241, 0.9) 68%, transparent);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 1) .produto-img.produto-img--em-breve {
    background: linear-gradient(165deg, #fff9f3 0%, #eddec3 55%, #f8efe4 100%);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 2) .produto-img.produto-img--em-breve {
    background: linear-gradient(168deg, rgba(170, 221, 241, 0.45) 0%, #fffcf9 100%);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3) .produto-img.produto-img--em-breve {
    background: linear-gradient(168deg, rgba(235, 178, 209, 0.35) 0%, #fffcf9 100%);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 4) .produto-img.produto-img--em-breve {
    background: linear-gradient(165deg, #fffcf9 0%, #eddec3 45%, rgba(170, 221, 241, 0.28) 100%);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 1) .produto-preco {
    border-top-color: rgba(146, 106, 45, 0.22);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 2) .produto-preco {
    border-top-color: rgba(170, 221, 241, 0.45);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3) .produto-preco {
    border-top-color: rgba(146, 106, 45, 0.2);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 4) .produto-preco {
    border-top-color: rgba(170, 221, 241, 0.5);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3):hover {
    box-shadow: 0 18px 48px rgba(44, 36, 28, 0.09), 0 0 0 1px rgba(170, 221, 241, 0.42);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 1) .btn-adicionar-carrinho {
    background: linear-gradient(168deg, rgba(235, 178, 209, 0.65) 0%, #ebb2d1 100%);
    color: #4a3828;
    border: 1px solid rgba(146, 106, 45, 0.28);
    box-shadow: 0 4px 18px rgba(235, 178, 209, 0.28);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 1) .btn-adicionar-carrinho:hover {
    background: linear-gradient(168deg, #f2c4df 0%, #ebb2d1 100%);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.34);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(235, 178, 209, 0.35);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 2) .btn-adicionar-carrinho {
    background: linear-gradient(168deg, #faf3ea 0%, #eddec3 100%);
    color: var(--premium);
    border: 1px solid rgba(146, 106, 45, 0.32);
    box-shadow: 0 2px 12px rgba(146, 106, 45, 0.08);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 2) .btn-adicionar-carrinho:hover {
    background: rgba(170, 221, 241, 0.32);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.28);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3) .btn-adicionar-carrinho {
    background: rgba(255, 252, 249, 0.92);
    color: var(--premium);
    border: 1px solid rgba(146, 106, 45, 0.3);
    box-shadow: none;
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 3) .btn-adicionar-carrinho:hover {
    background: rgba(170, 221, 241, 0.38);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.26);
    transform: translateY(-2px);
    box-shadow: 0 0 22px rgba(170, 221, 241, 0.35);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 4) .btn-adicionar-carrinho {
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--sombra-dourada), var(--shadow-sm);
}

.produtos-grid > .produto-card:not(.caixas-especiais-item):nth-child(4n + 4) .btn-adicionar-carrinho:hover {
    background: var(--gradient-cta-hover);
    color: var(--text-on-rose);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(146, 106, 45, 0.18);
}

.produto-img {
    position: relative;
    height: var(--produto-foto-altura);
    min-height: var(--produto-foto-altura);
    max-height: var(--produto-foto-altura);
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background-size: cover;
    background-position: var(--produto-img-position);
    background-repeat: no-repeat;
    background-color: var(--surface-elevated);
    transition: box-shadow 0.85s var(--ease-premium);
}

.produto-img::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(44, 36, 28, 0.06) 100%);
    opacity: 1;
}

.produto-card:hover .produto-img {
    box-shadow: inset 0 0 0 1px rgba(146, 106, 45, 0.12);
}

/* Placeholder "Em breve" no lugar das fotos nas páginas de categoria */
.produto-img.produto-img--em-breve {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    background: linear-gradient(165deg, rgba(255, 252, 249, 0.98) 0%, rgba(237, 222, 195, 0.55) 100%);
}

.produto-img.produto-img--em-breve::after {
    display: none;
}

.produto-em-breve {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.05rem, 2.4vw, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(146, 106, 45, 0.42);
}

.produto-card.caixas-especiais-item .produto-img.produto-img--em-breve-caixa {
    height: clamp(4.25rem, 11vw, 5.5rem);
    min-height: clamp(4.25rem, 11vw, 5.5rem);
    max-height: clamp(4.25rem, 11vw, 5.5rem);
    border-radius: var(--radius-sm);
}

.doces-grid .produto-card .produto-img.produto-img--em-breve {
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.doces-grid .produto-card:hover .produto-img.produto-img--em-breve {
    box-shadow: inset 0 0 0 1px rgba(146, 106, 45, 0.08);
}

.sobremesas-grid .produto-card .produto-img.produto-img--em-breve {
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.produtos-grid:not(.doces-grid):not(.sobremesas-grid) .produto-card > .produto-img.produto-img--em-breve {
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

/* Modificadores opcionais no HTML: enquadramento fino quando uma foto exige outro foco */
.produto-img.produto-img--foco-topo,
.doces-grid .produto-card .produto-img.produto-img--foco-topo {
    background-position: center 14%;
}
.produto-img.produto-img--foco-centro,
.doces-grid .produto-card .produto-img.produto-img--foco-centro {
    background-position: center 50%;
}
.img-container img.produto-img--foco-topo,
.produto-img-container img.produto-img--foco-topo {
    object-position: center 14%;
}
.img-container img.produto-img--foco-centro,
.produto-img-container img.produto-img--foco-centro {
    object-position: center 50%;
}

.produto-content {
    position: relative;
    z-index: 3;
    padding: 2.25rem 2rem 2.45rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.produto-content h3 {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.26rem, 2.1vw, 1.52rem);
    color: var(--premium);
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.22;
}

.produto-content .produto-desc {
    color: var(--text-secondary);
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.68;
    margin-bottom: 0.35rem;
}

.produto-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
    line-height: 1.2;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white !important;
    font-weight: 500;
    border-radius: 6px;
    transition: var(--transicao);
}

.produto-whatsapp:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.produto-whatsapp svg {
    width: 16px;
    height: 16px;
}

/* «Saiba mais» — contorno marrom; hover une respiro azul + calor rosa (sem variação por card) */
.btn-saiba-mais {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    padding: 0.6rem 1.15rem;
    font-family: var(--fonte-texto);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--premium);
    background: transparent;
    border: 1px solid var(--premium-line);
    border-radius: 999px;
    cursor: pointer;
    transition: background var(--transicao-rapida), color var(--transicao-rapida), border-color var(--transicao-rapida), transform var(--transicao-rapida), box-shadow var(--transicao-rapida);
}

.btn-saiba-mais:hover {
    background: linear-gradient(135deg, rgba(170, 221, 241, 0.12) 0%, rgba(237, 222, 195, 0.28) 48%, rgba(235, 178, 209, 0.1) 100%);
    color: var(--premium-hover);
    border-color: rgba(146, 106, 45, 0.26);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.produto-content-home .produto-buttons .btn-saiba-mais,
.produto-content .produto-buttons .btn-saiba-mais {
    margin-top: 0;
}

.produto-content-home .produto-buttons,
.produto-content .produto-buttons {
    margin-top: 0.75rem;
}

.produto-content-home .produto-buttons,
.produto-content .produto-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: stretch;
}

.produto-content-home .produto-buttons .btn-saiba-mais,
.produto-content-home .produto-buttons .btn-produto-whatsapp,
.produto-content .produto-buttons .btn-saiba-mais,
.produto-content .produto-buttons .produto-whatsapp {
    min-height: 36px;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box;
}

/* ============================================
   Modal Produto
   ============================================ */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(44, 36, 28, 0.28);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.modal-produto {
    position: relative;
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    background: var(--surface-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--premium-line);
    box-shadow: var(--shadow-card-hover);
    transform: scale(0.98);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.modal-overlay.ativo {
    opacity: 1;
    visibility: visible;
}

.modal-overlay.ativo .modal-produto {
    transform: scale(1);
    opacity: 1;
}

.modal-produto-img {
    height: var(--produto-modal-foto-altura);
    min-height: var(--produto-modal-foto-altura);
    box-sizing: border-box;
    padding: 0;
    background-size: cover;
    background-position: var(--produto-img-position);
    background-repeat: no-repeat;
    background-color: var(--surface-elevated);
}

.modal-produto-body {
    padding: 1.75rem 2rem 2rem;
    overflow-y: auto;
    max-height: calc(90vh - var(--produto-modal-foto-altura));
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 252, 249, 0.95);
    border: 1px solid var(--premium-line);
    border-radius: 50%;
    font-size: 1.75rem;
    color: var(--premium);
    cursor: pointer;
    z-index: 10;
    transition: var(--transicao);
    line-height: 1;
}

.modal-close:hover {
    background: var(--branco-quente);
    color: var(--premium-hover);
    transform: scale(1.04);
}

.modal-produto-nome {
    font-family: var(--fonte-titulo);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--premium);
    margin-bottom: 1rem;
}

.modal-produto-descricao {
    color: var(--text-secondary);
    opacity: 0.98;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.modal-produto-ingredientes-wrap {
    margin-bottom: 1.25rem;
}

.modal-produto-ingredientes-wrap h4 {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--dourado);
    margin-bottom: 0.5rem;
}

.modal-produto-ingredientes {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    opacity: 0.95;
}

.modal-produto-ingredientes li {
    margin-bottom: 0.25rem;
}

.modal-produto-pedido {
    font-weight: 600;
    color: var(--dourado);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.modal-produto-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.6rem 1.1rem;
    font-size: 0.9rem;
}

.modal-produto-whatsapp svg {
    width: 18px;
    height: 18px;
}

.modal-produto-ingredientes-wrap.no-ingredientes {
    display: none;
}

/* Responsivo modal */
@media (max-width: 768px) {
    .modal-overlay {
        padding: 1rem;
        align-items: flex-end;
    }

    .modal-produto {
        width: 100%;
        max-width: 100%;
        max-height: 92vh;
        max-height: 92dvh;
        border-radius: 20px 20px 0 0;
    }

    .modal-produto-img {
        height: var(--produto-modal-foto-altura);
        min-height: var(--produto-modal-foto-altura);
    }

    .modal-produto-body {
        padding: 1.75rem 1.5rem 2rem;
        max-height: calc(92vh - var(--produto-modal-foto-altura));
        max-height: calc(92dvh - var(--produto-modal-foto-altura));
    }

    .modal-produto-nome {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
        line-height: 1.25;
    }

    .modal-produto-descricao {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .modal-produto-ingredientes-wrap {
        margin-bottom: 1.5rem;
    }

    .modal-produto-pedido {
        margin-bottom: 1.75rem;
    }

    .modal-produto-whatsapp {
        min-height: 50px;
        padding: 0.85rem 1.35rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .modal-overlay {
        padding: 0.75rem;
    }

    .modal-produto {
        max-height: 95vh;
        max-height: 95dvh;
        border-radius: 16px 16px 0 0;
    }

    .modal-produto-img {
        height: 280px;
        min-height: 280px;
    }

    .modal-produto-body {
        padding: 1.5rem 1.25rem 1.75rem;
        max-height: calc(95vh - 280px);
    }

    .modal-produto-nome {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .modal-produto-descricao {
        font-size: 0.95rem;
    }

    .modal-close {
        width: 40px;
        height: 40px;
        top: 0.875rem;
        right: 0.875rem;
        font-size: 1.5rem;
    }
}

/* Lista de sabores (Bolos Personalizados) */
.sabores-lista {
    max-width: 600px;
    margin: 0 auto 2rem;
}

.sabores-lista ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.sabores-lista li {
    background: var(--surface-card);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    border: 1px solid var(--accent-rose-line);
    color: var(--text-primary);
    font-weight: 500;
    transition: var(--transicao);
}

@media (max-width: 768px) {
    .sabores-lista {
        margin-bottom: 2rem;
    }

    .sabores-lista ul {
        gap: 0.65rem;
    }

    .sabores-lista li {
        padding: 0.75rem 1.15rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .sabores-lista {
        margin-bottom: 1.5rem;
    }

    .sabores-lista ul {
        gap: 0.5rem;
    }

    .sabores-lista li {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
}

.sabores-lista li:hover {
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    border-color: transparent;
    box-shadow: var(--sombra-dourada);
}

/* Coleção de Bolos (pedido-personalizado.html) */
.bolos-page .section-head {
    margin-top: 0;
}

.bolos-tabs-head .section-title {
    margin-bottom: 0.65rem;
}

.bolos-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    max-width: 38rem;
    margin: 0 auto clamp(1.5rem, 4vw, 2.25rem);
    padding: 0 0.5rem;
}

.bolos-tab {
    flex: 1 1 170px;
    max-width: 300px;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    border-radius: var(--radius-pill);
    padding: 1.05rem 1.4rem;
    min-height: 52px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: 1px solid rgba(146, 106, 45, 0.32);
    background: rgba(15, 28, 38, 0.42);
    color: var(--text-secondary);
    transition:
        border-color var(--transicao-rapida),
        box-shadow var(--transicao-rapida),
        color var(--transicao-rapida),
        background var(--transicao-rapida),
        transform var(--transicao-rapida);
}

.bolos-tab:hover {
    border-color: rgba(146, 106, 45, 0.5);
    color: var(--text-primary);
    transform: translateY(-2px);
}

.bolos-tab--ativa {
    border-color: var(--accent-rose-bright);
    background: linear-gradient(170deg, var(--surface-elevated) 0%, var(--surface-card) 100%);
    color: var(--text-primary);
    box-shadow: 0 0 26px var(--accent-rose-glow), var(--shadow-card);
}

.bolos-tab:focus-visible {
    outline: 2px solid var(--dourado);
    outline-offset: 3px;
}

.bolos-layout {
    display: grid;
    gap: clamp(1.75rem, 4vw, 2.5rem);
    grid-template-columns: 1fr;
    align-items: start;
}

@media (min-width: 992px) {
    .bolos-layout {
        grid-template-columns: 1fr min(348px, 31vw);
        gap: 2.25rem;
    }

    .bolos-flow-aside {
        position: sticky;
        top: 5.5rem;
        z-index: 2;
    }
}

.bolos-pedido-wrap--resumo .bolos-btn-pedir-whatsapp {
    position: relative;
    z-index: 1;
}

.bolos-flow-main {
    min-width: 0;
}

.bolos-painel[hidden] {
    display: none !important;
}

.section-head--flush {
    margin-bottom: clamp(0.85rem, 2.5vw, 1.35rem);
}

.bolos-section-head-spaced {
    margin-top: clamp(2.5rem, 7vw, 4rem);
}

.bolos-section-head-inner {
    margin-top: clamp(1.65rem, 4vw, 2.35rem);
    margin-bottom: 0.5rem;
}

.bolos-section-head-inner .section-subtitle {
    margin-bottom: 0;
}

.bolos-subtitulo-fluxo {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.12rem, 2.15vw, 1.42rem);
    font-weight: 500;
    color: var(--text-primary);
    margin: 0 0 0.35rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.bolos-pick-hint--block {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 1.35rem;
    color: var(--text-secondary);
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.6;
}

.bolos-pedido-wrap--resumo {
    margin-bottom: 2rem;
}

.bolos-pedido-wrap--resumo .bolos-resumo-pedido {
    margin-bottom: 1.1rem;
}

article.bolos-pick-corte {
    cursor: pointer;
    text-align: left;
}

article.bolos-pick-corte:focus-visible {
    outline: 2px solid var(--dourado);
    outline-offset: 3px;
}

article.bolos-pick-corte[aria-pressed='true'] {
    border-color: var(--accent-rose-bright);
    box-shadow:
        0 0 0 1px rgba(146, 106, 45, 0.4),
        var(--shadow-card-hover);
    transform: translateY(-4px);
}

.bolos-especialidades-list {
    max-width: 42rem;
    margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
    padding: 0 0.5rem;
}

.bolos-especialidades-list p {
    color: var(--text-secondary);
    font-size: 1.02rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

.bolos-especialidades-list strong {
    color: var(--text-primary);
    font-family: var(--fonte-titulo);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.bolos-pick-hint {
    margin-top: 0.65rem;
    margin-bottom: 0;
}

.bolos-especialidades-list--pick {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.bolos-pick-sabor--linha {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    margin: 0;
    padding: 1rem 1.15rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(146, 106, 45, 0.28);
    background: rgba(15, 28, 38, 0.35);
    color: var(--text-secondary);
    transition:
        border-color var(--transicao-rapida),
        box-shadow var(--transicao-rapida),
        background var(--transicao-rapida);
}

.bolos-pick-sabor--linha:hover {
    border-color: rgba(146, 106, 45, 0.45);
    background: rgba(15, 28, 38, 0.5);
}

.bolos-pick-sabor--linha[aria-pressed='true'] {
    border-color: var(--accent-rose-bright);
    box-shadow:
        0 0 0 1px rgba(146, 106, 45, 0.35),
        0 8px 28px rgba(0, 0, 0, 0.2);
    background: linear-gradient(165deg, var(--surface-elevated) 0%, var(--surface-card) 100%);
}

.bolos-pick-sabor--linha:focus-visible {
    outline: 2px solid var(--dourado);
    outline-offset: 2px;
}

.bolos-pick-sabor-titulo {
    font-family: var(--fonte-titulo);
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 0.02em;
    margin-bottom: 0.35rem;
    font-size: 1.02rem;
}

.bolos-pick-sabor-desc {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.65;
    text-align: left;
}

.sabores-lista.bolos-queridinhos-lista--pick li,
.sabores-lista.bolos-tamanhos-lista--pick li {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.sabores-lista.bolos-queridinhos-lista--pick li:hover,
.sabores-lista.bolos-tamanhos-lista--pick li:hover {
    background: transparent;
    color: inherit;
    border-color: transparent;
    box-shadow: none;
}

.bolos-pick-sabor--pill,
.bolos-pick-tamanho {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.95rem;
    background: var(--surface-card);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    border: 1px solid var(--accent-rose-line);
    color: var(--text-primary);
    font-weight: 500;
    transition: var(--transicao);
    margin: 0;
    line-height: 1.35;
}

.bolos-pick-sabor--pill:hover,
.bolos-pick-tamanho:hover {
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    border-color: transparent;
    box-shadow: var(--sombra-dourada);
}

.bolos-pick-sabor--pill[aria-pressed='true'],
.bolos-pick-tamanho[aria-pressed='true'] {
    background: linear-gradient(165deg, var(--surface-elevated) 0%, rgba(146, 106, 45, 0.2) 100%);
    border-color: var(--accent-rose-bright);
    box-shadow: 0 0 22px var(--accent-rose-glow);
    color: var(--text-primary);
}

.bolos-pick-sabor--pill[aria-pressed='true']:hover,
.bolos-pick-tamanho[aria-pressed='true']:hover {
    background: linear-gradient(165deg, var(--surface-elevated) 0%, rgba(146, 106, 45, 0.26) 100%);
    color: var(--text-primary);
    border-color: var(--accent-rose-bright);
    box-shadow: 0 0 26px var(--accent-rose-glow);
}

.bolos-pick-sabor--pill:focus-visible,
.bolos-pick-tamanho:focus-visible {
    outline: 2px solid var(--dourado);
    outline-offset: 2px;
}

.bolos-pick-adicional-preco {
    font-weight: 500;
    font-size: 0.88em;
    opacity: 0.92;
    white-space: nowrap;
}

.bolos-resumo-pedido {
    margin-bottom: 1.5rem;
    padding: 1.15rem 1.25rem 1.35rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(146, 106, 45, 0.22);
    background: rgba(15, 28, 38, 0.4);
}

.bolos-resumo-titulo {
    font-family: var(--fonte-titulo);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-primary);
    margin: 0 0 1rem !important;
    padding: 0 0 0.5rem !important;
    border-bottom: 1px solid rgba(146, 106, 45, 0.2);
    border-top: none !important;
}

.bolos-resumo-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bolos-resumo-lista li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(146, 106, 45, 0.12);
    font-size: 0.92rem;
}

.bolos-resumo-lista li:last-of-type {
    border-bottom: none;
}

.bolos-resumo-label {
    color: var(--text-secondary);
    font-weight: 400;
    flex-shrink: 0;
}

.bolos-resumo-valor-texto {
    color: var(--text-primary);
    text-align: right;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.bolos-resumo-preco-destaque {
    margin: 1.1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--accent-rose-line);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.bolos-resumo-preco-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-secondary);
    font-weight: 500;
}

.bolos-resumo-preco-numero {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.45rem, 3.2vw, 1.85rem);
    font-weight: 600;
    color: var(--accent-rose-bright);
    text-shadow: 0 0 22px var(--accent-rose-glow);
    letter-spacing: 0.03em;
}

.bolos-barra-pedido {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding:
        0.65rem max(0.75rem, env(safe-area-inset-left, 0))
        calc(0.65rem + env(safe-area-inset-bottom, 0)) max(0.75rem, env(safe-area-inset-right, 0));
    background: rgba(15, 28, 38, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--accent-rose-line);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.bolos-barra-pedido[hidden] {
    display: none !important;
}

.bolos-barra-pedido-inner {
    max-width: 72rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-right: 4.25rem;
}

.bolos-barra-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

.bolos-barra-resumo {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bolos-barra-preco {
    font-family: var(--fonte-titulo);
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--accent-rose-bright);
}

.bolos-barra-btn-fazer-pedido {
    flex-shrink: 0;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0.75rem 1.05rem;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid var(--accent-rose-muted);
    background: var(--gradient-cta);
    color: var(--text-on-rose);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: var(--sombra-dourada), 0 6px 20px var(--sombra);
    transition:
        transform var(--transicao-rapida),
        box-shadow var(--transicao-rapida),
        background var(--transicao-rapida),
        color var(--transicao-rapida);
}

.bolos-barra-btn-fazer-pedido:hover {
    transform: translateY(-2px);
    background: var(--gradient-cta-hover);
    color: var(--text-on-rose);
}

@media (max-width: 768px) {
    .bolos-barra-pedido:not([hidden]) {
        display: block;
    }

    body.pagina-bolos {
        padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0));
    }

    body.pagina-bolos .whatsapp-float {
        bottom: max(1rem, calc(5.75rem + env(safe-area-inset-bottom, 0)));
    }

    .bolos-pick-sabor--pill,
    .bolos-pick-tamanho {
        font-size: 0.92rem;
        padding: 0.7rem 1.1rem;
    }
}

@media (max-width: 480px) {
    .bolos-pick-sabor--pill,
    .bolos-pick-tamanho {
        font-size: 0.88rem;
        padding: 0.68rem 0.95rem;
    }

    .bolos-barra-pedido-inner {
        padding-right: 3.5rem;
    }

    .bolos-barra-btn-fazer-pedido {
        padding: 0.68rem 0.85rem;
        font-size: 0.68rem;
    }
}

.bolos-queridinhos-lista,
.bolos-tamanhos-lista {
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.bolos-pedido-wrap {
    max-width: 38rem;
    margin: 0 auto 4.5rem;
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2rem) 2rem;
    background: linear-gradient(170deg, var(--surface-elevated) 0%, var(--surface-card) 38%, var(--surface-inner) 100%);
    border-radius: var(--radius-md);
    border: 1px solid rgba(146, 106, 45, 0.18);
    box-shadow: var(--shadow-card);
    position: relative;
}

.bolos-pedido-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--accent-rose-glow) 28%, var(--accent-rose-bright) 48%, var(--accent-gold-spark) 50%, var(--accent-rose-bright) 52%, var(--accent-rose-glow) 72%, transparent);
    opacity: 0.65;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.bolos-pedido-wrap .carrinho-form {
    border-top: none;
    padding-top: 0;
}

.bolos-pedido-wrap .carrinho-form-section-title {
    color: var(--text-primary);
    border-top-color: rgba(146, 106, 45, 0.22);
}

.bolos-pedido-wrap .carrinho-form-section-title:first-of-type {
    border-top: none;
    padding-top: 0;
}

.bolos-pedido-wrap .carrinho-form label {
    color: var(--text-secondary);
}

/* Grid de doces (mais compacto) - herda responsividade de .produtos-grid */
.doces-grid.produtos-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .doces-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .doces-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.05rem;
    }
}

@media (min-width: 993px) {
    .doces-grid.produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1201px) {
    .doces-grid.produtos-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Doces: cover + foco no produto (faixa cheia, sem barras laterais em fotos verticais). */
.doces-grid .produto-card .produto-img {
    height: var(--produto-foto-altura);
    min-height: var(--produto-foto-altura);
    max-height: var(--produto-foto-altura);
    flex-shrink: 0;
    background-size: cover;
    background-position: var(--produto-img-position);
    background-repeat: no-repeat;
    background-color: var(--surface-elevated);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.doces-grid .produto-card:hover .produto-img {
    box-shadow: inset 0 0 0 1px rgba(146, 106, 45, 0.12);
}

/* Card ainda sem foto: placeholder (p.ex. aguardando foto — linha clássica ou exclusiva) */
.doces-grid .produto-card.produto-card--foto-pendente .produto-img.produto-img--pendente {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1rem;
    text-align: center;
    background-image: none;
    background: linear-gradient(165deg, rgba(26, 32, 46, 0.96) 0%, rgba(38, 46, 62, 0.9) 100%);
    box-sizing: border-box;
}

.doces-grid .produto-card.produto-card--foto-pendente .produto-img-pendente-texto {
    font-family: var(--fonte-texto);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(232, 226, 218, 0.96);
}

.doces-grid .produto-card.produto-card--foto-pendente .produto-img-pendente-sub {
    font-family: var(--fonte-texto);
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(190, 182, 172, 0.88);
    max-width: 11.5rem;
}

.doces-grid .produto-card.produto-card--foto-pendente .produto-breve-aviso {
    margin: 0.35rem 0 0.25rem;
    font-family: var(--fonte-texto);
    font-size: 0.78rem;
    line-height: 1.3;
    color: rgba(200, 192, 184, 0.85);
    font-style: italic;
}

/* Linha Afetiva — Brigadeiro de Nutella: enquadramento vertical da foto (mesma altura do card) */
body.pagina-linha-afetiva .doces-grid .produto-card .produto-img.produto-img--enquadre-nutella {
    background-position: center 85%;
}

/* Linha Afetiva — Brigadeiro de limão siciliano: só reposiciona o recorte da foto (altura da faixa inalterada) */
body.pagina-linha-afetiva .doces-grid .produto-card .produto-img.produto-img--enquadre-limao-siciliano {
    background-position: center 48%;
}

/* Linha Afetiva — Brigadeiro Tradicional: só recorte/posição da foto (só este card) */
body.pagina-linha-afetiva .doces-grid .produto-card .produto-img.produto-img--enquadre-brigadeiro-tradicional {
    background-position: center 58%;
}

/* Linha Afetiva — Doce de Leite com Nozes: mesma lógica do banner Linha Clássica na home — só posição, sem zoom */
body.pagina-linha-afetiva .doces-grid .produto-card .produto-img.produto-img--enquadre-doce-de-leite-nozes {
    background-position: center 80%;
}

/* Linha Afetiva — Brigadeiro de creme Brûlée: faixa de foto mais alta (só este card) */
body.pagina-linha-afetiva .doces-grid .produto-card.produto-card--foto-alta-brulee .produto-img {
    height: calc(var(--produto-foto-altura) + 5.25rem);
    min-height: calc(var(--produto-foto-altura) + 5.25rem);
    max-height: calc(var(--produto-foto-altura) + 5.25rem);
}

/* Somente o card «Surpresa de avelã»: enquadramento da foto (não altera altura nem outros cards) */
.doces-grid .produto-card .produto-img.produto-img--enquadre-surpresa-avela {
    background-position: center 60%;
}

.produto-card-home .produto-img-home.produto-img--enquadre-surpresa-avela {
    background-position: center 60%;
}

/* Só o card «Pirâmide de Nutella»: enquadramento da foto (sem alterar altura da faixa) */
.doces-grid .produto-card .produto-img.produto-img--enquadre-piramide-nutella {
    background-position: center 10%;
}

/* Só o card «Pérola Negra»: enquadramento da foto (sem alterar altura da faixa) */
.doces-grid .produto-card .produto-img.produto-img--enquadre-perola-negra {
    background-position: center 60%;
}

/* Só o card «Mini Trufa» (não o Coração): mesma lógica de recorte do banner Linha Clássica na home — só posição, sem zoom */
.doces-grid .produto-card .produto-img.produto-img--enquadre-mini-trufa {
    background-position: center 80%;
}

/* Bolos de Corte — grade e cards (pedido-personalizado.html) */
.bolos-corte-grid.doces-grid.produtos-grid {
    grid-template-columns: 1fr;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: clamp(0.5rem, 2vw, 1rem);
    gap: clamp(1.25rem, 3vw, 1.75rem);
}

@media (min-width: 576px) {
    .bolos-corte-grid.doces-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .bolos-corte-grid--tres.doces-grid.produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bolos-corte-grid--dois.doces-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 44rem;
    }
}

@media (min-width: 993px) {
    .bolos-corte-grid--tres.doces-grid.produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bolos-corte-grid--dois.doces-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 44rem;
    }
}

@media (min-width: 1201px) {
    .bolos-corte-grid--tres.doces-grid.produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bolos-corte-grid--dois.doces-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 44rem;
    }
}

.doces-grid .produto-card.bolos-corte-card .produto-img.bolos-corte-card-accent {
    height: 4.5rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
    background-size: auto;
    background-image: none;
    background: linear-gradient(125deg, rgba(146, 106, 45, 0.4) 0%, var(--surface-elevated) 48%, rgba(146, 106, 45, 0.14) 100%);
    transform: none;
}

.doces-grid .produto-card.bolos-corte-card .produto-img.bolos-corte-card-accent--especial {
    background: linear-gradient(125deg, rgba(146, 106, 45, 0.5) 0%, var(--surface-inner) 52%, rgba(212, 175, 120, 0.22) 100%);
}

.doces-grid .produto-card.bolos-corte-card:hover .produto-img.bolos-corte-card-accent {
    transform: none;
}

@media (max-width: 768px) {
    .doces-grid .produto-card.bolos-corte-card .produto-img.bolos-corte-card-accent {
        height: 4rem;
        min-height: 4rem;
        max-height: 4rem;
    }
}

@media (max-width: 480px) {
    .doces-grid .produto-card.bolos-corte-card .produto-img.bolos-corte-card-accent {
        height: 3.75rem;
        min-height: 3.75rem;
        max-height: 3.75rem;
    }
}

.bolos-corte-card .produto-content {
    padding: 1.2rem 1.35rem 1.45rem;
}

.bolos-corte-card .produto-content h3 {
    font-size: clamp(1.08rem, 1.85vw, 1.26rem);
    margin-bottom: 0.75rem;
}

.bolos-corte-card .produto-content .produto-desc strong {
    color: var(--text-primary);
    font-weight: 600;
}

.bolos-corte-card .produto-preco {
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
    padding: 0.65rem 0 0;
    font-size: clamp(1.05rem, 1.9vw, 1.22rem);
}

.bolos-corte-especiais-titulo {
    font-family: var(--fonte-titulo);
    text-align: center;
    color: var(--text-primary);
    font-size: clamp(1.38rem, 2.6vw, 1.72rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: clamp(2rem, 5.5vw, 2.85rem) auto 1.35rem;
    padding: 0 0.75rem;
    max-width: 36rem;
}

.bolos-corte-especiais-titulo::after {
    content: '';
    display: block;
    width: min(56px, 14vw);
    height: 1px;
    margin: 0.9rem auto 0;
    background: linear-gradient(90deg, transparent 5%, var(--accent-rose-glow) 28%, var(--accent-rose-bright) 48%, var(--accent-gold-spark) 50%, var(--accent-rose-bright) 52%, var(--accent-rose-glow) 72%, transparent 95%);
    border-radius: 1px;
}

.bolos-corte-notas {
    max-width: 40rem;
    margin: clamp(1.25rem, 3.5vw, 2rem) auto clamp(0.25rem, 2vw, 0.5rem);
    padding: 0 0.75rem;
    text-align: center;
}

.bolos-corte-notas p {
    color: var(--text-secondary);
    font-size: clamp(0.88rem, 1.5vw, 0.95rem);
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 0.5rem;
}

.bolos-corte-notas p:last-child {
    margin-bottom: 0;
}

body.pagina-doces-finos .modal-produto-img {
    background-size: cover;
    background-position: var(--produto-img-position);
    background-color: rgba(170, 221, 241, 0.15);
}

/* Sobremesas - fotos grandes - responsivo */
.sobremesas-grid.produtos-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .sobremesas-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .sobremesas-grid.produtos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 993px) {
    .sobremesas-grid.produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1201px) {
    .sobremesas-grid.produtos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.sobremesas-grid .produto-img {
    height: var(--produto-foto-altura);
    min-height: var(--produto-foto-altura);
    max-height: var(--produto-foto-altura);
}

/* Destaque para salgados */
.salgados-destaque {
    text-align: center;
    padding: 2rem 2.25rem;
    background: var(--surface-card);
    border-radius: var(--radius-md);
    margin-bottom: 2.25rem;
    border: 1px solid var(--accent-rose-line);
    box-shadow: 0 12px 36px -12px var(--sombra), var(--sombra-dourada);
}

.salgados-destaque p {
    font-size: 1.02rem;
    color: var(--text-secondary);
    font-weight: 400;
    opacity: 0.85;
    line-height: 1.65;
}

@media (max-width: 768px) {
    .salgados-destaque {
        padding: 1.5rem 1.5rem;
        margin-bottom: 2rem;
    }

    .salgados-destaque p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .salgados-destaque {
        padding: 1.25rem 1.25rem;
        margin-bottom: 1.5rem;
    }
}

/* Botão orçamento centralizado */
.btn-orcamento {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

/* ============================================
   Responsivo — 1200 | 992 | 768 | 576 | 480
   ============================================ */

/* Laptop estreito */
@media (max-width: 1200px) {
    .container {
        padding: 0 1.75rem;
    }

    .section-head {
        margin-bottom: 3rem;
        padding: 0 0.25rem;
    }

    .produtos-grid-home,
    .produtos-grid,
    .categoria-grid {
        gap: 2rem;
    }
}

/* Tablet - 992px: menu hambúrguer */
@media (max-width: 992px) {
    .header .nav.container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .nav {
        padding: 0.85rem 0;
        align-items: center;
    }

    .logo {
        z-index: 102;
        position: relative;
        max-width: calc(100vw - 3.35rem);
    }

    .logo-img {
        height: clamp(2.85rem, 4vw + 1.1rem, 3.85rem);
        width: auto;
        max-width: min(340px, 70vw);
        object-fit: contain;
        object-position: left center;
    }

    .hero-brand-img {
        height: clamp(11.5rem, 44vw + 3.25rem, 21rem);
        max-width: 99vw;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(360px, 92vw);
        min-width: min(280px, 100%);
        height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        background: var(--surface-card);
        flex-direction: column;
        align-items: stretch;
        padding:
            calc(5.15rem + env(safe-area-inset-top, 0))
            1.35rem
            calc(2rem + env(safe-area-inset-bottom, 0));
        box-shadow: -8px 0 32px var(--sombra-forte);
        border-left: 1px solid var(--accent-rose-line);
        transition: right 0.4s cubic-bezier(0.25, 0.9, 0.3, 1);
        overflow-y: auto;
        overflow-x: hidden;
        gap: 0;
        -webkit-overflow-scrolling: touch;
    }

    .nav-menu.ativo {
        right: 0;
    }

    .nav-menu > li {
        border-bottom: 1px solid var(--bege-escuro);
    }

    .nav-menu > li:last-of-type {
        border-bottom: none;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

    .nav-menu > li > a:not(.nav-whatsapp):not(.nav-social) {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 0.65rem 0;
        font-size: 1rem;
    }

    .nav-menu > li > a.nav-social {
        width: 2.85rem;
        height: 2.85rem;
        margin: 0.35rem auto 0;
    }

    .nav-whatsapp {
        display: flex !important;
        width: 100%;
        justify-content: center;
        min-height: 48px;
        padding: 0.85rem 1.25rem !important;
        margin-top: 0.25rem;
        text-transform: none !important;
        letter-spacing: 0.06em !important;
    }

    /* Dropdown como accordion vertical - 100% largura, sem position absolute */
    .nav-dropdown {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .nav-dropdown-trigger {
        width: 100%;
        justify-content: space-between;
        padding: 1rem 0;
        min-height: 48px;
        text-align: left;
        flex-shrink: 0;
        font-size: 1rem;
    }

    .nav-dropdown-trigger::before {
        order: 1;
    }

    /* Submenu expansível - fluxo vertical normal */
    .nav-dropdown-menu {
        position: static !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        margin: 0.5rem 0 0.5rem 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: var(--bege) !important;
        border-radius: 8px;
        border: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        flex-shrink: 0;
    }

    .nav-dropdown-menu::before {
        display: none !important;
    }

    .nav-menu.ativo .nav-dropdown.expanded .nav-dropdown-menu {
        max-height: 720px;
    }

    .nav-dropdown-menu.nav-dropdown-menu--doces,
    .nav-dropdown-menu.nav-dropdown-menu--bolos {
        background: linear-gradient(180deg, #fffefb 0%, #faf6ef 100%) !important;
        border: 1px solid rgba(146, 106, 45, 0.12) !important;
        border-radius: var(--radius-md) !important;
        padding: 0.35rem 0 !important;
        box-shadow: 0 8px 28px rgba(44, 36, 28, 0.08) inset !important;
    }

    .nav-dropdown-menu.nav-dropdown-menu--bolos {
        background: linear-gradient(180deg, #fdf9f4 0%, #efe4d6 100%) !important;
        border-color: rgba(146, 106, 45, 0.18) !important;
    }

    .nav-dropdown-menu--doces a,
    .nav-dropdown-menu--bolos a {
        font-family: var(--fonte-corpo);
        font-weight: 500;
        font-size: 0.95rem;
    }

    .nav-dropdown-menu li {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-dropdown-menu li + li {
        border-top: 1px solid rgba(146, 106, 45, 0.18);
    }

    .nav-dropdown-menu a {
        display: flex;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        min-height: 44px;
        padding: 0.65rem 1rem 0.65rem 1.5rem;
        font-size: 0.95rem;
        padding-left: 1.75rem;
    }

    .nav-dropdown-menu a:hover {
        background: rgba(146, 106, 45, 0.14);
        padding-left: 1.9rem;
        color: var(--accent-rose-bright);
    }

    .nav-menu a,
    .nav-dropdown-trigger {
        text-transform: none;
        letter-spacing: 0.02em;
        color: var(--text-primary);
    }

    .nav-toggle {
        display: flex;
        z-index: 101;
        min-width: 48px;
        min-height: 48px;
        align-items: center;
        justify-content: center;
    }

    .nav-toggle.ativo span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.ativo span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.ativo span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        animation: fadeIn 0.25s ease;
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: max(1.25rem, env(safe-area-inset-bottom, 0));
        right: max(1rem, env(safe-area-inset-right, 0));
    }

    .scroll-to-top {
        bottom: max(4.5rem, calc(env(safe-area-inset-bottom, 0) + 3.25rem));
        right: max(1rem, env(safe-area-inset-right, 0));
        width: 44px;
        height: 44px;
    }

    .scroll-to-top svg {
        width: 22px;
        height: 22px;
    }

    .section {
        padding: 3.5rem 0;
    }
}

/* Mobile estreito: ligeiramente abaixo do teto do tablet, mantém leitura sem esmagar a barra */
@media (max-width: 576px) {
    .logo-img {
        height: clamp(2.6rem, 4.5vw + 1rem, 3.5rem);
        max-width: min(300px, 68vw);
    }

    .nav {
        padding: 0.75rem 0;
    }
}

/* Mobile - 768px */
@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    body {
        font-size: 1rem;
        line-height: 1.65;
    }

    .hero {
        min-height: 100dvh;
        min-height: min(100dvh, 900px);
        padding: 7.25rem 1.25rem 3.5rem;
    }

    .hero-slide-bg {
        background-position: center center;
    }

    .hero-eyebrow {
        font-size: 0.65rem;
        letter-spacing: 0.22em;
    }

    .hero-title {
        font-size: clamp(1.9rem, 8vw, 2.8rem);
        margin-bottom: 1.25rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: clamp(1rem, 2.5vw, 1.15rem);
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .hero-text {
        font-size: 1rem;
        margin-bottom: 2rem;
        line-height: 1.6;
        opacity: 0.95;
    }

    .hero-content .hero-text + .hero-text {
        margin-top: -0.85rem;
        margin-bottom: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.85rem;
        align-items: center;
        width: 100%;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-whatsapp {
        width: 100%;
        max-width: none;
        padding: 1rem 1.35rem;
        min-height: 48px;
        font-size: 0.95rem;
        justify-content: center;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section-head {
        margin-bottom: 2.5rem;
        padding: 0 0.25rem;
    }

    .categorias .section-head,
    .produtos .section-head,
    .galeria .section-head,
    .avaliacoes .section-head {
        text-align: center;
    }

    .section-title {
        font-size: clamp(1.65rem, 5.5vw, 2.1rem);
        margin-bottom: 0.75rem;
        line-height: 1.2;
    }

    .section-subtitle {
        margin-bottom: 2rem;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .section > .container > .section-subtitle {
        margin-bottom: 2.25rem;
    }

    .produtos-grid-home {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .produtos-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding: 1.5rem 0 2.75rem;
    }

    .doces-grid.produtos-grid,
    .sobremesas-grid.produtos-grid {
        grid-template-columns: 1fr;
    }

    .categoria-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .categorias,
    .produtos,
    .galeria,
    .avaliacoes {
        text-align: center;
    }

    .categoria-content {
        text-align: center;
    }

    .categoria-content .btn-secondary {
        width: 100%;
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
        min-height: 48px;
        justify-content: center;
    }

    .produto-content-home,
    .produto-card-home {
        text-align: left;
    }

    .galeria-grid {
        grid-template-columns: 1fr;
        gap: 1.15rem;
        grid-auto-rows: auto;
    }

    .galeria-item {
        width: 100%;
        min-height: 220px;
        aspect-ratio: 4 / 3;
    }

    .galeria-item:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    .categoria-img {
        height: 248px;
    }

    .categoria-content {
        padding: 1.9rem;
    }

    .categoria-content h3 {
        font-size: 1.45rem;
        margin-bottom: 1rem;
        line-height: 1.25;
    }

    .categoria-content p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .produto-content-home,
    .produto-content {
        padding: 1.5rem;
    }

    .produto-content-home h3,
    .produto-content h3 {
        font-size: 1.35rem;
        margin-bottom: 0.75rem;
        line-height: 1.25;
    }

    .produto-content-home p,
    .produto-content p {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .produto-preco {
        margin-bottom: 1.25rem;
        font-size: 1rem;
    }

    .produto-buttons .btn-saiba-mais,
    .produto-buttons .btn-produto-whatsapp,
    .produto-buttons .produto-whatsapp,
    .produto-buttons .btn-adicionar-carrinho {
        min-height: 48px;
        padding: 0.75rem 1.15rem;
        font-size: 0.85rem;
    }

    .produto-content-home .produto-buttons,
    .produto-content .produto-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        margin-top: 1rem;
    }

    .produto-content-home .produto-buttons .btn-adicionar-carrinho,
    .produto-content-home .produto-buttons .btn-saiba-mais,
    .produto-content .produto-buttons .btn-adicionar-carrinho,
    .produto-content .produto-buttons .btn-saiba-mais {
        width: 100%;
        justify-content: center;
    }

    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-outline,
    .btn-large {
        min-height: 48px;
    }

    .cta .btn-primary.btn-large {
        width: 100%;
        max-width: 22rem;
        justify-content: center;
    }

    .avaliacoes-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .avaliacao-card {
        padding: 1.75rem 1.35rem;
        text-align: center;
    }

    .avaliacao-texto {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 1.25rem;
        overflow-wrap: anywhere;
    }

    .footer {
        padding: 3.5rem 0 1.5rem;
    }

    .footer-content {
        text-align: center;
        gap: 2rem;
    }

    .footer-nav {
        text-align: center;
    }

    .footer-brand p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .footer-social {
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .page-hero {
        padding: 6.5rem 1.5rem 3.5rem;
    }

    .page-hero h1 {
        font-size: clamp(1.7rem, 5vw, 2.25rem);
    }

    .page-hero p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .cta {
        padding: 3.5rem 0;
    }

    .cta-title {
        font-size: clamp(1.55rem, 4vw, 2rem);
        margin-bottom: 0.75rem;
    }

    .cta-text {
        font-size: 1rem;
        margin-bottom: 1.75rem;
        line-height: 1.5;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        bottom: max(1.25rem, env(safe-area-inset-bottom, 0));
        right: max(1.25rem, env(safe-area-inset-right, 0));
    }

    .scroll-to-top {
        bottom: max(4.75rem, calc(env(safe-area-inset-bottom, 0) + 3.5rem));
        right: max(1.25rem, env(safe-area-inset-right, 0));
        width: 46px;
        height: 46px;
    }

    .scroll-to-top svg {
        width: 22px;
        height: 22px;
    }
}

/* Celulares médios / estreitos */
@media (max-width: 576px) {
    .container {
        padding: 0 1.1rem;
    }

    .section {
        padding: 3.25rem 0;
    }

    .section-head {
        margin-bottom: 2.1rem;
    }

    .page-hero {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .categoria-img {
        height: 248px;
        min-height: 220px;
    }

    .galeria-item {
        min-height: 200px;
        aspect-ratio: 1 / 1;
    }

    .modal-overlay {
        padding: 0.5rem;
    }
}

/* Mobile pequeno - 480px */
@media (max-width: 480px) {
    .hero {
        padding: 7rem 1rem 3.5rem;
    }

    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 0.875rem;
    }

    .hero-text {
        font-size: 0.95rem;
        margin-bottom: 1.75rem;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-whatsapp {
        max-width: 100%;
        padding: 1rem 1.15rem;
    }

    .section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.55rem;
        margin-bottom: 0.5rem;
    }

    .section-subtitle {
        margin-bottom: 2rem;
    }

    .produtos-grid-home {
        gap: 1.5rem;
    }

    .produtos-grid {
        gap: 1.5rem;
        padding: 1.25rem 0 2.5rem;
    }

    .categoria-grid {
        gap: 1.5rem;
    }

    .categoria-img {
        height: 220px;
    }

    .categoria-content {
        padding: 1.65rem;
    }

    .categoria-content h3 {
        font-size: 1.35rem;
    }

    .produto-content-home,
    .produto-content {
        padding: 1.5rem 1.35rem 1.55rem;
    }

    .produto-content-home h3,
    .produto-content h3 {
        font-size: 1.25rem;
    }

    .galeria-grid {
        gap: 1rem;
        grid-auto-rows: auto;
    }

    .galeria-item {
        min-height: 180px;
    }

    .avaliacao-card {
        padding: 1.5rem 1.15rem;
    }

    .footer {
        padding: 3rem 0 1.25rem;
    }

    .footer-content {
        gap: 1.75rem;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    .btn-large {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .cta {
        padding: 3rem 0;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: max(1rem, env(safe-area-inset-bottom, 0));
        right: max(1rem, env(safe-area-inset-right, 0));
    }

    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }

    .scroll-to-top {
        bottom: max(4.25rem, calc(env(safe-area-inset-bottom, 0) + 3rem));
        right: max(1rem, env(safe-area-inset-right, 0));
        width: 44px;
        height: 44px;
    }

    .scroll-to-top svg {
        width: 20px;
        height: 20px;
    }
}

/* ============================================
   Catálogo editorial premium (cento) — docinhos tradicionais, brigadeiros recheados
   ============================================ */
body.pagina-catalogo-centone {
    --dt-bege: #eddec3;
    --dt-rosa: #ebb2d1;
    --dt-azul: #aaddf1;
    --dt-marrom: #926a2d;
    --dt-marrom-suave: rgba(146, 106, 45, 0.14);
    --dt-sombra-card: 0 18px 48px rgba(44, 36, 28, 0.07);
    --dt-radius-foto: clamp(18px, 3vw, 26px);
    --dt-radius-panel: clamp(20px, 3.2vw, 28px);
    background: linear-gradient(
        180deg,
        #fffefb 0%,
        rgba(237, 222, 195, 0.35) 42%,
        rgba(255, 252, 249, 1) 100%
    );
}

body.pagina-catalogo-centone .scroll-to-top {
    bottom: max(1.15rem, calc(env(safe-area-inset-bottom, 0) + 0.75rem));
}

body.pagina-catalogo-centone .dt-wrap {
    padding-bottom: clamp(3.5rem, 8vw, 5rem);
}

body.pagina-catalogo-centone .dt-breadcrumb {
    padding: calc(5.75rem + env(safe-area-inset-top, 0)) 0 0.35rem;
}

body.pagina-catalogo-centone .dt-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: var(--fonte-texto);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.72);
}

body.pagina-catalogo-centone .dt-breadcrumb-list a {
    color: var(--dt-marrom);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

body.pagina-catalogo-centone .dt-breadcrumb-list a:hover {
    color: #6b4d22;
    border-bottom-color: rgba(235, 178, 209, 0.65);
}

body.pagina-catalogo-centone .dt-breadcrumb-muted {
    color: rgba(146, 106, 45, 0.55);
}

body.pagina-catalogo-centone .dt-breadcrumb-list [aria-current='page'] {
    color: rgba(44, 36, 28, 0.88);
    font-weight: 600;
}

body.pagina-catalogo-centone .dt-breadcrumb-sep span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: linear-gradient(135deg, var(--dt-rosa), rgba(170, 221, 241, 0.85));
    transform: rotate(45deg);
    opacity: 0.85;
}

body.pagina-catalogo-centone .dt-hero {
    position: relative;
    text-align: center;
    padding: clamp(1.25rem, 3vw, 2rem) 1.25rem clamp(2.25rem, 5vw, 3.25rem);
    border-bottom: 1px solid rgba(146, 106, 45, 0.07);
}

body.pagina-catalogo-centone .dt-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 12% 20%, rgba(235, 178, 209, 0.16) 0%, transparent 55%),
        radial-gradient(ellipse 65% 50% at 88% 72%, rgba(170, 221, 241, 0.2) 0%, transparent 52%);
    opacity: 0.95;
}

body.pagina-catalogo-centone .dt-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    margin: 0 auto;
}

body.pagina-catalogo-centone .dt-hero-eyebrow {
    font-family: 'Cormorant Garamond', var(--fonte-titulo), serif;
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    font-style: italic;
    font-weight: 500;
    color: rgba(146, 106, 45, 0.82);
    letter-spacing: 0.08em;
    margin: 0 0 0.65rem;
}

body.pagina-catalogo-centone .dt-hero-title {
    font-family: var(--fonte-titulo);
    font-size: clamp(2.35rem, 5.5vw, 3.35rem);
    font-weight: 600;
    color: #2c241c;
    letter-spacing: 0.02em;
    line-height: 1.12;
    margin: 0 0 1rem;
}

body.pagina-catalogo-centone .dt-hero-subtitle {
    font-family: var(--fonte-texto);
    font-size: clamp(1rem, 2.1vw, 1.12rem);
    font-weight: 400;
    color: rgba(44, 36, 28, 0.72);
    line-height: 1.75;
    margin: 0 auto;
    max-width: 32rem;
}

body.pagina-catalogo-centone .dt-hero-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.65rem;
}

body.pagina-catalogo-centone .dt-hero-line {
    flex: 1;
    max-width: 5.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(235, 178, 209, 0.55), transparent);
}

body.pagina-catalogo-centone .dt-hero-ornament {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fffefb, var(--dt-rosa));
    box-shadow: 0 0 0 1px rgba(146, 106, 45, 0.12);
}

body.pagina-catalogo-centone .dt-intro {
    max-width: 38rem;
    margin: 0 auto;
    padding: clamp(1.75rem, 4vw, 2.35rem) 1.25rem 0;
}

body.pagina-catalogo-centone .dt-intro-text {
    font-family: var(--fonte-texto);
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(44, 36, 28, 0.68);
    text-align: center;
    margin: 0;
    padding: 0.85rem 1.15rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 254, 251, 0.95), rgba(237, 222, 195, 0.45));
    border: 1px solid rgba(146, 106, 45, 0.1);
    box-shadow: 0 10px 32px rgba(44, 36, 28, 0.04);
}

/* --- Composição catálogo: SEMPRE duas colunas (imagens | painel), inclusive mobile --- */
body.pagina-catalogo-centone .dt-editorial.container {
    width: 100%;
    max-width: min(1180px, 100%);
    padding-left: max(0.65rem, env(safe-area-inset-left, 0));
    padding-right: max(0.65rem, env(safe-area-inset-right, 0));
}

body.pagina-catalogo-centone .dt-editorial {
    padding: clamp(1.5rem, 3.5vw, 2.75rem) 0 clamp(2.5rem, 6vw, 4rem);
}

body.pagina-catalogo-centone .dt-editorial-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    gap: clamp(0.65rem, 2.2vw, 2.15rem);
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

body.pagina-catalogo-centone .dt-stack-visual {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1.6vw, 0.95rem);
    justify-content: flex-start;
    min-width: 0;
}

body.pagina-catalogo-centone .dt-stack-frame {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    position: relative;
}

body.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    min-height: clamp(7.5rem, 22vw, 11.5rem);
    height: auto;
    border-radius: var(--dt-radius-foto);
    overflow: hidden;
    box-shadow: var(--dt-sombra-card);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

body.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}

/* Brigadeiros recheados: recorte mais alto no quadro (apenas posição da img, sem alterar o quadro) */
body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo > img.dt-img-recheados-hero {
    inset: auto 0 0 0;
    height: 150%;
    object-position: 50% 100%;
    transform: none;
}

body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo > img.dt-img-especiais-hero {
    object-position: 50% 42%;
}

/* Brigadeiros Belga: enquadramento — só a foto no quadro */
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo > img.dt-img-belga-hero {
    inset: auto 0 0 0;
    height: 150%;
    object-position: 50% 32%;
    transform: none;
}

body.pagina-catalogo-centone .dt-produto-photo--em-breve {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    background: linear-gradient(
        165deg,
        rgba(255, 254, 251, 0.98) 0%,
        rgba(237, 222, 195, 0.48) 48%,
        rgba(255, 252, 249, 0.96) 100%
    );
    border: 1px solid rgba(146, 106, 45, 0.1);
}

body.pagina-catalogo-centone .dt-produto-photo--em-breve .produto-em-breve {
    font-size: clamp(0.72rem, 2.5vw, 0.95rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.48);
}

body.pagina-catalogo-centone .dt-menu-panel {
    position: relative;
    min-width: 0;
    border-radius: var(--dt-radius-panel);
    background:
        linear-gradient(165deg, rgba(255, 254, 251, 0.99) 0%, rgba(255, 252, 249, 0.97) 55%, rgba(250, 246, 240, 0.98) 100%),
        linear-gradient(135deg, rgba(235, 178, 209, 0.06) 0%, transparent 38%, rgba(170, 221, 241, 0.07) 100%);
    border: 1px solid rgba(146, 106, 45, 0.11);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 22px 56px rgba(44, 36, 28, 0.06);
}

body.pagina-catalogo-centone .dt-menu-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--dt-rosa) 35%, var(--dt-azul) 68%, transparent);
    opacity: 0.65;
}

body.pagina-catalogo-centone .dt-menu-panel-inner {
    padding: clamp(1.65rem, 3.5vw, 2.35rem) clamp(1.35rem, 3.2vw, 2.15rem) clamp(1.75rem, 3.5vw, 2.5rem);
    text-align: center;
}

body.pagina-catalogo-centone .dt-menu-kicker {
    font-family: 'Cormorant Garamond', var(--fonte-titulo), serif;
    font-size: 0.98rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.72);
    margin: 0 0 0.4rem;
}

body.pagina-catalogo-centone .dt-menu-title {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.65rem, 3.2vw, 2.15rem);
    font-weight: 600;
    color: #2c241c;
    letter-spacing: 0.03em;
    margin: 0 0 0.65rem;
    line-height: 1.2;
}

body.pagina-catalogo-centone .dt-menu-lead {
    font-family: var(--fonte-texto);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(44, 36, 28, 0.66);
    margin: 0 auto 1.35rem;
    max-width: 26rem;
}

body.pagina-catalogo-centone .dt-menu-accent {
    width: 3rem;
    height: 1px;
    margin: 0 auto 1.35rem;
    background: linear-gradient(90deg, transparent, rgba(235, 178, 209, 0.75), transparent);
}

body.pagina-catalogo-centone .dt-centone {
    margin: 0;
    padding: 0;
}

body.pagina-catalogo-centone .dt-flavors-label {
    font-family: 'Cormorant Garamond', var(--fonte-titulo), serif;
    font-size: 0.78rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.68);
    margin: 0 0 0.75rem;
}

body.pagina-catalogo-centone .dt-flavors-list {
    list-style: none;
    margin: 0 auto 1.75rem;
    padding: 0;
    max-width: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

body.pagina-catalogo-centone .dt-flavors-list li {
    position: relative;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    font-weight: 600;
    color: #2c241c;
    letter-spacing: 0.04em;
    padding-left: 1.15rem;
    line-height: 1.35;
}

body.pagina-catalogo-centone .dt-flavors-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dt-rosa), var(--dt-marrom));
    box-shadow: 0 0 0 1px rgba(170, 221, 241, 0.35);
}

body.pagina-catalogo-centone .dt-flavors-note {
    font-family: var(--fonte-texto);
    font-size: 0.8rem;
    line-height: 1.65;
    color: rgba(44, 36, 28, 0.62);
    margin: -0.35rem auto 1.5rem;
    max-width: 22rem;
    text-align: center;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-flavors-list,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-flavors-list,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-flavors-list {
    gap: 0.38rem;
    max-width: 17.5rem;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-flavors-list li,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-flavors-list li,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-flavors-list li {
    font-size: clamp(0.96rem, 1.9vw, 1.1rem);
}

/* —— Catálogo centone: seletor premium de sabores (recheados + Belga + especiais, máx. 3) —— */
body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-lead,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-lead,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-lead {
    font-family: 'Cormorant Garamond', var(--fonte-titulo), serif;
    font-size: clamp(1.02rem, 2.1vw, 1.18rem);
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.04em;
    color: rgba(44, 36, 28, 0.78);
    margin: 0 auto 0.85rem;
    max-width: 20rem;
    line-height: 1.45;
    text-align: center;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-live,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-live,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-live {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin: 0 auto;
    max-width: 22rem;
    padding: 0 0.75rem;
    font-family: var(--fonte-texto);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.45;
    text-align: center;
    color: rgba(44, 36, 28, 0.75);
    border-radius: 12px;
    transition:
        max-height 0.38s cubic-bezier(0.25, 0.9, 0.3, 1),
        opacity 0.32s ease,
        padding 0.32s ease,
        margin 0.32s ease;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--on,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--on,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--on {
    max-height: 4rem;
    opacity: 1;
    margin: 0 auto 0.65rem;
    padding: 0.55rem 0.75rem;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--cap,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--cap,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--cap {
    background: linear-gradient(135deg, rgba(237, 222, 195, 0.55), rgba(255, 252, 249, 0.92));
    border: 1px solid rgba(170, 221, 241, 0.45);
    box-shadow: 0 4px 14px rgba(146, 106, 45, 0.08);
    color: rgba(44, 36, 28, 0.82);
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--aviso,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--aviso,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-live.dt-sabores-live--aviso {
    background: linear-gradient(135deg, rgba(255, 240, 245, 0.85), rgba(255, 252, 249, 0.95));
    border: 1px solid rgba(235, 178, 209, 0.5);
    box-shadow: 0 4px 16px rgba(146, 106, 45, 0.1);
    color: #5c4030;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-grid,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-grid,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem 0.45rem;
    margin: 0 auto 1.15rem;
    max-width: 20.5rem;
    padding: 0.15rem 0;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabores-grid--cap .dt-sabor-pill:not(.dt-sabor-pill--selected),
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabores-grid--cap .dt-sabor-pill:not(.dt-sabor-pill--selected),
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabores-grid--cap .dt-sabor-pill:not(.dt-sabor-pill--selected) {
    pointer-events: none;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
    font-family: var(--fonte-texto);
    font-size: clamp(0.72rem, 1.65vw, 0.82rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-align: center;
    color: #3d3229;
    background: linear-gradient(165deg, rgba(245, 236, 218, 0.95) 0%, rgba(252, 248, 240, 0.98) 100%);
    border: 1px solid rgba(170, 221, 241, 0.42);
    border-radius: 999px;
    padding: 0.52rem 0.85rem;
    min-height: 2.35rem;
    box-shadow:
        0 2px 6px rgba(146, 106, 45, 0.07),
        0 1px 0 rgba(255, 255, 255, 0.65) inset;
    transition:
        background 0.32s cubic-bezier(0.25, 0.9, 0.3, 1),
        color 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.32s ease,
        transform 0.26s cubic-bezier(0.25, 0.9, 0.3, 1),
        filter 0.26s ease,
        opacity 0.28s ease;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill:hover:not(:disabled),
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill:hover:not(:disabled),
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill:hover:not(:disabled) {
    background: linear-gradient(165deg, rgba(255, 232, 240, 0.95) 0%, rgba(255, 245, 248, 0.99) 100%);
    border-color: rgba(235, 178, 209, 0.55);
    box-shadow:
        0 4px 12px rgba(235, 178, 209, 0.22),
        0 1px 0 rgba(255, 255, 255, 0.75) inset;
    transform: translateY(-1px);
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill:active:not(:disabled),
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill:active:not(:disabled),
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill:active:not(:disabled) {
    transform: translateY(0) scale(0.98);
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill:focus-visible,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill:focus-visible,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill:focus-visible {
    outline: 2px solid rgba(170, 221, 241, 0.95);
    outline-offset: 3px;
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill.dt-sabor-pill--selected,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill.dt-sabor-pill--selected,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill.dt-sabor-pill--selected {
    color: #fffefb;
    background: #926a2d;
    border-color: rgba(170, 221, 241, 0.35);
    box-shadow:
        0 6px 18px rgba(146, 106, 45, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 1px 0 rgba(255, 255, 255, 0.18) inset;
    filter: brightness(1.02);
    animation: dt-sabor-pill-in 0.38s cubic-bezier(0.25, 0.9, 0.3, 1);
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill.dt-sabor-pill--selected:hover:not(:disabled),
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill.dt-sabor-pill--selected:hover:not(:disabled),
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill.dt-sabor-pill--selected:hover:not(:disabled) {
    background: linear-gradient(180deg, #9f7533 0%, #926a2d 45%, #7d5a26 100%);
    color: #fffefb;
    filter: brightness(1.04);
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-sabor-pill:disabled,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-sabor-pill:disabled,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-sabor-pill:disabled {
    cursor: not-allowed;
    opacity: 0.42;
    transform: none;
    filter: grayscale(0.15) saturate(0.85);
    box-shadow: 0 1px 4px rgba(146, 106, 45, 0.05);
}

@keyframes dt-sabor-pill-in {
    0% {
        transform: scale(0.96);
        box-shadow: 0 2px 8px rgba(146, 106, 45, 0.12);
    }
    55% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

body.pagina-brigadeiros-recheados.pagina-catalogo-centone .dt-flavors-note,
body.pagina-brigadeiros-belga.pagina-catalogo-centone .dt-flavors-note,
body.pagina-brigadeiros-especiais.pagina-catalogo-centone .dt-flavors-note {
    margin-top: 0.15rem;
}

body.pagina-catalogo-centone .dt-preco-box--inline {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    padding: 0.75rem 1.5rem;
    margin: 0 auto 1.35rem;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(237, 222, 195, 0.65), rgba(255, 252, 249, 0.95));
    border: 1px solid rgba(146, 106, 45, 0.1);
}

body.pagina-catalogo-centone .dt-preco-valor {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.35rem, 2.5vw, 1.62rem);
    font-weight: 600;
    color: var(--dt-marrom);
    letter-spacing: 0.03em;
}

body.pagina-catalogo-centone .dt-preco-nota {
    font-family: var(--fonte-texto);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(146, 106, 45, 0.62);
}

/* Pedido premium guiado */
.pedido-premium {
    margin: clamp(1.65rem, 4vw, 2.6rem) auto 0;
    display: grid;
    gap: 0.95rem;
    max-width: 34rem;
}

.pedido-premium [hidden] {
    display: none !important;
}

.pedido-premium-trigger {
    appearance: none;
    width: min(20rem, 100%);
    margin: 0 auto;
    display: grid;
    gap: 0.22rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 1rem 1.45rem;
    color: #fffefb;
    background:
        linear-gradient(135deg, rgba(235, 178, 209, 0.28), transparent 36%),
        linear-gradient(180deg, #a67c3d 0%, #926a2d 52%, #795520 100%);
    box-shadow: 0 18px 38px rgba(146, 106, 45, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
}

.pedido-premium-trigger span {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.pedido-premium-trigger small {
    font-size: 0.68rem;
    font-weight: 500;
    color: rgba(255, 254, 251, 0.76);
}

.pedido-premium-trigger:hover,
.pedido-premium-trigger[aria-expanded='true'] {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 22px 48px rgba(146, 106, 45, 0.3), 0 0 0 5px rgba(235, 178, 209, 0.16);
}

.pedido-premium-panel {
    overflow: hidden;
    animation: pedidoAccordion 0.32s ease both;
}

@keyframes pedidoAccordion {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pedido-premium-card .des-qty,
.pedido-premium-hide-source {
    display: none !important;
}

body.pagina-catalogo-centone .dt-intro,
body.pagina-catalogo-centone article.dt-centone .dt-btn-carrinho,
body.pagina-catalogo-centone article.dt-centone .dt-centone-btn-carrinho,
body.pagina-doces-especiais article.des-card .des-qty,
body.pagina-doces-especiais article.des-card .des-produto-add {
    display: none;
}

.pedido-premium-eyebrow {
    margin: 0;
    font-family: 'Cormorant Garamond', var(--fonte-titulo), serif;
    font-size: 1.05rem;
    color: rgba(146, 106, 45, 0.72);
}

.pedido-premium-modos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.75rem, 2.5vw, 1rem);
    margin-top: 0.2rem;
}

.pedido-modo-card {
    appearance: none;
    display: grid;
    gap: 0.45rem;
    justify-items: start;
    min-height: 8.2rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.45rem;
    padding: clamp(1rem, 3vw, 1.35rem);
    background:
        radial-gradient(circle at 88% 12%, rgba(170, 221, 241, 0.26), transparent 30%),
        linear-gradient(145deg, rgba(255, 252, 249, 0.96), rgba(237, 222, 195, 0.24));
    color: #5f4424;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 14px 34px rgba(44, 36, 28, 0.07);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.pedido-modo-card .pedido-modo-icon {
    display: inline-grid;
    place-items: center;
    min-width: 2.15rem;
    height: 2.15rem;
    padding: 0 0.48rem;
    border-radius: 999px;
    background: rgba(235, 178, 209, 0.26);
    color: #926a2d;
    font-size: 0.78rem;
    font-weight: 800;
}

.pedido-modo-card strong {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.12rem, 2.7vw, 1.38rem);
    font-weight: 700;
    line-height: 1.05;
}

.pedido-modo-card small {
    display: block;
    font-size: 0.76rem;
    line-height: 1.5;
    color: rgba(95, 68, 36, 0.62);
}

.pedido-modo-card:hover,
.pedido-modo-card:focus-visible,
.pedido-modo-card.is-selected {
    transform: translateY(-4px);
    border-color: rgba(146, 106, 45, 0.46);
    background:
        radial-gradient(circle at 88% 12%, rgba(170, 221, 241, 0.36), transparent 32%),
        linear-gradient(145deg, rgba(255, 252, 249, 1), rgba(235, 178, 209, 0.22));
    box-shadow: 0 22px 48px rgba(146, 106, 45, 0.15), 0 0 0 4px rgba(237, 222, 195, 0.34);
    outline: none;
}

.pedido-config {
    margin-top: 1rem;
    display: grid;
    gap: 0.9rem;
    padding: clamp(1rem, 3vw, 1.25rem);
    border: 1px solid rgba(146, 106, 45, 0.13);
    border-radius: 1.55rem;
    background: linear-gradient(145deg, rgba(255, 252, 249, 0.92), rgba(255, 246, 250, 0.72));
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.08);
}

.pedido-counter {
    display: grid;
    grid-template-columns: 2.85rem 1fr 2.85rem;
    align-items: center;
    gap: 0.7rem;
    padding: 0.72rem;
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.8);
    border: 1px solid rgba(146, 106, 45, 0.12);
}

.pedido-counter button {
    width: 2.85rem;
    height: 2.85rem;
    border: 0;
    border-radius: 999px;
    color: #fffefb;
    background: linear-gradient(145deg, #a67c3d, #926a2d);
    cursor: pointer;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(146, 106, 45, 0.22);
}

.pedido-counter div {
    display: grid;
    justify-items: center;
    line-height: 1.1;
}

.pedido-counter strong {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.85rem, 7vw, 2.45rem);
    color: #4a3828;
}

.pedido-counter span {
    font-size: 0.72rem;
    color: rgba(74, 56, 40, 0.62);
}

.pedido-flavors p {
    margin: 0 0 0.52rem;
    color: rgba(74, 56, 40, 0.56);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pedido-flavors [data-pedido-flavors] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem;
}

.pedido-flavor-pill {
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 999px;
    padding: 0.62rem 0.82rem;
    background: rgba(255, 252, 249, 0.82);
    color: #5f4424;
    cursor: pointer;
    font-size: 0.78rem;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pedido-flavor-pill:hover,
.pedido-flavor-pill.is-selected {
    transform: translateY(-1px);
    border-color: rgba(146, 106, 45, 0.45);
    background: #926a2d;
    color: #fffefb;
}

.pedido-live {
    margin: 0;
    color: rgba(74, 56, 40, 0.62);
    font-size: 0.76rem;
    line-height: 1.45;
}

.pedido-summary {
    display: grid;
    gap: 0.52rem;
    padding: 0.9rem;
    border-radius: 1.18rem;
    background: rgba(255, 252, 249, 0.72);
    border: 1px solid rgba(235, 178, 209, 0.22);
}

.pedido-summary div {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.pedido-summary span {
    color: rgba(74, 56, 40, 0.54);
    font-size: 0.7rem;
}

.pedido-summary strong {
    max-width: 62%;
    color: #4a3828;
    font-size: 0.8rem;
    text-align: right;
}

.pedido-total {
    margin-top: 0.2rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(146, 106, 45, 0.12);
}

.pedido-total strong {
    font-family: var(--fonte-titulo);
    font-size: 1.42rem;
    color: #926a2d;
}

.pedido-add {
    border: 0;
    border-radius: 999px;
    padding: 0.9rem 1.2rem;
    background: linear-gradient(180deg, #a67c3d 0%, #926a2d 48%, #7a5522 100%);
    color: #fffefb;
    cursor: pointer;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(146, 106, 45, 0.24);
    transition: transform 0.22s ease, filter 0.22s ease;
}

.pedido-add:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.pedido-sheet {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease;
}

.pedido-sheet.is-open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.pedido-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(35, 27, 20, 0.36);
    backdrop-filter: blur(14px);
}

.pedido-sheet-panel {
    position: relative;
    width: min(31rem, 100%);
    max-height: min(88vh, 45rem);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 2rem;
    padding: clamp(1.35rem, 3vw, 1.9rem);
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.94), rgba(255, 246, 250, 0.88)),
        rgba(255, 255, 255, 0.72);
    box-shadow: 0 30px 90px rgba(44, 36, 28, 0.28);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.32s ease;
}

.pedido-sheet.is-open .pedido-sheet-panel {
    transform: translateY(0) scale(1);
}

.pedido-sheet-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 999px;
    background: rgba(255, 252, 249, 0.76);
    color: #7a5522;
    cursor: pointer;
    font-size: 1.3rem;
}

.pedido-sheet-eyebrow,
.pedido-sheet-subtitle,
.pedido-sheet-live,
.pedido-sheet-flavors p {
    color: rgba(74, 56, 40, 0.64);
}

.pedido-sheet-eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pedido-sheet-title {
    margin: 0;
    padding-right: 2.8rem;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.8rem, 5vw, 2.35rem);
    color: #4a3828;
}

.pedido-sheet-subtitle {
    margin: 0.45rem 0 1.25rem;
    max-width: 24rem;
    font-size: 0.9rem;
    line-height: 1.55;
}

.pedido-sheet-body {
    display: grid;
    gap: 1rem;
}

.pedido-sheet-counter {
    display: grid;
    grid-template-columns: 3.15rem 1fr 3.15rem;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 1.6rem;
    background: rgba(255, 252, 249, 0.78);
    border: 1px solid rgba(146, 106, 45, 0.13);
}

.pedido-sheet-counter button {
    width: 3.15rem;
    height: 3.15rem;
    border: 0;
    border-radius: 999px;
    color: #fffaf3;
    background: linear-gradient(145deg, #a97931, #926a2d);
    cursor: pointer;
    font-size: 1.35rem;
    box-shadow: 0 12px 28px rgba(146, 106, 45, 0.22);
}

.pedido-sheet-counter div {
    display: grid;
    justify-items: center;
    line-height: 1.1;
}

.pedido-sheet-counter strong {
    font-family: var(--fonte-titulo);
    font-size: clamp(2rem, 7vw, 2.8rem);
    color: #4a3828;
}

.pedido-sheet-counter span {
    font-size: 0.76rem;
    color: rgba(74, 56, 40, 0.62);
}

.pedido-sheet-flavors p {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pedido-sheet-flavors [data-pedido-flavors] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.pedido-flavor-pill {
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 999px;
    padding: 0.66rem 0.88rem;
    background: rgba(255, 252, 249, 0.74);
    color: #5f4424;
    cursor: pointer;
    font-size: 0.82rem;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pedido-flavor-pill:hover,
.pedido-flavor-pill.is-selected {
    transform: translateY(-1px);
    border-color: rgba(146, 106, 45, 0.42);
    background: #926a2d;
    color: #fffefb;
}

.pedido-sheet-live {
    min-height: 1.25rem;
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
}

.pedido-sheet-summary {
    display: grid;
    gap: 0.58rem;
    padding: 1rem;
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.68);
    border: 1px solid rgba(235, 178, 209, 0.22);
}

.pedido-sheet-summary div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.pedido-sheet-summary span {
    color: rgba(74, 56, 40, 0.54);
    font-size: 0.74rem;
}

.pedido-sheet-summary strong {
    max-width: 62%;
    text-align: right;
    color: #4a3828;
    font-size: 0.84rem;
}

.pedido-sheet-total {
    margin-top: 0.25rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(146, 106, 45, 0.13);
}

.pedido-sheet-total strong {
    font-family: var(--fonte-titulo);
    font-size: 1.55rem;
    color: #926a2d;
}

.pedido-sheet-add {
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.25rem;
    background: linear-gradient(180deg, #a67c3d 0%, #926a2d 48%, #7a5522 100%);
    color: #fffefb;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 38px rgba(146, 106, 45, 0.26);
    transition: transform 0.22s ease, filter 0.22s ease;
}

.pedido-sheet-add:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

body.pedido-sheet-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .pedido-premium-modos {
        grid-template-columns: 1fr;
    }

    .pedido-modo-card {
        min-height: 7.6rem;
    }

    .pedido-sheet {
        align-items: end;
        padding: 0;
    }

    .pedido-sheet-panel {
        width: 100%;
        max-height: 88vh;
        border-radius: 1.75rem 1.75rem 0 0;
        padding: 1.45rem 1.2rem calc(1.45rem + env(safe-area-inset-bottom, 0));
        transform: translateY(100%);
    }

    .pedido-sheet.is-open .pedido-sheet-panel {
        transform: translateY(0);
    }
}

body.pagina-catalogo-centone .dt-btn-carrinho {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    max-width: min(17.5rem, 100%);
    margin: 0.25rem auto 0;
    padding: 0.82rem 1.35rem;
    font-family: var(--fonte-texto);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #fffefb !important;
    background: linear-gradient(180deg, #a67c3d 0%, var(--dt-marrom) 45%, #7a5522 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 26px rgba(146, 106, 45, 0.2);
    cursor: pointer;
    transition:
        transform 0.22s cubic-bezier(0.25, 0.9, 0.3, 1),
        box-shadow 0.22s ease,
        filter 0.22s ease;
}

body.pagina-catalogo-centone .dt-btn-carrinho .dt-btn-ico {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}

body.pagina-catalogo-centone .dt-btn-carrinho:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(146, 106, 45, 0.26);
    filter: brightness(1.03);
    background: linear-gradient(180deg, #b88a4a 0%, #a67c3d 40%, var(--dt-marrom) 100%) !important;
    color: #fffefb !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
}

body.pagina-catalogo-centone .dt-btn-carrinho:active {
    transform: translateY(0);
}

@media (max-width: 820px) {
    body.pagina-catalogo-centone .dt-editorial-inner {
        grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
        gap: clamp(0.55rem, 2vw, 1.25rem);
    }

    body.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo {
        min-height: clamp(7rem, 28vw, 10.5rem);
    }
}

@media (max-width: 720px) {
    body.pagina-catalogo-centone .dt-editorial.container {
        padding-left: max(0.35rem, env(safe-area-inset-left, 0));
        padding-right: max(0.35rem, env(safe-area-inset-right, 0));
    }

    body.pagina-catalogo-centone .dt-editorial-inner {
        grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
        gap: clamp(0.45rem, 1.8vw, 0.85rem);
    }

    body.pagina-catalogo-centone .dt-stack-visual {
        flex-direction: column;
        gap: clamp(0.4rem, 1.8vw, 0.6rem);
    }

    body.pagina-catalogo-centone .dt-stack-frame .dt-produto-photo {
        min-height: clamp(6.75rem, 36vw, 9.25rem);
    }

    body.pagina-catalogo-centone .dt-menu-panel-inner {
        padding: 1.1rem 0.55rem 1.25rem;
    }

    body.pagina-catalogo-centone .dt-menu-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    body.pagina-catalogo-centone .dt-menu-title {
        font-size: clamp(1.15rem, 4.2vw, 1.45rem);
    }

    body.pagina-catalogo-centone .dt-menu-lead {
        font-size: 0.78rem;
        margin-bottom: 1rem;
    }

    body.pagina-catalogo-centone .dt-flavors-label {
        font-size: 0.68rem;
        margin-bottom: 0.5rem;
    }

    body.pagina-catalogo-centone .dt-flavors-list {
        margin-bottom: 1.25rem;
        gap: 0.35rem;
    }

    body.pagina-catalogo-centone .dt-flavors-list li {
        font-size: clamp(0.95rem, 3.4vw, 1.08rem);
    }

    body.pagina-catalogo-centone .dt-flavors-note {
        font-size: 0.72rem;
        margin-bottom: 1.15rem;
    }

    body.pagina-catalogo-centone .dt-preco-box--inline {
        padding: 0.5rem 0.65rem;
        margin-bottom: 0.85rem;
    }

    body.pagina-catalogo-centone .dt-preco-valor {
        font-size: clamp(1.1rem, 3.6vw, 1.35rem);
    }

    body.pagina-catalogo-centone .dt-btn-carrinho {
        font-size: 0.72rem;
        padding: 0.68rem 0.75rem;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    body.pagina-catalogo-centone .scroll-to-top {
        bottom: max(1.15rem, calc(env(safe-area-inset-bottom, 0) + 0.75rem));
    }
}

/* Bolo de Corte - experiencia premium de montagem */
body.pagina-bolo-corte {
    background:
        radial-gradient(circle at 9% 8%, rgba(235, 178, 209, 0.34), transparent 24rem),
        radial-gradient(circle at 90% 12%, rgba(170, 221, 241, 0.32), transparent 26rem),
        linear-gradient(180deg, #fffaf4 0%, #eddec3 42%, #fff8ee 100%);
}

body.pagina-bolo-corte .header {
    background: rgba(255, 252, 249, 0.9);
    border-bottom: 1px solid rgba(146, 106, 45, 0.08);
    backdrop-filter: blur(18px);
}

body.pagina-bolo-corte .bc-hero {
    min-height: clamp(38rem, 88vh, 54rem);
    display: grid;
    align-items: end;
    padding: clamp(7.4rem, 12vw, 10rem) 0 clamp(4.8rem, 8vw, 7.5rem);
    background:
        radial-gradient(circle at 18% 74%, rgba(235, 178, 209, 0.22), transparent 22rem),
        #2c241c;
}

body.pagina-bolo-corte .bc-hero-bg-img {
    z-index: -3;
    object-position: center 43%;
    opacity: 0.92;
    filter: saturate(1.03) contrast(1.02);
}

body.pagina-bolo-corte .bc-hero-bg {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(34, 22, 15, 0.9) 0%, rgba(82, 52, 30, 0.68) 42%, rgba(44, 36, 28, 0.22) 100%),
        radial-gradient(circle at 20% 78%, rgba(235, 178, 209, 0.38), transparent 21rem),
        radial-gradient(circle at 86% 18%, rgba(170, 221, 241, 0.3), transparent 19rem);
}

body.pagina-bolo-corte .bc-hero::before {
    inset: clamp(0.85rem, 2vw, 1.6rem);
    border-color: rgba(237, 222, 195, 0.42);
}

body.pagina-bolo-corte .bc-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
    align-items: end;
}

body.pagina-bolo-corte .bc-hero-copy {
    max-width: 52rem;
}

body.pagina-bolo-corte .bc-hero h1 {
    max-width: 10ch;
    font-size: clamp(4.2rem, 11vw, 9rem);
    line-height: 0.82;
    letter-spacing: -0.075em;
}

body.pagina-bolo-corte .bc-hero p {
    max-width: 40rem;
    font-size: clamp(1.08rem, 2vw, 1.38rem);
    line-height: 1.78;
}

body.pagina-bolo-corte .bc-hero-cta,
body.pagina-bolo-corte .bc-add-cart {
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium), background 0.28s var(--ease-premium), border-color 0.28s var(--ease-premium);
}

body.pagina-bolo-corte .bc-hero-cta {
    background: rgba(237, 222, 195, 0.18);
    border-color: rgba(237, 222, 195, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.pagina-bolo-corte .bc-main {
    padding: clamp(3.5rem, 7vw, 6.8rem) 0;
}

body.pagina-bolo-corte .bc-atelier {
    grid-template-columns: minmax(19rem, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.6rem, 4vw, 3.8rem);
}

body.pagina-bolo-corte .bc-visual-frame {
    border-color: rgba(146, 106, 45, 0.18);
    box-shadow: 0 28px 78px rgba(44, 36, 28, 0.15);
}

body.pagina-bolo-corte .bc-visual-frame--main {
    background: #eddec3;
}

body.pagina-bolo-corte .bc-visual-frame--detail {
    border: 8px solid rgba(255, 252, 249, 0.72);
}

body.pagina-bolo-corte .bc-visual-caption {
    background: rgba(255, 252, 249, 0.82);
    border-color: rgba(255, 252, 249, 0.72);
}

body.pagina-bolo-corte .bc-studio {
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.28), transparent 18rem),
        radial-gradient(circle at 0 18%, rgba(235, 178, 209, 0.24), transparent 15rem),
        linear-gradient(160deg, rgba(255, 252, 249, 0.94), rgba(250, 246, 239, 0.82));
}

body.pagina-bolo-corte .bc-studio-head h2 {
    max-width: 13ch;
}

body.pagina-bolo-corte .bc-choice-panel,
body.pagina-bolo-corte .bc-combos,
body.pagina-bolo-corte .bc-summary {
    border-color: rgba(146, 106, 45, 0.14);
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.86), rgba(237, 222, 195, 0.3)),
        radial-gradient(circle at 100% 0, rgba(235, 178, 209, 0.13), transparent 12rem);
    box-shadow: 0 16px 42px rgba(44, 36, 28, 0.055);
}

body.pagina-bolo-corte .bc-choice-panel::before {
    background: linear-gradient(90deg, #ebb2d1, #eddec3 52%, #aaddf1);
}

body.pagina-bolo-corte .bc-cover-card,
body.pagina-bolo-corte .bc-dough-card,
body.pagina-bolo-corte .bc-combo,
body.pagina-bolo-corte .bc-pill,
body.pagina-bolo-corte .bc-weight {
    transition: transform 0.24s var(--ease-premium), border-color 0.24s var(--ease-premium), box-shadow 0.24s var(--ease-premium), background 0.24s var(--ease-premium), color 0.24s var(--ease-premium);
}

body.pagina-bolo-corte .bc-cover-card:hover,
body.pagina-bolo-corte .bc-dough-card:hover,
body.pagina-bolo-corte .bc-combo:hover,
body.pagina-bolo-corte .bc-pill:hover,
body.pagina-bolo-corte .bc-weight:hover {
    transform: translateY(-3px);
    border-color: rgba(146, 106, 45, 0.38);
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.09);
}

body.pagina-bolo-corte .bc-cover-card.is-selected,
body.pagina-bolo-corte .bc-dough-card.is-selected,
body.pagina-bolo-corte .bc-pill.is-selected,
body.pagina-bolo-corte .bc-weight.is-selected,
body.pagina-bolo-corte .bc-combo.is-selected {
    color: #fffcf9;
    border-color: rgba(255, 252, 249, 0.36);
    background:
        radial-gradient(circle at 90% 0, rgba(235, 178, 209, 0.22), transparent 7rem),
        linear-gradient(145deg, #926a2d, #6f4c22);
    box-shadow: 0 18px 46px rgba(146, 106, 45, 0.24);
}

body.pagina-bolo-corte .bc-cover-card.is-selected em,
body.pagina-bolo-corte .bc-combo.is-selected span {
    color: #fffcf9;
}

body.pagina-bolo-corte .bc-pill {
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.98), rgba(250, 246, 239, 0.86));
}

body.pagina-bolo-corte .bc-pill::before {
    background: #ebb2d1;
    box-shadow: 0 0 0 3px rgba(235, 178, 209, 0.18);
}

body.pagina-bolo-corte .bc-pill.is-selected::before {
    background: #aaddf1;
    box-shadow: 0 0 0 3px rgba(170, 221, 241, 0.22);
}

body.pagina-bolo-corte .bc-qty-wrap {
    border-color: rgba(146, 106, 45, 0.14);
    background:
        linear-gradient(145deg, rgba(170, 221, 241, 0.22), rgba(255, 252, 249, 0.82));
}

body.pagina-bolo-corte .bc-combos {
    background:
        radial-gradient(circle at 8% 0, rgba(170, 221, 241, 0.3), transparent 11rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.86), rgba(235, 178, 209, 0.2));
}

body.pagina-bolo-corte .bc-summary {
    bottom: 1rem;
    border-color: rgba(146, 106, 45, 0.22);
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.25), transparent 10rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.96), rgba(237, 222, 195, 0.54));
    backdrop-filter: blur(18px);
}

body.pagina-bolo-corte .bc-summary-total {
    border: 1px solid rgba(146, 106, 45, 0.08);
}

body.pagina-bolo-corte .bc-add-cart {
    background: #926a2d;
    color: #fffcf9;
}

body.pagina-bolo-corte .bc-add-cart:hover,
body.pagina-bolo-corte .bc-add-cart.is-confirmed {
    transform: translateY(-2px);
    background: #7a5a26;
    box-shadow: 0 22px 44px rgba(146, 106, 45, 0.28);
}

body.pagina-bolo-corte .bc-cover-card:focus-visible,
body.pagina-bolo-corte .bc-dough-card:focus-visible,
body.pagina-bolo-corte .bc-combo:focus-visible,
body.pagina-bolo-corte .bc-pill:focus-visible,
body.pagina-bolo-corte .bc-weight:focus-visible,
body.pagina-bolo-corte .bc-qty-btn:focus-visible,
body.pagina-bolo-corte .bc-add-cart:focus-visible {
    outline: 3px solid rgba(170, 221, 241, 0.75);
    outline-offset: 3px;
}

body.pagina-bolo-corte .font-display {
    font-family: var(--fonte-titulo);
}

body.pagina-bolo-corte .shadow-premium {
    box-shadow: 0 28px 80px rgba(44, 36, 28, 0.14);
}

body.pagina-bolo-corte .shadow-soft {
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.08);
}

@media (max-width: 1080px) {
    body.pagina-bolo-corte .bc-atelier {
        grid-template-columns: 1fr;
    }

    body.pagina-bolo-corte .bc-visual {
        position: relative;
        top: auto;
        min-height: 35rem;
    }
}

@media (max-width: 780px) {
    body.pagina-bolo-corte .bc-hero {
        min-height: 35rem;
        padding-top: 7rem;
        padding-bottom: 3.5rem;
    }

    body.pagina-bolo-corte .bc-hero h1 {
        font-size: clamp(3.6rem, 17vw, 5.4rem);
    }

    body.pagina-bolo-corte .bc-hero-card {
        display: none;
    }

    body.pagina-bolo-corte .bc-choice-row,
    body.pagina-bolo-corte .bc-cover-grid,
    body.pagina-bolo-corte .bc-combo-grid {
        grid-template-columns: 1fr;
    }

    body.pagina-bolo-corte .bc-summary {
        position: relative;
        bottom: auto;
        grid-template-columns: 1fr;
    }

    body.pagina-bolo-corte .bc-summary dl {
        grid-template-columns: 1fr 1fr;
    }

    body.pagina-bolo-corte .bc-summary dd {
        white-space: normal;
    }

    body.pagina-bolo-corte .bc-add-cart {
        width: 100%;
    }
}

@media (max-width: 520px) {
    body.pagina-bolo-corte .bc-visual {
        min-height: 29rem;
    }

    body.pagina-bolo-corte .bc-visual-frame--main {
        height: 24rem;
        right: 0;
        border-radius: 1.6rem;
    }

    body.pagina-bolo-corte .bc-visual-frame--detail {
        display: none;
    }

    body.pagina-bolo-corte .bc-visual-caption {
        left: 0.75rem;
        right: 0.75rem;
        padding: 1rem;
    }

    body.pagina-bolo-corte .bc-visual-seal {
        width: 5.8rem;
        height: 5.8rem;
        font-size: 0.78rem;
    }

    body.pagina-bolo-corte .bc-studio {
        padding: 0.9rem;
        border-radius: 1.45rem;
    }

    body.pagina-bolo-corte .bc-summary dl {
        grid-template-columns: 1fr;
    }
}

/* Bolo de Corte - mobile premium reorganizado */
@media (max-width: 780px) {
    body.pagina-bolo-corte {
        background:
            radial-gradient(circle at 4% 8%, rgba(235, 178, 209, 0.34), transparent 18rem),
            radial-gradient(circle at 100% 28%, rgba(170, 221, 241, 0.28), transparent 18rem),
            linear-gradient(180deg, #fffaf4 0%, #f2e4cf 42%, #fff9f2 100%);
    }

    body.pagina-bolo-corte .bc-hero {
        min-height: min(42rem, 86svh);
        align-items: end;
        padding: 7rem max(1.1rem, env(safe-area-inset-left, 0px)) 3.2rem max(1.1rem, env(safe-area-inset-right, 0px));
    }

    body.pagina-bolo-corte .bc-hero-bg-img {
        object-position: 58% center;
        opacity: 0.88;
    }

    body.pagina-bolo-corte .bc-hero-bg {
        background:
            linear-gradient(180deg, rgba(28, 18, 12, 0.32), rgba(35, 22, 14, 0.84) 58%, rgba(25, 16, 11, 0.94)),
            radial-gradient(circle at 25% 72%, rgba(235, 178, 209, 0.34), transparent 16rem),
            radial-gradient(circle at 88% 18%, rgba(170, 221, 241, 0.24), transparent 13rem);
    }

    body.pagina-bolo-corte .bc-hero::before {
        inset: 0.85rem;
        border-radius: 1.65rem;
    }

    body.pagina-bolo-corte .bc-hero-grid {
        display: block;
        width: 100%;
        max-width: 34rem;
        margin: 0 auto;
    }

    body.pagina-bolo-corte .bc-hero-copy {
        max-width: none;
        padding: 1.1rem 0 0 1.05rem;
        border-left: 2px solid rgba(237, 222, 195, 0.48);
    }

    body.pagina-bolo-corte .bc-hero .bc-eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.19em;
        line-height: 1.5;
    }

    body.pagina-bolo-corte .bc-hero h1 {
        max-width: 7ch;
        margin-top: 0.85rem;
        font-size: clamp(3.45rem, 17vw, 5.55rem);
        line-height: 0.86;
        letter-spacing: -0.065em;
    }

    body.pagina-bolo-corte .bc-hero p {
        max-width: 28rem;
        margin-top: 1.2rem;
        font-size: clamp(1rem, 4vw, 1.18rem);
        line-height: 1.75;
    }

    body.pagina-bolo-corte .bc-hero-cta {
        width: min(100%, 20rem);
        min-height: 3.35rem;
        margin-top: 1.55rem;
        padding: 0.95rem 1.15rem;
        font-size: 0.76rem;
        letter-spacing: 0.12em;
    }

    body.pagina-bolo-corte .bc-main {
        padding: 2rem max(0.95rem, env(safe-area-inset-left, 0px)) 4.5rem max(0.95rem, env(safe-area-inset-right, 0px));
    }

    body.pagina-bolo-corte .bc-main > .container {
        width: 100%;
        max-width: 35rem;
        padding-left: 0;
        padding-right: 0;
    }

    body.pagina-bolo-corte .bc-atelier {
        display: flex;
        flex-direction: column;
        gap: 1.45rem;
    }

    body.pagina-bolo-corte .bc-visual {
        order: 1;
        position: relative;
        top: auto;
        min-height: auto;
        padding-bottom: 0;
    }

    body.pagina-bolo-corte .bc-visual::before {
        width: 10rem;
        height: 10rem;
        left: -3rem;
        top: 1.6rem;
        opacity: 0.7;
    }

    body.pagina-bolo-corte .bc-visual::after {
        right: -1.8rem;
        bottom: 8rem;
        width: 7.25rem;
        height: 7.25rem;
    }

    body.pagina-bolo-corte .bc-visual-frame--main {
        position: relative;
        inset: auto;
        width: 100%;
        height: clamp(24rem, 92vw, 32rem);
        border-radius: 2rem;
        box-shadow: 0 24px 58px rgba(44, 36, 28, 0.16);
    }

    body.pagina-bolo-corte .bc-visual-frame--main img {
        object-fit: cover;
        object-position: center 42%;
    }

    body.pagina-bolo-corte .bc-visual-frame--detail {
        display: none;
    }

    body.pagina-bolo-corte .bc-visual-caption {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 1.2rem);
        margin: -3.2rem auto 0;
        padding: 1.05rem 1.1rem;
        border-radius: 1.35rem;
        background: rgba(255, 252, 249, 0.9);
        box-shadow: 0 18px 42px rgba(44, 36, 28, 0.12);
    }

    body.pagina-bolo-corte .bc-visual-caption span {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
    }

    body.pagina-bolo-corte .bc-visual-caption strong {
        font-size: clamp(1.18rem, 5.4vw, 1.55rem);
        line-height: 1.18;
    }

    body.pagina-bolo-corte .bc-visual-seal {
        top: 0.9rem;
        right: 0.9rem;
        width: 5.9rem;
        height: 5.9rem;
        padding: 0.85rem;
        font-size: 0.82rem;
    }

    body.pagina-bolo-corte .bc-studio {
        order: 2;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.pagina-bolo-corte .bc-studio::before {
        display: none;
    }

    body.pagina-bolo-corte .bc-studio-head {
        margin-top: 0.3rem;
        padding: 1.35rem 1.2rem;
        border: 1px solid rgba(146, 106, 45, 0.13);
        border-radius: 1.65rem;
        background:
            radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.22), transparent 11rem),
            linear-gradient(145deg, rgba(255, 252, 249, 0.94), rgba(237, 222, 195, 0.34));
        box-shadow: 0 16px 38px rgba(44, 36, 28, 0.07);
    }

    body.pagina-bolo-corte .bc-studio-head h2 {
        max-width: 11ch;
        margin-top: 0.8rem;
        font-size: clamp(2.1rem, 10.8vw, 3.4rem);
        line-height: 0.98;
        letter-spacing: -0.048em;
    }

    body.pagina-bolo-corte .bc-studio-head p {
        margin-top: 1rem;
        font-size: 0.96rem;
        line-height: 1.75;
    }

    body.pagina-bolo-corte .bc-choice-panel,
    body.pagina-bolo-corte .bc-combos,
    body.pagina-bolo-corte .bc-summary {
        margin-top: 1rem;
        padding: 1.15rem;
        border-radius: 1.55rem;
        box-shadow: 0 16px 38px rgba(44, 36, 28, 0.07);
    }

    body.pagina-bolo-corte .bc-step-head {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.45rem;
        margin-bottom: 1rem;
    }

    body.pagina-bolo-corte .bc-step-head span,
    body.pagina-bolo-corte .bc-summary-kicker,
    body.pagina-bolo-corte .bc-combos .bc-eyebrow {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
        line-height: 1.4;
    }

    body.pagina-bolo-corte .bc-step-head h3,
    body.pagina-bolo-corte .bc-combos h3,
    body.pagina-bolo-corte .bc-summary h3 {
        font-size: clamp(1.6rem, 7.2vw, 2.25rem);
        line-height: 1.04;
    }

    body.pagina-bolo-corte .bc-cover-grid,
    body.pagina-bolo-corte .bc-choice-row,
    body.pagina-bolo-corte .bc-combo-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    body.pagina-bolo-corte .bc-cover-card {
        min-height: 11.75rem;
        padding: 1.2rem;
        border-radius: 1.35rem;
    }

    body.pagina-bolo-corte .bc-cover-card strong {
        max-width: 12rem;
        font-size: clamp(1.35rem, 6vw, 1.75rem);
        line-height: 1.05;
    }

    body.pagina-bolo-corte .bc-cover-card small {
        max-width: 13.5rem;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    body.pagina-bolo-corte .bc-cover-card em {
        margin-top: 1rem;
        padding: 0.5rem 0.75rem;
        font-size: 0.82rem;
    }

    body.pagina-bolo-corte .bc-flavor-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 0.58rem;
    }

    body.pagina-bolo-corte .bc-pill {
        min-height: 2.85rem;
        padding: 0.72rem 0.92rem;
        font-size: 0.86rem;
        line-height: 1.2;
        border-radius: 999px;
        flex: 0 1 auto;
        max-width: 100%;
    }

    body.pagina-bolo-corte .bc-pill::before {
        width: 0.38rem;
        height: 0.38rem;
        margin-right: 0.36rem;
    }

    body.pagina-bolo-corte .bc-dough-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    body.pagina-bolo-corte .bc-dough-card,
    body.pagina-bolo-corte .bc-combo {
        min-height: 5.7rem;
        padding: 1rem;
        border-radius: 1.25rem;
    }

    body.pagina-bolo-corte .bc-dough-card strong,
    body.pagina-bolo-corte .bc-combo strong {
        font-size: 1.18rem;
        line-height: 1.18;
    }

    body.pagina-bolo-corte .bc-weight-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    body.pagina-bolo-corte .bc-weight {
        width: 100%;
        min-height: 3.1rem;
        padding: 0.8rem 0.65rem;
        font-size: 0.92rem;
        text-align: center;
    }

    body.pagina-bolo-corte .bc-qty-wrap {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.25rem;
    }

    body.pagina-bolo-corte .bc-qty {
        margin-top: 0.85rem;
    }

    body.pagina-bolo-corte .bc-qty-btn {
        width: 3rem;
        height: 3rem;
        font-size: 1.55rem;
    }

    body.pagina-bolo-corte .bc-qty strong {
        font-size: 1.55rem;
    }

    body.pagina-bolo-corte .bc-combo-grid {
        margin-top: 1rem;
    }

    body.pagina-bolo-corte .bc-summary {
        position: relative;
        bottom: auto;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.95rem;
        padding: 1.15rem;
        background:
            radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.26), transparent 10rem),
            linear-gradient(145deg, rgba(255, 252, 249, 0.97), rgba(237, 222, 195, 0.5));
    }

    body.pagina-bolo-corte .bc-summary dl {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
        margin: 0;
    }

    body.pagina-bolo-corte .bc-summary dl div {
        padding: 0.9rem;
        border-radius: 1.05rem;
    }

    body.pagina-bolo-corte .bc-summary dt {
        font-size: 0.64rem;
        letter-spacing: 0.14em;
    }

    body.pagina-bolo-corte .bc-summary dd {
        margin-top: 0.32rem;
        font-size: 0.94rem;
        line-height: 1.45;
        white-space: normal;
    }

    body.pagina-bolo-corte .bc-summary-total {
        padding: 1rem;
        border-radius: 1.2rem;
    }

    body.pagina-bolo-corte .bc-summary-total strong {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    body.pagina-bolo-corte .bc-add-cart {
        width: 100%;
        min-height: 3.65rem;
        padding: 1rem 1.2rem;
        font-size: 0.78rem;
        letter-spacing: 0.1em;
    }

    body.pagina-bolo-corte .bc-cover-card:hover,
    body.pagina-bolo-corte .bc-dough-card:hover,
    body.pagina-bolo-corte .bc-combo:hover,
    body.pagina-bolo-corte .bc-pill:hover,
    body.pagina-bolo-corte .bc-weight:hover,
    body.pagina-bolo-corte .bc-add-cart:hover {
        transform: translateY(-1px);
    }
}

@media (max-width: 380px) {
    body.pagina-bolo-corte .bc-hero {
        min-height: 37rem;
        padding-bottom: 2.6rem;
    }

    body.pagina-bolo-corte .bc-hero h1 {
        font-size: clamp(3.05rem, 16vw, 4.2rem);
    }

    body.pagina-bolo-corte .bc-visual-frame--main {
        height: 22rem;
        border-radius: 1.55rem;
    }

    body.pagina-bolo-corte .bc-choice-panel,
    body.pagina-bolo-corte .bc-combos,
    body.pagina-bolo-corte .bc-summary,
    body.pagina-bolo-corte .bc-studio-head {
        padding: 1rem;
        border-radius: 1.35rem;
    }

    body.pagina-bolo-corte .bc-weight-options {
        grid-template-columns: 1fr;
    }
}

/* Bolos Personalizados - configurador premium */
body.pagina-bolos-personalizados {
    background:
        radial-gradient(circle at 8% 8%, rgba(235, 178, 209, 0.32), transparent 24rem),
        radial-gradient(circle at 92% 14%, rgba(170, 221, 241, 0.3), transparent 25rem),
        linear-gradient(180deg, #fffaf4 0%, #eddec3 44%, #fff8ee 100%);
    color: #2c241c;
}

body.pagina-bolos-personalizados .header {
    background: rgba(255, 252, 249, 0.9);
    border-bottom: 1px solid rgba(146, 106, 45, 0.08);
    backdrop-filter: blur(18px);
}

.bp-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(38rem, 88vh, 55rem);
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(4.8rem, 8vw, 7.4rem);
    background: #2c241c;
}

.bp-hero-img,
.bp-hero-overlay {
    position: absolute;
    inset: 0;
}

.bp-hero-img {
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    opacity: 0.9;
    transform: scale(1.03);
}

.bp-hero-overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(32, 20, 13, 0.92) 0%, rgba(82, 52, 30, 0.7) 43%, rgba(44, 36, 28, 0.2) 100%),
        radial-gradient(circle at 18% 75%, rgba(235, 178, 209, 0.34), transparent 22rem),
        radial-gradient(circle at 86% 18%, rgba(170, 221, 241, 0.26), transparent 19rem);
}

.bp-hero::before {
    content: "";
    position: absolute;
    inset: clamp(0.85rem, 2vw, 1.6rem);
    z-index: -1;
    border: 1px solid rgba(237, 222, 195, 0.42);
    border-radius: clamp(1.4rem, 3vw, 3rem);
    pointer-events: none;
}

.bp-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: end;
}

.bp-hero-copy {
    max-width: 54rem;
    padding-left: clamp(1.2rem, 3vw, 2rem);
    border-left: 3px solid rgba(237, 222, 195, 0.42);
    color: #fffcf9;
}

.bp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #926a2d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    line-height: 1.4;
    text-transform: uppercase;
}

.bp-eyebrow::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: currentColor;
    opacity: 0.7;
}

.bp-hero .bp-eyebrow {
    color: #eddec3;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);
}

.bp-hero h1 {
    max-width: 10ch;
    margin: 1rem 0 0;
    font-family: var(--fonte-titulo);
    font-size: clamp(4rem, 10vw, 8.5rem);
    font-weight: 600;
    line-height: 0.84;
    letter-spacing: -0.07em;
    text-shadow: 0 20px 52px rgba(0, 0, 0, 0.3);
}

.bp-hero p {
    max-width: 43rem;
    margin: 1.5rem 0 0;
    color: rgba(255, 252, 249, 0.9);
    font-size: clamp(1.08rem, 2vw, 1.38rem);
    line-height: 1.78;
}

.bp-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    margin-top: 2rem;
    padding: 0.95rem 1.45rem;
    border: 1px solid rgba(237, 222, 195, 0.46);
    border-radius: 999px;
    background: rgba(237, 222, 195, 0.16);
    color: #fffcf9;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 44px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    transition: transform 0.28s var(--ease-premium), background 0.28s var(--ease-premium), border-color 0.28s var(--ease-premium);
}

.bp-hero-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 252, 249, 0.6);
    background: rgba(255, 252, 249, 0.2);
}

.bp-hero-note {
    padding: 1.15rem;
    border: 1px solid rgba(255, 252, 249, 0.24);
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.12);
    color: #fffcf9;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
}

.bp-hero-note span,
.bp-hero-note strong {
    display: block;
}

.bp-hero-note span {
    color: rgba(237, 222, 195, 0.92);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bp-hero-note strong {
    margin-top: 0.4rem;
    font-family: var(--fonte-titulo);
    font-size: 1.5rem;
    line-height: 1.05;
}

.bp-main {
    padding: clamp(3.5rem, 7vw, 6.8rem) 0;
}

.bp-shell {
    display: grid;
    grid-template-columns: minmax(20rem, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.6rem, 4vw, 3.8rem);
    align-items: start;
}

.bp-visual {
    position: sticky;
    top: 6rem;
    min-height: clamp(42rem, 72vw, 56rem);
}

.bp-visual-glow {
    position: absolute;
    pointer-events: none;
}

.bp-visual-glow--rose {
    width: 13rem;
    height: 13rem;
    left: -2.6rem;
    top: 5rem;
    border-radius: 50%;
    background: rgba(235, 178, 209, 0.3);
    filter: blur(3px);
}

.bp-visual-glow--blue {
    width: 9.5rem;
    height: 9.5rem;
    right: 1.2rem;
    bottom: 7rem;
    border: 1px solid rgba(170, 221, 241, 0.85);
    border-radius: 50%;
}

.bp-photo {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(146, 106, 45, 0.18);
    background: #eddec3;
    box-shadow: 0 28px 78px rgba(44, 36, 28, 0.15);
}

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

.bp-photo--main {
    inset: 0 7% auto 0;
    height: clamp(32rem, 60vw, 46rem);
    border-radius: 2.3rem;
}

.bp-photo--main::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(44, 36, 28, 0.02), rgba(44, 36, 28, 0.16)),
        radial-gradient(circle at 24% 18%, rgba(255, 252, 249, 0.2), transparent 14rem);
    pointer-events: none;
}

.bp-photo--detail {
    right: 0;
    bottom: 5.2rem;
    z-index: 2;
    width: min(17rem, 44%);
    height: min(22rem, 40vw);
    border: 8px solid rgba(255, 252, 249, 0.72);
    border-radius: 1.65rem;
    transform: rotate(2deg);
}

.bp-photo--detail img {
    transform: scale(1.52);
    object-position: 70% 60%;
}

body.pagina-bolos-personalizados .bp-photo--main img[src*="tema-hulk"] {
    object-position: 50% 30%;
}

body.pagina-bolos-personalizados .bp-photo--detail img[src*="tema-futebol"] {
    object-position: 50% 36%;
    transform: scale(1.4);
}

.bp-visual-card {
    position: absolute;
    left: clamp(1rem, 3vw, 2rem);
    right: clamp(5rem, 12vw, 9rem);
    bottom: 0;
    z-index: 3;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(255, 252, 249, 0.62);
    border-radius: 1.45rem;
    background: rgba(255, 252, 249, 0.84);
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.12);
    backdrop-filter: blur(18px);
}

.bp-visual-card span {
    display: block;
    margin-bottom: 0.45rem;
    color: #926a2d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bp-visual-card strong {
    display: block;
    color: #2c241c;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.12rem, 2.2vw, 1.55rem);
    font-weight: 500;
    line-height: 1.22;
}

.bp-seal {
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    z-index: 4;
    width: 7.4rem;
    height: 7.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #926a2d, #7a5a26);
    color: #fffcf9;
    font-family: var(--fonte-titulo);
    font-size: 1.08rem;
    line-height: 1;
    text-align: center;
    box-shadow: 0 18px 36px rgba(146, 106, 45, 0.22);
    transform: rotate(-8deg);
}

.bp-studio {
    position: relative;
    padding: clamp(1.15rem, 3vw, 1.85rem);
    border: 1px solid rgba(146, 106, 45, 0.16);
    border-radius: 2.25rem;
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.26), transparent 18rem),
        radial-gradient(circle at 0 18%, rgba(235, 178, 209, 0.22), transparent 15rem),
        linear-gradient(160deg, rgba(255, 252, 249, 0.94), rgba(250, 246, 239, 0.82));
    box-shadow: 0 28px 80px rgba(44, 36, 28, 0.1);
}

.bp-studio::before {
    content: "";
    position: absolute;
    inset: 0.65rem;
    border: 1px solid rgba(146, 106, 45, 0.08);
    border-radius: 1.8rem;
    pointer-events: none;
}

.bp-studio-head,
.bp-step,
.bp-perfect,
.bp-decor,
.bp-summary {
    position: relative;
    z-index: 1;
}

.bp-studio-head {
    padding: 0.25rem 0.25rem 1.45rem;
    border-bottom: 1px solid rgba(146, 106, 45, 0.13);
}

.bp-studio-head h2 {
    max-width: 13ch;
    margin: 0.7rem 0;
    color: #2c241c;
    font-family: var(--fonte-titulo);
    font-size: clamp(2.2rem, 4.6vw, 3.75rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
}

.bp-studio-head p {
    max-width: 39rem;
    margin: 0;
    color: #5a5248;
    line-height: 1.75;
}

.bp-step,
.bp-perfect,
.bp-decor,
.bp-summary {
    margin-top: 1rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.55rem;
    background:
        linear-gradient(145deg, rgba(255, 252, 249, 0.86), rgba(237, 222, 195, 0.3)),
        radial-gradient(circle at 100% 0, rgba(235, 178, 209, 0.13), transparent 12rem);
    box-shadow: 0 16px 42px rgba(44, 36, 28, 0.055);
}

.bp-step,
.bp-perfect,
.bp-decor {
    padding: clamp(1rem, 2.4vw, 1.4rem);
}

.bp-step::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 0;
    width: 5.2rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ebb2d1, #eddec3 52%, #aaddf1);
}

.bp-step-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.bp-step-head span,
.bp-summary-kicker {
    color: rgba(146, 106, 45, 0.82);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bp-step-head h3,
.bp-perfect h3,
.bp-summary h3 {
    margin: 0;
    color: #2c241c;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.42rem, 2.8vw, 2rem);
    line-height: 1.05;
}

.bp-size-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.bp-size-card,
.bp-cover-card,
.bp-perfect-grid span,
.bp-add-cart {
    font: inherit;
}

.bp-size-card,
.bp-cover-card {
    appearance: none;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(146, 106, 45, 0.14);
    background: rgba(255, 252, 249, 0.9);
    color: #2c241c;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(44, 36, 28, 0.045);
    transition: transform 0.24s var(--ease-premium), border-color 0.24s var(--ease-premium), box-shadow 0.24s var(--ease-premium), background 0.24s var(--ease-premium), color 0.24s var(--ease-premium);
}

.bp-size-card {
    min-height: 8.7rem;
    padding: 1rem;
    border-radius: 1.18rem;
}

.bp-size-card:hover,
.bp-cover-card:hover,
.bp-perfect-grid span:hover {
    transform: translateY(-3px);
    border-color: rgba(146, 106, 45, 0.38);
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.09);
}

.bp-size-card.is-selected,
.bp-cover-card.is-selected {
    color: #fffcf9;
    border-color: rgba(255, 252, 249, 0.36);
    background:
        radial-gradient(circle at 90% 0, rgba(235, 178, 209, 0.22), transparent 7rem),
        linear-gradient(145deg, #926a2d, #6f4c22);
    box-shadow: 0 18px 46px rgba(146, 106, 45, 0.24);
}

.bp-size-card strong,
.bp-size-card span,
.bp-size-card em {
    display: block;
    position: relative;
    z-index: 1;
}

.bp-size-card strong {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1;
}

.bp-size-card span {
    margin-top: 0.75rem;
    color: inherit;
    font-size: 0.78rem;
    line-height: 1.35;
    opacity: 0.78;
}

.bp-size-card em {
    margin-top: 0.65rem;
    color: inherit;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
}

.bp-cover-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.bp-cover-card {
    min-height: 11.2rem;
    padding: 1.15rem;
    border-radius: 1.45rem;
}

.bp-cover-art {
    position: absolute;
    right: -2.2rem;
    top: -2.2rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 178, 209, 0.45), transparent 68%);
}

.bp-cover-art--choco {
    background: radial-gradient(circle, rgba(146, 106, 45, 0.28), transparent 68%);
}

.bp-cover-card strong,
.bp-cover-card small,
.bp-cover-card em {
    display: block;
    position: relative;
    z-index: 1;
}

.bp-cover-card strong {
    font-family: var(--fonte-titulo);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    line-height: 1.05;
}

.bp-cover-card small {
    max-width: 16rem;
    margin-top: 0.55rem;
    color: inherit;
    font-size: 0.9rem;
    line-height: 1.55;
    opacity: 0.78;
}

.bp-cover-card em {
    width: fit-content;
    margin-top: 1.1rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 252, 249, 0.68);
    color: #926a2d;
    font-style: normal;
    font-weight: 900;
}

.bp-cover-card.is-selected em {
    background: rgba(255, 252, 249, 0.16);
    color: #fffcf9;
}

.bp-perfect {
    background:
        radial-gradient(circle at 8% 0, rgba(170, 221, 241, 0.3), transparent 11rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.86), rgba(235, 178, 209, 0.2));
}

.bp-perfect h3 {
    margin-top: 0.45rem;
    font-size: clamp(1.35rem, 2.6vw, 1.8rem);
}

.bp-perfect-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
}

.bp-perfect-grid span {
    min-height: 5.25rem;
    display: flex;
    align-items: end;
    padding: 0.9rem;
    border: 1px solid rgba(146, 106, 45, 0.12);
    border-radius: 1.05rem;
    background: rgba(255, 252, 249, 0.72);
    color: #926a2d;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: lowercase;
    transition: transform 0.24s var(--ease-premium), border-color 0.24s var(--ease-premium), box-shadow 0.24s var(--ease-premium);
}

.bp-decor {
    background:
        radial-gradient(circle at 100% 0, rgba(235, 178, 209, 0.24), transparent 11rem),
        radial-gradient(circle at 0 100%, rgba(170, 221, 241, 0.18), transparent 9rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.94), rgba(237, 222, 195, 0.42));
}

.bp-decor-lead {
    margin: 0;
}

.bp-decor-hint {
    margin: 0;
    letter-spacing: 0.04em;
}

.bp-extra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.bp-extra-card {
    appearance: none;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    width: 100%;
    min-height: 8.5rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.92);
    color: #2c241c;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(44, 36, 28, 0.05);
    transition:
        transform 0.28s var(--ease-premium),
        border-color 0.28s var(--ease-premium),
        box-shadow 0.28s var(--ease-premium),
        background 0.28s var(--ease-premium),
        color 0.28s var(--ease-premium);
}

.bp-extra-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    background: radial-gradient(circle at 88% 12%, rgba(235, 178, 209, 0.35), transparent 55%);
    transition: opacity 0.28s var(--ease-premium);
    pointer-events: none;
}

.bp-extra-card:hover {
    transform: translateY(-3px);
    border-color: rgba(146, 106, 45, 0.34);
    box-shadow: 0 18px 44px rgba(44, 36, 28, 0.09);
}

.bp-extra-card.is-selected {
    color: #fffcf9;
    border-color: rgba(255, 252, 249, 0.38);
    background:
        radial-gradient(circle at 92% 0, rgba(235, 178, 209, 0.28), transparent 8rem),
        linear-gradient(145deg, #926a2d, #6f4c22);
    box-shadow:
        0 0 0 1px rgba(255, 252, 249, 0.12),
        0 20px 48px rgba(146, 106, 45, 0.28);
}

.bp-extra-card.is-selected::before {
    opacity: 1;
}

.bp-extra-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(237, 222, 195, 0.9), rgba(235, 178, 209, 0.35));
    color: #926a2d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.bp-extra-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.bp-extra-card.is-selected .bp-extra-icon {
    background: rgba(255, 252, 249, 0.16);
    color: #fffcf9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.bp-extra-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.bp-extra-copy strong {
    font-family: var(--fonte-titulo);
    line-height: 1.1;
}

.bp-extra-copy small {
    color: inherit;
}

.bp-extra-price {
    font-style: normal;
}

.bp-extra-card.is-selected .bp-extra-price {
    background: rgba(255, 252, 249, 0.16) !important;
    color: #fffcf9 !important;
}

.bp-extra-check {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    border: 1px solid rgba(146, 106, 45, 0.2);
    background: rgba(255, 252, 249, 0.75);
    color: transparent;
    transition:
        background 0.28s var(--ease-premium),
        border-color 0.28s var(--ease-premium),
        color 0.28s var(--ease-premium),
        transform 0.28s var(--ease-premium),
        box-shadow 0.28s var(--ease-premium);
}

.bp-extra-check svg {
    width: 1rem;
    height: 1rem;
}

.bp-extra-card.is-selected .bp-extra-check {
    color: #926a2d;
    border-color: rgba(255, 252, 249, 0.55);
    background: #fffcf9;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(44, 36, 28, 0.12);
}

.bp-summary {
    position: sticky;
    bottom: 1rem;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 2.4vw, 1.35rem);
    border-color: rgba(146, 106, 45, 0.22);
    background:
        radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.25), transparent 10rem),
        linear-gradient(145deg, rgba(255, 252, 249, 0.96), rgba(237, 222, 195, 0.54));
    box-shadow: 0 24px 70px rgba(44, 36, 28, 0.13);
    backdrop-filter: blur(18px);
}

.bp-summary h3 {
    grid-column: 1 / -1;
    margin-top: 0.25rem;
}

.bp-summary dl {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 0.3rem 0 0;
}

.bp-summary dl div {
    min-width: 0;
    padding: 0.72rem;
    border: 1px solid rgba(146, 106, 45, 0.1);
    border-radius: 0.95rem;
    background: rgba(255, 252, 249, 0.58);
}

.bp-summary dt {
    color: rgba(90, 82, 72, 0.72);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bp-summary dd {
    margin: 0.22rem 0 0;
    overflow: hidden;
    color: #2c241c;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bp-summary-total {
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(146, 106, 45, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(145deg, rgba(146, 106, 45, 0.12), rgba(170, 221, 241, 0.16));
}

.bp-summary-total span,
.bp-summary-total strong {
    display: block;
}

.bp-summary-total span {
    color: #5a5248;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bp-summary-total strong {
    margin-top: 0.25rem;
    color: #926a2d;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.75rem, 3.2vw, 2.45rem);
    line-height: 1;
}

.bp-add-cart {
    display: inline-flex;
    min-height: 3.55rem;
    width: auto;
    min-width: 14rem;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 1rem 1.35rem;
    border: 0;
    border-radius: 999px;
    background: #926a2d;
    color: #fffcf9;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(146, 106, 45, 0.24);
    transition: transform 0.28s var(--ease-premium), background 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium);
}

.bp-add-cart svg {
    width: 1.15rem;
    height: 1.15rem;
}

.bp-add-cart:hover,
.bp-add-cart.is-confirmed {
    transform: translateY(-2px);
    background: #7a5a26;
    box-shadow: 0 24px 48px rgba(146, 106, 45, 0.3);
}

.bp-size-card:focus-visible,
.bp-cover-card:focus-visible,
.bp-extra-card:focus-visible,
.bp-add-cart:focus-visible {
    outline: 3px solid rgba(170, 221, 241, 0.75);
    outline-offset: 3px;
}

@media (max-width: 1120px) {
    .bp-shell {
        grid-template-columns: 1fr;
    }

    .bp-visual {
        position: relative;
        top: auto;
        min-height: 36rem;
    }
}

@media (max-width: 780px) {
    .bp-hero {
        min-height: min(42rem, 86svh);
        padding: 7rem max(1.1rem, env(safe-area-inset-left, 0px)) 3.2rem max(1.1rem, env(safe-area-inset-right, 0px));
    }

    .bp-hero-img {
        object-position: 58% center;
        opacity: 0.88;
    }

    .bp-hero-overlay {
        background:
            linear-gradient(180deg, rgba(28, 18, 12, 0.28), rgba(35, 22, 14, 0.84) 58%, rgba(25, 16, 11, 0.94)),
            radial-gradient(circle at 24% 72%, rgba(235, 178, 209, 0.34), transparent 16rem),
            radial-gradient(circle at 88% 18%, rgba(170, 221, 241, 0.24), transparent 13rem);
    }

    .bp-hero::before {
        inset: 0.85rem;
        border-radius: 1.65rem;
    }

    .bp-hero-inner {
        display: block;
        width: 100%;
        max-width: 34rem;
        margin: 0 auto;
    }

    .bp-hero-copy {
        max-width: none;
        padding: 1.05rem 0 0 1.05rem;
        border-left: 2px solid rgba(237, 222, 195, 0.48);
    }

    .bp-hero .bp-eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
    }

    .bp-hero h1 {
        max-width: 7ch;
        margin-top: 0.85rem;
        font-size: clamp(3.25rem, 15vw, 5.25rem);
        line-height: 0.88;
    }

    .bp-hero p {
        max-width: 28rem;
        margin-top: 1.15rem;
        font-size: clamp(1rem, 4vw, 1.16rem);
        line-height: 1.72;
    }

    .bp-hero-cta {
        width: min(100%, 20rem);
        margin-top: 1.55rem;
        font-size: 0.76rem;
        letter-spacing: 0.11em;
    }

    .bp-hero-note {
        display: none;
    }

    .bp-main {
        padding: 2rem max(0.95rem, env(safe-area-inset-left, 0px)) 4.5rem max(0.95rem, env(safe-area-inset-right, 0px));
    }

    .bp-main .container {
        width: 100%;
        max-width: 35rem;
        padding-left: 0;
        padding-right: 0;
    }

    .bp-shell {
        display: flex;
        flex-direction: column;
        gap: 1.45rem;
    }

    .bp-visual {
        min-height: auto;
    }

    .bp-photo--main {
        position: relative;
        inset: auto;
        width: 100%;
        height: clamp(24rem, 92vw, 32rem);
        border-radius: 2rem;
    }

    .bp-photo--main img[src*="tema-hulk"] {
        object-position: 50% 28%;
    }

    .bp-photo--detail {
        display: none;
    }

    .bp-visual-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 1.2rem);
        margin: -3.2rem auto 0;
        padding: 1.05rem 1.1rem;
        border-radius: 1.35rem;
    }

    .bp-visual-card span {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
    }

    .bp-visual-card strong {
        font-size: clamp(1.18rem, 5.4vw, 1.55rem);
        line-height: 1.18;
    }

    .bp-seal {
        top: 0.9rem;
        right: 0.9rem;
        width: 5.9rem;
        height: 5.9rem;
        font-size: 0.82rem;
    }

    .bp-studio {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .bp-studio::before {
        display: none;
    }

    .bp-studio-head {
        padding: 1.35rem 1.2rem;
        border: 1px solid rgba(146, 106, 45, 0.13);
        border-radius: 1.65rem;
        background:
            radial-gradient(circle at 100% 0, rgba(170, 221, 241, 0.22), transparent 11rem),
            linear-gradient(145deg, rgba(255, 252, 249, 0.94), rgba(237, 222, 195, 0.34));
        box-shadow: 0 16px 38px rgba(44, 36, 28, 0.07);
    }

    .bp-studio-head h2 {
        max-width: 11ch;
        font-size: clamp(2.05rem, 10.4vw, 3.35rem);
        line-height: 0.98;
    }

    .bp-studio-head p {
        font-size: 0.96rem;
        line-height: 1.75;
    }

    .bp-step,
    .bp-perfect,
    .bp-decor,
    .bp-summary {
        margin-top: 1rem;
        padding: 1.15rem;
        border-radius: 1.55rem;
        box-shadow: 0 16px 38px rgba(44, 36, 28, 0.07);
    }

    .bp-step-head {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .bp-step-head h3,
    .bp-perfect h3,
    .bp-summary h3 {
        font-size: clamp(1.58rem, 7.2vw, 2.22rem);
    }

    .bp-size-grid,
    .bp-cover-grid,
    .bp-perfect-grid,
    .bp-extra-grid,
    .bp-summary dl {
        grid-template-columns: 1fr;
    }

    .bp-size-card,
    .bp-cover-card {
        min-height: auto;
        padding: 1.15rem;
        border-radius: 1.32rem;
    }

    .bp-size-card strong {
        font-size: 2.15rem;
    }

    .bp-cover-card strong {
        max-width: 12rem;
        font-size: clamp(1.35rem, 6vw, 1.75rem);
    }

    .bp-perfect-grid span {
        min-height: 4.4rem;
    }

    .bp-extra-card {
        min-height: auto;
        padding: 1.1rem;
    }

    .bp-summary {
        position: relative;
        bottom: auto;
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .bp-summary dl {
        gap: 0.7rem;
        margin: 0;
    }

    .bp-summary dd {
        white-space: normal;
    }

    .bp-add-cart {
        width: 100%;
        min-height: 3.65rem;
        font-size: 0.78rem;
    }

    .bp-size-card:hover,
    .bp-cover-card:hover,
    .bp-extra-card:hover,
    .bp-perfect-grid span:hover,
    .bp-add-cart:hover {
        transform: translateY(-1px);
    }
}

@media (max-width: 380px) {
    .bp-hero {
        min-height: 37rem;
        padding-bottom: 2.6rem;
    }

    .bp-hero h1 {
        font-size: clamp(3rem, 15vw, 4.05rem);
    }

    .bp-photo--main {
        height: 22rem;
        border-radius: 1.55rem;
    }

    .bp-step,
    .bp-perfect,
    .bp-decor,
    .bp-summary,
    .bp-studio-head {
        padding: 1rem;
        border-radius: 1.35rem;
    }
}

/* Bentô Cake - estados premium e responsividade */
body.pagina-bento-cake {
    background:
        radial-gradient(circle at 8% 8%, rgba(235, 178, 209, 0.38), transparent 24rem),
        radial-gradient(circle at 92% 16%, rgba(170, 221, 241, 0.34), transparent 25rem),
        linear-gradient(180deg, #fff9f7 0%, rgba(235, 178, 209, 0.22) 38%, #fff8ee 100%);
}

body.pagina-bento-cake .header {
    background: rgba(255, 252, 249, 0.9);
    border-bottom: 1px solid rgba(146, 106, 45, 0.08);
    backdrop-filter: blur(18px);
}

body.pagina-bento-cake .font-display {
    font-family: var(--fonte-titulo);
}

body.pagina-bento-cake .font-fun {
    font-family: "Nunito", "Poppins", system-ui, sans-serif;
}

.bt-size-card,
.bt-variant-card,
.bt-style-pill,
.bt-add-cart {
    cursor: pointer;
}

.bt-size-card.is-selected,
.bt-variant-card.is-selected,
.bt-style-pill.is-selected {
    color: #fffcf9;
    border-color: rgba(255, 252, 249, 0.36);
    background:
        radial-gradient(circle at 92% 0, rgba(235, 178, 209, 0.28), transparent 8rem),
        linear-gradient(145deg, #926a2d, #6f4c22);
    box-shadow: 0 18px 46px rgba(146, 106, 45, 0.24);
}

.bt-size-card.is-selected span,
.bt-size-card.is-selected small,
.bt-size-card.is-selected em,
.bt-variant-card.is-selected strong,
.bt-variant-card.is-selected span,
.bt-style-pill.is-selected {
    color: #fffcf9;
}

.bt-variant-card.is-disabled {
    opacity: 0.48;
    cursor: not-allowed;
    filter: grayscale(0.2);
}

.bt-add-cart.is-confirmed {
    transform: translateY(-2px);
    background: #7a5a26;
    box-shadow: 0 24px 48px rgba(146, 106, 45, 0.32);
}

.bt-size-card:focus-visible,
.bt-variant-card:focus-visible,
.bt-style-pill:focus-visible,
.bt-add-cart:focus-visible,
#bt-phrase:focus-visible,
#bt-name:focus-visible,
#bt-note:focus-visible {
    outline: 3px solid rgba(170, 221, 241, 0.75);
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    body.pagina-bento-cake main > .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    body.pagina-bento-cake .bt-hero,
    body.pagina-bento-cake section.bt-hero {
        min-height: min(42rem, 86svh);
        padding: 7rem max(1.1rem, env(safe-area-inset-left, 0px)) 3.2rem max(1.1rem, env(safe-area-inset-right, 0px));
    }

    body.pagina-bento-cake .bt-hero h1 {
        font-size: clamp(3.45rem, 17vw, 5.55rem);
        line-height: 0.86;
    }

    body.pagina-bento-cake main {
        padding: 2rem max(0.95rem, env(safe-area-inset-left, 0px)) 4.5rem max(0.95rem, env(safe-area-inset-right, 0px));
    }

    body.pagina-bento-cake main > .container {
        width: 100%;
        max-width: 35rem;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        gap: 1.45rem;
    }

    body.pagina-bento-cake main > .container > section:first-child {
        min-height: auto;
        position: relative;
        top: auto;
    }

    body.pagina-bento-cake main > .container > section:first-child > div:nth-of-type(3) {
        position: relative;
        inset: auto;
        width: 100%;
        height: clamp(24rem, 92vw, 32rem);
        border-radius: 2rem;
    }

    body.pagina-bento-cake main > .container > section:first-child > div:nth-of-type(5) {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 1.2rem);
        margin: -3.2rem auto 0;
        padding: 1.05rem 1.1rem;
        border-radius: 1.35rem;
    }

    body.pagina-bento-cake main > .container > section:first-child > div:nth-of-type(6) {
        width: 5.9rem;
        height: 5.9rem;
        font-size: 0.78rem;
    }

    body.pagina-bento-cake main > .container > section:nth-child(2) {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.pagina-bento-cake main > .container > section:nth-child(2) > header,
    body.pagina-bento-cake main > .container > section:nth-child(2) > div,
    body.pagina-bento-cake main > .container > section:nth-child(2) > section,
    body.pagina-bento-cake .bt-summary {
        border-radius: 1.55rem;
        padding: 1.15rem;
    }

    body.pagina-bento-cake main > .container > section:nth-child(2) > header h2 {
        font-size: clamp(2.05rem, 10.4vw, 3.35rem);
        line-height: 0.98;
    }

    body.pagina-bento-cake .bt-summary {
        position: relative;
        bottom: auto;
        grid-template-columns: 1fr;
    }

    body.pagina-bento-cake .bt-summary dl {
        grid-template-columns: 1fr;
    }

    body.pagina-bento-cake .bt-summary dd {
        white-space: normal;
    }

    body.pagina-bento-cake .bt-add-cart {
        width: 100%;
    }
}

@media (max-width: 380px) {
    body.pagina-bento-cake .bt-hero h1 {
        font-size: clamp(3.05rem, 16vw, 4.2rem);
    }
}

/* Informações de Encomendas - central premium */
body.pagina-informacoes-encomendas {
    background:
        radial-gradient(circle at 8% 8%, rgba(235, 178, 209, 0.24), transparent 24rem),
        radial-gradient(circle at 92% 14%, rgba(170, 221, 241, 0.24), transparent 25rem),
        linear-gradient(180deg, #fffaf4 0%, #f3e7d4 45%, #fff9f2 100%);
}

body.pagina-informacoes-encomendas .header {
    background: rgba(255, 252, 249, 0.9);
    border-bottom: 1px solid rgba(146, 106, 45, 0.08);
    backdrop-filter: blur(18px);
}

body.pagina-informacoes-encomendas .font-display {
    font-family: var(--fonte-titulo);
}

body.pagina-informacoes-encomendas a:focus-visible,
body.pagina-informacoes-encomendas button:focus-visible {
    outline: 3px solid rgba(170, 221, 241, 0.75);
    outline-offset: 3px;
}

@media (max-width: 780px) {
    body.pagina-informacoes-encomendas main {
        padding: 2rem max(0.95rem, env(safe-area-inset-left, 0px)) 4.5rem max(0.95rem, env(safe-area-inset-right, 0px));
    }

    body.pagina-informacoes-encomendas main > .container {
        width: 100%;
        max-width: 35rem;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Pedido de doces - experiencia luxo isolada */
.pedido-luxo-hide {
    display: none !important;
}

.pedido-luxo-entry {
    display: flex;
    justify-content: center;
    margin: clamp(1.15rem, 3vw, 1.7rem) auto 0;
}

.pedido-luxo-trigger {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0.98rem 1.55rem;
    min-width: min(19rem, 100%);
    color: #fffefb;
    background:
        radial-gradient(circle at 12% 15%, rgba(235, 178, 209, 0.32), transparent 34%),
        linear-gradient(180deg, #a87a34 0%, #926a2d 52%, #76511f 100%);
    box-shadow: 0 18px 42px rgba(146, 106, 45, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font: 800 0.94rem/1.1 var(--fonte-texto);
    letter-spacing: 0.02em;
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.pedido-luxo-trigger:hover,
.pedido-luxo-trigger:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 24px 54px rgba(146, 106, 45, 0.32), 0 0 0 5px rgba(235, 178, 209, 0.15);
    outline: none;
}

.pedido-luxo-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 1.2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.pedido-luxo-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pedido-luxo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(36, 28, 21, 0.38);
    backdrop-filter: blur(16px);
}

.pedido-luxo-sheet {
    position: relative;
    width: min(31rem, 100%);
    max-height: min(88vh, 45rem);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 2rem;
    padding: clamp(1.35rem, 3vw, 1.8rem);
    background:
        radial-gradient(circle at 88% 8%, rgba(170, 221, 241, 0.24), transparent 34%),
        radial-gradient(circle at 12% 14%, rgba(235, 178, 209, 0.22), transparent 32%),
        linear-gradient(145deg, rgba(255, 252, 249, 0.95), rgba(255, 246, 250, 0.9));
    box-shadow: 0 34px 94px rgba(44, 36, 28, 0.28);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.34s ease;
}

.pedido-luxo-modal.is-open .pedido-luxo-sheet {
    transform: translateY(0) scale(1);
}

.pedido-luxo-close {
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(146, 106, 45, 0.13);
    border-radius: 999px;
    background: rgba(255, 252, 249, 0.8);
    color: #7a5522;
    cursor: pointer;
    font-size: 1.3rem;
}

.pedido-luxo-kicker {
    margin: 0 0 0.35rem;
    color: rgba(146, 106, 45, 0.7);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pedido-luxo-title {
    margin: 0 2.8rem 1.1rem 0;
    color: #3f3127;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.75rem, 5.6vw, 2.32rem);
    line-height: 1;
}

.pedido-luxo-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.pedido-luxo-option {
    appearance: none;
    display: grid;
    gap: 0.5rem;
    min-height: 8.1rem;
    padding: 1.08rem;
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 1.45rem;
    background: rgba(255, 252, 249, 0.72);
    color: #5f4424;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(44, 36, 28, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.pedido-luxo-option:hover,
.pedido-luxo-option:focus-visible,
.pedido-luxo-option.is-selected {
    transform: translateY(-3px);
    border-color: rgba(146, 106, 45, 0.48);
    background: linear-gradient(145deg, rgba(255, 252, 249, 0.98), rgba(237, 222, 195, 0.34));
    box-shadow: 0 22px 52px rgba(146, 106, 45, 0.16), 0 0 0 4px rgba(170, 221, 241, 0.18);
    outline: none;
}

.pedido-luxo-icon {
    display: inline-grid;
    place-items: center;
    width: fit-content;
    min-width: 2.1rem;
    height: 2.1rem;
    padding: 0 0.48rem;
    border-radius: 999px;
    background: rgba(235, 178, 209, 0.28);
    color: #926a2d;
    font-weight: 900;
    font-size: 0.76rem;
}

.pedido-luxo-option strong {
    font-family: var(--fonte-titulo);
    font-size: 1.23rem;
    line-height: 1.05;
}

.pedido-luxo-option small {
    color: rgba(74, 56, 40, 0.62);
    font-size: 0.76rem;
    line-height: 1.45;
}

.pedido-luxo-config {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(146, 106, 45, 0.1);
    animation: pedidoLuxoReveal 0.28s ease both;
}

.pedido-luxo-config[hidden],
.pedido-luxo-flavors[hidden] {
    display: none !important;
}

@keyframes pedidoLuxoReveal {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pedido-luxo-counter {
    display: grid;
    grid-template-columns: 2.9rem 1fr 2.9rem;
    gap: 0.75rem;
    align-items: center;
    padding: 0.76rem;
    border: 1px solid rgba(146, 106, 45, 0.12);
    border-radius: 1.35rem;
    background: rgba(255, 252, 249, 0.72);
}

.pedido-luxo-counter button {
    width: 2.9rem;
    height: 2.9rem;
    border: 0;
    border-radius: 999px;
    color: #fffefb;
    background: linear-gradient(145deg, #a67c3d, #926a2d);
    cursor: pointer;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(146, 106, 45, 0.22);
}

.pedido-luxo-counter div {
    display: grid;
    justify-items: center;
    line-height: 1.1;
}

.pedido-luxo-counter strong {
    color: #3f3127;
    font-family: var(--fonte-titulo);
    font-size: clamp(1.9rem, 7vw, 2.55rem);
}

.pedido-luxo-counter span {
    color: rgba(74, 56, 40, 0.62);
    font-size: 0.72rem;
}

.pedido-luxo-flavors p {
    margin: 0 0 0.55rem;
    color: rgba(74, 56, 40, 0.58);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pedido-luxo-flavors [data-luxo-flavors] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pedido-luxo-flavor {
    border: 1px solid rgba(146, 106, 45, 0.14);
    border-radius: 999px;
    padding: 0.62rem 0.82rem;
    background: rgba(255, 252, 249, 0.8);
    color: #5f4424;
    cursor: pointer;
    font-size: 0.78rem;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pedido-luxo-flavor:hover,
.pedido-luxo-flavor.is-selected {
    transform: translateY(-1px);
    border-color: rgba(146, 106, 45, 0.45);
    background: #926a2d;
    color: #fffefb;
}

.pedido-luxo-note {
    margin: 0;
    color: rgba(74, 56, 40, 0.62);
    font-size: 0.76rem;
    line-height: 1.45;
}

.pedido-luxo-summary {
    display: grid;
    gap: 0.4rem;
    padding: 0.95rem;
    border: 1px solid rgba(235, 178, 209, 0.24);
    border-radius: 1.22rem;
    background: rgba(255, 252, 249, 0.74);
}

.pedido-luxo-summary span {
    color: rgba(74, 56, 40, 0.7);
    font-size: 0.82rem;
    line-height: 1.35;
}

.pedido-luxo-summary strong {
    color: #926a2d;
    font-family: var(--fonte-titulo);
    font-size: 1.58rem;
    line-height: 1;
}

.pedido-luxo-add {
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.25rem;
    color: #fffefb;
    background: linear-gradient(180deg, #a67c3d 0%, #926a2d 48%, #7a5522 100%);
    box-shadow: 0 18px 38px rgba(146, 106, 45, 0.25);
    cursor: pointer;
    font-weight: 900;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.pedido-luxo-add:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

body.pedido-luxo-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .pedido-luxo-modal {
        align-items: end;
        padding: 0;
    }

    .pedido-luxo-sheet {
        width: 100%;
        max-height: 88vh;
        border-radius: 1.75rem 1.75rem 0 0;
        padding: 1.35rem 1.1rem calc(1.35rem + env(safe-area-inset-bottom, 0));
        transform: translateY(100%);
    }

    .pedido-luxo-modal.is-open .pedido-luxo-sheet {
        transform: translateY(0);
    }

    .pedido-luxo-options {
        grid-template-columns: 1fr;
    }
}
