/* Artist landing: existing CULTMEDIA green, champagne and editorial typography. */
body:has(.artists-landing) { --muted: #c6cfbc; --dim: #bec8b5; background-image: none; }
body:has(.artists-landing) .wrap { max-width: 1280px; }
body:has(.artists-landing) .page-hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding: 16px 0 70px; }
body:has(.artists-landing) .hero-main { min-width: 0; }
.artists-hero-media { min-width: 0; width: 100%; max-width: 720px; margin: 0 auto 28px; }
.artists-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent), linear-gradient(to bottom, transparent, #000 16%, #000 80%, transparent); mask-composite: intersect; }
body:has(.artists-landing) .page-hero h1 { font-size: clamp(44px, 7vw, 80px); line-height: .99; letter-spacing: -.065em; max-width: 14ch; overflow-wrap: normal; }
body:has(.artists-landing) .page-hero .lede { font-size: 18px; line-height: 1.55; max-width: 54ch; margin-top: 26px; }
body:has(.artists-landing) .hero-actions { margin-top: 30px; gap: 12px 24px; }
body:has(.artists-landing) .hero-note a { display: inline-flex; align-items: center; min-height: 44px; color: var(--soft); }
body:has(.artists-landing) .hero-facts { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; margin-top: 38px; border-top: 1px solid var(--line); border-left: 0; padding: 24px 0 0; }
body:has(.artists-landing) .hero-facts .k { color: var(--accent); font-size: 12px; }
body:has(.artists-landing) .hero-facts .v { font-size: 16px; }
body:has(.artists-landing) .btn { width: 100%; min-height: 52px; white-space: normal; text-align: left; justify-content: space-between; font-size: 15px; line-height: 1.35; padding: 16px 20px; }
body:has(.artists-landing) a:focus-visible, body:has(.artists-landing) summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.artists-section { border-top: 1px solid var(--line); padding: 64px 0; scroll-margin-top: 85px; }
.artists-heading { display: grid; gap: 24px; margin-bottom: 38px; }
.artists-landing .kicker { display: block; color: var(--accent); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.artists-heading h2 { font-size: clamp(32px, 4.2vw, 56px); font-weight: 750; line-height: 1.04; letter-spacing: -.05em; white-space: pre-line; }
.artists-landing p { font-size: 16px; line-height: 1.65; color: var(--muted); }
.artists-landing h3 { color: var(--soft); font-size: 24px; line-height: 1.15; letter-spacing: -.035em; font-weight: 650; }
.artists-index { display: block; color: var(--accent); font-size: 13px; letter-spacing: .08em; }
.artists-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex: 0 0 36px; color: var(--accent); }
.artists-icon svg { display: block; width: 36px; height: 36px; flex: none; stroke-width: 1.25; }
.artists-item-heading { display: flex; align-items: center; align-self: start; gap: 18px; min-width: 0; min-height: 56px; }
.artists-item-heading h3 { margin: 0; min-width: 0; overflow-wrap: anywhere; }
.artists-item-heading + p { margin-top: 16px; }
.artists-pillars, .artists-formats-section { background: #202e1e; }
.artists-pillar-list article { display: grid; gap: 24px; border-top: 1px solid var(--line); padding: 28px 0 34px; }
.artists-pillar-name .artists-index { margin-bottom: 10px; }
.artists-pillar-name h3 { font-size: clamp(28px, 3.2vw, 40px); }
.artists-pillar-name .artists-goal { color: var(--soft); font-size: 19px; line-height: 1.45; margin-top: 14px; max-width: 30ch; }
.artists-pillar-detail .artists-signals { border-left: 1px solid var(--accent); padding-left: 20px; margin-top: 24px; font-size: 15px; }
.artists-landing .artists-note { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 32px; max-width: 85ch; font-size: 15px; }
.artists-pains, .artists-experience, .artists-formats { display: grid; gap: 30px; }
.artists-pains article, .artists-experience article, .artists-formats article { border-top: 1px solid var(--line); padding-top: 20px; }
.artists-process { list-style: none; display: grid; gap: 28px; }
.artists-process li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 16px; border-top: 1px solid var(--line); padding-top: 24px; }
.artists-process h3 { margin-bottom: 14px; }
body:has(.artists-landing) .faq summary { min-height: 60px; font-size: 19px; line-height: 1.4; padding-right: 40px; }
body:has(.artists-landing) .faq .a { font-size: 16px; line-height: 1.65; }
body:has(.artists-landing) .price-band { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; padding: 30px 22px; }
body:has(.artists-landing) .price-band h2 { font-size: clamp(32px, 4.4vw, 58px); line-height: 1.06; letter-spacing: -.05em; }
body:has(.artists-landing) .price-band .action { width: 100%; max-width: none; }
body:has(.artists-landing) .price-band p { max-width: 55ch; }
@media (min-width: 720px) {
  body:has(.artists-landing) .btn { width: auto; }
  body:has(.artists-landing) .hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .artists-section { padding: 90px 0; }
  .artists-heading { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 60px; align-items: end; margin-bottom: 50px; }
  .artists-pillar-list article { grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 64px; padding: 38px 0; }
  .artists-pains, .artists-experience { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 64px; }
  .artists-formats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .artists-process { max-width: 800px; margin-left: auto; }
  body:has(.artists-landing) .price-band { padding: 48px; }
}
@media (min-width: 1000px) {
  body:has(.artists-landing) .page-hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); column-gap: 36px; align-items: center; padding: 56px 0 96px; }
  body:has(.artists-landing) .hero-main { grid-column: 1; grid-row: 1; }
  body:has(.artists-landing) .page-hero h1 { font-size: clamp(52px, 5.2vw, 72px); max-width: 14ch; }
  .artists-hero-media { grid-column: 2; grid-row: 1; max-width: none; margin: 0; }
  body:has(.artists-landing) .hero-facts { grid-column: 1 / -1; margin-top: 46px; }
}
