/*
 * ═══════════════════════════════════════════════════════════════════════════
 * GLOBAL INTEGRATED MARKETING COMMUNICATION GROUP HOLDINGS LIMITED
 * Sistema Visual Proprietário — "MERIDIAN"
 * Direção de Criação: Design System v1.0
 * ═══════════════════════════════════════════════════════════════════════════
 *
 * CONCEITO DE MARCA — "MERIDIAN"
 * Palavras-chave: Convergente · Preciso · Transnacional · Editorial
 *
 * Inspirado nas linhas meridianas que conectam pontos do globo, o sistema
 * Meridian traduz a missão da empresa: conectar marcas a audiências com
 * precisão estratégica em escala global. A linguagem visual une a
 * disciplina arquitetural das holdings financeiras de Hong Kong com a
 * expressividade das comunicações integradas — resultando numa identidade
 * que é simultaneamente rigorosa e humana.
 *
 * ───────────────────────────────────────────────────────────────────────────
 * PALETA DE CORES — JUSTIFICATIVA ESTRATÉGICA
 * ───────────────────────────────────────────────────────────────────────────
 *
 * #1E3A2F  Forest Deep  → Autoridade, permanência, raízes asiáticas.
 *                         Evoca seriedade de holding estabelecida sem
 *                         recorrer ao navy/azul saturado no setor.
 *
 * #C4622D  Copper       → Movimento, calor, conexão humana. Remetendo
 *                         às rotas comerciais históricas da Ásia — único
 *                         no segmento de comunicação integrada.
 *
 * #F2EDE4  Parchment    → Confiança editorial, substância, legibilidade.
 *                         Off-white quente que elimina cansaço visual e
 *                         adiciona personalidade ao espaço negativo.
 *
 * #4E6B7A  Slate        → Dados, estrutura, credibilidade técnica.
 *                         Azul-ardósia que ancora estatísticas e elementos
 *                         secundários sem competir com o Forest.
 *
 * #1C1A17  Espresso     → Tipografia, profundidade, fundo escuro.
 *                         Quase-preto quente — evita dureza do #000.
 *
 * ───────────────────────────────────────────────────────────────────────────
 * TIPOGRAFIA
 * ───────────────────────────────────────────────────────────────────────────
 *
 * CORMORANT GARAMOND — Headlines, Display
 * → Elegância editorial com herança tipográfica internacional.
 *   Alto contraste entre finos e grossos cria autoridade e caráter.
 *   Raramente usado em agências de marketing — diferencia imediatamente.
 *
 * DM SANS — Body, UI, Interface
 * → Moderno, neutro com personalidade (não Inter, não Roboto).
 *   Excelente legibilidade em qualquer tamanho. Perfeito para CTAs.
 *
 * DM MONO — Dados, Métricas, Referências
 * → Monoespaciado clean para estatísticas. Adiciona credibilidade de
 *   "empresa orientada a dados" com sofisticação tipográfica.
 *
 * ───────────────────────────────────────────────────────────────────────────
 * ESCALA DE ESPAÇAMENTO — BASE 8px
 * ───────────────────────────────────────────────────────────────────────────
 * 8 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 / 160px
 *
 * ───────────────────────────────────────────────────────────────────────────
 * DIFERENCIADORES DE LAYOUT — ANTI-TEMPLATE
 * ───────────────────────────────────────────────────────────────────────────
 * · Hero: headline tipográfica em duas linhas + barra de acento vertical
 *   em cobre. Não carousel. Não split-screen genérico.
 * · Serviços: grid assimétrico (1 card largo + 5 secundários escalonados).
 *   Não 3 colunas iguais.
 * · Estatísticas: tipografia display monoespaciada em fundo Forest Deep.
 *   Não boxes ou cards com ícones.
 * · Depoimentos: formato editorial de revista com aspas tipográficas gigantes.
 *   Não carousel com avatar redondo.
 * · Footer: duas camadas com separador de acento cobre.
 * ═══════════════════════════════════════════════════════════════════════════
 */

/* ─── GOOGLE FONTS ─────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=DM+Mono:wght@300;400;500&display=swap');

/* ─── CUSTOM PROPERTIES — DESIGN TOKENS ───────────────────────────────── */
:root {
  /* Cores principais */
  --color-forest:        #1E3A2F;
  --color-forest-deep:   #152A21;
  --color-forest-light:  #2A4E3F;
  --color-copper:        #C4622D;
  --color-copper-light:  #D97B44;
  --color-copper-dark:   #A34E22;
  --color-slate:         #4E6B7A;
  --color-slate-light:   #6B8A9A;
  --color-espresso:      #1C1A17;
  --color-parchment:     #F2EDE4;
  --color-parchment-mid: #E8E0D4;
  --color-parchment-deep:#DDD3C5;
  --color-white-warm:    #FDFCFA;

  /* Texto */
  --color-text-primary:  #1C1A17;
  --color-text-secondary:#5A5650;
  --color-text-muted:    #9A9490;
  --color-text-on-dark:  #F2EDE4;
  --color-text-on-dark-muted: #A8BFB4;

  /* Tipografia */
  --font-display:    'Cormorant Garamond', Georgia, serif;
  --font-body:       'DM Sans', system-ui, -apple-system, sans-serif;
  --font-mono:       'DM Mono', 'Courier New', monospace;

  /* Escala tipográfica — mobile-first */
  --text-xs:   0.75rem;    /* 12px */
  --text-sm:   0.875rem;   /* 14px */
  --text-base: 1rem;       /* 16px */
  --text-md:   1.125rem;   /* 18px */
  --text-lg:   1.25rem;    /* 20px */
  --text-xl:   1.5rem;     /* 24px */
  --text-2xl:  2rem;       /* 32px */
  --text-3xl:  2.5rem;     /* 40px */
  --text-4xl:  3rem;       /* 48px */
  --text-5xl:  3.75rem;    /* 60px */
  --text-6xl:  5rem;       /* 80px */
  --text-hero: 4.5rem;     /* 72px */

  /* Espaçamentos — base 8px */
  --space-1:  8px;
  --space-2:  16px;
  --space-3:  24px;
  --space-4:  32px;
  --space-5:  48px;
  --space-6:  64px;
  --space-7:  80px;
  --space-8:  96px;
  --space-9:  128px;
  --space-10: 160px;

  /* Layout */
  --container-max:  1280px;
  --container-wide: 1440px;
  --container-pad:  var(--space-2);
  --grid-gap:       var(--space-3);

  /* Bordas */
  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;
  --radius-xl:  24px;
  --radius-pill:9999px;

  /* Sombras */
  --shadow-sm:  0 1px 4px rgba(28, 26, 23, 0.08);
  --shadow-md:  0 4px 16px rgba(28, 26, 23, 0.10);
  --shadow-lg:  0 8px 32px rgba(28, 26, 23, 0.12);
  --shadow-xl:  0 16px 64px rgba(28, 26, 23, 0.14);

  /* Transições */
  --transition-fast:   120ms ease;
  --transition-base:   240ms ease;
  --transition-slow:   400ms cubic-bezier(0.4, 0, 0.2, 1);

  /* Linhas decorativas */
  --stroke-copper: 2px solid var(--color-copper);
  --stroke-forest: 1px solid var(--color-forest-light);
  --stroke-parchment: 1px solid var(--color-parchment-deep);
}

/* ─── RESET & BASE ──────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--color-text-primary);
  background-color: var(--color-parchment);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

/* ─── TIPOGRAFIA — ESCALA DISPLAY ──────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-espresso);
}

.display-hero {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, var(--text-hero));
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.display-xl {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, var(--text-5xl));
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.display-lg {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, var(--text-4xl));
  font-weight: 400;
  line-height: 1.15;
}

.display-md {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, var(--text-3xl));
  font-weight: 500;
  line-height: 1.2;
}

.body-lead {
  font-size: var(--text-md);
  font-weight: 300;
  line-height: 1.75;
  color: var(--color-text-secondary);
}

.body-base {
  font-size: var(--text-base);
  line-height: 1.7;
}

.label-mono {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-copper);
}

.caption {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ─── LAYOUT — CONTAINER ───────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.container--wide {
  max-width: var(--container-wide);
}

.container--narrow {
  max-width: 800px;
}

/* ─── GRID SYSTEM ───────────────────────────────────────────────────────── */
.grid {
  display: grid;
  gap: var(--grid-gap);
}

.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr 1fr; }

/* ─── FLEX UTILITIES ────────────────────────────────────────────────────── */
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-col { display: flex; flex-direction: column; }
.gap-1 { gap: var(--space-1); }
.gap-2 { gap: var(--space-2); }
.gap-3 { gap: var(--space-3); }

/* ─── SPACING UTILITIES ─────────────────────────────────────────────────── */
.section {
  padding-block: var(--space-7);
}

.section--sm {
  padding-block: var(--space-5);
}

.section--lg {
  padding-block: var(--space-9);
}

/* ─── COMPONENTE: BOTÕES ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  transition: all var(--transition-base);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

/* Botão primário — Copper sólido */
.btn--primary {
  background-color: var(--color-copper);
  color: var(--color-white-warm);
}
.btn--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background var(--transition-base);
}
.btn--primary:hover::after {
  background: rgba(255,255,255,0.08);
}
.btn--primary:hover {
  background-color: var(--color-copper-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(196, 98, 45, 0.30);
}
.btn--primary:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Botão secundário — Outline Forest */
.btn--outline {
  background-color: transparent;
  color: var(--color-forest);
  border: 1.5px solid var(--color-forest);
}
.btn--outline:hover {
  background-color: var(--color-forest);
  color: var(--color-parchment);
  transform: translateY(-1px);
}

/* Botão ghost — on dark bg */
.btn--ghost-light {
  background-color: transparent;
  color: var(--color-parchment);
  border: 1.5px solid rgba(242,237,228,0.35);
}
.btn--ghost-light:hover {
  background-color: rgba(242,237,228,0.10);
  border-color: var(--color-copper);
  color: var(--color-copper-light);
}

/* Botão link */
.btn--link {
  padding: 0;
  background: none;
  border: none;
  color: var(--color-copper);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition-base), color var(--transition-base);
}
.btn--link:hover {
  color: var(--color-copper-dark);
  gap: 10px;
}

/* Tamanhos */
.btn--lg {
  font-size: var(--text-base);
  padding: 16px 36px;
}
.btn--sm {
  font-size: var(--text-xs);
  padding: 10px 20px;
}

/* ─── COMPONENTE: NAVIGATION ────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(242, 237, 228, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 26, 23, 0.08);
  transition: all var(--transition-base);
}

.nav.nav--scrolled {
  box-shadow: var(--shadow-md);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding-inline: var(--space-3);
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
}

.nav__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-forest);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}

.nav__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav__logo-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-espresso);
  letter-spacing: -0.01em;
}

.nav__logo-tagline {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-copper);
  margin-top: 1px;
}

.nav__links {
  display: none;
  align-items: center;
  gap: var(--space-5);
}

.nav__link {
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--color-copper);
  transition: width var(--transition-base);
}
.nav__link:hover {
  color: var(--color-espresso);
}
.nav__link:hover::after {
  width: 100%;
}

.nav__actions {
  display: none;
  align-items: center;
  gap: var(--space-2);
}

/* Hamburger mobile */
.nav__hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  background: none;
  border: none;
}
.nav__hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: var(--color-espresso);
  transition: all var(--transition-base);
  transform-origin: center;
}
.nav__hamburger.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav__hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav__hamburger.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Menu mobile drawer */
.nav__mobile {
  display: none;
  flex-direction: column;
  background-color: var(--color-parchment);
  border-top: 1px solid var(--color-parchment-deep);
  padding: var(--space-3) var(--space-3) var(--space-4);
  gap: var(--space-1);
}
.nav__mobile.active {
  display: flex;
}
.nav__mobile-link {
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--color-text-secondary);
  padding: 10px 0;
  border-bottom: 1px solid var(--color-parchment-deep);
  transition: color var(--transition-fast);
}
.nav__mobile-link:last-of-type {
  border-bottom: none;
}
.nav__mobile-link:hover {
  color: var(--color-copper);
}
.nav__mobile-cta {
  margin-top: var(--space-2);
}

/* ─── COMPONENTE: HERO ──────────────────────────────────────────────────── */
.hero {
  padding-top: calc(72px + var(--space-7));
  padding-bottom: var(--space-7);
  background-color: var(--color-parchment);
  position: relative;
  overflow: hidden;
}

/* Linha decorativa vertical — elemento de marca */
.hero::before {
  content: '';
  position: absolute;
  top: 72px;
  left: 0;
  width: 3px;
  height: 60%;
  background: linear-gradient(to bottom, var(--color-copper), transparent);
  opacity: 0.6;
}

/* Padrão de fundo sutil — linhas meridianas */
.hero__bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  opacity: 0.04;
}

.hero__bg-pattern svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

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

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.hero__eyebrow-line {
  display: block;
  width: 32px;
  height: 1.5px;
  background-color: var(--color-copper);
  flex-shrink: 0;
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 4.75rem);
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: -0.025em;
  color: var(--color-espresso);
  margin-bottom: var(--space-4);
  max-width: 14ch;
}

.hero__headline em {
  font-style: italic;
  color: var(--color-forest);
}

.hero__subheadline {
  font-size: var(--text-md);
  font-weight: 300;
  line-height: 1.75;
  color: var(--color-text-secondary);
  max-width: 52ch;
  margin-bottom: var(--space-5);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: center;
}

.hero__trust {
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-parchment-deep);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4) var(--space-6);
}

.hero__trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero__trust-number {
  font-family: var(--font-mono);
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--color-forest);
  line-height: 1;
}

.hero__trust-label {
  font-size: var(--text-xs);
  font-weight: 400;
  color: var(--color-text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ─── COMPONENTE: SECTION HEADER ────────────────────────────────────────── */
.section-header {
  margin-bottom: var(--space-6);
}

.section-header--centered {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--space-6);
}

.section-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-copper);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: var(--color-copper);
  flex-shrink: 0;
}

.section-header--centered .section-label {
  justify-content: center;
}
.section-header--centered .section-label::before {
  display: none;
}

/* ─── COMPONENTE: SERVICES GRID ASSIMÉTRICO ────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2);
}

.service-card {
  background-color: var(--color-white-warm);
  border: 1px solid var(--color-parchment-deep);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: var(--color-copper);
  transition: height var(--transition-slow);
}

.service-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.service-card:hover::before {
  height: 100%;
}

.service-card--featured {
  background-color: var(--color-forest);
  border-color: transparent;
  color: var(--color-text-on-dark);
}

.service-card--featured::before {
  background-color: var(--color-copper);
}

.service-card--featured .service-card__title {
  color: var(--color-parchment);
}

.service-card--featured .service-card__desc {
  color: var(--color-text-on-dark-muted);
}

.service-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: var(--space-3);
  color: var(--color-copper);
  flex-shrink: 0;
}

.service-card--featured .service-card__icon {
  color: var(--color-copper-light);
}

.service-card__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--color-espresso);
  margin-bottom: var(--space-2);
  line-height: 1.2;
}

.service-card__desc {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-3);
}

.service-card__items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background-color: var(--color-parchment);
  color: var(--color-text-secondary);
  border: 1px solid var(--color-parchment-deep);
}

.service-card--featured .service-tag {
  background-color: rgba(242,237,228,0.10);
  color: var(--color-text-on-dark-muted);
  border-color: rgba(242,237,228,0.15);
}

/* ─── COMPONENTE: STATS BAND (fundo Forest Deep) ─────────────────────────── */
.stats-band {
  background-color: var(--color-forest-deep);
  padding-block: var(--space-8);
  position: relative;
  overflow: hidden;
}

.stats-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--color-copper), transparent 60%);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5) var(--space-4);
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.stat-item__number {
  font-family: var(--font-mono);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 300;
  color: var(--color-parchment);
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-item__number sup {
  font-size: 0.4em;
  vertical-align: super;
  color: var(--color-copper);
}

.stat-item__label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-on-dark-muted);
}

.stat-item__desc {
  font-size: var(--text-sm);
  color: rgba(168, 191, 180, 0.6);
  line-height: 1.5;
  margin-top: 2px;
}

/* ─── COMPONENTE: DEPOIMENTOS — FORMATO EDITORIAL ────────────────────────── */
.testimonials {
  background-color: var(--color-white-warm);
}

.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.testimonial-item {
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--color-parchment-deep);
  display: grid;
  gap: var(--space-3);
  position: relative;
}

.testimonial-item:last-child {
  border-bottom: none;
}

.testimonial-item__quote-mark {
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 0.7;
  color: var(--color-copper);
  opacity: 0.15;
  position: absolute;
  top: var(--space-4);
  right: var(--space-2);
  user-select: none;
  pointer-events: none;
}

.testimonial-item__text {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--color-espresso);
  max-width: 72ch;
  padding-right: 60px;
}

.testimonial-item__author {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.testimonial-item__avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background-color: var(--color-forest);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.testimonial-item__avatar-initials {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-parchment);
}

.testimonial-item__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-item__name {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-espresso);
}

.testimonial-item__role {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-copper);
}

/* ─── COMPONENTE: FAQ ───────────────────────────────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--color-parchment-deep);
}

.faq-item {
  border-bottom: 1px solid var(--color-parchment-deep);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  cursor: pointer;
  list-style: none;
  transition: color var(--transition-fast);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary:hover {
  color: var(--color-copper);
}

.faq-item__question {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  color: inherit;
  line-height: 1.3;
}

.faq-item__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-copper);
  transition: transform var(--transition-base);
}

details[open] .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__answer {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.7;
  padding-bottom: var(--space-3);
  max-width: 72ch;
}

/* ─── COMPONENTE: CTA BAND ──────────────────────────────────────────────── */
.cta-band {
  background-color: var(--color-forest);
  padding-block: var(--space-8);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--color-copper), transparent);
}

.cta-band__label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-copper);
  margin-bottom: var(--space-3);
  display: block;
}

.cta-band__headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 300;
  color: var(--color-parchment);
  line-height: 1.2;
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
}

.cta-band__sub {
  font-size: var(--text-base);
  color: var(--color-text-on-dark-muted);
  line-height: 1.7;
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: var(--space-5);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  justify-content: center;
}

/* ─── COMPONENTE: CARDS GENÉRICOS ───────────────────────────────────────── */
.card {
  background-color: var(--color-white-warm);
  border: 1px solid var(--color-parchment-deep);
  border-radius: var(--radius-md);
  padding: var(--space-4);
}

.card--elevated {
  box-shadow: var(--shadow-md);
}

/* ─── COMPONENTE: FORMULÁRIO ────────────────────────────────────────────── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: var(--space-3);
}

.form-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-primary);
  letter-spacing: 0.01em;
}

.form-label span {
  color: var(--color-copper);
  margin-left: 2px;
}

.form-input,
.form-select,
.form-textarea {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-primary);
  background-color: var(--color-white-warm);
  border: 1.5px solid var(--color-parchment-deep);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  width: 100%;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  -webkit-appearance: none;
  appearance: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--color-text-muted);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-forest);
  box-shadow: 0 0 0 3px rgba(30, 58, 47, 0.08);
  outline: none;
}

.form-input.error,
.form-textarea.error {
  border-color: #C0392B;
}

.form-error {
  font-size: var(--text-xs);
  color: #C0392B;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A5650' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.form-checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--color-forest);
  cursor: pointer;
}

.form-checkbox-group label {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.5;
  cursor: pointer;
}

.form-checkbox-group label a {
  color: var(--color-copper);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ─── COMPONENTE: FOOTER ────────────────────────────────────────────────── */
.footer {
  background-color: var(--color-espresso);
  color: var(--color-text-on-dark);
}

.footer__main {
  padding-block: var(--space-8);
  border-bottom: 1px solid rgba(242,237,228,0.08);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  max-width: 320px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
}

.footer__logo-mark {
  width: 36px;
  height: 36px;
  background-color: var(--color-copper);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer__logo-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-parchment);
  letter-spacing: -0.01em;
}

.footer__brand-desc {
  font-size: var(--text-sm);
  color: rgba(168, 191, 180, 0.7);
  line-height: 1.7;
}

.footer__col-title {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-copper);
  margin-bottom: var(--space-3);
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.footer__nav-link {
  font-size: var(--text-sm);
  color: rgba(168, 191, 180, 0.7);
  transition: color var(--transition-fast);
  text-decoration: none;
}
.footer__nav-link:hover {
  color: var(--color-parchment);
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--text-sm);
  color: rgba(168, 191, 180, 0.7);
  margin-bottom: var(--space-2);
  line-height: 1.6;
}

.footer__contact-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--color-copper);
}

.footer__contact-item a {
  color: inherit;
  transition: color var(--transition-fast);
}
.footer__contact-item a:hover {
  color: var(--color-parchment);
}

/* Faixa inferior do footer */
.footer__bottom {
  padding-block: var(--space-3);
  border-top: 3px solid var(--color-copper);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--space-3);
}

.footer__legal-item {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: rgba(168, 191, 180, 0.5);
  text-transform: uppercase;
}

.footer__legal-item strong {
  font-weight: 500;
  color: rgba(168, 191, 180, 0.75);
}

.footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
}

.footer__legal-link {
  font-size: var(--text-xs);
  color: rgba(168, 191, 180, 0.5);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.footer__legal-link:hover {
  color: var(--color-parchment);
}

.footer__copyright {
  font-size: var(--text-xs);
  color: rgba(168, 191, 180, 0.4);
  margin-top: var(--space-1);
}

/* ─── COMPONENTE: HERO DE PÁGINAS INTERNAS ──────────────────────────────── */
.page-hero {
  padding-top: calc(72px + var(--space-7));
  padding-bottom: var(--space-6);
  background-color: var(--color-forest);
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--color-copper), transparent 50%);
}

.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-on-dark-muted);
  margin-bottom: var(--space-3);
}

.page-hero__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.page-hero__breadcrumb a:hover {
  color: var(--color-copper-light);
}

.page-hero__breadcrumb span {
  color: var(--color-copper);
}

.page-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--color-parchment);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 20ch;
  margin-bottom: var(--space-3);
}

.page-hero__sub {
  font-size: var(--text-md);
  font-weight: 300;
  color: var(--color-text-on-dark-muted);
  max-width: 56ch;
  line-height: 1.7;
}

/* ─── COMPONENTE: SOBRE — TIMELINE ─────────────────────────────────────── */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 1px;
  background: linear-gradient(to bottom, var(--color-copper), var(--color-parchment-deep));
}

.timeline-item {
  display: flex;
  gap: var(--space-4);
  padding-bottom: var(--space-5);
  position: relative;
}

.timeline-item__dot {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--color-parchment);
  border: 2px solid var(--color-copper);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}

.timeline-item__year {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-copper);
}

.timeline-item__content {
  padding-top: 8px;
  padding-bottom: var(--space-3);
}

.timeline-item__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--color-espresso);
  margin-bottom: var(--space-1);
}

.timeline-item__text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

/* ─── COMPONENTE: TEAM CARDS ────────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}

.team-card {
  background-color: var(--color-white-warm);
  border: 1px solid var(--color-parchment-deep);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-3);
  text-align: center;
  transition: all var(--transition-base);
}

.team-card:hover {
  border-color: var(--color-copper);
  box-shadow: var(--shadow-md);
}

.team-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-sm);
  background-color: var(--color-forest);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: var(--space-2);
}

.team-card__initials {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-parchment);
  letter-spacing: -0.02em;
}

.team-card__name {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--color-espresso);
  margin-bottom: 4px;
}

.team-card__role {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-copper);
  margin-bottom: var(--space-2);
}

.team-card__bio {
  font-size: var(--text-xs);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ─── COMPONENTE: VALORES ───────────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
}

.value-item {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
}

.value-item__number {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-copper);
  padding-top: 4px;
  flex-shrink: 0;
  min-width: 24px;
}

.value-item__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--color-espresso);
  margin-bottom: 4px;
}

.value-item__text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

/* ─── COMPONENTE: CONTACT INFO CARDS ───────────────────────────────────── */
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
}

.contact-info-card {
  background-color: var(--color-white-warm);
  border: 1px solid var(--color-parchment-deep);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  transition: border-color var(--transition-base);
}

.contact-info-card:hover {
  border-color: var(--color-copper);
}

.contact-info-card__icon {
  width: 40px;
  height: 40px;
  background-color: var(--color-forest);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-parchment);
}

.contact-info-card__title {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-copper);
  margin-bottom: 4px;
}

.contact-info-card__value {
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--color-espresso);
  line-height: 1.4;
  margin-bottom: 2px;
}

.contact-info-card__value a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.contact-info-card__value a:hover {
  color: var(--color-copper);
}

.contact-info-card__note {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* ─── COMPONENTE: MAPA PLACEHOLDER ─────────────────────────────────────── */
.map-embed {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-parchment-deep);
  background-color: var(--color-parchment-mid);
  aspect-ratio: 16 / 7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-embed__fallback {
  text-align: center;
  padding: var(--space-4);
}

.map-embed__fallback p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-top: var(--space-2);
}

/* ─── COMPONENTE: BADGE / PILL ──────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}

.badge--forest {
  background-color: rgba(30,58,47,0.10);
  color: var(--color-forest);
}

.badge--copper {
  background-color: rgba(196,98,45,0.10);
  color: var(--color-copper-dark);
}

.badge--slate {
  background-color: rgba(78,107,122,0.10);
  color: var(--color-slate);
}

/* ─── UTILITÁRIOS DE COR / FUNDO ────────────────────────────────────────── */
.bg-parchment  { background-color: var(--color-parchment); }
.bg-white-warm { background-color: var(--color-white-warm); }
.bg-forest     { background-color: var(--color-forest); }
.bg-espresso   { background-color: var(--color-espresso); }

.text-copper   { color: var(--color-copper); }
.text-forest   { color: var(--color-forest); }
.text-muted    { color: var(--color-text-muted); }
.text-on-dark  { color: var(--color-text-on-dark); }

/* ─── UTILITÁRIOS TEXTO ─────────────────────────────────────────────────── */
.text-center { text-align: center; }
.text-italic { font-style: italic; }
.font-display { font-family: var(--font-display); }
.font-mono    { font-family: var(--font-mono); }

/* ─── SEPARADOR ─────────────────────────────────────────────────────────── */
.divider {
  border: none;
  border-top: 1px solid var(--color-parchment-deep);
  margin-block: var(--space-5);
}

.divider--copper {
  border-top: 2px solid var(--color-copper);
  opacity: 0.3;
}

/* ─── RICH TEXT / PROSE ─────────────────────────────────────────────────── */
.prose {
  max-width: 72ch;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 500;
  color: var(--color-espresso);
  margin-top: var(--space-6);
  margin-bottom: var(--space-2);
  line-height: 1.25;
}

.prose h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 500;
  color: var(--color-espresso);
  margin-top: var(--space-4);
  margin-bottom: var(--space-1);
}

.prose p {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.75;
  margin-bottom: var(--space-3);
}

.prose ul, .prose ol {
  list-style: disc;
  padding-left: var(--space-3);
  margin-bottom: var(--space-3);
}

.prose li {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 6px;
}

.prose a {
  color: var(--color-copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose a:hover {
  color: var(--color-copper-dark);
}

.prose strong {
  font-weight: 600;
  color: var(--color-espresso);
}

.prose blockquote {
  border-left: 3px solid var(--color-copper);
  padding-left: var(--space-3);
  margin-left: 0;
  margin-block: var(--space-4);
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-lg);
  color: var(--color-espresso);
  line-height: 1.5;
}

/* ─── ANIMAÇÕES ─────────────────────────────────────────────────────────── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.animate-fadeInUp {
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.2s; }
.animate-delay-3 { animation-delay: 0.3s; }

/* ─── SKIP LINK (ACESSIBILIDADE) ────────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-2);
  background-color: var(--color-forest);
  color: var(--color-parchment);
  padding: 8px 16px;
  font-size: var(--text-sm);
  font-weight: 500;
  border-radius: var(--radius-sm);
  z-index: 9999;
  transition: top var(--transition-fast);
}
.skip-link:focus {
  top: var(--space-1);
}

/* ─── FOCUS VISIBLE ─────────────────────────────────────────────────────── */
:focus-visible {
  outline: 2.5px solid var(--color-copper);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ─── SCROLLBAR CUSTOM ──────────────────────────────────────────────────── */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: var(--color-parchment-mid);
}
::-webkit-scrollbar-thumb {
  background: var(--color-forest);
  border-radius: var(--radius-pill);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-copper);
}

/* ─── PRINT ─────────────────────────────────────────────────────────────── */
@media print {
  .nav, .cta-band, .hero__actions, .btn { display: none !important; }
  body { background: white; color: #000; }
  .footer { background: white; color: #333; }
}

/* ════════════════════════════════════════════
   RESPONSIVE — TABLET (≥ 640px)
   ════════════════════════════════════════════ */
@media (min-width: 640px) {
  :root {
    --container-pad: var(--space-3);
  }

  .grid--2 { grid-template-columns: 1fr 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr; }

  .hero__trust {
    gap: var(--space-2) var(--space-7);
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* ════════════════════════════════════════════
   RESPONSIVE — DESKTOP (≥ 1024px)
   ════════════════════════════════════════════ */
@media (min-width: 1024px) {
  :root {
    --container-pad: var(--space-4);
  }

  .nav__links   { display: flex; }
  .nav__actions { display: flex; }
  .nav__hamburger { display: none; }

  .grid--2 { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: 1fr 1fr 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr 1fr 1fr; }

  /* Hero dois colunas */
  .hero__layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: var(--space-7);
    align-items: center;
  }

  /* Serviços: grid assimétrico proprietário */
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
  .service-card--featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
    align-items: start;
  }
  .service-card--featured .service-card__body {
    /* coluna direita do card featured */
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ════════════════════════════════════════════
   RESPONSIVE — LARGE DESKTOP (≥ 1280px)
   ════════════════════════════════════════════ */
@media (min-width: 1280px) {
  :root {
    --container-pad: var(--space-5);
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
