* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f3ee;
    color: #2b2118;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.site-header {
    background: #2e2015;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}

.logo {
    font-size: 24px;
    font-weight: 700;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.menu a {
    color: #f8efe6;
    font-weight: 600;
}

.site-main {
    min-height: 70vh;
}

.hero {
    padding: 70px 0 40px;
    background: linear-gradient(180deg, #f3ece4 0%, #f7f3ee 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: center;
}

.tag {
    display: inline-block;
    background: #eadfce;
    color: #5d3c23;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero h1 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 16px;
}

.hero p {
    font-size: 18px;
    color: #5e5146;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-mini,
.btn-remover {
    display: inline-block;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 700;
}

.btn-primary {
    background: #7a4b2a;
    color: #fff;
}

.btn-secondary {
    background: #eadfce;
    color: #2b2118;
}

.btn-mini {
    background: #2e2015;
    color: #fff;
    padding: 10px 14px;
}

.btn-remover {
    background: #a73434;
    color: #fff;
}

.hero-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.07);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secao {
    padding: 50px 0;
}

.secao-topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.secao-topo h1,
.secao-topo h2 {
    margin: 0;
}

.grid-produtos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.card-produto {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

.card-produto img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.card-conteudo {
    padding: 18px;
}

.categoria {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #7a4b2a;
    background: #f3e7db;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.card-conteudo h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.descricao-card {
    color: #685c52;
    min-height: 48px;
}

.card-rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.sem-imagem {
    width: 100%;
    height: 240px;
    display: grid;
    place-items: center;
    background: #efe7dd;
    color: #7b6b5d;
    font-weight: 700;
}

.sem-imagem.grande {
    height: 420px;
}

.produto-detalhe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}

.produto-imagem-grande {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.preco-produto {
    font-size: 34px;
    font-weight: 800;
    color: #7a4b2a;
    margin: 10px 0 18px;
}

.descricao-produto {
    color: #54483d;
    line-height: 1.7;
    margin-bottom: 20px;
}

.form-compra {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.form-compra input[type="number"] {
    width: 100px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #d8c8b8;
}

.filtros-catalogo {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.filtros-catalogo input,
.filtros-catalogo select,
.filtros-catalogo button {
    padding: 12px 14px;
    border: 1px solid #d8c8b8;
    border-radius: 10px;
}

.filtros-catalogo button {
    background: #2e2015;
    color: #fff;
    border: none;
}

.pagina-texto {
    background: #fff;
    padding: 34px;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.bloco-contato {
    margin-top: 20px;
    padding: 20px;
    background: #f3ece4;
    border-radius: 16px;
}

.carrinho-lista {
    display: grid;
    gap: 16px;
}

.item-carrinho {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.total-carrinho {
    margin-top: 24px;
    font-size: 24px;
}

.site-footer {
    background: #2e2015;
    color: #f8efe6;
    padding: 24px 0;
    margin-top: 40px;
}

@media (max-width: 980px) {
    .hero-grid,
    .produto-detalhe,
    .grid-produtos {
        grid-template-columns: 1fr 1fr;
    }

    .hero h1 {
        font-size: 38px;
    }
}

@media (max-width: 680px) {
    .header-wrap,
    .menu,
    .hero-grid,
    .produto-detalhe,
    .grid-produtos,
    .item-carrinho {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .menu {
        display: flex;
    }

    .hero h1 {
        font-size: 30px;
    }

    .card-produto img,
    .sem-imagem {
        height: 220px;
    }

    .produto-imagem-grande,
    .sem-imagem.grande {
        height: 320px;
    }

    .card-rodape,
    .secao-topo {
        flex-direction: column;
        align-items: flex-start;
    }
}
.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.logo-img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    padding: 4px;
}

.brand-texto {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-texto strong {
    font-size: 18px;
}

.brand-texto span {
    font-size: 12px;
    color: #e9d9c8;
}

.link-admin {
    background: rgba(255,255,255,0.08);
    padding: 8px 12px;
    border-radius: 8px;
}

.hero-home {
    padding: 90px 0 60px;
}

.hero-texto p {
    max-width: 640px;
}

.hero-destaque-box {
    display: grid;
    gap: 16px;
}

.hero-mini-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    border-left: 5px solid #7a4b2a;
}

.hero-mini-card span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #7a4b2a;
    margin-bottom: 8px;
    font-weight: 700;
}

.hero-mini-card strong {
    font-size: 22px;
    color: #2b2118;
}

.grid-categorias {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card-categoria {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-categoria:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

.card-categoria h3 {
    margin: 0 0 10px;
    color: #2b2118;
}

.card-categoria p {
    margin: 0;
    color: #6f6258;
}

.secao-destaques {
    background: linear-gradient(180deg, #f7f3ee 0%, #f2ebe3 100%);
}

.chamada-final {
    background: #2e2015;
    color: #fff;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.chamada-final h2 {
    margin: 0 0 10px;
}

.chamada-final p {
    margin: 0;
    color: #eadfce;
}

.chamada-final .btn-primary {
    white-space: nowrap;
}

@media (max-width: 980px) {
    .grid-categorias {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .brand {
        align-items: flex-start;
    }

    .logo-img {
        width: 50px;
        height: 50px;
    }

    .brand-texto strong {
        font-size: 16px;
    }

    .grid-categorias {
        grid-template-columns: 1fr;
    }

    .chamada-final {
        flex-direction: column;
        align-items: flex-start;
    }
}
.checkout-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 24px;
    align-items: start;
}

.box-checkout {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.form-checkout {
    display: grid;
    gap: 12px;
}

.form-checkout input,
.form-checkout textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d8c8b8;
    border-radius: 10px;
    font: inherit;
}

.form-checkout textarea {
    min-height: 110px;
    resize: vertical;
}

.total-finalizar {
    font-size: 20px;
    margin-bottom: 16px;
}

@media (max-width: 900px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
}
.status-pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}

.status-pendente {
    background: #f3e7b7;
    color: #6a5300;
}

.status-pago {
    background: #d7f0d8;
    color: #256c2e;
}

.status-em_producao {
    background: #dbe8f7;
    color: #214d7a;
}

.status-enviado {
    background: #e4dbf7;
    color: #5a3e8d;
}

.status-entregue {
    background: #d6f3ea;
    color: #1d6d59;
}

.status-cancelado {
    background: #f6d9d9;
    color: #8b2f2f;
}

.box-detalhe-pedido {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.resumo-pedido {
    margin-top: 24px;
    background: #f8efe6;
    border-radius: 16px;
    padding: 18px;
}