/* =====================================================
   ÁGUA VERDE PET STORE — Tema base
   Paleta verde escuro + terracota | Fraunces + Inter
   ===================================================== */

:root {
    /* Paleta */
    --green-deep: #0E3B1E;
    --green-primary: #1E6B3A;
    --green-hover: #185A30;
    --green-light: #E8F1E5;
    --green-50: #F4F8F3;
    --terracota: #D9633B;
    --terracota-hover: #C2542C;
    --terracota-light: #FBE7DC;
    --cream: #FAF6EE;
    --bg: #FFFFFF;
    --bg-alt: #F8FAF7;
    --text: #1A2A1F;
    --text-muted: #5C6B62;
    --border: #E2E8DD;
    --border-strong: #C9D5C2;

    /* Tipografia */
    --font-display: "Fraunces", "Times New Roman", serif;
    --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    /* Layout */
    --container: 1240px;
    --container-narrow: 880px;
    --radius: 14px;
    --radius-sm: 8px;
    --radius-lg: 22px;
    --shadow-sm: 0 1px 2px rgba(14, 59, 30, 0.06), 0 1px 3px rgba(14, 59, 30, 0.05);
    --shadow-md: 0 4px 14px rgba(14, 59, 30, 0.08);
    --shadow-lg: 0 18px 50px rgba(14, 59, 30, 0.12);

    /* Transição */
    --t: 0.2s ease;
}

/* Reset razoável */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--green-primary); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--terracota); }
button { font-family: inherit; cursor: pointer; }
ul, ol { padding-left: 1.2em; }
h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--green-deep);
    line-height: 1.18;
    font-weight: 700;
    margin: 0 0 0.4em;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.4rem); }
h3 { font-size: 1.15rem; font-family: var(--font-body); font-weight: 700; }
p { margin: 0 0 1em; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: absolute; top: -40px; left: 8px; background: var(--green-deep); color: #fff; padding: 8px 12px; z-index: 9999; }
.skip-link:focus { top: 8px; }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.container--narrow { max-width: var(--container-narrow); }

.eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terracota);
    margin: 0 0 0.6em;
}

.text-accent { color: var(--terracota); }

/* ===== Botões ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 22px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.95rem;
    border: 1.5px solid transparent;
    transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
}
.btn--primary { background: var(--green-primary); color: #fff; }
.btn--primary:hover { background: var(--green-hover); color: #fff; }
.btn--accent { background: var(--terracota); color: #fff; }
.btn--accent:hover { background: var(--terracota-hover); color: #fff; }
.btn--ghost { background: transparent; color: var(--green-deep); border-color: var(--border-strong); }
.btn--ghost:hover { background: var(--green-light); color: var(--green-deep); }
.btn--lg { padding: 16px 28px; font-size: 1rem; }
.btn--sm { padding: 8px 14px; font-size: 0.85rem; }

/* ===== Topbar ===== */
.topbar {
    background: var(--green-deep);
    color: #DDE9DB;
    font-size: 0.83rem;
}
.topbar__inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 0;
    gap: 16px;
    flex-wrap: wrap;
}
.topbar__links { display: flex; gap: 18px; }
.topbar a { color: #DDE9DB; }
.topbar a:hover { color: #fff; }

/* ===== Header ===== */
.site-header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
}
.site-header__left { display: flex; align-items: center; gap: 14px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 64px; width: auto; max-width: 180px; object-fit: contain; }
.brand--footer img { height: 84px; max-width: 220px; }
/* Quando o WP Custom Logo é usado, ele envolve a img em <a class="custom-logo-link"> */
.custom-logo-link { display: inline-flex; }
.custom-logo { height: 64px !important; width: auto !important; max-width: 180px !important; }
.site-footer .custom-logo { height: 84px !important; max-width: 220px !important; }

.hamburger { display: none; background: transparent; border: 0; padding: 8px; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--green-deep); }

.site-search {
    display: flex; align-items: center;
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 4px 6px 4px 18px;
    max-width: 520px; width: 100%; justify-self: center;
}
.site-search input {
    flex: 1;
    border: 0; background: transparent; outline: none;
    font: inherit; padding: 10px 4px;
    color: var(--text);
}
.site-search button {
    border: 0; background: var(--green-primary); color: #fff;
    width: 38px; height: 38px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background var(--t);
}
.site-search button:hover { background: var(--green-hover); }

.header-cart {
    position: relative;
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--green-deep);
    border-radius: 50%;
    transition: background var(--t);
}
.header-cart:hover { background: var(--green-light); color: var(--green-deep); }
.header-cart__count {
    position: absolute; top: 0; right: 0;
    min-width: 20px; height: 20px;
    border-radius: 999px;
    background: var(--terracota);
    color: #fff;
    font-size: 0.7rem; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0 5px;
}

.primary-nav { background: var(--green-deep); color: #fff; position: relative; }
.primary-nav__list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0;
}
.primary-nav__item { position: relative; }
/* Item com mega menu não cria contexto de posicionamento — mega menu se ancora no .primary-nav (full width) */
.primary-nav__item--mega { position: static; }
.primary-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #DDE9DB;
    padding: 14px 18px;
    font-weight: 500;
    font-size: 0.95rem;
    border-bottom: 2px solid transparent;
    transition: color var(--t), border-bottom-color var(--t);
}
.primary-nav__link:hover,
.primary-nav__item.current-menu-item .primary-nav__link {
    color: #fff;
    border-bottom-color: var(--terracota);
}
.primary-nav__chevron { transition: transform var(--t); }
.primary-nav__item--mega:hover .primary-nav__chevron,
.primary-nav__item--mega:focus-within .primary-nav__chevron { transform: rotate(180deg); }

/* ===== Mega menu ===== */
.mega-menu {
    position: absolute;
    top: calc(100% + 0px);
    left: 0; right: 0;
    background: #fff;
    color: var(--text);
    box-shadow: 0 16px 40px rgba(14,59,30,0.18);
    border-top: 3px solid var(--terracota);
    padding: 28px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 50;
}
.primary-nav__item--mega:hover > .mega-menu,
.primary-nav__item--mega:focus-within > .mega-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.mega-menu__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}
.mega-menu__cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
.mega-menu__col {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: var(--radius);
    background: var(--bg-alt);
    color: var(--green-deep);
    text-decoration: none;
    transition: background var(--t), transform var(--t);
}
.mega-menu__col:hover {
    background: var(--green-light);
    transform: translateY(-2px);
    color: var(--green-deep);
}
.mega-menu__icon {
    width: 48px; height: 48px;
    flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--green-primary);
}
.mega-menu__icon-svg { width: 28px; height: 28px; }
.mega-menu__col-body { min-width: 0; }
.mega-menu__col-title {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--green-deep);
    font-size: 1rem;
    line-height: 1.15;
    margin: 0 0 2px;
}
.mega-menu__col-count {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 600;
}
.mega-menu__see-all {
    align-self: flex-start;
    font-weight: 700;
    color: var(--terracota);
    font-size: 0.88rem;
    padding: 6px 0;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.mega-menu__see-all:hover { border-bottom-color: var(--terracota); color: var(--terracota); }

/* Mobile menu — grupos em sanfona (fechados por padrão) */
.mobile-menu__group-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid var(--border);
}
.mobile-menu__group-row > a {
    flex: 1;
    font-weight: 700;
    color: var(--green-deep);
    border-bottom: 0 !important;
}
.mobile-menu__acc {
    flex: none;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: var(--green-50);
    border: 0;
    border-radius: 50%;
    color: var(--green-deep);
    cursor: pointer;
}
.mobile-menu__acc svg { transition: transform 0.2s ease; }
.mobile-menu__group.is-open .mobile-menu__acc { background: var(--green-light); }
.mobile-menu__group.is-open .mobile-menu__acc svg { transform: rotate(180deg); }
.mobile-menu__sublist {
    list-style: none;
    margin: 0 0 0 4px;
    padding: 0 0 0 12px;
    border-left: 2px solid var(--green-light);
    display: none;
}
.mobile-menu__group.is-open .mobile-menu__sublist { display: block; padding: 4px 0 8px 12px; }
.mobile-menu__sublist li a {
    display: block;
    padding: 9px 0;
    font-size: 0.92rem;
    border: 0 !important;
    color: var(--text);
}

/* Mobile menu */
.mobile-menu {
    position: fixed; inset: 0;
    background: rgba(14,59,30,0.92);
    backdrop-filter: blur(6px);
    z-index: 1000;
    visibility: hidden; opacity: 0;
    transition: opacity var(--t), visibility var(--t);
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu__inner {
    background: #fff;
    width: min(86%, 360px);
    height: 100%;
    padding: 64px 24px 28px;
    margin-left: auto; /* drawer pela direita */
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-menu.is-open .mobile-menu__inner { transform: translateX(0); }
.mobile-menu__close {
    position: absolute; top: 14px; right: 14px; z-index: 2;
    width: 40px; height: 40px;
    background: transparent; border: 0;
    font-size: 32px; color: var(--green-deep);
}
.mobile-menu__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.mobile-menu__list a {
    display: block;
    padding: 14px 0;
    font-size: 1.05rem;
    color: var(--green-deep);
    border-bottom: 1px solid var(--border);
}

/* ===== Section header ===== */
.section-header { text-align: center; margin: 0 auto 36px; max-width: 720px; }
.section-header--row { display: flex; align-items: end; justify-content: space-between; gap: 16px; text-align: left; max-width: none; margin-bottom: 28px; }
.section-header--row .eyebrow { margin-bottom: 0; }
.section-title { margin: 0; }
.section-link { font-weight: 600; color: var(--green-primary); }
.section-link:hover { color: var(--terracota); }

/* ===== Hero (Slider — estilo banner, contido) ===== */
.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--green-deep);
    width: min(100% - 32px, var(--container));
    margin: 22px auto 56px;
    height: clamp(280px, 32vw, 420px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    isolation: isolate;
}
.hero--placeholder {
    background: linear-gradient(135deg, var(--green-50) 0%, var(--cream) 100%);
    color: var(--green-deep);
    height: clamp(220px, 26vw, 320px);
    display: flex; align-items: center;
}
.hero--placeholder .hero__title { color: var(--green-deep); }

.hero__slides { position: absolute; inset: 0; }
.hero__slide {
    position: absolute; inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.7s ease, transform 1.6s cubic-bezier(.2,.7,.2,1);
    pointer-events: none;
    visibility: hidden;
}
.hero__slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    visibility: visible;
}
.hero__bg {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    z-index: 0;
    max-width: none !important;
}
.hero__bg--placeholder {
    background:
        repeating-linear-gradient(45deg, rgba(255,255,255,0.04), rgba(255,255,255,0.04) 12px, transparent 12px, transparent 24px),
        linear-gradient(135deg, var(--green-deep), #14512A);
}
.hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(14,59,30,0.78) 0%, rgba(14,59,30,0.45) 40%, rgba(14,59,30,0.05) 75%, transparent 100%);
    z-index: 1;
}
.hero__content {
    position: relative; z-index: 2;
    height: 100%;
    width: 100%;
    max-width: none !important;
    display: flex; flex-direction: column; justify-content: center;
    padding: 36px clamp(28px, 5vw, 56px);
    color: #fff;
}
.hero__content > * { max-width: 520px; }
.hero__content .eyebrow {
    color: #FFD9C4;
    background: rgba(217, 99, 59, 0.22);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
    align-self: flex-start;
    backdrop-filter: blur(6px);
    font-size: 0.7rem;
}
.hero__title {
    color: #fff;
    font-size: clamp(1.5rem, 0.9rem + 1.8vw, 2.6rem);
    margin-bottom: 12px;
    line-height: 1.1;
    text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.hero__title .text-accent { color: #FFB48A; }
.hero__lead {
    font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
    color: rgba(255,255,255,0.95);
    margin-bottom: 22px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

.hero--page {
    height: auto;
    padding: 64px 0;
}
.hero--page .hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: center;
}
.hero--page .hero__title { color: var(--green-deep); text-shadow: none; }
.hero--page .hero__lead { color: var(--text-muted); text-shadow: none; }
.hero--page .hero__media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 3;
    background: var(--green-light);
}
.hero--page .hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* Botões "ghost" claros para fundos escuros */
.btn--ghost-light {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(8px);
}
.btn--ghost-light:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
    border-color: rgba(255,255,255,0.7);
}

/* Setas */
.hero__arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 0;
    color: var(--green-deep);
    cursor: pointer;
    z-index: 3;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    opacity: 0;
    transition: opacity 0.25s ease, background var(--t), transform var(--t);
}
.hero:hover .hero__arrow { opacity: 1; }
.hero__arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.hero__arrow:active { transform: translateY(-50%) scale(0.94); }
.hero__arrow--prev { left: 16px; }
.hero__arrow--next { right: 16px; }

/* Dots numerados, estilo Cobasi */
.hero__dots {
    position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 6px;
    z-index: 3;
}
.hero__dots button {
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    background: rgba(255,255,255,0.85);
    color: var(--green-deep);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font: 600 0.75rem var(--font-body);
    line-height: 26px;
    transition: background var(--t), color var(--t), transform var(--t);
}
.hero__dots button:hover { background: #fff; transform: translateY(-1px); }
.hero__dots button.is-active {
    background: var(--terracota);
    color: #fff;
    box-shadow: 0 2px 6px rgba(217, 99, 59, 0.4);
}

/* ===== Slide split-promo (estilo banho/tosa Cobasi) ===== */
.hero__slide--split { background: var(--cream); }
.hero__split {
    position: absolute; inset: 0;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
    overflow: hidden;
}
.hero__bubbles {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    z-index: 0;
    pointer-events: none;
}
.hero__split-text {
    position: relative; z-index: 1;
    padding: 28px clamp(24px, 4vw, 56px);
    display: flex; flex-direction: column; justify-content: center;
    color: var(--green-deep);
    max-width: 100%;
}
.hero__split-logo {
    height: 48px;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain;
    margin-bottom: 14px;
    align-self: flex-start;
}
.hero__split-text .eyebrow,
.eyebrow--terra {
    color: var(--terracota);
    background: transparent;
    padding: 0;
    margin-bottom: 8px;
    align-self: flex-start;
    backdrop-filter: none;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
}
.hero__split-title {
    font-family: var(--font-display);
    color: var(--green-deep);
    font-size: clamp(1.6rem, 1rem + 2.6vw, 3rem);
    line-height: 1.05;
    margin: 0 0 10px;
    text-shadow: none;
    font-weight: 800;
}
.hero__split-title .text-accent { color: var(--terracota); }
.hero__split-title .hero-badge {
    display: inline-block;
    color: var(--terracota);
    font-style: italic;
    font-weight: 800;
    transform: translateY(-0.06em);
}
.hero__split-lead {
    color: var(--text);
    font-style: italic;
    font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1.05rem);
    margin-bottom: 18px;
    text-shadow: none;
    max-width: 30ch;
}
.hero__split-cta {
    align-self: flex-start;
    background: var(--green-deep);
    color: #fff;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background var(--t), transform var(--t), box-shadow var(--t);
    box-shadow: 0 4px 14px rgba(14,59,30,0.25);
}
.hero__split-cta:hover {
    background: #14512A;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(14,59,30,0.35);
}

.hero__split-media {
    position: relative; z-index: 1;
    overflow: hidden;
    display: flex;
}
.hero__split-media::before {
    /* Curva sutil que separa o texto da foto */
    content: "";
    position: absolute;
    top: -10%; bottom: -10%; left: -40px;
    width: 80px;
    background: var(--cream);
    border-radius: 50%;
    z-index: 2;
}
.hero__split-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    max-width: none !important;
}

/* Hero progress bar (subtle) */
.hero__progress {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(255,255,255,0.15);
    z-index: 3;
}
.hero__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--terracota) 0%, #FFB48A 100%);
    transition: width linear;
}

/* ===== Banner placeholder ===== */
.banner-placeholder {
    width: 100%; height: 100%;
    min-height: 200px;
    background:
        repeating-linear-gradient(45deg, var(--green-light), var(--green-light) 12px, transparent 12px, transparent 24px),
        var(--cream);
    border: 2px dashed var(--green-primary);
    border-radius: var(--radius);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; padding: 16px; text-align: center;
    color: var(--green-deep);
}
.banner-placeholder--small { min-height: 140px; }
.banner-placeholder__label {
    font-family: var(--font-display); font-weight: 800;
    font-size: 1.1rem; letter-spacing: 0.06em;
    background: var(--green-deep); color: #fff;
    padding: 4px 12px; border-radius: 999px;
}
.banner-placeholder__hint { font-size: 0.78rem; color: var(--text-muted); }
.banner-placeholder code { background: rgba(14,59,30,0.08); padding: 1px 6px; border-radius: 4px; font-size: 0.78rem; }

/* ===== Value strip ===== */
.value-strip { background: var(--bg-alt); border-block: 1px solid var(--border); }
.value-strip__grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    padding: 28px 0;
}
.value-item { display: flex; align-items: center; gap: 14px; }
.value-item__text strong { display: block; color: var(--green-deep); font-weight: 700; line-height: 1.25; }
.value-item__text span { display: block; color: var(--text-muted); font-size: 0.88rem; line-height: 1.35; margin-top: 2px; }
.value-item__icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, var(--green-light) 0%, var(--cream) 100%);
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    position: relative;
    color: var(--green-primary);
    transition: transform var(--t), background var(--t), color var(--t);
}
.value-item:hover .value-item__icon {
    background: linear-gradient(135deg, var(--green-primary) 0%, var(--green-deep) 100%);
    color: #fff;
    transform: scale(1.05);
}
.value-item__svg { width: 28px; height: 28px; }

/* ===== Promo strip — mosaico (2 promos foto + 4 tiles categoria) ===== */
.promo-strip { padding: 24px 0 56px; }
.promo-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* Mosaico 1 linha: [Promo (2col)] [Cat] [Cat] [Cat] */
.promo-strip__mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 16px;
}
.promo-strip__mosaic .promo-card--photo { grid-column: span 1; aspect-ratio: 16 / 11; }
.promo-strip__mosaic .cat-tile { grid-column: span 1; }

/* Tiles de categoria */
.cat-tile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 18px;
    border-radius: var(--radius);
    color: var(--green-deep);
    text-decoration: none;
    transition: transform var(--t), box-shadow var(--t);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}
.cat-tile:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    color: var(--green-deep);
}
.cat-tile:hover .cat-tile__icon { transform: rotate(-6deg) scale(1.08); }

.cat-tile--green  { background: linear-gradient(135deg, #DCEAD2 0%, #E8F1E5 100%); }
.cat-tile--terra  { background: linear-gradient(135deg, #FBE7DC 0%, #FAEFE8 100%); }
.cat-tile--cream  { background: linear-gradient(135deg, #FAF6EE 0%, #F5EFE3 100%); }
.cat-tile--mint   { background: linear-gradient(135deg, #D6EBDD 0%, #E5F2E9 100%); }

.cat-tile__icon {
    width: 56px; height: 56px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green-primary);
    transition: transform var(--t);
}
.cat-tile--terra .cat-tile__icon { color: var(--terracota); }
.cat-tile__icon-svg { width: 36px; height: 36px; }

.cat-tile__body { min-width: 0; flex: 1; }
.cat-tile__name {
    font-family: var(--font-display);
    font-weight: 800;
    color: var(--green-deep);
    font-size: 1.1rem;
    line-height: 1.1;
    margin: 0 0 2px;
}
.cat-tile--terra .cat-tile__name { color: #6B2D14; }
.cat-tile__desc {
    color: var(--text-muted);
    font-size: 0.78rem;
    margin: 0 0 6px;
    line-height: 1.3;
}
.cat-tile__cta {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cat-tile--terra .cat-tile__cta { color: var(--terracota); }
.promo-card {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    border-radius: var(--radius);
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    transition: transform var(--t), box-shadow var(--t);
    box-shadow: var(--shadow-sm);
}
.promo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); color: #fff; }
.promo-card:hover .promo-card__media img { transform: scale(1.06); }

.promo-card__media {
    position: absolute; inset: 0;
    z-index: 0;
    background: var(--cream);
    overflow: hidden;
}
.promo-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease;
    max-width: none !important;
}
.promo-card__media .banner-placeholder { border: 0; border-radius: 0; height: 100%; }
.promo-card__media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(14,59,30,0.88) 0%, rgba(14,59,30,0.55) 50%, rgba(14,59,30,0.15) 100%);
    z-index: 1;
}

.promo-card__body {
    position: absolute; inset: 0;
    z-index: 2;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
.promo-card__body > * { max-width: 80%; }
.promo-card__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.1rem, 0.9rem + 0.6vw, 1.4rem);
    line-height: 1.15;
    margin: 0 0 6px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.promo-card__desc {
    color: rgba(255,255,255,0.9);
    margin: 0 0 12px;
    font-size: 0.9rem;
    text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}
.promo-card__cta {
    display: inline-flex; align-items: center; gap: 6px;
    align-self: flex-start;
    font-weight: 700;
    color: #fff;
    background: var(--terracota);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    transition: background var(--t), transform var(--t);
}
.promo-card:hover .promo-card__cta { background: var(--terracota-hover); transform: translateX(2px); }

/* ===== Category rail ===== */
.cat-rail-section { padding: 64px 0; background: var(--bg-alt); }
.cat-rail .product-rail__item {
    flex: 0 0 220px;
    min-width: 200px;
    max-width: 240px;
}
.cat-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform var(--t), box-shadow var(--t), border-color var(--t);
    color: inherit;
    display: flex; flex-direction: column;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-primary); color: inherit; }
.cat-card__media {
    aspect-ratio: 4 / 3; overflow: hidden;
    background: linear-gradient(135deg, var(--green-light) 0%, var(--cream) 100%);
    display: flex; align-items: center; justify-content: center;
    transition: background var(--t);
}
.cat-card:hover .cat-card__media { background: linear-gradient(135deg, var(--green-light) 0%, var(--terracota-light) 100%); }
.cat-card__media img { width: 100%; height: 100%; object-fit: cover; }
.cat-card__icon-wrap {
    width: 64%; height: 64%;
    display: flex; align-items: center; justify-content: center;
    color: var(--green-primary);
    transition: transform var(--t), color var(--t);
}
.cat-card:hover .cat-card__icon-wrap { transform: scale(1.06); color: var(--green-deep); }
.cat-card__icon { width: 100%; height: 100%; }
.cat-card__body { padding: 16px 18px; }
.cat-card__body h3 { margin: 0; color: var(--green-deep); font-family: var(--font-display); font-weight: 700; }
.cat-card__count { color: var(--text-muted); font-size: 0.85rem; }

/* ===== Featured products section ===== */
.featured-products { padding: 64px 0; }
.section-controls { display: flex; align-items: center; gap: 16px; }

/* Rail / slider horizontal de produtos */
.product-rail {
    position: relative;
    margin: 0 -16px; /* permite ver edge-to-edge ainda dentro do container */
    padding: 0 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--green-light) transparent;
}
.product-rail::-webkit-scrollbar { height: 6px; }
.product-rail::-webkit-scrollbar-track { background: transparent; }
.product-rail::-webkit-scrollbar-thumb { background: var(--green-light); border-radius: 3px; }
.product-rail::-webkit-scrollbar-thumb:hover { background: var(--green-primary); }

.product-rail__track {
    display: flex;
    gap: 18px;
    padding: 4px 0 18px;
    margin: 0;
    list-style: none;
}
.product-rail__item {
    flex: 0 0 calc((100% - 18px * 4) / 5); /* 5 visíveis no desktop */
    min-width: 220px;
    max-width: 260px;
    scroll-snap-align: start;
}
.product-rail__item .product-card {
    height: 100%;
}

.rail-nav { display: inline-flex; gap: 6px; }
.rail-nav__btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--green-deep);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background var(--t), border-color var(--t), color var(--t), transform var(--t);
}
.rail-nav__btn:hover {
    background: var(--green-primary);
    border-color: var(--green-primary);
    color: #fff;
}
.rail-nav__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.rail-nav__btn:disabled:hover {
    background: #fff;
    border-color: var(--border);
    color: var(--green-deep);
}

/* ===== Product card ===== */
.products--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-primary); }
.product-card__media {
    aspect-ratio: 1 / 1; overflow: hidden;
    background: #fff;
    position: relative;
    display: block;
}
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.product-card__badge {
    position: absolute; top: 12px; left: 12px;
    background: var(--terracota); color: #fff;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 999px;
    z-index: 1;
}
.product-card__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card__title {
    font-family: var(--font-body);
    font-size: 0.92rem; font-weight: 600;
    line-height: 1.35;
    margin: 0;
    min-height: 4.05em;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.product-card__title a { color: var(--green-deep); }
.product-card__title a:hover { color: var(--terracota); }
.product-card__price {
    font-family: var(--font-display);
    font-size: 1.25rem; font-weight: 700; color: var(--green-deep);
    line-height: 1;
}
.product-card__price ins { text-decoration: none; color: var(--terracota); }
.product-card__price del { color: var(--text-muted); font-size: 0.85em; font-weight: 400; margin-right: 6px; }
.product-card__cta { margin-top: auto; }

/* ===== Brand strip ===== */
.brand-strip { padding: 48px 0; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.brand-strip__title { text-align: center; font-size: 0.9rem; color: var(--text-muted); font-family: var(--font-body); font-weight: 500; margin-bottom: 22px; }
.brand-strip__list { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.brand-pill {
    background: var(--green-light); color: var(--green-deep);
    padding: 8px 18px; border-radius: 999px; font-weight: 500;
}

/* ===== Newsletter ===== */
.newsletter {
    background: linear-gradient(135deg, var(--green-deep) 0%, #14512A 100%);
    color: #fff; padding: 64px 0;
}
.newsletter__inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
}
.newsletter h2 { color: #fff; }
.newsletter p { color: #DDE9DB; margin: 0; }
.newsletter__form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter__form input {
    flex: 1; min-width: 220px;
    padding: 14px 16px;
    border: 0; border-radius: var(--radius-sm);
    font: inherit;
    color: var(--text);
}

/* ===== Page generic ===== */
.page-header { padding: 36px 0 8px; }
.page-header--center { text-align: center; max-width: 720px; margin: 0 auto; padding: 48px 0 16px; }
.page-lead { font-size: 1.1rem; color: var(--text-muted); }
.page-content { padding: 24px 0 64px; }

/* ===== Breadcrumbs ===== */
.breadcrumbs {
    padding: 16px 0;
    font-size: 0.85rem;
    color: var(--text-muted);
    display: flex; gap: 8px; flex-wrap: wrap;
}
.breadcrumbs a { color: var(--green-primary); }
.breadcrumbs .current { color: var(--text); font-weight: 500; }

/* ===== Sobre — values ===== */
.values { padding: 64px 0; background: var(--bg-alt); }
.values__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.value-card { background: #fff; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); }
.value-card__icon { font-size: 2rem; margin-bottom: 8px; }
.value-card h3 { color: var(--green-deep); font-family: var(--font-display); margin-bottom: 6px; font-size: 1.15rem; font-weight: 700; }
.value-card p { color: var(--text-muted); margin: 0; font-size: 0.95rem; }

/* ===== CTA section ===== */
.cta-section { background: var(--terracota); color: #fff; padding: 72px 0; text-align: center; }
.cta-section h2 { color: #fff; margin-bottom: 8px; }
.cta-section p { margin-bottom: 22px; opacity: 0.9; }
.cta-section__inner { max-width: 720px; margin: 0 auto; }

/* ===== Contato ===== */
.contato__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; padding: 24px 0 64px; }
.contato__info { display: grid; gap: 14px; }
.contato-card { background: #fff; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); }
.contato-card h3 { color: var(--green-deep); font-family: var(--font-display); margin: 0 0 6px; font-size: 1rem; font-weight: 700; }
.contato-card p { margin: 0 0 8px; color: var(--text-muted); }
.contato-card a { color: var(--green-primary); }
.contato__form { background: #fff; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); display: grid; gap: 14px; }
.contato__form h2 { margin-top: 0; }
.contato__form label { display: grid; gap: 6px; font-size: 0.9rem; color: var(--text); font-weight: 500; }
.contato__form input,
.contato__form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font: inherit;
    color: var(--text);
    background: var(--bg-alt);
    transition: border-color var(--t), background var(--t);
}
.contato__form input:focus,
.contato__form textarea:focus { outline: 0; border-color: var(--green-primary); background: #fff; }
.contato__form textarea { resize: vertical; min-height: 120px; }

/* ===== 404 ===== */
.error-404 { padding: 96px 0; text-align: center; }
.error-404__inner { max-width: 560px; margin: 0 auto; }
.error-404__cta { display: flex; justify-content: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }

/* ===== Footer ===== */
.site-footer {
    background: var(--green-deep);
    color: #DDE9DB;
    padding: 64px 0 24px;
    margin-top: 64px;
}
.site-footer h4, .footer-widget__title {
    color: #fff;
    font-family: var(--font-display); font-weight: 700;
    margin: 0 0 14px; font-size: 1rem; letter-spacing: 0.02em;
}
.site-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-footer__brand .brand img,
.site-footer__brand .custom-logo { filter: brightness(0) invert(1); height: 84px !important; max-width: 220px !important; width: auto !important; }
.site-footer__tagline { margin: 12px 0 18px; max-width: 28ch; opacity: 0.85; }
.site-footer__social { display: flex; gap: 10px; }
.site-footer__social a {
    width: 38px; height: 38px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08); color: #fff;
    transition: background var(--t);
}
.site-footer__social a:hover { background: var(--terracota); }
.site-footer__col ul { list-style: none; padding: 0; margin: 0; }
.site-footer__col li { margin-bottom: 8px; }
.site-footer__col a { color: #DDE9DB; }
.site-footer__col a:hover { color: #fff; }
.site-footer__bottom {
    display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
    padding-top: 22px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
}
.site-footer__nav { list-style: none; padding: 0; margin: 0; display: flex; gap: 18px; }

/* ===== Woo layout com sidebar ===== */
.woo-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;
    padding-top: 16px;
}
.woo-layout__main { min-width: 0; position: relative; transition: opacity 0.2s ease; }
.woo-layout__main.is-loading { opacity: 0.5; pointer-events: none; }
.woo-layout__main.is-loading::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid var(--green-light);
    border-top-color: var(--green-primary);
    animation: avps-spin 0.7s linear infinite;
    z-index: 10;
}
@keyframes avps-spin {
    to { transform: translateX(-50%) rotate(360deg); }
}

.category-sidebar {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px 16px;
    position: static;
}
/* Em archives o filters-panel tem seu próprio container, evita "card dentro de card" */
.category-sidebar:has(.filters-panel) {
    background: transparent;
    border: 0;
    padding: 0;
}
.category-sidebar__title {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--green-deep);
    margin: 0 0 12px;
    padding: 0 8px 10px;
    border-bottom: 1px solid var(--border);
    font-weight: 700;
}
.category-sidebar__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.category-sidebar__item a {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 10px;
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 500;
    transition: background var(--t), color var(--t);
}
.category-sidebar__item a:hover { background: var(--green-50); color: var(--green-deep); }
.category-sidebar__item.is-active a {
    background: var(--green-light);
    color: var(--green-deep);
    font-weight: 700;
}
.category-sidebar__item.is-active a::before {
    content: ""; display: block;
    width: 3px; height: 20px;
    background: var(--terracota);
    border-radius: 2px;
    position: absolute; left: 0;
}
.category-sidebar__item a { position: relative; }
.category-sidebar__icon {
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: var(--green-50);
    color: var(--green-primary);
    flex-shrink: 0;
    transition: background var(--t), color var(--t);
}
.category-sidebar__item.is-active .category-sidebar__icon { background: var(--green-primary); color: #fff; }
.category-sidebar__icon-svg { width: 20px; height: 20px; }
.category-sidebar__icon svg { width: 18px; height: 18px; }
.category-sidebar__label { flex: 1; }
.category-sidebar__count {
    font-size: 0.72rem; font-weight: 700;
    color: var(--text-muted);
    background: var(--bg-alt);
    padding: 2px 8px; border-radius: 999px;
    flex-shrink: 0;
}
.category-sidebar__item.is-active .category-sidebar__count {
    color: var(--green-deep);
    background: #fff;
}

.category-sidebar__help {
    margin-top: 22px;
    padding: 16px;
    background: linear-gradient(135deg, var(--green-deep) 0%, #14512A 100%);
    color: #fff;
    border-radius: var(--radius);
    text-align: center;
}

/* ===== Filtros premium ===== */
.filters-panel {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.filters-panel__header {
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: -4px;
}
.filters-panel__title {
    font-family: var(--font-display);
    font-size: 1rem; font-weight: 700;
    color: var(--green-deep);
    margin: 0;
    display: inline-flex; align-items: center; gap: 8px;
}
.filters-panel__clear {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--terracota);
    text-decoration: none;
}
.filters-panel__clear:hover { color: var(--terracota-hover); text-decoration: underline; }

.filter-group {
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.filter-group__label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--green-deep);
    padding: 0;
    margin: 0;
    display: block;
}

/* Tags ativas */
.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 12px;
    margin-bottom: -4px;
    border-bottom: 1px dashed var(--border);
}
.filter-tags[hidden] { display: none; }
.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px 5px 12px;
    border-radius: 999px;
    border: 0 !important;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    background: var(--green-light);
    color: var(--green-deep);
    text-decoration: none;
    transition: background var(--t), transform var(--t);
    cursor: pointer;
}
.filter-tag:hover {
    background: var(--terracota-light);
    color: var(--terracota-hover);
    transform: translateY(-1px);
}
.filter-tag--cat    { background: var(--green-light);     color: var(--green-deep); }
.filter-tag--price  { background: var(--terracota-light); color: var(--terracota); }
.filter-tag--attr   { background: var(--cream);           color: var(--text); }
.filter-tag--search { background: var(--green-deep);      color: #fff; }
.filter-tag--search:hover { background: var(--green-hover); color: #fff; }
.filter-tag--search .filter-tag__x { background: rgba(255,255,255,0.18); }
.filter-tag--search:hover .filter-tag__x { background: rgba(255,255,255,0.32); }
.filter-tag__x {
    display: inline-flex; align-items: center; justify-content: center;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: rgba(0,0,0,0.08);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}
.filter-tag:hover .filter-tag__x { background: rgba(0,0,0,0.18); }

/* Checkboxes custom */
.filter-checks {
    display: flex; flex-direction: column;
    gap: 8px;
}
/* Atributos podem ter scroll quando muito grandes (categorias e preço sempre expandidos) */
.filter-checks--scroll {
    max-height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 4px;
}
.filter-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.88rem;
    color: var(--text);
    transition: color var(--t);
    user-select: none;
}
.filter-check:hover { color: var(--green-deep); }
.filter-check input { position: absolute; opacity: 0; pointer-events: none; }
.filter-check__box {
    width: 18px; height: 18px;
    flex-shrink: 0;
    background: #fff;
    border: 1.5px solid var(--border-strong);
    border-radius: 5px;
    position: relative;
    transition: background var(--t), border-color var(--t);
}
.filter-check__box::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><path d='m4 12 5 5 11-11'/></svg>") center/contain no-repeat;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity var(--t), transform var(--t);
}
.filter-check input:checked + .filter-check__box {
    background: var(--green-primary);
    border-color: var(--green-primary);
}
.filter-check input:checked + .filter-check__box::after {
    opacity: 1;
    transform: scale(1);
}
.filter-check input:focus-visible + .filter-check__box {
    box-shadow: 0 0 0 3px rgba(30, 107, 58, 0.18);
}
.filter-check__label { flex: 1; }
.filter-check__icon {
    width: 28px; height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--green-50);
    color: var(--green-primary);
    flex-shrink: 0;
    transition: background var(--t), color var(--t);
}
.filter-check input:checked ~ .filter-check__icon,
.filter-check--icon:has(input:checked) .filter-check__icon {
    background: var(--green-primary);
    color: #fff;
}
.filter-check__icon-svg { width: 18px; height: 18px; }
.filter-check__count {
    margin-left: auto;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
    background: var(--bg-alt);
    padding: 2px 7px;
    border-radius: 999px;
}
.filter-check input:checked ~ .filter-check__count {
    color: var(--green-deep);
    background: var(--green-light);
}

.filters-panel__submit {
    margin-top: 4px;
    width: 100%;
    justify-content: center;
}
.category-sidebar__help h3 {
    color: #fff;
    font-family: var(--font-display);
    font-size: 1rem;
    margin: 0 0 6px;
}
.category-sidebar__help p { font-size: 0.85rem; opacity: 0.9; margin: 0 0 12px; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .hero { height: clamp(220px, 38vw, 320px); }
    .hero__arrow { width: 36px; height: 36px; opacity: 1; }
    .hero__arrow--prev { left: 10px; }
    .hero__arrow--next { right: 10px; }
    .hero--page .hero__inner { grid-template-columns: 1fr; }
    .hero--page .hero__media { order: -1; }
    .promo-strip__grid { grid-template-columns: 1fr; }
    /* Mosaico tablet: promos full + tiles em 2-col */
    .promo-strip__mosaic { grid-template-columns: repeat(2, 1fr); }
    .promo-strip__mosaic .promo-card--photo { grid-column: 1 / -1; aspect-ratio: 16/9; }
    .promo-strip__mosaic .cat-tile { grid-column: span 1; }
    .value-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .newsletter__inner { grid-template-columns: 1fr; }
    .site-footer__top { grid-template-columns: 1fr 1fr; }
    .contato__grid { grid-template-columns: 1fr; }
    .section-header--row { flex-direction: column; align-items: flex-start; }
    .woo-layout { grid-template-columns: 1fr; }
    .category-sidebar { position: static; }
    .category-sidebar__list { flex-direction: row; flex-wrap: wrap; gap: 6px; }
    .category-sidebar__item { flex: 1 1 calc(50% - 3px); }
    .category-sidebar__help { display: none; }
    /* Rail tablet: 3 cards visíveis */
    .product-rail__item { flex: 0 0 calc((100% - 18px * 2) / 3); min-width: 220px; max-width: none; }
}
@media (max-width: 720px) {
    .site-header__inner { grid-template-columns: auto auto auto; gap: 8px; }
    .site-header__inner > .site-search { grid-column: 1 / -1; max-width: none; order: 3; }
    .hamburger { display: inline-flex; }
    .primary-nav { display: none; }
    .value-strip__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .site-footer__top { grid-template-columns: 1fr; gap: 28px; }
    .topbar__msg { display: none; }
    /* Mosaico mobile: tudo em 1 coluna */
    .promo-strip__mosaic { grid-template-columns: 1fr; }
    .promo-strip__mosaic .promo-card--photo { aspect-ratio: 16/10; }
    .hero {
        margin: 14px auto 32px;
        height: clamp(320px, 70vw, 420px);
        border-radius: var(--radius);
    }
    /* Rail mobile: cards menores */
    .product-rail__item { flex: 0 0 70%; min-width: 200px; }
    .hero__content { padding: 24px 22px 56px; }
    .hero__content > * { max-width: none; }
    .hero__title { font-size: clamp(1.3rem, 1rem + 2.4vw, 1.8rem); }
    .hero__lead { font-size: 0.9rem; }
    .hero__arrow { display: none; }
    .hero__overlay {
        background: linear-gradient(180deg, rgba(14,59,30,0.35) 0%, rgba(14,59,30,0.7) 60%, rgba(14,59,30,0.92) 100%);
    }
    /* Split-promo: empilha em mobile */
    .hero__split { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
    .hero__split-text {
        order: 2;
        padding: 18px 22px 56px;
        background: var(--cream);
    }
    .hero__split-media { order: 1; }
    .hero__split-media::before {
        top: auto; left: 0; right: 0; bottom: -40px;
        width: 100%; height: 80px;
        border-radius: 50%;
    }
    .hero__split-logo { height: 36px; max-width: 160px !important; }
    .hero__split-title { font-size: 1.4rem; }
    .hero__split-lead { font-size: 0.85rem; max-width: none; }
}

/* ===== Aguaverde admin (importer) ===== */
.aguaverde-admin h1 { font-family: var(--font-display); }

/* =====================================================
   V2 — Sticky top wrapper, drawer, whatsapp, footer
   ===================================================== */

/* Sticky agora envolve topbar+header+nav todos juntos.
   Estratégia anti-flicker: o wrapper é SEMPRE verde-deep (cor da nav), o .site-header
   é SEMPRE branco. Quando colapsado, o conteúdo branco fica em max-height 0 → não vaza
   o branco. Quando expandido, o branco aparece junto com o conteúdo (transição
   sincronizada). Nada de mudar bg-color no meio da animação. */
.site-top {
    position: sticky;
    /* top negativo = altura das faixas que devem "sair" pelo topo (topbar +
       linha do logo). Assim a nav trava em top:0 sem nenhuma mudança de altura
       no fluxo → zero reflow/pulo. O JS mede e seta --avp-hide-offset. */
    top: calc(-1 * var(--avp-hide-offset, 0px));
    z-index: 100;
    background: var(--green-deep);
}
.site-top.is-scrolled { box-shadow: 0 6px 22px rgba(14,59,30,0.10); }
.site-top { transition: box-shadow 0.25s ease; }

.site-header {
    position: static;
    background: #fff;
    /* IMPORTANTE: nada de overflow:hidden aqui, senão o megamenu (que abre pra fora) é clipado */
}

/* Topbar — refinos visuais + ícones */
.topbar { font-size: 0.82rem; }
.topbar__msg {
    display: inline-flex; align-items: center; gap: 8px;
    color: #DDE9DB;
}
.topbar__msg strong { color: #fff; font-weight: 600; }
.topbar__links { display: flex; align-items: center; gap: 16px; }
.topbar__links a {
    display: inline-flex; align-items: center; gap: 6px;
    color: #DDE9DB;
}
.topbar__wa { color: #86EFAC !important; font-weight: 600; }
.topbar__wa:hover { color: #BBF7D0 !important; }
.topbar__wa svg { transform: translateY(-1px); }

/* Account icon ao lado do carrinho */
.header-account {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--green-deep);
    border-radius: 50%;
    transition: background var(--t), color var(--t);
}
.header-account:hover { background: var(--green-light); color: var(--green-deep); }
.site-header__right { display: flex; align-items: center; gap: 4px; }

/* WhatsApp circular no header — verde claro */
.header-wa {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #16A34A;
    background: #DCFCE7;
    border-radius: 50%;
    transition: background var(--t), color var(--t), transform var(--t);
}
.header-wa:hover {
    background: #25D366;
    color: #fff;
    transform: scale(1.06);
}

/* =====================================================
   Menu fixo MINIMAL ao rolar
   Esconde topbar + header__inner; mostra SÓ a faixa verde com nav + ações (WhatsApp + carrinho)
   ===================================================== */

/* Container da nav vira flex pra encaixar nav-list (esq) + actions (dir) */
.primary-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.primary-nav__list { flex: 1; }

/* Actions só aparecem no estado minimal */
.primary-nav__actions {
    display: none;
    align-items: center;
    gap: 4px;
}
.primary-nav__action {
    position: relative;
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.92);
    border-radius: 50%;
    transition: background var(--t), color var(--t), transform var(--t);
}
.primary-nav__action:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
    transform: scale(1.06);
}
.primary-nav__action--wa { color: #BBF7D0; }
.primary-nav__action--wa:hover { color: #fff; background: rgba(37,211,102,0.25); }
.primary-nav__action-count {
    position: absolute;
    top: 4px; right: 4px;
    min-width: 18px; height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--terracota);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    line-height: 1;
}

/* Sem colapso de altura: as faixas (topbar + linha do logo) saem pelo topo via
   o `top` negativo do wrapper sticky — puro scroll, suave e sem reflow. O
   estado .is-scrolled é apenas cosmético (sombra + ações compactas na nav). */
.site-top.is-scrolled .site-header { border-bottom: 0; }
.site-top.is-scrolled .primary-nav__actions {
    display: inline-flex;
}

/* Item "destaque" no nav (Banho & Tosa) */
.primary-nav__item--accent .primary-nav__link--accent {
    color: #fff;
    background: var(--terracota);
    border-radius: 999px;
    padding: 6px 16px;
    margin: 6px 12px 6px 0;
    font-weight: 700;
    border: 0 !important;
    transition: background var(--t), transform var(--t);
}
.primary-nav__item--accent .primary-nav__link--accent:hover {
    background: var(--terracota-hover);
    transform: translateY(-1px);
    border: 0 !important;
}

/* Mega-menu — items à esquerda + promo image à direita */
.mega-menu__inner {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 28px;
    align-items: stretch;
}
.mega-menu__cols { grid-column: 1; align-self: start; }
.mega-menu__promo {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 260px;
    aspect-ratio: 4 / 3;
    background: var(--green-light);
    box-shadow: 0 8px 24px rgba(14, 59, 30, 0.12);
}
.mega-menu__promo-img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.mega-menu__promo:hover .mega-menu__promo-img { transform: scale(1.04); }
.mega-menu__promo-overlay {
    position: absolute; inset: auto 0 0 0;
    padding: 18px;
    background: linear-gradient(180deg, transparent 0%, rgba(14,59,30,0.85) 70%, rgba(14,59,30,0.92) 100%);
    color: #fff;
    display: flex; flex-direction: column; gap: 4px;
}
.mega-menu__promo-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #FFB48A;
}
.mega-menu__promo-title { font-family: var(--font-display); font-size: 1.05rem; line-height: 1.2; }
.mega-menu__promo-cta { font-size: 0.85rem; color: #fff; font-weight: 600; }
.mega-menu__see-all {
    grid-column: 1 / -1;
    text-align: center;
    padding: 12px 0 0;
    border-top: 1px solid var(--border);
    margin-top: 4px;
}

/* Mobile menu — highlight items */
.mobile-menu__highlight {
    color: var(--terracota) !important;
    font-weight: 700;
}
.mobile-menu__wa {
    color: #1E6B3A !important;
    font-weight: 600;
    border: 1.5px solid var(--green-primary) !important;
    border-radius: 8px;
    margin-top: 12px;
    padding: 12px 14px !important;
    text-align: center;
}

/* =====================================================
   WhatsApp float
   ===================================================== */
.whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    z-index: 200;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.whatsapp-float:hover {
    transform: scale(1.08);
    color: #fff;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}
.whatsapp-float:active { transform: scale(0.96); }
.whatsapp-float__pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    animation: wa-pulse 2.4s infinite;
    pointer-events: none;
}
.whatsapp-float__label {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%; transform: translateY(-50%);
    background: #1A2A1F;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.whatsapp-float__label::after {
    content: "";
    position: absolute;
    left: 100%; top: 50%; transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #1A2A1F;
}
.whatsapp-float:hover .whatsapp-float__label {
    opacity: 1;
    transform: translateY(-50%) translateX(-4px);
}
@keyframes wa-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
    70%  { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* =====================================================
   Cart Drawer (slide-in)
   ===================================================== */
.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 300;
    visibility: hidden;
    pointer-events: none;
}
.cart-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
}
.cart-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 59, 30, 0.5);
    opacity: 0;
    transition: opacity 0.28s ease;
}
.cart-drawer.is-open .cart-drawer__backdrop { opacity: 1; }
.cart-drawer__panel {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: min(440px, 96vw);
    background: #fff;
    box-shadow: -10px 0 30px rgba(14, 59, 30, 0.18);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(.4, 0, .2, 1);
}
.cart-drawer.is-open .cart-drawer__panel { transform: translateX(0); }
.cart-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
    background: var(--green-50);
}
.cart-drawer__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--green-deep);
}
.cart-drawer__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px; height: 22px;
    padding: 0 6px;
    background: var(--terracota);
    color: #fff;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: var(--font-body);
}
.cart-drawer__close {
    background: transparent;
    border: 0;
    width: 36px; height: 36px;
    border-radius: 50%;
    color: var(--green-deep);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background var(--t);
}
.cart-drawer__close:hover { background: rgba(14, 59, 30, 0.08); }
.cart-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 18px 20px;
    color: var(--text);
}
.cart-drawer__body a { color: var(--green-primary); }
.cart-drawer__body .cart-empty { text-align: center; padding: 40px 12px; color: var(--text-muted); }
.cart-drawer__body table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
}
.cart-drawer__body table.shop_table th { display: none; }
.cart-drawer__body table.shop_table td {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}
.cart-drawer__body .cart_item td.product-thumbnail { width: 64px; padding-right: 12px; }
.cart-drawer__body .cart_item img { width: 64px !important; height: 64px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); }
.cart-drawer__body .cart_item td.product-name a {
    font-weight: 600;
    color: var(--green-deep);
    font-size: 0.9rem;
}
.cart-drawer__body td.product-quantity .quantity input { width: 56px; padding: 4px; }
.cart-drawer__body td.product-remove a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 18px;
}
.cart-drawer__body td.product-remove a:hover { color: var(--terracota); }
.cart-drawer__body .cart_totals h2 { font-size: 1rem; margin: 16px 0 8px; }

/* WooCommerce mini-cart — layout premium em grid (template override) */
.cart-drawer__body ul.cart_list,
.cart-drawer__body ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cart-drawer__body .mini-cart-item {
    display: grid;
    grid-template-columns: 56px 1fr 24px;
    grid-template-rows: auto;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    align-items: center;
}
.cart-drawer__body .mini-cart-item:last-child { border-bottom: 0; }

.cart-drawer__body .mini-cart-item__thumb {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px;
    max-height: 56px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg-alt);
    border: 1px solid var(--border);
    flex-shrink: 0;
}
.cart-drawer__body .mini-cart-item__thumb img,
.cart-drawer__body .mini-cart-item img {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 0 !important;
}

.cart-drawer__body .mini-cart-item__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cart-drawer__body .mini-cart-item__name {
    font-weight: 600;
    color: var(--green-deep);
    font-size: 0.88rem;
    line-height: 1.3;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color var(--t);
    margin: 0;
}
.cart-drawer__body .mini-cart-item__name:hover { color: var(--terracota); }
.cart-drawer__body .mini-cart-item__meta {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--text-muted);
    font-size: 0.85rem;
}
.cart-drawer__body .mini-cart-item__qty {
    color: var(--text-muted);
    font-weight: 500;
}
.cart-drawer__body .mini-cart-item__price {
    color: var(--green-deep);
    font-weight: 700;
    font-size: 0.95rem;
}
.cart-drawer__body .mini-cart-item__price .amount { color: inherit; }

.cart-drawer__body .mini-cart-item__remove {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--bg-alt);
    color: var(--text-muted);
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 400;
    transition: background var(--t), color var(--t), transform var(--t);
    justify-self: end;
    margin-top: 4px;
}
.cart-drawer__body .mini-cart-item__remove:hover {
    background: var(--terracota);
    color: #fff !important;
    transform: scale(1.08);
}

.cart-drawer__body p.total {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 8px;
    margin: 8px 0 0;
    font-size: 1rem;
    color: var(--green-deep);
    border-top: 2px solid var(--green-light);
}
.cart-drawer__body p.total strong { font-weight: 600; color: var(--text); }
.cart-drawer__body p.total .amount { font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; }
.cart-drawer__body p.buttons { display: none; } /* usamos footer próprio */
.cart-drawer__body .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 32px 12px;
    color: var(--text-muted);
}

.cart-drawer__footer {
    display: flex;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid var(--border);
    background: #fff;
}
.cart-drawer__btn { flex: 1; justify-content: center; }
.cart-drawer__btn.btn--accent { box-shadow: 0 6px 16px rgba(217, 99, 59, 0.3); }

/* =====================================================
   Cart Toast (notificação add-to-cart)
   ===================================================== */
.cart-toast {
    position: fixed;
    bottom: 100px;
    right: 22px;
    z-index: 301;
    background: var(--green-deep);
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 30px rgba(14,59,30,0.3);
    transform: translateY(12px);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}
.cart-toast.is-visible { transform: translateY(0); opacity: 1; }
.cart-toast__check {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #2EAA5A;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart-toast__msg { font-size: 0.92rem; font-weight: 600; }

/* =====================================================
   Footer V2
   ===================================================== */
.site-footer {
    background: var(--green-deep);
    color: rgba(255,255,255,0.85);
    margin-top: 64px;
}
.site-footer a { color: rgba(255,255,255,0.85); }
.site-footer a:hover { color: #FFB48A; }
.site-footer__inner { padding: 56px 0 0; }
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 42px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-footer__brand-col { display: flex; flex-direction: column; gap: 16px; }
.site-footer .brand--footer img {
    height: 70px !important;
    width: auto !important;
    max-width: 220px !important;
    filter: brightness(1.05);
}
.site-footer__tagline { color: rgba(255,255,255,0.72); font-size: 0.92rem; line-height: 1.6; max-width: 36ch; }

.footer-widget__title {
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 18px;
    letter-spacing: 0.01em;
}

.footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-list a {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.78);
    transition: color var(--t), padding var(--t);
    display: inline-block;
}
.footer-list a:hover { color: #fff; padding-left: 4px; }

.footer-contact { font-style: normal; color: rgba(255,255,255,0.78); }
.footer-contact p {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.5;
}
.footer-contact svg { color: #FFB48A; flex-shrink: 0; margin-top: 3px; }

.footer-newsletter {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 14px 16px;
}
.footer-newsletter__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}
.footer-newsletter__row {
    display: flex;
    gap: 0;
    background: rgba(0,0,0,0.18);
    border-radius: 8px;
    padding: 4px;
}
.footer-newsletter__row input {
    flex: 1;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px 12px;
    font-size: 0.92rem;
    outline: none;
    font-family: inherit;
}
.footer-newsletter__row input::placeholder { color: rgba(255,255,255,0.45); }
.footer-newsletter__row button {
    background: var(--terracota);
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background var(--t);
}
.footer-newsletter__row button:hover { background: var(--terracota-hover); }

.site-footer__social { display: flex; gap: 10px; margin-top: 4px; }
.site-footer__social a {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background var(--t), transform var(--t);
}
.site-footer__social a:hover { background: var(--terracota); color: #fff; transform: translateY(-2px); }

/* Faixa de benefícios acima do corpo do footer */
.site-footer__benefits {
    background: #14512A;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-footer__benefits-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 22px 0;
}
.footer-benefit {
    display: flex; align-items: center; gap: 12px;
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
}
.footer-benefit svg {
    color: #FFB48A; flex-shrink: 0;
    background: rgba(255,180,138,0.12);
    border-radius: 50%;
    padding: 8px;
    width: 38px; height: 38px;
}
.footer-benefit strong { color: #fff; font-weight: 600; }

/* Pagamento */
.site-footer__payment {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-footer__payment-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}
.payment-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-badge {
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff;
    color: var(--green-deep);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    min-width: 52px;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 18px 0;
    color: rgba(255,255,255,0.55);
    font-size: 0.82rem;
}
.site-footer__copy { margin: 0; }
.site-footer__credit { margin: 0; }
.site-footer__credit a { color: #FFB48A; font-weight: 600; }
.site-footer__nav { list-style: none; padding: 0; margin: 0; display: flex; gap: 14px; font-size: 0.82rem; }

/* =====================================================
   Product card — badges
   ===================================================== */
.product-card { position: relative; }
.product-card__badges {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    display: flex; flex-direction: column; gap: 6px;
}
.product-card__badge {
    display: inline-flex; align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}
.product-card__badge--sale { background: var(--terracota); }
.product-card__badge--new { background: var(--green-primary); }
.product-card__cta {
    display: inline-flex !important;
    align-items: center; justify-content: center; gap: 8px;
    padding: 11px 16px !important;
    font-size: 0.88rem !important;
}
.product-card__cta.loading { opacity: 0.7; pointer-events: none; }
.product-card__cta.added { background: var(--green-deep) !important; }

/* =====================================================
   Value strip — refinos
   ===================================================== */
.value-strip { padding-block: 8px; }
.value-item__icon svg { stroke-width: 1.8; }

/* =====================================================
   Cat-rail icon refinos
   ===================================================== */
.cat-card__icon-wrap {
    display: inline-flex; align-items: center; justify-content: center;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--green-50) 0%, var(--cream) 100%);
    color: var(--green-primary);
    transition: background var(--t), color var(--t);
}
.cat-card:hover .cat-card__icon-wrap {
    background: linear-gradient(135deg, var(--green-light) 0%, #fff 100%);
    color: var(--green-deep);
}
.cat-card__icon { width: 56px; height: 56px; }

/* =====================================================
   Filter search (busca interna no painel de filtros)
   ===================================================== */
.filter-search {
    position: relative;
    margin: 0 0 14px;
}
.filter-search input {
    width: 100%;
    padding: 10px 32px 10px 36px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-alt);
    font: inherit;
    font-size: 0.88rem;
    color: var(--text);
    outline: none;
    transition: border-color var(--t), background var(--t);
}
.filter-search input:focus {
    border-color: var(--green-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(30, 107, 58, 0.10);
}
.filter-search__icon {
    position: absolute;
    left: 12px; top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    pointer-events: none;
}
.filter-search__clear {
    position: absolute;
    right: 6px; top: 50%;
    transform: translateY(-50%);
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--bg-alt);
    color: var(--text-muted);
    border: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background var(--t), color var(--t);
}
.filter-search__clear:hover { background: var(--terracota); color: #fff; }

/* =====================================================
   Cat-card EMOJI (seção "Encontre o que seu pet precisa")
   ===================================================== */
/* =====================================================
   Cat-card MINIMAL (clean, white card, line icon)
   ===================================================== */
.cat-card--mini {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 16px 22px;
    text-decoration: none;
    color: var(--green-deep);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.cat-card--mini:hover {
    transform: translateY(-3px);
    border-color: var(--green-primary);
    box-shadow: 0 14px 30px rgba(14, 59, 30, 0.08);
    color: var(--green-deep);
}

.cat-card--mini .cat-card__media {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: var(--green-50);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}
.cat-card--mini:hover .cat-card__media {
    background: var(--green-light);
}
.cat-card__icon-svg {
    width: 36px;
    height: 36px;
    color: var(--green-deep);
    stroke-width: 1.5;
    transition: color 0.25s ease, transform 0.35s ease;
}
.cat-card__icon-png {
    /* Forçado a 24×24 — !important pra ganhar de qualquer regra herdada (img global ou WC) */
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    flex-shrink: 0;
    image-rendering: -webkit-optimize-contrast;
    transition: transform 0.35s ease, filter 0.25s ease;
    /* Tinta o PNG preto na cor verde-deep da paleta */
    filter: brightness(0) saturate(100%) invert(18%) sepia(33%) saturate(1647%) hue-rotate(98deg) brightness(95%) contrast(94%);
}
.cat-card--mini:hover .cat-card__icon-svg {
    color: var(--terracota);
    transform: scale(1.08);
}
.cat-card--mini:hover .cat-card__icon-png {
    /* Hover → tinta no terracota */
    filter: brightness(0) saturate(100%) invert(46%) sepia(74%) saturate(580%) hue-rotate(343deg) brightness(91%) contrast(86%);
    transform: scale(1.08);
}
.cat-card--mini .cat-card__emoji {
    font-size: 36px;
    line-height: 1;
}
.cat-card--mini .cat-card__body h3 {
    margin: 0 0 4px;
    font-size: 0.95rem;
    color: var(--green-deep);
    font-weight: 600;
    line-height: 1.25;
}
.cat-card--mini .cat-card__count {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 500;
}

/* =====================================================
   Hero image-only (sem overlay/textos)
   ===================================================== */
.hero__image-link {
    display: block;
    position: absolute;
    inset: 0;
    line-height: 0;
}
.hero__image-link .hero__bg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* =====================================================
   Category Hero — banner topo de archive pra Cães/Gatos
   ===================================================== */
.category-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    width: min(100% - 32px, var(--container));
    margin: 28px auto 48px;
    min-height: clamp(320px, 36vw, 460px);
    padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px);
    border-radius: var(--radius-lg);
    isolation: isolate;
    box-shadow: 0 20px 50px rgba(14, 59, 30, 0.18);
}
.category-hero__bg {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0;
}
.category-hero__overlay {
    position: absolute; inset: 0;
    z-index: 1;
    background: linear-gradient(100deg,
        rgba(14, 59, 30, 0.85) 0%,
        rgba(14, 59, 30, 0.55) 45%,
        rgba(14, 59, 30, 0.15) 80%,
        transparent 100%);
}
.category-hero--terra .category-hero__overlay {
    background: linear-gradient(100deg,
        rgba(168, 60, 30, 0.85) 0%,
        rgba(168, 60, 30, 0.55) 45%,
        rgba(168, 60, 30, 0.15) 80%,
        transparent 100%);
}
.category-hero__inner {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0;
}
.category-hero__content { max-width: 640px; }
.category-hero__art { display: none; } /* ícone à direita removido */
.category-hero__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFD3B8;
    background: rgba(255, 211, 184, 0.16);
    padding: 6px 14px;
    border-radius: 999px;
    margin: 0 0 14px;
    backdrop-filter: blur(4px);
}
.category-hero__title {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8rem);
    line-height: 1.1;
    margin: 0 0 12px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.category-hero__title .text-accent { color: #FFB48A; }
.category-hero__lead {
    color: rgba(255,255,255,0.92);
    font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
    margin: 0 0 20px;
    max-width: 50ch;
    text-shadow: 0 1px 8px rgba(0,0,0,0.25);
}
.category-hero__chips {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.category-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #fff;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 0.85rem;
    font-weight: 600;
    transition: background var(--t), transform var(--t), color var(--t);
}
.category-hero__chip:hover {
    background: #fff;
    color: var(--green-deep);
    transform: translateY(-2px);
}
.category-hero__art {
    align-self: center;
    justify-self: end;
    width: clamp(120px, 18vw, 200px);
    height: clamp(120px, 18vw, 200px);
    background: rgba(255,255,255,0.16);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}
.category-hero__art img {
    width: 100%; height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,0.3)) brightness(0) invert(1);
    opacity: 0.95;
}

/* =====================================================
   Sobre — Página V2 (clean & sophisticated)
   ===================================================== */
.page-sobre { background: #fff; }

/* Hero */
.sobre-hero {
    padding: clamp(48px, 8vw, 96px) 0 clamp(36px, 5vw, 72px);
    background:
        radial-gradient(circle at 85% 20%, rgba(232, 241, 229, 0.6) 0%, transparent 45%),
        radial-gradient(circle at 10% 80%, rgba(251, 231, 220, 0.5) 0%, transparent 50%),
        #fff;
}
.sobre-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(32px, 5vw, 80px);
    align-items: center;
}
.sobre-hero__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--terracota);
    margin: 0 0 18px;
    position: relative;
    padding-left: 28px;
}
.sobre-hero__eyebrow::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 20px; height: 1.5px;
    background: var(--terracota);
}
.sobre-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 1.4rem + 2.8vw, 3.6rem);
    line-height: 1.06;
    color: var(--green-deep);
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: -0.015em;
}
.sobre-hero__accent {
    color: var(--terracota);
    font-style: italic;
    font-weight: 600;
}
.sobre-hero__lead {
    color: var(--text-muted);
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 48ch;
}
.sobre-hero__actions {
    display: flex; flex-wrap: wrap; gap: 12px;
}

.sobre-hero__media {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 36px 36px 200px 36px;
    overflow: hidden;
    background: var(--green-50);
    box-shadow: 0 30px 60px rgba(14, 59, 30, 0.15);
}
.sobre-hero__media img,
.sobre-hero__media .banner-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    border-radius: inherit;
}
.sobre-hero__sticker {
    position: absolute;
    width: 90px; height: 90px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(14, 59, 30, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    animation: sobre-float 5s ease-in-out infinite;
}
.sobre-hero__sticker img { width: 100%; height: 100%; object-fit: contain; }
.sobre-hero__sticker--1 { top: 8%; left: -32px; animation-delay: 0s; }
.sobre-hero__sticker--2 { bottom: 14%; right: -28px; animation-delay: 1.6s; }
@keyframes sobre-float {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50%      { transform: translateY(-10px) rotate(4deg); }
}

/* Stats */
.sobre-stats {
    padding: 56px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg-alt);
}
.sobre-stats__grid {
    list-style: none;
    padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.sobre-stats__grid li {
    padding: 8px 12px;
    border-right: 1px solid var(--border);
}
.sobre-stats__grid li:last-child { border-right: 0; }
.sobre-stats__grid strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 1.4rem + 2.4vw, 3.4rem);
    color: var(--green-deep);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}
.sobre-stats__grid span {
    display: block;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

/* Story */
.sobre-story { padding: clamp(56px, 8vw, 96px) 0; background: #fff; }
.sobre-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}
.sobre-story__text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.15;
    color: var(--green-deep);
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.sobre-story__text p {
    color: var(--text-muted);
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 14px;
}
.sobre-story__signature {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--border);
}
.sobre-story__signature strong {
    display: block;
    font-family: var(--font-display);
    color: var(--green-deep);
    font-size: 1.05rem;
    margin-bottom: 4px;
}
.sobre-story__signature span {
    color: var(--text-muted);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.sobre-story__media {
    aspect-ratio: 1 / 1;
    border-radius: 200px 36px 36px 36px;
    overflow: hidden;
    background: var(--cream);
    box-shadow: 0 20px 50px rgba(14, 59, 30, 0.12);
}
.sobre-story__media img,
.sobre-story__media .banner-placeholder {
    width: 100%; height: 100%; object-fit: cover;
    border-radius: inherit;
}

/* Values */
.sobre-values { padding: clamp(56px, 8vw, 96px) 0; background: var(--bg-alt); }
.sobre-values__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}
.sobre-value {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 30px 26px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.sobre-value:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(14, 59, 30, 0.10);
    border-color: var(--terracota-light);
}
.sobre-value__icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--green-50), var(--cream));
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-bottom: 18px;
    transition: background 0.3s ease;
}
.sobre-value:hover .sobre-value__icon {
    background: linear-gradient(135deg, var(--green-light), #FFD3B8);
}
.sobre-value__icon img {
    width: 100%; height: 100%;
    object-fit: contain;
}
.sobre-value h3 {
    font-family: var(--font-display);
    color: var(--green-deep);
    font-size: 1.1rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 10px;
}
.sobre-value p {
    color: var(--text-muted);
    font-size: 0.93rem;
    line-height: 1.6;
    margin: 0;
}

/* CTA final */
.sobre-cta { padding: clamp(40px, 6vw, 80px) 0 clamp(64px, 8vw, 96px); background: #fff; }
.sobre-cta__panel {
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 180, 138, 0.18) 0%, transparent 50%),
        linear-gradient(135deg, var(--green-deep) 0%, #14512A 100%);
    color: #fff;
    border-radius: 28px;
    padding: clamp(36px, 6vw, 64px);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: center;
    box-shadow: 0 28px 56px rgba(14, 59, 30, 0.25);
    position: relative;
    overflow: hidden;
}
.sobre-cta__panel::before {
    content: "";
    position: absolute;
    right: -80px; top: -80px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(255, 180, 138, 0.08);
    pointer-events: none;
}
.sobre-cta__text .eyebrow {
    color: #FFD3B8;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}
.sobre-cta__text h2 {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.15;
    margin: 0 0 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.sobre-cta__text p {
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.6;
}
.sobre-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-self: end;
}
.sobre-cta__actions .btn--ghost {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(4px);
}
.sobre-cta__actions .btn--ghost:hover {
    background: rgba(255,255,255,0.18);
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}

/* Sobre — Responsive */
@media (max-width: 980px) {
    .sobre-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .sobre-hero__media { order: -1; max-width: 480px; margin: 0 auto; }
    .sobre-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .sobre-stats__grid li:nth-child(even) { border-right: 0; }
    .sobre-story__grid { grid-template-columns: 1fr; }
    .sobre-cta__panel { grid-template-columns: 1fr; }
    .sobre-cta__actions { justify-self: start; }
    .category-hero__inner { grid-template-columns: 1fr; }
    .category-hero__art { display: none; }
}
@media (max-width: 720px) {
    .sobre-hero__sticker { width: 64px; height: 64px; padding: 12px; }
    .sobre-hero__sticker--1 { left: -16px; }
    .sobre-hero__sticker--2 { right: -16px; }
    .sobre-stats__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .category-hero { margin: 14px auto 24px; height: clamp(280px, 60vw, 380px); }
}

/* =====================================================
   Promo Banner — banner horizontal (texto esq + foto dir)
   ===================================================== */
.promo-banner {
    --pb-bg: linear-gradient(135deg, var(--green-deep) 0%, #14512A 100%);
    --pb-text: #fff;
    --pb-eyebrow: #FFD3B8;
    --pb-cta-bg: var(--terracota);
    --pb-cta-bg-hover: var(--terracota-hover);
    --pb-cta-text: #fff;
    padding-block: 36px;
}
.promo-banner--terra {
    --pb-bg: linear-gradient(135deg, #C2542C 0%, #D9633B 100%);
    --pb-eyebrow: #FEE2D6;
    --pb-cta-bg: var(--green-deep);
    --pb-cta-bg-hover: #14512A;
}

.promo-banner__panel {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: var(--pb-bg);
    border-radius: var(--radius-lg);
    overflow: hidden;
    color: var(--pb-text);
    box-shadow: 0 18px 40px rgba(14, 59, 30, 0.18);
    min-height: 280px;
}

.promo-banner__content {
    padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    z-index: 2;
}
.promo-banner__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--pb-eyebrow);
    margin: 0;
    align-self: flex-start;
}
.promo-banner__title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.1;
    color: #fff;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.promo-banner__title em {
    font-style: italic;
    font-weight: 600;
    color: var(--pb-eyebrow);
}
.promo-banner__lead {
    color: rgba(255,255,255,0.88);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 46ch;
}
.promo-banner__cta {
    align-self: flex-start;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--pb-cta-bg);
    color: var(--pb-cta-text);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background var(--t), transform var(--t), box-shadow var(--t);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.promo-banner__cta:hover {
    background: var(--pb-cta-bg-hover);
    color: var(--pb-cta-text);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}
.promo-banner__cta svg {
    transition: transform var(--t);
}
.promo-banner__cta:hover svg {
    transform: translateX(3px);
}

.promo-banner__media {
    position: relative;
    overflow: hidden;
    min-height: 240px;
}
.promo-banner__media::before {
    /* Curva suave que cobre a junção entre texto e foto */
    content: "";
    position: absolute;
    top: -10%; bottom: -10%; left: -32px;
    width: 64px;
    background: inherit;
    background-image: var(--pb-bg);
    border-radius: 50%;
    z-index: 2;
}
.promo-banner__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    max-width: none !important;
}

@media (max-width: 720px) {
    .promo-banner__panel { grid-template-columns: 1fr; min-height: 0; }
    .promo-banner__media { min-height: 220px; }
    .promo-banner__media::before { display: none; }
    .promo-banner__content { order: 2; }
    .promo-banner__media { order: 1; }
}

/* =====================================================
   Promo Grid — 2 ou 3 banners compactos lado a lado
   ===================================================== */
.promo-grid { padding-block: 36px; }
.promo-grid__list {
    display: grid;
    gap: 18px;
}
.promo-grid--cols-2 .promo-grid__list { grid-template-columns: repeat(2, 1fr); }
.promo-grid--cols-3 .promo-grid__list { grid-template-columns: repeat(3, 1fr); }
.promo-grid--cols-4 .promo-grid__list { grid-template-columns: repeat(4, 1fr); }

/* Cards de Cães (2-col): largura total — break-out do container.
   Ambos cards juntos ocupam o full-width disponível (viewport menos paddings). */
.promo-grid--cols-2 .container {
    width: 100%;
    max-width: none;
    padding-inline: clamp(16px, 3vw, 32px);
}

/* Grid de Gatos: mesmo fundo cinza, sem bordas — contínuo com vizinhos */
.promo-grid--gato {
    background: #F1F5F4;
    padding-block: 28px;
    border: 0;
    margin: 0;
}

.promo-card {
    --pc-overlay: linear-gradient(105deg, rgba(14,59,30,0.88) 0%, rgba(14,59,30,0.55) 55%, rgba(14,59,30,0.10) 100%);
    --pc-eyebrow: #FFD3B8;
    --pc-cta-bg: var(--terracota);
    --pc-cta-bg-hover: var(--terracota-hover);
    position: relative;
    display: flex;
    align-items: stretch;
    aspect-ratio: 16 / 9;
    min-height: 200px;
    max-height: 240px;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: 0 8px 22px rgba(14, 59, 30, 0.12);
    text-decoration: none;
    color: #fff;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(14, 59, 30, 0.20);
    color: #fff;
}

.promo-card--terra {
    --pc-overlay: linear-gradient(105deg, rgba(168,60,30,0.88) 0%, rgba(168,60,30,0.55) 55%, rgba(168,60,30,0.10) 100%);
    --pc-eyebrow: #FFE8DA;
    --pc-cta-bg: var(--green-deep);
    --pc-cta-bg-hover: #14512A;
}
.promo-card--mint {
    --pc-overlay: linear-gradient(105deg, rgba(13,148,136,0.88) 0%, rgba(13,148,136,0.55) 55%, rgba(13,148,136,0.10) 100%);
    --pc-eyebrow: #CCFBF1;
    --pc-cta-bg: #fff;
    --pc-cta-bg-hover: #F5F5F5;
}
.promo-card--mint .promo-card__cta { color: var(--green-deep); }
.promo-card--amber {
    --pc-overlay: linear-gradient(105deg, rgba(180,83,9,0.88) 0%, rgba(180,83,9,0.55) 55%, rgba(180,83,9,0.10) 100%);
    --pc-eyebrow: #FEF3C7;
    --pc-cta-bg: var(--green-deep);
    --pc-cta-bg-hover: #14512A;
}

.promo-card__bg {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0;
    transition: transform 0.6s cubic-bezier(.2, .7, .2, 1);
}
.promo-card:hover .promo-card__bg { transform: scale(1.06); }
.promo-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--pc-overlay);
}
.promo-card__content {
    position: relative;
    z-index: 2;
    padding: clamp(18px, 3vw, 28px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    max-width: 70%;
}
.promo-card__eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pc-eyebrow);
    margin: 0;
    align-self: flex-start;
}
.promo-card__title {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 0.9rem + 1vw, 1.6rem);
    line-height: 1.15;
    color: #fff;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.005em;
    text-shadow: 0 2px 14px rgba(0,0,0,0.25);
}
.promo-card__lead {
    color: rgba(255,255,255,0.92);
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0;
}
.promo-card__cta {
    align-self: flex-start;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 999px;
    background: var(--pc-cta-bg);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    transition: background var(--t), transform var(--t);
}
.promo-card:hover .promo-card__cta {
    background: var(--pc-cta-bg-hover);
    transform: translateX(2px);
}

@media (max-width: 900px) {
    .promo-grid--cols-3 .promo-grid__list { grid-template-columns: 1fr; }
    .promo-grid--cols-2 .promo-grid__list { grid-template-columns: 1fr; }
    .promo-card { aspect-ratio: 16 / 8; min-height: 180px; max-height: 220px; }
    .promo-card__content { max-width: 75%; }
}
@media (max-width: 600px) {
    .promo-card { aspect-ratio: 16 / 9; min-height: 170px; }
    .promo-card__lead { display: none; }
}

/* =====================================================
   Featured products — modifier por categoria (gato em cinza claro)
   Bloco gato (Gatos em destaque + promo-grid + Acessórios) é um ÚNICO
   bloco gray visualmente contínuo — sem bordas internas, sem padding/margin
   redundante entre eles.
   ===================================================== */
.featured-products--gato {
    background: #F1F5F4;
    padding-block: 28px;
    border: 0;
    margin: 0;
}
/* Primeiro do bloco: padding-top maior (entra na zona gray) */
.featured-products--gato:not(.featured-products--gato + .featured-products--gato):not(.promo-grid--gato + .featured-products--gato) {
    padding-top: 56px;
}
/* Último do bloco: padding-bottom maior (sai da zona gray) */
.featured-products--gato:has(+ :not(.featured-products--gato):not(.promo-grid--gato)),
.featured-products--gato:last-child {
    padding-bottom: 56px;
}

/* =====================================================
   Product rail variante 4-col (alterna o layout no home)
   ===================================================== */
.product-rail--4col .product-rail__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
}
.product-rail--4col .product-rail__item {
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    width: 100%;
    scroll-snap-align: none;
}
.product-rail--4col {
    overflow: visible;
}
.featured-products--4col {
    background: var(--bg-alt);
    padding-block: 56px;
}
.featured-products--4col .section-controls .rail-nav { display: none; }

@media (max-width: 980px) {
    .product-rail--4col .product-rail__track { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .product-rail--4col .product-rail__track { grid-template-columns: 1fr 1fr; gap: 12px; }
}

/* =====================================================
   Responsive — V2
   ===================================================== */
@media (max-width: 980px) {
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .site-footer__benefits-inner { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .mega-menu__inner { grid-template-columns: 1fr; }
    .mega-menu__promo { display: none; }
}
@media (max-width: 720px) {
    .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .site-footer__benefits-inner { grid-template-columns: 1fr; }
    .topbar__links a:not(.topbar__wa) { display: none; }
    .whatsapp-float { width: 54px; height: 54px; bottom: 16px; right: 16px; }
    .whatsapp-float__label { display: none; }
    .cart-toast { right: 16px; left: 16px; bottom: 84px; }
    .header-account { display: none; }
    .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   Banner de consentimento de cookies (LGPD)
   ========================================================================== */
.cookie-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9998;
    background: var(--green-deep);
    color: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    transform: translateY(140%);
    opacity: 0;
    transition: transform 0.32s ease, opacity 0.32s ease;
}
.cookie-consent.is-visible {
    transform: translateY(0);
    opacity: 1;
}
.cookie-consent[hidden] { display: none; }
.cookie-consent__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: var(--container);
    margin-inline: auto;
    padding: 18px 22px;
}
.cookie-consent__title {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}
.cookie-consent__text p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}
.cookie-consent__text a {
    color: #fff;
    text-decoration: underline;
}
.cookie-consent__text a:hover { color: var(--terracota-light); }
.cookie-consent__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-consent__btn { white-space: nowrap; }
/* O "Só os essenciais" é ghost, mas sobre fundo escuro precisa de borda/texto claros */
.cookie-consent__btn.btn--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}
.cookie-consent__btn.btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

@media (max-width: 720px) {
    .cookie-consent__inner { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
    .cookie-consent__actions { flex-direction: column-reverse; }
    .cookie-consent__btn { width: 100%; justify-content: center; }
}

/* ==========================================================================
   Páginas legais (Política de Privacidade etc.)
   ========================================================================== */
.legal-page { padding: 48px 0 72px; }
.legal-page__container { width: min(100% - 32px, var(--container-narrow)); margin-inline: auto; }
.legal-page__head { margin-bottom: 32px; }
.legal-page__eyebrow {
    color: var(--terracota);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin: 0 0 6px;
}
.legal-page__title { color: var(--green-deep); margin: 0 0 8px; }
.legal-page__updated { color: #6b7280; font-size: 0.88rem; margin: 0; }
.legal-page__content { color: #374151; line-height: 1.7; }
.legal-page__content h2 {
    color: var(--green-deep);
    margin: 32px 0 12px;
    font-size: 1.25rem;
}
.legal-page__content p { margin: 0 0 14px; }
.legal-page__content ul { margin: 0 0 16px; padding-left: 22px; }
.legal-page__content li { margin-bottom: 6px; }
.legal-page__content a { color: var(--terracota); text-decoration: underline; }
.legal-page__content a:hover { color: var(--terracota-hover); }
.legal-page__contact-cta {
    margin-top: 32px;
    padding: 18px 20px;
    background: var(--green-light);
    border-radius: var(--radius);
    color: var(--green-deep);
}

/* ==========================================================================
   Formulários — honeypot anti-spam + notificações
   ========================================================================== */
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.form-notice {
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    margin: 0 0 16px;
    border: 1px solid transparent;
}
.form-notice--ok {
    background: var(--green-light);
    color: var(--green-deep);
    border-color: rgba(14, 59, 30, 0.18);
}
.form-notice--err {
    background: var(--terracota-light);
    color: var(--terracota-hover);
    border-color: rgba(217, 99, 59, 0.3);
}

/* Card promo "só imagem": a arte pronta ocupa o card inteiro */
.promo-card--image-only { padding: 0; display: block; aspect-ratio: 600 / 340; }
.promo-card--image-only .promo-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Stepper de quantidade no drawer do carrinho */
.mc-qty {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 2px;
    background: #fff;
}
.mc-qty__btn {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: var(--green-50);
    color: var(--green-deep);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background var(--t);
}
.mc-qty__btn:hover:not(:disabled) { background: var(--green-light); }
.mc-qty__btn:disabled { opacity: 0.35; cursor: default; }
.mc-qty__valor {
    min-width: 22px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text);
}
.mc-qty--aguarde { opacity: 0.55; pointer-events: none; }

/* Marcas: logos em tom neutro, cor no hover */
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    transition: border-color var(--t), transform var(--t);
}
.brand-logo img {
    height: 52px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    filter: grayscale(1) opacity(0.65);
    transition: filter var(--t);
}
.brand-logo:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.brand-logo:hover img { filter: none; }

/* Bandeiras de pagamento no rodapé */
.pay-flag {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 3px 6px;
    line-height: 0;
}
.pay-flag img { height: 22px; width: auto; display: block; }

/* Hero com arte mobile: proporção vertical no celular */
@media (max-width: 640px) {
    .hero--mobile-art { height: auto !important; aspect-ratio: 5 / 6; }
    .hero--mobile-art .hero__image-link,
    .hero--mobile-art .hero__image-link picture { display: block; width: 100%; height: 100%; }
    .hero--mobile-art .hero__image-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
