/* Current title visual: subject in front of a large professional audience. */
.hero-photo { background-image: url('public/hero-sakai-navy-shirt-audience-source.png'); }

/* Desktop browsers: deliberately crop the portrait at the chest. */
@media (min-width: 801px) {
  .hero { min-height: 620px; height: 620px; }
  .hero-photo { background-position: center 80%; }
  .hero h1 { font-size: clamp(58px, 5.2vw, 78px); }
}

/* Tablet and mobile refinements: content reflows without horizontal scrolling. */
@media (min-width: 921px) and (max-width: 1180px) {
  .site-header { padding-inline: 42px; }
  nav { gap: 17px; }
  .hero { padding-inline: 9vw; }
  .hero h1 { font-size: clamp(58px, 7vw, 78px); }
  .hero-proof { right: 42px; gap: 25px; }
  .intro-main, .program-heading, .results-top { gap: 55px; }
  .voice-grid { gap: 12px; }
  .voice-grid blockquote { padding: 25px 20px; }
}

@media (max-width: 920px) {
  .site-header { height: 68px; padding-inline: 22px; }
  .site-header nav { display: none; }
  .header-cta { font-size: 10px; padding: 7px 10px; }

  .hero { min-height: 700px; height: 100svh; padding: 108px 28px 152px; align-items: flex-start; }
  .hero-photo { background-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(3,15,31,.9) 0%, rgba(3,15,31,.64) 48%, rgba(3,15,31,.13) 100%), linear-gradient(0deg, rgba(3,15,31,.58), transparent 48%); }
  .hero-grid, .hero-glow { opacity: .15; }
  .hero h1 { max-width: 670px; font-size: clamp(45px, 8vw, 69px); }
  .hero-copy { max-width: 520px; font-size: 15px; }
  .hero-proof { left: 28px; right: 28px; bottom: 50px; justify-content: flex-start; gap: clamp(22px, 6vw, 60px); }
  .hero-scroll { display: none; }

  .section-pad { padding: 90px 28px; }
  .intro-main, .program-heading, .results-top { grid-template-columns: 1fr; gap: 23px; margin-bottom: 48px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 250px; border-left: 1px solid var(--line); }
  .reason-card h3 { margin-top: 32px; }
  .program-item { grid-template-columns: 1fr; gap: 12px; }
  .program-item > a { text-align: left; }
  .feature-result { grid-template-columns: 1fr; gap: 24px; padding-block: 45px; }
  .feature-result > p:last-child { margin: 0; }
  .voice-grid { grid-template-columns: 1fr; }
  .voice-grid blockquote { min-height: 185px; }
  .faq-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .faq-heading > p { white-space: normal; }
  .contact { padding: 95px 28px; }
}

@media (max-width: 560px) {
  .brand { font-size: 12px; }
  .hero { min-height: 670px; padding: 104px 22px 142px; }
  .hero-photo { background-position: 68% center; }
  .hero::before { background: linear-gradient(0deg, rgba(3,15,31,.74) 0%, rgba(3,15,31,.24) 64%, rgba(3,15,31,.2) 100%); }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-copy { font-size: 13px; }
  .hero-actions { gap: 16px; }
  .hero-proof { left: 22px; right: 22px; bottom: 43px; gap: 0; justify-content: space-between; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof > div { min-width: 0; padding-left: 9px; }
  .hero-proof small { font-size: 8px; }
  .section-pad { padding: 82px 22px; }
  .contact { padding: 88px 22px; }
}

/* Mobile hero: reserve the upper 35% for readable text and the lower 65% for the speaker and audience. */
@media (max-width: 800px) {
  .hero {
    display: block;
    min-height: 900px;
    height: 900px;
    padding: 96px 22px 0;
    background: #031022;
  }
  .hero-photo {
    top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: auto 100%;
    background-position: 70% bottom;
    background-repeat: no-repeat;
  }
  .hero::before {
    background: linear-gradient(180deg, #031022 0%, #031022 34.9%, rgba(3,15,31,.22) 44%, rgba(3,15,31,.5) 100%);
  }
  .hero-grid, .hero-glow { display: none; }
  .hero-inner { width: 100%; max-width: none; }
  .eyebrow { margin-bottom: 12px; }
  .hero h1 { margin-bottom: 12px; line-height: 1.1; }
  .hero-copy { margin-bottom: 14px; line-height: 1.55; }
  .hero-actions { gap: 14px; }
  .hero .button { padding: 11px 14px; font-size: 11px; }
  .hero .text-link { font-size: 11px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(31px, 10.4vw, 42px); }
}
