  .lfm-formats-page {
    --lfm-ink: #15111d;
    --lfm-text: #3d3449;
    --lfm-muted: #756c80;
    --lfm-line: #e8e3f0;
    --lfm-soft: #f7f5fb;
    --lfm-purple: #761ee8;
    --lfm-purple-2: #a528f4;
    --lfm-cyan: #05dff2;
    --lfm-max: 1160px;
    color: var(--lfm-text);
    background: var(--lfm-soft);
    font-family: Inter, Gilroy, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }

  .lfm-formats-page * { box-sizing: border-box; }
  .lfm-formats-page a { color: inherit; text-decoration: none; }
  .lfm-formats-wrap { width: min(var(--lfm-max), calc(100% - 48px)); margin: 0 auto; }
  #format-guides { scroll-margin-top: 120px; }

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

  .lfm-formats-hero {
    padding: 88px 0 70px;
    background:
      radial-gradient(circle at 82% 12%, rgba(5, 223, 242, .18), transparent 34%),
      radial-gradient(circle at 10% 90%, rgba(118, 30, 232, .16), transparent 34%),
      linear-gradient(180deg, #fff, #f4effd 100%);
  }

  .lfm-formats-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .52fr);
    gap: 62px;
    align-items: center;
  }

  .lfm-formats-hero-grid > * { min-width: 0; }
  .lfm-formats-page h1,
  .lfm-formats-page h2,
  .lfm-formats-page h3,
  .lfm-formats-page p { margin-top: 0; }

  .lfm-formats-eyebrow {
    margin: 0 0 22px;
    color: #6a5a80;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .lfm-formats-page h1 {
    max-width: 700px;
    margin-bottom: 24px;
    color: var(--lfm-ink);
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
  }

  .lfm-formats-lead {
    max-width: 670px;
    margin-bottom: 34px;
    color: var(--lfm-muted);
    font-size: 23px;
    line-height: 1.45;
  }

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

  .lfm-formats-btn-primary,
  .lfm-formats-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-formats-page .lfm-formats-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--lfm-purple), var(--lfm-purple-2));
    box-shadow: 0 14px 28px rgba(118, 30, 232, .24);
  }

  .lfm-formats-page .lfm-formats-btn-secondary {
    color: #2f155d !important;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(54, 26, 109, .12);
    box-shadow: 0 12px 26px rgba(25, 18, 45, .06);
  }

  .lfm-formats-art {
    position: relative;
    min-height: 318px;
  }

  .lfm-formats-media-panel {
    position: relative;
    width: min(100%, 382px);
    aspect-ratio: 1.06;
    margin: 0 0 0 auto;
    border: 1px solid rgba(54, 26, 109, .11);
    border-radius: 10px;
    overflow: hidden;
    background: #10071f;
    box-shadow: 0 26px 58px rgba(41, 22, 78, .14);
    transform: rotate(1.2deg);
  }

  .lfm-formats-media-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, transparent 48%, rgba(13, 4, 28, .14)),
      radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .16), transparent 30%);
    pointer-events: none;
  }

  .lfm-formats-media-panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 40%;
  }

  .lfm-formats-card-stack {
    position: absolute;
    inset: 0 0 auto auto;
    width: min(100%, 420px);
    min-height: 340px;
  }

  .lfm-formats-art-card {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 190px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 52px rgba(41, 22, 78, .17);
  }

  .lfm-formats-art-card:nth-child(1) {
    left: 0;
    top: 28px;
    z-index: 2;
    background: #10071f;
    transform: rotate(-4deg);
  }

  .lfm-formats-art-card:nth-child(2) {
    right: 6px;
    top: 66px;
    z-index: 3;
    background: #fff;
    transform: rotate(3deg);
  }

  .lfm-formats-art-card:nth-child(3) {
    left: 84px;
    bottom: 4px;
    z-index: 4;
    background: #fff;
    transform: rotate(1.5deg);
  }

  .lfm-formats-art-card img,
  .lfm-format-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lfm-formats-art-card.is-chr img { object-position: 24% center; transform: scale(1.08); }
  .lfm-formats-art-card.is-rock img { object-position: center center; transform: scale(1.03); }
  .lfm-formats-art-card.is-dance img { object-position: 50% 30%; transform: scale(1.04); }
  .lfm-formats-art-card.is-hot-ac img { object-position: 50% 14%; }
  .lfm-formats-art-card.is-urban img { object-position: 50% 9%; background: #fff; }

  .lfm-formats-art-card figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #130c1e;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 24px rgba(15, 7, 31, .16);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .lfm-formats-section { padding: 86px 0; background: var(--lfm-soft); }
  .lfm-formats-section.is-white { background: #fff; }

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

  .lfm-formats-section-head h2 {
    margin-bottom: 0;
    color: var(--lfm-ink);
    font-size: 52px;
    line-height: 1.02;
    font-weight: 800;
  }

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

  .lfm-formats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .lfm-format-card {
    display: flex;
    min-height: 404px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid var(--lfm-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 16px 38px rgba(31, 21, 50, .06);
  }

  .lfm-format-photo {
    height: 172px;
    overflow: hidden;
    background: #11081f;
  }

  .lfm-format-card[data-format="chr"] .lfm-format-photo img { object-position: 50% 18%; }
  .lfm-format-card[data-format="rock"] .lfm-format-photo img { object-position: center center; }
  .lfm-format-card[data-format="dance"] .lfm-format-photo img { object-position: 50% 28%; }
  .lfm-format-card[data-format="hot-ac"] .lfm-format-photo img { object-position: 50% 10%; }
  .lfm-format-card[data-format="urban"] .lfm-format-photo img { object-position: 50% 8%; background: #fff; }
  .lfm-format-card[data-format="christian"] .lfm-format-photo img { object-position: 52% center; }
  .lfm-format-card[data-format="recommendation"] .lfm-format-photo img { object-position: 50% 38%; }

  .lfm-format-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 26px 26px;
  }

  .lfm-format-card-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 22px;
  }

  .lfm-format-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    color: #5d2bc3;
    background: #f0e7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .lfm-format-card h3 {
    margin-bottom: 14px;
    color: var(--lfm-ink);
    font-size: 28px;
    line-height: 1.04;
    font-weight: 800;
  }

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

  .lfm-format-link {
    display: inline-flex;
    margin-top: 20px;
    color: #32106b;
    font-weight: 800;
  }

  .lfm-formats-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .lfm-formats-info-card {
    padding: 28px;
    border: 1px solid var(--lfm-line);
    border-radius: 8px;
    background: #fff;
  }

  .lfm-formats-info-card h3 {
    margin-bottom: 12px;
    color: var(--lfm-ink);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 800;
  }

  .lfm-formats-info-card p {
    color: var(--lfm-muted);
    font-size: 17px;
    line-height: 1.5;
  }

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

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

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

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

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

  .lfm-formats-cta {
    padding: 82px 0;
    color: #fff;
    background: radial-gradient(circle at 76% 18%, rgba(118, 30, 232, .24), transparent 30%), linear-gradient(180deg, #070310, #10051f);
    text-align: center;
  }

  .lfm-formats-cta h2 {
    max-width: 760px;
    margin: 0 auto 18px;
    color: #fff;
    font-size: 56px;
    line-height: 1.04;
    font-weight: 800;
  }

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

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

  @media (max-width: 1080px) {
    .lfm-formats-hero { padding: 74px 0 58px; }
    .lfm-formats-hero-grid { grid-template-columns: minmax(0, .95fr) 300px; gap: 38px; }
    .lfm-formats-page h1 { font-size: 56px; }
    .lfm-formats-section-head h2,
    .lfm-formats-cta h2 { font-size: 44px; }
    .lfm-formats-art { min-height: 284px; }
    .lfm-formats-media-panel { width: min(100%, 298px); }
    .lfm-formats-art-card { width: 190px; height: 168px; }
    .lfm-formats-grid,
    .lfm-formats-info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lfm-formats-faq,
    .lfm-formats-section-head { grid-template-columns: 1fr; }
  }

  @media (max-width: 900px) {
    .lfm-formats-hero-grid { grid-template-columns: 1fr; }
    .lfm-formats-art { max-width: 360px; min-height: 260px; }
  }

  @media (max-width: 740px) {
    .lfm-formats-wrap { width: min(100% - 34px, 356px); }
    .lfm-formats-hero { padding: 56px 0 46px; }
    .lfm-formats-page h1 { font-size: 38px; line-height: 1.02; }
    .lfm-formats-section-head h2,
    .lfm-formats-cta h2 { font-size: 34px; }
    .lfm-formats-lead { max-width: 100%; font-size: 18px; line-height: 1.45; }
    .lfm-formats-actions { align-items: stretch; }
    .lfm-formats-btn-primary,
    .lfm-formats-btn-secondary { width: 100%; }
    .lfm-formats-art { display: none; }
    .lfm-formats-card-stack { width: 100%; min-height: 260px; }
    .lfm-formats-art-card { width: 150px; height: 132px; }
    .lfm-formats-art-card:nth-child(1) { left: 0; top: 0; }
    .lfm-formats-art-card:nth-child(2) { right: 0; top: 42px; }
    .lfm-formats-art-card:nth-child(3) { left: 82px; bottom: 8px; }
    .lfm-formats-grid,
    .lfm-formats-info { grid-template-columns: 1fr; }
    .lfm-format-card { min-height: 0; }
    .lfm-format-photo { height: 154px; }
    .lfm-formats-section { padding: 62px 0; }
  }
