:root {
--verde: #0b6f2e;
--verde-dark: #075523;
--verde-deep: #043d1b;
--verde-light: #eef7f0;


--branco: #ffffff;
--creme: #faf8f2;

--dourado: #c9a65a;
--dourado-light: #dfc47f;

--texto: #202520;
--texto-light: #687068;

--borda: rgba(11, 111, 46, 0.12);

--sombra: 0 20px 60px rgba(0, 0, 0, .10);

--raio: 22px;


}

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

html {
scroll-behavior: smooth;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

body {
font-family: "DM Sans", Arial, sans-serif;
color: var(--texto);
background: var(--branco);
line-height: 1.6;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

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

a {
color: inherit;
text-decoration: none;
}

button {
font-family: inherit;
}

.container {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}

/* =====================================================
PROMOÇÃO
===================================================== */

.produtos-promo {
background: var(--verde-deep);
color: #fff;
font-size: 13px;
}

.produtos-promo__inner {
min-height: 42px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}

.produtos-promo strong {
color: var(--dourado-light);
}

.produtos-promo a {
margin-left: 8px;
padding: 6px 14px;
border-radius: 30px;
background: #fff;
color: var(--verde-dark);
font-size: 11px;
font-weight: 800;
letter-spacing: .05em;
text-decoration: none;
transition: .25s ease;
}

.produtos-promo a:hover {
transform: translateY(-1px);
}

/* =====================================================
HEADER
===================================================== */

.produtos-header {
position: sticky;
top: 0;
z-index: 1000;
background: rgba(255, 255, 255, .96);
backdrop-filter: blur(15px);
border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.produtos-header__inner {
height: 82px;
display: flex;
align-items: center;
justify-content: space-between;
}

.produtos-brand {
display: flex;
align-items: center;
gap: 11px;
}

.produtos-brand img {
width: 48px;
height: 48px;
object-fit: contain;
}

.produtos-brand div {
display: flex;
flex-direction: column;
line-height: 1.1;
}

.produtos-brand strong {
color: var(--verde-dark);
font-size: 17px;
font-weight: 800;
}

.produtos-brand span {
color: var(--texto-light);
font-size: 12px;
margin-top: 4px;
}

.produtos-nav {
display: flex;
align-items: center;
gap: 31px;
}

.produtos-nav a {
position: relative;
color: #343934;
font-size: 14px;
font-weight: 600;
transition: .25s ease;
}

.produtos-nav a:hover,
.produtos-nav a.active {
color: var(--verde);
}

.produtos-nav a.active::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -9px;
width: 100%;
height: 2px;
background: var(--verde);
border-radius: 10px;
}

.produtos-nav .nav-order {
padding: 12px 20px;
color: #fff;
background: var(--verde);
border-radius: 30px;
}

.produtos-nav .nav-order:hover {
color: #fff;
background: var(--verde-dark);
}

.produtos-nav .nav-order::after {
display: none;
}

.produtos-menu-button {
display: none;
width: 44px;
height: 44px;
border: 0;
background: var(--verde-light);
border-radius: 12px;
cursor: pointer;
padding: 10px;
}

.produtos-menu-button span {
display: block;
width: 100%;
height: 2px;
background: var(--verde-dark);
margin: 5px 0;
border-radius: 4px;
}

.produtos-mobile-menu {
display: none;
}

/* =====================================================
HERO
===================================================== */

.produtos-hero {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 80% 30%, rgba(201, 166, 90, .18), transparent 25%),
linear-gradient(135deg, var(--verde-deep), var(--verde-dark));
color: #fff;
}

.produtos-hero__glow {
position: absolute;
width: 500px;
height: 500px;
right: -180px;
top: -180px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, .08);
box-shadow:
0 0 0 60px rgba(255, 255, 255, .025),
0 0 0 120px rgba(255, 255, 255, .018);
}

.produtos-hero__grid {
min-height: 650px;
display: grid;
grid-template-columns: 1.05fr .95fr;
align-items: center;
gap: 70px;
padding-top: 65px;
padding-bottom: 65px;
}

.produtos-hero__content {
position: relative;
z-index: 2;
}

.produtos-eyebrow {
display: inline-block;
color: var(--dourado-light);
font-size: 12px;
font-weight: 800;
letter-spacing: .18em;
margin-bottom: 20px;
}

.produtos-hero h1 {
max-width: 650px;
font-family: "Playfair Display", Georgia, serif;
font-size: clamp(42px, 5vw, 70px);
line-height: 1.03;
letter-spacing: -.035em;
}

.produtos-hero h1 strong {
display: block;
color: #e8d49c;
font-weight: 700;
}

.produtos-hero__content>p {
max-width: 580px;
margin-top: 25px;
color: rgba(255, 255, 255, .78);
font-size: 17px;
line-height: 1.75;
}

.produtos-hero__buttons {
display: flex;
align-items: center;
gap: 13px;
margin-top: 32px;
}

.btn {
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 50px;
padding: 0 25px;
border-radius: 30px;
font-size: 14px;
font-weight: 800;
transition: .3s ease;
}

.btn:hover {
transform: translateY(-2px);
}

.btn-light {
background: #fff;
color: var(--verde-dark);
}

.btn-outline-light {
color: #fff;
border: 1px solid rgba(255, 255, 255, .45);
}

.btn-outline-light:hover {
background: #fff;
color: var(--verde-dark);
}

.btn-green {
background: var(--verde);
color: #fff;
}

.btn-green:hover {
background: var(--verde-dark);
}

.produtos-hero__address {
display: flex;
align-items: center;
gap: 12px;
margin-top: 38px;
color: rgba(255, 255, 255, .8);
}

.produtos-hero__address span {
width: 38px;
height: 38px;
display: grid;
place-items: center;
background: rgba(255, 255, 255, .1);
border-radius: 50%;
}

.produtos-hero__address div {
display: flex;
flex-direction: column;
}

.produtos-hero__address strong {
font-size: 14px;
color: #fff;
}

.produtos-hero__address small {
font-size: 12px;
margin-top: 2px;
}

.produtos-hero__visual {
position: relative;
display: flex;
justify-content: center;
}

.hero-image-card {
position: relative;
width: min(560px, 100%);
padding: 12px;
background: rgba(255, 255, 255, .12);
border: 1px solid rgba(255, 255, 255, .16);
border-radius: 30px;
transform: rotate(2deg);
box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.hero-image-card img {
width: 100%;
height: auto;
display: block;
border-radius: 22px;
object-fit: contain;
}

.hero-floating-card {
position: absolute;
left: 0;
bottom: 25px;
width: 125px;
height: 125px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fff;
color: var(--verde-dark);
border-radius: 50%;
box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
transform: rotate(-5deg);
}

.hero-floating-card strong {
font-family: "Playfair Display", Georgia, serif;
font-size: 38px;
line-height: 1;
}

.hero-floating-card span {
font-size: 12px;
font-weight: 800;
margin-top: 4px;
}

/* =====================================================
SECTION HEADINGS
===================================================== */

.section-heading {
max-width: 680px;
margin: 0 auto 50px;
text-align: center;
}

.section-heading>span {
display: block;
color: var(--verde);
font-size: 11px;
font-weight: 800;
letter-spacing: .16em;
margin-bottom: 12px;
}

.section-heading h2 {
font-family: "Playfair Display", Georgia, serif;
font-size: clamp(32px, 4vw, 48px);
line-height: 1.15;
color: var(--verde-deep);
}

.section-heading p {
margin-top: 15px;
color: var(--texto-light);
}

.section-heading-light>span {
color: var(--dourado-light);
}

.section-heading-light h2 {
color: #fff;
}

.section-heading-light p {
color: rgba(255, 255, 255, .7);
}

/* =====================================================
DIFERENCIAIS
===================================================== */

.produtos-diferenciais {
padding: 100px 0;
background: var(--creme);
}

.diferenciais-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
}

.diferencial-card {
padding: 30px 25px;
background: #fff;
border: 1px solid var(--borda);
border-radius: var(--raio);
transition: .3s ease;
}

.diferencial-card:hover {
transform: translateY(-5px);
box-shadow: var(--sombra);
}

.diferencial-icon {
width: 50px;
height: 50px;
display: grid;
place-items: center;
background: var(--verde-light);
border-radius: 15px;
font-size: 23px;
margin-bottom: 20px;
}

.diferencial-card h3 {
color: var(--verde-deep);
font-size: 18px;
}

.diferencial-card p {
margin-top: 8px;
color: var(--texto-light);
font-size: 14px;
line-height: 1.7;
}

/* =====================================================
CATEGORIAS
===================================================== */

.produtos-categorias {
padding: 100px 0;
background: var(--verde-deep);
}

.categorias-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 290px;
gap: 18px;
}

.categoria-card {
position: relative;
overflow: hidden;
border-radius: 24px;
background: #133e24;
}

.categoria-card--large {
grid-row: span 2;
}

.categoria-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .6s ease;
}

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

.categoria-overlay {
position: absolute;
inset: auto 0 0 0;
padding: 28px 25px;
color: #fff;
background: linear-gradient(to top,
rgba(0, 0, 0, .75),
rgba(0, 0, 0, 0));
}

.categoria-overlay span {
display: block;
color: var(--dourado-light);
font-size: 9px;
font-weight: 800;
letter-spacing: .15em;
}

.categoria-overlay h3 {
font-family: "Playfair Display", Georgia, serif;
font-size: 30px;
line-height: 1.1;
margin-top: 4px;
}

.categoria-overlay p {
max-width: 300px;
color: rgba(255, 255, 255, .75);
font-size: 12px;
margin-top: 7px;
}

.categoria-overlay strong {
display: inline-block;
margin-top: 12px;
font-size: 12px;
color: #fff;
}

/* =====================================================
CATÁLOGO
===================================================== */

.catalogo-section {
padding: 100px 0;
background: var(--creme);
}

.catalogo-card {
position: relative;
overflow: hidden;
display: grid;
grid-template-columns: 1.2fr .8fr;
min-height: 420px;
background: #fff;
border-radius: 30px;
box-shadow: var(--sombra);
}

.catalogo-content {
padding: 65px;
display: flex;
justify-content: center;
flex-direction: column;
}

.catalogo-content>span {
color: var(--verde);
font-size: 11px;
font-weight: 800;
letter-spacing: .15em;
}

.catalogo-content h2 {
max-width: 550px;
margin-top: 12px;
font-family: "Playfair Display", Georgia, serif;
color: var(--verde-deep);
font-size: clamp(34px, 4vw, 52px);
line-height: 1.1;
}

.catalogo-content p {
max-width: 530px;
margin-top: 17px;
color: var(--texto-light);
}

.catalogo-buttons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 30px;
}

.catalogo-link {
color: var(--verde);
font-size: 13px;
font-weight: 800;
}

.catalogo-visual {
min-height: 420px;
display: grid;
place-items: center;
background:
radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .15), transparent 45%),
var(--verde);
}

.catalogo-paper {
width: 220px;
height: 290px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fff;
color: var(--verde-dark);
box-shadow: 0 30px 60px rgba(0, 0, 0, .25);
transform: rotate(5deg);
}

.catalogo-paper span {
font-size: 16px;
letter-spacing: .16em;
font-weight: 500;
}

.catalogo-paper strong {
font-family: "Playfair Display", Georgia, serif;
font-size: 34px;
line-height: 1;
margin-top: 3px;
}

.catalogo-paper small {
margin-top: 25px;
color: var(--dourado);
font-size: 8px;
letter-spacing: .13em;
font-weight: 800;
}

/* =====================================================
SEO
===================================================== */

.produtos-seo {
padding: 100px 0;
background: #fff;
}

.produtos-seo__inner {
max-width: 850px;
text-align: center;
}

.produtos-seo__inner>span {
color: var(--verde);
font-size: 11px;
font-weight: 800;
letter-spacing: .16em;
}

.produtos-seo h2 {
margin-top: 12px;
font-family: "Playfair Display", Georgia, serif;
color: var(--verde-deep);
font-size: clamp(32px, 4vw, 48px);
line-height: 1.15;
}

.produtos-seo p {
max-width: 720px;
margin: 18px auto 28px;
color: var(--texto-light);
}

/* =========================================================
FOOTER
========================================================= */

.footer {
background: #082713;
color: rgba(255, 255, 255, .72);
}

.footer-grid {
display: grid;
grid-template-columns: 1.5fr .8fr .8fr 1fr;
gap: 55px;
padding: 75px 0;
}

.footer-brand img {
width: 190px;
height: auto;
max-height: 90px;
object-fit: contain;
object-position: left center;
margin-bottom: 20px;
}

.footer-brand p {
max-width: 320px;
font-size: 13px;
line-height: 1.7;
}

.footer-brand>a {
display: inline-block;
margin-top: 15px;
color: #d7bd7e;
font-size: 13px;
}

.footer-column {
display: flex;
flex-direction: column;
gap: 10px;
}

.footer-column h3 {
margin-bottom: 10px;
color: #fff;
font-size: 14px;
}

.footer-column a {
width: fit-content;
font-size: 13px;
transition: .35s ease;
}

.footer-column a:hover {
color: #d7bd7e;
}

.footer-column p {
font-size: 13px;
line-height: 1.8;
}

.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom__inner {
min-height: 65px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
font-size: 11px;
}

/* =====================================================
BOTÃO FLUTUANTE DELIVERY
===================================================== */

.floating-delivery {
position: fixed !important;
right: 20px !important;
bottom: 20px !important;
left: auto !important;
top: auto !important;


z-index: 999999 !important;

display: flex !important;
align-items: center !important;
justify-content: center !important;

width: auto !important;
min-width: 0 !important;
max-width: calc(100vw - 40px) !important;
height: auto !important;

box-sizing: border-box !important;

gap: 7px;
padding: 12px 17px !important;

background: #0b6f2e !important;
color: #fff !important;

border-radius: 50px !important;

box-shadow: 0 12px 35px rgba(0, 0, 0, .22);

font-size: 13px !important;
line-height: 1 !important;

opacity: 1 !important;
visibility: visible !important;

pointer-events: auto !important;

transform: none !important;

transition: .35s ease;


}

.floating-delivery:hover {
background: #075523 !important;
transform: translateY(-3px) !important;
}

.floating-delivery span {
display: inline-block !important;
font-size: 18px !important;
line-height: 1 !important;
}

.floating-delivery strong {
display: inline !important;
color: #fff !important;
white-space: nowrap !important;
font-weight: 700;
}

/* =====================================================
TABLET
===================================================== */

@media (max-width: 950px) {


.produtos-nav {
    display: none;
}

.produtos-menu-button {
    display: block;
}

.produtos-mobile-menu {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;

    padding: 12px 20px 20px;

    background: #fff;

    border-bottom: 1px solid rgba(0, 0, 0, .08);

    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
}

.produtos-mobile-menu.open {
    display: flex;
    flex-direction: column;
}

.produtos-mobile-menu a {
    padding: 14px 5px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 700;
}

.produtos-mobile-menu .mobile-order {
    margin-top: 12px;
    padding: 14px;
    text-align: center;
    color: #fff;
    background: var(--verde);
    border-radius: 30px;
    border: 0;
}

.produtos-hero__grid {
    grid-template-columns: 1fr;
    gap: 45px;
}

.produtos-hero__content {
    text-align: center;
}

.produtos-hero__content>p {
    margin-left: auto;
    margin-right: auto;
}

.produtos-hero__buttons {
    justify-content: center;
}

.produtos-hero__address {
    justify-content: center;
}

.produtos-hero__visual {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
}


}

/* =====================================================
MOBILE
===================================================== */

@media (max-width: 700px) {


.container {
    width: min(100% - 28px, 1180px);
}


/* =====================================================
   PROMOÇÃO — MOBILE
===================================================== */

.produtos-promo__inner {
    min-height: 48px;
    padding: 7px 0;
    flex-wrap: wrap;
    line-height: 1.2;
    gap: 5px;
    font-size: 10px;
}

.produtos-promo .promo-separator {
    display: none;
}

.produtos-promo a {
    margin-left: 4px;
    padding: 5px 9px;
    font-size: 9px;
}


/* =====================================================
   HEADER — MOBILE
===================================================== */

.produtos-header__inner {
    height: 72px;
}

.produtos-brand img {
    width: 42px;
    height: 42px;
}

.produtos-brand strong {
    font-size: 15px;
}

.produtos-mobile-menu {
    top: 72px;
}


/* =====================================================
   HERO — MOBILE
===================================================== */

.produtos-hero__grid {
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.produtos-eyebrow {
    font-size: 9px;
}

.produtos-hero h1 {
    font-size: 43px;
}

.produtos-hero__content>p {
    font-size: 15px;
}

.produtos-hero__buttons {
    flex-direction: column;
}

.produtos-hero__buttons .btn {
    width: 100%;
}

.produtos-hero__visual {
    padding: 0 20px;
}

.hero-image-card {
    transform: none;
    padding: 8px;
    border-radius: 20px;
}

.hero-image-card img {
    aspect-ratio: 1 / 1;
    border-radius: 15px;
}

.hero-floating-card {
    width: 95px;
    height: 95px;
    left: -5px;
    bottom: 15px;
}

.hero-floating-card strong {
    font-size: 29px;
}

.hero-floating-card span {
    font-size: 9px;
}


/* =====================================================
   SEÇÕES — MOBILE
===================================================== */

.produtos-diferenciais,
.produtos-categorias,
.catalogo-section,
.produtos-seo {
    padding: 70px 0;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading h2 {
    font-size: 34px;
}

.diferenciais-grid {
    grid-template-columns: 1fr;
}

.diferencial-card {
    padding: 24px;
}


/* =====================================================
   CATEGORIAS — MOBILE
===================================================== */

.categorias-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 230px;
    gap: 10px;
}

.categoria-card--large {
    grid-column: span 2;
    grid-row: span 1;
}

.categoria-overlay {
    padding: 18px;
}

.categoria-overlay h3 {
    font-size: 23px;
}

.categoria-overlay p {
    display: none;
}


/* =====================================================
   CATÁLOGO — MOBILE
===================================================== */

.catalogo-card {
    grid-template-columns: 1fr;
}

.catalogo-content {
    padding: 40px 25px;
}

.catalogo-content h2 {
    font-size: 35px;
}

.catalogo-visual {
    min-height: 300px;
}


/* =====================================================
   BOTÃO FLUTUANTE — MOBILE
===================================================== */

.floating-delivery {
    position: fixed !important;

    right: 10px !important;
    bottom: 10px !important;
    left: auto !important;
    top: auto !important;

    z-index: 999999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;

    box-sizing: border-box !important;

    padding: 9px 13px !important;

    gap: 6px !important;

    background: #0b6f2e !important;
    color: #fff !important;

    border-radius: 50px !important;

    font-size: 11px !important;
    line-height: 1 !important;

    opacity: 1 !important;
    visibility: visible !important;

    pointer-events: auto !important;

    transform: none !important;
}

.floating-delivery span {
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.floating-delivery strong {
    display: inline !important;
    color: #fff !important;
    white-space: nowrap !important;
}


}

/* =====================================================
MOBILE PEQUENO
===================================================== */

@media (max-width: 430px) {


.produtos-hero h1 {
    font-size: 38px;
}

.produtos-hero__grid {
    padding-top: 50px;
    padding-bottom: 55px;
}

.produtos-hero__address {
    text-align: left;
    justify-content: flex-start;
}

.categorias-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
}

.categoria-card--large {
    grid-column: auto;
}

.catalogo-buttons {
    align-items: stretch;
    flex-direction: column;
}

.catalogo-buttons .btn {
    width: 100%;
}


/* =====================================================
   BOTÃO FLUTUANTE — CELULAR PEQUENO
===================================================== */

.floating-delivery {
    right: 8px !important;
    bottom: 10px !important;
    left: auto !important;

    width: auto !important;
    max-width: calc(100vw - 16px) !important;

    padding: 9px 12px !important;

    font-size: 11px !important;
}

.floating-delivery span {
    font-size: 15px !important;
}


}

/* =====================================================
ANIMAÇÃO DOS CARDS
===================================================== */

.animate-card {
opacity: 0;
transform: translateY(20px);
transition: opacity .6s ease, transform .6s ease;
}

.animate-card.visible {
opacity: 1;
transform: translateY(0);
}

/* =====================================================
MP TECH
===================================================== */

.footer-mptech {
display: inline-flex;
align-items: center;
gap: 8px;
color: inherit;
text-decoration: none;
transition: opacity .3s ease;
}

.footer-mptech img {
width: 32px;
height: 32px;
object-fit: cover;
display: block;
border-radius: 50%;
}

.footer-mptech:hover {
opacity: .7;
}
