/*
Theme Name:   CityHill Music
Theme URI:    https://cityhillmusic.co.za/
Description:  Divi child theme carrying the CityHill Music design system - the
              editorial dark palette, Anton/Fraunces/Inter typography, and every
              component used by the CityHill page blocks. With this active, a
              Fullwidth Code module only needs the markup.
Author:       Classic Fusion Media
Author URI:   https://classicfusionmedia.com/
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  cityhill-child
*/

/* ------------------------------------------------------------------
   Fonts are enqueued in functions.php, not imported here, so they
   load in parallel with this stylesheet rather than after it.

   Everything below is namespaced: classes are .chm-, custom properties
   are --chm-, and bare element rules are scoped under .chm. Nothing
   here can reach Divi's own header, footer or modules.
   ------------------------------------------------------------------ */

/* Opt in per page: Divi page settings -> Advanced -> CSS Class -> chm-dark-page */
body.chm-dark-page,
body.chm-dark-page #page-container,
body.chm-dark-page #et-main-area { background-color: #08080A; }

.chm {
--chm-bg:        #08080A;
  --chm-bg-2:      #101013;
  --chm-bg-3:      #17171B;
  --chm-ink:       #FFFFFF;
  --chm-ink-soft:  #D6D4D0;
  --chm-muted:     #85848C;
  --chm-muted-dim: #7A7981; 
  --chm-ember:     #C8472B;
  --chm-ember-lit: #E15A3C;
  --chm-gold:      #B8924A;
  --chm-line:      rgba(255,255,255,0.10);
  --chm-line-soft: rgba(255,255,255,0.06);

  
  --chm-display: 'Anton', Impact, sans-serif;
  --chm-serif:   'Fraunces', Georgia, serif;
  --chm-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  
  --chm-max:  1240px;
  --chm-gut:  clamp(20px, 5vw, 56px);
  --chm-nav-h: 76px;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px; font-weight: 300; line-height: 1.6;
  color: var(--chm-ink); background: var(--chm-bg);
  -webkit-font-smoothing: antialiased;
}
.chm *, .chm *::before, .chm *::after { box-sizing: border-box; }
.chm img, .chm video { max-width: 100%; display: block; }
.chm a { color: inherit; text-decoration: none; }
.chm button { font: inherit; cursor: pointer; }
.chm-eyebrow { font-family: var(--chm-body); font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--chm-muted); margin: 0 0 18px; }
.chm-eyebrow--ember { color: var(--chm-ember-lit); }
.chm h1, .chm h2, .chm h3, .chm h4 { font-family: var(--chm-display); font-weight: 400; text-transform: uppercase; letter-spacing: 0.005em; line-height: 0.92; margin: 0; }
.chm h1 { font-size: clamp(44px, 8.4vw, 116px); }
.chm h2 { font-size: clamp(34px, 5.6vw, 72px); }
.chm h3 { font-size: clamp(20px, 2.4vw, 30px); line-height: 1; }
.chm h4 { font-size: 15px; letter-spacing: 0.06em; }
.chm-it { font-family: var(--chm-serif); font-style: italic; font-weight: 400; text-transform: lowercase; letter-spacing: -0.01em; color: var(--chm-ember-lit); }
.chm-it--white { color: var(--chm-ink); }
.chm-lead { font-family: var(--chm-serif); font-weight: 400; font-size: clamp(17px, 1.9vw, 21px); line-height: 1.5; color: var(--chm-ink-soft); max-width: 60ch; margin: 0; }
.chm-body-copy { font-size: 15.5px; line-height: 1.72; color: var(--chm-muted); max-width: 64ch; margin: 0; }
.chm-body-copy + .chm-body-copy { margin-top: 1.1em; }
.chm-body-copy strong { color: var(--chm-ink-soft); font-weight: 500; }
.chm-pullquote { font-family: var(--chm-serif); font-style: italic; font-size: clamp(19px, 2.6vw, 30px); line-height: 1.38; color: var(--chm-ink); border-left: 2px solid var(--chm-ember); padding-left: clamp(18px, 3vw, 34px); margin: 0; max-width: 24ch; }
.chm-wrap { max-width: var(--chm-max); margin: 0 auto; padding: 0 var(--chm-gut); }
.chm-section { padding: clamp(72px, 11vw, 140px) 0; }
.chm-section--tight { padding: clamp(52px, 7vw, 90px) 0; }
.chm-section--alt { background: var(--chm-bg-2); }
.chm-rule { height: 1px; background: var(--chm-line); border: 0; margin: 0; }
.chm-sec-head { margin-bottom: clamp(38px, 5vw, 62px); }
.chm-sec-head__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.chm-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--chm-body); font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 15px 28px; border: 1px solid var(--chm-ink); background: var(--chm-ink); color: #08080A; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.chm-btn:hover { background: transparent; color: var(--chm-ink); transform: translateY(-1px); }
.chm-btn--ghost { background: transparent; color: var(--chm-ink); border-color: rgba(255,255,255,0.28); }
.chm-btn--ghost:hover { background: var(--chm-ink); color: #08080A; border-color: var(--chm-ink); }
.chm-btn--ember { background: var(--chm-ember); border-color: var(--chm-ember); color: #fff; }
.chm-btn--ember:hover { background: transparent; color: var(--chm-ember-lit); }
.chm-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.chm-link-more { font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--chm-muted); border-bottom: 1px solid rgba(255,255,255,0.22); padding-bottom: 5px; transition: color .2s, border-color .2s; white-space: nowrap; }
.chm-link-more:hover { color: var(--chm-ink); border-color: var(--chm-ember); }
.chm-nav__inner { width: 100%; max-width: var(--chm-max); margin: 0 auto; padding: 0 var(--chm-gut); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.chm-nav__logo img { height: 30px; width: auto; }
.chm-nav__links { display: flex; align-items: center; gap: 34px; }
.chm-nav__links a { font-size: 11.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--chm-muted); position: relative; padding: 6px 0; transition: color .2s; }
.chm-nav__links a:hover, .chm-nav__links a.chm-is-active { color: var(--chm-ink); }
.chm-nav__links a.chm-is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--chm-ember); }
.chm-nav__cta { margin-left: 6px; }
.chm-nav__burger { display: none; background: none; border: 0; padding: 10px; margin-right: -10px; }
.chm-nav__burger span { display: block; width: 24px; height: 1.5px; background: var(--chm-ink); transition: transform .3s, opacity .3s; }
.chm-nav__burger span + span { margin-top: 6px; }
.chm-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: calc(var(--chm-nav-h) + 40px) 0 clamp(48px, 8vw, 96px); overflow: hidden; }
.chm-hero__media { position: absolute; inset: 0; z-index: 0; }
.chm-hero__media video, .chm-hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.42; filter: grayscale(0.35) contrast(1.05); }
.chm-hero__scrim { position: absolute; inset: 0; z-index: 1; background:; linear-gradient(to top, rgba(8,8,10,0.98) 6%, rgba(8,8,10,0.35) 52%, rgba(8,8,10,0.75) 100%),; radial-gradient(120% 80% at 20% 100%, rgba(200,71,43,0.16), transparent 62%); }
.chm-hero__inner { position: relative; z-index: 2; width: 100%; }
.chm-hero h1 { max-width: 15ch; }
.chm-hero .chm-lead { margin-top: 26px; }
.chm-hero .chm-btn-row { margin-top: 38px; }
.chm-hero__meta { margin-top: clamp(48px, 7vw, 84px); padding-top: 22px; border-top: 1px solid var(--chm-line); display: flex; gap: clamp(24px, 5vw, 64px); flex-wrap: wrap; }
.chm-hero__meta div { min-width: 100px; }
.chm-hero__meta dt { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--chm-muted-dim); margin-bottom: 6px; }
.chm-hero__meta dd { margin: 0; font-family: var(--chm-display); font-size: 17px; text-transform: uppercase; letter-spacing: 0.02em; }
.chm-pagehead { padding: calc(var(--chm-nav-h) + clamp(60px, 9vw, 120px)) 0 clamp(44px, 6vw, 76px); border-bottom: 1px solid var(--chm-line); position: relative; overflow: hidden; }
.chm-pagehead::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(90% 120% at 88% 0%, rgba(200,71,43,0.14), transparent 60%); }
.chm-pagehead__inner { position: relative; z-index: 1; }
.chm-pagehead .chm-lead { margin-top: 22px; }
.chm-featured { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 76px); align-items: center; }
.chm-featured__art { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--chm-bg-3); }
.chm-featured__art img { width: 100%; height: 100%; object-fit: cover; }
.chm-featured__art::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10); }
.chm-featured__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--chm-ember-lit); margin-bottom: 20px; }
.chm-featured__tag::before { content: ''; width: 6px; height: 6px; background: var(--chm-ember); border-radius: 50%; }
.chm-featured__meta { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--chm-muted); margin: 20px 0 26px; }
.chm-grid { display: grid; gap: clamp(20px, 2.6vw, 34px); grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); align-items: start; }
.chm-grid--wide { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.chm-release { position: relative; }
.chm-release__art { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--chm-bg-3); margin-bottom: 18px; }
.chm-release__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1), filter .4s; }
.chm-release:hover .chm-release__art img { transform: scale(1.05); filter: brightness(0.6); }
.chm-release__art::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10); }
.chm-release__play { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: opacity .3s; z-index: 2; }
.chm-release:hover .chm-release__play { opacity: 1; }
.chm-release__play span { border: 1px solid var(--chm-ink); padding: 12px 22px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; background: rgba(8,8,10,0.5); backdrop-filter: blur(4px); }
.chm-release__type { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--chm-ember-lit); margin-bottom: 9px; }
.chm-release__title { font-family: var(--chm-display); font-size: 19px; text-transform: uppercase; line-height: 1.05; margin: 0 0 8px; }
.chm-release__sub { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--chm-muted); }
.chm-release__tracks { margin-top: 16px; display: block; }
.chm-release__tracks > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 0; border-top: 1px solid var(--chm-line); border-bottom: 1px solid var(--chm-line); color: var(--chm-muted); font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; transition: color .2s, border-color .2s; -webkit-tap-highlight-color: transparent; }
.chm-release__tracks > summary::-webkit-details-marker { display: none; }
.chm-release__tracks > summary::marker { content: ''; }
.chm-release__tracks > summary::after { content: '+'; font-family: var(--chm-body); font-size: 15px; font-weight: 400; line-height: 1; color: var(--chm-ember-lit); transition: transform .25s; }
.chm-release__tracks[open] > summary { color: var(--chm-ink); border-bottom-color: transparent; }
.chm-release__tracks[open] > summary::after { content: '–'; }
.chm-release__tracks > summary:hover { color: var(--chm-ink); }
.chm-release__tracks > summary:focus-visible { outline: 1px solid var(--chm-ember); outline-offset: 3px; }
.chm-release__list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--chm-line); }
.chm-release__list li { display: flex; align-items: baseline; gap: 14px; padding: 9px 0; border-top: 1px solid var(--chm-line-soft); font-size: 13.5px; line-height: 1.4; color: var(--chm-ink-soft); }
.chm-release__list li:first-child { border-top: 0; }
.chm-release__list li .chm-n { color: var(--chm-muted-dim); font-variant-numeric: tabular-nums; font-size: 11px; letter-spacing: 0.08em; min-width: 20px; flex: none; }
.chm-release__yt { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--chm-muted); border-bottom: 1px solid rgba(255,255,255,0.18); padding-bottom: 4px; transition: color .2s, border-color .2s; }
.chm-release__yt::before { content: '▶'; font-size: 8px; color: var(--chm-ember-lit); }
.chm-release__yt:hover { color: var(--chm-ink); border-color: var(--chm-ember); }
.chm-ytrelease { position: relative; }
.chm-ytrelease__art { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--chm-bg-3); margin-bottom: 16px; display: block; }
.chm-ytrelease__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1), filter .4s; }
.chm-ytrelease:hover .chm-ytrelease__art img { transform: scale(1.05); filter: brightness(0.55); }
.chm-ytrelease__art::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10); }
.chm-ytrelease__badge { position: absolute; left: 12px; bottom: 12px; z-index: 2; background: rgba(8,8,10,0.78); backdrop-filter: blur(4px); padding: 6px 11px; font-size: 9.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--chm-ink-soft); }
.chm-ytrelease__play { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; opacity: 0; transition: opacity .3s; }
.chm-ytrelease:hover .chm-ytrelease__play { opacity: 1; }
.chm-ytrelease__play span { width: 54px; height: 54px; border-radius: 50%; background: rgba(200,71,43,0.94); display: grid; place-items: center; }
.chm-ytrelease__play span::before { content: ''; border-left: 13px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 3px; }
.chm-ytrelease__title { font-family: var(--chm-display); font-size: 18px; text-transform: uppercase; line-height: 1.06; margin: 0 0 7px; }
.chm-ytrelease__sub { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--chm-muted); }
.chm-note { border-left: 2px solid var(--chm-ember); padding-left: clamp(16px, 2vw, 22px); margin: 28px 0 0; max-width: 54ch; }
.chm-note__label { display: block; font-family: var(--chm-body); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--chm-ember-lit); margin: 0 0 9px; }
.chm-note p { margin: 0; font-size: 14px; line-height: 1.68; color: var(--chm-muted); }
.chm-note p + p { margin-top: 0.85em; }
.chm-note p strong { color: var(--chm-ink-soft); font-weight: 500; }
.chm-note--sm { margin-top: 16px; padding-left: 14px; }
.chm-note--sm .chm-note__label { font-size: 9.5px; letter-spacing: 0.18em; margin-bottom: 6px; }
.chm-note--sm p { font-size: 12.5px; line-height: 1.6; }
.chm-filters { display: flex; gap: 10px; flex-wrap: wrap; padding-bottom: clamp(28px, 4vw, 46px); }
.chm-filters button { background: none; border: 1px solid var(--chm-line); color: var(--chm-muted); padding: 10px 20px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; transition: all .22s; }
.chm-filters button:hover { color: var(--chm-ink); border-color: rgba(255,255,255,0.3); }
.chm-filters button.chm-is-on { background: var(--chm-ink); border-color: var(--chm-ink); color: #08080A; }
.chm-video { display: block; }
.chm-video__frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--chm-bg-3); margin-bottom: 16px; cursor: pointer; border: 0; padding: 0; width: 100%; }
.chm-video__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1), filter .4s; }
.chm-video:hover .chm-video__frame img { transform: scale(1.04); filter: brightness(0.62); }
.chm-video__frame iframe { width: 100%; height: 100%; border: 0; }
.chm-video__frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10); }
.chm-video__btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 62px; height: 62px; border-radius: 50%; background: rgba(200,71,43,0.92); display: grid; place-items: center; transition: transform .3s, background .3s; z-index: 2; }
.chm-video:hover .chm-video__btn { transform: translate(-50%,-50%) scale(1.12); background: var(--chm-ember-lit); }
.chm-video__btn::before { content: ''; border-left: 15px solid #fff; border-top: 9px solid transparent; border-bottom: 9px solid transparent; margin-left: 4px; }
.chm-video__label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--chm-ember-lit); margin-bottom: 8px; }
.chm-video__title { font-family: var(--chm-display); font-size: 18px; text-transform: uppercase; line-height: 1.06; margin: 0 0 7px; }
.chm-video__sub { font-size: 12.5px; color: var(--chm-muted); }
.chm-video--hero .chm-video__frame { margin-bottom: 24px; }
.chm-video--hero .chm-video__title { font-size: clamp(24px, 3.4vw, 40px); }
.chm-pillars { display: grid; gap: clamp(28px, 4vw, 52px); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.chm-pillar { border-top: 2px solid var(--chm-ember); padding-top: 22px; }
.chm-pillar__n { font-family: var(--chm-display); font-size: 13px; letter-spacing: 0.14em; color: var(--chm-ember-lit); margin-bottom: 14px; }
.chm-pillar h3 { margin-bottom: 12px; font-size: 22px; }
.chm-pillar p { font-size: 14.5px; line-height: 1.68; color: var(--chm-muted); margin: 0; }
.chm-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.chm-split--quote { align-items: center; }
.chm-resource { background: var(--chm-bg-2); border: 1px solid var(--chm-line); display: flex; flex-direction: column; transition: border-color .3s, transform .3s; }
.chm-resource:hover { border-color: rgba(255,255,255,0.24); transform: translateY(-3px); }
.chm-resource__art { aspect-ratio: 1; overflow: hidden; background: var(--chm-bg-3); }
.chm-resource__art img { width: 100%; height: 100%; object-fit: cover; }
.chm-resource__body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.chm-resource__title { font-family: var(--chm-display); font-size: 24px; text-transform: uppercase; line-height: 1; margin: 0 0 12px; }
.chm-resource__spec { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--chm-ember-lit); margin-bottom: 18px; }
.chm-resource__links { list-style: none; margin: auto 0 0; padding: 18px 0 0; border-top: 1px solid var(--chm-line); }
.chm-resource__links li + li { margin-top: 2px; }
.chm-resource__links a, .chm-resource__links span { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; font-size: 13px; color: var(--chm-ink-soft); border-bottom: 1px solid var(--chm-line-soft); transition: color .2s; }
.chm-resource__links a:hover { color: var(--chm-ember-lit); }
.chm-resource__links a::after { content: '↓'; color: var(--chm-muted); font-size: 13px; }
.chm-resource__links a[data-ext]::after { content: '↗'; }
.chm-resource__links span { color: var(--chm-muted-dim); }
.chm-resource__links span::after { content: 'Soon'; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; }
.chm-band { background: var(--chm-ember); color: #fff; padding: clamp(52px, 7vw, 96px) 0; }
.chm-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.chm-band h2 { max-width: 16ch; }
.chm-band .chm-it { color: rgba(255,255,255,0.85); }
.chm-band p { max-width: 44ch; color: #fff; font-size: 15px; margin: 16px 0 0; }
.chm-band .chm-eyebrow { color: #fff; }
.chm-band .chm-btn { background: #fff; border-color: #fff; color: var(--chm-ember); }
.chm-band .chm-btn:hover { background: transparent; color: #fff; }
.chm-band--dark { background: var(--chm-bg-2); color: var(--chm-ink); border-top: 1px solid var(--chm-line); border-bottom: 1px solid var(--chm-line); }
.chm-band--dark p { color: var(--chm-muted); }
.chm-band--dark .chm-btn { background: var(--chm-ink); border-color: var(--chm-ink); color: #08080A; }
.chm-band--dark .chm-btn:hover { background: transparent; color: var(--chm-ink); }
.chm-platforms { display: flex; gap: 12px; flex-wrap: wrap; }
.chm-platforms a { border: 1px solid var(--chm-line); padding: 13px 22px; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--chm-muted); transition: all .22s; }
.chm-platforms a:hover { color: var(--chm-ink); border-color: var(--chm-ink); }
.chm-footer__top { display: grid; grid-template-columns: minmax(0,1.4fr) repeat(2, minmax(0,1fr)); gap: clamp(32px, 5vw, 64px); padding-bottom: 48px; }
.chm-footer__logo img { height: 34px; margin-bottom: 22px; }
.chm-footer__blurb { font-size: 14px; color: var(--chm-muted); max-width: 36ch; line-height: 1.7; margin: 0; }
.chm-footer__bottom { border-top: 1px solid var(--chm-line); padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--chm-muted-dim); }
.chm-reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.chm-reveal.chm-is-in { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .chm-featured { grid-template-columns: 1fr; }
  .chm-featured__art { max-width: 380px; }
  .chm-split { grid-template-columns: 1fr; }
  .chm-footer__top { grid-template-columns: 1fr 1fr; }
  .chm-footer__logo { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .chm-nav__burger { display: block; }
  .chm-nav__links { position: fixed; inset: var(--chm-nav-h) 0 auto 0; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(8,8,10,0.98); backdrop-filter: blur(14px); border-bottom: 1px solid var(--chm-line); padding: 12px var(--chm-gut) 28px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .28s, transform .28s; }
  .chm-nav__links a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--chm-line-soft); font-size: 13px; }
  .chm-nav__links a.chm-is-active::after { display: none; }
  .chm-nav__cta { margin: 18px 0 0; }
  .chm-hero { min-height: 92svh; }
  .chm-band__inner { flex-direction: column; align-items: flex-start; }
  .chm-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .chm-release__title { font-size: 16px; }
}
@media (max-width: 520px) {
  .chm-footer__top { grid-template-columns: 1fr; }
  .chm-pullquote { max-width: none; }
}
.chm-btn, .chm-btn:link, .chm-btn:visited { background-color: var(--chm-ink) !important; color: #08080A !important; border-color: var(--chm-ink) !important; text-decoration: none !important; }
.chm-btn:hover, .chm-btn:focus-visible { background-color: transparent !important; color: var(--chm-ink) !important; }
.chm-btn--ghost, .chm-btn--ghost:link, .chm-btn--ghost:visited { background-color: transparent !important; color: var(--chm-ink) !important; border-color: rgba(255,255,255,0.28) !important; }
.chm-btn--ghost:hover, .chm-btn--ghost:focus-visible { background-color: var(--chm-ink) !important; color: #08080A !important; border-color: var(--chm-ink) !important; }
.chm-btn--ember, .chm-btn--ember:link, .chm-btn--ember:visited { background-color: var(--chm-ember) !important; color: #fff !important; border-color: var(--chm-ember) !important; }
.chm-btn--ember:hover, .chm-btn--ember:focus-visible { background-color: transparent !important; color: var(--chm-ember-lit) !important; }
.chm-band .chm-btn, .chm-band .chm-btn:link, .chm-band .chm-btn:visited { background-color: #fff !important; color: var(--chm-ember) !important; border-color: #fff !important; }
.chm-band .chm-btn:hover, .chm-band .chm-btn:focus-visible { background-color: transparent !important; color: #fff !important; border-color: #fff !important; }
.chm-band--dark .chm-btn, .chm-band--dark .chm-btn:link, .chm-band--dark .chm-btn:visited { background-color: var(--chm-ink) !important; color: #08080A !important; border-color: var(--chm-ink) !important; }
.chm-band--dark .chm-btn:hover, .chm-band--dark .chm-btn:focus-visible { background-color: transparent !important; color: var(--chm-ink) !important; }
.chm-link-more, .chm-platforms a, .chm-release__yt, .chm-resource__links a, .chm-release a, .chm-video a, .chm-ytrelease { text-decoration: none !important; }
.chm-link-more { color: var(--chm-muted) !important; }
.chm-link-more:hover { color: var(--chm-ink) !important; }
.chm-platforms a { color: var(--chm-muted) !important; }
.chm-platforms a:hover { color: var(--chm-ink) !important; }
.chm-release__yt { color: var(--chm-muted) !important; }
.chm-release__yt:hover { color: var(--chm-ink) !important; }
.chm-resource__links a { color: var(--chm-ink-soft) !important; }
.chm-resource__links a:hover { color: var(--chm-ember-lit) !important; }
.chm-release__art, .chm-ytrelease, .chm-release a { color: inherit !important; }
.chm-release__title, .chm-video__title, .chm-ytrelease__title, .chm-resource__title { color: var(--chm-ink) !important; }
.chm-btn:focus-visible, .chm-filters button:focus-visible, .chm-link-more:focus-visible, .chm-platforms a:focus-visible, .chm-release__yt:focus-visible, .chm-video__frame:focus-visible, .chm-release__art:focus-visible, .chm-ytrelease:focus-visible, .chm-resource__links a:focus-visible { outline: 2px solid var(--chm-ember-lit) !important; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .chm *, .chm *::before, .chm *::after { animation: none !important; transition: none !important; }
  .chm-reveal { opacity: 1; transform: none; }
}
