/* ===================== Fontes (hospedadas localmente) =====================
   Vinham do Google Fonts. Trazidas pra cá em 31/07/2026 para matar o
   CLS de 0,459: a troca de fonte acontecia depois da página desenhar.
   ========================================================================== */

/* Newsreader 500 normal */
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/newsreader-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Newsreader 600 normal */
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/newsreader-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Newsreader 500 italic */
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 500;
  font-display: optional;
  src: url('./fonts/newsreader-500-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Manrope normal */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(./fonts/manrope-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Ibiti Jhovas Chalés — Landing Page
   Estilo: calor mineiro, paleta terra + madeira saturada, papel pardo
   ========================================================================== */

/* ===================== Reset & base ===================== */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.35  0 0 0 0 0.22  0 0 0 0 0.1  0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ===================== Tokens ===================== */

:root {
  /* Cor — paleta esquentada */
  --terracotta:       #B86F3A;
  --terracotta-deep:  #95572C;
  --terracotta-soft:  #DCAA7A;

  --wood:             #6B3A1A;
  --wood-deep:        #3F2210;
  --wood-darkest:     #1F0E07;

  --moss:             #6B7A4A;

  --ink:              #2B1A0D;
  --ink-soft:         #6E5440;
  --ink-mute:         #8E7559;

  --paper:            #EFE0C6;
  --paper-soft:       #E8D5B0;
  --cream:            #E2CFB0;
  --cream-deep:       #C9B594;
  --line:             #B8995F;

  /* Espaços */
  --container: 1240px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4rem, 8vw, 7rem);

  /* Radius e shadow */
  --r-sm: 8px;
  --r:    12px;
  --r-lg: 18px;

  --shadow-sm: 0 4px 16px -8px rgba(63, 34, 16, 0.25);
  --shadow:    0 18px 40px -22px rgba(63, 34, 16, 0.45);
  --shadow-lg: 0 32px 80px -30px rgba(63, 34, 16, 0.55);
}

/* ===================== Tipografia ===================== */

h1, h2, h3, h4 {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-variation-settings: 'opsz' 24;
  letter-spacing: -0.018em;
  line-height: 1.08;
  color: var(--wood-darkest);
  margin: 0;
}

h2 em, h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--terracotta-deep);
  font-variation-settings: 'opsz' 24;
}

.h2 {
  font-size: clamp(2.2rem, 4.8vw, 3.9rem);
  max-width: 22ch;
  font-variation-settings: 'opsz' 48;
}

.h2--light { color: #F5E3C4; }
.h2--light em { color: var(--terracotta-soft); }

.lede {
  font-size: clamp(1.06rem, 1.4vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 1.25rem 0 0;
  line-height: 1.6;
}

.lede--light { color: rgba(245,227,196,0.88); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta-deep);
  margin-bottom: 1.25rem;
}

.eyebrow::before {
  content: '';
  width: 32px;
  height: 1.5px;
  background: currentColor;
  display: inline-block;
}

.eyebrow--light { color: var(--terracotta-soft); }

.big-num {
  font-family: 'Newsreader', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 500;
  font-style: italic;
  font-variation-settings: 'opsz' 72;
  color: var(--terracotta-deep);
  line-height: 1;
  display: block;
}

/* ===================== Layout ===================== */

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--pad);
}

.section {
  padding-block: var(--section-y);
  position: relative;
}

.section--cream {
  background: var(--cream);
  position: relative;
}
.section--cream::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.25  0 0 0 0 0.15  0 0 0 0 0.05  0 0 0 0.12 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.6;
  pointer-events: none;
}

.section--wood {
  background: var(--wood-deep);
  color: rgba(245,227,196,0.9);
  position: relative;
  overflow: hidden;
}

.section--wood::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(184,111,58,0.25), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(184,111,58,0.12), transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.85  0 0 0 0 0.6  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  pointer-events: none;
}

.section__head {
  max-width: 760px;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.section__head--light { color: #F5E3C4; }

/* ===================== Botões ===================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1rem 1.7rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: all 0.25s cubic-bezier(0.2, 0.7, 0.3, 1);
  white-space: nowrap;
  text-align: center;
}

.btn--large { padding: 1.1rem 2rem; font-size: 1rem; }
.btn--small { padding: 0.7rem 1.2rem; font-size: 0.85rem; }

.btn--primary {
  background: var(--terracotta);
  color: #FFF7E8;
  box-shadow: 0 10px 26px -10px rgba(184,111,58,0.65);
}
.btn--primary:hover {
  background: var(--terracotta-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(149,87,44,0.75);
}

.btn--secondary {
  background: var(--wood-deep);
  color: #F5E3C4;
}
.btn--secondary:hover {
  background: var(--wood-darkest);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--wood-deep);
  border-color: var(--wood-deep);
}
.btn--ghost:hover {
  background: var(--wood-deep);
  color: #F5E3C4;
}

.btn--ghost--light {
  color: #F5E3C4;
  border-color: rgba(245,227,196,0.4);
}
.btn--ghost--light:hover {
  background: #F5E3C4;
  color: var(--wood-deep);
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--wood-deep);
  font-weight: 700;
  font-size: 0.92rem;
  border-bottom: 1.5px solid transparent;
  padding: 0.2rem 0;
  transition: all 0.2s ease;
}
.btn-link:hover {
  color: var(--terracotta-deep);
  border-bottom-color: currentColor;
}

/* ===================== Nav ===================== */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding-block: 0.85rem;
  background: rgba(239, 224, 198, 0);
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.nav.is-scrolled {
  background: rgba(239, 224, 198, 0.96);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  box-shadow: 0 1px 0 rgba(63, 34, 16, 0.1);
  padding-block: 0.5rem;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.nav__logo {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav__brand-name {
  font-family: 'Newsreader', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wood-darkest);
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 24;
}
.nav__brand-sub {
  font-size: 0.72rem;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.nav__links {
  display: flex;
  gap: 1.85rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.nav__links a {
  color: var(--wood-darkest);
  opacity: 0.82;
  transition: opacity 0.2s ease, color 0.2s ease;
  position: relative;
  padding: 0.3rem 0;
}
.nav__links a:hover { opacity: 1; color: var(--terracotta-deep); }

.nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.5rem;
  width: 44px; height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.nav__toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--wood-darkest);
  transition: transform 0.25s, opacity 0.25s;
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  padding: 1rem var(--pad) 1.5rem;
  background: var(--paper);
  border-top: 1px solid var(--line);
  gap: 0.25rem;
}
.nav__mobile a {
  padding: 0.95rem 0.5rem;
  border-bottom: 1px solid rgba(184, 153, 95, 0.4);
  font-family: 'Newsreader', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--wood-darkest);
}
.nav__mobile a:last-child { border-bottom: 0; }

.nav:not(.is-scrolled) .nav__brand-name,
.nav:not(.is-scrolled) .nav__links a {
  color: #F5E3C4;
}
.nav:not(.is-scrolled) .nav__brand-sub { color: rgba(245, 227, 196, 0.7); }
.nav:not(.is-scrolled) .nav__links a { opacity: 0.95; }
.nav:not(.is-scrolled) .nav__toggle span { background: #F5E3C4; }


/* ===================== Hero ===================== */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #F5E3C4;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.08);
  animation: heroZoom 20s ease-out forwards;
  filter: saturate(1.05) contrast(1.02);
}
.hero__media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(31,14,7,0.82) 0%, rgba(63,34,16,0.45) 55%, rgba(107,58,26,0.2) 100%),
    linear-gradient(0deg, rgba(31,14,7,0.65) 0%, rgba(31,14,7,0) 35%);
}

@keyframes heroZoom {
  from { transform: scale(1.18); }
  to   { transform: scale(1.04); }
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.hero__container {
  max-width: 760px;
}

.hero__title {
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 1.02;
  color: #F8E9CC;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-variation-settings: 'opsz' 72;
}
.hero__title em {
  font-style: italic;
  color: var(--terracotta-soft);
  font-weight: 500;
}
.hero__title-2 { display: inline-block; }

.hero__sub {
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  max-width: 56ch;
  margin: 0 0 2.2rem;
  color: rgba(248, 233, 204, 0.92);
  line-height: 1.55;
}
.hero__sub strong { color: #F8E9CC; font-weight: 700; }

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.hero__trust li {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hero__trust strong {
  font-family: 'Newsreader', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F8E9CC;
  font-variation-settings: 'opsz' 24;
}
.hero__trust span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(248, 233, 204, 0.72);
  font-weight: 600;
}
.hero__trust-sep {
  width: 1px; height: 30px;
  background: rgba(248, 233, 204, 0.25);
}

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 50px;
  border: 1.5px solid rgba(248, 233, 204, 0.5);
  border-radius: 999px;
  z-index: 2;
  display: none;
}
.hero__scroll span {
  position: absolute;
  top: 8px; left: 50%;
  width: 3px; height: 8px;
  background: #F8E9CC;
  border-radius: 999px;
  transform: translateX(-50%);
  animation: scrollDot 1.8s infinite ease-in-out;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

@media (min-width: 900px) {
  .hero__scroll { display: block; }
}


/* ===================== Intro / Sobre ===================== */

.intro__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.intro__text .lede { margin-top: 1.5rem; }
.intro__text p { margin: 1.2rem 0 0; max-width: 56ch; color: var(--ink-soft); }

.intro__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1.5px solid var(--line);
  max-width: 480px;
}
.intro__highlights > div { display: flex; flex-direction: column; }
.intro__highlights span:not(.big-num) {
  font-size: 0.8rem;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 0.4rem;
  font-weight: 700;
}

.intro__photo {
  margin: 0;
  position: relative;
}
.intro__photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
}
.intro__photo figcaption {
  position: absolute;
  bottom: -1.25rem;
  right: 1.5rem;
  background: var(--terracotta);
  color: #F8E9CC;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: var(--shadow);
  font-variation-settings: 'opsz' 24;
  transform: rotate(-2deg);
}

/* ---- Carrossel do espaço (dentro da intro) ---- */
.intro__photo--gallery {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4/5;
  background: var(--cream-deep);
}
.intro__photo-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.intro__photo-track::-webkit-scrollbar { display: none; }
.intro__photo--gallery .intro__photo-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  user-select: none;
  -webkit-user-drag: none;
}
.intro__photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: rgba(31, 14, 7, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.2s ease, transform 0.2s ease;
  z-index: 2;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.intro__photo-nav:hover { background: rgba(31, 14, 7, 0.8); }
.intro__photo-nav:disabled { opacity: 0 !important; pointer-events: none; }
.intro__photo-nav--prev { left: 10px; }
.intro__photo-nav--next { right: 10px; }
.intro__photo--gallery:hover .intro__photo-nav,
.intro__photo--gallery:focus-within .intro__photo-nav { opacity: 1; }
@media (hover: none) {
  .intro__photo-nav { opacity: 1; }
}
.intro__photo-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 14, 7, 0.6);
  color: #fff;
  font-size: 0.78rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2;
}

@media (max-width: 860px) {
  .intro__grid { grid-template-columns: 1fr; }
  .intro__photo { order: -1; }
  .intro__photo img { aspect-ratio: 4/3; }
  .intro__photo--gallery { aspect-ratio: 4/3; }
  .intro__highlights { grid-template-columns: repeat(3, 1fr); }
}


/* ===================== Chalés ===================== */

.chales__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .chales__grid { grid-template-columns: 1fr; }
}

.chale-card {
  background: var(--paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.2,0.7,0.3,1), box-shadow 0.4s ease, border-color 0.3s ease;
  box-shadow: var(--shadow-sm);
}
.chale-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--terracotta);
}

.chale-card__media {
  position: relative;
  /* 3/4 (retrato): as fotos são todas 9:16 verticais. Em 4/3 deitado
     o cover cortava ~58% da altura e dava sensação de zoom. */
  aspect-ratio: 3/4;
  background: var(--cream-deep);
  overflow: hidden;
}
.chale-card__media > img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.chale-card:hover .chale-card__media > img { transform: scale(1.05); }

/* ---- Mini-carrossel dentro do card ---- */
.chale-card__gallery { position: relative; }

.chale-card__track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.chale-card__track::-webkit-scrollbar { display: none; }

.chale-card__track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  user-select: none;
  -webkit-user-drag: none;
}

.chale-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: rgba(31, 14, 7, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.2s ease, transform 0.2s ease;
  z-index: 2;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.chale-card__nav:hover { background: rgba(31, 14, 7, 0.8); }
.chale-card__nav:disabled { opacity: 0 !important; pointer-events: none; }
.chale-card__nav--prev { left: 10px; }
.chale-card__nav--next { right: 10px; }

.chale-card__gallery:hover .chale-card__nav,
.chale-card__gallery:focus-within .chale-card__nav { opacity: 1; }

@media (hover: none) {
  .chale-card__nav { opacity: 1; }
}

.chale-card__counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 14, 7, 0.6);
  color: #fff;
  font-size: 0.78rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2;
  pointer-events: none;
}

.chale-card__media--placeholder {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.chale-card__media--placeholder::before {
  font-family: 'Newsreader', serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-style: italic;
  font-weight: 500;
  font-variation-settings: 'opsz' 72;
  color: rgba(248, 233, 204, 0.65);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(31, 14, 7, 0.3);
}

.placeholder-uai-so {
  background:
    radial-gradient(circle at 30% 30%, rgba(220, 170, 122, 0.5), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(149, 87, 44, 0.5), transparent 55%),
    linear-gradient(135deg, #6B3A1A 0%, #3F2210 100%);
}
.placeholder-pode-cre {
  background:
    radial-gradient(circle at 70% 20%, rgba(220, 170, 122, 0.55), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(107, 122, 74, 0.35), transparent 55%),
    linear-gradient(135deg, #7A3F1F 0%, #2E1A0E 100%);
}
.placeholder-demais {
  background:
    radial-gradient(circle at 50% 30%, rgba(184, 111, 58, 0.55), transparent 60%),
    linear-gradient(160deg, #8E5024 0%, #3F2210 100%);
}

.placeholder-uai-so::before { content: 'Uai Sô'; }
.placeholder-pode-cre::before { content: 'Pode Crê'; }
.placeholder-demais::before { content: 'Demais da Conta'; }

.placeholder-label {
  position: absolute;
  bottom: 1rem; right: 1rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(248, 233, 204, 0.85);
  background: rgba(31, 14, 7, 0.55);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  z-index: 1;
  backdrop-filter: blur(4px);
}

.chale-card__body {
  padding: 1.85rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.chale-card__badges {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  text-transform: uppercase;
}
.badge--airbnb {
  background: rgba(184, 111, 58, 0.18);
  color: var(--terracotta-deep);
  border: 1.5px solid rgba(184, 111, 58, 0.35);
}
.badge--soft {
  background: rgba(107, 122, 74, 0.12);
  color: var(--moss);
  border: 1.5px solid rgba(107, 122, 74, 0.3);
}

.chale-card__name {
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  margin-bottom: 0.6rem;
  font-variation-settings: 'opsz' 36;
  font-weight: 600;
}

.chale-card__desc {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  flex: 1;
  line-height: 1.6;
}

.chale-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.chale-card__meta li {
  font-size: 0.82rem;
  color: var(--ink);
  position: relative;
  padding-left: 1.2rem;
  font-weight: 600;
}
.chale-card__meta li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px; height: 6px;
  background: var(--terracotta);
  border-radius: 50%;
}

.chale-card__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}


/* ===================== Experiência / Features ===================== */

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.8vw, 2.2rem) clamp(1.5rem, 3vw, 3rem);
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 880px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .features-grid { grid-template-columns: 1fr; } }

.features-grid li {
  padding: 1.6rem 1.4rem;
  background: rgba(184, 111, 58, 0.06);
  border-radius: var(--r);
  border: 1px solid rgba(184, 153, 95, 0.3);
  transition: all 0.3s ease;
}
.features-grid li:hover {
  background: rgba(184, 111, 58, 0.11);
  border-color: var(--terracotta);
  transform: translateY(-2px);
}

.feature-icon {
  width: 38px; height: 38px;
  color: var(--terracotta-deep);
  margin-bottom: 1rem;
}

.features-grid h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--wood-darkest);
  font-weight: 600;
  font-variation-settings: 'opsz' 24;
}
.features-grid p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
  max-width: 36ch;
  line-height: 1.55;
}


/* ===================== Valores / Tarifas ===================== */

.valores__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .valores__grid { grid-template-columns: 1fr; }
}

.valor-card {
  background: rgba(245, 227, 196, 0.07);
  border: 1.5px solid rgba(245, 227, 196, 0.18);
  border-radius: var(--r-lg);
  padding: 2.5rem 2rem;
  color: #F5E3C4;
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease;
}
.valor-card:hover {
  transform: translateY(-4px);
  background: rgba(245, 227, 196, 0.11);
}

.valor-card--feature {
  background: var(--terracotta);
  border-color: transparent;
  color: #FFF7E8;
  box-shadow: 0 28px 60px -22px rgba(184, 111, 58, 0.6);
}
.valor-card--feature:hover { background: var(--terracotta-deep); }

.valor-card__label {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.4rem 0.85rem;
  background: rgba(245, 227, 196, 0.16);
  border-radius: 999px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.valor-card--feature .valor-card__label {
  background: rgba(31, 14, 7, 0.32);
  color: #FFF7E8;
}

.valor-card__name {
  font-size: 1.55rem;
  color: inherit;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-variation-settings: 'opsz' 24;
}

.valor-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin-bottom: 0.6rem;
  font-family: 'Newsreader', serif;
  font-variation-settings: 'opsz' 72;
}
.valor-card__currency {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 0.25rem;
}
.valor-card__amount {
  font-size: clamp(3.8rem, 7.5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.valor-card__per {
  font-size: 1rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  opacity: 0.75;
  margin-left: 0.4rem;
}

.valor-card__detail {
  font-size: 0.92rem;
  margin: 0;
  opacity: 0.85;
}

.valores__pet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: rgba(245, 227, 196, 0.78);
  position: relative;
  z-index: 1;
}
.valores__pet svg { color: var(--terracotta-soft); }

.valores__cta {
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}


/* ===================== Eventos ===================== */

.eventos__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 880px) {
  .eventos__grid { grid-template-columns: 1fr; }
}

.eventos__text .btn { margin-top: 2rem; }

.eventos__visual {
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, var(--paper-soft) 0%, var(--cream-deep) 100%);
  border-radius: var(--r-lg);
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1.5px solid var(--line);
}

.eventos__visual::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 111, 58, 0.3) 0%, transparent 70%);
}

.eventos__sticker {
  position: relative;
  z-index: 1;
}
.eventos__sticker-num {
  font-family: 'Newsreader', serif;
  font-size: clamp(5rem, 12vw, 9rem);
  font-style: italic;
  font-weight: 500;
  font-variation-settings: 'opsz' 72;
  color: var(--terracotta-deep);
  line-height: 0.85;
  display: block;
}
.eventos__sticker-text {
  font-family: 'Newsreader', serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-style: italic;
  font-weight: 500;
  color: var(--wood-deep);
  margin-left: 0.5rem;
  font-variation-settings: 'opsz' 24;
}

.eventos__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.eventos__tags span {
  padding: 0.5rem 1rem;
  background: var(--paper);
  border: 1.5px solid rgba(184, 153, 95, 0.5);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--wood-deep);
  font-weight: 600;
}


/* ===================== Depoimentos ===================== */

.depoimentos__carousel {
  position: relative;
  z-index: 1;
}

.depoimentos__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  padding: 0.5rem 0 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.depoimentos__track::-webkit-scrollbar { display: none; }

.dep-card {
  flex: 0 0 calc(33.333% - 1rem);
  min-width: 320px;
  scroll-snap-align: start;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 900px) {
  .dep-card { flex: 0 0 calc(80% - 1rem); }
}

.dep-card__stars {
  color: var(--terracotta);
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.dep-card blockquote {
  margin: 0 0 1.5rem;
  font-family: 'Newsreader', serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 500;
  flex: 1;
  font-variation-settings: 'opsz' 18;
}
.dep-card blockquote p { margin: 0; }

.dep-card figcaption {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  border-top: 1.5px solid rgba(184, 153, 95, 0.4);
}
.dep-card figcaption strong {
  color: var(--wood-darkest);
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.dep-card figcaption span {
  font-size: 0.78rem;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.depoimentos__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--line);
  color: var(--wood-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
}
.depoimentos__nav:hover {
  background: var(--terracotta);
  color: #F8E9CC;
  border-color: var(--terracotta);
}
.depoimentos__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.depoimentos__nav--prev { left: -25px; }
.depoimentos__nav--next { right: -25px; }

@media (max-width: 760px) {
  .depoimentos__nav { display: none; }
}

.depoimentos__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.depoimentos__dots button {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--line);
  border: 0;
  padding: 0;
  transition: all 0.2s ease;
}
.depoimentos__dots button.is-active {
  background: var(--terracotta);
  width: 26px;
  border-radius: 999px;
}


/* ===================== Localização ===================== */

.localizacao__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

@media (max-width: 880px) {
  .localizacao__grid { grid-template-columns: 1fr; }
}

.localizacao__address {
  font-style: normal;
  font-size: 1.12rem;
  line-height: 1.75;
  margin: 1.5rem 0;
  color: var(--ink);
  font-weight: 500;
}

.localizacao__distancias {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  padding: 1.5rem 0;
  border-top: 1.5px solid var(--line);
  border-bottom: 1.5px solid var(--line);
  margin: 1.5rem 0 2rem;
}
.localizacao__distancias li { display: flex; flex-direction: column; }
.localizacao__distancias span:not(.big-num) {
  font-size: 0.8rem;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 0.3rem;
  font-weight: 700;
}

.localizacao__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.localizacao__map {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--line);
  aspect-ratio: 4/3;
  box-shadow: var(--shadow);
}
.localizacao__map iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: saturate(0.9) contrast(1.04) sepia(0.05);
}


/* ===================== CTA Final ===================== */

.cta-final__inner {
  text-align: center;
  max-width: 720px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cta-final__inner .eyebrow {
  display: inline-flex;
}
.cta-final__title {
  max-width: 22ch;
  margin: 0 auto;
}
.cta-final__inner .lede {
  margin-left: auto;
  margin-right: auto;
}

.cta-final__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}


/* ===================== Footer ===================== */

.footer {
  background: var(--wood-darkest);
  color: rgba(245, 227, 196, 0.72);
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.85  0 0 0 0 0.6  0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  pointer-events: none;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(245, 227, 196, 0.1);
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
}

.footer__brand {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer__logo {
  width: 64px; height: 64px;
  border-radius: 50%;
}
.footer__brand strong {
  color: #F8E9CC;
  font-family: 'Newsreader', serif;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  font-variation-settings: 'opsz' 24;
}
.footer__brand span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.footer__nav,
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.footer__nav a,
.footer__contact a {
  font-size: 0.92rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: color 0.2s ease;
}
.footer__nav a:hover,
.footer__contact a:hover { color: var(--terracotta-soft); }

.footer__legal {
  padding-top: 2rem;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
.footer__legal p { margin: 0; opacity: 0.65; }
.footer__legal a { text-decoration: underline; text-underline-offset: 2px; }
.footer__legal a:hover { color: var(--terracotta-soft); }


/* ===================== Floating WhatsApp ===================== */

.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: #25D366;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
  box-shadow: 0 12px 32px -8px rgba(37, 211, 102, 0.65);
  transition: transform 0.25s ease;
}
.wa-float:hover { transform: scale(1.08); }

.wa-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.4;
  animation: pulse 2s infinite;
  z-index: -1;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.4); opacity: 0; }
}


/* ===================== Reveal on scroll ===================== */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.2,0.7,0.3,1), transform 0.9s cubic-bezier(0.2,0.7,0.3,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__media img { animation: none; transform: none; }
  .wa-float::before { animation: none; }
  html { scroll-behavior: auto; }
}


/* ===================== Áreas Comuns ===================== */

.areas__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .areas__grid { grid-template-columns: 1fr; }
}

.area-card {
  margin: 0;
  background: var(--paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s cubic-bezier(0.2,0.7,0.3,1), box-shadow 0.4s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.area-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--terracotta);
}

.area-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--cream-deep);
}
.area-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.area-card:hover .area-card__media img { transform: scale(1.05); }

.area-card__caption {
  padding: 1.4rem 1.5rem 1.6rem;
}
.area-card__name {
  font-family: 'Newsreader', serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  margin: 0 0 0.4rem;
  color: var(--ink);
}
.area-card__caption p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}


/* ===================== Responsive Nav ===================== */

@media (max-width: 960px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .nav.is-open .nav__mobile { display: flex; }
}


/* ===================== FAQ (accordion) ===================== */

.faq__list {
  max-width: 780px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  cursor: pointer;
  list-style: none;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--wood-deep);
  transition: color .2s ease;
}

/* Esconde o marcador nativo (Safari usa ::-webkit-details-marker) */
.faq__q::-webkit-details-marker { display: none; }

.faq__q:hover { color: var(--terracotta); }

.faq__q:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

/* Seta desenhada em CSS, sem depender de fonte de ícone */
.faq__q::after {
  content: '';
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: .42em;
  border-right: 2px solid var(--terracotta);
  border-bottom: 2px solid var(--terracotta);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .25s ease;
}

.faq__item[open] .faq__q { color: var(--terracotta); }
.faq__item[open] .faq__q::after { transform: rotate(-135deg); }

.faq__a {
  padding: 0 0 1.3rem;
  max-width: 66ch;
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.65;
}

.faq__a p { margin: 0 0 .7rem; }
.faq__a p:last-child { margin-bottom: 0; }

.faq__a ul {
  margin: 0;
  padding-left: 1.1rem;
}

.faq__a li { margin-bottom: .35rem; }
.faq__a li:last-child { margin-bottom: 0; }

.faq__nota {
  font-size: .85rem;
  color: var(--ink-soft, var(--ink));
  opacity: .8;
  border-left: 2px solid var(--line);
  padding-left: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  .faq__q,
  .faq__q::after { transition: none; }
}


/* ===================== Lightbox (foto em tamanho real) ===================== */

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 2.5rem);
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 7, 3, 0.92);
}

/* dica visual de que a foto do card abre */
[data-gallery] [data-track] img { cursor: zoom-in; }

.lightbox__fig {
  position: relative;
  margin: 0;
  max-width: min(100%, 1100px);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.lightbox__img {
  max-width: 100%;
  /* desconta a legenda pra imagem nunca estourar a tela */
  max-height: calc(100vh - 8rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-sm);
  box-shadow: 0 30px 90px -20px rgba(0,0,0,0.8);
}
.lightbox__cap {
  color: rgba(255,255,255,0.86);
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.4;
  max-width: 60ch;
}
.lightbox__contador {
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.lightbox__close:hover,
.lightbox__nav:hover { background: rgba(255,255,255,0.26); }
.lightbox__close:focus-visible,
.lightbox__nav:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.lightbox__close {
  top: clamp(0.5rem, 2vw, 1.25rem);
  right: clamp(0.5rem, 2vw, 1.25rem);
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 1.9rem;
  line-height: 1;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
}
.lightbox__nav--prev { left: clamp(0.35rem, 2vw, 1.5rem); }
.lightbox__nav--next { right: clamp(0.35rem, 2vw, 1.5rem); }
.lightbox__nav[disabled] { opacity: 0; pointer-events: none; }

@media (max-width: 560px) {
  .lightbox__nav { width: 42px; height: 42px; }
  .lightbox__img { max-height: calc(100vh - 9rem); }
}
