/* Homepage refinement: the selected bird stays intact, at a modest logo scale. */
:root { --paper:#fff; --white:#fff; }
.hero { display:block; padding-block:42px 64px; text-align:center; }
.hero-copy { max-width:860px; margin-inline:auto; }
.hero-bird { display:block; width:144px; height:144px; object-fit:contain; margin:0 auto 22px; }
.hero .eyebrow { margin-bottom:20px; }
.hero h1 { max-width:none; font-size:clamp(40px,4.4vw,62px); margin-bottom:22px; }
.hero .lead { max-width:580px; margin-inline:auto; font-size:16px; }
.hero .actions, .hero .access-note { justify-content:center; }
.hero .access-note { text-align:left; }
@media (max-width:760px) {
  .hero { padding-block:32px 44px; }
  .hero-bird { width:124px; height:124px; margin-bottom:20px; }
  .hero h1 { font-size:clamp(36px,7vw,48px); }
  .hero .lead { font-size:14px; }
  .hero .actions { flex-wrap:wrap; }
}
@media (max-width:360px) {
  .hero .actions { align-items:center; }
}
