body[data-page] main > section { display: none; }
body[data-page="home"] .hero,
body[data-page="home"] .about,
body[data-page="home"] .mission,
body[data-page="home"] .contact,
body[data-page="about"] .about,
body[data-page="about"] .mission,
body[data-page="services"] .services,
body[data-page="services"] .contact,
body[data-page="contact"] .contact,
body[data-page="orientation"] .orientation { display: block; }
body[data-page="home"] .about > .section-heading,
body[data-page="home"] .about > .about-grid { display: none; }
body[data-page="home"] .about { padding-top: 70px; }
body[data-page="about"] .why { display: none; }
body[data-page="about"] .about::before,
body[data-page="services"] .services::before,
body[data-page="contact"] .contact::before,
body[data-page="orientation"] .orientation::before {
  display: block;
  margin: -100px calc(-1 * clamp(20px, 6vw, 100px)) 80px;
  padding: 95px 20px;
  background: var(--teal);
  color: #fff;
  text-align: center;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 1.1;
}
body[data-page="about"] .about::before { content: "About Us"; }
body[data-page="services"] .services::before { content: "Services"; }
body[data-page="contact"] .contact::before { content: "Get in Touch"; }
body[data-page="orientation"] .orientation::before { content: "Get Started Today"; }
body[data-page="orientation"] .orientation { padding-top: 100px; }
body[data-page="orientation"] .orientation > .section-heading { display: none; }
html[lang="es"] body[data-page="about"] .about::before { content: "Nosotros"; }
html[lang="es"] body[data-page="services"] .services::before { content: "Servicios"; }
html[lang="es"] body[data-page="contact"] .contact::before { content: "Póngase en contacto"; }
html[lang="es"] body[data-page="orientation"] .orientation::before { content: "Comience hoy"; }
body[data-page="home"] nav a[href="/"],
body[data-page="about"] nav a[href="/about-us.html"],
body[data-page="services"] nav a[href="/services.html"],
body[data-page="contact"] nav a[href="/contact-us.html"] { border-bottom: 3px solid var(--gold); }
