/* Physical Security silo, layouts on top of access-control.css */

body.safeguard-physical-security-page .entry-content ul.sg-ac-trust-strip__list,
body.safeguard-physical-security-page .entry-content ul.sg-ps-services__grid,
body.safeguard-physical-security-page .entry-content ul.sg-hub-services__grid,
body.safeguard-physical-security-page .entry-content ul.sg-ac-options__cta-checks,
body.safeguard-physical-security-page .entry-content .sg-ac-install__grid,
body.safeguard-physical-security-page .entry-content ol.sg-alarm-steps__list {
  padding: 0;
  list-style: none;
}

body.safeguard-physical-security-page .entry-content ul.sg-ac-trust-strip__list,
body.safeguard-physical-security-page .entry-content ul.sg-ps-services__grid,
body.safeguard-physical-security-page .entry-content ul.sg-hub-services__grid,
body.safeguard-physical-security-page .entry-content .sg-ac-install__grid,
body.safeguard-physical-security-page .entry-content ol.sg-alarm-steps__list {
  margin: 0;
}

body.safeguard-physical-security-page .entry-content ul.sg-ac-trust-strip__list > li,
body.safeguard-physical-security-page .entry-content ul.sg-ps-services__grid > li,
body.safeguard-physical-security-page .entry-content ul.sg-hub-services__grid > li,
body.safeguard-physical-security-page .entry-content ul.sg-ac-options__cta-checks > li,
body.safeguard-physical-security-page .entry-content .sg-ac-install__grid > article,
body.safeguard-physical-security-page .entry-content ol.sg-alarm-steps__list > li {
  margin: 0;
  list-style: none;
}

/* Hero placeholder */
.sg-ps-hero-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
}

@media (min-width: 768px) {
  .sg-ps-hero-placeholder {
    min-height: 100%;
  }
}

.sg-ps-media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
}

/* Portrait split — cover fill */
body.safeguard-physical-security-page .sg-ac-split__visual {
  aspect-ratio: 3 / 4;
  align-self: start;
  background: transparent;
  display: block;
  min-height: 0;
  overflow: hidden;
}

body.safeguard-physical-security-page .sg-ac-split__visual img,
body.safeguard-physical-security-page .sg-ac-split__visual .sg-cctv-media-placeholder {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/*
 * Static-guards navy copy splits: same size, navy on copy only,
 * image flush to column edges (intro + integration).
 */
@media (min-width: 900px) {
  body.safeguard-physical-security-page .sg-static-guards-intro .sg-ac-split__grid,
  body.safeguard-physical-security-page .sg-static-guards-integration .sg-ac-split__grid {
    gap: 0;
    align-items: stretch;
  }

  body.safeguard-physical-security-page .sg-static-guards-intro .sg-ac-split__copy,
  body.safeguard-physical-security-page .sg-static-guards-integration .sg-ac-split__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--sg-navy);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    color: #fff;
  }

  body.safeguard-physical-security-page .sg-static-guards-intro .sg-section-title,
  body.safeguard-physical-security-page .sg-static-guards-integration .sg-section-title {
    color: #fff;
  }

  body.safeguard-physical-security-page .sg-static-guards-intro .sg-ac-split__copy p,
  body.safeguard-physical-security-page .sg-static-guards-integration .sg-ac-split__copy p {
    color: rgba(255, 255, 255, 0.78);
  }
}

/* Cross-link line after integration splits (inside white band) */
.sg-ps-cross-links-wrap {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-bottom: 0;
}

.sg-ps-cross-links {
  margin: 0;
  font-size: 0.9375rem;
  font-style: italic;
  color: var(--sg-muted);
}

.sg-ps-cross-links a {
  color: var(--sg-blue);
  font-weight: 600;
  text-decoration: none;
}

.sg-ps-cross-links a:hover {
  text-decoration: underline;
}

/* Compare band */
.sg-ps-compare__inner {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.sg-ps-compare__body {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--sg-muted);
}

.sg-ps-compare__link-wrap {
  margin: 1.25rem 0 0;
}

.sg-ps-compare__link {
  font-family: var(--sg-font-head);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--sg-blue);
  text-decoration: none;
}

.sg-ps-compare__link:hover {
  text-decoration: underline;
}

/* Industry grid, title-only cells */
.sg-ps-industries__cell .sg-ac-options__title {
  margin-bottom: 0.35rem;
}
