/* Activity archive and shared download component. */
.info-page { width: min(850px, calc(100% - 48px)); margin: 90px auto 140px; }
.info-intro { color: #777; line-height: 1.9; }
.info-record { padding: 32px 0; border-top: 1px solid #e4e4e4; overflow-wrap: anywhere; }
.info-records { margin-top: 48px; }
.info-record__meta { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; letter-spacing: .08em; }
.info-record__meta span { color: #5b83ce; }
.info-record h2 { font-weight: 400; font-size: clamp(21px, 3vw, 30px); line-height: 1.5; margin: 18px 0 12px; }
.info-record p { max-width: 660px; line-height: 1.9; }
.info-record img { display: block; width: 100%; height: auto; margin: 24px 0; }
.info-record a { font-size: 13px; text-underline-offset: 4px; }
.artist-kit { width: 100%; margin: 40px 0 72px; padding-top: 20px; border-top: 1px solid #e4e4e4; }
.artist-kit h2 { margin: 0 0 12px; font-size: 12px; line-height: 1.6; font-weight: 400; letter-spacing: .14em; }
.artist-kit a { display: inline-flex; align-items: center; gap: 10px; min-height: 36px; font-size: 11px; letter-spacing: .1em; color: #5b83ce; text-decoration: none; }
.artist-kit a:hover { text-decoration: underline; text-underline-offset: 5px; }
.artist-kit a:focus-visible { outline: 2px solid #5b83ce; outline-offset: 4px; }
.artist-kit__audience { margin: 0 0 16px; font-size: 10px; line-height: 1.8; letter-spacing: .08em; color: #777; }
.artist-kit--compact { max-width: 660px; margin: 40px 0 0; }
.inner-mobile-bar, .inner-navigation { display: none; }
.inner-navigation[hidden] { display: none !important; }
@media (max-width: 768px) {
  body.is-not-home .site-header .site-header__nav { display: none; }
  body.is-not-home .site-header { background: #fff; backdrop-filter: none; padding: 12px 20px; }
  .inner-mobile-bar { display: flex; justify-content: space-between; align-items: center; }
  .inner-mobile-bar a, .inner-navigation__top a { font-size: 24px; font-weight: 700; text-decoration: none; }
  .inner-mobile-bar button, .inner-navigation button { appearance: none; background: none; border: 0; border-radius: 0; padding: 12px 0 12px 20px; font: inherit; font-size: 12px; letter-spacing: .12em; color: #5b83ce; cursor: pointer; }
  .inner-navigation { display: flex; flex-direction: column; position: fixed; inset: 0; z-index: 10000; background: #fff; overflow-y: auto; overscroll-behavior: contain; padding: max(16px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom)); opacity: 0; transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease; }
  .inner-navigation.is-open { opacity: 1; transform: none; }
  .inner-navigation__top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e3e8ef; padding-bottom: 12px; }
  .inner-navigation__links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 24px 0; }
  .inner-navigation__link { font-size: clamp(20px, 5vw, 26px); line-height: 1.45; letter-spacing: .06em; text-decoration: none; }
  .inner-navigation__link.is-current, .inner-navigation__languages [aria-current] { color: #5b83ce; }
  .inner-navigation__languages { display: flex; gap: 24px; margin-top: auto; padding-top: 24px; font-size: 13px; }
  .inner-navigation__languages a { text-decoration: none; }
  .inner-navigation a:focus-visible, .inner-navigation button:focus-visible, .inner-mobile-bar button:focus-visible { outline: 2px solid #5b83ce; outline-offset: 4px; }
  .info-page { margin-top: 48px; width: calc(100% - 40px); }
}
@media (prefers-reduced-motion: reduce) { .inner-navigation { transition: none; } }


/* INFO titles lead to full articles; previews stay deliberately compact. */
.info-record a.info-record__title { font: inherit; color: inherit; text-decoration: none; }
.info-record a.info-record__title:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.info-record a.info-record__title:focus-visible { outline: 2px solid #5b83ce; outline-offset: 5px; }
.info-article { width: min(1000px, calc(100% - 48px)); margin: 72px auto 140px; overflow-wrap: anywhere; }
.info-article__back { display: inline-block; margin-bottom: 32px; font-size: 12px; }
.info-article h1 { font-size: clamp(30px, 4vw, 56px); line-height: 1.4; margin: 20px 0 48px; white-space: normal; word-break: normal; }
.info-article__body { max-width: 850px; margin: 0 auto; font-size: 17px; line-height: 1.9; }
.info-article__body p { margin: 0 0 1.7em; }
.info-article__body img, .info-article__hero { display: block; max-width: 100%; height: auto; margin: 24px auto; }
.info-article__body iframe { max-width: 100%; }
.info-article__body a { text-underline-offset: 4px; }
.info-article__pagination { max-width: 850px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; gap: 32px; border-top: 1px solid #e4e4e4; margin-top: 64px; padding-top: 24px; }
.info-article__pagination a { max-width: 48%; font-size: 13px; line-height: 1.8; }
@media (max-width: 768px) {
  .info-article { width: calc(100% - 40px); margin-top: 40px; }
  .info-article__body { font-size: 16px; }
  .info-article__pagination { flex-direction: column; gap: 20px; }
  .info-article__pagination a { max-width: 100%; }
}

/* Home index: the existing artist control opens this navigation. */
body.is-home .home-index-menu {
  position: fixed; inset: 50% clamp(24px, 5vw, 96px) auto auto;
  z-index: 1100; width: 250px; display: flex; flex-direction: column; gap: 8px;
  transform: translateY(-50%); visibility: hidden; opacity: 0; pointer-events: none;
  transition: opacity .35s ease, visibility .35s;
}
body.is-home .home-index-menu.open { visibility: visible; opacity: 1; pointer-events: auto; }
body.is-home .home-index-menu .menu-item {
  position: relative; inset: auto; width: 100%; height: auto; min-height: 40px;
  display: flex; align-items: baseline; gap: 16px; padding: 5px 0;
  border: 0; border-radius: 0; background: none; box-shadow: none;
  color: var(--ink); font-family: var(--font-site); font-size: 20px; font-weight: 400;
  letter-spacing: .035em; line-height: 1.5; text-align: left; opacity: 1;
  transform: none; transform-origin: right center; outline: none;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), color .4s ease;
}
body.is-home .home-index-menu .menu-item::before { content: none; }
.home-index-menu__number { color: #82a0cf; font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
@media (hover: hover) {
  body.is-home .home-index-menu .menu-item:hover { transform: translateX(-8px) scale(1.18); color: #507ab9; }
}
body.is-home .home-index-menu .menu-item:focus-visible { transform: translateX(-8px) scale(1.18); color: #507ab9; outline: 1px solid #b8cbea; outline-offset: 4px; }
@media (max-width: 768px) {
  body.is-home .home-index-menu { right: 24px; width: min(260px, calc(100vw - 48px)); padding: 12px 16px; background: #fff; gap: 2px; max-height: calc(100dvh - 48px); overflow-y: auto; }
  body.is-home .home-index-menu .menu-item { font-size: 18px; min-height: 38px; }
  body.is-home .home-index-menu .menu-item:focus-visible { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.is-home .home-index-menu, body.is-home .home-index-menu .menu-item { transition: none; }
}
@media (min-width: 769px) {
  body.is-home.menu-open .home-updates { left: clamp(24px, 5vw, 96px); right: auto; top: auto; bottom: 110px; }
}

/* Permanent home index, revealed with the completed intro. */
body.is-home .home-index-menu.is-ready { visibility: visible; opacity: 1; pointer-events: auto; }
body.is-home .home-index-menu .menu-item { font-size: 18px; font-weight: 300; }
body.is-home .artist-button { cursor: default; }
body.is-home .artist-wrap::after { content: "ondo" !important; }
@media (min-width: 769px) {
  body.is-home .home-updates { left: clamp(22px, 5vw, 72px); right: auto; top: auto; bottom: 110px; text-align: left; }
  body.is-home .home-updates h2, body.is-home .home-updates ul, body.is-home .home-updates li { text-align: left; margin-left: 0; padding-left: 0; }
}
@media (hover: hover) {
  body.is-home .home-index-menu .menu-item:hover { transform: translateX(-12px) scale(1.4); font-weight: 300; }
}
body.is-home .home-index-menu .menu-item:focus-visible { transform: translateX(-12px) scale(1.4); }
@media (max-width: 768px) {
  body.is-home .home-index-menu { top: auto; bottom: 76px; right: 24px; width: 174px; transform: none; padding: 8px 0; gap: 0; background: transparent; }
  body.is-home .home-index-menu .menu-item { font-size: 14px; min-height: 28px; padding: 2px 0; }
}
body.is-home .artist-wrap:hover::after { animation-play-state: running; }
body.is-home .artist-button:active { transform: translate(-50%, -50%); }

/* Desktop home: fixed right-edge navigation. */
@media (min-width: 769px) {
  body.is-home .home-index-menu {
    inset: 50% 0 auto auto;
    width: 260px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  body.is-home .home-index-menu__number { display: none; }
  body.is-home .home-index-menu .menu-item {
    position: relative;
    top: auto;
    left: auto;
    width: max-content;
    min-height: 44px;
    padding: 5px 0;
    justify-content: flex-end;
    text-align: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.55;
    transform: translateY(var(--neighbor-shift, 0px)) scale(1);
    transform-origin: right center;
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), color .42s ease;
  }
  body.is-home .home-index-menu .menu-item:focus-visible { transform: scale(1.22); font-weight: 300; }
}
@media (min-width: 769px) and (hover: hover) {
  body.is-home .home-index-menu .menu-item:hover { transform: scale(1.22); font-weight: 300; }
}
@media (min-width: 769px) and (prefers-reduced-motion: reduce) {
  body.is-home .home-index-menu .menu-item { transition: none; }
}

/* Nearby rows make room without moving the active label. */
@media (min-width: 769px) and (hover: hover) {
  body.is-home .home-index-menu:has(.menu-item:nth-child(1):hover) .menu-item:nth-child(2) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(1):hover) .menu-item:nth-child(3) { --neighbor-shift: 4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(2):hover) .menu-item:nth-child(1) { --neighbor-shift: -10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(2):hover) .menu-item:nth-child(3) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(2):hover) .menu-item:nth-child(4) { --neighbor-shift: 4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(3):hover) .menu-item:nth-child(1) { --neighbor-shift: -4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(3):hover) .menu-item:nth-child(2) { --neighbor-shift: -10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(3):hover) .menu-item:nth-child(4) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(3):hover) .menu-item:nth-child(5) { --neighbor-shift: 4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(4):hover) .menu-item:nth-child(2) { --neighbor-shift: -4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(4):hover) .menu-item:nth-child(3) { --neighbor-shift: -10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(4):hover) .menu-item:nth-child(5) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(4):hover) .menu-item:nth-child(6) { --neighbor-shift: 4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(5):hover) .menu-item:nth-child(3) { --neighbor-shift: -4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(5):hover) .menu-item:nth-child(4) { --neighbor-shift: -10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(5):hover) .menu-item:nth-child(6) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(5):hover) .menu-item:nth-child(7) { --neighbor-shift: 4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(6):hover) .menu-item:nth-child(4) { --neighbor-shift: -4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(6):hover) .menu-item:nth-child(5) { --neighbor-shift: -10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(6):hover) .menu-item:nth-child(7) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(6):hover) .menu-item:nth-child(8) { --neighbor-shift: 4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(7):hover) .menu-item:nth-child(5) { --neighbor-shift: -4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(7):hover) .menu-item:nth-child(6) { --neighbor-shift: -10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(7):hover) .menu-item:nth-child(8) { --neighbor-shift: 10px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(8):hover) .menu-item:nth-child(6) { --neighbor-shift: -4px; }
  body.is-home .home-index-menu:has(.menu-item:nth-child(8):hover) .menu-item:nth-child(7) { --neighbor-shift: -10px; }
}

.home-mobile-menu-toggle { display: none; }
@media (max-width: 768px) {
  body.is-home .home-floating-windows { display: none !important; }
  body.is-home .home-mobile-menu-toggle {
    display: block; position: fixed; top: max(24px, env(safe-area-inset-top)); right: 24px; z-index: 1201;
    border: 0; background: transparent; padding: 12px 0 12px 16px; color: #507ab9;
    font: inherit; font-size: 12px; letter-spacing: .1em; cursor: pointer;
    visibility: hidden; opacity: 0; transition: opacity .4s ease, visibility .4s;
  }
  body.is-home.intro-done .home-mobile-menu-toggle { visibility: visible; opacity: 1; }
  body.is-home .home-index-menu, body.is-home .home-index-menu.is-ready {
    inset: 0; width: 100%; height: 100%; max-height: none; transform: none;
    background: rgba(255,255,255,.87); padding: 90px 28px 48px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; overflow-y: auto; overscroll-behavior: contain;
    visibility: hidden; opacity: 0; pointer-events: none;
    transition: opacity .4s ease, visibility .4s;
  }
  body.is-home.home-mobile-nav-open .home-index-menu.is-ready { visibility: visible; opacity: 1; pointer-events: auto; }
  body.is-home .home-index-menu__number { display: none; }
  body.is-home .home-index-menu .menu-item {
    width: 210px; max-width: calc(100% - 42px); min-height: 40px; flex-shrink: 0;
    padding: 6px 0; font-size: 18px; line-height: 1.5; font-weight: 300;
    margin-left: var(--mobile-curve, 0px); opacity: 0; transform: translateY(7px);
    transition: opacity .4s ease, transform .4s cubic-bezier(.22,1,.36,1), color .15s ease;
    transition-delay: 0s;
  }
  body.is-home.home-mobile-nav-open .home-index-menu .menu-item { opacity: 1; transform: none; transition-delay: var(--mobile-delay), var(--mobile-delay), 0s; }
  body.is-home .home-index-menu .menu-item:nth-child(1) { --mobile-curve: 0px; --mobile-delay: 0ms; }
  body.is-home .home-index-menu .menu-item:nth-child(2) { --mobile-curve: 16px; --mobile-delay: 35ms; }
  body.is-home .home-index-menu .menu-item:nth-child(3) { --mobile-curve: 32px; --mobile-delay: 70ms; }
  body.is-home .home-index-menu .menu-item:nth-child(4) { --mobile-curve: 44px; --mobile-delay: 105ms; }
  body.is-home .home-index-menu .menu-item:nth-child(5) { --mobile-curve: 48px; --mobile-delay: 140ms; }
  body.is-home .home-index-menu .menu-item:nth-child(6) { --mobile-curve: 40px; --mobile-delay: 175ms; }
  body.is-home .home-index-menu .menu-item:nth-child(7) { --mobile-curve: 28px; --mobile-delay: 210ms; }
  body.is-home .home-index-menu .menu-item:nth-child(8) { --mobile-curve: 12px; --mobile-delay: 245ms; }
  body.is-home .home-index-menu .menu-item:hover, body.is-home .home-index-menu .menu-item:focus-visible { transform: none; }
  body.is-home .home-index-menu .menu-item:active { color: #507ab9; }
  body.is-home > .music-links-footer { left: 18px; right: 18px; bottom: calc(env(safe-area-inset-bottom) + 58px); width: auto; max-width: none; overflow: visible; }
  body.is-home > .music-links-footer .music-links-footer__nav {
    display: flex !important; position: static; width: 100%; padding: 0; border: 0; border-radius: 0;
    background: transparent; box-shadow: none; gap: 12px; flex-wrap: wrap; justify-content: flex-start;
    font-size: 11px; letter-spacing: .02em; opacity: 1; visibility: visible; pointer-events: auto; transform: none;
  }
  body.is-home > .music-links-footer .music-links-footer__nav a { padding: 0; margin: 0; min-height: 32px; }
  body.is-home .ui-dock .social-dock { display: flex !important; }
  body.is-home > .music-links-footer .language-switcher { min-height: 34px; }
}
@media (max-width: 768px) and (max-height: 550px) {
  body.is-home .home-index-menu, body.is-home .home-index-menu.is-ready { justify-content: flex-start; padding-top: 76px; }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  body.is-home .home-index-menu, body.is-home .home-index-menu .menu-item, body.is-home .home-mobile-menu-toggle { transition: none; transition-delay: 0s !important; }
}

/* Match the mobile home navigation on inner pages. */
@media (max-width: 768px) {
  .inner-navigation { background: rgba(255,255,255,.87); backdrop-filter: none; transform: none; padding: 90px 28px 48px; transition: opacity .4s ease; }
  .inner-navigation__top { position: absolute; top: max(24px, env(safe-area-inset-top)); right: 24px; border: 0; padding: 0; }
  .inner-navigation__top button { padding: 12px 0 12px 16px; letter-spacing: .1em; color: #507ab9; }
  .inner-navigation__links { flex: 1; justify-content: center; align-items: center; gap: 4px; padding: 0; }
  .inner-navigation__link { box-sizing: border-box; display: block; width: 210px; max-width: calc(100% - 42px); min-height: 40px; padding: 6px 0; font-size: 18px; font-weight: 300; line-height: 1.5; letter-spacing: .035em; margin-left: var(--mobile-curve, 0px); opacity: 0; transform: translateY(7px); transition: opacity .4s ease, transform .4s cubic-bezier(.22,1,.36,1), color .15s ease; transition-delay: 0s; }
  .inner-navigation.is-open .inner-navigation__link { opacity: 1; transform: none; transition-delay: var(--mobile-delay), var(--mobile-delay), 0s; }
  .inner-navigation__link:active { color: #507ab9; }
  .inner-navigation__languages { flex-shrink: 0; margin-top: 0; padding-top: 20px; }
  .inner-navigation__link:nth-child(1) { --mobile-curve: 0px; --mobile-delay: 0ms; }
  .inner-navigation__link:nth-child(2) { --mobile-curve: 16px; --mobile-delay: 35ms; }
  .inner-navigation__link:nth-child(3) { --mobile-curve: 32px; --mobile-delay: 70ms; }
  .inner-navigation__link:nth-child(4) { --mobile-curve: 44px; --mobile-delay: 105ms; }
  .inner-navigation__link:nth-child(5) { --mobile-curve: 48px; --mobile-delay: 140ms; }
  .inner-navigation__link:nth-child(6) { --mobile-curve: 40px; --mobile-delay: 175ms; }
  .inner-navigation__link:nth-child(7) { --mobile-curve: 28px; --mobile-delay: 210ms; }
  .inner-navigation__link:nth-child(8) { --mobile-curve: 12px; --mobile-delay: 245ms; }
}
@media (max-width: 768px) and (max-height: 550px) {
  .inner-navigation { padding-top: 76px; }
  .inner-navigation__links { justify-content: flex-start; }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .inner-navigation, .inner-navigation__link { transition: none; transition-delay: 0s !important; }
}

/* Shared fragment chrome, with category-independent proportions. */
@media (min-width: 981px) {
  body.is-home .home-floating-window { width: var(--fragment-width); max-width: calc(100vw - 32px); pointer-events: none; box-shadow: 2px 3px 0 rgba(107,140,255,.06); }
  body.is-home .home-floating-window--wide { --fragment-width: 320px; --fragment-height: 86px; }
  body.is-home .home-floating-window--compact { --fragment-width: 232px; --fragment-height: 98px; }
  body.is-home .home-floating-window--square { --fragment-width: 178px; --fragment-height: 178px; }
  body.is-home .home-floating-window--tall { --fragment-width: 158px; --fragment-height: 220px; }
  body.is-home .home-floating-window--strip { --fragment-width: 380px; --fragment-height: 64px; }
  body.is-home .home-floating-window__chrome { min-height: var(--fragment-height); display: flex; flex-direction: column; }
  body.is-home .home-floating-window__titlebar { flex-shrink: 0; background: #f4f7ff; pointer-events: auto; }
  body.is-home .home-floating-window__body { min-height: 0; flex: 1; display: flex; align-items: center; padding: 12px 14px; font-size: 13px; line-height: 1.7; }
  body.is-home .home-floating-window--strip .home-floating-window__body { padding: 7px 14px; }
  body.is-home .home-floating-window.is-link .home-floating-window__body:focus-visible { outline: 2px solid #82a0cf; outline-offset: -4px; }
  body.is-home .home-floating-window[data-unplaced] { visibility: hidden; }
}

/* Verified small-screen overflow and keyboard focus fixes. */
@media (max-width: 768px) {
  body.page-discography .discography-step1 { grid-template-columns: minmax(0, 1fr) !important; }
  body.page-discography .discography-step1 > * { min-width: 0; }
  body.page-discography .disc-subscribe-links { flex-wrap: wrap; }
  body.is-home .home-index-menu .menu-item:focus-visible,
  body.is-home .home-mobile-menu-toggle:focus-visible { outline: 2px solid #5b83ce; outline-offset: 3px; }
}
@media (max-width: 480px) {
  body.page-discography .disc-year-row { flex-direction: column; gap: 16px; }
  body.page-discography .disc-year-row > div { margin-left: 0; min-width: 0; max-width: 100%; }
  body.page-discography .disc-work { margin-left: 0; max-width: 100%; }
  body.page-discography .disc-cover { max-width: 100%; }
  body.page-discography .disc-work-title { overflow-wrap: anywhere; }
}


/* Approved home composition: latest release, latest blog, and primary paths. */
body.is-home .home-highlights {
  position: fixed;
  left: clamp(22px, 5vw, 72px);
  bottom: 92px;
  z-index: 4;
  width: min(620px, calc(100vw - 390px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1), visibility .5s;
}
body.is-home.intro-done .home-highlights {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
body.is-home .home-highlight { margin: 0; }
body.is-home .home-highlight--release { display: none; }
body.is-home .home-highlight__meta {
  margin: 0 0 7px;
  color: rgba(24,24,24,.56);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}
body.is-home .home-highlight h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}
body.is-home .home-highlight p { margin: 0; }
body.is-home .home-highlight__title,
body.is-home .home-highlight__links a,
body.is-home .home-paths a { text-decoration: none; }
body.is-home .home-highlight__title { font-size: 13px; line-height: 1.7; }
body.is-home .home-highlight__title:hover,
body.is-home .home-highlight__title:focus-visible,
body.is-home .home-highlight__links a:hover,
body.is-home .home-highlight__links a:focus-visible,
body.is-home .home-paths a:hover,
body.is-home .home-paths a:focus-visible { color: #507ab9; }
body.is-home .home-highlight__title:focus-visible,
body.is-home .home-highlight__links a:focus-visible,
body.is-home .home-paths a:focus-visible { outline: 2px solid #5b83ce; outline-offset: 4px; }
body.is-home .home-highlight__links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; }
body.is-home .home-highlight__links a { color: #507ab9; font-size: 11px; }
body.is-home .home-paths { display: flex; gap: clamp(26px, 4vw, 54px); margin-top: 30px; }
body.is-home .home-paths a { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
body.is-home .home-paths small { color: rgba(24,24,24,.55); font-size: 9px; letter-spacing: .11em; }
body.is-home .home-floating-window__drag-mark { color: rgba(80,122,185,.75); font-size: 11px; letter-spacing: .08em; line-height: 1; }

@media (max-width: 768px) {
  body.is-home { overflow-x: hidden; overflow-y: auto; }
  body.is-home main { min-height: 0; }
  body.is-home .hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: calc(env(safe-area-inset-top) + 46px) 22px 0;
  }
  body.is-home .home-wordmark {
    position: relative;
    order: 1;
    inset: auto;
    width: 100%;
    pointer-events: none;
  }
  body.is-home .scene {
    position: relative;
    order: 2;
    inset: auto;
    width: 100%;
    height: min(82vw, 330px);
    margin: 38px 0 42px;
  }
  body.is-home .artist-wrap,
  body.is-home .artist-floater,
  body.is-home .artist-rotor { width: min(80vw, 330px); }
  body.is-home .artist-button,
  body.is-home .artist-selection {
    width: min(58vw, 230px);
    height: min(58vw, 230px);
  }
  body.is-home .home-highlights {
    position: relative;
    order: 3;
    inset: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
  }
  body.is-home .home-highlight--release {
    display: block;
    padding-top: 24px;
    border-top: 1px solid rgba(107,140,255,.42);
  }
  body.is-home .home-highlight--release > p:not(.home-highlight__meta) {
    margin-top: 7px;
    color: rgba(24,24,24,.58);
    font-size: 12px;
  }
  body.is-home .home-highlight--blog { margin-top: 34px; }
  body.is-home .home-highlight__title { font-size: 13px; }
  body.is-home .home-paths {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(24,24,24,.1);
    justify-content: space-between;
    gap: 14px;
  }
  body.is-home .home-paths a { min-width: 0; font-size: 11px; }
  body.is-home > .music-links-footer {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: auto;
    margin: 38px 22px 30px;
    align-items: flex-start;
    gap: 18px;
    z-index: 4;
  }
  body.is-home > .music-links-footer .music-links-footer__nav {
    display: flex !important;
    position: static;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    white-space: normal;
    font-size: 10px;
  }
  body.is-home > .music-links-footer .music-links-footer__nav a { min-height: 30px; padding: 0; }
  body.is-home > .music-links-footer .language-switcher {
    position: static;
    inset: auto;
    transform: none;
    margin: 0;
  }
  body.is-home .ui-dock {
    position: relative;
    inset: auto;
    width: max-content;
    margin: -82px 22px 30px auto;
    z-index: 4;
  }
  body.is-home .ui-dock .social-dock { display: flex !important; opacity: .72; }
  body.is-home .ui-dock .social-dock__icon,
  body.is-home .ui-dock .social-dock__icon:hover,
  body.is-home .ui-dock .social-dock__icon:focus-visible { border: 0; background: transparent; width: 34px; height: 34px; }
}


@media (min-width: 769px) and (max-width: 980px) {
  body.is-home .home-highlights { width: min(330px, calc(100vw - 420px)); bottom: 64px; }
  body.is-home .home-highlight--release { display: block; padding-top: 14px; border-top: 1px solid rgba(107,140,255,.42); }
  body.is-home .home-highlight--release > p:not(.home-highlight__meta) { margin-top: 6px; color: rgba(24,24,24,.58); font-size: 11px; }
  body.is-home .home-highlight--blog { margin-top: 22px; }
  body.is-home .home-paths { display: none; }
}

@media (max-width: 420px) {
  body.is-home .home-paths { flex-direction: column; gap: 18px; }
  body.is-home .home-paths a { flex-direction: row; justify-content: space-between; align-items: center; font-size: 13px; }
  body.is-home .home-paths small { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body.is-home .home-highlights { transition: none; }
}


/* Production inquiry routes: copy, compose, evidence, then contact. */
body.page-contact .contact-email-compose,
body.page-contact .contact-works-link,
body.page-about .about-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #507ab9;
  font-size: 12px;
  letter-spacing: .06em;
  text-decoration: none;
}
body.page-contact .contact-email-compose { min-height: 46px; margin-left: 18px; }
body.page-contact .contact-works-link { display: flex; width: max-content; margin-top: 18px; }
body.page-contact .contact-email-compose:hover,
body.page-contact .contact-email-compose:focus-visible,
body.page-contact .contact-works-link:hover,
body.page-contact .contact-works-link:focus-visible,
body.page-about .about-contact-link:hover,
body.page-about .about-contact-link:focus-visible { color: #315f9e; }
body.page-contact .contact-email-compose:focus-visible,
body.page-contact .contact-works-link:focus-visible,
body.page-about .about-contact-link:focus-visible { outline: 2px solid #5b83ce; outline-offset: 4px; }
body.page-contact .contact-works-link + .contact-section-title { margin-top: 30px; }
body.page-about .about-contact-link { margin: 32px 0 0; }
@media (max-width: 480px) {
  body.page-contact .contact-email-compose { display: flex; width: max-content; min-height: 40px; margin: 8px 0 0; }
}


/* Permanent work URLs with verified release metadata. */
.work-detail { width: min(1100px, calc(100% - 48px)); margin: 72px auto 140px; }
.work-detail__back { display: inline-block; margin-bottom: 32px; color: rgba(24,24,24,.58); font-size: 12px; text-decoration: none; }
.work-detail__grid { display: grid; grid-template-columns: minmax(260px, 440px) minmax(280px, 1fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.work-detail__cover { margin: 0; }
.work-detail__cover img { display: block; width: 100%; height: auto; }
.work-detail__eyebrow { margin: 0 0 18px; color: rgba(24,24,24,.56); font-size: 11px; letter-spacing: .12em; }
.work-detail h1 { margin: 0; font-size: clamp(38px, 5.5vw, 76px); font-weight: 500; line-height: 1.2; overflow-wrap: anywhere; }
.work-detail__meta { margin: 42px 0 0; }
.work-detail__meta div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(24,24,24,.1); }
.work-detail__meta dt, .work-detail__meta dd { margin: 0; font-size: 12px; line-height: 1.7; }
.work-detail__meta dt { color: rgba(24,24,24,.56); }
.work-detail__credit-scope { display: block; color: rgba(24,24,24,.48); font-size: 10px; letter-spacing: .02em; }
.work-detail__links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 34px; }
.work-detail__links a { color: #507ab9; font-size: 13px; text-decoration: none; }
.work-detail__tracklist { width: min(850px, 100%); margin: 84px auto 0; }
.work-detail__tracklist h2 { margin: 0 0 22px; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.work-detail__tracklist ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(24,24,24,.1); }
.work-detail__tracklist li { display: grid; grid-template-columns: 42px minmax(0, 1fr) minmax(150px, auto); gap: 16px; align-items: baseline; padding: 15px 0; border-bottom: 1px solid rgba(24,24,24,.1); }
.work-detail__tracklist a { color: inherit; font-size: 14px; text-decoration: none; }
.work-detail__track-number, .work-detail__track-vocal { color: rgba(24,24,24,.5); font-size: 11px; }
.work-detail__track-vocal { text-align: right; }
.work-detail a:hover { color: #315f9e; }
.work-detail a:focus-visible { outline: 2px solid #5b83ce; outline-offset: 4px; }
@media (max-width: 768px) {
  .work-detail { width: calc(100% - 40px); margin-top: 40px; }
  .work-detail__grid { grid-template-columns: 1fr; gap: 34px; }
  .work-detail__cover { max-width: 520px; }
  .work-detail h1 { font-size: clamp(34px, 11vw, 52px); }
  .work-detail__meta { margin-top: 30px; }
  .work-detail__tracklist { margin-top: 58px; }
  .work-detail__tracklist li { grid-template-columns: 34px minmax(0, 1fr); gap: 8px 12px; }
  .work-detail__track-vocal { grid-column: 2; text-align: left; }
}
