/* ============================================================
   Residencial Igaratá · Dimensional Engenharia
   Identidade: book promocional R2 (Sofia Pro + TrashHand,
   creme papel, verde marca, menta, terracota)
   ============================================================ */

/* ---------- Fontes ---------- */
@font-face { font-family: 'Sofia Pro'; src: url('../fonts/SofiaProItalic.woff2?v=2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Sofia Pro'; src: url('../fonts/SofiaProRegular.woff2?v=2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Sofia Pro'; src: url('../fonts/SofiaProMedium.woff2?v=2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Sofia Pro'; src: url('../fonts/SofiaProSemiBold.woff2?v=2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Sofia Pro'; src: url('../fonts/SofiaProBold.woff2?v=2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'TrashHand'; src: url('../fonts/TrashHand.woff2?v=3') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --papel: #F7F5E8;
  --papel-claro: #FDFAED;
  --verde: #257661;
  --verde-medio: #4F8F7B;
  --verde-escuro: #10251C;
  --verde-profundo: #0B1B14;
  --menta: #C1D9CF;
  --menta-clara: #DCEAE3;
  --terracota: #EA5B3C;
  --terracota-escuro: #D14A2C;
  --terracota-texto: #C24421;        /* AA: 5,07 no botao, 4,63 sobre papel, 3,40 sobre menta */
  --terracota-texto-hover: #A83A1E;
  --tinta: #22322C;
  --tinta-suave: #48584F;
  --branco: #FFFFFF;
  --whats: #23A455;
  --sombra: 0 18px 45px rgba(16, 37, 28, 0.16);
  --raio: 14px;
  --fonte: 'Sofia Pro', 'Trebuchet MS', sans-serif;
  --script: 'TrashHand', 'Comic Sans MS', cursive;
  --wrap: 1180px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fonte);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--tinta);
  background: var(--papel);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }   /* height:auto obrigatorio: sem ele os atributos width/height do HTML deformam a imagem */
a { color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: clamp(20px, 4vw, 48px); }
.section { padding-block: clamp(72px, 10vw, 130px); position: relative; }
.section--verde { background: var(--verde-escuro); color: var(--papel); }
.section--menta { background: var(--menta); }
.section--escuro { background: var(--verde-profundo); color: var(--papel); }

/* textura de papel sutil */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 3;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.028 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Tipos ---------- */
.titulo {
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--verde);
  letter-spacing: -0.01em;
  margin-bottom: 26px;
  max-width: 17em;
}
.titulo--claro { color: var(--papel); }

.script {
  font-family: var(--script);
  font-weight: 400;
  font-size: 1.18em;
  color: var(--terracota-texto);
  letter-spacing: 0.01em;
  display: inline-block;
  transform: rotate(-1.6deg);
}
.script--menta { color: var(--menta); }
.script--claro { color: var(--papel-claro); }

.credito {
  font-size: 12.5px;
  color: var(--tinta-suave);
  font-style: italic;
  margin-top: 26px;
}
.credito--claro { color: rgba(247, 245, 232, 0.55); }

/* ---------- Botões (traço artesanal: cantos folha + sombra dura) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  border: none;
  border-radius: 22px 6px 22px 6px;
  font-size: 14.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-radius 0.3s ease;
}
.btn--terracota {
  background: var(--terracota-texto);
  color: var(--branco);
  box-shadow: 5px 5px 0 rgba(16, 37, 28, 0.28);
}
.btn--terracota:hover {
  background: var(--terracota-texto-hover);
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(16, 37, 28, 0.24);
  border-radius: 6px 22px 6px 22px;
}
.btn--ghost {
  border: 1.5px solid rgba(247, 245, 232, 0.6);
  color: var(--papel);
  background: rgba(11, 27, 20, 0.18);
  backdrop-filter: blur(3px);
  box-shadow: 5px 5px 0 rgba(11, 27, 20, 0.3);
}
.btn--ghost:hover {
  border-color: var(--papel);
  background: rgba(247, 245, 232, 0.12);
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(11, 27, 20, 0.26);
  border-radius: 6px 22px 6px 22px;
}

.link-seta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 10px;
  font-weight: 600; color: var(--terracota-texto);
  text-decoration: none;
  border-bottom: 2px solid rgba(234, 91, 60, 0.35);
  padding-bottom: 3px;
  transition: gap 0.25s ease, border-color 0.25s ease;
}
.link-seta::after { content: "→"; }
.link-seta:hover { gap: 14px; border-color: var(--terracota); }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  padding-block: 18px;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
.header__inner {
  max-width: 1320px; margin: 0 auto;
  padding-inline: clamp(20px, 3vw, 40px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.header__brands { display: flex; align-items: center; gap: 18px; }
.header__logo, .header__dim-logo { display: block; position: relative; }
.header__logo-img { height: 46px; width: auto; transition: opacity 0.35s ease, color 0.35s ease; }
.header__dim-logo .header__logo-img { height: 30px; }
.header__logo-img--cor { position: absolute; inset: 0; opacity: 0; height: 100%; }
.header__sep {
  width: 1px; height: 34px;
  background: rgba(247, 245, 232, 0.35);
  transition: background 0.35s ease;
}
.header.is-solid .header__sep { background: rgba(34, 50, 44, 0.25); }
.header.is-solid { background: rgba(253, 250, 237, 0.94); box-shadow: 0 6px 24px rgba(16, 37, 28, 0.10); padding-block: 10px; backdrop-filter: blur(8px); }
.header.is-solid .header__logo-img--branco { opacity: 0; }
.header.is-solid .header__logo-img--cor { opacity: 1; }

.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.nav__link {
  font-size: 14.5px; font-weight: 500;
  color: var(--papel); text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  transition: color 0.3s ease;
}
.nav__link::after {
  content: "";
  position: absolute; left: 0; bottom: -5px;
  width: 100%; height: 2px;
  background: var(--terracota);
  border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.28s ease;
}
.nav__link:hover::after { transform: scaleX(1); }
.header.is-solid .nav__link { color: var(--tinta); }
.nav__cta {
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--branco); text-decoration: none;
  background: var(--terracota-texto);
  padding: 12px 22px;
  border-radius: 14px 4px 14px 4px;
  box-shadow: 3px 3px 0 rgba(16, 37, 28, 0.28);
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-radius 0.3s ease;
}
.nav__cta:hover {
  background: var(--terracota-texto-hover);
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 rgba(16, 37, 28, 0.24);
  border-radius: 4px 14px 4px 14px;
}

.menu-btn { display: none; }

/* menu mobile */
.mobile-menu {
  position: fixed; inset: 0; z-index: 55;
  background: var(--verde-profundo);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease;
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu__nav { display: flex; flex-direction: column; gap: 26px; text-align: center; }
.mobile-menu__link {
  font-size: 24px; font-weight: 500; color: var(--papel); text-decoration: none;
}
.mobile-menu__cta {
  margin-top: 12px;
  font-size: 15px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--branco); text-decoration: none;
  background: var(--terracota-texto); padding: 16px 34px;
  border-radius: 20px 6px 20px 6px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--verde-profundo);
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(11, 27, 20, 0.62) 0%, rgba(11, 27, 20, 0.30) 40%, rgba(11, 27, 20, 0.78) 100%),
    radial-gradient(ellipse at center 42%, rgba(11, 27, 20, 0.05), rgba(11, 27, 20, 0.42) 85%);
}
.hero__content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 140px 24px 90px;
  display: flex; flex-direction: column; align-items: center;
}
.hero__eyebrow {
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--menta);
  margin-bottom: 34px;
}
.hero__logo { width: clamp(190px, 24vw, 290px); height: auto; margin-bottom: 30px; color: var(--papel-claro); filter: drop-shadow(0 8px 30px rgba(0,0,0,0.35)); }
.hero__slogan {
  font-family: var(--script);
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.28;
  color: var(--papel-claro);
  transform: rotate(-1.2deg);
  margin-bottom: 44px;
}
.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero__scroll-line {
  display: block; width: 2px; height: 54px;
  background: linear-gradient(to bottom, transparent, var(--papel));
  border-radius: 2px;
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.4; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
}
.hero__credit {
  position: absolute; right: 18px; bottom: 14px; z-index: 2;
  font-size: 11.5px; font-style: italic;
  color: rgba(247, 245, 232, 0.6);
}

/* ---------- Conceito ---------- */
.conceito { overflow: hidden; }
.conceito__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  position: relative; z-index: 2;
}
.conceito__texto p { margin-bottom: 18px; max-width: 52ch; color: var(--tinta-suave); }
.conceito__texto p strong { color: var(--verde); }
.conceito__figura { position: relative; }
.conceito__figura img {
  border-radius: var(--raio);
  box-shadow: var(--sombra);
}
.conceito__figura::before {
  content: "";
  position: absolute; inset: 22px -22px -22px 22px;
  border: 2px solid var(--verde);
  border-radius: var(--raio);
  opacity: 0.35;
  z-index: -1;
}
.conceito__figura figcaption {
  font-size: 12.5px; font-style: italic;
  color: var(--tinta-suave);
  margin-top: 14px; text-align: right;
}
.conceito__marca-dagua {
  position: absolute; left: -110px; bottom: -70px;
  width: 380px; opacity: 0.05;
  pointer-events: none;
}

/* ---------- Lazer ---------- */
.lazer__mosaico {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: clamp(36px, 5vw, 60px);
}
.lazer__item {
  position: relative;
  border-radius: var(--raio);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.lazer__item--grande { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.lazer__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.lazer__item:hover img { transform: scale(1.05); }
.lazer__item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 34px 18px 14px;
  font-size: 14px; font-weight: 600;
  color: var(--branco);
  background: linear-gradient(to top, rgba(11, 27, 20, 0.78), transparent);
}
.lazer__lista { margin-top: clamp(36px, 5vw, 56px); }
.lazer__lista-titulo {
  font-family: var(--script);
  font-size: 24px;
  color: var(--menta);
  transform: rotate(-1deg);
  margin-bottom: 22px;
}
.lazer__lista ul {
  columns: 4;
  column-gap: 34px;
  max-width: 980px;
}
.lazer__lista li {
  break-inside: avoid;
  display: flex; align-items: baseline; gap: 12px;
  font-size: 15.5px; font-weight: 500;
  color: var(--menta-clara);
  padding-block: 9px;
  border-bottom: 1px dashed rgba(193, 217, 207, 0.28);
}
.lazer__lista li::before {
  content: "";
  flex: none;
  width: 15px; height: 13px;
  transform: translateY(1px) rotate(-4deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17'%3E%3Cpath d='M2 10.5c2.4 1.7 4 3.4 5.1 4.9C9.6 10 13.4 5 18.4 1.6' fill='none' stroke='%23EA5B3C' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ---------- Sustentabilidade ---------- */
.sust__intro { max-width: 62ch; color: var(--tinta-suave); }
.sust__contadores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-block: clamp(44px, 6vw, 70px) clamp(36px, 5vw, 56px);
  text-align: center;
}
.sust__pct {
  display: block;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 700;
  line-height: 1;
  color: var(--verde);
  letter-spacing: -0.02em;
}
.sust__desc { display: block; margin-top: 10px; font-size: 15px; color: var(--tinta-suave); }
.sust__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.sust__card {
  position: relative;
  background: var(--papel-claro);
  border-radius: 26px 8px 26px 8px;
  padding: 30px 26px 26px;
  box-shadow: 7px 7px 0 rgba(37, 118, 97, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sust__card::before {
  content: "";
  position: absolute; inset: 9px;
  border: 1.5px dashed rgba(37, 118, 97, 0.35);
  border-radius: 20px 5px 20px 5px;
  pointer-events: none;
}
.sust__card:nth-child(odd) { transform: rotate(-0.8deg); }
.sust__card:nth-child(even) { transform: rotate(0.7deg); }
.sust__card:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 10px 10px 0 rgba(37, 118, 97, 0.15); }
.sust__card h3 {
  font-size: 17px; font-weight: 700;
  color: var(--verde);
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 6' preserveAspectRatio='none'%3E%3Cpath d='M2 4c20-2.5 40 1.5 58-1s40 1 58-.5' fill='none' stroke='%23EA5B3C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat left bottom / 74px 5px;
}
.sust__card p { font-size: 14.5px; color: var(--tinta-suave); line-height: 1.55; }
.sust__mais { margin-top: clamp(30px, 4vw, 44px); }
.sust__mais p { font-size: 15px; color: var(--tinta-suave); max-width: 75ch; }
.sust__mais strong { color: var(--terracota-texto); }

/* ---------- Plantas ---------- */
.plantas__tabs {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: clamp(28px, 4vw, 40px);
}
.plantas__tab {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 2px;
  padding: 12px 20px;
  background: transparent;
  border: 1.5px solid rgba(37, 118, 97, 0.35);
  border-radius: 12px;
  font-size: 14.5px; font-weight: 600;
  color: var(--verde);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.plantas__tab em { font-style: normal; font-weight: 400; font-size: 12.5px; opacity: 0.75; }
.plantas__tab:hover { border-color: var(--verde); }
.plantas__tab.is-active {
  background: var(--verde);
  border-color: var(--verde);
  color: var(--papel-claro);
}
.plantas__viewer { margin-top: clamp(28px, 4vw, 40px); }
.plantas__figura {
  background: var(--papel-claro);
  border-radius: var(--raio);
  box-shadow: var(--sombra);
  padding: clamp(18px, 3vw, 40px);
}
.plantas__figura img { margin-inline: auto; max-height: 640px; object-fit: contain; transition: opacity 0.3s ease; }
.plantas__figura figcaption {
  margin-top: 18px;
  font-size: 13.5px; color: var(--tinta-suave);
  text-align: center;
}
.plantas__interiores { margin-top: clamp(52px, 7vw, 84px); }
.plantas__interiores-titulo {
  font-family: var(--script);
  font-size: 26px;
  color: var(--verde);
  transform: rotate(-1deg);
  margin-bottom: 22px;
}
.plantas__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.plantas__thumbs figure {
  border-radius: var(--raio);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}
.plantas__thumbs img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.plantas__thumbs figure:hover img { transform: scale(1.05); }
.plantas__thumbs figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 30px 16px 12px;
  font-size: 13.5px; font-weight: 600;
  color: var(--branco);
  background: linear-gradient(to top, rgba(11, 27, 20, 0.75), transparent);
}

/* tour */
.tour { margin-top: clamp(52px, 7vw, 84px); }
.tour__box {
  background: var(--verde);
  border-radius: calc(var(--raio) + 6px);
  padding: clamp(30px, 5vw, 54px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap;
  color: var(--papel-claro);
  position: relative; overflow: hidden;
}
.tour__planta {
  position: absolute; inset: 0;
  background: url('../img/planta-garden-01-04-800.webp') no-repeat right center / cover;
  opacity: 0.16;
  filter: grayscale(0.35);
  mask-image: linear-gradient(to right, transparent 6%, rgba(0,0,0,0.55) 45%, #000 78%);
  -webkit-mask-image: linear-gradient(to right, transparent 6%, rgba(0,0,0,0.55) 45%, #000 78%);
  pointer-events: none;
}
.tour__box::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(95deg, var(--verde) 34%, transparent 75%);
  pointer-events: none;
}
.tour__conteudo, .tour__box .btn { position: relative; z-index: 2; }
.tour__titulo { font-size: clamp(30px, 4vw, 44px); line-height: 1; margin-bottom: 8px; }
.tour__texto { max-width: 44ch; opacity: 0.9; }

/* ---------- Localização ---------- */
.local {
  overflow: hidden;
  padding-block: clamp(56px, 7vw, 96px);
  display: flex; align-items: center;
  min-height: min(52vw, 620px);
}
.local > .wrap { width: 100%; }
.local__bg { position: absolute; inset: 0; }
.local__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.94; }
.local::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(260deg, rgba(11, 27, 20, 0.94) 22%, rgba(11, 27, 20, 0.72) 40%, rgba(11, 27, 20, 0.18) 62%, rgba(11, 27, 20, 0) 78%);
  z-index: 1;
}
.local__grid { position: relative; z-index: 2; }
.local__texto { max-width: 480px; margin-left: auto; margin-right: -8px; }
.local__texto > p { color: var(--menta-clara); }
.local__lista {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
}
.local__lista li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15.5px; font-weight: 500;
  color: var(--papel-claro);
}
.local__lista li::before {
  content: "";
  flex: none;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--terracota);
}

/* ---------- Dimensional ---------- */
.dim__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.dim__grid p { color: var(--tinta-suave); margin-bottom: 18px; max-width: 58ch; }
.dim__logo { width: clamp(190px, 20vw, 250px); margin-bottom: 30px; }
.dim__selos { display: grid; gap: 0; position: relative; padding-left: 34px; }
.dim__selos::before {
  content: "";
  position: absolute; left: 9px; top: 26px; bottom: 26px;
  width: 0;
  border-left: 2px dashed rgba(37, 118, 97, 0.4);
}
.dim__selos li {
  position: relative;
  display: flex; align-items: flex-start; gap: 18px;
  padding-block: 20px;
}
.dim__selos li + li { border-top: 1px solid rgba(37, 118, 97, 0.14); }
.dim__selos li::before {
  content: "";
  position: absolute; left: -32px; top: 30px;
  width: 13px; height: 13px;
  border-radius: 50% 50% 50% 4px;
  background: var(--terracota);
  transform: rotate(45deg);
}
.dim__selo-num {
  font-family: var(--script);
  font-size: 34px;
  line-height: 1;
  color: var(--verde);
  transform: rotate(-4deg);
  flex: none;
  min-width: 44px;
}
.dim__selos strong { display: block; color: var(--verde); font-size: 16.5px; }
.dim__selos li div span { font-size: 13.5px; color: var(--tinta-suave); }

/* ---------- Contato ---------- */
.contato { overflow: hidden; }
.contato::before {
  content: "";
  position: absolute; left: -140px; top: -120px;
  width: 480px; height: 480px;
  background: url('../logos/igarata-simbolo-branco.svg') no-repeat center / contain;
  opacity: 0.05;
  pointer-events: none;
}
.contato__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.contato__chamada > p { color: var(--menta-clara); max-width: 46ch; }
.contato__whats {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 28px;
  font-size: 15.5px; font-weight: 600;
  color: var(--menta);
  text-decoration: none;
  transition: color 0.25s ease;
}
.contato__whats:hover { color: var(--papel-claro); }
.contato__whats svg { color: var(--whats); }

.form {
  background: var(--papel-claro);
  border-radius: calc(var(--raio) + 6px);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  color: var(--tinta);
  display: grid; gap: 18px;
}
.form__campo { display: grid; gap: 7px; }
.form__campo label { font-size: 13.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--verde); }
.form__campo label em { font-style: normal; text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--tinta-suave); }
.form__campo input,
.form__campo textarea {
  font-family: inherit; font-size: 16px;
  color: var(--tinta);
  background: var(--branco);
  border: 1.5px solid rgba(37, 118, 97, 0.25);
  border-radius: 10px;
  padding: 13px 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form__campo input:focus,
.form__campo textarea:focus {
  outline: none;
  border-color: var(--verde);
  box-shadow: 0 0 0 4px rgba(37, 118, 97, 0.12);
}
.form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--tinta-suave); cursor: pointer; }
.form__consent input { margin-top: 3px; accent-color: var(--verde); }
.form__submit { border: none; width: 100%; font-size: 17px; }
.form__feedback { font-size: 14.5px; font-weight: 600; text-align: center; min-height: 1.4em; }
.form__feedback.is-ok { color: var(--verde); }
.form__feedback.is-erro { color: var(--terracota-texto); }
.form__feedback a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Footer ---------- */
.footer {
  background: var(--verde-profundo);
  color: var(--papel);
  padding-block: clamp(56px, 7vw, 90px) calc(96px + env(safe-area-inset-bottom, 0px));
}
.footer__topo {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(247, 245, 232, 0.14);
}
.footer__logo { width: clamp(130px, 14vw, 175px); }
.footer__info { text-align: right; }
.footer__dim { font-size: 14px; opacity: 0.85; margin-bottom: 14px; }
.footer__social { display: grid; gap: 6px; }
.footer__social a { font-size: 14px; color: var(--menta); text-decoration: none; }
.footer__social a:hover { color: var(--papel-claro); }
.footer__legal { padding-top: 30px; }
.footer__legal p { font-size: 11.5px; line-height: 1.7; opacity: 0.55; max-width: 1050px; }
.footer__credito {
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  margin-top: 34px;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.25s ease;
}
.footer__credito:hover { opacity: 0.9; }
.footer__credito span { font-size: 12px; }
.footer__credito img { height: 20px; width: auto; }

/* ---------- WhatsApp flutuante (atendente Deia) ---------- */
.whats-float {
  position: fixed; right: 22px;
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  z-index: 50;
  width: 172px;
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none;
  filter: drop-shadow(0 16px 32px rgba(11, 27, 20, 0.38));
  transition: transform 0.25s ease;
}
.whats-float:hover { transform: translateY(-4px); }
.whats-float__avatar {
  width: 100%; height: auto;
  position: relative; z-index: 1;
}
.whats-float__balao {
  position: relative; z-index: 2;
  margin-top: -10px;
  display: flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, var(--verde) 0%, #1A5646 100%);
  border-radius: 16px;
  padding: 10px 13px;
}
.whats-float__icone {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--whats);
  border: 2px solid rgba(247, 245, 232, 0.85);
  color: var(--branco);
  display: flex; align-items: center; justify-content: center;
}
.whats-float__texto {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  line-height: 1.4;
  color: var(--papel-claro);
  text-align: left;
}
.whats-float__texto strong { color: var(--menta); font-weight: 700; }

/* ---------- Lightbox ---------- */
.lazer__item .js-ampliar, .plantas__thumbs figure .js-ampliar, .plantas__figura .js-ampliar { cursor: zoom-in; }
.lightbox {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(8, 18, 13, 0.93);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(18px, 4vw, 60px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox.is-visivel { opacity: 1; }
.lightbox[hidden] { display: none; }
.lightbox__figura {
  max-width: min(1100px, 100%);
  max-height: 100%;
  display: flex; flex-direction: column; align-items: center;
  gap: 16px;
}
.lightbox__figura img {
  max-width: 100%;
  max-height: calc(100vh - 170px);
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.lightbox__figura figcaption {
  font-size: 15.5px; font-weight: 500;
  color: var(--papel-claro);
  text-align: center;
}
.lightbox__fechar {
  position: absolute; top: 18px; right: 22px;
  width: 52px; height: 52px;
  border: 1.5px solid rgba(247, 245, 232, 0.5);
  border-radius: 16px 5px 16px 5px;
  background: rgba(247, 245, 232, 0.08);
  color: var(--papel-claro);
  font-size: 30px; line-height: 1;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.lightbox__fechar:hover { background: rgba(234, 91, 60, 0.9); border-color: transparent; transform: rotate(90deg); }
.lightbox__seta {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(247, 245, 232, 0.5);
  background: rgba(247, 245, 232, 0.08);
  color: var(--papel-claro);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.lightbox__seta--ant { left: 18px; border-radius: 18px 6px 18px 6px; }
.lightbox__seta--prox { right: 18px; border-radius: 6px 18px 6px 18px; }
.lightbox__seta:hover { background: rgba(234, 91, 60, 0.9); border-color: transparent; transform: translateY(-50%) scale(1.07); }
@media (max-width: 640px) {
  .lightbox__seta { width: 44px; height: 44px; top: auto; bottom: 16px; transform: none; }
  .lightbox__seta:hover { transform: scale(1.07); }
  .lightbox__figura img { max-height: calc(100vh - 220px); }
}

/* ---------- Animações (estado inicial via JS) ---------- */
/* will-change fixo em 56 elementos prendia memoria de GPU; o GSAP promove a camada sozinho durante o tween */

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
  .nav { display: none; }
  .menu-btn {
    display: flex; flex-direction: column; gap: 5px;
    background: none; border: none;
    padding: 8px; z-index: 61;
  }
  .menu-btn span {
    width: 26px; height: 2.5px;
    background: var(--papel);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  }
  .header.is-solid .menu-btn span { background: var(--tinta); }
  .menu-btn.is-open span { background: var(--papel); }
  .menu-btn.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-btn.is-open span:nth-child(2) { opacity: 0; }
  .menu-btn.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .lazer__mosaico { grid-template-columns: repeat(2, 1fr); }
  .lazer__lista ul { columns: 2; }
  .sust__cards { grid-template-columns: repeat(2, 1fr); }
  .conceito__grid, .dim__grid, .contato__grid { grid-template-columns: 1fr; }
  .conceito__figura { max-width: 560px; }
  .plantas__thumbs { grid-template-columns: repeat(2, 1fr); }
  .footer__info { text-align: left; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .header__logo-img { height: 38px; }
  .header__dim-logo .header__logo-img { height: 24px; }
  .header__sep { height: 26px; }
  .header__brands { gap: 12px; }
  .lazer__item--grande { grid-column: span 2; }
  .lazer__lista ul { columns: 1; }
  .sust__cards { grid-template-columns: 1fr; }
  .sust__contadores { grid-template-columns: 1fr; gap: 34px; }
  .plantas__thumbs { grid-template-columns: 1fr; }
  .local__lista { grid-template-columns: 1fr; }
  .tour__box { flex-direction: column; align-items: flex-start; }
  .hero__ctas { flex-direction: column; width: 100%; max-width: 340px; }
  .whats-float { right: 12px; bottom: calc(68px + env(safe-area-inset-bottom, 0px)); width: 138px; }
  .whats-float__balao { margin-top: -7px; padding: 8px 10px; gap: 7px; }
  .whats-float__icone { width: 28px; height: 28px; }
  .whats-float__texto { font-size: 9px; }
}

/* ---------- Acessibilidade ---------- */
:focus-visible { outline: 3px solid var(--terracota); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ============================================================
   PATCH 26/08 · correções da vistoria técnica
   ============================================================ */

/* Impede a inversão automática de cores do Chrome Android e do
   Samsung Internet, que escureciam o creme e sumiam com os logos. */
:root { color-scheme: light; }

/* Texto só para leitor de tela */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); clip-path: inset(50%);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--verde-profundo); color: var(--papel);
  padding: 14px 22px; font-weight: 600; text-decoration: none;
  border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* H1 do hero: assume o contexto flex do pai, zero mudança visual */
.hero__titulo {
  margin: 0; display: flex; flex-direction: column; align-items: center;
}

/* Logos agora são SVG: a troca do header é de cor, não de opacidade */
.header__logo .header__logo-img { color: var(--papel); }
.header.is-solid .header__logo .header__logo-img { color: var(--verde); }

/* Hero: alternativa para navegador sem suporte a svh */
.hero { min-height: 100vh; min-height: 100svh; }

/* Âncoras deixam de encostar no header fixo */
html { scroll-padding-top: 84px; }

/* Seguro contra palavra longa (e-mail digitado, URL, UTM) */
body { overflow-wrap: break-word; }
a, button { -webkit-tap-highlight-color: rgba(37, 118, 97, 0.18); }

/* Botões que abrem a galeria: reset para não mudar nada visualmente */
.js-ampliar {
  display: block; width: 100%; padding: 0; border: 0;
  background: none; color: inherit; font: inherit; text-align: inherit;
}
.lazer__item .js-ampliar, .plantas__thumbs figure .js-ampliar { height: 100%; }
.lazer__item .js-ampliar img, .plantas__thumbs figure .js-ampliar img { height: 100%; }

/* Dica de que a planta amplia (o item que mais decide a compra) */
.plantas__figura .js-ampliar { position: relative; }
.plantas__ampliar {
  position: absolute; right: 10px; bottom: 10px;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(16, 37, 28, 0.62); color: var(--papel-claro);
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; padding: 4px 8px; border-radius: 6px 2px 6px 2px;
  pointer-events: none; backdrop-filter: blur(2px);
}
.plantas__ampliar::before {
  content: ""; width: 9px; height: 9px; flex: none;
  border: 1.5px solid currentColor; border-radius: 50%;
  box-shadow: 3.5px 3.5px 0 -1.5px currentColor;
}
.plantas__figura .js-ampliar:hover .plantas__ampliar,
.plantas__figura .js-ampliar:focus-visible .plantas__ampliar {
  background: rgba(16, 37, 28, 0.88);
}

/* CTA no miolo: 7 telas seguidas não podiam ficar sem chamada */
.cta-meio {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px;
  margin-top: 52px; padding-top: 34px;
  border-top: 1px solid rgba(193, 217, 207, 0.28);
}
.cta-meio__texto {
  margin: 0; font-size: clamp(17px, 1.9vw, 21px); font-weight: 500; flex: 1 1 260px;
}
.section--verde .cta-meio__texto { color: var(--papel-claro); }
.plantas .cta-meio { border-top-color: rgba(37, 118, 97, 0.22); }

/* Campo isca contra robô: fora da tela, nunca display:none */
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- FAQ ---------- */
.faq__lista { max-width: 880px; margin-top: 34px; }
.faq__item { border-bottom: 1px solid rgba(37, 118, 97, 0.22); }
.faq__item summary {
  list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary h3 {
  font-size: clamp(16.5px, 1.5vw, 19px); font-weight: 600;
  color: var(--verde); line-height: 1.35; display: inline; margin: 0;
}
.faq__item summary::after {
  content: ""; position: absolute; right: 8px; top: 50%;
  width: 11px; height: 11px;
  border-right: 2px solid var(--terracota-texto);
  border-bottom: 2px solid var(--terracota-texto);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.25s ease;
}
.faq__item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq__resposta { padding: 0 44px 26px 0; color: var(--tinta-suave); }
.faq__resposta p + p { margin-top: 12px; }
.faq__resposta ul { margin: 12px 0 0; padding-left: 20px; }
.faq__resposta li { margin-bottom: 5px; }

/* Rodapé: telefone e endereço crawleáveis */
.footer__contato {
  font-style: normal; display: flex; flex-direction: column; gap: 4px; margin: 14px 0;
}
.footer__contato a {
  color: var(--papel-claro); font-weight: 600; font-size: 17px;
  text-decoration: none; display: inline-block; padding-block: 6px;
}
.footer__contato a:hover { color: var(--menta); }
.footer__contato span { font-size: 14px; color: var(--menta); }

/* ---------- Foco visível em qualquer um dos 5 fundos ---------- */
:focus-visible {
  outline: 3px solid var(--verde-profundo);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(247, 245, 232, 0.92);
}
.section--verde :focus-visible, .section--escuro :focus-visible,
.footer :focus-visible, .lightbox :focus-visible, .mobile-menu :focus-visible,
.hero :focus-visible {
  outline-color: var(--papel-claro);
  box-shadow: 0 0 0 6px rgba(11, 27, 20, 0.9);
}
/* o outline:none dos campos vencia o foco global por especificidade */
.form__campo input:focus-visible,
.form__campo textarea:focus-visible {
  outline: 3px solid var(--terracota-texto);
  outline-offset: 2px;
  box-shadow: none;
}

/* ---------- Alvos de toque ---------- */
.hero__scroll { width: 44px; display: flex; justify-content: center; }
.link-seta { position: relative; }
.link-seta::before { content: ""; position: absolute; inset: -7px -8px; }
.mobile-menu__link { padding-block: 4px; }
.form__consent input { width: 22px; height: 22px; flex: none; margin-top: 0; }
.footer__social a { display: inline-block; padding-block: 10px; }
.footer__credito { padding-block: 10px; }

/* ---------- Reserva de altura, evita salto quando a foto chega ---------- */
@media (max-width: 1024px) {
  .lazer__item--grande { aspect-ratio: 16 / 9; }
  .menu-btn { padding: 14px 9px; }
}

/* ---------- Widget flutuante ---------- */
/* Par obrigatório com o IntersectionObserver do main.js: um elemento
   fixed sempre cobre alguma coisa, então ele sai do hero e do form. */
.whats-float {
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.whats-float.is-oculto {
  opacity: 0; visibility: hidden; transform: translateY(14px) scale(0.94);
  pointer-events: none;
}
/* reserva compatível com a altura real do widget */
.footer { padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px)); }

/* ---------- Lightbox: barra do navegador no iOS ---------- */
.lightbox__figura img { max-height: calc(100dvh - 170px); }
.lightbox__fechar { top: calc(18px + env(safe-area-inset-top, 0px)); }

@media (max-width: 640px) {
  .lightbox__figura img { max-height: calc(100dvh - 220px); }
  .lightbox__seta { bottom: calc(20px + env(safe-area-inset-bottom, 0px)); }

  /* widget menor no celular, a pedido: 138 -> 104 px */
  .whats-float { right: 12px; bottom: calc(64px + env(safe-area-inset-bottom, 0px)); width: 104px; }
  .whats-float__balao { margin-top: -6px; padding: 7px 9px; gap: 6px; border-radius: 13px; }
  .whats-float__icone { width: 24px; height: 24px; }
  .whats-float__icone svg { width: 15px; height: 15px; }
  .whats-float__texto { font-size: 8px; line-height: 1.35; letter-spacing: 0.02em; }
  .footer { padding-bottom: calc(126px + env(safe-area-inset-bottom, 0px)); }

  .cta-meio { flex-direction: column; align-items: stretch; text-align: center; }
  .cta-meio .btn { width: 100%; }
}

/* ---------- Celular deitado ---------- */
/* O menu media 462 px numa tela de 390 e o CTA ficava inalcançável. */
.mobile-menu {
  align-items: flex-start; overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 88px 20px calc(40px + env(safe-area-inset-bottom, 0px));
}
.mobile-menu__nav { width: 100%; margin: auto 0; }

@media (max-height: 520px) {
  .mobile-menu__nav { gap: 13px; }
  .mobile-menu__link { font-size: 19px; padding-block: 6px; }
  .mobile-menu__cta { margin-top: 6px; padding: 13px 28px; }
}
@media (max-height: 520px) and (orientation: landscape) {
  .hero { min-height: 0; }
  .hero__content { padding: 88px 24px 56px; }
  .hero__logo { width: clamp(130px, 17vw, 190px); margin-bottom: 16px; }
  .hero__slogan { font-size: clamp(19px, 3vw, 27px); margin-bottom: 24px; }
  .hero__ctas { flex-direction: row; max-width: none; }
  .hero__scroll { display: none; }
  .whats-float { width: 92px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
}

/* alvo de toque do link de WhatsApp da seção de contato (media 26px) */
.contato__whats { padding-block: 10px; }
