/* ══════════════════════════════════════════════════════════
   LIGHT HOMEPAGE THEME — loaded ONLY on index.html.
   Every class here is prefixed "lh-" (light-home) and is
   completely separate from the shared dark-theme classes used
   on every other page, so this file can never affect anything
   else on the site, and vice versa.
   Nav and footer stay dark (shared chrome across the whole
   site) — only the homepage body content is light.
   ══════════════════════════════════════════════════════════ */

:root{
  --lh-bg:#ffffff;
  --lh-bg-alt:#f6f8fa;
  --lh-surface:#ffffff;
  --lh-card-bg:#eef1f4;
  --lh-border:rgba(16,31,47,.09);
  --lh-border-2:rgba(16,31,47,.15);
  --lh-text:#101f2f;
  --lh-text-light:#4a5a6a;
  --lh-text-lighter:#7c8b99;
  --lh-teal:#0c7a84;
  --lh-teal-dark:#095f67;
  --lh-teal-tint:rgba(12,122,132,.08);
  --lh-gold:#a9832f;
  --lh-orange:#c94a1f;
}

.lh-section{
  padding:88px 0;background-color:var(--lh-bg);
  background-image:linear-gradient(rgba(16,31,47,.035) 1px, transparent 1px),linear-gradient(90deg, rgba(16,31,47,.035) 1px, transparent 1px);
  background-size:48px 48px;
}
.lh-section.alt{background-color:var(--lh-bg-alt)}
@media(max-width:768px){.lh-section{padding:56px 0}}

.lh-eyebrow{
  display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--lh-teal);margin-bottom:12px;font-family:'DM Sans',sans-serif;
}
.lh-header{max-width:640px;margin:0 auto 52px;text-align:center}
.lh-header h2{font-family:'Cinzel',serif;font-size:2rem;color:var(--lh-text);margin-bottom:14px}
.lh-header p{color:var(--lh-text-light);font-size:.98rem;line-height:1.7}

/* ── Hero ── */
.lh-hero{background:var(--lh-bg);padding:150px 0 70px}
.lh-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.lh-hero-lwt{
  font-family:'Cinzel',serif;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--lh-teal);margin-bottom:18px;display:flex;align-items:center;gap:10px;
}
.lh-hero-lwt .dot{width:6px;height:6px;border-radius:50%;border:1.5px solid currentColor}
.lh-hero h1{font-family:'Cinzel',serif;font-size:2.9rem;line-height:1.18;color:var(--lh-text);margin-bottom:20px}
.lh-hero h1 .accent{color:var(--lh-teal)}
.lh-hero-sub{font-size:1.02rem;color:var(--lh-text-light);line-height:1.75;margin-bottom:30px;max-width:520px}
.lh-hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.lh-btn{
  display:inline-flex;align-items:center;gap:8px;padding:15px 32px;border-radius:9px;
  font-family:'DM Sans',sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;
  transition:all .25s;white-space:nowrap;
}
.lh-btn-solid{background:var(--lh-teal);color:#fff;box-shadow:0 10px 26px rgba(12,122,132,.25)}
.lh-btn-solid:hover{background:var(--lh-teal-dark);transform:translateY(-2px);box-shadow:0 14px 32px rgba(12,122,132,.35)}
.lh-btn-outline{background:transparent;border:1.5px solid var(--lh-border-2);color:var(--lh-text)}
.lh-btn-outline:hover{border-color:var(--lh-teal);color:var(--lh-teal);transform:translateY(-2px)}
.lh-hero-phone{
  display:inline-flex;align-items:center;gap:9px;color:var(--lh-text);font-weight:700;font-size:.92rem;
  font-family:'DM Sans',sans-serif;
}
.lh-hero-phone svg{width:17px;height:17px;stroke:var(--lh-teal);fill:none;stroke-width:2}

.lh-hero-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px}
.lh-hero-trust span{
  display:inline-flex;align-items:center;gap:7px;font-size:.76rem;font-weight:600;color:var(--lh-text-light);
  font-family:'DM Sans',sans-serif;
}
.lh-hero-trust svg{width:15px;height:15px;stroke:var(--lh-teal);fill:none;stroke-width:2.2}

.lh-hero-photo-card{
  position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 70px rgba(16,31,47,.16);
  border:1px solid var(--lh-border);aspect-ratio:4/3;transition:box-shadow .4s cubic-bezier(.23,1,.32,1),transform .4s cubic-bezier(.23,1,.32,1);
}
.lh-hero-photo-card:hover{box-shadow:0 12px 24px rgba(16,31,47,.12),0 40px 76px rgba(16,31,47,.26);transform:translateY(-6px)}
.lh-hero-photo-card img{width:100%;height:100%;object-fit:cover;display:block}

@media(max-width:900px){
  .lh-hero{padding:120px 0 50px}
  .lh-hero-grid{grid-template-columns:1fr;gap:36px}
  .lh-hero h1{font-size:2.1rem}
  .lh-hero-photo-card{order:-1}
}

/* ── Reach banner ── */
.lh-reach{background:var(--lh-bg-alt);border-top:1px solid var(--lh-border);border-bottom:1px solid var(--lh-border);padding:24px 0}
.lh-reach-inner{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}
.lh-reach-item{display:flex;align-items:center;gap:9px;font-size:.82rem;font-weight:600;color:var(--lh-text-light);font-family:'DM Sans',sans-serif}
.lh-reach-item svg{width:16px;height:16px;stroke:var(--lh-teal);fill:none;stroke-width:1.8}
.lh-reach-divider{width:1px;height:16px;background:var(--lh-border-2)}
@media(max-width:640px){.lh-reach-inner{gap:14px;flex-direction:column;text-align:center}.lh-reach-divider{display:none}}

/* ── Trust strip ── */
.lh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--lh-border);border:1px solid var(--lh-border);border-radius:16px;overflow:hidden}
.lh-trust-cell{background:var(--lh-card-bg);padding:32px 20px;text-align:center}
.lh-trust-num{font-family:'Cinzel',serif;font-size:2rem;font-weight:700;color:var(--lh-teal);margin-bottom:6px}
.lh-trust-label{font-size:.8rem;font-weight:700;color:var(--lh-text);margin-bottom:3px}
.lh-trust-sub{font-size:.72rem;color:var(--lh-text-lighter)}
@media(max-width:700px){.lh-trust-grid{grid-template-columns:repeat(2,1fr)}}

/* ── Outcomes ── */
.lh-outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.lh-outcome-card{padding:30px 24px;background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:14px;transition:box-shadow .3s,transform .3s}
.lh-outcome-card:hover{box-shadow:0 16px 36px rgba(16,31,47,.1);transform:translateY(-3px)}
.lh-outcome-icon{width:46px;height:46px;border-radius:12px;background:var(--lh-teal-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.lh-outcome-icon svg{width:22px;height:22px;stroke:var(--lh-teal);fill:none;stroke-width:1.6}
.lh-outcome-card h3{font-size:1.02rem;color:var(--lh-text);margin-bottom:8px}
.lh-outcome-card p{font-size:.86rem;color:var(--lh-text-light);line-height:1.6}
@media(max-width:900px){.lh-outcomes-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.lh-outcomes-grid{grid-template-columns:1fr}}

/* ── Service cards (photo-forward) ── */
.lh-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.lh-service-card{
  background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:16px;overflow:hidden;
  display:flex;flex-direction:column;transition:box-shadow .4s cubic-bezier(.23,1,.32,1),transform .4s cubic-bezier(.23,1,.32,1);
}
.lh-service-card:hover{box-shadow:0 8px 16px rgba(16,31,47,.08),0 30px 60px rgba(16,31,47,.22);transform:translateY(-8px) scale(1.015)}
.lh-service-photo{aspect-ratio:3/4;overflow:hidden}
.lh-service-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.lh-service-card:hover .lh-service-photo img{transform:scale(1.05)}
.lh-service-content{padding:22px 20px;flex:1;display:flex;flex-direction:column}
.lh-service-tag{font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lh-teal);margin-bottom:8px}
.lh-service-content h3{font-size:1.08rem;color:var(--lh-text);margin-bottom:8px;line-height:1.3}
.lh-service-content p{font-size:.82rem;color:var(--lh-text-light);line-height:1.6;margin-bottom:16px;flex:1}
.lh-service-link{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:var(--lh-teal)}
.lh-service-link svg{width:14px;height:14px;stroke:var(--lh-teal);fill:none;stroke-width:2.2;transition:transform .25s}
.lh-service-card:hover .lh-service-link svg{transform:translateX(3px)}
@media(max-width:1000px){.lh-services-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.lh-services-grid{grid-template-columns:1fr}}

/* ── Why grid ── */
.lh-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lh-why-item{padding:26px 22px;background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:14px}
.lh-why-icon{width:42px;height:42px;border-radius:10px;background:var(--lh-teal-tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.lh-why-icon svg{width:20px;height:20px;stroke:var(--lh-teal);fill:none;stroke-width:1.7}
.lh-why-item h3{font-size:.96rem;color:var(--lh-text);margin-bottom:6px}
.lh-why-item p{font-size:.83rem;color:var(--lh-text-light);line-height:1.6}
@media(max-width:900px){.lh-why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.lh-why-grid{grid-template-columns:1fr}}

/* ── Sectors ── */
.lh-sectors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.lh-sector-card{padding:28px 22px;background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:14px;display:block;transition:box-shadow .3s,transform .3s}
.lh-sector-card:hover{box-shadow:0 16px 36px rgba(16,31,47,.1);transform:translateY(-3px)}
.lh-sector-icon{width:44px;height:44px;border-radius:10px;background:var(--lh-teal-tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.lh-sector-icon svg{width:21px;height:21px;stroke:var(--lh-teal);fill:none;stroke-width:1.6}
.lh-sector-card h3{font-size:.96rem;color:var(--lh-text);margin-bottom:7px}
.lh-sector-card p{font-size:.82rem;color:var(--lh-text-light);line-height:1.6}
@media(max-width:900px){.lh-sectors-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.lh-sectors-grid{grid-template-columns:1fr}}

/* ── Teaser (insurance / cleaning) two-col ── */
.lh-teaser{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.lh-teaser.reverse .lh-teaser-photo{order:2}
.lh-teaser-photo{border-radius:18px;overflow:hidden;box-shadow:0 24px 56px rgba(16,31,47,.14);aspect-ratio:4/3;transition:box-shadow .4s cubic-bezier(.23,1,.32,1),transform .4s cubic-bezier(.23,1,.32,1)}
.lh-teaser-photo:hover{box-shadow:0 10px 20px rgba(16,31,47,.1),0 34px 64px rgba(16,31,47,.24);transform:translateY(-8px) scale(1.015)}
.lh-teaser-photo img{width:100%;height:100%;object-fit:cover;display:block}
.lh-teaser-content h2{font-family:'Cinzel',serif;font-size:1.7rem;color:var(--lh-text);margin-bottom:16px}
.lh-teaser-content p{color:var(--lh-text-light);font-size:.94rem;line-height:1.75;margin-bottom:14px}
.lh-teaser-list{list-style:none;margin:20px 0 26px}
.lh-teaser-list li{display:flex;align-items:flex-start;gap:10px;font-size:.86rem;color:var(--lh-text);margin-bottom:10px}
.lh-teaser-list svg{width:16px;height:16px;stroke:var(--lh-teal);fill:none;stroke-width:2.4;flex-shrink:0;margin-top:2px}
@media(max-width:900px){
  .lh-teaser{grid-template-columns:1fr;gap:28px}
  .lh-teaser.reverse .lh-teaser-photo{order:-1}
}

/* ── Process ── */
.lh-process-track{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;position:relative}
.lh-process-step{text-align:center;position:relative;z-index:2}
.lh-process-track .process-line{position:absolute;top:28px;left:10%;right:10%;height:1px;background:var(--lh-border);z-index:0}
.lh-process-track .process-line-fill{position:absolute;top:28px;left:10%;height:1px;background:linear-gradient(90deg,var(--lh-teal),transparent);z-index:1;width:0;transition:width 1.5s cubic-bezier(.23,1,.32,1)}
.lh-process-track .process-line-fill.animated{width:80%}
@media(max-width:900px){.lh-process-track .process-line,.lh-process-track .process-line-fill{display:none}}
.lh-process-node{
  width:56px;height:56px;border-radius:50%;background:var(--lh-teal-tint);border:2px solid var(--lh-teal);
  display:flex;align-items:center;justify-content:center;margin:0 auto 16px;position:relative;z-index:1;
}
.lh-process-node svg{width:24px;height:24px;stroke:var(--lh-teal);fill:none;stroke-width:1.6}
.lh-process-num{font-size:.68rem;font-weight:700;letter-spacing:.1em;color:var(--lh-teal);margin-bottom:6px}
.lh-process-step h4{font-size:.92rem;color:var(--lh-text);margin-bottom:6px}
.lh-process-step p{font-size:.78rem;color:var(--lh-text-light);line-height:1.55}
@media(max-width:900px){.lh-process-track{grid-template-columns:1fr 1fr;gap:32px 20px}}
@media(max-width:560px){.lh-process-track{grid-template-columns:1fr}}

/* ── Testimonials ── */
.lh-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lh-testimonial-card{padding:28px 24px;background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:14px}
.lh-t-stars{color:var(--lh-gold);font-size:.9rem;margin-bottom:14px;letter-spacing:.05em}
.lh-testimonial-card p{font-size:.88rem;color:var(--lh-text-light);line-height:1.7;margin-bottom:18px;font-style:italic}
.lh-t-name{font-size:.86rem;font-weight:700;color:var(--lh-text)}
.lh-t-role{font-size:.74rem;color:var(--lh-text-lighter)}
.lh-google-bar{
  display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:36px;
  background:var(--lh-surface);border:1px solid var(--lh-border);border-radius:40px;padding:14px 26px;max-width:fit-content;margin-left:auto;margin-right:auto;
}
.lh-google-bar svg.g{width:20px;height:20px}
.lh-google-bar .stars{color:var(--lh-gold);font-size:.85rem}
.lh-google-bar .txt{font-size:.8rem;color:var(--lh-text-light)}
.lh-google-bar a{font-size:.78rem;font-weight:700;color:var(--lh-teal)}
@media(max-width:900px){.lh-testimonials-grid{grid-template-columns:1fr}}

/* ── Quote CTA (link-out to ServiceM8, not an embed) ── */
.lh-quote-cta{
  max-width:560px;margin:0 auto;text-align:center;padding:44px 40px;border-radius:18px;
  background:var(--lh-card-bg);border:1px solid var(--lh-border);box-shadow:0 20px 48px rgba(16,31,47,.1);
}
.lh-quote-cta-icon{width:56px;height:56px;border-radius:14px;background:var(--lh-teal-tint);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.lh-quote-cta-icon svg{width:26px;height:26px;stroke:var(--lh-teal);fill:none;stroke-width:1.6}
.lh-quote-cta h3{font-family:'Cinzel',serif;font-size:1.3rem;color:var(--lh-text);margin-bottom:10px}
.lh-quote-cta > p{color:var(--lh-text-light);font-size:.92rem;line-height:1.7;margin-bottom:24px}
.lh-quote-cta .lh-btn{width:100%;justify-content:center}
.lh-quote-fallback{margin-top:18px!important;font-size:.82rem;color:var(--lh-text-lighter);text-align:center}
.lh-quote-fallback a{color:var(--lh-teal);font-weight:700}

/* ── Finance ── */
.lh-finance-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.lh-finance-grid h3{font-family:'Cinzel',serif;font-size:1.3rem;color:var(--lh-text);margin-bottom:14px}
.lh-finance-grid p{color:var(--lh-text-light);font-size:.92rem;line-height:1.75;margin-bottom:18px}
.lh-finance-list{list-style:none}
.lh-finance-list li{display:flex;gap:10px;font-size:.86rem;color:var(--lh-text);margin-bottom:10px}
.lh-finance-list svg{width:15px;height:15px;stroke:var(--lh-teal);fill:none;stroke-width:2.4;flex-shrink:0;margin-top:2px}
.lh-pay-badges{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.lh-pay-badge{padding:12px 22px;background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:9px;font-size:.82rem;font-weight:700;color:var(--lh-text-light)}
@media(max-width:900px){.lh-finance-grid{grid-template-columns:1fr}}

/* ── Coverage ── */
.lh-coverage-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.lh-coverage-pill{padding:9px 18px;background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:24px;font-size:.8rem;font-weight:600;color:var(--lh-text-light);transition:all .2s}
.lh-coverage-pill:hover{background:var(--lh-teal);color:#fff;border-color:var(--lh-teal)}

/* ── Postcode Finder ── */
.lh-postcode-finder{max-width:560px;margin:0 auto}
.lh-postcode-input-row{display:flex;gap:12px;flex-wrap:wrap}
.lh-postcode-input-row input{
  flex:1;min-width:220px;padding:15px 20px;border-radius:9px;border:1.5px solid var(--lh-border-2);
  background:var(--lh-surface);color:var(--lh-text);font-family:'DM Sans',sans-serif;font-size:.92rem;
  transition:border-color .2s;
}
.lh-postcode-input-row input:focus{outline:none;border-color:var(--lh-teal)}
.lh-postcode-input-row input::placeholder{color:var(--lh-text-lighter)}
.lh-postcode-result{margin-top:18px;min-height:0}
.lh-postcode-result:empty{margin-top:0}
.lh-postcode-card{
  padding:20px 24px;border-radius:12px;font-size:.9rem;line-height:1.6;
  display:flex;align-items:flex-start;gap:14px;animation:postcodeFadeIn .35s ease;
}
@keyframes postcodeFadeIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.lh-postcode-card.covered{background:rgba(12,122,132,.08);border:1px solid rgba(12,122,132,.3)}
.lh-postcode-card.uncovered{background:rgba(169,131,47,.08);border:1px solid rgba(169,131,47,.3)}
.lh-postcode-card svg{width:22px;height:22px;flex-shrink:0;margin-top:1px}
.lh-postcode-card.covered svg{stroke:#0c7a84}
.lh-postcode-card.uncovered svg{stroke:#a9832f}
.lh-postcode-card strong{display:block;color:var(--lh-text);margin-bottom:4px}
.lh-postcode-card span{color:var(--lh-text-light)}
.lh-postcode-card a{color:#0c7a84;font-weight:700;text-decoration:underline;margin-left:4px}
@media(max-width:560px){.lh-postcode-input-row{flex-direction:column}.lh-postcode-input-row button{width:100%;justify-content:center}}

/* ── FAQ ── */
.lh-faq-container{max-width:800px;margin:0 auto}
.lh-faq-item{background:var(--lh-card-bg);border:1px solid var(--lh-border);border-radius:12px;margin-bottom:12px;padding:20px 24px}
.lh-faq-item summary{font-weight:700;color:var(--lh-text);cursor:pointer;font-size:.94rem;list-style:none}
.lh-faq-item summary::-webkit-details-marker{display:none}
.lh-faq-item summary::after{content:'+';float:right;color:var(--lh-teal);font-size:1.2rem}
.lh-faq-item[open] summary::after{content:'\2212'}
.lh-faq-item p{margin-top:12px;color:var(--lh-text-light);font-size:.86rem;line-height:1.7}

.lh-section-cta{text-align:center;margin-top:36px}


