/* ── HOME PAGE ───────────────────────────────────────────── */
.home-hero{
  padding:80px 24px 60px;
  max-width:860px;margin:0 auto;
}
.greeting{
  font-size:0.8rem;letter-spacing:0.25em;text-transform:uppercase;
  color:var(--text-dim);margin-bottom:16px;
}
.hero-name{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(3rem,8vw,6rem);letter-spacing:0.08em;
  color:var(--text);line-height:0.95;margin-bottom:12px;
}
.hero-title{
  font-family:'Lora',serif;font-size:1.1rem;font-style:italic;
  color:var(--accent2);margin-bottom:40px;
}
.home-bio{
  max-width:640px;
  font-size:0.9rem;line-height:1.85;
  color:var(--text);margin-bottom:48px;
}
.home-bio a{color:var(--accent3)}
