/*
Theme Name: Civic Security Services
Theme URI: https://civicsecurityservices.com/
Author: Civic Security Services
Description: Lightweight, Elementor-compatible WordPress theme for Civic Security Services.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: civic-security
*/

:root {
  --ccs-navy: #0f172a;
  --ccs-amber: #a1571d;
  --ccs-surface: #f7f9fb;
  --ccs-text: #191c1e;
  --ccs-container: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ccs-text);
  background: var(--ccs-surface);
  font-family: "Open Sans", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-main {
  min-height: 55vh;
}

.ccs-page-shell {
  width: min(100% - 32px, var(--ccs-container));
  margin: 0 auto;
  padding: 64px 0;
}

/* Elementor controls the page layout when an Elementor-built page is open. */
.elementor-page .ccs-page-shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

.ccs-entry-title {
  margin: 0 0 32px;
  color: var(--ccs-navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.16;
}
