/* ==========================================================================
   GUIA CHAPADA DOS GUIMARÃES — AMIGOS DE TRILHAS ECOTURISMO
   Bio Prime Editorial & Ecoturismo de Luxo
   Mobile-First • Design System Autoral • Alta Conversão
   ========================================================================== */

:root {
  /* Paleta Mineral da Chapada: Paredões, Águas e Cerrado */
  --forest: #0b1a15;
  --forest-mid: #132720;
  --forest-card: #183027;
  --deep: #06110d;
  --paper: #f6f3eb;
  --sand: #ede8dc;
  --sand-lt: #fbf9f4;
  --ink: #192721;
  --ink-soft: #384b42;
  --muted: #64756c;
  --muted-lt: #8c9e94;
  
  /* Acentos de Luz: Arenito, Pôr do Sol e Ocre */
  --terracotta: #d96d34;
  --terracotta-dk: #b6521f;
  --gold: #e89e58;
  --gold-lt: #fcd5a0;
  --gold-glow: rgba(232, 158, 88, 0.28);
  --line: #d8ded4;
  --line-dark: rgba(246, 243, 235, 0.12);

  /* Tipografia */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Raio e Transições */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-full: 9999px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --shadow-sm: 0 4px 14px rgba(6, 17, 13, 0.06);
  --shadow-md: 0 12px 30px rgba(6, 17, 13, 0.10);
  --shadow-lg: 0 18px 45px rgba(6, 17, 13, 0.16);
}

/* --------------------------------------------------------------------------
   RESET & FUNDAÇÃO
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  background: var(--deep);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font: 400 14px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--deep);
  overflow-x: hidden;
}

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

button, select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, p {
  margin: 0;
}

a, select, summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 4px;
}

::selection {
  background: var(--gold);
  color: var(--deep);
}

/* Skip link de acessibilidade */
.skip {
  position: fixed;
  top: -120px;
  left: 20px;
  padding: 12px 20px;
  background: var(--paper);
  color: var(--forest);
  font-weight: 700;
  z-index: 100;
  border-radius: var(--r-sm);
  transition: top 0.2s;
}
.skip:focus {
  top: 15px;
}

/* Grão Analógico & Textura de Revista */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.80' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* Fundo Atmosférico com Cidade de Pedra e Curvas de Nível */
.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(6,17,13,0.96) 0%, rgba(11,26,21,0.85) 50%, rgba(6,17,13,0.96) 100%),
    url('assets/cidade-de-pedra-1280.jpg') center/cover no-repeat;
}
.ambient::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/contours.svg') center/900px repeat;
  opacity: 0.18;
}

/* Nota Lateral para telas Desktop */
.desktop-note {
  display: none;
}

/* --------------------------------------------------------------------------
   CONTAINER PRINCIPAL
   -------------------------------------------------------------------------- */
.page {
  max-width: 540px;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   BARRA SUPERIOR (HEADER INTEGRADO BIO PRIME)
   -------------------------------------------------------------------------- */
.brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 20px;
  background: var(--forest);
  color: var(--sand-lt);
  border-bottom: 1px solid var(--line-dark);
  position: relative;
  z-index: 10;
}

.brand-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.brand-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: var(--r-full);
  background: url('assets/perfil-referencia.png') -12.5px -12px/254px 152.5px no-repeat;
  box-shadow: 0 0 0 2px var(--gold), 0 0 12px var(--gold-glow);
  overflow: hidden;
  position: relative;
}

.brand-text {
  min-width: 0;
  flex: 1;
}

.brand-name {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.2;
}

.brand-sub {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--muted-lt);
  line-height: 1.2;
}

/* Selo Ao Vivo com Pulso */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: var(--r-full);
  background: rgba(24, 48, 39, 0.85);
  border: 1px solid rgba(232, 158, 88, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  flex-shrink: 0;
}

.pulse-dot {
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
  animation: pulseLive 2s infinite;
}

@keyframes pulseLive {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7); }
  70% { transform: scale(1.15); box-shadow: 0 0 0 5px rgba(52, 211, 153, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.pulse-txt {
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.09em;
  color: var(--gold-lt);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   HERO IMERSIVO (CINEMATOGRÁFICO)
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 600px;
  color: var(--sand-lt);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--forest);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  z-index: -2;
  transform: scale(1.02);
  transition: transform 1.2s var(--ease);
}

.hero:hover .hero-photo {
  transform: scale(1.05);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(11, 26, 21, 0.45) 0%,
    rgba(11, 26, 21, 0.15) 20%,
    rgba(11, 26, 21, 0.55) 50%,
    rgba(11, 26, 21, 0.92) 80%,
    rgba(11, 26, 21, 1) 100%
  );
}

.hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 22px 24px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.geo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(11, 26, 21, 0.55);
  backdrop-filter: blur(8px);
  padding: 6px 10px;
  border-radius: var(--r-full);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.geo-badge i {
  color: var(--gold);
}

.expedition-badge {
  color: var(--gold-lt);
  border-bottom: 1px solid rgba(232, 158, 88, 0.4);
  padding-bottom: 3px;
}

.hero-copy {
  padding: 0 24px 28px;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--gold-lt);
  margin-bottom: 12px;
}

.hero h1 {
  font: 500 clamp(56px, 15vw, 72px)/0.88 var(--serif);
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}

.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
  background: linear-gradient(135deg, var(--gold-lt) 20%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  margin: 18px 0 26px;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(246, 243, 235, 0.88);
  max-width: 440px;
}

.hero-lead strong {
  color: #fff;
  font-weight: 600;
}

/* Botão Primário Bio Prime */
.button {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: var(--r-md);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s;
  position: relative;
  overflow: hidden;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--terracotta) 100%);
  color: #fff;
  box-shadow: 0 8px 25px rgba(217, 109, 52, 0.38), 0 2px 6px rgba(0,0,0,0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(217, 109, 52, 0.48), 0 4px 10px rgba(0,0,0,0.2);
}

.button.primary:active {
  transform: translateY(0);
}

/* Efeito de brilho / Shimmer */
.button.primary::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 40%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.75s ease;
}

.button.primary:hover::after {
  transform: translateX(100%);
}

.button i {
  font-size: 26px;
  flex-shrink: 0;
}

.cta-body {
  flex: 1;
  min-width: 0;
}

.cta-body strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.cta-body small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.9;
  margin-top: 2px;
}

.arrow {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.button:hover .arrow {
  transform: translate(2px, -2px);
}

.hero-footer-bar {
  padding: 12px 24px;
  text-align: center;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.20em;
  color: var(--muted-lt);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 26, 21, 0.5);
  backdrop-filter: blur(4px);
}

/* --------------------------------------------------------------------------
   FAIXA DE PROVA SOCIAL & AUTORIDADE
   -------------------------------------------------------------------------- */
.social-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px 18px;
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}

.social-stat {
  text-align: center;
}

.stat-num {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--forest);
  letter-spacing: 0.02em;
}

.stat-label {
  display: block;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}

.strip-sep {
  color: var(--terracotta);
  font-size: 10px;
  opacity: 0.6;
}

/* --------------------------------------------------------------------------
   DESTAQUES EM PÍLULAS (CARROSSEL TOUCH)
   -------------------------------------------------------------------------- */
.highlights-section {
  padding: 22px 24px 14px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.highlights-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.highlights-label {
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.highlights-hint {
  font-size: 8px;
  font-weight: 600;
  color: var(--terracotta);
  letter-spacing: 0.05em;
}

.pills-scroll {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  margin-inline: -24px;
  padding-inline: 24px;
  scrollbar-width: none;
}

.pills-scroll::-webkit-scrollbar {
  display: none;
}

.pill-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: var(--r-full);
  background: var(--sand-lt);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.pill-chip:hover {
  background: #fff;
  border-color: var(--terracotta);
  transform: translateY(-2px);
}

.pill-icon {
  font-size: 13px;
}

.pill-arrow {
  font-size: 11px;
  color: var(--terracotta);
}

/* --------------------------------------------------------------------------
   CORPO PRINCIPAL DE CONTEÚDO
   -------------------------------------------------------------------------- */
.content {
  padding: 0 24px;
}

/* Links Rápidos em Cards de Canal */
.quick-channels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}

.channel-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.channel-card:hover {
  transform: translateY(-2px);
  border-color: var(--terracotta);
  box-shadow: var(--shadow-md);
}

.channel-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}

.instagram-icon {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
  color: #fff;
}

.map-icon {
  background: var(--forest);
  color: var(--gold-lt);
}

.channel-info {
  flex: 1;
  min-width: 0;
}

.channel-info strong {
  display: block;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--forest);
}

.channel-info small {
  display: block;
  font-size: 9.5px;
  color: var(--muted);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channel-action {
  font-size: 18px;
  font-weight: 700;
  color: var(--terracotta);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   SEÇÃO 01: VITRINE DE EXPERIÊNCIAS
   -------------------------------------------------------------------------- */
.section {
  padding-top: 42px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-tag {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.tag-num {
  display: inline-block;
  color: var(--terracotta);
  margin-right: 8px;
  font-weight: 800;
}

.section-symbol {
  font-size: 24px;
  line-height: 1;
  color: var(--terracotta);
}

.section h2 {
  font: 500 clamp(36px, 9vw, 44px)/0.96 var(--serif);
  letter-spacing: -0.025em;
  color: var(--forest);
  margin-top: 14px;
}

.section h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--terracotta);
}

.section-intro {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
  margin: 14px 0 24px;
}

/* Card de Experiência Ampliado */
.experience-card {
  position: relative;
  display: block;
  isolation: isolate;
  height: 230px;
  margin-bottom: 16px;
  border-radius: var(--r-md);
  overflow: hidden;
  color: #fff;
  background: var(--forest);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0,0,0,0.06);
}

.experience-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.8s var(--ease);
}

.card-water img {
  object-position: center 38%;
}

.experience-card:hover img {
  transform: scale(1.06);
}

.card-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(11, 26, 21, 0.25) 0%,
    transparent 35%,
    rgba(11, 26, 21, 0.75) 65%,
    rgba(11, 26, 21, 0.95) 100%
  );
}

.card-badge {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.15em;
  background: rgba(11, 26, 21, 0.65);
  backdrop-filter: blur(6px);
  padding: 5px 9px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--gold-lt);
}

.card-content {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 120px;
}

.card-content strong {
  display: block;
  font: 500 30px/1.05 var(--serif);
  letter-spacing: -0.015em;
  color: #fff;
}

.card-content small {
  display: block;
  margin-top: 5px;
  font-size: 10.5px;
  line-height: 1.4;
  color: rgba(246, 243, 235, 0.85);
}

.card-cta-bubble {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: var(--r-full);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: background 0.2s, transform 0.2s;
}

.experience-card:hover .card-cta-bubble {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: translateY(-2px);
}

/* Card Destaque: Cavernas */
.cave-feature-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, #e7ede2 0%, #d8e4d1 100%);
  border: 1px solid #c2d2ba;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}

.cave-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.cave-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  background: var(--forest);
  color: var(--gold-lt);
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}

.cave-text {
  flex: 1;
  min-width: 0;
}

.cave-tag {
  display: block;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--terracotta-dk);
  margin-bottom: 2px;
}

.cave-text strong {
  display: block;
  font-size: 12px;
  color: var(--forest);
}

.cave-text small {
  display: block;
  font-size: 9.5px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 3px;
}

.cave-arrow {
  font-size: 18px;
  color: var(--terracotta);
  font-weight: 700;
  flex-shrink: 0;
}

.availability-notice {
  font-size: 9.5px;
  color: var(--muted);
  text-align: center;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* --------------------------------------------------------------------------
   DIFERENCIAIS & AUTORIDADE
   -------------------------------------------------------------------------- */
.authority-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.authority-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  background: #fff;
  border: 1px solid var(--line);
}

.authority-card i {
  font-size: 18px;
  color: var(--terracotta);
  margin-top: 2px;
  flex-shrink: 0;
}

.authority-card strong {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--forest);
}

.authority-card small {
  display: block;
  font-size: 9.5px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   SEÇÃO 02: PLANEJADOR INTERATIVO (EXPEDITION BUILDER)
   -------------------------------------------------------------------------- */
.planner {
  position: relative;
  margin: 38px -24px 0;
  padding: 38px 24px 42px;
  background: var(--forest);
  color: var(--sand-lt);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.planner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/contours.svg') right center/550px repeat;
  opacity: 0.15;
  z-index: -2;
}

.planner-glow {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.section-tag.light {
  color: var(--muted-lt);
}

.section-symbol.light {
  color: var(--gold);
}

.planner h2 {
  color: #fff;
}

.planner h2 em {
  color: var(--gold-lt);
}

.planner-desc {
  font-size: 12px;
  color: rgba(246, 243, 235, 0.85);
  margin-top: 12px;
  max-width: 380px;
  line-height: 1.6;
}

.planner form {
  margin-top: 24px;
}

.form-group {
  margin-bottom: 16px;
}

.planner label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--gold-lt);
}

.planner label i {
  color: var(--gold);
}

.select-wrapper {
  position: relative;
}

.planner select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 16px;
  border: 1px solid rgba(232, 158, 88, 0.4);
  border-radius: var(--r-sm);
  color: #fff;
  background: var(--forest-mid);
  font-size: 13px;
  font-weight: 500;
  color-scheme: dark;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.planner select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
}

.select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--gold-lt);
  pointer-events: none;
}

.planner-cta {
  margin-top: 22px;
  min-height: 60px;
}

.planner-note {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: var(--muted-lt);
  font-size: 9px;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   SEÇÃO 03: LOCALIZAÇÃO E MAPA
   -------------------------------------------------------------------------- */
.location {
  padding-top: 42px;
}

.location-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 16px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  background: #fff;
  border: 1px solid var(--line);
}

.location-badge i {
  font-size: 20px;
  color: var(--terracotta);
}

.location-badge strong {
  display: block;
  font-size: 12px;
  color: var(--forest);
}

.location-badge small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}

.map-frame {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--sand);
  height: 250px;
  box-shadow: var(--shadow-sm);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.map-route-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  margin-top: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: 12px;
  font-weight: 800;
  color: var(--forest);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, border-color 0.2s;
}

.map-route-btn:hover {
  transform: translateY(-2px);
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.map-route-btn i {
  color: var(--terracotta);
  margin-right: 6px;
}

.meeting-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

.meeting-note i {
  color: var(--terracotta);
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   FECHAMENTO POÉTICO & ASSINATURA
   -------------------------------------------------------------------------- */
.closing-card {
  text-align: center;
  padding: 42px 20px 32px;
}

.closing-sun {
  display: inline-block;
  font-size: 28px;
  color: var(--terracotta);
  margin-bottom: 8px;
}

.closing-quote {
  margin: 0;
  font: 500 clamp(28px, 7vw, 34px)/1.15 var(--serif);
  color: var(--forest);
}

.closing-quote em {
  font-style: italic;
  color: var(--terracotta);
}

.closing-signature {
  display: block;
  margin-top: 16px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.20em;
  color: var(--muted);
}

/* --------------------------------------------------------------------------
   RODAPÉ OFICIAL
   -------------------------------------------------------------------------- */
footer {
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 24px 0 34px;
  color: var(--muted);
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--forest);
  padding: 8px 16px;
  border-radius: var(--r-full);
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color 0.2s;
}

.footer-instagram:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.copyright {
  margin: 14px 0 10px;
  font-size: 8.5px;
  line-height: 1.8;
}

.credits {
  font-size: 8.5px;
  margin-top: 14px;
}

.credits summary {
  cursor: pointer;
  padding: 6px 12px;
  display: inline-block;
  color: var(--muted);
  font-weight: 600;
}

.credits summary:hover {
  color: var(--forest);
}

.credits-content {
  text-align: left;
  background: #fff;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  margin-top: 8px;
}

.credits-content p {
  margin: 6px 0;
  line-height: 1.6;
}

.credits a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--forest);
}

/* --------------------------------------------------------------------------
   BOTÃO FLUTUANTE (FLOATING ACTION BUTTON)
   -------------------------------------------------------------------------- */
.floating-contact {
  position: fixed;
  bottom: max(18px, env(safe-area-inset-bottom));
  right: max(18px, calc((100vw - 500px) / 2));
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(232, 158, 88, 0.4);
  background: var(--forest);
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  border-radius: var(--r-full);
  padding: 10px 18px;
  z-index: 90;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}

.floating-contact[hidden] {
  display: none;
}

.floating-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(217, 109, 52, 0.35);
  border-color: var(--gold);
}

.floating-icon {
  font-size: 22px;
  color: #25d366;
}

.floating-text {
  text-align: left;
}

.floating-text strong {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.floating-text small {
  display: block;
  font-size: 8.5px;
  color: var(--gold-lt);
}

.floating-arrow {
  font-size: 16px;
  color: var(--gold);
}

body.contact-visible footer {
  padding-bottom: 90px;
}

/* --------------------------------------------------------------------------
   DESKTOP VIEWPORT
   -------------------------------------------------------------------------- */
@media (min-width: 760px) {
  .page {
    margin: 32px auto;
    border-radius: var(--r-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .desktop-note {
    position: fixed;
    left: 40px;
    bottom: 40px;
    color: var(--sand-lt);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10;
  }

  .desktop-brand {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.20em;
    color: var(--gold);
  }

  .desktop-tagline {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    color: #fff;
  }

  .desktop-geo {
    font-size: 8.5px;
    color: var(--muted-lt);
    letter-spacing: 0.10em;
  }

  .hero {
    min-height: 630px;
  }
}

/* --------------------------------------------------------------------------
   MOBILE COMPACTO (Telas < 380px)
   -------------------------------------------------------------------------- */
@media (max-width: 380px) {
  .brand-header {
    padding: 14px 18px;
  }

  .brand-avatar {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    background-size: 243px 146px;
    background-position: -12px -11.5px;
  }

  .brand-name {
    font-size: 11px;
  }

  .brand-sub {
    font-size: 7.5px;
  }

  .live-badge {
    padding: 5px 8px;
  }

  .pulse-txt {
    font-size: 7px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-meta {
    padding: 16px 18px;
  }

  .hero-copy {
    padding: 0 18px 24px;
  }

  .content {
    padding: 0 18px;
  }

  .planner {
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .card-content strong {
    font-size: 24px;
  }
}

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