@media (max-width: 900px) {
  .hero { min-height: auto; padding-block: 5.5rem; }
  .hero__grid,
  .feature-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__panel { min-height: 380px; }
  .grid--3,
  .grid--2 { grid-template-columns: 1fr; }

  .feature-band__action { justify-content: flex-start; }

  .nav-toggle { display: inline-flex; }

  .nav-links {
    display: none;
    position: absolute;
    inset: 76px 0 auto 0;
    padding: 1rem var(--gutter) 1.4rem;
    background: rgba(251,249,246,.98);
    border-bottom: 1px solid rgba(72,34,88,.12);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.is-open { display: flex; }

  .nav-links .btn {
    width: 100%;
  }
}

@media (max-width: 620px) {
  :root { --section-y: 4.3rem; }

  .hero {
    text-align: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__panel {
    min-height: 320px;
  }

  .section-title,
  .section-lead {
    margin-inline: auto;
    text-align: center;
  }

  .card {
    text-align: center;
  }

  .card__number {
    margin-inline: auto;
  }

  .feature-band {
    text-align: center;
  }

  .feature-band__action {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


@media (max-width: 900px) {
  .split,
  .process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pill-row { justify-content: center; }
  .insight-box { text-align: left; }
}



/* PALESTRAS V0.3 RESPONSIVE */
@media (max-width: 900px) {
  .theme-layout { grid-template-columns: 1fr; }
  .theme-featured { min-height: 420px; }
  .theme-stack { grid-template-rows: auto; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-item + .outcome-item { border-left: 0; border-top: 1px solid var(--color-border); }
  .hero__panel--photo, .bio-photo { min-height: 420px; }
}
@media (max-width: 620px) {
  .hero--palestras::after { display:none; }
  .microcopy { text-align:center; }
  .theme-featured { min-height: 390px; text-align:left; }
  .theme-featured h3 { font-size: clamp(2rem,10vw,3rem); }
  .outcome-item { text-align:center; }
  .burnout-aside { text-align:left; }
  .signature-line { text-align:center; }
}



/* PALESTRAS V0.5 RESPONSIVE */
@media (max-width: 900px) {
  .proof-gallery,
  .contract-steps { grid-template-columns: 1fr; }
  .proof-figure { min-height: 500px; }
  .contract-steps article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .inline-cta { align-items: flex-start; }
  .feature-band__actions { align-items: flex-start; }
}
@media (max-width: 620px) {
  .photo-frame--hero, .photo-frame--bio { min-height: 390px; }
  .proof-figure { min-height: 390px; }
  .inline-cta { flex-direction: column; text-align: center; }
  .inline-cta .btn { width: 100%; }
  .reference-links { justify-content: center; text-align: center; }
  .proof-policy { text-align: center; }
  .feature-band__actions { align-items: stretch; width: 100%; }
  .feature-band__actions .btn { width: 100%; }
  .text-link--light { justify-content: center; }
}



/* PALESTRAS V0.6 RESPONSIVE */
@media (max-width: 900px) {
  .trajectory-logos { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .photo-frame--hero { min-height: 470px; }
  .photo-frame--hero > img { object-position: center center; }
  .photo-frame--portrait > img { padding: .8rem .8rem 0; }
  .trajectory-logos { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .trajectory-logo-card { min-height: 150px; padding: 1rem .8rem; }
  .trajectory-logo-card img,
  .trajectory-logo-card:nth-child(3) img,
  .trajectory-logo-card:nth-child(4) img { height: 62px; width: min(100%,145px); }
  .trajectory-logo-card span { font-size: .68rem; }
}


/* PALESTRAS V0.7 RESPONSIVE */
@media (max-width: 900px) {
  .hero--palestras .hero__grid { grid-template-columns: 1fr; }
  .hero--palestras h1 { max-width: none; }
  .photo-frame--hero { min-height: 520px; }
  .proof-gallery { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .proof-figure > img { aspect-ratio: 16 / 9; }
  .trajectory-logo-card:hover { transform: none; }
}
@media (max-width: 620px) {
  .hero--palestras h1 { font-size: clamp(2.55rem, 12vw, 3.2rem); }
  .hero-audience {
    max-width: 310px;
    margin: 1.1rem auto 0;
    padding-left: 0;
    padding-top: .8rem;
    border-left: 0;
    border-top: 1px solid rgba(192,153,101,.55);
    text-align: center;
  }
  .photo-frame--hero { min-height: 455px; }
  .photo-frame--hero::after { inset: 10px; }
  .proof-figure figcaption { min-height: 60px; justify-content: center; text-align: center; }
  .section-intro--center { text-align: center; }
}



/* HOME RSH V0.1 RESPONSIVE */
@media (max-width: 900px) {
  .home-hero { min-height: auto; padding-block: 5.5rem; }
  .home-hero__grid,
  .path-grid,
  .signature-grid,
  .home-statements {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .home-hero { text-align: center; }
  .home-hero h1 { font-size: clamp(2.65rem,12vw,3.35rem); }
  .home-hero__actions { justify-content: center; }
  .home-hero__actions .btn { width: 100%; }
  .path-card { text-align: center; min-height: 0; }
  .path-links { justify-content: center; }
  .signature-card { min-height: 330px; text-align: center; }
  .signature-card .btn { align-self: center; width: 100%; }
}



/* HOME RSH V0.2 RESPONSIVE */
@media (max-width: 900px) {
  .home-start-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .path-card .path-links { padding-top: 1rem; }
  .path-link { width: 100%; justify-content: center; }
  .home-start-step { text-align: center; }
}



/* HOME RSH V0.3 RESPONSIVE */
@media (max-width: 620px) {
  .home-hero__micro {
    margin-inline: auto;
    padding-top: .8rem;
  }
  #como-comecar .home-start-step {
    min-height: 0;
  }
}



/* RSH V1.1 — MOBILE */
@media (max-width: 768px) {
  .split .photo-frame--portrait,
  .split .photo-frame--bio {
    min-height: 390px;
  }

  .path-card,
  .home-start-step {
    min-height: 0;
  }

  .path-card__index {
    justify-content: center;
  }
}


/* RSH V1.3 — RESPONSIVO */
@media (max-width: 1100px) {
  .hero h1 {
    font-size: clamp(2.3rem, 5vw, 4.15rem);
    max-width: 690px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 9.2vw, 3.6rem);
    max-width: none;
  }

  .hero__actions {
    margin-top: 1.7rem;
  }

  .faq summary {
    padding-right: 3.5rem;
  }
}


/* RSH V1.4 — RESPONSIVO PREMIUM */
@media (max-width: 1000px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 820px;
  }

  .photo-frame--hero {
    min-height: 480px;
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-block: 3.6rem;
  }

  .hero h1,
  .hero--palestras h1 {
    font-size: clamp(2.2rem, 9.8vw, 3.05rem);
    line-height: 1.02;
  }

  .photo-frame--hero {
    min-height: 430px;
  }

  .outcome-grid,
  .contract-steps {
    gap: .85rem;
  }

  .outcome-item + .outcome-item,
  .contract-steps article + article {
    border-left: 1px solid rgba(72,34,88,.12);
    border-top: 1px solid rgba(72,34,88,.12);
  }

  .faq summary {
    font-size: 1.08rem;
    text-align: left;
  }
}


/* RSH V1.5 — RESPONSIVO GALERIA DE TRAJETÓRIA */
@media (max-width: 1100px) {
  .trajectory-logos { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .trajectory-logos { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .trajectory-logos { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .72rem; }
  .trajectory-logo-card { min-height: 138px; padding: .95rem .72rem; }
  .trajectory-logo-card img,
  .trajectory-logo-card:nth-child(3) img,
  .trajectory-logo-card:nth-child(4) img { width: min(100%,128px); height: 46px; }
  .trajectory-logo-card span { font-size: .64rem; }
}


/* RSH V1.6 — TRAJETÓRIA RESPONSIVA */
@media (max-width: 1100px) {
  .trajectory-logos { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .trajectory-logos { grid-template-columns: repeat(3,minmax(0,1fr)); gap: .68rem; }
  .trajectory-logo-card { min-height: 118px; }
  .trajectory-logo-card img,
  .trajectory-logo-card:nth-child(3) img,
  .trajectory-logo-card:nth-child(4) img { width: min(100%,118px); height: 40px; }
}
@media (max-width: 520px) {
  .trajectory-logos { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trajectory-logo-card { min-height: 112px; padding: .8rem .6rem .68rem; }
  .trajectory-logo-card span { font-size: .58rem; }
}


/* RSH V1.7 — RESPONSIVO LOGOS SEM RÓTULOS */
@media (max-width: 620px) {
  .trajectory-logo-card {
    min-height: 108px;
    padding: .82rem .68rem;
  }

  .trajectory-logo-card img,
  .trajectory-logo-card:nth-child(3) img,
  .trajectory-logo-card:nth-child(4) img {
    width: min(100%, 132px);
    height: 46px;
  }
}
