
/* v49 — clean reset after rejected paper experiment.
   Removes the failed document treatment completely.
   Scope: homepage intelligence/dossier section only. */

/* Keep the earlier silent dossier area: no four marks, no arrows, no text. */
.page--home .section--dossier.section--intelligence-room .orientationGrid--dossier{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Remove the New Nordic Voices bridge content entirely from this visual section. */
.page--home .section--dossier.section--intelligence-room .institutionBridge{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Preserve the cinematic background and let the section breathe. */
.page--home .section--dossier.section--intelligence-room .orientationShell{
  padding-bottom:clamp(40px, 8vw, 90px) !important;
}
