
:root{--yellow:#f5b800;--yellow-dark:#d99f00;--black:#0c0c0d;--ink:#171717;--muted:#666;--paper:#fff;--soft:#f6f6f4;--line:#e7e7e3;--max:1180px;--shadow:0 12px 34px rgba(0,0,0,.09);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:100;background:#fff;
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;min-height:78px;
}
.brand img{width:215px;height:auto}
.header-actions{display:flex;align-items:center;gap:12px}
.menu-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;background:transparent;border:0;
  cursor:pointer;border-radius:8px;
}
.menu-toggle:hover{background:#f5f5f2}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after{
  display:block;width:26px;height:3px;background:#111;border-radius:2px;
  position:relative;transition:.2s;
}
.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0}
.menu-toggle span:before{top:-8px}.menu-toggle span:after{top:8px}
.nav{
  display:none;position:absolute;right:16px;top:72px;
  width:min(320px,calc(100vw - 32px));background:#fff;
  border:1px solid var(--line);border-radius:14px;padding:14px;
  box-shadow:var(--shadow);font-weight:750;
}
.nav.open{display:flex;flex-direction:column}
.nav a{padding:12px 14px;border-radius:8px}
.nav a:hover{background:#f7f6f2;color:#a87300}
.cta-btn,.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--yellow);color:#111;font-weight:800;border:0;border-radius:8px;
  padding:14px 22px;cursor:pointer;transition:.2s ease
}
.cta-btn:hover,.btn:hover{background:var(--yellow-dark);transform:translateY(-1px)}
.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.72)}
.btn-outline:hover{background:#fff;color:#111}

.hero{
  background:#111;color:#fff;padding:0;overflow:hidden;
}
.hero-grid{
  min-height:520px;display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);
  align-items:stretch;gap:0;
}
.hero-copy{
  padding:72px clamp(24px,5vw,70px) 72px max(24px,calc((100vw - var(--max))/2));
  display:flex;flex-direction:column;justify-content:center;
  background:linear-gradient(125deg,#0b0b0c,#191919);
}
.eyebrow{color:var(--yellow);font-size:.83rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hero h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.02;margin:.35em 0 .3em}
.hero h1 span{color:var(--yellow)}
.hero p{font-size:1.06rem;color:#e2e2e2;max-width:590px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-photo{
  min-height:560px;background:#ddd;
}
.hero-photo img{
  width:100%;height:100%;object-fit:cover;object-position:center;
}
.trust-strip{background:#050505;color:#fff;border-top:1px solid #2b2b2b}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:18px 22px;border-right:1px solid #2d2d2d;text-align:center;font-weight:750}.trust-item:last-child{border-right:0}.trust-item b{color:var(--yellow)}
section{padding:84px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 44px}.section-head h2{font-size:clamp(2rem,3vw,3rem);line-height:1.15;margin:.25em 0}.section-head p{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column}.card-media{height:175px;background:linear-gradient(135deg,#f1efe9,#fafafa);display:flex;align-items:center;justify-content:center;font-size:56px}.card-body{padding:24px}.card h3{margin:0 0 10px;font-size:1.35rem}.card p{color:var(--muted);margin:0 0 18px}.learn{font-weight:800;color:#b77f00}
.equipment{background:var(--black);color:#fff}.equipment-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:46px}.equipment-visual{background:#f4f4f1;border-radius:24px;padding:25px}.equipment-visual img{max-height:430px;margin:auto}.equipment h2{font-size:clamp(2.1rem,3.5vw,3.5rem);line-height:1.1;margin:.25em 0}.equipment p{color:#d0d0d0}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px}.check{border:1px solid #333;border-radius:12px;padding:16px}.check strong{display:block;color:var(--yellow);margin-bottom:4px}
.testimonials{background:var(--soft)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.stars{color:#f4b400;letter-spacing:.08em}.review small{color:var(--muted)}
.offer{background:linear-gradient(90deg,#ffc400,#f0aa00)}.offer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.offer h2{margin:0;font-size:clamp(1.7rem,3vw,2.7rem)}
.quote-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}.quote-card{background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:750}input,select,textarea{width:100%;border:1px solid #d7d7d2;border-radius:10px;padding:13px 14px;background:#fff}textarea{min-height:130px;resize:vertical}.form-note{font-size:.86rem;color:var(--muted)}
.site-footer{background:#0b0b0c;color:#ddd;padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:34px}.site-footer h4{color:var(--yellow);margin:0 0 14px}.site-footer ul{list-style:none;padding:0}.site-footer li{margin:8px 0}.footer-brand img{width:205px;background:#fff;border-radius:10px;padding:7px}
.social-icons{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.social-icons a{display:inline-flex;width:38px;height:38px;border-radius:50%;overflow:hidden;transition:.2s}
.social-icons a:hover{transform:translateY(-2px)}
.social-icons img{width:100%;height:100%}
.footer-bottom{border-top:1px solid #282828;margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.88rem}
.page-hero{padding:90px 0;background:linear-gradient(120deg,#0c0c0d,#242424);color:#fff}.page-hero h1{font-size:clamp(2.3rem,4vw,4rem);margin:.2em 0}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}.content-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff}
@media(max-width:980px){.nav,.header-cta{display:none}.menu-toggle{display:block}.nav.open{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:24px 30px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.hero-grid,.equipment-grid,.quote-wrap,.content-grid{grid-template-columns:1fr}.hero-grid{padding:60px 0}.cards{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(calc(100% - 24px),var(--max))}.topbar .container{justify-content:center;text-align:center}.brand img{width:180px}.header-inner{min-height:72px}.nav.open{top:72px}.hero-grid{min-height:auto;padding:46px 0}.hero h1{font-size:2.6rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-grid,.cards,.checks,.form-grid,.footer-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid #2d2d2d}section{padding:62px 0}.offer-inner{flex-direction:column;align-items:flex-start}.offer .btn{width:100%}.footer-bottom{flex-direction:column}}

@media(max-width:980px){
  .header-inner{min-height:72px}
  .brand img{width:190px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:56px 28px}
  .hero-photo{min-height:420px}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .brand img{width:160px}
  .header-actions{gap:6px}
  .header-actions .cta-btn{padding:11px 13px;font-size:.9rem}
  .menu-toggle{width:42px;height:42px}
  .nav{top:66px;right:12px}
  .hero-copy{padding:46px 22px}
  .hero h1{font-size:2.55rem}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .hero-photo{min-height:320px}
}

.hero .eyebrow{white-space:nowrap;font-size:.9rem}
.hero h1 .line-nowrap{white-space:nowrap}
.hero-photo{min-height:520px}
.hero-photo img{object-position:center}
.service-thumb{width:100%;height:190px;object-fit:cover}
.service-detail{display:grid;grid-template-columns:420px 1fr;gap:36px;align-items:center;padding:30px 0;border-bottom:1px solid var(--line)}
.service-detail:last-child{border-bottom:0}
.service-detail img{width:100%;height:280px;object-fit:cover;border-radius:16px}
.blend-visual{background:transparent!important;padding:0!important}
.blend-visual img{border-radius:0;box-shadow:none}
.file-help{font-size:.82rem;color:var(--muted);margin-top:4px}

@media(max-width:980px){
  .hero .eyebrow{white-space:normal}
  .hero h1 .line-nowrap{white-space:normal}
  .service-detail{grid-template-columns:1fr}
  .service-detail img{height:auto}
}

/* Latest refinement */
.hero h1,
.hero h1 span{
  color:#ffffff !important;
}
.hero h1 .line-nowrap{
  white-space:nowrap;
}
.equipment-grid{
  align-items:center;
}
.equipment-visual.blend-visual{
  display:flex;
  align-items:center;
  min-height:390px;
  overflow:hidden;
}
.equipment-visual.blend-visual img{
  width:100%;
  height:390px;
  object-fit:cover;
  object-position:center;
}
.back-home{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 24px;
  font-weight:800;
  color:#8b6500;
}
.back-home:hover{color:#111}
@media(max-width:980px){
  .hero h1 .line-nowrap{white-space:normal}
  .equipment-visual.blend-visual{min-height:auto}
  .equipment-visual.blend-visual img{height:auto}
}


/* V6 mobile refinements */
.header-actions .cta-btn{
  white-space:nowrap;
  flex-shrink:0;
}
.hero h1 .line-nowrap{
  white-space:nowrap !important;
}

.photo-preview-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(70px,1fr));
  gap:10px;
  margin-top:10px;
}
.photo-preview{
  position:relative;
  aspect-ratio:1/1;
  border:1px solid #ddd;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.photo-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.photo-remove{
  position:absolute;
  top:5px;
  right:5px;
  width:26px;
  height:26px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.78);
  color:#fff;
  font-size:17px;
  line-height:1;
  cursor:pointer;
}
.photo-remove:hover{background:#000}

@media(max-width:620px){
  .brand img{width:130px !important}
  .header-inner{gap:6px}
  .header-actions{gap:4px}
  .header-actions .cta-btn{
    white-space:nowrap;
    padding:9px 10px !important;
    font-size:.78rem !important;
    line-height:1;
  }
  .menu-toggle{
    width:38px !important;
    height:38px !important;
    flex-shrink:0;
  }
  .hero .eyebrow{
    white-space:normal;
    font-size:.78rem;
  }
  .hero h1{
    font-size:clamp(1.8rem,8.7vw,2.15rem) !important;
    line-height:1.08;
  }
  .hero h1 .line-nowrap{
    white-space:nowrap !important;
  }
  .photo-preview-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:360px){
  .brand img{width:108px !important}
  .header-actions .cta-btn{
    font-size:.72rem !important;
    padding:8px 8px !important;
  }
  .menu-toggle{width:34px !important;height:34px !important}
  .hero h1{font-size:1.72rem !important}
}


/* V7 iPhone and mobile refinements */
.header-inner{
  border-top:0 !important;
}
.header-actions{
  flex:0 0 auto;
  min-width:max-content;
}
.header-actions .cta-btn{
  white-space:nowrap !important;
  width:auto !important;
  min-width:145px;
  flex:0 0 auto;
  line-height:1 !important;
}

/* Keep the requested hero lines intact */
.hero h1 .line-nowrap{
  white-space:nowrap !important;
}

/* Show the complete cleaner image: head, boots and wand head */
.equipment-visual.blend-visual{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  min-height:0 !important;
}
.equipment-visual.blend-visual img{
  display:block;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:0 !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Review submission area */
.review-submit-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:42px;
  align-items:start;
}
.review-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
  box-shadow:var(--shadow);
}
.review-note{
  color:var(--muted);
  font-size:.92rem;
}

/* Photo uploader */
.photo-preview-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(68px,1fr));
  gap:10px;
  margin-top:12px;
}
.photo-preview{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  border:1px solid #d8d8d3;
  border-radius:10px;
  background:#fff;
}
.photo-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.photo-remove{
  position:absolute;
  top:5px;
  right:5px;
  width:27px;
  height:27px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.8);
  color:#fff;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}

@media(max-width:980px){
  .review-submit-layout{grid-template-columns:1fr}
}

@media(max-width:620px){
  .header-inner{
    min-height:70px !important;
    gap:4px !important;
  }
  .brand{
    flex:1 1 auto;
    min-width:0;
  }
  .brand img{
    width:118px !important;
  }
  .header-actions{
    gap:3px !important;
  }
  .header-actions .cta-btn{
    min-width:132px !important;
    padding:10px 9px !important;
    font-size:.70rem !important;
    white-space:nowrap !important;
    line-height:1 !important;
  }
  .menu-toggle{
    width:36px !important;
    height:36px !important;
    flex:0 0 auto;
  }

  /* Professional cleaning services in Manchester stays on one line */
  .hero .eyebrow{
    white-space:nowrap !important;
    font-size:.64rem !important;
    letter-spacing:.075em !important;
  }

  /* DEEP Clean. and Spotless Results. each stay on one line */
  .hero h1{
    font-size:clamp(1.7rem,7.2vw,1.95rem) !important;
    line-height:1.08 !important;
    letter-spacing:-.025em;
  }
  .hero h1 .line-nowrap{
    white-space:nowrap !important;
  }

  .photo-preview-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:380px){
  .brand img{width:102px !important}
  .header-actions .cta-btn{
    min-width:116px !important;
    font-size:.63rem !important;
    padding:9px 7px !important;
  }
  .menu-toggle{width:32px !important;height:32px !important}
  .hero .eyebrow{font-size:.58rem !important}
  .hero h1{font-size:1.58rem !important}
}
