@font-face { font-family: Plex; src: url('/main/assets/fonts/IBMPlexMono-Regular.woff2') format('woff2'); font-display: swap; font-weight: 400; }
@font-face { font-family: Plex; src: url('/main/assets/fonts/IBMPlexMono-SemiBold.woff2') format('woff2'); font-display: swap; font-weight: 600; }
:root { color-scheme: dark; --bg: #080808; --ink: #f3f2ef; --muted: #a7a7a3; --line: #343432; --gutter: clamp(24px, 4.5vw, 88px); }
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 28px; }
body { text-transform: lowercase; margin: 0; background: var(--bg); color: var(--ink); font-family: Plex, monospace; -webkit-font-smoothing: antialiased; }
::selection { background: var(--ink); color: var(--bg); }
a { color: inherit; text-decoration: none; text-underline-offset: 6px; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 7px; }
img { display: block; width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
svg { display: block; width: 100%; }
.page-gutter { padding-left: var(--gutter); padding-right: var(--gutter); }
.eyebrow { font-size: 10px; line-height: 1.6; text-transform: lowercase; letter-spacing: .09em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 15px; background: var(--ink); color: var(--bg); z-index: 10; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 11px; }
.header-mark { width: 32px; flex: 0 0 32px; mix-blend-mode: screen; }
.site-header nav { display: flex; gap: 38px; margin-left: auto; margin-right: 12%; }
.header-contact { white-space: nowrap; }
.header-contact span { margin-left: 24px; }
.text-link { display: inline-flex; gap: 30px; align-items: center; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 11px; line-height: 1.6; }
.text-link span { font-size: 19px; line-height: 1; }
.section-space { padding-top: 52px; padding-bottom: 52px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.section-index { color: var(--muted); margin-bottom: 22px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-weight: 400; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.04; letter-spacing: -.055em; }
.music { max-width: 1200px; margin: 0 auto; border-top: 1px solid var(--line); }
.art-link { display: block; position: relative; overflow: hidden; }
.art-link img { aspect-ratio: 1; object-fit: cover; transition: filter .45s ease; }
img.is-touch-pulsing { filter: grayscale(0) invert(0); transition: none; }
.art-link:focus-visible img, .catalogue-record:focus-visible .art-link img, .odyssey-art:focus-visible img { filter: grayscale(1) invert(1); }
@media (hover: hover) and (pointer: fine) {
  .art-link:hover img, .catalogue-record:hover .art-link img, .odyssey-art:hover img { filter: grayscale(1) invert(1); }
}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(23px, 2.3vw, 34px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.record-credit { color: var(--muted); font-size: 10px; line-height: 1.6; margin-top: 10px; }
.record-listen { display: inline-block; font-size: 10px; padding: 12px 0; margin-top: 15px; }
.odyssey { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; padding-top: 36px; padding-bottom: 36px; background: var(--bg); isolation: isolate; }
.odyssey::before { content: ""; position: absolute; z-index: -1; pointer-events: none; inset: 0; background: url('/main/assets/odyssey.jpeg') center 42% / cover; opacity: .12; filter: blur(22px); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent), linear-gradient(transparent, #000 20%, #000 70%, transparent); mask-composite: intersect; -webkit-mask-composite: source-in; }
.odyssey-art { width: 100%; max-width: 330px; justify-self: end; }
.odyssey-art img { aspect-ratio: 1; object-fit: contain; transition: filter .45s ease; }
.odyssey-copy > .eyebrow { color: #72cbe9; margin-bottom: 30px; }
.odyssey h2 { font-size: clamp(40px, 4.3vw, 64px); }
.original-artists { margin: 25px 0 28px; color: #b6bec1; font-size: 11px; line-height: 1.8; }
.odyssey-side { position: absolute; right: 18px; top: 50%; writing-mode: vertical-rl; color: #859398; }
.sessions { max-width: 1200px; margin: 0 auto; }
.session-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: 36px; }
.session { display: block; }
.session:hover { text-decoration: none; }
.session-image { position: relative; overflow: hidden; }
.session img { height: auto; object-fit: contain; }
.session-main img { filter: grayscale(1); }
.watch { position: absolute; bottom: 22px; left: 24px; display: flex; align-items: center; gap: 38px; padding: 14px 18px; background: var(--ink); color: var(--bg); font-size: 11px; }
.watch span { font-size: 20px; }
.session-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 20px; }
.session-caption > span { color: var(--muted); }
.session-secondary { margin-top: 44px; }
.in-between { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 12%; align-items: center; border-top: 1px solid var(--line); }
.in-between h2 { font-size: clamp(36px, 4.1vw, 58px); }
.in-between .text-link { margin-top: 36px; }
.between-photo { max-width: 230px; width: 100%; justify-self: end; }
.between-photo img { aspect-ratio: 1; object-fit: contain; }
.between-logos { display: none; }
.site-footer { border-top: 1px solid var(--line); padding-top: 32px; padding-bottom: 25px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); }
@media (max-width: 900px) {
  .site-header nav { margin-right: 0; gap: 24px; }
  .header-contact { display: none; }
  .session-caption { align-items: start; }
  .session-caption > span { max-width: 150px; text-align: right; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; }
  .site-header { height: 78px; gap: 20px; }
  .header-mark { width: 28px; flex-basis: 28px; }
  .site-header nav { gap: 14px; font-size: 10px; }
  .section-space { padding-top: 36px; padding-bottom: 36px; }
  .section-heading { margin-bottom: 26px; gap: 14px; flex-wrap: wrap; }
  .section-index { font-size: 9px; margin-bottom: 16px; }
  h2 { font-size: 36px; }
  .section-heading .text-link { font-size: 9px; gap: 12px; white-space: nowrap; }
  h3 { font-size: 24px; }
  .record-credit { font-size: 9px; }
  .record-listen { margin-top: 9px; }
  .odyssey { grid-template-columns: 1fr; gap: 30px; padding-top: 35px; padding-bottom: 40px; }
  .odyssey::before { bottom: auto; height: 340px; }
  .odyssey-art { width: 68%; justify-self: start; }
  .odyssey-copy { padding-left: 0; }
  .odyssey-copy > .eyebrow { font-size: 9px; margin-bottom: 18px; }
  .odyssey h2 { font-size: 44px; }
  .original-artists { margin: 18px 0; font-size: 10px; }
  .odyssey-side { top: 38px; right: 19px; font-size: 8px; }
  .sessions h2 { font-size: 36px; }
  .session-grid { grid-template-columns: 1fr; gap: 26px; }
  .watch { left: 12px; bottom: 12px; padding: 8px 12px; gap: 20px; font-size: 9px; }
  .watch span { font-size: 16px; }
  .session-caption { padding-top: 15px; gap: 12px; }
  .session-caption > span { font-size: 8px; max-width: 110px; }
  .session-secondary { width: 100%; margin-top: 0; }
  .in-between { grid-template-columns: 1fr; gap: 34px; }
  .in-between h2 { font-size: 38px; }
  .in-between .text-link { margin-top: 23px; }
  .between-photo { width: 48%; justify-self: end; }
  .between-photo > .between-composite { display: none; }
  .between-logos { display: flex; aspect-ratio: 1; align-items: center; justify-content: center; gap: 12px; font-size: 14px; }
  .between-logos img { width: 44px; height: 44px; flex: 0 0 44px; }
  .site-footer { padding-top: 35px; padding-bottom: 20px; }
  .footer-bottom { font-size: 8px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
