.business-service-nav {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgb(255 255 255 / .18);
  background: #0f2444;
}

.business-service-nav .e-wrap {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.business-service-nav a {
  flex: 1 0 auto;
  padding: 1.15rem 1.4rem;
  color: rgb(255 255 255 / .76);
  border-right: 1px solid rgb(255 255 255 / .15);
  text-align: center;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.business-service-nav a:hover,
.business-service-nav a:focus-visible,
.business-service-nav a[aria-current="page"] {
  color: #fff;
  background: #d33d4b;
}

.business-dgp {
  display: inline-flex;
  margin-top: 1.5rem;
  padding: .5rem .7rem;
  color: #fff;
  border: 1px solid rgb(255 255 255 / .6);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Control de accesos: hero centrado y composición tipográfica */
.access-main-hero {
  position: relative;
  display: grid;
  min-height: min(76rem, 82vh);
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #070b11 var(--business-image) center / cover no-repeat;
}

.access-main-hero::before {
  position: absolute;
  background: linear-gradient(180deg, rgb(7 11 17 / .38), rgb(7 11 17 / .92));
  content: "";
  inset: 0;
}

.access-main-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  padding-block: 7rem;
  text-align: center;
}

.access-main-hero h1 {
  max-width: 15ch;
  margin: 1rem auto 1.5rem;
  color: #fff;
  font-size: clamp(4.4rem, 8.5vw, 8.6rem);
  line-height: .88;
  letter-spacing: -.045em;
}

.access-main-hero__inner > p:not(.home3-label) {
  max-width: 48rem;
  margin: 0 auto 2rem;
  color: rgb(255 255 255 / .82);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.access-main-hero__inner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
}

.access-overview {
  padding-block: clamp(5rem, 9vw, 8.5rem);
  color: #263747;
  background: #f4f5f6;
}

.access-overview__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(26rem, 1.1fr);
  align-items: center;
  margin-bottom: 4rem;
  gap: clamp(2rem, 5vw, 5rem);
}

.access-overview header {
  max-width: 42rem;
  margin: 0;
  text-align: left;
}

.access-overview h2 {
  margin-inline: 0;
  color: #102642;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: .92;
}

.access-overview header > p:last-child {
  max-width: 52rem;
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
  line-height: 1.75;
}

.access-overview__media,
.access-workflow__media,
.access-contexts article figure {
  margin: 0;
  overflow: hidden;
}

.access-overview__media {
  aspect-ratio: 3 / 2;
  border-bottom: 5px solid #d33d4b;
}

.access-overview__media img,
.access-workflow__media img,
.access-contexts article figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-overview dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-block: 1px solid #b6c0cc;
}

.access-overview dl div {
  padding: 2rem;
  border-right: 1px solid #b6c0cc;
}

.access-overview dl div:last-child {
  border-right: 0;
}

.access-overview dt {
  color: #2759a2;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

.access-overview dd {
  margin: .6rem 0 0;
  line-height: 1.6;
}

.access-workflow {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #fff;
  background: #070b11;
}

.access-workflow__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(28rem, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.access-workflow h2 {
  color: #fff;
  font-size: clamp(3.8rem, 6vw, 6.5rem);
}

.access-workflow__grid > div > p:not(.home3-label) {
  color: #acb9c8;
  font-size: 1.08rem;
}

.access-workflow__media {
  aspect-ratio: 3 / 2;
  margin-top: 2rem;
  border-left: 5px solid #d33d4b;
}

.access-workflow ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-workflow li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  padding: 1.5rem 0;
  border-top: 1px solid rgb(255 255 255 / .2);
  gap: 1rem;
}

.access-workflow li > span {
  color: #d33d4b;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.access-workflow h3 {
  color: #fff;
  font-size: 2.1rem;
}

.access-workflow li p {
  margin: .3rem 0 0;
  color: #acb9c8;
}

.access-contexts {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #263747;
  background: #fff;
}

.access-contexts header {
  display: grid;
  grid-template-columns: .38fr 1fr;
  margin-bottom: 3rem;
  gap: 2rem;
}

.access-contexts h2 {
  max-width: 16ch;
  color: #102642;
}

.access-contexts__layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1rem;
}

.access-contexts article {
  min-height: 17rem;
  padding: 0 0 2rem;
  overflow: hidden;
  border-top: 5px solid #2759a2;
  background: #eef1f4;
}

.access-contexts__lead {
  grid-row: span 2;
  padding: 0 0 clamp(2rem, 5vw, 4rem) !important;
  color: #fff;
  border-top-color: #d33d4b !important;
  background: #0f2444 !important;
}

.access-contexts article figure {
  height: clamp(12rem, 18vw, 17rem);
}

.access-contexts__lead figure {
  height: clamp(20rem, 32vw, 31rem) !important;
}

.access-contexts article > span {
  display: block;
  padding: 1.5rem 2rem 0;
  color: #d33d4b;
  font-weight: 900;
}

.access-contexts h3 {
  margin: 1rem 0 0;
  padding-inline: 2rem;
  color: #102642;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.access-contexts article > p {
  padding-inline: 2rem;
}

.access-contexts__lead h3 {
  color: #fff;
}

/* Alarmas para negocios: fotografía a sangre y capas verticales */
.business-alarm-hero {
  position: relative;
  display: grid;
  min-height: min(72rem, 80vh);
  align-items: end;
  color: #fff;
  background: #070b11 var(--business-image) center / cover no-repeat;
}

.business-alarm-hero::before {
  position: absolute;
  background: linear-gradient(90deg, rgb(7 11 17 / .93) 0%, rgb(7 11 17 / .48) 58%, rgb(7 11 17 / .2));
  content: "";
  inset: 0;
}

.business-alarm-hero .e-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.business-alarm-hero .e-wrap > div {
  max-width: 68rem;
  margin-inline: auto;
  padding: 7rem 0 6rem;
  text-align: center;
}

.business-alarm-hero h1 {
  max-width: 17ch;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .9;
}

.business-alarm-hero .e-wrap > div > p:not(.home3-label) {
  max-width: 58ch;
  margin-inline: auto;
  color: rgb(255 255 255 / .82);
  font-size: 1.22rem;
}

.business-risks {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #263747;
  background: #f4f5f6;
}

.business-risks header {
  max-width: 67rem;
  margin: 0 auto 4rem;
  text-align: center;
}

.business-risks h2 {
  color: #102642;
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
}

.business-risks dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 5px solid #d33d4b;
  background: #fff;
}

.business-risks dl div {
  padding: 2rem;
  border-right: 1px solid #c5cdd6;
}

.business-risks dt {
  color: #2759a2;
  font-weight: 900;
  text-transform: uppercase;
}

.business-risks dd {
  margin: .8rem 0 0;
  line-height: 1.65;
}

.business-plan {
  display: grid;
  grid-template-columns: .46fr .54fr;
  min-height: 48rem;
  color: #fff;
  background: #0f2444;
}

.business-plan__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-plan__media--product {
  display: grid;
  min-height: 38rem;
  padding: clamp(2rem, 6vw, 6rem);
  background: #eef2f5;
  place-items: center;
}

.business-plan__media--product img {
  width: min(100%, 38rem);
  height: auto;
  object-fit: contain;
}

.business-plan__copy {
  align-self: center;
  max-width: 46rem;
  padding: clamp(3rem, 7vw, 7rem);
}

.business-plan h2 {
  color: #fff;
}

.business-plan ol {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.business-plan li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  padding: 1rem 0;
  border-top: 1px solid rgb(255 255 255 / .22);
  gap: 1rem;
}

.business-plan li span {
  color: rgb(255 255 255 / .7);
}

.business-multisite {
  padding-block: clamp(4rem, 7vw, 6rem);
  color: #263747;
  background: #fff;
}

.business-multisite .e-wrap {
  display: grid;
  grid-template-columns: .35fr 1fr .85fr;
  align-items: end;
  gap: 2rem;
}

.business-multisite h2 {
  color: #102642;
}

.business-multisite a {
  color: #2759a2;
  font-weight: 800;
}

/* Ingeniería: portada clara tipo memoria técnica */
.engineering-hero {
  padding: clamp(5rem, 9vw, 9rem) 0 0;
  overflow: hidden;
  color: #263747;
  background: #eef1f4;
}

.engineering-hero .e-wrap > p,
.engineering-hero h1 {
  text-align: center;
}

.engineering-hero h1 {
  max-width: 16ch;
  margin: 1rem auto;
  color: #102642;
  font-size: clamp(4.5rem, 8vw, 8rem);
  line-height: .88;
}

.engineering-hero .e-wrap > p:not(.home3-label) {
  max-width: 48rem;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
}

.engineering-hero figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 -6vw;
}

.engineering-hero figure::before {
  position: absolute;
  top: -1rem;
  right: 2rem;
  bottom: 1rem;
  left: -2rem;
  border: 1px solid #2759a2;
  content: "";
}

.engineering-hero img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.engineering-hero figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  color: #fff;
  background: #2759a2;
}

.engineering-process {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #fff;
  background-color: #070b11;
  background-image: linear-gradient(rgb(255 255 255 / .045) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .045) 1px, transparent 1px);
  background-size: 48px 48px;
}

.engineering-process__grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(30rem, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.engineering-process h2 {
  color: #fff;
  font-size: clamp(3.7rem, 6vw, 6rem);
}

.engineering-process header > p:last-child {
  color: #aeb9c7;
}

.engineering-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.engineering-process li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  padding: 1.3rem 0;
  border-top: 1px solid rgb(255 255 255 / .22);
}

.engineering-process li > span {
  color: #d33d4b;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.engineering-process h3 {
  color: #fff;
  font-size: 2rem;
}

.engineering-process li p {
  margin: .25rem 0 0;
  color: #aeb9c7;
}

.engineering-delivery {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #263747;
  background: #fff;
}

.engineering-delivery header {
  display: grid;
  grid-template-columns: .35fr 1fr;
  margin-bottom: 3rem;
}

.engineering-delivery h2 {
  color: #102642;
}

.engineering-delivery .e-wrap > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 5px solid #2759a2;
}

.engineering-delivery .e-wrap > div p {
  display: grid;
  grid-template-columns: 9rem 1fr;
  margin: 0;
  padding: 1.5rem;
  border-right: 1px solid #cad1d9;
  border-bottom: 1px solid #cad1d9;
  gap: 1rem;
}

.engineering-delivery strong {
  color: #2759a2;
}

/* Videovigilancia: collage fotográfico y escenas */
.video-pro-hero {
  padding-block: clamp(5rem, 9vw, 8rem);
  overflow: hidden;
  color: #263747;
  background: #f4f5f6;
}

.video-pro-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(28rem, 1.15fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.video-pro-hero h1 {
  color: #102642;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .9;
}

.video-pro-hero__grid > div:first-child > p:not(.home3-label) {
  font-size: 1.18rem;
}

.video-pro-hero__images {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  min-height: 38rem;
  gap: 1rem;
}

.video-pro-hero__images img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
}

.video-pro-hero__images img:last-child {
  height: 25rem;
  margin-bottom: -4rem;
}

.video-pro-hero__images--product {
  display: grid;
  min-height: 34rem;
  padding: clamp(1rem, 4vw, 3rem);
  background: #e9edf1;
  place-items: center;
}

.video-pro-hero__images--product img,
.video-pro-hero__images--product img:last-child {
  width: min(100%, 36rem);
  height: auto;
  margin: 0;
  object-fit: contain;
}

.video-objectives {
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #fff;
  background: #070b11;
}

.video-objectives header {
  display: grid;
  grid-template-columns: .32fr 1fr .75fr;
  align-items: end;
  margin-bottom: 3rem;
  gap: 2rem;
}

.video-objectives h2 {
  color: #fff;
}

.video-objectives header > p:last-child {
  color: #aeb9c7;
}

.video-objectives ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / .28);
  list-style: none;
}

.video-objectives li {
  display: grid;
  grid-template-columns: 6rem .55fr 1fr;
  align-items: baseline;
  padding: 1.3rem 0;
  border-bottom: 1px solid rgb(255 255 255 / .2);
  gap: 1rem;
}

.video-objectives li > span {
  color: #d33d4b;
  font-size: 1.3rem;
  font-weight: 900;
}

.video-objectives h3 {
  color: #fff;
  font-size: 2.2rem;
}

.video-objectives li p {
  color: #aeb9c7;
}

.video-quality {
  min-height: 0;
  padding-block: clamp(5rem, 9vw, 8rem);
  color: #fff;
  background: #0f2444;
}

.video-quality .e-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(18rem, .8fr) minmax(28rem, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.video-quality .e-wrap > div:first-child {
  max-width: 42rem;
}

.video-quality h2 {
  color: #fff;
}

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

.video-quality__cameras figure {
  margin: 0;
  padding: 1.5rem;
  color: #102642;
  background: #fff;
}

.video-quality__cameras img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.video-quality__cameras figcaption {
  padding-top: .7rem;
  color: #2759a2;
  font-weight: 800;
}

.video-installation {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: #fff;
}

.video-installation__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, .88fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.video-installation figure {
  aspect-ratio: 16 / 10;
  margin: 0;
}

.video-installation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-privacy {
  padding-block: clamp(4rem, 8vw, 7rem);
  color: #fff;
  background: #2759a2;
}

.video-privacy .e-wrap {
  display: grid;
  grid-template-columns: .3fr 1fr .75fr;
  align-items: start;
  gap: 2rem;
}

.video-privacy span {
  color: rgb(255 255 255 / .75);
  font-weight: 900;
  text-transform: uppercase;
}

.video-privacy h2 {
  color: #fff;
}

.video-privacy p {
  margin-top: 0;
  color: rgb(255 255 255 / .82);
}

.video-privacy a {
  grid-column: 2 / -1;
  color: #fff;
  font-weight: 800;
}

@media (max-width: 68rem) {
  .access-overview__intro,
  .access-workflow__grid,
  .business-plan,
  .engineering-process__grid,
  .video-pro-hero__grid {
    grid-template-columns: 1fr;
  }

  .video-quality .e-wrap,
  .video-installation__grid {
    grid-template-columns: 1fr;
  }

  .business-plan__media {
    height: 34rem;
  }

  .business-multisite .e-wrap,
  .video-objectives header,
  .video-privacy .e-wrap {
    grid-template-columns: 1fr;
  }

  .video-privacy a {
    grid-column: auto;
  }
}

@media (max-width: 48rem) {
  .business-service-nav .e-wrap {
    width: 100%;
  }

  .business-service-nav a {
    flex-basis: 12rem;
    padding: 1rem;
  }

  .access-main-hero {
    min-height: 42rem;
  }

  .access-main-hero h1,
  .business-alarm-hero h1,
  .engineering-hero h1,
  .video-pro-hero h1 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .access-overview dl,
  .business-risks dl,
  .engineering-delivery .e-wrap > div {
    grid-template-columns: 1fr;
  }

  .access-overview dl div,
  .business-risks dl div {
    border-right: 0;
    border-bottom: 1px solid #c5cdd6;
  }

  .access-contexts header,
  .access-contexts__layout,
  .engineering-delivery header {
    grid-template-columns: 1fr;
  }

  .access-contexts__lead {
    grid-row: auto;
  }

  .access-contexts article figure,
  .access-contexts__lead figure {
    height: auto !important;
    aspect-ratio: 3 / 2;
  }

  .business-alarm-hero {
    min-height: 43rem;
    background-position: 62% center;
  }

  .business-plan__media {
    height: 27rem;
  }

  .business-plan__media--product {
    min-height: 0;
    padding: 2rem;
  }

  .business-plan__copy {
    padding: 3rem 1.25rem;
  }

  .business-plan li,
  .engineering-delivery .e-wrap > div p,
  .video-objectives li {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .engineering-hero figure {
    margin-inline: -1rem;
  }

  .engineering-hero figure::before {
    display: none;
  }

  .engineering-hero figure {
    aspect-ratio: 16 / 9;
  }

  .video-pro-hero__images {
    min-height: 25rem;
  }

  .video-pro-hero__images img {
    height: 22rem;
  }

  .video-pro-hero__images img:last-child {
    height: 17rem;
    margin-bottom: -2rem;
  }

  .video-pro-hero__images--product {
    min-height: 0;
  }

  .video-quality__cameras {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .business-service-nav a {
    scroll-behavior: auto;
  }
}

/* Videovigilancia CCTV: composición responsive y cámaras a escala real */
.video-cctv-hero {
  overflow: hidden;
  padding-block: clamp(4rem, 7vw, 6.5rem);
  color: #fff;
  background: #0f2444;
}

.video-cctv-hero__grid {
  display: grid;
  grid-template-columns: minmax(20rem, .88fr) minmax(28rem, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.video-cctv-hero__copy {
  max-width: 42rem;
}

.video-cctv-hero .home3-label {
  color: #fff;
}

.video-cctv-hero h1 {
  max-width: 11ch;
  margin-block: .8rem 1.25rem;
  color: #fff;
  font-size: clamp(3.25rem, 5.8vw, 6rem);
  line-height: .94;
}

.video-cctv-hero__copy > p:not(.home3-label) {
  max-width: 58ch;
  color: rgb(255 255 255 / .82);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.video-cctv-hero__points {
  display: flex;
  flex-wrap: wrap;
  margin: 1.75rem 0 2rem;
  padding: 0;
  gap: .75rem 1.25rem;
  list-style: none;
}

.video-cctv-hero__points li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: .92rem;
  font-weight: 750;
  gap: .55rem;
}

.video-cctv-hero__points li::before {
  width: .55rem;
  height: .55rem;
  background: #d33d4b;
  content: "";
  flex: 0 0 auto;
}

.video-cctv-hero__media {
  position: relative;
  aspect-ratio: 4 / 3;
  max-height: 35rem;
  margin: 0;
  overflow: hidden;
  border-bottom: .35rem solid #d33d4b;
  background: #dfe4e9;
}

.video-cctv-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-cctv-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.video-cctv-hero__media span {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 18rem;
  padding: .9rem 1.1rem;
  color: #fff;
  background: #0f2444;
  font-size: .86rem;
  font-weight: 800;
}

.video-objectives {
  padding-block: clamp(4rem, 7vw, 6rem);
  color: #263747;
  background: #fff;
}

.video-objectives header {
  display: block;
  max-width: 52rem;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.video-objectives h2 {
  margin-block: .7rem 1rem;
  color: #102642;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.video-objectives header > p:last-child {
  max-width: 64ch;
  margin-inline: auto;
  color: #526273;
}

.video-objectives ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 0;
  gap: 1.25rem;
  list-style: none;
}

.video-objectives li {
  display: block;
  min-height: 13rem;
  padding: 1.6rem;
  border: 1px solid #d9dfe5;
  border-top: .3rem solid #2759a2;
  background: #f4f5f6;
}

.video-objectives li > span {
  display: block;
  margin-bottom: 1.7rem;
  color: #d33d4b;
  font-size: 1rem;
  font-weight: 900;
}

.video-objectives h3 {
  margin-bottom: .55rem;
  color: #102642;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.video-objectives li p {
  color: #526273;
}

.video-quality {
  min-height: 0;
  padding-block: clamp(4rem, 7vw, 6.5rem);
  color: #263747;
  background: #eef1f4;
}

.video-quality .e-wrap {
  display: block;
}

.video-quality__header {
  max-width: 54rem;
  margin: 0 auto clamp(2.25rem, 5vw, 4rem);
  text-align: center;
}

.video-quality__header .home3-label {
  color: #2759a2;
}

.video-quality h2 {
  margin-block: .7rem 1rem;
  color: #102642;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.video-quality__header > p:last-child {
  max-width: 66ch;
  margin-inline: auto;
  color: #526273;
}

.video-quality__cameras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.video-quality__cameras article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9dfe5;
  border-top: .3rem solid #d33d4b;
  background: #fff;
}

.video-quality__cameras figure {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 1.25rem;
  background: #f8f9fa;
  place-items: center;
}

.video-quality__cameras figure > picture {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.video-quality__cameras img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 84%;
  max-height: 13.5rem;
  aspect-ratio: auto !important;
  object-fit: contain;
}

.video-quality__cameras article > div {
  padding: 1.3rem 1.4rem 1.55rem;
}

.video-quality__cameras span {
  color: #2759a2;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.video-quality__cameras h3 {
  margin-block: .45rem .5rem;
  color: #102642;
  font-size: 1.55rem;
}

.video-quality__cameras p {
  color: #526273;
  font-size: .96rem;
}

.video-installation {
  padding-block: clamp(4rem, 7vw, 6.5rem);
  background: #fff;
}

.video-installation__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, .92fr);
  align-items: center;
  gap: clamp(2.25rem, 6vw, 6rem);
}

.video-installation figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border-left: .35rem solid #d33d4b;
}

.video-installation img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-installation h2 {
  margin-block: .7rem 1rem;
  color: #102642;
  font-size: clamp(2.2rem, 3.7vw, 3.7rem);
  line-height: 1;
}

.video-installation p {
  color: #526273;
}

.video-installation ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.video-installation li {
  padding: .8rem 0 .8rem 1.25rem;
  border-bottom: 1px solid #d9dfe5;
  color: #102642;
  font-weight: 750;
}

.video-installation li::before {
  display: inline-block;
  width: .55rem;
  height: .18rem;
  margin: 0 .7rem .22rem -1.25rem;
  background: #d33d4b;
  content: "";
}

.video-privacy {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  color: #fff;
  background: #2759a2;
}

.video-privacy .e-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}

.video-privacy span {
  color: rgb(255 255 255 / .76);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.video-privacy h2 {
  margin-top: .65rem;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.04;
}

.video-privacy p {
  margin-top: 0;
  color: rgb(255 255 255 / .86);
}

.video-privacy a {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: .28rem;
}

@media (min-width: 48.0625rem) and (max-width: 68rem) {
  body[data-page="video"] .gh-submenu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 56rem) {
  .video-cctv-hero__grid,
  .video-installation__grid {
    grid-template-columns: 1fr;
  }

  .video-cctv-hero__copy {
    max-width: 48rem;
  }

  .video-cctv-hero h1 {
    max-width: 13ch;
  }

  .video-cctv-hero__media {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

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

  .video-quality__cameras article:last-child {
    grid-column: 1 / -1;
    width: calc(50% - .625rem);
    justify-self: center;
  }
}

@media (max-width: 48rem) {
  .video-cctv-hero {
    padding-block: 3.25rem;
  }

  .video-cctv-hero__grid {
    gap: 2.25rem;
  }

  .video-cctv-hero h1 {
    max-width: none;
    font-size: clamp(2.75rem, 13vw, 4.2rem);
    line-height: .96;
  }

  .video-cctv-hero__points {
    display: grid;
    margin-block: 1.4rem 1.7rem;
    gap: .65rem;
  }

  .video-cctv-hero .home3-button {
    width: 100%;
    text-align: center;
  }

  .video-cctv-hero__media {
    aspect-ratio: 16 / 9;
  }

  .video-cctv-hero__media span {
    max-width: 14rem;
    padding: .7rem .8rem;
    font-size: .76rem;
  }

  .video-objectives,
  .video-quality,
  .video-installation {
    padding-block: 3.5rem;
  }

  .video-objectives header,
  .video-quality__header {
    margin-bottom: 2rem;
  }

  .video-objectives h2,
  .video-quality h2,
  .video-installation h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .video-objectives ol,
  .video-quality__cameras {
    grid-template-columns: 1fr;
  }

  .video-objectives li {
    min-height: 0;
    padding: 1.25rem;
  }

  .video-objectives li > span {
    margin-bottom: .85rem;
  }

  .video-quality__cameras article,
  .video-quality__cameras article:last-child {
    display: grid;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    align-items: center;
    width: 100%;
  }

  .video-quality__cameras figure {
    height: 100%;
    min-height: 10.5rem;
    aspect-ratio: auto;
    padding: .7rem;
  }

  .video-quality__cameras img {
    max-width: 94%;
    max-height: 7.25rem;
  }

  .video-quality__cameras article > div {
    padding: 1.1rem 1rem;
  }

  .video-quality__cameras h3 {
    font-size: 1.28rem;
  }

  .video-quality__cameras p {
    font-size: .88rem;
  }

  .video-installation figure {
    aspect-ratio: 4 / 3;
  }

  .video-privacy {
    padding-block: 3.25rem;
  }

  .video-privacy .e-wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .video-privacy h2 {
    font-size: clamp(2rem, 9.5vw, 2.7rem);
  }
}

@media (max-width: 36rem) {
  .video-cctv-hero__media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 23rem) {
  .video-quality__cameras article,
  .video-quality__cameras article:last-child {
    grid-template-columns: 6.5rem minmax(0, 1fr);
  }

  .video-quality__cameras figure {
    min-height: 9.5rem;
  }

  .video-quality__cameras article > div {
    padding-inline: .8rem;
  }
}
