/* ═══════════════════════════════════════════════════════════
   Pedras Brasil — base compartilhada (páginas internas)
   Mesmo padrão visual da home (index.html)
═══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:    #FAF3EA;
  --dark:     #192112;
  --green-lt: #98B87A;
  --sage:     #CBDBBD;
  --brown:    #291A0A;
  --gold:     #CF8230;
  --gold-lt:  #E2B483;
  --green:    #4C6336;
  --green-md: #658547;
  --green-bg: #B2C99C;
  --black-bg: #12170C;
  --white:    #FFFFFF;
  --sand:     #FAF8F5;
  --border:   #E8E0D4;
  --text-dim: rgba(29,18,7,0.6);
  --text-faint: rgba(255,255,255,0.6);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: 'Mulish', sans-serif;
  background: var(--white);
  color: var(--brown);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.pb-scroll::-webkit-scrollbar { height: 4px; }
.pb-scroll::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.18); border-radius: 2px; }

.desktop-only { display: flex; }
.mobile-only  { display: none; }

.container-1240 { max-width: 1336px; padding: 0 48px; margin: 0 auto; }


/* ═══════════════ NAVBAR PADRÃO hv2 (páginas de pedra → site inteiro) ═══════════════ */
.hv2-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 64px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
}
.hv2-nav-logo img { height: 20px; width: auto; }
.hv2-nav-right { display: flex; align-items: center; gap: 20px; }
.hv2-nav-phone { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.hv2-nav-phone-icon {
  width: 24px; height: 24px;
  border: 1px solid rgba(152,184,122,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--green-lt);
  transition: background 0.3s ease, color 0.3s ease;
}
.hv2-nav-phone:hover .hv2-nav-phone-icon { background: var(--green-lt); color: var(--dark); }
.hv2-nav-phone-text { display: flex; flex-direction: column; }
.hv2-nav-phone-text strong {
  font-weight: 500; font-size: 10px; line-height: 16px;
  letter-spacing: 0.3px; color: var(--sage);
}
.hv2-nav-phone-text span {
  font-weight: 500; font-size: 10px; line-height: 16px;
  letter-spacing: 0.3px; color: var(--green-lt);
}
.hv2-nav-menu {
  width: 28px; height: 28px;
  display: block;
  transition: transform 0.5s var(--ease-out);
}
.hv2-nav-menu:hover { transform: rotate(90deg); }
.hv2-nav-menu svg { width: 100%; height: 100%; }
.hv2-nav-menu rect { transition: fill 0.35s ease; }
.hv2-nav-menu:hover .sq-a { fill: #4C6336; }
.hv2-nav-menu:hover .sq-b { fill: #98B87A; }
@media (max-width: 768px) {
  .hv2-nav { height: 56px; padding: 0 16px; }
  .hv2-nav-logo img { height: 16px; }
  .hv2-nav-phone { display: none; }
  .hv2-nav-menu { width: 20px; height: 20px; }
}

/* ═══════════════ NAVBAR (igual à home) ═══════════════ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 80px;
  background: rgba(25, 33, 18, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226,180,131,0.12);
  transition: background 0.4s ease;
}
.navbar.scrolled { background: rgba(25, 33, 18, 0.97); }
.navbar-logo { display: flex; align-items: center; text-decoration: none; }
.navbar-logo img { height: 20px; width: auto; }
.navbar-right { display: flex; align-items: center; gap: 24px; }
.navbar-phone { display: flex; align-items: center; gap: 10px; }
.navbar-phone-icon {
  width: 24px; height: 24px;
  background: #324224;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.navbar-phone-icon svg { width: 10px; height: 10px; fill: #98B87A; }
.navbar-phone-text { font-size: 10px; line-height: 1.6; letter-spacing: 0.03em; }
.navbar-phone-text strong { color: #CBDBBD; font-weight: 500; display: block; }
.navbar-phone-text span   { color: #98B87A; font-weight: 500; display: block; }
/* números do nav: fixo = tel · celular = WhatsApp (mesmo visual do texto) */
.navbar-phone-text strong a,
.hv2-nav-phone-text strong a { color: inherit; text-decoration: none; }
.navbar-phone-text strong a:hover,
.hv2-nav-phone-text strong a:hover { color: var(--gold-lt); }
.navbar-divider { width: 1px; height: 24px; background: #98B87A; opacity: 0.4; }
.navbar-link {
  font-size: 13px; font-weight: 600;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.03em;
  position: relative;
}
.navbar-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 1px;
  background: var(--gold-lt);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.navbar-link:hover { color: var(--gold-lt); }
.navbar-link:hover::after { transform: scaleX(1); transform-origin: left; }
.navbar-link.active { color: var(--gold-lt); }

/* compensação do nav fixo na primeira seção */
.page-start { padding-top: 80px; }

/* ═══════════════ TIPOGRAFIA DE SEÇÃO ═══════════════ */
.section-eyebrow {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
}
.section-eyebrow.green { color: var(--green); }
.h2-serif {
  font-family: 'Platypi', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}

/* ═══════════════ BOTÕES ═══════════════ */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--gold);
  padding: 22px 32px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brown);
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s var(--ease-out);
  will-change: transform;
}
.btn-gold:hover {
  background: #e29543;
  box-shadow: 0 8px 32px rgba(207,130,48,0.35);
  transform: translateY(-2px);
}
.btn-gold:active { transform: translateY(1px); }
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.3);
  padding: 20px 24px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #25d366;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s var(--ease-out);
}
.btn-wa:hover { background: rgba(37,211,102,0.18); transform: translateY(-2px); }
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--black-bg);
  padding: 13px 25px;
  font-weight: 500;
  font-size: 16px;
  color: var(--green-bg);
  text-decoration: none;
  transition: all 0.3s var(--ease-out);
}
.btn-dark:hover { background: #1f2715; box-shadow: 0 8px 25px rgba(18,23,12,0.25); transform: translateY(-2px); }
.link-outline-green {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 2px solid var(--green-md);
  padding: 22px 40px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--black-bg);
  text-decoration: none;
  transition: all 0.3s ease;
}
.link-outline-green:hover { background: var(--green-md); color: #fff; }

/* ═══════════════ BREADCRUMB ═══════════════ */
.breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s ease; }
.breadcrumb a:hover { color: var(--gold-lt); }
.breadcrumb .sep { color: rgba(255,255,255,0.3); }
.breadcrumb .current { color: rgba(255,255,255,0.85); }

/* ═══════════════ CHIPS ═══════════════ */
.chip {
  padding: 9px 16px;
  border-radius: 999px;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: all 0.25s var(--ease-out);
  border: none;
  outline: none;
}
.chip.active { background: var(--black-bg); color: var(--cream); }
.chip:not(.active) { background: #f0ece4; color: var(--black-bg); }
.chip:not(.active):hover { background: #e4ddd2; transform: translateY(-1px); }
.tag-chip {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--black-bg);
  background: #f0ece4;
  padding: 9px 16px;
  border-radius: 999px;
}
.pill-light {
  background: #f0ece4;
  color: var(--black-bg);
  padding: 8px 14px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 999px;
}

/* ═══════════════ PRODUCT CARD (fiel ao ProductCard.dc) ═══════════════ */
.pcard {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  min-height: 240px;
  overflow: hidden;
  background: #2a2118;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s ease;
  will-change: transform;
}
.pcard:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(29,18,7,0.18); }
.pcard-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.7s var(--ease-out);
  will-change: transform;
}
.pcard:hover .pcard-img { transform: scale(1.06); }
.pcard-badges {
  position: absolute;
  left: 16px; top: 16px;
  display: flex; gap: 8px;
  z-index: 2;
}
.pcard-badge {
  padding: 7px 12px;
  font-weight: 800;
  font-size: 9.5px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brown);
}
.pcard-badge.amber { background: #ecccac; }
.pcard-badge.white { background: var(--cream); }
.pcard-panel {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 44px 16px 18px;
  background: linear-gradient(180deg, rgba(29,18,7,0) 0%, rgba(29,18,7,0.92) 78%);
  z-index: 2;
}
.pcard-text { display: flex; flex-direction: column; gap: 7px; flex: 1; min-width: 0; }
.pcard-title {
  font-family: 'Platypi', serif;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.12;
  font-size: 20px;
}
.pcard-desc {
  font-weight: 400;
  color: rgba(250,243,234,0.62);
  line-height: 1.4;
  font-size: 13.5px;
}
.pcard-arrow {
  flex-shrink: 0;
  width: 46px; height: 46px;
  background: #d89b5a;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream);
  font-size: 19px;
  line-height: 1;
  font-weight: 300;
  transition: background 0.3s ease, transform 0.3s var(--ease-out);
}
.pcard:hover .pcard-arrow { background: #e2ab70; transform: translateX(4px); }
.pcard.featured .pcard-panel { padding: 56px 24px 24px; }
.pcard.featured .pcard-title { font-size: 30px; }
.pcard.featured .pcard-desc { font-size: 17px; }
.pcard.featured .pcard-arrow { width: 54px; height: 54px; font-size: 22px; }

/* ═══════════════ FAQ (verde, igual à home) ═══════════════ */
.section-faq { background: var(--green-bg); padding: 88px 48px; }
.faq-inner {
  max-width: 704px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.faq-title {
  font-family: 'Platypi', serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: var(--black-bg);
}
.faq-list { width: 100%; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid #98B87A;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq-item:hover { box-shadow: 0 4px 20px rgba(50,66,36,0.10); }
.faq-header {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  background: none; border: none; width: 100%; text-align: left;
}
.faq-header-left { display: flex; flex-direction: column; gap: 8px; }
.faq-category {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgba(152,184,122,0.5);
  border-radius: 999px;
  font-family: 'Mulish', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #98B87A;
  width: fit-content;
}
.faq-question {
  font-family: 'Platypi', serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark);
  line-height: 1.3;
}
.faq-toggle {
  width: 32px; min-width: 32px; height: 32px;
  background: rgba(178,201,156,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s ease, transform 0.35s var(--ease-out);
}
.faq-item.open .faq-toggle { background: var(--green); transform: rotate(45deg); }
.faq-toggle svg { width: 14px; height: 14px; stroke: var(--dark); }
.faq-item.open .faq-toggle svg { stroke: #fff; }
.faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease-out);
}
.faq-item.open .faq-answer-wrap { grid-template-rows: 1fr; }
.faq-answer {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(25,33,18,0.75);
  padding: 0 24px;
}
.faq-item.open .faq-answer { padding-bottom: 24px; }
.faq-cta { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 8px; }
.faq-cta-text { font-size: 16px; color: var(--black-bg); text-align: center; }

/* ═══════════════ FOOTER (igual à home) ═══════════════ */
.footer { background: var(--black-bg); padding: 64px 48px 32px; }
.footer-top {
  display: flex;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(107,107,107,0.2);
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}
.footer-brand { flex: 0 0 240px; display: flex; flex-direction: column; gap: 16px; }
.footer-logo img { height: 32px; width: auto; }
.footer-tagline { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.45); }
.footer-social { display: flex; gap: 10px; margin-top: 8px; }
.footer-social-btn {
  width: 36px; height: 36px;
  border: 1px solid rgba(107,107,107,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-btn:hover { border-color: var(--gold-lt); color: var(--gold-lt); transform: translateY(-2px); }
.footer-col { flex: 1; min-width: 140px; display: flex; flex-direction: column; gap: 16px; }
.footer-col-title {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.footer-col-links { display: flex; flex-direction: column; gap: 10px; }
.footer-col-link {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  width: fit-content;
}
.footer-col-link:hover { color: var(--cream); transform: translateX(3px); }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact-icon { width: 18px; min-width: 18px; color: rgba(255,255,255,0.3); margin-top: 2px; }
.footer-contact-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); display: block; }
.footer-contact-val   { font-size: 13px; color: rgba(255,255,255,0.45); display: block; }
/* Figma Footer-Desktop (589:149): mapa 244×184 na coluna Contato */
.footer-col-nav { display: flex; }
.footer-map {
  width: 244px;
  height: 184px;
  overflow: hidden;
  border-radius: 8px;
}
.footer-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #6de68a;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 8px;
  width: fit-content;
}
.footer-wa-btn:hover { background: rgba(37,211,102,0.2); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ═══════════════ STICKY BAR MOBILE ═══════════════ */
.sticky-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  height: 72px;
  background: var(--black-bg);
  border-top: 1px solid rgba(196,168,130,0.2);
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}
.sticky-bar-cta {
  text-decoration: none;
  flex: 1;
  height: 48px;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brown);
}
.sticky-bar-wa {
  text-decoration: none;
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}

/* ═══════════════ REVEAL HELPERS ═══════════════ */
.reveal { opacity: 0; transform: translateY(40px); }
.reveal-img { clip-path: inset(0 0 100% 0); }
html.no-motion .reveal, html.no-motion .reveal-img { opacity: 1; transform: none; clip-path: none; }

/* ═══════════════ MOBILE ═══════════════ */
@media (max-width: 768px) {
  .desktop-only { display: none !important; }
  .mobile-only  { display: flex; }

  .navbar { height: 56px; padding: 0 16px; }
  .navbar-logo img { height: 16px; }
  .page-start { padding-top: 56px; }

  .container-1240 { padding: 0 16px; }
  .h2-serif { font-size: 26px; }

  .btn-gold { width: 100%; padding: 20px; font-size: 15px; }
  .btn-wa { width: 100%; padding: 20px; font-size: 15px; }
  .link-outline-green { width: 100%; justify-content: center; padding: 18px; font-size: 15px; }

  .pcard.compact .pcard-desc { display: none; }
  .pcard.compact .pcard-title { font-size: 17px; }
  .pcard.compact .pcard-arrow { width: 36px; height: 36px; font-size: 16px; }
  .pcard.compact .pcard-panel { padding: 36px 14px 14px; }

  .section-faq { padding: 48px 16px; }
  .faq-title { font-size: 24px; }

  .footer { padding: 48px 16px 24px; }
  .footer-top { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
  .footer-brand { grid-column: 1 / -1; }
  
  /* Navegação em 2 colunas */
  .footer-col:nth-child(2) { grid-column: 1 / -1; }
  .footer-col:nth-child(2) .footer-col-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }
  
  /* Catálogo Col 1 e Col 2 lado a lado */
  .footer-col:nth-child(3) { grid-column: 1; min-width: 0; }
  .footer-col:nth-child(4) { grid-column: 2; min-width: 0; }
  
  /* Contato ocupando a largura total */
  .footer-col:nth-child(5) { grid-column: 1 / -1; }

  /* Figma Footer-mobile: Navegação volta a aparecer; mapa full-width 300px */
  .footer-col-nav { display: flex; }
  .footer-col[style*="flex:0 0 244px"] { flex: none; }
  .footer-map { width: 100%; height: 300px; }

  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .sticky-bar { display: flex; }
  body.has-sticky-bar { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
  .reveal, .reveal-img { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
