/* ==========================================================================
   Clear This Ltd — layout & components (editorial / premium).
   ========================================================================== */

/* ---------- Top bar ---------- */
.lhc-topbar{background:var(--green);color:#fff;font-size:.84rem;}
.lhc-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px;}
.lhc-topbar__msg{font-family:var(--font-label);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;color:rgba(255,255,255,.92);}
.lhc-topbar__phone{color:#fff;font-weight:600;text-decoration:none;white-space:nowrap;font-family:var(--font-label);letter-spacing:.04em;}
.lhc-topbar__phone:hover{color:var(--brass-soft);}
@media(max-width:640px){.lhc-topbar__msg{display:none;}.lhc-topbar__inner{justify-content:center;}}

/* ---------- Header ---------- */
.lhc-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.93);backdrop-filter:saturate(150%) blur(8px);border-bottom:1px solid var(--border);transition:box-shadow .3s var(--ease),background-color .3s var(--ease);}
.lhc-header.is-condensed{box-shadow:var(--shadow-sm);background:rgba(255,255,255,.97);}
.lhc-header__inner{display:flex;align-items:center;gap:1.2rem;min-height:78px;}
.lhc-brand{display:inline-flex;align-items:center;gap:.65rem;margin-right:auto;text-decoration:none;}
.lhc-brand__mark{width:48px;height:48px;flex:0 0 auto;}
.lhc-brand__text{font-family:var(--font-display);font-weight:600;font-size:1.4rem;line-height:1;color:var(--ink);display:flex;flex-direction:column;gap:.2rem;letter-spacing:-.01em;}
.lhc-brand__text small{font-family:var(--font-label);font-size:.58rem;letter-spacing:.26em;text-transform:uppercase;color:var(--green);font-weight:600;}
@media(max-width:400px){.lhc-brand__text{font-size:1.15rem;}.lhc-brand__mark{width:42px;height:42px;}}

/* Desktop nav */
.lhc-nav{display:flex;}
.lhc-menu{list-style:none;display:flex;gap:.2rem;margin:0;padding:0;align-items:center;}
.lhc-menu li{margin:0;position:relative;}
.lhc-menu a{display:block;padding:.6rem .8rem;color:var(--ink);font-weight:500;font-size:.98rem;text-decoration:none;border-radius:8px;transition:color .2s,background-color .2s;}
.lhc-menu a:hover,.lhc-menu .current-menu-item>a,.lhc-menu .current-menu-ancestor>a{color:var(--green);background:var(--green-soft);}
.lhc-menu .menu-item-has-children>a::after{content:"";display:inline-block;width:.4em;height:.4em;margin-left:.4em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.55;}
.lhc-menu .sub-menu{list-style:none;margin:0;padding:.4rem;position:absolute;top:calc(100% + 6px);left:0;min-width:250px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:50;}
.lhc-menu li:hover>.sub-menu,.lhc-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}
.lhc-menu .sub-menu a{padding:.6rem .8rem;font-size:.94rem;border-radius:8px;}
.lhc-menu .sub-menu a:hover{background:var(--green-soft);}

.lhc-header__actions{display:flex;align-items:center;gap:.75rem;}
.lhc-call{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;color:var(--ink);font-weight:600;white-space:nowrap;}
.lhc-call__ico{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green);border-radius:50%;font-size:1rem;}
.lhc-call:hover{color:var(--green);}
.lhc-header__quote{white-space:nowrap;}

.lhc-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;border:1px solid var(--border-2);background:#fff;border-radius:10px;cursor:pointer;padding:0 12px;}
.lhc-burger span{height:2px;background:var(--ink);border-radius:2px;transition:transform .25s var(--ease),opacity .2s;}
.lhc-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.lhc-burger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.lhc-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.lhc-mobile{display:none;}
.lhc-mobile[hidden]{display:none;}
@media(max-width:1024px){
  .lhc-nav,.lhc-call,.lhc-header__quote{display:none;}
  .lhc-burger{display:flex;}
  .lhc-mobile{display:block;border-top:1px solid var(--border);background:#fff;padding:.6rem var(--gutter) 1.3rem;max-height:0;overflow:hidden;transition:max-height .35s var(--ease);}
  .lhc-mobile.is-open{max-height:82vh;overflow:auto;}
  .lhc-menu--mobile{flex-direction:column;align-items:stretch;gap:.1rem;}
  .lhc-menu--mobile a{padding:.95rem .6rem;font-size:1.1rem;border-bottom:1px solid var(--border);border-radius:0;}
  .lhc-menu--mobile .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 0 .9rem;min-width:0;}
  .lhc-menu--mobile .sub-menu a{font-size:1rem;color:var(--ink-dim);}
  .lhc-mobile__cta{display:grid;gap:.6rem;margin-top:1.1rem;}
}

/* Sticky mobile bar */
.lhc-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:1200;display:none;grid-template-columns:1fr 1fr;box-shadow:0 -6px 20px -8px rgba(31,36,34,.35);}
.lhc-stickybar a{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:1rem;font-weight:600;text-decoration:none;font-size:1.05rem;font-family:var(--font-label);letter-spacing:.04em;text-transform:uppercase;}
.lhc-stickybar__call{background:var(--green);color:#fff;}
.lhc-stickybar__quote{background:var(--brass);color:#fff;}
@media(max-width:1024px){.lhc-stickybar{display:grid;}body{padding-bottom:62px;}}

/* ---------- Hero (full-bleed photographic) ---------- */
.lhc-hero{position:relative;min-height:clamp(560px,84vh,840px);display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--forest);}
.lhc-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;transform:scale(1.02);}
.lhc-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(13,28,21,.93) 0%,rgba(13,28,21,.74) 44%,rgba(13,28,21,.34) 100%);}
.lhc-hero__inner{position:relative;z-index:2;padding-block:clamp(3rem,8vw,5.5rem);}
.lhc-hero__content{max-width:43rem;}
.lhc-hero .eyebrow{color:var(--brass-soft);}
.lhc-hero h1{color:#fff;margin-bottom:.4em;text-wrap:balance;}
.lhc-hero__sub{font-size:var(--fs-lead);color:rgba(255,255,255,.92);margin-bottom:1.9rem;max-width:37rem;line-height:1.5;}
.lhc-hero__cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.9rem;}

/* Trust pills */
.lhc-trustrow{display:flex;flex-wrap:wrap;gap:.55rem .7rem;list-style:none;padding:0;margin:0;}
.lhc-trustrow li{display:flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:500;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);padding:.45rem .85rem;border-radius:999px;backdrop-filter:blur(2px);}
.lhc-trustrow li::before{content:"\2713";color:var(--brass-soft);font-weight:700;font-size:.85em;}

/* ---------- Section heading ---------- */
.lhc-head{max-width:48rem;margin:0 auto clamp(2rem,4vw,3rem);text-align:center;}
.lhc-head--left{margin-inline:0;text-align:left;}
.lhc-head p{color:var(--ink-dim);font-size:var(--fs-lead);margin-top:.6rem;line-height:1.5;}
.lhc-section--green .lhc-head p,.lhc-section--ink .lhc-head p,.lhc-photoband .lhc-head p{color:rgba(255,255,255,.88);}

/* small component titles use the sans for crispness */
.lhc-card h3,.lhc-step h3,.lhc-strip__item h3,.lhc-why__item h3,.lhc-faq summary,.lhc-quote cite,.lhc-aside h3{font-family:var(--font-body);letter-spacing:0;}

/* ---------- Accreditation band ---------- */
.lhc-accred{display:flex;align-items:center;gap:clamp(1.2rem,4vw,2.6rem);justify-content:center;flex-wrap:wrap;text-align:left;}
.lhc-stbadge{width:clamp(220px,40vw,300px);height:auto;border-radius:22px;filter:drop-shadow(0 8px 20px rgba(31,36,34,.14));flex:0 0 auto;}
.lhc-accred__txt{max-width:440px;}
.lhc-accred__txt h3{font-size:1.3rem;margin:0 0 .35rem;}
.lhc-accred__txt p{color:var(--ink-dim);margin:0;font-size:1rem;line-height:1.6;}
@media(max-width:560px){.lhc-accred{flex-direction:column;text-align:center;}}

/* ---------- Trust strip ---------- */
.lhc-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;}
.lhc-strip__item{display:flex;gap:.75rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem;box-shadow:var(--shadow-sm);}
.lhc-strip__item .ico{flex:0 0 auto;width:44px;height:44px;border-radius:11px;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;}
.lhc-strip__item .ico svg{width:24px;height:24px;}
.lhc-strip__item h3{font-size:1.02rem;font-weight:600;margin:0 0 .15em;}
.lhc-strip__item p{font-size:.92rem;color:var(--ink-dim);margin:0;line-height:1.45;}
@media(max-width:860px){.lhc-strip{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.lhc-strip{grid-template-columns:1fr;}}

/* ---------- Steps ---------- */
.lhc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;counter-reset:step;}
.lhc-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem 1.6rem 1.6rem;position:relative;box-shadow:var(--shadow-sm);}
.lhc-step::before{counter-increment:step;content:counter(step);position:absolute;top:-20px;left:1.6rem;width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;font-family:var(--font-display);font-weight:600;font-size:1.3rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);}
.lhc-step h3{margin:.8rem 0 .4rem;font-size:1.2rem;font-weight:600;}
.lhc-step p{margin:0;color:var(--ink-dim);font-size:.98rem;}
@media(max-width:780px){.lhc-steps{grid-template-columns:1fr;gap:1.8rem;}}

/* ---------- Service cards ---------- */
.lhc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;}
.lhc-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.7rem;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s;position:relative;overflow:hidden;}
.lhc-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--brass);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease);}
.lhc-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--green-soft);color:inherit;}
.lhc-card:hover::before{transform:scaleX(1);}
.lhc-card__ico{width:54px;height:54px;border-radius:13px;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;}
.lhc-card__ico svg{width:28px;height:28px;}
.lhc-card h3{font-size:1.25rem;margin:0 0 .45rem;font-weight:600;}
.lhc-card p{color:var(--ink-dim);font-size:.97rem;margin:0 0 1.1rem;line-height:1.55;}
.lhc-card__more{margin-top:auto;color:var(--green);font-weight:600;font-size:.95rem;font-family:var(--font-label);letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem;}
.lhc-card__more::after{content:"\2192";transition:transform .2s var(--ease);}
.lhc-card:hover .lhc-card__more::after{transform:translateX(4px);}
@media(max-width:860px){.lhc-cards{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.lhc-cards{grid-template-columns:1fr;}}

/* ---------- Image split (why / about) ---------- */
.lhc-imgsplit{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3.6rem);align-items:center;}
.lhc-imgsplit__media{position:relative;}
.lhc-imgsplit__media img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:3/2;object-fit:cover;}
.lhc-imgsplit__badge{position:absolute;right:-14px;bottom:-18px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:.9rem 1.1rem;display:flex;gap:.7rem;align-items:center;}
.lhc-imgsplit__badge strong{font-family:var(--font-display);font-size:1.9rem;color:var(--green);line-height:1;}
.lhc-imgsplit__badge span{font-size:.82rem;color:var(--ink-dim);line-height:1.2;}
.lhc-imgsplit h2{font-size:var(--fs-h2);}
@media(max-width:820px){.lhc-imgsplit{grid-template-columns:1fr;}.lhc-imgsplit__media{order:-1;}}

/* check list */
.lhc-checks{list-style:none;padding:0;margin:1.2rem 0 0;}
.lhc-checks li{position:relative;padding-left:2rem;margin:.6rem 0;color:var(--ink-dim);}
.lhc-checks li strong{color:var(--ink);}
.lhc-checks li::before{content:"\2713";position:absolute;left:0;top:.05em;width:1.4rem;height:1.4rem;background:var(--green-soft);color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;}

/* ---------- Photo band (value / cta) ---------- */
.lhc-photoband{position:relative;color:#fff;overflow:hidden;background:linear-gradient(120deg,var(--green-700),var(--green));}
.lhc-photoband__bg{position:absolute;inset:0;background-size:cover;background-position:center;}
.lhc-photoband__bg::after{content:"";position:absolute;inset:0;background:none;}
.lhc-photoband>.lhc-container{position:relative;z-index:2;}
.lhc-photoband .eyebrow{color:var(--brass-soft);}
.lhc-photoband h2,.lhc-photoband h3{color:#fff;}
.lhc-photoband p{color:rgba(255,255,255,.9);}

/* Value band */
.lhc-value{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.6rem,4vw,3rem);align-items:center;}
.lhc-value__card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:1.7rem;backdrop-filter:blur(2px);}
.lhc-value ul{list-style:none;padding:0;margin:1rem 0 0;}
.lhc-value li{display:flex;gap:.6rem;align-items:flex-start;margin:.65rem 0;color:rgba(255,255,255,.94);}
.lhc-value li::before{content:"\2713";color:#fff;background:rgba(255,255,255,.18);width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:.72rem;}
@media(max-width:780px){.lhc-value{grid-template-columns:1fr;}}

/* CTA band */
.lhc-cta{text-align:center;}
.lhc-cta h2{color:#fff;font-size:clamp(1.9rem,1.4rem + 2.4vw,2.9rem);}
.lhc-cta p{color:rgba(255,255,255,.92);max-width:42rem;margin-inline:auto;font-size:var(--fs-lead);}
.lhc-cta__row{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1.7rem;}

/* ---------- Areas ---------- */
.lhc-areas{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.4rem,4vw,2.6rem);align-items:start;}
.lhc-areas__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;}
.lhc-areas__grid a{display:block;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem .85rem;text-decoration:none;color:var(--ink);font-weight:500;font-size:.93rem;transition:border-color .2s,background-color .2s,color .2s;}
.lhc-areas__grid a:hover{border-color:var(--green);color:var(--green);background:var(--green-soft);}
.lhc-areas__aside{background:var(--green-soft);border-radius:var(--radius);padding:1.7rem;}
.lhc-areas__aside h3{color:var(--green-700);}
@media(max-width:860px){.lhc-areas{grid-template-columns:1fr;}.lhc-areas__grid{grid-template-columns:1fr 1fr;}}
@media(max-width:420px){.lhc-areas__grid{grid-template-columns:1fr;}}

.lhc-townlist{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;list-style:none;padding:0;margin:0;}
.lhc-townlist a{display:block;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;text-decoration:none;color:var(--ink);font-weight:500;transition:border-color .2s,color .2s,background-color .2s;}
.lhc-townlist a:hover{border-color:var(--green);color:var(--green);background:var(--green-soft);}
@media(max-width:860px){.lhc-townlist{grid-template-columns:1fr 1fr;}}

/* ---------- Why pillars ---------- */
.lhc-why{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem 2.2rem;}
.lhc-why__item{display:flex;gap:.85rem;align-items:flex-start;}
.lhc-why__item .ico{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;}
.lhc-why__item .ico svg{width:24px;height:24px;}
.lhc-why__item h3{font-size:1.08rem;margin:0 0 .25em;font-weight:600;}
.lhc-why__item p{margin:0;color:var(--ink-dim);font-size:.95rem;line-height:1.55;}
@media(max-width:720px){.lhc-why{grid-template-columns:1fr;}}

/* ---------- Testimonial / promise ---------- */
.lhc-promise{max-width:50rem;margin-inline:auto;text-align:center;}
.lhc-promise__stars{color:var(--brass);letter-spacing:3px;margin-bottom:1rem;font-size:1.1rem;}
.lhc-promise blockquote{font-family:var(--font-display);font-style:italic;font-size:clamp(1.35rem,1.05rem + 1.3vw,1.8rem);line-height:1.4;color:var(--ink);margin:0;border:0;background:none;padding:0;}
.lhc-promise cite{display:block;margin-top:1.2rem;font-style:normal;font-weight:600;color:var(--ink-dim);font-family:var(--font-body);}
.lhc-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;}
.lhc-quote{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow-sm);}
.lhc-quote__stars{color:var(--brass);letter-spacing:2px;margin-bottom:.6rem;}
.lhc-quote cite{display:block;margin-top:.8rem;font-style:normal;font-weight:600;color:var(--ink-dim);font-size:.9rem;}
@media(max-width:860px){.lhc-quotes{grid-template-columns:1fr;}}

/* ---------- FAQ ---------- */
.lhc-faq{max-width:840px;margin-inline:auto;}
.lhc-faq details{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:.7rem;overflow:hidden;}
.lhc-faq summary{cursor:pointer;list-style:none;padding:1.1rem 1.3rem;font-weight:600;font-size:1.06rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;}
.lhc-faq summary::-webkit-details-marker{display:none;}
.lhc-faq summary::after{content:"+";font-size:1.5rem;color:var(--green);transition:transform .2s;line-height:1;}
.lhc-faq details[open] summary::after{transform:rotate(45deg);}
.lhc-faq .lhc-faq__a{padding:0 1.3rem 1.2rem;color:var(--ink-dim);line-height:1.6;}
.lhc-faq .lhc-faq__a p:first-child{margin-top:0;}

/* ---------- Two-column body (service/location) ---------- */
.lhc-split{display:grid;grid-template-columns:1.65fr .9fr;gap:clamp(1.6rem,4vw,3rem);align-items:start;}
.lhc-aside{position:sticky;top:100px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.7rem;box-shadow:var(--shadow-sm);}
.lhc-aside h3{font-size:1.2rem;}
.lhc-aside .btn{width:100%;margin-top:.4rem;}
.lhc-aside__phone{font-family:var(--font-display);font-size:1.6rem;color:var(--green);font-weight:600;text-decoration:none;display:block;margin:.3rem 0 1rem;}
@media(max-width:860px){.lhc-split{grid-template-columns:1fr;}.lhc-aside{position:static;}}

.lhc-ticks{list-style:none;padding:0;margin:0 0 1.2em;}
.lhc-ticks li{position:relative;padding-left:2rem;margin:.55rem 0;}
.lhc-ticks li::before{content:"\2713";position:absolute;left:0;top:.05em;width:1.4rem;height:1.4rem;background:var(--green-soft);color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;}

/* ---------- Page hero (photographic) ---------- */
.lhc-pagehero{position:relative;color:var(--ink);background:var(--tint);overflow:hidden;border-bottom:1px solid var(--border);}
.lhc-pagehero__bg{position:absolute;inset:0;background-size:cover;background-position:center;}
.lhc-pagehero__bg::after{content:"";position:absolute;inset:0;background:none;}
.lhc-pagehero__inner{position:relative;z-index:2;padding-block:clamp(2.8rem,6vw,4.8rem);}
.lhc-crumbs{font-size:.86rem;color:var(--ink-soft);margin-bottom:.7rem;}
.lhc-crumbs a{color:var(--green);text-decoration:none;}
.lhc-crumbs a:hover{color:#fff;}
.lhc-pagehero h1{margin:0;color:var(--ink);max-width:20ch;}
.lhc-pagehero__sub{color:var(--ink-dim);font-size:var(--fs-lead);margin-top:.7rem;max-width:46rem;line-height:1.5;}

/* ---------- Forminator (self-styled — independent of plugin CSS) ---------- */
.lhc-formwrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(1.4rem,3vw,2rem);box-shadow:var(--shadow-sm);}
.forminator-ui.forminator-custom-form{max-width:100%;}
.forminator-ui.forminator-custom-form .forminator-row{display:block!important;margin:0 0 1.1rem!important;}
.forminator-ui .forminator-row .forminator-col{width:100%!important;max-width:100%!important;flex:0 0 100%!important;float:none!important;padding:0!important;margin:0!important;}
.forminator-ui .forminator-field{width:100%;margin:0;}
.forminator-ui .forminator-label,.forminator-ui label.forminator-label{display:block;font-family:var(--font-body);font-weight:600;font-size:.95rem;margin:0 0 .4rem;color:var(--ink);}
.forminator-ui .forminator-required,.forminator-ui .forminator-label .forminator-required{color:var(--brass);}
.forminator-ui input[type=text],.forminator-ui input[type=email],.forminator-ui input[type=tel],.forminator-ui input[type=number],.forminator-ui input[type=url],.forminator-ui textarea,.forminator-ui select{display:block;width:100%!important;min-height:52px;padding:.7rem .9rem!important;border:1px solid var(--border-2)!important;border-radius:10px!important;background:#fff!important;font-family:var(--font-body);font-size:1rem;color:var(--ink);box-shadow:none!important;}
.forminator-ui textarea{min-height:140px;resize:vertical;}
.forminator-ui input:focus,.forminator-ui textarea:focus,.forminator-ui select:focus{outline:none!important;border-color:var(--green)!important;box-shadow:var(--ring)!important;}
.forminator-ui .forminator-name-wrapper{display:block!important;}
.forminator-ui .forminator-checkbox,.forminator-ui .forminator-field-gdprcheckbox{display:flex;align-items:flex-start;gap:.6rem;}
.forminator-ui .forminator-checkbox-label,.forminator-ui .forminator-gdpr-label,.forminator-ui .forminator-field-gdprcheckbox label{font-size:.9rem;color:var(--ink-dim);font-weight:400;line-height:1.45;}
.forminator-ui .forminator-checkbox-box,.forminator-ui input[type=checkbox]{width:20px;height:20px;flex:0 0 auto;margin-top:.15rem;accent-color:var(--green);}
.forminator-ui .forminator-button-submit,.forminator-ui button[type=submit]{background:var(--green)!important;color:#fff!important;border:0!important;border-radius:999px!important;min-height:54px;padding:0 2rem!important;font-family:var(--font-label)!important;text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-size:.95rem;cursor:pointer;width:auto;}
.forminator-ui .forminator-button-submit:hover,.forminator-ui button[type=submit]:hover{background:var(--green-700)!important;}
.forminator-ui .forminator-pagination-footer,.forminator-ui .forminator-button-wrapper{margin-top:1rem;}

/* ---------- Footer ---------- */
.lhc-footer{background:var(--green-800);color:#CDE6CE;padding-top:clamp(2.8rem,5vw,4.2rem);font-size:.96rem;}
.lhc-footer a{color:#CFD8CF;text-decoration:none;}
.lhc-footer a:hover{color:var(--brass-soft);}
.lhc-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:clamp(1.4rem,4vw,2.6rem);padding-bottom:2.6rem;border-bottom:1px solid rgba(255,255,255,.12);}
.lhc-footer__brand .lhc-brand__text{color:#fff;}
.lhc-footer__brand p{color:#9DAAA1;margin-top:1rem;font-size:.93rem;}
.lhc-footer__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;}
.lhc-badge{display:inline-block;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#E0E6DF;border-radius:999px;padding:.32rem .75rem;font-size:.72rem;font-family:var(--font-label);letter-spacing:.08em;text-transform:uppercase;}
.lhc-footer__col h3{color:#fff;font-size:.78rem;font-family:var(--font-label);text-transform:uppercase;letter-spacing:.14em;margin:0 0 1rem;}
.lhc-footer__menu{list-style:none;margin:0;padding:0;}
.lhc-footer__menu li{margin:.45rem 0;}
.lhc-footer__phone{font-family:var(--font-display);font-size:1.45rem;color:#fff!important;font-weight:600;}
.lhc-footer__contact address{font-style:normal;color:#9DAAA1;margin:.6rem 0;line-height:1.6;}
.lhc-footer__hours{color:#9DAAA1;margin-top:.6rem;}
.lhc-footer__bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;padding-block:1.5rem;font-size:.82rem;color:#7D897F;}
@media(max-width:860px){.lhc-footer__grid{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.lhc-footer__grid{grid-template-columns:1fr;}}

.lhc-mt{margin-top:1.5rem;}

/* ---------- Floating contact FAB (WhatsApp / phone / email) ---------- */
.lhc-fab{position:fixed;right:18px;bottom:18px;z-index:1150;display:flex;flex-direction:column;align-items:center;gap:.6rem;}
.lhc-fab__toggle{width:58px;height:58px;border-radius:50%;border:0;cursor:pointer;background:var(--green);color:#fff;box-shadow:0 8px 22px -6px rgba(14,41,18,.5);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .2s var(--ease),background-color .2s;}
.lhc-fab__toggle:hover{background:var(--green-700);transform:scale(1.05);}
.lhc-fab__toggle[aria-expanded="true"]{background:var(--green-800);}
.lhc-fab__menu{display:flex;flex-direction:column;gap:.55rem;}
.lhc-fab__menu[hidden]{display:none;}
.lhc-fab__item{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;text-decoration:none;box-shadow:0 6px 16px -6px rgba(14,41,18,.5);transition:transform .15s var(--ease),opacity .2s;}
.lhc-fab__item:hover{transform:scale(1.08);color:#fff;}
.lhc-fab__item--wa{background:#25D366;}
.lhc-fab__item--tel{background:var(--green);}
.lhc-fab__item--mail{background:var(--amber);}
.js .lhc-fab__menu{opacity:0;transform:translateY(8px);transition:opacity .2s var(--ease),transform .2s var(--ease);}
.js .lhc-fab__menu.is-open{opacity:1;transform:none;}
@media(max-width:1024px){.lhc-fab{bottom:74px;}} /* clear the sticky call/quote bar */
@media (prefers-reduced-motion: reduce){.lhc-fab__toggle,.lhc-fab__item,.lhc-fab__menu{transition:none!important;}}

/* ---------- Blog index grid ---------- */
.lhc-bloggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
.lhc-bcard{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s;}
.lhc-bcard:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--green-soft);color:inherit;}
.lhc-bcard__media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--tint);}
.lhc-bcard__media img{width:100%;height:100%;object-fit:cover;display:block;}
.lhc-bcard__body{display:flex;flex-direction:column;gap:.45rem;padding:1.2rem 1.3rem 1.4rem;}
.lhc-bcard__cat{align-self:flex-start;font-family:var(--font-label);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;color:var(--green);background:var(--green-soft);padding:.25rem .6rem;border-radius:999px;}
.lhc-bcard__title{font-family:var(--font-display);font-weight:700;font-size:1.1rem;line-height:1.25;color:var(--ink);}
.lhc-bcard__meta{font-size:.85rem;color:var(--ink-soft);margin-top:auto;}
@media(max-width:860px){.lhc-bloggrid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.lhc-bloggrid{grid-template-columns:1fr;}}

/* ---------- Blog post featured/in-body image ---------- */
.lhc-postimg{margin:0 0 1.6rem;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);}
.lhc-postimg img{width:100%;height:auto;display:block;}
.lhc-prose img{border-radius:var(--radius-sm);}

/* ---------- Home: photographic hero (compact) + dark/green sections ---------- */
.lhc-hero--compact{min-height:clamp(360px,46vh,480px);}
.lhc-section--dark{background:#10241a;color:#fff;}
.lhc-section--dark h2,.lhc-section--dark h3,.lhc-section--dark h4{color:#fff;}
.lhc-section--dark p{color:rgba(255,255,255,.82);}
.lhc-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;}
.lhc-feature__ico{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;}
.lhc-feature__ico svg{width:30px;height:30px;}
.lhc-feature h3{font-size:1.12rem;margin:0 0 .4rem;font-weight:600;}
.lhc-feature p{font-size:.95rem;line-height:1.55;margin:0;}
@media(max-width:780px){.lhc-features{grid-template-columns:1fr;gap:2.2rem;}}
.lhc-section--dark .lhc-checks li{color:rgba(255,255,255,.88);}
.lhc-section--dark .lhc-checks li strong{color:#fff;}
.lhc-section--dark .lhc-checks li::before{background:rgba(255,255,255,.15);color:#fff;}

/* Photo service cards (What we offer) */
.lhc-pcards{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;}
.lhc-pcard{position:relative;border-radius:var(--radius);overflow:hidden;min-height:240px;display:flex;align-items:flex-end;text-decoration:none;color:#fff;box-shadow:var(--shadow);}
.lhc-pcard__bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s var(--ease);}
.lhc-pcard::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,20,12,.9) 0%,rgba(8,20,12,.45) 45%,rgba(8,20,12,.1) 100%);}
.lhc-pcard:hover .lhc-pcard__bg{transform:scale(1.06);}
.lhc-pcard__body{position:relative;z-index:2;padding:1.5rem;}
.lhc-pcard__body h3{color:#fff;margin:0 0 .35rem;font-size:1.25rem;font-weight:700;}
.lhc-pcard__body p{color:rgba(255,255,255,.92);margin:0 0 .6rem;font-size:.92rem;line-height:1.45;}
.lhc-pcard__more{font-family:var(--font-label);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:#fff;}
.lhc-pcard__more::after{content:" \2192";}
@media(max-width:600px){.lhc-pcards{grid-template-columns:1fr;}}

/* Full-bleed image band */
.lhc-imgband{height:clamp(260px,38vh,440px);background-size:cover;background-position:center;}

/* Inline button row (migrated CTAs) */
.lhc-btnrow{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.3rem 0;align-items:center;}
