/* ==========================================================================
   LOJA ARTEIRO - DESIGN SYSTEM & STYLESHEET (MAXIMALISMO ELEGANTE 2.6)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS & COLORIMETRY REFINEMENT
   -------------------------------------------------------------------------- */
:root {
  /* Color Palette - Brasilidade Maturada & Alto Luxo */
  --color-bg-primary: #F8F5EE;          /* Areia Itaipava (Fundo Nobre Quente) */
  --color-bg-surface: #FFFFFF;          /* Cards & Modais */
  --color-bg-card-subtle: #F3EEE3;       /* Fundo Secundário de Cards */

  /* Terracotta Accent (Cerâmica / Barro / Tradição) */
  --color-accent-terracotta: #9E4325;   /* Terrakotta Nobre (Contraste AAA) */
  --color-accent-terracotta-hover: #80341B;
  --color-terracotta-soft: #F7ECE6;     /* Highlights e Tags */

  /* Verde Botânico Imperial (Paisagismo & Natureza Serrana) */
  --color-accent-forest: #1F3E32;       /* Verde Botânico Profundo */
  --color-accent-forest-hover: #162E25;
  --color-forest-soft: #E6F0EB;

  /* Detalhes de Ouro / Artesol */
  --color-gold-detail: #C5A059;        /* Ouro Artesol */
  --color-gold-bright: #D4AF37;
  --color-gold-soft: rgba(197, 160, 89, 0.15);

  /* Elementos Industriais (Contêiner Itaipava) */
  --color-text-main: #181716;           /* Preto Industrial Suave */
  --color-text-muted: #5C5852;          /* Texto Secundário Leal ao Tom Areia */
  --color-border: #E6DFC8;              /* Bordas Naturais */
  --color-border-hover: #C8BD9C;

  /* Ação WhatsApp */
  --color-whatsapp: #25D366;
  --color-whatsapp-hover: #1EBE5A;

  /* Tipografia */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  /* Elevação & Sombras */
  --shadow-sm: 0 2px 10px rgba(24, 23, 22, 0.04);
  --shadow-md: 0 8px 24px rgba(24, 23, 22, 0.08);
  --shadow-lg: 0 18px 45px rgba(24, 23, 22, 0.14);
  --shadow-gold: 0 8px 25px rgba(197, 160, 89, 0.25);

  /* Bordas */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 999px;

  /* Animações */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --------------------------------------------------------------------------
   2. BASE & RESET
   -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--color-bg-primary);
  color: var(--color-text-main);
  font-family: var(--font-sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-main);
}

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

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

button {
  font-family: var(--font-sans);
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* --------------------------------------------------------------------------
   3. TOP ANNOUNCEMENT BAR
   -------------------------------------------------------------------------- */
.top-bar {
  background-color: var(--color-text-main);
  color: var(--color-bg-primary);
  font-size: 0.82rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.top-bar-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.top-bar-divider {
  opacity: 0.25;
  color: var(--color-gold-detail);
}

.badge-gold {
  color: var(--color-gold-detail);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   4. CABEÇALHO REFINADO
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(248, 245, 238, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border);
  transition: all var(--transition-normal);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.brand-logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-est {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--color-gold-detail);
  margin-bottom: 1px;
}

.logo-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--color-accent-terracotta);
  line-height: 0.95;
}

.logo-sub {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--color-text-muted);
  margin-top: 3px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 2.2rem;
}

.main-nav a {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5rem 0;
  color: var(--color-text-main);
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: var(--color-accent-terracotta);
  transition: width var(--transition-fast);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.action-btn {
  font-size: 1.15rem;
  color: var(--color-text-main);
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-border);
  transition: all var(--transition-fast);
}

.action-btn:hover {
  background-color: var(--color-accent-terracotta);
  color: white;
  border-color: var(--color-accent-terracotta);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(158, 67, 37, 0.2);
}

.badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--color-accent-terracotta);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

.mobile-menu-toggle {
  display: none;
  font-size: 1.5rem;
  color: var(--color-text-main);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   5. MOBILE DRAWER
   -------------------------------------------------------------------------- */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  max-width: 380px;
  background-color: var(--color-bg-primary);
  z-index: 999;
  transform: translateX(-100%);
  transition: transform var(--transition-normal);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
}

.mobile-drawer.active {
  transform: translateX(0);
}

.drawer-header {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
}

.drawer-close {
  font-size: 2rem;
  color: var(--color-text-main);
}

.drawer-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
}

.drawer-search {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: white;
  padding: 0.85rem 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.8rem;
  cursor: pointer;
}

.drawer-nav ul {
  list-style: none;
}

.drawer-nav li {
  margin-bottom: 0.6rem;
}

.drawer-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text-main);
  background-color: white;
  border: 1px solid rgba(230, 223, 200, 0.6);
}

.drawer-link i {
  color: var(--color-accent-terracotta);
  width: 20px;
}

.drawer-contact-card {
  margin-top: 2rem;
  background-color: white;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.drawer-contact-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.drawer-contact-card p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------------
   6. HERO SECTION (Z-INDEX E SOBREPOSIÇÃO CORRIGIDOS)
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease-out;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 23, 22, 0.82) 0%, rgba(31, 62, 50, 0.65) 100%);
  z-index: 2;
}

/* TRANSIÇÃO GRADIENTE ABAIXO DO CONTEÚDO (SEM DESFOCAR BOTÕES/TEXTOS) */
.hero-bottom-transition {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(to bottom, 
    rgba(248, 245, 238, 0) 0%, 
    rgba(248, 245, 238, 0.5) 50%, 
    var(--color-bg-primary) 100%);
  pointer-events: none;
  z-index: 3; /* Abaixo do hero-content (z-index 5) */
}

.hero-content {
  position: relative;
  z-index: 5; /* Garante nitidez cristalina absoluta para botões e textos */
  max-width: 860px;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background-color: rgba(197, 160, 89, 0.22);
  border: 1px solid var(--color-gold-detail);
  color: #F9E8CC;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.45rem 1.3rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 2.2rem;
  font-weight: 400;
  max-width: 740px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-ctas {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.05rem 2.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  letter-spacing: 0.3px;
  min-height: 52px;
}

.btn-primary {
  background-color: var(--color-accent-terracotta);
  color: white;
  box-shadow: 0 8px 24px rgba(158, 67, 37, 0.45);
}

.btn-primary:hover {
  background-color: var(--color-accent-terracotta-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(158, 67, 37, 0.55);
}

.btn-secondary {
  background-color: var(--color-whatsapp);
  color: white;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-secondary:hover {
  background-color: var(--color-whatsapp-hover);
  transform: translateY(-2px);
}

.btn-terracotta {
  background-color: var(--color-accent-terracotta);
  color: white;
}

.btn-terracotta:hover {
  background-color: var(--color-accent-terracotta-hover);
}

.btn-outline {
  border: 2px solid var(--color-accent-terracotta);
  color: var(--color-accent-terracotta);
}

.btn-outline:hover {
  background-color: var(--color-accent-terracotta);
  color: white;
}

.btn-whatsapp-full {
  width: 100%;
  background-color: var(--color-whatsapp);
  color: white;
  padding: 1.05rem;
}

.btn-whatsapp-full:hover {
  background-color: var(--color-whatsapp-hover);
}

.btn-whatsapp-sm {
  background-color: var(--color-whatsapp);
  color: white;
  padding: 0.75rem 1.4rem;
  font-size: 0.85rem;
}

/* --------------------------------------------------------------------------
   7. TRUST STRIP
   -------------------------------------------------------------------------- */
.trust-strip {
  background-color: #FFFFFF;
  border-bottom: 1px solid var(--color-border);
  padding: 2.5rem 0;
  position: relative;
  z-index: 6;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.trust-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background-color: var(--color-terracotta-soft);
  color: var(--color-accent-terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.trust-item h4 {
  font-size: 1.1rem;
  font-family: var(--font-serif);
  margin-bottom: 2px;
}

.trust-item p {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin: 0;
}

/* --------------------------------------------------------------------------
   8. CATALOG & HYBRID PRODUCTS
   -------------------------------------------------------------------------- */
.catalog-section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3rem auto;
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--color-accent-terracotta);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-tag-light {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--color-gold-detail);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 0.8rem;
}

.section-header p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.category-filters {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border);
  background-color: white;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-text-main);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--color-accent-terracotta);
  color: white;
  border-color: var(--color-accent-terracotta);
  box-shadow: 0 6px 18px rgba(158, 67, 37, 0.28);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.product-card {
  background-color: white;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-border-hover);
}

.product-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #F0EDE6;
  cursor: pointer;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-thumb img {
  transform: scale(1.08);
}

.product-type-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.badge-direct {
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--color-text-main);
  box-shadow: var(--shadow-sm);
}

.badge-quote {
  background-color: var(--color-accent-terracotta);
  color: white;
}

.product-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  color: var(--color-text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.product-wishlist-btn:hover {
  background-color: white;
  color: var(--color-accent-terracotta);
  transform: scale(1.1);
}

.product-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-author {
  font-size: 0.78rem;
  color: var(--color-accent-terracotta);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.product-title {
  font-size: 1.25rem;
  font-family: var(--font-serif);
  margin-bottom: 0.6rem;
  line-height: 1.3;
  cursor: pointer;
}

.product-title:hover {
  color: var(--color-accent-terracotta);
}

.product-pricing {
  margin-top: auto;
  padding-top: 1rem;
}

.price-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-text-main);
}

.price-sub {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.quote-label {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--color-accent-terracotta);
}

.product-actions {
  margin-top: 1rem;
}

.btn-card-buy {
  width: 100%;
  padding: 0.85rem;
  background-color: var(--color-text-main);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background var(--transition-fast);
  min-height: 48px;
}

.btn-card-buy:hover {
  background-color: var(--color-accent-terracotta);
}

.btn-card-quote {
  width: 100%;
  padding: 0.85rem;
  background-color: var(--color-whatsapp);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background var(--transition-fast);
  min-height: 48px;
}

.btn-card-quote:hover {
  background-color: var(--color-whatsapp-hover);
}

/* --------------------------------------------------------------------------
   9. HISTORY & BADGE DE LUXO DOS 48 ANOS
   -------------------------------------------------------------------------- */
.history-section {
  padding: 6rem 0;
  background-color: white;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.history-media {
  position: relative;
}

.history-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.history-floating-badge-luxury {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: linear-gradient(135deg, rgba(158, 67, 37, 0.95) 0%, rgba(115, 46, 23, 0.95) 100%);
  backdrop-filter: blur(14px);
  color: white;
  padding: 1.8rem 2.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(197, 160, 89, 0.6);
  box-shadow: 0 16px 38px rgba(158, 67, 37, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
}

.badge-icon-seal {
  color: var(--color-gold-detail);
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.history-floating-badge-luxury .number {
  display: block;
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 0.9;
  color: #F9E8CC;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.history-floating-badge-luxury .text-main {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: white;
  margin-top: 6px;
}

.history-floating-badge-luxury .text-sub {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-gold-detail);
  margin-top: 2px;
  letter-spacing: 1px;
}

.history-content h2 {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  margin-bottom: 1.2rem;
}

.timeline-mini {
  margin: 2rem 0;
  border-left: 2px solid var(--color-border);
  padding-left: 1.5rem;
}

.timeline-step {
  margin-bottom: 1.2rem;
}

.timeline-step .year {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-accent-terracotta);
}

.timeline-step .desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

/* LANDSCAPING SECTION */
.landscaping-section {
  padding: 6rem 0;
  background-color: var(--color-accent-forest);
  color: white;
}

.landscaping-section h2 {
  color: white;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  margin-bottom: 1.2rem;
}

.landscaping-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.landscaping-features {
  list-style: none;
  margin: 1.5rem 0 2.5rem 0;
}

.landscaping-features li {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.landscaping-features i {
  color: var(--color-gold-detail);
}

.consultation-box {
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2rem;
  border-radius: var(--radius-md);
  backdrop-filter: blur(10px);
}

.consultation-box h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-row input,
.form-row select {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.96);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  min-height: 48px;
}

.landscaping-media {
  position: relative;
}

.landscaping-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.landscape-caption {
  margin-top: 1.5rem;
  font-style: italic;
  opacity: 0.9;
}

/* ARTISANS SECTION */
.artisans-section {
  padding: 5rem 0;
}

.artisan-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.artisan-card {
  background-color: white;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
  border: 1px solid var(--color-border);
}

.artisan-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--color-gold-detail);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  z-index: 2;
}

.artisan-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.artisan-info {
  padding: 1.5rem;
}

.artisan-info h3 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.artisan-info .region {
  display: block;
  font-size: 0.82rem;
  color: var(--color-accent-terracotta);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

/* INSTAGRAM SECTION */
.instagram-section {
  padding: 5rem 0;
  background-color: white;
  border-top: 1px solid var(--color-border);
}

.insta-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.2rem;
}

.insta-card {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
}

.insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.insta-card:hover img {
  transform: scale(1.1);
}

.insta-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(24, 23, 22, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.insta-card:hover .insta-overlay {
  opacity: 1;
}

/* FOOTER */
.site-footer {
  background-color: var(--color-text-main);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.footer-col h4 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col a:hover {
  color: var(--color-gold-detail);
}

.artesol-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-gold-detail);
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 1rem;
}

.footer-bottom {
  padding: 1.5rem 0;
  font-size: 0.82rem;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-badges {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
}

/* --------------------------------------------------------------------------
   10. MOBILE BOTTOM NAVIGATION BAR
   -------------------------------------------------------------------------- */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--color-border);
  z-index: 990;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.bottom-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--color-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  flex: 1;
  height: 100%;
}

.bottom-bar-item i {
  font-size: 1.25rem;
}

.bottom-bar-item.active,
.bottom-bar-item:hover {
  color: var(--color-accent-terracotta);
}

.bottom-bar-item .icon-wrap {
  position: relative;
}

/* --------------------------------------------------------------------------
   11. MODALS & POPUPS
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background-color: white;
  border-radius: var(--radius-lg);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-lg);
  transform: translateY(20px);
  transition: transform var(--transition-normal);
}

.modal-overlay.active .modal-card {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2rem;
  color: var(--color-text-main);
  z-index: 10;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(248, 245, 238, 0.8);
  transition: background var(--transition-fast);
}

.modal-close:hover {
  background-color: #E6DFC8;
}

/* PDP Modal Layout */
.pdp-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.pdp-gallery {
  padding: 2rem;
  background-color: #F8F5EE;
}

.pdp-main-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
}

.pdp-details {
  padding: 2.5rem 2rem;
}

.pdp-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--color-accent-terracotta);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.pdp-title {
  font-size: 2.2rem;
  margin-bottom: 0.4rem;
}

.pdp-artisan {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

.pdp-price-box {
  background-color: #F8F5EE;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
}

.pdp-accordion {
  margin-top: 1.5rem;
}

.accordion-item {
  border-bottom: 1px solid var(--color-border);
  padding: 0.8rem 0;
}

.accordion-header {
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-body {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin-top: 0.5rem;
}

/* CART MODAL */
.cart-modal-card {
  max-width: 550px;
  padding: 0;
}

.cart-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-body {
  padding: 1.5rem 2rem;
  max-height: 60vh;
  overflow-y: auto;
}

.cart-section-title {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-accent-terracotta);
  margin-bottom: 1rem;
}

.cart-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed var(--color-border);
}

.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.cart-item-info h4 {
  font-size: 1rem;
  margin-bottom: 2px;
}

.cart-item-price {
  font-size: 0.9rem;
  font-weight: 700;
}

.cart-footer {
  padding: 1.5rem 2rem;
  background-color: #F8F5EE;
  border-top: 1px solid var(--color-border);
}

/* WHATSAPP MODAL */
.wa-modal-card {
  max-width: 500px;
}

.wa-header {
  background-color: var(--color-whatsapp);
  color: white;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wa-header i {
  font-size: 2.2rem;
}

.wa-header h3 {
  color: white;
  font-size: 1.2rem;
  margin: 0;
}

.wa-header p {
  font-size: 0.82rem;
  margin: 0;
  opacity: 0.9;
}

.wa-body {
  padding: 2rem;
}

.wa-chat-bubble {
  background-color: #DCF8C6;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  font-size: 0.92rem;
  color: #181716;
  border-top-left-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  white-space: pre-wrap;
}

.wa-meta-info {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  display: flex;
  gap: 0.5rem;
}

.wa-footer {
  padding: 1rem 2rem 2rem 2rem;
}

/* SEARCH MODAL */
.search-modal-card {
  max-width: 650px;
  padding: 1.5rem;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 2px solid var(--color-accent-terracotta);
  padding-bottom: 0.8rem;
}

.search-input-wrapper input {
  width: 100%;
  border: none;
  font-size: 1.2rem;
  font-family: var(--font-sans);
  outline: none;
}

.search-results {
  margin-top: 1.5rem;
  max-height: 400px;
  overflow-y: auto;
}

/* --------------------------------------------------------------------------
   12. RESPONSIVIDADE ADVANCED & BREAKPOINTS MOBILE
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .header-inner {
    height: 75px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .history-grid,
  .landscaping-grid,
  .pdp-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .history-floating-badge-luxury {
    position: relative;
    bottom: 0;
    right: 0;
    margin: -30px auto 0 auto;
    width: 90%;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 65px;
  }
  .mobile-bottom-bar {
    display: flex;
  }
  .top-bar-content {
    font-size: 0.72rem;
    gap: 0.6rem;
  }
  .top-bar-divider {
    display: none;
  }
  .hero-section {
    min-height: 75vh;
  }
  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .category-filters {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .category-filters .filter-btn {
    scroll-snap-align: start;
  }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .artisan-cards-grid {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 1rem;
  }
  .consultation-box {
    padding: 1.2rem;
  }
}
