/* SWSA 2026 refresh — quiet confidence, clear choices, real local work. */
:root {
  --mineral: #f4f4f0;
  --ink: #0a1524;
  --navy: #10243a;
  --slate: #536171;
  --action: #126b9c;
  --electric: #79d2ff;
  --night: #071321;
  --max-wide: 1420px;
  --radius: 14px;
}

html { scroll-behavior: smooth; }
body { background: var(--mineral); font-size: clamp(1.0625rem, 1.02rem + .15vw, 1.125rem); }
.wrap { padding-inline: clamp(22px, 4vw, 64px); }
h1, h2, h3 { letter-spacing: -.04em; }
.eyebrow { margin-bottom: 18px; font-size: .72rem; font-weight: 750; letter-spacing: .14em; }

/* Stable, accessible entrance effects replace brittle scroll timelines. */
@supports (animation-timeline: view()) {
  .business-paths-heading, .system-components, .business-path,
  .camera-proof-images figure, .adt-layer-grid article, .work-feature,
  .home-install-heading, .home-install-image, .proof-body,
  .pricing-heading, .pricing-options article, .home-needs-photo,
  .home-smart-devices li { animation: none; opacity: 1; filter: none; transform: none; }
}
[data-reveal] { opacity: 1; filter: none; transform: none; }
@supports (animation-timeline: view()) {
  [data-reveal] {
    animation: swsa-reveal linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 32%;
  }
  @keyframes swsa-reveal {
    from { opacity: .32; filter: blur(4px); transform: translateY(54px) scale(.975); }
    to { opacity: 1; filter: none; transform: none; }
  }
}

/* Header */
.site-header {
  background: rgba(250,250,247,.88);
  border: 0;
  box-shadow: none;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(250,250,247,.96); box-shadow: 0 8px 30px rgba(7,19,33,.07); }
.header-inner { min-height: 74px; padding-block: 12px; }
.brand-wordmark { height: 26px; }
.primary-nav ul { gap: clamp(18px, 2.2vw, 34px); }
.primary-nav ul a { font-size: .88rem; font-weight: 600; }
.header-phone { color: var(--navy); font-size: .82rem; font-weight: 650; text-decoration: none; }
.header-cta { padding: 10px 17px; border-radius: 999px; }
.nav-summary { border: 0; background: #e9ebea; border-radius: 999px; }
.mobile-nav-panel { padding: 10px 20px 20px; border: 0; border-radius: 20px; }

/* Homepage hero */
.home-hero {
  min-height: calc(100svh - 74px);
  padding-block: clamp(42px, 7vw, 104px) 70px;
  background:
    radial-gradient(circle at 78% 18%, rgba(74,171,224,.26), transparent 32%),
    linear-gradient(138deg, #06111f 0%, #0a1d31 54%, #123e5e 100%);
}
.home-hero::before {
  opacity: .35;
  background: linear-gradient(105deg, transparent 32%, rgba(121,210,255,.09) 58%, transparent 74%);
  animation: ambient-sweep 9s ease-in-out infinite alternate;
}
.home-hero .camera-hero-grid { min-height: min(690px, calc(100svh - 210px)); gap: clamp(36px, 6vw, 88px); }
.home-hero .camera-hero-copy { max-width: 760px; }
.home-hero h1 { max-width: 11.5ch; font-size: clamp(3rem, 7.3vw, 7rem); line-height: .9; letter-spacing: -.065em; }
.home-hero h1 span { color: #9ddfff; }
.home-hero .lede { max-width: 42ch; margin-top: 28px; color: #d7e5f0; font-size: clamp(1.08rem, 1.5vw, 1.34rem); line-height: 1.55; }
.home-hero .hero-offer-row { gap: 14px 26px; margin-top: 32px; padding: 0; border: 0; }
.home-hero .cta { min-height: 52px; padding: 13px 22px; border-radius: 999px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 38px 0 0; padding: 0; color: #9fb2c3; font-size: .79rem; list-style: none; }
.hero-trust li { position: relative; padding-left: 14px; }
.hero-trust li::before { position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--electric); box-shadow: 0 0 14px rgba(121,210,255,.8); content: ""; }
.home-hero-stage { margin: 0; border: 0; border-radius: 2px; box-shadow: 0 50px 110px rgba(0,0,0,.38); }
.home-hero-stage picture { aspect-ratio: 4 / 5; }
.home-hero-stage::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(4,12,21,.4)); content: ""; pointer-events: none; }
.home-hero-stage .camera-status { z-index: 2; top: auto; right: 20px; bottom: 20px; left: 20px; width: fit-content; border: 0; border-radius: 999px; background: rgba(5,15,25,.72); }
.camera-status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #78f0bc; box-shadow: 0 0 10px #78f0bc; }
.hero-scroll { position: absolute; z-index: 3; bottom: 20px; left: 50%; display: flex; gap: 10px; align-items: center; color: #b9cad7; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { width: 1px; height: 28px; background: linear-gradient(#b9cad7,transparent); animation: scroll-pulse 1.8s ease-in-out infinite; }
@keyframes ambient-sweep { to { transform: translateX(4%); opacity: .6; } }
@keyframes scroll-pulse { 50% { transform: translateY(7px); } }

.local-service-rail { background: #0a1c2e; }
.local-service-rail .wrap { min-height: 72px; justify-content: center; }
.local-service-rail strong { color: #fff; }
.local-service-rail span { color: #9fb1c1; }

/* Pricing */
.camera-pricing { padding-block: clamp(88px, 12vw, 168px); background: #eef0ef; }
.pricing-heading { display: grid; max-width: none; gap: 28px 80px; align-items: end; margin-bottom: clamp(48px, 7vw, 84px); }
.camera-pricing h2 { max-width: 10ch; font-size: clamp(2.8rem, 6vw, 6rem); line-height: .92; }
.pricing-heading > p { max-width: 41ch; margin: 0; color: var(--slate); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.pricing-options { gap: 12px; }
.pricing-options article { min-height: 500px; padding: clamp(26px, 3vw, 44px); border: 0; border-radius: 2px; box-shadow: none; }
.pricing-options article:hover { box-shadow: 0 28px 70px rgba(7,19,33,.12); transform: translateY(-6px); }
.pricing-options h3 { max-width: 15ch; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.pricing-options ul { display: grid; gap: 9px; margin: 0 0 30px; padding: 22px 0 0; border-top: 1px solid #e1e4e3; color: var(--slate); font-size: .89rem; list-style: none; }
.pricing-options li::before { margin-right: 9px; color: var(--action); content: "✓"; }
.pricing-featured ul { border-color: rgba(255,255,255,.18); color: #c7d5df; }
.pricing-featured li::before { color: var(--electric); }
.pricing-price { display: flex; align-items: flex-start; margin: auto 0 32px; font-size: clamp(4rem, 6vw, 6rem); }
.pricing-price small { margin: 8px 0 0 12px; color: var(--slate); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.pricing-featured .pricing-price small { color: #aac0d1; }
.pricing-options a { padding: 13px 17px; border-radius: 999px; }
.pricing-featured::before { top: 25px; right: 25px; border-radius: 999px; }
.pricing-note { margin-top: 20px; padding: 25px 0 0; border-top: 1px solid #d7dcdb; }

/* Real-work gallery */
.home-proof { padding-block: clamp(90px, 12vw, 170px); color: white; background: var(--night); }
.section-intro { max-width: 720px; }
.section-intro h2 { margin: 0; font-size: clamp(2.7rem, 6vw, 6rem); line-height: .94; }
.section-intro > p:last-child { max-width: 52ch; margin-top: 28px; color: var(--slate); }
.section-intro-light { display: grid; max-width: none; margin-bottom: 60px; }
.section-intro-light .eyebrow { color: #9ddfff; }
.section-intro-light h2 { color: white; }
.section-intro-light a { align-self: end; color: #9ddfff; font-weight: 700; text-decoration: none; }
.proof-gallery { display: grid; gap: 12px; }
.proof-tile { position: relative; min-height: 420px; overflow: hidden; color: white; background: #172638; text-decoration: none; }
.proof-tile picture, .proof-tile-image { width: 100%; height: 100%; }
.proof-tile picture { position: absolute; inset: 0; }
.proof-tile-image { object-fit: cover; filter: saturate(.78) contrast(1.06); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.proof-tile::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,10,18,.88)); content: ""; }
.proof-tile > span { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 5px; }
.proof-tile small { color: #a9c7d9; font-size: .7rem; font-style: normal; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.proof-tile strong { max-width: 22ch; font-size: clamp(1.4rem, 2.5vw, 2.2rem); line-height: 1.05; }
.proof-tile em { margin-top: 12px; color: #9ddfff; font-size: .82rem; font-style: normal; font-weight: 700; opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; }
.proof-tile:hover .proof-tile-image { filter: saturate(.95) contrast(1.05); transform: scale(1.045); }
.proof-tile:hover em { opacity: 1; transform: none; }

/* Process */
.home-process { padding-block: clamp(90px, 13vw, 180px); }
.process-grid { display: grid; gap: 64px 9vw; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 28px 0; border-top: 1px solid #ccd2d3; }
.process-steps li:last-child { border-bottom: 1px solid #ccd2d3; }
.process-steps > li > span { color: var(--action); font-size: .72rem; font-weight: 750; letter-spacing: .1em; }
.process-steps h3 { margin: 0 0 8px; font-size: clamp(1.35rem, 2.2vw, 1.9rem); }
.process-steps p { margin: 0; color: var(--slate); }

/* Two service paths */
.home-paths { padding-block: clamp(90px, 12vw, 160px); background: white; }
.section-intro-center { max-width: 900px; margin: 0 auto 64px; text-align: center; }
.home-path-grid { display: grid; gap: 12px; }
.home-path { display: flex; min-height: 450px; flex-direction: column; padding: clamp(30px, 5vw, 62px); color: white; background: var(--navy); text-decoration: none; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.home-path-security { color: var(--navy); background: #e8ecec; }
.home-path > span { margin-bottom: auto; color: #9ddfff; font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.home-path-security > span { color: var(--action); }
.home-path h3 { margin: 50px 0 12px; color: inherit; font-size: clamp(2.4rem, 4.5vw, 4.6rem); }
.home-path p { max-width: 42ch; color: #cbd7e0; }
.home-path-security p { color: var(--slate); }
.home-path strong { margin-top: 24px; color: #9ddfff; }
.home-path-security strong { color: var(--action); }
.home-path:hover { box-shadow: 0 32px 80px rgba(7,19,33,.18); transform: translateY(-7px); }
.home-system-links { display: grid; gap: 1px; margin-top: 22px; background: #cfd6d7; }
.home-system-links a { display: grid; grid-template-columns: 1fr auto; gap: 2px 20px; padding: 15px 0; color: var(--navy); background: #e8ecec; text-decoration: none; }
.home-system-links b { font-size: .9rem; }
.home-system-links small { grid-column: 1; color: var(--slate); }
.home-system-links em { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--action); font-size: .8rem; font-style: normal; font-weight: 700; }
.home-components { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid #d3d8d8; list-style: none; }
.home-components li { padding: 17px 0; border-bottom: 1px solid #d3d8d8; color: var(--slate); font-size: .84rem; }
.home-components li::before { margin-right: 9px; color: var(--action); content: "+"; }

/* Shared shell refinement */
.site-footer { background: #06111f; }
.footer-start { padding-block: clamp(70px, 10vw, 130px); }
.footer-start h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.footer-choice { border-radius: 2px; }
.sticky-start { border-radius: 999px; }

@media (min-width: 800px) {
  .pricing-heading { grid-template-columns: 1fr .75fr; }
  .section-intro-light { grid-template-columns: 1fr auto; align-items: end; }
  .section-intro-light .eyebrow { grid-column: 1 / -1; }
  .proof-gallery { grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(300px, 1fr)); }
  .proof-tile-main { grid-row: 1 / 3; min-height: 720px; }
  .process-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
  .home-path-grid { grid-template-columns: 1fr 1fr; }
  .home-components { grid-template-columns: repeat(4, 1fr); }
  .home-components li + li { padding-left: 18px; border-left: 1px solid #d3d8d8; }
}

@media (min-width: 900px) {
  .home-hero .camera-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .76fr); }
  .home-hero-stage { max-width: 600px; }
}

@media (max-width: 899px) {
  .home-hero { min-height: auto; padding-bottom: 34px; }
  .home-hero .camera-hero-grid { min-height: 0; }
  .home-hero-stage { display: block; width: 100%; }
  .home-hero-stage picture { aspect-ratio: 16 / 12; }
  .hero-scroll { display: none; }
  .header-phone { display: none; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 68px; }
  .brand-wordmark { height: 24px; }
  .home-hero { padding-top: 48px; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .home-hero .lede { margin-top: 22px; }
  .home-hero .hero-offer-row { align-items: stretch; }
  .home-hero .cta { width: 100%; text-align: center; }
  .home-hero .hero-quiet-link { width: 100%; text-align: center; }
  .hero-trust { gap: 8px 18px; margin-top: 26px; }
  .home-hero-stage { margin-top: 8px; }
  .local-service-rail .wrap { justify-content: flex-start; }
  .camera-pricing { padding-block: 80px; }
  .pricing-options article { min-height: 440px; }
  .pricing-featured::before { display: none; }
  .pricing-price { font-size: 4.4rem; }
  .home-proof, .home-process, .home-paths { padding-block: 88px; }
  .proof-tile { min-height: 440px; }
  .home-path { min-height: 390px; }
  .sticky-start { right: 12px; bottom: 12px; left: 12px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-hero::before, .hero-scroll i { animation: none; }
  [data-reveal] { animation: none; opacity: 1; filter: none; transform: none; }
}

/* ========================================================================
   Release 2 — distinct page personalities and a more human company voice
   ======================================================================== */

/* Important content never begins dimmed. Motion belongs to the scroll story. */
.camera-detail-grid > div:first-child,
.camera-detail-stage,
.home-security-hero-grid > div:first-child,
.home-system-choice,
.about-hero-copy,
.about-owner-card,
.work-hero-grid > div:first-child,
.work-hero-grid > div:last-child,
.contact-intro,
.contact-primary-actions { animation: none; opacity: 1; filter: none; transform: none; }

/* The full navigation genuinely needs this width at large browser text/zoom. */
@media (min-width: 1024px) and (max-width: 1199px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
}
@media (min-width: 1200px) {
  .desktop-nav { display: flex; }
  .mobile-nav { display: none; }
}

/* Contact — a direct conversation instead of a lead-generation funnel. */
.contact-simple { padding-block: clamp(90px, 12vw, 170px); background: #f4f4f0; }
.contact-simple-grid { display: grid; gap: 64px 10vw; align-items: center; }
.contact-simple-copy { max-width: 760px; }
.contact-simple h1 { max-width: 10ch; color: var(--navy); font-size: clamp(3.4rem, 7.2vw, 7rem); line-height: .9; letter-spacing: -.065em; }
.contact-simple .lede { max-width: 43ch; margin-top: 30px; color: var(--slate); font-size: clamp(1.08rem, 1.5vw, 1.32rem); }
.contact-confidence { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; color: var(--slate); font-size: .78rem; }
.contact-confidence span::before { margin-right: 8px; color: var(--action); content: "✓"; }
.contact-direct { border-top: 1px solid #cfd5d5; }
.contact-direct > a {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 2px 18px;
  align-items: center;
  min-height: 112px;
  padding: 20px 4px;
  color: var(--navy);
  border-bottom: 1px solid #cfd5d5;
  text-decoration: none;
  transition: padding .28s ease, background .28s ease;
}
.contact-direct > a:hover { padding-inline: 18px; background: white; }
.contact-direct span { grid-row: 1 / 3; color: var(--action); font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { font-size: clamp(1.25rem, 2.2vw, 1.8rem); }
.contact-direct small { grid-column: 2; color: var(--slate); }
.contact-direct b { grid-column: 3; grid-row: 1 / 3; font-size: 1.5rem; font-weight: 400; transition: transform .25s ease; }
.contact-direct > a:hover b { transform: translateX(6px); }
.contact-direct-primary strong { color: var(--action); }

.contact-security { padding-block: clamp(90px, 12vw, 160px); color: white; background: var(--night); }
.contact-security-grid { display: grid; gap: 54px 10vw; }
.contact-security h2 { max-width: 11ch; margin: 0; color: white; font-size: clamp(2.8rem, 5.5vw, 5.4rem); line-height: .94; }
.contact-security-grid > div:first-child > p:last-child { max-width: 42ch; margin-top: 26px; color: #b7c6d2; }
.contact-security-choices { border-top: 1px solid rgba(255,255,255,.2); }
.contact-security-choices > a { display: grid; grid-template-columns: 1fr auto; gap: 6px 22px; min-height: 140px; padding: 26px 0; color: white; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.contact-security-choices > a > span { color: #9ddfff; font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.contact-security-choices > a > strong { grid-column: 1; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1; }
.contact-security-choices > a > small { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #9ddfff; }
.contact-security-choices .contact-security-monitored strong small { margin-left: 7px; color: #b7c6d2; font-size: .42em; }
.contact-security-choices > p { margin: 22px 0 0; color: #92a5b5; font-size: .78rem; }
.contact-local { padding-block: clamp(70px, 9vw, 120px); background: #dce6e9; }
.contact-local-grid { display: grid; gap: 18px 8vw; align-items: baseline; }
.contact-local p { margin: 0; color: var(--slate); font-size: .8rem; font-weight: 650; }
.contact-local h2 { margin: 0; font-size: clamp(1.8rem, 3.6vw, 3.8rem); line-height: 1.08; }

/* About — warm editorial tone, deliberately unlike the product pages. */
.about-editorial { background: #ebe7de; }
.about-editorial .about-breadcrumbs { padding-top: 26px; }
.about-editorial .breadcrumbs a, .about-editorial .breadcrumbs [aria-current="page"] { color: #5e5c58; }
.about-editorial .about-hero { margin: 0; padding-block: clamp(44px, 7vw, 96px) clamp(90px, 12vw, 160px); color: var(--ink); background: transparent; }
.about-editorial .about-hero-grid { gap: 64px 9vw; }
.about-editorial .about-hero h1 { max-width: 9.5ch; color: var(--ink); font-size: clamp(3.4rem, 7vw, 7rem); line-height: .9; letter-spacing: -.067em; }
.about-editorial .about-hero .lede { max-width: 42ch; margin-top: 30px; color: #555c62; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.about-inline-call { display: inline-flex; gap: 18px; align-items: center; margin-top: 30px; color: var(--ink); font-weight: 750; text-decoration: none; }
.about-inline-call span { color: var(--action); transition: transform .2s ease; }
.about-inline-call:hover span { transform: translateX(5px); }
.about-editorial .about-owner-card { margin: 0; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.about-editorial .about-owner-card picture { aspect-ratio: 4 / 5; overflow: hidden; }
.about-editorial .about-owner-image { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; filter: saturate(.84) contrast(1.02); }
.about-editorial .about-owner-card figcaption { position: static; display: flex; justify-content: space-between; gap: 20px; padding: 15px 0 0; color: var(--ink); background: transparent; }
.about-editorial .about-owner-card figcaption strong { color: var(--ink); }
.about-editorial .about-owner-card figcaption span { color: #666864; }

.about-letter { padding-block: clamp(90px, 13vw, 180px); background: #fff; }
.about-letter-grid { display: grid; gap: 46px 10vw; }
.about-letter-kicker { color: var(--action); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.about-letter h2 { max-width: 17ch; margin: 0 0 42px; font-family: var(--font-serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.about-letter div > p:not(.about-signoff) { max-width: 60ch; color: #46515b; font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.about-signoff { display: grid; margin-top: 42px; color: var(--ink); font-family: var(--font-serif); font-size: 1.55rem; line-height: 1.1; }
.about-signoff span { margin-top: 5px; color: var(--slate); font-family: var(--font-sans); font-size: .7rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }

.about-promises { padding-block: clamp(90px, 11vw, 150px); background: #0b1827; }
.about-promises h2 { margin: 0 0 60px; color: white; font-size: clamp(2.7rem, 5.5vw, 5.5rem); }
.about-promise-grid { display: grid; gap: 1px; background: rgba(255,255,255,.18); }
.about-promise-grid article { min-height: 320px; padding: clamp(28px, 4vw, 48px); background: #0b1827; }
.about-promise-grid span { color: #9ddfff; font-size: .72rem; font-weight: 750; letter-spacing: .1em; }
.about-promise-grid h3 { margin-top: 110px; color: white; font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.about-promise-grid p { max-width: 30ch; color: #aebfcb; }

.about-scope { padding-block: clamp(90px, 12vw, 160px); background: #e5e9e8; }
.about-scope-grid { display: grid; gap: 48px 10vw; }
.about-scope h2 { max-width: 12ch; margin: 0; font-size: clamp(2.7rem, 5.5vw, 5.3rem); line-height: .94; }
.about-scope-grid > div:last-child > p { max-width: 48ch; color: var(--slate); }
.about-scope nav { margin-top: 40px; border-top: 1px solid #c4cccc; }
.about-scope nav a { display: flex; justify-content: space-between; padding: 17px 0; color: var(--navy); border-bottom: 1px solid #c4cccc; font-weight: 700; text-decoration: none; }
.about-scope nav span { color: var(--action); transition: transform .2s ease; }
.about-scope nav a:hover span { transform: translateX(5px); }

/* Work should feel like a portfolio, not another product landing page. */
.work-breadcrumbs { background: #ecefec; }
.work-hero { color: var(--ink); background: #ecefec; }
.work-hero::before { opacity: .08; }
.work-hero .eyebrow { color: var(--action); }
.work-hero h1 { max-width: 11ch; color: var(--ink); }
.work-hero .lede { color: var(--slate); }
.work-showcase { padding-top: clamp(80px, 10vw, 140px); }

@media (min-width: 800px) {
  .contact-simple-grid { grid-template-columns: 1.05fr .95fr; }
  .contact-security-grid { grid-template-columns: .9fr 1.1fr; }
  .contact-local-grid { grid-template-columns: .42fr 1.1fr .52fr; }
  .about-editorial .about-hero-grid { grid-template-columns: 1fr .72fr; align-items: center; }
  .about-letter-grid { grid-template-columns: .38fr 1fr; }
  .about-promise-grid { grid-template-columns: repeat(3, 1fr); }
  .about-scope-grid { grid-template-columns: 1fr .8fr; }
}

@media (max-width: 799px) {
  .contact-simple { padding-block: 72px 86px; }
  .contact-simple h1, .about-editorial .about-hero h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
  .contact-direct > a { grid-template-columns: 58px 1fr auto; }
  .contact-security, .about-letter, .about-promises, .about-scope { padding-block: 88px; }
  .contact-security-choices > a { min-height: 125px; }
  .contact-local-grid { gap: 14px; }
  .about-editorial .about-hero { padding-block: 30px 88px; }
  .about-editorial .about-owner-card picture { aspect-ratio: 4 / 4.6; }
  .about-letter h2 { margin-bottom: 32px; }
  .about-promise-grid article { min-height: 250px; }
  .about-promise-grid h3 { margin-top: 70px; }
}

/* ========================================================================
   Release 3 — commercial pages as one precise editorial system
   ======================================================================== */

/* Light architectural canvas; dark panels carry the technical detail. */
.business-breadcrumbs,
.surveillance-breadcrumbs,
.assessment-breadcrumbs,
.access-breadcrumbs,
.alarm-breadcrumbs,
.monitoring-breadcrumbs { background: #e9edec; }

.business-breadcrumbs .breadcrumbs a,
.business-breadcrumbs .breadcrumbs [aria-current="page"],
.surveillance-breadcrumbs .breadcrumbs a,
.surveillance-breadcrumbs .breadcrumbs [aria-current="page"],
.assessment-breadcrumbs .breadcrumbs a,
.assessment-breadcrumbs .breadcrumbs [aria-current="page"],
.access-breadcrumbs .breadcrumbs a,
.access-breadcrumbs .breadcrumbs [aria-current="page"],
.alarm-breadcrumbs .breadcrumbs a,
.alarm-breadcrumbs .breadcrumbs [aria-current="page"],
.monitoring-breadcrumbs .breadcrumbs a,
.monitoring-breadcrumbs .breadcrumbs [aria-current="page"] { color: #5c6870; }

.business-hero,
.surveillance-hero,
.assessment-hero,
.access-hero,
.alarm-hero,
.monitoring-hero {
  margin-top: 0;
  padding-block: clamp(64px, 9vw, 126px);
  color: var(--ink);
  background: #e9edec;
}
.business-hero::before,
.surveillance-hero::before,
.assessment-hero::before,
.access-hero::before,
.alarm-hero::before,
.monitoring-hero::before { display: none; }

.business-hero .eyebrow,
.surveillance-hero .eyebrow,
.assessment-hero .eyebrow,
.access-hero .eyebrow,
.alarm-hero .eyebrow,
.monitoring-hero .eyebrow { color: var(--action); }

.business-hero h1,
.surveillance-hero h1,
.assessment-hero h1,
.access-hero h1,
.alarm-hero h1,
.monitoring-hero h1 {
  max-width: 10.5ch;
  color: var(--ink);
  font-size: clamp(3.2rem, 6.4vw, 6.4rem);
  line-height: .91;
  letter-spacing: -.063em;
}
.business-hero .lede,
.surveillance-hero .lede,
.assessment-hero .lede,
.access-hero .lede,
.alarm-hero .lede,
.monitoring-hero .lede { max-width: 45ch; color: var(--slate); }

.business-hero .cta-ghost,
.surveillance-hero .cta-ghost,
.assessment-hero .cta-ghost,
.access-hero .cta-ghost,
.alarm-hero .cta-ghost,
.monitoring-hero .cta-ghost { color: var(--navy); border-color: #9aa8ae; }
.business-hero .cta-ghost:hover,
.surveillance-hero .cta-ghost:hover,
.assessment-hero .cta-ghost:hover,
.access-hero .cta-ghost:hover,
.alarm-hero .cta-ghost:hover,
.monitoring-hero .cta-ghost:hover { color: var(--navy); background: white; border-color: var(--navy); }

.access-signals, .alarm-signals, .monitoring-signals { color: var(--slate); }

.business-plan,
.surveillance-console,
.assessment-map,
.access-stage,
.alarm-stage,
.monitoring-stage {
  min-height: 520px;
  color: white;
  background: var(--night);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 34px 80px rgba(7,19,33,.18);
}
.business-plan::before,
.surveillance-console::before,
.assessment-map::before,
.access-stage::before,
.access-stage::after,
.alarm-stage::before,
.monitoring-stage::before { display: none; }

/* Remove the generated-card rhythm from decision grids. */
.business-question-grid,
.surveillance-question-grid,
.assessment-signal-grid,
.access-use-grid,
.alarm-layer-grid {
  gap: 0;
  background: transparent;
  border: 0;
}
.business-question-grid article,
.surveillance-question-grid article,
.assessment-signal-grid article,
.access-use-grid article,
.alarm-layer-grid article {
  min-height: 310px;
  padding: clamp(28px, 4vw, 46px) 0;
  background: transparent;
  border-top: 1px solid #cdd3d3;
}
.business-question-grid article > span,
.surveillance-question-grid article > span,
.assessment-signal-grid article > span,
.access-use-grid article > span,
.alarm-layer-grid article > span { margin-bottom: clamp(70px, 8vw, 110px); }
.business-question-grid article p,
.surveillance-question-grid article p,
.assessment-signal-grid article p,
.access-use-grid article p,
.alarm-layer-grid article p { max-width: 30ch; color: var(--slate); }

/* Section headings get breathing room, not extra chrome. */
.business-priorities,
.surveillance-questions,
.assessment-signals,
.access-questions,
.alarm-map,
.monitoring-decisions { padding-block: clamp(90px, 12vw, 170px); }
.business-priorities .section-heading,
.surveillance-questions .section-heading,
.assessment-signals .section-heading,
.access-section-heading,
.alarm-section-heading,
.monitoring-section-heading { margin-bottom: clamp(54px, 7vw, 88px); }
.business-priorities .section-heading h2,
.surveillance-questions .section-heading h2,
.assessment-signals .section-heading h2,
.access-section-heading h2,
.alarm-section-heading h2,
.monitoring-section-heading h2 { max-width: 16ch; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }

/* Long service bands behave like magazine spreads. */
.business-operation,
.surveillance-planning,
.assessment-walk,
.access-camera-band,
.alarm-camera-band,
.monitoring-camera-band { padding-block: clamp(90px, 11vw, 150px); }
.business-operation h2,
.surveillance-planning h2,
.assessment-walk h2,
.access-camera-band h2,
.alarm-camera-band h2,
.monitoring-camera-band h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }

/* Numbered related-service navigation is intentionally flat and scannable. */
.business-layer-links a,
.assessment-next nav a,
.access-plan nav a,
.alarm-decisions nav a,
.monitoring-plan nav a { min-height: 84px; align-items: center; }

@media (min-width: 760px) {
  .business-question-grid,
  .surveillance-question-grid,
  .assessment-signal-grid,
  .access-use-grid,
  .alarm-layer-grid { grid-template-columns: repeat(4, 1fr); }
  .business-question-grid article + article,
  .surveillance-question-grid article + article,
  .assessment-signal-grid article + article,
  .access-use-grid article + article,
  .alarm-layer-grid article + article { padding-left: clamp(20px, 3vw, 38px); border-left: 1px solid #cdd3d3; }
}

@media (max-width: 759px) {
  .business-plan,
  .surveillance-console,
  .assessment-map,
  .access-stage,
  .alarm-stage,
  .monitoring-stage { min-height: 0; }
  .business-question-grid article,
  .surveillance-question-grid article,
  .assessment-signal-grid article,
  .access-use-grid article,
  .alarm-layer-grid article { min-height: 250px; }
}

/* ========================================================================
   Release 4 — regional clarity and project stories with editorial scale
   ======================================================================== */

.local-camera-copy,
.local-camera-stage,
.regional-offer-stage { animation: none; opacity: 1; filter: none; transform: none; }

.local-camera-hero { padding-block: clamp(64px, 9vw, 124px); }
.local-camera-hero h1 { max-width: 10.5ch; font-size: clamp(3.1rem, 6.5vw, 6.3rem); line-height: .91; letter-spacing: -.063em; }
.local-camera-stage,
.regional-offer-stage { border-radius: 2px; }
.local-camera-stage { padding: 0; border: 0; box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.local-camera-stage figcaption { right: 18px; bottom: 18px; left: 18px; }
.regional-offer-stage { box-shadow: none; }

.local-priority,
.local-area { padding-block: clamp(90px, 12vw, 160px); }
.local-section-heading h2,
.local-area h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }
.local-view-list li { padding-block: 24px; }
.local-proof-band,
.regional-trust,
.local-security-bridge,
.local-final { padding-block: clamp(80px, 10vw, 130px); }
.local-proof-band h2,
.regional-trust h2,
.local-security-bridge h2,
.local-final h2 { font-size: clamp(2.5rem, 4.8vw, 4.7rem); line-height: .96; }

/* Project pages are photo essays, not narrow blog posts. */
.install-story { max-width: var(--max-wide); padding-block: clamp(72px, 10vw, 140px); }
.install-story > .eyebrow,
.install-story > h1 { max-width: 940px; }
.install-story > h1 { margin-bottom: clamp(52px, 7vw, 90px); font-size: clamp(3rem, 6vw, 6rem); line-height: .93; letter-spacing: -.06em; }
.install-story .story-media { gap: clamp(12px, 2vw, 28px); margin: 0 0 18px; }
.install-story .story-media + .media-caption { margin-bottom: clamp(70px, 9vw, 120px); }
.install-story .story-media figure { border-radius: 2px; background: #dfe4e5; }
.install-story .story-media img { border-radius: 0; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.install-story .story-media figure:hover img { filter: saturate(1.03); transform: scale(1.018); }
.install-story > h2,
.install-story > p:not(.eyebrow):not(.media-caption),
.install-story > .actions,
.install-story > .related-rail { width: min(100%, 720px); margin-right: clamp(0px, 8vw, 110px); margin-left: auto; }
.install-story > h2 { margin-top: clamp(70px, 9vw, 120px); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: .98; }
.install-story > p:not(.eyebrow):not(.media-caption) { color: var(--slate); font-size: clamp(1.05rem, 1.25vw, 1.18rem); }
.install-story > .media-caption { margin-top: 0; color: #6a747d; font-size: .74rem; }
.install-story > .actions { margin-top: 42px; }
.install-story > .related-rail { margin-top: 90px; padding-top: 30px; border-top: 1px solid #d2d7d7; }
.install-story > .related-rail h2 { margin: 0 0 24px; font-size: .8rem; letter-spacing: .11em; text-transform: uppercase; }
.install-story > .related-rail ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.install-story > .related-rail a { display: block; padding: 14px 0; color: var(--navy); border-bottom: 1px solid #d2d7d7; text-decoration: none; }

/* Footer: fewer boxes, stronger contact hierarchy. */
.footer-choice-grid { gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.footer-choice { padding: 22px 50px 22px 0; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; }
.footer-choice-camera { background: transparent; }
.footer-choice:hover { padding-left: 14px; background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.2); transform: none; }
.footer-identity .footer-brand { font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.055em; }
.footer-contact > a:first-of-type { font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 700; letter-spacing: -.03em; }

@media (max-width: 700px) {
  .install-story { padding-block: 66px 100px; }
  .install-story > h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .install-story > h2,
  .install-story > p:not(.eyebrow):not(.media-caption),
  .install-story > .actions,
  .install-story > .related-rail { margin-right: 0; }
  .install-story > .related-rail ul { grid-template-columns: 1fr; }
}

/* ========================================================================
   Release 5 — three unmistakable buying paths
   ======================================================================== */

/* Cameras: a bright, tangible product-and-installation page. */
.camera-breadcrumbs { background: white; }
.camera-breadcrumbs .breadcrumbs a,
.camera-breadcrumbs .breadcrumbs [aria-current="page"] { color: #5d6972; }
.camera-detail-hero { margin-top: 0; color: var(--ink); background: white; }
.camera-detail-hero .eyebrow { color: var(--action); }
.camera-detail-hero h1 { max-width: 10.5ch; color: var(--ink); font-size: clamp(3.2rem, 6.5vw, 6.5rem); line-height: .9; letter-spacing: -.065em; }
.camera-detail-hero .lede { color: var(--slate); }
.camera-detail-price > span { color: var(--action); }
.camera-detail-price strong { color: var(--navy); }
.camera-detail-price sup { color: var(--action); }
.camera-detail-stage { border-radius: 2px; box-shadow: 0 30px 75px rgba(7,19,33,.18); }
.camera-detail-stage > span { border-radius: 999px; letter-spacing: .05em; text-transform: none; }

/* Complete security: darker and more protective, but not glossy. */
.home-system-choice { border-radius: 2px; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.home-system-choice article { border-radius: 0; }
.home-security-fit { padding-block: clamp(90px, 12vw, 160px); }
.home-security-fit .section-heading h2 { max-width: 14ch; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }
.home-needs-photo { border-radius: 2px; }
.home-smart-band { border-radius: 2px; }

/* ADT: transparent offer, clear relationship, no decorative price card. */
.adt-hero-grid > div:first-child,
.adt-partner-panel { animation: none; opacity: 1; filter: none; transform: none; }
.adt-price-lockup { max-width: 660px; padding: 26px 0; border: 0; border-block: 1px solid rgba(255,255,255,.22); border-radius: 0; background: transparent; }
.adt-partner-panel { border-radius: 2px; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.adt-partner-panel .partner-mark { display: block; width: 100%; padding: clamp(24px, 4vw, 42px); background: #f5f7f8; border: 0; border-radius: 2px; }
.adt-partner-panel .partner-mark img { width: 460px; }
.adt-local-service { max-width: 34ch; margin: var(--space-6) 0 0; color: var(--navy); font-size: clamp(1.08rem, 1.7vw, 1.32rem); font-weight: 700; line-height: 1.35; }
.adt-partner-panel .partner-note { margin-top: var(--space-4); font-size: .9rem; }
.adt-fit { padding-block: clamp(90px, 12vw, 160px); }
.adt-fit .section-heading h2 { max-width: 14ch; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .95; }
.adt-layer-grid { gap: 0; background: transparent; border: 0; }
.adt-layer-grid article { min-height: 300px; padding-inline: 0; background: transparent; border-top: 1px solid #ccd3d4; }
.adt-layer-grid article > span { margin-bottom: clamp(70px, 8vw, 110px); }
.adt-layer-grid article p { max-width: 29ch; }
.adt-camera-bridge { padding-block: clamp(90px, 12vw, 160px); }
.adt-camera-bridge h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }

@media (min-width: 760px) {
  .adt-layer-grid article + article { padding-left: clamp(20px, 3vw, 38px); border-left: 1px solid #ccd3d4; }
}

@media (max-width: 759px) {
  .camera-detail-hero { padding-block: 58px 82px; }
  .camera-detail-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .camera-detail-stage { margin-top: 14px; }
  .adt-layer-grid article { min-height: 250px; }
}

/* ========================================================================
   Release 6 — quieter interaction, useful details
   ======================================================================== */

/* FAQs behave like a calm reference page, not a stack of cards. */
.faq {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 140px);
  padding-block: clamp(90px, 12vw, 165px);
}
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { max-width: 9ch; margin: 12px 0 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.faq-list { border-top: 1px solid #cbd2d3; }
.faq-list details { border-bottom: 1px solid #cbd2d3; }
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 22px 0;
  color: var(--navy);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 680;
  letter-spacing: -.025em;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--action); font-size: 1.6rem; font-weight: 400; transition: transform .28s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 62ch; margin: -4px 50px 28px 0; color: var(--slate); font-size: 1rem; line-height: 1.7; }
.faq-list summary:focus-visible { outline: 3px solid rgba(14, 99, 156, .35); outline-offset: 6px; }

/* A lost visitor gets four clear ways forward. */
.not-found { min-height: calc(100svh - 74px); padding-block: clamp(100px, 14vw, 190px); background: #e8edeb; }
.not-found-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: clamp(70px, 12vw, 180px); }
.not-found-copy h1 { max-width: 8ch; margin: 14px 0 26px; font-size: clamp(4.3rem, 9vw, 9rem); line-height: .84; letter-spacing: -.075em; }
.not-found-copy > p:not(.eyebrow) { max-width: 48ch; margin: 0 0 34px; color: var(--slate); font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.6; }
.not-found-links { border-top: 1px solid #bcc6c5; }
.not-found-links > p { margin: 22px 0 12px; color: #667371; font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.not-found-links a { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--navy); border-bottom: 1px solid #bcc6c5; font-weight: 670; text-decoration: none; }
.not-found-links a span:last-child { color: var(--action); transition: transform .22s ease; }
.not-found-links a:hover span:last-child { transform: translate(3px, -3px); }

/* Mobile navigation reads as a compact page rather than a dropdown widget. */
.mobile-nav-panel { width: min(92vw, 420px); padding: 16px; border: 1px solid rgba(7, 19, 33, .1); border-radius: 2px; box-shadow: 0 26px 70px rgba(7, 19, 33, .18); }
.mobile-nav-panel a { min-height: 54px; padding: 14px 10px; border-bottom: 1px solid #dfe4e4; font-size: 1.05rem; font-weight: 650; }
.mobile-nav-panel a:last-child { border-bottom: 0; }

@media (max-width: 759px) {
  .faq { grid-template-columns: 1fr; gap: 46px; padding-block: 78px 100px; }
  .faq-heading { position: static; }
  .faq-heading h2 { max-width: 10ch; }
  .faq-list summary { min-height: 80px; }
  .not-found-grid { grid-template-columns: 1fr; align-items: start; gap: 70px; }
  .not-found-copy h1 { font-size: clamp(4rem, 20vw, 6rem); }
}

@media (max-width: 700px) {
  .sticky-start { display: none; }
}

/* ========================================================================
   Release 7 — business pages become editorial briefs, not dashboards
   ======================================================================== */

.surveillance-hero { background: #f2f0eb; }
.assessment-hero { background: #edf0f1; }
.access-hero { background: #f2eee8; }
.alarm-hero { background: #eaf0ed; }
.monitoring-hero { background: #eceff3; }

/* The right side is a quiet field note. Removing the dark faux-interface
   treatment keeps the information useful without suggesting software UI. */
.business-plan,
.surveillance-console,
.assessment-map,
.access-stage,
.alarm-stage,
.monitoring-stage {
  align-self: end;
  min-height: 0;
  padding: 0 0 0 clamp(26px, 4vw, 56px);
  overflow: visible;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-left: 1px solid #aeb9ba;
  border-radius: 0;
  box-shadow: none;
}
.business-plan::after,
.surveillance-console::after,
.assessment-map::after,
.access-stage::after,
.alarm-stage::after,
.monitoring-stage::after { display: none; }

.business-plan-top,
.surveillance-console-bar,
.assessment-map-head,
.access-stage-top,
.alarm-stage-head,
.monitoring-stage-head { color: var(--action); border-color: #c6cecf; }
.business-plan-top b,
.access-stage-top b { padding: 0; color: var(--action); background: transparent; border-radius: 0; }
.business-plan-summary > strong,
.business-plan-summary span,
.surveillance-console-bar strong,
.assessment-map-head strong,
.assessment-map-lead,
.access-stage-title,
.access-stage li strong,
.alarm-stage-head strong,
.alarm-stage-list strong,
.monitoring-stage-head strong,
.monitoring-stage-lead,
.monitoring-stage-list strong { color: var(--navy); }
.business-plan-summary p,
.business-plan-note,
.surveillance-view-list small,
.surveillance-review-line span,
.surveillance-review-line strong,
.assessment-map-list small,
.access-stage li small,
.access-stage-note,
.alarm-stage-list small,
.alarm-stage > p,
.monitoring-stage-list small { color: var(--slate); }
.business-plan-zones,
.business-plan-zones li,
.surveillance-view-list > div,
.access-stage ol,
.access-stage li,
.alarm-stage-list > div,
.monitoring-stage-list > div { border-color: #c6cecf; }
.business-plan-zones li { color: var(--navy); }
.business-plan-zones span,
.surveillance-view-list span,
.assessment-map-list span,
.access-stage li > span,
.alarm-stage-list span,
.monitoring-stage-list span { color: var(--action); }
.surveillance-view-list strong { color: var(--navy); }

@media (max-width: 759px) {
  .business-plan,
  .surveillance-console,
  .assessment-map,
  .access-stage,
  .alarm-stage,
  .monitoring-stage { padding: 30px 0 0; border-top: 1px solid #aeb9ba; border-left: 0; }
}

/* ========================================================================
   Release 8 — readability and comfort across ages and input types
   ======================================================================== */

.eyebrow { font-size: .78rem; line-height: 1.45; }
.cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; }
.nav-summary { min-height: 48px; }
.pricing-price small { font-size: .76rem; }

@media (hover: none) {
  .proof-tile em { opacity: 1; transform: none; }
  .proof-tile:hover .proof-tile-image,
  .pricing-options article:hover,
  .home-path:hover { transform: none; }
}

@media (max-width: 560px) {
  .pricing-options article { min-height: 380px; }
  .pricing-price { align-items: flex-end; margin-bottom: 26px; }
  .pricing-price small { margin: 0 0 8px 9px; writing-mode: horizontal-tb; }
  .contact-direct { min-height: 74px; }
}

@media (prefers-contrast: more) {
  :root { --slate: #3d4956; --action: #075f91; }
  .cta, .header-cta { border-width: 2px; }
  .proof-tile::after { background: linear-gradient(180deg, transparent 20%, rgba(3,10,18,.96)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ========================================================================
   Release 9 — replace landing-page cards with an architectural price list
   ======================================================================== */

@supports (animation-timeline: view()) {
  [data-reveal] {
    animation-name: swsa-reveal-clean;
    animation-range: entry 2% cover 30%;
  }
  @keyframes swsa-reveal-clean {
    from { opacity: .82; filter: none; transform: translateY(68px) scale(.985); }
    to { opacity: 1; filter: none; transform: none; }
  }
}

/* Make the primary price decision read like a specification sheet. */
.pricing-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #bac4c5;
}
.pricing-options article,
.pricing-options article:hover {
  display: grid;
  grid-template-columns: minmax(110px, .55fr) minmax(190px, 1.15fr) minmax(175px, .72fr) minmax(210px, 1fr) auto;
  gap: clamp(22px, 3vw, 54px);
  min-height: 210px;
  align-items: center;
  padding: 34px 0;
  color: var(--navy);
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #bac4c5 !important;
  border-radius: 0;
  box-shadow: none !important;
  transform: none;
}
.pricing-options .pricing-featured { padding-inline: clamp(20px, 3vw, 44px); background: #e0e6e5 !important; }
.pricing-options h3 { max-width: 16ch; margin: 0; font-size: clamp(1.3rem, 2vw, 1.85rem); }
.pricing-options .pricing-label { margin: 0; }
.pricing-options .pricing-price { margin: 0; color: var(--navy); font-size: clamp(3.2rem, 4.7vw, 5.2rem); }
.pricing-options .pricing-featured h3,
.pricing-options .pricing-featured .pricing-label { color: var(--navy); }
.pricing-options .pricing-price > span { color: var(--action); }
.pricing-options .pricing-price small,
.pricing-featured .pricing-price small { color: var(--slate); }
.pricing-options ul,
.pricing-featured ul {
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--slate);
  border: 0;
}
.pricing-options a,
.pricing-featured a { min-width: 174px; color: white; background: var(--action); text-align: center; }
.pricing-options a:hover { color: white; background: #0e557f; }
.pricing-featured::before {
  top: 16px;
  right: 20px;
  padding: 0;
  color: var(--action);
  background: transparent;
  border-radius: 0;
  font-size: .7rem;
}

/* Two services, expressed as a progression instead of promotional cards. */
.home-path-grid { gap: 0; border-top: 1px solid #bcc5c6; }
.home-path {
  min-height: 520px;
  padding: clamp(34px, 5vw, 66px);
  border-radius: 0;
}
.home-path + .home-path { border-left: 1px solid #bcc5c6; }
.home-path:hover { box-shadow: none; transform: none; }
.home-path-camera { background: var(--night); }
.home-path-security { background: #edf0ef; }
.home-path > span { margin-bottom: clamp(100px, 15vw, 190px); }
.home-path h3 { margin-top: 0; }

/* The full navigation fits comfortably once the phone is withheld. */
@media (min-width: 1080px) and (max-width: 1199px) {
  .desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
  .mobile-nav { display: none; }
  .desktop-nav .header-phone { display: none; }
}

@media (max-width: 1040px) {
  .pricing-options article,
  .pricing-options article:hover {
    grid-template-columns: .55fr 1.2fr .7fr;
  }
  .pricing-options ul { grid-column: 2; }
  .pricing-options a { grid-column: 3; grid-row: 2; }
}

@media (max-width: 700px) {
  .pricing-options article,
  .pricing-options article:hover {
    display: flex;
    min-height: 0;
    align-items: stretch;
    gap: 0;
    padding: 34px 0;
  }
  .pricing-options .pricing-featured { padding-inline: 20px; }
  .pricing-options h3 { margin: 8px 0 24px; }
  .pricing-options .pricing-price { margin-bottom: 24px; }
  .pricing-options ul { margin-bottom: 28px; }
  .pricing-options a { width: 100%; min-width: 0; }
  .home-path-grid { border-top: 0; }
  .home-path { min-height: 420px; }
  .home-path + .home-path { border-top: 1px solid #bcc5c6; border-left: 0; }
  .home-path > span { margin-bottom: 80px; }
}

/* Dark closing sections keep every contact option legible. */
.home-security-final .cta-quiet,
.home-security-final .cta-quiet:hover {
  color: white;
  border-color: rgba(255,255,255,.72);
}

/* Portfolio images are evidence, not cards. */
.work-image-link {
  border-radius: 2px;
  box-shadow: none;
}
.work-image-index {
  bottom: 0;
  left: 0;
  padding: 9px 13px;
  background: var(--night);
  border: 0;
  backdrop-filter: none;
}
.work-feature-copy h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); line-height: 1; }

/* Keep the two high-value mobile actions readable at a glance. */
.mobile-nav-panel .header-actions {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
}
.mobile-nav-panel .header-cta {
  width: 100%;
  min-width: 0;
  padding-inline: 10px;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .mobile-nav-panel .header-actions { grid-template-columns: 1fr; }
  .contact-simple h1 { font-size: 13vw; }
}

/* ========================================================================
   Release 14 — concrete language and a more cinematic motion signature
   ======================================================================== */

/* The opening sequence should feel authored, not like a generic fade-in. */
.home-hero .eyebrow,
.home-hero h1,
.home-hero .lede,
.home-hero .hero-offer-row,
.home-hero .hero-trust {
  animation: swsa-hero-rise .75s cubic-bezier(.16, 1, .3, 1) both;
}
.home-hero h1 { animation-delay: .08s; }
.home-hero .lede { animation-delay: .18s; }
.home-hero .hero-offer-row { animation-delay: .27s; }
.home-hero .hero-trust { animation-delay: .36s; }
.home-hero-stage {
  animation: swsa-stage-unveil 1.15s cubic-bezier(.16, 1, .3, 1) .12s both;
  transform-origin: 100% 50%;
}
@keyframes swsa-hero-rise {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: none; }
}
@keyframes swsa-stage-unveil {
  from { opacity: .25; clip-path: inset(0 0 0 100%); transform: translateX(34px) scale(1.025); }
  to { opacity: 1; clip-path: inset(0); transform: none; }
}

/* Different content enters differently: specifications slide, photographs open. */
@supports (animation-timeline: view()) {
  .pricing-options article[data-reveal] {
    animation-name: swsa-spec-enter;
    animation-range: entry 0% cover 24%;
  }
  .proof-tile[data-reveal] {
    animation-name: swsa-proof-unveil;
    animation-range: entry 0% cover 32%;
  }
  @keyframes swsa-spec-enter {
    from { opacity: .55; transform: translateX(-44px); }
    to { opacity: 1; transform: none; }
  }
  @keyframes swsa-proof-unveil {
    from { opacity: .35; clip-path: inset(18% 0 0); transform: translateY(38px); }
    to { opacity: 1; clip-path: inset(0); transform: none; }
  }
}

.home-process .section-intro > p:last-child { max-width: 46ch; }
.home-path h3 { max-width: 10ch; }

@media (prefers-reduced-motion: reduce) {
  .home-hero .eyebrow,
  .home-hero h1,
  .home-hero .lede,
  .home-hero .hero-offer-row,
  .home-hero .hero-trust,
  .home-hero-stage { animation: none; }
}

/* ========================================================================
   Release 15 — remove the last dashboard-like choice panel
   ======================================================================== */

.home-system-choice {
  gap: 0;
  overflow: visible;
  padding: 0;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  box-shadow: none;
}
.home-system-choice > p {
  padding: 16px 0;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.home-system-choice article {
  padding-inline: clamp(26px, 3vw, 40px);
  border-bottom: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  box-shadow: none;
}
.home-system-choice-monitored { border-bottom-color: #c7cecf !important; }

/* ========================================================================
   Release 16 — meaningful labels replace decorative sequence numbers
   ======================================================================== */

.process-steps li { grid-template-columns: minmax(92px, 112px) 1fr; gap: clamp(18px, 3vw, 34px); }
.process-steps > li > span,
.home-needs-list li > span,
.home-smart-devices li > span,
.placement-checks li > span,
.work-standards li > span,
.adt-layer-grid article > span {
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* One editorial promise band reads more human than three numbered cards. */
.about-promise-grid {
  gap: 0;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.about-promise-grid article {
  min-height: 280px;
  padding: clamp(30px, 4vw, 48px) 0;
  background: transparent;
}
.about-promise-grid article + article { border-top: 1px solid rgba(255,255,255,.22); }
.about-promise-grid span { text-transform: uppercase; }
.about-promise-grid h3 { margin-top: clamp(54px, 8vw, 92px); }

.work-standards li { grid-template-columns: minmax(82px, 100px) 1fr; }
.placement-checks li { grid-template-columns: minmax(58px, 72px) 1fr; }
.home-needs-list li { grid-template-columns: minmax(82px, 105px) 1fr; }
.home-smart-devices li { grid-template-columns: minmax(68px, 82px) minmax(0,1fr) auto; }

@media (min-width: 800px) {
  .about-promise-grid article { padding-inline: clamp(24px, 3vw, 42px); }
  .about-promise-grid article:first-child { padding-left: 0; }
  .about-promise-grid article:last-child { padding-right: 0; }
  .about-promise-grid article + article { border-top: 0; border-left: 1px solid rgba(255,255,255,.22); }
}

@media (max-width: 520px) {
  .process-steps li { grid-template-columns: 88px 1fr; }
  .home-smart-devices li { grid-template-columns: 72px 1fr; }
  .home-smart-devices small { grid-column: 2; }
}

@media (max-width: 560px) {
  .about-editorial .about-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
}

@media (max-width: 360px) {
  .about-editorial .about-hero h1 { font-size: 12vw; }
}

/* ========================================================================
   2026.09 — one calm, transparent system

   The site had accumulated several visual ideas at once. This final layer
   deliberately removes scroll-dependent reveals, oversized display type and
   card-like decoration. Content stays visible; motion is brief and optional.
   ======================================================================== */

:root {
  --mineral: #f7f7f4;
  --paper: #ffffff;
  --ink: #111820;
  --navy: #102a43;
  --slate: #53606c;
  --action: #176b94;
  --electric: #8fd7f5;
  --night: #0d2235;
  --line: #d9dedf;
  --soft-blue: #eaf5fa;
  --radius: 22px;
}

html { scroll-padding-top: 88px; }
body {
  color: var(--ink);
  background: var(--mineral);
  font-size: clamp(1rem, .96rem + .18vw, 1.1rem);
  line-height: 1.58;
}
.wrap { width: min(100%, 1320px); padding-inline: clamp(20px, 4vw, 56px); }
h1, h2, h3 { color: var(--navy); letter-spacing: -.045em; text-wrap: balance; }
p { text-wrap: pretty; }
.eyebrow {
  margin-bottom: 14px;
  color: var(--action);
  font-size: .75rem;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: .1em;
}
a { text-underline-offset: .2em; }
a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(23,107,148,.32);
  outline-offset: 4px;
  border-radius: 6px;
}

/* Nothing essential waits for a scroll position. */
main [data-reveal],
.pricing-options article[data-reveal],
.proof-tile[data-reveal],
.business-paths-heading,
.system-components,
.business-path,
.camera-proof-images figure,
.adt-layer-grid article,
.work-feature,
.home-install-heading,
.home-install-image,
.proof-body,
.home-needs-photo,
.home-smart-devices li {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  clip-path: none !important;
}

/* The navigation is familiar, legible and never visually competitive. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,247,244,.94);
  border-bottom: 1px solid rgba(16,42,67,.08);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.2);
}
.header-inner { min-height: 72px; padding-block: 10px; }
.brand-wordmark { width: auto; height: 25px; }
.primary-nav { gap: clamp(18px, 2.6vw, 38px); }
.primary-nav ul { gap: clamp(16px, 1.9vw, 28px); }
.primary-nav ul a,
.header-phone { color: #253443; font-size: .84rem; font-weight: 630; }
.primary-nav ul a:hover,
.primary-nav ul a[aria-current="page"] { color: var(--action); }
.header-actions { gap: 14px; }
.header-cta {
  min-height: 42px;
  padding: 9px 18px;
  color: white;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 680;
}
.header-cta:hover { color: white; background: #173b59; }
.nav-summary { min-width: 78px; min-height: 44px; color: var(--navy); background: #eceeeb; }
.mobile-nav-panel { right: 0; left: auto; width: min(calc(100vw - 24px), 420px); }

/* Homepage — concise statement, genuine work, immediate choices. */
.home-hero {
  min-height: 0;
  padding-block: clamp(56px, 7vw, 94px);
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 20%, rgba(143,215,245,.28), transparent 30%),
    var(--mineral);
}
.home-hero::before { display: none; }
.home-hero .camera-hero-grid {
  min-height: 0;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .78fr);
  gap: clamp(48px, 8vw, 116px);
  align-items: center;
}
.home-hero .camera-hero-copy { max-width: 690px; }
.home-hero .eyebrow { color: var(--action); }
.home-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.3rem, 6.2vw, 6.3rem);
  line-height: .94;
  letter-spacing: -.065em;
}
.home-hero h1 span { color: var(--action); }
.home-hero .lede {
  max-width: 47ch;
  margin-top: 26px;
  color: var(--slate);
  font-size: clamp(1.08rem, 1.3vw, 1.25rem);
  line-height: 1.58;
}
.home-hero .hero-offer-row { margin-top: 30px; }
.home-hero .cta-bright {
  min-height: 52px;
  padding: 13px 22px;
  color: white;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: none;
}
.home-hero .cta-bright:hover { color: white; background: #173b59; transform: translateY(-2px); }
.home-hero .hero-quiet-link { color: var(--navy); font-weight: 680; }
.hero-trust { gap: 9px 22px; margin-top: 30px; color: var(--slate); font-size: .8rem; }
.hero-trust li { padding-left: 17px; }
.hero-trust li::before {
  top: .52em;
  width: 7px;
  height: 7px;
  background: var(--action);
  box-shadow: none;
}
.home-hero-stage {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 26px 64px rgba(16,42,67,.14);
  animation: swsa-stage-calm .8s cubic-bezier(.16,1,.3,1) .08s both;
}
.home-hero-stage picture { aspect-ratio: 4 / 5; }
.home-hero-stage .camera-stage-image { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.home-hero-stage:hover .camera-stage-image { transform: scale(1.018); }
.home-hero-stage .camera-status {
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 8px 11px;
  color: white;
  background: rgba(13,34,53,.84);
  backdrop-filter: blur(12px);
}
.home-hero .eyebrow,
.home-hero h1,
.home-hero .lede,
.home-hero .hero-offer-row,
.home-hero .hero-trust { animation-name: swsa-copy-calm; animation-duration: .62s; }
@keyframes swsa-copy-calm { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes swsa-stage-calm { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

.local-service-rail { color: var(--navy); background: var(--paper); border-block: 1px solid var(--line); }
.local-service-rail .wrap { min-height: 64px; gap: 16px 28px; justify-content: flex-start; }
.local-service-rail strong { color: var(--navy); }
.local-service-rail span { color: var(--slate); }

/* Pricing reads like a receipt, not a tier-selection widget. */
.camera-pricing { padding-block: clamp(80px, 10vw, 128px); background: var(--paper); }
.pricing-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 28px clamp(44px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 62px);
}
.camera-pricing h2 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  line-height: .98;
}
.pricing-heading > p { color: var(--slate); font-size: clamp(1rem, 1.2vw, 1.16rem); }
.pricing-options { display: block; border-top: 1px solid var(--line); }
.pricing-options article,
.pricing-options article:hover {
  display: grid;
  grid-template-columns: minmax(190px, .62fr) minmax(220px, 1fr) minmax(190px, .72fr) minmax(170px, auto);
  gap: 14px 30px;
  min-height: 0;
  align-items: center;
  padding: 28px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.pricing-options .pricing-featured { margin: 0; padding-inline: 0; background: transparent; }
.pricing-options .pricing-label { margin: 0; color: var(--action); font-size: .72rem; }
.pricing-options h3 { margin: 0; color: var(--navy); font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.pricing-options .pricing-price {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.8rem, 4vw, 4.3rem);
  line-height: 1;
}
.pricing-options .pricing-price > span { margin-right: 3px; color: var(--action); font-size: .4em; }
.pricing-options .pricing-price small,
.pricing-featured .pricing-price small {
  margin: 0 0 0 9px;
  color: var(--slate);
  font-size: .66rem;
  line-height: 1.2;
  letter-spacing: .07em;
  writing-mode: horizontal-tb;
}
.pricing-options ul,
.pricing-featured ul { display: none; }
.pricing-options a,
.pricing-featured a {
  min-width: 170px;
  min-height: 48px;
  padding: 12px 16px;
  color: var(--navy);
  background: var(--soft-blue);
  border: 0;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 700;
  text-align: center;
}
.pricing-options a:hover { color: white; background: var(--action); }
.pricing-featured::before { display: none; }
.pricing-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px 40px;
  align-items: center;
  margin-top: 0;
  padding: 28px 0 0;
  border: 0;
}
.pricing-note p { max-width: 70ch; margin: 0; color: var(--slate); }
.pricing-note strong { color: var(--navy); }
.pricing-note a { color: var(--action); font-size: .88rem; font-weight: 680; }

/* Proof is bright and photographic; the image carries the drama. */
.home-proof { padding-block: clamp(82px, 10vw, 132px); color: var(--ink); background: #edf2f1; }
.section-intro-light { margin-bottom: 44px; }
.section-intro-light .eyebrow { color: var(--action); }
.section-intro-light h2,
.section-intro h2 { color: var(--navy); font-size: clamp(2.7rem, 4.9vw, 5rem); line-height: .98; }
.section-intro-light a { color: var(--action); }
.proof-gallery { gap: 14px; }
.proof-tile { min-height: 390px; border-radius: var(--radius); }
.proof-tile-main { min-height: 660px; }
.proof-tile-image { filter: saturate(.84) contrast(1.02); }
.proof-tile::after { background: linear-gradient(180deg, transparent 38%, rgba(7,22,34,.82)); }
.proof-tile > span { right: 24px; bottom: 24px; left: 24px; }
.proof-tile strong { color: white; }
.proof-tile em { color: white; opacity: .86; transform: none; }

/* Process and service choice are open, linear, and easy to scan. */
.home-process { padding-block: clamp(84px, 10vw, 132px); background: var(--mineral); }
.process-grid { gap: 54px clamp(64px, 10vw, 130px); }
.section-intro > p:last-child { margin-top: 22px; color: var(--slate); }
.process-steps li { grid-template-columns: minmax(88px, 105px) 1fr; padding: 26px 0; border-color: var(--line); }
.process-steps > li > span { color: var(--action); }
.process-steps h3 { font-size: clamp(1.35rem, 1.8vw, 1.7rem); }

.home-paths { padding-block: clamp(84px, 10vw, 132px); background: var(--paper); }
.section-intro-center { margin-bottom: 48px; }
.home-path-grid { gap: 18px; border: 0; }
.home-path,
.home-path:hover {
  min-height: 410px;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  transform: none;
}
.home-path + .home-path { border: 1px solid var(--line); }
.home-path-camera { color: white; background: var(--night); border-color: var(--night); }
.home-path-security { color: var(--navy); background: #f0f3f2; }
.home-path > span { margin-bottom: clamp(70px, 9vw, 120px); }
.home-path h3 { max-width: 11ch; margin: 0 0 12px; font-size: clamp(2.3rem, 3.8vw, 3.8rem); }
.home-path-camera h3 { color: white; }
.home-components { margin-top: 34px; }

/* Secondary pages share the same quieter scale and surface treatment. */
.business-hero h1,
.surveillance-hero h1,
.assessment-hero h1,
.access-hero h1,
.alarm-hero h1,
.monitoring-hero h1,
.home-security-hero h1,
.camera-detail-hero h1,
.work-hero h1,
.about-hero h1,
.contact-simple h1,
.local-camera-hero h1,
.regional-camera-hero h1 {
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  line-height: .95;
}
.about-editorial .about-hero h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); }
.business-hero,
.surveillance-hero,
.assessment-hero,
.access-hero,
.alarm-hero,
.monitoring-hero { padding-block: clamp(72px, 9vw, 120px); }
.camera-detail-stage,
.home-needs-photo,
.about-owner-card,
.work-image-link,
.local-camera-stage { border-radius: var(--radius); }

/* Footer: useful directory first, brand theater second. */
.site-footer { color: #d9e1e7; background: var(--night); }
.footer-start { padding-block: clamp(64px, 8vw, 104px); }
.footer-start h2 { max-width: 13ch; color: white; font-size: clamp(2.35rem, 4vw, 4.1rem); line-height: 1; }
.footer-choice { border-radius: 16px; }
.footer-inner { padding-block: 54px; }
.footer-brand { color: white; }
.footer-nav a,
.footer-contact a,
.footer-bottom a { color: white; }
.footer-bottom { color: #aebbc5; }

@media (max-width: 1040px) {
  .home-hero .camera-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr); gap: 48px; }
  .pricing-options article,
  .pricing-options article:hover { grid-template-columns: .62fr 1fr .72fr; }
  .pricing-options a { grid-column: 3; grid-row: 2; justify-self: start; }
}

@media (max-width: 899px) {
  .home-hero { padding-block: 54px 66px; }
  .home-hero .camera-hero-grid { grid-template-columns: 1fr; }
  .home-hero .camera-hero-copy { max-width: 720px; }
  .home-hero-stage { max-width: none; margin: 6px 0 0; }
  .home-hero-stage picture { aspect-ratio: 16 / 10; }
  .pricing-heading { grid-template-columns: 1fr; }
  .pricing-note { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .home-hero h1 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .home-hero .hero-offer-row { align-items: stretch; }
  .home-hero .cta,
  .home-hero .hero-quiet-link { width: 100%; min-height: 50px; justify-content: center; text-align: center; }
  .local-service-rail .wrap { padding-block: 17px; }
  .local-service-rail strong { width: 100%; }
  .pricing-options article,
  .pricing-options article:hover {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    padding: 30px 0;
  }
  .pricing-options .pricing-label,
  .pricing-options h3 { grid-column: 1 / -1; }
  .pricing-options .pricing-price { grid-column: 1 / -1; margin: 14px 0 10px; }
  .pricing-options a { grid-column: 1 / -1; grid-row: auto; width: 100%; }
  .pricing-note { padding-top: 24px; }
  .proof-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
  .proof-tile,
  .proof-tile-main { min-height: 420px; grid-row: auto; }
  .process-grid { gap: 36px; }
  .home-path { min-height: 370px; }
  .home-path + .home-path { border-left: 1px solid var(--line); }
  .home-path > span { margin-bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero .eyebrow,
  .home-hero h1,
  .home-hero .lede,
  .home-hero .hero-offer-row,
  .home-hero .hero-trust,
  .home-hero-stage { animation: none !important; }
}
