@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/lora.woff2') format('woff2');
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/lora.woff2') format('woff2');
}

* { box-sizing: border-box; }
html { background: #fff; scroll-padding-top: 76px; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; color: #fff; font: 400 16px/24px Lora, serif; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; background: linear-gradient(#ffffff80, #ffffff80), url('/assets/background.jpg') center top/cover no-repeat; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; cursor: pointer; }
button { border: 0; }
img, svg, iframe { display: block; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 20px; line-height: 24px; font-weight: 600; }
h2 { font-size: 16px; line-height: 24px; font-weight: 600; }
h3 { font-size: 15px; line-height: 22.5px; font-weight: 600; }
:focus-visible { outline: 2px solid #777; outline-offset: 5px; }
.page:focus { outline: none; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 3; padding: 8px 16px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; height: 60px; z-index: 2; padding: 8px 28px; color: #000; transition: background-color .2s; }
.site-header.is-scrolled { background: #ffffffd9; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.home-link { display: inline-flex; align-items: center; gap: 12px; height: 44px; }
.home-link img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.home-link span { font-size: 14px; font-weight: 700; line-height: 20px; }
.page { width: 500px; margin: 110px auto 40px; padding-bottom: 20px; background: #000; border-radius: 16px; box-shadow: 0 12px 32px #0003; }
.cover { display: block; height: 213px; overflow: hidden; border-radius: 16px 16px 0 0; }
.cover img { width: 100%; height: 100%; object-fit: cover; }
.content { position: relative; margin: -100px 18px 0; }
.profile { display: flex; flex-direction: column; align-items: center; margin-bottom: 34px; }
.portrait { border-radius: 50%; object-fit: cover; }
.profile h1 { margin-top: 12px; }
.social-links { display: flex; gap: 4px; height: 24px; margin-top: 18px; }
.social-links a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-top: -10px; }
.social-icon { display: block; width: 24px; height: 24px; background: currentColor; mask: var(--icon) center/contain no-repeat; -webkit-mask: var(--icon) center/contain no-repeat; }
.instagram { --icon: url('/assets/instagram.svg'); }
.website { --icon: url('/assets/website.svg'); }
.youtube { --icon: url('/assets/youtube.svg'); }
.spotify { --icon: url('/assets/spotify.svg'); }
.blocks { display: flex; flex-direction: column; gap: 16px; }
.outline-button { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 54px; padding: 14px 60px; border: 1px solid white; border-radius: 8px; text-align: center; color: white; background: transparent; }
.card { border: 1px solid #fff; border-radius: 8px; background: #fff; color: #000; overflow: hidden; }
.card-title { padding: 16px 58px; border-bottom: 1px solid #e1e1e1; text-align: center; }
.analysis-body { padding: 6px 18px 18px; }
.analysis-link { display: flex; align-items: center; gap: 12px; padding-top: 14px; }
.analysis-image { flex: 0 0 64px; border: 1px solid transparent; border-radius: 2px; overflow: hidden; }
.analysis-image img { width: 62px; height: 77.5px; object-fit: cover; }
.analysis-copy { flex: 1; min-width: 0; }
.analysis-copy p { margin-top: 2px; font-size: 13px; line-height: 19.5px; }
.external-icon { flex: 0 0 29px; display: flex; justify-content: flex-end; }
.youtube-player { width: 100%; min-height: 200px; aspect-ratio: 16/9; border: 0; background: #000; }
.card-actions { padding: 21px 18px 20px; }
.solid-button { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 12px; border-radius: 8px; background: #000; color: #fff; text-align: center; font-size: 16px; line-height: 24px; font-weight: 600; }
.retirement summary { list-style: none; }
.retirement summary::-webkit-details-marker { display: none; }
.expand-icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.js .retirement[open] > summary { display: none; }
.spotify-body { padding: 20px 18px 0; }
.spotify-player { width: 100%; height: 152px; border: 0; border-radius: 12px; background: #202020; }
.close-button { position: relative; display: none; justify-content: center; align-items: center; width: 38px; height: 38px; border-radius: 50%; margin: 20px auto 0; background: #fff; color: #000; }
.js .close-button { display: flex; }
.close-button::before { content: ''; position: absolute; inset: -3px; }
@media (hover: hover) {
  .outline-button:hover { background: #ffffff14; }
  .solid-button:hover { background: #292929; }
  .social-links a:hover { opacity: .75; }
  .analysis-link:hover h3 { text-decoration: underline; text-underline-offset: 3px; }
}
@media (max-width: 749.98px) {
  html { background: #000; }
  body::before { display: none; }
  h2, h3 { font-size: 14px; line-height: 21px; }
  .site-header { padding: 8px 16px; background: #0e0e0e; color: #fff; }
  .site-header.is-scrolled { color: #000; }
  .home-link img { width: 34px; height: 34px; }
  .page { width: 100%; margin: 60px auto 20px; border-radius: 0; box-shadow: none; }
  .cover { height: 160px; border-radius: 0; }
  .profile { margin-bottom: 28px; }
  .analysis-copy p { font-size: 12px; line-height: 18px; }
  .solid-button { font-size: 14px; line-height: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
