/*
Theme Name: Abiel Joias
Theme URI: https://abieljoias.com
Author: Abiel Joias
Description: Tema exclusivo Abiel Joias — design idêntico ao projeto Hostinger. Compatível com WooCommerce e Elementor.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
WC requires at least: 7.0
WC tested up to: 8.5
License: Proprietary
Text Domain: abiel-joias
*/

/* ================================================================
   GOOGLE FONTS — carregadas via functions.php (wp_enqueue_style)
   ================================================================ */

/* ================================================================
   RESET & CSS VARIABLES (100% baseado no index.css da Hostinger)
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Cream/Off-white background */
  --background: hsl(40, 20%, 97%);
  --foreground: hsl(200, 48%, 20%);

  --card: hsl(0, 0%, 100%);
  --card-foreground: hsl(200, 48%, 20%);

  --popover: hsl(0, 0%, 100%);
  --popover-foreground: hsl(200, 48%, 20%);

  /* Dark Navy (#1a3a4a) */
  --primary: hsl(200, 48%, 20%);
  --primary-foreground: hsl(40, 20%, 97%);

  --secondary: hsl(30, 30%, 88%);
  --secondary-foreground: hsl(200, 48%, 20%);

  --muted: hsl(40, 15%, 92%);
  --muted-foreground: hsl(200, 20%, 40%);

  /* Rose Gold (#d4a574) */
  --accent: hsl(31, 53%, 64%);
  --accent-foreground: hsl(200, 48%, 20%);

  --destructive: hsl(0, 84%, 60%);
  --destructive-foreground: hsl(0, 0%, 98%);

  --border: hsl(200, 15%, 85%);
  --input: hsl(200, 15%, 85%);
  --ring: hsl(31, 53%, 64%);
  --radius: 0.75rem;
}

html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", sans-serif;
  background: var(--background);
  color: var(--foreground);
  overflow-x: hidden;
}

/* ================================================================
   TIPOGRAFIA — luxury-heading (Playfair Display)
   ================================================================ */
.luxury-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* ================================================================
   CARDS — luxury-card
   ================================================================ */
.luxury-card {
  background: var(--card);
  border-radius: 1rem;
  box-shadow: 0 10px 30px -10px rgba(26, 58, 74, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.luxury-card:hover {
  box-shadow: 0 20px 50px -15px rgba(26, 58, 74, 0.25);
  transform: translateY(-4px);
}

/* ================================================================
   BOTÕES
   ================================================================ */
.btn-luxury-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--accent-foreground);
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.938rem;
  letter-spacing: 0.015em;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px -2px hsla(31, 53%, 64%, 0.3);
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.btn-luxury-primary:hover {
  background: hsla(31, 53%, 64%, 0.9);
  box-shadow: 0 8px 20px -4px hsla(31, 53%, 64%, 0.4);
  transform: translateY(-2px);
  color: var(--accent-foreground);
}
.btn-luxury-primary:active {
  transform: translateY(0) scale(0.98);
}

/* ================================================================
   HEADER — exatamente igual ao Header.jsx da Hostinger
   max-w-7xl = 80rem | px-4 sm:px-6 lg:px-8 | h-20 md:h-24
   ================================================================ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: var(--primary);
  color: var(--primary-foreground);
  transition: box-shadow 0.3s ease, transform 0.3s ease-in-out;
}
#site-header.scrolled { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
#site-header.header-hidden { transform: translateY(-100%); }

/* header-inner: flex, space-between, altura h-20 (mobile) / h-24 (md) */
.header-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;       /* h-20 */
}
@media (min-width: 768px) {
  .header-inner {
    height: 6rem;     /* h-24 */
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header-inner { padding: 0 2rem; }
}

/* ── 1. Mobile toggle — flex-1 md:hidden ── */
.header-mobile-toggle {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) { .header-mobile-toggle { display: none; } }

.mobile-menu-btn {
  display: inline-flex;
  padding: 0.5rem;
  margin-left: -0.5rem;
  background: none;
  border: none;
  color: var(--primary-foreground);
  cursor: pointer;
  transition: color 0.2s;
  line-height: 0;
}
.mobile-menu-btn:hover { color: var(--accent); }
.mobile-menu-btn svg { width: 1.5rem; height: 1.5rem; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── 2. Logo wrap — flex-1 md:flex-none, center mobile, left desktop ── */
.header-logo-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    flex: none;
    justify-content: flex-start;
  }
}

.header-logo { display: flex; align-items: center; text-decoration: none; }
.header-logo img {
  height: 2.5rem;     /* h-10 mobile */
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .header-logo img { height: 3.5rem; } /* h-14 desktop */
}
.header-logo:hover img { transform: scale(1.05); }

/* ── 3. Desktop nav — hidden md:flex flex-1 justify-center ── */
.header-nav {
  display: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) { .header-nav { display: flex; } }
@media (min-width: 1024px) { .header-nav { gap: 2rem; } }

/* header-nav-link: tracking-widest text-sm uppercase */
.header-nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: hsla(40, 20%, 97%, 0.9);
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
}
/* underline animado — igual ao ::after do Header.jsx */
.header-nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: var(--accent);
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
.header-nav-link:hover,
.header-nav-link.active { color: var(--accent); }
.header-nav-link:hover::after,
.header-nav-link.active::after { width: 100%; }

/* ── 4. WhatsApp wrap — flex-1 md:flex-none, justify-end ── */
.header-whatsapp-wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) { .header-whatsapp-wrap { flex: none; } }

/* border border-accent text-accent rounded-none uppercase tracking-wider */
.header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 0;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .header-whatsapp { padding: 0.625rem 1.25rem; font-size: 0.8125rem; }
}
.header-whatsapp:hover { background: var(--accent); color: var(--accent-foreground); }
.header-whatsapp svg { width: 1rem; height: 1rem; }

/* Labels progressivos: WA / WhatsApp / Atendimento WhatsApp */
.wa-label-lg { display: none; }
.wa-label-md { display: none; }
.wa-label-sm { display: inline; }
@media (min-width: 640px) {
  .wa-label-sm { display: none; }
  .wa-label-md { display: inline; }
}
@media (min-width: 1024px) {
  .wa-label-md { display: none; }
  .wa-label-lg { display: inline; }
}

/* ── Mobile Nav Drawer — md:hidden ── */
.mobile-nav {
  display: none;
  background: var(--primary);
  border-top: 1px solid hsla(40, 20%, 97%, 0.1);
  padding: 1.5rem 1rem;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  color: hsla(40, 20%, 97%, 0.9);
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 0.25rem;
}
.mobile-nav a:hover,
.mobile-nav a.active {
  color: var(--accent);
  background: hsla(40, 20%, 97%, 0.05);
}

/* ================================================================
   CONTAINER
   ================================================================ */
.container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* ================================================================
   CAROUSEL — Carousel.jsx
   relative w-full h-[500px] md:h-[600px] rounded-2xl
   ================================================================ */
.carousel {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--secondary);
}
@media (min-width: 768px) { .carousel { height: 600px; } }

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.carousel-slide.active { opacity: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }

/* gradient overlay: from-primary via-primary/50 to-transparent */
.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    var(--primary) 0%,
    hsla(200, 48%, 20%, 0.5) 50%,
    transparent 100%
  );
}

/* bottom content: p-8 md:p-12 */
.carousel-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem;
  color: var(--primary-foreground);
}
@media (min-width: 768px) { .carousel-content { padding: 3rem; } }

.carousel-content .cat {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.carousel-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--primary-foreground);
}
@media (min-width: 768px) { .carousel-content h3 { font-size: 2.25rem; } }

/* Prev/Next buttons: w-12 h-12 rounded-full bg-background/80 backdrop-blur */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem; height: 3rem;
  border-radius: 50%;
  background: hsla(40, 20%, 97%, 0.8);
  backdrop-filter: blur(4px);
  border: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  z-index: 10;
  color: var(--foreground);
}
.carousel-btn:hover {
  background: var(--background);
  transform: translateY(-50%) scale(1.1);
}
.carousel-btn svg { width: 1.5rem; height: 1.5rem; }
.carousel-prev { left: 1rem; }
.carousel-next { right: 1rem; }

/* Dots: bottom-6, gap-3 */
.carousel-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.carousel-dot {
  width: 0.625rem; height: 0.625rem;
  border-radius: 9999px;
  background: hsla(40, 20%, 97%, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.carousel-dot.active {
  background: var(--accent);
  width: 2rem;
}

/* ================================================================
   SECTION WRAPPERS
   py-24 bg-background / bg-secondary / bg-primary
   ================================================================ */
.section-default  { padding: 6rem 0; background: var(--background); }
.section-secondary { padding: 6rem 0; background: var(--secondary); }
.section-primary  {
  padding: 6rem 0;
  background: var(--primary);
  color: var(--primary-foreground);
  position: relative;
  overflow: hidden;
}

/* Reduzir padding top no carousel section (py-12 md:py-16) */
.section-carousel { padding: 3rem 0; background: var(--background); }
@media (min-width: 768px) { .section-carousel { padding: 4rem 0; } }

/* Titles: text-center mb-16 */
.section-title {
  text-align: center;
  margin-bottom: 4rem;
}
.section-title h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) { .section-title h2 { font-size: 3rem; } }
.section-title p {
  color: var(--muted-foreground);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto;
}

/* ================================================================
   PRODUCT GRID — grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8
   ================================================================ */
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 640px) { .product-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }

/* ProductCard.jsx: luxury-card, aspect-square, img overlay, p-6 */
.product-card { cursor: pointer; height: 100%; }
.product-card a { display: block; height: 100%; text-decoration: none; }

.product-card .img-wrap {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--secondary);
  flex-shrink: 0;
}
.product-card .img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.product-card:hover .img-wrap img { transform: scale(1.1); }

.product-card .img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, hsla(200, 48%, 20%, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.product-card:hover .img-overlay { opacity: 1; }

/* card-body: p-6 flex flex-col flex-grow */
.product-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card .card-cat {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.product-card .card-name {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--foreground);
  transition: color 0.2s;
  flex-grow: 1;
  letter-spacing: -0.02em;
}
.product-card:hover .card-name { color: var(--accent); }

/* Botão pedir orçamento: w-full bg-accent rounded-lg */
.product-card .card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: var(--accent-foreground);
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  margin-top: auto;
}
.product-card .card-btn:hover {
  background: hsla(31, 53%, 64%, 0.9);
  box-shadow: 0 4px 12px hsla(31, 53%, 64%, 0.3);
}
.product-card .card-btn svg { width: 1rem; height: 1rem; }

/* ================================================================
   VISITE NOSSA LOJA — store section
   flex-col md:flex-row, gap-12
   ================================================================ */
.store-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .store-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.store-text {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) { .store-text { text-align: left; } }

.store-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .store-text h2 { font-size: 3rem; } }

.store-text > p {
  font-size: 1.125rem;
  color: hsla(40, 20%, 97%, 0.8);
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 36rem;
}

.store-address {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: center;
  text-align: left;
}
@media (min-width: 768px) { .store-address { justify-content: flex-start; } }

.store-address-icon {
  margin-top: 0.25rem;
  padding: 0.75rem;
  background: hsla(31, 53%, 64%, 0.1);
  border-radius: 9999px;
  color: var(--accent);
  flex-shrink: 0;
  display: flex;
}
.store-address-icon svg { width: 1.5rem; height: 1.5rem; }

.store-address h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--primary-foreground);
}
.store-address p {
  color: hsla(40, 20%, 97%, 0.7);
  line-height: 1.6;
}

.store-map { flex: 1; width: 100%; }
.store-map .map-frame {
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid hsla(40, 20%, 97%, 0.1);
  background: white;
}
.store-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Noise overlay */
.noise-overlay {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* ================================================================
   SERVIÇOS — grid-cols-1 md:grid-cols-2, max-w-5xl
   ================================================================ */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) { .services-grid { grid-template-columns: 1fr 1fr; } }

/* service-card: luxury-card p-10 text-center flex flex-col items-center */
.service-card {
  padding: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem; height: 5rem;
  border-radius: 1rem;
  background: hsla(31, 53%, 64%, 0.1);
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.service-icon svg { width: 2rem; height: 2rem; stroke-width: 1.5; }
.service-card h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--foreground);
}
.service-card p {
  color: var(--muted-foreground);
  line-height: 1.7;
  margin-bottom: 2rem;
  flex-grow: 1;
}
.service-btn-outline {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--accent);
  color: var(--accent);
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.service-btn-outline:hover { background: var(--accent); color: var(--accent-foreground); }

/* ================================================================
   FEATURES / DIFERENCIAIS — grid-cols-1 md:2 lg:4
   ================================================================ */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .features-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }

.feature-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem; height: 5rem;
  border-radius: 1rem;
  background: var(--background);
  color: var(--accent);
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.feature-icon svg { width: 2rem; height: 2rem; stroke-width: 1.5; }
.feature-item h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--secondary-foreground);
}
.feature-item p {
  font-size: 1rem;
  color: hsla(200, 48%, 20%, 0.7);
  line-height: 1.6;
}

/* ================================================================
   FOOTER — bg-primary, mt-20 (equivalente a mt-20 = 5rem)
   ================================================================ */
footer {
  background: var(--primary);
  color: var(--primary-foreground);
  margin-top: 5rem;
}
.footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}
@media (min-width: 640px) { .footer-inner { padding: 4rem 1.5rem; } }
@media (min-width: 1024px) { .footer-inner { padding: 4rem 2rem; } }

/* Logo centralizada no footer, com filter invert */
.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.footer-logo img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
@media (min-width: 768px) { .footer-logo img { height: 4rem; } }

/* grid-cols-1 md:grid-cols-3 gap-12 */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(3, 1fr); text-align: left; }
}

.footer-col { display: flex; flex-direction: column; align-items: center; }
@media (min-width: 768px) { .footer-col { align-items: flex-start; } }

.footer-col h3 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: var(--accent);
}
.footer-col p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: hsla(40, 20%, 97%, 0.8);
  max-width: 20rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul a {
  font-size: 0.875rem;
  color: hsla(40, 20%, 97%, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul a:hover { color: var(--accent); }

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: hsla(40, 20%, 97%, 0.8);
  text-decoration: none;
  transition: color 0.2s;
  margin-bottom: 0.75rem;
}
.footer-contact a:hover { color: var(--accent); }
.footer-contact svg { width: 1rem; height: 1rem; flex-shrink: 0; }

.footer-socials { display: flex; gap: 1rem; margin-top: 1.5rem; }
.footer-social {
  width: 2.5rem; height: 2.5rem;
  border-radius: 9999px;
  background: hsla(40, 20%, 97%, 0.1);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  color: var(--primary-foreground);
  transition: all 0.2s;
}
.footer-social:hover {
  background: var(--accent);
  color: var(--accent-foreground);
  transform: scale(1.1);
}
.footer-social svg { width: 1.25rem; height: 1.25rem; }

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid hsla(40, 20%, 97%, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: hsla(40, 20%, 97%, 0.6);
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-bottom a { color: hsla(40, 20%, 97%, 0.6); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--accent); }
.footer-links { display: flex; gap: 1.5rem; }

/* ================================================================
   CATEGORY / ARCHIVE PAGE
   ================================================================ */
.cat-header { background: var(--secondary); border-bottom: 1px solid var(--border); }
.cat-header-inner { max-width: 80rem; margin: 0 auto; padding: 2rem 1rem; }
@media (min-width: 640px) { .cat-header-inner { padding: 2rem 1.5rem; } }
@media (min-width: 1024px) { .cat-header-inner { padding: 2rem 2rem; } }

.breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.875rem; margin-bottom: 1.5rem; flex-wrap: wrap;
}
.breadcrumb a { color: var(--muted-foreground); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: var(--foreground); font-weight: 500; }
.breadcrumb svg { width: 1rem; height: 1rem; color: var(--muted-foreground); }

.cat-filters { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.cat-filter-btn {
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--card-foreground);
  cursor: pointer;
  transition: all 0.2s;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  display: inline-block;
}
.cat-filter-btn:hover { background: hsla(31, 53%, 64%, 0.1); color: var(--accent); border-color: var(--accent); }
.cat-filter-btn.active {
  background: var(--accent);
  color: var(--accent-foreground);
  border-color: var(--accent);
  box-shadow: 0 2px 8px hsla(31, 53%, 64%, 0.3);
}
.product-count { margin-bottom: 1.5rem; font-size: 0.875rem; color: var(--muted-foreground); }

/* ================================================================
   PRODUCT DETAIL PAGE
   ================================================================ */
.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) { .detail-grid { grid-template-columns: 1fr 1fr; } }

@media (min-width: 1024px) {
  .detail-gallery-sticky { position: sticky; top: 6rem; }
}
.main-image {
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--secondary);
  margin-bottom: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.main-image img { width: 100%; height: 100%; object-fit: cover; }
.thumb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.thumb-btn {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--secondary);
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s;
  padding: 0;
}
.thumb-btn.active { border-color: var(--accent); opacity: 1; }
.thumb-btn:hover { opacity: 1; }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; display: block; }

.detail-info .cat-label {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.75rem;
}
.detail-info h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  line-height: 1.1;
}
@media (min-width: 768px) { .detail-info h1 { font-size: 3rem; } }

.detail-desc { color: var(--muted-foreground); line-height: 1.7; margin-bottom: 2rem; font-size: 1.0625rem; }
.detail-actions { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 3rem; }

.detail-btn-primary {
  width: 100%; padding: 1rem 1.5rem; font-size: 1rem;
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
}
.detail-btn-primary svg { width: 1.25rem; height: 1.25rem; }

.detail-btn-row { display: flex; gap: 0.75rem; }
.detail-btn-secondary {
  flex: 1; padding: 1rem 1.5rem;
  background: var(--card); color: var(--card-foreground);
  border: 1px solid var(--border); border-radius: 0.5rem;
  font-weight: 600; cursor: pointer; font-family: "DM Sans", sans-serif;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  transition: all 0.2s; text-decoration: none; font-size: 0.875rem;
}
.detail-btn-secondary:hover { background: hsla(31,53%,64%,0.1); border-color: var(--accent); color: var(--accent); }
.detail-btn-secondary svg { width: 1.25rem; height: 1.25rem; }

.detail-section { padding-top: 2rem; border-top: 1px solid var(--border); margin-top: 2.5rem; }
.detail-section:first-child { margin-top: 0; }
.detail-section-title {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem;
  color: var(--foreground);
}
.detail-section-icon {
  padding: 0.5rem;
  background: hsla(31, 53%, 64%, 0.1);
  border-radius: 9999px;
  color: var(--accent);
  display: flex;
}
.detail-section-icon svg { width: 1.25rem; height: 1.25rem; }
.detail-section p { color: var(--muted-foreground); line-height: 1.7; margin-left: 3rem; }

.check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-left: 3rem;
  list-style: none;
}
@media (min-width: 640px) { .check-list { grid-template-columns: 1fr 1fr; } }
.check-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: var(--muted-foreground); }
.check-icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; width: 1rem; height: 1rem; }

.specs-list { list-style: none; margin-left: 3rem; }
.specs-list li {
  display: flex; flex-direction: column;
  padding-bottom: 0.5rem; margin-bottom: 0.5rem;
  border-bottom: 1px solid hsla(200, 15%, 85%, 0.5);
  font-size: 0.875rem;
}
@media (min-width: 640px) { .specs-list li { flex-direction: row; } }
.spec-title { font-weight: 600; color: var(--foreground); min-width: 33%; }
.spec-val { color: var(--muted-foreground); }

.faq-list { margin-left: 3rem; display: flex; flex-direction: column; gap: 1.5rem; }
.faq-item { background: hsla(30, 30%, 88%, 0.5); border-radius: 0.75rem; padding: 1.25rem; }
.faq-item h4 { font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; color: var(--foreground); }
.faq-item p { font-size: 0.875rem; color: var(--muted-foreground); line-height: 1.6; }

/* ================================================================
   ABOUT PAGE — igual ao AboutPage.jsx
   ================================================================ */
.about-hero {
  padding: 6rem 0 8rem;
  background: var(--primary);
  color: var(--primary-foreground);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-hero-blur-1 {
  position: absolute; top: -8rem; right: -8rem;
  width: 24rem; height: 24rem; border-radius: 9999px;
  background: hsla(31, 53%, 64%, 0.1);
  filter: blur(48px); pointer-events: none;
}
.about-hero-blur-2 {
  position: absolute; bottom: -8rem; left: -8rem;
  width: 24rem; height: 24rem; border-radius: 9999px;
  background: hsla(31, 53%, 64%, 0.1);
  filter: blur(48px); pointer-events: none;
}
.about-hero .eyebrow {
  display: inline-block;
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1.5rem;
}
.about-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem; font-weight: 600; letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .about-hero h1 { font-size: 4rem; } }
@media (min-width: 1024px) { .about-hero h1 { font-size: 4.5rem; } }
.about-hero p {
  color: hsla(40, 20%, 97%, 0.8);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* Story section: grid lg:grid-cols-2 gap-16 items-center */
.about-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) { .about-story { grid-template-columns: 1fr 1fr; } }

.about-story-img {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.about-story-img img { width: 100%; height: 100%; object-fit: cover; }

.about-story-text { display: flex; flex-direction: column; gap: 1.5rem; }
.about-story-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem; font-weight: 600; letter-spacing: -0.02em;
}
@media (min-width: 768px) { .about-story-text h2 { font-size: 2.25rem; } }
.about-story-text p { color: var(--muted-foreground); line-height: 1.7; font-size: 1.0625rem; }

/* Values: grid-cols-1 md:grid-cols-3 gap-12 */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) { .values-grid { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }

.value-card {
  background: var(--card);
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  text-align: center;
  border: 1px solid hsla(200, 15%, 85%, 0.5);
}
.value-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 4rem; height: 4rem; border-radius: 9999px;
  background: hsla(31, 53%, 64%, 0.1); color: var(--accent); margin-bottom: 1.5rem;
}
.value-icon svg { width: 2rem; height: 2rem; stroke-width: 1.5; }
.value-card h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem; }
.value-card p { color: var(--muted-foreground); line-height: 1.6; font-size: 0.9375rem; }

/* ================================================================
   WHATSAPP FLOAT BUTTON
   ================================================================ */
.wa-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 40;
  width: 3.5rem; height: 3.5rem; border-radius: 9999px;
  background: #25D366; color: white;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5); }
.wa-float svg { width: 1.75rem; height: 1.75rem; }

/* ================================================================
   TOAST
   ================================================================ */
.toast {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 0.75rem; padding: 1rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: none; max-width: 20rem;
  animation: slideInToast 0.3s ease;
}
.toast.show { display: block; }
.toast h4 { font-weight: 600; margin-bottom: 0.25rem; }
.toast p { font-size: 0.875rem; color: var(--muted-foreground); }
@keyframes slideInToast {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ================================================================
   FADE-IN ANIMATIONS
   ================================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* ================================================================
   EMPTY STATE
   ================================================================ */
.empty-state { text-align: center; padding: 4rem 1rem; }
.empty-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 5rem; height: 5rem; border-radius: 9999px;
  background: var(--muted); margin-bottom: 1.5rem; font-size: 2.5rem;
}
.empty-state h2 { font-family: "Playfair Display", serif; font-size: 1.5rem; margin-bottom: 1rem; }
.empty-state p { color: var(--muted-foreground); margin-bottom: 2rem; max-width: 28rem; margin-left: auto; margin-right: auto; }
.empty-btns { display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: center; }
@media (min-width: 640px) { .empty-btns { flex-direction: row; } }
.empty-btn-secondary {
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--card);
  color: var(--card-foreground);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  font-weight: 600; font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.empty-btn-secondary:hover { background: hsla(31,53%,64%,0.1); border-color: var(--accent); color: var(--accent); }

/* ================================================================
   WOOCOMMERCE — remover estilos padrão
   ================================================================ */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info { display: none !important; }

/* ================================================================
   WORDPRESS HELPERS
   ================================================================ */
.alignleft { float: left; margin-right: 1rem; }
.alignright { float: right; margin-left: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* WP thumbnail fix */
.detail-gallery .wp-post-image,
.main-image .wp-post-image,
.product-card .img-wrap .wp-post-image {
  width: 100%; height: 100%; object-fit: cover;
}
.product-card .img-wrap .wp-post-image { transition: transform 0.5s; }

/* ================================================================
   ELEMENTOR COMPATIBILITY
   ================================================================ */
#site-header { z-index: 9999 !important; }

/* Elementor não deve sobrescrever fontes do tema */
.elementor-widget-text-editor,
.elementor-widget-heading { font-family: inherit; }

/* Page sem wrapper extra quando Elementor renderiza */
.page-main > .elementor { width: 100%; }
body.elementor-page .page-main { margin-top: 0; padding-top: 0; }
