
body{font-family:Arial,sans-serif;background:#fff;color:#000;margin:0}
.container{max-width:900px;margin:auto;padding:40px 20px}
.photo{border:1px solid #000;height:180px;display:flex;align-items:center;justify-content:center}
#hero-title{margin-top:24px;font-size:clamp(2.75rem,6vw,4.25rem);line-height:1.05}
.subtitle{color:#333}
.links{display:flex;flex-wrap:wrap;gap:10px}
.links a{background:#000;color:#fff;text-decoration:none;padding:10px 16px;border-radius:0}
footer{text-align:center;padding:30px}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
