/* ============================================================
   responsive.css — Breakpoints (mobile-first)
   Validação: 360 / 390 / 430 / 768 / 1024 / 1280 / 1440 / 1920
   ============================================================ */

/* ---------- ≥ 560px ---------- */
@media (min-width: 560px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .content-cards { grid-template-columns: repeat(2, 1fr); }
  .blog-cards { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- ≥ 768px ---------- */
@media (min-width: 768px) {
  .role-grid { grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; align-items: center; }
  .role-journey { padding-left: 0.5rem; }

  .partner-grid { grid-template-columns: 0.9fr 1.1fr; gap: 3rem; }

  .agenda-grid { grid-template-columns: 1.05fr 0.95fr; gap: 3rem; }

  .about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 3.25rem;
    align-items: stretch;
  }

  .about-photo {
    margin: 0;
    max-width: none;
    aspect-ratio: auto;
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }

  .faq-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    gap: 3.25rem;
  }

  .faq-intro {
    position: sticky;
    top: 7rem;
  }

  .final-cta .container { grid-template-columns: 1.4fr auto; }

  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }

  /* Carrossel: peek do próximo + specs em linha */
  .launch-card { flex: 0 0 calc(86% - 0.675rem); }

  .launch-info { padding: 1.65rem 1.75rem 1.75rem; }
}

/* ---------- ≥ 1024px ---------- */
@media (min-width: 1024px) {
  .main-nav { display: block; }
  .header-cta { display: inline-flex; }
  .mobile-menu-toggle { display: none; }

  /* Header imponente no desktop */
  .site-header .container {
    min-height: 112px;
    padding-block: 1.25rem;
  }

  .site-header .brand-mark {
    width: 54px;
    height: 61px;
  }

  .site-header .brand { gap: 1rem; }

  .site-header .brand-name {
    font-size: 1.22rem;
    letter-spacing: 0.1em;
  }

  .site-header .brand-role {
    font-size: 0.72rem;
    letter-spacing: 0.26em;
  }

  .main-nav a { font-size: 1rem; }

  .header-cta {
    min-height: 52px;
    padding: 0.9rem 1.8rem;
    font-size: 1rem;
  }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 1.35rem; }
  .content-cards { grid-template-columns: repeat(3, 1fr); }
  .blog-cards { grid-template-columns: repeat(3, 1fr); }

  .content-channels {
    grid-template-columns: minmax(0, 1.15fr) auto;
    gap: 1.75rem;
    padding: 1.65rem 1.85rem;
  }

  .content-channels-actions {
    justify-content: flex-end;
  }

  /* Desktop: card editorial em split (imagem | info) + peek */
  .launch-card {
    flex: 0 0 calc(82% - 0.675rem);
    flex-direction: row;
    min-height: 420px;
  }

  .launch-media {
    flex: 0 0 54%;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .launch-info {
    flex: 1 1 46%;
    justify-content: center;
    padding: 1.85rem 1.9rem 1.9rem;
  }

  .launch-info > p:not(.launch-kicker):not(.launch-source) {
    max-width: 34ch;
  }

  .launch-specs { margin: 1.4rem 0 1.5rem; }
}

/* ---------- ≥ 1440px ---------- */
@media (min-width: 1440px) {
  .hero { min-height: min(94svh, 920px); }
  .hero-content { max-width: 760px; }
}

/* ---------- Mobile: hero com presença sem forçar viewport cheia ---------- */
@media (max-width: 767px) {
  .hero { min-height: auto; }
  .hero--tour { min-height: min(88svh, 720px); }
  .hero .container { padding-block: clamp(4.25rem, 14vw, 5.5rem); }
  .hero-scroll { display: none; }
  .hero-atmosphere {
    background: radial-gradient(
      ellipse 70% 55% at 70% 30%,
      rgba(209, 180, 91, 0.16) 0%,
      transparent 65%
    );
  }
}

/* ---------- Ajustes mobile estreito (≤ 400px) ---------- */
@media (max-width: 400px) {
  .hero-actions .btn { width: 100%; }
  .partner-ctas .btn,
  .agenda-ctas .btn,
  .final-cta-actions .btn,
  .content-channels-actions .btn { width: 100%; }
  .brand-name { font-size: 0.85rem; }
  .partner-affiliation {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .partner-affiliation-logo { width: 132px; }
  .launch-actions .btn { width: 100%; }
}
