/* ─────────────────────────────────────────
   contacto.css
   Página de contacto independiente
   BR Studio · 2026
───────────────────────────────────────── */

.contacto-main {
  display: flex;
  justify-content: center;
  padding: clamp(7rem, 12vw, 10rem) 1.5rem clamp(4rem, 8vw, 6rem);
}

.contacto-inner {
  width: 100%;
  max-width: 680px;
}

.contacto-header {
  margin-bottom: 3rem;
}

.contacto-h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  margin: 0.5rem 0 1rem;
}

.contacto-desc {
  font-size: 1rem;
  color: rgba(250, 247, 242, 0.55);
  line-height: 1.6;
  text-align: start;
}

body.page-contacto {
  overflow: auto !important;
}