/* ── The Original Content page ────────────────────────────────────
   Scoped to .bmp-oc. The homepage's type rules live under .bmp-home
   and deliberately do not reach here, so this page states its own —
   which is what lets it run larger and barer than the homepage does.
   ───────────────────────────────────────────────────────────────── */

  .bmp-oc{display:block}
  .bmp-oc section{padding:clamp(72px,10vw,150px) 0}
  .bmp-oc .bmp-visband+section{padding-top:clamp(72px,10vw,150px)}

  .bmp-oc h1{
    font-family:var(--bmp-display);font-weight:800;
    font-size:clamp(44px,9vw,120px);line-height:.92;letter-spacing:.005em;
    text-transform:uppercase;margin:0 0 24px;color:var(--bmp-white);
  }
  .bmp-oc h2{
    font-family:var(--bmp-display);font-weight:800;
    font-size:clamp(28px,4.4vw,54px);line-height:1.04;letter-spacing:.02em;
    text-transform:uppercase;margin:0 0 28px;color:var(--bmp-white);
  }

  /* One line of positioning, set large enough to be read as a statement
     rather than as body copy. There is no paragraph anywhere on this page
     and there should not be one. */
  .bmp-oc-line{
    font-family:var(--bmp-body);font-size:clamp(17px,2vw,24px);line-height:1.45;
    color:var(--bmp-muted);max-width:30ch;margin:0 0 34px;
  }
  .bmp-oc-open .bmp-oc-line{max-width:26ch}

  .bmp-oc-open{padding-top:clamp(56px,8vw,110px)}
  .bmp-oc-film{border-top:1px solid var(--bmp-line)}

  /* The list is the content, so it runs at headline scale rather than as
     bullets under a heading. Same .bmp-names component as the homepage,
     turned up: no descriptions, because the pictures above and below are
     the description. */
  .bmp-oc .bmp-names{margin-top:0}
  .bmp-oc .bmp-names li{font-size:clamp(19px,3vw,34px);
    padding:clamp(18px,2.4vw,30px) 0}
  .bmp-oc .bmp-names li::before{
    content:"";display:inline-block;vertical-align:middle;
    width:10px;height:10px;margin-right:18px;
    background:var(--bmp-gold-2);
    clip-path:polygon(0 0,100% 50%,0 100%);
  }

  .bmp-oc-end{border-top:1px solid var(--bmp-line);background:var(--bmp-panel)}

  /* The lead band runs straight off the opening statement with no rule
     between them: the photograph is the next sentence. */
  .bmp-visband-lead{border-top:1px solid var(--bmp-line)}
