body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: black;
  color: white;
}

.sticky-header {
  position: sticky;
  top: 0;
  background: black;
  color: white;
  text-align: center;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1000;
  border-bottom: 1px solid #222;
}

main {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.hero img {
  width: 100%;
  height: auto;
}

.hero h1 {
  margin: 20px 0 10px;
  font-size: 28px;
  font-weight: bold;
}

.bio p {
  line-height: 1.6;
  margin-bottom: 16px;
}

.video {
  margin: 50px 0;
}

.video iframe {
  width: 100%;
  height: 500px;
}

.press h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.press blockquote {
  border-left: 3px solid white;
  padding-left: 16px;
  margin-bottom: 24px;
  font-style: italic;
}

.press span {
  display: block;
  margin-top: 8px;
  font-style: normal;
}
