:root{--cs-blue:#2A6DB2;--cs-black:#19181A;--cs-grey:#4D4D4D;--cs-offwhite:#F9F9F9;--cs-white:#FFFFFF;--cs-border:#e7e7e7;--cs-soft:#f7f3ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Lato",Arial,sans-serif;color:var(--cs-black);background:var(--cs-white)}img{max-width:100%}.cs-topbar{height:36px;padding:0 7vw;background:var(--cs-grey);color:var(--cs-white);display:flex;justify-content:space-between;align-items:center;font-size:14px}.cs-navbar{height:88px;padding:0 7vw;background:var(--cs-white);display:flex;align-items:center;justify-content:space-between;box-shadow:0 3px 20px rgba(0,0,0,.06);position:sticky;top:0;z-index:20}.cs-logo{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--cs-black);font-family:"Poppins",Arial,sans-serif;font-weight:800;font-size:28px}.cs-logo-mark{width:46px;height:46px;border-radius:8px;background:var(--cs-blue);color:#fff;display:grid;place-items:center;font-size:19px}.cs-logo-text{white-space:nowrap}.cs-main-nav{display:flex;gap:34px;align-items:center}.cs-main-nav a{font-family:"Poppins",Arial,sans-serif;font-size:15px;font-weight:700;color:var(--cs-black);text-decoration:none}.cs-main-nav a.active,.cs-main-nav a:hover{color:var(--cs-blue)}.cs-header-btn,.cs-btn{font-family:"Poppins",Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.8px;text-decoration:none;border-radius:7px;transition:.3s ease}.cs-header-btn{background:var(--cs-blue);color:var(--cs-white);padding:17px 28px;font-size:14px}.cs-header-btn:hover,.cs-btn-primary:hover{background:var(--cs-grey);color:var(--cs-offwhite)}.cs-menu-toggle{display:none;border:0;background:none;font-size:28px}/* ==================== HERO SECTION ==================== */
.cs-hero{min-height:calc(100vh - 124px);max-height:760px;position:relative;display:block;background:#fff;overflow:hidden}.cs-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 32%,rgba(255,255,255,.58) 48%,rgba(255,255,255,.08) 68%,rgba(255,255,255,0) 100%);pointer-events:none}.cs-hero-content{width:min(640px,46vw);min-height:calc(100vh - 124px);max-height:760px;padding:56px 3vw 46px 7vw;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.cs-brand-line{display:none}.cs-line-icon{display:none}.cs-hero h1{margin:0;font-family:"Poppins",Arial,sans-serif;font-size:clamp(40px,4vw,66px);line-height:1.12;font-weight:800;letter-spacing:-.035em}.cs-hero h1 span{color:var(--cs-blue)}.cs-blue-line{width:72px;height:4px;background:var(--cs-blue);margin:28px 0}.cs-hero p{max-width:560px;margin:0 0 26px;font-size:20px;line-height:1.65}.cs-hero-buttons{display:flex;gap:18px;flex-wrap:wrap}.cs-btn{padding:17px 30px;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.cs-btn-primary{background:var(--cs-blue);color:var(--cs-white)}.cs-btn-secondary{background:var(--cs-white);color:var(--cs-black);box-shadow:0 8px 25px rgba(0,0,0,.12)}.cs-btn-secondary:hover{background:var(--cs-black);color:var(--cs-white)}.cs-hero-image{position:absolute;inset:0;height:100%;min-height:540px;z-index:0}.cs-hero-image picture{display:block;width:100%;height:100%}.cs-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block}.cs-feature-strip{width:min(1180px,86vw);margin:-46px auto 60px;background:var(--cs-white);border-radius:14px;box-shadow:0 15px 45px rgba(0,0,0,.12);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;position:relative;z-index:5}.cs-feature-strip div{padding:28px 30px;border-right:1px solid var(--cs-border);display:grid;grid-template-columns:auto 1fr;gap:2px 14px;align-items:center}.cs-feature-strip div:last-child{border-right:none}.cs-strip-icon{grid-row:1/3;color:var(--cs-blue);font-size:30px}.cs-feature-strip strong{display:block;font-family:"Poppins",Arial,sans-serif;font-size:17px}.cs-feature-strip small{font-size:15px;color:var(--cs-grey)}.cs-section{width:min(1180px,86vw);margin:0 auto;padding:66px 0}.cs-section h2,.cs-band h2{font-family:"Poppins",Arial,sans-serif;font-size:clamp(30px,3vw,44px);line-height:1.18;margin:0 0 20px;letter-spacing:-.02em}.cs-section p,.cs-band p{font-size:18px;line-height:1.8;color:#333}.cs-kicker{margin:0 0 10px!important;font-family:"Poppins",Arial,sans-serif;font-size:13px!important;line-height:1.3!important;text-transform:uppercase;letter-spacing:1.6px;color:var(--cs-blue)!important;font-weight:800}.cs-section-heading{max-width:760px;margin-bottom:34px}.cs-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.cs-image-card{border-radius:18px;overflow:hidden;box-shadow:0 15px 45px rgba(0,0,0,.12);height:360px}.cs-image-card img{width:100%;height:100%;object-fit:cover;object-position:center right}.cs-card,.cs-grid article,.cs-steps div{background:var(--cs-offwhite);border:1px solid var(--cs-border);border-radius:14px;padding:30px}.cs-featured-card{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;padding:44px;background:var(--cs-black);border-radius:18px;color:#fff;box-shadow:0 20px 55px rgba(0,0,0,.16)}.cs-featured-card p,.cs-featured-card li{color:#fff}.cs-featured-card h2{color:#fff}.cs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.cs-grid article{transition:.3s ease}.cs-grid article:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.08);background:#fff}.cs-grid h3,.cs-steps h3,.cs-card h3{font-family:"Poppins",Arial,sans-serif;margin:0 0 10px}.cs-grid p,.cs-steps p,.cs-card p{font-size:16px;line-height:1.7;margin-bottom:0}.cs-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.cs-dark-card{background:var(--cs-black);color:#fff}.cs-dark-card p,.cs-dark-card h2{color:#fff}.cs-tick-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.cs-tick-list li{position:relative;padding-left:28px;font-size:17px;line-height:1.5}.cs-tick-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--cs-blue);font-weight:900}.cs-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cs-steps span{width:42px;height:42px;border-radius:50%;background:var(--cs-blue);color:#fff;display:grid;place-items:center;font-family:"Poppins";font-weight:700;margin-bottom:16px}.cs-band{background:var(--cs-offwhite);width:100%;margin:20px 0}.cs-band-inner{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.cs-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cs-mini-grid div{background:#fff;border-radius:14px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.06)}.cs-mini-grid strong{display:block;font-family:"Poppins";font-size:22px;margin-bottom:4px;color:var(--cs-blue)}.cs-mini-grid span{color:var(--cs-grey)}.cs-area-list{display:flex;gap:12px;flex-wrap:wrap}.cs-area-list span{background:var(--cs-offwhite);border:1px solid var(--cs-border);border-radius:999px;padding:12px 18px;font-weight:700}.cs-faq{max-width:920px}.cs-faq details{border:1px solid var(--cs-border);border-radius:12px;margin-bottom:14px;padding:20px 24px;background:#fff}.cs-faq summary{font-family:"Poppins";font-size:18px;font-weight:700;cursor:pointer}.cs-faq details p{font-size:16px;margin-bottom:0}.cs-cta{text-align:center}.cs-cta p{max-width:720px;margin:0 auto 28px}.cs-center-buttons{justify-content:center}/* ==================== FOOTER ==================== */
.cs-footer{background:var(--cs-black);color:#fff;text-align:center;padding:42px 20px;line-height:1.8}@media(max-width:1180px){.cs-header-btn{display:none}.cs-main-nav{gap:22px}.cs-brand-line{font-size:28px}.cs-logo{font-size:24px}.cs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.cs-main-nav{display:none}.cs-menu-toggle{display:block}.cs-main-nav.is-open{display:flex;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;padding:24px;box-shadow:0 16px 30px rgba(0,0,0,.08)}.cs-hero{max-height:none}.cs-hero:before{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 52%,rgba(255,255,255,.20) 100%)}.cs-hero-content{width:min(620px,70vw);padding:50px 6vw 35px}.cs-hero-image{min-height:420px}.cs-feature-strip{grid-template-columns:repeat(2,1fr);margin-top:-30px}.cs-intro,.cs-steps,.cs-featured-card,.cs-split,.cs-band-inner{grid-template-columns:1fr}}@media(max-width:640px){.cs-topbar{height:auto;padding:10px 20px;flex-direction:column;gap:4px;font-size:12px;text-align:center}.cs-navbar{height:76px;padding:0 20px}.cs-logo-mark{width:42px;height:42px}.cs-logo-text{font-size:22px}.cs-main-nav.is-open{top:76px}.cs-hero{min-height:620px;max-height:none}.cs-hero:before{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 58%,rgba(255,255,255,.38) 100%)}.cs-hero-content{width:100%;min-height:620px;max-height:none;padding:38px 24px 28px}.cs-hero p{font-size:17px}.cs-hero-buttons{flex-direction:column}.cs-btn{width:100%}.cs-hero-image{min-height:620px}.cs-hero-image img{object-position:center center}.cs-feature-strip{grid-template-columns:1fr;margin:0 20px 40px;width:auto}.cs-feature-strip div{border-right:none;border-bottom:1px solid var(--cs-border)}.cs-section{width:auto;margin:0 20px;padding:42px 0}.cs-grid,.cs-steps,.cs-intro{grid-template-columns:1fr}.cs-featured-card{padding:30px}.cs-image-card{height:260px}.cs-band-inner{width:auto;margin:0 20px}.cs-mini-grid{grid-template-columns:1fr}/* ==================== CUSTOMER REVIEWS ==================== */
.cs-reviews{margin:0;width:100%;padding:42px 20px}} 


/* Image background cards for What I Can Build */
.cs-image-option-grid article{
  min-height:260px;
  padding:0;
  overflow:hidden;
  position:relative;
  background-image:linear-gradient(180deg,rgba(25,24,26,.10),rgba(25,24,26,.82)),var(--card-bg);
  background-size:cover;
  background-position:center;
  border:0;
  display:flex;
  align-items:flex-end;
}
.cs-image-option-grid article:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}
.cs-image-option-grid article div{
  padding:26px;
  position:relative;
  z-index:2;
}
.cs-image-option-grid h3,
.cs-image-option-grid p{
  color:#fff;
}
.cs-image-option-grid p{
  opacity:.92;
}

/* Book design visit form */
.cs-contact-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:start;
  text-align:left;
  background:var(--cs-offwhite);
  border-radius:22px;
  padding:46px;
  margin-bottom:70px;
}
.cs-contact-copy p{
  margin-left:0;
  margin-right:0;
}
.cs-contact-direct{
  display:grid;
  gap:12px;
  margin-top:26px;
}
.cs-contact-direct a{
  color:var(--cs-black);
  font-weight:800;
  text-decoration:none;
}
.cs-design-form{
  background:#fff;
  border:1px solid var(--cs-border);
  border-radius:18px;
  padding:28px;
  box-shadow:0 16px 40px rgba(0,0,0,.08);
}
.cs-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.cs-design-form label{
  display:grid;
  gap:8px;
  margin-bottom:18px;
  font-family:"Poppins",Arial,sans-serif;
  font-size:14px;
  font-weight:700;
}
.cs-design-form input,
.cs-design-form select,
.cs-design-form textarea{
  width:100%;
  border:1px solid var(--cs-border);
  border-radius:9px;
  padding:14px 15px;
  font-family:"Lato",Arial,sans-serif;
  font-size:16px;
  color:var(--cs-black);
  background:#fff;
}
.cs-design-form input:focus,
.cs-design-form select:focus,
.cs-design-form textarea:focus{
  outline:2px solid rgba(42,109,178,.22);
  border-color:var(--cs-blue);
}
.cs-design-form button{
  border:0;
  cursor:pointer;
}
.cs-form-note{
  margin:14px 0 0!important;
  font-size:14px!important;
  line-height:1.5!important;
  color:var(--cs-grey)!important;
}
@media(max-width:900px){
  .cs-contact-panel{grid-template-columns:1fr;padding:32px;margin-left:20px;margin-right:20px;width:auto;}
}
@media(max-width:640px){
  .cs-image-option-grid article{min-height:230px;}
  .cs-form-row{grid-template-columns:1fr;gap:0;}
  .cs-contact-panel{padding:26px;}
}

/* V4 update: Featured Layout blue section with photorealistic example */
.cs-featured-section{
  background:var(--cs-blue);
  margin:20px 0 0;
}
.cs-featured-section .cs-section{
  width:min(1180px,86vw);
  margin:0 auto;
  padding:74px 0;
}
.cs-featured-card{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:42px;
  align-items:center;
  padding:0;
  background:transparent;
  border-radius:0;
  color:#fff;
  box-shadow:none;
}
.cs-featured-copy{
  color:#fff;
}
.cs-featured-copy h2,
.cs-featured-copy p,
.cs-featured-copy li{
  color:#fff;
}
.cs-kicker-light{
  color:#fff!important;
  opacity:.92;
}
.cs-featured-copy .cs-tick-list{
  margin:24px 0 28px;
}
.cs-tick-list-light li:before{
  color:#fff;
}
.cs-featured-image{
  min-height:420px;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.24);
  background:#fff;
}
.cs-featured-image img{
  width:100%;
  height:100%;
  min-height:420px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.cs-btn-white{
  background:#fff;
  color:var(--cs-blue);
  box-shadow:0 12px 32px rgba(0,0,0,.16);
}
.cs-btn-white:hover{
  background:var(--cs-grey);
  color:#fff;
}

/* V4 update: What's Clever section blue background */
.cs-clever-section{
  background:var(--cs-blue);
  margin:0;
}
.cs-clever-section .cs-section{
  width:min(1180px,86vw);
  margin:0 auto;
  padding:74px 0;
}
.cs-clever-section .cs-dark-card{
  background:transparent;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
}
.cs-clever-section .cs-dark-card h2,
.cs-clever-section .cs-dark-card p{
  color:#fff;
}
.cs-clever-section .cs-dark-card .cs-kicker{
  color:#fff!important;
}
.cs-clever-section .cs-light-card{
  background:#fff;
  border:0;
  box-shadow:0 20px 50px rgba(0,0,0,.16);
}

@media(max-width:1024px){
  .cs-featured-card{grid-template-columns:1fr;}
  .cs-featured-image,.cs-featured-image img{min-height:360px;}
}
@media(max-width:640px){
  .cs-featured-section .cs-section,
  .cs-clever-section .cs-section{width:auto;margin:0 20px;padding:46px 0;}
  .cs-featured-image,.cs-featured-image img{min-height:260px;}
}

/* V6 update: corrected compact full-width hero layout */
.cs-hero{
  min-height:520px;
  height:520px;
  max-height:520px;
  position:relative;
  display:block;
  background:#fff;
  overflow:hidden;
}
.cs-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.96) 34%,rgba(255,255,255,.74) 47%,rgba(255,255,255,.20) 60%,rgba(255,255,255,0) 78%);
  pointer-events:none;
}
.cs-hero-content{
  width:min(560px,45vw);
  min-height:520px;
  height:520px;
  max-height:520px;
  padding:52px 2.5vw 52px 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.cs-hero h1{
  margin:0;
  font-family:"Poppins",Arial,sans-serif;
  font-size:clamp(38px,3.25vw,52px);
  line-height:1.16;
  font-weight:800;
  letter-spacing:-.035em;
}
.cs-hero h1 span{color:var(--cs-blue)}
.cs-blue-line{
  width:58px;
  height:4px;
  background:var(--cs-blue);
  margin:24px 0;
}
.cs-hero p{
  max-width:520px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.65;
}
.cs-hero-buttons{display:flex;gap:18px;flex-wrap:wrap}
.cs-hero-image{
  position:absolute;
  inset:0;
  height:520px;
  min-height:520px;
  z-index:0;
}
.cs-hero-image picture{display:block;width:100%;height:100%}
.cs-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
}
.cs-feature-strip{
  width:min(1180px,86vw);
  margin:0 auto 58px;
  background:var(--cs-white);
  border-radius:0 0 14px 14px;
  box-shadow:0 12px 36px rgba(0,0,0,.10);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  position:relative;
  z-index:5;
}

@media(max-width:1180px){
  .cs-hero{height:500px;min-height:500px;max-height:500px}
  .cs-hero-content{height:500px;min-height:500px;max-height:500px;width:min(540px,52vw);padding:44px 4vw 44px 6vw}
  .cs-hero-image{height:500px;min-height:500px}
  .cs-hero h1{font-size:clamp(34px,3.6vw,46px)}
  .cs-hero p{font-size:17px;max-width:500px}
}
@media(max-width:1024px){
  .cs-hero{height:560px;min-height:560px;max-height:560px}
  .cs-hero:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 56%,rgba(255,255,255,.20) 100%)}
  .cs-hero-content{width:min(600px,70vw);height:560px;min-height:560px;max-height:560px;padding:44px 6vw}
  .cs-hero-image{height:560px;min-height:560px}
  .cs-feature-strip{grid-template-columns:repeat(2,1fr);margin:0 auto 46px;border-radius:14px}
}
@media(max-width:640px){
  .cs-hero{height:auto;min-height:0;max-height:none;display:flex;flex-direction:column;background:#fff}
  .cs-hero:before{display:none}
  .cs-hero-content{width:100%;height:auto;min-height:0;max-height:none;padding:34px 24px 30px;order:1;background:#fff}
  .cs-hero h1{font-size:clamp(34px,11vw,46px);line-height:1.12}
  .cs-hero p{font-size:17px;line-height:1.6}
  .cs-hero-image{position:relative;inset:auto;height:300px;min-height:300px;order:2}
  .cs-hero-image img{object-position:center center}
  .cs-feature-strip{grid-template-columns:1fr;margin:0 20px 40px;width:auto;border-radius:14px}
}

/* V7 update: final approved split hero section */
.cs-hero{
  height:520px;
  min-height:520px;
  max-height:520px;
  display:grid;
  grid-template-columns:50% 50%;
  position:relative;
  overflow:hidden;
  background:#fff;
}
.cs-hero:before{
  display:none;
}
.cs-hero-content{
  width:100%;
  height:520px;
  min-height:520px;
  max-height:520px;
  padding:56px 5vw 54px 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
  background:#fff;
}
.cs-hero h1{
  margin:0;
  font-family:"Poppins",Arial,sans-serif;
  font-size:clamp(36px,3.15vw,52px);
  line-height:1.16;
  font-weight:800;
  letter-spacing:-.035em;
  max-width:560px;
}
.cs-hero h1 span{color:var(--cs-blue)}
.cs-blue-line{
  width:58px;
  height:4px;
  background:var(--cs-blue);
  margin:24px 0;
}
.cs-hero p{
  max-width:560px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.65;
  color:#222;
}
.cs-hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.cs-hero-image{
  position:relative;
  inset:auto;
  height:520px;
  min-height:520px;
  z-index:1;
}
.cs-hero-image picture{
  display:block;
  width:100%;
  height:100%;
}
.cs-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.cs-feature-strip{
  width:100%;
  margin:0 auto 58px;
  background:var(--cs-white);
  border-radius:0;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  position:relative;
  z-index:5;
  padding-left:7vw;
  padding-right:7vw;
}
.cs-feature-strip div{
  padding:28px 30px;
}

@media(max-width:1180px){
  .cs-hero{
    height:500px;
    min-height:500px;
    max-height:500px;
    grid-template-columns:52% 48%;
  }
  .cs-hero-content{
    height:500px;
    min-height:500px;
    max-height:500px;
    padding:44px 4vw 44px 6vw;
  }
  .cs-hero-image{
    height:500px;
    min-height:500px;
  }
  .cs-hero h1{
    font-size:clamp(34px,3.55vw,46px);
  }
  .cs-hero p{
    font-size:17px;
    max-width:500px;
  }
  .cs-feature-strip{
    padding-left:5vw;
    padding-right:5vw;
  }
}
@media(max-width:1024px){
  .cs-hero{
    height:auto;
    min-height:0;
    max-height:none;
    grid-template-columns:1fr;
  }
  .cs-hero-content{
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    padding:48px 6vw 38px;
  }
  .cs-hero-image{
    height:420px;
    min-height:420px;
  }
  .cs-feature-strip{
    grid-template-columns:repeat(2,1fr);
    margin:0 auto 46px;
    border-radius:0;
    padding-left:6vw;
    padding-right:6vw;
  }
}
@media(max-width:640px){
  .cs-hero{
    display:flex;
    flex-direction:column;
  }
  .cs-hero-content{
    padding:34px 24px 30px;
    order:1;
  }
  .cs-hero h1{
    font-size:clamp(32px,10vw,42px);
    line-height:1.13;
  }
  .cs-hero p{
    font-size:17px;
    line-height:1.6;
  }
  .cs-hero-buttons{
    flex-direction:column;
  }
  .cs-btn{
    width:100%;
  }
  .cs-hero-image{
    height:300px;
    min-height:300px;
    order:2;
  }
  .cs-feature-strip{
    grid-template-columns:1fr;
    margin:0 20px 40px;
    width:auto;
    border-radius:14px;
    padding-left:0;
    padding-right:0;
  }
}

/* V8 update: approved full-site-width hero image with compact overlay copy */
.cs-hero{
  height:560px;
  min-height:560px;
  max-height:560px;
  display:block;
  position:relative;
  overflow:hidden;
  background:#fff;
}
.cs-hero:before{
  content:"";
  display:block;
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.96) 30%,rgba(255,255,255,.78) 43%,rgba(255,255,255,.28) 56%,rgba(255,255,255,0) 75%);
  pointer-events:none;
}
.cs-hero-content{
  width:min(560px,43vw);
  height:560px;
  min-height:560px;
  max-height:560px;
  padding:54px 2.5vw 54px 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
  background:transparent;
}
.cs-hero h1{
  margin:0;
  max-width:560px;
  font-family:"Poppins",Arial,sans-serif;
  font-size:clamp(38px,3.05vw,52px);
  line-height:1.14;
  font-weight:800;
  letter-spacing:-.04em;
}
.cs-hero h1 span{color:var(--cs-blue)}
.cs-blue-line{
  width:58px;
  height:4px;
  background:var(--cs-blue);
  margin:24px 0;
}
.cs-hero p{
  max-width:540px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.65;
  color:#222;
}
.cs-hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.cs-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:560px;
  min-height:560px;
  z-index:0;
}
.cs-hero-image picture{
  display:block;
  width:100%;
  height:100%;
}
.cs-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.cs-feature-strip{
  width:100%;
  margin:0 auto 58px;
  background:var(--cs-white);
  border-radius:0;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  position:relative;
  z-index:5;
  padding-left:7vw;
  padding-right:7vw;
}
.cs-feature-strip div{
  padding:28px 30px;
}
@media(max-width:1180px){
  .cs-hero{height:530px;min-height:530px;max-height:530px;}
  .cs-hero-content{height:530px;min-height:530px;max-height:530px;width:min(540px,47vw);padding:46px 3vw 46px 6vw;}
  .cs-hero-image{height:530px;min-height:530px;}
  .cs-hero h1{font-size:clamp(34px,3.45vw,46px);}
  .cs-hero p{font-size:17px;max-width:500px;}
  .cs-feature-strip{padding-left:5vw;padding-right:5vw;}
}
@media(max-width:1024px){
  .cs-hero{height:560px;min-height:560px;max-height:560px;}
  .cs-hero:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 54%,rgba(255,255,255,.28) 100%);}
  .cs-hero-content{width:min(600px,70vw);height:560px;min-height:560px;max-height:560px;padding:46px 6vw;}
  .cs-hero-image{height:560px;min-height:560px;}
  .cs-feature-strip{grid-template-columns:repeat(2,1fr);margin:0 auto 46px;border-radius:0;padding-left:6vw;padding-right:6vw;}
}
@media(max-width:640px){
  .cs-hero{height:auto;min-height:0;max-height:none;display:flex;flex-direction:column;background:#fff;}
  .cs-hero:before{display:none;}
  .cs-hero-content{width:100%;height:auto;min-height:0;max-height:none;padding:34px 24px 30px;order:1;background:#fff;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px);line-height:1.13;}
  .cs-hero p{font-size:17px;line-height:1.6;}
  .cs-hero-buttons{flex-direction:column;}
  .cs-btn{width:100%;}
  .cs-hero-image{position:relative;inset:auto;height:300px;min-height:300px;order:2;}
  .cs-hero-image img{object-position:center center;}
  .cs-feature-strip{grid-template-columns:1fr;margin:0 20px 40px;width:auto;border-radius:14px;padding-left:0;padding-right:0;}
}


/* V9 update: final approved full-width hero image, no white-to-transparent overlay */
.cs-hero{
  height:560px;
  min-height:560px;
  max-height:560px;
  display:block;
  position:relative;
  overflow:hidden;
  background:#fff;
}
.cs-hero:before{
  display:none!important;
}
.cs-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:560px;
  min-height:560px;
  z-index:0;
}
.cs-hero-image picture,
.cs-hero-image img{
  display:block;
  width:100%;
  height:100%;
}
.cs-hero-image img{
  object-fit:cover;
  object-position:center center;
}
.cs-hero-content{
  width:min(660px,48vw);
  height:560px;
  min-height:560px;
  max-height:560px;
  padding:52px 3vw 52px 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
  background:transparent!important;
}
.cs-hero h1{
  max-width:660px;
  font-size:clamp(40px,3.2vw,54px);
  line-height:1.13;
}
.cs-hero p{
  max-width:600px;
  font-size:18px;
  line-height:1.65;
}
.cs-hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.cs-hero-buttons .cs-btn{
  width:auto;
}

/* V9 update: Make Every Inch of Space Useful section below hero */
.cs-space-useful{
  background:#fff;
  border-top:1px solid rgba(0,0,0,.04);
}
.cs-space-useful-inner{
  width:min(1180px,86vw);
  margin:0 auto;
  padding:64px 0 66px;
  display:grid;
  grid-template-columns:.85fr 1.45fr;
  gap:58px;
  align-items:center;
}
.cs-space-useful-copy{
  padding-right:46px;
  border-right:1px solid var(--cs-border);
}
.cs-space-useful-copy h2{
  font-family:"Poppins",Arial,sans-serif;
  font-size:clamp(30px,2.8vw,42px);
  line-height:1.18;
  letter-spacing:-.025em;
  margin:0 0 16px;
}
.cs-space-useful-copy p:not(.cs-kicker){
  font-size:16px;
  line-height:1.75;
  margin:0;
  color:#222;
}
.cs-space-useful-options{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  text-align:center;
}
.cs-space-useful-options article{
  padding:10px 6px;
}
.cs-useful-icon{
  display:block;
  color:var(--cs-blue);
  font-size:42px;
  line-height:1;
  margin-bottom:18px;
  font-weight:700;
}
.cs-space-useful-options h3{
  font-family:"Poppins",Arial,sans-serif;
  font-size:16px;
  margin:0 0 10px;
}
.cs-space-useful-options p{
  font-size:15px;
  line-height:1.65;
  margin:0;
  color:#222;
}
@media(max-width:1180px){
  .cs-hero{height:540px;min-height:540px;max-height:540px;}
  .cs-hero-image{height:540px;min-height:540px;}
  .cs-hero-content{height:540px;min-height:540px;max-height:540px;width:min(620px,52vw);padding-left:6vw;}
  .cs-hero h1{font-size:clamp(36px,3.5vw,48px);}
}
@media(max-width:1024px){
  .cs-hero{height:560px;min-height:560px;max-height:560px;}
  .cs-hero-image{height:560px;min-height:560px;}
  .cs-hero-content{width:min(650px,72vw);height:560px;min-height:560px;max-height:560px;padding:46px 6vw;}
  .cs-space-useful-inner{grid-template-columns:1fr;gap:34px;}
  .cs-space-useful-copy{border-right:0;border-bottom:1px solid var(--cs-border);padding-right:0;padding-bottom:30px;}
  .cs-space-useful-options{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .cs-hero{height:auto;min-height:0;max-height:none;display:flex;flex-direction:column;}
  .cs-hero-content{width:100%;height:auto;min-height:0;max-height:none;padding:34px 24px 30px;order:1;background:#fff!important;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px);line-height:1.13;}
  .cs-hero p{font-size:17px;line-height:1.6;}
  .cs-hero-buttons{flex-direction:column;}
  .cs-hero-buttons .cs-btn,.cs-btn{width:100%;}
  .cs-hero-image{position:relative;inset:auto;height:300px;min-height:300px;order:2;}
  .cs-hero-image img{object-position:center center;}
  .cs-space-useful-inner{width:auto;margin:0 20px;padding:44px 0;}
  .cs-space-useful-options{grid-template-columns:1fr;gap:24px;}
}

/* V10 FINAL — approved hero copied from reference screenshot
   Full-site-width staircase image, no white-to-transparent overlay,
   wider left text area, both CTA buttons retained, rest of site unchanged. */
/* ==================== SITE HEADER ==================== */
.cs-site-header{position:relative;z-index:50;}
.cs-navbar{position:relative;top:auto;}
.cs-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.cs-hero:before,
.cs-hero:after{
  display:none!important;
  content:none!important;
}
.cs-hero-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:500px!important;
  min-height:500px!important;
  z-index:0!important;
}
.cs-hero-image picture,
.cs-hero-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.cs-hero-image img{
  object-fit:cover!important;
  object-position:center center!important;
}
.cs-hero-content{
  position:relative!important;
  z-index:2!important;
  width:min(610px,45vw)!important;
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  padding:44px 2.5vw 42px 5.6vw!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
}
.cs-hero h1{
  max-width:610px!important;
  margin:0!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(38px,3.05vw,50px)!important;
  line-height:1.14!important;
  font-weight:800!important;
  letter-spacing:-0.04em!important;
  color:var(--cs-black)!important;
}
.cs-hero h1 span{color:var(--cs-blue)!important;}
.cs-blue-line{
  width:58px!important;
  height:4px!important;
  background:var(--cs-blue)!important;
  margin:22px 0 24px!important;
}
.cs-hero p{
  max-width:520px!important;
  margin:0 0 24px!important;
  font-size:16px!important;
  line-height:1.7!important;
  color:#19181A!important;
}
.cs-hero-buttons{
  display:flex!important;
  flex-direction:row!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
.cs-hero-buttons .cs-btn{
  width:auto!important;
  min-width:220px!important;
  padding:17px 28px!important;
}
.cs-feature-strip{
  width:100%!important;
  margin:0 auto 0!important;
  border-radius:0!important;
  box-shadow:0 10px 28px rgba(0,0,0,.08)!important;
  padding-left:7vw!important;
  padding-right:7vw!important;
  background:#fff!important;
}
.cs-feature-strip div{
  padding:26px 30px!important;
}
.cs-space-useful-inner{
  padding-top:58px!important;
}
@media(max-width:1180px){
  .cs-hero{height:480px!important;min-height:480px!important;max-height:480px!important;}
  .cs-hero-image{height:480px!important;min-height:480px!important;}
  .cs-hero-content{height:480px!important;min-height:480px!important;max-height:480px!important;width:min(570px,50vw)!important;padding-left:5vw!important;}
  .cs-hero h1{font-size:clamp(34px,3.35vw,46px)!important;}
  .cs-hero p{font-size:16px!important;max-width:500px!important;}
  .cs-feature-strip{padding-left:5vw!important;padding-right:5vw!important;}
}
@media(max-width:1024px){
  .cs-hero{height:540px!important;min-height:540px!important;max-height:540px!important;}
  .cs-hero-image{height:540px!important;min-height:540px!important;}
  .cs-hero-content{width:min(620px,70vw)!important;height:540px!important;min-height:540px!important;max-height:540px!important;padding:44px 6vw!important;}
  .cs-feature-strip{grid-template-columns:repeat(2,1fr)!important;padding-left:6vw!important;padding-right:6vw!important;}
}
@media(max-width:640px){
  .cs-hero{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;}
  .cs-hero-content{order:1!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:34px 24px 30px!important;background:#fff!important;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px)!important;line-height:1.13!important;}
  .cs-hero p{font-size:17px!important;line-height:1.6!important;}
  .cs-hero-buttons{flex-direction:column!important;}
  .cs-hero-buttons .cs-btn{width:100%!important;min-width:0!important;}
  .cs-hero-image{position:relative!important;inset:auto!important;order:2!important;height:300px!important;min-height:300px!important;}
  .cs-hero-image img{object-position:center center!important;}
  .cs-feature-strip{grid-template-columns:1fr!important;margin:0 20px 40px!important;width:auto!important;border-radius:14px!important;padding-left:0!important;padding-right:0!important;}
}

/* V11 FINAL HERO CORRECTION — 40% left copy area + zoomed-out full-site-width staircase image */
.cs-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.cs-hero:before,
.cs-hero:after{
  display:none!important;
  content:none!important;
}
.cs-hero-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:500px!important;
  min-height:500px!important;
  z-index:0!important;
}
.cs-hero-image picture,
.cs-hero-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.cs-hero-image img{
  object-fit:cover!important;
  object-position:center center!important;
}
.cs-hero-content{
  position:relative!important;
  z-index:2!important;
  width:40%!important;
  max-width:640px!important;
  min-width:520px!important;
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  padding:44px 2.6vw 42px 5.6vw!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
}
.cs-hero h1{
  max-width:600px!important;
  margin:0!important;
  font-size:clamp(38px,3.05vw,50px)!important;
  line-height:1.14!important;
  letter-spacing:-0.04em!important;
}
.cs-hero p{
  max-width:520px!important;
  margin:0 0 24px!important;
  font-size:16px!important;
  line-height:1.7!important;
}
.cs-hero-buttons{
  display:flex!important;
  flex-direction:row!important;
  gap:18px!important;
  flex-wrap:nowrap!important;
}
.cs-hero-buttons .cs-btn{
  width:auto!important;
  min-width:220px!important;
  padding:17px 28px!important;
  white-space:nowrap!important;
}
.cs-btn-secondary{
  background:#fff!important;
  color:var(--cs-black)!important;
  border:1px solid rgba(25,24,26,.18)!important;
  box-shadow:0 8px 25px rgba(0,0,0,.12)!important;
}
.cs-feature-strip{
  width:100%!important;
  margin:0 auto 0!important;
  border-radius:0!important;
  box-shadow:0 10px 28px rgba(0,0,0,.08)!important;
  padding-left:7vw!important;
  padding-right:7vw!important;
  background:#fff!important;
}
@media(max-width:1180px){
  .cs-hero{height:480px!important;min-height:480px!important;max-height:480px!important;}
  .cs-hero-image{height:480px!important;min-height:480px!important;}
  .cs-hero-content{height:480px!important;min-height:480px!important;max-height:480px!important;width:43%!important;min-width:500px!important;padding-left:5vw!important;}
  .cs-hero h1{font-size:clamp(34px,3.35vw,46px)!important;}
}
@media(max-width:1024px){
  .cs-hero{height:540px!important;min-height:540px!important;max-height:540px!important;}
  .cs-hero-image{height:540px!important;min-height:540px!important;}
  .cs-hero-content{width:min(620px,70vw)!important;min-width:0!important;height:540px!important;min-height:540px!important;max-height:540px!important;padding:44px 6vw!important;}
  .cs-hero-buttons{flex-wrap:wrap!important;}
}
@media(max-width:640px){
  .cs-hero{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;}
  .cs-hero-content{order:1!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;padding:34px 24px 30px!important;background:#fff!important;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px)!important;line-height:1.13!important;}
  .cs-hero p{font-size:17px!important;line-height:1.6!important;}
  .cs-hero-buttons{flex-direction:column!important;}
  .cs-hero-buttons .cs-btn{width:100%!important;min-width:0!important;}
  .cs-hero-image{position:relative!important;inset:auto!important;order:2!important;height:300px!important;min-height:300px!important;}
  .cs-hero-image img{object-position:center center!important;}
}

/* V12 DRAFT — Section colour strategy for clearer page separation
   White / Off White / Clever Storage Blue / Matte Black footer */

/* Make Every Inch of Space Useful — calm educational section */
.cs-space-useful{
  background:var(--cs-offwhite)!important;
  margin:0!important;
  padding:76px 0!important;
  border-top:1px solid var(--cs-border)!important;
  border-bottom:1px solid var(--cs-border)!important;
}
.cs-space-useful-inner{
  width:min(1180px,86vw)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:0.92fr 1.45fr!important;
  gap:54px!important;
  align-items:center!important;
}
.cs-space-useful-copy{
  padding-right:18px!important;
}
.cs-space-useful-copy h2{
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(34px,3.2vw,48px)!important;
  line-height:1.14!important;
  letter-spacing:-.035em!important;
  margin:0 0 18px!important;
  color:var(--cs-black)!important;
}
.cs-space-useful-copy p:not(.cs-kicker){
  font-size:18px!important;
  line-height:1.8!important;
  color:#333!important;
  margin:0!important;
}
.cs-space-useful-options{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
}
.cs-space-useful-options article{
  background:#fff!important;
  border:1px solid var(--cs-border)!important;
  border-radius:16px!important;
  padding:30px 22px!important;
  min-height:220px!important;
  text-align:center!important;
  box-shadow:0 12px 32px rgba(0,0,0,.06)!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}
.cs-space-useful-options article:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.10)!important;
}
.cs-useful-icon{
  width:58px!important;
  height:58px!important;
  margin:0 auto 18px!important;
  display:grid!important;
  place-items:center!important;
  color:var(--cs-blue)!important;
  font-size:34px!important;
  line-height:1!important;
}
.cs-space-useful-options h3{
  font-family:"Poppins",Arial,sans-serif!important;
  margin:0 0 10px!important;
  font-size:18px!important;
  line-height:1.25!important;
  color:var(--cs-black)!important;
}
.cs-space-useful-options p{
  margin:0!important;
  font-size:15px!important;
  line-height:1.65!important;
  color:var(--cs-grey)!important;
}

/* Blue feature sections */
.cs-featured-section,
.cs-clever-section{
  background:var(--cs-blue)!important;
}

/* Alternating neutral sections */
.cs-intro,
#storage-options,
.cs-process,
.cs-cta{
  background:#fff!important;
}
.cs-band{
  background:var(--cs-offwhite)!important;
  margin:0!important;
}
.cs-contact-panel{
  background:var(--cs-offwhite)!important;
}

/* Contact / final conversion area can remain visually strong while readable */
#contact.cs-section{
  padding-top:76px!important;
  padding-bottom:76px!important;
}

@media(max-width:1024px){
  .cs-space-useful-inner{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
  .cs-space-useful-options{
    grid-template-columns:repeat(2,1fr)!important;
  }
}
@media(max-width:640px){
  .cs-space-useful{
    padding:46px 0!important;
  }
  .cs-space-useful-inner{
    width:auto!important;
    margin:0 20px!important;
  }
  .cs-space-useful-options{
    grid-template-columns:1fr!important;
  }
  .cs-space-useful-options article{
    min-height:auto!important;
  }
}


/* V13 draft update: What I Can Build cards with brand-blue overlay and stable hover */
#storage-options{
  background:#fff!important;
}
.cs-image-option-grid{
  align-items:stretch!important;
}
.cs-image-option-grid article{
  min-height:260px!important;
  padding:0!important;
  overflow:hidden!important;
  position:relative!important;
  border:0!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:flex-end!important;
  background:#0f6fa3!important;
  box-shadow:0 14px 34px rgba(0,0,0,.10)!important;
  isolation:isolate!important;
}
.cs-image-option-grid article::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--card-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  transform:scale(1.01);
  transition:transform .35s ease, filter .35s ease!important;
}
.cs-image-option-grid article::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(25,155,215,.08) 0%,rgba(42,109,178,.58) 54%,rgba(16,105,153,.95) 100%)!important;
  transition:background .35s ease!important;
}
.cs-image-option-grid article:hover{
  transform:translateY(-5px)!important;
  background:#0f6fa3!important;
  box-shadow:0 20px 48px rgba(0,0,0,.18)!important;
}
.cs-image-option-grid article:hover::before{
  transform:scale(1.06)!important;
  filter:saturate(1.05) contrast(1.04)!important;
}
.cs-image-option-grid article:hover::after{
  background:linear-gradient(180deg,rgba(25,155,215,.04) 0%,rgba(42,109,178,.50) 50%,rgba(12,92,140,.96) 100%)!important;
}
.cs-image-option-grid article > div{
  padding:28px!important;
  position:relative!important;
  z-index:2!important;
  width:100%!important;
}
.cs-image-option-grid h3{
  color:#fff!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:20px!important;
  line-height:1.25!important;
  margin:0 0 12px!important;
  text-shadow:0 2px 10px rgba(0,0,0,.28)!important;
}
.cs-image-option-grid p{
  color:#fff!important;
  opacity:.98!important;
  font-size:16px!important;
  line-height:1.65!important;
  text-shadow:0 1px 8px rgba(0,0,0,.28)!important;
}
@media(max-width:640px){
  .cs-image-option-grid article{
    min-height:240px!important;
  }
}

/* V14 update: Storage Options section - brand-blue overlay cards */
#storage-options{
  background:#FFFFFF!important;
  padding-top:78px!important;
  padding-bottom:86px!important;
}
#storage-options .cs-section-heading{
  margin-bottom:34px!important;
}
#storage-options .cs-section-heading h2{
  margin-bottom:14px!important;
}
.cs-image-option-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.cs-image-option-grid article{
  min-height:318px!important;
  padding:0!important;
  overflow:hidden!important;
  position:relative!important;
  border:0!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:flex-end!important;
  background:var(--cs-blue)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.10)!important;
  isolation:isolate!important;
  transform:translateY(0)!important;
  transition:transform .35s ease, box-shadow .35s ease!important;
}
.cs-image-option-grid article::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--card-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  transform:scale(1.01);
  filter:saturate(.96) contrast(1.02);
  transition:transform .35s ease, filter .35s ease!important;
}
.cs-image-option-grid article::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    180deg,
    rgba(42,109,178,0.00) 0%,
    rgba(42,109,178,0.18) 34%,
    rgba(42,109,178,0.74) 72%,
    rgba(42,109,178,0.96) 100%
  )!important;
  transition:background .35s ease!important;
}
.cs-image-option-grid article:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.20)!important;
}
.cs-image-option-grid article:hover::before{
  transform:scale(1.055)!important;
  filter:saturate(1.04) contrast(1.05)!important;
}
.cs-image-option-grid article:hover::after{
  background:linear-gradient(
    180deg,
    rgba(42,109,178,0.05) 0%,
    rgba(42,109,178,0.28) 32%,
    rgba(42,109,178,0.82) 70%,
    rgba(42,109,178,1.00) 100%
  )!important;
}
.cs-image-option-grid article > div{
  padding:26px 28px 28px!important;
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  transform:translateY(0)!important;
  transition:transform .35s ease!important;
}
.cs-image-option-grid article:hover > div{
  transform:translateY(-6px)!important;
}
.cs-image-option-grid .cs-card-icon{
  display:block!important;
  width:38px!important;
  height:38px!important;
  margin:0 0 13px!important;
  color:#FFFFFF!important;
  font-size:36px!important;
  line-height:38px!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-weight:600!important;
  text-shadow:0 2px 12px rgba(0,0,0,.28)!important;
  opacity:.96!important;
  transform:scale(1)!important;
  transition:transform .35s ease, opacity .35s ease!important;
}
.cs-image-option-grid article:hover .cs-card-icon{
  transform:scale(1.1)!important;
  opacity:1!important;
}
.cs-image-option-grid h3{
  color:#FFFFFF!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:21px!important;
  line-height:1.22!important;
  margin:0 0 10px!important;
  text-shadow:0 2px 10px rgba(0,0,0,.30)!important;
}
.cs-image-option-grid p{
  color:#FFFFFF!important;
  opacity:.98!important;
  font-size:16px!important;
  line-height:1.58!important;
  margin:0!important;
  text-shadow:0 1px 8px rgba(0,0,0,.30)!important;
}
@media(max-width:1100px){
  .cs-image-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  #storage-options{padding-top:54px!important;padding-bottom:58px!important;}
  .cs-image-option-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .cs-image-option-grid article{min-height:270px!important;}
}

/* V15 update: final What I Can Build card treatment using official Clever Storage blue */
#storage-options{
  background:#FFFFFF!important;
  padding-top:78px!important;
  padding-bottom:86px!important;
}
#storage-options .cs-section-heading{
  max-width:820px!important;
  margin-bottom:34px!important;
}
#storage-options .cs-section-heading h2{
  font-size:clamp(42px,4.2vw,62px)!important;
  line-height:1.05!important;
  margin-bottom:18px!important;
}
#storage-options .cs-section-heading p:not(.cs-kicker){
  max-width:900px!important;
  font-size:20px!important;
  line-height:1.55!important;
}
.cs-image-option-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.cs-image-option-grid article{
  min-height:318px!important;
  padding:0!important;
  overflow:hidden!important;
  position:relative!important;
  border:0!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:flex-end!important;
  background:var(--cs-blue)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.10)!important;
  isolation:isolate!important;
  transform:translateY(0)!important;
  transition:transform .35s ease, box-shadow .35s ease!important;
}
.cs-image-option-grid article::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--card-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  transform:scale(1.01);
  filter:saturate(.96) contrast(1.02);
  transition:transform .35s ease, filter .35s ease!important;
}
.cs-image-option-grid article::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,
    rgba(42,109,178,0.00) 0%,
    rgba(42,109,178,0.16) 38%,
    rgba(42,109,178,0.74) 73%,
    rgba(42,109,178,0.98) 100%)!important;
  transition:background .35s ease!important;
}
.cs-image-option-grid article:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.20)!important;
}
.cs-image-option-grid article:hover::before{
  transform:scale(1.055)!important;
  filter:saturate(1.04) contrast(1.05)!important;
}
.cs-image-option-grid article:hover::after{
  background:linear-gradient(180deg,
    rgba(42,109,178,0.05) 0%,
    rgba(42,109,178,0.28) 34%,
    rgba(42,109,178,0.84) 70%,
    rgba(42,109,178,1.00) 100%)!important;
}
.cs-image-option-grid article > div{
  padding:26px 58px 28px 28px!important;
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  min-height:142px!important;
  transform:translateY(0)!important;
  transition:transform .35s ease!important;
}
.cs-image-option-grid article:hover > div{
  transform:translateY(-6px)!important;
}
.cs-image-option-grid .cs-card-icon{
  display:block!important;
  width:42px!important;
  height:42px!important;
  margin:0 0 12px!important;
  color:#FFFFFF!important;
  font-size:36px!important;
  line-height:42px!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-weight:600!important;
  text-shadow:0 2px 12px rgba(0,0,0,.28)!important;
  opacity:.96!important;
  transform:scale(1)!important;
  transition:transform .35s ease, opacity .35s ease!important;
}
.cs-image-option-grid article:hover .cs-card-icon{
  transform:scale(1.1)!important;
  opacity:1!important;
}
.cs-image-option-grid h3{
  color:#FFFFFF!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:22px!important;
  font-weight:800!important;
  line-height:1.18!important;
  margin:0 0 8px!important;
  text-shadow:0 2px 10px rgba(0,0,0,.32)!important;
}
.cs-image-option-grid p{
  color:#FFFFFF!important;
  opacity:.98!important;
  font-size:16px!important;
  line-height:1.55!important;
  margin:0!important;
  text-shadow:0 1px 8px rgba(0,0,0,.30)!important;
}
.cs-card-arrow{
  position:absolute!important;
  right:18px!important;
  bottom:18px!important;
  width:38px!important;
  height:38px!important;
  border:1.8px solid rgba(255,255,255,.96)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:700!important;
  transition:transform .35s ease, background .35s ease, color .35s ease!important;
}
.cs-image-option-grid article:hover .cs-card-arrow{
  transform:translateX(3px)!important;
  background:#fff!important;
  color:var(--cs-blue)!important;
}
@media(max-width:1100px){
  .cs-image-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  #storage-options{padding-top:54px!important;padding-bottom:58px!important;}
  .cs-image-option-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .cs-image-option-grid article{min-height:300px!important;}
  .cs-image-option-grid article > div{padding:24px 58px 26px 24px!important;}
}


/* V16 approved Storage Options cards — exact full image card design with official brand blue overlay */
#storage-options.cs-storage-options-final{
  background:#FFFFFF!important;
  padding:78px clamp(28px,3.5vw,60px) 88px!important;
  max-width:none!important;
  width:100%!important;
}
#storage-options.cs-storage-options-final .cs-section-heading{
  max-width:1180px!important;
  margin:0 auto 32px!important;
  text-align:left!important;
}
#storage-options.cs-storage-options-final .cs-kicker{
  color:#2A6DB2!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin:0 0 10px!important;
}
#storage-options.cs-storage-options-final h2{
  color:#19181A!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(42px,4.4vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  font-weight:800!important;
  margin:0 0 18px!important;
}
#storage-options.cs-storage-options-final .cs-section-heading p:not(.cs-kicker){
  max-width:900px!important;
  color:#19181A!important;
  font-size:20px!important;
  line-height:1.55!important;
  margin:0!important;
}
.cs-storage-card-grid{
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
}
.cs-storage-card{
  position:relative!important;
  min-height:308px!important;
  border-radius:12px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  box-shadow:0 13px 32px rgba(0,0,0,.14)!important;
  background:#2A6DB2!important;
  transform:translateY(0)!important;
  transition:transform .35s ease, box-shadow .35s ease!important;
}
.cs-storage-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-image:var(--card-bg)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  transform:scale(1.005)!important;
  filter:saturate(.96) contrast(1.02)!important;
  transition:transform .35s ease, filter .35s ease!important;
}
.cs-storage-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,
    rgba(42,109,178,0.00) 0%,
    rgba(42,109,178,0.06) 32%,
    rgba(42,109,178,0.50) 64%,
    rgba(42,109,178,0.92) 100%)!important;
  transition:background .35s ease!important;
}
.cs-storage-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.22)!important;
}
.cs-storage-card:hover::before{
  transform:scale(1.055)!important;
  filter:saturate(1.04) contrast(1.05)!important;
}
.cs-storage-card:hover::after{
  background:linear-gradient(180deg,
    rgba(42,109,178,0.03) 0%,
    rgba(42,109,178,0.18) 34%,
    rgba(42,109,178,0.68) 67%,
    rgba(42,109,178,1.00) 100%)!important;
}
.cs-storage-card-content{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:2!important;
  padding:0 62px 28px 26px!important;
  color:#FFFFFF!important;
  transition:transform .35s ease!important;
}
.cs-storage-card:hover .cs-storage-card-content{
  transform:translateY(-5px)!important;
}
.cs-storage-icon{
  display:block!important;
  width:44px!important;
  height:44px!important;
  margin:0 0 10px!important;
  color:#FFFFFF!important;
  opacity:.97!important;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.22))!important;
  transition:transform .35s ease, opacity .35s ease!important;
}
.cs-storage-icon svg{
  width:44px!important;
  height:44px!important;
  display:block!important;
}
.cs-storage-card:hover .cs-storage-icon{
  transform:scale(1.08)!important;
  opacity:1!important;
}
.cs-storage-card h3{
  color:#FFFFFF!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:24px!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
  margin:0 0 8px!important;
  text-shadow:0 2px 10px rgba(0,0,0,.26)!important;
}
.cs-storage-card p{
  color:#FFFFFF!important;
  font-size:17px!important;
  line-height:1.45!important;
  margin:0!important;
  max-width:270px!important;
  text-shadow:0 1px 8px rgba(0,0,0,.24)!important;
}
.cs-storage-arrow{
  position:absolute!important;
  right:18px!important;
  bottom:18px!important;
  width:36px!important;
  height:36px!important;
  border:1.6px solid rgba(255,255,255,.95)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#FFFFFF!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:700!important;
  transition:transform .35s ease, background .35s ease, color .35s ease!important;
}
.cs-storage-card:hover .cs-storage-arrow{
  transform:translateX(3px)!important;
  background:#FFFFFF!important;
  color:#2A6DB2!important;
}
@media(max-width:1120px){
  .cs-storage-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .cs-storage-card{min-height:330px!important;}
}
@media(max-width:640px){
  #storage-options.cs-storage-options-final{padding:54px 20px 62px!important;}
  .cs-storage-card-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .cs-storage-card{min-height:300px!important;}
  .cs-storage-card-content{padding:0 58px 24px 24px!important;}
  .cs-storage-card h3{font-size:23px!important;}
  .cs-storage-card p{font-size:16px!important;}
}

/* V17 exact approved What I Can Build cards using supplied design images */
#storage-options.cs-storage-options-image-exact{
  background:#FFFFFF!important;
  padding:22px clamp(38px,3vw,60px) 82px!important;
  max-width:none!important;
  width:100%!important;
}
#storage-options.cs-storage-options-image-exact .cs-section-heading{
  max-width:1450px!important;
  margin:0 auto 28px!important;
  text-align:left!important;
}
#storage-options.cs-storage-options-image-exact .cs-kicker{
  color:#2A6DB2!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  margin:0 0 10px!important;
}
#storage-options.cs-storage-options-image-exact h2{
  color:#19181A!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(52px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
  margin:0 0 22px!important;
}
#storage-options.cs-storage-options-image-exact .cs-section-heading p:not(.cs-kicker){
  max-width:1060px!important;
  color:#19181A!important;
  font-size:22px!important;
  line-height:1.45!important;
  margin:0!important;
}
.cs-storage-card-grid-image-exact{
  max-width:1450px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:26px!important;
}
.cs-storage-image-card{
  position:relative!important;
  margin:0!important;
  border-radius:12px!important;
  overflow:hidden!important;
  box-shadow:0 13px 34px rgba(0,0,0,.14)!important;
  background:#2A6DB2!important;
  transform:translateY(0)!important;
  transition:transform .35s ease, box-shadow .35s ease!important;
  aspect-ratio:344/385!important;
}
.cs-storage-image-card img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}
.cs-storage-image-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 22px 52px rgba(0,0,0,.22)!important;
}
@media(max-width:1120px){
  .cs-storage-card-grid-image-exact{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important;}
}
@media(max-width:640px){
  #storage-options.cs-storage-options-image-exact{padding:48px 20px 62px!important;}
  #storage-options.cs-storage-options-image-exact h2{font-size:42px!important;}
  #storage-options.cs-storage-options-image-exact .cs-section-heading p:not(.cs-kicker){font-size:18px!important;}
  .cs-storage-card-grid-image-exact{grid-template-columns:1fr!important;gap:18px!important;max-width:360px!important;}
}


/* V20: restore Storage Options label and align title scale */
#storage-options.cs-storage-options-image-exact .cs-kicker{
  display:block!important;
  color:#2A6DB2!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  margin:0 0 10px!important;
}
#storage-options.cs-storage-options-image-exact h2{
  font-size:clamp(48px,4.6vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  margin:0 0 22px!important;
}
@media(max-width:640px){
  #storage-options.cs-storage-options-image-exact .cs-kicker{font-size:13px!important;}
  #storage-options.cs-storage-options-image-exact h2{font-size:42px!important;}
}

/* V21: restored customer reviews section */
.cs-reviews-section{
  background:#FFFFFF!important;
  padding-top:74px!important;
  padding-bottom:74px!important;
}
.cs-reviews-section .cs-section-heading{
  max-width:860px!important;
  margin-bottom:34px!important;
}
.cs-reviews-section h2{
  font-size:clamp(48px,4.6vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  margin:0 0 22px!important;
}
.cs-review-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}
.cs-review-card{
  background:#F9F9F9!important;
  border:1px solid #e7e7e7!important;
  border-radius:18px!important;
  padding:30px!important;
  box-shadow:0 14px 36px rgba(0,0,0,.07)!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}
.cs-stars{
  color:#2A6DB2!important;
  font-size:20px!important;
  letter-spacing:2px!important;
  margin-bottom:18px!important;
}
.cs-review-card p{
  color:#19181A!important;
  font-size:18px!important;
  line-height:1.7!important;
  margin:0 0 22px!important;
}
.cs-review-card strong{
  display:block!important;
  margin-top:auto!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:16px!important;
  color:#4D4D4D!important;
}
@media(max-width:1024px){
  .cs-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .cs-review-grid{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .cs-reviews-section{padding-top:48px!important;padding-bottom:48px!important;}
  .cs-reviews-section h2{font-size:42px!important;}
  .cs-review-card{padding:24px!important;}
}

/* v22 enhanced Book Your Free Design Visit section */
.cs-design-visit-panel{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:92px 7vw!important;
  background:var(--cs-blue)!important;
  display:grid!important;
  grid-template-columns:minmax(320px,0.9fr) minmax(420px,1.1fr)!important;
  gap:56px!important;
  align-items:start!important;
  text-align:left!important;
  color:#fff!important;
}
.cs-design-visit-copy{max-width:620px!important;}
.cs-design-visit-copy .cs-kicker,
.cs-design-visit-copy .cs-kicker-light{color:#fff!important;opacity:.92!important;}
.cs-design-visit-copy h2{
  color:#fff!important;
  font-size:clamp(38px,4vw,64px)!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  margin:0 0 24px!important;
}
.cs-design-visit-copy p{color:#fff!important;font-size:19px!important;line-height:1.75!important;}
.cs-included-box,
.cs-next-steps{
  margin-top:28px!important;
  padding:28px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  backdrop-filter:blur(5px);
}
.cs-included-box h3,
.cs-next-steps h3{
  color:#fff!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:24px!important;
  margin:0 0 18px!important;
}
.cs-tick-list-light li:before{color:#fff!important;}
.cs-next-step{display:grid!important;grid-template-columns:42px 1fr!important;gap:16px!important;margin-top:18px!important;align-items:start!important;}
.cs-next-step span{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--cs-blue);display:grid;place-items:center;font-family:"Poppins",Arial,sans-serif;font-weight:800;}
.cs-next-step strong{display:block;color:#fff;font-family:"Poppins",Arial,sans-serif;font-size:17px;margin-bottom:3px;}
.cs-next-step p{margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.55!important;opacity:.92!important;}
.cs-enhanced-design-form{
  background:#fff!important;
  border-radius:22px!important;
  padding:38px!important;
  box-shadow:0 24px 70px rgba(0,0,0,.22)!important;
  color:var(--cs-black)!important;
}
.cs-enhanced-design-form h3{
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:32px!important;
  line-height:1.15!important;
  margin:0 0 24px!important;
  color:var(--cs-black)!important;
}
.cs-enhanced-design-form label{
  color:var(--cs-black)!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
}
.cs-enhanced-design-form input,
.cs-enhanced-design-form select,
.cs-enhanced-design-form textarea{
  margin-top:8px!important;
  border:1px solid #d7d7d7!important;
  background:#fff!important;
  border-radius:10px!important;
  padding:15px 16px!important;
  font-family:"Lato",Arial,sans-serif!important;
  font-size:16px!important;
  color:var(--cs-black)!important;
}
.cs-enhanced-design-form input[type="file"]{padding:14px!important;background:var(--cs-offwhite)!important;}
.cs-enhanced-design-form input:focus,
.cs-enhanced-design-form select:focus,
.cs-enhanced-design-form textarea:focus{outline:none!important;border-color:var(--cs-blue)!important;box-shadow:0 0 0 3px rgba(42,109,178,.16)!important;}
.cs-field-help{display:block;margin-top:8px;font-family:"Lato",Arial,sans-serif;font-size:13px;line-height:1.5;color:#666;font-weight:400;}
.cs-optional{font-family:"Lato",Arial,sans-serif;font-size:12px;color:#777;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-left:6px;}
.cs-consent{display:grid!important;grid-template-columns:20px 1fr!important;gap:10px!important;align-items:start!important;font-family:"Lato",Arial,sans-serif!important;font-size:14px!important;line-height:1.45!important;font-weight:400!important;color:#444!important;margin:6px 0 20px!important;}
.cs-consent input{margin:2px 0 0!important;width:18px;height:18px;}
.cs-enhanced-design-form .cs-btn{width:100%!important;border:0!important;cursor:pointer!important;font-size:15px!important;}
.cs-enhanced-design-form .cs-form-note{font-size:13px!important;line-height:1.55!important;color:#666!important;margin:16px 0 0!important;max-width:none!important;text-align:left!important;}
@media(max-width:1024px){
  .cs-design-visit-panel{grid-template-columns:1fr!important;padding:68px 6vw!important;gap:34px!important;}
  .cs-design-visit-copy{max-width:none!important;}
}
@media(max-width:640px){
  .cs-design-visit-panel{padding:48px 22px!important;}
  .cs-enhanced-design-form{padding:26px!important;border-radius:18px!important;}
  .cs-included-box,.cs-next-steps{padding:22px!important;}
  .cs-design-visit-copy h2{font-size:38px!important;}
}

/* v23 update: remove rounded corners from the blue Book Your Free Design Visit section */
.design-visit-section,
.cs-design-visit-panel{
    background:#2A6DB2!important;
    border-radius:0!important;
    overflow:hidden!important;
}


/* Google reCAPTCHA v2 - Design Visit Form */
.cs-recaptcha-wrap{
    margin: 18px 0 10px;
}

.cs-recaptcha-wrap .g-recaptcha{
    transform-origin: left top;
}

.cs-recaptcha-wrap .cs-field-help{
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 420px){
    .cs-recaptcha-wrap .g-recaptcha{
        transform: scale(.88);
        transform-origin: left top;
    }
}

/* v32 - Friendly reCAPTCHA validation message */
.cs-form-alert{
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    margin: 16px 0 14px;
}

.cs-form-alert-error{
    background: #fff1f1;
    border: 1px solid #d93025;
    color: #9f1c13;
}

.cs-recaptcha-error{
    padding: 12px;
    border: 1px solid #d93025;
    border-radius: 12px;
    background: #fff8f8;
}


/* ==========================================================
   V35 — Updated hero overlay, 10 storage cards, redesigned booking section
   Built from v33 order of sections.
   ========================================================== */
.cs-hero{
  height:560px!important;
  min-height:560px!important;
  max-height:560px!important;
  display:block!important;
  background:#19181A!important;
  overflow:hidden!important;
}
.cs-hero:before{
  display:block!important;
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,91,145,.84) 0%,rgba(0,91,145,.74) 31%,rgba(0,91,145,.28) 49%,rgba(0,0,0,.06) 70%,rgba(0,0,0,.02) 100%)!important;
  pointer-events:none!important;
}
.cs-hero-content{
  width:min(650px,48vw)!important;
  height:560px!important;
  min-height:560px!important;
  max-height:560px!important;
  padding:64px 3vw 56px 7vw!important;
  position:relative!important;
  z-index:2!important;
  color:#fff!important;
  justify-content:center!important;
}
.cs-hero h1{
  color:#fff!important;
  font-size:clamp(42px,4.1vw,66px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  text-shadow:0 3px 16px rgba(0,0,0,.18)!important;
}
.cs-hero h1 span{color:#fff!important;}
.cs-hero p{
  color:#fff!important;
  max-width:575px!important;
  font-size:19px!important;
  line-height:1.58!important;
  text-shadow:0 2px 12px rgba(0,0,0,.2)!important;
}
.cs-hero .cs-blue-line{background:#2A6DB2!important;width:78px!important;height:4px!important;margin:24px 0 26px!important;}
.cs-hero-image{position:absolute!important;inset:0!important;height:560px!important;min-height:560px!important;z-index:0!important;}
.cs-hero-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.055)!important;
  transform-origin:center center!important;
}
.cs-hero-buttons .cs-btn-secondary{background:#fff!important;color:#19181A!important;}
.cs-hero-buttons .cs-btn-primary{background:#2A6DB2!important;color:#fff!important;}

.cs-featured-image img{object-position:center center!important;}

.cs-storage-card-grid-image-exact{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  max-width:1450px!important;
  gap:24px!important;
}
.cs-storage-image-card{aspect-ratio:344/385!important;}

.cs-sketch-visit-section{
  width:100%;
  max-width:none;
  margin:0;
  padding:78px 7vw 72px;
  background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%);
  border-top:1px solid var(--cs-border);
  border-bottom:1px solid var(--cs-border);
}
.cs-sketch-visit-grid{
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(360px,.75fr);
  gap:54px;
  align-items:start;
}
.cs-sketch-process h2{
  font-family:"Poppins",Arial,sans-serif;
  font-size:clamp(36px,4vw,62px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:0 0 22px;
  color:var(--cs-black);
}
.cs-sketch-intro{
  max-width:780px;
  margin:0 0 34px!important;
  font-size:18px!important;
  line-height:1.75!important;
  color:#252525!important;
}
.cs-sketch-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  align-items:start;
  position:relative;
}
.cs-sketch-step{position:relative;}
.cs-step-heading{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:start;
  min-height:88px;
  margin-bottom:14px;
}
.cs-step-heading span{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--cs-blue);
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
  font-weight:800;
  font-size:16px;
  box-shadow:0 8px 18px rgba(42,109,178,.25);
}
.cs-step-heading h3{margin:0 0 5px;font-family:"Poppins",Arial,sans-serif;font-size:18px;line-height:1.22;color:var(--cs-black);}
.cs-step-heading p{margin:0!important;font-size:14px!important;line-height:1.55!important;color:#333!important;}
.cs-sketch-step picture{display:block;position:relative;}
.cs-sketch-step:not(:last-child) picture::after{
  content:"›";position:absolute;right:-25px;top:50%;transform:translateY(-50%);z-index:4;
  width:30px;height:30px;display:grid;place-items:center;font-family:"Poppins",Arial,sans-serif;
  font-size:34px;font-weight:800;line-height:1;color:var(--cs-blue);
}
.cs-sketch-step img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:6px;border:1px solid #d6d6d6;box-shadow:0 8px 22px rgba(0,0,0,.06);background:#fff;}
.cs-sketch-benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-top:38px;border-top:1px solid #dadada;}
.cs-sketch-benefits article{padding:24px 18px 0;text-align:center;border-right:1px solid #dadada;}
.cs-sketch-benefits article:last-child{border-right:0;}
.cs-sketch-benefits span{width:54px;height:54px;margin:0 auto 12px;border:2px solid var(--cs-blue);border-radius:50%;display:grid;place-items:center;color:var(--cs-blue);font-size:24px;font-family:"Poppins",Arial,sans-serif;font-weight:800;}
.cs-sketch-benefits h3{margin:0 0 8px;font-family:"Poppins",Arial,sans-serif;font-size:16px;line-height:1.25;}
.cs-sketch-benefits p{margin:0!important;font-size:14px!important;line-height:1.55!important;color:#333!important;}
.cs-sketch-form{position:sticky;top:112px;background:#fff;border:1px solid #eeeeee;border-radius:12px;padding:34px;box-shadow:0 18px 45px rgba(0,0,0,.12);text-align:left;}
.cs-sketch-form h3{margin:0 0 10px;font-family:"Poppins",Arial,sans-serif;font-size:28px;line-height:1.18;color:var(--cs-black);letter-spacing:-.02em;text-transform:none;}
.cs-form-line{width:68px;height:3px;background:var(--cs-blue);margin:0 0 18px;}
.cs-form-intro{margin:0 0 22px!important;font-size:15px!important;line-height:1.65!important;color:#333!important;}
.cs-sketch-form .cs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.cs-sketch-form label{display:block;margin:0 0 16px;font-family:"Poppins",Arial,sans-serif;font-size:13px;font-weight:700;color:var(--cs-black);}
.cs-sketch-form input,.cs-sketch-form select,.cs-sketch-form textarea{width:100%;margin-top:7px;border:1px solid #d5d5d5;border-radius:4px;background:#fff;padding:14px 15px;min-height:52px;font-family:"Lato",Arial,sans-serif;font-size:15px;color:var(--cs-black);outline:none;transition:border-color .25s ease, box-shadow .25s ease;}
.cs-sketch-form textarea{min-height:130px;resize:vertical;}
.cs-sketch-form input:focus,.cs-sketch-form select:focus,.cs-sketch-form textarea:focus{border-color:var(--cs-blue);box-shadow:0 0 0 3px rgba(42,109,178,.13);}
.cs-sketch-form .cs-consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;font-family:"Lato",Arial,sans-serif;font-size:14px;line-height:1.55;font-weight:700;}
.cs-sketch-form .cs-consent input{width:18px;height:18px;min-height:18px;margin:2px 0 0;}
.cs-sketch-form .cs-recaptcha-wrap{margin:12px 0 18px;}
.cs-sketch-form .cs-btn{width:100%;border:0;cursor:pointer;padding:17px 24px;border-radius:4px;}
.cs-safe-note{margin:18px 0 0!important;font-size:14px!important;line-height:1.5!important;color:#333!important;}

@media(max-width:1320px){
  .cs-storage-card-grid-image-exact{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:1120px){
  .cs-storage-card-grid-image-exact{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important;}
  .cs-sketch-visit-grid{grid-template-columns:1fr;gap:40px;}
  .cs-sketch-form{position:relative;top:auto;max-width:760px;margin:0 auto;width:100%;}
  .cs-sketch-benefits{grid-template-columns:repeat(3,1fr);border-top:0;gap:16px;}
  .cs-sketch-benefits article{border:1px solid #e4e4e4;border-radius:12px;padding:22px 16px;background:#fff;}
  .cs-hero-content{width:min(620px,60vw)!important;}
}
@media(max-width:820px){
  .cs-sketch-visit-section{padding:54px 24px;}
  .cs-sketch-steps{grid-template-columns:1fr;gap:24px;}
  .cs-step-heading{min-height:0;}
  .cs-sketch-step:not(:last-child) picture::after{content:"↓";right:auto;left:50%;top:auto;bottom:-28px;transform:translateX(-50%);}
  .cs-sketch-step img{aspect-ratio:16/10;}
  .cs-sketch-benefits{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .cs-hero{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;background:#fff!important;}
  .cs-hero:before{display:none!important;}
  .cs-hero-content{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:34px 24px 30px!important;order:1!important;background:linear-gradient(135deg,#006fae 0%,#2A6DB2 100%)!important;color:#fff!important;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px)!important;line-height:1.13!important;color:#fff!important;}
  .cs-hero h1 span{color:#fff!important;}
  .cs-hero p{font-size:17px!important;line-height:1.6!important;color:#fff!important;}
  .cs-hero-buttons{flex-direction:column!important;}
  .cs-hero-image{position:relative!important;inset:auto!important;height:320px!important;min-height:320px!important;order:2!important;}
  .cs-hero-image img{object-position:center center!important;transform:scale(1.03)!important;}
  .cs-storage-card-grid-image-exact{grid-template-columns:1fr!important;gap:18px!important;max-width:360px!important;}
  .cs-sketch-visit-section{padding:44px 20px;}
  .cs-sketch-process h2{font-size:clamp(34px,10vw,44px);}
  .cs-sketch-intro{font-size:16px!important;line-height:1.7!important;}
  .cs-sketch-benefits{grid-template-columns:1fr;}
  .cs-sketch-form{padding:26px 20px;border-radius:16px;}
  .cs-sketch-form .cs-form-row{grid-template-columns:1fr;gap:0;}
  .cs-sketch-form h3{font-size:25px;}
  .cs-sketch-form .g-recaptcha{transform:scale(.86);transform-origin:left top;}
  .cs-sketch-form .cs-recaptcha-wrap{min-height:70px;overflow:visible;}
}

/* ==========================================================
   V36 — Hero correction from approved reference
   - Uses new white-cupboard hero image
   - Removes blue hero overlay
   - White hero text with subtle dark left gradient for readability
   - Slight zoom/crop to reduce the amount of front door shown
   - Keeps v33 section order and v35 redesigned booking section intact
   ========================================================== */
.cs-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  overflow:hidden!important;
  background:#19181A!important;
}
.cs-hero:before{
  display:block!important;
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.48) 27%,rgba(0,0,0,.18) 49%,rgba(0,0,0,.04) 68%,rgba(0,0,0,0) 100%)!important;
  pointer-events:none!important;
}
.cs-hero:after{display:none!important;content:none!important;}
.cs-hero-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:500px!important;
  min-height:500px!important;
  z-index:0!important;
}
.cs-hero-image picture,
.cs-hero-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.cs-hero-image img{
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.075)!important;
  transform-origin:left center!important;
}
.cs-hero-content{
  position:relative!important;
  z-index:2!important;
  width:min(560px,42vw)!important;
  min-width:0!important;
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  padding:52px 2.8vw 46px 7vw!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
  color:#fff!important;
}
.cs-hero h1{
  max-width:540px!important;
  margin:0!important;
  color:#fff!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(34px,3.15vw,52px)!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
  text-shadow:0 3px 18px rgba(0,0,0,.42)!important;
}
.cs-hero h1 span{color:#fff!important;}
.cs-hero .cs-blue-line{
  width:68px!important;
  height:4px!important;
  background:#2A6DB2!important;
  margin:22px 0 24px!important;
}
.cs-hero p{
  max-width:520px!important;
  margin:0 0 26px!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.58!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
}
.cs-hero-buttons{
  display:flex!important;
  flex-direction:row!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
.cs-hero-buttons .cs-btn{
  width:auto!important;
  min-width:220px!important;
  padding:17px 28px!important;
}
.cs-hero-buttons .cs-btn-primary{
  background:#2A6DB2!important;
  color:#fff!important;
}
.cs-hero-buttons .cs-btn-secondary{
  background:#fff!important;
  color:#19181A!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:0 10px 25px rgba(0,0,0,.18)!important;
}
.cs-feature-strip{
  margin-top:0!important;
}
@media(max-width:1180px){
  .cs-hero{height:470px!important;min-height:470px!important;max-height:470px!important;}
  .cs-hero-image{height:470px!important;min-height:470px!important;}
  .cs-hero-content{height:470px!important;min-height:470px!important;max-height:470px!important;width:min(540px,48vw)!important;padding-left:5.4vw!important;}
  .cs-hero h1{font-size:clamp(32px,3.4vw,44px)!important;}
  .cs-hero p{font-size:16px!important;max-width:500px!important;}
}
@media(max-width:1024px){
  .cs-hero{height:520px!important;min-height:520px!important;max-height:520px!important;}
  .cs-hero-image{height:520px!important;min-height:520px!important;}
  .cs-hero-content{width:min(560px,68vw)!important;height:520px!important;min-height:520px!important;max-height:520px!important;padding:44px 6vw!important;}
  .cs-hero h1{font-size:clamp(34px,5vw,48px)!important;}
  .cs-hero-image img{transform:scale(1.06)!important;transform-origin:left center!important;}
}
@media(max-width:640px){
  .cs-hero{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;background:#fff!important;}
  .cs-hero:before{display:none!important;}
  .cs-hero-content{order:1!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:34px 24px 30px!important;background:#fff!important;color:#19181A!important;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px)!important;line-height:1.13!important;color:#19181A!important;text-shadow:none!important;}
  .cs-hero h1 span{color:#2A6DB2!important;}
  .cs-hero p{font-size:17px!important;line-height:1.6!important;color:#19181A!important;text-shadow:none!important;}
  .cs-hero-buttons{flex-direction:column!important;}
  .cs-hero-buttons .cs-btn{width:100%!important;min-width:0!important;}
  .cs-hero-image{position:relative!important;inset:auto!important;height:320px!important;min-height:320px!important;order:2!important;}
  .cs-hero-image img{object-position:center center!important;transform:scale(1.03)!important;transform-origin:center center!important;}
}

/* ==========================================================
   V37 — Header and hero refinement
   - Header CTA remains as the main booking action
   - Removed hero CTA buttons from the hero area
   - Zoomed hero image out so the staircase/cupboards are more visible
   - Hero title/text resized and widened so it fits cleanly over the image
   ========================================================== */
.cs-hero{
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  background:#19181A!important;
}
.cs-hero:before{
  display:block!important;
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,0,0,.54) 0%,rgba(0,0,0,.40) 26%,rgba(0,0,0,.16) 48%,rgba(0,0,0,.04) 66%,rgba(0,0,0,0) 100%)!important;
  pointer-events:none!important;
}
.cs-hero-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
  z-index:0!important;
}
.cs-hero-image picture,
.cs-hero-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.cs-hero-image img{
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  transform-origin:center center!important;
}
.cs-hero-content{
  position:relative!important;
  z-index:2!important;
  width:min(650px,48vw)!important;
  min-width:0!important;
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  padding:50px 3vw 44px 6.8vw!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:transparent!important;
  color:#fff!important;
}
.cs-hero h1{
  max-width:650px!important;
  margin:0!important;
  color:#fff!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(36px,3vw,48px)!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
  text-shadow:0 3px 18px rgba(0,0,0,.42)!important;
}
.cs-hero h1 span{color:#fff!important;}
.cs-hero .cs-blue-line{
  width:68px!important;
  height:4px!important;
  background:#2A6DB2!important;
  margin:22px 0 24px!important;
}
.cs-hero p{
  max-width:560px!important;
  margin:0!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.6!important;
  text-shadow:0 2px 14px rgba(0,0,0,.45)!important;
}
.cs-hero .cs-hero-buttons{
  display:none!important;
}
.cs-feature-strip{
  margin-top:0!important;
}

@media(max-width:1180px){
  .cs-hero{height:500px!important;min-height:500px!important;max-height:500px!important;}
  .cs-hero-image{height:500px!important;min-height:500px!important;}
  .cs-hero-content{height:500px!important;min-height:500px!important;max-height:500px!important;width:min(590px,55vw)!important;padding-left:5.5vw!important;}
  .cs-hero h1{font-size:clamp(34px,3.45vw,44px)!important;}
  .cs-hero p{font-size:16px!important;max-width:520px!important;}
}
@media(max-width:1024px){
  .cs-hero{height:520px!important;min-height:520px!important;max-height:520px!important;}
  .cs-hero-image{height:520px!important;min-height:520px!important;}
  .cs-hero-content{width:min(560px,68vw)!important;height:520px!important;min-height:520px!important;max-height:520px!important;padding:44px 6vw!important;}
  .cs-hero h1{font-size:clamp(34px,5vw,46px)!important;}
  .cs-hero-image img{object-position:center center!important;transform:none!important;}
}
@media(max-width:640px){
  .cs-hero{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;background:#fff!important;}
  .cs-hero:before{display:none!important;}
  .cs-hero-content{order:1!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:34px 24px 30px!important;background:#fff!important;color:#19181A!important;}
  .cs-hero h1{font-size:clamp(32px,10vw,42px)!important;line-height:1.13!important;color:#19181A!important;text-shadow:none!important;}
  .cs-hero h1 span{color:#2A6DB2!important;}
  .cs-hero p{font-size:17px!important;line-height:1.6!important;color:#19181A!important;text-shadow:none!important;}
  .cs-hero-image{position:relative!important;inset:auto!important;height:320px!important;min-height:320px!important;order:2!important;}
  .cs-hero-image img{object-position:center center!important;transform:none!important;}
}


/* ==========================================================
   V38 — Booking section layout refinement
   - Keeps the approved header and hero from v37
   - Keeps the original v33 page order
   - Moves the Book a Free Design Visit form below the sketch process
   - Widens the form so fields are no longer narrow or cramped
   ========================================================== */
.cs-sketch-visit-grid{
  grid-template-columns:1fr!important;
  gap:0!important;
  max-width:1320px!important;
}
.cs-sketch-process{
  width:100%!important;
}
.cs-sketch-form-wide{
  position:relative!important;
  top:auto!important;
  width:min(1080px,100%)!important;
  max-width:1080px!important;
  margin:52px auto 0!important;
  padding:42px!important;
  border-radius:16px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.11)!important;
}
.cs-sketch-form-wide .cs-sketch-form-header{
  max-width:720px!important;
  margin:0 0 26px!important;
}
.cs-sketch-form-wide h3{
  font-size:clamp(30px,2.7vw,42px)!important;
  line-height:1.12!important;
  margin:0 0 12px!important;
}
.cs-sketch-form-wide .cs-form-intro{
  max-width:640px!important;
  font-size:16px!important;
  line-height:1.65!important;
}
.cs-wide-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px 24px!important;
}
.cs-sketch-form-wide label{
  margin:0!important;
}
.cs-sketch-form-wide .cs-field-full{
  grid-column:1 / -1!important;
}
.cs-sketch-form-wide input,
.cs-sketch-form-wide select,
.cs-sketch-form-wide textarea{
  min-height:56px!important;
  border-radius:8px!important;
  padding:15px 16px!important;
}
.cs-sketch-form-wide textarea{
  min-height:140px!important;
}
.cs-sketch-form-wide .cs-consent{
  margin-top:22px!important;
  max-width:940px!important;
}
.cs-sketch-form-wide .cs-form-alert{
  margin-top:16px!important;
}
.cs-form-actions{
  display:grid!important;
  grid-template-columns:minmax(300px,auto) minmax(320px,1fr)!important;
  gap:24px!important;
  align-items:center!important;
  margin-top:22px!important;
}
.cs-sketch-form-wide .cs-recaptcha-wrap{
  margin:0!important;
}
.cs-submit-wrap{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:12px!important;
}
.cs-sketch-form-wide .cs-btn{
  width:100%!important;
  min-height:56px!important;
}
.cs-sketch-form-wide .cs-safe-note{
  margin:0!important;
  text-align:center!important;
}
@media(max-width:900px){
  .cs-sketch-form-wide{padding:32px 24px!important;margin-top:38px!important;}
  .cs-wide-form-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .cs-form-actions{grid-template-columns:1fr!important;gap:18px!important;}
  .cs-sketch-form-wide .cs-recaptcha-wrap{overflow:visible!important;min-height:78px!important;}
}
@media(max-width:640px){
  .cs-sketch-form-wide{padding:26px 20px!important;border-radius:16px!important;}
  .cs-sketch-form-wide h3{font-size:28px!important;}
  .cs-sketch-form-wide .g-recaptcha{transform:scale(.86)!important;transform-origin:left top!important;}
  .cs-sketch-form-wide .cs-recaptcha-wrap{min-height:70px!important;}
}

/* ==========================================================
   V40 — Booking section refinement
   - Moves design visit benefits to the left side of the form
   - Stacks benefit cards vertically beside the form on desktop
   - Keeps the form wide and comfortable to complete
   - Stacks benefits above form on tablet/mobile
   ========================================================== */
/* ==================== BOOKING SECTION / DESIGN VISIT FORM ==================== */
.cs-booking-lower-grid{
  width:min(1180px,100%)!important;
  margin:52px auto 0!important;
  display:grid!important;
  grid-template-columns:minmax(300px,.42fr) minmax(560px,.58fr)!important;
  gap:34px!important;
  align-items:stretch!important;
}
.cs-sketch-benefits-vertical{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  margin:0!important;
  border-top:0!important;
}
.cs-sketch-benefits-vertical article{
  display:grid!important;
  grid-template-columns:58px 1fr!important;
  gap:16px!important;
  align-items:center!important;
  padding:18px 20px!important;
  text-align:left!important;
  border:1px solid #e5e5e5!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(0,0,0,.045)!important;
}
.cs-sketch-benefits-vertical article:last-child{
  border-right:1px solid #e5e5e5!important;
}
.cs-sketch-benefits-vertical span{
  width:52px!important;
  height:52px!important;
  margin:0!important;
  flex:0 0 52px!important;
}
.cs-sketch-benefits-vertical h3{
  margin:0 0 5px!important;
  font-size:18px!important;
  line-height:1.22!important;
}
.cs-sketch-benefits-vertical p{
  margin:0!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.cs-booking-lower-grid .cs-sketch-form-wide{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  align-self:stretch!important;
}
.cs-booking-lower-grid .cs-wide-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px 22px!important;
}
.cs-booking-lower-grid .cs-form-actions{
  grid-template-columns:300px minmax(0,1fr)!important;
}
@media(max-width:1100px){
  .cs-booking-lower-grid{
    grid-template-columns:1fr!important;
    max-width:860px!important;
    gap:28px!important;
  }
  .cs-sketch-benefits-vertical{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }
  .cs-sketch-benefits-vertical article{
    grid-template-columns:52px 1fr!important;
  }
  .cs-booking-lower-grid .cs-form-actions{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:720px){
  .cs-booking-lower-grid{
    margin-top:34px!important;
  }
  .cs-sketch-benefits-vertical{
    grid-template-columns:1fr!important;
  }
  .cs-sketch-benefits-vertical article{
    padding:16px!important;
  }
  .cs-booking-lower-grid .cs-wide-form-grid{
    grid-template-columns:1fr!important;
  }
}


/* v43 expanded FAQ refinements */
.cs-faq .cs-section-intro{
  max-width: 680px;
  margin: 14px auto 0;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1.7;
}
.cs-faq-list{
  max-width: 980px;
  margin: 38px auto 0;
  display: grid;
  gap: 14px;
}
.cs-faq-list details{
  background: #FFFFFF;
  border: 1px solid rgba(25,24,26,.10);
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 12px 30px rgba(25,24,26,.06);
  overflow: hidden;
}
.cs-faq-list summary{
  cursor: pointer;
  list-style: none;
  padding: 22px 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #19181A;
  position: relative;
}
.cs-faq-list summary::-webkit-details-marker{display:none;}
.cs-faq-list summary:after{
  content: '+';
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #2A6DB2;
  font-size: 24px;
  font-weight: 700;
}
.cs-faq-list details[open] summary:after{content: '–';}
.cs-faq-list details p{
  margin: 0;
  padding: 0 26px 24px;
  color: #4D4D4D;
  line-height: 1.8;
}
@media (max-width: 700px){
  .cs-faq-list{margin-top: 28px; gap: 12px;}
  .cs-faq-list summary{padding: 18px 48px 18px 20px; font-size: 16px;}
  .cs-faq-list summary:after{right: 20px;}
  .cs-faq-list details p{padding: 0 20px 20px;}
}


/* ==========================================================
   V45 — Hero image crop refinement
   - Keeps the approved v44 header, hero copy and full site layout
   - Uses the original staircase photograph
   - Adjusts only the hero image crop to show more staircase/cupboards
     and less of the front door on desktop/tablet
   ========================================================== */
@media (min-width: 1025px){
  .cs-hero-image{
    overflow:hidden!important;
  }
  .cs-hero-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:46% center!important;
    transform:scale(1.10)!important;
    transform-origin:center center!important;
  }
}
@media (min-width: 641px) and (max-width: 1024px){
  .cs-hero-image{
    overflow:hidden!important;
  }
  .cs-hero-image img{
    object-fit:cover!important;
    object-position:48% center!important;
    transform:scale(1.06)!important;
    transform-origin:center center!important;
  }
}
@media (max-width: 640px){
  .cs-hero-image img{
    object-fit:cover!important;
    object-position:50% center!important;
    transform:none!important;
  }
}


/* V48 BOOKING FORM UPLOAD FIELD */
.cs-photo-upload-field input[type="file"]{
  margin-top:10px;
  width:100%;
}
.cs-optional-label{
  display:inline-block;
  margin-left:8px;
  color:#777;
  font-size:.85em;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.cs-upload-note{
  display:block;
  margin-top:10px;
  color:#666;
  font-family:Lato, Arial, sans-serif;
  font-size:14px;
  line-height:1.5;
}

/* ==================== V51 LOGO UPDATE ==================== */
.cs-logo{gap:0;font-size:0;line-height:0;flex-shrink:0;}
.cs-logo-img{display:block;width:260px;max-width:100%;height:auto;}
.cs-footer-logo{display:block;width:220px;max-width:80%;height:auto;margin:0 auto 18px;background:#fff;border-radius:10px;padding:10px 14px;}
@media(max-width:1180px){.cs-logo-img{width:230px;}}
@media(max-width:640px){.cs-logo-img{width:190px;}.cs-footer-logo{width:200px;}}

/* ==================== V53 HEADER LOGO SIZE REFINEMENT ====================
   Approved header update: use the smaller two-line Clever Storage logo
   sizing from the proposed header mockup while keeping the reduced
   top/bottom padding and the existing header layout.
   Only the logo sizing is adjusted from v52.
   ====================================================================== */
.cs-navbar{
    height:78px;
    padding-top:0;
    padding-bottom:0;
}
.cs-logo-img{
    width:185px;
    height:auto;
    display:block;
}
.cs-header-btn{
    padding:15px 26px;
}
@media(max-width:1180px){
    .cs-logo-img{width:175px;}
}
@media(max-width:1024px){
    .cs-main-nav.is-open{top:78px;}
}
@media(max-width:640px){
    .cs-navbar{height:72px;}
    .cs-logo-img{width:150px;}
    .cs-main-nav.is-open{top:72px;}
}


/* ==================== V54 HEADER LOGO FIX ====================
   Ensures the approved full Clever Storage two-line logo is used in the
   header, sized to match the approved proposed header mockup.
   This overrides any older CS-square logo styling if cached CSS remains.
   ====================================================================== */
.cs-navbar{
    height:78px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.cs-logo{
    display:flex !important;
    align-items:center !important;
    gap:0 !important;
    font-size:0 !important;
    line-height:0 !important;
    text-decoration:none !important;
    flex-shrink:0 !important;
}
.cs-logo-img{
    display:block !important;
    width:185px !important;
    max-width:185px !important;
    height:auto !important;
}
.cs-logo-mark,
.cs-logo-text{
    display:none !important;
}
.cs-header-btn{
    padding:15px 26px !important;
}
@media(max-width:1180px){
    .cs-logo-img{width:175px !important;max-width:175px !important;}
}
@media(max-width:1024px){
    .cs-main-nav.is-open{top:78px !important;}
}
@media(max-width:640px){
    .cs-navbar{height:72px !important;}
    .cs-logo-img{width:150px !important;max-width:150px !important;}
    .cs-main-nav.is-open{top:72px !important;}
}


/* ==================== V55 LOGO ASSET CORRECTION ====================
   Corrected package includes the approved full Clever Storage logo files,
   replacing the older CS-square-only mark. Header uses compact two-line
   logo sizing from approved proposed header.
   ====================================================================== */
.cs-navbar{height:78px !important;padding-top:0 !important;padding-bottom:0 !important;}
.cs-logo{display:flex !important;align-items:center !important;gap:0 !important;font-size:0 !important;line-height:0 !important;text-decoration:none !important;flex-shrink:0 !important;}
.cs-logo-img{display:block !important;width:185px !important;max-width:185px !important;height:auto !important;}
.cs-logo-mark,.cs-logo-text{display:none !important;}
@media(max-width:1180px){.cs-logo-img{width:175px !important;max-width:175px !important;}}
@media(max-width:640px){.cs-navbar{height:72px !important;}.cs-logo-img{width:150px !important;max-width:150px !important;}}


/* ==================== V57 TRUST BANNER UPDATE ==================== */
/* =========================================================
   SECTION 01A: TRUST BANNER — V57
   Add after existing hero section CSS.
========================================================= */
.cs-trust-banner {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.cs-trust-banner__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
}

.cs-trust-item {
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.cs-trust-item:last-child {
  border-right: 0;
}

.cs-trust-item__icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  color: #2A6DB2;
}

.cs-trust-item__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cs-trust-item h3 {
  margin: 0 0 8px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #19181A;
}

.cs-trust-item p {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #4D4D4D;
}

.cs-trust-item:hover .cs-trust-item__icon {
  color: #4D4D4D;
}

.cs-trust-item:hover h3 {
  color: #2A6DB2;
}

@media (max-width: 1180px) {
  .cs-trust-banner__inner {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }

  .cs-trust-item:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .cs-trust-banner__inner {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    row-gap: 0;
  }

  .cs-trust-item {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 24px 0;
  }

  .cs-trust-item:first-child {
    padding-top: 0;
  }

  .cs-trust-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}



/* ============================================================
   SECTION 07 - WHY CHOOSE CLEVER STORAGE (V58)
   Inserted below Simple Process / How It Works
============================================================ */
/* =========================================================
SECTION: WHY CHOOSE CLEVER STORAGE - 6 TRUST CARDS
========================================================= */

.cs-why-choose {
  background: #f9f9f9;
  border-bottom: 1px solid rgba(25, 24, 26, 0.08);
  padding: 90px 24px;
}

.cs-why-choose__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(620px, 1.14fr);
  gap: 70px;
  align-items: center;
}

.cs-section-kicker {
  margin: 0 0 16px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2A6DB2;
}

.cs-why-choose h2 {
  margin: 0;
  max-width: 600px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #19181A;
}

.cs-why-choose__content > p:not(.cs-section-kicker) {
  margin: 30px 0 0;
  max-width: 590px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
  color: #333333;
}

.cs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 42px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 4px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.25s ease;
}

.cs-button--primary {
  background: #2A6DB2;
  color: #ffffff;
}

.cs-button--primary:hover,
.cs-button--primary:focus {
  background: #4D4D4D;
  color: #F9F9F9;
  transform: translateY(-1px);
}

.cs-trust-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cs-trust-card {
  min-height: 190px;
  padding: 32px 24px 28px;
  background: #ffffff;
  border: 1px solid rgba(25, 24, 26, 0.055);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(25, 24, 26, 0.06);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cs-trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 155, 215, 0.24);
  box-shadow: 0 26px 65px rgba(25, 24, 26, 0.09);
}

.cs-trust-card__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(37, 155, 215, 0.08);
}

.cs-trust-card__icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: #2A6DB2;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cs-trust-card h3 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #19181A;
}

.cs-trust-card p {
  margin: 12px auto 0;
  max-width: 190px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #333333;
}

/* Tablet */
@media (max-width: 1100px) {
  .cs-why-choose__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .cs-why-choose h2,
  .cs-why-choose__content > p:not(.cs-section-kicker) {
    max-width: 760px;
  }

  .cs-trust-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Small tablet */
@media (max-width: 820px) {
  .cs-why-choose {
    padding: 70px 20px;
  }

  .cs-trust-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-trust-card {
    min-height: 170px;
  }
}

/* Mobile */
@media (max-width: 560px) {
  .cs-why-choose {
    padding: 56px 18px;
  }

  .cs-why-choose__inner {
    gap: 36px;
  }

  .cs-why-choose h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }

  .cs-why-choose__content > p:not(.cs-section-kicker) {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

  .cs-button {
    width: 100%;
    margin-top: 32px;
  }

  .cs-trust-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cs-trust-card {
    min-height: auto;
    padding: 28px 22px;
  }
}


/* ============================================================
   V59 HOMEPAGE BACKGROUND FLOW REFINEMENT
   Purpose: create a clearer visual rhythm across the approved
   homepage without changing layout, wording, images, form or SEO.
   Rhythm: Hero image → White trust → Off-white service area →
   Blue featured project → White trust/process → Pale-blue booking →
   Off-white proof/FAQ → Matte black footer.
============================================================ */
:root{
  --cs-bg-white:#FFFFFF;
  --cs-bg-offwhite:#F8FAFC;
  --cs-bg-pale-blue:#F5FAFE;
  --cs-bg-divider:#EEF2F5;
}

/* 01 Hero remains image-led */
.cs-hero{
  background:#FFFFFF!important;
}

/* 01A Trust banner directly under hero remains clean white */
.cs-trust-banner{
  background:#FFFFFF!important;
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}

/* 02 Explore / service introduction chapter */
.cs-space-useful,
.cs-intro,
#storage-options.cs-storage-options-final,
.cs-clever-section{
  background:var(--cs-bg-offwhite)!important;
}

/* Make centred section backgrounds read full-width without changing markup */
.cs-intro,
#storage-options.cs-storage-options-final,
.cs-process,
.cs-reviews-section,
.cs-areas,
.cs-faq{
  box-shadow:0 0 0 100vmax currentColor;
  clip-path:inset(0 -100vmax);
}
.cs-intro,
#storage-options.cs-storage-options-final,
.cs-reviews-section,
.cs-faq{
  color:var(--cs-bg-offwhite)!important;
}
.cs-process,
.cs-areas{
  color:var(--cs-bg-white)!important;
}
.cs-intro > *,
#storage-options.cs-storage-options-final > *,
.cs-process > *,
.cs-reviews-section > *,
.cs-areas > *,
.cs-faq > *{
  color:initial;
}

/* Restore typography colours after the full-width background technique */
.cs-intro h2,
#storage-options.cs-storage-options-final h2,
.cs-process h2,
.cs-reviews-section h2,
.cs-areas h2,
.cs-faq h2{
  color:#19181A!important;
}
.cs-intro p:not(.cs-kicker),
#storage-options.cs-storage-options-final p:not(.cs-kicker),
.cs-process p:not(.cs-kicker),
.cs-reviews-section p:not(.cs-kicker),
.cs-areas p:not(.cs-kicker),
.cs-faq p:not(.cs-kicker){
  color:#333!important;
}
.cs-intro .cs-kicker,
#storage-options.cs-storage-options-final .cs-kicker,
.cs-process .cs-kicker,
.cs-reviews-section .cs-kicker,
.cs-areas .cs-kicker,
.cs-faq .cs-kicker{
  color:#2A6DB2!important;
}

/* 03 Featured project remains the main bold brand-colour break */
.cs-featured-section{
  background:linear-gradient(135deg,#2A6DB2 0%,#235F9D 100%)!important;
}

/* 04 Process + Why Choose = clean white confidence chapter */
.cs-process,
.cs-why-choose{
  background:#FFFFFF!important;
}
.cs-why-choose{
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}

/* 05 Conversion chapter = soft brand tint */
.cs-sketch-visit-section{
  background:linear-gradient(180deg,#F5FAFE 0%,#FFFFFF 100%)!important;
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}

/* 06 Proof + local SEO chapter */
.cs-reviews-section{
  background:var(--cs-bg-offwhite)!important;
}
.cs-areas{
  background:#FFFFFF!important;
}
.cs-faq{
  background:var(--cs-bg-offwhite)!important;
}

/* Keep cards crisp against the new chapter backgrounds */
.cs-space-useful-options article,
.cs-storage-image-card,
.cs-steps div,
.cs-trust-card,
.cs-review-card,
.cs-faq-list details{
  background:#FFFFFF!important;
}

/* Footer remains the final matte-black brand anchor */
.cs-footer{
  background:#19181A!important;
}

/* ============================================================
   V60 HOMEPAGE BRAND COLOUR RHYTHM
   Purpose: restore the original Clever Storage palette only and
   use more #2A6DB2 brand blue at key conversion/showcase points.
   Palette used: White #FFFFFF, Off White #F9F9F9, Blue #2A6DB2,
   Slate Grey #4D4D4D, Matte Black #19181A.
============================================================ */
:root{
  --cs-bg-white:#FFFFFF;
  --cs-bg-offwhite:#F9F9F9;
  --cs-bg-blue:#2A6DB2;
  --cs-bg-slate:#4D4D4D;
  --cs-bg-black:#19181A;
  --cs-bg-divider:#E7E7E7;
}

/* Header, hero and trust banner stay clean and white */
.cs-site-header,
.cs-navbar,
.cs-hero,
.cs-trust-banner{
  background:var(--cs-bg-white)!important;
}
.cs-trust-banner{
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}

/* Off-white chapter: early service/category area */
.cs-space-useful{
  background:var(--cs-bg-offwhite)!important;
}
.cs-space-useful-options article{
  background:var(--cs-bg-white)!important;
}

/* Featured project becomes the main blue showcase section */
.cs-featured-section{
  background:var(--cs-bg-blue)!important;
}
.cs-featured-section .cs-featured-copy h2,
.cs-featured-section .cs-featured-copy p,
.cs-featured-section .cs-featured-copy li,
.cs-featured-section .cs-kicker-light{
  color:var(--cs-bg-white)!important;
}
.cs-featured-section .cs-btn-white{
  background:var(--cs-bg-white)!important;
  color:var(--cs-bg-blue)!important;
}
.cs-featured-section .cs-btn-white:hover{
  background:var(--cs-bg-slate)!important;
  color:var(--cs-bg-white)!important;
}

/* Storage options/info chapter stays white */
#storage-options.cs-storage-options-final,
.cs-clever-section{
  background:var(--cs-bg-white)!important;
}
#storage-options.cs-storage-options-final,
.cs-clever-section .cs-section{
  color:var(--cs-bg-white)!important;
}
#storage-options.cs-storage-options-final > *,
.cs-clever-section .cs-section > *{
  color:initial;
}
.cs-clever-section .cs-dark-card{
  background:var(--cs-bg-black)!important;
  color:var(--cs-bg-white)!important;
  border:0!important;
}
.cs-clever-section .cs-dark-card h2,
.cs-clever-section .cs-dark-card p,
.cs-clever-section .cs-dark-card .cs-kicker{
  color:var(--cs-bg-white)!important;
}
.cs-clever-section .cs-light-card{
  background:var(--cs-bg-offwhite)!important;
  border:1px solid var(--cs-bg-divider)!important;
  box-shadow:none!important;
}

/* How It Works = slate grey chapter break */
.cs-process{
  background:var(--cs-bg-slate)!important;
  color:var(--cs-bg-slate)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-slate)!important;
  clip-path:inset(0 -100vmax)!important;
}
.cs-process > *{
  color:initial;
}
.cs-process .cs-section-heading h2,
.cs-process .cs-section-heading p:not(.cs-kicker){
  color:var(--cs-bg-white)!important;
}
.cs-process .cs-kicker{
  color:var(--cs-bg-white)!important;
  opacity:.9;
}
.cs-process .cs-steps div{
  background:var(--cs-bg-white)!important;
  border:0!important;
  box-shadow:0 14px 32px rgba(0,0,0,.14)!important;
}
.cs-process .cs-steps h3{
  color:var(--cs-bg-black)!important;
}
.cs-process .cs-steps p{
  color:#333333!important;
}
.cs-process .cs-steps span{
  background:var(--cs-bg-blue)!important;
  color:var(--cs-bg-white)!important;
}

/* Why Choose returns to clean white */
.cs-why-choose{
  background:var(--cs-bg-white)!important;
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}
.cs-trust-card{
  background:var(--cs-bg-white)!important;
}

/* Booking / conversion section = strong brand blue */
.cs-sketch-visit-section{
  background:var(--cs-bg-blue)!important;
  border-top:0!important;
  border-bottom:0!important;
}
.cs-sketch-visit-section .cs-sketch-process > .cs-kicker,
.cs-sketch-visit-section .cs-sketch-process h2,
.cs-sketch-visit-section .cs-sketch-intro,
.cs-sketch-visit-section .cs-step-heading h3,
.cs-sketch-visit-section .cs-step-heading p{
  color:var(--cs-bg-white)!important;
}
.cs-sketch-visit-section .cs-step-heading span{
  background:var(--cs-bg-white)!important;
  color:var(--cs-bg-blue)!important;
}
.cs-sketch-step picture,
.cs-sketch-step img{
  background:var(--cs-bg-white)!important;
}
.cs-sketch-benefits-vertical article,
.cs-sketch-form-wide{
  background:var(--cs-bg-white)!important;
}
.cs-sketch-benefits-vertical span{
  border-color:var(--cs-bg-blue)!important;
  color:var(--cs-bg-blue)!important;
  background:var(--cs-bg-white)!important;
}
.cs-sketch-form-wide .cs-btn-primary{
  background:var(--cs-bg-blue)!important;
  color:var(--cs-bg-white)!important;
}
.cs-sketch-form-wide .cs-btn-primary:hover{
  background:var(--cs-bg-slate)!important;
  color:var(--cs-bg-white)!important;
}

/* Proof and information sections */
.cs-reviews-section{
  background:var(--cs-bg-offwhite)!important;
  color:var(--cs-bg-offwhite)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-offwhite)!important;
  clip-path:inset(0 -100vmax)!important;
}
.cs-areas{
  background:var(--cs-bg-white)!important;
  color:var(--cs-bg-white)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-white)!important;
  clip-path:inset(0 -100vmax)!important;
}
.cs-faq{
  background:var(--cs-bg-offwhite)!important;
  color:var(--cs-bg-offwhite)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-offwhite)!important;
  clip-path:inset(0 -100vmax)!important;
}
.cs-reviews-section > *,
.cs-areas > *,
.cs-faq > *{
  color:initial;
}
.cs-review-card,
.cs-faq-list details{
  background:var(--cs-bg-white)!important;
}
.cs-area-list span{
  background:var(--cs-bg-offwhite)!important;
}

/* Footer = matte black anchor */
.cs-footer{
  background:var(--cs-bg-black)!important;
  color:var(--cs-bg-white)!important;
}

@media(max-width:640px){
  .cs-process,
  .cs-reviews-section,
  .cs-areas,
  .cs-faq{
    clip-path:none!important;
    box-shadow:none!important;
  }
}

/* ============================================================
   V61 HOMEPAGE BACKGROUND COLOUR FLOW
   Purpose: refine the v60 colour rhythm using only the original
   Clever Storage palette and remove the blue background from the
   Book Your Free Design Visit / Sketch to Finished Storage section.

   Approved flow:
   - Header: White #FFFFFF
   - Hero: Image-led
   - Trust Banner: White #FFFFFF
   - Featured Project: Blue #2A6DB2
   - What I Can Build / category cards: Off White #F9F9F9
   - Simple Process / How It Works: Slate Grey #4D4D4D with blue accents
   - Why Choose Clever Storage: White #FFFFFF
   - Book Your Free Design Visit: White #FFFFFF
   - Customer Reviews: Off White #F9F9F9
   - Areas We Cover: White #FFFFFF
   - FAQ: Off White #F9F9F9
   - Footer: Matte Black #19181A
============================================================ */
:root{
  --cs-bg-white:#FFFFFF;
  --cs-bg-offwhite:#F9F9F9;
  --cs-bg-blue:#2A6DB2;
  --cs-bg-slate:#4D4D4D;
  --cs-bg-black:#19181A;
  --cs-bg-divider:#E7E7E7;
}

/* 01 Header / hero / trust banner */
.cs-site-header,
.cs-navbar,
.cs-hero,
.cs-trust-banner{
  background:var(--cs-bg-white)!important;
}
.cs-trust-banner{
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}

/* 02 Featured Project = primary brand-blue showcase */
.cs-featured-section{
  background:var(--cs-bg-blue)!important;
}
.cs-featured-section .cs-featured-copy h2,
.cs-featured-section .cs-featured-copy p,
.cs-featured-section .cs-featured-copy li,
.cs-featured-section .cs-kicker-light{
  color:var(--cs-bg-white)!important;
}
.cs-featured-section .cs-btn-white{
  background:var(--cs-bg-white)!important;
  color:var(--cs-bg-blue)!important;
}
.cs-featured-section .cs-btn-white:hover{
  background:var(--cs-bg-slate)!important;
  color:var(--cs-bg-white)!important;
}

/* 03 Service/category areas = calm off-white */
.cs-space-useful,
.cs-intro,
#storage-options.cs-storage-options-final,
.cs-clever-section{
  background:var(--cs-bg-offwhite)!important;
}
.cs-space-useful-options article,
.cs-storage-image-card,
.cs-clever-section .cs-light-card{
  background:var(--cs-bg-white)!important;
}
.cs-clever-section .cs-dark-card{
  background:var(--cs-bg-black)!important;
  color:var(--cs-bg-white)!important;
}
.cs-clever-section .cs-dark-card h2,
.cs-clever-section .cs-dark-card p,
.cs-clever-section .cs-dark-card .cs-kicker{
  color:var(--cs-bg-white)!important;
}

/* Extend centred sections to full-width background without changing HTML */
.cs-intro,
#storage-options.cs-storage-options-final,
.cs-process,
.cs-reviews-section,
.cs-areas,
.cs-faq{
  clip-path:inset(0 -100vmax)!important;
}
.cs-intro,
#storage-options.cs-storage-options-final{
  box-shadow:0 0 0 100vmax var(--cs-bg-offwhite)!important;
}

/* 04 Simple Process = slate-grey chapter with blue step markers */
.cs-process{
  background:var(--cs-bg-slate)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-slate)!important;
  color:var(--cs-bg-slate)!important;
}
.cs-process > *{
  color:initial;
}
.cs-process .cs-section-heading h2,
.cs-process .cs-section-heading p:not(.cs-kicker){
  color:var(--cs-bg-white)!important;
}
.cs-process .cs-kicker{
  color:var(--cs-bg-white)!important;
  opacity:.9;
}
.cs-process .cs-steps div{
  background:var(--cs-bg-white)!important;
  border:0!important;
  box-shadow:0 14px 32px rgba(0,0,0,.14)!important;
}
.cs-process .cs-steps h3{
  color:var(--cs-bg-black)!important;
}
.cs-process .cs-steps p{
  color:#333333!important;
}
.cs-process .cs-steps span{
  background:var(--cs-bg-blue)!important;
  color:var(--cs-bg-white)!important;
}

/* 05 Why Choose = white confidence section */
.cs-why-choose{
  background:var(--cs-bg-white)!important;
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}
.cs-trust-card{
  background:var(--cs-bg-white)!important;
}

/* 06 Booking / Sketch to Finished Storage = white, not blue */
.cs-sketch-visit-section{
  background:var(--cs-bg-white)!important;
  border-top:1px solid var(--cs-bg-divider)!important;
  border-bottom:1px solid var(--cs-bg-divider)!important;
}
.cs-sketch-visit-section .cs-sketch-process > .cs-kicker{
  color:var(--cs-bg-blue)!important;
}
.cs-sketch-visit-section .cs-sketch-process h2,
.cs-sketch-visit-section .cs-sketch-intro,
.cs-sketch-visit-section .cs-step-heading h3,
.cs-sketch-visit-section .cs-step-heading p{
  color:var(--cs-bg-black)!important;
}
.cs-sketch-visit-section .cs-step-heading span{
  background:var(--cs-bg-blue)!important;
  color:var(--cs-bg-white)!important;
}
.cs-sketch-step picture,
.cs-sketch-step img,
.cs-sketch-benefits-vertical article,
.cs-sketch-form-wide{
  background:var(--cs-bg-white)!important;
}
.cs-sketch-benefits-vertical span{
  border-color:var(--cs-bg-blue)!important;
  color:var(--cs-bg-blue)!important;
  background:var(--cs-bg-white)!important;
}
.cs-sketch-form-wide .cs-btn-primary{
  background:var(--cs-bg-blue)!important;
  color:var(--cs-bg-white)!important;
}
.cs-sketch-form-wide .cs-btn-primary:hover{
  background:var(--cs-bg-slate)!important;
  color:var(--cs-bg-white)!important;
}

/* 07 Reviews / areas / FAQ */
.cs-reviews-section{
  background:var(--cs-bg-offwhite)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-offwhite)!important;
  color:var(--cs-bg-offwhite)!important;
}
.cs-areas{
  background:var(--cs-bg-white)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-white)!important;
  color:var(--cs-bg-white)!important;
}
.cs-faq{
  background:var(--cs-bg-offwhite)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-offwhite)!important;
  color:var(--cs-bg-offwhite)!important;
}
.cs-reviews-section > *,
.cs-areas > *,
.cs-faq > *{
  color:initial;
}
.cs-review-card,
.cs-faq-list details{
  background:var(--cs-bg-white)!important;
}
.cs-area-list span{
  background:var(--cs-bg-offwhite)!important;
}

/* 08 Footer = matte-black anchor */
.cs-footer{
  background:var(--cs-bg-black)!important;
  color:var(--cs-bg-white)!important;
}

@media(max-width:640px){
  .cs-intro,
  #storage-options.cs-storage-options-final,
  .cs-process,
  .cs-reviews-section,
  .cs-areas,
  .cs-faq{
    clip-path:none!important;
    box-shadow:none!important;
  }
}

/* ============================================================
   V62 - BRAND COLOUR FLOW REFINEMENT
   Extra blue brand section: Areas Covered
   Keeps booking/sketch section white for form readability.
============================================================ */
.cs-areas{
  background:var(--cs-bg-blue)!important;
  box-shadow:0 0 0 100vmax var(--cs-bg-blue)!important;
  color:var(--cs-bg-white)!important;
  text-align:center!important;
}
.cs-areas > *,
.cs-areas h2,
.cs-areas .cs-kicker{
  color:var(--cs-bg-white)!important;
}
.cs-areas .cs-kicker{
  opacity:.9!important;
}
.cs-areas .cs-area-list{
  justify-content:center!important;
  margin-top:26px!important;
}
.cs-areas .cs-area-list span{
  background:var(--cs-bg-white)!important;
  color:var(--cs-bg-blue)!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.10)!important;
}
.cs-areas .cs-area-list span:hover{
  background:var(--cs-bg-slate)!important;
  color:var(--cs-bg-white)!important;
  border-color:var(--cs-bg-slate)!important;
}
@media(max-width:640px){
  .cs-areas{
    background:var(--cs-bg-blue)!important;
    box-shadow:none!important;
  }
}


/* ==================================================
CLEVER STORAGE - LOCAL SEO AREAS SECTION (v63)
Updated homepage section with first location link to Thanet.
================================================== */
.cs-local-seo-areas{
  background:#fff!important;
  box-shadow:none!important;
  color:var(--cs-bg-black, #19181A)!important;
  text-align:center!important;
  padding-top:82px!important;
  padding-bottom:82px!important;
}
.cs-local-seo-areas > *,
.cs-local-seo-areas h2,
.cs-local-seo-areas .cs-kicker{
  color:var(--cs-bg-black, #19181A)!important;
}
.cs-local-seo-inner{
  max-width:1200px;
  margin:0 auto;
}
.cs-local-seo-areas .cs-kicker{
  color:var(--cs-bg-blue, #2A6DB2)!important;
  opacity:1!important;
  letter-spacing:.18em!important;
}
.cs-local-seo-areas h2{
  font-size:clamp(34px, 5vw, 54px)!important;
  line-height:1.1!important;
  margin:0!important;
}
.cs-local-seo-areas .cs-heading-line{
  width:64px;
  height:3px;
  background:var(--cs-bg-blue, #2A6DB2);
  margin:24px auto;
}
.cs-local-seo-intro{
  max-width:780px;
  margin:0 auto 20px!important;
  font-size:18px!important;
  line-height:1.8!important;
  color:var(--cs-bg-black, #19181A)!important;
}
.cs-local-seo-subintro{
  font-size:17px!important;
  margin:0 0 28px!important;
  color:var(--cs-bg-black, #19181A)!important;
}
.cs-local-area-grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:8px;
  margin-top:30px;
}
.cs-local-area-card{
  min-height:92px;
  padding:20px 18px;
  border:1px solid #ddd;
  border-radius:6px;
  background:#fff;
  text-decoration:none;
  color:var(--cs-bg-black, #19181A)!important;
  text-align:left;
  transition:all .25s ease;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.cs-local-area-card:hover{
  border-color:var(--cs-bg-blue, #2A6DB2);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  transform:translateY(-2px);
}
.cs-local-area-card strong{
  font-family:'Poppins', Arial, sans-serif;
  font-size:17px;
  font-weight:700;
  margin-bottom:6px;
  color:var(--cs-bg-black, #19181A)!important;
}
.cs-local-area-card small{
  color:var(--cs-bg-blue, #2A6DB2)!important;
  font-weight:700;
  font-size:14px;
  line-height:1.4;
}
.cs-local-pin{
  color:var(--cs-bg-blue, #2A6DB2)!important;
  font-size:21px;
  margin-bottom:8px;
}
.cs-local-area-card-wide{
  grid-column:span 3;
}
.cs-local-seo-bottom-copy{
  max-width:780px;
  margin:34px auto 24px!important;
  font-size:18px!important;
  line-height:1.7!important;
  color:var(--cs-bg-black, #19181A)!important;
}
.cs-local-seo-button{
  display:inline-block!important;
}
@media(max-width:1100px){
  .cs-local-area-grid{grid-template-columns:repeat(3, 1fr);}
  .cs-local-area-card-wide{grid-column:span 3;}
}
@media(max-width:680px){
  .cs-local-seo-areas{padding:56px 18px!important;}
  .cs-local-area-grid{grid-template-columns:1fr;}
  .cs-local-area-card-wide{grid-column:span 1;}
  .cs-local-area-card{min-height:auto;}
}

/* ==================================================
CLEVER STORAGE - THANET LOCAL SEO PAGE (v63)
Page URL: /under-stairs-storage-thanet/
================================================== */
.cs-location-page{
  font-family:'Lato', Arial, sans-serif;
  color:var(--cs-bg-black, #19181A);
  background:#fff;
}
.cs-location-page .cs-site-header{position:relative;}
.cs-location-hero{
  display:grid;
  grid-template-columns:42% 58%;
  min-height:540px;
  background:#F9F9F9;
}
.cs-location-hero-content{
  padding:70px 8vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.cs-breadcrumb{
  color:var(--cs-bg-blue, #2A6DB2);
  font-size:13px;
  font-weight:700;
  margin-bottom:24px;
}
.cs-location-hero h1{
  font-family:'Poppins', Arial, sans-serif;
  font-size:clamp(42px, 5vw, 64px);
  line-height:1.05;
  margin:0 0 20px;
  color:var(--cs-bg-black, #19181A);
}
.cs-location-hero h1::after,
.cs-location-section h2::after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  background:var(--cs-bg-blue, #2A6DB2);
  margin-top:18px;
}
.cs-hero-lead{
  font-size:20px;
  line-height:1.6;
  font-weight:700;
}
.cs-location-hero p{line-height:1.8;}
.cs-location-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cs-location-trust{
  display:grid;
  grid-template-columns:2fr repeat(4, 1fr);
  gap:28px;
  padding:32px 8vw;
  background:#fff;
  border-bottom:1px solid #e6e6e6;
}
.cs-location-trust strong{font-family:'Poppins', Arial, sans-serif;}
.cs-location-trust p{font-size:14px; line-height:1.6; margin-bottom:0;}
.cs-location-section{padding:70px 8vw;}
.cs-light-section{background:#F9F9F9;}
.cs-two-column{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:56px;
  align-items:start;
}
.cs-location-section h2{
  font-family:'Poppins', Arial, sans-serif;
  font-size:clamp(28px, 4vw, 38px);
  line-height:1.2;
  margin:0 0 26px;
}
.cs-location-section p{line-height:1.8;}
.cs-check-list{list-style:none; padding:0; margin:24px 0;}
.cs-check-list li{margin-bottom:12px; padding-left:28px; position:relative; line-height:1.6;}
.cs-check-list li::before{content:"✓"; position:absolute; left:0; color:var(--cs-bg-blue, #2A6DB2); font-weight:700;}
.cs-image-grid-3,
.cs-project-card-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px;}
.cs-image-grid-3 img,
.cs-project-card img{width:100%; height:210px; object-fit:cover; border-radius:4px; display:block;}
.cs-image-grid-3 figure{margin:0;}
.cs-image-grid-3 figcaption{text-align:center; font-weight:700; margin-top:10px;}
.cs-project-card,
.cs-review-card{background:#fff; border:1px solid #ddd; border-radius:4px; padding:18px;}
.cs-project-card h3{font-family:'Poppins', Arial, sans-serif; margin-bottom:8px;}
.cs-project-card a{color:var(--cs-bg-blue, #2A6DB2); font-weight:700; text-decoration:none;}
.cs-review-card{margin-bottom:18px;}
.cs-location-page details{background:#fff; border:1px solid #ddd; padding:18px 20px; margin-bottom:10px; border-radius:4px;}
.cs-location-page summary{cursor:pointer; font-weight:700; font-family:'Poppins', Arial, sans-serif;}
.cs-location-final-cta{display:flex; justify-content:space-between; align-items:center; gap:30px; padding:46px 8vw; background:var(--cs-bg-blue, #2A6DB2); color:#fff;}
.cs-location-final-cta h2{font-family:'Poppins', Arial, sans-serif; margin:0 0 8px; color:#fff;}
.cs-location-final-cta p{margin:0; color:#fff;}
.cs-location-final-cta .cs-btn{background:#fff!important; color:var(--cs-bg-blue, #2A6DB2)!important;}
.cs-location-final-cta .cs-btn:hover{background:var(--cs-bg-slate, #4D4D4D)!important; color:#F9F9F9!important;}
@media(max-width:980px){
  .cs-location-hero,
  .cs-two-column,
  .cs-location-trust{grid-template-columns:1fr;}
  .cs-location-hero-image{min-height:360px;}
  .cs-image-grid-3,
  .cs-project-card-grid{grid-template-columns:1fr;}
  .cs-location-final-cta{flex-direction:column; align-items:flex-start;}
}

/* ==================================================
   V64 - REDUCED EAST KENT SERVICE AREAS
   ================================================== */
.cs-local-area-card .cs-local-pin,
.cs-local-area-card .cs-local-home{
  width:28px;
  height:28px;
  flex:0 0 28px;
  fill:none;
  stroke:#2A6DB2;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  margin:0;
}
.cs-local-area-card .cs-local-area-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.cs-local-area-card .cs-local-area-copy strong,
.cs-local-area-card .cs-local-area-copy small{
  display:block;
}
@media (min-width:1101px){
  .cs-local-area-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .cs-local-area-card-wide{grid-column:span 2;}
}

/* ==================================================
CLEVER STORAGE - LOCAL SEO AREAS REFINED LAYOUT (v65)
================================================== */
.cs-local-seo-areas{padding:76px 24px 72px!important;background:#fff!important;text-align:center!important;}
.cs-local-seo-inner{width:min(100%,1400px)!important;max-width:1400px!important;margin:0 auto!important;}
.cs-local-seo-areas h2{max-width:1300px!important;margin:0 auto!important;font-size:clamp(38px,4.5vw,66px)!important;line-height:1.08!important;letter-spacing:-.025em!important;}
.cs-local-seo-intro{max-width:920px!important;margin:0 auto 24px!important;text-align:center!important;font-size:18px!important;line-height:1.75!important;}
.cs-local-seo-subintro{margin:0 0 28px!important;text-align:center!important;font-family:'Poppins',Arial,sans-serif!important;font-weight:700!important;font-size:17px!important;}
.cs-local-area-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;margin:0!important;}
.cs-local-area-card{min-width:0!important;min-height:98px!important;padding:18px 20px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;text-align:left!important;border:1px solid #dedede!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;}
.cs-local-area-card:hover,.cs-local-area-card:focus-visible{border-color:#2A6DB2!important;background:#f4fbff!important;box-shadow:0 8px 22px rgba(25,24,26,.08)!important;transform:translateY(-2px)!important;}
.cs-local-area-card-live{background:#f2f9fd!important;}
.cs-local-pin,.cs-local-home{width:30px!important;height:30px!important;min-width:30px!important;margin:0!important;fill:none!important;stroke:#2A6DB2!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.cs-local-area-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;min-width:0!important;width:100%!important;}
.cs-local-area-card strong{margin:0!important;font-size:16px!important;line-height:1.25!important;white-space:normal!important;}
.cs-local-area-card small{display:block!important;width:100%!important;margin:0!important;font-size:13px!important;line-height:1.35!important;overflow-wrap:anywhere!important;}
.cs-local-area-card-wide{grid-column:span 3!important;}
.cs-local-area-card-wide .cs-local-area-copy small{color:#19181A!important;font-weight:400!important;}
.cs-local-seo-bottom-copy,.cs-local-seo-button{display:none!important;}
.cs-local-seo-cta{display:grid!important;grid-template-columns:150px minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important;margin-top:26px!important;padding:28px 34px!important;border-radius:8px!important;background:#2A6DB2!important;color:#fff!important;text-align:left!important;box-shadow:0 16px 34px rgba(42,109,178,.18)!important;}
.cs-local-seo-cta-icon{min-height:112px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-right:1px solid rgba(255,255,255,.55)!important;}
.cs-local-seo-cta-icon img{width:86px!important;height:86px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;}
.cs-local-seo-cta-copy h3{margin:0 0 6px!important;color:#fff!important;font-family:'Poppins',Arial,sans-serif!important;font-size:clamp(24px,2.2vw,34px)!important;line-height:1.18!important;}
.cs-local-seo-cta-copy p{margin:0!important;max-width:650px!important;color:#fff!important;font-size:17px!important;line-height:1.55!important;}
.cs-local-seo-cta-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:64px!important;padding:16px 28px!important;border-radius:6px!important;background:#fff!important;color:#2A6DB2!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-family:'Poppins',Arial,sans-serif!important;font-weight:700!important;white-space:nowrap!important;}
.cs-local-seo-cta-button:hover,.cs-local-seo-cta-button:focus-visible{background:#4D4D4D!important;color:#F9F9F9!important;}
@media(max-width:1180px){.cs-local-area-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.cs-local-area-card-wide{grid-column:span 3!important;}.cs-local-seo-cta{grid-template-columns:110px minmax(0,1fr)!important;}.cs-local-seo-cta-button{grid-column:2!important;justify-self:start!important;}}
@media(max-width:760px){.cs-local-seo-areas{padding:56px 16px 52px!important;}.cs-local-area-grid{grid-template-columns:1fr!important;gap:10px!important;}.cs-local-area-card-wide{grid-column:span 1!important;}.cs-local-area-card{min-height:82px!important;}.cs-local-seo-cta{grid-template-columns:1fr!important;text-align:center!important;padding:28px 22px!important;}.cs-local-seo-cta-icon{min-height:auto!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.45)!important;padding-bottom:20px!important;}.cs-local-seo-cta-copy p{margin:0 auto!important;}.cs-local-seo-cta-button{grid-column:1!important;justify-self:stretch!important;white-space:normal!important;}}

/* ==========================================================
   V67 — PREMIUM LOCAL SEO MASTER PAGE TEMPLATE
   Applied first to /under-stairs-storage-thanet/
   ========================================================== */
.cs-location-page-v2{background:#fff;color:#19181A;}
.cs-location-page-v2 .cs-site-header{position:relative;z-index:20;}
.cs-location-breadcrumb{max-width:1200px;margin:0 auto;padding:18px 24px;display:flex;gap:10px;align-items:center;font-size:14px;color:#666;}
.cs-location-breadcrumb a{color:#2A6DB2;text-decoration:none;font-weight:700;}
.cs-loc-hero{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);min-height:610px;background:linear-gradient(110deg,#fff 0%,#fff 45%,#f6f8f9 100%);}
.cs-loc-hero-copy{padding:78px max(28px,7vw);display:flex;flex-direction:column;justify-content:center;}
.cs-loc-hero-copy h1{font-family:'Poppins',sans-serif;font-size:clamp(44px,5.3vw,72px);line-height:1.04;letter-spacing:-.03em;margin:8px 0 16px;color:#19181A;}
.cs-loc-hero-copy h2{font-family:'Poppins',sans-serif;font-size:clamp(22px,2.3vw,32px);line-height:1.25;margin:0 0 22px;color:#2A6DB2;}
.cs-loc-hero-copy p{font-size:17px;line-height:1.75;max-width:680px;}
.cs-loc-hero-lead{font-size:20px!important;font-weight:700;color:#333;}
.cs-loc-hero-media{min-height:610px;overflow:hidden;}
.cs-loc-hero-media picture,.cs-loc-hero-media img{display:block;width:100%;height:100%;}
.cs-loc-hero-media img{object-fit:cover;}
.cs-location-page-v2 .cs-btn.cs-outline{background:#fff;color:#2A6DB2;border:2px solid #2A6DB2;}
.cs-location-page-v2 .cs-btn.cs-outline:hover{background:#4D4D4D;color:#fff;border-color:#4D4D4D;}
.cs-loc-section{padding:82px max(24px,7vw);}
.cs-loc-section-alt{background:#F9F9F9;}
.cs-loc-section-heading{max-width:850px;margin:0 auto 42px;text-align:center;}
.cs-loc-section-heading h2,.cs-loc-copy h2,.cs-loc-faq-layout h2,.cs-loc-related h2{font-family:'Poppins',sans-serif;font-size:clamp(32px,4vw,48px);line-height:1.16;letter-spacing:-.02em;margin:8px 0 18px;color:#19181A;}
.cs-loc-section-heading p,.cs-loc-copy p,.cs-featured-project-copy p,.cs-loc-faq-layout p{font-size:17px;line-height:1.75;}
.cs-loc-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center;max-width:1240px;margin:0 auto;}
.cs-loc-split-reverse .cs-loc-copy{order:1}.cs-loc-split-reverse .cs-loc-image-card{order:2}
.cs-loc-image-card{overflow:hidden;border-radius:8px;box-shadow:0 18px 48px rgba(25,24,26,.10);}
.cs-loc-image-card picture,.cs-loc-image-card img{display:block;width:100%;}
.cs-loc-image-card img{aspect-ratio:4/3;object-fit:cover;}
.cs-loc-check-list{columns:1;margin-top:24px;}
.cs-featured-project{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);background:#fff;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.06);}
.cs-featured-project-media img{width:100%;height:100%;min-height:500px;object-fit:cover;display:block;}
.cs-featured-project-copy{padding:44px;align-self:center;}
.cs-featured-project-copy h3{font-family:'Poppins',sans-serif;font-size:30px;line-height:1.2;margin:0 0 18px;}
.cs-project-facts{display:grid;gap:0;margin:26px 0;}
.cs-project-facts div{padding:13px 0;border-bottom:1px solid #e6e6e6;}
.cs-project-facts dt{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:900;}
.cs-project-facts dd{margin:5px 0 0;font-weight:700;}
.cs-text-link{color:#2A6DB2;text-decoration:none;font-weight:900;}
.cs-loc-card-grid{max-width:1240px;margin:0 auto;display:grid;gap:20px;}
.cs-loc-card-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));}
.cs-loc-option-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:.25s ease;}
.cs-loc-option-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(0,0,0,.09);border-color:#2A6DB2;}
.cs-loc-option-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.cs-loc-option-card div{padding:24px;}
.cs-loc-option-card h3{font-family:'Poppins',sans-serif;font-size:21px;margin:0 0 10px;}
.cs-loc-option-card p{margin:0;line-height:1.65;}
.cs-loc-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px;}
.cs-loc-benefit-grid div{background:#fff;border:1px solid #ddd;border-radius:6px;padding:20px;}
.cs-loc-benefit-grid strong{display:block;font-family:'Poppins',sans-serif;color:#2A6DB2;font-size:20px;}
.cs-loc-benefit-grid span{font-size:14px;color:#555;}
.cs-loc-process{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.cs-loc-process article{position:relative;padding:32px;background:#fff;border:1px solid #ddd;border-radius:8px;text-align:center;}
.cs-loc-process span{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#edf8fd;color:#2A6DB2;font-family:'Poppins',sans-serif;font-weight:800;font-size:18px;}
.cs-loc-process h3{font-family:'Poppins',sans-serif;font-size:21px;margin:18px 0 10px;}
.cs-loc-process p{margin:0;line-height:1.65;}
.cs-loc-gallery{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.cs-loc-gallery figure{margin:0;background:#fff;border-radius:7px;overflow:hidden;border:1px solid #ddd;}
.cs-loc-gallery img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .35s ease;}
.cs-loc-gallery figure:hover img{transform:scale(1.035);}
.cs-loc-gallery figcaption{padding:15px 18px;font-family:'Poppins',sans-serif;font-weight:700;}
.cs-area-chip-list{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}
.cs-area-chip-list span{padding:12px 20px;border:1px solid #cfd3d5;border-radius:999px;background:#fff;font-family:'Poppins',sans-serif;font-weight:700;}
.cs-loc-project-previews{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.cs-loc-project-previews article{background:#fff;border-left:4px solid #2A6DB2;padding:28px;border-radius:4px;box-shadow:0 9px 25px rgba(0,0,0,.05);}
.cs-loc-project-previews h3{font-family:'Poppins',sans-serif;margin:0 0 10px;font-size:23px;}
.cs-loc-project-previews p{margin:0;line-height:1.7;}
.cs-loc-faq-layout{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start;}
.cs-loc-review-card{margin:0 0 18px;}
.cs-review-note{font-size:13px!important;color:#777;font-style:italic;}
.cs-location-page-v2 details{border:1px solid #ddd;border-radius:5px;margin-bottom:10px;background:#fff;padding:0;}
.cs-location-page-v2 summary{padding:18px 20px;cursor:pointer;font-family:'Poppins',sans-serif;font-weight:700;list-style:none;position:relative;padding-right:50px;}
.cs-location-page-v2 summary::-webkit-details-marker{display:none;}
.cs-location-page-v2 summary:after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#2A6DB2;font-size:24px;}
.cs-location-page-v2 details[open] summary:after{content:'−';}
.cs-location-page-v2 details p{padding:0 20px 20px;margin:0;}
.cs-loc-related{padding:58px max(24px,7vw);background:#19181A;color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center;}
.cs-loc-related h2{color:#fff;margin-bottom:0;}
.cs-related-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}
.cs-related-links a{display:flex;justify-content:space-between;gap:18px;background:#fff;color:#19181A;text-decoration:none;border-radius:5px;padding:16px 18px;font-family:'Poppins',sans-serif;font-weight:700;}
.cs-related-links a:hover{background:#2A6DB2;color:#fff;}
.cs-loc-final-cta{margin:50px max(24px,5vw);padding:42px 50px;border-radius:8px;background:#2A6DB2;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;box-shadow:0 18px 40px rgba(42,109,178,.22);}
.cs-loc-final-cta img{width:88px;height:88px;object-fit:contain;filter:brightness(0) invert(1);}
.cs-loc-final-cta h2{font-family:'Poppins',sans-serif;font-size:clamp(28px,3.4vw,42px);line-height:1.15;color:#fff;margin:0 0 8px;}
.cs-loc-final-cta p{margin:0;font-size:17px;color:#fff;}
.cs-loc-final-cta .cs-btn{background:#fff!important;color:#2A6DB2!important;white-space:nowrap;}
.cs-loc-final-cta .cs-btn:hover{background:#4D4D4D!important;color:#fff!important;}

@media(max-width:1100px){
  .cs-loc-card-grid-four{grid-template-columns:repeat(2,1fr);}
  .cs-featured-project{grid-template-columns:1fr;}
  .cs-featured-project-media img{min-height:360px;}
}
@media(max-width:900px){
  .cs-loc-hero,.cs-loc-split,.cs-loc-faq-layout,.cs-loc-related{grid-template-columns:1fr;}
  .cs-loc-hero-copy{padding:55px 30px;}
  .cs-loc-hero-media{min-height:420px;}
  .cs-loc-split-reverse .cs-loc-copy,.cs-loc-split-reverse .cs-loc-image-card{order:initial;}
  .cs-loc-process,.cs-loc-project-previews{grid-template-columns:1fr;}
  .cs-loc-gallery{grid-template-columns:repeat(2,1fr);}
  .cs-loc-final-cta{grid-template-columns:auto 1fr;}
  .cs-loc-final-cta .cs-btn{grid-column:1/-1;text-align:center;}
}
@media(max-width:620px){
  .cs-location-breadcrumb{padding:14px 18px;font-size:12px;flex-wrap:wrap;}
  .cs-loc-section{padding:55px 18px;}
  .cs-loc-hero-copy h1{font-size:42px;}
  .cs-loc-hero-media{min-height:300px;}
  .cs-loc-card-grid-four,.cs-loc-gallery,.cs-loc-benefit-grid,.cs-related-links{grid-template-columns:1fr;}
  .cs-featured-project-copy{padding:28px 22px;}
  .cs-loc-final-cta{margin:28px 18px;padding:30px 22px;grid-template-columns:1fr;text-align:center;}
  .cs-loc-final-cta img{margin:auto;}
}

/* ============================================================
   V69 — WHAT I CAN BUILD: LANDSCAPE PROJECT CARDS
   Replaces the former ten portrait cards only.
============================================================ */
#storage-options.cs-storage-options-landscape{
  padding:78px 5vw 72px!important;
  background:#F9F9F9!important;
}
.cs-storage-options-intro{
  width:min(1420px,100%);
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(560px,.85fr);
  gap:56px;
  align-items:start;
}
.cs-storage-options-copy .cs-kicker{
  display:block!important;
  margin:0 0 10px!important;
  color:#2A6DB2!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
.cs-storage-options-copy h2{
  margin:0 0 18px!important;
  color:#19181A!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(42px,4.4vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  font-weight:800!important;
}
.cs-storage-options-copy p{
  margin:0 0 4px!important;
  max-width:760px!important;
  color:#19181A!important;
  font-family:"Lato",Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1.65!important;
}
.cs-storage-options-trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  padding-top:16px;
}
.cs-storage-options-trust article{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:start;
  min-width:0;
}
.cs-option-trust-icon{
  width:40px;height:40px;
  display:grid;place-items:center;
  color:#2A6DB2;
}
.cs-option-trust-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.cs-storage-options-trust h3{
  margin:1px 0 7px!important;
  color:#19181A!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:700!important;
}
.cs-storage-options-trust p{
  margin:0!important;
  color:#4D4D4D!important;
  font-family:"Lato",Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.cs-landscape-storage-grid{
  width:min(1420px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.cs-landscape-storage-card{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  min-height:0;
  overflow:hidden;
  border-radius:12px;
  background:#19181A;
  box-shadow:0 12px 28px rgba(25,24,26,.13);
  text-decoration:none!important;
  isolation:isolate;
  transform:translateY(0);
  transition:transform .35s ease,box-shadow .35s ease;
}
.cs-landscape-storage-card img{
  position:absolute;inset:0;
  width:100%;height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:scale(1.001);
  transition:transform .45s ease,filter .45s ease;
}
.cs-landscape-shade{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,0) 44%,rgba(0,0,0,.73) 100%);
  transition:opacity .3s ease;
}
.cs-landscape-default{
  position:absolute;left:24px;right:24px;bottom:20px;z-index:3;
  display:flex;align-items:center;gap:13px;
  color:#FFFFFF;
  transition:opacity .2s ease,transform .3s ease;
}
.cs-landscape-default strong,
.cs-landscape-hover-title strong{
  color:#FFFFFF!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:clamp(19px,1.45vw,25px)!important;
  line-height:1.16!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
  text-shadow:0 2px 10px rgba(0,0,0,.28);
}
.cs-landscape-icon{
  width:40px;height:40px;
  flex:0 0 40px;
  color:#FFFFFF;
  display:grid;place-items:center;
}
.cs-landscape-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;}
.cs-landscape-hover{
  position:absolute;left:0;right:0;bottom:0;z-index:4;
  min-height:50%;
  display:flex;flex-direction:column;justify-content:center;
  padding:24px 28px 22px;
  color:#FFFFFF;
  background:linear-gradient(135deg,#2A6DB2 0%,#1E568F 100%);
  transform:translateY(102%);
  transition:transform .38s cubic-bezier(.2,.8,.2,1);
}
.cs-landscape-hover-title{display:flex;align-items:center;gap:13px;margin-bottom:9px;}
.cs-landscape-description{
  display:block;
  max-width:92%;
  color:#FFFFFF!important;
  font-family:"Lato",Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.48!important;
  margin:0 0 14px;
}
.cs-landscape-link{
  display:block;
  color:#FFFFFF!important;
  font-family:"Poppins",Arial,sans-serif!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.cs-landscape-link b{display:inline-block;margin-left:6px;font-size:19px;line-height:0;transition:transform .25s ease;}
.cs-landscape-storage-card:hover,
.cs-landscape-storage-card:focus-visible{
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(25,24,26,.22);
  outline:none;
}
.cs-landscape-storage-card:hover img,
.cs-landscape-storage-card:focus-visible img{transform:scale(1.035);filter:saturate(1.03) contrast(1.02);}
.cs-landscape-storage-card:hover .cs-landscape-default,
.cs-landscape-storage-card:focus-visible .cs-landscape-default{opacity:0;transform:translateY(10px);}
.cs-landscape-storage-card:hover .cs-landscape-hover,
.cs-landscape-storage-card:focus-visible .cs-landscape-hover{transform:translateY(0);}
.cs-landscape-storage-card:hover .cs-landscape-link b,
.cs-landscape-storage-card:focus-visible .cs-landscape-link b{transform:translateX(4px);}
.cs-landscape-storage-card:focus-visible{box-shadow:0 0 0 4px rgba(42,109,178,.28),0 20px 42px rgba(25,24,26,.22);}
.cs-storage-options-cta{
  width:min(1420px,100%);
  margin:28px auto 0;
  padding:22px 30px;
  display:grid;
  grid-template-columns:62px 1fr auto;
  gap:22px;
  align-items:center;
  background:#FFFFFF;
  border:1px solid #E4E4E4;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(25,24,26,.04);
}
.cs-options-cta-icon{width:58px;height:58px;display:grid;place-items:center;color:#2A6DB2;}
.cs-options-cta-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;}
.cs-storage-options-cta h3{margin:0 0 3px!important;color:#19181A!important;font-family:"Poppins",Arial,sans-serif!important;font-size:23px!important;line-height:1.25!important;font-weight:700!important;}
.cs-storage-options-cta p{margin:0!important;color:#4D4D4D!important;font-size:16px!important;line-height:1.5!important;}
.cs-storage-options-cta .cs-btn{white-space:nowrap;}

@media(max-width:1180px){
  .cs-storage-options-intro{grid-template-columns:1fr;gap:25px;}
  .cs-storage-options-trust{max-width:850px;padding-top:0;}
  .cs-landscape-storage-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  #storage-options.cs-storage-options-landscape{padding:52px 20px 58px!important;}
  .cs-storage-options-copy h2{font-size:42px!important;}
  .cs-storage-options-copy p{font-size:17px!important;}
  .cs-storage-options-trust{grid-template-columns:1fr;gap:16px;}
  .cs-storage-options-trust article{grid-template-columns:38px 1fr;}
  .cs-landscape-storage-grid{grid-template-columns:1fr;gap:18px;}
  .cs-landscape-storage-card{aspect-ratio:16/10;}
  .cs-landscape-hover{
    min-height:54%;
    padding:20px 22px 18px;
    transform:translateY(0);
    background:linear-gradient(135deg,rgba(42,109,178,.98) 0%,rgba(0,109,174,.98) 100%);
  }
  .cs-landscape-default{display:none;}
  .cs-landscape-storage-card img{height:58%;}
  .cs-landscape-shade{display:none;}
  .cs-landscape-hover-title strong{font-size:20px!important;}
  .cs-landscape-description{font-size:15px!important;line-height:1.4!important;margin-bottom:10px;}
  .cs-storage-options-cta{grid-template-columns:48px 1fr;padding:22px 20px;gap:14px;}
  .cs-options-cta-icon{width:46px;height:46px;}
  .cs-options-cta-icon svg{width:43px;height:43px;}
  .cs-storage-options-cta h3{font-size:20px!important;}
  .cs-storage-options-cta p{font-size:15px!important;}
  .cs-storage-options-cta .cs-btn{grid-column:1/-1;width:100%;text-align:center;}
}
@media(prefers-reduced-motion:reduce){
  .cs-landscape-storage-card,.cs-landscape-storage-card img,.cs-landscape-default,.cs-landscape-hover,.cs-landscape-link b{transition:none!important;}
}

/* ============================================================
   V71 — CLEAN CATEGORY PHOTOGRAPHY + APPROVED HOVER PANEL
   Images contain photography only. Titles/icons are HTML layers.
============================================================ */
#storage-options .cs-landscape-storage-card{
  aspect-ratio:16/10;
  background:#FFFFFF;
  border:1px solid rgba(25,24,26,.08);
  box-shadow:0 10px 28px rgba(25,24,26,.11);
}
#storage-options .cs-landscape-storage-card img{
  inset:0 0 auto 0;
  height:78%;
  object-fit:cover;
  object-position:center;
  filter:none!important;
}
#storage-options .cs-landscape-shade{display:none!important;}
#storage-options .cs-landscape-default{
  left:0;right:0;bottom:0;
  height:22%;
  padding:0 22px;
  background:#FFFFFF;
  color:#19181A;
  gap:12px;
  opacity:1;
  transform:none;
}
#storage-options .cs-landscape-default strong{
  color:#19181A!important;
  font-size:clamp(17px,1.18vw,21px)!important;
  line-height:1.2!important;
  text-shadow:none!important;
}
#storage-options .cs-landscape-default .cs-landscape-icon{
  width:34px;height:34px;flex-basis:34px;color:#2A6DB2;
}
#storage-options .cs-landscape-default .cs-landscape-icon svg{width:31px;height:31px;}
#storage-options .cs-landscape-default::after{
  content:"→";
  margin-left:auto;
  color:#19181A;
  font-family:"Poppins",Arial,sans-serif;
  font-size:24px;
  line-height:1;
  font-weight:400;
}
#storage-options .cs-landscape-hover{
  min-height:52%;
  padding:22px 26px 20px;
  background:linear-gradient(135deg,#2A6DB2 0%,#1E568F 100%);
}
#storage-options .cs-landscape-hover-title strong{
  font-size:clamp(18px,1.3vw,23px)!important;
  text-shadow:none!important;
}
#storage-options .cs-landscape-description{
  font-size:15.5px!important;
  line-height:1.48!important;
  margin-bottom:12px;
}
#storage-options .cs-landscape-link{font-size:12.5px!important;}
#storage-options .cs-landscape-storage-card:hover .cs-landscape-default,
#storage-options .cs-landscape-storage-card:focus-visible .cs-landscape-default{
  opacity:0;
  transform:translateY(8px);
}
#storage-options .cs-landscape-storage-card:hover img,
#storage-options .cs-landscape-storage-card:focus-visible img{
  transform:scale(1.025);
  filter:none!important;
}
@media(max-width:760px){
  #storage-options .cs-landscape-storage-card{aspect-ratio:16/12;}
  #storage-options .cs-landscape-storage-card img{height:48%;}
  #storage-options .cs-landscape-hover{min-height:52%;padding:19px 21px 17px;}
  #storage-options .cs-landscape-default{display:none;}
}

/* ==================== V72 CONTACT PAGE + PREMIUM FOOTER ==================== */
.cs-footer-cta{background:#2A6DB2;color:#fff;padding:28px 24px}.cs-footer-cta-inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.cs-footer-cta h2{margin:0 0 5px;color:#fff;font-size:26px}.cs-footer-cta p{margin:0}.cs-footer-cta-btn{border:1px solid #fff;color:#fff;padding:16px 24px;font-family:Poppins,sans-serif;font-weight:700;text-transform:uppercase}.cs-premium-footer{background:#19181A;color:#fff;padding:48px 24px 18px}.cs-premium-footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px}.cs-premium-footer h3{color:#fff}.cs-premium-footer a,.cs-premium-footer span{display:block;color:#fff;margin:7px 0}.cs-footer-brand img{max-width:190px;background:#fff;padding:8px}.cs-footer-bottom{max-width:1200px;margin:35px auto 0;padding-top:18px;border-top:1px solid #4D4D4D;display:flex;justify-content:space-between}
.cs-footer-address{margin:14px 0 0;color:#fff;font-style:normal;line-height:1.65}.cs-footer-address strong{font-family:Poppins,sans-serif;font-weight:700}
.cs-contact-hero{display:grid;grid-template-columns:42% 58%;min-height:430px;background:#F9F9F9}.cs-contact-hero-copy{padding:55px max(5vw,35px)}.cs-contact-hero-copy h1{font-size:54px;margin:12px 0}.cs-contact-hero-image img{width:100%;height:100%;object-fit:cover}.cs-contact-methods{max-width:1200px;margin:0 auto;padding:42px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cs-contact-methods article{border:1px solid #ddd;padding:25px;display:flex;flex-direction:column;gap:10px}.cs-contact-methods b{font:700 19px Poppins;color:#19181A}.cs-general-contact{max-width:1200px;margin:auto;padding:25px 20px 55px;display:grid;grid-template-columns:1fr 1fr;gap:55px}.cs-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cs-general-form label{display:block;font-weight:700;margin:12px 0}.cs-general-form input,.cs-general-form textarea{width:100%;padding:14px;border:1px solid #ccc;margin-top:6px;font:inherit}.cs-consent input{width:auto}.cs-general-contact aside img{width:100%;aspect-ratio:4/3;object-fit:cover}.cs-contact-areas{background:#F9F9F9;padding:42px 20px}.cs-contact-areas>h2,.cs-contact-faq>h2{text-align:center}.cs-town-photo-grid{max-width:1200px;margin:25px auto;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cs-town-photo-grid>a{background:#fff;border:1px solid #ddd;padding:8px;color:#19181A}.cs-town-photo-grid img{width:100%;aspect-ratio:16/8;object-fit:cover}.cs-town-photo-grid b,.cs-town-photo-grid span{display:block;padding:5px}.cs-town-photo-grid span{color:#2A6DB2}.cs-surrounding-card{grid-column:span 3;background:#fff;border:1px solid #ddd;padding:24px}.cs-contact-faq{max-width:1200px;margin:auto;padding:45px 20px}.cs-contact-faq>div{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.cs-contact-faq details{border:1px solid #ddd;padding:14px}.cs-button-outline{background:#fff!important;color:#2A6DB2!important;border:1px solid #2A6DB2}
@media(max-width:900px){.cs-contact-hero,.cs-general-contact{grid-template-columns:1fr}.cs-contact-methods{grid-template-columns:1fr 1fr}.cs-town-photo-grid{grid-template-columns:repeat(3,1fr)}.cs-premium-footer-grid{grid-template-columns:1fr 1fr}.cs-footer-cta-inner{grid-template-columns:1fr}.cs-contact-hero-image{min-height:300px}}@media(max-width:600px){.cs-contact-methods,.cs-form-grid,.cs-contact-faq>div,.cs-premium-footer-grid{grid-template-columns:1fr}.cs-town-photo-grid{grid-template-columns:1fr 1fr}.cs-surrounding-card{grid-column:span 2}.cs-footer-bottom{display:block}.cs-contact-hero-copy h1{font-size:42px}}
/* ============================================================
   V80 — FULL TWO-SERVICE HOMEPAGE & SERVICE PAGES
============================================================ */
.cs-v80-logo-lockup{display:flex!important;flex-direction:column;align-items:flex-start;gap:1px;text-decoration:none}.cs-v80-logo-lockup span{font:700 9px/1.2 "Poppins",sans-serif;color:#4d4d4d;white-space:nowrap}.cs-v80-logo-lockup+.cs-menu-toggle+.cs-main-nav{gap:17px}.cs-v80-logo-lockup+.cs-menu-toggle+.cs-main-nav a{font-size:13px}
.cs-v80-hero{min-height:680px;position:relative;display:flex;align-items:center;overflow:hidden;background:#19181a}.cs-v80-hero-media{position:absolute;inset:0;background:url('../assets/images/hero/clever-storage-hero-home-01.jpg') center/cover no-repeat}.cs-v80-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,24,26,.95),rgba(25,24,26,.82) 42%,rgba(25,24,26,.18) 75%)}.cs-v80-hero-content{position:relative;z-index:1;width:min(1380px,90%);margin:auto;padding:90px 0}.cs-v80-hero h1,.cs-wardrobe-hero h1{max-width:760px;margin:10px 0 24px;color:#fff;font:800 clamp(46px,5.4vw,78px)/1.04 "Poppins",sans-serif;letter-spacing:-.045em}.cs-v80-hero h1 span,.cs-wardrobe-hero h1 span{color:#2A6DB2}.cs-v80-hero-content>p:not(.cs-kicker),.cs-wardrobe-hero-copy>p:not(.cs-kicker){max-width:690px;color:#fff;font-size:20px;line-height:1.65}.cs-kicker-light{color:#fff!important}.cs-v80-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.cs-v80-services,.cs-v80-wide-section,.cs-v80-projects{padding:100px max(5vw,24px);background:#f9f9f9}.cs-v80-service-grid{width:min(1380px,100%);margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.cs-v80-service-card{overflow:hidden;border-radius:15px;background:#fff;box-shadow:0 18px 50px rgba(25,24,26,.11)}.cs-v80-service-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.cs-v80-service-card>div{padding:34px}.cs-v80-service-card h2{font:800 clamp(30px,3vw,44px)/1.1 "Poppins",sans-serif;margin:6px 0 14px}.cs-v80-service-card>div>p:not(.cs-kicker){font-size:18px;line-height:1.65;color:#4d4d4d}.cs-v80-service-card a{display:inline-block;margin-top:12px;color:#2A6DB2;font:800 14px "Poppins",sans-serif;text-decoration:none;text-transform:uppercase}
.cs-v80-featured-wardrobe{background:#4d4d4d}.cs-v80-featured-wardrobe .cs-featured-card{background:transparent}.cs-v80-featured-wardrobe .cs-featured-image{order:0}.cs-v80-featured-wardrobe .cs-featured-copy{order:1}
.cs-v80-project-grid{width:min(1380px,100%);margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.cs-v80-project-grid a{position:relative;overflow:hidden;border-radius:13px;min-height:360px;color:#fff}.cs-v80-project-grid img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:.35s}.cs-v80-project-grid a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(25,24,26,.9))}.cs-v80-project-grid span{position:absolute;z-index:1;left:28px;right:28px;bottom:25px}.cs-v80-project-grid strong,.cs-v80-project-grid small{display:block}.cs-v80-project-grid strong{font:700 24px "Poppins",sans-serif}.cs-v80-project-grid small{margin-top:5px;font-size:16px}.cs-v80-project-grid a:hover img{transform:scale(1.03)}.cs-v80-project-note{max-width:1380px;margin:20px auto 0;color:#4d4d4d;font-style:italic}
.cs-v80-benefit-grid{width:min(1380px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cs-v80-benefit-grid article{padding:28px;background:#fff;border-top:4px solid #2A6DB2;box-shadow:0 10px 30px rgba(25,24,26,.07)}.cs-v80-benefit-grid span{color:#2A6DB2;font:800 28px "Poppins",sans-serif}.cs-v80-benefit-grid h3{margin:14px 0 8px;font:700 19px "Poppins",sans-serif}.cs-v80-benefit-grid p{margin:0;line-height:1.6;color:#4d4d4d}
.cs-wardrobe-hero{position:relative;min-height:660px;display:flex;align-items:center;overflow:hidden;background:#19181a}.cs-wardrobe-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cs-wardrobe-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,24,26,.94),rgba(25,24,26,.7) 44%,rgba(25,24,26,.08) 80%)}.cs-wardrobe-hero-copy{position:relative;z-index:1;width:min(1380px,90%);margin:auto;padding:90px 0}
.cs-wardrobe-options{display:grid;grid-template-columns:1.15fr .85fr;background:#2A6DB2;color:#fff}.cs-wardrobe-options>img{width:100%;height:100%;min-height:700px;object-fit:cover}.cs-wardrobe-options>div{padding:85px max(5vw,40px)}.cs-wardrobe-options h2,.cs-wardrobe-interiors h2{font:800 clamp(36px,4vw,58px)/1.08 "Poppins",sans-serif}.cs-wardrobe-options>div>p{font-size:18px;line-height:1.7}.cs-v80-option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}.cs-v80-option-grid article{padding:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25)}.cs-v80-option-grid h3{color:#fff;margin:0 0 7px}.cs-v80-option-grid p{margin:0;line-height:1.55}
.cs-wardrobe-interiors{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:55px;padding:100px max(5vw,24px)}.cs-wardrobe-interiors>div{max-width:650px;margin-left:auto}.cs-wardrobe-interiors>div>p,.cs-wardrobe-interiors li{font-size:18px;line-height:1.65;color:#4d4d4d}.cs-wardrobe-interiors>img{width:100%;border-radius:14px;box-shadow:0 18px 50px rgba(25,24,26,.12)}.cs-v80-kent{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:70px max(7vw,28px);background:#2A6DB2;color:#fff}.cs-v80-kent h2{margin:5px 0 10px;color:#fff;font:800 clamp(32px,4vw,54px)/1.1 "Poppins",sans-serif}.cs-v80-kent p{color:#fff;font-size:18px}
@media(max-width:1100px){.cs-v80-logo-lockup span{display:none}.cs-v80-benefit-grid{grid-template-columns:repeat(2,1fr)}.cs-wardrobe-options,.cs-wardrobe-interiors{grid-template-columns:1fr}.cs-wardrobe-options>img{min-height:450px}.cs-wardrobe-interiors>div{max-width:none;margin:0}}
@media(max-width:760px){.cs-v80-hero,.cs-wardrobe-hero{min-height:720px;align-items:flex-end}.cs-v80-hero-overlay,.cs-wardrobe-hero-shade{background:linear-gradient(0deg,rgba(25,24,26,.97),rgba(25,24,26,.8) 60%,rgba(25,24,26,.12))}.cs-v80-hero-content,.cs-wardrobe-hero-copy{width:100%;padding:55px 24px}.cs-v80-hero-content>p:not(.cs-kicker),.cs-wardrobe-hero-copy>p:not(.cs-kicker){font-size:17px}.cs-v80-services,.cs-v80-wide-section,.cs-v80-projects{padding:70px 20px}.cs-v80-service-grid,.cs-v80-project-grid,.cs-v80-benefit-grid{grid-template-columns:1fr}.cs-v80-project-grid a{min-height:270px}.cs-v80-kent{align-items:flex-start;flex-direction:column;padding:55px 24px}.cs-wardrobe-options>img{min-height:300px}.cs-wardrobe-options>div,.cs-wardrobe-interiors{padding:65px 24px}.cs-v80-option-grid{grid-template-columns:1fr}.cs-wardrobe-interiors{gap:30px}.cs-wardrobe-interiors>img{grid-row:1}}

/* ============================================================
   V81 — 2026 V3 BRAND SYSTEM
============================================================ */
body{font-family:"Lato",Arial,sans-serif;font-weight:400}
h1,h2,h3,h4,h5,h6,.cs-main-nav a,.cs-header-btn,.cs-btn{
  font-family:"Poppins",Arial,sans-serif;
  font-weight:600!important;
}
.cs-v80-logo-lockup{gap:4px!important}
.cs-navbar{height:118px}
.cs-v80-logo-lockup .cs-logo-img{width:206px!important;height:auto!important;max-height:102px!important;object-fit:contain;object-position:left center}
.cs-v80-logo-lockup span{color:#4D4D4D;font:600 9px/1.2 "Poppins",Arial,sans-serif;letter-spacing:.015em}
.cs-v80-service-card>div{position:relative;padding:34px 34px 36px 120px;min-height:238px}
.cs-v81-service-icon{position:absolute;left:34px;top:38px;width:62px;height:62px;object-fit:contain}
.cs-v80-service-card{border:1px solid rgba(42,109,178,.14);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.cs-v80-service-card:hover{transform:translateY(-5px);border-color:#2A6DB2;box-shadow:0 24px 58px rgba(25,24,26,.15)}
.cs-v80-service-card a:hover{color:#19181A}
.cs-footer-brand img{max-width:235px!important;background:#FFFFFF;border-radius:8px;padding:10px 12px!important}
@media(max-width:1180px){.cs-v80-logo-lockup .cs-logo-img{width:176px!important;max-height:86px!important}.cs-main-nav.is-open{top:118px}}
@media(max-width:720px){.cs-navbar{height:94px}.cs-v80-logo-lockup .cs-logo-img{width:152px!important;max-height:75px!important}.cs-main-nav.is-open{top:94px}.cs-v80-service-card>div{padding:92px 24px 28px;min-height:0}.cs-v81-service-icon{left:24px;top:24px;width:52px;height:52px}}

/* ============================================================
   V82 — HERO HEADING + BALANCED HEADER LOGO
============================================================ */
.cs-navbar{padding-top:8px;padding-bottom:8px}
@media(max-width:720px){.cs-navbar{padding-top:9px;padding-bottom:9px}}

/* ============================================================
   V85 — APPROVED COMPACT HOMEPAGE + WARDROBE HERO SYSTEM
============================================================ */
.cs-v80-hero,
.cs-wardrobe-hero{
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:#19181A!important;
}
.cs-v80-hero-media,
.cs-wardrobe-hero>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.cs-v80-hero-overlay,
.cs-wardrobe-hero-shade{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,0,0,.54) 0%,rgba(0,0,0,.40) 26%,rgba(0,0,0,.16) 48%,rgba(0,0,0,.04) 66%,rgba(0,0,0,0) 100%)!important;
  pointer-events:none!important;
}
.cs-v80-hero-content,
.cs-wardrobe-hero-copy{
  position:relative!important;
  z-index:2!important;
  width:min(1380px,90%)!important;
  margin:auto!important;
  padding:44px 0!important;
}
.cs-v80-hero h1,
.cs-wardrobe-hero h1{
  max-width:720px!important;
  margin:8px 0 18px!important;
  color:#FFFFFF!important;
  font-size:clamp(40px,4.2vw,64px)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
}
.cs-v80-hero-content>p:not(.cs-kicker),
.cs-wardrobe-hero-copy>p:not(.cs-kicker){
  max-width:650px!important;
  margin:0!important;
  color:#FFFFFF!important;
  font-size:18px!important;
  line-height:1.55!important;
}
.cs-v80-hero .cs-v80-actions,
.cs-wardrobe-hero .cs-v80-actions{margin-top:24px!important;gap:14px!important}
.cs-v80-hero .cs-btn,
.cs-wardrobe-hero .cs-btn{min-width:220px!important;padding:16px 24px!important}
.cs-v80-hero .cs-btn-white,
.cs-wardrobe-hero .cs-btn-white{background:#FFFFFF!important;color:#2A6DB2!important}

@media(max-width:900px){
  .cs-v80-hero,.cs-wardrobe-hero{height:540px!important;min-height:540px!important;max-height:540px!important}
  .cs-v80-hero-content,.cs-wardrobe-hero-copy{width:88%!important;padding:38px 0!important}
  .cs-v80-hero h1,.cs-wardrobe-hero h1{max-width:620px!important;font-size:clamp(38px,6vw,54px)!important}
}
@media(max-width:640px){
  .cs-v80-hero,.cs-wardrobe-hero{height:auto!important;min-height:620px!important;max-height:none!important;align-items:flex-end!important}
  .cs-v80-hero-overlay,.cs-wardrobe-hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.42) 52%,rgba(0,0,0,.06) 82%,rgba(0,0,0,0) 100%)!important}
  .cs-v80-hero-content,.cs-wardrobe-hero-copy{width:100%!important;padding:38px 24px!important;background:transparent!important}
  .cs-v80-hero h1,.cs-wardrobe-hero h1{font-size:clamp(34px,10vw,44px)!important}
  .cs-v80-hero-content>p:not(.cs-kicker),.cs-wardrobe-hero-copy>p:not(.cs-kicker){font-size:16px!important}
  .cs-v80-hero .cs-v80-actions,.cs-wardrobe-hero .cs-v80-actions{flex-direction:column!important}
  .cs-v80-hero .cs-btn,.cs-wardrobe-hero .cs-btn{width:100%!important;min-width:0!important}
}

/* ============================================================
   V86 — UNDER-STAIRS PAGE ADOPTS THE APPROVED V85 HERO SYSTEM
============================================================ */
.cs-v85-understairs-hero{
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:#19181A!important;
}
.cs-v85-understairs-hero:before{
  display:block!important;
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,0,0,.54) 0%,rgba(0,0,0,.40) 26%,rgba(0,0,0,.16) 48%,rgba(0,0,0,.04) 66%,rgba(0,0,0,0) 100%)!important;
  pointer-events:none!important;
}
.cs-v85-understairs-hero .cs-hero-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  z-index:0!important;
}
.cs-v85-understairs-hero .cs-hero-image picture,
.cs-v85-understairs-hero .cs-hero-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.cs-v85-understairs-hero .cs-hero-image img{
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  filter:none!important;
}
.cs-v85-understairs-hero .cs-hero-content{
  position:relative!important;
  z-index:2!important;
  width:min(1380px,90%)!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:auto!important;
  padding:44px 0!important;
  background:transparent!important;
}
.cs-v85-understairs-hero h1{
  max-width:720px!important;
  margin:8px 0 18px!important;
  color:#FFFFFF!important;
  font-size:clamp(40px,4.2vw,64px)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  text-shadow:none!important;
}
.cs-v85-understairs-hero h1 span{color:#2A6DB2!important}
.cs-v85-understairs-hero .cs-hero-content>p:not(.cs-kicker){
  max-width:650px!important;
  margin:0!important;
  color:#FFFFFF!important;
  font-size:18px!important;
  line-height:1.55!important;
  text-shadow:none!important;
}
.cs-v85-understairs-hero .cs-v80-actions{display:flex!important;gap:14px!important;flex-wrap:wrap!important;margin-top:24px!important}
.cs-v85-understairs-hero .cs-btn{min-width:220px!important;padding:16px 24px!important}
.cs-v85-understairs-hero .cs-btn-white{background:#FFFFFF!important;color:#2A6DB2!important}

@media(max-width:900px){
  .cs-v85-understairs-hero{height:540px!important;min-height:540px!important;max-height:540px!important}
  .cs-v85-understairs-hero .cs-hero-content{width:88%!important;padding:38px 0!important}
  .cs-v85-understairs-hero h1{max-width:620px!important;font-size:clamp(38px,6vw,54px)!important}
}
@media(max-width:640px){
  .cs-v85-understairs-hero{height:auto!important;min-height:620px!important;max-height:none!important;align-items:flex-end!important}
  .cs-v85-understairs-hero:before{background:linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.42) 52%,rgba(0,0,0,.06) 82%,rgba(0,0,0,0) 100%)!important}
  .cs-v85-understairs-hero .cs-hero-content{width:100%!important;padding:38px 24px!important;background:transparent!important}
  .cs-v85-understairs-hero h1{font-size:clamp(34px,10vw,44px)!important}
  .cs-v85-understairs-hero .cs-hero-content>p:not(.cs-kicker){font-size:16px!important}
  .cs-v85-understairs-hero .cs-v80-actions{flex-direction:column!important}
  .cs-v85-understairs-hero .cs-btn{width:100%!important;min-width:0!important}
}

/* ============================================================
   V87 — UNDER-STAIRS HERO CONTENT POSITION CORRECTION
============================================================ */
.cs-v85-understairs-hero .cs-hero-content{
  width:90%!important;
  max-width:none!important;
  margin-left:5%!important;
  margin-right:5%!important;
  padding:34px 0!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.cs-v85-understairs-hero h1{
  width:100%!important;
  max-width:680px!important;
  margin:6px 0 16px!important;
  font-size:clamp(38px,3.5vw,54px)!important;
  line-height:1.04!important;
}
.cs-v85-understairs-hero .cs-hero-content>p:not(.cs-kicker){
  width:100%!important;
  max-width:620px!important;
  font-size:16px!important;
  line-height:1.5!important;
}
.cs-v85-understairs-hero .cs-v80-actions{margin-top:20px!important}

@media(max-width:900px){
  .cs-v85-understairs-hero .cs-hero-content{width:88%!important;max-width:none!important;margin-left:6%!important;margin-right:6%!important;padding:30px 0!important}
  .cs-v85-understairs-hero h1{max-width:620px!important;font-size:clamp(36px,5.5vw,50px)!important}
  .cs-v85-understairs-hero .cs-hero-content>p:not(.cs-kicker){max-width:590px!important}
}
@media(max-width:640px){
  .cs-v85-understairs-hero .cs-hero-content{width:100%!important;margin:0!important;padding:34px 24px!important}
  .cs-v85-understairs-hero h1{font-size:clamp(32px,9vw,42px)!important}
}
