:root{
  --navy:#082742;
  --navy2:#0c3554;
  --blue:#0765e8;
  --blue2:#1699d0;
  --pale:#eef6ff;
  --pale2:#f7fbff;
  --text:#13243a;
  --muted:#5d6b7a;
  --border:#dce7f1;
  --white:#fff;
  --container:1200px;
  --radius:16px;
  --shadow:0 14px 40px rgba(8,39,66,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-underline-offset:3px}
button,input,textarea{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin:auto}
.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-150%);padding:10px 14px;color:#fff;background:var(--navy)}
.skip-link:focus{transform:none}

h1,h2,h3{margin-top:0;color:var(--navy);letter-spacing:-.025em}
h1{font-size:clamp(44px,5.2vw,69px);line-height:1.04}
h2{font-size:clamp(30px,3vw,44px);line-height:1.12}
h3{font-size:20px;line-height:1.25}
p{margin-top:0}

.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:13px 22px;border:2px solid transparent;border-radius:10px;font-size:15px;font-weight:800;text-decoration:none}
.button-primary{color:#fff;background:var(--blue)}
.button-primary:hover{color:#fff;background:#0056c9}
.button-hero-outline{color:var(--navy);background:rgba(255,255,255,.93);border-color:#9fb0c3}
.button-light{color:var(--navy);background:#fff}
.button-outline-light{color:#fff;border-color:rgba(255,255,255,.65);background:transparent}
.button-map{min-height:46px;color:var(--blue);background:#fff;border-color:var(--blue);font-size:14px}

.utility-bar{height:33px;background:var(--navy);color:#fff}
.utility-inner{height:33px;display:flex;align-items:center;justify-content:space-between}
.utility-contact{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
}
.utility-contact a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}
.contact-icon{display:inline-grid;width:22px;height:22px;margin-right:5px;place-items:center;border-radius:50%;background:var(--blue)}
.utility-separator{opacity:.45}

.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #edf1f5;box-shadow:0 4px 15px rgba(8,39,66,.035)}
.header-inner{min-height:112px;display:flex;align-items:center;gap:44px}
.site-logo img{width:220px}
.main-nav{margin-left:auto}
.main-nav ul{margin:0;padding:0;display:flex;align-items:center;gap:18px;list-style:none}
.main-nav a,.nav-dropdown-toggle{position:relative;padding:12px 4px;border:0;background:transparent;color:#10233b;font-weight:700;font-size:14px;text-decoration:none}
.main-nav a.active{color:var(--blue)}
.main-nav a.active:after{content:"";position:absolute;height:1px;left:4px;right:4px;bottom:3px;background:var(--blue)}
.has-dropdown{position:relative}
.dropdown{position:absolute;left:0;top:100%;width:245px!important;display:block!important;visibility:hidden!important;opacity:0;padding:10px!important;gap:0!important;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow);transform:translateY(8px)}
.dropdown li{width:100%}
.dropdown a{display:block;width:100%;padding:9px 11px}
.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown,.has-dropdown.is-open .dropdown{visibility:visible!important;opacity:1;transform:none}
.menu-toggle{display:none}

.hero{
    position:relative;
    min-height:545px;
    overflow:hidden;
    background:#06223b;
}

.hero-bg{
    position:absolute;
    top:0;
    right:0;
    width:72%;
    height:100%;
    object-fit:cover;
    object-position:center 38%;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        #06223b 0%,
        #06223b 24%,
        rgba(6,34,59,.96) 31%,
        rgba(6,34,59,.72) 42%,
        rgba(6,34,59,.24) 55%,
        rgba(6,34,59,0) 69%
    );
}

.hero-inner{
    position:relative;
    z-index:2;
    padding-top:82px;
    padding-bottom:72px;
}

.hero-copy{
    max-width:625px;
}

.hero-kicker{
    display:block;
    margin-bottom:16px;
    color:#249CFF;
    font-size:16px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.hero h1{
    margin-bottom:24px;
    color:#fff;
}

.hero h1 span{
    color:#249CFF;
}

.hero-copy>p{
    max-width:565px;
    margin-bottom:28px;
    color:#fff;
    font-size:18px;
    line-height:1.65;
}

.hero-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.hero-actions .button{
    font-family:inherit;
    font-size:16px;
    font-weight:600;
    letter-spacing:0;
}

.why-choose-section {
    padding: 48px 0 52px;
    background: #f4f8fc;
}

.why-choose-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.why-choose-heading h2 {
    margin: 0 0 10px;
    color: #073b61;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
}

.why-choose-heading p {
    margin: 0 auto;
    color: #425b70;
    font-size: 17px;
    line-height: 1.5;
}


/* Six benefits */

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
    row-gap: 0;
    max-width: 1150px;
    margin: 0 auto;
}

.why-choose-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
    padding: 26px 34px;
}

.why-choose-item:nth-child(2),
.why-choose-item:nth-child(3),
.why-choose-item:nth-child(5),
.why-choose-item:nth-child(6) {
    border-left: 1px solid #d7e3ee;
}

.why-choose-item:nth-child(n+4) {
    border-top: 1px solid #d7e3ee;
}

.why-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    border-radius: 50%;
    background: var(--blue);

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.why-choose-item h3 {
    margin: 1px 0 7px;
    color: #073b61;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.why-choose-item p {
    margin: 0;
    color: #425b70;
    font-size: 16px;
    line-height: 1.55;
}


/* Tablet */
@media(max-width:1000px) {

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-item:nth-child(3),
    .why-choose-item:nth-child(5) {
        border-left: 0;
    }

    .why-choose-item:nth-child(even) {
        border-left: 1px solid #d7e3ee;
    }

    .why-choose-item:nth-child(n+3) {
        border-top: 1px solid #d7e3ee;
    }
}


/* Switch to one column sooner */
@media(max-width:700px) {

    .why-choose-heading {
        text-align: left;
        margin-bottom: 28px;
    }

    .why-choose-heading h2 {
        font-size: 32px;
    }

    .why-choose-heading p {
        margin-left: 0;
        font-size: 16px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-item {
        grid-template-columns: 42px 1fr;
        gap: 18px;
        padding: 26px 0;
        border-left: 0 !important;
        border-top: 1px solid #d7e3ee;
    }

    .why-choose-item:first-child {
        border-top: 0;
        padding-top: 12px;
    }

    .why-icon {
        width: 35px;
        height: 35px;
        font-size: 21px;
    }
}

.welcome-section {
    padding: 48px 0 52px;
    background: #fff;
}

.welcome-grid {
    display: grid;
    grid-template-columns: minmax(0, 820px) 240px;
    gap: 70px;
    align-items: center;
    justify-content: center;
}

.welcome-content {
    text-align: left;
}

.welcome-content p {
    max-width: 720px;
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.55;
    color: #425b70;
}

.welcome-content h2 {
    margin: 0 0 12px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: #073b61;
}

.welcome-content p:last-child {
    margin-bottom: 0;
}

.welcome-nadc {
    text-align: center;
    padding-left: 35px;
    border-left: 1px solid #d7e2ea;
}

.welcome-nadc img {
    display: block;
    width: 125px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 14px;
}

.welcome-nadc p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #536b7d;
}

.welcome-nadc strong {
    color: var(--navy);
    font-weight: 700;
}


/* Tablet */
@media(max-width:1000px) {

    .welcome-grid {
        grid-template-columns: minmax(0, 1fr) 190px;
        gap: 40px;
    }

    .welcome-content h2 {
        font-size: 38px;
    }

    .welcome-nadc {
        padding-left: 25px;
    }

    .welcome-nadc img {
        width: 110px;
    }
}


/* Mobile */
@media(max-width:820px) {

    .welcome-section {
        padding: 38px 0 42px;
    }

    .welcome-grid {
        display: block;
    }

    .welcome-content h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .welcome-nadc {
        margin-top: 30px;
        padding: 26px 0 0;
        border-left: 0;
        border-top: 1px solid #d7e2ea;
    }

    .welcome-nadc img {
        width: 105px;
        margin-bottom: 12px;
    }
}


/* Small mobile */
@media(max-width:620px) {

    .welcome-section {
        padding: 32px 0 36px;
    }

    .welcome-content h2 {
        font-size: 30px;
    }

    .welcome-content p {
        font-size: 16px;
        line-height: 1.55;
    }
}

.trust-strip{background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e6eef7;border-radius:14px;background:#f8fbff;transform:translateY(0)}
.trust-item{min-height:105px;display:flex;align-items:center;gap:15px;padding:20px 26px;border-right:1px solid #dce8f3}
.trust-item:last-child{border-right:0}
.trust-icon{width:49px;height:49px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:var(--blue);background:#e8f2ff;font-size:15px;font-weight:900}
.trust-item strong,.trust-item span{display:block}
.trust-item strong{color:#122844;font-size:14px}
.trust-item div span{margin-top:3px;color:var(--muted);font-size:12px}

.section{padding:66px 0}
.section-intro{max-width:830px;margin:0 auto 32px;text-align:left}
.section-intro h2{margin-bottom:10px}
.section-intro p{margin:8px auto;color:#4f6072}

.experience-section{padding-top:50px;padding-bottom:50px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 5px 22px rgba(8,39,66,.035)}
.stat{min-height:108px;padding:18px;display:flex;flex-direction:column;justify-content:center;text-align:center;border-right:1px solid var(--border)}
.stat:last-child{border-right:0}
.stat strong{color:#102b56;font-size:34px;line-height:1}
.stat span{max-width:150px;margin:7px auto 0;color:#506175;font-size:12px;font-weight:700}

.services-section{
    padding:44px 0 68px;   /* was around 64px */
}


/* Services introduction */

.services-intro {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;       /* change from stretch */
    gap: 54px;
    margin-bottom: 44px;
}

.services-intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 0;
}

.services-kicker {
    display: block;
    margin-bottom: 10px;

    color: var(--blue);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.services-intro h2 {
    margin: 0 0 18px;

    color: #073b61;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
}

.services-intro-content p {
    max-width: 540px;
    margin: 0 0 14px;

    color: #425b70;
    font-size: 17px;
    line-height: 1.6;
}

.services-intro-content .button {
    align-self: flex-start;
    margin-top: 12px;
}


/* Photograph */

.services-intro-image {
    width: 100%;
    height: 300px;
    min-height: 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(7,59,97,.10);
}

.services-intro-image img {
    display: block;
    width: 100%;
    height: 300px;            /* don't use height:100% here */
    min-height: 0;
    object-fit: cover;
    object-position: 50% 50%;
}


/* Existing service grid */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 26px 24px 24px;
    background: #fff;
    border: 1px solid #d7e2ea;
    border-radius: 12px;
}

.service-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.service-card h3 a {
    color: #073b61;
    text-decoration: none;
}

.service-card h3 a:hover {
    color: var(--blue);
}

.service-card p {
    margin: 0 0 20px;
    color: #425b70;
    font-size: 16px;
    line-height: 1.55;
}

.service-link {
    margin-top: auto;
    color: var(--blue);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.service-link::after {
    content: " →";
}

.service-link:hover {
    text-decoration: underline;
}


/* Tablet */

@media(max-width:1000px) {

     .services-intro {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .services-intro-image,
    .services-intro-image img {
        height: 285px;
    }

    .services-intro h2 {
        font-size: 38px;
    }

    .services-intro-content p {
        font-size: 16px;
        line-height: 1.55;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:700px) {

    .services-section {
        padding: 46px 0 50px;
    }

     .services-intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .services-intro-content {
        max-width: none;
    }

    .services-intro-image,
    .services-intro-image img {
        width: 100%;
        height: 300px;
    }

    .services-intro h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .services-intro-content p {
        max-width: none;
        font-size: 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

	.service-card {
        min-height: 0;
        padding: 22px 20px;
    }
}

    
}
.card-link{margin-top:auto;font-size:13px;font-weight:800;text-decoration:none}

.cctv-section {padding-top:20px;padding-bottom:20px}
.feature-card{overflow:hidden;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:15px;background:#f5f9ff;box-shadow:var(--shadow)}
.feature-copy{padding:40px}
.feature-copy h2{margin-bottom:10px;font-size:32px}
.eyebrow{display:block;margin-bottom:8px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.feature-copy p{color:#566677}
.feature-photo{min-height:350px;background-size:cover;background-position:center}
.cctv-photo{background-image:linear-gradient(rgba(8,39,66,.04),rgba(8,39,66,.04)),url('https://draindetectives.co.uk/images/drain-surveys.jpg')}
.tick-list{margin:22px 0;padding:0;list-style:none}
.tick-list li{position:relative;padding:6px 0 6px 28px;color:#31465e;font-size:14px}
.tick-list li:before{position:absolute;left:0;top:6px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;content:"✓";color:#fff;background:var(--blue);font-size:11px;font-weight:900}
.client-types{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}
.client-types span{padding:8px 11px;border:1px solid #cfe0ef;border-radius:999px;color:#24405c;background:#fff;font-size:12px;font-weight:700}

.accreditations-section{
  padding-top:32px;
  padding-bottom:42px;
  background:#fff;
}

.accreditations-section .section-intro {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}

.accreditations-section .section-intro h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.15;
}

.accreditations-section .section-intro p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #4f6072;
}

.accreditation-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:14px;
  background:#fff;
}

.accreditation-logo{
  min-height:140px;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-right:1px solid var(--border);
}

.accreditation-logo:last-child{
  border-right:0;
}

.accreditation-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  object-fit:contain;
}

.accreditation-logo:nth-child(1) img{
  max-width:100px;
  max-height:100px;
}

.accreditation-logo:nth-child(2) img{
  max-width:165px;
  max-height:95px;
}

.accreditation-logo:nth-child(3) img{
  max-width:110px;
  max-height:100px;
}

.accreditation-logo:nth-child(4) img{
  max-width:205px;
  max-height:90px;
}

.checkatrade-text{
  flex-direction:column;
  color:#df1c24;
}

.checkatrade-text strong{
  font-size:27px;
}

.checkatrade-text span{
  margin-top:4px;
  color:#5f6570;
  font-size:13px;
}

.areas-section{
  padding-top:24px;
  padding-bottom:40px;
  background:#fff;
}

.areas-panel{
  height:460px;
  display:grid;
  grid-template-columns:330px 1fr;
  overflow:hidden;
  border:1px solid #d8e6f4;
  border-radius:14px;
  background:#f4f9ff;
  box-shadow:0 8px 26px rgba(8,39,66,.05);
}

.areas-copy{
  padding:28px 36px;
  position:relative;
  z-index:2;
  background:#f4f9ff;
}

.areas-copy h2{
  margin:0 0 25px;
  font-size:30px;
}

.area-list{
  margin:16px 0 20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:24px;
}

.area-list ul{
  margin:0;
  padding:0;
  list-style:none;
}

.area-list li{
  position:relative;
  margin:18px 0;
  padding-left:22px;
}

/* Blue location-pin shape */
.area-list li::before{
  content:"";
  position:absolute;
  left:1px;
  top:5px;
  width:13px;
  height:13px;
  background:var(--blue);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
}

/* White centre of pin */
.area-list li::after{
  content:"";
  position:absolute;
  left:5px;
  top:9px;
  width:5px;
  height:5px;
  background:#fff;
  border-radius:50%;
}

.area-list a{
  color:#102844;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.area-list a:hover{
  color:var(--blue);
}

.areas-map{
  position:relative;
  overflow:hidden;
  background:#f4f9ff;
}

.areas-map img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;

  /* Makes the white/pale image background merge into the panel */
  mix-blend-mode:multiply;
}

.button-map{
  min-height:46px;
  padding:11px 22px;
  color:var(--blue);
  background:#fff;
  border:2px solid var(--blue);
  border-radius:10px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.footer-cta{background:linear-gradient(90deg,#0a45c9,#085ce7);color:#fff}
.footer-cta-inner{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-cta h2{margin:0 0 4px;color:#fff;font-size:28px}
.footer-cta p{margin:0;color:#e8f2ff}
.footer-cta-actions{display:flex;gap:14px}
.footer-main{padding:42px 0 14px;background:#062541;color:#d5e0ea}
.footer-grid{display:grid;grid-template-columns:1.15fr .75fr 1fr 1.15fr;gap:45px}
.footer-brand img{width:180px;margin-bottom:16px;filter:brightness(0) invert(1)}
.footer-column h3{margin-bottom:15px;color:#fff;font-size:17px}
.footer-column p,.footer-column li{font-size:13px; line-height:1.55;}
.footer-column ul{margin:0;padding:0;list-style:none}
.footer-column li{margin:5px 0}
.footer-column a{color:#d5e0ea;text-decoration:none}
.contact-list li{font-size:14px}
.legal-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 20px;
}

.legal-links a {
    font-size: 13px;
    line-height: 1.4;
    color: inherit;
    text-decoration: none;
}

.legal-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright{margin-top:28px;color:#95aabd; font-size:12px;}

.footer-cta-actions .button{
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:0;
  white-space:nowrap;
  text-align:center;
}

@media(max-width:1000px){
  .header-inner{min-height:86px}
  .site-logo img{width:190px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .feature-card{grid-template-columns:1fr}
  .areas-panel{grid-template-columns:300px 1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-cta-inner{
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
  padding:22px 0;
}

.footer-cta-actions{
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.footer-cta-actions .button{
  width:100%;
  min-width:0;
  min-height:54px;
}
}

@media(max-width:820px){
  .menu-toggle{display:block;margin-left:auto}

  .main-nav{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    display:none;
    padding:12px 20px 20px;
    background:#fff;
    border-top:1px solid var(--border)
  }

  .main-nav.is-open{display:block}
  .main-nav>ul{display:block}
  .main-nav>ul>li{border-bottom:1px solid #eef2f5}

  .main-nav a,
  .nav-dropdown-toggle{
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:11px 4px
  }

  .dropdown{
    position:static;
    width:100%!important;
    display:none!important;
    visibility:visible!important;
    opacity:1;
    transform:none;
    border:0;
    box-shadow:none
  }

  .has-dropdown.is-open .dropdown{
    display:block!important
  }

  .dropdown li{
    border-bottom:1px solid #f0f3f6;
  }

  .dropdown li:last-child{
    border-bottom:0;
  }

  .dropdown a{
    padding:11px 12px;
  }

  .hero{
    min-height:570px
  }

  .hero-bg{
    width:100%;
    object-position:62% 38%
  }

  .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(6,34,59,.98) 0%,
      rgba(6,34,59,.94) 45%,
      rgba(6,34,59,.68) 68%,
      rgba(6,34,59,.20) 100%
    )
  }

  .hero-copy{
    max-width:540px
  }

  .hero h1{
    color:#fff
  }

  .hero-copy>p{
    color:#fff
  }

  .trust-grid,
  .stats-grid{
    grid-template-columns:repeat(2,1fr)
  }

  .trust-item:nth-child(2),
  .stat:nth-child(2){
    border-right:0
  }

  .trust-item:nth-child(n+3),
  .stat:nth-child(n+3){
    border-top:1px solid var(--border)
  }

 .areas-panel{
  height:auto;
  grid-template-columns:1fr;
}

.areas-copy{
  padding:28px 30px 26px;
}

.areas-map{
  min-height:340px;
}

.areas-map img{
  object-fit:cover;
  object-position:center center;
}

  .accreditation-grid{
    grid-template-columns:repeat(2,1fr)
  }

  .accreditation-logo:nth-child(2){
    border-right:0
  }

  .accreditation-logo:nth-child(2) img{
	  max-width:165px;
	  max-height:95px;
	}

  .accreditation-logo:nth-child(n+3){
    border-top:1px solid var(--border)
  }

 .menu-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--navy);
  cursor:pointer;
}

.menu-toggle:hover,
.menu-toggle:focus{
  background:#f4f8fc;
  outline:none;
}

.menu-toggle-bars{
  position:relative;
  display:block;
  width:26px;
  height:18px;
  border-top:2px solid var(--navy);
  border-bottom:2px solid var(--navy);
}

.menu-toggle-bars::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:6px;
  border-top:2px solid var(--navy);
}

.menu-toggle{
  margin-left:auto;
  margin-right:20px;
}

}

@media(max-width:620px){
  .container{
    width:min(calc(100% - 26px),var(--container))
  }

  .utility-inner>div:first-child{
    display:none
  }

  .utility-contact{
    width:100%;
    justify-content:center
  }

  .utility-contact a:last-child, .utility-separator{
  display:none;
}

  .header-inner{
    min-height:78px
  }

  .site-logo img{
    width:165px
  }

  .hero{
    min-height:0;
  }

  .hero-inner{
    padding-top:60px;
    padding-bottom:55px;
  }

  .hero-bg{
    width:100%;
    object-position:60% 38%
  }

  .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(6,34,59,.98) 0%,
      rgba(6,34,59,.96) 56%,
      rgba(6,34,59,.78) 78%,
      rgba(6,34,59,.42) 100%
    )
  }

  .hero-copy{
    max-width:100%
  }

  .hero-kicker{
    font-size:13px
  }

  .hero h1{
    font-size:42px;
    line-height:1.04;
    color:#fff
  }

  .hero-copy>p{
    font-size:16px;
    line-height:1.55;
    color:#fff
  }

  .hero-actions{
    display:grid;
    gap:12px
  }

  .hero-actions .button{
    width:100%
  }

  .trust-grid,
  .stats-grid,
  .service-grid,
  .accreditation-grid,
  .footer-grid{
    grid-template-columns:1fr
  }

  .trust-item,
  .stat,
  .accreditation-logo{
    border-right:0;
    border-top:1px solid var(--border)
  }

.accreditation-logo{
  min-height:100px;
  padding:14px 20px;
}

  .trust-item:first-child,
  .stat:first-child,
  .accreditation-logo:first-child{
    border-top:0
  }

  .section{
    padding:48px 0
  }

  .feature-copy{
    padding:27px 22px
  }

.areas-copy{
  padding:26px 22px 24px;
}

.areas-copy h2{
  margin-bottom:18px;
}

.area-list{
  grid-template-columns:1fr 1fr;
  column-gap:24px;
  margin:14px 0 18px;
}

.area-list li{
  margin:13px 0;
}

.areas-map{
  min-height:260px;
}

.button-map{
  min-height:46px;
}

.footer-cta-inner{
    padding:26px 0;
    gap:20px;
  }

 .footer-cta-inner h2{
  font-size:24px;
  line-height:1.15;
  margin-bottom:5px;
}

  .footer-cta-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .footer-cta-actions .button{
    width:100%;
    min-height:54px;
    font-size:16px;
    white-space:nowrap;
  }
}

@media(max-width:380px){
  .hero h1{
    font-size:36px;
  }

  .hero-kicker{
    font-size:12px;
  }
}

.cctv-feature {
    padding: 68px 0;
    background: #082f4d;
}

.cctv-feature-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 70px;
}


/* Photograph */

.cctv-feature-image {
    height: 480px;
    overflow: hidden;
    border-radius: 14px;
}

.cctv-feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 45%;
}


/* Content */

.cctv-feature-content {
    max-width: 570px;
}

.cctv-kicker {
    display: block;
    margin-bottom: 10px;

    color: #5da7ff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.cctv-feature h2 {
    margin: 0 0 20px;

    color: #fff;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 600;
}

.cctv-feature-content p {
    margin: 0 0 15px;

    color: #dbe7ef;
    font-size: 17px;
    line-height: 1.6;
}


/* Survey volume */

.cctv-highlight {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 26px;
    padding: 18px 0;

    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);

    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.cctv-highlight-icon {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;
    background: var(--blue);

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

@media(max-width:820px){

    .cctv-feature-grid{
        grid-template-columns:1fr;
        gap:32px;
    }

    .cctv-feature-image{
        width:100%;
        height:360px;
    }

    .cctv-feature-image img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center 40%;
    }
}

@media(max-width:620px){

    .cctv-feature-image{
        height:300px;
    }

    .cctv-feature-content h2{
        font-size:32px;
        line-height:1.15;
    }

    .cctv-highlight{
        font-size:16px;
        line-height:1.35;
        gap:10px;
        padding:16px 0;
    }

    .cctv-highlight-icon{
        width:26px;
        height:26px;
        font-size:15px;
    }

	 .cctv-feature-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:20px;
    }
}

/* Buttons */

.cctv-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.button-outline-light {
    border: 2px solid rgba(255,255,255,.7);
    background: transparent;
    color: #fff;
}

.button-outline-light:hover {
    background: #fff;
    color: #082f4d;
}


/* Tablet */

@media(max-width:1000px) {

    .cctv-feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .cctv-feature-image {
        height: 390px;
    }

    .cctv-feature h2 {
        font-size: 35px;
    }
}


/* Mobile */

@media(max-width:760px) {

    .cctv-feature {
        padding: 48px 0;
    }

    .cctv-feature-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cctv-feature-image {
        height: 300px;
    }

    .cctv-feature-content {
        max-width: none;
    }

    .cctv-feature h2 {
        font-size: 32px;
    }
}


@media(max-width:620px) {

    .cctv-feature-image {
        height: 250px;
    }

    .cctv-feature-content p {
        font-size: 16px;
    }

    .cctv-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cctv-actions .button {
        width: 100%;
    }
}


.commercial-section {
    padding: 64px 0;
    background: #fff;
}

.commercial-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;

    height: auto;
    min-height: 560px;

    overflow: hidden;
    background: #f3f7fb;
    border: 1px solid #d7e2ea;
    border-radius: 14px;
}


/* Copy */

.commercial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 46px;
}

.commercial-kicker {
    display: block;
    margin-bottom: 10px;

    color: var(--blue);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.commercial-content h2 {
    margin: 0 0 18px;

    color: #073b61;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
}

.commercial-content p {
    max-width: 570px;
    margin: 0 0 15px;

    color: #425b70;
    font-size: 17px;
    line-height: 1.58;
}


/* Buttons */

.commercial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 14px;
}

.commercial-outline {
    border: 2px solid #0b3d63;
    background: transparent;
    color: #0b3d63;
}

.commercial-outline:hover {
    background: #0b3d63;
    color: #fff;
}


/* Photograph */

.commercial-image {
    position: relative;
    min-height: 560px;
    height: auto;
    overflow: hidden;
}

.commercial-image img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 50% 12%;

    filter: brightness(1.16) contrast(1.04) saturate(1.15);
}

.commercial-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.10) 0%,
        rgba(255,255,255,0) 38%
    );
    pointer-events: none;
}


/* Tablet */

@media(max-width:1000px) {

    .commercial-panel {
        grid-template-columns: 1fr 1fr;
        min-height: 0;
    }

    .commercial-content {
        padding: 36px 34px;
        justify-content: flex-start;
    }

    .commercial-content h2 {
        font-size: 36px;
    }

    .commercial-content p {
        font-size: 16px;
    }

    .commercial-image {
        min-height: 0;
    }
}


/* Stack before the columns become cramped */

@media(max-width:760px) {

    .commercial-section {
        padding: 48px 0;
    }

    .commercial-panel {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .commercial-image {
        order: 1;
        width: 100%;
        height: 340px;
        min-height: 0;
    }

    .commercial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 18%;
    }

    .commercial-content {
        order: 2;
        width: 100%;
        height: auto;
        padding: 36px 34px 40px;
        overflow: visible;
    }
}


/* Mobile */

@media(max-width:620px) {

    .commercial-section {
        padding: 40px 0;
    }

    .commercial-image {
        height: 300px;
    }

    .commercial-content {
        padding:28px 20px 28px;
    }

    .commercial-content h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .commercial-content p {
        font-size: 16px;
        line-height: 1.55;
    }

    .commercial-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .commercial-actions .button {
        width: 100%;
    }
}

.footer-locations {
    margin-top: 14px;
    padding: 0;
    text-align: center;
}

.footer-location-heading {
    margin: 0 0 6px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
}

.footer-location-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.55;
}

.footer-location-links a {
    position: relative;
    padding: 0 6px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.55;
    text-decoration: none;
}

.footer-location-links a::after {
    content: "|";
    position: absolute;
    right: -1px;
    color: #fff;
}

.footer-location-links a:last-child::after {
    display: none;
}

.footer-location-links a:hover {
    color: #fff;
    text-decoration: underline;
}

@media(max-width:620px) {

    .footer-locations {
        margin-top: 34px;
        padding: 0;
        text-align: left;
    }

    .footer-location-heading {
        margin: 0 0 14px;
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
    }

    .footer-location-links {
        max-width: none;
        margin: 0;
        justify-content: flex-start;
        line-height: 1.8;
    }

    .footer-location-links a {
        padding: 0 5px;
        font-size: 14px;
        line-height: 1.8;
    }

    .footer-location-links a:first-child {
        padding-left: 0;
    }
}

.quote-section {
    padding: 24px 0 32px;
    background: #f5f5f5;
    scroll-margin-top: 110px;
}

.quote-heading {
    max-width: 980px;
    margin: 0 auto 18px;
    text-align: center;
}

.quote-heading h2 {
    margin: 0;
    color: #0a2f4d;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.quote-form {
    max-width: 980px;
    margin: 0 auto;
}

.quote-form-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.form-field {
    margin-bottom: 10px;
}

.form-field label {
    display: block;
    margin: 0 0 5px;
    color: #243746;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.form-field input,
.form-field textarea {
    width: 100%;
    box-sizing: border-box;

    border: 1px solid #c9ced3;
    border-radius: 5px;

    background: #fff;
    color: #172b3a;

    font: inherit;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.form-field input {
    height: 40px;
    padding: 8px 11px;
}

.form-field textarea {
    height: 58px;
    min-height: 58px;
    padding: 9px 11px;
    resize: vertical;
}

.form-field input:hover,
.form-field textarea:hover {
    border-color: #aeb5bb;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #7b8790;
    box-shadow: 0 0 0 3px rgba(70, 82, 92, .08);
}


/* Submit button */

.quote-submit {
    display: block;
    margin: 8px auto 0;

    padding: 11px 22px;

    border: 2px solid #0d6efd;
    border-radius: 8px;

    background: #fff;
    color: #0d6efd;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
}

.quote-submit:hover {
    background: #0d6efd;
    color: #fff;
}


/* Tablet */

@media(max-width:820px) {

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

	.quote-section {
        scroll-margin-top: 80px;
    }
}


/* Mobile */

@media(max-width:620px) {

    .quote-section {
        padding: 26px 0 28px;
    }

    .quote-heading {
        margin-bottom: 18px;
        text-align: center;
    }

    .quote-heading h2 {
        font-size: 24px;
    }

    .quote-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-field {
        margin-bottom: 10px;
    }

    .form-field label {
        font-size: 14px;
    }

    .form-field textarea {
        height: 64px;
        min-height: 64px;
    }
}

.quote-success {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.quote-success h2 {
    margin: 0 0 10px;
    color: #0a2f4d;
    font-size: 26px;
}

.quote-success p {
    margin: 0;
    color: #4f6072;
    font-size: 15px;
    line-height: 1.6;
}