:root{
  --navy:#06233b;
  --navy2:#0b3556;
  --cream:#fff3d9;
  --orange:#f47a1f;
  --gray:#eef2f4;
  --ink:#102231;
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}

a{color:inherit}

.site-header{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 6vw;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 30px rgba(0,0,0,.06);
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  font-weight:900;
  color:var(--navy);
  font-size:1.05rem;
}

.brand img{
  width:54px;
  height:54px;
  object-fit:contain;
}

nav{
  display:flex;
  gap:24px;
  font-weight:800;
  font-size:.95rem;
}

nav a{text-decoration:none}
nav a:hover{color:var(--orange)}

.hero{
  min-height:82vh;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:36px;
  align-items:center;
  padding:70px 6vw;
  background:radial-gradient(circle at top right,#fff1de 0,#fff 38%,#eaf2f7 100%);
}

.hero h1{
  font-size:clamp(2.5rem,6vw,5.8rem);
  line-height:.96;
  margin:8px 0 20px;
  color:var(--navy);
  letter-spacing:-.05em;
}

.lead{
  font-size:1.25rem;
  max-width:650px;
}

.eyebrow{
  color:var(--orange);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.85rem;
}

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

.button,button{
  border:0;
  border-radius:999px;
  padding:15px 22px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}

.primary,button{
  background:var(--orange);
  color:white;
}

.secondary{
  background:var(--navy);
  color:white;
}

.hero-card{
  background:var(--navy);
  border-radius:34px;
  padding:28px;
  box-shadow:0 28px 70px rgba(6,35,59,.25);
  border:8px solid white;
}

.hero-card img{
  width:100%;
  display:block;
  border-radius:20px;
}

.section{padding:80px 6vw}

.section-heading{
  max-width:760px;
  margin-bottom:30px;
}

.section h2{
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.05;
  margin:0 0 14px;
  color:var(--navy);
  letter-spacing:-.03em;
}

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

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

.card{
  padding:26px;
  border-radius:24px;
  background:white;
  border:1px solid #dfe7ec;
  box-shadow:0 14px 40px rgba(0,0,0,.05);
}

.card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:1.35rem;
}

.alt{
  background:var(--navy);
  color:white;
}

.alt h2{color:white}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}

.checks{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}

.checks li{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  padding:18px;
  border-radius:18px;
  font-weight:800;
}

.checks li:before{
  content:'✓';
  color:var(--orange);
  font-weight:900;
  margin-right:10px;
}

.service-area{
  text-align:center;
  background:var(--cream);
}

.service-area p{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.town-list{
  font-size:1.08rem;
  color:var(--navy);
}

.service-area a{
  color:var(--navy);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

.areas{background:#fff}

.area-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.area-grid span{
  display:block;
  background:#f7fafb;
  border:1px solid #dfe7ec;
  border-radius:16px;
  padding:15px 16px;
  font-weight:900;
  color:var(--navy);
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.trust-bar{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  padding:24px 6vw;
  background:var(--navy);
  color:white;
  font-weight:900;
  text-align:center;
}

.trust-bar span,.trust-bar strong{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.trust-bar span:before{
  content:'•';
  color:var(--orange);
}

.seo-copy{
  padding-top:46px;
  padding-bottom:46px;
  background:#f7fafb;
  text-align:center;
}

.seo-copy p{
  max-width:950px;
  margin:0 auto;
  font-weight:700;
  color:#334656;
}

/* Horizontal testimonials — no JavaScript needed */
.testimonials{
  background:#f7fafb;
}

.testimonial-row{
  display:flex;
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  padding:8px 6vw 24px;
  margin-left:-6vw;
  margin-right:-6vw;
}

.testimonial-card{
  flex:0 0 360px;
  scroll-snap-align:start;
  background:white;
  border:1px solid #dfe7ec;
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 35px rgba(0,0,0,.05);
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.testimonial-card p{
  margin:0;
  font-style:italic;
}

.testimonial-card strong{
  display:block;
  color:var(--navy);
  margin-top:18px;
}

.stars{
  color:var(--orange);
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.testimonial-row::-webkit-scrollbar{height:10px}
.testimonial-row::-webkit-scrollbar-track{background:#dfe7ec;border-radius:999px}
.testimonial-row::-webkit-scrollbar-thumb{background:var(--orange);border-radius:999px}

.quote{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:36px;
  background:#f7fafb;
}

form{
  display:grid;
  gap:14px;
  background:white;
  padding:26px;
  border-radius:28px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

label{
  display:grid;
  gap:6px;
  font-weight:900;
  color:var(--navy);
}

input,textarea{
  width:100%;
  border:1px solid #ccd8df;
  border-radius:14px;
  padding:13px;
  font:inherit;
}

footer{
  display:flex;
  gap:18px;
  align-items:center;
  padding:34px 6vw;
  background:#061b2e;
  color:white;
}

footer img{
  width:88px;
  height:88px;
  object-fit:contain;
}

footer p{
  margin:3px 0;
  color:#d7e2e9;
}

footer a{color:white}

@media(max-width:850px){
  .hero,.split,.quote{grid-template-columns:1fr}
  .cards,.services-grid{grid-template-columns:1fr 1fr}
  .area-grid{grid-template-columns:1fr 1fr}
  nav{display:none}
  .hero{padding-top:42px}
  .hero-card{max-width:520px}
  .section{padding:58px 6vw}
}

@media(max-width:560px){
  .cards,.services-grid,.area-grid{grid-template-columns:1fr}
  .hero h1{font-size:2.7rem}
  footer{align-items:flex-start}
  .brand span{font-size:.95rem}
  .trust-bar{align-items:center;gap:10px}
  .trust-bar span,.trust-bar strong{width:100%;justify-content:center}
  .trust-bar span:before{display:none}
  .testimonial-card{flex-basis:82vw;min-height:250px}
}

.form-note{
  margin:14px 0 0;
  font-size:.95rem;
  color:#526473;
}


.thank-you-page{
  min-height:calc(100vh - 180px);
  display:grid;
  place-items:center;
  padding:80px 6vw;
  background:radial-gradient(circle at top right,#fff1de 0,#fff 40%,#eaf2f7 100%);
}

.thank-you-card{
  width:min(820px,100%);
  background:white;
  border:1px solid #dfe7ec;
  border-radius:32px;
  padding:48px;
  text-align:center;
  box-shadow:0 26px 70px rgba(6,35,59,.14);
}

.thank-you-icon{
  width:82px;
  height:82px;
  margin:0 auto 20px;
  border-radius:50%;
  background:var(--orange);
  color:white;
  display:grid;
  place-items:center;
  font-size:3rem;
  font-weight:900;
  box-shadow:0 14px 30px rgba(244,122,31,.28);
}

.thank-you-card h1{
  color:var(--navy);
  font-size:clamp(2.1rem,5vw,4.2rem);
  line-height:1;
  letter-spacing:-.04em;
  margin:8px 0 18px;
}

.thank-you-lead{
  max-width:620px;
  margin:0 auto 24px;
  font-size:1.2rem;
  color:#334656;
}

.response-box{
  background:#f7fafb;
  border:1px solid #dfe7ec;
  border-radius:22px;
  padding:22px;
  margin:26px auto;
  max-width:650px;
  text-align:left;
}

.response-box strong{
  display:block;
  color:var(--navy);
  font-size:1.12rem;
  margin-bottom:6px;
}

.response-box p{
  margin:0;
  color:#334656;
}

.thank-you-small{
  margin:0 0 24px;
  color:#526473;
  font-weight:700;
}

.thank-you-small a{
  color:var(--navy);
  font-weight:900;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

.thank-you-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

@media(max-width:560px){
  .thank-you-page{
    padding:46px 6vw;
    place-items:start center;
  }

  .thank-you-card{
    padding:30px 22px;
    border-radius:24px;
  }

  .thank-you-icon{
    width:68px;
    height:68px;
    font-size:2.4rem;
  }

  .thank-you-actions .button{
    width:100%;
    text-align:center;
  }
}


/* Final thank-you page centering and no-phone cleanup */
html, body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.thank-you-page {
  flex: 1;
  min-height: calc(100vh - 190px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 6vw;
  background: radial-gradient(circle at top right,#fff1de 0,#fff 40%,#eaf2f7 100%);
}

.thank-you-card {
  width: min(820px, 100%);
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dfe7ec;
  border-radius: 32px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 26px 70px rgba(6,35,59,.14);
}

.thank-you-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(244,122,31,.28);
}

.thank-you-card h1 {
  color: var(--navy);
  font-size: clamp(2.1rem,5vw,4.2rem);
  line-height: 1;
  letter-spacing: -.04em;
  margin: 8px 0 18px;
}

.thank-you-lead {
  max-width: 620px;
  margin: 0 auto 24px;
  font-size: 1.2rem;
  color: #334656;
}

.response-box {
  background: #f7fafb;
  border: 1px solid #dfe7ec;
  border-radius: 22px;
  padding: 22px;
  margin: 26px auto;
  max-width: 650px;
  text-align: left;
}

.response-box strong {
  display: block;
  color: var(--navy);
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.response-box p {
  margin: 0;
  color: #334656;
}

.thank-you-small {
  margin: 0 0 24px;
  color: #526473;
  font-weight: 700;
}

.thank-you-small a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media(max-width:560px) {
  .thank-you-page {
    min-height: calc(100vh - 150px);
    padding: 52px 6vw;
  }

  .thank-you-card {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .thank-you-icon {
    width: 68px;
    height: 68px;
    font-size: 2.4rem;
  }

  .thank-you-actions .button {
    width: 100%;
    text-align: center;
  }
}


/* Force center thank-you page */
body.thank-you-body{
  min-height:100vh !important;
  display:flex !important;
  flex-direction:column !important;
}

body.thank-you-body main.thank-you-page{
  flex:1 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-height:calc(100vh - 140px) !important;
  padding:40px 20px !important;
}

body.thank-you-body .thank-you-card{
  width:min(820px,100%) !important;
  margin:0 auto !important;
}


.hero-trust-card{
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:460px;
}

.hero-trust-card h3{
  margin:0 0 24px;
  font-size:2rem;
  color:white;
}

.trust-items{
  display:grid;
  gap:18px;
}

.trust-item{
  display:grid;
  grid-template-columns:60px 1fr;
  gap:16px;
  align-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:18px;
}

.trust-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:rgba(255,255,255,.15);
  display:grid;
  place-items:center;
  font-size:1.6rem;
}

.trust-item strong{
  display:block;
  color:white;
  margin-bottom:4px;
}

.trust-item p{
  margin:0;
  color:#d8e4ed;
}

@media(max-width:850px){
  .hero-trust-card{
    min-height:auto;
  }
}










}

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

.gallery-card,.gallery-card img{min-height:300px}
}




/* Clean compact project gallery */
.portfolio{
  background:#fff;
}

.featured-projects{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:28px;
}

.project-feature{
  background:var(--navy);
  color:white;
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 35px rgba(6,35,59,.12);
}

.project-feature h3{
  margin:0 0 8px;
  color:white;
}

.project-feature p{
  margin:0;
  color:#d8e4ed;
}

.project-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:stretch;
}

.gallery-card{
  height:240px;
  border-radius:22px;
  overflow:hidden;
  background:#dfe7ec;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.gallery-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.gallery-card:hover img{
  transform:scale(1.03);
  transition:transform .35s ease;
}

@media(max-width:850px){
  .featured-projects{
    grid-template-columns:1fr;
  }

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

  .gallery-card{
    height:220px;
  }
}

@media(max-width:560px){
  .project-gallery{
    grid-template-columns:1fr;
  }

  .gallery-card{
    height:230px;
  }
}


/* Premium portfolio upgrade */
.before-after-section{
  margin:36px 0 46px;
}

.compact-heading{
  margin-top:12px;
}

.before-after-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.ba-slider{
  position:relative;
  height:330px;
  border-radius:24px;
  overflow:hidden;
  background:#dfe7ec;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.ba-slider img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ba-after-wrap{
  position:absolute;
  inset:0 auto 0 0;
  width:50%;
  overflow:hidden;
  border-right:3px solid white;
}

.ba-after{
  width:100%;
  height:100%;
}

.ba-slider:after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:var(--pos, 50%);
  width:3px;
  background:white;
  transform:translateX(-50%);
  pointer-events:none;
}

.ba-slider input[type="range"]{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:ew-resize;
  z-index:5;
}

.ba-label{
  position:absolute;
  top:16px;
  z-index:6;
  background:rgba(6,35,59,.86);
  color:white;
  padding:7px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:.85rem;
}

.before-label{left:16px}
.after-label{right:16px}

.masonry-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:150px;
  gap:16px;
}

.masonry-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:22px;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
  background:#dfe7ec;
  transition:transform .35s ease, box-shadow .35s ease;
}

.masonry-gallery img:hover{
  transform:scale(1.025);
  box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.masonry-tall{
  grid-row:span 2;
}

.masonry-wide{
  grid-column:span 2;
}

@media(max-width:1000px){
  .masonry-gallery{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:850px){
  .before-after-grid{
    grid-template-columns:1fr;
  }

  .ba-slider{
    height:300px;
  }

  .masonry-gallery{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:145px;
  }
}

@media(max-width:560px){
  .ba-slider{
    height:260px;
  }

  .masonry-gallery{
    grid-template-columns:1fr;
    grid-auto-rows:240px;
  }

  .masonry-tall,.masonry-wide{
    grid-row:span 1;
    grid-column:span 1;
  }
}


/* Story-style portfolio layout */
.before-after-section,
.before-after-grid,
.ba-slider,
.masonry-gallery{
  display:none !important;
}

.portfolio{
  background:#fff;
}

.story-project{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:36px;
  align-items:center;
  padding:42px 0;
  border-top:1px solid #dfe7ec;
}

.story-project:first-of-type{
  border-top:0;
  padding-top:12px;
}

.story-project.reverse .story-copy{
  order:2;
}

.story-project.reverse .story-photos{
  order:1;
}

.story-copy h3{
  font-size:clamp(1.8rem,3vw,2.8rem);
  line-height:1.05;
  margin:0 0 16px;
  color:var(--navy);
  letter-spacing:-.03em;
}

.story-copy p{
  font-size:1.05rem;
  color:#334656;
}

.story-copy .button{
  display:inline-flex;
  margin-top:12px;
}

.story-photos{
  display:grid;
  gap:16px;
}

.two-photos{
  grid-template-columns:1fr 1fr;
}

.single-photo{
  grid-template-columns:1fr;
}

.story-photos img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
  border-radius:24px;
  box-shadow:0 16px 38px rgba(0,0,0,.10);
  background:#dfe7ec;
}

.two-photos img:nth-child(2){
  margin-top:42px;
}

.single-photo img{
  height:420px;
}

@media(max-width:850px){
  .story-project,
  .story-project.reverse{
    grid-template-columns:1fr;
    gap:22px;
    padding:36px 0;
  }

  .story-project.reverse .story-copy,
  .story-project.reverse .story-photos{
    order:initial;
  }

  .story-photos img{
    height:300px;
  }

  .single-photo img{
    height:330px;
  }
}

@media(max-width:560px){
  .two-photos{
    grid-template-columns:1fr;
  }

  .two-photos img:nth-child(2){
    margin-top:0;
  }

  .story-photos img,
  .single-photo img{
    height:260px;
  }
}
