/* Homepage-only UI cleanup — no footer, no floating widgets */
footer[data-nav-dark] {
  display: none !important;
}

/* Drop the empty footer row from the page grid */
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr !important;
}

/* Prismic preview toolbar (magnifying glass, bottom-right) */
#__prismic-toolbar-v2,
.prismic-toolbar,
iframe[src*="prismic-toolbar"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Intercom chat launcher (also bottom-right on Moss) */
#intercom-container,
.intercom-lightweight-app,
.intercom-launcher,
.intercom-launcher-frame,
iframe[name="intercom-launcher-frame"],
iframe[id*="intercom"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
