.home-hero .page-hero__media { object-position: center; }
.home-categorias, .home-destaques, .home-como-comprar, .home-sobre { padding: 92px 0; }
.home-categorias, .home-sobre { background: var(--white); }
.home-destaques { background: var(--cream); }

.cabecalho-secao {
    margin-bottom: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}
.secao-intro { max-width: 640px; margin-top: 18px; }
.link-seta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wine-700);
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}
.link-seta span { transition: transform 160ms var(--ease-out); }

.container-categorias {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 4px 0 12px;
    flex-wrap: wrap;
}
.botao-categoria {
    min-height: 46px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--white);
    color: var(--wine-700);
    box-shadow: 0 2px 7px rgba(58, 11, 37, 0.025);
    font-size: 0.88rem;
    font-weight: 600;
    transition: transform 140ms var(--ease-out), border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}
.botao-categoria__icone {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: block;
    overflow: hidden;
}
.botao-categoria__icone img {
    position: absolute;
    max-width: none;
    filter: brightness(0) saturate(100%) invert(14%) sepia(77%) saturate(3044%) hue-rotate(314deg) brightness(82%) contrast(99%);
    transition: filter 180ms ease;
}
.botao-categoria:nth-child(1) img { width: 28.8px; height: 28.5px; left: -3.6px; top: -3.3px; }
.botao-categoria:nth-child(2) img { width: 27.5px; height: 56px; left: -7.5px; top: -16.4px; }
.botao-categoria:nth-child(3) img { width: 24.8px; height: 38.1px; left: -2.4px; top: -13.6px; }
.botao-categoria:nth-child(4) img { width: 29.1px; height: 46.7px; left: -4.1px; top: -11.3px; }
.botao-categoria:nth-child(5) img { width: 25.1px; height: 26.6px; left: -2.3px; top: -2.3px; }
.botao-categoria:nth-child(6) img { width: 25.9px; height: 40.6px; left: -2px; top: -10.4px; }
.botao-categoria:nth-child(7) img { width: 25.9px; height: 39.6px; left: -2px; top: -8px; }
.botao-categoria:nth-child(8) img { width: 27.2px; height: 40.9px; left: -2.5px; top: -2.8px; }
.botao-categoria--ativo { background: var(--wine-700); color: var(--white); border-color: var(--wine-700); box-shadow: 0 9px 20px rgba(116, 19, 78, 0.2); }
.botao-categoria--ativo img { filter: brightness(0) invert(1); }
.botao-categoria:active { transform: scale(0.97); }

.botao-card-produto { margin-top: auto; color: var(--wine-700); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.home-como-comprar {
    background: linear-gradient(120deg, var(--wine-900), var(--wine-800));
    color: var(--white);
}
.home-como-comprar .section-kicker { color: var(--gold-soft); }
.home-como-comprar .section-title { color: var(--white); }
.home-como-comprar .texto-suave { color: #eadde5; }
.home-atendimento-intro { max-width: 720px; margin-bottom: 42px; }
.home-atendimento-intro .texto-suave { margin-top: 22px; }
.home-beneficios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-beneficios article { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.055); }
.home-beneficios article > span { color: var(--gold-soft); font-family: var(--fonte-titulo); font-size: 1.2rem; }
.home-beneficios h3 { margin: 28px 0 10px; font-family: var(--fonte-titulo); font-size: 1.55rem; font-weight: 600; }
.home-beneficios p { color: #eadde5; font-size: 0.9rem; line-height: 1.7; }

.home-sobre__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(36px, 6vw, 78px); align-items: center; }
.home-sobre__imagem { position: relative; overflow: hidden; border-radius: 18px; background: var(--soft-pink); box-shadow: var(--shadow-md); }
.home-sobre__imagem::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.58); border-radius: 10px; pointer-events: none; }
.home-sobre__imagem img { width: 100%; display: block; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 28%; }
.home-sobre__conteudo .texto-suave { margin: 24px 0; }

@media (hover: hover) and (pointer: fine) {
    .link-seta:hover span { transform: translateX(4px); }
    .botao-categoria:hover { transform: translateY(-1px); border-color: var(--wine-700); box-shadow: 0 7px 16px rgba(58, 11, 37, 0.08); }
    .botao-categoria:active { transform: scale(0.97); }
}

@media (max-width: 1024px) {
    .home-sobre__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .home-categorias, .home-destaques, .home-como-comprar, .home-sobre { padding: 64px 0; }
    .home-hero .page-hero__media { object-position: 58% center; }
    .container-categorias {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding-bottom: 0;
    }
    .botao-categoria { width: 100%; min-width: 0; min-height: 46px; padding-inline: 12px; font-size: 0.82rem; }
    .home-beneficios { grid-template-columns: 1fr; }
    .home-beneficios article { padding: 24px; }
    .home-beneficios h3 { margin-top: 18px; }
    .home-sobre__grid { grid-template-columns: 1fr; }
    .home-sobre__imagem { max-width: 620px; }
}

@media (max-width: 560px) {
    .cabecalho-secao { align-items: flex-start; flex-direction: column; }
    .home-categorias .cabecalho-secao { margin-bottom: 26px; }
    .container-categorias { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .botao-categoria { justify-content: flex-start; padding-inline: 16px; font-size: 0.86rem; }
}
