/* Tableta y ventanas medianas */
@media (max-width: 1100px) {
  .section { padding: 85px 0; }
  .section-heading { gap: 40px; }
  .hero { min-height: 580px; }
  .hero-copy { width: 58%; }
  .hero h1 { font-size: clamp(45px, 5.4vw, 61px); }
  .intro { font-size: 18px; }
  .services { padding: 78px 0; }
  .services .section-heading { width: 82%; gap: 35px; }
  .service-list { width: 64%; gap: 28px; }
  .vision { padding: 85px 0 58px; }
  .steps { gap: 35px; }
  .about-copy { width: 46%; }
  .contact { padding: 75px 0 32px; }
  .contact h2 { max-width: 620px; }
}

/* Móvil: los fondos pasan debajo del contenido para conservar la legibilidad. */
@media (max-width: 700px) {
  .header { height: 90px; gap: 12px; }
  .brand { transform: scale(.8); transform-origin: left center; width: 143px; margin-right: -28px; }
  .header nav { gap: 16px; font-size: 14px; }
  .header nav a:last-child { display: none; }
  .button { padding: 17px 23px; }
  .button.small { font-size: 14px; padding: 10px 0; gap: 9px; }
  .eyebrow { margin-bottom: 24px; }
  .section { padding: 65px 0; }
  h2 { font-size: 41px; line-height: 1.1; letter-spacing: -.045em; }
  .section-heading { display: block; }
  .section-heading > p { max-width: none; margin: 0; }
  .hero { min-height: 0; display: block; background-size: auto 350px; background-position: right bottom; padding-bottom: 280px; }
  .hero-layout { padding: 25px 0; background: linear-gradient(#faf8f3 80%, #faf8f3e8); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(45px, 10.2vw, 66px); line-height: 1.04; margin-bottom: 22px; }
  .intro { max-width: 100%; line-height: 1.55; }
  .actions { gap: 17px; margin-top: 22px; }
  .services { padding: 60px 0 225px; background-size: auto 320px; background-position: right bottom; }
  .services .section-heading { width: 100%; }
  .services .section-heading > p { max-width: none; }
  .service-list { width: 100%; grid-template-columns: 1fr; gap: 27px; margin-top: 32px; }
  .service-list article { max-width: none; }
  .service-list h3 { font-size: 24px; }
  .service-list p { max-width: 480px; }
  .vision { padding: 60px 0 45px; }
  .portfolio-image { margin-top: 35px; }
  .portfolio-labels { gap: 10px; margin-top: 22px; }
  .portfolio-labels > span { font-size: 14px; }
  .portfolio-labels small { font-size: 12px; line-height: 1.4; }
  .concept-note { font-size: 12px; line-height: 1.6; }
  .steps { grid-template-columns: 1fr; gap: 34px; margin-top: 38px; }
  .steps h3 { font-size: 27px; margin-bottom: 12px; }
  .steps p { max-width: none; }
  .about { display: block; min-height: 0; padding: 60px 0 310px; background-size: auto 350px; background-position: right bottom; }
  .about-copy { width: 100%; max-width: none; }
  .about h2 { font-size: 40px; }
  .signature { margin-top: 25px; }
  .contact { padding: 60px 0 28px; background-size: auto 440px; background-position: right bottom; }
  .contact h2 { font-size: clamp(38px, 8.8vw, 52px); }
  .contact footer { margin-top: 235px; flex-wrap: wrap; gap: 28px 16px; padding-top: 0; }
  .contact footer p { max-width: 150px; font-size: 12px; }
  .contact footer > a:last-child { flex-basis: 100%; text-align: right; }
  .footer-logo { width: 172px; height: 69px; transform: none; margin: 0; }
  .footer-logo img { width: 260px; height: 260px; left: -44px; top: -97px; }
}

@media (max-width: 360px) {
  .header { gap: 4px; }
  .header nav { gap: 10px; font-size: 13px; }
  .header .brand { width: 128px; }
  .button.small { font-size: 13px; }
}
