  :root {
    color-scheme: dark;
    --onyx: #0B0908;
    --velvet: #15110E;
    --umber: #241B16;
    --ivory: #EFE8DC;
    --muted: #A69B8C;
    --faint: #6F665B;
    --champagne: #C9A96E;
    --champagne-hi: #E2C891;
    --line: rgba(239, 232, 220, 0.12);
    --display: 'Bodoni Moda', 'Didot', 'Bodoni 72', Georgia, serif;
    --sans: 'Jost', 'Futura', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
    --max: 1240px;
    --gutter: clamp(20px, 5vw, 64px);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; background: var(--onyx); }
  body {
    margin: 0;
    background: var(--onyx);
    color: var(--muted);
    font-family: var(--sans);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  a:focus-visible, button:focus-visible { outline: 1px solid var(--champagne-hi); outline-offset: 4px; }
  .wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }

  .label {
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--champagne);
  }
  h2 {
    font-family: var(--display);
    font-weight: 400;
    color: var(--ivory);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0;
    text-wrap: balance;
  }
  h2 em { font-style: italic; color: var(--champagne-hi); }

  /* ---------- Nav ---------- */
  .nav {
    position: sticky; top: env(safe-area-inset-top, 0px); z-index: 40;
    background: rgba(11, 9, 8, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px; }
  .wordmark { font-family: var(--display); color: var(--ivory); font-size: 1.05rem; letter-spacing: 0.28em; text-transform: uppercase; white-space: nowrap; }
  .navlinks { display: flex; align-items: center; gap: 30px; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; }
  .navlinks a { color: var(--muted); transition: color .2s; }
  .navlinks a:hover { color: var(--ivory); }
  .navlinks .book { color: var(--onyx); background: var(--champagne); padding: 10px 18px; }
  .navlinks .book:hover { background: var(--champagne-hi); color: var(--onyx); }
  @media (max-width: 820px) { .navlinks a:not(.book) { display: none; } }

  /* ---------- Hero ---------- */
  .hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 90% at 78% 30%, var(--umber) 0%, #17110E 45%, var(--onyx) 80%);
    border-bottom: 1px solid var(--line);
  }
  .hero-photo {
    position: absolute; top: 0; right: 0; bottom: 0;
    width: min(56%, 780px);
    background: url('img/hero-noshades.jpg') center top / cover no-repeat;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%), linear-gradient(0deg, transparent 0%, #000 22%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(90deg, transparent 0%, #000 28%), linear-gradient(0deg, transparent 0%, #000 22%);
    mask-composite: intersect;
  }
  .hero .wrap {
    position: relative; z-index: 1;
    min-height: min(880px, 92vh);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding-block: 150px 64px;
  }
  .hero-genre { margin-bottom: 28px; }
  .hero h1 {
    font-family: var(--display);
    font-weight: 400;
    color: var(--ivory);
    font-size: clamp(3.6rem, 11.5vw, 10.5rem);
    line-height: 0.86;
    letter-spacing: -0.035em;
    margin: 0;
    text-transform: uppercase;
  }
  .hero h1 span { display: block; }
  .hero h1 .second { padding-left: 0.42em; }
  .aka {
    font-family: var(--display);
    font-style: italic;
    color: var(--champagne-hi);
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    margin: 18px 0 0 0.2em;
  }
  .tagline {
    font-family: var(--display);
    color: var(--ivory);
    font-size: clamp(1.25rem, 2.3vw, 1.75rem);
    line-height: 1.35;
    max-width: 36ch;
    margin: 40px 0 36px;
  }
  .actions { display: flex; flex-wrap: wrap; gap: 14px; }
  .btn {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--sans); font-weight: 500;
    font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase;
    padding: 17px 30px;
    border: 1px solid var(--champagne);
    transition: background .25s, color .25s, border-color .25s;
    cursor: pointer;
  }
  .btn-solid { background: var(--champagne); color: var(--onyx); }
  .btn-solid:hover { background: var(--champagne-hi); border-color: var(--champagne-hi); }
  .btn-line { color: var(--ivory); background: transparent; }
  .btn-line:hover { background: rgba(201, 169, 110, 0.12); }
  .play { width: 0; height: 0; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

  @media (max-width: 820px) {
    .hero-photo {
      position: relative; width: 100%; height: auto; aspect-ratio: 4 / 5;
      -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 35%);
      mask-image: linear-gradient(0deg, transparent 0%, #000 35%);
    }
    .hero .wrap { min-height: 0; margin-top: -34vw; padding-block: 0 56px; }
    .hero h1 .second { padding-left: 0.3em; }
  }

  /* ---------- Credential rail ---------- */
  .rail { border-bottom: 1px solid var(--line); background: var(--onyx); }
  .rail ul {
    list-style: none; margin: 0 auto; padding: 22px var(--gutter);
    max-width: var(--max);
    display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px;
    font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory);
  }
  .rail li { display: flex; align-items: center; gap: 22px; white-space: nowrap; }
  .rail li + li::before { content: ""; width: 4px; height: 4px; background: var(--champagne); transform: rotate(45deg); margin-left: -12px; }
  @media (max-width: 820px) { .rail ul { justify-content: flex-start; } .rail li + li::before { display: none; } }

  /* ---------- Sections ---------- */
  section { padding-block: clamp(80px, 11vw, 150px); border-bottom: 1px solid var(--line); }
  .head { display: grid; gap: 22px; margin-bottom: clamp(44px, 6vw, 72px); max-width: 780px; }

  /* Statement */
  .statement { background: var(--onyx); }
  .statement p {
    font-family: var(--display);
    color: var(--ivory);
    font-size: clamp(1.8rem, 4.2vw, 3.3rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    max-width: 24ch;
    margin: 26px 0 0;
    text-wrap: balance;
  }
  .statement p em { color: var(--champagne-hi); }

  /* Stats */
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: clamp(64px, 8vw, 110px); }
  .stat { padding: 34px 28px 8px 0; border-right: 1px solid var(--line); }
  .stat:last-child { border-right: none; }
  .stat + .stat { padding-left: 28px; }
  .stat .num { font-family: var(--display); color: var(--ivory); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; font-variant-numeric: lining-nums; }
  .stat .num small { font-size: 0.38em; color: var(--champagne); margin-left: 4px; font-style: italic; }
  .stat .cap { margin-top: 14px; font-size: 0.92rem; line-height: 1.5; color: var(--muted); max-width: 22ch; }
  @media (max-width: 900px) {
    .stats { grid-template-columns: 1fr 1fr; }
    .stat { border-right: none; border-bottom: 1px solid var(--line); padding: 28px 16px 28px 0 !important; }
    .stat:nth-child(odd) { border-right: 1px solid var(--line); }
    .stat:nth-child(even) { padding-left: 20px !important; }
  }

  /* Bio */
  .bio { background: var(--velvet); }
  .bio-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
  .bio-photo { position: relative; }
  .bio-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; filter: saturate(0.85) contrast(1.02); }
  .bio-photo figcaption { margin-top: 14px; font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--faint); }
  .short {
    border-left: 1px solid var(--champagne);
    padding: 6px 0 6px 28px;
    margin: 30px 0 44px;
  }
  .short p { font-family: var(--display); color: var(--ivory); font-size: 1.28rem; line-height: 1.55; margin: 0 0 18px; max-width: 58ch; }
  .copy {
    background: none; border: none; padding: 0; cursor: pointer;
    font-family: var(--sans); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase;
    color: var(--champagne);
  }
  .copy:hover { color: var(--champagne-hi); }
  .long p { margin: 0 0 20px; max-width: 64ch; }
  .long strong { color: var(--ivory); font-weight: 400; }
  .long em { color: var(--ivory); }
  @media (max-width: 860px) { .bio-grid { grid-template-columns: 1fr; } .bio-photo { max-width: 460px; } }

  /* Music */
  .music { background: var(--onyx); }
  .feature {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(32px, 6vw, 80px); align-items: center;
    margin-bottom: clamp(56px, 8vw, 96px);
  }
  .cover {
    position: relative; aspect-ratio: 1; width: 100%;
    background:
      linear-gradient(180deg, rgba(11,9,8,0) 40%, rgba(11,9,8,0.92) 100%),
      url('img/hero-noshades.jpg') center 14% / cover;
    border: 1px solid var(--line);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 28px;
  }
  .cover .t { font-family: var(--display); font-style: italic; color: var(--ivory); font-size: clamp(1.6rem, 3.4vw, 2.4rem); line-height: 1.05; }
  .cover .a { margin-top: 10px; font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--champagne); }
  .feature h3 { font-family: var(--display); font-weight: 400; color: var(--ivory); font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; margin: 18px 0 20px; }
  .feature p { max-width: 46ch; margin: 0 0 32px; }
  .platforms { display: flex; flex-wrap: wrap; gap: 12px; }
  @media (max-width: 820px) { .feature { grid-template-columns: 1fr; } .cover { max-width: 460px; } }

  .tracklist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
  .tracklist li { border-bottom: 1px solid var(--line); }
  .tracklist a {
    display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 24px; align-items: baseline;
    padding: 26px 0;
    transition: padding .3s ease, background .3s ease;
  }
  .tracklist a:hover { padding-left: 16px; background: linear-gradient(90deg, rgba(201,169,110,0.07), transparent 70%); }
  .tracklist .yr { font-size: 0.8rem; letter-spacing: 0.18em; color: var(--faint); font-variant-numeric: tabular-nums; }
  .tracklist .tt { font-family: var(--display); color: var(--ivory); font-size: clamp(1.35rem, 2.6vw, 1.9rem); line-height: 1.2; }
  .tracklist .note { display: block; font-family: var(--sans); font-size: 0.86rem; color: var(--muted); margin-top: 4px; }
  .tracklist .go { font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--champagne); white-space: nowrap; }
  @media (max-width: 640px) {
    .tracklist a { grid-template-columns: 1fr; gap: 6px; }
  }

  /* Stage */
  .stage { background: var(--velvet); }
  .marquee-list { list-style: none; margin: 0; padding: 0; }
  .marquee-list li {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 40px; align-items: baseline;
    padding: 30px 0; border-top: 1px solid var(--line);
  }
  .marquee-list li:last-child { border-bottom: 1px solid var(--line); }
  .marquee-list .who { font-family: var(--display); color: var(--ivory); font-size: clamp(1.9rem, 4.4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.01em; }
  .marquee-list .what { max-width: 44ch; }
  .marquee-list .what b { display: block; font-weight: 500; font-size: 0.7rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--champagne); margin-bottom: 6px; }
  @media (max-width: 760px) { .marquee-list li { grid-template-columns: 1fr; } }

  /* Film & sync + recognition */
  .film { background: var(--onyx); }
  .two { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(48px, 8vw, 120px); }
  .credits { list-style: none; margin: 32px 0 0; padding: 0; }
  .credits li { padding: 18px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
  .credits li:last-child { border-bottom: 1px solid var(--line); }
  .credits .n { font-family: var(--display); font-style: italic; color: var(--ivory); font-size: 1.5rem; }
  .credits .n { flex: 1 1 auto; }
  .credits .r { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); text-align: right; max-width: 48%; line-height: 1.5; }
  .sync-note { margin-top: 30px; max-width: 46ch; }
  .sync-note strong { color: var(--ivory); font-weight: 400; }
  @media (max-width: 820px) { .two { grid-template-columns: minmax(0,1fr); } }
  @media (max-width: 560px) { .credits li { flex-direction: column; gap: 4px; } .credits .r { text-align: left; max-width: none; } }

  /* Gallery */
  .gallery { background: var(--onyx); padding-block: 0; }
  .gal { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 6px; }
  .gal figure { margin: 0; position: relative; overflow: hidden; background: var(--velvet); }
  .gal img { width: 100%; height: 100%; aspect-ratio: 2 / 3; object-fit: cover; transition: transform 1.2s ease; }
  .gal figure:hover img { transform: scale(1.03); }
  .gal figcaption {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 18px;
    background: linear-gradient(0deg, rgba(11,9,8,0.85), transparent);
    font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ivory);
  }
  .gal-note { padding: 22px 0 0; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); }
  @media (max-width: 760px) { .gal { grid-template-columns: 1fr 1fr; } .gal figure:first-child { grid-column: 1 / -1; } .gal figure:first-child img { aspect-ratio: 4 / 5; } }

  /* Booking */
  .booking {
    background: radial-gradient(90% 120% at 15% 0%, var(--umber) 0%, var(--onyx) 65%);
    border-bottom: none;
  }
  .booking h2 { font-size: clamp(2.8rem, 8vw, 6.6rem); line-height: 0.95; max-width: 12ch; }
  .book-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: end; }
  .book-grid > div:first-child p { max-width: 44ch; margin: 28px 0 0; }
  .contact { border-top: 1px solid var(--line); }
  .contact-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
  .contact-row .k { font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--champagne); min-width: 90px; }
  .contact-row .v { font-family: var(--display); color: var(--ivory); font-size: 1.3rem; user-select: all; flex: 1; word-break: break-word; }
  .inquiries { margin-top: 26px; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
  @media (max-width: 860px) { .book-grid { grid-template-columns: 1fr; } }

  footer { background: var(--onyx); border-top: 1px solid var(--line); }
  footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-block: 30px; font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--faint); }
  footer a:hover { color: var(--ivory); }
  .toast { position: fixed; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); background: var(--ivory); color: var(--onyx); padding: 12px 22px; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; z-index: 60; }

  @media print {
    @page { size: 1440px 1864px; margin: 0; }
    html, body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .nav, .gallery, .copy, .toast { display: none !important; }
    section { padding-block: 64px; }
    .hero .wrap { min-height: 860px; }
    .stats { margin-top: 56px; }
    .feature { margin-bottom: 48px; }
    .stage, .film, .booking, .music { break-before: auto; }
    .marquee-list li, .tracklist li, .credits li, .stat { break-inside: avoid; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
  }

/* ---------- Site additions ---------- */
.navlinks a.current { color: var(--ivory); }
.paths { background: var(--velvet); padding-block: clamp(56px, 7vw, 90px); }
.path-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.path { background: var(--onyx); padding: clamp(28px, 4vw, 48px); display: grid; gap: 14px; align-content: start; transition: background .3s; }
.path:hover { background: #120E0C; }
.path h3 { font-family: var(--display); font-weight: 400; color: var(--ivory); font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.05; margin: 0; }
.path h3 em { color: var(--champagne-hi); }
.path p { margin: 0; max-width: 44ch; }
.path .go { font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--champagne); margin-top: 8px; }
@media (max-width: 760px) { .path-grid { grid-template-columns: minmax(0,1fr); } }

.player { margin-bottom: clamp(56px, 8vw, 96px); }
.player iframe { width: 100%; height: 352px; border: 0; border-radius: 12px; display: block; background: var(--velvet); }
.player .label { margin-bottom: 18px; }

.reel { background: var(--velvet); }
.reel .frame { position: relative; aspect-ratio: 16 / 9; width: 100%; border: 1px solid var(--line); background: #000; }
.reel iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.dl-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
a.v { color: var(--ivory); }
a.v:hover { color: var(--champagne-hi); }

/* Catalog */
.cat-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line);
  background: radial-gradient(110% 100% at 80% 20%, var(--umber) 0%, #17110E 45%, var(--onyx) 80%); }
.cat-hero .hero-photo { width: min(46%, 640px); background-image: url('img/linen.jpg'); background-position: center 18%; filter: brightness(0.8) saturate(0.9); }
.cat-hero .wrap { position: relative; z-index: 1; padding-block: clamp(90px, 12vw, 150px) clamp(56px, 7vw, 80px); }
.cat-hero h1 { font-family: var(--display); font-weight: 400; color: var(--ivory); font-size: clamp(3.4rem, 10vw, 8.5rem); line-height: 0.9; letter-spacing: -0.03em; margin: 22px 0 24px; }
.cat-hero h1 em { color: var(--champagne-hi); }
.cat-hero p { max-width: 46ch; margin: 0 0 30px; color: #C9BFB0; }
@media (max-width: 820px) { .cat-hero .hero-photo { position: relative; width: 100%; aspect-ratio: 4/5; height: auto; }
  .cat-hero .wrap { margin-top: -30vw; padding-top: 0; } }
.jump { position: sticky; top: calc(env(safe-area-inset-top, 0px) + 61px); z-index: 30; background: rgba(11,9,8,0.9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.jump ul { list-style: none; margin: 0 auto; max-width: var(--max); padding: 14px var(--gutter); display: flex; gap: 10px 26px; overflow-x: auto; scrollbar-width: none; }
.jump a { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.jump a:hover { color: var(--champagne-hi); }
.genre { scroll-margin-top: 130px; }
.genre:nth-of-type(even) { background: var(--velvet); }
.genre-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.genre h2 { font-size: clamp(2.6rem, 6vw, 4.6rem); margin-top: 18px; }
.genre .tag { font-family: var(--display); font-style: italic; color: var(--champagne-hi); font-size: clamp(1.2rem, 2vw, 1.5rem); margin: 14px 0 20px; }
.genre .pitch { margin: 0 0 28px; max-width: 48ch; }
.genre .btns { display: flex; flex-wrap: wrap; gap: 12px; }
.songs { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); counter-reset: s; }
.songs li { display: grid; grid-template-columns: 44px minmax(0,1fr); align-items: baseline; padding: 15px 0; border-bottom: 1px solid var(--line); }
.songs .n { font-size: 0.72rem; letter-spacing: 0.14em; color: var(--champagne); font-variant-numeric: tabular-nums; }
.songs .t { font-family: var(--display); color: var(--ivory); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.25; }
.writer-note { margin-top: 16px; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); }
@media (max-width: 860px) { .genre-grid { grid-template-columns: minmax(0,1fr); } }
