/* ============================================================
   MODELO 3 — NATURAL CLARO
   Fundo creme + Tons terrosos + Minimalista orgânico
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --creme:    #F7F2EA;
  --creme2:   #EFE8D8;
  --areia:    #E0D5C0;
  --terra:    #8B6340;
  --terra2:   #6B4A2A;
  --folha:    #4A5E3A;
  --folha2:   #3A4D2C;
  --dourado:  #B8860B;
  --texto:    #3A2E20;
  --texto2:   #7A6850;
  --branco:   #FFFFFF;
}

body { font-family: 'DM Sans', sans-serif; color: var(--texto); background: var(--creme); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* TOPBAR */
.topbar { background: var(--terra2); color: rgba(255,255,255,.65); font-size: .77rem; padding: .45rem 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: .4rem; }
.topbar-item svg { width: 12px; height: 12px; opacity: .6; }
.topbar-esq, .topbar-dir { display: flex; gap: 1.2rem; align-items: center; }
.topbar-dir a { color: var(--areia); }

/* HEADER */
header { background: var(--branco); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--areia); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; gap: 1rem; }
.logo { display: flex; align-items: center; gap: 1rem; }
.logo-icone { width: 44px; height: 44px; background: var(--creme2); border: 2px solid var(--terra); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-icone svg { width: 22px; height: 22px; stroke: var(--terra2); fill: none; }
.logo-texto strong { display: block; color: var(--texto); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; line-height: 1.1; }
.logo-texto span { color: var(--texto2); font-size: .7rem; letter-spacing: .1em; }
.nav-principal { display: flex; align-items: center; gap: .25rem; }
.nav-principal a { color: var(--texto2); padding: .5rem 1rem; font-size: .85rem; font-weight: 500; transition: color .2s; }
.nav-principal a:hover { color: var(--terra); }
.nav-principal a.loja { background: var(--terra2); color: white; border-radius: 6px; padding: .5rem 1.2rem; }
.nav-principal a.loja:hover { background: var(--terra); }
.header-dir { display: flex; align-items: center; gap: .75rem; }
.btn-carrinho { background: var(--creme2); border: 1px solid var(--areia); color: var(--texto); padding: .5rem 1rem; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: .5rem; font-size: .82rem; font-family: 'DM Sans', sans-serif; font-weight: 500; transition: all .2s; position: relative; }
.btn-carrinho svg { width: 16px; height: 16px; stroke: var(--terra); fill: none; }
.btn-carrinho:hover { border-color: var(--terra); }
.carrinho-badge { background: var(--terra); color: white; font-size: .65rem; font-weight: 800; border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .4rem; }
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--texto); }

/* HERO */
.hero { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; background: var(--creme2); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .2; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(247,242,234,.97) 50%, rgba(247,242,234,.5) 100%); }
.hero-content { position: relative; z-index: 2; padding: 5rem 1.5rem; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: var(--terra2); color: rgba(255,255,255,.85); font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .35rem 1rem; border-radius: 999px; margin-bottom: 1.8rem; }
.hero-badge svg { width: 12px; height: 12px; stroke: rgba(255,255,255,.8); fill: none; }
.hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 6vw, 5rem); color: var(--texto); line-height: 1.1; margin-bottom: 1.2rem; font-weight: 700; }
.hero-content h1 em { color: var(--terra); font-style: italic; }
.hero-sub { color: var(--texto2); font-size: 1rem; line-height: 1.75; margin-bottom: 2.2rem; max-width: 500px; font-weight: 300; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 1.8rem; border-radius: 8px; font-weight: 600; font-size: .88rem; cursor: pointer; border: none; transition: all .2s; }
.btn-dourado { background: var(--terra2); color: white; }
.btn-dourado:hover { background: var(--terra); transform: translateY(-1px); }
.btn-outline-branco { background: transparent; color: var(--terra2); border: 1.5px solid var(--terra2); }
.btn-outline-branco:hover { background: var(--terra2); color: white; }
.btn-verde { background: var(--folha); color: white; }
.btn-verde:hover { background: var(--folha2); transform: translateY(-1px); }
.btn-sm { padding: .55rem 1.2rem; font-size: .8rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid var(--areia); }
.hero-stat strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--terra); font-weight: 700; }
.hero-stat span { color: var(--texto2); font-size: .75rem; letter-spacing: .05em; }

/* SEÇÕES */
.secao { padding: 5rem 0; }
.secao-cinza { background: var(--creme2); }
.sec-titulo .pre { color: var(--terra); font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; display: block; margin-bottom: .5rem; }
.sec-titulo h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--texto); line-height: 1.2; font-weight: 700; }
.sec-titulo p { color: var(--texto2); margin-top: .75rem; line-height: 1.75; font-size: .92rem; font-weight: 300; }
.sec-titulo-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* SEGMENTOS */
.segmentos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; }
.seg-card { background: white; border: 1px solid var(--areia); border-radius: 12px; padding: 1.8rem; transition: all .25s; }
.seg-card:hover { border-color: var(--terra); box-shadow: 0 6px 24px rgba(139,99,64,.08); transform: translateY(-2px); }
.seg-icon { width: 46px; height: 46px; background: var(--creme2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; border: 1.5px solid var(--areia); }
.seg-icon svg { width: 22px; height: 22px; stroke: var(--terra2); fill: none; }
.seg-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--texto); margin-bottom: .5rem; font-weight: 700; }
.seg-card p { color: var(--texto2); font-size: .85rem; line-height: 1.65; font-weight: 300; }

/* SOBRE */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.sobre-img { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 16px 48px rgba(58,46,32,.1); }
.sobre-img img { width: 100%; height: 100%; object-fit: cover; }
.sobre-img-badge { position: absolute; bottom: -1.5rem; left: -1.5rem; background: var(--terra); border-radius: 12px; padding: 1.2rem 1.6rem; text-align: center; box-shadow: 0 8px 24px rgba(139,99,64,.3); }
.sobre-img-badge strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: white; font-weight: 700; }
.sobre-img-badge span { color: rgba(255,255,255,.75); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.sobre-texto h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 2.5vw, 2.6rem); color: var(--texto); line-height: 1.2; margin-bottom: 1.2rem; font-weight: 700; }
.sobre-texto p { color: var(--texto2); line-height: 1.8; margin-bottom: 1rem; font-size: .92rem; font-weight: 300; }
.diferenciais-lista { margin: 1.8rem 0; display: flex; flex-direction: column; gap: .9rem; }
.dif-item { display: flex; gap: .85rem; }
.dif-item svg { width: 18px; height: 18px; stroke: var(--terra); fill: none; flex-shrink: 0; margin-top: .15rem; }
.dif-item strong { display: block; font-size: .88rem; color: var(--texto); font-weight: 600; }
.dif-item span { color: var(--texto2); font-size: .8rem; line-height: 1.5; font-weight: 300; }

/* FAIXA DIVISÓRIA */
.faixa-divisoria { background: var(--folha); padding: 3.5rem 0; }
.faixa-divisoria-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.faixa-tag { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 999px; margin-bottom: .75rem; }
.faixa-divisoria h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: white; line-height: 1.25; font-weight: 700; }
.faixa-divisoria h2 span { color: var(--areia); }

/* CATEGORIAS */
.cats-loja { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: .75rem; }
.cat-loja { border-radius: 10px; overflow: hidden; position: relative; aspect-ratio: 4/3; cursor: pointer; }
.cat-loja .bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--areia); transition: transform .3s; }
.cat-loja:hover .bg { transform: scale(1.05); }
.cat-loja::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(58,46,32,.85) 0%, rgba(58,46,32,.05) 65%); }
.cat-loja-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: .85rem 1rem; }
.cat-loja-info h3 { color: white; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 700; }
.cat-loja-info .ver { color: var(--areia); font-size: .72rem; font-weight: 600; }

/* PRODUTOS */
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 1.25rem; }
.prod-card { background: white; border: 1px solid var(--areia); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: all .25s; }
.prod-card:hover { box-shadow: 0 10px 32px rgba(58,46,32,.08); transform: translateY(-3px); border-color: var(--terra); }
.prod-img { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.prod-card:hover .prod-img img { transform: scale(1.04); }
.prod-badge { position: absolute; top: .6rem; left: .6rem; background: var(--terra); color: white; font-size: .68rem; font-weight: 700; padding: .22rem .6rem; border-radius: 999px; }
.prod-badge-novo { background: var(--folha); }
.prod-entrega { position: absolute; bottom: .5rem; right: .5rem; background: rgba(247,242,234,.92); color: var(--terra2); font-size: .62rem; padding: .2rem .5rem; border-radius: 4px; font-weight: 600; }
.prod-body { padding: 1rem 1rem .4rem; flex: 1; display: flex; flex-direction: column; gap: .2rem; }
.prod-cat { color: var(--terra); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.prod-nome { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--texto); font-weight: 700; line-height: 1.25; }
.prod-especie { color: var(--texto2); font-size: .78rem; font-style: italic; font-weight: 300; }
.prod-preco { color: var(--terra2); font-size: 1.1rem; font-weight: 700; margin-top: .5rem; }
.prod-preco small { font-weight: 400; font-size: .75rem; color: var(--texto2); }
.prod-preco-orig { color: var(--areia); font-size: .8rem; text-decoration: line-through; }
.prod-consulta { color: var(--terra); font-weight: 600; font-size: .88rem; margin-top: .5rem; }
.prod-footer { padding: .75rem 1rem; display: flex; gap: .5rem; border-top: 1px solid var(--creme2); }
.btn-add-carrinho { flex: 1; background: var(--folha); color: white; border: none; border-radius: 7px; padding: .6rem; font-size: .8rem; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background .2s; }
.btn-add-carrinho:hover { background: var(--folha2); }
.btn-wpp-prod { width: 36px; height: 36px; background: #25D366; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.btn-wpp-prod svg { width: 18px; height: 18px; fill: white; }

/* FAIXA WPP */
.faixa-wpp { background: var(--creme2); padding: 4.5rem 0; text-align: center; border-top: 1px solid var(--areia); }
.faixa-wpp h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--texto); margin-bottom: .75rem; font-weight: 700; }
.faixa-wpp h2 em { color: var(--terra); font-style: italic; }
.faixa-wpp p { color: var(--texto2); margin-bottom: 2rem; font-size: .92rem; font-weight: 300; }
.faixa-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-wpp { background: #25D366; color: white; padding: .85rem 1.8rem; border-radius: 8px; font-weight: 600; display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; transition: all .2s; }
.btn-wpp svg { width: 20px; height: 20px; fill: white; }
.btn-wpp:hover { background: #1db956; transform: translateY(-1px); }

/* FOOTER */
footer { background: var(--terra2); color: rgba(255,255,255,.55); padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
.footer-marca .logo-icone { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); margin-bottom: .75rem; }
.footer-marca .logo-icone svg { stroke: rgba(255,255,255,.8); }
.footer-marca p { font-size: .83rem; line-height: 1.65; color: rgba(255,255,255,.45); margin-top: .5rem; max-width: 260px; font-weight: 300; }
footer h4 { color: var(--areia); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
footer ul li a { color: rgba(255,255,255,.45); font-size: .83rem; transition: color .2s; font-weight: 300; }
footer ul li a:hover { color: var(--areia); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: .77rem; flex-wrap: wrap; gap: .5rem; }

/* WPP FLOAT */
.wpp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.35); transition: transform .2s; }
.wpp-float:hover { transform: scale(1.1); }
.wpp-float svg { width: 28px; height: 28px; fill: white; }

/* CARRINHO PANEL */
.carrinho-overlay { position: fixed; inset: 0; background: rgba(58,46,32,.5); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .3s; }
.carrinho-overlay.aberto { opacity: 1; pointer-events: all; }
.carrinho-panel { position: fixed; right: 0; top: 0; bottom: 0; width: 380px; max-width: 95vw; background: var(--creme); z-index: 201; transform: translateX(100%); transition: transform .3s; display: flex; flex-direction: column; border-left: 1px solid var(--areia); box-shadow: -8px 0 40px rgba(58,46,32,.1); }
.carrinho-panel.aberto { transform: translateX(0); }
.carrinho-header { padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--areia); display: flex; align-items: center; justify-content: space-between; }
.carrinho-header h3 { font-family: 'Cormorant Garamond', serif; color: var(--texto); font-size: 1.2rem; font-weight: 700; }
.carrinho-fechar { background: none; border: none; cursor: pointer; font-size: 1.4rem; color: var(--texto2); }
.carrinho-itens { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: .75rem; }
.carrinho-vazio { text-align: center; padding: 3rem 1rem; color: var(--areia); }
.carrinho-vazio svg { width: 44px; height: 44px; stroke: var(--areia); fill: none; margin: 0 auto 1rem; }
.item-carrinho { display: flex; gap: .75rem; padding: .75rem; background: var(--creme2); border-radius: 8px; }
.item-carrinho img { width: 58px; height: 58px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.item-info { flex: 1; min-width: 0; }
.item-info strong { display: block; font-size: .85rem; color: var(--texto); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.item-info span { color: var(--texto2); font-size: .77rem; }
.item-preco { font-weight: 700; color: var(--terra); font-size: .88rem; }
.item-remover { background: none; border: none; cursor: pointer; color: var(--areia); font-size: 1rem; }
.item-remover:hover { color: #e44; }
.carrinho-footer { padding: 1.2rem 1.5rem; border-top: 1px solid var(--areia); }
.carrinho-total { display: flex; justify-content: space-between; margin-bottom: 1rem; align-items: center; }
.carrinho-total span { color: var(--texto2); font-size: .82rem; }
.carrinho-total strong { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--terra2); font-weight: 700; }
.btn-finalizar { width: 100%; background: #25D366; color: white; border: none; border-radius: 8px; padding: .9rem; font-size: .88rem; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; display: flex; align-items: center; justify-content: center; gap: .5rem; }

/* RESPONSIVO */
@media (max-width: 768px) {
  .nav-principal { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem; gap: .25rem; border-bottom: 1px solid var(--areia); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
  .nav-principal.aberta { display: flex; }
  .nav-toggle { display: block; }
  .sobre-grid, .faixa-divisoria-inner, .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.5rem; }
}
@media (max-width: 480px) {
  .produtos-grid { grid-template-columns: 1fr 1fr; }
  .segmentos-grid { grid-template-columns: 1fr; }
  .cats-loja { grid-template-columns: 1fr 1fr; }
}

/* Footer extra */
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; margin-top: 2rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; flex-wrap: wrap; gap: .5rem; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; margin-top: 2rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; flex-wrap: wrap; gap: .5rem; }
