/* ===================================================================
   SPA LASER MANACOR — style.css (global)
   Layout fiel ao template: header claro, hero escuro, conteúdo creme,
   6 serviços em fileira, line-art botânico dourado. Mobile-first.
   =================================================================== */

/* -------------------------------------------------------------------
   1. CUSTOM PROPERTIES (:root)
   ------------------------------------------------------------------- */
:root {
  --navy: #1E2433;          /* hero / faixas escuras / CTAs (azul forte padrão) */
  --navy-rgb: 30, 36, 51;   /* componentes RGB do navy — p/ degradês com opacidade */
  --navy-deep: #181E2B;     /* footer (grounding) — levemente mais profundo que o hero */
  --navy-panel: #28303F;
  --cream: #FAF6F0;         /* fundo das seções de conteúdo */
  --sand: #F1EADD;          /* areia (alternância) */
  --white: #FFFFFF;
  --gold: #C2A15B;          /* dourado de contraste (botões) */
  --gold-rgb: 194, 161, 91; /* componentes RGB do dourado — p/ halos/sombras com opacidade */
  --gold-soft: #D0B994;     /* dourado do logo (highlights no escuro) */
  --gold-deep: #A8884A;     /* dourado escuro (texto/bordas) */
  --ink: #26272C;
  --muted: #6E665B;
  --cream-muted: #B7AE9F;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, -apple-system, sans-serif;

  --fs-eyebrow: 0.76rem;
  --fs-body: 1rem;
  --fs-lead: clamp(1.02rem, 1.3vw, 1.15rem);
  --fs-h3: clamp(1.3rem, 2.5vw, 1.65rem);
  --fs-h2: clamp(1.9rem, 4.5vw, 2.9rem);
  --fs-h1: clamp(2.4rem, 6vw, 4rem);
  --fs-display: clamp(2.8rem, 8vw, 5.4rem);

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --section-y: clamp(2.25rem, 4.5vw, 3.75rem);

  --container: 1240px;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;

  --shadow-sm: 0 6px 20px rgba(30, 36, 51, 0.06);
  --shadow-md: 0 18px 44px rgba(30, 36, 51, 0.10);
  --shadow-gold: 0 14px 34px rgba(194, 161, 91, 0.24);

  --t-fast: 0.2s ease;
  --t: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --t-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);

  --header-h: 98px;
  --hero-h: clamp(580px, 72vh, 620px); /* altura ÚNICA de todas as heros (home + internas) */
  --radius-btn: 10px;
  --z-header: 100;
  --z-overlay: 200;
  --z-float: 150;
}

/* -------------------------------------------------------------------
   2. RESET / BASE
   ------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body); font-size: var(--fs-body); line-height: 1.65;
  color: var(--ink); background: var(--cream); overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

/* -------------------------------------------------------------------
   3. TIPOGRAFIA / UTILITÁRIOS
   ------------------------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; color: inherit; }

.eyebrow {
  font-family: var(--font-body); font-size: var(--fs-eyebrow); font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-deep); display: inline-block;
}
.section--dark .eyebrow, .hero .eyebrow, .stats .eyebrow, .cta .eyebrow { color: var(--gold-soft); }
.section-title { font-size: var(--fs-h2); }
.section-title em, h1 em, h2 em { font-style: italic; }
.lead { font-size: var(--fs-lead); color: var(--muted); }

.container { width: min(100% - 2.4rem, var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-y); position: relative; overflow: hidden; }
.section--sand { background: var(--sand); }
.section--cream { background: var(--cream); }
.section--dark { background: var(--navy); color: var(--cream); }
.text-center { text-align: center; }

.section-head { max-width: 620px; margin-inline: auto; text-align: center; margin-bottom: var(--space-md); }
.section-head .eyebrow { margin-bottom: 0.6rem; }
.section-head p { margin-top: var(--space-sm); }

/* intro da página de serviços (copy de boas-vindas, texto em tamanho "lead") */
.svc-intro__text { font-size: var(--fs-lead); color: var(--muted); line-height: 1.85; }

/* Filete dourado */
.rule-gold { width: 60px; height: 2px; background: var(--gold); border: none; }
.rule-gold.is-center { margin-inline: auto; }

/* -------------------------------------------------------------------
   4. BOTÕES
   ------------------------------------------------------------------- */
.btn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--font-body); font-size: 0.92rem; font-weight: 500; letter-spacing: 0.02em;
  text-transform: none; padding: 0.95rem 1.9rem; border-radius: var(--radius-btn); min-height: 50px; line-height: 1;
  transition: transform var(--t), background var(--t), color var(--t), box-shadow var(--t), border-color var(--t);
}
/* brilho que percorre no hover (premium) */
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  transform: translateX(-130%); transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover { transform: translateY(-3px); }
.btn:hover::after { transform: translateX(130%); }
.btn:active { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; }

.btn--gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 10px 24px rgba(194, 161, 91, 0.30); }
.btn--gold:hover { background: var(--gold-deep); color: #fff; box-shadow: 0 16px 36px rgba(194, 161, 91, 0.44); }
.btn--ghost { border: 1.5px solid rgba(208, 185, 148, 0.7); color: var(--gold-soft); background: rgba(208, 185, 148, 0.05); backdrop-filter: blur(6px); }
.btn--ghost:hover { background: rgba(208, 185, 148, 0.14); border-color: var(--gold-soft); }
.btn--ghost-dark { border: 1.5px solid rgba(38, 39, 44, 0.22); color: var(--ink); }
.btn--ghost-dark:hover { border-color: var(--gold); color: var(--gold-deep); background: rgba(194, 161, 91, 0.06); }

/* -------------------------------------------------------------------
   5. HEADER (claro, fixo no topo)
   ------------------------------------------------------------------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-header); padding: 16px 0; transition: padding var(--t); }
.header__inner {
  width: min(100% - 2.4rem, var(--container)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: transparent; border: 1px solid transparent; border-radius: 16px;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem; min-height: 64px;
  transition: background var(--t), box-shadow var(--t), border-color var(--t), padding var(--t);
}
/* ao rolar (sobre conteúdo claro) volta o fundo glass para legibilidade */
.header.is-scrolled { padding: 10px 0; }
.header.is-scrolled .header__inner {
  background: rgba(250, 246, 240, 0.88); backdrop-filter: blur(16px) saturate(1.3);
  border-color: rgba(255, 255, 255, 0.5); box-shadow: 0 10px 30px rgba(20, 24, 31, 0.2);
  padding-inline: 1.25rem 0.6rem;
}
.header__logo img { height: 56px; width: auto; transition: height var(--t); }
.header.is-scrolled .header__logo img { height: 44px; }
.header__cta .btn { min-height: 44px; padding: 0.62rem 1.4rem; font-size: 0.85rem; }

.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: 2rem; }
.nav__link { position: relative; font-size: 0.92rem; letter-spacing: 0.03em; color: var(--cream); padding: 0.3rem 0; transition: color var(--t-fast); }
.nav__link::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1.5px; background: var(--gold-soft); transform: scaleX(0); transform-origin: left; transition: transform var(--t); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__link:hover { color: var(--gold-soft); }
.nav__link.is-active { color: var(--gold-soft); }
/* sobre conteúdo claro (rolado) → links escuros */
.header.is-scrolled .nav__link { color: var(--ink); }
.header.is-scrolled .nav__link:hover, .header.is-scrolled .nav__link.is-active { color: var(--gold-deep); }
.header.is-scrolled .nav__link::after { background: var(--gold); }
.header__cta { display: none; }

.nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; padding: 8px; z-index: var(--z-overlay); }
.nav-toggle span { width: 26px; height: 2px; background: var(--cream); transition: transform var(--t), opacity var(--t-fast), background var(--t); }
.header.is-scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle.is-open span { background: var(--cream); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* drawer móvil — glass, cabeçalho + nav + ações de contacto (sem espaços vazios) */
.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-overlay); color: var(--cream);
  background: linear-gradient(165deg, rgba(30, 36, 51, 0.94), rgba(20, 24, 31, 0.97));
  backdrop-filter: blur(22px) saturate(1.3);
  display: flex; flex-direction: column; gap: 0;
  padding: 1rem 1.5rem 1.8rem; overflow-y: auto;
  transform: translateX(100%); transition: transform var(--t-slow); visibility: hidden;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding-block: 0.35rem 0.75rem; }
.mobile-menu__logo { height: 48px; width: auto; }
.mobile-menu__close { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(208, 185, 148, 0.32); color: var(--cream); transition: background var(--t), border-color var(--t); }
.mobile-menu__close svg { width: 20px; height: 20px; }
.mobile-menu__close:hover { background: rgba(208, 185, 148, 0.14); border-color: var(--gold-soft); }
.mobile-menu__nav { display: flex; flex-direction: column; margin-top: 0.25rem; }
.mobile-menu__nav a {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-size: 1.65rem; color: var(--cream);
  padding: 0.9rem 0.15rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0; transform: translateX(24px); transition: opacity 0.4s var(--t), transform 0.4s var(--t), color var(--t-fast);
}
.mobile-menu__nav a > svg { width: 18px; height: 18px; color: var(--gold-soft); opacity: 0; transform: translateX(-8px); transition: opacity var(--t), transform var(--t); }
.mobile-menu__nav a.is-active { color: var(--gold-soft); }
.mobile-menu__nav a.is-active > svg, .mobile-menu__nav a:hover > svg { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-menu__nav a { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(1) { transition-delay: 0.06s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(2) { transition-delay: 0.12s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(3) { transition-delay: 0.18s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(4) { transition-delay: 0.24s; }
.mobile-menu.is-open .mobile-menu__nav a:nth-child(5) { transition-delay: 0.30s; }
.mobile-menu__foot { margin-top: auto; padding-top: 1.5rem; display: flex; flex-direction: column; gap: 1.1rem; }
.mobile-menu__foot .btn { width: 100%; color: var(--navy-deep); }
.mobile-menu__contacts { display: flex; gap: 0.7rem; justify-content: center; }
.mobile-menu__contacts a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(208, 185, 148, 0.3); color: var(--gold-soft); transition: background var(--t), color var(--t); }
.mobile-menu__contacts a:hover { background: var(--gold); color: var(--navy-deep); }
.mobile-menu__contacts svg { width: 20px; height: 20px; }
.mobile-menu__addr { text-align: center; font-size: 0.8rem; color: var(--cream-muted); line-height: 1.5; }
.mobile-menu__addr a { color: var(--gold-soft); }

/* -------------------------------------------------------------------
   6. HERO (escuro · imagem full-bleed à direita + degradê)
   ------------------------------------------------------------------- */
.hero {
  position: relative; background: var(--navy); color: var(--cream);
  min-height: var(--hero-h); display: flex; align-items: center;
  padding-top: var(--header-h); overflow: hidden;
}
/* imagem cobrindo o fundo; degradê funde no navy */
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,24,31,0.5), rgba(20,24,31,0.82)); }

/* coroa/emblema dourado decorativo (só no desktop p/ não poluir o mobile) */
.cta-card__crown img { width: 100%; height: 100%; object-fit: contain; display: block; }

.hero__content { position: relative; z-index: 2; max-width: 560px; padding-block: clamp(2.5rem, 7vw, 4rem); }
.hero__eyebrow { color: var(--gold-soft); letter-spacing: 0.24em; display: block; margin-bottom: 1.3rem; }
.hero__title { font-size: clamp(2.7rem, 7vw, 5rem); font-weight: 500; line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 1.3rem; color: var(--cream); }
.hero__text { color: var(--cream-muted); max-width: 42ch; line-height: 1.7; margin-bottom: 1.7rem; }
.hero__rating { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.15rem; border: 1px solid rgba(208,185,148,0.4); border-radius: 999px; margin-bottom: 1.9rem; font-size: 0.9rem; background: rgba(250,246,240,0.06); backdrop-filter: blur(10px) saturate(1.2); }
.hero__rating svg { width: 15px; height: 15px; color: var(--gold-soft); }
.hero__rating .num { font-weight: 600; }
.hero__rating .rev { color: var(--cream-muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.btn__ic { display: inline-grid; place-items: center; }
.btn__ic svg { width: 18px; height: 18px; }

@media (min-width: 900px) {
  .hero__media { inset: 0 0 0 auto; width: 56%; }
  /* transição NATURAL: o navy cobre sólido a borda esquerda da foto na altura
     inteira (sem deixar a beira reta da imagem vazar) e a foto emerge num fade
     longo e suave — sem corte perceptível. O radial só aprofunda o centro-esquerdo,
     curvando a transição pra não ficar uma linha reta. Direita sempre limpa. */
  .hero__media::after {
    background:
      radial-gradient(62% 80% at 2% 50%,
        rgba(var(--navy-rgb), 0.50) 0%,
        rgba(var(--navy-rgb), 0.20) 46%,
        transparent 76%),
      linear-gradient(94deg,
        var(--navy) 0%,
        var(--navy) 22%,
        rgba(var(--navy-rgb), 0.82) 36%,
        rgba(var(--navy-rgb), 0.50) 50%,
        rgba(var(--navy-rgb), 0.24) 62%,
        rgba(var(--navy-rgb), 0.08) 72%,
        transparent 82%);
  }
}

/* hero com vídeo: mídia full-bleed + scrim só à ESQUERDA (texto legível, vídeo limpo à direita) */
.hero--video .hero__media { inset: 0; width: 100%; }
/* ENQUADRAMENTO do vídeo/poster — ajuste fino aqui:
   • object-position: 1º valor = horizontal (0%=esq, 100%=dir) · 2º = vertical (0%=topo, 100%=base)
   • para "zoom out" total (sem corte), troque cover → contain (vão sobrar laterais navy) */
.hero--video .hero__media img,
.hero--video .hero__media video { object-fit: cover; object-position: center 28%; }
.hero--video .hero__media::after {
  display: block;
  background: linear-gradient(90deg, rgba(20, 24, 31, 0.92) 0%, rgba(20, 24, 31, 0.7) 34%, rgba(20, 24, 31, 0.3) 60%, transparent 82%);
}
/* reforço de contraste no texto, sem escurecer o vídeo */
.hero--video .hero__eyebrow,
.hero--video .hero__title,
.hero--video .hero__text { text-shadow: 0 2px 18px rgba(15, 18, 24, 0.55); }

@media (min-width: 900px) {
  /* no desktop o texto fica só nos ~560px da esquerda → degradê some mais cedo, vídeo aparece mais */
  .hero--video .hero__media::after {
    background: linear-gradient(90deg, rgba(20, 24, 31, 0.9) 0%, rgba(20, 24, 31, 0.6) 28%, rgba(20, 24, 31, 0.15) 55%, transparent 75%);
  }
}

/* ===================================================================
   TESTE — heros internas com o MESMO tratamento da home
   (imagem full-bleed 100% + scrim à esquerda, em vez do layout de 56%).
   Resolve o "corte" porque não há mais a borda reta da foto no meio.
   ► Para reverter ao degradê orgânico de 56%, basta APAGAR este bloco.
   =================================================================== */
.hero--sub:not(.hero--video) .hero__media { inset: 0; width: 100%; }
.hero--sub:not(.hero--video) .hero__media::after {
  background: linear-gradient(90deg, rgba(20, 24, 31, 0.92) 0%, rgba(20, 24, 31, 0.7) 34%, rgba(20, 24, 31, 0.3) 60%, transparent 82%);
}
/* texto legível por cima da imagem (igual à home) */
.hero--sub:not(.hero--video) .hero__eyebrow,
.hero--sub:not(.hero--video) .hero__title,
.hero--sub:not(.hero--video) .hero__text { text-shadow: 0 2px 18px rgba(15, 18, 24, 0.55); }
@media (min-width: 900px) {
  /* no desktop o texto fica nos ~560px da esquerda → scrim some mais cedo, foto aparece mais */
  .hero--sub:not(.hero--video) .hero__media::after {
    background: linear-gradient(90deg, rgba(20, 24, 31, 0.9) 0%, rgba(20, 24, 31, 0.6) 28%, rgba(20, 24, 31, 0.15) 55%, transparent 75%);
  }
}

/* -------------------------------------------------------------------
   7. TIRA DE DIFERENCIAIS (claro)
   ------------------------------------------------------------------- */
.features { background: var(--cream); border-bottom: 1px solid rgba(38, 39, 44, 0.07); }
.features__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md) var(--space-sm); padding-block: var(--space-lg); }
.feature { display: flex; gap: 0.85rem; align-items: flex-start; }
/* chip circular dourado — mesma família de ícone das tarjetas de contacto */
.feature__icon { flex: 0 0 auto; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: var(--gold-deep); background: rgba(194, 161, 91, 0.12); }
.feature__icon svg { width: 24px; height: 24px; }
.feature h3 { font-family: var(--font-body); font-size: 0.92rem; font-weight: 600; margin-bottom: 1px; }
.feature p { font-size: 0.8rem; color: var(--muted); line-height: 1.45; }

/* -------------------------------------------------------------------
   8. BIENVENIDA (claro, 2 colunas)
   ------------------------------------------------------------------- */
.welcome { background: var(--cream); }
.welcome__grid { position: relative; z-index: 1; display: grid; gap: var(--space-lg); align-items: center; }
.welcome__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.welcome__body .eyebrow { margin-bottom: 0.6rem; }
.welcome__body h2 { font-size: var(--fs-h2); margin-bottom: var(--space-md); }
.welcome__body p { color: var(--muted); margin-bottom: var(--space-sm); max-width: 52ch; }
.welcome__hook { display: inline-flex; align-items: center; gap: 0.5rem; margin: var(--space-sm) 0 var(--space-lg); font-weight: 500; color: var(--gold-deep); }
.welcome__hook svg { width: 20px; height: 20px; }

/* -------------------------------------------------------------------
   9. SERVICIOS DESTACADOS (fileira de 6 cards)
   ------------------------------------------------------------------- */
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-sm); margin-bottom: var(--space-lg); }
.service-card { display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card__media { aspect-ratio: 4 / 3; overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.service-card:hover .service-card__media img { transform: scale(1.07); }
.service-card__body { padding: 0.85rem 0.9rem 1.05rem; display: flex; flex-direction: column; flex: 1; text-align: center; }
.service-card__body h3 { font-size: var(--fs-h3); margin-bottom: 0.25rem; }
.service-card__body p { font-size: 0.76rem; color: var(--muted); line-height: 1.4; margin-bottom: 0.7rem; flex: 1; }
.service-card__price { font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.service-card__price strong { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }

/* -------------------------------------------------------------------
   10. TRATAMIENTO DESTACADO (split)
   ------------------------------------------------------------------- */
.featured { background: var(--cream); }
.featured__grid { display: grid; gap: var(--space-lg); align-items: center; }
.featured__media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.featured__body h2 { font-size: var(--fs-h2); margin: 0.5rem 0 var(--space-md); }
.featured__body > p { color: var(--muted); margin-bottom: var(--space-md); max-width: 50ch; }
.benefits { display: grid; grid-template-columns: 1fr; gap: 0.7rem; margin-bottom: var(--space-lg); }
.benefit { display: flex; align-items: center; gap: 0.65rem; font-size: 0.92rem; }
.benefit svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--gold-deep); }

/* -------------------------------------------------------------------
   11. CONTADORES (escuro)
   ------------------------------------------------------------------- */
.stats { background: var(--navy); color: var(--cream); }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-lg) var(--space-md); padding-block: clamp(2.25rem, 4.5vw, 3.25rem); }
.stat { text-align: center; position: relative; }
.stat__icon { display: block; width: 30px; height: 30px; color: var(--gold-soft); margin: 0 auto 0.6rem; }
.stat__icon svg { width: 100%; height: 100%; display: block; }
.stat__num { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 3rem); color: var(--gold-soft); line-height: 1; }
.stat__label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-muted); margin-top: 0.4rem; }

/* -------------------------------------------------------------------
   12. TESTIMONIOS (claro, Swiper)
   ------------------------------------------------------------------- */
.testimonials { background: var(--cream); }
.testimonial { background: var(--white); border-radius: var(--radius); padding: 2rem 1.8rem; box-shadow: var(--shadow-sm); height: auto; display: flex; flex-direction: column; gap: 0.85rem; text-align: center; }
.testimonial__stars { color: var(--gold); letter-spacing: 2px; }
.testimonial__quote { font-family: var(--font-display); font-size: 1.22rem; line-height: 1.4; color: var(--ink); font-style: italic; }
.testimonial__name { font-weight: 600; font-size: 0.88rem; }
.testimonial__name span { color: var(--muted); font-weight: 400; }
.testimonials__more { text-align: center; margin-top: var(--space-lg); }
.testimonials__more a { color: var(--gold-deep); font-size: 0.9rem; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.swiper-pagination { position: static; margin-top: var(--space-md); }
.swiper-pagination-bullet-active { background: var(--gold) !important; }

/* -------------------------------------------------------------------
   13. GALERÍA (preview)
   ------------------------------------------------------------------- */
.gallery { background: var(--sand); }
.gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; margin-bottom: var(--space-lg); }
.gallery__item { overflow: hidden; border-radius: var(--radius-sm); aspect-ratio: 1 / 1; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__cta { text-align: center; }

/* -------------------------------------------------------------------
   14. CTA (card escuro contido: ícone+texto à esquerda · botões à direita)
   ------------------------------------------------------------------- */
.cta { background: var(--cream); }
.cta-card {
  position: relative; overflow: hidden;
  background: var(--navy); color: var(--cream); border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 3.5vw, 2.6rem) clamp(1.5rem, 4vw, 3rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--space-md) var(--space-lg);
}
.cta-card__crown { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 200px; height: 200px; opacity: 0.09; pointer-events: none; }
.cta-card__text { position: relative; z-index: 1; display: flex; align-items: center; gap: 1.2rem; }
.cta-card__icon { flex: 0 0 auto; width: 58px; height: 58px; border: 1px solid rgba(208, 185, 148, 0.4); border-radius: 50%; display: grid; place-items: center; color: var(--gold-soft); }
.cta-card__icon svg { width: 26px; height: 26px; }
.cta-card__text h2 { font-size: clamp(1.55rem, 3.2vw, 2.15rem); line-height: 1.1; margin-bottom: 0.35rem; }
.cta-card__text p { color: var(--cream-muted); font-size: 0.95rem; max-width: 42ch; }
.cta-card__actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 0.7rem; min-width: 210px; }
.cta-card__actions .btn { width: 100%; }
@media (max-width: 720px) {
  .cta-card { flex-direction: column; align-items: stretch; gap: var(--space-md); }
  .cta-card__crown { display: none; }
  .cta-card__actions { min-width: 0; }
}

/* -------------------------------------------------------------------
   15. FOOTER (escuro)
   ------------------------------------------------------------------- */
.footer { background: var(--navy-deep); color: var(--cream-muted); padding-top: var(--section-y); }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); padding-bottom: var(--space-xl); }
.footer__brand img { height: 66px; margin-bottom: var(--space-sm); }
.footer__brand p { font-size: 0.9rem; max-width: 32ch; }
.footer__col h4 { font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: var(--space-sm); }
.footer__col li { margin-bottom: 0.55rem; font-size: 0.9rem; }
.footer__col a:hover { color: var(--gold-soft); }
.footer__col .row { display: flex; justify-content: space-between; gap: 1rem; }
.footer__social { display: flex; gap: 0.7rem; margin-top: var(--space-sm); }
.footer__social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(208, 185, 148, 0.3); border-radius: 50%; color: var(--gold-soft); transition: background var(--t), color var(--t); }
.footer__social a:hover { background: var(--gold); color: var(--navy-deep); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding-block: 1.5rem; text-align: center; font-size: 0.8rem; }
.footer__bottom a { color: var(--gold-soft); }
.footer__bottom .sep { opacity: 0.4; margin: 0 0.5rem; }

/* -------------------------------------------------------------------
   16. WHATSAPP FLUTUANTE
   ------------------------------------------------------------------- */
.wa-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: var(--z-float); width: 56px; height: 56px; border-radius: 50%; background: var(--gold); color: var(--navy-deep); display: grid; place-items: center; box-shadow: var(--shadow-gold); transition: transform var(--t-fast), background var(--t-fast); animation: wa-pulse 2.4s ease-out infinite; }
.wa-float:hover { transform: scale(1.08); background: var(--gold-deep); }
.wa-float svg { width: 32px; height: 32px; }
/* halo dourado pulsando (chama atenção sem sair da paleta) */
@keyframes wa-pulse {
  0%   { box-shadow: var(--shadow-gold), 0 0 0 0 rgba(var(--gold-rgb), 0.45); }
  70%  { box-shadow: var(--shadow-gold), 0 0 0 18px rgba(var(--gold-rgb), 0); }
  100% { box-shadow: var(--shadow-gold), 0 0 0 0 rgba(var(--gold-rgb), 0); }
}

/* -------------------------------------------------------------------
   17. REVEALS (data-animate)
   ------------------------------------------------------------------- */
[data-animate] { opacity: 0; transform: translateY(26px); transition: opacity var(--t-slow), transform var(--t-slow); will-change: opacity, transform; }
[data-animate].is-visible { opacity: 1; transform: none; }
[data-animate="fade"] { transform: none; }
[data-animate-delay="1"] { transition-delay: 0.08s; }
[data-animate-delay="2"] { transition-delay: 0.16s; }
[data-animate-delay="3"] { transition-delay: 0.24s; }
[data-animate-delay="4"] { transition-delay: 0.32s; }
[data-animate-delay="5"] { transition-delay: 0.40s; }

/* -------------------------------------------------------------------
   18. BREAKPOINTS
   ------------------------------------------------------------------- */
@media (min-width: 600px) {
  .features__grid { grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); }
  .services__grid { grid-template-columns: repeat(3, 1fr); }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); }
  .benefits { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
  .stats__grid { grid-template-columns: repeat(4, 1fr); }
  .stat:not(:last-child)::after { content: ""; position: absolute; right: calc(var(--space-md) / -2); top: 12%; height: 76%; width: 1px; background: rgba(208, 185, 148, 0.2); }
  .footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1.3fr; }
  .feature { flex-direction: column; text-align: center; align-items: center; gap: 0.5rem; }
  .features__grid { position: relative; }
  .feature:not(:last-child)::after { content: ""; position: absolute; }
}
@media (min-width: 900px) {
  .nav, .header__cta { display: flex; align-items: center; gap: 1.4rem; }
  .nav-toggle { display: none; }
  .welcome__grid { grid-template-columns: 0.9fr 1.1fr; gap: var(--space-xl); }
  .welcome__media.is-right { order: 2; }
  .featured__grid { grid-template-columns: 1fr 1fr; gap: var(--space-xl); }
  .gallery__grid { grid-template-columns: repeat(6, 1fr); }
}
@media (min-width: 1040px) {
  .services__grid { grid-template-columns: repeat(6, 1fr); }
}
@media (min-width: 1100px) {
  .hero__title { font-size: clamp(3.6rem, 5.4vw, 5.4rem); }
}

/* -------------------------------------------------------------------
   19. REDUCED MOTION
   ------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  [data-animate] { opacity: 1; transform: none; }
}

/* ===================================================================
   20. PÁGINA SERVICIOS (page-hero curto, filtros, catálogo)
   =================================================================== */
/* page-hero das páginas internas — MESMA altura da home (var --hero-h), só o título é menor */
.hero--sub { min-height: var(--hero-h); }
.hero--sub .hero__content { padding-block: clamp(1.25rem, 2.5vw, 1.75rem); }
.hero--sub .hero__title { font-size: clamp(2.3rem, 5vw, 3.6rem); }

/* barra de filtros */
.filters { background: rgba(250, 246, 240, 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(38, 39, 44, 0.07); position: sticky; top: 84px; z-index: 50; }
.filters__row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem; padding-block: 1rem; }
.filter-tab { font-family: var(--font-body); font-size: 0.85rem; padding: 0.5rem 1.15rem; border-radius: 999px; border: 1px solid rgba(38, 39, 44, 0.16); color: var(--muted); cursor: pointer; transition: background var(--t), color var(--t), border-color var(--t); }
.filter-tab:hover { border-color: var(--gold); color: var(--gold-deep); }
.filter-tab.is-active { background: var(--navy); color: var(--cream); border-color: var(--navy); }
.filters__count { margin-left: auto; font-size: 0.82rem; color: var(--muted); }
.filters__count strong { color: var(--gold-deep); font-weight: 600; }

/* catálogo de serviços (cards horizontais) */
.catalog__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.svc-card { display: grid; grid-template-columns: 104px 1fr; background: var(--white); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t); }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc-card__media { overflow: hidden; }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.svc-card:hover .svc-card__media img { transform: scale(1.07); }
.svc-card__body { padding: 0.8rem 0.95rem 0.85rem; display: flex; flex-direction: column; gap: 0.2rem; }
.svc-card__body h3 { font-size: 1.12rem; line-height: 1.15; }
.svc-card__body p { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }
.svc-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-top: auto; padding-top: 0.55rem; }
.svc-card__price { font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.svc-card__price strong { font-family: var(--font-display); font-size: 1.05rem; color: var(--gold-deep); display: block; line-height: 1; }
.svc-card__cta { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }
.svc-card__btn { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold-deep); display: grid; place-items: center; transition: background var(--t), color var(--t); }
.svc-card:hover .svc-card__btn { background: var(--gold); color: var(--navy-deep); }
.svc-card__btn svg { width: 15px; height: 15px; }
.svc-card.is-hidden { display: none; }

@media (min-width: 640px) { .catalog__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .catalog__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1240px) { .catalog__grid { grid-template-columns: repeat(4, 1fr); } }

/* ===================================================================
   21. PÁGINA SOBRE (equipo + el centro)
   =================================================================== */
.team { background: var(--cream); }
.team__grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }
.team-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t); }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.team-card__media { aspect-ratio: 4 / 5; overflow: hidden; }
.team-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.team-card:hover .team-card__media img { transform: scale(1.05); }
.team-card__body { padding: 1.1rem 1.2rem 1.35rem; text-align: center; }
.team-card__body h3 { font-size: 1.35rem; }
.team-card__body span { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); }
@media (min-width: 700px) { .team__grid { grid-template-columns: repeat(3, 1fr); } }

.center { background: var(--sand); }
.center__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); align-items: center; }
.center__body .eyebrow { margin-bottom: 0.6rem; }
.center__body h2 { font-size: var(--fs-h2); margin-bottom: var(--space-md); }
.center__body p { color: var(--muted); max-width: 52ch; }
.center__list { display: grid; gap: 0.65rem; margin-top: var(--space-md); }
.center__list li { display: flex; align-items: center; gap: 0.65rem; font-size: 0.95rem; }
.center__list svg { width: 21px; height: 21px; color: var(--gold-deep); flex: 0 0 auto; }
.center__mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.center__mosaic a { overflow: hidden; border-radius: var(--radius-sm); aspect-ratio: 1 / 1; }
.center__mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.center__mosaic a:hover img { transform: scale(1.07); }
@media (min-width: 900px) { .center__grid { grid-template-columns: 1fr 1fr; gap: var(--space-xl); } .center__body.is-right { order: 2; } }

/* ===================================================================
   22. PÁGINA GALERÍA (filtros com ícones, grade filtrável, lightbox)
   =================================================================== */
/* ícones dentro dos chips de filtro (só na galería) */
.filters--gal .filter-tab { display: inline-flex; align-items: center; gap: 0.45rem; }
.filters--gal .filter-tab svg { width: 15px; height: 15px; flex: 0 0 auto; }

/* grade da galería (quadrados uniformes, reflui no filtro) */
.galeria { background: var(--cream); }
.gal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.gal-tile {
  position: relative; display: block; width: 100%; padding: 0; margin: 0;
  overflow: hidden; border-radius: var(--radius-sm); aspect-ratio: 1 / 1;
  background: var(--sand); cursor: pointer; border: none;
}
.gal-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
.gal-tile:hover img, .gal-tile:focus-visible img { transform: scale(1.07); }
.gal-tile::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(20, 24, 31, 0.55) 0%, transparent 42%);
  opacity: 0; transition: opacity var(--t);
}
.gal-tile:hover::before, .gal-tile:focus-visible::before { opacity: 1; }
.gal-tile.is-hidden { display: none; }

/* legenda que sobe no hover */
.gal-tile__cap {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  display: flex; flex-direction: column; gap: 0.1rem;
  padding: 1.6rem 0.95rem 0.85rem; text-align: left; color: var(--cream);
  opacity: 0; transform: translateY(10px); transition: opacity var(--t), transform var(--t);
}
.gal-tile:hover .gal-tile__cap, .gal-tile:focus-visible .gal-tile__cap { opacity: 1; transform: none; }
.gal-tile__cap span { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-soft); }
.gal-tile__cap strong { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; line-height: 1.15; }

/* botão lupa no canto */
.gal-tile__zoom {
  position: absolute; top: 0.7rem; right: 0.7rem; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(250, 246, 240, 0.92); color: var(--navy);
  opacity: 0; transform: scale(0.8); transition: opacity var(--t), transform var(--t);
}
.gal-tile:hover .gal-tile__zoom, .gal-tile:focus-visible .gal-tile__zoom { opacity: 1; transform: none; }
.gal-tile__zoom svg { width: 17px; height: 17px; }

.gal-empty { text-align: center; color: var(--muted); padding: var(--space-lg) 0; }

@media (min-width: 700px) { .gal-grid { grid-template-columns: repeat(3, 1fr); gap: 0.8rem; } }
@media (min-width: 1040px) { .gal-grid { grid-template-columns: repeat(4, 1fr); } }

/* ===================================================================
   23. PÁGINA CONTACTO (tarjetas de contacto, mapa + panel de visita)
   =================================================================== */
/* --- tira de tarjetas de contacto (Dirección, Teléfono, Horario, IG) --- */
.contact-cards { background: var(--cream); }
.contact-cards__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-sm); }
.contact-card {
  position: relative; display: flex; flex-direction: column; gap: 0.5rem;
  background: var(--white); border-radius: var(--radius); padding: 1.5rem 1.4rem 1.35rem;
  box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t);
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.contact-card__icon {
  width: 46px; height: 46px; border-radius: 50%; margin-bottom: 0.3rem;
  display: grid; place-items: center; color: var(--gold-deep);
  background: rgba(194, 161, 91, 0.12);
}
.contact-card__icon svg { width: 22px; height: 22px; }
.contact-card h3 {
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep);
}
.contact-card p { font-size: 0.95rem; color: var(--ink); line-height: 1.5; }
.contact-card p span { display: block; color: var(--muted); font-size: 0.86rem; }
.contact-card__link {
  margin-top: auto; padding-top: 0.4rem;
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.84rem; font-weight: 500; color: var(--gold-deep);
}
.contact-card__link svg { width: 14px; height: 14px; transition: transform var(--t-fast); }
.contact-card__link:hover svg { transform: translateX(3px); }

/* --- mapa + panel "Ven a visitarnos" (sin formulario) --- */
.contact-loc { background: var(--sand); }
.contact-loc__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); align-items: stretch; }
.contact-map {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); min-height: 320px; background: var(--navy-panel);
}
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 320px; border: 0; }

.contact-visit {
  position: relative; overflow: hidden; display: flex; flex-direction: column;
  background: var(--navy); color: var(--cream);
  border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 2.6rem);
}
.contact-visit__crown { position: absolute; top: -14px; right: -14px; width: 150px; height: 150px; opacity: 0.08; pointer-events: none; }
.contact-visit__crown img { width: 100%; height: 100%; object-fit: contain; }
.contact-visit > * { position: relative; z-index: 1; }
.contact-visit .eyebrow { color: var(--gold-soft); margin-bottom: 0.6rem; }
.contact-visit h2 { font-size: var(--fs-h2); margin-bottom: var(--space-sm); }
.contact-visit__intro { color: var(--cream-muted); max-width: 42ch; margin-bottom: var(--space-md); }
.visit-list { display: grid; gap: 1.05rem; margin-bottom: var(--space-lg); }
.visit-list li { display: flex; gap: 0.85rem; align-items: flex-start; }
.visit-list li > svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--gold-soft); margin-top: 2px; }
.visit-list strong { display: block; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; color: var(--cream); margin-bottom: 1px; }
.visit-list span { display: block; font-size: 0.9rem; color: var(--cream-muted); line-height: 1.5; }
.visit-list a { color: var(--cream-muted); transition: color var(--t-fast); }
.visit-list a:hover { color: var(--gold-soft); }
.contact-visit__actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: auto; }

@media (min-width: 600px) { .contact-cards__grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-md); } }
@media (min-width: 1000px) { .contact-cards__grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 920px) {
  .contact-loc__grid { grid-template-columns: 1.12fr 0.88fr; gap: var(--space-lg); }
  .contact-map { min-height: 460px; }
}

/* ----- LIGHTBOX (overlay de imagem ampliada) ----- */
.lightbox {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem);
  background: rgba(15, 18, 24, 0.92); backdrop-filter: blur(6px);
  opacity: 0; visibility: hidden; transition: opacity var(--t), visibility var(--t);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__stage { position: relative; max-width: min(960px, 92vw); max-height: 86vh; display: flex; flex-direction: column; }
.lightbox__stage img {
  max-width: 100%; max-height: 78vh; width: auto; height: auto; margin-inline: auto;
  object-fit: contain; border-radius: var(--radius-sm); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  transform: scale(0.96); transition: transform var(--t);
}
.lightbox.is-open .lightbox__stage img { transform: scale(1); }
.lightbox__cap { margin-top: 0.9rem; text-align: center; font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--cream); }
.lightbox__cap b { display: block; font-style: normal; font-family: var(--font-body); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 0.25rem; font-weight: 500; }

.lightbox__close, .lightbox__nav {
  position: absolute; z-index: 3; display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%; color: var(--cream);
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(208, 185, 148, 0.35);
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t-fast);
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
.lightbox__close { top: clamp(1rem, 3vw, 1.8rem); right: clamp(1rem, 3vw, 1.8rem); }
.lightbox__close svg, .lightbox__nav svg { width: 22px; height: 22px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav:hover { transform: translateY(-50%) scale(1.06); }
.lightbox__nav--prev { left: clamp(0.5rem, 2vw, 1.8rem); }
.lightbox__nav--next { right: clamp(0.5rem, 2vw, 1.8rem); }
@media (max-width: 560px) {
  .lightbox__nav { width: 42px; height: 42px; }
  .lightbox__nav--prev { left: 0.4rem; }
  .lightbox__nav--next { right: 0.4rem; }
}

/* -------------------------------------------------------------------
   12. FAQ — acordeão de "preguntas frecuentes"
   Altura animada via grid-template-rows (0fr→1fr), ícone +/− em CSS.
   ------------------------------------------------------------------- */
.faq { max-width: 760px; margin-inline: auto; }

.faq__item { border-bottom: 1px solid rgba(var(--gold-rgb), 0.24); }
.faq__item:first-child { border-top: 1px solid rgba(var(--gold-rgb), 0.24); }

.faq__head { margin: 0; }

.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm);
  padding: 1.15rem 0.25rem; text-align: left;
  font-family: var(--font-display); font-size: var(--fs-h3); font-weight: 600; line-height: 1.25; color: var(--ink);
  transition: color var(--t-fast);
}
.faq__q:hover { color: var(--gold-deep); }
.faq__item.is-open .faq__q { color: var(--gold-deep); }

/* ícone +/− desenhado em CSS puro (sem dependências) */
.faq__icon {
  position: relative; flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(var(--gold-rgb), 0.5);
  transition: background var(--t), border-color var(--t);
}
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 2px;
  background: var(--gold-deep); transform: translate(-50%, -50%);
  transition: transform var(--t), background var(--t);
}
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }  /* barra vertical → completa o "+" */
.faq__q:hover .faq__icon { border-color: var(--gold); }
.faq__item.is-open .faq__icon { background: var(--gold); border-color: var(--gold); }
.faq__item.is-open .faq__icon::before,
.faq__item.is-open .faq__icon::after { background: var(--navy-deep); }
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); } /* some o vertical → vira "−" */

/* corpo da resposta — colapsado por padrão, expande suave */
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--t); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a-inner { overflow: hidden; min-height: 0; }
.faq__a-inner p { color: var(--muted); max-width: 64ch; padding: 0 0.25rem 1.3rem; }
.faq__a-inner strong { color: var(--gold-deep); font-weight: 600; }

.faq__cta { text-align: center; margin-top: var(--space-lg); color: var(--muted); }
.faq__cta a {
  color: var(--gold-deep); font-weight: 500; border-bottom: 1px solid transparent;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.faq__cta a:hover { color: var(--gold); border-bottom-color: currentColor; }

@media (min-width: 768px) {
  .faq__q { padding-block: 1.4rem; }
}
