@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/sora-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/sora-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2-variations");
}

:root {
  --vp-ink: #071525;
  --vp-muted: #52687a;
  --vp-paper: #ffffff;
  --vp-cream: #eef7fc;
  --vp-ice: #d8edf8;
  --vp-blue: #0876d7;
  --vp-blue-strong: #054996;
  --vp-cyan: #23a9dd;
  --vp-label-on-dark: #d8f6ff;
  --vp-night: #06111f;
  --vp-mint: #119d84;
  --vp-amber: #c47a21;
  --vp-coral: #d95f4d;
  --vp-steel: #273c50;
  --vp-line: rgb(7 21 37 / 14%);
  --vp-radius: 8px;
  --vp-shadow: 0 30px 90px rgb(7 21 37 / 16%);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: clip;
  background: var(--vp-cream);
  color: var(--vp-ink);
  font-family: "Manrope Variable", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body .wp-site-blocks {
  padding: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

body :where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

body :where(.vp-main .wp-block-post-content) > :where(.wp-block-group.alignfull, section.alignfull) {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
.wp-block-heading {
  margin: 0;
  font-family: Sora, "Manrope Variable", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.vp-main {
  max-width: none;
}

.vp-main section {
  scroll-margin-top: 96px;
}

.vp-main > * {
  margin-block-start: 0;
}

.vp-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

:where(
  .vp-hero-grid,
  .vp-solution-grid,
  .vp-audience-grid,
  .vp-contact-grid,
  .vp-proof-strip,
  .vp-brand-grid,
  .vp-brand-card-grid,
  .vp-hub-intro,
  .vp-hub-card-grid,
  .vp-atelier,
  .vp-sequence-grid,
  .vp-sequence-list,
  .vp-depth-grid,
  .vp-depth-list,
  .vp-audit-grid,
  .vp-audit-card-grid,
  .vp-use-case-grid,
  .vp-final-grid,
  .vp-orientation-grid,
  .vp-choice-board,
  .vp-problem-grid,
  .vp-problem-list,
  .vp-integration-grid,
  .vp-place-grid,
  .vp-site-type-grid,
  .vp-site-type-list,
  .vp-camera-hero-grid,
  .vp-camera-decision-grid,
  .vp-camera-plan-grid,
  .vp-camera-tech-grid,
  .vp-camera-audit-grid,
  .vp-camera-commitments,
  .vp-camera-commitment,
  .vp-camera-checklist,
  .vp-ajax-hero-grid,
  .vp-device-mosaic,
  .vp-ajax-builder-grid,
  .vp-ajax-scenario-grid,
  .vp-scenario-track,
  .vp-ajax-handoff-grid,
  .vp-home-routine-grid,
  .vp-home-zone-grid,
  .vp-home-visit-note,
  .vp-home-privacy-grid,
  .vp-business-hero-grid,
  .vp-business-flow-grid,
  .vp-business-flow-list,
  .vp-business-zone-grid,
  .vp-ops-board,
  .vp-business-role-grid,
  .vp-business-day-story,
  .vp-role-table,
  .vp-contact-brief-grid,
  .vp-contact-form-layout,
  .vp-contact-method-grid,
  .vp-footer-grid,
  .vp-doc-grid,
  .vp-doc-lines,
  .vp-form-grid,
  .vp-fire-zone-note,
  .vp-fire-test-note,
  .vp-access-story,
  .vp-access-door-note
) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.vp-main > .entry-content {
  margin-block-start: 0 !important;
}

.vp-label {
  color: var(--vp-blue-strong);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vp-text-cta .wp-block-button__link,
.vp-audit-button .wp-block-button__link {
  border: 0;
  border-radius: var(--vp-radius);
  background: linear-gradient(135deg, var(--vp-cyan), var(--vp-blue) 58%, var(--vp-blue-strong));
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 18px 42px rgb(8 118 215 / 24%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vp-text-cta .wp-block-button__link:hover,
.vp-audit-button .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgb(8 118 215 / 28%);
}

.vp-secondary-cta .wp-block-button__link,
.vp-phone-button .wp-block-button__link {
  border: 1px solid rgb(7 21 37 / 14%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 58%);
  color: var(--vp-ink);
  font-weight: 850;
}

.vp-site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgb(7 21 37 / 9%);
  background: rgb(238 247 252 / 92%);
  color: var(--vp-ink);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
  overflow: visible;
  padding-top: env(safe-area-inset-top, 0);
}

body.admin-bar .vp-site-header {
  top: 32px;
}

.vp-site-header.is-scrolled {
  background: rgb(248 252 255 / 96%);
  box-shadow: 0 14px 36px rgb(7 21 37 / 8%);
}

.vp-header-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin-inline: auto;
  gap: clamp(1rem, 2.8vw, 2.4rem);
  align-items: center !important;
  overflow: visible;
  padding-block: 0.35rem;
}

.vp-brand {
  gap: 0.62rem;
  flex-shrink: 0;
}

.vp-brand figure {
  margin: 0;
}

.vp-brand-mark img {
  max-height: 54px;
  object-fit: contain;
}

.vp-brand-name {
  font-weight: 850;
  white-space: nowrap;
}

.vp-navigation {
  flex: 1;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 850;
}

.vp-navigation .wp-block-navigation__responsive-container-open,
.vp-navigation .wp-block-navigation__responsive-container-close {
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(7 21 37 / 14%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 70%);
  color: var(--vp-ink);
}

.vp-navigation .wp-block-navigation__responsive-container-open svg,
.vp-navigation .wp-block-navigation__responsive-container-close svg {
  width: 22px;
  height: 22px;
}

.vp-navigation .wp-block-navigation__responsive-container.is-menu-open {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  max-width: none;
  overflow-y: auto;
  background: rgb(238 247 252 / 98%);
  color: var(--vp-ink);
  padding: calc(82px + env(safe-area-inset-top, 0px)) 24px 32px;
}

.vp-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  position: fixed;
  top: calc(14px + env(safe-area-inset-top, 0px));
  right: 16px;
  display: grid;
}

.vp-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: stretch;
  gap: 0;
}

.vp-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.vp-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  border-bottom: 1px solid rgb(7 21 37 / 14%);
  padding: 1rem 0;
  font-family: Sora, "Manrope Variable", sans-serif;
  font-size: clamp(1.45rem, 7vw, 2.2rem);
  line-height: 1;
}

.vp-navigation .wp-block-navigation-item__content {
  padding: 0.45rem 0;
}

.vp-header-actions {
  flex-shrink: 0;
  gap: 0.6rem;
}

.vp-header-actions .wp-block-button__link {
  padding: 0.78rem 1rem;
  line-height: 1;
}

.vp-hero,
.vp-solution-hero,
.vp-audience-hero,
.vp-contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(78px + env(safe-area-inset-top, 0px));
  background: linear-gradient(90deg, var(--vp-cream) 0%, var(--vp-cream) 55%, var(--vp-ice) 55%, var(--vp-ice) 100%);
}

.vp-hero {
  display: block;
  background: #071525;
  color: #ffffff;
}

.vp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(6 17 31 / 92%) 0%, rgb(6 17 31 / 72%) 36%, rgb(6 17 31 / 28%) 68%, rgb(6 17 31 / 20%) 100%),
    linear-gradient(0deg, rgb(6 17 31 / 28%) 0%, transparent 44%);
}

.vp-hero-background,
.vp-hero-background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-hero-background img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.vp-hero-grid,
.vp-solution-grid,
.vp-audience-grid,
.vp-contact-grid {
  display: grid !important;
  min-height: calc(100svh - 78px);
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
  gap: clamp(1.8rem, 5vw, 4.2rem);
  align-items: center !important;
  padding-block: clamp(34px, 6vw, 72px) 28px;
}

.vp-hero-copy,
.vp-solution-copy,
.vp-audience-copy,
.vp-contact-copy {
  position: relative;
  z-index: 3;
}

.vp-hero > .vp-hero-copy {
  display: grid;
  align-content: end;
  min-height: calc(100svh - 78px);
  padding-block: clamp(56px, 10vw, 118px);
}

.vp-hero > .vp-hero-copy > * {
  max-width: min(720px, 48vw);
}

.vp-hero-title,
.vp-solution-title,
.vp-audience-title,
.vp-contact-title {
  max-width: 820px;
  margin-top: 1rem;
  font-size: clamp(3.05rem, 5.75vw, 5.95rem);
  line-height: 0.94;
}

.vp-contact-title {
  font-size: clamp(2.8rem, 4.9vw, 5.25rem);
}

.vp-lead {
  max-width: 530px;
  margin-top: 1.05rem;
  color: #40576b;
  font-size: clamp(1.06rem, 1.45vw, 1.26rem);
  line-height: 1.58;
}

.vp-hero .vp-label,
.vp-hero .vp-lead {
  color: rgb(232 248 255 / 82%);
}

.vp-hero .vp-secondary-cta .wp-block-button__link {
  border-color: rgb(255 255 255 / 28%);
  background: rgb(255 255 255 / 12%);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.vp-hero-actions,
.vp-page-actions {
  margin-top: 1.45rem;
  gap: 1rem;
}

.vp-hero-media,
.vp-solution-media,
.vp-audience-media {
  position: relative;
  min-height: clamp(470px, 52vw, 610px);
}

.vp-hero-photo,
.vp-solution-photo,
.vp-audience-photo {
  position: absolute;
  inset: 2% 4% 7% 18%;
  overflow: hidden;
  border-radius: 0 0 150px 0;
  box-shadow: var(--vp-shadow);
}

.vp-hero-photo img,
.vp-solution-photo img,
.vp-audience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-product-camera,
.vp-product-ajax,
.vp-solution-object {
  position: absolute;
  z-index: 2;
  margin: 0;
}

.vp-product-camera {
  right: 0;
  top: 6%;
  width: clamp(150px, 17vw, 224px);
  aspect-ratio: 1;
}

.vp-product-camera::before,
.vp-solution-object.is-camera::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 51%;
  width: 136%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 40% 28%, rgb(255 255 255 / 94%), rgb(247 252 255 / 98%) 58%, rgb(216 237 248 / 94%) 100%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 68%), 0 24px 64px rgb(7 21 37 / 18%);
  transform: translate(-50%, -50%);
}

.vp-product-camera img,
.vp-solution-object.is-camera img {
  filter: drop-shadow(0 24px 22px rgb(7 21 37 / 22%));
}

.vp-product-ajax {
  left: clamp(3.5rem, 8.5vw, 7rem);
  bottom: -3%;
  width: clamp(220px, 25vw, 340px);
  height: clamp(142px, 16vw, 220px);
  overflow: hidden;
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 24px 60px rgb(7 21 37 / 15%);
}

.vp-product-ajax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-proof-strip,
.vp-ribbon-grid,
.vp-living-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1.35fr) minmax(0, 0.9fr) minmax(0, 1fr);
  border-top: 1px solid var(--vp-line);
  border-bottom: 1px solid var(--vp-line);
  background: #ffffff;
}

.vp-proof-band {
  background: #ffffff;
}

.vp-proof-strip > *,
.vp-ribbon-card,
.vp-living-card {
  min-width: 0;
  border-right: 1px solid var(--vp-line);
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.vp-proof-strip > * {
  min-height: 98px;
  display: flex;
  align-items: center;
  color: #42576b;
  font-weight: 850;
}

.vp-proof-item-ibz {
  gap: 1rem;
}

.vp-proof-strip p {
  display: grid;
  gap: 0.24rem;
  line-height: 1.12;
}

.vp-proof-strip span {
  color: #6a7e8e;
  font-size: 0.78rem;
  font-weight: 780;
}

.vp-proof-logo {
  flex: 0 0 min(124px, 35%);
  margin: 0;
}

.vp-proof-strip img {
  width: 124px;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.vp-brand-statement {
  background:
    radial-gradient(circle at 12% 18%, rgb(35 169 221 / 11%), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef7fc 100%);
  padding-block: clamp(58px, 8vw, 104px);
}

.vp-brand-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: start !important;
  gap: clamp(1.3rem, 4vw, 4rem);
}

.vp-brand-intro {
  display: grid;
  gap: 1rem;
}

.vp-brand-intro h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.25rem, 3.7vw, 4.25rem);
  line-height: 0.98;
  text-wrap: balance;
}

.vp-brand-intro p:not(.vp-label) {
  max-width: 500px;
  color: #40576b;
  font-size: clamp(1.02rem, 1.25vw, 1.2rem);
  font-weight: 760;
  line-height: 1.48;
}

.vp-brand-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch !important;
  gap: 1rem;
}

.vp-brand-card {
  min-width: 0;
  min-height: 330px;
  display: grid;
  grid-template-rows: 64px auto 1fr;
  align-content: start;
  gap: 1.25rem;
  border: 1px solid rgb(7 21 37 / 12%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 24px 70px rgb(7 21 37 / 10%);
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.vp-brand-card.is-ajax {
  background: #071525;
  color: #ffffff;
}

.vp-brand-grid figure,
.vp-brand-logo {
  margin: 0;
}

.vp-brand-logo {
  display: grid;
  align-items: center;
  min-height: 64px;
}

.vp-brand-grid img,
.vp-brand-logo img {
  width: min(220px, 82%);
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.vp-brand-card.is-ajax .vp-brand-logo img {
  filter: invert(1);
}

.vp-brand-card h3 {
  max-width: 420px;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(1.35rem, 1.65vw, 1.85rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.vp-brand-card p {
  margin: 0;
  color: #53677a;
  font-weight: 780;
  line-height: 1.45;
}

.vp-brand-card.is-ajax p {
  color: rgb(232 248 255 / 78%);
}

.vp-hub {
  min-height: 100svh;
  padding-block: calc(clamp(132px, 14vw, 174px) + env(safe-area-inset-top, 0px)) clamp(76px, 10vw, 124px);
  background:
    linear-gradient(90deg, rgb(238 247 252 / 100%) 0%, rgb(238 247 252 / 100%) 55%, rgb(216 237 248 / 100%) 55%),
    var(--vp-cream);
}

.vp-hub-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end !important;
}

.vp-hub-title {
  max-width: 760px;
  margin-top: 1rem;
  font-size: clamp(3.1rem, 6vw, 6.35rem);
  line-height: 0.95;
}

.vp-hub-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.6vw, 1.8rem);
  margin-top: clamp(2.3rem, 5vw, 4rem);
}

.vp-hub-card {
  position: relative;
  min-height: clamp(410px, 42vw, 560px);
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: var(--vp-radius);
  background: var(--vp-night);
  color: #ffffff;
  box-shadow: 0 24px 70px rgb(7 21 37 / 13%);
}

.vp-hub-card::after,
.vp-use-case-card.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(6 17 31 / 3%) 0%, rgb(6 17 31 / 25%) 38%, rgb(6 17 31 / 86%) 100%);
}

.vp-hub-card.is-cream::after {
  background: linear-gradient(180deg, rgb(6 17 31 / 0%) 0%, rgb(6 17 31 / 18%) 35%, rgb(6 17 31 / 80%) 100%);
}

.vp-hub-image,
.vp-hub-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-hub-image img {
  object-fit: cover;
}

.vp-hub-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.vp-hub-logo {
  width: min(230px, 76%);
  margin: 0 0 0.45rem;
  padding: 0.65rem 0.8rem;
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 88%);
}

.vp-hub-logo img {
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.vp-hub-kicker,
.vp-card-link {
  color: rgb(232 248 255 / 78%);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vp-hub-card h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1;
}

.vp-hub-card p:not(.vp-card-link):not(.vp-hub-kicker) {
  max-width: 460px;
  color: rgb(232 248 255 / 78%);
  font-weight: 760;
}

.vp-atelier {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: clamp(560px, 68vw, 760px);
  background: #091724;
  color: #ffffff;
}

.vp-atelier-photo {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
}

.vp-atelier-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-atelier-copy {
  display: grid;
  align-content: center;
  gap: 1.6rem;
  padding: clamp(2rem, 6vw, 5.5rem);
}

.vp-atelier-copy .vp-label,
.vp-depth .vp-label,
.vp-final-audit .vp-label {
  color: rgb(232 248 255 / 68%);
}

.vp-atelier-copy h2,
.vp-sequence-title h2,
.vp-depth-title h2,
.vp-audit-title h2,
.vp-final-audit h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4.25vw, 4.7rem);
  line-height: 0.98;
}

.vp-depth-title h2,
.vp-audit-title h2 {
  font-size: clamp(2.05rem, 3.75vw, 4.2rem);
}

.vp-atelier-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-atelier-list li {
  border-top: 1px solid rgb(255 255 255 / 16%);
  padding-top: 0.8rem;
  color: rgb(232 248 255 / 72%);
  font-weight: 800;
}

.vp-contact-copy .vp-atelier-list {
  margin-top: 1.45rem;
}

.vp-contact-copy .vp-atelier-list li {
  border-color: rgb(7 21 37 / 14%);
  color: #40576b;
}

.vp-contact-copy .vp-atelier-list a {
  color: var(--vp-blue-strong);
}

.vp-sequence,
.vp-audit-matrix {
  background: var(--vp-cream);
  padding-block: clamp(84px, 11vw, 146px);
}

.vp-sequence-grid,
.vp-depth-grid,
.vp-audit-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start !important;
}

.vp-sequence-list,
.vp-depth-list {
  border-top: 1px solid rgb(7 21 37 / 18%);
}

.vp-sequence-row,
.vp-depth-row {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: baseline !important;
  border-bottom: 1px solid rgb(7 21 37 / 18%);
  padding: clamp(1.3rem, 3vw, 2.15rem) 0;
}

.vp-step,
.vp-ribbon-card .vp-number,
.vp-audit-card .vp-number {
  color: var(--vp-blue);
  font-family: Sora, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}

.vp-sequence-row h3,
.vp-depth-row h3 {
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  line-height: 1;
}

.vp-sequence-row p,
.vp-depth-row p {
  color: #526477;
  font-weight: 760;
}

.vp-use-case {
  background: #ffffff;
  padding-block: clamp(76px, 10vw, 132px);
}

.vp-use-case-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2.6vw, 1.8rem);
}

.vp-use-case-card {
  position: relative;
  min-height: clamp(430px, 47vw, 640px);
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  background: linear-gradient(135deg, rgb(8 118 215 / 15%), transparent 42%), #e8f0f3;
}

.vp-use-case-card.is-dark {
  color: #ffffff;
}

.vp-use-case-card.has-image {
  color: #ffffff;
}

.vp-use-case-card figure,
.vp-use-case-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-use-case-card img {
  object-fit: cover;
}

.vp-use-case-card.is-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 14%, rgb(6 17 31 / 78%) 100%);
}

.vp-use-case-card .vp-label,
.vp-use-case-card h2 {
  position: relative;
  z-index: 1;
}

.vp-use-case-card.has-image .vp-label,
.vp-use-case-card.is-dark .vp-label {
  color: rgb(232 248 255 / 76%);
}

.vp-use-case-card h2 {
  max-width: 620px;
  margin-top: 0.9rem;
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  line-height: 1;
}

.vp-final-audit {
  background: var(--vp-ink);
  color: #ffffff;
  padding-block: clamp(70px, 9vw, 114px);
}

.vp-final-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end !important;
}

.vp-final-note {
  max-width: 680px;
  margin-top: 1rem;
  color: rgb(232 248 255 / 74%);
  font-weight: 760;
}

.vp-circle-cta .wp-block-button__link {
  display: grid;
  width: clamp(160px, 18vw, 240px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--vp-ink);
  font-family: Sora, sans-serif;
  font-weight: 700;
  transition: transform 220ms ease;
}

.vp-circle-cta .wp-block-button__link:hover {
  transform: rotate(-4deg) scale(1.03);
}

.vp-solution-copy figure {
  width: min(330px, 70%);
  margin: 0;
}

.vp-solution-copy img {
  max-height: 86px;
  object-fit: contain;
  object-position: left center;
}

.vp-solution-photo {
  inset: 7% 0 0 14%;
  border-radius: 170px 0 0 0;
}

.vp-solution-object {
  left: -2%;
  top: 2%;
  width: clamp(175px, 20vw, 280px);
}

.vp-solution-object.is-ajax {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: clamp(270px, 32vw, 440px);
  height: clamp(170px, 19vw, 270px);
  overflow: hidden;
  border: 1px solid rgb(7 21 37 / 9%);
  border-radius: var(--vp-radius);
  background: rgb(247 252 255 / 94%);
  box-shadow: 0 28px 70px rgb(7 21 37 / 14%);
}

.vp-solution-object.is-ajax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-ribbon-card,
.vp-living-card {
  min-height: 210px;
  display: grid;
  align-content: space-between;
}

.vp-ribbon-card h3,
.vp-living-card h3 {
  min-width: 0;
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
  line-height: 1;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vp-ribbon-card p,
.vp-living-card p {
  min-width: 0;
  margin-top: 0.55rem;
  color: #526477;
  font-weight: 780;
  line-height: 1.35;
  overflow-wrap: normal;
}

.vp-depth {
  position: relative;
  overflow: hidden;
  background: #091724;
  color: #ffffff;
  padding-block: clamp(84px, 11vw, 154px);
}

.vp-depth.is-light {
  background: #071525;
}

.vp-depth::after {
  content: "";
  position: absolute;
  right: max(16px, calc((100vw - 1180px) / 2));
  bottom: -0.1rem;
  color: rgb(255 255 255 / 4.5%);
  font-family: Sora, sans-serif;
  font-size: clamp(5.4rem, 15vw, 13.8rem);
  font-weight: 700;
  line-height: 0.72;
  pointer-events: none;
}

.vp-word-hikvision::after {
  content: "HIKVISION";
}

.vp-word-ajax::after {
  content: "AJAX";
}

.vp-word-habitation::after {
  content: "HABITATION";
}

.vp-word-business::after {
  content: "BUSINESS";
}

.vp-depth-grid {
  position: relative;
  z-index: 1;
}

.vp-depth .vp-depth-list {
  border-color: rgb(255 255 255 / 18%);
}

.vp-depth .vp-depth-row {
  grid-template-columns: minmax(120px, 0.22fr) minmax(220px, 0.34fr) minmax(0, 0.44fr);
  border-color: rgb(255 255 255 / 18%);
}

.vp-depth-simple .vp-depth-row {
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 0.6fr);
}

.vp-depth-row h3 {
  color: #ffffff;
}

.vp-depth-row p {
  color: rgb(232 248 255 / 72%);
}

.vp-audit-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgb(7 21 37 / 16%);
  border-left: 1px solid rgb(7 21 37 / 16%);
}

.vp-audit-card {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  border-right: 1px solid rgb(7 21 37 / 16%);
  border-bottom: 1px solid rgb(7 21 37 / 16%);
  padding: clamp(1.15rem, 2.6vw, 1.8rem);
}

.vp-audit-card h3 {
  margin-top: auto;
  font-size: clamp(1.22rem, 2.1vw, 2rem);
  line-height: 1;
}

.vp-audit-card p {
  margin-top: 0.65rem;
  color: #526477;
  font-weight: 760;
  line-height: 1.45;
}

.vp-contact-hero {
  background: linear-gradient(90deg, var(--vp-cream) 0%, var(--vp-cream) 46%, var(--vp-ice) 46%, var(--vp-ice) 100%);
}

.vp-contact-card {
  position: relative;
  align-self: start;
  margin-top: 2rem;
  border: 1px solid rgb(7 21 37 / 12%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 86%);
  box-shadow: 0 32px 90px rgb(7 21 37 / 14%);
  padding: clamp(1.2rem, 3vw, 2rem);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.vp-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--vp-cyan), var(--vp-blue) 58%, var(--vp-blue-strong));
}

.vp-contact-card-head {
  display: grid;
  gap: 0.5rem;
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
  border-bottom: 1px solid rgb(7 21 37 / 12%);
  padding-bottom: clamp(0.95rem, 2vw, 1.2rem);
}

.vp-contact-card-head > * {
  margin-block: 0 !important;
}

.vp-contact-card-head h2 {
  margin: 0;
  color: var(--vp-ink);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 0.96;
}

.vp-contact-card-head p:not(.vp-label) {
  max-width: 560px;
  color: #40576b;
  font-weight: 760;
  line-height: 1.4;
}

.vp-contact-card-head .vp-label {
  color: var(--vp-blue);
}

.vp-contact-form {
  display: grid;
  gap: 1rem;
}

.vp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vp-field,
.vp-field-full,
.vp-consent {
  display: grid;
  gap: 0.35rem;
  color: #273c50;
  font-weight: 820;
}

.vp-field-full {
  grid-column: 1 / -1;
}

.vp-contact-form input,
.vp-contact-form select,
.vp-contact-form textarea {
  width: 100%;
  border: 1px solid rgb(7 21 37 / 14%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 88%);
  color: var(--vp-ink);
  padding: 0.9rem 0.95rem;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.vp-contact-form input:focus,
.vp-contact-form select:focus,
.vp-contact-form textarea:focus {
  outline: 0;
  border-color: rgb(8 118 215 / 58%);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgb(35 169 221 / 15%);
}

.vp-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.vp-contact-direct .vp-contact-form {
  gap: 0.44rem;
}

.vp-contact-direct .vp-form-grid {
  gap: 0.38rem 0.58rem;
}

.vp-contact-direct .vp-contact-form input,
.vp-contact-direct .vp-contact-form select,
.vp-contact-direct .vp-contact-form textarea {
  min-height: 34px;
  padding: 0.34rem 0.62rem;
}

.vp-contact-direct .vp-contact-form textarea {
  min-height: 58px;
}

.vp-contact-direct .vp-field,
.vp-contact-direct .vp-field-full,
.vp-contact-direct .vp-consent {
  gap: 0.18rem;
  font-size: 0.84rem;
}

.vp-contact-direct .vp-consent {
  font-size: 0.82rem;
  line-height: 1.25;
}

.vp-contact-direct .vp-contact-card-head {
  gap: 0.35rem;
  margin-bottom: 0.56rem;
  padding-bottom: 0.58rem;
}

.vp-contact-direct .vp-contact-card-head h2 {
  max-width: 560px;
  font-size: clamp(1.2rem, 1.7vw, 1.54rem);
  line-height: 1;
}

.vp-contact-direct .vp-contact-card-head p:not(.vp-label) {
  max-width: 530px;
  font-size: 0.86rem;
  line-height: 1.25;
}

.vp-contact-direct .vp-contact-card-head .vp-label {
  font-size: 0.74rem;
}

.vp-contact-direct .vp-contact-form button {
  padding: 0.55rem 0.9rem;
}

.vp-contact-form input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  min-height: 1.05rem;
  flex: 0 0 1.05rem;
  margin: 0.08rem 0 0;
  padding: 0;
  accent-color: var(--vp-blue);
}

.vp-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #40576b;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.35;
}

.vp-contact-direct .vp-contact-form input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  flex-basis: 1rem;
  margin-top: 0.03rem;
  padding: 0;
}

.vp-contact-form button {
  justify-self: start;
  border: 0;
  border-radius: var(--vp-radius);
  background: linear-gradient(135deg, var(--vp-cyan), var(--vp-blue) 58%, var(--vp-blue-strong));
  color: #ffffff;
  cursor: pointer;
  font-weight: 850;
  padding: 0.95rem 1.2rem;
  box-shadow: 0 18px 42px rgb(8 118 215 / 24%);
}

.vp-feedback {
  border-radius: var(--vp-radius);
  padding: 0.85rem 1rem;
  font-weight: 820;
}

.vp-feedback.is-success {
  background: rgb(32 189 150 / 14%);
  color: #08745d;
}

.vp-feedback.is-error {
  background: rgb(226 65 65 / 12%);
  color: #9c2020;
}

.vp-contact-mailbox {
  display: grid;
  gap: 0.78rem;
  border: 1px solid rgb(7 21 37 / 12%);
  border-radius: var(--vp-radius);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 92%), rgb(238 247 252 / 88%)),
    #ffffff;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.vp-contact-mailbox > * {
  margin: 0;
}

.vp-contact-mailbox h3 {
  color: var(--vp-ink);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
}

.vp-contact-mailbox p:not(.vp-label) {
  max-width: 54ch;
  color: #40576b;
  font-weight: 760;
  line-height: 1.45;
}

.vp-contact-mailbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.vp-contact-mailbox-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgb(7 21 37 / 12%);
  border-radius: 999px;
  background: #ffffff;
  color: var(--vp-ink);
  font-weight: 860;
  padding: 0.68rem 0.9rem;
  text-decoration: none;
  box-shadow: 0 14px 34px rgb(7 21 37 / 8%);
}

.vp-contact-mailbox-actions .vp-mail-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--vp-cyan), var(--vp-blue) 58%, var(--vp-blue-strong));
  color: #ffffff;
  box-shadow: 0 18px 42px rgb(8 118 215 / 24%);
}

.vp-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.vp-doc {
  min-height: 100svh;
  padding-block: calc(146px + env(safe-area-inset-top, 0px)) 96px;
  background: var(--vp-cream);
}

.vp-doc-grid {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start !important;
}

.vp-doc h1 {
  max-width: 620px;
  font-size: clamp(2.75rem, 4.75vw, 4.8rem);
  line-height: 0.96;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vp-doc-lines {
  border-top: 1px solid rgb(7 21 37 / 18%);
}

.vp-doc-lines h2 {
  margin-top: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
}

.vp-doc-lines > * {
  border-bottom: 1px solid rgb(7 21 37 / 18%);
  padding: clamp(1.2rem, 2.8vw, 1.9rem) 0;
}

.vp-page-logo {
  width: min(280px, 72%);
  margin: 0 0 1.25rem;
}

.vp-page-logo img {
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
}

.vp-ajax-hero .vp-page-logo img {
  filter: invert(1);
}

.vp-orientation,
.vp-targets-cover,
.vp-camera-hero,
.vp-ajax-hero,
.vp-home-hero,
.vp-business-hero,
.vp-contact-brief {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
}

.vp-orientation {
  display: grid;
  align-items: center;
  background: radial-gradient(circle at 88% 24%, rgb(35 169 221 / 18%), transparent 30%), #eef7fc;
  padding-bottom: clamp(32px, 5vw, 62px);
}

.vp-orientation-grid,
.vp-problem-grid,
.vp-integration-grid,
.vp-site-type-grid,
.vp-camera-hero-grid,
.vp-camera-plan-grid,
.vp-camera-audit-grid,
.vp-ajax-hero-grid,
.vp-ajax-builder-grid,
.vp-ajax-handoff-grid,
.vp-home-privacy-grid,
.vp-business-hero-grid,
.vp-business-zone-grid,
.vp-business-role-grid,
.vp-contact-brief-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center !important;
}

.vp-orientation-grid,
.vp-camera-hero-grid,
.vp-ajax-hero-grid,
.vp-business-hero-grid,
.vp-contact-brief-grid {
  min-height: 0;
}

.vp-orientation-copy h1,
.vp-targets-cover-copy h1,
.vp-camera-hero-copy h1,
.vp-ajax-hero-copy h1,
.vp-home-hero-copy h1,
.vp-business-hero-copy h1,
.vp-contact-brief-copy h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 5.2vw, 5.35rem);
  line-height: 0.93;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vp-choice-board {
  display: grid;
  gap: 1rem;
}

.vp-choice-board.is-service-router {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.vp-choice-card {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 0.8rem;
  min-height: 265px;
  overflow: hidden;
  border-radius: var(--vp-radius);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: #ffffff;
  box-shadow: 0 24px 70px rgb(7 21 37 / 12%);
}

.vp-choice-card.is-camera,
.vp-choice-card.is-ajax {
  padding-right: clamp(1.35rem, 16vw, 13rem);
}

.vp-choice-board.is-service-router .vp-choice-card {
  min-height: 330px;
  margin-left: 0;
  padding-right: clamp(1.15rem, 2.5vw, 1.75rem);
  align-content: end;
}

.vp-choice-board.is-service-router .vp-choice-card.is-camera,
.vp-choice-board.is-service-router .vp-choice-card.is-fire {
  padding-right: clamp(1.35rem, 12vw, 10rem);
}

.vp-choice-card.is-fire {
  background: linear-gradient(145deg, #ffffff 0%, #e6f4fb 100%);
}

.vp-choice-card.is-access,
.vp-choice-card.is-intrusion {
  background: #071525;
  color: #ffffff;
}

.vp-choice-card.is-ajax {
  margin-left: clamp(0px, 8vw, 84px);
  background: #071525;
  color: #ffffff;
}

.vp-choice-card > :not(.vp-choice-product) {
  position: relative;
  z-index: 1;
}

.vp-choice-logo {
  width: min(250px, 74%);
  margin: 0;
}

.vp-choice-logo img {
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

.vp-choice-card.is-ajax .vp-choice-logo img {
  filter: invert(1);
}

.vp-choice-product {
  position: absolute;
  right: clamp(-4.6rem, -4vw, -1.2rem);
  bottom: clamp(-4rem, -3.4vw, -1.2rem);
  z-index: 0;
  width: min(48%, 240px);
  margin: 0;
  pointer-events: none;
}

.vp-choice-product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgb(7 21 37 / 20%));
}

.vp-choice-card.is-ajax .vp-choice-product {
  right: clamp(-3rem, -3vw, -0.9rem);
  bottom: clamp(-2.4rem, -2vw, -0.8rem);
  width: min(54%, 270px);
  opacity: 0.72;
}

.vp-choice-card.is-camera .vp-choice-product img {
  transform: rotate(-7deg);
}

.vp-choice-card h2,
.vp-place-card h2,
.vp-site-type h3,
.vp-camera-decision-card h3,
.vp-tech-card h3,
.vp-device-card h3,
.vp-scenario-step h3,
.vp-routine-card h3,
.vp-zone-row h3,
.vp-business-flow-step h3,
.vp-ops-card h3,
.vp-role-row h3,
.vp-contact-method h2 {
  max-width: 100%;
  min-width: 0;
  font-size: clamp(1.45rem, 2.8vw, 2.7rem);
  line-height: 1;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.vp-tech-card h3,
.vp-device-card h3 {
  font-size: clamp(1.28rem, 1.55vw, 1.9rem);
  line-height: 1.04;
}

.vp-choice-card p,
.vp-place-card p,
.vp-site-type p,
.vp-camera-decision-card p,
.vp-tech-card p,
.vp-device-card p,
.vp-scenario-step p,
.vp-routine-card p,
.vp-zone-row p,
.vp-business-flow-step p,
.vp-ops-card p,
.vp-role-row p,
.vp-contact-method p {
  color: #53677a;
  font-weight: 760;
  line-height: 1.45;
}

.vp-choice-card.is-ajax p {
  color: rgb(232 248 255 / 76%);
}

.vp-choice-card.is-access p,
.vp-choice-card.is-intrusion p {
  color: rgb(232 248 255 / 76%);
}

.vp-choice-card.is-access .vp-label,
.vp-choice-card.is-intrusion .vp-label {
  color: #9ddcff;
}

.vp-choice-board.is-service-router .vp-choice-card.is-fire .vp-choice-product {
  right: clamp(-4.8rem, -5vw, -2rem);
  bottom: clamp(-5rem, -4vw, -2rem);
  width: min(58%, 260px);
  opacity: 0.7;
}

.vp-choice-card .vp-card-link,
.vp-choice-card .vp-card-link a {
  color: var(--vp-blue);
}

.vp-problem-router,
.vp-solution-scenes,
.vp-camera-audit,
.vp-home-zones,
.vp-business-flow,
.vp-contact-methods {
  background: #ffffff;
  padding-block: clamp(76px, 10vw, 132px);
}

.vp-solution-scenes-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start !important;
}

.vp-solution-scenes-title {
  display: grid;
  gap: 1rem;
}

.vp-solution-scenes-title h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  line-height: 0.98;
  text-wrap: balance;
}

.vp-solution-scenes-title p:not(.vp-label) {
  max-width: 420px;
  color: #526477;
  font-weight: 780;
  line-height: 1.5;
}

.vp-scene-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vp-scene-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgb(7 21 37 / 12%);
  border-radius: var(--vp-radius);
  background: #eef7fc;
  padding: clamp(1.15rem, 2.3vw, 1.7rem);
  box-shadow: 0 24px 70px rgb(7 21 37 / 9%);
}

.vp-scene-card::before {
  content: "";
  position: absolute;
  inset: auto -18% -34% auto;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgb(8 118 215 / 10%);
}

.vp-scene-card.is-alarm {
  background: #071525;
  color: #ffffff;
}

.vp-scene-card.is-fire,
.vp-scene-card.is-intrusion {
  background: #071525;
  color: #ffffff;
}

.vp-scene-card.is-access {
  background: linear-gradient(145deg, #eef7fc 0%, #ffffff 100%);
}

.vp-scene-card.is-combo {
  background: linear-gradient(135deg, #ffffff 0%, #dceff9 100%);
}

.vp-scene-card h3 {
  position: relative;
  margin: 0.75rem 0 1rem;
  font-size: clamp(1.65rem, 2.25vw, 2.5rem);
  line-height: 0.98;
  text-wrap: balance;
}

.vp-scene-card p:not(.vp-label):not(.vp-scene-link) {
  position: relative;
  color: #53677a;
  font-weight: 780;
  line-height: 1.45;
}

.vp-scene-card.is-alarm p:not(.vp-label):not(.vp-scene-link) {
  color: rgb(232 248 255 / 74%);
}

.vp-scene-card.is-fire p:not(.vp-label):not(.vp-scene-link),
.vp-scene-card.is-intrusion p:not(.vp-label):not(.vp-scene-link) {
  color: rgb(232 248 255 / 74%);
}

.vp-scene-link {
  position: relative;
  margin: 1.4rem 0 0;
  font-weight: 900;
}

.vp-scene-link a {
  color: var(--vp-blue-strong);
  text-decoration-color: rgb(8 118 215 / 28%);
}

.vp-scene-card.is-alarm .vp-scene-link a {
  color: #ffffff;
  text-decoration-color: rgb(255 255 255 / 40%);
}

.vp-scene-card.is-fire .vp-scene-link a,
.vp-scene-card.is-intrusion .vp-scene-link a {
  color: #ffffff;
  text-decoration-color: rgb(255 255 255 / 40%);
}

.has-product-bg {
  position: relative;
  isolation: isolate;
  align-content: end;
  overflow: hidden;
  background: #071525;
  color: #ffffff;
}

.has-product-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(7 21 37 / 0%) 0%, rgb(7 21 37 / 26%) 38%, rgb(7 21 37 / 90%) 100%),
    linear-gradient(90deg, rgb(7 21 37 / 72%) 0%, rgb(7 21 37 / 22%) 60%, rgb(7 21 37 / 8%) 100%);
}

.has-product-bg > :not(.vp-product-bg) {
  position: relative;
  z-index: 1;
}

.has-product-bg h3 {
  color: #ffffff;
  text-shadow: 0 2px 22px rgb(7 21 37 / 34%);
}

.has-product-bg p:not(.vp-label):not(.vp-scene-link),
.vp-routine-card.has-product-bg p,
.vp-ops-card.has-product-bg p,
.vp-tech-card.has-product-bg p {
  color: rgb(232 248 255 / 82%);
}

.has-product-bg .vp-label {
  color: #9ddcff;
}

.vp-scene-card.has-product-bg .vp-scene-link a {
  color: #ffffff;
  text-decoration-color: rgb(255 255 255 / 40%);
}

.vp-product-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  pointer-events: none;
}

.vp-product-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.vp-scene-card.has-product-bg {
  min-height: 380px;
}

.vp-scene-card.has-product-bg::before {
  display: none;
}

.vp-scene-card.is-camera .vp-product-bg img,
.vp-ops-card.is-cash .vp-product-bg img {
  object-position: 56% 42%;
}

.vp-scene-card.is-alarm .vp-product-bg img,
.vp-routine-card.is-night .vp-product-bg img {
  object-position: 58% 36%;
}

.vp-scene-card.is-combo .vp-product-bg img,
.vp-ops-card.is-parking .vp-product-bg img {
  object-position: 52% 44%;
}

.vp-problem-title h2,
.vp-camera-decision-title h2,
.vp-camera-plan-copy h2,
.vp-camera-tech-title h2,
.vp-camera-audit h2,
.vp-ajax-builder-title h2,
.vp-ajax-scenarios h2,
.vp-ajax-handoff-copy h2,
.vp-home-routine-title h2,
.vp-home-zones h2,
.vp-home-privacy-copy h2,
.vp-business-flow h2,
.vp-business-zone-title h2,
.vp-business-roles h2,
.vp-contact-brief-copy h1 {
  font-size: clamp(2.15rem, 3.7vw, 3.95rem);
  line-height: 0.98;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vp-camera-decision-title h2,
.vp-ajax-builder-title h2,
.vp-ajax-handoff-copy h2,
.vp-business-zone-title h2,
.vp-business-roles h2,
.vp-home-privacy-copy h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.7rem);
}

.vp-problem-list,
.vp-zone-stack,
.vp-business-flow-list,
.vp-role-table {
  border-top: 1px solid rgb(7 21 37 / 16%);
}

.vp-problem-row,
.vp-zone-row,
.vp-business-flow-step,
.vp-role-row {
  display: grid !important;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: baseline !important;
  border-bottom: 1px solid rgb(7 21 37 / 16%);
  padding: clamp(1.25rem, 3vw, 2rem) 0;
}

.vp-role-row {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
}

.vp-role-row h3 {
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
}

.vp-problem-row p {
  min-width: 0;
}

.vp-solution-tag {
  justify-self: end;
  border: 1px solid rgb(8 118 215 / 22%);
  border-radius: 999px;
  color: var(--vp-blue-strong) !important;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
}

.vp-integration-strip {
  background: #071525;
  color: #ffffff;
  padding-block: clamp(68px, 9vw, 106px);
}

.vp-integration-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end !important;
}

.vp-integration-grid h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.7vw, 5rem);
  line-height: 0.98;
}

.vp-integration-notes {
  display: grid;
  gap: 0;
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.vp-integration-notes p {
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  color: rgb(232 248 255 / 74%);
  font-weight: 820;
  padding: 1rem 0;
}

.vp-targets-cover {
  position: relative;
  overflow: hidden;
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
  color: #ffffff;
  background: #071525;
}

.vp-targets-cover::after,
.vp-camera-hero::after,
.vp-home-hero::after,
.vp-business-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(6 17 31 / 88%) 0%, rgb(6 17 31 / 58%) 46%, rgb(6 17 31 / 12%) 100%);
}

.vp-targets-cover-image,
.vp-targets-cover-image img,
.vp-camera-hero-image,
.vp-camera-hero-image img,
.vp-fire-hero-image,
.vp-fire-hero-image img,
.vp-access-hero-image,
.vp-access-hero-image img,
.vp-home-hero-image,
.vp-home-hero-image img,
.vp-business-hero-image,
.vp-business-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-targets-cover-image img,
.vp-camera-hero-image img,
.vp-fire-hero-image img,
.vp-access-hero-image img,
.vp-home-hero-image img,
.vp-business-hero-image img {
  object-fit: cover;
}

.vp-targets-cover-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 86px);
  padding-block: clamp(56px, 10vw, 112px);
}

.vp-targets-cover > .vp-shell,
.vp-home-hero > .vp-shell {
  margin-top: 0;
}

.vp-targets-cover-copy .vp-label,
.vp-targets-cover-copy .vp-lead,
.vp-camera-hero .vp-label,
.vp-camera-hero .vp-lead,
.vp-home-hero-copy .vp-label,
.vp-home-hero-copy .vp-lead,
.vp-business-hero .vp-label,
.vp-business-hero .vp-lead,
.vp-ajax-hero .vp-label,
.vp-ajax-hero .vp-lead {
  color: rgb(232 248 255 / 78%);
}

.vp-place-index,
.vp-camera-decisions,
.vp-ajax-builder,
.vp-home-routines,
.vp-business-zones {
  background: var(--vp-cream);
  padding-block: clamp(82px, 11vw, 146px);
}

.vp-place-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.8vw, 1.8rem);
  align-items: stretch !important;
}

.vp-place-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(440px, 48vw, 660px);
  overflow: hidden;
  border-radius: var(--vp-radius);
  color: #ffffff;
  background: var(--vp-night);
}

.vp-place-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(6 17 31 / 0%) 8%, rgb(6 17 31 / 80%) 100%);
}

.vp-place-image,
.vp-place-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-place-image {
  overflow: hidden;
}

.vp-place-image img {
  object-fit: cover;
}

.vp-place-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.35rem, 3.4vw, 2.3rem);
}

.vp-place-copy .vp-label,
.vp-place-card p {
  color: rgb(232 248 255 / 78%);
}

.vp-site-types,
.vp-camera-tech,
.vp-home-privacy,
.vp-business-roles {
  background: #071525;
  color: #ffffff;
  padding-block: clamp(82px, 11vw, 146px);
}

.vp-site-type-grid,
.vp-camera-tech-grid,
.vp-home-privacy-grid,
.vp-business-role-grid,
.vp-contact-method-grid {
  align-items: start !important;
}

.vp-site-type-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgb(255 255 255 / 16%);
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.vp-site-type {
  min-height: 205px;
  display: grid;
  align-content: space-between;
  border-right: 1px solid rgb(255 255 255 / 16%);
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  padding: clamp(1.2rem, 2.8vw, 1.9rem);
}

.vp-site-type p,
.vp-camera-tech p,
.vp-home-privacy p,
.vp-business-roles p,
.vp-business-roles li {
  color: rgb(232 248 255 / 72%);
}

.vp-camera-hero {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
  padding-bottom: 0;
  background: #071525;
  color: #ffffff;
}

.vp-camera-hero::after {
  background:
    linear-gradient(270deg, rgb(6 17 31 / 94%) 0%, rgb(6 17 31 / 72%) 42%, rgb(6 17 31 / 24%) 100%),
    linear-gradient(0deg, rgb(6 17 31 / 22%) 0%, transparent 46%);
}

.vp-camera-hero-image img {
  object-position: 34% 24%;
}

.vp-camera-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 86px);
  padding-block: clamp(54px, 10vw, 112px);
}

.vp-camera-hero-copy > * {
  max-width: min(680px, 48vw);
  margin-left: auto;
}

.vp-camera-hero-copy .vp-page-logo {
  width: min(260px, 54%);
}

.vp-camera-hero-copy .vp-page-logo img {
  filter: drop-shadow(0 16px 26px rgb(0 0 0 / 18%));
}

.vp-camera-hero-copy .vp-page-actions {
  justify-content: flex-start;
}

.vp-camera-stage {
  position: relative;
  min-height: clamp(520px, 52vw, 650px);
}

.vp-camera-stage-photo {
  position: absolute;
  inset: 8% 0 0 18%;
  overflow: hidden;
  border-radius: 0 0 150px 0;
  box-shadow: var(--vp-shadow);
}

.vp-camera-stage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-camera-stage-product {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 11%;
  width: clamp(250px, 28vw, 410px);
  margin: 0;
}

.vp-camera-stage-product::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 145%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 38% 30%, #ffffff 0%, #f8fcff 56%, #cfe8f6 100%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 78%), 0 34px 86px rgb(7 21 37 / 18%);
  transform: translate(-50%, -50%);
}

.vp-camera-stage-product img {
  filter: drop-shadow(0 28px 24px rgb(7 21 37 / 22%));
}

.vp-camera-chip {
  position: absolute;
  z-index: 3;
  border: 1px solid rgb(7 21 37 / 13%);
  border-radius: 999px;
  background: rgb(255 255 255 / 86%);
  color: var(--vp-steel);
  font-size: 0.82rem;
  font-weight: 880;
  letter-spacing: 0.03em;
  padding: 0.58rem 0.74rem;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.vp-camera-chip.is-one {
  right: 8%;
  top: 16%;
}

.vp-camera-chip.is-two {
  right: 0;
  bottom: 24%;
}

.vp-camera-chip.is-three {
  left: 10%;
  bottom: 7%;
}

.vp-camera-tech-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem);
}

.vp-camera-decision-grid,
.vp-home-routine-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem);
}

.vp-camera-decision-title,
.vp-camera-tech-title,
.vp-home-routine-title {
  grid-column: 1 / -1;
}

.vp-camera-decision-card,
.vp-tech-card,
.vp-routine-card,
.vp-ops-card {
  min-height: 270px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgb(7 21 37 / 13%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 72%);
  padding: clamp(1.2rem, 2.8vw, 1.85rem);
}

.vp-camera-decision-card .vp-number {
  color: var(--vp-coral);
}

.vp-camera-plan {
  background: #071525;
  color: #ffffff;
  padding-block: clamp(82px, 11vw, 146px);
}

.vp-camera-plan-copy p {
  margin-top: 1.1rem;
  color: rgb(232 248 255 / 72%);
  font-weight: 760;
}

.vp-camera-map {
  position: relative;
  min-height: clamp(430px, 43vw, 560px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--vp-radius);
  background:
    linear-gradient(90deg, transparent 0 34%, rgb(255 255 255 / 10%) 34% 35%, transparent 35% 100%),
    linear-gradient(0deg, transparent 0 48%, rgb(255 255 255 / 10%) 48% 49%, transparent 49% 100%),
    #0c1d2e;
}

.vp-camera-map::before {
  content: "";
  position: absolute;
  inset: 14% 13% 16% 18%;
  border: 2px solid rgb(255 255 255 / 32%);
  border-radius: 6px;
}

.vp-camera-map.is-photo {
  min-height: clamp(360px, 34vw, 540px);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%)),
    #0c1d2e;
}

.vp-camera-map.is-photo::before {
  display: none;
}

.vp-camera-map-image,
.vp-camera-map-image img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-camera-map-image {
  position: absolute;
  inset: 0;
}

.vp-camera-map-image img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.vp-map-zone {
  position: absolute;
  min-width: 120px;
  border-radius: var(--vp-radius);
  background: #ffffff;
  color: var(--vp-ink);
  font-family: Sora, sans-serif;
  font-weight: 700;
  line-height: 1.05;
  padding: 0.86rem 0.95rem;
  box-shadow: 0 20px 48px rgb(0 0 0 / 22%);
}

.vp-map-zone span {
  color: var(--vp-blue-strong);
  font-family: "Manrope Variable", sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.vp-map-zone.is-entry {
  left: 8%;
  top: 12%;
}

.vp-map-zone.is-drive {
  right: 11%;
  top: 20%;
}

.vp-map-zone.is-garden {
  left: 28%;
  bottom: 13%;
}

.vp-map-zone.is-private {
  right: 9%;
  bottom: 14%;
  background: #f3d8d2;
}

.vp-tech-card {
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 7%);
}

.vp-tech-card.has-product-bg {
  min-height: 362px;
  border-color: rgb(255 255 255 / 16%);
  background: #071525;
  box-shadow: 0 24px 70px rgb(0 0 0 / 16%);
}

.vp-tech-card.is-colorvu .vp-product-bg img {
  object-position: 58% 36%;
  transform: none;
}

.vp-tech-card.is-acusense,
.vp-tech-card.is-connect,
.vp-tech-card.is-nvr {
  position: relative;
  isolation: isolate;
  min-height: 362px;
  align-content: end;
  gap: 0.9rem;
  overflow: hidden;
  border-color: rgb(255 255 255 / 16%);
  background:
    radial-gradient(circle at 100% 0%, rgb(77 185 255 / 14%), transparent 36%),
    linear-gradient(145deg, rgb(255 255 255 / 8%) 0%, rgb(255 255 255 / 3%) 58%, rgb(7 21 37 / 62%) 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgb(0 0 0 / 16%);
  padding-top: clamp(2rem, 6vw, 4.25rem);
}

.vp-tech-card.is-acusense::before,
.vp-tech-card.is-connect::before,
.vp-tech-card.is-nvr::before {
  content: "";
  position: absolute;
  left: clamp(1.45rem, 2vw, 1.8rem);
  top: clamp(1.45rem, 2vw, 1.8rem);
  width: 48px;
  height: 3px;
  border-radius: 999px;
  z-index: -1;
  background: linear-gradient(90deg, #36baff, #0066c9);
}

.vp-tech-card h3 {
  max-width: 100%;
  letter-spacing: 0;
}

.vp-tech-card p {
  color: rgb(232 248 255 / 72%);
}

.vp-camera-checklist,
.vp-handoff-list,
.vp-privacy-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(7 21 37 / 16%);
}

.vp-camera-checklist li,
.vp-handoff-list li,
.vp-privacy-list li {
  border-bottom: 1px solid rgb(7 21 37 / 16%);
  color: #40576b;
  font-weight: 820;
  padding: 1rem 0;
}

.vp-ajax-hero {
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #071525;
  color: #ffffff;
  padding-bottom: clamp(46px, 7vw, 84px);
}

.vp-ajax-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.vp-ajax-console {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(500px, 48vw, 620px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: var(--vp-radius);
  background: #0d1d2d;
  box-shadow: 0 30px 90px rgb(0 0 0 / 24%);
}

.vp-ajax-console-image,
.vp-ajax-console-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-ajax-console-image img {
  object-fit: cover;
}

.vp-ajax-console::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(7 21 37 / 0%) 12%, rgb(7 21 37 / 74%) 100%);
}

.vp-console-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  width: min(420px, calc(100% - 32px));
  margin: 1rem;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--vp-radius);
  background: rgb(7 21 37 / 72%);
  color: #ffffff;
  padding: 0.88rem 1rem;
  backdrop-filter: blur(16px);
}

.vp-console-panel:first-of-type {
  margin-top: auto;
}

.vp-console-panel p:last-child {
  color: var(--vp-mint);
  font-weight: 880;
}

.vp-ajax-hero-copy {
  justify-self: end;
}

.vp-ajax-builder-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4.25rem);
  align-items: start !important;
}

.vp-ajax-builder-title {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 1rem;
}

.vp-ajax-builder-title h2 {
  max-width: 600px;
}

.vp-ajax-builder-lead {
  max-width: 520px;
  color: #40576b;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 760;
  line-height: 1.48;
}

.vp-device-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vp-device-card {
  position: relative;
  isolation: isolate;
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: 0.92rem;
  overflow: hidden;
  border-radius: var(--vp-radius);
  background: #071525;
  color: #ffffff;
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
  box-shadow: 0 22px 66px rgb(7 21 37 / 13%);
}

.vp-device-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(7 21 37 / 0%) 0%, rgb(7 21 37 / 28%) 42%, rgb(7 21 37 / 88%) 100%),
    linear-gradient(90deg, rgb(7 21 37 / 82%) 0%, rgb(7 21 37 / 28%) 58%, rgb(7 21 37 / 12%) 100%);
}

.vp-device-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  overflow: hidden;
}

.vp-device-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.vp-device-card h3,
.vp-device-card p {
  position: relative;
  z-index: 1;
}

.vp-device-card.is-hub,
.vp-device-card.is-wide {
  grid-column: span 2;
}

.vp-device-card.is-hub {
  min-height: 270px;
  padding-right: min(44%, 18rem);
}

.vp-device-card.is-hub .vp-device-bg img {
  object-position: center 42%;
}

.vp-device-card.is-door .vp-device-bg img,
.vp-device-card.is-motion .vp-device-bg img,
.vp-device-card.is-keypad .vp-device-bg img {
  object-position: center 38%;
}

.vp-device-card.is-safety .vp-device-bg img {
  object-position: center 46%;
}

.vp-device-card.is-video,
.vp-device-card.is-nvr {
  background:
    radial-gradient(circle at 100% 0%, rgb(35 169 221 / 18%), transparent 34%),
    linear-gradient(145deg, #071525 0%, #0e2438 100%);
}

.vp-device-card.is-video::before,
.vp-device-card.is-nvr::before {
  z-index: 0;
  background: linear-gradient(180deg, rgb(255 255 255 / 7%) 0%, rgb(255 255 255 / 0%) 100%);
}

.vp-fire-hero .vp-ajax-console-image img {
  object-position: 50% 42%;
}

.vp-device-card h3 {
  font-size: clamp(1.28rem, 1.55vw, 1.9rem);
  line-height: 1.04;
  overflow-wrap: break-word;
  text-wrap: pretty;
  color: #ffffff;
  text-shadow: 0 2px 22px rgb(7 21 37 / 38%);
}

.vp-device-card p {
  max-width: 31rem;
  color: rgb(232 248 255 / 82%);
  text-shadow: 0 1px 16px rgb(7 21 37 / 32%);
}

.vp-ajax-scenarios {
  background: #ffffff;
  padding-block: clamp(82px, 11vw, 146px);
}

.vp-ajax-scenario-grid {
  display: grid !important;
  gap: clamp(2rem, 5vw, 4rem);
}

.vp-ajax-scenarios h2 {
  max-width: 840px;
}

.vp-scenario-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgb(7 21 37 / 14%);
}

.vp-scenario-step {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  border-top: 1px solid rgb(7 21 37 / 14%);
  border-right: 1px solid rgb(7 21 37 / 14%);
  border-bottom: 1px solid rgb(7 21 37 / 14%);
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
}

.vp-time {
  color: var(--vp-blue-strong) !important;
  font-family: Sora, sans-serif;
  font-weight: 700 !important;
}

.vp-ajax-handoff {
  background: #101b24;
  color: #ffffff;
  padding-block: clamp(78px, 10vw, 128px);
}

.vp-handoff-list {
  border-color: rgb(255 255 255 / 17%);
}

.vp-handoff-list li {
  border-color: rgb(255 255 255 / 17%);
  color: rgb(232 248 255 / 74%);
}

.vp-home-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
  color: #ffffff;
  background: #071525;
}

.vp-home-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 86px);
  padding-block: clamp(54px, 10vw, 112px);
}

.vp-home-routine-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch !important;
}

.vp-routine-card.is-night {
  background: #071525;
  color: #ffffff;
}

.vp-routine-card.is-night p {
  color: rgb(232 248 255 / 76%);
}

.vp-routine-card.has-product-bg {
  min-height: 330px;
  border-color: rgb(7 21 37 / 10%);
  box-shadow: 0 22px 62px rgb(7 21 37 / 12%);
}

.vp-routine-card.is-entry .vp-product-bg img,
.vp-ops-card.is-office .vp-product-bg img {
  object-position: 50% 36%;
}

.vp-routine-card.is-away .vp-product-bg img {
  object-position: 52% 42%;
}

.vp-home-zone-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start !important;
}

.vp-zone-row {
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 0.62fr);
}

.vp-home-privacy .vp-privacy-list {
  border-color: rgb(255 255 255 / 16%);
}

.vp-home-privacy .vp-privacy-list li {
  border-color: rgb(255 255 255 / 16%);
  color: rgb(232 248 255 / 74%);
}

.vp-business-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
  background: #071525;
  color: #ffffff;
}

.vp-business-hero::after {
  background:
    linear-gradient(90deg, rgb(6 17 31 / 92%) 0%, rgb(6 17 31 / 66%) 43%, rgb(6 17 31 / 22%) 100%),
    linear-gradient(0deg, rgb(6 17 31 / 20%) 0%, transparent 42%);
}

.vp-business-hero-image img {
  object-position: 62% center;
}

.vp-business-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 86px);
  padding-block: clamp(54px, 10vw, 112px);
}

.vp-business-dashboard {
  position: relative;
  min-height: clamp(500px, 49vw, 640px);
  overflow: hidden;
  border-radius: var(--vp-radius);
  background: #0f1e2b;
  box-shadow: 0 30px 90px rgb(0 0 0 / 24%);
}

.vp-business-dashboard-image,
.vp-business-dashboard-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-business-dashboard-image img {
  object-fit: cover;
}

.vp-business-dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(7 21 37 / 10%) 0%, rgb(7 21 37 / 70%) 100%);
}

.vp-business-metric {
  position: absolute;
  z-index: 1;
  width: min(260px, calc(100% - 32px));
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--vp-radius);
  background: rgb(7 21 37 / 78%);
  color: #ffffff;
  padding: 1rem;
  backdrop-filter: blur(16px);
}

.vp-business-metric p {
  color: rgb(232 248 255 / 72%);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.vp-business-metric h3 {
  margin-top: 0.45rem;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  line-height: 1.05;
  overflow-wrap: normal;
}

.vp-business-metric.is-open {
  left: 1rem;
  top: 1rem;
}

.vp-business-metric.is-stock {
  right: 1rem;
  top: 43%;
}

.vp-business-metric.is-close {
  left: 1rem;
  bottom: 1rem;
}

.vp-business-flow-grid {
  display: grid !important;
  gap: clamp(2rem, 5vw, 4rem);
}

.vp-business-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 0;
}

.vp-business-flow-step {
  display: grid !important;
  grid-template-columns: 1fr;
  min-height: 250px;
  align-content: space-between;
  border: 1px solid rgb(7 21 37 / 14%);
  border-right: 0;
  padding: clamp(1.1rem, 2.5vw, 1.65rem);
}

.vp-business-flow-step:last-child {
  border-right: 1px solid rgb(7 21 37 / 14%);
}

.vp-ops-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vp-ops-card {
  background: #ffffff;
}

.vp-ops-card.has-product-bg {
  min-height: 285px;
  border-color: rgb(7 21 37 / 10%);
  box-shadow: 0 22px 64px rgb(7 21 37 / 13%);
}

.vp-ops-card.is-stock .vp-product-bg img {
  object-position: 52% 36%;
}

.vp-role-table {
  border-color: rgb(255 255 255 / 16%);
}

.vp-role-row {
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 0.65fr);
  border-color: rgb(255 255 255 / 16%);
}

.vp-role-row h3 {
  color: #ffffff;
}

.vp-contact-brief {
  display: grid;
  align-items: center;
  background: linear-gradient(135deg, #eef7fc 0%, #d8edf8 100%);
  padding-bottom: clamp(54px, 8vw, 92px);
}

.vp-contact-direct {
  position: relative;
  isolation: isolate;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgb(88 141 216 / 18%), transparent 34%),
    linear-gradient(135deg, #f2f9fd 0%, #dceff9 56%, #c7e3f5 100%);
  padding-top: calc(86px + clamp(16px, 3vw, 34px) + env(safe-area-inset-top, 0px));
  padding-bottom: clamp(36px, 5vw, 70px);
}

.vp-contact-direct::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(47vw, 760px);
  display: none;
  background: #071525;
}

.vp-contact-direct::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(86px + clamp(20px, 4vw, 58px));
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: clamp(28px, 5vw, 68px);
  width: min(49vw, 720px);
  border: 1px solid rgb(232 248 255 / 16%);
  border-radius: var(--vp-radius);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%)),
    #0b2036;
  display: none;
}

.vp-contact-brief-grid {
  align-items: center !important;
}

.vp-contact-direct-grid {
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.05fr);
  gap: clamp(2rem, 5vw, 4.3rem);
  align-items: center !important;
}

.vp-contact-direct .vp-contact-card {
  margin-top: 0;
  justify-self: end;
  width: min(100%, 640px);
  padding: clamp(0.9rem, 1.5vw, 1.2rem);
  box-shadow: 0 28px 76px rgb(7 21 37 / 14%);
  scroll-margin-top: 112px;
}

.vp-contact-direct .vp-contact-brief-copy {
  padding-top: 0;
}

.vp-contact-direct .vp-contact-brief-copy h1 {
  max-width: 620px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 0.98;
}

.vp-contact-direct .vp-contact-brief-copy .vp-lead {
  max-width: 520px;
}

.vp-contact-direct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.vp-contact-direct-links p {
  margin: 0;
}

.vp-contact-direct-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgb(7 21 37 / 13%);
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
  color: var(--vp-ink);
  font-weight: 860;
  padding: 0.68rem 0.92rem;
  text-decoration: none;
  box-shadow: 0 14px 34px rgb(7 21 37 / 8%);
}

.vp-contact-summary {
  display: grid;
  gap: 0.75rem;
  align-self: center;
  border: 1px solid rgb(7 21 37 / 13%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 74%);
  box-shadow: 0 24px 70px rgb(7 21 37 / 10%);
  padding: clamp(1.25rem, 3vw, 2rem);
  backdrop-filter: blur(18px);
}

.vp-contact-summary h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.98;
}

.vp-contact-summary p {
  margin: 0;
  color: #40576b;
  font-weight: 820;
  overflow-wrap: break-word;
}

.vp-contact-summary a {
  color: var(--vp-ink);
  text-decoration-color: rgb(8 118 215 / 35%);
}

.vp-contact-form-section {
  background: #ffffff;
  padding-block: clamp(76px, 10vw, 132px);
}

.vp-contact-form-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start !important;
}

.vp-contact-form-copy {
  position: sticky;
  top: 118px;
}

.vp-contact-form-copy h2 {
  max-width: 650px;
  font-size: clamp(2.25rem, 4.4vw, 4.7rem);
  line-height: 0.98;
  text-wrap: balance;
}

.vp-contact-form-section .vp-contact-card {
  margin-top: 0;
}

.vp-contact-steps {
  display: grid;
  gap: 0;
  max-width: 560px;
  margin-top: 2rem;
  border-top: 1px solid rgb(7 21 37 / 16%);
}

.vp-contact-step {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 1rem;
  border-bottom: 1px solid rgb(7 21 37 / 16%);
  padding: 0.95rem 0;
}

.vp-contact-step p:last-child {
  color: #40576b;
  font-weight: 820;
}

.vp-contact-method-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vp-contact-method {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgb(7 21 37 / 13%);
  border-radius: var(--vp-radius);
  background: var(--vp-cream);
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
}

.vp-contact-method p {
  overflow-wrap: break-word;
}

.vp-site-footer {
  border-top: 1px solid rgb(7 21 37 / 12%);
  background: var(--vp-cream);
  color: var(--vp-ink);
  padding-block: clamp(46px, 7vw, 76px);
}

.vp-footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(0, 0.75fr));
  gap: clamp(1.6rem, 4vw, 4rem);
}

.vp-footer-grid .wp-block-column {
  min-width: 0;
}

.vp-footer-logo {
  width: min(220px, 80%);
  margin: 0 0 1.1rem;
}

.vp-site-footer p {
  max-width: 300px;
  color: #40576b;
  font-weight: 720;
  line-height: 1.45;
}

.vp-footer-column h3 {
  margin-bottom: 1rem;
  color: var(--vp-blue-strong);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vp-footer-column ul {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-footer-column li {
  color: #263d52;
  font-weight: 760;
}

.vp-footer-column a {
  border-bottom: 1px solid transparent;
}

.vp-footer-column a:hover {
  border-color: rgb(8 118 215 / 42%);
  color: var(--vp-blue-strong);
}

.vp-quick-contact {
  position: fixed;
  z-index: 60;
  right: 1rem;
  bottom: 1rem;
  display: none;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgb(7 21 37 / 14%);
  border-radius: var(--vp-radius);
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 16px 40px rgb(7 21 37 / 14%);
  backdrop-filter: blur(16px);
}

.vp-quick-contact a {
  padding: 0.82rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 850;
  text-align: center;
}

.vp-quick-contact a:last-child {
  background: var(--vp-blue);
  color: #ffffff;
}

.vp-page-contact .vp-quick-contact {
  display: none !important;
}

.vp-motion-heading {
  max-width: 100%;
  overflow: visible;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.vp-motion-word {
  display: inline-block;
  transform: translate3d(0, 0.72em, 0) rotate(1deg);
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--vp-word-index, 0) * 34ms);
  will-change: transform, opacity, filter;
}

.vp-motion-heading.is-visible .vp-motion-word {
  transform: translate3d(0, 0, 0) rotate(0deg);
  opacity: 1;
  filter: blur(0);
}

.vp-js .vp-reveal,
.vp-js .vp-animate,
.vp-js .vp-ribbon-card,
.vp-js .vp-living-card,
.vp-js .vp-depth-row,
.vp-js .vp-audit-card {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vp-js .vp-reveal.is-visible,
.vp-js .vp-animate.is-visible,
.vp-js .vp-ribbon-card.is-visible,
.vp-js .vp-living-card.is-visible,
.vp-js .vp-depth-row.is-visible,
.vp-js .vp-audit-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (max-width: 1060px) {
  .vp-navigation {
    flex: 0 0 44px;
    width: 44px;
    margin-left: auto;
    justify-content: flex-end;
  }

  .vp-header-actions {
    display: none !important;
  }

  .vp-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .vp-navigation .wp-block-navigation__responsive-container-open {
    display: grid !important;
  }

  .vp-hero,
  .vp-solution-hero,
  .vp-audience-hero,
  .vp-contact-hero {
    background: var(--vp-cream);
  }

  .vp-hero {
    background: #071525;
  }

  .vp-hero-grid,
  .vp-solution-grid,
  .vp-audience-grid,
  .vp-contact-grid,
  .vp-hub-intro,
  .vp-brand-grid,
  .vp-atelier,
  .vp-sequence-grid,
  .vp-depth-grid,
  .vp-audit-grid,
  .vp-use-case-grid,
  .vp-hub-card-grid,
  .vp-footer-grid,
  .vp-doc-grid,
  .vp-contact-form-layout {
    grid-template-columns: 1fr;
  }

  .vp-contact-form-copy {
    position: static;
  }

  .vp-hero-media,
  .vp-solution-media,
  .vp-audience-media {
    min-height: 570px;
  }

  .vp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-sequence-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .vp-sequence-row > .vp-step {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .vp-sequence-row > h3,
  .vp-sequence-row > p:not(.vp-step) {
    grid-column: 2;
  }

  .vp-ribbon-grid,
  .vp-living-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-orientation-grid,
  .vp-problem-grid,
  .vp-solution-scenes-grid,
  .vp-integration-grid,
  .vp-site-type-grid,
  .vp-camera-hero-grid,
  .vp-camera-plan-grid,
  .vp-camera-audit-grid,
  .vp-ajax-hero-grid,
  .vp-ajax-builder-grid,
  .vp-ajax-handoff-grid,
  .vp-home-privacy-grid,
  .vp-business-hero-grid,
  .vp-business-zone-grid,
  .vp-business-role-grid,
  .vp-contact-brief-grid,
  .vp-home-zone-grid {
    grid-template-columns: 1fr;
  }

  .vp-choice-card.is-ajax {
    margin-left: 0;
  }

  .vp-ajax-builder-title {
    position: static;
  }

  .vp-place-grid,
  .vp-camera-decision-grid,
  .vp-camera-tech-grid,
  .vp-home-routine-grid,
  .vp-device-mosaic,
  .vp-scenario-track,
  .vp-business-flow-list,
  .vp-ops-board,
  .vp-contact-method-grid,
  .vp-site-type-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-camera-decision-title,
  .vp-camera-tech-title,
  .vp-home-routine-title,
  .vp-device-card.is-hub,
  .vp-device-card.is-wide {
    grid-column: 1 / -1;
  }

  .vp-problem-row,
  .vp-zone-row,
  .vp-role-row {
    grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  }

  .vp-role-row {
    grid-template-columns: minmax(190px, 0.4fr) minmax(0, 1fr);
  }

  .vp-solution-tag {
    grid-column: 2;
    justify-self: start;
  }

  .vp-business-flow-step:nth-child(2n) {
    border-right: 1px solid rgb(7 21 37 / 14%);
  }
}

@media (min-width: 901px) and (max-width: 1060px) {
  .vp-brand-grid {
    grid-template-columns: 1fr;
  }

  .vp-hub-card-grid,
  .vp-use-case-grid,
  .vp-place-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-atelier {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  }

  .vp-sequence-grid,
  .vp-depth-grid,
  .vp-audit-grid,
  .vp-camera-plan-grid,
  .vp-camera-audit-grid,
  .vp-ajax-handoff-grid,
  .vp-home-zone-grid,
  .vp-home-privacy-grid,
  .vp-business-zone-grid,
  .vp-business-role-grid,
  .vp-contact-form-layout {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }

  .vp-contact-brief-grid,
  .vp-orientation-grid,
  .vp-camera-hero-grid,
  .vp-ajax-hero-grid,
  .vp-business-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .vp-camera-tech-grid,
  .vp-scenario-track,
  .vp-business-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-camera-decision-grid,
  .vp-home-routine-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-contact-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-camera-decision-title,
  .vp-camera-tech-title,
  .vp-home-routine-title {
    grid-column: 1 / -1;
  }

  .vp-device-card.is-hub,
  .vp-device-card.is-wide {
    grid-column: span 2;
  }
}

@media (max-width: 1320px) and (min-width: 1061px) {
  .vp-camera-tech-grid,
  .vp-scenario-track,
  .vp-business-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-camera-tech-title {
    grid-column: 1 / -1;
  }

  .vp-tech-card,
  .vp-business-flow-step {
    min-height: 230px;
  }
}

@media (max-width: 720px) {
  body:not(.vp-page-contact) .wp-site-blocks {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .vp-shell {
    width: min(100% - 32px, 540px);
  }

  .vp-header-shell {
    min-height: 72px;
  }

  .vp-brand-name {
    font-size: 0.98rem;
  }

  .vp-hero,
  .vp-solution-hero,
  .vp-audience-hero,
  .vp-contact-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: calc(72px + env(safe-area-inset-top, 0px));
  }

  .vp-hero::after {
    background:
      linear-gradient(180deg, rgb(6 17 31 / 34%) 0%, rgb(6 17 31 / 60%) 38%, rgb(6 17 31 / 96%) 100%),
      linear-gradient(90deg, rgb(6 17 31 / 74%) 0%, rgb(6 17 31 / 38%) 58%, rgb(6 17 31 / 18%) 100%);
  }

  .vp-hero-background img {
    object-position: 64% center;
  }

  .vp-hero > .vp-hero-copy {
    min-height: calc(100svh - 72px);
    padding-block: 44px calc(132px + env(safe-area-inset-bottom, 0px));
  }

  .vp-hero > .vp-hero-copy > * {
    max-width: 100%;
  }

  .vp-orientation,
  .vp-camera-hero,
  .vp-ajax-hero,
  .vp-business-hero,
  .vp-contact-brief,
  .vp-targets-cover,
  .vp-home-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: calc(82px + env(safe-area-inset-top, 0px));
  }

  .vp-hero-grid,
  .vp-solution-grid,
  .vp-audience-grid,
  .vp-contact-grid {
    min-height: calc(100svh - 72px);
    padding-block: clamp(24px, 6vw, 42px) 86px;
  }

  .vp-hero-title,
  .vp-solution-title,
  .vp-audience-title,
  .vp-contact-title,
  .vp-hub-title {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .vp-hero-title {
    font-size: clamp(2.75rem, 12vw, 4.05rem);
  }

  .vp-hero-actions .vp-secondary-cta {
    display: none;
  }

  .vp-hero-media,
  .vp-solution-media,
  .vp-audience-media {
    min-height: min(31svh, 260px);
  }

  .vp-hero-grid > .vp-hero-media {
    margin-top: 0;
  }

  .vp-hero-photo,
  .vp-solution-photo,
  .vp-audience-photo {
    inset: 0;
    border-radius: 0 0 86px 0;
  }

  .vp-product-camera,
  .vp-solution-object {
    width: 142px;
  }

  .vp-product-ajax,
  .vp-solution-object.is-ajax {
    left: 0;
    right: auto;
    bottom: 0;
    width: 210px;
    height: 136px;
  }

  .vp-proof-strip,
  .vp-ribbon-grid,
  .vp-living-grid,
  .vp-audit-card-grid,
  .vp-form-grid {
    grid-template-columns: 1fr;
  }

  .vp-brand-grid {
    padding-block: 2rem;
  }

  .vp-proof-item-ibz {
    align-items: flex-start;
  }

  .vp-brand-card-grid {
    grid-template-columns: 1fr;
  }

  .vp-hub {
    padding-block: 118px 74px;
    background: var(--vp-cream);
  }

  .vp-hub-card {
    min-height: 380px;
  }

  .vp-orientation {
    padding-bottom: 56px;
  }

  .vp-orientation-grid,
  .vp-camera-hero-grid,
  .vp-ajax-hero-grid,
  .vp-business-hero-grid,
  .vp-contact-brief-grid {
    min-height: 0;
    align-content: center;
  }

  .vp-orientation-copy h1,
  .vp-targets-cover-copy h1,
  .vp-camera-hero-copy h1,
  .vp-ajax-hero-copy h1,
  .vp-home-hero-copy h1,
  .vp-business-hero-copy h1,
  .vp-contact-brief-copy h1,
  .vp-problem-title h2,
  .vp-camera-decision-title h2,
  .vp-camera-plan-copy h2,
  .vp-camera-tech-title h2,
  .vp-camera-audit h2,
  .vp-ajax-builder-title h2,
  .vp-ajax-scenarios h2,
  .vp-ajax-handoff-copy h2,
  .vp-home-routine-title h2,
  .vp-home-zones h2,
  .vp-home-privacy-copy h2,
  .vp-business-flow h2,
  .vp-business-zone-title h2,
  .vp-solution-scenes-title h2,
  .vp-business-roles h2 {
    font-size: clamp(2.45rem, 11vw, 3.75rem);
    line-height: 0.98;
  }

  .vp-choice-card,
  .vp-site-type,
  .vp-camera-decision-card,
  .vp-tech-card,
  .vp-routine-card,
  .vp-device-card,
  .vp-scene-card,
  .vp-scenario-step,
  .vp-business-flow-step,
  .vp-ops-card,
  .vp-contact-method {
    min-height: auto;
  }

  .vp-choice-card.is-camera,
  .vp-choice-card.is-ajax {
    padding-right: clamp(1.35rem, 3vw, 2rem);
    padding-bottom: 9.75rem;
  }

  .vp-choice-product {
    right: -2.2rem;
    bottom: -2.8rem;
    width: min(68%, 260px);
  }

  .vp-choice-card.is-ajax .vp-choice-product {
    right: -1.8rem;
    bottom: -1.4rem;
    width: min(72%, 285px);
  }

  .vp-scene-card.has-product-bg,
  .vp-tech-card.has-product-bg,
  .vp-tech-card.is-acusense,
  .vp-tech-card.is-connect,
  .vp-tech-card.is-nvr,
  .vp-routine-card.has-product-bg,
  .vp-ops-card.has-product-bg {
    min-height: 270px;
  }

  .vp-device-card {
    min-height: 238px;
  }

  .vp-device-card.is-hub {
    min-height: 262px;
    padding-right: clamp(1.1rem, 2.6vw, 1.7rem);
  }

  .vp-place-grid,
  .vp-camera-decision-grid,
  .vp-camera-tech-grid,
  .vp-home-routine-grid,
  .vp-device-mosaic,
  .vp-scene-cards,
  .vp-scenario-track,
  .vp-business-flow-list,
  .vp-ops-board,
  .vp-contact-method-grid,
  .vp-site-type-list {
    grid-template-columns: 1fr;
  }

  .vp-place-card {
    min-height: 390px;
  }

  .vp-targets-cover-copy,
  .vp-camera-hero-copy,
  .vp-home-hero-copy,
  .vp-business-hero-copy {
    min-height: calc(100svh - 82px);
    align-content: center;
  }

  .vp-camera-hero::after {
    background:
      linear-gradient(180deg, rgb(6 17 31 / 28%) 0%, rgb(6 17 31 / 58%) 42%, rgb(6 17 31 / 94%) 100%),
      linear-gradient(90deg, rgb(6 17 31 / 32%) 0%, rgb(6 17 31 / 8%) 58%, rgb(6 17 31 / 34%) 100%);
  }

  .vp-camera-hero-image img {
    object-position: 18% center;
  }

  .vp-camera-hero-copy {
    align-content: end;
    padding-block: 44px calc(132px + env(safe-area-inset-bottom, 0px));
  }

  .vp-camera-hero-copy > * {
    max-width: 100%;
    margin-left: 0;
  }

  .vp-camera-stage,
  .vp-ajax-console,
  .vp-business-dashboard {
    min-height: min(36svh, 300px);
  }

  .vp-ajax-console {
    min-height: min(32svh, 270px);
  }

  .vp-ajax-console .vp-console-panel:last-child {
    display: none;
  }

  .vp-ajax-hero-copy {
    order: 1;
  }

  .vp-ajax-console {
    order: 2;
  }

  .vp-ajax-hero {
    padding-bottom: 88px;
  }

  .vp-camera-stage-photo {
    inset: 0 0 9% 0;
    border-radius: 0 0 86px 0;
  }

  .vp-camera-stage-product {
    left: 50%;
    top: 14%;
    width: min(280px, 70vw);
    transform: translateX(-50%);
  }

  .vp-camera-stage-product::before {
    width: 154%;
  }

  .vp-camera-chip {
    font-size: 0.72rem;
  }

  .vp-camera-chip.is-one {
    left: 0;
    right: auto;
    top: 6%;
  }

  .vp-camera-chip.is-two {
    right: 0;
    bottom: 18%;
  }

  .vp-camera-chip.is-three {
    left: 0;
    bottom: 4%;
  }

  .vp-camera-map {
    min-height: 440px;
  }

  .vp-map-zone {
    min-width: 104px;
    font-size: 0.92rem;
    padding: 0.72rem 0.78rem;
  }

  .vp-problem-row,
  .vp-zone-row,
  .vp-role-row,
  .vp-contact-step {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .vp-solution-tag {
    grid-column: auto;
  }

  .vp-business-flow-step,
  .vp-business-flow-step:last-child,
  .vp-business-flow-step:nth-child(2n) {
    border-right: 1px solid rgb(7 21 37 / 14%);
  }

  .vp-business-metric {
    width: min(220px, calc(100% - 28px));
  }

  .vp-business-metric.is-stock {
    right: 0.8rem;
    top: 42%;
  }

  .vp-brand-card {
    min-height: auto;
  }

  .vp-atelier {
    min-height: auto;
  }

  .vp-atelier-photo {
    min-height: 360px;
  }

  .vp-sequence-row,
  .vp-depth .vp-depth-row {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .vp-sequence-row p {
    grid-column: auto;
  }

  .vp-final-grid {
    grid-template-columns: 1fr;
  }

  .vp-circle-cta .wp-block-button__link {
    width: 160px;
  }

  .vp-ribbon-card,
  .vp-living-card {
    min-height: 145px;
  }

  .vp-audit-card-grid {
    border-left: 0;
  }

  .vp-audit-card {
    border-right: 0;
  }

  .vp-quick-contact {
    left: 0.8rem;
    right: 0.8rem;
    bottom: calc(0.8rem + env(safe-area-inset-bottom, 0px));
    display: grid;
  }

  .vp-footer-grid {
    grid-template-columns: 1fr;
  }

  .vp-site-footer {
    padding-bottom: 104px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .vp-site-header {
    top: 46px;
  }
}

@media (max-width: 1060px) {
  .vp-choice-board.is-service-router {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-contact-direct {
    min-height: auto;
    background:
      radial-gradient(circle at 92% 8%, rgb(88 141 216 / 16%), transparent 34%),
      linear-gradient(135deg, #f2f9fd 0%, #dceff9 56%, #c7e3f5 100%);
    padding-top: calc(82px + 26px + env(safe-area-inset-top, 0px));
  }

  .vp-contact-direct::before,
  .vp-contact-direct::after {
    display: none;
  }

  .vp-contact-direct-grid {
    grid-template-columns: 1fr !important;
    gap: 1.2rem;
    align-content: start !important;
  }

  .vp-contact-direct .vp-contact-card {
    order: 2;
    justify-self: stretch;
    width: 100%;
  }

  .vp-contact-direct .vp-contact-brief-copy {
    order: 1;
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .vp-choice-board.is-service-router {
    grid-template-columns: 1fr;
  }

  .vp-choice-board.is-service-router .vp-choice-card {
    min-height: 270px;
  }

  .vp-choice-board.is-service-router .vp-choice-product,
  .vp-choice-board.is-service-router .vp-choice-card.is-fire .vp-choice-product {
    right: -0.2rem;
    bottom: -1rem;
    width: min(38%, 136px);
    opacity: 0.58;
  }

  .vp-contact-direct {
    padding-top: calc(82px + 18px + env(safe-area-inset-top, 0px));
    padding-bottom: 42px;
  }

  .vp-contact-direct .vp-contact-card {
    padding: 1rem;
  }

  .vp-contact-card-head {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .vp-contact-card-head h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.85rem);
  }

  .vp-contact-direct .vp-contact-form {
    gap: 0.72rem;
  }

  .vp-contact-direct .vp-form-grid {
    gap: 0.72rem;
  }

  .vp-contact-direct .vp-contact-form input,
  .vp-contact-direct .vp-contact-form select {
    min-height: 44px;
    padding: 0.68rem 0.78rem;
  }

  .vp-contact-direct .vp-contact-form textarea {
    min-height: 96px;
    padding: 0.68rem 0.78rem;
  }

  .vp-contact-direct .vp-field,
  .vp-contact-direct .vp-field-full,
  .vp-contact-direct .vp-consent {
    font-size: 0.9rem;
  }

  .vp-contact-direct .vp-contact-brief-copy h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }

  .vp-contact-direct-links {
    gap: 0.55rem;
  }

  .vp-contact-direct-links p,
  .vp-contact-direct-links a {
    width: 100%;
  }

  .vp-contact-direct-links a {
    justify-content: center;
  }
}

.vp-choice-card.is-fire,
.vp-choice-card.is-access {
  padding-right: clamp(1.35rem, 11vw, 9.5rem);
}

.vp-choice-card.is-access .vp-choice-product {
  right: clamp(-2.5rem, -2vw, -0.8rem);
  bottom: clamp(-1.8rem, -1vw, -0.5rem);
  width: min(50%, 230px);
  opacity: 0.82;
}

.vp-choice-card.is-fire .vp-choice-product img {
  filter: drop-shadow(0 26px 34px rgb(7 21 37 / 12%));
}

.vp-scene-card.is-access .vp-product-bg img {
  object-position: 62% 50%;
}

.vp-scene-card.is-fire .vp-product-bg img {
  object-fit: contain;
  object-position: right center;
  padding: clamp(1rem, 3vw, 2rem);
  opacity: 0.34;
}

.vp-fire-page-hero,
.vp-access-page-hero {
  min-height: calc(100svh - 86px);
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
  overflow: hidden;
}

.vp-fire-page-hero {
  position: relative;
  display: block;
  min-height: 100vh;
  min-height: 100svh;
  background: #071525;
  color: #ffffff;
}

.vp-fire-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(6 17 31 / 94%) 0%, rgb(6 17 31 / 74%) 38%, rgb(6 17 31 / 28%) 72%, rgb(6 17 31 / 42%) 100%),
    linear-gradient(0deg, rgb(6 17 31 / 32%) 0%, transparent 44%);
}

.vp-fire-hero-image img {
  object-position: center;
}

.vp-fire-hero-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(2rem, 6vw, 5.8rem);
  align-items: center !important;
  min-height: calc(100svh - 86px);
  padding-block: clamp(46px, 8vw, 96px);
}

.vp-fire-hero-copy,
.vp-access-hero-copy {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  min-width: 0;
}

.vp-fire-page-hero > .vp-fire-hero-copy {
  position: relative;
  z-index: 1;
  align-content: end;
  min-height: calc(100svh - 86px);
  padding-block: clamp(54px, 10vw, 112px) clamp(132px, 15vw, 250px);
}

.vp-fire-page-hero > .vp-fire-hero-copy > * {
  max-width: min(760px, 44vw);
}

.vp-fire-hero-copy h1,
.vp-access-hero-copy h1 {
  max-width: 980px;
  font-size: clamp(3.35rem, 6.2vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.vp-fire-hero-copy .vp-lead,
.vp-access-hero-copy .vp-lead {
  max-width: 620px;
}

.vp-fire-page-hero .vp-lead {
  color: rgb(232 248 255 / 78%);
}

.vp-access-hero-copy .vp-lead {
  color: rgb(232 248 255 / 80%);
}

.vp-fire-hero-board {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0.9rem;
  min-height: clamp(500px, 54vw, 660px);
  padding: clamp(0.8rem, 2vw, 1.2rem);
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 78%) 0%, rgb(255 255 255 / 46%) 100%),
    radial-gradient(circle at 20% 12%, rgb(8 118 215 / 12%), transparent 34%);
  box-shadow: 0 34px 90px rgb(7 21 37 / 15%);
}

.vp-fire-device,
.vp-fire-board-note {
  position: relative;
  display: grid !important;
  align-content: end;
  overflow: hidden;
  min-height: 180px;
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  background: #ffffff;
}

.vp-fire-device.is-inim {
  grid-row: span 2;
  color: #ffffff;
  background: #071525;
}

.vp-fire-device.is-detectors {
  color: #ffffff;
  background: #071525;
}

.vp-fire-device.is-ajax {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgb(7 21 37 / 8%) 0%, rgb(7 21 37 / 84%) 100%),
    #071525;
}

.vp-fire-device-image,
.vp-fire-device-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-fire-device-image img {
  object-fit: contain;
  padding: clamp(1rem, 2.7vw, 2rem);
}

.vp-fire-device.is-ajax .vp-fire-device-image img {
  object-fit: cover;
  padding: 0;
}

.vp-fire-device.is-inim .vp-fire-device-image img,
.vp-fire-device.is-detectors .vp-fire-device-image img {
  object-fit: cover;
  padding: 0;
}

.vp-fire-device p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1rem;
  color: inherit;
  font-family: Sora, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vp-fire-board-note {
  grid-column: 1 / -1;
  min-height: 132px;
  align-content: center;
  padding: clamp(1rem, 2.8vw, 1.5rem);
  background: #071525;
  color: #ffffff;
}

.vp-fire-board-note p {
  max-width: 720px;
  margin: 0;
  color: rgb(232 248 255 / 80%);
  font-weight: 800;
}

.vp-fire-zones,
.vp-access-people {
  padding-block: clamp(82px, 11vw, 146px);
  background: #071525;
  color: #ffffff;
}

.vp-fire-zones-grid,
.vp-access-people-grid,
.vp-access-door-plan-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start !important;
}

.vp-fire-zones-title h2,
.vp-fire-choice-intro h2,
.vp-fire-commissioning-copy h2,
.vp-fire-cta h2,
.vp-access-people-title h2,
.vp-access-brands-title h2,
.vp-access-door-plan-copy h2,
.vp-access-cta h2 {
  font-size: clamp(2.55rem, 4.9vw, 5.35rem);
  line-height: 0.94;
  text-wrap: balance;
}

.vp-fire-zone-list {
  display: grid !important;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.vp-fire-zone-row {
  display: grid !important;
  grid-template-columns: minmax(130px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.15rem, 2.7vw, 1.8rem) 0;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.vp-fire-zone-row h3,
.vp-fire-zone-row p {
  margin: 0;
  color: inherit;
}

.vp-fire-zone-row h3 {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
}

.vp-fire-zone-row p,
.vp-fire-test-step p,
.vp-access-profile p,
.vp-access-brand-copy p,
.vp-access-check p {
  color: rgb(232 248 255 / 76%);
  font-weight: 760;
}

.vp-fire-choice,
.vp-access-brands {
  padding-block: clamp(82px, 10vw, 138px);
  background:
    linear-gradient(180deg, #ffffff 0%, #eef7fc 100%);
}

.vp-fire-choice-grid,
.vp-access-brands-grid {
  display: grid !important;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.vp-fire-choice-intro {
  max-width: 860px;
}

.vp-fire-choice-intro p:not(.vp-label) {
  color: #52687a;
  font-weight: 760;
}

.vp-fire-choice-stack {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  grid-template-rows:
    clamp(340px, 22vw, 420px)
    clamp(270px, 17vw, 320px);
  grid-template-areas:
    "ajax inim"
    "detectors inim";
  align-items: stretch;
  gap: clamp(1rem, 1.4vw, 1.5rem);
}

.vp-fire-choice-card {
  position: relative;
  display: grid !important;
  align-content: end;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  padding: clamp(1.35rem, 2.1vw, 2rem);
  background: #ffffff;
  box-shadow: 0 28px 80px rgb(7 21 37 / 10%);
}

.vp-fire-choice-stack > .vp-fire-choice-card {
  margin-block-start: 0 !important;
}

.vp-fire-choice-card.is-ajax {
  grid-area: ajax;
  color: #ffffff;
  background: #071525;
}

.vp-fire-choice-card.is-inim {
  grid-area: inim;
  color: #ffffff;
  background: #071525;
}

.vp-fire-choice-card.is-inim-detectors {
  grid-area: detectors;
  color: #ffffff;
  background: #071525;
}

.vp-fire-choice-image,
.vp-fire-choice-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-fire-choice-image img {
  object-fit: contain;
  object-position: 70% 32%;
  padding: clamp(1.1rem, 3vw, 2.5rem);
  opacity: 0.46;
}

.vp-fire-choice-card.is-ajax .vp-fire-choice-image img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  opacity: 0.58;
}

.vp-fire-choice-card.is-inim .vp-fire-choice-image img,
.vp-fire-choice-card.is-inim-detectors .vp-fire-choice-image img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  opacity: 0.68;
}

.vp-fire-choice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgb(255 255 255 / 8%) 0%, rgb(255 255 255 / 88%) 70%);
}

.vp-fire-choice-card.is-ajax::after {
  background: linear-gradient(180deg, rgb(7 21 37 / 22%) 0%, rgb(7 21 37 / 90%) 72%);
}

.vp-fire-choice-card.is-inim::after,
.vp-fire-choice-card.is-inim-detectors::after {
  background: linear-gradient(180deg, rgb(7 21 37 / 14%) 0%, rgb(7 21 37 / 92%) 76%);
}

.vp-fire-choice-card > :not(.vp-fire-choice-image) {
  position: relative;
  z-index: 1;
}

.vp-fire-choice-card h3,
.vp-access-brand-copy h3,
.vp-access-profile h3,
.vp-access-check h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.9rem);
  line-height: 1;
  text-wrap: pretty;
}

.vp-fire-choice-card h3 {
  font-size: clamp(1.65rem, 2.15vw, 2.65rem);
  line-height: 1.02;
  max-width: 760px;
}

.vp-fire-choice-card p:not(.vp-label) {
  max-width: 620px;
  color: #3f5568;
  font-weight: 780;
}

.vp-fire-choice-card.is-ajax p:not(.vp-label) {
  color: rgb(232 248 255 / 80%);
}

.vp-fire-choice-card.is-inim p:not(.vp-label),
.vp-fire-choice-card.is-inim-detectors p:not(.vp-label) {
  color: rgb(232 248 255 / 80%);
}

.vp-fire-commissioning,
.vp-access-door-plan {
  padding-block: clamp(84px, 10vw, 132px);
  background: #ffffff;
}

.vp-fire-commissioning-grid {
  display: grid !important;
  gap: clamp(2rem, 5vw, 4rem);
}

.vp-fire-commissioning-copy,
.vp-fire-test-rail,
.vp-access-profile-grid,
.vp-access-check-grid {
  min-width: 0;
  max-width: 100%;
}

.vp-fire-test-rail {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgb(7 21 37 / 14%);
}

.vp-fire-test-step {
  display: grid !important;
  align-content: space-between;
  min-height: 270px;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border-top: 1px solid rgb(7 21 37 / 14%);
  border-right: 1px solid rgb(7 21 37 / 14%);
  border-bottom: 1px solid rgb(7 21 37 / 14%);
}

.vp-step-number,
.vp-profile-tag,
.vp-door-label {
  color: var(--vp-blue);
  font-family: Sora, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vp-fire-test-step h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.vp-fire-test-step p:not(.vp-step-number) {
  color: #53677a;
}

.vp-fire-cta,
.vp-access-cta {
  padding-block: clamp(78px, 10vw, 128px);
  background:
    radial-gradient(circle at 86% 12%, rgb(35 169 221 / 20%), transparent 30%),
    #071525;
  color: #ffffff;
}

.vp-fire-cta-inner,
.vp-access-cta-inner {
  display: grid !important;
  max-width: 980px;
  gap: 1rem;
}

.vp-fire-cta p:not(.vp-label),
.vp-access-cta p:not(.vp-label) {
  max-width: 620px;
  color: rgb(232 248 255 / 76%);
  font-weight: 780;
}

.vp-access-page-hero {
  position: relative;
  display: block;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(86px + env(safe-area-inset-top, 0px));
  overflow: hidden;
  color: #ffffff;
  background: #071525;
}

.vp-access-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(6 17 31 / 94%) 0%, rgb(6 17 31 / 76%) 36%, rgb(6 17 31 / 32%) 70%, rgb(6 17 31 / 18%) 100%),
    linear-gradient(0deg, rgb(6 17 31 / 30%) 0%, transparent 46%);
}

.vp-access-hero-image img {
  object-position: 58% center;
}

.vp-access-page-hero > .vp-access-hero-copy {
  position: relative;
  z-index: 1;
  align-content: center;
  min-height: calc(100svh - 86px);
  padding-block: clamp(56px, 10vw, 116px);
}

.vp-access-page-hero > .vp-access-hero-copy > * {
  max-width: min(720px, 46vw);
}

.vp-access-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center !important;
  min-height: calc(100svh - 86px);
  padding-block: clamp(48px, 8vw, 98px);
}

.vp-access-hero-stage {
  position: relative;
  min-height: clamp(510px, 54vw, 680px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: var(--vp-radius);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 4%) 100%),
    radial-gradient(circle at 72% 20%, rgb(35 169 221 / 20%), transparent 32%),
    #0c1f2f;
  box-shadow: 0 34px 90px rgb(0 0 0 / 24%);
}

.vp-access-hero-stage::before {
  content: "";
  position: absolute;
  inset: 9% 12% 12% 38%;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  background: radial-gradient(circle, rgb(35 169 221 / 18%), transparent 62%);
}

.vp-access-door-panel {
  position: absolute;
  left: clamp(1rem, 4vw, 2rem);
  bottom: clamp(1rem, 4vw, 2rem);
  z-index: 3;
  width: min(350px, calc(100% - 2rem));
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--vp-radius);
  background: rgb(7 21 37 / 72%);
  backdrop-filter: blur(16px);
}

.vp-access-door-panel p {
  margin: 0;
  color: rgb(232 248 255 / 75%);
  font-weight: 780;
}

.vp-access-door-panel .vp-door-label {
  margin-bottom: 0.45rem;
  color: #9ddcff;
}

.vp-access-product {
  position: absolute;
  z-index: 2;
  display: grid !important;
  justify-items: center;
  gap: 0.45rem;
  margin: 0;
}

.vp-access-product p {
  margin: 0;
  color: rgb(232 248 255 / 78%);
  font-family: Sora, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vp-access-product-image {
  margin: 0;
}

.vp-access-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgb(0 0 0 / 30%));
}

.vp-access-product.is-a05 {
  right: 17%;
  top: 14%;
  width: min(27%, 180px);
}

.vp-access-product.is-a03 {
  right: 9%;
  bottom: 17%;
  width: min(23%, 150px);
}

.vp-access-product.is-hikvision {
  left: 7%;
  right: 7%;
  top: 42%;
  width: auto;
}

.vp-access-product.is-hikvision .vp-access-product-image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--vp-radius);
}

.vp-access-product.is-hikvision img {
  height: 175px;
  object-fit: cover;
  object-position: 60% center;
}

.vp-access-profile-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgb(255 255 255 / 15%);
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.vp-access-profile {
  display: grid !important;
  min-height: 245px;
  align-content: space-between;
  padding: clamp(1.15rem, 2.6vw, 1.75rem);
  border-right: 1px solid rgb(255 255 255 / 15%);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.vp-access-profile .vp-profile-tag {
  color: #9ddcff;
}

.vp-access-profile h3,
.vp-access-profile p {
  margin: 0;
  color: #ffffff;
}

.vp-access-brands-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start !important;
}

.vp-access-brands-title {
  position: sticky;
  top: 112px;
}

.vp-access-brand-lane {
  grid-column: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.72fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center !important;
  min-height: 360px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: var(--vp-radius);
  padding: clamp(1.25rem, 3.6vw, 2.4rem);
  background: #ffffff;
  box-shadow: 0 26px 72px rgb(7 21 37 / 10%);
}

.vp-access-brand-lane.is-hikvision {
  color: #ffffff;
  background: #071525;
}

.vp-access-brand-lane.is-akuvox {
  grid-template-columns: minmax(200px, 0.78fr) minmax(300px, 1fr);
  gap: clamp(1.25rem, 2.8vw, 2rem);
}

.vp-access-brand-copy {
  display: grid;
  gap: 0.85rem;
}

.vp-access-brand-copy p:not(.vp-label) {
  color: #52687a;
}

.vp-access-brand-lane.is-hikvision .vp-access-brand-copy p:not(.vp-label) {
  color: rgb(232 248 255 / 76%);
}

.vp-access-brand-lane.is-akuvox .vp-access-brand-copy h3 {
  font-size: clamp(1.75rem, 2.35vw, 2.45rem);
}

.vp-access-brand-media {
  position: relative;
  display: grid !important;
  min-height: 280px;
  place-items: center;
}

.vp-access-brand-media.is-akuvox-scene {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  background: #edf5f9;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 64%);
}

.vp-access-brand-media.is-akuvox-scene .vp-access-brand-photo {
  min-height: 320px;
  border-radius: 0;
}

.vp-access-brand-media.is-akuvox-scene .vp-access-brand-photo img {
  object-fit: cover;
  object-position: 48% center;
}

.vp-access-brand-product {
  margin: 0;
}

.vp-access-brand-product img {
  width: min(180px, 42vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 38px rgb(7 21 37 / 20%));
}

.vp-access-brand-product.is-front img {
  width: min(210px, 44vw);
}

.vp-access-brand-product.is-small {
  position: absolute;
  right: 4%;
  bottom: 6%;
}

.vp-access-brand-product.is-small img {
  width: min(130px, 30vw);
}

.vp-access-brand-photo,
.vp-access-brand-photo img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-access-brand-photo {
  min-height: 270px;
  overflow: hidden;
  border-radius: var(--vp-radius);
}

.vp-access-brand-photo img {
  object-fit: cover;
  object-position: 60% center;
}

.vp-access-check-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.vp-access-check {
  display: grid !important;
  align-content: space-between;
  min-height: 230px;
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  padding: clamp(1.1rem, 2.5vw, 1.65rem);
  background: #f7fbfe;
}

.vp-access-check h3 {
  margin: 0;
}

.vp-access-check p {
  margin: 0;
  color: #53677a;
}

@media (max-width: 1060px) {
  .vp-fire-hero-layout,
  .vp-access-hero-grid,
  .vp-fire-zones-grid,
  .vp-access-people-grid,
  .vp-access-door-plan-grid,
  .vp-access-brands-grid {
    grid-template-columns: 1fr;
  }

  .vp-fire-hero-layout,
  .vp-access-hero-grid {
    min-height: 0;
  }

  .vp-fire-hero-copy h1,
  .vp-access-hero-copy h1 {
    font-size: clamp(2.95rem, 8.6vw, 4.5rem);
  }

  .vp-access-brands-title {
    position: static;
  }

  .vp-access-brand-lane {
    grid-column: auto;
  }

  .vp-fire-choice-stack {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "ajax"
      "inim"
      "detectors";
  }

  .vp-fire-choice-card {
    min-height: clamp(320px, 58vw, 430px);
    height: auto;
  }

  .vp-fire-choice-card.is-inim {
    min-height: clamp(420px, 72vw, 560px);
  }

  .vp-fire-choice-card.is-inim-detectors {
    min-height: clamp(300px, 56vw, 420px);
  }

  .vp-fire-test-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-access-brand-lane {
    grid-template-columns: 1fr;
  }

  .vp-access-brand-lane.is-akuvox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .vp-choice-card.is-fire,
  .vp-choice-card.is-access {
    padding-right: clamp(1.35rem, 3vw, 2rem);
    padding-bottom: 9.2rem;
  }

  .vp-choice-card.is-fire .vp-choice-product,
  .vp-choice-card.is-access .vp-choice-product {
    right: -0.75rem;
    bottom: -1.1rem;
    width: min(56%, 208px);
  }

  .vp-fire-page-hero,
  .vp-access-page-hero {
    min-height: auto;
  }

  .vp-fire-page-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: calc(82px + env(safe-area-inset-top, 0px));
  }

  .vp-access-page-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: calc(82px + env(safe-area-inset-top, 0px));
  }

  .vp-fire-page-hero::after {
    background:
      linear-gradient(180deg, rgb(6 17 31 / 18%) 0%, rgb(6 17 31 / 62%) 48%, rgb(6 17 31 / 96%) 100%),
      linear-gradient(90deg, rgb(6 17 31 / 68%) 0%, rgb(6 17 31 / 24%) 62%, rgb(6 17 31 / 18%) 100%);
  }

  .vp-fire-hero-image img {
    object-position: 42% center;
  }

  .vp-access-page-hero::after {
    background:
      linear-gradient(180deg, rgb(6 17 31 / 28%) 0%, rgb(6 17 31 / 58%) 44%, rgb(6 17 31 / 96%) 100%),
      linear-gradient(90deg, rgb(6 17 31 / 70%) 0%, rgb(6 17 31 / 34%) 58%, rgb(6 17 31 / 14%) 100%);
  }

  .vp-access-hero-image img {
    object-position: 88% center;
  }

  .vp-fire-page-hero > .vp-fire-hero-copy {
    min-height: calc(100svh - 82px);
    padding-block: 44px calc(132px + env(safe-area-inset-bottom, 0px));
  }

  .vp-fire-page-hero > .vp-fire-hero-copy > * {
    max-width: 100%;
  }

  .vp-access-page-hero > .vp-access-hero-copy {
    min-height: calc(100svh - 82px);
    padding-block: 44px calc(132px + env(safe-area-inset-bottom, 0px));
  }

  .vp-access-page-hero > .vp-access-hero-copy > * {
    max-width: 100%;
  }

  .vp-fire-hero-layout,
  .vp-access-hero-grid {
    padding-block: clamp(34px, 8vw, 58px) 72px;
  }

  .vp-fire-hero-copy h1,
  .vp-access-hero-copy h1,
  .vp-fire-zones-title h2,
  .vp-fire-choice-intro h2,
  .vp-fire-commissioning-copy h2,
  .vp-fire-cta h2,
  .vp-access-people-title h2,
  .vp-access-brands-title h2,
  .vp-access-door-plan-copy h2,
  .vp-access-cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
    line-height: 0.96;
  }

  .vp-motion-heading {
    max-width: 100%;
  }

  .vp-motion-word {
    max-width: 100%;
    white-space: normal;
  }

  .vp-fire-hero-board,
  .vp-access-hero-stage {
    min-height: 430px;
  }

  .vp-fire-hero-board {
    grid-template-columns: 1fr;
  }

  .vp-fire-device.is-inim {
    grid-row: auto;
  }

  .vp-fire-board-note {
    grid-column: auto;
  }

  .vp-fire-zone-row,
  .vp-access-profile-grid,
  .vp-access-check-grid,
  .vp-fire-test-rail {
    grid-template-columns: 1fr;
  }

  .vp-access-product.is-a05 {
    right: 16%;
    top: 11%;
    width: min(36%, 150px);
  }

  .vp-access-product.is-a03 {
    right: 7%;
    bottom: 21%;
    width: min(32%, 130px);
  }

  .vp-access-product.is-hikvision {
    left: 6%;
    right: 6%;
    top: 45%;
  }

  .vp-access-product.is-hikvision img {
    height: 130px;
  }

  .vp-access-door-panel {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    width: auto;
  }

  .vp-access-profile {
    min-height: 210px;
  }

  .vp-access-brand-media {
    min-height: 230px;
  }

  .vp-access-brand-media.is-akuvox-scene,
  .vp-access-brand-media.is-akuvox-scene .vp-access-brand-photo {
    min-height: 240px;
  }
}

.vp-camera-audit,
.vp-home-zones,
.vp-business-roles,
.vp-fire-zones,
.vp-fire-commissioning,
.vp-access-people,
.vp-access-door-plan {
  padding-block: clamp(72px, 9vw, 118px);
}

.vp-camera-audit-grid,
.vp-home-zone-grid,
.vp-business-role-grid,
.vp-fire-zones-grid,
.vp-fire-commissioning-grid,
.vp-access-people-grid,
.vp-access-door-plan-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 4.4rem);
  align-items: center !important;
}

.vp-camera-audit-copy,
.vp-home-zone-intro,
.vp-business-day-copy,
.vp-fire-zones-title,
.vp-fire-commissioning-copy,
.vp-access-people-title,
.vp-access-door-plan-copy {
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  max-width: 620px;
}

.vp-camera-audit-copy h2,
.vp-home-zone-intro h2,
.vp-business-day-copy h2,
.vp-fire-zones-title h2,
.vp-fire-commissioning-copy h2,
.vp-access-people-title h2,
.vp-access-door-plan-copy h2 {
  max-width: 12.5em;
  font-size: clamp(2rem, 3.35vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vp-camera-audit-copy p:not(.vp-label),
.vp-home-zone-intro p:not(.vp-label),
.vp-business-day-copy p:not(.vp-label),
.vp-fire-commissioning-copy p:not(.vp-label),
.vp-access-door-plan-copy p:not(.vp-label) {
  max-width: 54ch;
  color: #4f6577;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  font-weight: 760;
  line-height: 1.58;
}

.vp-business-day-copy p:not(.vp-label),
.vp-fire-zones-title p:not(.vp-label),
.vp-access-people-title p:not(.vp-label) {
  color: rgb(232 248 255 / 74%);
}

.vp-camera-commitments {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.1rem);
}

.vp-camera-commitment,
.vp-home-visit-note,
.vp-fire-test-note,
.vp-access-door-note {
  display: grid !important;
  align-content: start;
  gap: 0.95rem;
  min-width: 0;
  border: 1px solid rgb(7 21 37 / 10%);
  border-radius: var(--vp-radius);
  padding: clamp(1.15rem, 2.4vw, 1.75rem);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  box-shadow: 0 22px 58px rgb(7 21 37 / 8%);
}

.vp-camera-commitment {
  min-height: 230px;
}

.vp-business-day-story,
.vp-fire-zone-note,
.vp-access-story {
  display: grid !important;
  gap: clamp(1rem, 2vw, 1.35rem);
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--vp-radius);
  padding: clamp(1.4rem, 3vw, 2.3rem);
  background:
    radial-gradient(circle at 86% 12%, rgb(35 169 221 / 16%), transparent 34%),
    rgb(255 255 255 / 6%);
}

.vp-camera-commitment h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.05vw, 2.05rem);
  line-height: 1.06;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vp-camera-commitment p,
.vp-home-visit-note p,
.vp-fire-test-note p,
.vp-access-door-note p,
.vp-business-day-story p,
.vp-fire-zone-note p,
.vp-access-story p {
  max-width: 62ch;
  margin: 0;
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  font-weight: 760;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: normal;
}

.vp-camera-commitment p,
.vp-home-visit-note p,
.vp-fire-test-note p,
.vp-access-door-note p {
  color: #4f6577;
}

.vp-business-day-story p,
.vp-fire-zone-note p,
.vp-access-story p {
  color: rgb(232 248 255 / 78%);
}

.vp-access-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
}

.vp-access-hero-stage {
  min-height: clamp(440px, 46vw, 570px);
  background:
    radial-gradient(circle at 70% 23%, rgb(35 169 221 / 24%), transparent 31%),
    linear-gradient(135deg, rgb(255 255 255 / 11%) 0%, rgb(255 255 255 / 4%) 100%),
    #0b2132;
}

.vp-access-hero-stage::before {
  inset: 11% 10% 14% 43%;
  border-color: rgb(157 220 255 / 16%);
  background:
    radial-gradient(circle at 58% 36%, rgb(35 169 221 / 20%), transparent 48%),
    radial-gradient(circle, transparent 54%, rgb(157 220 255 / 12%) 55%, transparent 56%);
}

.vp-access-product.is-a05 {
  right: clamp(4rem, 14vw, 7.2rem);
  top: 15%;
  width: min(31%, 210px);
}

.vp-access-product.is-a03 {
  right: clamp(1.8rem, 7vw, 4.8rem);
  bottom: 17%;
  width: min(24%, 150px);
}

.vp-access-door-panel {
  max-width: 360px;
}

.vp-access-door-panel p:not(.vp-door-label) {
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.45;
}

.vp-access-hero-stage.is-photo {
  min-height: 0;
  aspect-ratio: 1078 / 1046;
  padding: 0;
  background: #071525;
}

.vp-access-hero-stage.is-photo::before {
  display: none;
}

.vp-access-hero-stage.is-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 10%),
    inset 0 -110px 120px rgb(7 21 37 / 18%);
}

.vp-access-hero-photo,
.vp-access-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vp-access-hero-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  filter: none;
}

:is(
  .vp-targets-cover,
  .vp-camera-hero,
  .vp-home-hero,
  .vp-business-hero,
  .vp-ajax-hero,
  .vp-fire-page-hero,
  .vp-access-page-hero,
  .vp-integration-strip,
  .vp-atelier-copy,
  .vp-depth,
  .vp-final-audit,
  .vp-place-index,
  .vp-camera-decisions,
  .vp-ajax-builder,
  .vp-fire-zones,
  .vp-access-people,
  .vp-fire-cta,
  .vp-access-cta,
  .vp-choice-card.is-ajax,
  .vp-choice-card.is-access,
  .vp-choice-card.is-intrusion,
  .vp-use-case-card.has-image,
  .vp-use-case-card.is-dark,
  .vp-scene-card.has-product-bg,
  .vp-ops-card.has-product-bg,
  .vp-tech-card.has-product-bg,
  .vp-fire-choice-card.is-ajax,
  .vp-fire-choice-card.is-inim,
  .vp-fire-choice-card.is-inim-detectors,
  .vp-access-brand-lane.is-hikvision
) .vp-label,
.vp-access-door-panel .vp-door-label,
.vp-access-profile .vp-profile-tag {
  color: var(--vp-label-on-dark);
  text-shadow: 0 1px 18px rgb(0 0 0 / 28%);
}

.vp-access-brand-lane.is-hikvision {
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.82fr);
}

.vp-access-brand-media.is-wide {
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--vp-radius);
  background: #111c27;
}

.vp-access-brand-media.is-wide .vp-access-brand-photo {
  min-height: 310px;
  border-radius: 0;
}

.vp-access-brand-media.is-wide .vp-access-brand-photo img {
  object-fit: cover;
  object-position: 86% 30%;
  padding: 0;
}

@media (max-width: 1380px) and (min-width: 761px) {
  .vp-camera-commitments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-camera-commitment:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 1060px) {
  .vp-camera-audit-grid,
  .vp-home-zone-grid,
  .vp-business-role-grid,
  .vp-fire-zones-grid,
  .vp-fire-commissioning-grid,
  .vp-access-people-grid,
  .vp-access-door-plan-grid,
  .vp-access-hero-grid {
    grid-template-columns: 1fr;
  }

  .vp-access-brand-lane.is-hikvision {
    grid-template-columns: 1fr;
  }

  .vp-camera-commitments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-access-hero-stage {
    min-height: clamp(420px, 58vw, 540px);
  }
}

@media (max-width: 760px) {
  .vp-camera-audit,
  .vp-home-zones,
  .vp-business-roles,
  .vp-fire-zones,
  .vp-fire-commissioning,
  .vp-access-people,
  .vp-access-door-plan {
    padding-block: clamp(54px, 14vw, 76px);
  }

  .vp-camera-audit-copy h2,
  .vp-home-zone-intro h2,
  .vp-business-day-copy h2,
  .vp-fire-zones-title h2,
  .vp-fire-commissioning-copy h2,
  .vp-access-people-title h2,
  .vp-access-door-plan-copy h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.03;
  }

  .vp-camera-commitments {
    grid-template-columns: 1fr;
  }

  .vp-camera-commitment {
    min-height: 0;
  }

  .vp-camera-commitment,
  .vp-home-visit-note,
  .vp-business-day-story,
  .vp-fire-zone-note,
  .vp-fire-test-note,
  .vp-access-story,
  .vp-access-door-note {
    padding: clamp(1.15rem, 5vw, 1.55rem);
  }

  .vp-access-hero-stage {
    min-height: 430px;
  }

  .vp-access-product.is-a05 {
    right: 18%;
    top: 10%;
    width: min(39%, 155px);
  }

  .vp-access-product.is-a03 {
    right: 7%;
    bottom: 25%;
    width: min(31%, 124px);
  }

  .vp-access-door-panel {
    max-width: none;
  }

  .vp-access-brand-lane.is-hikvision {
    grid-template-columns: 1fr;
  }

  .vp-access-brand-media.is-wide,
  .vp-access-brand-media.is-wide .vp-access-brand-photo {
    min-height: 230px;
  }
}

@media (min-width: 1800px) {
  .vp-shell {
    width: min(1480px, calc(100% - 96px));
  }

  .vp-header-shell {
    width: min(1480px, calc(100% - 96px));
  }

  .vp-navigation {
    font-size: 0.96rem;
  }

  .vp-brand-name,
  .vp-header-actions .wp-block-button__link {
    font-size: 0.98rem;
  }

  .vp-hero-grid,
  .vp-solution-grid,
  .vp-audience-grid,
  .vp-contact-grid,
  .vp-fire-hero-layout,
  .vp-access-hero-grid,
  .vp-camera-audit-grid,
  .vp-home-zone-grid,
  .vp-business-role-grid,
  .vp-fire-zones-grid,
  .vp-fire-commissioning-grid,
  .vp-access-people-grid,
  .vp-access-door-plan-grid {
    gap: clamp(3rem, 4.8vw, 6.5rem);
  }

  .vp-hero-title,
  .vp-solution-title,
  .vp-audience-title,
  .vp-fire-hero-copy h1,
  .vp-access-hero-copy h1 {
    font-size: clamp(5.95rem, 4.9vw, 6.65rem);
  }

  .vp-hero-media,
  .vp-solution-media,
  .vp-audience-media {
    min-height: clamp(620px, 34vw, 760px);
  }

  .vp-product-camera {
    width: clamp(220px, 13vw, 290px);
  }

  .vp-product-ajax {
    width: clamp(330px, 22vw, 430px);
    height: clamp(210px, 13vw, 275px);
  }

  .vp-fire-hero-board,
  .vp-access-hero-stage {
    min-height: clamp(660px, 37vw, 760px);
  }

  .vp-access-product.is-a05 {
    width: min(31%, 250px);
  }

  .vp-access-product.is-a03 {
    width: min(24%, 190px);
  }

  .vp-camera-audit-copy h2,
  .vp-home-zone-intro h2,
  .vp-business-day-copy h2,
  .vp-fire-zones-title h2,
  .vp-fire-commissioning-copy h2,
  .vp-access-people-title h2,
  .vp-access-door-plan-copy h2 {
    font-size: clamp(3.2rem, 2.9vw, 4.35rem);
  }

  .vp-brand-card,
  .vp-camera-commitment,
  .vp-home-visit-note,
  .vp-business-day-story,
  .vp-fire-zone-note,
  .vp-fire-test-note,
  .vp-access-story,
  .vp-access-door-note {
    padding: clamp(1.55rem, 1.65vw, 2.15rem);
  }

  .vp-contact-direct-grid {
    grid-template-columns: minmax(380px, 0.78fr) minmax(620px, 1.05fr);
  }

  .vp-contact-direct .vp-contact-card {
    width: min(100%, 760px);
  }

  .vp-contact-direct .vp-contact-brief-copy h1 {
    font-size: clamp(4.05rem, 3.8vw, 5.15rem);
  }

  .vp-contact-direct .vp-contact-brief-copy .vp-lead {
    max-width: 600px;
    font-size: clamp(1.14rem, 1.05vw, 1.28rem);
  }

  .vp-contact-direct .vp-contact-card-head h2 {
    font-size: clamp(1.55rem, 1.55vw, 2.05rem);
  }

  .vp-contact-direct .vp-contact-card-head p:not(.vp-label) {
    max-width: 620px;
    font-size: 0.95rem;
  }

  .vp-contact-direct .vp-contact-form input,
  .vp-contact-direct .vp-contact-form select,
  .vp-contact-direct .vp-contact-form textarea {
    min-height: 40px;
    padding: 0.48rem 0.72rem;
  }

  .vp-contact-direct .vp-contact-form textarea {
    min-height: 78px;
  }

  .vp-contact-direct .vp-field,
  .vp-contact-direct .vp-field-full,
  .vp-contact-direct .vp-consent {
    font-size: 0.9rem;
  }
}

@media (min-width: 2400px) {
  .vp-shell {
    width: min(1740px, calc(100% - 160px));
  }

  .vp-header-shell {
    width: min(1740px, calc(100% - 160px));
  }

  .vp-navigation {
    font-size: 1rem;
  }

  .vp-brand-mark img {
    max-height: 60px;
  }

  .vp-hero-title,
  .vp-solution-title,
  .vp-audience-title,
  .vp-fire-hero-copy h1,
  .vp-access-hero-copy h1 {
    font-size: clamp(6.45rem, 3.7vw, 7.8rem);
  }

  .vp-hero-media,
  .vp-solution-media,
  .vp-audience-media {
    min-height: clamp(720px, 30vw, 880px);
  }

  .vp-product-camera {
    width: clamp(280px, 10vw, 360px);
  }

  .vp-product-ajax {
    width: clamp(390px, 18vw, 500px);
    height: clamp(250px, 11vw, 320px);
  }

  .vp-fire-hero-board,
  .vp-access-hero-stage {
    min-height: clamp(780px, 31vw, 920px);
  }

  .vp-access-product.is-a05 {
    width: min(31%, 300px);
  }

  .vp-access-product.is-a03 {
    width: min(24%, 230px);
  }

  .vp-contact-direct-grid {
    grid-template-columns: minmax(500px, 0.8fr) minmax(760px, 1fr);
  }

  .vp-contact-direct .vp-contact-card {
    width: min(100%, 860px);
  }

  .vp-contact-direct .vp-contact-brief-copy h1 {
    font-size: clamp(5.1rem, 3.1vw, 6.35rem);
  }

  .vp-contact-direct .vp-contact-form input,
  .vp-contact-direct .vp-contact-form select,
  .vp-contact-direct .vp-contact-form textarea {
    min-height: 44px;
    padding: 0.58rem 0.82rem;
  }

  .vp-contact-direct .vp-contact-form textarea {
    min-height: 96px;
  }
}

@media (min-width: 3400px) {
  .vp-shell {
    width: min(2320px, calc(100% - 260px));
  }

  .vp-header-shell {
    width: min(2320px, calc(100% - 260px));
  }

  .vp-navigation,
  .vp-brand-name,
  .vp-header-actions .wp-block-button__link {
    font-size: 1.08rem;
  }

  .vp-brand-mark img {
    max-height: 66px;
  }

  .vp-hero-grid,
  .vp-solution-grid,
  .vp-audience-grid,
  .vp-contact-grid,
  .vp-fire-hero-layout,
  .vp-access-hero-grid,
  .vp-camera-audit-grid,
  .vp-home-zone-grid,
  .vp-business-role-grid,
  .vp-fire-zones-grid,
  .vp-fire-commissioning-grid,
  .vp-access-people-grid,
  .vp-access-door-plan-grid {
    gap: clamp(4.5rem, 4vw, 8rem);
  }

  .vp-hero-title,
  .vp-solution-title,
  .vp-audience-title,
  .vp-fire-hero-copy h1,
  .vp-access-hero-copy h1 {
    font-size: clamp(7.4rem, 3.25vw, 8.9rem);
  }

  .vp-hero-media,
  .vp-solution-media,
  .vp-audience-media {
    min-height: clamp(840px, 26vw, 1040px);
  }

  .vp-product-camera {
    width: clamp(330px, 9vw, 440px);
  }

  .vp-product-ajax {
    width: clamp(480px, 15vw, 620px);
    height: clamp(305px, 9.6vw, 400px);
  }

  .vp-fire-hero-board,
  .vp-access-hero-stage {
    min-height: clamp(920px, 26vw, 1120px);
  }

  .vp-access-product.is-a05 {
    width: min(31%, 360px);
  }

  .vp-access-product.is-a03 {
    width: min(24%, 270px);
  }

  .vp-contact-direct-grid {
    grid-template-columns: minmax(620px, 0.78fr) minmax(900px, 1fr);
  }

  .vp-contact-direct .vp-contact-card {
    width: min(100%, 980px);
    padding: 1.45rem;
  }

  .vp-contact-direct .vp-contact-brief-copy h1 {
    max-width: 820px;
    font-size: clamp(5.9rem, 2.65vw, 7rem);
  }

  .vp-contact-direct .vp-contact-brief-copy .vp-lead {
    max-width: 720px;
    font-size: 1.42rem;
  }

  .vp-contact-direct .vp-contact-card-head {
    gap: 0.55rem;
    margin-bottom: 0.86rem;
    padding-bottom: 0.82rem;
  }

  .vp-contact-direct .vp-contact-card-head h2 {
    max-width: 760px;
    font-size: 2.45rem;
  }

  .vp-contact-direct .vp-contact-card-head p:not(.vp-label) {
    max-width: 760px;
    font-size: 1.08rem;
  }

  .vp-contact-direct .vp-form-grid {
    gap: 0.72rem 0.92rem;
  }

  .vp-contact-direct .vp-contact-form input,
  .vp-contact-direct .vp-contact-form select,
  .vp-contact-direct .vp-contact-form textarea {
    min-height: 52px;
    padding: 0.68rem 0.95rem;
  }

  .vp-contact-direct .vp-contact-form textarea {
    min-height: 126px;
  }

  .vp-contact-direct .vp-field,
  .vp-contact-direct .vp-field-full,
  .vp-contact-direct .vp-consent {
    font-size: 1rem;
  }

  .vp-contact-direct .vp-contact-form button {
    padding: 0.78rem 1.14rem;
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .vp-js .vp-reveal,
  .vp-js .vp-animate,
  .vp-js .vp-ribbon-card,
  .vp-js .vp-living-card,
  .vp-js .vp-depth-row,
  .vp-js .vp-audit-card,
  .vp-motion-word {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
