/* NBC Mobile v7.004 — M4 Evidence & Editorial
   Scope: Cases, knowledge index and editorial articles only.
   Desktop remains owned by the existing v6.696/v6.694 contracts. */
@media (max-width: 760px) {
  body[data-mobile-editorial="v7004"] {
    --m7e-rule: rgba(215, 238, 222, .16);
    --m7e-rule-paper: rgba(25, 49, 36, .15);
    --m7e-muted: rgba(240, 247, 242, .68);
    --m7e-paper: #f4f1e7;
    --m7e-paper-2: #ebe6d8;
    --m7e-ink: #11261a;
    --m7e-ink-soft: #425447;
    --m7e-green: #70d892;
    --m7e-section: clamp(56px, 15vw, 76px);
  }

  /* ---------- Shared editorial rhythm ---------- */
  body[data-mobile-editorial="v7004"] :is(.case2-wrap, .ep-hero-wrap, .ep-article-layout, .km-library-section > .wrap, .h7-topic-entry > .wrap, .h7-featured > .wrap) {
    width: 100%;
    max-width: none;
  }

  body[data-mobile-editorial="v7004"] :is(.case2-eyebrow, .nbc-eyebrow, .ep-section-kicker > .mono, .ep-chapter-number, .phase-d-hub-kicker) {
    letter-spacing: .13em;
  }

  /* ---------- Case library = evidence ledger ---------- */
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-hero {
    min-height: auto;
    padding-top: clamp(116px, 30vw, 146px);
    padding-bottom: 54px;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-hero-grid {
    display: block;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-hero-note {
    margin-top: 24px;
    max-width: 31rem;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-library {
    background: var(--m7e-paper);
    color: var(--m7e-ink);
    padding-block: var(--m7e-section);
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-library :is(.case2-section-title, .case2-index-copy h3, .case2-index-outcome) {
    color: var(--m7e-ink);
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-library :is(.p74-ledger-note, .case2-index-copy p, .case2-index-relevance) {
    color: var(--m7e-ink-soft);
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-library-head {
    margin-bottom: 26px;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-grid {
    display: block;
    border-top: 1px solid var(--m7e-rule-paper);
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-card,
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 18px;
    padding: 25px 0 24px;
    margin: 0;
    min-height: 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule-paper);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--m7e-ink);
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-card::before,
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-card::after { display: none; }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-meta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #52705d;
    font-size: 9px;
    letter-spacing: .12em;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-outcome-wrap {
    grid-column: 1 / -1;
    margin: 2px 0 1px;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-outcome {
    display: block;
    font-size: clamp(29px, 8.5vw, 38px);
    line-height: .98;
    letter-spacing: -.045em;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-copy {
    grid-column: 1 / -1;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-copy h3 {
    margin: 0;
    max-width: 23ch;
    font-size: clamp(21px, 6vw, 26px);
    line-height: 1.04;
    letter-spacing: -.025em;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-copy p {
    margin: 10px 0 0;
    max-width: 35ch;
    font-size: 15px;
    line-height: 1.55;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 3px;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-relevance {
    max-width: 24ch;
    font-size: 10px;
    line-height: 1.45;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-link {
    flex: 0 0 auto;
    color: #1d6e3b;
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  body.page-case-index[data-mobile-editorial="v7004"] .case2-index-cta {
    padding-block: var(--m7e-section);
  }

  /* ---------- Case detail = proof dossier ---------- */
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-hero {
    min-height: auto;
    padding-top: clamp(112px, 29vw, 144px);
    padding-bottom: 50px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-hero-grid {
    display: block;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-hero :is(.case2-title, h1) {
    max-width: 12ch;
    font-size: clamp(37px, 10.6vw, 48px);
    line-height: .96;
    letter-spacing: -.05em;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-hero .case2-intro {
    max-width: 34ch;
    margin-top: 20px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-section {
    padding-block: var(--m7e-section);
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-section--tight {
    padding-block: clamp(48px, 12vw, 64px);
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-section-title {
    font-size: clamp(31px, 8.7vw, 39px);
    line-height: 1.01;
    letter-spacing: -.04em;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] :is(.case2-film-grid, .case2-transfer, .case2-cta-grid) {
    grid-template-columns: minmax(0, 1fr);
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-interventions {
    display: block;
    margin-top: 34px;
    border-top: 1px solid var(--m7e-rule-paper);
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-intervention {
    padding: 23px 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule-paper);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-intervention h3 {
    margin: 8px 0 7px;
    font-size: 22px;
    line-height: 1.08;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-intervention p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.58;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-transfer-list {
    margin-top: 24px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .dg5-guide-bridge {
    display: none !important;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .p72-case-artifact {
    background: var(--m7e-paper);
    color: var(--m7e-ink);
    padding-block: 52px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .p72-case-artifact :is(strong, b, figcaption, p) {
    color: inherit;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .p72-case-artifact figure {
    margin-top: 22px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .p72-case-artifact img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: top;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .p72-case-artifact[data-m7e-artifact="collapsed"] figure,
  body.page-case-detail[data-mobile-editorial="v7004"] .p72-case-artifact[data-m7e-artifact="collapsed"] .p72-case-artifact__disclosure {
    display: none;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .m7e-artifact-toggle {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--m7e-rule-paper);
    border-bottom: 1px solid var(--m7e-rule-paper);
    background: transparent;
    color: var(--m7e-ink);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .m7e-artifact-toggle::after {
    content: "+";
    font-size: 20px;
    font-weight: 400;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .m7e-artifact-toggle[aria-expanded="true"]::after { content: "−"; }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-evidence-grid {
    display: block;
    margin-top: 30px;
    border-top: 1px solid var(--m7e-rule-paper);
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-evidence-fact {
    display: grid;
    grid-template-columns: minmax(86px, .72fr) minmax(0, 1.4fr);
    gap: 18px;
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule-paper);
    border-radius: 0;
    background: transparent;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-related-grid {
    display: block;
    border-top: 1px solid var(--m7e-rule);
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-related-card {
    display: block;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-related-card p {
    display: none;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-cta-note {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--m7e-rule);
  }

  /* ---------- Knowledge index = curated library ---------- */
  body.page-blog[data-mobile-editorial="v7004"] .km-hero {
    padding-bottom: 48px;
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-system-preview {
    display: none !important;
  }
  body.page-blog[data-mobile-editorial="v7004"] :is(.h7-topic-entry, .h7-featured, .km-library-section) {
    padding-block: var(--m7e-section);
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid {
    display: block;
    border-top: 1px solid var(--m7e-rule);
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid > a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px 13px;
    min-height: 92px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid > a > span { grid-row: 1 / 3; }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid > a > em { display: none; }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid > a > strong { font-size: 22px; line-height: 1.05; }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid > a > small { font-size: 13px; line-height: 1.45; }
  body.page-blog[data-mobile-editorial="v7004"] .h7-topic-entry__grid > a > i { grid-column: 3; grid-row: 1 / 3; }
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured__grid,
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured__side {
    display: block;
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured-card,
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured-card--lead {
    display: block;
    padding: 23px 0 24px;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--m7e-rule);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured__side .h7-featured-card:last-child {
    border-bottom: 1px solid var(--m7e-rule);
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured-card h3 {
    margin-block: 11px 8px;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.04;
  }
  body.page-blog[data-mobile-editorial="v7004"] .h7-featured-card p {
    font-size: 15px;
    line-height: 1.55;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-b5-filterbar,
  body.page-blog[data-mobile-editorial="v7004"] .km-b5-library-status,
  body.page-blog[data-mobile-editorial="v7004"] .km-b5-library-head__meta {
    display: none !important;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-b5-library-head {
    display: block;
    margin-bottom: 34px;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index {
    display: block;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-group {
    padding: 0;
    margin: 0 0 58px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-group__head {
    display: block;
    padding: 0 0 18px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--m7e-rule);
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-group__head > div {
    margin-top: 8px;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-group__head h3 {
    font-size: 31px;
    line-height: 1;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-group__head > a {
    display: inline-block;
    margin-top: 11px;
    font-size: 12px;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-group__rows {
    display: block;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 5px 12px;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-row > * { min-width: 0; }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-row :is(h4, h3, strong) {
    font-size: 19px;
    line-height: 1.12;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-row p {
    font-size: 13.5px;
    line-height: 1.5;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-index-row[data-m7e-hidden="true"] {
    display: none !important;
  }
  body.page-blog[data-mobile-editorial="v7004"] .m7e-library-more {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 10px;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule);
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body.page-blog[data-mobile-editorial="v7004"] .m7e-library-more::after { content: "+"; font-size: 20px; font-weight: 400; }
  body.page-blog[data-mobile-editorial="v7004"] .m7e-library-more[aria-expanded="true"]::after { content: "−"; }
  /* Secondary desktop workbench is intentionally deferred on mobile; the library + final close carry the journey. */
  body.page-blog[data-mobile-editorial="v7004"] :is(#h7-management-questions, #h7-praxis, #knowledge-workbench, #h7-diagnose, .h7-regional, .nbc-authority-strip) {
    display: none !important;
  }
  body.page-blog[data-mobile-editorial="v7004"] .km-final {
    padding-block: var(--m7e-section);
  }

  /* ---------- Article = mobile reading regime ---------- */
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-page-progress {
    position: fixed;
    z-index: 1200;
    top: calc(var(--m7-header-h, 68px) - 1px);
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: none;
    background: rgba(255,255,255,.06);
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-page-progress i {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(var(--m7e-read-progress, 0));
    transform-origin: left center;
    background: var(--m7e-green);
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .p4-reading-status {
    display: none !important;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-hero {
    min-height: auto;
    padding-top: clamp(112px, 29vw, 144px);
    padding-bottom: 50px;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-hero-grid {
    display: block;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .nbc-signal-field {
    display: none !important;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-title {
    max-width: 13ch;
    font-size: clamp(37px, 10.5vw, 47px);
    line-height: .98;
    letter-spacing: -.048em;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-lede {
    max-width: 35ch;
    font-size: 17px;
    line-height: 1.56;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .nbc-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-size: 11px;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .nbc-hero-bridge {
    padding-block: 34px;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-signature-stage {
    padding-block: 46px;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-signature-visual {
    border-radius: 0;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-article-layout,
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-article-content,
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-body {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-executive-answer {
    padding: 54px var(--m7-gutter-x, 20px);
    margin: 0;
    border-radius: 0;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-executive-answer h2 {
    font-size: clamp(31px, 8.5vw, 38px);
    line-height: 1.02;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-answer-text {
    font-size: 18px;
    line-height: 1.62;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-answer-triad {
    display: block;
    margin-top: 30px;
    border-top: 1px solid var(--m7e-rule-paper);
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-answer-triad > article {
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--m7e-rule-paper);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-answer-triad p { margin: 7px 0 0; }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-body {
    background: var(--m7e-paper);
    color: var(--m7e-ink);
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter {
    padding: clamp(58px, 15vw, 76px) var(--m7-gutter-x, 20px);
    margin: 0;
    border-top: 1px solid var(--m7e-rule-paper);
    background: transparent;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter-head {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin-bottom: 28px;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter-title {
    margin: 0;
    color: var(--m7e-ink);
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.03;
    letter-spacing: -.035em;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter-number {
    padding-top: 5px;
    color: #5d7966;
    font-size: 9px;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter-copy {
    color: var(--m7e-ink-soft);
    font-size: 17px;
    line-height: 1.72;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter-copy > :is(p, ul, ol) {
    max-width: 36ch;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter-copy p + p {
    margin-top: 1.2em;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] :is(.ep-callout, .ep-insight, .ep-decision-ledger, .ep-matrix, .ep-table-wrap, .ep-evidence, .ep-example, .ep-framework) {
    margin-left: calc(-1 * var(--m7-gutter-x, 20px));
    margin-right: calc(-1 * var(--m7-gutter-x, 20px));
    border-radius: 0;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] :is(.ep-decision-ledger, .ep-table-wrap, table) {
    max-width: 100%;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-chapter table {
    display: block;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .dg5-guide-bridge {
    margin: 0;
    border-radius: 0;
  }
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-conclusion,
  body.page-article-premium[data-mobile-editorial="v7004"] .ep-final,
  body.page-article-premium[data-mobile-editorial="v7004"] .article-final {
    padding-left: var(--m7-gutter-x, 20px);
    padding-right: var(--m7-gutter-x, 20px);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  body[data-mobile-editorial="v7004"] .ep-page-progress i { transition: none !important; }
}

@media (max-width: 760px) {
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-stage {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: min(88%, 330px);
    align-items: stretch;
    gap: 12px;
    min-height: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-stage::-webkit-scrollbar { display: none; }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-act,
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-act[aria-hidden="true"],
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-act[aria-hidden="false"] {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 100% !important;
    padding: 24px 17px 25px !important;
    border: 1px solid rgba(239,247,241,.13) !important;
    border-radius: 10px !important;
    background: rgba(247,245,242,.025) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-act:last-child {
    border-bottom: 1px solid rgba(239,247,241,.13) !important;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-phase {
    margin-bottom: 17px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-caption {
    margin-top: 20px;
    gap: 7px;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case2-film-caption strong {
    font-size: clamp(19px, 5.7vw, 23px);
    line-height: 1.07;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .case3-viz {
    gap: 11px !important;
  }
  body.page-case-detail[data-mobile-editorial="v7004"] .m7e-film-hint {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    color: rgba(237,246,240,.6);
    font: 600 9px/1.4 var(--mono, monospace);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
}
