* { box-sizing: border-box; }
html { background: #101115; color: #eee; font-family: Arial, sans-serif; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
.profile-navigation { max-width: 900px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-size: 11px; letter-spacing: .1em; }
.profile-navigation a { padding: 8px 0; }
.profile-navigation a:hover { color: #e2bb71; }
.profile-navigation a:focus-visible { outline: 2px solid #e2bb71; outline-offset: 5px; }
.profile-navigation strong { font: 600 15px Georgia, serif; letter-spacing: .15em; }
.hero-poster { margin: 0 auto; width: 100%; max-width: 900px; background: #eee; }
.hero-poster img { width: 100%; height: auto; display: block; }
.profile-footer { border-top: 1px solid #ffffff20; }
.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; }
.kahlii-poster { position: relative; overflow: hidden; isolation: isolate; min-height: 1000px; aspect-ratio: 9/16; background: #0b0811; color: #fff; }
.kahlii-poster > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.kahlii-poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #100b1ae0, transparent 40%, #100b1af5); z-index: -1; }
.kahlii-intro { padding: 8% 7%; }
.kahlii-intro .eyebrow { color: #d8bb8a; letter-spacing: .3em; font-size: clamp(9px, 2vw, 15px); }
.kahlii-intro h1 { font: 500 clamp(44px, 10vw, 100px)/1 Georgia, serif; letter-spacing: .06em; margin: 25px 0 15px; }
.kahlii-intro p { font: italic clamp(14px, 2.5vw, 23px)/1.7 Georgia, serif; max-width: 340px; }
.kahlii-talents { position: absolute; bottom: 5%; left: 7%; right: 7%; }
.kahlii-talents h2 { color: #d8bb8a; font: 500 24px Georgia, serif; letter-spacing: .12em; }
.kahlii-talents dl { display: grid; gap: 15px; }
.kahlii-talents dt { font: 600 16px Georgia, serif; }
.kahlii-talents dd { margin: 5px 0 0; color: #c1b8ca; font-size: 12px; line-height: 1.5; }
@media (max-width: 600px) {
  .profile-navigation { padding: 12px 16px; font-size: 9px; letter-spacing: .04em; }
  .profile-navigation strong { font-size: 12px; }
  .kahlii-poster { min-height: 760px; }
  .kahlii-talents h2 { font-size: 20px; }
}
