/* =========================================================================
 * XXL FEATURED CONTENT — YOUNG M.A
 * Stylesheet. Paired with lilkim-cover.js.
 *
 * All rules are scoped to #xxl-featured-youngma so nothing leaks into the
 * surrounding WordPress theme.
 * ========================================================================= */

/* XXL's cover display face — wide futuristic caps, used for pull quotes. */
@font-face {
  font-family: 'microgramma';
  src: url('https://tsm-fonts.s3.amazonaws.com/microgramma/microgramma-d.otf') format('opentype');
  font-weight: 400 900;
  font-display: swap;
}

#xxl-featured-youngma {
  /* ---- THEME TOKENS — change these per cover ----
     --accent is the single brand/artist pop color (default XXL red). Swap it
     (and --accent-deep) to re-theme an entire cover. --holo is the iridescent
     gradient used on the artist name + the mic-drop quote; set it to a solid
     or a different gradient to retheme the signature moments. */
  --accent: #ed1b24;
  --accent-deep: #bc0615;
  --holo: linear-gradient(105deg, #f6dbe7 0%, #d6dcf7 22%, #c8f1e4 46%, #ecd8f7 70%, #f8e7d2 88%, #f6dbe7 100%);

  /* Internal aliases — the rest of the sheet references --lw-red/-deep, which
     now simply track --accent so there's one place to re-theme. */
  --lw-red: var(--accent);
  --lw-red-deep: var(--accent-deep);

  /* Surfaces — charcoal (not pure black) for a moody editorial base. */
  --ink: #141416;
  --ink-2: #1c1c1f;
  --paper: #f3f2ee;
  --paper-dim: #9a9aa0;
  --hot-white: #ffffff;

  /* Type — blackletter name + heavy condensed display, à la the ASAP layout. */
  --font-name: 'Grenze Gotisch', 'Times New Roman', serif;
  --font-display: 'Anton', 'Arial Black', Impact, sans-serif;
  --font-wide: 'microgramma', 'Arial Black', sans-serif;
  --font-accent: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* Stay inside the WP post column. All inner typography sizes use
     container query units (cqi) so they scale to THIS element's width,
     not the browser viewport. */
  container-type: inline-size;
  container-name: lwcover;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-x: clip; /* harder than `hidden` — never produces a scroll context */
  margin: 0 0 30px;
  border-radius: 0;
  isolation: isolate;

  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

#xxl-featured-youngma * { box-sizing: border-box; }
#xxl-featured-youngma img { max-width: 100%; display: block; }
#xxl-featured-youngma a { color: inherit; }
#xxl-featured-youngma mark,
#xxl-featured-youngma em { font-weight: inherit; font-style: inherit; }

/* Kill theme-injected decorations on quote elements (the Townsquare theme
   adds ::before/::after with stylized quotation marks to blockquote/q,
   which clash with our own typography). */
#xxl-featured-youngma blockquote,
#xxl-featured-youngma q,
#xxl-featured-youngma .lw-quote__text {
  margin: 0;
  padding: 0;
  quotes: none;
}
#xxl-featured-youngma blockquote::before,
#xxl-featured-youngma blockquote::after,
#xxl-featured-youngma q::before,
#xxl-featured-youngma q::after,
#xxl-featured-youngma .lw-quote__text::before,
#xxl-featured-youngma .lw-quote__text::after {
  content: none !important;
  display: none !important;
}

/* ---------- Halftone + grain textures (pure CSS) ---------- */
#xxl-featured-youngma .lw-halftone {
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.18) 1px, transparent 1.5px);
  background-size: 6px 6px;
}
#xxl-featured-youngma .lw-grain::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.35'/></svg>");
  opacity: 0.12;
  mix-blend-mode: overlay;
}

/* ---------- HERO ---------- */
#xxl-featured-youngma .lw-hero {
  position: relative;
  width: 100%;
  /* Keep the hero within a laptop viewport — cap by both container width and
     screen height so the whole image is visible without scrolling. */
  height: clamp(420px, 64cqi, 600px);
  max-height: 82vh;
  overflow: visible;
  background: var(--ink);
}
#xxl-featured-youngma .lw-hero__media {
  position: absolute; inset: 0;
  overflow: hidden;
}
#xxl-featured-youngma .lw-hero__bg,
#xxl-featured-youngma .lw-hero__scrim,
#xxl-featured-youngma .lw-hero__fg {
  position: absolute; inset: 0;
  will-change: transform;
}
#xxl-featured-youngma .lw-hero__bg {
  /* background-image set via inline style from CONTENT.heroBgImage */
  background-size: cover;
  background-position: center 41%;
  transform: scale(1.06);
}
#xxl-featured-youngma .lw-hero__scrim {
  background:
    linear-gradient(180deg, rgba(10,10,10,0.05) 0%, rgba(10,10,10,0.1) 35%, rgba(10,10,10,0.75) 72%, rgba(10,10,10,0.96) 100%),
    radial-gradient(80% 60% at 50% 40%, transparent 0%, rgba(225,38,28,0.18) 100%);
  pointer-events: none;
}
#xxl-featured-youngma .lw-hero__fg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(16px, 4cqi, 36px);
  z-index: 3;
}
#xxl-featured-youngma .lw-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 12px;
  color: var(--paper);
  background: var(--lw-red);
  padding: 8px 14px;
  align-self: flex-start;
  margin-top: clamp(20px, 5cqi, 48px);
  transform: rotate(-1.5deg);
  box-shadow: 4px 4px 0 var(--ink);
}
#xxl-featured-youngma .lw-eyebrow::before {
  content: '●';
  color: var(--paper);
  font-size: 10px;
}
#xxl-featured-youngma .lw-hero__headline {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px, 6.2cqi, 56px);
  line-height: 0.95;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: auto 0 12px;
  color: var(--paper);
  /* Default: white text with red dropshadow */
  text-shadow: 0 3px 0 var(--lw-red), 0 6px 24px rgba(0,0,0,0.6);
}
#xxl-featured-youngma .lw-hero__headline .ln {
  display: block;
  overflow: hidden;
  padding: 0.04em 0;
}
/* Let artist-name descenders (g, y) bleed behind the subtitle line */
#xxl-featured-youngma .lw-hero__headline .ln:first-child {
  overflow: visible;
}
#xxl-featured-youngma .lw-hero__headline .ln span {
  display: inline-block;
}
/* Line 1 (artist name) — dominant; outsized red wordmark anchored at bottom. */
#xxl-featured-youngma .lw-hero__headline .ln:nth-child(1) span {
  font-size: clamp(72px, 18cqi, 168px);
  line-height: 0.85;
  color: var(--lw-red);
  text-shadow: 0 4px 0 var(--lw-red-deep), 0 8px 28px rgba(0,0,0,0.7);
  transform: rotate(-1.5deg);
  letter-spacing: -0.02em;
}

#xxl-featured-youngma .lw-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--paper-dim);
}
#xxl-featured-youngma .lw-hero__meta b { color: var(--paper); font-weight: 800; }

@container lwcover (max-width: 560px) {
  #xxl-featured-youngma .lw-eyebrow {
    margin-top: 0;
    font-size: 10px;
    padding: 6px 10px;
    letter-spacing: 0.2em;
  }
  #xxl-featured-youngma .lw-hero__meta {
    line-height: 1.2;
    gap: 4px 16px;
  }
  /* Mobile: scale the band photo up to 165% so it fills the hero. The
     headline + meta sit over the lower portion via the dark scrim gradient,
     with no empty dark space below. */
  #xxl-featured-youngma .lw-hero {
    height: clamp(420px, 110cqi, 500px);
  }
  #xxl-featured-youngma .lw-hero__fg {
    padding-bottom: 16px;
  }
  #xxl-featured-youngma .lw-hero__bg {
    background-size: 165% auto;
    background-position: center;
    background-repeat: no-repeat;
    transform: none;
  }
}

#xxl-featured-youngma .lw-scroll-hint {
  position: absolute;
  bottom: 18px; left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--paper-dim);
  animation: lw-bob 2.4s ease-in-out infinite;
}
@keyframes lw-bob {
  0%,100% { transform: translate(-50%, 0); opacity: 0.7; }
  50%     { transform: translate(-50%, 8px); opacity: 1; }
}

/* ---------- SOCIAL SHARE STRIP ---------- */
/* Slot directly under the hero. The WP-rendered .social-share.bignsexy <ul>
   is moved into [data-social-share-target] at boot; section stays hidden
   until that migration succeeds. */
#xxl-featured-youngma .lw-social-share {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: clamp(18px, 2.6cqi, 28px) clamp(16px, 4cqi, 36px);
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
#xxl-featured-youngma .lw-social-share__inner {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#xxl-featured-youngma .lw-social-share__kicker {
  display: inline-block;
  font-family: var(--font-accent);
  color: var(--lw-red);
  font-size: clamp(14px, 2cqi, 18px);
  transform: rotate(-1.5deg);
  letter-spacing: 0.02em;
}
/* Reset and style the migrated <ul> as horizontal pill buttons. */
#xxl-featured-youngma .lw-social-share__slot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
#xxl-featured-youngma .lw-social-share__slot li {
  margin: 0;
  padding: 0;
}
#xxl-featured-youngma .lw-social-share__slot a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: var(--lw-red);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--paper);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
#xxl-featured-youngma .lw-social-share__slot a:hover,
#xxl-featured-youngma .lw-social-share__slot a:focus-visible {
  background: var(--lw-red-deep);
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--paper);
  outline: none;
}
#xxl-featured-youngma .lw-social-share__slot .social-icon-svg-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#xxl-featured-youngma .lw-social-share__slot svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
/* Show the "Share on …" label inline next to each icon. */
#xxl-featured-youngma .lw-social-share__slot .share-title {
  display: inline-block;
  white-space: nowrap;
}

/* ---------- COVER REVEAL ---------- */
#xxl-featured-youngma .lw-cover-reveal {
  position: relative;
  padding: clamp(48px, 8cqi, 96px) clamp(20px, 5cqi, 48px);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
#xxl-featured-youngma .lw-cover-reveal__bg {
  position: absolute; inset: 0;
  /* background-image set via inline style from CONTENT.coverReveal.image */
  background-size: cover;
  background-position: center;
  filter: blur(40px) brightness(0.4) saturate(1.4);
  transform: scale(1.2);
  z-index: 0;
}
#xxl-featured-youngma .lw-cover-reveal__bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.65) 0%, rgba(212,0,79,0.25) 50%, rgba(10,10,10,0.85) 100%);
}
#xxl-featured-youngma .lw-cover-reveal__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
#xxl-featured-youngma .lw-cover-reveal__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
#xxl-featured-youngma .lw-cover-reveal__tag {
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: clamp(11px, 1.4cqi, 13px);
  color: var(--lw-red);
}
#xxl-featured-youngma .lw-cover-reveal__issue {
  font-family: var(--font-accent);
  font-size: clamp(16px, 2.4cqi, 22px);
  color: var(--paper);
  transform: rotate(-1deg);
}
#xxl-featured-youngma .lw-cover-reveal__frame {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.08);
  transform: rotate(-1.5deg);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
}
#xxl-featured-youngma .lw-cover-reveal__frame:hover {
  transform: rotate(0deg) scale(1.02);
}
#xxl-featured-youngma .lw-cover-reveal__frame img {
  display: block;
  width: 100%;
  height: auto;
}
#xxl-featured-youngma .lw-cover-reveal__corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 3px solid var(--lw-red);
  pointer-events: none;
}
#xxl-featured-youngma .lw-cover-reveal__corner--tl { top: -6px; left: -6px;  border-right: 0; border-bottom: 0; }
#xxl-featured-youngma .lw-cover-reveal__corner--tr { top: -6px; right: -6px; border-left: 0;  border-bottom: 0; }
#xxl-featured-youngma .lw-cover-reveal__corner--bl { bottom: -6px; left: -6px;  border-right: 0; border-top: 0; }
#xxl-featured-youngma .lw-cover-reveal__corner--br { bottom: -6px; right: -6px; border-left: 0;  border-top: 0; }

#xxl-featured-youngma .lw-cover-reveal__caption {
  margin: 24px 0 0;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

/* ---------- DEK ---------- */
#xxl-featured-youngma .lw-dek {
  position: relative;
  padding: clamp(48px, 7cqi, 80px) clamp(20px, 5cqi, 48px);
  background: var(--paper);
  color: var(--ink);
}
#xxl-featured-youngma .lw-dek::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,0.18) 1px, transparent 1.6px);
  background-size: 5px 5px;
  opacity: 0.5;
  pointer-events: none;
}
#xxl-featured-youngma .lw-dek__wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
#xxl-featured-youngma .lw-dek__subhead {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(24px, 5cqi, 38px);
  line-height: 1;
  margin: 0 0 28px;
  color: var(--ink);
}
#xxl-featured-youngma .lw-dek__subhead em {
  font-style: italic;
  background: var(--lw-red);
  color: var(--paper);
  padding: 0 0.2em;
  display: inline-block;
  transform: rotate(-1deg);
}
#xxl-featured-youngma .lw-dek p {
  font-size: clamp(17px, 2.5cqi, 21px);
  line-height: 1.6;
  margin: 0 0 1.2em;
  opacity: 0;
  transform: translateY(24px);
}
/* Lede: only the opening summary paragraph reads larger, with a red rule
   separating it from the interview body that follows. */
#xxl-featured-youngma .lw-dek p:first-of-type {
  font-weight: 500;
  color: var(--ink);
}
#xxl-featured-youngma .lw-dek p:last-of-type {
  margin-bottom: clamp(28px, 4cqi, 40px);
  padding-bottom: clamp(20px, 3cqi, 32px);
  border-bottom: 3px solid var(--lw-red);
}
/* Inline links in body copy — red, underlined, with a deeper red on hover. */
#xxl-featured-youngma .lw-dek a,
#xxl-featured-youngma .lw-chapter a {
  color: var(--lw-red);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
#xxl-featured-youngma .lw-dek a:hover,
#xxl-featured-youngma .lw-chapter a:hover {
  color: var(--lw-red-deep);
}
#xxl-featured-youngma .lw-dek em,
#xxl-featured-youngma .lw-chapter em {
  font-style: italic;
}
/* Album title — red italic, wrapped in auto single quotes. */
#xxl-featured-youngma em.lw-album {
  font-style: italic;
  color: var(--lw-red);
  font-weight: 600;
}
#xxl-featured-youngma em.lw-album::before { content: '\2018'; }
#xxl-featured-youngma em.lw-album::after  { content: '\2019'; }
/* Links that wrap an album title keep their underline + red color cohesive. */
#xxl-featured-youngma a > em.lw-album,
#xxl-featured-youngma em.lw-album {
  color: var(--lw-red);
}
#xxl-featured-youngma .lw-dek p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: normal;
  float: left;
  font-size: 3em;
  line-height: 0.82;
  padding: 4px 12px 0 0;
  color: var(--lw-red);
}

/* ---------- CHAPTERS ---------- */
#xxl-featured-youngma .lw-chapter {
  /* Default = paper (tan) theme */
  position: relative;
  padding: clamp(48px, 7cqi, 80px) clamp(20px, 5cqi, 48px);
  background: var(--paper);
  color: var(--ink);
  border-top: 2px dashed rgba(0,0,0,0.15);
  overflow: hidden;
}
#xxl-featured-youngma .lw-chapter::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,0.18) 1px, transparent 1.6px);
  background-size: 5px 5px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
#xxl-featured-youngma .lw-chapter__inner {
  position: relative;
  z-index: 1;
}
#xxl-featured-youngma .lw-chapter--ink {
  background: var(--ink);
  color: var(--paper);
  border-top-color: rgba(255,255,255,0.12);
}
#xxl-featured-youngma .lw-chapter--ink::before {
  display: none; /* no dotted texture on dark sections */
}
#xxl-featured-youngma .lw-chapter__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 100%;
  margin: 0 auto;
}
#xxl-featured-youngma .lw-chapter__rail {
  display: none;
}
#xxl-featured-youngma .lw-chapter__kicker {
  font-family: var(--font-accent);
  font-size: 18px;
  color: var(--lw-red);
  margin-top: 12px;
  transform: rotate(-1.5deg);
  display: inline-block;
}
#xxl-featured-youngma .lw-chapter__kicker--mobile {
  margin: -4px 0 18px;
}
@container lwcover (min-width: 640px) {
  #xxl-featured-youngma .lw-chapter__inner {
    grid-template-columns: 180px 1fr;
    gap: 40px;
  }
  #xxl-featured-youngma .lw-chapter__rail {
    display: block;
    position: relative;
  }
  #xxl-featured-youngma .lw-chapter__kicker--mobile {
    display: none;
  }
}
#xxl-featured-youngma .lw-chapter__heading {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px, 6.5cqi, 56px);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: -0.005em;
}
#xxl-featured-youngma .lw-chapter__heading::after {
  content: '';
  display: block;
  width: 80px; height: 6px;
  background: var(--lw-red);
  margin-top: 16px;
}
#xxl-featured-youngma .lw-chapter p {
  font-size: clamp(16px, 2cqi, 18px);
  line-height: 1.7;
  margin: 0 0 1.1em;
}
/* Only the data-reveal paragraphs start hidden; nested embeds (merch promo,
   etc.) inside a chapter must stay visible regardless of scroll position. */
#xxl-featured-youngma .lw-chapter p[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
}

/* Inline editorial photo within a chapter — tape-secured, tilted polaroid
   that floats next to body copy on wider columns and stacks on narrow. */
#xxl-featured-youngma .lw-chapter__photo {
  position: relative;
  margin: 8px 0 20px;
  padding: 15px 15px 50px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 18px 36px rgba(0,0,0,0.35);
  transform: rotate(-2deg);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  width: 100%;
  max-width: 100%;
}
#xxl-featured-youngma .lw-chapter__photo::before {
  content: '';
  position: absolute;
  top: -10px; left: 50%;
  width: 90px; height: 22px;
  transform: translateX(-50%) rotate(3deg);
  background: rgba(255,255,255,0.6);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
#xxl-featured-youngma .lw-chapter__photo:hover { transform: rotate(0deg) scale(1.02); }
#xxl-featured-youngma .lw-chapter__photo img {
  width: 100%;
  aspect-ratio: 3 / 3;
  height: auto;
  object-fit: cover;
  display: block;
  filter: contrast(1.04) saturate(1.08);
}
#xxl-featured-youngma .lw-chapter__photo figcaption {
  margin-top: 10px;
  font-family: var(--font-accent);
  font-size: clamp(16px, 2.8cqi, 22px);
  line-height: 1.2;
  text-align: center;
  color: var(--ink);
  transform: rotate(-1.5deg);
}
@container lwcover (min-width: 560px) {
  #xxl-featured-youngma .lw-chapter__photo {
    max-width: 46%;
    padding: 15px 15px 50px;
  }
  #xxl-featured-youngma .lw-chapter__photo--right {
    float: right;
    margin: 4px 0 16px 28px;
    transform: rotate(2deg);
  }
  #xxl-featured-youngma .lw-chapter__photo--left {
    float: left;
    margin: 4px 28px 16px 0;
    transform: rotate(-2deg);
  }
}

/* ---------- VIDEO EMBED — RETRO TV ---------- */
#xxl-featured-youngma .lw-video {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: clamp(48px, 7cqi, 80px) clamp(20px, 5cqi, 48px);
  overflow: hidden;
}
#xxl-featured-youngma .lw-video__inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
#xxl-featured-youngma .lw-video__kicker {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: clamp(14px, 2cqi, 20px);
  color: var(--lw-red);
  margin-bottom: 8px;
  transform: rotate(-1.5deg);
}
#xxl-featured-youngma .lw-video__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px, 6cqi, 52px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--paper);
}

/* TV housing */
#xxl-featured-youngma .lw-tv {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
@container lwcover (max-width: 560px) {
  #xxl-featured-youngma .lw-tv {
    max-width: 100%;
  }
}

/* Antenna */
#xxl-featured-youngma .lw-tv__antenna {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#xxl-featured-youngma .lw-tv__antenna-l,
#xxl-featured-youngma .lw-tv__antenna-r {
  width: 3px;
  height: 48px;
  background: #555;
  border-radius: 2px 2px 0 0;
  position: absolute;
  bottom: 0;
}
#xxl-featured-youngma .lw-tv__antenna-l {
  transform: rotate(-20deg);
  transform-origin: bottom center;
  left: calc(50% - 24px);
}
#xxl-featured-youngma .lw-tv__antenna-r {
  transform: rotate(20deg);
  transform-origin: bottom center;
  right: calc(50% - 24px);
}
#xxl-featured-youngma .lw-tv__antenna-l::after,
#xxl-featured-youngma .lw-tv__antenna-r::after {
  content: '';
  position: absolute;
  top: -4px; left: 50%;
  transform: translateX(-50%);
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lw-red);
}
#xxl-featured-youngma .lw-tv__antenna-base {
  width: 20px; height: 6px;
  background: #444;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

/* TV body */
#xxl-featured-youngma .lw-tv__body {
  position: relative;
  background: #2a2a2a;
  border-radius: 18px;
  padding: clamp(14px, 3cqi, 28px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.06);
  border: 3px solid #333;
}

/* Screen area */
#xxl-featured-youngma .lw-tv__screen {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  border: 4px solid #1a1a1a;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.8), inset 0 0 4px rgba(255,255,255,0.03);
  aspect-ratio: 16 / 9;
}

/* Static noise — animated grain overlay */
@keyframes lw-static {
  0%   { background-position: 0 0; }
  10%  { background-position: -5% -10%; }
  20%  { background-position: -15% 5%; }
  30%  { background-position: 7% -25%; }
  40%  { background-position: -15% 25%; }
  50%  { background-position: 15% 10%; }
  60%  { background-position: -5% -10%; }
  70%  { background-position: 15% 5%; }
  80%  { background-position: -15% -25%; }
  90%  { background-position: 5% 25%; }
  100% { background-position: 0 0; }
}
#xxl-featured-youngma .lw-tv__static {
  position: absolute; inset: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: 0.6;
  animation: lw-static 0.15s steps(8) infinite;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#xxl-featured-youngma .lw-tv__screen:hover .lw-tv__static,
#xxl-featured-youngma .lw-tv__static.is-off {
  opacity: 0;
}

/* Scanlines */
#xxl-featured-youngma .lw-tv__scanlines {
  position: absolute; inset: 0;
  z-index: 3;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.12) 2px,
    rgba(0,0,0,0.12) 4px
  );
  pointer-events: none;
}

/* Video iframe inside the screen */
#xxl-featured-youngma .lw-tv .lw-video__frame {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 1;
  background: #000;
  box-shadow: none;
  aspect-ratio: auto;
}
#xxl-featured-youngma .lw-video__frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
}
/* Placeholder shown when the YouTube ID hasn't been added yet. */
#xxl-featured-youngma .lw-video__placeholder {
  position: absolute; inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(20px, 4cqi, 36px);
  text-shadow: 0 2px 0 var(--lw-red), 0 4px 12px rgba(0,0,0,0.6);
}

/* Controls strip below screen */
#xxl-featured-youngma .lw-tv__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3cqi, 28px);
  padding: clamp(10px, 2cqi, 18px) 0 0;
}
#xxl-featured-youngma .lw-tv__knob {
  width: clamp(24px, 4cqi, 36px);
  height: clamp(24px, 4cqi, 36px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #555 0%, #222 100%);
  border: 2px solid #444;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
}
#xxl-featured-youngma .lw-tv__knob::after {
  content: '';
  position: absolute;
  top: 4px; left: 50%;
  width: 2px; height: 35%;
  background: #888;
  transform: translateX(-50%);
  border-radius: 1px;
}
#xxl-featured-youngma .lw-tv__knob--sm {
  width: clamp(18px, 3cqi, 26px);
  height: clamp(18px, 3cqi, 26px);
}
#xxl-featured-youngma .lw-tv__led {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lw-red);
  box-shadow: 0 0 6px var(--lw-red), 0 0 12px rgba(225,38,28,0.4);
  animation: lw-led-pulse 2s ease-in-out infinite;
}
@keyframes lw-led-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Feet */
#xxl-featured-youngma .lw-tv__feet {
  display: flex;
  justify-content: center;
  gap: 60%;
}
#xxl-featured-youngma .lw-tv__foot {
  width: 28px; height: 6px;
  background: #333;
  border-radius: 0 0 4px 4px;
}

/* TV branded logo — bottom-right of controls strip */
#xxl-featured-youngma .lw-tv__logo {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
#xxl-featured-youngma .lw-tv__logo-lw {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(14px, 2.5cqi, 20px);
  color: #e1261c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transform: skewX(-6deg);
  display: inline-block;
}
#xxl-featured-youngma .lw-tv__logo-label {
  font-family: var(--font-accent);
  font-size: clamp(18px, 3.2cqi, 28px);
  color: #e1261c;
  line-height: 1;
  transform: skewX(-8deg) rotate(-2deg);
  display: inline-block;
  align-self: flex-end;
  margin-bottom: 1px;
}

/* ---------- PODCAST EMBED — RETRO RADIO ---------- */
#xxl-featured-youngma .lw-podcast {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: clamp(48px, 7cqi, 80px) clamp(20px, 5cqi, 48px);
  overflow: hidden;
}
#xxl-featured-youngma .lw-podcast::before {
  display: none;
}
#xxl-featured-youngma .lw-podcast__inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
#xxl-featured-youngma .lw-podcast__kicker {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: clamp(14px, 2cqi, 20px);
  color: var(--lw-red);
  margin-bottom: 8px;
  transform: rotate(-1.5deg);
}
#xxl-featured-youngma .lw-podcast__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px, 6cqi, 52px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--paper);
}

/* Radio housing */
#xxl-featured-youngma .lw-radio {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
@container lwcover (max-width: 560px) {
  #xxl-featured-youngma .lw-radio {
    max-width: 100%;
  }
}

/* Antenna */
#xxl-featured-youngma .lw-radio__antenna {
  width: 3px;
  height: 55px;
  background: linear-gradient(to top, #888, #bbb);
  margin: 0 auto -4px;
  border-radius: 2px 2px 0 0;
  transform: rotate(-12deg);
  transform-origin: bottom center;
  position: relative;
}
#xxl-featured-youngma .lw-radio__antenna::after {
  content: '';
  position: absolute;
  top: -5px; left: 50%;
  transform: translateX(-50%);
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lw-red);
  box-shadow: 0 0 6px rgba(225,38,28,0.5);
}

/* Radio body */
#xxl-featured-youngma .lw-radio__body {
  background: linear-gradient(170deg, #3a3028 0%, #2a221c 60%, #1e1812 100%);
  border-radius: 16px;
  padding: clamp(16px, 3cqi, 24px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  border: 2px solid #4a4038;
  overflow: hidden;
}

/* Content row: speaker — player — speaker */
#xxl-featured-youngma .lw-radio__content-row {
  display: flex;
  gap: clamp(10px, 2cqi, 20px);
  align-items: center;
}

/* Small speakers on each side */
#xxl-featured-youngma .lw-radio__speaker {
  flex: 0 0 clamp(80px, 14cqi, 140px);
}
#xxl-featured-youngma .lw-radio__grille {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle at 50% 50%,
      transparent 0px,
      transparent 3px,
      rgba(80,70,58,0.6) 3px,
      rgba(80,70,58,0.6) 5px
    );
  border: 3px solid #4a4038;
  box-shadow: inset 0 4px 12px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.05);
  position: relative;
}
#xxl-featured-youngma .lw-radio__grille::after {
  content: '';
  position: absolute; inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,38,28,0.08) 0%, transparent 70%);
  animation: lw-speaker-pulse 3s ease-in-out infinite;
}
@keyframes lw-speaker-pulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

/* Player slot — center, takes remaining space */
#xxl-featured-youngma .lw-radio__player-slot {
  flex: 1;
  min-width: 0;
}

/* Radio branded logo — bottom-right */
#xxl-featured-youngma .lw-radio__logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  padding: 12px 4px 2px;
}
#xxl-featured-youngma .lw-radio__logo-lw {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(14px, 2.5cqi, 20px);
  color: #e1261c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transform: skewX(-6deg);
  display: inline-block;
}
#xxl-featured-youngma .lw-radio__logo-label {
  font-family: var(--font-accent);
  font-size: clamp(18px, 3.2cqi, 28px);
  color: #e1261c;
  line-height: 1;
  transform: skewX(-8deg) rotate(-2deg);
  display: inline-block;
  align-self: flex-end;
  margin-bottom: 1px;
}

/* --- Townsquare .ondemand-podcast-player inside radio ---
   Transparent background, no red header — content sits directly on radio surface */

#xxl-featured-youngma .ondemand-podcast-player {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Hide the red banner header entirely */
#xxl-featured-youngma .ondemand-podcast-player .playlist-title {
  display: none !important;
}

#xxl-featured-youngma .ondemand-podcast-player .player {
  background: transparent !important;
}
#xxl-featured-youngma .ondemand-podcast-player .playlist-wrapper {
  background: transparent !important;
}
#xxl-featured-youngma .ondemand-podcast-player .playlist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
#xxl-featured-youngma .ondemand-podcast-player .playlist li {
  background: transparent !important;
  border: none !important;
  padding: 8px 0 !important;
}
#xxl-featured-youngma .ondemand-podcast-player .info {
  background: transparent !important;
}

#xxl-featured-youngma .ondemand-podcast-player .track-meta .date,
#xxl-featured-youngma .ondemand-podcast-player .track-meta .dur-min {
  color: var(--lw-red) !important;
  font-family: var(--font-accent) !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
}

#xxl-featured-youngma .ondemand-podcast-player h3.title {
  color: var(--paper) !important;
  font-family: var(--font-display) !important;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  font-size: clamp(14px, 2.8cqi, 20px) !important;
  line-height: 1.2 !important;
  margin: 4px 0 6px !important;
}

#xxl-featured-youngma .ondemand-podcast-player .description {
  color: #8a7e72 !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

#xxl-featured-youngma .ondemand-podcast-player .play-icon {
  width: 44px !important;
  height: 44px !important;
  cursor: pointer;
  transition: transform 0.15s ease !important;
}
#xxl-featured-youngma .ondemand-podcast-player .play-icon .circle {
  fill: var(--lw-red) !important;
}
#xxl-featured-youngma .ondemand-podcast-player .play-icon .inner {
  fill: #fff !important;
}
#xxl-featured-youngma .ondemand-podcast-player .play-icon:hover {
  transform: scale(1.1) !important;
}
#xxl-featured-youngma .ondemand-podcast-player .play-icon:hover .circle {
  fill: #c41e16 !important;
}

/* On mobile, hide speakers to give player full width */
@container lwcover (max-width: 480px) {
  #xxl-featured-youngma .lw-radio__speaker {
    display: none;
  }
}
#xxl-featured-youngma .lw-podcast__fallback {
  font-size: 14px;
  color: var(--ink);
  background: rgba(0,0,0,0.05);
  border: 1px dashed rgba(0,0,0,0.2);
  padding: 16px;
  border-radius: 4px;
  text-align: left;
}
#xxl-featured-youngma .lw-podcast__fallback code {
  background: rgba(0,0,0,0.08);
  padding: 1px 4px;
  border-radius: 3px;
}

/* ---------- PULL QUOTES ---------- */
#xxl-featured-youngma .lw-quote {
  position: relative;
  padding: clamp(48px, 8cqi, 96px) clamp(20px, 5cqi, 48px);
  overflow: hidden;
  text-align: center;
}
/* Highlight quote — text is immediately readable on a dark stage; a pink
   highlighter swatch sweeps across the marked phrase as you scroll in. */
#xxl-featured-youngma .lw-quote--highlight {
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding-top: clamp(48px, 7cqi, 88px);
  padding-bottom: clamp(48px, 7cqi, 88px);
}
#xxl-featured-youngma .lw-quote--highlight .lw-quote__mark {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(48px, 10cqi, 96px);
  line-height: 0.5;
  color: var(--lw-red);
  margin: 0 auto 16px;
  user-select: none;
  font-style: italic;
}
#xxl-featured-youngma .lw-quote--highlight .lw-quote__text {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(24px, 5.5cqi, 44px);
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin: 0 auto 20px;
  text-transform: none;
  max-width: 88%;
}
#xxl-featured-youngma .lw-hl {
  --hl-w: 0%;
  font-weight: inherit;
  font-style: inherit;
  background:
    linear-gradient(120deg, var(--lw-red) 0%, var(--lw-red-deep) 100%)
    no-repeat;
  background-size: var(--hl-w) 100%;
  background-position: 0 75%;
  color: inherit;
  padding: 0 0.1em;
  transition: background-size 0.05s linear; /* GSAP drives --hl-w */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#xxl-featured-youngma .lw-quote--typewriter {
  background: var(--ink);
  color: var(--paper);
}
#xxl-featured-youngma .lw-quote--typewriter .lw-quote__text {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(20px, 3.6cqi, 32px);
  line-height: 1.25;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: -0.01em;
}
#xxl-featured-youngma .lw-quote--typewriter .lw-quote__text mark {
  background: var(--lw-red);
  color: var(--ink);
  padding: 0 0.15em;
}
#xxl-featured-youngma .lw-quote--typewriter .lw-quote__caret {
  display: inline-block;
  width: 0.5ch;
  background: var(--lw-red);
  margin-left: 4px;
  animation: lw-blink 0.9s steps(1) infinite;
}
@keyframes lw-blink {
  50% { opacity: 0; }
}

#xxl-featured-youngma .lw-quote--ransom {
  background: var(--ink);
  color: var(--paper);
}
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px, 7cqi, 64px);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
}
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w {
  display: inline-block;
  margin: 0.06em 0.1em;
  padding: 0 0.15em;
  transform: rotate(var(--r, 0deg));
}
/* On the dark stage, the "blank" words read in paper; the colored swatches stay punchy. */
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(3n)   { background: var(--lw-red); color: var(--paper); --r: -2deg; }
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(5n+1) { background: var(--paper); color: var(--ink);   --r: 1.5deg; }
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(7n+2) { background: var(--lw-red); color: var(--paper); --r: -1deg; }

#xxl-featured-youngma .lw-quote--ransom .lw-quote__attr { color: var(--paper); }

/* Mobile cleanup: gentler rotations + tighter type so a long ransom quote
   doesn't break the column. */
@container lwcover (max-width: 560px) {
  #xxl-featured-youngma .lw-quote--ransom .lw-quote__text {
    font-size: clamp(22px, 6.4cqi, 32px);
    line-height: 1.15;
  }
  #xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w {
    margin: 0.05em 0.08em;
    padding: 0 0.12em;
  }
  #xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(3n)   { --r: -1.25deg; }
  #xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(5n+1) { --r: 1deg; }
  #xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(7n+2) { --r: -0.75deg; }
}

#xxl-featured-youngma .lw-quote--huge {
  background: var(--lw-red-deep);
  color: var(--paper);
}
#xxl-featured-youngma .lw-quote--huge .lw-quote__text {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(48px, 13cqi, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
}

#xxl-featured-youngma .lw-quote__attr {
  display: block;
  margin-top: 28px;
  font-family: var(--font-accent);
  font-size: 22px;
  letter-spacing: 0.05em;
  transform: rotate(-2deg);
}
/* Marquee was removed; ransom now sits on ink (handled by its own rule above). */

/* ---------- TAPED PHOTO ---------- */
#xxl-featured-youngma .lw-photo {
  position: relative;
  max-width: 720px;
  margin: 60px auto;
  padding: 18px 18px 64px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  transform: rotate(-1.5deg);
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
#xxl-featured-youngma .lw-photo:hover { transform: rotate(0.5deg) scale(1.02); }
#xxl-featured-youngma .lw-photo::before {
  content: '';
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 120px; height: 28px;
  background: rgba(255,255,255,0.55);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
#xxl-featured-youngma .lw-photo img {
  width: 100%;
  filter: contrast(1.05) saturate(1.1);
}
#xxl-featured-youngma .lw-photo figcaption {
  position: absolute;
  bottom: 12px; left: 18px; right: 18px;
  font-family: var(--font-accent);
  font-size: 16px;
}

/* ---------- GALLERY ---------- */
#xxl-featured-youngma .lw-gallery {
  position: relative;
  background: var(--ink);
  padding: clamp(56px, 9cqi, 120px) clamp(20px, 5cqi, 48px);
  overflow: hidden;
}
#xxl-featured-youngma .lw-gallery__header {
  text-align: center;
  margin-bottom: clamp(32px, 5cqi, 56px);
}
#xxl-featured-youngma .lw-gallery__kicker {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: clamp(16px, 2.4cqi, 22px);
  color: var(--lw-red);
  transform: rotate(-1.5deg);
  margin-bottom: 12px;
}
#xxl-featured-youngma .lw-gallery__heading {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(36px, 8cqi, 72px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  color: var(--paper);
}
#xxl-featured-youngma .lw-gallery__heading::after {
  content: '';
  display: block;
  width: 80px; height: 6px;
  background: var(--lw-red);
  margin: 16px auto 0;
}

/* Polaroid pile — overlapping tilted frames with hover lift. */
#xxl-featured-youngma .lw-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4cqi, 40px);
  max-width: 100%;
  margin: 0 auto;
}
/* 2-col layout: if total item count is odd, center the last orphan
   in the row it sits alone in. */
@container lwcover (min-width: 421px) and (max-width: 639.98px) {
  #xxl-featured-youngma .lw-gallery__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - clamp(10px, 2cqi, 20px));
  }
}
/* 3-col layout: use a 6-track grid and have items span 2 tracks. That
   lets us shift the last row's orphans inward so 1 orphan centers in
   tracks 3–4, and 2 orphans center as a pair in tracks 2–3 and 4–5. */
@container lwcover (min-width: 640px) {
  #xxl-featured-youngma .lw-gallery__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  #xxl-featured-youngma .lw-gallery__item {
    grid-column: span 2;
  }
  /* 1 orphan (total % 3 == 1) — center the lone last item. */
  #xxl-featured-youngma .lw-gallery__item:last-child:nth-child(3n + 1) {
    grid-column: 3 / span 2;
  }
  /* 2 orphans (total % 3 == 2) — center the pair. */
  #xxl-featured-youngma .lw-gallery__item:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / span 2;
  }
  #xxl-featured-youngma .lw-gallery__item:last-child:nth-child(3n + 2) {
    grid-column: 4 / span 2;
  }
}
@container lwcover (max-width: 420px) {
  #xxl-featured-youngma .lw-gallery__grid {
    grid-template-columns: 1fr;
  }
}
#xxl-featured-youngma .lw-gallery__item {
  position: relative;
  margin: 0;
  padding: 14px 14px 40px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 18px 36px rgba(0,0,0,0.45);
  transform: rotate(var(--r, 0deg));
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.4s, z-index 0s;
  cursor: pointer;
  z-index: 1;
}
#xxl-featured-youngma .lw-gallery__item::before {
  content: '';
  position: absolute;
  top: -10px; left: 50%;
  width: 90px; height: 22px;
  transform: translateX(-50%) rotate(calc(var(--r, 0deg) * -0.5));
  background: rgba(255,255,255,0.6);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
#xxl-featured-youngma .lw-gallery__item:hover {
  transform: rotate(0deg) scale(1.04);
  box-shadow: 0 32px 60px rgba(0,0,0,0.6);
  z-index: 5;
}
#xxl-featured-youngma .lw-gallery__item img {
  width: 100%;
  aspect-ratio: 3 / 3;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.1);
  display: block;
}
#xxl-featured-youngma .lw-gallery__item figcaption {
  margin: 10px 4px 0;
  font-family: var(--font-accent);
  font-size: clamp(15px, 2.5cqi, 20px);
  line-height: 1.2;
  color: var(--ink);
  text-align: center;
}

#xxl-featured-youngma .lw-gallery__credit {
  margin: clamp(32px, 5cqi, 56px) 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--paper-dim);
}
#xxl-featured-youngma .lw-gallery__credit a {
  color: var(--lw-red);
  text-decoration: none;
}

/* In-chapter embed wrapper — used when a merch promo is dropped between two
   chapter paragraphs. Escapes the chapter's horizontal padding so the embed
   reads full-bleed across the cover component. */
#xxl-featured-youngma .lw-chapter__break {
  margin-top: clamp(32px, 5cqi, 56px);
  margin-bottom: clamp(32px, 5cqi, 56px);
  margin-left: calc(-1 * clamp(20px, 5cqi, 48px));
  margin-right: calc(-1 * clamp(20px, 5cqi, 48px));
}
#xxl-featured-youngma .lw-chapter__break .lw-merch-promo {
  padding-top: clamp(22px, 3.5cqi, 36px);
  padding-bottom: clamp(22px, 3.5cqi, 36px);
}
@container lwcover (min-width: 640px) {
  #xxl-featured-youngma .lw-chapter__break {
    /* extra -220px on the left to swallow the chapter rail column */
    margin-left: calc(-1 * clamp(20px, 5cqi, 48px) - 220px);
  }
}

/* ---------- MID-ARTICLE PROMO BANNER ---------- */
#xxl-featured-youngma .lw-merch-promo {
  position: relative;
  background: var(--lw-red);
  color: var(--paper);
  padding: clamp(36px, 6cqi, 64px) clamp(20px, 5cqi, 48px);
  overflow: hidden;
}
#xxl-featured-youngma .lw-merch-promo::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(0,0,0,0.06) 0 12px, transparent 12px 24px);
  pointer-events: none;
}
#xxl-featured-youngma .lw-merch-promo__inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.5cqi, 24px);
  align-items: center;
  text-align: center;
}
@container lwcover (min-width: 640px) {
  #xxl-featured-youngma .lw-merch-promo__inner {
    grid-template-columns: minmax(180px, 240px) 1fr;
    text-align: left;
    gap: clamp(24px, 3.5cqi, 36px);
  }
}
#xxl-featured-youngma .lw-merch-promo__art {
  display: block;
  position: relative;
  width: clamp(120px, 30cqi, 170px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  background: var(--ink);
  box-shadow: 0 14px 28px rgba(0,0,0,0.4), 0 0 0 2px var(--paper);
  transform: rotate(-2deg);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  text-decoration: none;
}
@container lwcover (min-width: 640px) {
  #xxl-featured-youngma .lw-merch-promo__art {
    width: 100%;
    max-width: 240px;
  }
}
#xxl-featured-youngma .lw-merch-promo__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (hover: hover) {
  #xxl-featured-youngma .lw-merch-promo__art:hover {
    transform: rotate(0deg) scale(1.03);
  }
}
#xxl-featured-youngma .lw-merch-promo__body {
  min-width: 0;
}
#xxl-featured-youngma .lw-merch-promo__kicker {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: clamp(14px, 2cqi, 18px);
  color: var(--paper);
  margin-bottom: 4px;
  transform: rotate(-1.5deg);
}
#xxl-featured-youngma .lw-merch-promo__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(24px, 4.6cqi, 40px);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--paper);
}
#xxl-featured-youngma .lw-merch-promo__blurb {
  font-size: clamp(14px, 1.8cqi, 16px);
  line-height: 1.45;
  margin: 0 0 clamp(14px, 2cqi, 20px);
  color: var(--paper);
  opacity: 0.92;
  max-width: 44ch;
  text-wrap: pretty; /* avoid lone-word orphans on the last line */
}
#xxl-featured-youngma .lw-merch-promo__row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  justify-content: center;
}
#xxl-featured-youngma .lw-merch-promo__code {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(20px, 3cqi, 28px);
  letter-spacing: 0.06em;
  color: var(--lw-red);
  background: var(--paper);
  padding: 10px 18px;
  border: 2px dashed var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}
/* The merch CTA is a button-style anchor; it must NOT inherit the chapter
   body's underlined-link treatment when embedded inside a chapter. */
#xxl-featured-youngma a.lw-merch-promo__cta,
#xxl-featured-youngma a.lw-merch-promo__cta:hover {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--lw-red);
  background: var(--paper);
  padding: 14px 22px;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.2s, box-shadow 0.2s;
}
#xxl-featured-youngma .lw-merch-promo__cta-arrow {
  display: inline-block;
  transition: transform 0.25s;
  text-decoration: none;
}
/* Also strip underline from the album-art anchor wrapping the image. */
#xxl-featured-youngma a.lw-merch-promo__art,
#xxl-featured-youngma a.lw-merch-promo__art:hover,
#xxl-featured-youngma a.lw-merch__art,
#xxl-featured-youngma a.lw-merch__art:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #xxl-featured-youngma .lw-merch-promo__cta:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--ink);
  }
  #xxl-featured-youngma .lw-merch-promo__cta:hover .lw-merch-promo__cta-arrow {
    transform: translateX(4px);
  }
}

/* ---------- MERCH / ALBUM CTA ---------- */
#xxl-featured-youngma .lw-merch {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: clamp(48px, 7cqi, 80px) clamp(20px, 5cqi, 48px);
  overflow: hidden;
}
#xxl-featured-youngma .lw-merch::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(225,38,28,0.18) 0%, transparent 55%);
  pointer-events: none;
}
#xxl-featured-youngma .lw-merch__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4cqi, 48px);
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
@container lwcover (min-width: 640px) {
  #xxl-featured-youngma .lw-merch__inner {
    grid-template-columns: minmax(180px, 280px) 1fr;
    text-align: left;
  }
}
#xxl-featured-youngma .lw-merch__art {
  display: block;
  position: relative;
  width: clamp(180px, 40cqi, 280px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  background: #1a1a1a;
  box-shadow: 0 24px 48px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06);
  transform: rotate(-2deg);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  text-decoration: none;
}
#xxl-featured-youngma .lw-merch__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#xxl-featured-youngma .lw-merch__body {
  min-width: 0;
}
#xxl-featured-youngma .lw-merch__kicker {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: clamp(14px, 2cqi, 20px);
  color: var(--lw-red);
  margin-bottom: 8px;
  transform: rotate(-1.5deg);
}
#xxl-featured-youngma .lw-merch__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(32px, 7cqi, 64px);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--paper);
}
#xxl-featured-youngma .lw-merch__blurb {
  font-size: clamp(15px, 2.1cqi, 18px);
  line-height: 1.6;
  margin: 0 0 clamp(20px, 3cqi, 28px);
  color: var(--paper-dim);
}
#xxl-featured-youngma .lw-merch__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--paper);
  background: var(--lw-red);
  padding: 14px 24px;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--paper);
  transition: transform 0.2s, box-shadow 0.2s;
}
#xxl-featured-youngma .lw-merch__cta-arrow {
  display: inline-block;
  transition: transform 0.25s;
}
@media (hover: hover) {
  #xxl-featured-youngma .lw-merch__art:hover {
    transform: rotate(0deg) scale(1.02);
  }
  #xxl-featured-youngma .lw-merch__cta:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--paper);
  }
  #xxl-featured-youngma .lw-merch__cta:hover .lw-merch__cta-arrow {
    transform: translateX(4px);
  }
}

/* ---------- Hover micro-interactions ---------- */
#xxl-featured-youngma .lw-glitch {
  display: inline-block;
  position: relative;
  transition: text-shadow 0.15s;
}
#xxl-featured-youngma .lw-glitch:hover {
  text-shadow:
    2px 0 0 var(--lw-red),
    -2px 0 0 #00f2ff,
    0 0 12px rgba(255,26,107,0.4);
  animation: lw-shake 0.3s linear infinite;
}
@keyframes lw-shake {
  0%,100% { transform: translate(0,0); }
  25%     { transform: translate(-1px, 1px); }
  50%     { transform: translate(1px, -1px); }
  75%     { transform: translate(-1px, -1px); }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  #xxl-featured-youngma *,
  #xxl-featured-youngma *::before,
  #xxl-featured-youngma *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  #xxl-featured-youngma .lw-dek p,
  #xxl-featured-youngma .lw-chapter p {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ==========================================================================
 * Host page safety — prevent horizontal scroll caused by anything the cover
 * story renders. Scoped via :has() so it only activates on pages that
 * actually contain the component.
 * ========================================================================== */

html:has(#xxl-featured-youngma),
body:has(#xxl-featured-youngma) {
  overflow-x: clip;
  max-width: 100%;
}

#xxl-featured-youngma iframe,
#xxl-featured-youngma video,
#xxl-featured-youngma embed,
#xxl-featured-youngma object {
  max-width: 100%;
}

/* ==========================================================================
 * Townsquare WordPress Specific Styles
 * DO NOT REMOVE — required overrides for the host theme on Townsquare blogs.
 * These rules intentionally target the WP theme (not #xxl-featured-youngma) so
 * they fall outside the component's scope.
 * ========================================================================== */

section, .divider, .footer-inner {
  z-index: 0;
}


.main-content > .wrapper.post-wrapper .content {
  padding: 0px;
}

.page-header, h1.article, h2.article {
  display: none;
}

.mobile .post .content-wrap, .mobile .main-content > .wrapper.post-wrapper .content, body {
  padding: 0px;
}

.mainContent article {
  background-color: unset;
}

.main-aside.carbon-post-sidebar {
  display: none;
}

.site-content main#main-content {
  border-right: 0;
}

html.layout-clean .container-inner {
  padding: 0px;
}

/* Keep the podcast source div hidden until our JS moves its contents */
#lw-podcast-source {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ==========================================================================
 * Townsquare Mobile App Specific Styles
 * DO NOT REMOVE — required overrides for the Townsquare mobile app webview.
 * The app wraps content in .mainContent (not .pod-content). It always renders
 * at "mobile" look regardless of webview width. The component's own CSS is
 * scoped to #xxl-featured-youngma and uses container queries (cqi), so it
 * auto-adapts. These rules handle the app's host page environment.
 *
 * See APP-CSS-HANDOFF.md for full documentation on dual-environment CSS.
 * ========================================================================== */

/* Reset the app's content wrapper padding so the component goes edge-to-edge */
.mainContent {
  padding: 0 !important;
}
.mainContent article {
  background-color: unset;
}

/* Overflow containment — same as the WP rules but without :has() fallback
   for older webview engines that may not support :has(). The WP :has() rules
   above also cover the app if :has() is supported; these are belt-and-suspenders. */
.mainContent {
  overflow-x: clip;
  max-width: 100%;
}

/* Force the component to fill the app wrapper */
.mainContent #xxl-featured-youngma {
  margin: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}

/* Hide hovers in the app — touch devices get phantom hover on first tap.
   Wrap in @media (hover: hover) so only real pointer devices get hover effects. */
@media (hover: none) {
  #xxl-featured-youngma .lw-gallery__item:hover {
    transform: rotate(var(--r, 0deg));
    box-shadow: 0 18px 36px rgba(0,0,0,0.45);
    z-index: 1;
  }
  #xxl-featured-youngma .lw-chapter__photo:hover {
    transform: rotate(-2deg);
  }
  #xxl-featured-youngma .lw-glitch:hover {
    text-shadow: none;
    animation: none;
  }
}

/* The TV and radio should always be full-width in the app */
.mainContent #xxl-featured-youngma .lw-tv,
.mainContent #xxl-featured-youngma .lw-radio {
  max-width: 100%;
}

/* Hide speakers on small app webviews to maximize player space */
.mainContent #xxl-featured-youngma .lw-radio__speaker {
  display: none;
}

/* =========================================================================
 * XXL DIGITAL COVER — DESIGN LAYER (template)
 * Appended last so it wins over the inherited template treatments.
 *
 * Design language (ASAP-inspired editorial): charcoal base, high-contrast
 * B&W photography with a single --accent pop, a blackletter artist name with
 * an iridescent --holo fill paired with heavy condensed display, and small
 * "FIG" caption labels. Everything color-driven flows from --accent / --holo
 * so the sheet re-themes per artist from the tokens at the top.
 * ========================================================================= */

/* ---- Upright condensed display (Anton has no true italic) ---- */
#xxl-featured-youngma .lw-dek__subhead,
#xxl-featured-youngma .lw-dek__subhead em,
#xxl-featured-youngma .lw-interview__heading,
#xxl-featured-youngma .lw-video__title,
#xxl-featured-youngma .lw-gallery__heading,
#xxl-featured-youngma .lw-quote__text,
#xxl-featured-youngma .lw-cover-reveal__tag {
  font-style: normal;
}

/* ---- Hero: blackletter + holographic artist name over a B&W shoot ---- */
#xxl-featured-youngma .lw-hero__bg { filter: grayscale(1) contrast(1.08) brightness(0.95); }
#xxl-featured-youngma .lw-hero__headline {
  letter-spacing: 0.005em;
  text-shadow: 0 2px 22px rgba(0,0,0,0.7);
}
/* Line 1 = the name: ornate blackletter, lowercase, iridescent fill. */
#xxl-featured-youngma .lw-hero__headline .ln:nth-child(1) span {
  font-family: var(--font-name);
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.005em;
  line-height: 0.92;
  padding-bottom: 0.28em; /* extends gradient box to cover g/y descenders */
  margin-bottom: -0.12em;
  background: var(--holo);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  transform: none;
}
/* Line 2+ = the kicker headline: heavy condensed white caps (the "ROCKY"). */
#xxl-featured-youngma .lw-hero__headline .ln:not(:nth-child(1)) span {
  color: var(--paper);
}
#xxl-featured-youngma .lw-eyebrow {
  transform: none;
  font-family: var(--font-accent);
  font-weight: 700;
  border-radius: 2px;
}
/* Neutral charcoal scrim — let the B&W image + accent do the work. */
#xxl-featured-youngma .lw-hero__scrim {
  background:
    linear-gradient(180deg, rgba(20,20,22,0.05) 0%, rgba(20,20,22,0.12) 35%, rgba(20,20,22,0.74) 72%, rgba(20,20,22,0.97) 100%),
    radial-gradient(80% 60% at 50% 42%, transparent 0%, rgba(0,0,0,0.25) 100%);
}

/* ---- Editorial accent labels (Oswald, upright, letter-spaced) ---- */
#xxl-featured-youngma .lw-cover-reveal__issue,
#xxl-featured-youngma .lw-video__kicker,
#xxl-featured-youngma .lw-gallery__kicker,
#xxl-featured-youngma .lw-quote__attr,
#xxl-featured-youngma .lw-social-share__kicker {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  transform: none;
}
#xxl-featured-youngma .lw-quote__attr { letter-spacing: 0.16em; font-size: clamp(13px, 1.8cqi, 16px); }

/* ---- Cover reveal — clean frame; the cover art stays full colour ---- */
#xxl-featured-youngma .lw-cover-reveal__frame {
  transform: rotate(0deg);
  padding: 0;
  background: none;
  box-shadow: 0 32px 70px rgba(0,0,0,0.6);
}
#xxl-featured-youngma .lw-cover-reveal__frame:hover { transform: scale(1.02); }
#xxl-featured-youngma .lw-cover-reveal__bg::after {
  background: linear-gradient(180deg, rgba(20,20,22,0.7) 0%, rgba(20,20,22,0.4) 50%, rgba(20,20,22,0.88) 100%);
}
#xxl-featured-youngma .lw-cover-reveal__tag { font-family: var(--font-accent); letter-spacing: 0.3em; }

/* ---- Dek — drop the halftone dots; accent highlight + drop cap ---- */
#xxl-featured-youngma .lw-dek::before { display: none; }
#xxl-featured-youngma .lw-dek__subhead em {
  background: var(--accent);
  color: var(--paper);
  transform: none;
  border-radius: 2px;
}
#xxl-featured-youngma .lw-dek p:first-of-type::first-letter { color: var(--accent); }

/* ---- Interview / Q&A ---- */
#xxl-featured-youngma .lw-interview {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  padding: clamp(36px, 5.5cqi, 64px) clamp(20px, 5cqi, 48px);
}
/* Consecutive interview runs read as one continuous page. */
#xxl-featured-youngma .lw-interview + .lw-interview { padding-top: 0; }
#xxl-featured-youngma .lw-interview__wrap { max-width: 760px; margin: 0 auto; display: flow-root; }
#xxl-featured-youngma .lw-interview__heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 7cqi, 60px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
  color: var(--ink);
}
#xxl-featured-youngma .lw-interview__heading::after {
  content: '';
  display: block;
  width: 90px; height: 6px;
  background: var(--accent);
  margin: 16px 0 6px;
}
#xxl-featured-youngma .lw-qa { margin-top: clamp(26px, 4cqi, 42px); }
#xxl-featured-youngma .lw-qa__q {
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(14px, 2cqi, 18px);
  line-height: 1.3;
  color: var(--accent);
  margin: 0 0 14px;
  padding: 2px 0 2px 18px;
  border-left: 5px solid var(--accent);
}
#xxl-featured-youngma .lw-qa__a p {
  font-size: clamp(14px, 1.8cqi, 18px);
  line-height: 1.72;
  margin: 0 0 1em;
  color: var(--ink);
}
#xxl-featured-youngma .lw-qa__a p:last-child { margin-bottom: 0; }
#xxl-featured-youngma .lw-qa__a em { font-style: italic; }
#xxl-featured-youngma .lw-qa__q em { font-style: italic; }

/* Editor's note — small italic callout above the subhead */
#xxl-featured-youngma .lw-editor-note {
  font-size: clamp(12px, 1.5cqi, 14px);
  font-style: italic;
  color: rgba(20,20,22,0.55);
  line-height: 1.5;
  margin: 0 0 clamp(20px, 3cqi, 28px);
  padding: 10px 14px;
  border-left: 3px solid var(--accent);
  opacity: 1 !important;
  transform: none !important;
}
/* Pre-hide reveal targets so the desktop GSAP fade-up has somewhere to come
   from. Mobile / reduced-motion / no-GSAP paths force these visible in JS. */
#xxl-featured-youngma .lw-qa__q[data-reveal],
#xxl-featured-youngma .lw-qa__a p[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
}

/* ---- Video frame — thin accent border, editorial badge ---- */
#xxl-featured-youngma .lw-video__frame {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 3px solid var(--accent);
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
#xxl-featured-youngma .lw-video__frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
#xxl-featured-youngma .lw-video__badge {
  position: absolute; top: -3px; left: -3px; z-index: 2;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 14px;
  pointer-events: none;
}
#xxl-featured-youngma .lw-video__frame.is-loaded .lw-video__badge { display: none; }

/* ---- Pull quotes ---- */
/* Mic-drop "huge" quote uses XXL's Microgramma cover face. */
#xxl-featured-youngma .lw-quote--huge .lw-quote__text {
  font-family: var(--font-wide);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
/* Highlight quote uses the hero artist-name face (Grenze Gotisch blackletter). */
#xxl-featured-youngma .lw-quote--highlight .lw-quote__text {
  font-family: var(--font-name);
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.005em;
  line-height: 1.05;
}
/* Mic-drop quote: iridescent holo panel (the hero-name gradient) with
   tone-on-tone near-black type sitting on top of it. */
#xxl-featured-youngma .lw-quote--huge { background: var(--holo); }
#xxl-featured-youngma .lw-quote--huge .lw-quote__text {
  font-size: clamp(34px, 9cqi, 82px);
  line-height: 0.98;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #08080b;
  -webkit-text-fill-color: #08080b;
}
#xxl-featured-youngma .lw-quote--huge .lw-quote__attr { color: var(--accent); }
#xxl-featured-youngma .lw-quote--highlight .lw-quote__mark { color: var(--accent); }

/* Close mark — flip margin direction */
#xxl-featured-youngma .lw-quote--highlight .lw-quote__mark--close {
  margin-top: 8px;
  padding-top: 0.5em;
  margin-bottom: 0;
}
#xxl-featured-youngma .lw-quote--huge .lw-quote__mark.lw-quote__mark--close {
  margin-top: 8px;
  padding-top: 0.5em;
  margin-bottom: 0;
}

/* Huge quote marks */
#xxl-featured-youngma .lw-quote--huge .lw-quote__mark {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 8cqi, 80px);
  line-height: 0.5;
  color: var(--ink-2);
  margin: 0 auto 20px;
  user-select: none;
  font-style: italic;
}

/* Overlay decorative quote marks (replaces "Statement" kicker) */
#xxl-featured-youngma .lw-overlay__qdeco {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 8cqi, 80px);
  line-height: 0.5;
  color: var(--paper);
  margin: 0 auto 20px;
  user-select: none;
  font-style: italic;
  opacity: 0.75;
}
#xxl-featured-youngma .lw-overlay__qdeco--close {
  margin-top: 8px;
  padding-top: 0.5em;
  margin-bottom: 0;
}

/* Highlight phrase sweeps in the iridescent gradient. */
#xxl-featured-youngma .lw-hl { background-image: var(--holo); color: var(--ink); }
/* "Stamp" quote (was ransom) — bold upright caps, words tagged in accent /
   charcoal, no chaotic rotation. */
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text { font-family: var(--font-display); font-style: normal; }
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w { transform: none !important; margin: 0.05em 0.09em; }
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(3n)   { background: var(--accent); color: var(--paper); }
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(5n+1) { background: var(--ink-2); color: var(--paper); }
#xxl-featured-youngma .lw-quote--ransom .lw-quote__text .w:nth-child(7n+2) { background: var(--accent); color: var(--paper); }
#xxl-featured-youngma .lw-quote--typewriter .lw-quote__text { font-family: var(--font-body); }
#xxl-featured-youngma .lw-quote--typewriter .lw-quote__caret { background: var(--accent); }

/* ---- B&W editorial gallery — grayscale, colour on hover, FIG labels ---- */
#xxl-featured-youngma .lw-gallery__grid { gap: clamp(12px, 2.4cqi, 22px); }
#xxl-featured-youngma .lw-gallery__item {
  padding: 0;
  background: none;
  box-shadow: none;
  transform: none;
  cursor: default;
}
#xxl-featured-youngma .lw-gallery__item::before { display: none; }
#xxl-featured-youngma .lw-gallery__item img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  filter: none; /* full colour by default; desaturates on hover */
  box-shadow: 0 20px 42px rgba(0,0,0,0.5);
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.4s, filter 0.5s ease;
}
#xxl-featured-youngma .lw-gallery__fig {
  display: block;
  font-family: var(--font-accent);
  color: var(--accent);
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 4px;
}
#xxl-featured-youngma .lw-gallery__item figcaption {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  font-size: clamp(11px, 1.6cqi, 13px);
  color: var(--paper-dim);
  margin-top: 12px;
  text-align: left;
}
@media (hover: hover) {
  #xxl-featured-youngma .lw-gallery__item:hover { transform: none; box-shadow: none; z-index: 1; }
  #xxl-featured-youngma .lw-gallery__item:hover img { transform: scale(1.03); filter: grayscale(1) contrast(1.06); box-shadow: 0 28px 56px rgba(0,0,0,0.6); }
}
@media (hover: none) {
  #xxl-featured-youngma .lw-gallery__item:hover { transform: none; box-shadow: none; }
  #xxl-featured-youngma .lw-gallery__item:hover img { transform: none; }
}

/* =========================================================================
 * IN-STORY PHOTOS — shots set inside the interview column; the answer text
 * wraps around them (floats on wider columns, stacks full-width on narrow).
 * ========================================================================= */
#xxl-featured-youngma .lw-qa__a { display: block; }
@container lwcover (max-width: 559px) {
  #xxl-featured-youngma .lw-qa__a { display: flow-root; }
}
#xxl-featured-youngma .lw-qa__photo { margin: 6px 0 16px; }
#xxl-featured-youngma .lw-qa__photo img {
  width: 100%;
  display: block;
  filter: none;
  transition: filter 0.5s ease;
}
#xxl-featured-youngma .lw-qa__photo figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  font-size: 11px;
  color: rgba(12, 12, 14, 0.55);
}
#xxl-featured-youngma .lw-qa__photo figcaption::before {
  content: '';
  flex: 0 0 auto;
  width: 20px; height: 3px;
  background: var(--accent);
}
@media (hover: hover) {
  #xxl-featured-youngma .lw-qa__photo:hover img { filter: grayscale(1) contrast(1.05); }
}
@container lwcover (min-width: 560px) {
  #xxl-featured-youngma .lw-qa__photo { width: 46%; max-width: 320px; }
  #xxl-featured-youngma .lw-qa__photo--right { float: right; margin: 4px 0 14px clamp(22px, 3cqi, 34px); }
  #xxl-featured-youngma .lw-qa__photo--left  { float: left;  margin: 4px clamp(22px, 3cqi, 34px) 14px 0; }
  #xxl-featured-youngma .lw-qa--clear .lw-qa__q { clear: both; }
}
/* Pre-hide for the desktop data-reveal fade (JS forces visible elsewhere). */
#xxl-featured-youngma .lw-qa__photo[data-reveal] { opacity: 0; transform: translateY(20px); }

/* =========================================================================
 * MAGAZINE LAYER — nameplate, contents page, section numbers
 * Playful print-magazine devices reimagined for the scroll.
 * ========================================================================= */

/* Anchor offset for the contents jump-links. */
#xxl-featured-youngma [id^="xxlfc-"] { scroll-margin-top: 8px; }

/* ---- Masthead nameplate ---- */
#xxl-featured-youngma .lw-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px clamp(16px, 4cqi, 36px);
  background: var(--ink);
  border-bottom: 2px solid var(--accent);
}
#xxl-featured-youngma .lw-masthead__nameplate {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(7px, 1.2cqi, 11px);
}
#xxl-featured-youngma .lw-masthead__brand,
#xxl-featured-youngma .lw-masthead__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 3.4cqi, 30px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#xxl-featured-youngma .lw-masthead__brand { color: var(--accent); }
#xxl-featured-youngma .lw-masthead__title { color: var(--paper); }
#xxl-featured-youngma .lw-masthead__issue {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(10px, 1.4cqi, 12px);
  font-weight: 600;
  color: var(--paper-dim);
  text-align: right;
}
@container lwcover (max-width: 460px) {
  #xxl-featured-youngma .lw-masthead__issue { display: none; }
}

/* ---- "In This Issue" contents page ---- */
#xxl-featured-youngma .lw-contents {
  background: var(--ink-2);
  color: var(--paper);
  padding: clamp(28px, 4.5cqi, 56px) clamp(20px, 5cqi, 48px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
#xxl-featured-youngma .lw-contents__inner { max-width: 760px; margin: 0 auto; }
#xxl-featured-youngma .lw-contents__kicker {
  display: block;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
}
#xxl-featured-youngma .lw-contents__list { list-style: none; margin: 0; padding: 0; }
#xxl-featured-youngma .lw-contents__row { border-top: 1px solid rgba(255,255,255,0.12); }
#xxl-featured-youngma .lw-contents__row:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
#xxl-featured-youngma .lw-contents__link {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 2px;
  text-decoration: none;
  color: var(--paper);
}
#xxl-featured-youngma .lw-contents__no {
  flex: 0 0 auto;
  font-family: var(--font-accent);
  color: var(--accent);
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
}
#xxl-featured-youngma .lw-contents__label {
  flex: 0 0 auto;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(20px, 3.6cqi, 30px);
  line-height: 1;
}
#xxl-featured-youngma .lw-contents__dots {
  flex: 1 1 auto;
  align-self: center;
  border-bottom: 2px dotted rgba(255,255,255,0.28);
  margin: 0 4px;
}
#xxl-featured-youngma .lw-contents__go {
  flex: 0 0 auto;
  color: var(--paper-dim);
  transition: transform 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  #xxl-featured-youngma .lw-contents__link:hover .lw-contents__label { color: var(--accent); }
  #xxl-featured-youngma .lw-contents__link:hover .lw-contents__go { transform: translateX(5px); color: var(--accent); }
}

/* ---- Magazine section number above the interview heading ---- */
#xxl-featured-youngma .lw-interview__num {
  display: block;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 8px;
}

/* Drop cap on the opening answer removed — interview starts with regular type */

/* =========================================================================
 * LIVING HOLO — the iridescent gradient drifts within everything it fills:
 * the hero artist name, the mic-drop quote panel, and the highlight phrase.
 * The image is sized larger than its box (no-repeat) and its position
 * oscillates, so the colours appear to flow. Disabled under reduced-motion
 * by the global rule near the top of this sheet.
 * ========================================================================= */
@keyframes lw-holo-flow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#xxl-featured-youngma .lw-hero__headline .ln:nth-child(1) span {
  background-size: 220% 100%;
  background-repeat: no-repeat;
  animation: lw-holo-flow 8s ease-in-out infinite;
}
#xxl-featured-youngma .lw-quote--huge {
  background-size: 220% 100%;
  background-repeat: no-repeat;
  animation: lw-holo-flow 13s ease-in-out infinite;
}
/* Highlight phrase: continuous flowing holo (replaces the old scroll sweep). */
#xxl-featured-youngma .lw-hl {
  background-image: var(--holo);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: var(--ink);
  animation: lw-holo-flow 7s ease-in-out infinite;
}

/* =========================================================================
 * STACKED STATEMENT — multi-line cover-line manifesto on paper
 * ========================================================================= */
#xxl-featured-youngma .lw-quote--stacked {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(48px, 7cqi, 88px) clamp(20px, 5cqi, 48px);
  text-align: left;
}
#xxl-featured-youngma .lw-quote--stacked .lw-quote__inner {
  max-width: 760px;
  margin: 0 auto;
}
#xxl-featured-youngma .lw-quote--stacked .lw-quote__kicker {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 700;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 22px;
}
#xxl-featured-youngma .lw-quote--stacked .lw-quote__kicker::before {
  content: '';
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 3px;
  background: var(--accent);
}
#xxl-featured-youngma .lw-quote--stacked .lw-quote__text {
  margin: 0;
  font-family: var(--font-display);
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(34px, 7.5cqi, 70px);
  line-height: 0.96;
  letter-spacing: 0.005em;
  color: var(--ink);
}
#xxl-featured-youngma .lw-quote--stacked .lw-quote__line {
  display: block;
  padding: 2px 0;
}
/* Zig-zag rhythm: indent every other line. */
#xxl-featured-youngma .lw-quote--stacked .lw-quote__line:nth-child(even) {
  padding-left: clamp(22px, 7cqi, 80px);
}
/* The punch lines (3rd and 6th) take the holo gradient — ties to the hero name. */
#xxl-featured-youngma .lw-quote--stacked .lw-quote__line--3,
#xxl-featured-youngma .lw-quote--stacked .lw-quote__line--6 {
  background: var(--holo);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lw-holo-flow 9s ease-in-out infinite;
}
#xxl-featured-youngma .lw-quote--stacked .lw-quote__attr {
  display: block;
  margin-top: 28px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-size: 12px;
  transform: none;
}
/* Pre-hide for the generic desktop data-reveal fade-up. */
#xxl-featured-youngma .lw-quote--stacked .lw-quote__line[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

/* =========================================================================
 * MARQUEE TICKER — horizontal scrolling quote band (hip-hop LED)
 * ========================================================================= */
#xxl-featured-youngma .lw-quote--marquee {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(40px, 6cqi, 72px) 0 clamp(28px, 4cqi, 40px);
  text-align: center;
  overflow: hidden;
}
#xxl-featured-youngma .lw-quote--marquee .lw-marquee {
  width: 100%;
  overflow: hidden;
  /* Fade the loop seam at the edges. */
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}
#xxl-featured-youngma .lw-quote--marquee .lw-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: clamp(20px, 3cqi, 36px);
  white-space: nowrap;
  width: max-content;
  animation: lw-marquee 36s linear infinite;
  will-change: transform;
}
#xxl-featured-youngma .lw-quote--marquee:hover .lw-marquee__track {
  animation-play-state: paused;
}
#xxl-featured-youngma .lw-marquee__piece {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(40px, 8.5cqi, 96px);
  line-height: 1;
  letter-spacing: 0.005em;
  color: var(--paper);
}
#xxl-featured-youngma .lw-marquee__dot {
  color: var(--accent);
  font-size: 0.42em;
  position: relative;
  top: -0.05em;
}
#xxl-featured-youngma .lw-quote--marquee .lw-quote__attr {
  display: block;
  margin-top: 22px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-size: 12px;
  transform: none;
}
@keyframes lw-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================================
 * POSTER QUOTE — hip-hop tour-flyer / XXL-cover panel on solid accent red.
 * Outlined display caps with two punch lines filled solid white.
 * ========================================================================= */
#xxl-featured-youngma .lw-quote--poster {
  position: relative;
  background: var(--accent);
  color: var(--paper);
  padding: clamp(56px, 8cqi, 104px) clamp(20px, 5cqi, 48px);
  text-align: center;
  overflow: hidden;
}
/* Subtle diagonal stripe texture for the "printed flyer" feel. */
#xxl-featured-youngma .lw-quote--poster::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.06) 0 14px, transparent 14px 28px);
  pointer-events: none;
}
#xxl-featured-youngma .lw-poster {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
#xxl-featured-youngma .lw-poster__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 700;
  font-size: 12px;
  color: var(--paper);
  margin-bottom: 28px;
}
#xxl-featured-youngma .lw-poster__tick {
  display: inline-block;
  width: 10px; height: 10px;
  background: var(--paper);
  font-size: 0;       /* hide any glyph fallback */
  line-height: 0;
}
#xxl-featured-youngma .lw-poster__text {
  margin: 0;
  font-family: var(--font-display);
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(36px, 8.5cqi, 78px);
  line-height: 0.96;
  letter-spacing: 0.005em;
}
#xxl-featured-youngma .lw-poster__line {
  display: block;
  padding: 2px 0;
  color: transparent;
  -webkit-text-stroke: 1.8px var(--paper);
}
/* Punch lines (3 + 6) fill solid white — no stroke — for emphasis. */
#xxl-featured-youngma .lw-poster__line--3,
#xxl-featured-youngma .lw-poster__line--6 {
  color: var(--paper);
  -webkit-text-stroke: 0;
}
#xxl-featured-youngma .lw-poster__attr {
  display: inline-block;
  margin-top: 30px;
  padding-top: 14px;
  border-top: 2px solid var(--paper);
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
  font-size: 12px;
  color: var(--paper);
}
/* Pre-hide for the desktop data-reveal fade-up. */
#xxl-featured-youngma .lw-poster__line[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

/* =========================================================================
 * OVERLAY QUOTE — full-bleed shoot photo with the quote laid over it
 * ========================================================================= */
#xxl-featured-youngma .lw-quote--overlay {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: clamp(420px, 60cqi, 560px);
  background: var(--ink);
  isolation: isolate;
}
#xxl-featured-youngma .lw-overlay__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  z-index: 0;
}
#xxl-featured-youngma .lw-overlay__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(12,12,14,0.45) 0%, rgba(12,12,14,0.62) 50%, rgba(12,12,14,0.9) 100%),
    radial-gradient(60% 50% at 50% 55%, transparent 0%, rgba(12,12,14,0.35) 100%);
}
#xxl-featured-youngma .lw-overlay__fg {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(44px, 6cqi, 84px) clamp(20px, 5cqi, 48px);
  gap: 18px;
}
#xxl-featured-youngma .lw-overlay__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 700;
  font-size: 12px;
  color: var(--paper);
}
#xxl-featured-youngma .lw-overlay__tick {
  display: inline-block;
  width: 10px; height: 10px;
  background: var(--accent);
}
#xxl-featured-youngma .lw-overlay__text {
  margin: 0;
  max-width: 820px;
  font-family: var(--font-display);
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(28px, 6.4cqi, 56px);
  line-height: 0.98;
  letter-spacing: 0.005em;
  color: var(--paper);
  text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
#xxl-featured-youngma .lw-overlay__line {
  display: block;
  padding: 2px 0;
}
/* Punch lines (3 + 6) use the flowing holo gradient — ties to the design language. */
#xxl-featured-youngma .lw-overlay__line--3,
#xxl-featured-youngma .lw-overlay__line--6 {
  background: var(--holo);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  animation: lw-holo-flow 9s ease-in-out infinite;
}
#xxl-featured-youngma .lw-overlay__attr {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 12px;
  color: var(--paper);
}
/* Pre-hide for desktop data-reveal fade-up. */
#xxl-featured-youngma .lw-overlay__line[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

/* =========================================================================
 * VIDEO — "Classy Hip-Hop Theater": gold gradient frame, italic serif
 * kicker, warm glow on charcoal. Restrained luxury, magazine refinement.
 * ========================================================================= */
#xxl-featured-youngma {
  --gold: linear-gradient(135deg, #8a6620 0%, #d4af37 22%, #f5e6a7 50%, #d4af37 78%, #8a6620 100%);
  --gold-solid: #d4af37;
  --font-serif: Georgia, 'Times New Roman', serif;
}
#xxl-featured-youngma .lw-video {
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
/* Soft warm glow behind the frame. */
#xxl-featured-youngma .lw-video::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 55% at 50% 58%, rgba(212,175,55,0.12) 0%, transparent 65%),
    radial-gradient(45% 40% at 50% 45%, rgba(212,175,55,0.07) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
#xxl-featured-youngma .lw-video__inner { position: relative; z-index: 1; }
/* Kicker = same Oswald pattern used everywhere else on the page, just tinted
   gold to live inside the theater theme (consistent with Statement / In This
   Issue / The Shoot kickers — the original italic-serif kicker stood out). */
#xxl-featured-youngma .lw-video__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-accent);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 700;
  font-size: 12px;
  color: var(--gold-solid);
  transform: none;
  margin-bottom: 14px;
}
#xxl-featured-youngma .lw-video__kicker::before {
  content: '';
  display: inline-block;
  width: 10px; height: 10px;
  background: var(--gold-solid);
}
/* Title stays Anton condensed white but slightly tighter. */
#xxl-featured-youngma .lw-video__title {
  letter-spacing: 0.005em;
  margin-bottom: 28px;
}
/* Frame: thin metallic gold gradient border via the dual-bg trick.
   The padding layer paints the inside dark; the border layer paints the gold. */
#xxl-featured-youngma .lw-video__frame {
  border: 3px solid transparent;
  background:
    linear-gradient(var(--ink-2), var(--ink-2)) padding-box,
    var(--gold) border-box;
  box-shadow: 0 32px 70px rgba(0,0,0,0.72);
}
/* "Now Playing" pill: dark with a thin gold border and serif italic. */
#xxl-featured-youngma .lw-video__badge {
  top: 14px; left: 14px;
  background: rgba(12,12,14,0.88);
  color: var(--gold-solid);
  border: 1px solid var(--gold-solid);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 12px;
  padding: 5px 12px 5px 10px;
  border-radius: 999px; /* refined pill */
}
#xxl-featured-youngma .lw-video__badge::before {
  content: '\25B6\00A0\00A0'; /* ▶ + breathing room */
  font-size: 9px;
  font-style: normal;
  position: relative;
  top: -1px;
}
/* Thin gold rule beneath the frame as an editorial divider. */
#xxl-featured-youngma .lw-video__inner::after {
  content: '';
  display: block;
  width: clamp(80px, 12cqi, 140px);
  height: 1px;
  background: var(--gold);
  margin: clamp(20px, 3cqi, 32px) auto 0;
  opacity: 0.85;
}
/* GOLD record peeking from the top-right corner — RIAA-style hip-hop plaque.
   Metallic gold body with subtle groove rings, a red center label ringed in
   gold with a quiet white "XXL" mark, dark spindle hole, slowly rotating.
   Section overflow clips the off-edge half. */
#xxl-featured-youngma .lw-video__vinyl {
  position: absolute;
  top: clamp(20px, 3cqi, 60px);
  right: clamp(-70px, -7cqi, -28px);
  width: clamp(240px, 42cqi, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(0,0,0,0.16) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 50% 50%, #f5e6a7 0%, #d4af37 55%, #a07c1c 100%);
  background-color: #d4af37;
  box-shadow: 0 26px 60px rgba(0,0,0,0.55), inset 0 0 0 2px rgba(80,55,8,0.55);
  z-index: 0;
  pointer-events: none;
  animation: lw-vinyl-spin 48s linear infinite;
}
#xxl-featured-youngma .lw-video__vinyl-label {
  position: absolute;
  top: 50%; left: 50%;
  width: 34%; height: 34%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 2px var(--gold-solid), inset 0 0 0 1px rgba(255,255,255,0.06);
}
/* Soft glow at the center of the label so the dark spindle hole reads. */
#xxl-featured-youngma .lw-video__vinyl-label::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(245,230,167,0.30) 0%, rgba(245,230,167,0.10) 30%, transparent 62%);
  pointer-events: none;
}
#xxl-featured-youngma .lw-video__vinyl-mark {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(7px, 1.4cqi, 12px);
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
  color: var(--paper);
  opacity: 0.72;
}
/* Mobile: shrink + drop the record below the kicker/title so it sits beside
   the frame rather than crashing into the gold text up top. */
@container lwcover (max-width: 560px) {
  #xxl-featured-youngma .lw-video__vinyl {
    width: clamp(130px, 34cqi, 200px);
    top: clamp(135px, 32cqi, 210px);
    right: clamp(-30px, -4cqi, -10px);
  }
}
#xxl-featured-youngma .lw-video__vinyl-hole {
  position: absolute;
  top: 50%; left: 50%;
  width: 16%; height: 16%;
  transform: translate(-50%, -50%);
  background: var(--ink);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
@keyframes lw-vinyl-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


/* ==========================================================================
   Inline Q&A embeds (video / instagram / spotify)
   ========================================================================== */

#xxl-featured-youngma .lw-qa-embed {
  clear: both;
  margin: 28px 0 4px;
}

/* Video */
#xxl-featured-youngma .lw-qa-embed--video .lw-qa-embed__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
#xxl-featured-youngma .lw-qa-embed--video .lw-qa-embed__frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}
#xxl-featured-youngma .lw-qa-embed__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.3s;
}
#xxl-featured-youngma .lw-qa-embed__frame:not(.is-loading) .lw-qa-embed__loader {
  opacity: 0;
}
#xxl-featured-youngma .lw-qa-embed__spinner {
  width: 38px;
  height: 38px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  animation: lw-spin 0.75s linear infinite;
}
@keyframes lw-spin {
  to { transform: rotate(360deg); }
}

/* Instagram */
#xxl-featured-youngma .lw-qa-embed--instagram {
  display: flex;
  justify-content: center;
}
#xxl-featured-youngma .lw-qa-embed--instagram iframe {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 580px;
  border: none;
}

/* Spotify */
#xxl-featured-youngma .lw-qa-embed--spotify {
  margin-top: 36px;
}
#xxl-featured-youngma .lw-qa-embed__cta {
  text-align: center;
  font-family: var(--font-accent);
  font-size: clamp(13px, 2cqi, 17px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--ink);
}
#xxl-featured-youngma .lw-qa-embed__cta em {
  font-style: italic;
  text-transform: none;
}

/* =========================================================================
   Custom merch / magazine shop section
   ========================================================================= */
#xxl-featured-youngma .lw-merch {
  padding: 32px 24px 40px !important;
  text-align: center;
  background: var(--bg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
#xxl-featured-youngma .lw-merch__inner {
  max-width: 380px;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}
#xxl-featured-youngma .lw-merch__inner * {
  margin: 0 !important;
}
#xxl-featured-youngma .lw-merch__kicker {
  font-family: var(--font-accent);
  font-size: clamp(12px, 2cqi, 15px) !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
#xxl-featured-youngma .lw-merch__cover-link {
  display: block !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}
#xxl-featured-youngma .lw-merch__cover {
  width: 280px;
  max-width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
#xxl-featured-youngma .lw-merch__cover-link:hover .lw-merch__cover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.85);
}
#xxl-featured-youngma .lw-merch__cover img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
#xxl-featured-youngma .lw-merch__meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
}
#xxl-featured-youngma .lw-merch__title {
  font-family: var(--font-body) !important;
  font-size: clamp(18px, 3cqi, 22px) !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1.3 !important;
  text-align: center !important;
}
#xxl-featured-youngma .lw-merch__price {
  font-family: var(--font-accent) !important;
  font-size: clamp(14px, 2.2cqi, 17px) !important;
  color: var(--ink-muted);
  letter-spacing: 0.08em;
  text-align: center !important;
}
#xxl-featured-youngma .lw-merch__btn {
  display: inline-block !important;
  padding: 11px 32px !important;
  background: #f00 !important;
  color: #fff !important;
  font-family: var(--font-accent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: background 0.15s;
}
#xxl-featured-youngma .lw-merch__btn:hover {
  background: #c00 !important;
  color: #fff !important;
}
#xxl-featured-youngma .lw-merch__shop-all {
  font-family: var(--font-accent) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted) !important;
  text-decoration: none !important;
  transition: color 0.15s;
}
#xxl-featured-youngma .lw-merch__shop-all:hover {
  color: #fff !important;
}

/* =========================================================================
   Hide platform Shopify block — kept in DOM so its modal JS still works;
   our custom .lw-merch section triggers .ts-shopify__btn.click() instead.
   ========================================================================= */
.ts-shopify.ts-shopify--single {
  display: none !important;
}

/* =========================================================================
   Townsquare app — hide auto-injected featured image
   The app hoists a <figure class="article-thumbnail"> above .mainContent.
   html.xxl-is-app = stamped by our JS on boot (primary).
   html:has(.mainContent) = pure-CSS fallback, no-FOUC, no JS dependency.
   ========================================================================= */
html.xxl-is-app figure.article-thumbnail:first-of-type,
html:has(.mainContent) figure.article-thumbnail:first-of-type {
  display: none !important;
}
