/* Homepage mobile rhythm + spacing corrections, 2026-08-22 */
@media (max-width: 760px) {
  html,body{overflow-x:hidden}
  .container{width:min(calc(100% - 2rem),var(--max))}

  .site-header{position:sticky;top:0}
  .nav-wrap{padding:.65rem 1rem;min-height:74px}
  .brand{font-size:.92rem;line-height:1.08;gap:.55rem}
  .brand:before{width:44px;height:30px;font-size:.82rem}
  .brand small{font-size:.56rem;margin-top:.18rem}

  .book-band{grid-template-columns:1fr}
  .book-band .real-cover-wrap{padding:2rem 1rem 1.25rem}
  .book-band .real-book-cover{width:min(78vw,320px)}
  .book-band-copy{padding:2.5rem 1.25rem 3.25rem}
  .book-band-copy .eyebrow{margin-bottom:.8rem}
  .book-band-copy h2{font-size:clamp(2.8rem,12vw,4rem);line-height:.92;margin:0 0 1.15rem}
  .book-band-copy p{font-size:1.06rem;line-height:1.55;margin:0 0 1.35rem}
  .book-band .button-row{margin-top:1.35rem;gap:.65rem}
  .book-band .button{flex:1 1 145px;min-height:52px;padding:.78rem .82rem;font-size:.88rem;line-height:1.15;text-align:center}

  .book-band + .editorial-section{padding-top:4rem}
  .editorial-section{padding:3.75rem 0}
  .section-head{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem;align-items:start}
  .section-head .eyebrow{margin-bottom:.85rem}
  .section-head h2{font-size:clamp(3rem,12.5vw,4.35rem);line-height:.92;margin:0}
  .section-head .lede{margin:0;font-size:1.08rem;line-height:1.52}

  .feature-grid{grid-template-columns:1fr;gap:1rem;background:transparent;border:0}
  .feature-card{min-height:330px;border:1px solid var(--line);background-size:400% auto;text-decoration:none!important}
  .feature-card,.feature-card *{text-decoration:none!important}
  .feature-copy{padding:1.35rem 1.25rem 1.5rem}
  .feature-copy .kicker{margin-bottom:.45rem}
  .feature-card h3{font-size:clamp(2.15rem,9vw,3rem);line-height:.95;margin:0 0 .75rem;text-decoration:none!important}
  .feature-card p{font-size:1rem;line-height:1.45;margin:0;text-decoration:none!important}

  .water-bar,.water-grid{grid-template-columns:1fr;gap:.65rem;background:transparent;border:0}
  .water-step{min-height:0;padding:1rem 1.1rem}

  .drj-split{grid-template-columns:1fr}
  .drj-photo{min-height:360px;background-size:auto 100%,400% auto}
  .fact-strip{grid-template-columns:1fr 1fr}

  .grid-2,.grid-3{grid-template-columns:1fr}

  .hero-actions,.button-row{gap:.65rem}
  .button,.button:visited{padding:.78rem .9rem;font-size:.88rem}
}

@media (max-width: 430px) {
  .container{width:calc(100% - 1.5rem)}
  .book-band-copy{padding-left:1rem;padding-right:1rem}
  .book-band .button{flex-basis:100%}
  .book-band + .editorial-section{padding-top:3.5rem}
  .editorial-section{padding:3.35rem 0}
  .feature-card{min-height:300px}
  .fact-strip{grid-template-columns:1fr}
}
