.lfm-chr-page {
  --lfm-ink: #15111d;
  --lfm-text: #3f354b;
  --lfm-muted: #746a81;
  --lfm-line: #e8e2f2;
  --lfm-soft: #f7f4fb;
  --lfm-purple: #761ee8;
  --lfm-purple-2: #a528f4;
  --lfm-cyan: #05dff2;
  --lfm-pink: #f22a8a;
  --lfm-max: 1160px;
  color: var(--lfm-text);
  background: var(--lfm-soft);
  font-family: Inter, Gilroy, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.lfm-chr-page * { box-sizing: border-box; }
.lfm-chr-page a { color: inherit; text-decoration: none; }

body.page-id-262042 [class*="BadgeSlideIn"],
body.page-id-262042 [class*="slide-in__PositionContainer"] {
  display: none !important;
}

.lfm-chr-wrap {
  width: min(var(--lfm-max), calc(100% - 48px));
  margin: 0 auto;
}

.lfm-format-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.lfm-format-breadcrumbs a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.lfm-format-breadcrumbs a:hover {
  color: #fff;
}

.lfm-chr-page h1,
.lfm-chr-page h2,
.lfm-chr-page h3,
.lfm-chr-page p {
  margin-top: 0;
}

.lfm-chr-hero {
  overflow: hidden;
  padding: 92px 0 86px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(5, 223, 242, .08), transparent 46%),
    linear-gradient(153deg, #07030e 0%, #130723 52%, #2a0633 100%);
}

.lfm-chr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(380px, .72fr);
  gap: 62px;
  align-items: center;
}

.lfm-chr-hero-grid > * { min-width: 0; }

.lfm-chr-kicker,
.lfm-chr-eyebrow {
  margin: 0 0 20px;
  color: var(--lfm-cyan);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.lfm-chr-page h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 72px;
  line-height: .98;
  font-weight: 800;
}

.lfm-chr-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .72);
  font-size: 23px;
  line-height: 1.45;
}

.lfm-chr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.lfm-chr-page .lfm-chr-btn-primary,
.lfm-chr-page .lfm-chr-btn-secondary {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
}

.lfm-chr-page .lfm-chr-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lfm-purple), var(--lfm-purple-2));
  box-shadow: 0 14px 30px rgba(118, 30, 232, .28);
}

.lfm-chr-page .lfm-chr-btn-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .17);
}

.lfm-chr-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.lfm-chr-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
  font-weight: 800;
}

.lfm-chr-visual {
  position: relative;
  min-height: 446px;
}

.lfm-chr-photo-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #13071e;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

.lfm-chr-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(7, 3, 14, .08), rgba(7, 3, 14, .28));
}

.lfm-chr-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.lfm-chr-photo-card.is-wide {
  top: 0;
  right: 4px;
  z-index: 2;
  width: 430px;
  height: 176px;
  transform: rotate(2deg);
}

.lfm-chr-photo-card.is-wide img {
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.04);
  transform-origin: center 34%;
}

.lfm-chr-photo-card.is-portrait {
  top: 110px;
  left: 0;
  z-index: 4;
  width: 236px;
  height: 306px;
  background: linear-gradient(145deg, #0f071a, #15d8ec);
  transform: rotate(-4deg);
}

.lfm-chr-photo-card.is-portrait {
  display: none;
}

.lfm-chr-photo-card.is-portrait img {
  object-fit: cover;
  object-position: center 38%;
  padding: 0;
}

.lfm-chr-photo-card.is-pop {
  left: 20px;
  bottom: 34px;
  z-index: 3;
  width: 206px;
  height: 150px;
  opacity: .9;
  transform: rotate(-3deg);
}

.lfm-chr-photo-card.is-pop img {
  object-fit: cover;
  object-position: center top;
}

.lfm-chr-sound-card {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 298px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff;
  background: rgba(10, 5, 18, .9);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .28);
}

.lfm-chr-sound-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.16;
}

.lfm-chr-sound-card span {
  display: block;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.4;
}

.lfm-chr-section {
  position: relative;
  padding: 86px 0;
  background: var(--lfm-soft);
}

.lfm-chr-section.is-white { background: #fff; }

.lfm-chr-section.is-format-feel {
  overflow: hidden;
  padding: 92px 0 94px;
  background:
    radial-gradient(circle at 82% 16%, rgba(5, 223, 242, .10), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(118, 30, 232, .08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.lfm-chr-section.is-format-feel::before {
  content: "";
  position: absolute;
  inset: 30px max(24px, calc((100% - var(--lfm-max)) / 2 - 26px));
  border: 1px solid rgba(105, 76, 141, .08);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .62), rgba(247, 242, 255, .30));
  pointer-events: none;
}

.lfm-chr-section.is-format-feel .lfm-chr-wrap {
  position: relative;
  z-index: 1;
}

.lfm-chr-section.is-build-system {
  overflow: hidden;
  padding: 82px 0 66px;
  background:
    linear-gradient(180deg, #f7f2ff 0%, #fbfaff 58%, #fff 100%);
}

.lfm-chr-section.is-build-system::before {
  content: "";
  position: absolute;
  top: -120px;
  right: max(18px, calc((100% - var(--lfm-max)) / 2));
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5, 223, 242, .13), transparent 68%);
  pointer-events: none;
}

.lfm-chr-section.is-dark {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5, 223, 242, .08), transparent 44%),
    linear-gradient(180deg, #070310, #10051f);
}

.lfm-chr-section-head {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(280px, .5fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}

.lfm-chr-section-head h2,
.lfm-chr-copy h2,
.lfm-chr-faq h2,
.lfm-chr-cta h2 {
  margin-bottom: 0;
  color: var(--lfm-ink);
  font-size: 52px;
  line-height: 1.03;
  font-weight: 800;
}

.lfm-chr-section.is-dark .lfm-chr-section-head h2,
.lfm-chr-cta h2 {
  color: #fff;
}

.lfm-chr-section-head p {
  margin-bottom: 4px;
  color: var(--lfm-muted);
  font-size: 19px;
  line-height: 1.45;
}

.lfm-chr-section.is-dark .lfm-chr-section-head p {
  color: rgba(255, 255, 255, .66);
}

.lfm-chr-player-shell {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.lfm-chr-player-shell #audio-box-vue,
.lfm-chr-player-shell .audio-box-vue-root,
.lfm-chr-player-shell #audio-grid-vue,
.lfm-chr-player-shell .audio-grid-vue-root {
  min-height: 520px;
}

.lfm-chr-split {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(320px, .54fr);
  gap: 60px;
  align-items: start;
}

.lfm-chr-split.is-media {
  grid-template-columns: minmax(360px, .62fr) minmax(0, .72fr);
  align-items: center;
}

.lfm-chr-copy h2 {
  margin-bottom: 22px;
}

.lfm-chr-copy p {
  color: var(--lfm-muted);
  font-size: 19px;
  line-height: 1.55;
}

.lfm-chr-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(105, 76, 141, .11);
  border-radius: 10px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 22px 56px rgba(31, 21, 50, .08);
  list-style: none !important;
}

.lfm-chr-list li::marker {
  content: "";
}

.lfm-chr-list li {
  position: relative;
  padding: 18px 20px 18px 50px;
  border: 1px solid rgba(105, 76, 141, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  color: var(--lfm-text);
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.lfm-chr-list li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 22px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lfm-purple), var(--lfm-cyan));
  box-shadow: 0 0 0 5px rgba(118, 30, 232, .08);
}

.lfm-chr-section.is-build-system .lfm-chr-section-head {
  position: relative;
  z-index: 1;
  align-items: center;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(105, 76, 141, .11);
}

.lfm-chr-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(105, 76, 141, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 20px 52px rgba(31, 21, 50, .07);
}

.lfm-chr-card {
  min-height: 178px;
  padding: 24px;
  border: 0;
  border-right: 1px solid rgba(105, 76, 141, .10);
  border-bottom: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .76));
  box-shadow: none;
}

.lfm-chr-card:last-child {
  border-right: 0;
}

.lfm-chr-card h3 {
  margin-bottom: 10px;
  color: var(--lfm-ink);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.lfm-chr-card p {
  color: var(--lfm-muted);
  font-size: 16px;
  line-height: 1.46;
}

.lfm-chr-artist-strip {
  position: relative;
  min-height: 326px;
}

.lfm-chr-section.is-current-context {
  padding-top: 62px;
  background:
    linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
}

.lfm-chr-artist-strip img {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid var(--lfm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(31, 21, 50, .14);
}

.lfm-chr-artist-strip img:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 190px;
  height: 245px;
  object-fit: contain;
  object-position: center bottom;
  padding: 12px 8px 0;
  background: linear-gradient(145deg, #eefbff, #f4e9ff);
}

.lfm-chr-artist-strip img:nth-child(2) {
  top: 0;
  right: 0;
  width: 208px;
  height: 196px;
  object-fit: contain;
  object-position: center bottom;
  padding: 10px 10px 0;
  background: linear-gradient(145deg, #fff, #e7faff);
}

.lfm-chr-artist-strip img:nth-child(3) {
  right: 74px;
  bottom: 24px;
  width: 220px;
  height: 154px;
  object-fit: cover;
  transform: rotate(-3deg);
}

.lfm-chr-inline-link {
  display: inline-flex;
  margin-top: 8px;
  color: #32106b !important;
  font-size: 17px;
  font-weight: 800;
}

.lfm-chr-related {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lfm-chr-related a {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--lfm-line);
  border-radius: 8px;
  background: #fff;
}

.lfm-chr-related span {
  display: block;
  margin-bottom: 18px;
  color: #6c49a6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lfm-chr-related strong {
  display: block;
  color: var(--lfm-ink);
  font-size: 21px;
  line-height: 1.1;
}

.lfm-chr-faq {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
  gap: 54px;
}

.lfm-chr-faq-list {
  display: grid;
  gap: 14px;
}

.lfm-chr-faq-item {
  padding: 24px;
  border: 1px solid var(--lfm-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
}

.lfm-chr-faq-item h3 {
  margin-bottom: 8px;
  color: var(--lfm-ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.lfm-chr-faq-item p {
  color: var(--lfm-muted);
  font-size: 16px;
  line-height: 1.48;
}

.lfm-chr-cta {
  padding: 82px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5, 223, 242, .08), transparent 44%),
    linear-gradient(180deg, #070310, #10051f);
  text-align: center;
}

.lfm-chr-cta h2 {
  max-width: 790px;
  margin: 0 auto 18px;
}

.lfm-chr-cta p {
  max-width: 700px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .68);
  font-size: 20px;
  line-height: 1.45;
}

.lfm-chr-cta .lfm-chr-actions {
  justify-content: center;
}

@media (max-width: 1080px) {
  .lfm-chr-hero-grid {
    grid-template-columns: minmax(0, .95fr) 350px;
    gap: 42px;
  }

  .lfm-chr-page h1 { font-size: 60px; }
  .lfm-chr-lead { font-size: 21px; }
  .lfm-chr-visual { min-height: 390px; }
  .lfm-chr-photo-card.is-wide { width: 342px; }
  .lfm-chr-photo-card.is-portrait { width: 196px; height: 260px; top: 96px; }
  .lfm-chr-photo-card.is-pop { display: none; }
  .lfm-chr-sound-card { width: 245px; padding: 17px; }
  .lfm-chr-grid,
  .lfm-chr-related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lfm-chr-section.is-build-system .lfm-chr-section-head h2 {
    max-width: 820px;
    font-size: 46px;
    line-height: 1.04;
  }
  .lfm-chr-section.is-build-system .lfm-chr-section-head p {
    max-width: 760px;
  }
  .lfm-chr-card:nth-child(2n) { border-right: 0; }
  .lfm-chr-card:nth-child(-n+2) { border-bottom: 1px solid rgba(105, 76, 141, .10); }
  .lfm-chr-split,
  .lfm-chr-split.is-media,
  .lfm-chr-faq,
  .lfm-chr-section-head { grid-template-columns: 1fr; }
  .lfm-chr-split.is-media { gap: 34px; }
  .lfm-chr-artist-strip {
    width: 100%;
    max-width: 430px;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .lfm-chr-hero-grid { grid-template-columns: 1fr; }
  .lfm-chr-visual { max-width: 438px; }
  .lfm-chr-artist-strip { max-width: 430px; }
}

@media (max-width: 740px) {
  .lfm-chr-wrap { width: min(100% - 34px, 356px); }
  .lfm-chr-hero { padding: 48px 0 42px; }
  .lfm-chr-kicker { margin-bottom: 16px; }
  .lfm-chr-page h1 {
    font-size: 36px;
    line-height: 1.03;
    overflow-wrap: anywhere;
    margin-bottom: 18px;
  }
  .lfm-chr-lead {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.45;
  }
  .lfm-chr-actions { align-items: stretch; }
  .lfm-chr-page .lfm-chr-btn-primary,
  .lfm-chr-page .lfm-chr-btn-secondary {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
  .lfm-chr-page .lfm-chr-btn-secondary {
    background: rgba(255, 255, 255, .065);
    border-color: rgba(255, 255, 255, .13);
  }
  .lfm-chr-pills { display: none; }
  .lfm-chr-pill { font-size: 12px; }
  .lfm-chr-visual {
    min-height: 142px;
    margin-top: 26px;
  }
  .lfm-chr-photo-card.is-wide { right: 0; width: 318px; }
  .lfm-chr-photo-card.is-portrait { top: 96px; width: 160px; height: 214px; }
  .lfm-chr-photo-card.is-pop { display: none; }
  .lfm-chr-sound-card {
    display: none;
  }
  .lfm-chr-section { padding: 62px 0; }
  .lfm-chr-section.is-format-feel,
  .lfm-chr-section.is-build-system {
    padding: 64px 0;
  }
  .lfm-chr-section.is-build-system {
    padding-bottom: 48px;
  }
  .lfm-chr-section.is-current-context {
    padding-top: 50px;
  }
  .lfm-chr-section.is-format-feel::before {
    inset: 18px 10px;
  }
  .lfm-chr-section-head h2,
  .lfm-chr-copy h2,
  .lfm-chr-faq h2,
  .lfm-chr-cta h2 {
    font-size: 34px;
    line-height: 1.06;
  }
  .lfm-chr-section.is-build-system .lfm-chr-section-head h2 {
    font-size: 34px;
    line-height: 1.06;
  }
  .lfm-chr-section-head p,
  .lfm-chr-copy p { font-size: 17px; }
  .lfm-chr-list {
    gap: 8px;
    padding: 8px;
    box-shadow: 0 16px 34px rgba(31, 21, 50, .07);
  }
  .lfm-chr-list li {
    padding: 16px 16px 16px 44px;
    font-size: 16px;
  }
  .lfm-chr-list li::before {
    top: 22px;
    left: 18px;
  }
  .lfm-chr-grid,
  .lfm-chr-related { grid-template-columns: 1fr; }
  .lfm-chr-card,
  .lfm-chr-card:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(105, 76, 141, .10);
  }
  .lfm-chr-card:last-child {
    border-bottom: 0;
  }
  .lfm-chr-player-shell { padding: 10px; }
  .lfm-chr-player-shell #audio-box-vue,
  .lfm-chr-player-shell .audio-box-vue-root,
  .lfm-chr-player-shell #audio-grid-vue,
  .lfm-chr-player-shell .audio-grid-vue-root { min-height: 560px; }
  .lfm-chr-artist-strip { min-height: 276px; }
  .lfm-chr-artist-strip img:nth-child(1) { width: 148px; height: 196px; }
  .lfm-chr-artist-strip img:nth-child(2) { width: 166px; height: 158px; }
  .lfm-chr-artist-strip img:nth-child(3) { right: 42px; bottom: 18px; width: 178px; height: 124px; }
}

/* Dark format pages use the shared v2 grid; keep plugin motion and contrast page-safe. */
.lfm-chr-player-shell .audio-grid-vue-root.lfm-motion-reveal,
.lfm-chr-player-shell .audio-album-cell.lfm-demo-card.lfm-motion-reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
}

.lfm-chr-player-shell .lfm-audio-grid-v2 {
  color: #fff !important;
}

.lfm-chr-player-shell .category-navbar {
  margin-bottom: 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
}

.lfm-chr-player-shell .audio-player-btn {
  color: rgba(255, 255, 255, .68) !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.lfm-chr-player-shell .audio-player-btn.active {
  color: #fff !important;
  box-shadow: inset 0 -2px 0 #8b35ff !important;
}

.lfm-chr-player-shell .lfm-v2-format-tabs {
  background: rgba(255, 255, 255, .10) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
}

.lfm-chr-player-shell .lfm-v2-filter-label {
  color: rgba(255, 255, 255, .58) !important;
}

.lfm-chr-player-shell .lfm-v2-format-tabs button {
  color: rgba(255, 255, 255, .78) !important;
  background: rgba(255, 255, 255, .12) !important;
}

.lfm-chr-player-shell .lfm-v2-format-tabs button.active {
  color: #fff !important;
  background: linear-gradient(135deg, #7f22ee 0%, #20d7ff 100%) !important;
}

.lfm-chr-player-shell .card-after {
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .30) !important;
}

.lfm-chr-player-shell .load-more-btn {
  padding-left: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #b98cff !important;
}

body.page-id-262042,
body.page-id-262042 #page-container,
body.page-id-262042 #et-main-area,
body.page-id-262042 #main-content {
  overflow-x: hidden;
}

body.page-id-262042 #main-content > .container,
body.page-id-262042 #main-content .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-id-262042 #left-area,
body.page-id-262042 #main-content #left-area {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

body.page-id-262042 #sidebar,
body.page-id-262042 .et_post_meta_wrapper,
body.page-id-262042 #main-content .entry-title,
body.page-id-262042 .post-meta {
  display: none !important;
}

@media (max-width: 520px) {
  .lfm-chr-page {
    max-width: 100%;
    overflow: hidden;
  }

  .lfm-chr-wrap {
    width: min(342px, calc(100vw - 28px));
    margin-right: 0;
    margin-left: max(14px, calc((100vw - 342px) / 2));
  }

  .lfm-format-breadcrumbs {
    max-width: 100%;
    gap: 6px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .lfm-chr-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .lfm-chr-page .lfm-chr-btn-primary,
  .lfm-chr-page .lfm-chr-btn-secondary {
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
    text-align: center;
  }

  .lfm-chr-visual {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .lfm-chr-photo-card.is-wide {
    right: 0;
    width: min(100%, 318px);
  }

  .lfm-chr-photo-card.is-portrait {
    display: none;
  }
}

/* Format-feel polish: keep this section editorial, not card-grid heavy. */
.lfm-chr-section.is-format-feel {
  padding: 92px 0 90px;
  background:
    radial-gradient(circle at 84% 8%, rgba(5, 223, 242, .12), transparent 32%),
    radial-gradient(circle at 10% 96%, rgba(118, 30, 232, .08), transparent 36%),
    linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.lfm-chr-section.is-format-feel::before {
  display: none;
}

.lfm-chr-section.is-format-feel .lfm-chr-split {
  grid-template-columns: minmax(0, .78fr) minmax(300px, .46fr);
  gap: 52px;
  align-items: center;
}

.lfm-chr-section.is-format-feel .lfm-chr-copy h2 {
  max-width: 690px;
  font-size: 56px;
  line-height: 1.02;
}

.lfm-chr-section.is-format-feel .lfm-chr-copy p {
  max-width: 720px;
}

.lfm-chr-section.is-format-feel .lfm-chr-list {
  position: relative;
  gap: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lfm-chr-section.is-format-feel .lfm-chr-list::before {
  content: "";
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 4px;
  width: 1px;
  background: linear-gradient(180deg, rgba(118, 30, 232, .28), rgba(5, 223, 242, .28));
}

.lfm-chr-section.is-format-feel .lfm-chr-list li {
  position: relative;
  padding: 17px 0 17px 34px;
  border: 0;
  border-bottom: 1px solid rgba(105, 76, 141, .14);
  border-radius: 0;
  background: transparent;
  color: #3d3348;
  font-size: 17px;
  line-height: 1.42;
}

.lfm-chr-section.is-format-feel .lfm-chr-list li:last-child {
  border-bottom: 0;
}

.lfm-chr-section.is-format-feel .lfm-chr-list li::before {
  top: 23px;
  left: 0;
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--lfm-purple), var(--lfm-cyan));
  box-shadow: 0 0 0 5px rgba(118, 30, 232, .08);
}

@media (min-width: 861px) and (max-width: 1080px) {
  .lfm-chr-section.is-format-feel .lfm-chr-split {
    grid-template-columns: minmax(0, 1fr) minmax(292px, .44fr);
    gap: 40px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-copy h2 {
    font-size: 46px;
  }
}

@media (max-width: 860px) {
  .lfm-chr-section.is-format-feel {
    padding: 64px 0;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-copy h2 {
    font-size: 34px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-list::before {
    display: none;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-list li {
    padding: 15px 0 15px 28px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-list li::before {
    top: 21px;
  }
}
/* Format-feel launch polish: intentional editorial band, not a blank checklist. */
.lfm-chr-section.is-format-feel {
  padding: 78px 0 82px;
  border-top: 1px solid rgba(105, 76, 141, .10);
  border-bottom: 1px solid rgba(105, 76, 141, .10);
  background:
    linear-gradient(90deg, rgba(118, 30, 232, .055) 0%, rgba(118, 30, 232, .032) 42%, transparent 42%),
    radial-gradient(circle at 78% 16%, rgba(5, 223, 242, .13), transparent 30%),
    linear-gradient(180deg, #fbf9ff 0%, #fff 100%);
}

.lfm-chr-section.is-format-feel .lfm-chr-split {
  grid-template-columns: minmax(0, .82fr) minmax(300px, .48fr);
  gap: 44px;
  align-items: center;
}

.lfm-chr-section.is-format-feel .lfm-chr-copy {
  max-width: 760px;
}

.lfm-chr-section.is-format-feel .lfm-chr-copy h2 {
  max-width: 690px;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0;
}

.lfm-chr-section.is-format-feel .lfm-chr-copy p {
  max-width: 680px;
  color: #6b6076;
}

.lfm-chr-section.is-format-feel .lfm-chr-list {
  gap: 0;
  padding: 8px 0 8px 24px;
  border: 0;
  border-left: 1px solid rgba(118, 30, 232, .22);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lfm-chr-section.is-format-feel .lfm-chr-list::before {
  display: none;
}

.lfm-chr-section.is-format-feel .lfm-chr-list li {
  position: relative;
  padding: 18px 0 18px 28px;
  border: 0;
  border-bottom: 1px solid rgba(105, 76, 141, .13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #3d3348;
  font-size: 17px;
  line-height: 1.42;
}

.lfm-chr-section.is-format-feel .lfm-chr-list li:last-child {
  border-bottom: 0;
}

.lfm-chr-section.is-format-feel .lfm-chr-list li::before {
  top: 24px;
  left: 0;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--lfm-purple), var(--lfm-cyan));
  box-shadow: 0 0 0 5px rgba(118, 30, 232, .08);
}

@media (min-width: 861px) and (max-width: 1080px) {
  .lfm-chr-section.is-format-feel .lfm-chr-split {
    grid-template-columns: minmax(0, 1fr) minmax(286px, .46fr);
    gap: 36px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-copy h2 {
    font-size: 44px;
  }
}

@media (max-width: 860px) {
  .lfm-chr-section.is-format-feel {
    padding: 58px 0 62px;
    background:
      radial-gradient(circle at 84% 0%, rgba(5, 223, 242, .12), transparent 34%),
      linear-gradient(180deg, #fbf9ff 0%, #fff 100%);
  }

  .lfm-chr-section.is-format-feel .lfm-chr-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-copy h2 {
    font-size: 34px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-list {
    padding-left: 0;
    border-left: 0;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-list li {
    padding: 15px 0 15px 26px;
  }

  .lfm-chr-section.is-format-feel .lfm-chr-list li::before {
    top: 21px;
  }
}



/* Format montage refresh: cleaner face-led artist grids. */
.lfm-format-visual-montage {
  overflow: visible;
  isolation: isolate;
}

.lfm-format-hero-montage,
.lfm-format-context-montage {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  pointer-events: none;
}

.lfm-format-hero-montage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(100%, 392px);
  z-index: 1;
  align-content: start;
  padding: 28px 0 190px !important;
}

.lfm-format-context-montage {
  position: relative;
  min-height: auto !important;
  max-width: 520px;
  isolation: isolate;
}

.lfm-format-hero-montage img,
.lfm-format-context-montage img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  background: #12091d !important;
  box-shadow: 0 18px 42px rgba(16, 10, 32, .18) !important;
  filter: saturate(1.04) contrast(1.03);
}

.lfm-format-hero-montage img {
  aspect-ratio: 1 / 1 !important;
}

.lfm-format-context-montage img {
  aspect-ratio: 4 / 5 !important;
}

.lfm-format-hero-montage img:nth-child(1),
.lfm-format-context-montage img:nth-child(1) {
  transform: rotate(-1.2deg);
}

.lfm-format-hero-montage img:nth-child(2),
.lfm-format-context-montage img:nth-child(2) {
  transform: rotate(1deg) translateY(-6px);
}

.lfm-format-hero-montage img:nth-child(3),
.lfm-format-context-montage img:nth-child(3) {
  transform: rotate(-.7deg);
}

.lfm-format-hero-montage img:nth-child(4),
.lfm-format-context-montage img:nth-child(4) {
  transform: rotate(.8deg) translateY(6px);
}

.lfm-format-hero-montage img:nth-child(5),
.lfm-format-context-montage img:nth-child(5) {
  transform: rotate(-.9deg);
}

.lfm-format-hero-montage img:nth-child(6),
.lfm-format-context-montage img:nth-child(6) {
  transform: rotate(1.3deg) translateY(4px);
}

.lfm-chr-sound-card,
.lfm-hotac-sound-card,
.lfm-urban-sound-card,
.lfm-dance-sound-card,
.lfm-christian-sound-card,
.lfm-rock-mini-card {
  z-index: 8 !important;
}

@media (max-width: 980px) {
  .lfm-format-hero-montage {
    width: min(100%, 390px);
    margin: 0 auto;
    padding-bottom: 176px !important;
  }

  .lfm-format-context-montage {
    max-width: 460px !important;
    margin: 0 auto 24px !important;
  }
}

@media (max-width: 520px) {
  .lfm-format-visual-montage {
    min-height: 314px !important;
  }

  .lfm-format-hero-montage {
    inset: 4px 0 0;
    width: min(100%, 342px);
    gap: 8px !important;
    padding: 0 4px 104px !important;
  }

  .lfm-format-context-montage {
    width: min(100%, 342px) !important;
    gap: 8px !important;
  }

  .lfm-format-hero-montage img,
  .lfm-format-context-montage img {
    border-radius: 7px !important;
    box-shadow: 0 14px 28px rgba(16, 10, 32, .14) !important;
  }
}

/* Related format guide refresh: turns the lower guide list into a useful sound map. */
.lfm-format-guide-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f5fb 0%, #f3eef9 100%) !important;
  border-top: 1px solid rgba(118, 30, 232, .06);
  border-bottom: 1px solid rgba(118, 30, 232, .06);
}

.lfm-format-guide-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(118, 30, 232, .05), transparent 36%, rgba(5, 223, 242, .05));
}

.lfm-format-guide-section > * {
  position: relative;
  z-index: 1;
}

.lfm-format-guide-section .lfm-format-guide-head {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .58fr) !important;
  gap: 26px !important;
  align-items: end;
  margin-bottom: 34px;
}

.lfm-format-guide-head .lfm-format-guide-kicker {
  grid-column: 1 / -1;
  margin: 0 0 -10px;
  color: var(--lfm-cyan);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lfm-format-guide-section .lfm-format-guide-head h2 {
  max-width: 650px;
}

.lfm-format-guide-section .lfm-format-guide-head p {
  max-width: 540px;
}

.lfm-format-guide-grid {
  display: grid !important;
  grid-template-columns: 1.18fr repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.lfm-format-guide-grid > br {
  display: none !important;
}

.lfm-format-guide-grid .lfm-format-guide-card > br {
  display: none !important;
}

.lfm-format-guide-grid .lfm-format-guide-card {
  position: relative;
  display: flex !important;
  min-height: 214px !important;
  flex-direction: column;
  padding: 24px !important;
  overflow: hidden;
  border: 1px solid rgba(118, 30, 232, .13) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 20px 48px rgba(26, 16, 49, .05);
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.lfm-format-guide-grid .lfm-format-guide-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lfm-purple), var(--lfm-cyan));
  opacity: .72;
}

.lfm-format-guide-grid .lfm-format-guide-card:hover,
.lfm-format-guide-grid .lfm-format-guide-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(118, 30, 232, .28) !important;
  box-shadow: 0 24px 58px rgba(26, 16, 49, .09);
}

.lfm-format-guide-grid .lfm-format-guide-card.is-primary {
  border-color: rgba(255, 255, 255, .14) !important;
  background: linear-gradient(145deg, #0b0614 0%, #1d0b31 54%, #351052 100%) !important;
  box-shadow: 0 28px 70px rgba(42, 13, 86, .23);
}

.lfm-format-guide-grid .lfm-format-guide-card.is-primary::before {
  height: 4px;
  opacity: 1;
  background: linear-gradient(90deg, var(--lfm-cyan), #b56cff, var(--lfm-purple-2));
}

.lfm-format-guide-grid .lfm-format-guide-label {
  display: block !important;
  margin: 0 0 22px !important;
  color: #6c49a6 !important;
  font-size: 12px !important;
  line-height: 1.15;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
}

.lfm-format-guide-grid .lfm-format-guide-card.is-primary .lfm-format-guide-label {
  color: var(--lfm-cyan) !important;
}

.lfm-format-guide-grid .lfm-format-guide-card strong {
  display: block !important;
  color: var(--lfm-ink) !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
  font-weight: 850;
}

.lfm-format-guide-grid .lfm-format-guide-card.is-primary strong {
  color: #fff !important;
}

.lfm-format-guide-grid .lfm-format-guide-card em {
  display: block;
  margin-top: 14px;
  color: var(--lfm-muted);
  font-size: 15px;
  line-height: 1.42;
  font-style: normal;
}

.lfm-format-guide-grid .lfm-format-guide-card.is-primary em {
  color: rgba(255, 255, 255, .72);
}

.lfm-format-guide-grid .lfm-format-guide-link {
  display: inline-flex !important;
  margin: auto 0 0 !important;
  padding-top: 20px;
  align-items: center;
  gap: 8px;
  color: #5a15cb !important;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lfm-format-guide-grid .lfm-format-guide-card.is-primary .lfm-format-guide-link {
  color: #fff !important;
}

@media (max-width: 1080px) {
  .lfm-format-guide-section .lfm-format-guide-head {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .lfm-format-guide-head .lfm-format-guide-kicker {
    margin-bottom: 0;
  }

  .lfm-format-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 740px) {
  .lfm-format-guide-section .lfm-format-guide-head {
    margin-bottom: 22px;
  }

  .lfm-format-guide-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .lfm-format-guide-grid .lfm-format-guide-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  .lfm-format-guide-grid .lfm-format-guide-label {
    margin-bottom: 14px !important;
  }

  .lfm-format-guide-grid .lfm-format-guide-card strong {
    font-size: 20px !important;
  }
}
