/* ==========================================================================
   LA CCTV Supply — home page (index.php)
   Tokens only (tokens.css); shared classes from base.css. Prefix: hm-
   ========================================================================== */

.home { position: relative; overflow-x: clip; }

/* ---------- reveal on scroll (home.js sets .is-in) ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js [data-reveal] { opacity: 1; transform: none; } }

/* ---------- shared section furniture ---------- */
.hm-sec { position: relative; scroll-margin-top: calc(var(--nav-h, 64px) + 8px); }
.hm-sec + .hm-sec::before { content: ""; position: absolute; top: 0; left: 50%; width: min(var(--maxw), 100% - 2 * var(--gutter)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hm-head { max-width: 60rem; }
.hm-num { display: inline-grid; place-items: center; min-width: 2.1em; height: 1.6em; margin-right: .5em; padding: 0 .35em; border: 1px solid var(--cyan); border-radius: 5px; color: var(--cyan); font-size: .92em; }
.hm-note { margin-top: 1rem; max-width: 92ch; font-size: .8125rem; line-height: 1.6; color: var(--ink-3); }
.hm-link { display: inline-flex; align-items: center; gap: .4em; min-height: 40px; color: var(--cyan); font-weight: 500; text-decoration: none; }
.hm-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.hm-link .icon { transition: transform var(--t-fast) var(--ease); }
.hm-link:hover .icon { transform: translateX(3px); }

/* ---------- hero ---------- */
.hm-hero { flex-direction: column; justify-content: center; min-height: calc(100vh - var(--nav-h, 64px)); min-height: calc(100svh - var(--nav-h, 64px)); padding-bottom: 5rem; isolation: isolate; }
.hm-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 200px; background: linear-gradient(to bottom, transparent, var(--bg)); pointer-events: none; z-index: 1; }
.hm-hero__inner { position: relative; z-index: 2; max-width: none; padding-inline: 0; }
.hm-hero__copy { padding-block: clamp(36px, 7vh, 88px) 0; }
.hm-hero .hx-title { max-width: min(48rem, 56vw); font-size: clamp(31px, 3.7vw, 54px); line-height: 1.04; }
.hm-hero .hx-lede { max-width: min(42rem, 50vw); }
.hm-hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.hm-trust { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1.15rem; margin-top: 1.6rem; padding: 0; list-style: none; max-width: min(54rem, 62vw); }
.hm-trust li { font: 500 .75rem/1.4 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.hm-trust li + li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: .75em; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); vertical-align: 2px; }
.hm-trust__bbb { display: inline-flex; align-items: center; padding: 0; border: 0; background: none; }
.hm-trust__bbb .bbb-seal img { display: block; border-radius: 3px; }
.hm-trust li.hm-trust__bbb + li::before { display: none; }
.hm-trust li.hm-trust__bbb + li { margin-left: .25rem; }
.hm-bbb {
  display: inline-grid; place-items: center; padding: .18rem .4rem; border-radius: 3px;
  background: var(--ink); color: var(--bg);
  font: 700 .6875rem/1 var(--font-display); letter-spacing: .06em;
}
.hm-bbb--sm { font-size: .625rem; vertical-align: 1px; }

.hm-scroll { position: absolute; left: 50%; bottom: 1.3rem; z-index: 3; width: 26px; height: 42px; margin-left: -13px; border: 1.5px solid var(--ink-4); border-radius: 14px; }
.hm-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--cyan); animation: hm-scroll 1.8s var(--ease) infinite; }
@keyframes hm-scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ---------- scope strip ---------- */
.hm-strip { border-block: 1px solid var(--line); background: var(--bg-2); }
.hm-strip__inner { display: grid; grid-template-columns: minmax(0, 22rem) minmax(0, 1fr); gap: .6rem clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding-block: 1.1rem; }
.hm-strip__lead { font: 600 clamp(1rem, .95rem + .3vw, 1.2rem)/1.3 var(--font-display); color: var(--ink); letter-spacing: .01em; }
.hm-strip__lead b { font-weight: inherit; }
.hm-strip__note { font-size: .8125rem; line-height: 1.6; color: var(--ink-3); }

/* ---------- explorer ---------- */
.hm-sec--explorer { background: radial-gradient(900px 480px at 80% 8%, var(--cyan-soft), transparent 70%); }
/* wider than .container, but still gutter-safe: the explorer supplies no padding of its own */
.xp--bleed { width: 100%; max-width: 1640px; margin: clamp(1.25rem, 3vw, 2rem) auto 0; padding-inline: var(--gutter); }
.hm-xp__fallback { width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.hm-xp__stub {
  display: flex; gap: .9rem; align-items: flex-start;
  margin-top: clamp(1.25rem, 3vw, 2rem); padding: clamp(1.1rem, 3vw, 1.9rem);
  min-height: 220px; border: 1px dashed var(--glass-border); border-radius: var(--r-lg);
  background:
    repeating-linear-gradient(0deg, var(--grid) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, var(--grid) 0 1px, transparent 1px 44px),
    var(--surface);
  color: var(--ink-2);
}
.hm-xp__stub p { max-width: 62ch; line-height: 1.65; }
.hm-xp__stub b { color: var(--ink); }
.hm-xp__pulse { flex: none; width: 10px; height: 10px; margin-top: .45rem; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation: hm-pulse 2s var(--ease) infinite; }
@keyframes hm-pulse { 50% { opacity: .25; transform: scale(.75); } }
@media (prefers-reduced-motion: reduce) { .hm-xp__pulse, .hm-scroll span { animation: none; } }

/* ---------- what we do ---------- */
.hm-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 1.6vw, 1.1rem); }
.hm-card { --hm-a: var(--cyan); --hm-as: var(--cyan-soft); display: flex; flex-direction: column; gap: .55rem; padding-top: 1.35rem; }
.hm-card--green { --hm-a: var(--green); --hm-as: var(--green-soft); }
.hm-card--amber { --hm-a: var(--amber); --hm-as: var(--amber-soft); }
.hm-card--violet { --hm-a: var(--violet); --hm-as: var(--violet-soft); }
.hm-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; border-radius: var(--r-lg) var(--r-lg) 0 0; background: linear-gradient(90deg, var(--hm-a), transparent 85%); }
.hm-card__num { font: 500 .7rem var(--font-mono); letter-spacing: .16em; color: var(--hm-a); }
.hm-card h3 { color: var(--ink); }
.hm-card__blurb { font-size: .9375rem; line-height: 1.55; color: var(--ink-2); }
.hm-card__list { display: grid; gap: .5rem; margin: .35rem 0 auto; padding: .75rem 0 0; list-style: none; border-top: 1px solid var(--line-2); }
.hm-card__list li { display: flex; gap: .5rem; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }
.hm-card__list .icon { flex: none; margin-top: .18em; color: var(--hm-a); }
.hm-card .hm-link { margin-top: .9rem; color: var(--hm-a); }

/* the "what we don't do" band */
.hm-not { margin-top: clamp(1.25rem, 3vw, 2rem); padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(180deg, var(--surface-2), var(--surface)); box-shadow: var(--shadow); }
.hm-not__head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.hm-not__head .hazard { width: 64px; flex: none; }
.hm-not__head h3 { font-size: clamp(1.35rem, 1.1rem + .9vw, 1.9rem); color: var(--ink); }
.hm-not__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(1.25rem, 3vw, 2.5rem); }
.hm-not__lead { font-size: 1.0625rem; line-height: 1.65; color: var(--ink-2); }
.hm-not__lead b { color: var(--amber); white-space: nowrap; }
.hm-not__why { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.hm-not__why li { padding-left: 1.1rem; border-left: 2px solid var(--line); font-size: .9375rem; line-height: 1.6; color: var(--ink-2); }
.hm-not__why li b { display: block; color: var(--ink); }

/* ---------- who we work with ---------- */
.hm-sec--who { background: radial-gradient(800px 400px at 12% 20%, var(--violet-soft), transparent 70%); }
.hm-who { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--line); }
.hm-who__col { padding: clamp(1.25rem, 3vw, 2.1rem); background: var(--surface); }
.hm-who__h { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); color: var(--ink); }
.hm-who__col--gov .hm-who__h { color: var(--amber); }
.hm-who__blurb { margin-top: .5rem; font-size: .9375rem; line-height: 1.6; color: var(--ink-3); max-width: 42ch; }
.hm-who__list { margin-top: 1.25rem; padding: 0; list-style: none; display: grid; gap: 0; }
.hm-who__list li { padding: .6rem 0; border-top: 1px solid var(--line-2); font: 500 clamp(1rem, .95rem + .25vw, 1.125rem)/1.35 var(--font-display); letter-spacing: .01em; color: var(--ink); }
.hm-who__list li:last-child { padding-bottom: 0; }

.hm-agencies { margin-top: clamp(1.25rem, 3vw, 2rem); padding: clamp(1.1rem, 2.5vw, 1.75rem); border: 1px solid var(--line-2); border-radius: var(--r); background: var(--bg-2); }
.hm-agencies__h { font: 500 .72rem var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); }
.hm-agencies__list { display: flex; flex-wrap: wrap; gap: .5rem .6rem; margin: .9rem 0 0; padding: 0; list-style: none; }
.hm-agencies__list li { padding: .4rem .75rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); font-size: .875rem; color: var(--ink-2); }

/* ---------- how an engagement runs ---------- */
.hm-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--line); }
.hm-step { position: relative; display: flex; flex-direction: column; padding: clamp(1rem, 2vw, 1.4rem); background: var(--surface); transition: background var(--t-fast) var(--ease); }
.hm-step:hover { background: var(--surface-2); }
.hm-step__num { font: 600 clamp(1.6rem, 2.4vw, 2.2rem)/1 var(--font-display); color: var(--ink-4); font-variant-numeric: tabular-nums; }
.hm-step:hover .hm-step__num { color: var(--cyan); }
.hm-step__h { margin-top: .5rem; font-size: 1.125rem; color: var(--ink); }
.hm-step__sum { margin-top: .35rem; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }
.hm-step__dl { margin-top: auto; padding-top: .9rem; }
.hm-step__dl dt { margin-top: .8rem; font: 500 .62rem var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); }
.hm-step__dl dt + dd { margin: .25rem 0 0; font-size: .8125rem; line-height: 1.5; color: var(--ink-3); }
.hm-step__dl dt:nth-of-type(2) { color: var(--amber); }
.hm-step::after { content: ""; position: absolute; right: -7px; top: clamp(1.35rem, 2.2vw, 1.8rem); z-index: 2; width: 12px; height: 12px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--surface); transform: rotate(45deg); }
.hm-step:last-child::after { display: none; }

/* ---------- manufacturers ---------- */
.hm-brands__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem 1rem; margin-bottom: 1.1rem; }
.hm-tabs { display: flex; flex-wrap: wrap; gap: .5rem; }
.hm-tabs .chip span { margin-left: .45em; font-family: var(--font-mono); font-size: .72em; color: var(--ink-3); }
.hm-tabs .chip[aria-pressed="true"] span { color: var(--cyan); }
.hm-search { display: flex; align-items: center; gap: .55rem; min-width: min(22rem, 100%); padding: 0 .9rem; border: 1px solid var(--glass-border); border-radius: var(--r-pill); background: var(--glass); color: var(--ink-3); transition: border-color var(--t-fast) var(--ease), box-shadow var(--t) var(--ease); }
.hm-search:focus-within { border-color: var(--cyan); box-shadow: var(--glow-cyan); }
.hm-search input { flex: 1; min-width: 0; height: 42px; border: 0; background: none; color: var(--ink); font: 400 .9375rem var(--font-body); outline: none; }
.hm-search input::placeholder { color: var(--ink-3); }

.hm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--line); }
.hm-tile { position: relative; display: grid; place-items: center; min-height: 84px; padding: 1rem .8rem 1.55rem; background: var(--surface); text-align: center; transition: background var(--t-fast) var(--ease); }
.hm-tile:hover { background: var(--surface-2); }
.hm-tile__mark { min-width: 0; max-width: 100%; font: 600 .9375rem/1.25 var(--font-display); letter-spacing: .015em; color: var(--ink-2); overflow-wrap: anywhere; hyphens: auto; transition: color var(--t-fast) var(--ease); }
.hm-tile:hover .hm-tile__mark { color: var(--ink); }
.hm-tile__logo { max-width: 132px; max-height: 42px; width: auto; object-fit: contain; opacity: .85; filter: grayscale(1) brightness(1.6); transition: opacity var(--t-fast) var(--ease), filter var(--t-fast) var(--ease); }
.hm-tile:hover .hm-tile__logo { opacity: 1; filter: none; }
.hm-tile__flag { position: absolute; left: 50%; bottom: 7px; transform: translateX(-50%); padding: .1rem .32rem; border-radius: 3px; background: var(--cyan-soft); color: var(--cyan); font: 500 .5625rem/1.3 var(--font-mono); letter-spacing: .1em; }
.hm-tile[hidden] { display: none; }
.hm-empty { margin-top: 1rem; font-size: .9375rem; color: var(--ink-2); }
.hm-linkbtn { padding: 0; border: 0; background: none; color: var(--cyan); font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.hm-linkbtn:hover { color: var(--ink); }

/* ---------- SCIF cross-sell ---------- */
.hm-scif { position: relative; padding-block: clamp(2.75rem, 6vw, 4.75rem); border-block: 1px solid var(--line); background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.hm-scif::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 320px at 20% 0%, var(--amber-soft), transparent 70%); }
.hm-scif__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.hm-scif__copy h2 { margin-top: .5rem; max-width: 18ch; }
.hm-scif__copy .lede { margin-top: .8rem; }
.hm-scif__btns { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
.hm-scif__dl { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.hm-scif__dl a { display: grid; gap: .25rem; padding: .95rem 1.1rem; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); color: inherit; text-decoration: none; transition: border-color var(--t-fast) var(--ease), transform var(--t) var(--ease), background var(--t-fast) var(--ease); }
.hm-scif__dl a:hover { border-color: var(--amber); background: var(--surface-2); transform: translateX(3px); }
.hm-scif__dl b { font: 600 1.0625rem/1.3 var(--font-display); color: var(--ink); }
.hm-scif__dl span { font-size: .875rem; line-height: 1.5; color: var(--ink-3); }

/* ---------- training ---------- */
.hm-sec--train { background: radial-gradient(800px 420px at 85% 20%, var(--green-soft), transparent 70%); }
.hm-train { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.hm-train__btns { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
.hm-train__list { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--line); }
.hm-train__list li { display: grid; gap: .25rem; padding: 1rem 1.1rem; background: var(--surface); }
.hm-train__list b { font: 600 1.0625rem/1.3 var(--font-display); color: var(--ink); }
.hm-train__list span { font-size: .875rem; line-height: 1.55; color: var(--ink-2); }

/* ---------- FAQ ---------- */
.hm-faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.hm-faq__head { position: sticky; top: calc(var(--nav-h, 64px) + 1.5rem); }
.hm-faq__list { display: grid; gap: .6rem; }
.hm-faq__item { border: 1px solid var(--line-2); border-radius: var(--r); background: var(--surface); transition: border-color var(--t-fast) var(--ease); }
.hm-faq__item[open] { border-color: var(--glass-border); background: linear-gradient(180deg, var(--surface-2), var(--surface)); }
.hm-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; cursor: pointer; list-style: none; font: 600 1.0625rem/1.35 var(--font-display); color: var(--ink); }
.hm-faq__item summary::-webkit-details-marker { display: none; }
.hm-faq__item summary .icon { flex: none; color: var(--ink-3); transition: transform var(--t) var(--ease); }
.hm-faq__item[open] summary .icon { transform: rotate(180deg); color: var(--cyan); }
.hm-faq__item summary:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; border-radius: var(--r); }
.hm-faq__item p { padding: 0 1.15rem 1.1rem; color: var(--ink-2); line-height: 1.65; }

/* ---------- CTA ---------- */
.hm-cta { padding-block: clamp(3.5rem, 9vw, 6.5rem); text-align: center; background: radial-gradient(800px 380px at 50% 100%, var(--cyan-soft), transparent 70%); }
.hm-cta__inner { display: grid; justify-items: center; gap: 1rem; }
.hm-cta .hazard { width: 120px; }
.hm-cta h2 { max-width: 22ch; }
.hm-cta .lede { margin-inline: auto; }
.hm-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: .4rem; }
.hm-cta__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .4rem; margin-top: .6rem; font: 500 .75rem/1.5 var(--font-mono); letter-spacing: .05em; color: var(--ink-3); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .hm-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hm-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hm-steps > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .hm-step::after { display: none; }
}
@media (max-width: 980px) {
  .hm-hero .hx-lede, .hm-trust { max-width: 100%; }
  .hm-strip__inner { grid-template-columns: minmax(0, 1fr); }
  .hm-not__grid, .hm-who, .hm-scif__inner, .hm-train, .hm-faq { grid-template-columns: minmax(0, 1fr); }
  .hm-faq__head { position: static; }
  .hm-who { border-radius: var(--r); }
}
/* hero 3D stage: below 900px the copy fills the viewport, so give the model its own
   band under the text instead of hiding it behind the headline. */
@media (max-width: 900px) {
  .hm-hero { justify-content: flex-start; min-height: 0; padding-bottom: clamp(2rem, 6vw, 3.5rem); }
  .hm-hero::after { display: none; }
  .hm-hero > .hx-stage {
    position: relative; inset: auto; order: 1;
    width: 100%; max-width: 759px; height: clamp(240px, 58vw, 400px);
    margin: clamp(1.25rem, 4vw, 2rem) auto 0;
    border-radius: var(--r-lg);
  }
  .hm-hero > .hx-stage::after {
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 92%, transparent) 0%, transparent 24%, transparent 74%, var(--bg) 100%);
  }
  .hm-hero__inner { order: 0; }
  .hm-hero .hx-title, .hm-hero .hx-lede, .hm-trust { max-width: 100%; }
  .hm-scroll { display: none; }
}
@media (max-width: 759px) {
  .hm-hero .hx-title { font-size: clamp(28px, 7.4vw, 38px); }
  .hm-cards, .hm-steps { grid-template-columns: minmax(0, 1fr); }
  .hm-steps { border-radius: var(--r); }
  .hm-grid { grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); }
  .hm-tile { min-height: 74px; padding: .8rem .5rem 1.4rem; }
  .hm-tile__mark { font-size: .875rem; }
  .hm-search { min-width: 100%; }
  .hm-not__head { flex-wrap: wrap; gap: .6rem; }
  .hm-faq__item summary { font-size: 1rem; }
}
@media (max-width: 540px) {
  /* three tight columns: 91 wordmarks in two columns is an unreasonable amount of scroll */
  .hm-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hm-tile { min-height: 66px; padding: .7rem .35rem 1.3rem; }
  .hm-tile__mark { font-size: .8125rem; letter-spacing: 0; }
  .hm-tile__flag { bottom: 5px; font-size: .5rem; }
}
@media (max-width: 420px) {
  .hm-trust { gap: .5rem .8rem; }
  .hm-trust li { font-size: .6875rem; }
  .hm-cta__meta { flex-direction: column; gap: .3rem; }
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  .hx-stage, .hm-scroll, .hm-search, .hm-tabs, .hm-xp__stub, .xp { display: none !important; }
  .hm-hero { min-height: 0; padding-block: 0 1rem; }
  .hm-hero::after, .hm-sec + .hm-sec::before, .hm-scif::before { display: none; }
  .hm-sec--explorer, .hm-sec--who, .hm-sec--train, .hm-cta, .hm-scif { background: none; }
  .hm-card, .hm-not, .hm-who__col, .hm-step, .hm-tile, .hm-faq__item, .hm-scif__dl a, .hm-train__list li, .hm-agencies { background: none !important; box-shadow: none !important; }
  .hm-faq__item p { display: block !important; }
  .hm-steps, .hm-who, .hm-grid, .hm-train__list { background: none; }
}
