/* ================================================
   STUDIO BRÜN v3 — FOLHA DE ESTILOS PRINCIPAL
   Mobile-first | CSS puro | Sem frameworks
   ================================================ */

/* ------------------------------------------------
   0. FONTES LOCAIS (self-hosted)
   ------------------------------------------------ */

/* Cormorant Garamond */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v21-latin/cormorant-garamond-v21-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-v31-latin/montserrat-v31-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-v31-latin/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-v31-latin/montserrat-v31-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-v31-latin/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-v31-latin/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------------------------
   1. VARIÁVEIS GLOBAIS
   ------------------------------------------------ */
:root {
  color-scheme: light;

  /* ─── PALETA OFICIAL — extraída do manual de identidade ────────
     Duas cores base: terracota profundo + nude/areia quente.
     Extraídas dos vetores SVG do PDF da marca (hex exatos).
  ─────────────────────────────────────────────────────────────── */

  /* Terracota */
  --terra-deep:    #6B2315;   /* seção 1 (hero), seção 5 (CTA) */
  --terra-mid:     #8B3520;   /* seção 4 (localização) */
  --mahogany:      #6F2817;   /* botões, badges — exato do manual */
  --mahogany-h:    #8B3520;   /* hover */
  --espresso:      #2A1200;   /* drawer, overlays */
  --espresso-deep: #1A0800;   /* rodapé */

  /* Nude / Areia */
  --nude-light:    #E8DDD0;   /* legado — não remover (usado em cards e detalhes) */
  --nude-mid:      #C9B9A3;   /* seção 3 (serviços) — exato do manual */
  --cream:         #CABFA6;   /* texto/elementos sobre terracota — exato do manual */
  --cream-2:       #F2EAE0;   /* cards sobre nude claro */

  /* Progressão de cor — seções da home (quase branco → areia quente) */
  --nude-1:        #F0E8DF;   /* social-proof — passo 1 (mais claro) */
  --nude-2:        #E2D3C2;   /* services-preview — passo 2 */
  --nude-3:        #CCBCAA;   /* cta-newsletter — passo 3 */
  --nude-4:        #B8A08A;   /* location — passo 4 (mais escuro antes do footer) */

  /* Texto — contexto claro (nude) */
  --text-dark:     #3B1A10;   /* títulos */
  --text-mid:      #5C3020;   /* corpo */
  --text-muted:    #8B6650;   /* labels, meta */
  --text-light:    #CABFA6;   /* texto sobre terracota */

  /* Bordas */
  --border:        rgba(107,35,21,0.12);
  --border-gold:   rgba(107,35,21,0.20);
  --border-warm:   rgba(107,35,21,0.10);

  /* Legado — mantidos para compatibilidade */
  --nude-alt:      #EDE4DA;
  --nude-cta:      #D8CCBF;

  /* Acento (usa terracota suave como detalhe) */
  --gold:          #8B5A45;
  --gold-light:    #CABFA6;

  /* Tipografia */
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-sans:  'Montserrat', system-ui, sans-serif;

  /* Layout */
  --header-h:  120px;
  --container: 1260px;
  --radius:    4px;

  /* Animações */
  --ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --t:        300ms;

  /* WhatsApp */
  --green-wa: #25D366;
}

@media (max-width: 1023px) { :root { --header-h: 72px; } }


/* ------------------------------------------------
   2. RESET & BASE
   ------------------------------------------------ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Skip link acessibilidade */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: var(--mahogany);
  color: var(--text-light);
  padding: 10px 20px;
  font-family: var(--ff-sans);
  font-size: 13px;
  font-weight: 500;
  transition: top 0.2s;
}
.skip-link:focus-visible { top: 16px; }

/* Classe utilitária para labels ocultos (acessibilidade) */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Focus visível global */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
/* Remove outline padrão — substituído pelo :focus-visible acima */
:focus:not(:focus-visible) { outline: none; }

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-left, .reveal-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

body {
  font-family: var(--ff-sans);
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }


/* ------------------------------------------------
   3. CONTAINER
   ------------------------------------------------ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px);
}


/* ------------------------------------------------
   4. UTILITÁRIOS TIPOGRÁFICOS
   ------------------------------------------------ */
.gold-line {
  display: block;
  width: 44px;
  height: 1.5px;
  background: var(--gold);
  margin-bottom: 18px;
}
.gold-line--center { margin-left: auto; margin-right: auto; }

.section-label {
  font-family: var(--ff-sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}


/* ------------------------------------------------
   5. BOTÕES
   ------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 40px;
  transition: background var(--t) var(--ease),
              border-color var(--t) var(--ease),
              color var(--t) var(--ease);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  touch-action: manipulation;
}

.btn-primary {
  background: var(--mahogany);
  color: var(--text-light);
  border: 1px solid var(--mahogany);
}
.btn-primary:hover { background: var(--mahogany-h); border-color: var(--mahogany-h); }

.btn-outline-dark {
  background: transparent;
  color: var(--mahogany);
  border: 1px solid var(--mahogany);
}
.btn-outline-dark:hover { background: var(--mahogany); color: var(--text-light); }

.btn-ghost-light {
  background: transparent;
  color: var(--text-light);
  border: 1px solid rgba(250,244,236,0.45);
}
.btn-ghost-light:hover { border-color: var(--text-light); background: rgba(250,244,236,0.08); }

.btn-ghost-dark {
  background: transparent;
  color: var(--espresso);
  border: 1px solid rgba(42,18,0,0.4);
}
.btn-ghost-dark:hover { background: var(--espresso); color: var(--text-light); }


/* ------------------------------------------------
   6. HEADER
   ------------------------------------------------ */
#main-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  transition: background var(--t) var(--ease),
              border-color var(--t) var(--ease),
              box-shadow var(--t) var(--ease);
}

/* Home: começa transparente */
body[data-page="home"] #main-header {
  background: transparent;
  border-bottom: 1px solid transparent;
}

/* Páginas internas: fundo nude claro */
body:not([data-page="home"]) #main-header {
  background: rgba(232,221,208,0.96);
  border-bottom: 1px solid rgba(107,35,21,0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 14px rgba(107,35,21,0.08);
}

/* Estado ao rolar (home) — nude claro */
#main-header.scrolled {
  background: rgba(232,221,208,0.95);
  border-bottom: 1px solid rgba(107,35,21,0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 20px rgba(107,35,21,0.10);
}

.header-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

/* Logo */
.logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-img {
  height: 90px;
  width: auto;
  transition: opacity var(--t) var(--ease), filter var(--t) var(--ease);
}
body[data-page="home"] #main-header:not(.scrolled) .logo-img {
  filter: brightness(0) invert(1);
}
body[data-page="home"] #main-header:not(.scrolled) .nav-link {
  text-shadow: 0 2px 10px rgba(0,0,0,0.75), 0 0 3px rgba(0,0,0,0.50);
}

/* Versão cream: visível sobre fundo escuro (home hero, header transparente) */
.logo-on-dark  { display: block; }
.logo-on-light { display: none; }

/* Troca para logo terracota quando header fica claro */
body:not([data-page="home"]) .logo-on-dark,
#main-header.scrolled .logo-on-dark  { display: none; }
body:not([data-page="home"]) .logo-on-light,
#main-header.scrolled .logo-on-light { display: block; }

/* Nav desktop */
.desktop-nav {
  display: none;
  align-items: center;
  gap: 0;
}
@media (min-width: 1024px) { .desktop-nav { display: flex; } }

.nav-link {
  font-family: var(--ff-sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250,244,236,0.92);
  padding: 8px 18px;
  white-space: nowrap;
  transition: color var(--t) var(--ease), text-shadow var(--t) var(--ease);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 3px; left: 14px; right: 14px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--t) var(--ease);
  transform-origin: center;
}
.nav-link:hover,
.nav-link.active { color: rgba(250,244,236,1); }
.nav-link.active::after { transform: scaleX(1); }
.nav-link:hover::after { transform: scaleX(0.5); }

body:not([data-page="home"]) .nav-link,
#main-header.scrolled .nav-link { color: var(--terra-deep); opacity: 0.75; }
body:not([data-page="home"]) .nav-link:hover,
body:not([data-page="home"]) .nav-link.active,
#main-header.scrolled .nav-link:hover,
#main-header.scrolled .nav-link.active { color: var(--terra-deep); opacity: 1; }

/* Botão AGENDE no nav — terracota sobre fundo hero: contraste máximo */
.btn-nav-agendar {
  font-family: var(--ff-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 28px;
  margin-left: 16px;
  background: var(--terra-deep);
  color: var(--cream);
  border: 1px solid var(--terra-deep);
  transition: background var(--t) var(--ease),
              color var(--t) var(--ease),
              border-color var(--t) var(--ease),
              opacity var(--t) var(--ease),
              transform var(--t) var(--ease);
  white-space: nowrap;
  touch-action: manipulation;
}
.btn-nav-agendar:hover {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}
/* Home: botão oculto enquanto o hero está visível — evita CTA duplicado */
body[data-page="home"] #main-header:not(.past-hero) .btn-nav-agendar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
}

/* Após o hero: botão surge com fade + leve deslize */
body[data-page="home"] #main-header.past-hero .btn-nav-agendar {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  background: var(--terra-deep);
  color: var(--cream);
  border-color: var(--terra-deep);
}
body[data-page="home"] #main-header.past-hero .btn-nav-agendar:hover {
  background: var(--terra-mid);
  border-color: var(--terra-mid);
}

/* Páginas internas: botão sempre visível */
body:not([data-page="home"]) .btn-nav-agendar {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  background: var(--terra-deep);
  color: var(--cream);
  border-color: var(--terra-deep);
}
body:not([data-page="home"]) .btn-nav-agendar:hover {
  background: var(--terra-mid);
  border-color: var(--terra-mid);
}

/* Ícones sociais no header */
.header-social {
  display: none;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1400px) { .header-social { display: flex; } }

.header-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: none;
  width: 38px;
  height: 38px;
  color: rgba(250,244,236,0.65);
  transition: color var(--t) var(--ease);
}
.header-social-btn:hover { color: rgba(250,244,236,1); }
body:not([data-page="home"]) .header-social-btn,
#main-header.scrolled .header-social-btn { color: var(--text-muted); }
body:not([data-page="home"]) .header-social-btn:hover,
#main-header.scrolled .header-social-btn:hover { color: var(--text-dark); }

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
@media (min-width: 1024px) { .hamburger { display: none; } }

.ham-line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--text-light);
  transition: background var(--t) var(--ease),
              transform var(--t) var(--ease),
              opacity var(--t) var(--ease);
}
body:not([data-page="home"]) .ham-line,
#main-header.scrolled .ham-line { background: var(--text-dark); }

.hamburger[aria-expanded="true"] .ham-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger[aria-expanded="true"] .ham-line:nth-child(2) {
  opacity: 0; transform: scaleX(0);
}
.hamburger[aria-expanded="true"] .ham-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}


/* ------------------------------------------------
   7. MOBILE DRAWER
   ------------------------------------------------ */
#mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t) var(--ease);
}
#mobile-overlay.open {
  opacity: 1;
  pointer-events: all;
}

#mobile-drawer {
  position: fixed;
  top: 0; left: 0;
  height: 100%;
  width: min(300px, 88vw);
  z-index: 1010;
  background: var(--espresso);
  transform: translateX(-100%);
  transition: transform 380ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
}
#mobile-drawer.open { transform: translateX(0); }

.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: var(--header-h);
  border-bottom: 1px solid rgba(99,25,0,0.22);
  flex-shrink: 0;
}
.drawer-logo-link { display: flex; align-items: center; }
.drawer-logo-img { height: 44px; width: auto; }

.drawer-title {
  font-family: var(--ff-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-light);
}
.drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--text-light);
  opacity: 0.7;
  transition: opacity var(--t) var(--ease);
}
.drawer-close:hover { opacity: 1; }

.drawer-nav { padding: 8px 0 16px; flex: 1; }

.drawer-link {
  display: block;
  padding: 16px 24px;
  font-family: var(--ff-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,244,236,0.75);
  border-bottom: 1px solid rgba(99,25,0,0.14);
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
  touch-action: manipulation;
}
.drawer-link:hover { color: var(--text-light); background: rgba(99,25,0,0.1); }
.drawer-link.active { color: var(--gold-light); }

/* AGENDE no drawer — botão sólido diferenciado */
.drawer-agendar-wrap { padding: 20px 24px; }
.drawer-agendar {
  display: block;
  width: 100%;
  padding: 14px 24px;
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-light);
  background: var(--mahogany);
  border: 1px solid var(--mahogany);
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
  touch-action: manipulation;
}
.drawer-agendar:hover { background: var(--mahogany-h); border-color: var(--mahogany-h); }

.drawer-socials {
  padding: 16px 24px 24px;
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(99,25,0,0.14);
}
.drawer-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(160,120,64,0.3);
  color: var(--text-muted);
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.drawer-social-btn:hover { border-color: var(--gold); color: var(--gold-light); }


/* ------------------------------------------------
   8. HERO
   ------------------------------------------------ */
#hero {
  position: relative;
  height: 100vh;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  background: var(--terra-deep);
  background-image: image-set(
    url('../images/hero.webp') type('image/webp'),
    url('../images/ChatGPT Image 21 de mar. de 2026, 16_06_10.png') type('image/png')
  );
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    /* Sombra lateral esquerda — protege a área do texto contra a foto */
    linear-gradient(
      to right,
      rgba(0,0,0,0.50) 0%,
      rgba(0,0,0,0.22) 45%,
      rgba(0,0,0,0) 72%
    ),
    /* Sombra vertical — topo legível, meio aberto, base leve */
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.38)  0%,
      rgba(0,0,0,0.06)  28%,
      rgba(0,0,0,0.00)  50%,
      rgba(0,0,0,0.18)  72%,
      rgba(0,0,0,0.32)  100%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 clamp(16px, 5vw, 60px);
  padding-bottom: clamp(60px, 9vw, 100px);
  max-width: calc(var(--container) + clamp(32px, 10vw, 120px));
}
@media (min-width: 1024px) {
  /* Limita o bloco de texto à metade esquerda da tela,
     liberando a direita para a fotografia */
  .hero-content {
    max-width: 720px;
    padding-right: 0;
  }
}

/* Tablet e larguras intermediárias: nowrap pode causar overflow */
@media (max-width: 900px) {
  .hero-title { white-space: normal; line-height: 1.12; text-wrap: balance; }
}

/* Telas desktop com pouca altura (notebooks HD/FHD):
   título menor para não invadir o header fixo */
@media (min-width: 768px) and (max-height: 800px) {
  .hero-content {
    padding-bottom: clamp(40px, 5vw, 64px);
  }
  .hero-title {
    font-size: clamp(36px, 4.8vw, 56px);
    margin-bottom: 16px;
    white-space: normal;
    text-wrap: balance;
  }
  .hero-badge { margin-bottom: 18px; }
}

.hero-title {
  font-family: var(--ff-serif);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 28px;
  max-width: none;
  white-space: nowrap;
  text-shadow: 0 2px 24px rgba(0,0,0,0.65), 0 0 60px rgba(0,0,0,0.40);
}

/* Badge de prova social no hero */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(250,244,236,0.88);
  margin-bottom: 28px;
}
.hero-badge-stars {
  color: #F5C842;
  font-size: 13px;
  letter-spacing: 2px;
}
.hero-badge-google {
  flex-shrink: 0;
  opacity: 0.95;
}

/* Link sutil "Ver serviços" — não compete com o CTA principal */
.hero-link-servicos {
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250,244,236,0.50);
  align-self: center;
  border-bottom: 1px solid rgba(250,244,236,0.20);
  padding-bottom: 2px;
  transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.hero-link-servicos:hover {
  color: rgba(250,244,236,0.80);
  border-color: rgba(250,244,236,0.50);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

/* Indicador de scroll */
.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  right: clamp(20px, 4vw, 48px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(250,244,236,0.35);
}
.hero-scroll-hint span {
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-family: var(--ff-sans);
}
.hero-scroll-hint-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(250,244,236,0.35), transparent);
}

/* Dissolução suave: hero → nude claro
   Curva de aceleração: quase invisível nos primeiros 55%,
   acelera nos últimos 45% — efeito de "derreter" gradual */
.hero-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(100px, 14vw, 180px);
  /* oklab: espaço perceptualmente uniforme — elimina gradient banding do CSS.
     Menos stops + interpolação correta > muitos stops em sRGB. */
  background: linear-gradient(
    in oklab to bottom,
    rgba(247, 242, 238, 0)   0%,
    rgba(247, 242, 238, 0)   50%,
    rgba(247, 242, 238, 0.5) 80%,
    rgba(247, 242, 238, 1)   100%
  );
  z-index: 1;       /* abaixo do conteúdo (z-index: 2) */
  pointer-events: none;
}



/* ------------------------------------------------
   9. PROVA SOCIAL — depoimentos (após serviços)
   ------------------------------------------------ */
#social-proof {
  background: linear-gradient(to bottom, #DCD1C6, #D0C4B8);
  display: flex;
  flex-direction: column;
  padding: clamp(56px, 6vw, 88px) 0 clamp(56px, 7vw, 96px);
  overflow: hidden;
}

/* Stats strip */
.sp-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: clamp(44px, 5.5vw, 72px) clamp(24px, 5vw, 48px) clamp(28px, 3.5vw, 44px);
  max-width: var(--container);
  margin: 0 auto;
}
.sp-stat {
  flex: 1;
  text-align: center;
  padding: 0 clamp(20px, 3vw, 40px);
}
.sp-stat-num {
  display: block;
  font-family: var(--ff-serif);
  font-size: clamp(40px, 5.5vw, 66px);
  font-weight: 300;
  color: var(--espresso);
  line-height: 1;
  margin-bottom: 9px;
}
.sp-stat-label {
  display: block;
  font-family: var(--ff-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.sp-stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(107,35,21,0.12);
  flex-shrink: 0;
}

/* Cabeçalho de reviews */
.sp-header {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}

/* Aspa decorativa gigante — background atmosférico */
.sp-header::before {
  content: '\201C';
  position: absolute;
  font-family: var(--ff-serif);
  font-size: clamp(180px, 22vw, 320px);
  font-weight: 400;
  line-height: 1;
  color: var(--terra-deep);
  opacity: 0.055;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.sp-accent-line {
  display: block;
  width: 40px;
  height: 1.5px;
  background: var(--terra-deep);
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
.sp-title {
  font-family: var(--ff-serif);
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 400;
  color: var(--text-dark);
  text-wrap: balance;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

/* Link Google */
.sp-google-link {
  text-align: center;
  margin-top: 36px;
}
.sp-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra-deep);
  border-bottom: 1px solid rgba(107,35,21,0.30);
  padding-bottom: 3px;
  transition: border-color var(--t) var(--ease), opacity var(--t) var(--ease);
}
.sp-google-btn:hover { border-color: var(--terra-deep); opacity: 0.75; }

/* Container editorial de avaliações */
.reviews-editorial {
  display: flex;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

/* Review individual */
.review-editorial {
  padding: clamp(48px, 6vw, 72px) 0;
  border-bottom: 1px solid rgba(107,35,21,0.07);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.review-editorial.re-visible { opacity: 1; transform: translateY(0); }
.review-editorial:last-child { border-bottom: none; }
@media (prefers-reduced-motion: reduce) {
  .review-editorial { opacity: 1; transform: none; transition: none; }
}

/* Acento antes do texto — linha fina terracota */
.re-body::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--terra-deep);
  opacity: 0.40;
  margin-bottom: 22px;
}

/* Texto do depoimento — protagonista */
.re-text {
  font-family: var(--ff-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(23px, 2.8vw, 36px);
  line-height: 1.62;
  color: var(--text-dark);
  margin: 0 0 30px;
}

/* Atribuição — dois níveis hierárquicos */
.re-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.re-author {
  font-family: var(--ff-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dark);
}
.re-sub {
  display: flex;
  align-items: center;
  gap: 7px;
}
.re-stars {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 1.5px;
}
.re-time {
  font-family: var(--ff-sans);
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.re-via {
  display: flex;
  align-items: center;
  opacity: 0.6;
}

/* Photo reviews — grid assimétrico: foto domina (60%) */
.review-editorial.has-photo {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: clamp(28px, 4.5vw, 56px);
  align-items: start;
}
.review-editorial.has-photo.photo-right {
  grid-template-columns: 1fr 60%;
}
.review-editorial.has-photo.photo-right .re-photo-wrap { order: 2; }
.review-editorial.has-photo.photo-right .re-body      { order: 1; }

/* Body na coluna de texto — respira verticalmente */
.review-editorial.has-photo .re-body {
  padding: clamp(12px, 2vw, 24px) 0;
}
.review-editorial.has-photo .re-text {
  font-size: clamp(18px, 2vw, 25px);
}

/* Foto — sem aspect-ratio forçado, mostra a imagem inteira */
.re-photo-wrap {
  overflow: hidden;
  border-radius: 1px;
}
.re-photo {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s var(--ease);
}
.re-photo-wrap:hover .re-photo { transform: scale(1.025); }

/* ---- Variações por posição: cada depoimento tem sua própria personalidade ---- */

/* 1 — Patrícia: grande pullquote centralizado, voz dominante */
.review-editorial:nth-child(1) {
  text-align: center;
  padding: clamp(60px, 8vw, 96px) 0;
  background: rgba(107,35,21,0.028); /* toque quente quase invisível */
  margin: 0 clamp(-20px, -5vw, -48px); /* sangra para fora do container */
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: clamp(20px, 5vw, 48px);
  border-bottom: none;
}
.review-editorial:nth-child(1) .re-body::before {
  margin: 0 auto 24px;
}
.review-editorial:nth-child(1) .re-text {
  font-size: clamp(26px, 3.4vw, 46px);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.review-editorial:nth-child(1) .re-meta { align-items: center; }

/* 2 — Helenice (foto-esquerda): grid já estilizado, sem ajuste extra */

/* 3 — Renata: offset para a direita, mais íntima */
.review-editorial:nth-child(3) {
  padding-left: clamp(0px, 22%, 220px);
}

/* 4 — Juliana: alinhamento à direita, cria contrapeso visual */
.review-editorial:nth-child(4) {
  text-align: right;
}
.review-editorial:nth-child(4) .re-body::before {
  margin-left: auto;
}
.review-editorial:nth-child(4) .re-meta { align-items: flex-end; }

/* 5 — Iris (foto-direita): grid já estilizado, sem ajuste extra */

/* ------------------------------------------------
   10. O STUDIO — Manifesto + Ambiente
   ------------------------------------------------ */
#studio {
  background: linear-gradient(to bottom, #F7F2EE, #E8DDD4);
  overflow: hidden;
  scroll-margin-top: var(--header-h);
}

/* Dueto de fotos do studio — assimétrico */
.studio-photos-strip {
  position: relative;
  display: grid;
  grid-template-columns: 42fr 58fr;
  height: clamp(320px, 50vw, 620px);
  gap: 3px;
  overflow: hidden;
}

.studio-photo-item {
  overflow: hidden;
  position: relative;
}

.studio-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%) sepia(52%) brightness(0.96) contrast(1.04);
  display: block;
  transition: transform 0.8s var(--ease);
}
.studio-photo-item:hover img { transform: scale(1.04); }

/* Posição de crop por foto */
.studio-photo-item:nth-child(1) img { object-position: center 30%; } /* espelhos — pega os frames */
.studio-photo-item:nth-child(2) img { object-position: 35% 42%; }    /* lavagem — lavatórios em destaque (cubas para cima) */

/* Véu de dissolução na base — o título emerge desta névoa */
.studio-strip-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(236,230,223,0) 55%, rgba(232,221,210,0.72) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Título fora do clip: flutua abaixo da imagem com margem negativa
   para criar o overlap editorial — mix-blend-mode funde com o véu */
.studio-editorial-title {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: clamp(-64px, -7.5vw, -120px); /* overlap mais profundo */
  padding-left: clamp(16px, 5vw, 48px);
  font-family: var(--ff-serif);
  font-size: clamp(68px, 10.5vw, 144px);
  font-weight: 300;
  line-height: 0.9;
  color: var(--terra-deep);
  mix-blend-mode: multiply;
  letter-spacing: -0.025em;
  pointer-events: none;
  text-shadow: 0 0 120px rgba(107,35,21,0.30), 0 4px 30px rgba(107,35,21,0.12);
}

/* Manifesto: label à esq + texto à dir — agora é a abertura da seção */
.studio-manifesto {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: start;
  padding-top: clamp(64px, 9vw, 104px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.studio-manifesto-meta {
  padding-top: 6px;
}

.studio-manifesto-text p {
  font-family: var(--ff-sans);
  font-size: clamp(14px, 1.55vw, 17px);
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.88;
  max-width: 62ch;
}
.studio-manifesto-text p + p { margin-top: 18px; }

/* Barra de avaliações */
.studio-rating {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(28px, 3.5vw, 40px) 0 clamp(56px, 7vw, 88px);
  border-top: 1px solid rgba(107,35,21,0.14);
}

.studio-rating-num {
  font-family: var(--ff-serif);
  font-size: clamp(68px, 9vw, 108px);
  font-weight: 300;
  color: var(--terra-deep);
  line-height: 1;
  letter-spacing: -0.03em;
  flex-shrink: 0;
}

.studio-rating-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.studio-rating-stars {
  font-size: clamp(16px, 2vw, 24px);
  color: var(--gold);
  letter-spacing: 3px;
}

.studio-rating-label {
  font-family: var(--ff-sans);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.65;
}


/* ------------------------------------------------
   10b. A BRUNA — Fundadora, Cabeleireira, Educadora
   ------------------------------------------------ */
#studio-bruna {
  background: linear-gradient(to bottom, #E8DDD4, #E2DAD0);
  padding: clamp(64px, 8vw, 100px) 0;
  scroll-margin-top: var(--header-h);
}

/* Grid espelhado de #services-preview: foto card + conteúdo, alinhados ao centro */
.bruna-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

@media (min-width: 768px) {
  .bruna-split { grid-template-columns: 1fr 1fr; }
}

/* Foto: card contido com aspect-ratio — altura definida pelo conteúdo, não pela seção */
.bruna-photo { position: relative; }

.bruna-photo-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(42,18,0,0.18);
}

/* Conteúdo */
.bruna-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bruna-name {
  font-family: var(--ff-serif);
  font-size: clamp(38px, 4.8vw, 60px);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.05;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  margin-top: 10px;
}

.bruna-roles {
  font-family: var(--ff-sans);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra-deep);
  margin-bottom: 28px;
}

.bruna-bio {
  font-family: var(--ff-sans);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.88;
  max-width: 46ch;
  margin-bottom: 24px;
  font-style: italic;
}


.bruna-creds {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 36px;
}

.bruna-creds li {
  font-family: var(--ff-sans);
  font-size: 13.5px;
  font-weight: 300;
  color: var(--text-mid);
  letter-spacing: 0.02em;
}

.bruna-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra-deep);
  border-bottom: 1px solid rgba(107,35,21,0.30);
  padding-bottom: 3px;
  width: fit-content;
  transition: border-color var(--t) var(--ease), gap var(--t) var(--ease);
}
.bruna-link:hover { border-color: var(--terra-deep); gap: 12px; }
/* Enquanto href="#" — visualmente inativo */
.bruna-link[aria-disabled="true"] {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}


/* ------------------------------------------------
   11. SERVIÇOS — Accordion editorial
   ------------------------------------------------ */
#services-preview {
  background: linear-gradient(to bottom, #E2DAD0, #DCD1C6);
  padding: 0 0 clamp(72px, 8vw, 100px);
  scroll-margin-top: var(--header-h);
  overflow: hidden;
}

/* Faixa editorial — mesma técnica do #studio */
.svc-editorial-imgwrap {
  position: relative;
  width: 100%;
  height: clamp(220px, 36vw, 460px);
  overflow: hidden;
}

.svc-editorial-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(45%) sepia(28%);
  display: block;
}

.svc-editorial-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(226,218,208,0.18) 0%, rgba(226,218,208,0) 55%),
    linear-gradient(to bottom, rgba(226,218,208,0) 65%, rgba(226,218,208,0.62) 100%);
  pointer-events: none;
}

/* Título overlap — mesma técnica do #studio */
.svc-editorial-title {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: clamp(-58px, -7vw, -105px); /* overlap mais profundo */
  padding-left: clamp(16px, 5vw, 48px);
  font-family: var(--ff-serif);
  font-size: clamp(72px, 10.8vw, 148px);
  font-weight: 300;
  line-height: 0.9;
  color: var(--terra-deep);
  mix-blend-mode: multiply;
  letter-spacing: -0.03em;
  pointer-events: none;
  text-shadow: 0 0 120px rgba(107,35,21,0.30), 0 4px 30px rgba(107,35,21,0.12);
}

/* Intro manifesto — abaixo do título, antes do accordion */
.svc-intro {
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(32px, 4vw, 52px);
}

.svc-intro-text {
  font-family: var(--ff-sans);
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.88;
  max-width: 58ch;
}

/* Accordion */
.svc-accordion {
  border-top: 1px solid rgba(107,35,21,0.14);
}

.svc-item {
  border-bottom: 1px solid rgba(107,35,21,0.14);
  position: relative;
}

/* Acento terracota à esquerda no item aberto */
.svc-item[open]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--terra-deep);
}

/* Remove marcador padrão do summary */
.svc-item > summary { list-style: none; }
.svc-item > summary::-webkit-details-marker { display: none; }

/* Linha trigger — sem coluna de preço */
.svc-trigger {
  display: grid;
  grid-template-columns: clamp(56px, 6.5vw, 88px) 1fr clamp(28px, 3vw, 40px);
  align-items: center;
  gap: clamp(12px, 2.5vw, 36px);
  padding: clamp(18px, 2.2vw, 26px) 0;
  cursor: pointer;
  user-select: none;
}
.svc-trigger:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}

/* Número — textura decorativa */
.svc-num {
  font-family: var(--ff-serif);
  font-size: clamp(36px, 4.8vw, 68px);
  font-weight: 300;
  color: rgba(107,35,21,0.20);
  line-height: 1;
  letter-spacing: -0.02em;
  transition: color 0.4s var(--ease);
}

/* Nome do serviço */
.svc-name {
  font-family: var(--ff-serif);
  font-size: clamp(19px, 2.4vw, 32px);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.2;
  transition: color var(--t) var(--ease);
}

/* Seta */
.svc-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: transform 0.32s var(--ease), color var(--t) var(--ease);
}

/* Hover: número e nome ganham cor */
.svc-trigger:hover .svc-num  { color: var(--terra-deep); }
.svc-trigger:hover .svc-name { color: var(--terra-deep); }
.svc-trigger:hover .svc-arrow{ color: var(--terra-deep); }

/* Aberto: número, nome e seta em terracota; seta gira 180° */
.svc-item[open] .svc-num   { color: var(--terra-deep); }
.svc-item[open] .svc-name  { color: var(--terra-deep); }
.svc-item[open] .svc-arrow { transform: rotate(180deg); color: var(--terra-deep); }

/* Corpo expandido */
.svc-body {
  /* alinha com o início do nome (pula a coluna do número + gap) */
  padding: 4px 0 clamp(28px, 3.5vw, 40px)
           calc(clamp(56px, 6.5vw, 88px) + clamp(12px, 2.5vw, 36px));
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  flex-wrap: wrap;
  animation: svcOpen 0.28s ease;
}
@keyframes svcOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.svc-body p {
  font-family: var(--ff-sans);
  font-size: clamp(13px, 1.35vw, 15px);
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 56ch;
  flex: 1;
}

.svc-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra-deep);
  border: 1px solid var(--terra-deep);
  padding: 12px 24px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
  touch-action: manipulation;
}
.svc-cta:hover { background: var(--terra-deep); color: var(--cream); }

/* Footer */
.svc-footer {
  padding-top: clamp(40px, 5vw, 56px);
  display: flex;
  justify-content: center;
}


/* ------------------------------------------------
   12. LOCALIZAÇÃO (seção 4 — areia quente #B8A08A)
   ------------------------------------------------ */
.page-end {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (min-height: 880px) {
  .page-end {
    height: calc(100vh - var(--header-h));
    overflow: hidden;
  }
}
#location {
  background: linear-gradient(to bottom, #D4C8BC, #CDBFB2);
  padding: clamp(28px, 3vw, 36px) 0;
  display: flex;
  align-items: center;
  scroll-margin-top: var(--header-h);
}
@media (min-width: 768px) and (min-height: 880px) {
  #location {
    flex: 1;
    padding: clamp(16px, 2vw, 24px) 0;
    overflow: hidden;
  }
}
.location-header {
  text-align: center;
  margin-bottom: 16px;
}
.location-title {
  font-family: var(--ff-serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 10px;
  text-wrap: balance;
}
.location-subtitle {
  font-family: var(--ff-sans);
  font-size: 13px; font-weight: 300;
  color: var(--text-muted);
}
#location .gold-line { background: var(--terra-deep); opacity: 0.4; }
.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) {
  .location-grid { grid-template-columns: 1fr 1fr; }
}
.location-card {
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(107,35,21,0.12);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(107,35,21,0.06);
  transition: box-shadow var(--t) var(--ease);
}
.location-card:hover { box-shadow: 0 6px 32px rgba(107,35,21,0.10); }
.location-card iframe {
  display: block; width: 100%; height: clamp(160px, 14vw, 210px); border: 0;
}
.location-map-btn {
  display: none; /* visível só no mobile */
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px;
  background: var(--nude-light);
  color: var(--terra-deep);
  font-family: var(--ff-sans);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase;
  border-bottom: 1px solid rgba(107,35,21,0.12);
  transition: background var(--t) var(--ease);
  touch-action: manipulation;
}
.location-map-btn:hover { background: #ddd4c9; }
.location-info { padding: 12px 18px; }
.location-name {
  font-family: var(--ff-sans);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--terra-deep); margin-bottom: 8px;
}
.location-address {
  font-family: var(--ff-sans);
  font-size: 14.5px; font-weight: 300;
  color: var(--text-mid); line-height: 1.65;
}
.location-hours {
  margin-top: 12px; padding-top: 12px;
  border-top: 1px solid rgba(107,35,21,0.10);
  font-family: var(--ff-sans);
  font-size: 14px; font-weight: 300;
  color: var(--text-muted); line-height: 1.8;
}


/* ------------------------------------------------
   13. CTA FINAL (seção 5 — nude médio #D8CCBF)
   ------------------------------------------------ */
/* ---------------------------------------------------------------
   CTA + NEWSLETTER
--------------------------------------------------------------- */
#cta-newsletter {
  background: linear-gradient(to bottom, #D0C4B8, #CDBFB2);
  padding: clamp(72px, 10vw, 110px) 0;
  position: relative;
  overflow: hidden;
}
#cta-newsletter::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../images/pattern-terra.svg');
  background-repeat: repeat;
  background-size: 200px;
  opacity: 0.03; pointer-events: none;
}
.ctn-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative; z-index: 1;
}
.ctn-divider {
  width: 1px;
  height: 220px;
  background: var(--terra-deep);
  opacity: 0.18;
}
.ctn-col .gold-line {
  display: block;
  background: var(--terra-deep);
  width: 48px; height: 1.5px;
  opacity: 0.35;
  margin-bottom: 24px;
}
.ctn-title {
  font-family: var(--ff-serif);
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 14px;
  text-wrap: balance;
}
.ctn-body {
  font-family: var(--ff-sans);
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 38ch;
}

/* Botão CTA agendamento */
.btn-cta-dark {
  display: inline-block;
  background: var(--terra-deep);
  color: var(--cream);
  border: 1px solid var(--terra-deep);
  font-family: var(--ff-sans);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 18px 40px;
  transition: background var(--t) var(--ease);
  touch-action: manipulation;
}
.btn-cta-dark:hover { background: var(--terra-mid); border-color: var(--terra-mid); }


/* ------------------------------------------------
   13b. FAIXA DE TRANSIÇÃO location → footer
   ------------------------------------------------ */
/* ------------------------------------------------
   14. RODAPÉ (#1A0800)
   ------------------------------------------------ */
.footer-arc {
  display: block;
  line-height: 0;
  background: #CDBFB2; /* mesmo tom do fundo final do #location */
  flex-shrink: 0;
}
.footer-arc svg {
  display: block;
  width: 100%;
  height: clamp(32px, 4vw, 56px);
}

#main-footer {
  background: var(--espresso-deep);
  border-top: none;
  position: relative;
  overflow: hidden;
}
#main-footer::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23631900' stroke-width='0.8'%3E%3Ccircle cx='200' cy='200' r='185'/%3E%3Ccircle cx='200' cy='200' r='130'/%3E%3Crect x='58' y='58' width='284' height='284' transform='rotate(45 200 200)'/%3E%3Cline x1='200' y1='15' x2='200' y2='385'/%3E%3Cline x1='15' y1='200' x2='385' y2='200'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
  opacity: 0.08; pointer-events: none; z-index: 0;
}
.footer-body {
  position: relative; z-index: 1;
  padding: clamp(48px, 7vw, 72px) 0 clamp(40px, 6vw, 56px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 48px;
    row-gap: 36px;
  }
  .footer-brand      { grid-column: 1; grid-row: 1 / 3; padding-right: 48px; }
  .footer-horarios   { grid-column: 2; grid-row: 1; }
  .footer-contato    { grid-column: 2; grid-row: 2; }
  .footer-parnamirim { grid-column: 3; grid-row: 1; }
  .footer-slm        { grid-column: 3; grid-row: 2; }
}

.footer-logo-link {
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
}
.footer-logo-img {
  width: auto;
  height: 140px;
  display: block;
  opacity: 0.92;
  transition: opacity var(--t) var(--ease);
}
.footer-logo-link:hover .footer-logo-img { opacity: 1; }

.footer-brand-desc {
  font-family: var(--ff-sans);
  font-size: 14.5px; font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: center;
}
.footer-brand-quote {
  font-style: italic;
  margin-bottom: 24px;
}
.footer-socials { display: flex; gap: 10px; justify-content: center; }
.footer-social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(160,120,64,0.28);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.footer-social-btn:hover { border-color: var(--gold); color: var(--gold-light); }

.footer-col-title {
  font-family: var(--ff-sans);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--nude-mid);
  margin-bottom: 18px;
}
.footer-slm .footer-col-title {
  font-size: 11px;
  letter-spacing: 0.10em;
  white-space: nowrap;
}
.footer-text {
  font-family: var(--ff-sans);
  font-size: 14.5px; font-weight: 300;
  color: var(--text-muted);
  line-height: 1.85;
}
.footer-link {
  font-family: var(--ff-sans);
  font-size: 13px; font-weight: 300;
  color: var(--text-muted);
  transition: color var(--t) var(--ease);
}
.footer-link:hover { color: var(--text-light); }

.footer-bottom {
  position: relative; z-index: 1;
  background: var(--espresso-deep);
  border-top: 1px solid rgba(99,25,0,0.16);
  padding: 16px 0 calc(16px + env(safe-area-inset-bottom, 0px));
}
.footer-bottom-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  align-items: center;
}
.footer-copy { grid-column: 1; }
.footer-legal { grid-column: 2; display: flex; justify-content: flex-end; }
.footer-copy {
  font-family: var(--ff-sans);
  font-size: 11.5px; font-weight: 300;
  color: var(--text-muted);
  text-align: left;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal-link {
  font-family: var(--ff-sans);
  font-size: 11.5px; font-weight: 300;
  color: var(--text-muted);
  transition: color var(--t) var(--ease);
}
.footer-legal-link:hover { color: var(--text-light); }
.footer-legal-shield {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


/* ------------------------------------------------
   15. BOTÃO WHATSAPP FLUTUANTE
   ------------------------------------------------ */
#whatsapp-btn {
  position: fixed;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  right: calc(24px + env(safe-area-inset-right, 0px));
  z-index: 9999;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green-wa);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
  opacity: 0;
  animation: waBtnAppear 0.5s ease 1.5s forwards;
  transition: transform var(--t) var(--ease),
              box-shadow var(--t) var(--ease),
              bottom 400ms var(--ease);
  touch-action: manipulation;
}
#whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37,211,102,0.45);
}
#whatsapp-btn.above-banner { bottom: calc(120px + env(safe-area-inset-bottom, 0px)); }
@keyframes waBtnAppear {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}
@media (max-width: 767px) {
  #whatsapp-btn { bottom: calc(18px + env(safe-area-inset-bottom, 0px)); right: 14px; width: 50px; height: 50px; }
  #whatsapp-btn.above-banner { bottom: calc(152px + env(safe-area-inset-bottom, 0px)); }
}


/* ------------------------------------------------
   16. BANNER DE COOKIES
   ------------------------------------------------ */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 5000;
  background: rgba(42,18,0,0.97);
  border-top: 1px solid var(--border-gold);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  transform: translateY(100%);
  transition: transform 480ms cubic-bezier(0.4, 0, 0.2, 1);
}
#cookie-banner.visible { transform: translateY(0); }

.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px 0;
}
.cookie-text {
  font-family: var(--ff-sans);
  font-size: 12.5px; font-weight: 300;
  color: var(--nude-mid);
  line-height: 1.5;
}
.cookie-text a { color: var(--text-light); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }


/* ------------------------------------------------
   17. ANIMAÇÕES DE SCROLL
   ------------------------------------------------ */
.reveal, .reveal-left, .reveal-right {
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal       { transform: translateY(28px); }
.reveal-left  { transform: translateX(-28px); }
.reveal-right { transform: translateX(28px); }
.revealed     { opacity: 1 !important; transform: translate(0,0) !important; }

.s1 { transition-delay: 0.08s; }
.s2 { transition-delay: 0.16s; }
.s3 { transition-delay: 0.24s; }
.s4 { transition-delay: 0.32s; }
.s5 { transition-delay: 0.40s; }
.s6 { transition-delay: 0.48s; }


/* ------------------------------------------------
   18. AJUSTES DESKTOP MÉDIO (1024px – 1300px)
   ------------------------------------------------ */
@media (min-width: 1024px) and (max-width: 1300px) {
  /* Logo menor para liberar espaço na barra de nav */
  .logo-img { height: 72px; }

  /* Links de nav mais compactos */
  .nav-link {
    font-size: 14px;
    padding: 8px 12px;
    letter-spacing: 0.06em;
  }

  /* Botão AGENDE mais compacto */
  .btn-nav-agendar {
    font-size: 11px;
    padding: 10px 18px;
    margin-left: 8px;
  }
}

/* ------------------------------------------------
   18b. AJUSTES TABLET / MOBILE (até 1023px)
   ------------------------------------------------ */
@media (max-width: 1023px) {
  /* Logo de 60px cabe confortavelmente no header de 72px */
  .logo-img { height: 60px; }
}

/* ------------------------------------------------
   19. AJUSTES MOBILE ADICIONAIS
   ------------------------------------------------ */
@media (max-width: 767px) {
  /* Logo no header mobile — já tratado pela regra 1023px acima */

  /* ── #social-proof stats mobile ── */
  .sp-stats { padding: 0 16px clamp(20px, 5vw, 36px); }
  .sp-stat { padding: 0 clamp(12px, 3vw, 20px); }
  .sp-stat-num { font-size: clamp(34px, 9vw, 48px); margin-bottom: 6px; }
  .sp-stat-label { font-size: 9px; letter-spacing: 0.12em; }
  .sp-stat-divider { height: 36px; }

  /* ── reviews editorial mobile ── */
  .review-editorial.has-photo { grid-template-columns: 1fr; }
  .review-editorial.has-photo .re-text { font-size: clamp(18px, 5vw, 22px); }
  .review-editorial.has-photo.photo-right .re-photo-wrap,
  .review-editorial.has-photo.photo-right .re-body { order: 0; }
  /* cancelar offsets e text-align no mobile */
  .review-editorial:nth-child(3) { padding-left: 0; }
  .review-editorial:nth-child(4) { text-align: left; }
  .review-editorial:nth-child(4) .re-body::before { margin-left: 0; }
  .review-editorial:nth-child(4) .re-meta { align-items: flex-start; }
  /* cancelar sangria do pullquote no mobile */
  .review-editorial:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
  .re-text { font-size: clamp(20px, 5.5vw, 26px); }

  /* ── #services-preview mobile ── */
  .svc-trigger { grid-template-columns: clamp(44px, 11vw, 56px) 1fr clamp(24px, 6vw, 32px); }
  .svc-body { padding-left: calc(clamp(44px, 11vw, 56px) + 12px); flex-direction: column; align-items: flex-start; gap: 16px; }
  .svc-cta { white-space: normal; }

  .footer-bottom-inner { grid-template-columns: 1fr; gap: 12px; }
  .footer-copy { grid-column: 1; }
  .footer-legal { grid-column: 1; justify-content: flex-start; }

  .hero-ctas .btn { justify-content: center; }
  /* Mapas mobile: troca iframe por botão */
  .location-card iframe { display: none; }
  .location-map-btn { display: flex; }

  /* CTA + Newsletter mobile */
  .ctn-grid {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
  .ctn-divider { width: 48px; height: 1px; }
  .ctn-body { max-width: 100%; }
  .newsletter-row { flex-direction: column; gap: 10px; }
  .newsletter-input { border-right: 1px solid rgba(107,35,21,0.22); }
  .newsletter-btn { width: 100%; }
  .btn-cta-dark { width: 100%; max-width: 320px; text-align: center; }

  /* ── #services-preview editorial mobile ── */
  .svc-editorial-imgwrap { height: clamp(160px, 48vw, 260px); }
  .svc-editorial-title {
    font-size: clamp(56px, 14vw, 80px);
    margin-top: clamp(-42px, -7vw, -58px);
  }

  /* ── #studio mobile ── */
  .studio-photos-strip { grid-template-columns: 1fr 1fr; height: clamp(240px, 55vw, 380px); }
  .studio-photo-item:nth-child(3) { display: none; } /* 2 fotos no mobile */
  .studio-editorial-title {
    font-size: clamp(52px, 13vw, 70px);
    margin-top: clamp(-44px, -7vw, -62px);
  }
  .studio-manifesto {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: clamp(28px, 5vw, 44px);
  }
  .studio-manifesto-meta { margin-bottom: 20px; }
  .studio-rating { gap: 14px; }
  .studio-rating-label { font-size: 10.5px; }

  /* ── #studio-bruna mobile: aspect-ratio já controla a altura ── */
  .bruna-photo { display: block; }

  /* ── Hero mobile: menos texto, mais foto ── */
  #hero {
    background-position: 65% center;
  }
  /* Overlay mais forte no mobile: cobre toda a largura da tela */
  .hero-overlay {
    background:
      linear-gradient(
        to right,
        rgba(0,0,0,0.62) 0%,
        rgba(0,0,0,0.42) 50%,
        rgba(0,0,0,0.18) 85%,
        rgba(0,0,0,0.06) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(0,0,0,0.38)  0%,
        rgba(0,0,0,0.06)  28%,
        rgba(0,0,0,0.00)  50%,
        rgba(0,0,0,0.18)  72%,
        rgba(0,0,0,0.32)  100%
      );
  }
  .hero-content {
    padding-bottom: 88px;
  }
  .hero-title {
    font-size: clamp(36px, 9.5vw, 48px);
    line-height: 1.12;
    margin-bottom: 18px;
    white-space: normal;
    text-wrap: balance;
    text-shadow: 0 2px 28px rgba(0,0,0,0.70), 0 0 50px rgba(0,0,0,0.45);
  }
  .hero-badge {
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin-bottom: 22px;
  }
  /* Estrelas em linha própria no mobile */
  .hero-badge-stars { width: 100%; margin-bottom: 2px; }
  /* Texto longo some no mobile — substituído pelo ::after */
  .hero-badge span:last-child { display: none; }
  .hero-badge::after {
    content: 'Nota máxima. Sem exceção.';
    font-size: 11px;
    letter-spacing: 0.05em;
    color: rgba(250,244,236,0.88);
  }
  /* Esconde o link "Ver serviços" no mobile — desnecessário */
  .hero-link-servicos { display: none; }
}

@media (max-width: 479px) {
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; max-width: 320px; }
}


/* ------------------------------------------------
   20. NEWSLETTER (integrada nos serviços)
   ------------------------------------------------ */
.newsletter-form { }
.newsletter-row {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto 14px;
}
.newsletter-input {
  flex: 1;
  padding: 14px 18px;
  font-family: var(--ff-sans);
  font-size: 13px; font-weight: 300;
  color: var(--text-dark);
  background: #FFFFFF;
  border: 1.5px solid rgba(160,120,64,0.35);
  border-right: none;
  border-radius: 0;
  transition: border-color var(--t) var(--ease);
}
.newsletter-input::placeholder { color: var(--text-muted); }
.newsletter-input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-color: var(--gold);
}
.newsletter-btn {
  padding: 14px 28px;
  background: var(--mahogany);
  color: var(--text-light);
  border: 1px solid var(--mahogany);
  font-family: var(--ff-sans);
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
  touch-action: manipulation;
}
.newsletter-btn:hover { background: var(--mahogany-h); border-color: var(--mahogany-h); }
.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto 18px;
}
.newsletter-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  margin: 3px 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(160,120,64,0.45);
  border-radius: 2px;
  display: grid;
  place-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color var(--t) var(--ease);
}
.newsletter-consent input[type="checkbox"]:hover {
  border-color: var(--gold);
}
.newsletter-consent input[type="checkbox"]::before {
  content: "";
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--terra-deep);
  transform-origin: center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.newsletter-consent input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.newsletter-consent label {
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
}
.newsletter-consent label a {
  color: var(--text-muted);
  text-decoration: underline;
  transition: color var(--t) var(--ease);
}
.newsletter-consent label a:hover {
  color: var(--text-dark);
}
.newsletter-success {
  display: none;
  font-family: var(--ff-sans);
  font-size: 14px; font-weight: 400;
  color: var(--mahogany);
  padding: 14px;
  border: 1px solid var(--border-gold);
  background: var(--cream);
}

@media (max-width: 479px) {
  .newsletter-row { flex-direction: column; }
  .newsletter-input { border-right: 1px solid var(--border-gold); border-bottom: none; }
  .newsletter-btn { width: 100%; padding: 14px; }
}


/* ------------------------------------------------
   21. ESTADO DE LOADING DAS REVIEWS (Google Places)
   ------------------------------------------------ */
.reviews-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  font-family: var(--ff-sans);
  font-size: 13px; font-weight: 300;
  color: var(--text-muted);
  width: 100%;
}
.reviews-loading-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: dotPulse 1.2s ease-in-out infinite;
}
.reviews-loading-dot:nth-child(2) { animation-delay: 0.2s; }
.reviews-loading-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes dotPulse {
  0%, 80%, 100% { opacity: 0.2; transform: scale(0.8); }
  40%           { opacity: 1;   transform: scale(1); }
}
.reviews-api-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: var(--ff-sans);
  font-size: 10.5px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* =========================================================
   22. PÁGINA: EDITORIAL (DICAS E ARTIGOS)
   ========================================================= */

.page-dicas {
  background-color: var(--cream);
  min-height: 100vh;
}

/* Hero Editorial */
.editorial-hero {
  padding: clamp(140px, 15vw, 180px) 0 clamp(60px, 8vw, 100px);
  text-align: center;
  border-bottom: 1px solid rgba(160,120,64,0.15);
}

.ed-kicker {
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--terra-deep);
  margin-bottom: 24px;
}

.ed-title {
  font-family: var(--ff-serif);
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1;
  margin-bottom: 16px;
}

.ed-subtitle {
  font-family: var(--ff-sans);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

/* Grid Editorial */
.editorial-list {
  padding: clamp(56px, 10vw, 100px) 0;
}

.ed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 64px);
}

@media (min-width: 768px) {
  .ed-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .ed-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Card Individual */
.ed-card {
  display: flex;
  flex-direction: column;
}

.ed-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.ed-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 24px;
}

.ed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.ed-card-link:hover .ed-img {
  transform: scale(1.04);
}

.ed-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Ocupa espaço para empurrar botão pro fim */
}

.ed-category {
  display: block;
  font-family: var(--ff-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.ed-card-title {
  font-family: var(--ff-serif);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 12px;
  transition: color var(--t) var(--ease);
}

.ed-card-link:hover .ed-card-title {
  color: var(--terra-deep);
}

.ed-card-desc {
  font-family: var(--ff-sans);
  font-size: 13.5px;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ed-card-cta {
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dark);
  position: relative;
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  transition: color var(--t) var(--ease);
}

.ed-card-cta::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: var(--terra-deep);
  transition: width var(--t) var(--ease);
}

.ed-card-link:hover .ed-card-cta {
  color: var(--terra-deep);
}

.ed-card-link:hover .ed-card-cta::after {
  width: 100%;
}
