:root{
  --ink:#151715;
  --ink-2:#222420;
  --paper:#f7f3ee;
  --paper-2:#ffffff;
  --line:rgba(21,23,21,.14);
  --muted:#5b5c57;
  --white:#fff;
  --orange:#f28c00;
  --orange-dark:#cf7400;
  --container:clamp(20rem,90vw,80rem);
  --section:clamp(3rem,2rem + 4vw,7rem);
  --pad:clamp(1rem,.5rem + 3vw,3rem);
  --gap:clamp(1rem,.75rem + 1vw,2rem);
  --card:clamp(1.25rem,1rem + 1.5vw,2rem);
  --radius:0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;font-size:clamp(1rem,.95rem + .2vw,1.125rem);line-height:1.6;text-rendering:optimizeLegibility}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
p{margin:0 0 clamp(1rem,.8rem + .7vw,1.45rem);color:var(--muted)}
h1,h2,h3{margin:0;color:var(--ink);font-weight:900;letter-spacing:-.045em;line-height:.98}
h1{font-size:clamp(2.45rem,1.25rem + 5vw,5.65rem);max-width:clamp(22rem,52vw,55rem)}
h2{font-size:clamp(1.75rem,1.2rem + 2.2vw,3.45rem);max-width:clamp(28rem,50vw,52rem)}
h3{font-size:clamp(1.1rem,1rem + .5vw,1.55rem);letter-spacing:-.025em;line-height:1.1}
.skip-link{position:absolute;left:-999rem;top:0;background:var(--orange);padding:clamp(.65rem,.5rem + .5vw,1rem);z-index:999}.skip-link:focus{left:0}
.container{width:var(--container);margin-inline:auto;padding-inline:var(--pad)}
.eyebrow{margin:0 0 clamp(.75rem,.55rem + .75vw,1.25rem);font-size:clamp(.72rem,.68rem + .22vw,.9rem);font-weight:1000;text-transform:uppercase;letter-spacing:.17em;color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:clamp(.45rem,.35rem + .5vw,.75rem);border:1px solid transparent;border-radius:var(--radius);padding:clamp(.625rem,.5rem + .5vw,.875rem) clamp(1.25rem,1rem + 1vw,2rem);font-size:clamp(.88rem,.82rem + .18vw,1rem);font-weight:900;line-height:1.1;min-height:clamp(2.85rem,2.4rem + 1vw,3.45rem);transition:background .18s ease,border-color .18s ease,transform .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--orange);color:#fff;border-color:var(--orange)}
.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff}
.btn-secondary{background:transparent;border-color:rgba(21,23,21,.25);color:var(--ink)}
.btn-secondary.dark{color:#fff;border-color:rgba(255,255,255,.38);background:rgba(0,0,0,.22)}
.text-link{display:inline-flex;align-items:center;gap:clamp(.35rem,.25rem + .3vw,.55rem);font-weight:900;color:var(--ink);white-space:nowrap}
.text-link span{color:var(--orange);transition:transform .18s ease}.text-link:hover span{transform:translateX(.2rem)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(21,23,21,.96);border-bottom:1px solid rgba(255,255,255,.1)}
.header-shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,.7rem + 1.5vw,2.4rem);min-height:clamp(4.7rem,3.8rem + 2vw,6.2rem)}
.brand img{width:clamp(8.6rem,13vw,13.5rem)}
.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,.7rem + 1vw,1.8rem)}
.main-nav a{position:relative;color:#fff;font-size:clamp(.78rem,.72rem + .18vw,.92rem);font-weight:850}
.main-nav a:after{content:"";position:absolute;left:0;bottom:clamp(-.45rem,-.3rem - .1vw,-.3rem);width:0;height:2px;background:var(--orange);transition:width .18s ease}.main-nav a:hover:after,.main-nav a.active:after{width:100%}
.header-actions{display:flex;align-items:center;gap:clamp(.7rem,.5rem + .8vw,1rem)}
.phone-pill{display:grid;gap:.1rem;color:#fff;border:1px solid rgba(255,255,255,.18);padding:clamp(.55rem,.45rem + .45vw,.75rem) clamp(.8rem,.65rem + .6vw,1.2rem);min-width:clamp(10rem,14vw,13rem)}
.phone-pill span{font-size:clamp(.7rem,.66rem + .12vw,.8rem);font-weight:750;color:#d8d1c9}.phone-pill strong{font-size:clamp(.9rem,.82rem + .22vw,1.05rem);line-height:1;color:#fff}
.menu-toggle{display:none;width:clamp(2.8rem,2.3rem + 1vw,3.25rem);height:clamp(2.8rem,2.3rem + 1vw,3.25rem);background:transparent;border:1px solid rgba(255,255,255,.25);padding:clamp(.65rem,.5rem + .5vw,.85rem)}
.menu-toggle span{display:block;height:2px;background:#fff;margin:clamp(.22rem,.18rem + .15vw,.3rem) 0}
.hero{position:relative;min-height:clamp(36rem,72vw,52rem);display:grid;align-items:stretch;overflow:hidden;background:var(--ink)}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(21,23,21,.94) 0%,rgba(21,23,21,.78) 36%,rgba(21,23,21,.2) 73%,rgba(21,23,21,.34) 100%),url("panneau-electrique.webp");background-size:cover;background-position:center right;transform:scale(1.03);filter:saturate(.88) contrast(1.08)}
.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:clamp(6rem,5rem + 5vw,10rem)}
.hero h1,.hero h2{color:#fff}.hero-lead{max-width:clamp(20rem,35vw,36rem);font-size:clamp(1.05rem,.95rem + .45vw,1.35rem);color:#eee7dd}.hero-cta{display:flex;flex-wrap:wrap;gap:clamp(.75rem,.55rem + .8vw,1rem);margin-top:clamp(.4rem,.2rem + .6vw,.9rem)}
.trust-strip{background:var(--ink);color:#fff;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding-block:0}
.trust-point{display:grid;grid-template-columns:auto 1fr;gap:clamp(.85rem,.65rem + .6vw,1.15rem);padding:clamp(1.25rem,1rem + 1.5vw,2rem);border-left:1px solid rgba(255,255,255,.15)}
.trust-point:first-child{border-left:0}.trust-icon{color:var(--orange);font-weight:900;font-size:clamp(1.45rem,1.1rem + 1vw,2.2rem);line-height:1}.trust-point h2{font-size:clamp(1rem,.9rem + .4vw,1.35rem);color:#fff;letter-spacing:-.02em;line-height:1.15}.trust-point p{margin:clamp(.35rem,.25rem + .25vw,.55rem) 0 0;color:#d8d1c9;font-size:clamp(.86rem,.8rem + .18vw,.98rem);line-height:1.45}
.section{padding-block:var(--section);background:var(--paper)}
.section:nth-of-type(even){background:var(--paper-2)}
.section-intro{margin-bottom:clamp(1.5rem,1rem + 2vw,3rem)}.split-intro{display:flex;justify-content:space-between;gap:var(--gap);align-items:end}
.service-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gap)}
.service-card{background:#fff;border:1px solid var(--line);transition:transform .18s ease,border-color .18s ease}.service-card:hover{transform:translateY(-.25rem);border-color:rgba(242,140,0,.45)}
.service-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#ddd;filter:saturate(.92) contrast(1.04)}
.service-card-body{padding:var(--card)}.service-card h3{margin-bottom:clamp(.55rem,.4rem + .4vw,.85rem)}.service-card p{font-size:clamp(.9rem,.84rem + .16vw,1rem);line-height:1.5;margin-bottom:clamp(1rem,.8rem + .6vw,1.35rem)}.service-card span{font-weight:900;color:var(--orange);font-size:clamp(.85rem,.8rem + .16vw,.98rem)}
.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr);gap:clamp(2rem,1rem + 4vw,5rem);align-items:center}.about-copy p{max-width:clamp(25rem,40vw,42rem)}.founder-line{display:flex;align-items:center;gap:clamp(.75rem,.55rem + .7vw,1rem);margin-top:clamp(1.5rem,1rem + 1.5vw,2.2rem)}.founder-line>span{font-size:clamp(1.4rem,1rem + 1vw,2rem);font-weight:900;font-style:italic;color:var(--orange);font-family:Georgia,serif}.founder-line strong,.founder-line small{display:block}.founder-line small{color:var(--muted)}
.about-panel{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,.88fr);background:var(--ink);color:#fff}.about-panel img{height:100%;width:100%;object-fit:cover;min-height:clamp(19rem,30vw,32rem)}.panel-list{padding:var(--card);display:grid;align-content:center;gap:clamp(1rem,.8rem + 1vw,1.8rem)}.panel-item{display:grid;grid-template-columns:clamp(2rem,2vw,2.8rem) 1fr;gap:clamp(.75rem,.55rem + .5vw,1rem);border-top:1px solid rgba(255,255,255,.12);padding-top:clamp(.8rem,.6rem + .7vw,1.2rem)}.panel-item:first-child{border-top:0;padding-top:0}.panel-item span{color:var(--orange);font-weight:1000}.panel-item h3{color:#fff;font-size:clamp(1rem,.9rem + .3vw,1.25rem);letter-spacing:-.02em}.panel-item p{grid-column:2;margin:0;color:#d8d1c9;font-size:clamp(.86rem,.8rem + .16vw,.96rem);line-height:1.45}
.proof-band{background:var(--ink);color:#fff;padding-block:clamp(2.5rem,1.8rem + 3vw,5rem)}.proof-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:0;align-items:stretch}.proof-heading{padding-right:clamp(1rem,.7rem + 1vw,1.6rem)}.proof-heading h2{color:#fff;font-size:clamp(1.6rem,1.1rem + 1.7vw,2.8rem);max-width:clamp(20rem,34vw,36rem);margin-bottom:clamp(1.1rem,.8rem + 1vw,1.7rem)}.proof-stat{border-left:1px solid rgba(255,255,255,.18);padding:clamp(.7rem,.5rem + 1vw,1.8rem)}.proof-stat strong{display:block;color:var(--orange);font-size:clamp(1.35rem,1rem + 1.1vw,2.4rem);font-weight:1000;line-height:1.04;letter-spacing:-.05em}.proof-stat span{display:block;color:#ded7cf;margin-top:clamp(.45rem,.35rem + .35vw,.7rem);font-size:clamp(.88rem,.82rem + .18vw,1rem)}
.gallery-section{background:#fff}.project-strip{display:grid;grid-template-columns:1.1fr .8fr 1fr .8fr;gap:clamp(.6rem,.5rem + .5vw,1rem)}.project-strip figure{position:relative;margin:0;min-height:clamp(13rem,18vw,18rem);overflow:hidden;background:var(--ink);border:1px solid var(--line)}.project-strip img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.05);transition:transform .2s ease}.project-strip figure:hover img{transform:scale(1.04)}.project-strip figcaption{position:absolute;left:0;right:0;bottom:0;background:rgba(21,23,21,.88);color:#fff;font-weight:900;padding:clamp(.7rem,.5rem + .55vw,1rem);font-size:clamp(.85rem,.8rem + .18vw,.98rem)}
.two-col-section{background:var(--paper)}.two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap);align-items:stretch}.review-card,.territory-card{background:#fff;border:1px solid var(--line);padding:var(--card);min-height:clamp(18rem,24vw,26rem)}.review-card{margin-top:clamp(1.3rem,1rem + 1vw,2rem)}.review-card strong{display:block;margin-bottom:clamp(.4rem,.3rem + .3vw,.6rem);font-size:clamp(1.05rem,.95rem + .3vw,1.3rem)}
.territory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.55rem,.45rem + .4vw,.8rem);margin-top:clamp(1rem,.8rem + .7vw,1.4rem)}.territory-grid span{position:relative;padding-left:clamp(1.45rem,1.2rem + .5vw,1.75rem);font-weight:850}.territory-grid span:before{content:"✓";position:absolute;left:0;top:.03rem;color:var(--orange);font-weight:1000}.map-shape{height:clamp(7rem,12vw,11rem);margin-block:clamp(1.25rem,1rem + 1vw,2rem);background:linear-gradient(135deg,rgba(242,140,0,.12),rgba(21,23,21,.06));border:1px solid var(--line);position:relative;overflow:hidden}.map-shape span{position:absolute;inset:18% 16% 18% 32%;border:2px solid var(--orange);transform:skew(-15deg) rotate(-8deg);opacity:.75;background:rgba(242,140,0,.1)}
.cert-strip{background:#fff;border-block:1px solid var(--line)}.cert-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);align-items:center;gap:clamp(1rem,.75rem + 1vw,2rem);padding-block:clamp(1rem,.8rem + .8vw,1.4rem)}.cert-grid span{font-weight:850;color:var(--muted)}.cert-grid strong{font-size:clamp(1.1rem,1rem + .5vw,1.5rem);font-weight:1000;color:var(--ink)}
.final-cta{background:var(--ink);color:#fff;padding-block:var(--section)}.final-grid{display:grid;grid-template-columns:1fr .85fr;gap:var(--gap);align-items:center}.final-cta h2{color:#fff;max-width:clamp(27rem,44vw,48rem)}.contact-card{border:1px solid rgba(255,255,255,.14);padding:var(--card);background:rgba(255,255,255,.04)}.contact-card img{width:clamp(9rem,16vw,15rem);margin-bottom:clamp(1rem,.8rem + 1vw,1.6rem)}.contact-card ul{list-style:none;margin:0;padding:0;display:grid;gap:clamp(.65rem,.5rem + .5vw,.95rem)}.contact-card li{display:grid;gap:.08rem;color:#ded7cf}.contact-card strong{color:#fff;font-size:clamp(.78rem,.72rem + .15vw,.88rem);text-transform:uppercase;letter-spacing:.12em}.contact-card a{color:#fff}
.site-footer{background:#101210;color:#fff;padding-block:clamp(2.5rem,1.8rem + 3vw,4.5rem)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:var(--gap)}.footer-brand img{width:clamp(10rem,16vw,15rem);margin-bottom:clamp(1rem,.8rem + .8vw,1.4rem)}.footer-brand p,.site-footer p{color:#cfc8bf}.site-footer h3{color:#fff;font-size:clamp(1rem,.9rem + .3vw,1.25rem);margin-bottom:clamp(.8rem,.6rem + .6vw,1.1rem)}.site-footer a{display:block;color:#cfc8bf;margin-bottom:clamp(.35rem,.25rem + .25vw,.55rem)}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:var(--gap);padding-top:clamp(1.4rem,1rem + 1vw,2rem);margin-top:clamp(1.4rem,1rem + 1vw,2rem);border-top:1px solid rgba(255,255,255,.14);color:#cfc8bf;font-size:clamp(.85rem,.8rem + .15vw,.95rem)}
@media (max-width:1100px){.header-shell{grid-template-columns:auto auto;justify-content:space-between}.main-nav,.header-actions{display:none}.menu-toggle{display:block}.main-nav.open{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;background:#1c1f1c;border-top:1px solid rgba(255,255,255,.1);padding:clamp(1rem,.8rem + .6vw,1.4rem);gap:clamp(.8rem,.6rem + .6vw,1.1rem)}.main-nav.open a{padding:clamp(.45rem,.35rem + .35vw,.65rem) 0}.trust-grid,.service-cards,.proof-grid,.project-strip,.cert-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-point:nth-child(odd),.proof-stat:nth-child(odd){border-left:0}.about-grid,.final-grid,.two-col-grid{grid-template-columns:1fr}.about-panel{grid-template-columns:1fr}.about-panel img{max-height:clamp(18rem,48vw,30rem)}.proof-heading{grid-column:1/-1}.project-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.cert-grid span{grid-column:1/-1}}
@media (max-width:680px){.container{width:100%;padding-inline:clamp(1rem,.6rem + 3vw,1.6rem)}.hero{min-height:clamp(34rem,120vw,46rem)}.hero-bg{background-position:center}.hero-cta,.split-intro{display:grid;align-items:start}.btn,.phone-pill{width:100%}.trust-grid,.service-cards,.proof-grid,.project-strip,.territory-grid,.cert-grid,.footer-grid{grid-template-columns:1fr}.trust-point,.proof-stat{border-left:0;border-top:1px solid rgba(255,255,255,.14)}.trust-point:first-child,.proof-stat:first-of-type{border-top:0}.cert-grid{gap:clamp(.55rem,.45rem + .35vw,.8rem)}.footer-bottom{display:grid}.main-nav.open{grid-template-columns:1fr}.about-panel{display:grid}.service-card:hover,.btn:hover{transform:none}}

/* V3.1 — separate homepage sections, richer content */
.hero-badge{margin-top:clamp(1.1rem,.8rem + 1vw,1.6rem);color:#fff;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.2);padding:clamp(.55rem,.45rem + .45vw,.8rem) clamp(.8rem,.65rem + .7vw,1.25rem);font-weight:900;font-size:clamp(.85rem,.8rem + .2vw,1rem)}
.problem-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:var(--gap);align-items:start}.problem-list{display:grid;gap:clamp(.7rem,.55rem + .5vw,1rem)}.problem-list p{margin:0;background:#fff;border-left:clamp(.2rem,.15rem + .15vw,.32rem) solid var(--orange);padding:clamp(.85rem,.7rem + .7vw,1.25rem);color:var(--ink);font-weight:800}.section-note{grid-column:1/-1;background:var(--ink);color:#fff;padding:var(--card);display:grid;grid-template-columns:minmax(0,.35fr) minmax(0,1fr);gap:var(--gap);align-items:center}.section-note strong{color:var(--orange);font-size:clamp(1.1rem,.95rem + .55vw,1.6rem)}.section-note p{color:#f0ebe4;margin:0}
.offer-section{background:#fff}.offer-card-large{background:var(--ink);color:#fff;border:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.8fr);gap:var(--gap);padding:clamp(1.5rem,1rem + 3vw,4rem);align-items:center}.offer-card-large h2{color:#fff}.offer-card-large p{color:#e5ded6}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:clamp(.7rem,.55rem + .5vw,1rem)}.check-list li{position:relative;padding-left:clamp(1.6rem,1.3rem + .6vw,2rem);font-weight:850;color:#fff}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:1000}.offer-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:clamp(.75rem,.55rem + .8vw,1rem)}
.welcome-section{background:var(--paper)}.welcome-grid{display:grid;grid-template-columns:minmax(15rem,.46fr) minmax(0,1fr);gap:var(--gap);align-items:center}.welcome-logo-card{background:var(--ink);padding:clamp(1.25rem,1rem + 2vw,3rem);min-height:clamp(12rem,22vw,20rem);display:grid;place-items:center}.welcome-logo-card img{width:clamp(14rem,28vw,28rem)}
.reason-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap)}.reason-grid article,.process-grid article,.faq-grid article,.review-empty-card,.role-list,.quick-links a{background:#fff;border:1px solid var(--line);padding:var(--card)}.reason-grid span,.process-grid span{display:block;color:var(--orange);font-weight:1000;margin-bottom:clamp(.7rem,.55rem + .55vw,1rem);font-size:clamp(.9rem,.82rem + .28vw,1.1rem)}.reason-grid p,.process-grid p,.faq-grid p{margin:clamp(.6rem,.45rem + .45vw,.8rem) 0 0;font-size:clamp(.9rem,.84rem + .16vw,1rem);line-height:1.5}
.cert-section .cert-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.cert-section .cert-grid span,.cert-section .cert-grid strong{border-left:1px solid var(--line);min-height:clamp(4rem,5.5vw,5.5rem);display:flex;align-items:center;padding:clamp(.75rem,.6rem + .6vw,1.1rem);font-size:clamp(.86rem,.8rem + .22vw,1.05rem);line-height:1.2}.cert-section .cert-grid span{border-left:0;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-weight:1000}.cert-section .cert-grid strong{font-size:clamp(.95rem,.85rem + .3vw,1.2rem)}
.service-cards-detailed .service-card h3{min-height:clamp(3.2rem,4vw,4.8rem)}
.requested-section{background:var(--paper)}.requested-grid{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:var(--gap);align-items:start}.quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.7rem,.5rem + .6vw,1rem)}.quick-links a{font-weight:900;display:flex;justify-content:space-between;gap:clamp(.75rem,.55rem + .6vw,1rem)}.quick-links span{color:var(--orange)}
.price-teaser{background:#fff}.price-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:var(--gap);align-items:center}.price-grid .btn{margin-top:clamp(.5rem,.3rem + .6vw,.9rem)}
.project-strip-wide{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.project-strip-wide figure{min-height:clamp(10rem,14vw,16rem)}
.inline-ctas{display:flex;flex-wrap:wrap;gap:clamp(.7rem,.55rem + .55vw,1rem);justify-content:flex-end}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gap)}
.testimonial-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.55fr);gap:var(--gap);align-items:center}.review-empty-card{background:#fff}.review-empty-card strong{display:block;font-size:clamp(1.15rem,1rem + .55vw,1.65rem);letter-spacing:-.03em;margin-bottom:clamp(.5rem,.4rem + .3vw,.75rem)}
.zones-section{background:var(--paper)}.zones-layout{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1fr);gap:var(--gap);align-items:start}.zone-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.75rem,.55rem + .7vw,1.2rem)}.zone-groups article{background:#fff;border:1px solid var(--line);padding:var(--card)}.zone-groups article:last-child{grid-column:1/-1}.zone-groups h3{font-size:clamp(1rem,.9rem + .3vw,1.25rem)}.zone-groups p{font-size:clamp(.88rem,.82rem + .16vw,.98rem);line-height:1.48;margin-top:clamp(.5rem,.4rem + .3vw,.75rem)}.zone-map{grid-column:1/-1;margin:0;height:clamp(8rem,14vw,13rem)}
.hiring-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:var(--gap);align-items:center}.role-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.55rem,.45rem + .35vw,.8rem);background:#fff}.role-list span{position:relative;padding-left:clamp(1.5rem,1.25rem + .5vw,1.8rem);font-weight:850}.role-list span:before{content:"+";position:absolute;left:0;color:var(--orange);font-weight:1000}.hiring-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:clamp(.75rem,.55rem + .8vw,1rem)}
.contact-section{background:#fff}.contact-layout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:var(--gap);align-items:start}.contact-info-block{background:var(--ink);color:#fff;padding:var(--card);min-height:100%}.contact-info-block h2{color:#fff}.contact-info-block p{color:#e5ded6}.contact-details{display:grid;gap:clamp(.85rem,.65rem + .65vw,1.25rem);margin:clamp(1.4rem,1rem + 1vw,2rem) 0 0}.contact-details div{border-top:1px solid rgba(255,255,255,.15);padding-top:clamp(.75rem,.55rem + .5vw,1rem)}.contact-details dt{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:clamp(.75rem,.7rem + .14vw,.86rem)}.contact-details dd{margin:clamp(.25rem,.2rem + .2vw,.4rem) 0 0;color:#fff}.contact-details a{color:#fff}.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.85rem,.65rem + .65vw,1.1rem);background:var(--paper);border:1px solid var(--line);padding:var(--card)}.quote-form label{display:grid;gap:clamp(.35rem,.25rem + .25vw,.5rem);font-weight:900;color:var(--ink)}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid var(--line);background:#fff;color:var(--ink);font:inherit;padding:clamp(.7rem,.55rem + .45vw,.95rem)}.quote-form label:nth-child(5),.form-consent,.quote-form button{grid-column:1/-1}.form-consent{font-size:clamp(.8rem,.75rem + .15vw,.9rem);line-height:1.45;color:var(--muted);margin:0}
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gap)}.faq-grid article{background:#fff}.faq-grid h3{font-size:clamp(1rem,.9rem + .35vw,1.3rem)}
.site-footer .footer-brand p strong{color:#fff}.site-footer .footer-bottom a{display:inline;color:#cfc8bf;margin:0}
@media (max-width:1100px){.problem-grid,.offer-card-large,.welcome-grid,.requested-grid,.price-grid,.testimonial-grid,.zones-layout,.hiring-grid,.contact-layout{grid-template-columns:1fr}.reason-grid,.quick-links,.process-grid,.project-strip-wide,.cert-section .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cert-section .cert-grid span{grid-column:1/-1;border-left:0}.project-strip-wide{display:grid}.inline-ctas{justify-content:flex-start}.service-cards-detailed .service-card h3{min-height:auto}}
@media (max-width:680px){.problem-grid,.section-note,.offer-card-large,.welcome-grid,.reason-grid,.quick-links,.process-grid,.testimonial-grid,.zones-layout,.zone-groups,.hiring-grid,.role-list,.contact-layout,.quote-form,.faq-grid,.project-strip-wide,.cert-section .cert-grid{grid-template-columns:1fr}.section-note{display:grid}.offer-actions,.hiring-actions,.inline-ctas{display:grid}.welcome-logo-card{min-height:clamp(9rem,40vw,13rem)}.project-strip-wide figure{min-height:clamp(12rem,48vw,16rem)}.cert-section .cert-grid strong{border-left:0;border-top:1px solid var(--line)}.quote-form label:nth-child(5),.form-consent,.quote-form button{grid-column:auto}.zone-groups article:last-child{grid-column:auto}}


/* Human direction v2 — moins UI kit, plus chantier local */
:root{
  --ink:#121514;
  --ink-2:#1b1f1d;
  --paper:#f4efe7;
  --paper-2:#fffdf8;
  --line:rgba(18,21,20,.13);
  --muted:#5e605b;
  --orange:#f28c00;
  --radius:14px;
  --shadow-soft:0 18px 55px rgba(18,21,20,.11);
}
body{
  background:linear-gradient(180deg,#f8f4ee 0%,#f4efe7 45%,#f7f2ea 100%);
}
h1,h2,h3{letter-spacing:-.055em}.eyebrow{letter-spacing:.18em}.container{--container:clamp(20rem,91vw,82rem)}
.site-header{background:rgba(14,17,16,.96);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(255,255,255,.08)}
.header-shell{min-height:5.8rem}.brand img{width:clamp(9rem,13vw,12.5rem)}
.header-actions .btn{border-radius:10px}.phone-pill{border-radius:10px;background:rgba(255,255,255,.04)}
.btn{border-radius:10px}.btn-primary{box-shadow:0 10px 24px rgba(242,140,0,.22)}
.human-hero{min-height:clamp(38rem,68vw,54rem)}
.human-hero .hero-bg{
  background-image:
    radial-gradient(circle at 22% 32%,rgba(242,140,0,.22),transparent 18rem),
    linear-gradient(90deg,rgba(18,21,20,.96) 0%,rgba(18,21,20,.86) 38%,rgba(18,21,20,.25) 70%,rgba(18,21,20,.45) 100%),
    url("panneau-electrique.webp");
  background-position:center right;
  filter:saturate(.82) contrast(1.14);
}
.human-hero .hero-content{max-width:62rem}.human-hero h1{max-width:56rem}.human-hero .hero-lead{max-width:42rem;color:#ede6dc}
.hero-field-note{margin-top:clamp(1.3rem,1rem + 1vw,2rem);max-width:38rem;padding:1rem 1.15rem;border-left:4px solid var(--orange);background:rgba(255,255,255,.08);color:#fff;display:grid;gap:.3rem;border-radius:0 12px 12px 0;backdrop-filter:blur(8px)}
.hero-field-note strong{color:var(--orange);text-transform:uppercase;letter-spacing:.13em;font-size:.78rem}.hero-field-note span{color:#eee7dd;line-height:1.45}
.human-trust .trust-grid{padding-block:.25rem}.human-trust .trust-point{padding:1.35rem 1.7rem}.human-trust .trust-icon{font-size:.82rem;letter-spacing:.14em;border:1px solid rgba(242,140,0,.55);width:2.15rem;height:2.15rem;display:grid;place-items:center;border-radius:999px}.human-trust h2{font-size:1.08rem}.human-trust p{font-size:.92rem}
.section{position:relative}.section:nth-of-type(even){background:var(--paper-2)}
.human-problem .problem-grid{grid-template-columns:.75fr 1fr}.human-problem .problem-list p{border-left:0;border-top:3px solid var(--orange);box-shadow:var(--shadow-soft);border-radius:12px;background:#fffdf8}.human-note{border-radius:16px;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#141816,#242925)}
.human-offer .offer-card-large{border-radius:22px;background:linear-gradient(135deg,#141816 0%,#222824 70%,#2b2115 100%);box-shadow:var(--shadow-soft);overflow:hidden;position:relative}.human-offer .offer-card-large:after{content:"";position:absolute;right:-8rem;top:-8rem;width:18rem;height:18rem;border-radius:50%;border:1px solid rgba(242,140,0,.25)}
.human-welcome .welcome-grid{grid-template-columns:minmax(17rem,.42fr) minmax(0,1fr)}.welcome-logo-card{border-radius:22px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.welcome-logo-card:after{content:"";position:absolute;inset:auto -10% -20% -10%;height:45%;background:linear-gradient(180deg,transparent,rgba(242,140,0,.22))}.welcome-caption{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;color:#f5eee5;font-weight:850;font-size:.95rem}.welcome-copy{max-width:62rem}.human-quote{margin-top:1.4rem;padding:1.2rem 1.3rem;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:auto 1fr;gap:.1rem 1rem}.human-quote span{grid-row:1/4;color:var(--orange);font:900 4rem/1 Georgia,serif}.human-quote p{margin:0;color:var(--ink);font-weight:740}.human-quote strong{grid-column:2;color:var(--muted);font-size:.9rem;margin-top:.45rem}
.human-why{background:#fff}.human-reasons{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft)}.human-reasons article{border:0;border-left:1px solid var(--line);border-radius:0;background:#fffdf8}.human-reasons article:first-child{border-left:0}.human-reasons span{font-size:.78rem;letter-spacing:.16em}.human-reasons h3{font-size:1.12rem}.human-reasons p{font-size:.92rem}
.human-cert{background:#141816;color:#fff}.human-cert .cert-grid span,.human-cert .cert-grid strong{border-color:rgba(255,255,255,.13);color:#fff}.human-cert .cert-grid span{color:var(--orange)}
.human-services{background:var(--paper-2)}.human-service-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.human-service-grid .service-card{grid-column:span 4;border-radius:16px;overflow:hidden;box-shadow:0 12px 38px rgba(18,21,20,.08);background:#fff;border-color:rgba(18,21,20,.1)}.human-service-grid .featured-service{grid-column:span 6}.human-service-grid .service-card img{aspect-ratio:16/10}.human-service-grid .featured-service img{aspect-ratio:16/8.8}.human-service-grid .service-card-body{padding:1.25rem 1.35rem 1.45rem}.human-service-grid h3{min-height:0;font-size:clamp(1.15rem,1rem + .4vw,1.45rem)}.human-service-grid p{color:#4e504c}.services-actions{margin-top:1.4rem;justify-content:flex-start}
.human-gallery{background:#fff}.human-projects{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;grid-auto-rows:clamp(10rem,13vw,15rem);gap:.75rem}.human-projects figure{min-height:0;border-radius:14px;box-shadow:0 10px 32px rgba(18,21,20,.08)}.human-projects figure:nth-child(1){grid-row:span 2}.human-projects figure:nth-child(6){grid-column:span 2}.human-projects figcaption{background:linear-gradient(180deg,transparent,rgba(18,21,20,.92));padding-top:3rem}
.process-grid article,.faq-grid article,.review-empty-card,.role-list,.zone-groups article,.quote-form{border-radius:16px;box-shadow:0 10px 34px rgba(18,21,20,.06)}
.testimonials-section{background:var(--paper)}.review-empty-card{border-top:4px solid var(--orange)}
.zone-map-embed{grid-column:1/-1;height:clamp(15rem,28vw,23rem);border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#ddd}.zone-map-embed iframe{width:100%;height:100%;border:0;display:block;filter:saturate(.85) contrast(1.05)}
.contact-info-block{border-radius:18px;background:linear-gradient(135deg,#141816,#202620);box-shadow:var(--shadow-soft)}.contact-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.quote-form{background:#fffdf8}.quote-form input,.quote-form select,.quote-form textarea{border-radius:10px}
.final-cta{background:linear-gradient(135deg,#141816 0%,#202620 65%,#2b2115 100%)}.contact-card{border-radius:20px;box-shadow:var(--shadow-soft)}
.site-footer{background:#111514}.footer-bottom{gap:1rem;flex-wrap:wrap}
@media (max-width:1100px){.human-problem .problem-grid,.human-welcome .welcome-grid{grid-template-columns:1fr}.human-reasons{grid-template-columns:repeat(2,minmax(0,1fr))}.human-reasons article:nth-child(odd){border-left:0}.human-service-grid .service-card,.human-service-grid .featured-service{grid-column:span 6}.human-projects{grid-template-columns:repeat(2,minmax(0,1fr))}.human-projects figure:nth-child(1),.human-projects figure:nth-child(6){grid-column:auto;grid-row:auto}}
@media (max-width:680px){.human-hero{min-height:44rem}.human-hero .hero-bg{background-position:64% center}.hero-field-note{border-radius:0 12px 12px 0}.human-reasons{grid-template-columns:1fr}.human-reasons article{border-left:0;border-top:1px solid var(--line)}.human-reasons article:first-child{border-top:0}.human-service-grid{grid-template-columns:1fr}.human-service-grid .service-card,.human-service-grid .featured-service{grid-column:auto}.human-projects{grid-template-columns:1fr;grid-auto-rows:14rem}.contact-ctas{display:grid}.human-quote{grid-template-columns:1fr}.human-quote span{display:none}.human-quote strong{grid-column:auto}}

/* Terrain v3 — garder le hero, humaniser tout le reste */
:root{
  --black:#101413;
  --charcoal:#171c1a;
  --cream:#f5efe5;
  --cream-2:#fffaf2;
  --orange:#f28c00;
  --text:#171917;
  --soft:#6a6257;
  --rule:rgba(23,25,23,.14);
  --max:clamp(20rem,91vw,82rem);
}
.container{width:var(--max)}
body{background:#f5efe5;color:var(--text)}
.section{padding-block:clamp(3.4rem,5vw,6.75rem)}
.section h2{max-width:58rem}
/* tighten only the accepted hero */
.human-hero .hero-content{padding-block:clamp(6.5rem,8vw,10.5rem)}
.human-hero h1{max-width:54rem;text-wrap:balance}
.hero-field-note{max-width:34rem}
/* 3 Trust: no badge cards, just a contractor statement */
.terrain-trust{background:#111615;color:#fff;border-block:1px solid rgba(255,255,255,.1)}
.terrain-trust-shell{display:grid;grid-template-columns:minmax(18rem,.8fr) 1fr;gap:clamp(1rem,3vw,4rem);align-items:center;padding-block:clamp(1.2rem,2.3vw,2.25rem)}
.terrain-trust-line{margin:0;color:#fff;font-size:clamp(1.35rem,2.2vw,2.4rem);font-weight:950;letter-spacing:-.055em;line-height:1.02;max-width:24rem}
.terrain-trust-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-left:1px solid rgba(255,255,255,.16)}
.terrain-trust-items span{display:block;color:#eee7db;font-weight:780;line-height:1.35;padding:clamp(.7rem,1.2vw,1.1rem) clamp(1rem,2vw,2rem);border-right:1px solid rgba(255,255,255,.16)}
.terrain-trust-items span:before{content:"";display:block;width:1.85rem;height:3px;background:var(--orange);margin-bottom:.7rem}
/* shared section heads */
.terrain-section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:clamp(1.7rem,3vw,3.2rem)}
.terrain-section-head h2,.terrain-kicker-block h2,.terrain-welcome-copy h2,.terrain-why-heading h2,.terrain-process h2,.terrain-zones h2,.terrain-hiring h2,.terrain-contact h2,.terrain-faq h2,.terrain-final h2{text-wrap:balance}
/* 4 problem */
.terrain-problem{background:var(--cream-2)}
.terrain-problem-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(1.4rem,3vw,4rem);align-items:start}
.terrain-problem-copy{font-size:clamp(1.05rem,1.2vw,1.3rem);max-width:42rem}
.terrain-problem-copy p{color:#3d3a35}
.terrain-problem-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:clamp(.5rem,1.5vw,1.5rem);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.terrain-problem-list span{padding:clamp(1rem,1.8vw,1.8rem);font-weight:850;border-left:1px solid var(--rule);color:#2a2824;background:linear-gradient(180deg,#fffaf2,#f7efe5)}
.terrain-problem-list span:first-child{border-left:0}
/* 5 offer */
.terrain-offer{background:#f0e6d8}
.terrain-offer-paper{position:relative;display:grid;grid-template-columns:1.1fr .8fr;gap:clamp(1.4rem,3vw,3rem);background:#fffaf2;border:1px solid rgba(16,20,19,.18);padding:clamp(1.4rem,3vw,3rem);box-shadow:10px 12px 0 rgba(16,20,19,.1)}
.terrain-offer-stamp{position:absolute;top:-1rem;right:clamp(1rem,3vw,3rem);background:var(--orange);color:#18110a;font-weight:1000;text-transform:uppercase;letter-spacing:.09em;padding:.55rem .85rem;font-size:.78rem;transform:rotate(1deg)}
.terrain-offer-main p{max-width:44rem;color:#4e4940;font-size:1.05rem}
.terrain-offer-checks{display:grid;gap:.75rem;align-content:center}
.terrain-offer-checks span{font-weight:780;padding:.8rem 0;border-bottom:1px solid rgba(16,20,19,.14);color:#292723}
.terrain-offer-checks span:before{content:"✓";color:var(--orange);font-weight:1000;margin-right:.55rem}
.terrain-offer-actions,.terrain-inline-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem}
.terrain-offer-actions{grid-column:1/-1;margin-top:0}
.terrain-offer .btn-secondary,.terrain-services .btn-secondary,.terrain-process .btn-secondary,.terrain-hiring .btn-secondary,.terrain-contact .btn-secondary,.terrain-final .btn-secondary{border-color:rgba(16,20,19,.35);color:#161616;background:transparent}
/* 6 welcome */
.terrain-welcome{background:#fffaf2}
.terrain-welcome-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(2rem,4vw,5rem);align-items:center}
.terrain-photo-note{margin:0;position:relative;min-height:clamp(24rem,36vw,34rem);background:#151918;overflow:hidden}
.terrain-photo-note img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.08)}
.terrain-photo-note figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(16,20,19,.88);color:#fff;padding:1rem 1.1rem;font-weight:820;line-height:1.35;border-left:4px solid var(--orange)}
.terrain-welcome-copy p{font-size:clamp(1.02rem,1.08vw,1.18rem);color:#4a453f;max-width:48rem}
.terrain-owner-note{display:grid;grid-template-columns:10rem 1fr;gap:1.4rem;align-items:center;margin-top:1.7rem;padding:1.1rem;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.terrain-owner-note img{background:#111615;padding:.65rem;width:10rem}.terrain-owner-note p{margin:0;color:#191714;font-weight:780;font-size:1.05rem}
/* 7 why */
.terrain-why{background:#f5efe5}
.terrain-why-layout{display:grid;grid-template-columns:.72fr 1fr;gap:clamp(2rem,4vw,5rem);align-items:start}
.terrain-why-heading{position:sticky;top:7rem}.terrain-why-heading .text-link{margin-top:1.2rem}
.terrain-why-rows{border-top:1px solid var(--rule)}
.terrain-why-rows article{display:grid;grid-template-columns:4.5rem 1fr;gap:1.25rem;padding:clamp(1.15rem,2vw,1.85rem) 0;border-bottom:1px solid var(--rule)}
.terrain-why-rows article span{font-weight:1000;color:var(--orange);letter-spacing:.14em;font-size:.82rem}.terrain-why-rows h3{margin-bottom:.45rem}.terrain-why-rows p{margin:0;color:#5d574f;max-width:48rem}
/* 8 cert */
.terrain-cert{background:#111615;color:#fff;padding-block:clamp(2.8rem,4.5vw,5.5rem)}
.terrain-cert h2{color:#fff;font-size:clamp(1.6rem,2.4vw,3rem);max-width:36rem}.terrain-cert .eyebrow{color:var(--orange)}
.terrain-cert-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,4vw,5rem);align-items:start}
.terrain-cert ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.terrain-cert li{padding:1.15rem;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.terrain-cert strong{display:block;color:#fff;font-size:1.05rem}.terrain-cert span{display:block;color:#cfc6ba;margin-top:.25rem;font-size:.93rem}
.terrain-cert li img{display:block;max-width:100%;height:2.25rem;object-fit:contain;object-position:left center;margin:0 0 .95rem}
.terrain-cert li.trust-logo-card img{height:2.85rem}
.terrain-cert li.trust-logo-card strong{margin-top:.1rem}

/* 9 services */
.terrain-services{background:#fffaf2}
.terrain-service-layout{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(.85rem,1.3vw,1.3rem)}
.terrain-service-large{grid-column:span 6;background:#111615;color:#fff;min-height:32rem;position:relative;overflow:hidden}
.terrain-service-large a{display:grid;grid-template-rows:1fr auto;height:100%;color:#fff}.terrain-service-large img{width:100%;height:100%;min-height:20rem;object-fit:cover;filter:saturate(.82) contrast(1.08);transition:transform .25s ease}.terrain-service-large:hover img{transform:scale(1.035)}
.terrain-service-large div{padding:1.35rem;background:linear-gradient(180deg,rgba(17,22,21,.74),#111615)}.terrain-service-large span{color:var(--orange);font-weight:1000;letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}.terrain-service-large h3{color:#fff;margin:.35rem 0 .55rem}.terrain-service-large p{color:#e7ded1;margin-bottom:1rem}.terrain-service-large strong{color:var(--orange)}
.terrain-service-small{grid-column:span 3;background:#fff;border:1px solid var(--rule);min-height:15rem;display:flex;transition:transform .2s ease,background .2s ease}.terrain-service-small:hover{transform:translateY(-3px);background:#fff6e8}.terrain-service-small a{display:grid;align-content:space-between;padding:1.2rem;color:inherit;width:100%}.terrain-service-small p{font-size:.96rem;line-height:1.45;margin:.55rem 0 1rem;color:#605950}.terrain-service-small span{font-weight:1000;color:var(--orange);font-size:1.4rem}
/* 10 gallery */
.terrain-gallery{background:#f5efe5}.terrain-project-board{display:block;columns:3 17rem;column-gap:.85rem}.terrain-project-board figure{width:100%;display:inline-block;margin:0 0 .85rem;position:relative;overflow:hidden;background:#111615;break-inside:avoid}.terrain-project-board img{width:100%;height:19rem;object-fit:cover;filter:saturate(.86) contrast(1.06);transition:transform .2s ease}.terrain-project-board .masonry-large img{height:28rem}.terrain-project-board .masonry-tall img{height:23rem}.terrain-project-board .masonry-wide img{height:16rem}.terrain-project-board figure:nth-child(5) img{height:21rem}.terrain-project-board figure:hover img{transform:scale(1.04)}.terrain-project-board figcaption{position:absolute;left:0;right:0;bottom:0;color:#fff;background:linear-gradient(180deg,transparent,rgba(17,22,21,.94));padding:3rem 1rem 1rem;font-weight:900}
/* 11 process */
.terrain-process{background:#fffaf2}.terrain-process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,4vw,5rem);align-items:start}.terrain-steps{margin:0;padding:0;list-style:none;border-top:1px solid var(--rule)}.terrain-steps li{display:grid;grid-template-columns:4rem 1fr;padding:clamp(1rem,2vw,1.65rem) 0;border-bottom:1px solid var(--rule)}.terrain-steps span{color:var(--orange);font-weight:1000;letter-spacing:.12em}.terrain-steps p{margin:.4rem 0 0;color:#605950}
/* 12 testimonials */
.terrain-testimonials{background:#f5efe5}.terrain-testimonial-layout{display:grid;grid-template-columns:1fr .8fr;gap:clamp(2rem,4vw,5rem);align-items:center}.terrain-review-placeholder{background:#fffaf2;border:1px solid var(--rule);border-left:5px solid var(--orange);padding:clamp(1.2rem,2.3vw,2rem)}.terrain-review-placeholder strong{font-size:1.25rem}.terrain-review-placeholder p{margin:.6rem 0 0}
/* 13 zones */
.terrain-zones{background:#fffaf2}.terrain-zones-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(1.5rem,3vw,3.5rem);align-items:start}.terrain-zone-list{display:flex;flex-wrap:wrap;gap:.65rem}.terrain-zone-list span{padding:.6rem .8rem;background:#f2e7d7;border:1px solid var(--rule);font-weight:760}.terrain-map{grid-column:1/-1;height:clamp(16rem,28vw,23rem);border:1px solid var(--rule);overflow:hidden;background:#ddd}.terrain-map iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.82) contrast(1.05)}
/* 14 hiring */
.terrain-hiring{background:#111615;color:#fff}.terrain-hiring h2{color:#fff}.terrain-hiring p{color:#e7ded1}.terrain-hiring-card{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3.5rem);align-items:center}.terrain-role-tags{display:flex;flex-wrap:wrap;gap:.7rem}.terrain-role-tags span{padding:.7rem .9rem;border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.05);font-weight:760}.terrain-hiring .terrain-inline-actions{grid-column:1/-1}.terrain-hiring .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}
/* 15 contact */
.terrain-contact{background:#f5efe5}.terrain-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,4vw,4rem);align-items:start}.terrain-contact-card{background:#111615;color:#fff;padding:clamp(1.5rem,3vw,2.6rem)}.terrain-contact-card h2{color:#fff}.terrain-contact-card dl{display:grid;gap:1rem;margin:1.5rem 0 0}.terrain-contact-card div{border-top:1px solid rgba(255,255,255,.16);padding-top:.9rem}.terrain-contact-card dt{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.terrain-contact-card dd{margin:.2rem 0 0;color:#eee7db}.terrain-contact-card a{color:#fff}.terrain-contact-card .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}
.terrain-form{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;background:#fffaf2;border:1px solid var(--rule);padding:clamp(1.2rem,2.6vw,2.2rem)}.terrain-form label{display:grid;gap:.35rem;font-weight:850;color:#191714}.terrain-form input,.terrain-form select,.terrain-form textarea{font:inherit;border:1px solid rgba(17,22,21,.18);background:#fff;padding:.8rem .85rem}.terrain-form .full,.terrain-form .form-consent,.terrain-form button{grid-column:1/-1}.terrain-form .form-consent{margin:0;font-size:.9rem;line-height:1.45;color:#625b52}
/* 16 faq */
.terrain-faq{background:#fffaf2}.terrain-faq-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:clamp(2rem,4vw,5rem);align-items:start}.terrain-faq-list{columns:2;column-gap:clamp(1.5rem,3vw,3rem)}.terrain-faq-list article{break-inside:avoid;border-top:1px solid var(--rule);padding:1rem 0}.terrain-faq-list h3{font-size:1.08rem;margin-bottom:.35rem}.terrain-faq-list p{font-size:.96rem;margin:0;color:#615a51}
/* 17 final */
.terrain-final{background:#111615;color:#fff;padding-block:clamp(3rem,5vw,6rem)}.terrain-final h2{color:#fff;max-width:52rem;margin-inline:auto}.terrain-final-grid{display:flex;justify-content:center;text-align:center}.terrain-final-copy{max-width:760px;margin-inline:auto}.terrain-final .terrain-inline-actions{justify-content:center}.terrain-final .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}
/* footer cleanup */
.site-footer{background:#0e1211;color:#d9d1c8}.site-footer a{color:#d9d1c8}.site-footer h3{color:#fff}.footer-brand img{width:12rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}
/* Process section redone - more human / less template */
.terrain-process-redone{grid-template-columns:.92fr 1.08fr;align-items:center}
.terrain-process-copy>p{max-width:42rem;color:#514b43;font-size:clamp(1rem,1.08vw,1.14rem)}
.terrain-process-note{margin:1.25rem 0 1.15rem;padding:1rem 1.1rem;background:#fff;border-left:5px solid var(--orange);box-shadow:0 1px 0 rgba(16,20,19,.08);color:#29231d;line-height:1.55}
.terrain-process-note strong{color:#111615}
.terrain-steps-redone{border:0;display:grid;gap:.85rem}
.terrain-steps-redone li{display:grid;grid-template-columns:3.7rem 1fr;gap:1rem;align-items:start;padding:1.1rem 1.15rem;border:1px solid rgba(17,22,21,.14);background:#fff;position:relative}
.terrain-steps-redone li:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:4px;background:#111615}
.terrain-steps-redone li:nth-child(2):before,.terrain-steps-redone li:nth-child(4):before{background:var(--orange)}
.terrain-steps-redone span{display:grid;place-items:center;width:2.55rem;height:2.55rem;background:#111615;color:#fff;border-radius:50%;font-weight:1000;letter-spacing:.04em;font-size:.78rem}
.terrain-steps-redone h3{margin:0 0 .35rem;font-size:clamp(1.05rem,1.25vw,1.28rem)}
.terrain-steps-redone p{margin:0;color:#5d554c;line-height:1.55}

@media(max-width:1100px){.terrain-trust-shell,.terrain-problem-layout,.terrain-offer-paper,.terrain-welcome-grid,.terrain-why-layout,.terrain-cert-grid,.terrain-process-grid,.terrain-testimonial-layout,.terrain-zones-grid,.terrain-hiring-card,.terrain-contact-grid,.terrain-faq-layout,.terrain-final-grid{grid-template-columns:1fr}.terrain-why-heading{position:static}.terrain-service-large{grid-column:span 6}.terrain-service-small{grid-column:span 6}.terrain-project-board{grid-template-columns:repeat(2,1fr)}.terrain-project-board .wide{grid-column:auto}.terrain-trust-items{grid-template-columns:1fr;border-left:0}.terrain-trust-items span{border-right:0;border-top:1px solid rgba(255,255,255,.16)}}
@media(max-width:680px){.terrain-section-head{display:block}.terrain-problem-list{grid-template-columns:1fr}.terrain-problem-list span{border-left:0;border-top:1px solid var(--rule)}.terrain-offer-paper{box-shadow:5px 7px 0 rgba(16,20,19,.1)}.terrain-owner-note{grid-template-columns:1fr}.terrain-cert ul,.terrain-form{grid-template-columns:1fr}.terrain-service-layout{grid-template-columns:1fr}.terrain-service-large,.terrain-service-small{grid-column:auto}.terrain-project-board{grid-template-columns:1fr;grid-auto-rows:14rem}.terrain-project-board .big{grid-row:auto}.terrain-steps li,.terrain-why-rows article{grid-template-columns:1fr}.terrain-faq-list{columns:1}.terrain-role-tags span,.terrain-zone-list span{width:100%}.terrain-offer-actions,.terrain-inline-actions{display:grid}}

/* Hero viewport fix — everything visible above the fold */
.human-hero{
  min-height:calc(100svh - 5.8rem);
  max-height:calc(100svh - 5.8rem);
}
.human-hero .hero-content{
  padding-block:clamp(3rem,5.4vh,5rem);
}
.human-hero h1{
  font-size:clamp(2.25rem,4.25vw,4.35rem);
  line-height:.98;
  max-width:49rem;
}
.human-hero .eyebrow{
  margin-bottom:clamp(.55rem,1vh,.85rem);
}
.human-hero .hero-lead{
  font-size:clamp(.98rem,1.05vw,1.16rem);
  line-height:1.46;
  max-width:39rem;
  margin-bottom:clamp(.7rem,1vh,1rem);
}
.human-hero .hero-cta{
  margin-top:0;
}
.human-hero .hero-badge{
  margin-top:clamp(.75rem,1.2vh,1.1rem);
  padding:.48rem .85rem;
  font-size:clamp(.78rem,.8vw,.9rem);
}
.human-hero .hero-field-note{
  margin-top:clamp(.75rem,1.2vh,1.15rem);
  padding:.78rem .95rem;
  max-width:31rem;
}
.human-hero .hero-field-note span{
  font-size:clamp(.86rem,.86vw,.95rem);
  line-height:1.35;
}

@media (max-width:1100px){
  .human-hero{
    min-height:calc(100svh - 4.9rem);
    max-height:none;
  }
  .human-hero .hero-content{
    padding-block:clamp(2.5rem,6vh,4.5rem);
  }
  .human-hero h1{
    font-size:clamp(2.1rem,6.4vw,3.8rem);
    max-width:44rem;
  }
}

@media (max-width:680px){
  .human-hero{
    min-height:calc(100svh - 4.7rem);
    max-height:none;
  }
  .human-hero .hero-content{
    padding-block:clamp(1.7rem,4.8vh,2.6rem);
  }
  .human-hero h1{
    font-size:clamp(1.9rem,8vw,2.85rem);
    line-height:1;
  }
  .human-hero .hero-lead{
    font-size:.94rem;
    line-height:1.42;
  }
  .human-hero .hero-badge{
    padding:.42rem .7rem;
    font-size:.76rem;
    line-height:1.25;
  }
  .human-hero .hero-field-note{
    padding:.68rem .8rem;
    margin-top:.7rem;
  }
  .human-hero .hero-field-note span{
    font-size:.82rem;
    line-height:1.32;
  }
}


/* Hero cleanup — remove extra hero notes and align with site grid */
.human-hero .hero-content{
  width:var(--max);
  max-width:none;
  margin-inline:auto;
  padding-inline:var(--pad);
}
.human-hero .hero-badge,
.human-hero .hero-field-note{
  display:none;
}
.human-hero .hero-cta{
  align-items:center;
  gap:.75rem;
}
.human-hero .hero-call{
  color:#fff;
}
.human-hero .hero-call svg{
  width:1.05rem;
  height:1.05rem;
  fill:currentColor;
  flex:0 0 auto;
}
.human-hero .hero-quote{
  color:#fff;
  border-color:rgba(255,255,255,.42);
  background:rgba(0,0,0,.16);
}
@media (max-width:680px){
  .human-hero .hero-cta{
    width:100%;
  }
  .human-hero .hero-call,
  .human-hero .hero-quote{
    width:100%;
  }
}


/* Requested refinements — zones two-column, better H2 spacing, header phone CTA */
h2 + p,
.terrain-section-head h2 + p,
.terrain-kicker-block h2 + p,
.terrain-welcome-copy h2 + p,
.terrain-process-copy h2 + p,
.terrain-contact-card h2 + p,
.terrain-final h2 + p{
  margin-top:clamp(.9rem,.65rem + .75vw,1.45rem);
}
.header-call svg{
  width:1.05rem;
  height:1.05rem;
  fill:currentColor;
  flex:0 0 auto;
}
.header-call span{
  color:#fff;
  white-space:nowrap;
}
.terrain-service-large strong,
.terrain-service-small span{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  color:var(--orange);
  font-size:clamp(.86rem,.8rem + .15vw,.96rem);
  font-weight:1000;
  line-height:1.25;
}
.terrain-zones-grid{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  align-items:stretch;
}
.terrain-zones-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.terrain-zones-copy .terrain-zone-list{
  margin:clamp(1rem,.75rem + .75vw,1.45rem) 0 clamp(1.1rem,.85rem + .75vw,1.6rem);
}
.terrain-map{
  grid-column:auto;
  height:100%;
  min-height:clamp(21rem,34vw,30rem);
}
.human-hero .hero-content{
  width:var(--container);
}

@media(max-width:1100px){
  .terrain-zones-grid{
    grid-template-columns:1fr;
  }
  .terrain-map{
    min-height:clamp(18rem,45vw,26rem);
  }
}

/* Gallery masonry override */
@media(max-width:1100px){.terrain-project-board{columns:2 16rem}.terrain-project-board .masonry-large img{height:24rem}.terrain-project-board .masonry-tall img{height:20rem}}
@media(max-width:680px){.terrain-project-board{columns:1}.terrain-project-board img,.terrain-project-board .masonry-large img,.terrain-project-board .masonry-tall img,.terrain-project-board .masonry-wide img,.terrain-project-board figure:nth-child(5) img{height:14rem}}


/* Real Google reviews */
.google-reviews{background:#f5efe5}
.reviews-head{align-items:end}
.google-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}
.google-review-card{position:relative;background:#fff;border:1px solid var(--rule);padding:clamp(1.15rem,2vw,1.65rem);border-radius:18px;box-shadow:0 16px 42px rgba(18,21,20,.08);display:flex;flex-direction:column;gap:.85rem;min-height:100%;padding-top:clamp(1.4rem,2vw,1.9rem)}
.google-corner{position:absolute;top:clamp(.9rem,1.4vw,1.15rem);right:clamp(.9rem,1.4vw,1.15rem);width:24px;height:24px;display:inline-grid;place-items:center}
.google-corner svg{width:100%;height:100%;display:block}
.review-stars{color:#f5a400;letter-spacing:.08em;font-size:1.1rem;line-height:1;padding-right:2.2rem}
.google-review-card blockquote{margin:0;font-size:clamp(.98rem,.92rem + .2vw,1.08rem);line-height:1.58;color:inherit}
.google-review-card footer{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-top:auto;border-top:1px solid rgba(18,21,20,.12);padding-top:.85rem}
.google-review-card footer strong{display:block;font-size:.98rem}
.google-review-card footer span{color:var(--muted);font-size:.88rem;white-space:nowrap}
.page-review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1100px){.google-review-grid,.page-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.google-review-grid,.page-review-grid{grid-template-columns:1fr}.google-review-card footer{display:block}.google-review-card footer span{display:block;margin-top:.25rem}}

.terrain-cert li.trust-logo-card:first-child img{height:3.35rem}



/* Legal page — Danovis one-page legal */
.legal-page{background:#e7e6e2;color:#111615}
.legal-topbar{background:#111615;border-bottom:1px solid rgba(255,255,255,.08)}
.legal-topbar-inner{min-height:5.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.legal-logo img{display:block;width:clamp(8rem,14vw,12rem);height:auto}
.legal-back{display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:.55rem .85rem;background:#fffaf2;color:#111615;font-weight:900;font-size:.9rem}
.legal-back:hover{background:var(--orange);color:#fff}

.legal-hero{background:#fffaf2;padding-block:clamp(4rem,8vw,8rem);border-bottom:1px solid rgba(17,22,21,.12)}
.legal-hero-inner{max-width:56rem}
.legal-hero h1{max-width:54rem;font-size:clamp(2.6rem,6vw,5.8rem);line-height:.92;letter-spacing:-.065em;margin:.35rem 0 1.3rem;color:#111615}
.legal-hero p:not(.eyebrow){max-width:44rem;color:#4e4841;font-size:clamp(1rem,1.25vw,1.18rem)}
.legal-hero p:nth-of-type(2){font-size:.95rem;color:#6a6258;margin-bottom:1.25rem}

.legal-body{padding-block:clamp(3rem,6vw,6.5rem)}
.legal-layout{display:grid;grid-template-columns:minmax(13rem,.36fr) minmax(0,1fr);gap:clamp(2rem,4vw,4.5rem);align-items:start}
.legal-sidebar{position:sticky;top:6.5rem;background:#fffaf2;border:1px solid rgba(17,22,21,.12);padding:1.15rem}
.legal-sidebar p{margin:0 0 .8rem;color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}
.legal-sidebar a{display:block;color:#312c27;text-decoration:none;font-weight:760;font-size:.92rem;padding:.55rem 0;border-top:1px solid rgba(17,22,21,.1)}
.legal-sidebar a:hover{color:var(--orange)}

.legal-content{max-width:58rem}
.legal-section{scroll-margin-top:7rem;padding-block:clamp(1.4rem,2.8vw,2.4rem)}
.legal-section:first-child{padding-top:0}
.legal-section h2{font-size:clamp(2rem,3.2vw,3.3rem);line-height:.98;letter-spacing:-.045em;margin:0 0 1.6rem;color:#111615}
.legal-section h3{font-size:clamp(1.05rem,1.25vw,1.22rem);line-height:1.2;margin:1.2rem 0 .45rem;color:#111615}
.legal-section p{font-size:clamp(1rem,1.06vw,1.1rem);line-height:1.66;color:#38332d;margin:0 0 1rem}
.legal-section a{color:#111615;font-weight:850;text-decoration-thickness:2px;text-decoration-color:var(--orange);text-underline-offset:.18em}
.legal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:#fffaf2;border:1px solid rgba(17,22,21,.12);padding:clamp(1.2rem,2.4vw,2rem)}
.legal-info-grid h3{margin-top:0;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}
.legal-callout{background:#fffaf2;border:1px solid rgba(17,22,21,.12);border-left:5px solid var(--orange);padding:clamp(1.1rem,2vw,1.6rem);display:grid;gap:.35rem;margin:1rem 0 1.25rem}
.legal-callout strong{font-size:1.1rem;color:#111615}
.legal-callout span{color:#4d463f}

.legal-footer{background:#111615;color:#d9d1c8;padding-block:1.2rem}
.legal-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.9rem}
.legal-footer p{margin:0}
.legal-footer a{color:#d9d1c8;text-decoration:none;margin-left:1rem}
.legal-footer a:hover{color:var(--orange)}

@media(max-width:900px){
  .legal-layout{grid-template-columns:1fr}
  .legal-sidebar{position:static}
  .legal-info-grid{grid-template-columns:1fr}
  .legal-footer-inner{display:grid}
  .legal-footer a{margin-left:0;margin-right:1rem}
}
@media(max-width:620px){
  .legal-topbar-inner{min-height:4.4rem}
  .legal-back{font-size:.82rem}
  .legal-hero h1{font-size:clamp(2.25rem,12vw,3.6rem)}
}



/* Footer Webbec credit */
.footer-bottom{align-items:center;flex-wrap:wrap}
.webbec-credit{display:inline-flex;align-items:center;gap:.55rem;color:#d9d1c8;font-weight:800;white-space:nowrap}
.webbec-credit a{display:inline-flex!important;align-items:center;margin:0!important;padding:0!important}
.webbec-credit img{display:block;height:1.25rem;width:auto;max-width:9rem;object-fit:contain;opacity:.98}
.legal-footer-inner{flex-wrap:wrap}
.legal-footer .webbec-credit{color:#d9d1c8}
@media(max-width:720px){
  .webbec-credit{width:100%;margin-top:.45rem}
}



/* Contact page — same terrain style */
.contact-page-hero{background:#111615;color:#fff;padding-block:clamp(4rem,7vw,7rem);border-bottom:1px solid rgba(255,255,255,.12)}
.contact-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(17rem,.55fr);gap:clamp(2rem,5vw,5rem);align-items:end}
.contact-page-hero h1{color:#fff;font-size:clamp(2.55rem,5.4vw,5.75rem);line-height:.9;letter-spacing:-.065em;max-width:52rem;margin:.45rem 0 clamp(1.2rem,2.2vw,1.8rem)}
.contact-page-hero p:not(.eyebrow){color:#e5d9c9;max-width:44rem;font-size:clamp(1.02rem,1.2vw,1.2rem);line-height:1.58}
.contact-page-hero .btn-secondary{color:#fff;border-color:rgba(255,255,255,.32)}
.contact-page-proof{background:#fffaf2;color:#111615;border-left:6px solid var(--orange);padding:clamp(1.2rem,2.4vw,1.8rem);box-shadow:10px 12px 0 rgba(255,142,0,.14)}
.contact-page-proof strong{display:block;font-size:clamp(1.1rem,1.55vw,1.45rem);line-height:1.15;margin-bottom:.55rem}
.contact-page-proof p{margin:0;color:#4d463f;line-height:1.55}

.contact-page-main{background:#f5efe5;padding-block:clamp(3rem,6vw,6rem)}
.contact-page-grid{display:grid;grid-template-columns:minmax(18rem,.76fr) minmax(0,1.24fr);gap:clamp(1.4rem,3.5vw,4rem);align-items:start}
.contact-page-card{background:#111615;color:#fff;padding:clamp(1.5rem,3vw,2.7rem);position:sticky;top:6.5rem}
.contact-page-card h2{color:#fff;font-size:clamp(1.75rem,2.7vw,3rem);line-height:1;margin:.4rem 0 1rem}
.contact-page-card p{color:#e5d9c9}
.contact-details{display:grid;gap:0;margin:1.6rem 0;border-top:1px solid rgba(255,255,255,.15)}
.contact-details div{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.15)}
.contact-details dt{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}
.contact-details dd{margin:.25rem 0 0;color:#fff;line-height:1.45}
.contact-details a{color:#fff}
.contact-page-note{margin-top:1.4rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);padding:1rem}
.contact-page-note strong{display:block;color:#fff;margin-bottom:.35rem}
.contact-page-note p{margin:0;color:#d7cfc4;font-size:.95rem}

.contact-page-form{background:#fffaf2;border:1px solid rgba(17,22,21,.12);padding:clamp(1.3rem,3vw,2.7rem);display:grid;gap:1rem}
.contact-page-form .form-heading{margin-bottom:.35rem}
.contact-page-form .form-heading h2{font-size:clamp(1.9rem,3vw,3.25rem);line-height:1;margin:.25rem 0 0}
.contact-page-form label{display:grid;gap:.38rem;font-weight:850;color:#111615}
.contact-page-form input,.contact-page-form select,.contact-page-form textarea{width:100%;font:inherit;border:1px solid rgba(17,22,21,.17);background:#fff;padding:.9rem .95rem;outline:none}
.contact-page-form input:focus,.contact-page-form select:focus,.contact-page-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,142,0,.18)}
.contact-page-form textarea{min-height:10rem;resize:vertical}
.contact-page-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.contact-consent{grid-template-columns:auto 1fr!important;align-items:start;gap:.7rem!important;font-weight:600!important;color:#5b534a!important;font-size:.92rem;line-height:1.45}
.contact-consent input{width:auto;margin-top:.2rem}
.contact-page-form .btn{justify-self:start;border:0}

@media(max-width:980px){
  .contact-page-hero-grid,.contact-page-grid{grid-template-columns:1fr}
  .contact-page-card{position:static}
}
@media(max-width:680px){
  .contact-page-form .form-row{grid-template-columns:1fr}
  .contact-page-hero{padding-block:3rem}
}

/* Hero H1 spacing fix */
.human-hero h1{
  margin-bottom:clamp(1rem,2.2vh,1.65rem);
}



/* Unified H1 size across all pages — match homepage */
.human-hero h1,
.page-hero h1,
.contact-page-hero h1,
.legal-hero h1{
  font-size:clamp(2.25rem,4.25vw,4.35rem)!important;
  line-height:.98!important;
  max-width:49rem;
}

@media(max-width:1100px){
  .human-hero h1,
  .page-hero h1,
  .contact-page-hero h1,
  .legal-hero h1{
    font-size:clamp(2.1rem,6.4vw,3.8rem)!important;
    max-width:44rem;
  }
}

@media(max-width:680px){
  .human-hero h1,
  .page-hero h1,
  .contact-page-hero h1,
  .legal-hero h1{
    font-size:clamp(1.9rem,8vw,2.85rem)!important;
    line-height:1!important;
  }
}



/* About + Contact buildout */
.about-page-hero{background:#111615;color:#fff;padding-block:clamp(4rem,7vw,7rem);border-bottom:1px solid rgba(255,255,255,.12)}
.about-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(17rem,.55fr);gap:clamp(2rem,5vw,5rem);align-items:end}
.about-page-hero h1{color:#fff;margin:.45rem 0 1.15rem}
.about-page-hero p:not(.eyebrow){color:#e5d9c9;max-width:42rem;font-size:clamp(1.02rem,1.2vw,1.2rem);line-height:1.58;margin-bottom:1.4rem}
.about-hero-card{background:#fffaf2;color:#111615;border-left:6px solid var(--orange);padding:clamp(1.2rem,2.4vw,1.8rem);box-shadow:10px 12px 0 rgba(255,142,0,.14)}
.about-hero-card img{display:block;width:min(18rem,100%);background:#111615;padding:.75rem;margin-bottom:1rem}
.about-hero-card p{color:#443d35;margin:.5rem 0 1rem;font-weight:800}
.about-hero-card strong{color:var(--orange);font-size:1.3rem}

.about-story{background:#fffaf2}
.about-story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.75fr);gap:clamp(2rem,4vw,4.5rem);align-items:center}
.about-story h2,.about-team h2,.about-video h2,.about-service-area h2,.about-credentials h2,.about-gbp h2,.about-social h2{font-size:clamp(2rem,3.3vw,3.45rem);line-height:.98}
.about-story p{color:#4f4840;font-size:clamp(1rem,1.06vw,1.1rem);line-height:1.65}
.placeholder-note{background:#fff;border-left:5px solid var(--orange);padding:.9rem 1rem!important;color:#4d463f!important;font-weight:700}
.about-image-pair{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
.about-image-pair figure{margin:0;overflow:hidden;background:#111615}
.about-image-pair figure:first-child{transform:translateY(-1.5rem)}
.about-image-pair img{width:100%;height:clamp(17rem,28vw,25rem);object-fit:cover;filter:saturate(.88) contrast(1.06)}

.about-team{background:#f5efe5}
.team-bio-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.team-bio-card{display:grid;grid-template-columns:minmax(13rem,.36fr) 1fr;gap:clamp(1.2rem,3vw,2.4rem);background:#fffaf2;border:1px solid rgba(17,22,21,.12);padding:clamp(1.15rem,2.6vw,2rem)}
.team-photo-placeholder{min-height:18rem;background:linear-gradient(135deg,#111615,#30312c);display:grid;place-items:center;color:#fff;border-left:6px solid var(--orange)}
.team-photo-placeholder span{font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:#f2e6d6}
.team-bio-card h3{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:.3rem}
.team-title{color:var(--orange)!important;font-weight:900;margin:0 0 .9rem!important}
.team-bio-card ul{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0 0 1rem;list-style:none}
.team-bio-card li{background:#f0e5d4;border:1px solid rgba(17,22,21,.1);padding:.45rem .65rem;font-weight:800;font-size:.9rem}
.team-bio-card p{color:#4f4840;line-height:1.58}

.about-video{background:#111615;color:#fff}
.about-video h2{color:#fff}.about-video p{color:#e5d9c9}
.about-video-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.video-placeholder{min-height:20rem;border:1px dashed rgba(255,255,255,.35);background:rgba(255,255,255,.05);display:grid;place-items:center;text-align:center;padding:1.5rem}
.video-placeholder span{display:block;color:#fff;font-weight:1000;font-size:1.2rem}.video-placeholder small{display:block;color:#d7cfc4;margin-top:.35rem}

.about-service-area,.about-gbp{background:#fffaf2}
.about-area-grid,.about-social-grid,.about-gbp-box{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.about-area-grid p,.about-social-grid p,.about-gbp-box p{color:#4f4840;line-height:1.62}
.area-chip-list{display:flex;flex-wrap:wrap;gap:.65rem}.area-chip-list span{padding:.7rem .9rem;background:#f2e7d7;border:1px solid rgba(17,22,21,.12);font-weight:850}

.about-credentials{background:#f5efe5}
.about-credential-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}
.about-credential-grid article{background:#111615;color:#fff;padding:1.25rem;border:1px solid rgba(255,255,255,.12);min-height:14rem}
.about-credential-grid img{display:block;max-width:100%;height:3rem;object-fit:contain;object-position:left center;margin-bottom:1rem}
.about-credential-grid h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.about-credential-grid p{color:#d9d1c8;margin:0;line-height:1.5}

.gbp-placeholder{min-height:16rem;background:#e5ded3;border:1px dashed rgba(17,22,21,.22);display:grid;place-items:center;font-weight:900;color:#4d463f;text-align:center;padding:1.2rem}
.about-social{background:#f5efe5}.social-links{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.social-links a{background:#fffaf2;border:1px solid rgba(17,22,21,.12);padding:1rem;color:#111615;font-weight:900}.social-links a:hover{background:#111615;color:#fff}

.contact-page-hero{background:#111615;color:#fff;padding-block:clamp(4rem,7vw,7rem);border-bottom:1px solid rgba(255,255,255,.12)}
.contact-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(17rem,.55fr);gap:clamp(2rem,5vw,5rem);align-items:end}
.contact-page-hero h1{color:#fff;margin:.45rem 0 1rem}
.contact-page-hero p:not(.eyebrow){color:#e5d9c9;max-width:44rem;font-size:clamp(1.02rem,1.2vw,1.2rem);line-height:1.58}
.contact-big-phone{display:inline-block;color:var(--orange);font-size:clamp(2rem,4vw,4rem);font-weight:1000;letter-spacing:-.04em;margin:1rem 0;text-decoration:none}
.contact-trust-row,.contact-trust-box{display:flex;flex-wrap:wrap;gap:.6rem}.contact-trust-row span,.contact-trust-box span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;padding:.65rem .85rem;font-weight:850}
.contact-page-proof{background:#fffaf2;color:#111615;border-left:6px solid var(--orange);padding:clamp(1.2rem,2.4vw,1.8rem);box-shadow:10px 12px 0 rgba(255,142,0,.14)}
.contact-page-proof strong{display:block;font-size:clamp(1.1rem,1.55vw,1.45rem);line-height:1.15;margin-bottom:.55rem}
.contact-page-proof p{margin:0;color:#4d463f;line-height:1.55}

.contact-page-main,.contact-map-section{background:#f5efe5;padding-block:clamp(3rem,6vw,6rem)}
.contact-page-grid{display:grid;grid-template-columns:minmax(18rem,.76fr) minmax(0,1.24fr);gap:clamp(1.4rem,3.5vw,4rem);align-items:start}
.contact-page-card{background:#111615;color:#fff;padding:clamp(1.5rem,3vw,2.7rem);position:sticky;top:6.5rem}
.contact-page-card h2{color:#fff;font-size:clamp(1.75rem,2.7vw,3rem);line-height:1;margin:.4rem 0 1rem}
.contact-details{display:grid;gap:0;margin:1.6rem 0 0;border-top:1px solid rgba(255,255,255,.15)}
.contact-details div{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.15)}
.contact-details dt{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}
.contact-details dd{margin:.25rem 0 0;color:#fff;line-height:1.45}.contact-details a{color:#fff}.contact-details span{color:#d7cfc4}
.contact-phone-large{font-size:clamp(1.25rem,2vw,1.8rem);font-weight:1000;color:var(--orange)!important;text-decoration:none}

.contact-page-form{background:#fffaf2;border:1px solid rgba(17,22,21,.12);padding:clamp(1.3rem,3vw,2.7rem);display:grid;gap:1rem}
.contact-page-form .form-heading h2{font-size:clamp(1.9rem,3vw,3.25rem);line-height:1;margin:.25rem 0 .5rem}
.contact-page-form .form-heading p{color:#5b534a}.contact-page-form .form-heading a{color:#111615;font-weight:900;text-decoration-color:var(--orange)}
.contact-page-form label{display:grid;gap:.38rem;font-weight:850;color:#111615}
.contact-page-form input,.contact-page-form select,.contact-page-form textarea{width:100%;font:inherit;border:1px solid rgba(17,22,21,.17);background:#fff;padding:.9rem .95rem;outline:none}
.contact-page-form input:focus,.contact-page-form select:focus,.contact-page-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,142,0,.18)}
.contact-page-form textarea{min-height:10rem;resize:vertical}.contact-page-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.contact-consent{grid-template-columns:auto 1fr!important;align-items:start;gap:.7rem!important;font-weight:600!important;color:#5b534a!important;font-size:.92rem;line-height:1.45}.contact-consent input{width:auto;margin-top:.2rem}
.contact-page-form .btn{justify-self:start;border:0}.form-handler-note{font-size:.9rem!important;color:#6b6259!important;margin:0}.form-success{display:none;background:#e9f7ec;border:1px solid #a8d7b2;color:#1f5d2a;padding:.8rem 1rem;font-weight:800}.form-sent .form-success{display:block}

.contact-areas{background:#fffaf2}.contact-areas-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.contact-map{height:clamp(18rem,34vw,28rem)}
.contact-trust{background:#111615}.contact-trust-box{justify-content:center}.contact-trust-box span{font-size:1rem}

@media(max-width:980px){
  .about-page-hero-grid,.about-story-grid,.about-video-box,.about-area-grid,.about-social-grid,.about-gbp-box,.contact-page-hero-grid,.contact-page-grid,.contact-areas-grid{grid-template-columns:1fr}
  .contact-page-card{position:static}.about-credential-grid{grid-template-columns:1fr 1fr}.team-bio-card{grid-template-columns:1fr}
}
@media(max-width:680px){
  .about-image-pair,.social-links,.contact-page-form .form-row,.about-credential-grid{grid-template-columns:1fr}
  .about-image-pair figure:first-child{transform:none}
  .contact-page-hero,.about-page-hero{padding-block:3rem}
}



/* CTA + contrast refinement for About/Contact pages */
.btn,
.header-call,
.about-page-hero .btn,
.contact-page-hero .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  line-height:1;
}

.btn svg,
.header-call svg,
.about-page-hero .btn svg,
.contact-page-hero .btn svg{
  width:1.05rem;
  height:1.05rem;
  flex:0 0 auto;
  fill:currentColor;
}

.btn-primary,
.header-call,
.about-page-hero .btn-primary,
.contact-page-hero .btn-primary{
  background:var(--orange)!important;
  color:#fff!important;
  border-color:var(--orange)!important;
  text-shadow:none!important;
}

.btn-primary svg,
.header-call svg,
.about-page-hero .btn-primary svg,
.contact-page-hero .btn-primary svg{
  color:#fff!important;
  fill:#fff!important;
}

.about-page-hero .btn-primary,
.contact-page-hero .btn-primary{
  min-height:3.45rem;
  padding:.95rem 1.25rem;
  border-radius:.35rem;
  font-size:1rem;
  font-weight:950;
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}

.about-page-hero .btn-primary span,
.contact-page-hero .btn-primary span,
.header-call span{
  color:#fff!important;
  white-space:nowrap;
}

.about-page-hero,
.contact-page-hero{
  background:#0f1513!important;
}

.about-page-hero h1,
.contact-page-hero h1{
  color:#fff!important;
  text-shadow:none!important;
}

.about-page-hero p:not(.eyebrow),
.contact-page-hero p:not(.eyebrow){
  color:#f2eadf!important;
  opacity:1!important;
}

.about-hero-card,
.contact-page-proof{
  background:#fff7ea!important;
  color:#151817!important;
}

.about-hero-card p,
.contact-page-proof p{
  color:#342f29!important;
}

.contact-big-phone{
  color:#ff9800!important;
  text-shadow:none!important;
}

.contact-trust-row span{
  color:#fff!important;
  border-color:rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.08)!important;
}

/* Remove the oversized square look from About hero phone CTA */
.about-page-hero .btn-primary{
  width:auto;
  max-width:max-content;
}

@media(max-width:680px){
  .about-page-hero .btn-primary,
  .contact-page-hero .btn-primary{
    width:100%;
    max-width:100%;
  }
}



/* Services hub page */
.services-hub-hero{background:#111615;color:#fff;padding-block:clamp(4rem,7vw,7rem);text-align:center}
.services-hub-hero-inner{max-width:58rem}
.services-hub-hero h1{color:#fff;margin:.45rem auto 1rem;max-width:54rem}
.services-hub-hero p:not(.eyebrow){color:#f2eadf;max-width:43rem;margin:0 auto 1.25rem;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.55}
.services-hub-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.4rem}
.services-hub-actions .btn-secondary{color:#fff;border-color:rgba(255,255,255,.32)}
.services-hub-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem}
.services-hub-trust span{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-weight:800;font-size:.9rem}

.services-hub-intro{background:#fffaf2;padding-block:clamp(2rem,4vw,4rem);border-bottom:1px solid rgba(17,22,21,.1)}
.services-hub-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.services-hub-intro p{max-width:48rem;margin:0;color:#4d463f;line-height:1.68;font-size:clamp(1rem,1.08vw,1.12rem)}
.services-hub-jump{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}
.services-hub-jump a{display:inline-flex;padding:.62rem .85rem;background:#f2e7d7;border:1px solid rgba(17,22,21,.12);color:#111615;font-weight:900;text-decoration:none}
.services-hub-jump a:hover{background:#111615;color:#fff}

.services-hub-list{background:#f5efe5;padding-block:clamp(3rem,6vw,6rem)}
.service-hub-group+.service-hub-group{margin-top:clamp(3rem,5vw,5.5rem)}
.service-hub-group-head{display:grid;grid-template-columns:.45fr 1fr;gap:clamp(1.3rem,3vw,3rem);align-items:end;margin-bottom:1.15rem}
.service-hub-group-head h2{font-size:clamp(1.75rem,2.7vw,3rem);line-height:.98;margin:.3rem 0 0}
.service-hub-group-head h2 span{color:var(--orange)}
.service-hub-group-head p{max-width:44rem;color:#5d554c;margin:0;line-height:1.58}
.service-hub-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.service-hub-card{background:#fffaf2;border:1px solid rgba(17,22,21,.1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.service-hub-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,22,21,.08);border-color:rgba(255,142,0,.55);background:#fff}
.service-hub-card a{display:grid;align-content:start;min-height:10.2rem;padding:1rem;color:#111615;text-decoration:none}
.service-hub-card span{display:block;font-weight:1000;line-height:1.18;margin-bottom:.45rem}
.service-hub-card p{margin:0 0 .8rem;color:#5f574f;font-size:.94rem;line-height:1.48}
.service-hub-card strong{margin-top:auto;color:var(--orange);font-size:.86rem;font-weight:1000}

.services-hub-cta{background:var(--orange);color:#111615;padding-block:clamp(3rem,6vw,5rem);text-align:center}
.services-hub-cta-inner{max-width:50rem}
.services-hub-cta .eyebrow{color:#111615}
.services-hub-cta h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1;max-width:48rem;margin:0 auto 1rem}
.services-hub-cta p:not(.eyebrow){max-width:42rem;margin:0 auto 1.35rem;color:#2c241c;font-weight:650;line-height:1.6}
.services-hub-cta .btn-primary{background:#111615!important;color:#fff!important;border-color:#111615!important}

@media(max-width:980px){
  .services-hub-intro-grid,.service-hub-group-head{grid-template-columns:1fr}
  .services-hub-jump{justify-content:flex-start}
  .service-hub-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .services-hub-hero{text-align:left}
  .services-hub-hero-inner,.services-hub-hero h1,.services-hub-hero p:not(.eyebrow){margin-left:0;margin-right:0}
  .services-hub-actions,.services-hub-trust{justify-content:flex-start}
  .service-hub-cards{grid-template-columns:1fr}
  .service-hub-card a{min-height:auto}
}



/* Location hub page */
.location-hub-hero{background:#111615;color:#fff;padding-block:clamp(4rem,7vw,7rem);text-align:center}
.location-hub-hero-inner{max-width:58rem}
.location-hub-hero h1{color:#fff;margin:.45rem auto 1rem;max-width:54rem}
.location-hub-hero p:not(.eyebrow){color:#f2eadf;max-width:45rem;margin:0 auto 1.4rem;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.58}
.location-hub-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem}
.location-hub-trust span{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-weight:800;font-size:.9rem}

.location-hub-map-section{background:#fffaf2;padding-block:clamp(3rem,5vw,5rem);border-bottom:1px solid rgba(17,22,21,.1)}
.location-hub-map-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.location-hub-map-grid h2{font-size:clamp(2rem,3.3vw,3.45rem);line-height:.98;margin:.25rem 0 .9rem}
.location-hub-map-grid p{color:#4f4840;line-height:1.65}.location-map{grid-column:auto;height:clamp(18rem,32vw,28rem)}

.location-hub-list{background:#f5efe5;padding-block:clamp(3rem,6vw,6rem)}
.location-hub-group+.location-hub-group{margin-top:clamp(3rem,5vw,5.5rem)}
.location-hub-head{text-align:center;max-width:52rem;margin:0 auto 1.35rem}
.location-hub-head h2{font-size:clamp(1.9rem,3vw,3.2rem);line-height:1;margin:.25rem 0 .75rem}
.location-hub-head h2 span{color:var(--orange)}.location-hub-head p{color:#5d554c;line-height:1.58;margin:0 auto}
.location-hub-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}
.location-hub-card{background:#fffaf2;border:1px solid rgba(17,22,21,.1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.location-hub-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,22,21,.08);border-color:rgba(255,142,0,.55);background:#fff}
.location-hub-card a{display:grid;align-content:start;min-height:11.25rem;padding:1.15rem;color:#111615;text-decoration:none}
.location-hub-card .pin-icon{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:#111615;color:var(--orange);font-weight:1000;margin-bottom:.75rem}
.location-hub-card h3{font-size:1.15rem;margin:0 0 .45rem}.location-hub-card p{margin:0 0 .9rem;color:#5f574f;font-size:.94rem;line-height:1.48}.location-hub-card strong{margin-top:auto;color:var(--orange);font-size:.86rem;font-weight:1000}
.location-hub-cards-soft .location-hub-card{background:#f0e6d6}

.location-local-proof{background:#fffaf2;padding-block:clamp(3rem,6vw,6rem)}
.location-proof-inner{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(1.5rem,4vw,4rem);align-items:start}
.location-proof-inner h2{font-size:clamp(2rem,3.3vw,3.45rem);line-height:1;margin:.25rem 0 0}.location-proof-inner p{color:#4f4840;line-height:1.7;margin-top:0}

.location-hub-cta{background:var(--orange);color:#111615;padding-block:clamp(3rem,6vw,5rem);text-align:center}
.location-hub-cta-inner{max-width:52rem}
.location-hub-cta .eyebrow{color:#111615}
.location-hub-cta h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1;margin:0 auto 1rem}
.location-hub-cta p:not(.eyebrow){max-width:42rem;margin:0 auto 1.35rem;color:#2c241c;font-weight:650;line-height:1.6}
.location-hub-cta .btn-secondary{border-color:#111615;color:#111615}.location-hub-cta .btn-secondary:hover{background:#111615;color:#fff}

@media(max-width:980px){
  .location-hub-map-grid,.location-proof-inner{grid-template-columns:1fr}
  .location-hub-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .location-hub-hero{text-align:left}
  .location-hub-hero-inner,.location-hub-hero h1,.location-hub-hero p:not(.eyebrow){margin-left:0;margin-right:0}
  .location-hub-trust{justify-content:flex-start}
  .location-hub-head{text-align:left}
  .location-hub-cards{grid-template-columns:1fr}
  .location-hub-card a{min-height:auto}
}



/* Single local page template */
.single-location-hero{position:relative;color:#fff;overflow:hidden;min-height:38rem;display:grid;align-items:end}
.single-location-hero-media{position:absolute;inset:0;background:
  linear-gradient(90deg, rgba(17,22,21,.88) 0%, rgba(17,22,21,.78) 38%, rgba(17,22,21,.42) 70%, rgba(17,22,21,.35) 100%),
  linear-gradient(180deg, rgba(17,22,21,.18), rgba(17,22,21,.32)),
  url('../assets/panneau-electrique.webp') center/cover no-repeat}
.single-location-hero-inner{position:relative;z-index:1;padding-block:clamp(4rem,7vw,7rem)}
.single-location-copy{max-width:48rem}
.single-location-hero h1{color:#fff;margin:.45rem 0 1rem;max-width:46rem}
.single-location-hero p:not(.eyebrow){color:#f1e9de;max-width:40rem;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.6}
.single-location-trust{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}
.single-location-trust span{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-size:.9rem;font-weight:850;color:#fff}

.single-location-intro{background:#fffaf2}
.single-location-intro-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,1.05fr);gap:clamp(1.5rem,4vw,4rem);align-items:center}
.single-location-intro p{color:#4f4840;line-height:1.7;font-size:clamp(1rem,1.07vw,1.1rem)}
.single-location-image{margin:0;background:#fff;padding:.9rem;border:1px solid rgba(17,22,21,.1);box-shadow:0 18px 36px rgba(17,22,21,.08)}
.single-location-image img{display:block;width:100%;height:clamp(18rem,28vw,26rem);object-fit:cover}
.single-location-image figcaption{padding-top:.55rem;color:#655c52;font-size:.9rem;font-style:italic;text-align:center}

.single-location-content{background:#f5efe5}
.single-location-content-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(17rem,.7fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}
.single-location-copy-blocks{display:grid;gap:1.3rem}
.single-location-copy-blocks article{background:#fffaf2;border:1px solid rgba(17,22,21,.1);padding:1.15rem 1.2rem}
.single-location-copy-blocks h2{font-size:clamp(1.4rem,2.1vw,2rem);line-height:1.05;margin:0 0 .55rem}
.single-location-copy-blocks p{margin:0;color:#564f47;line-height:1.65}
.single-location-sidecard{position:sticky;top:6.5rem;background:#111615;color:#fff;padding:1.3rem}
.single-location-sidecard h3{font-size:clamp(1.35rem,2vw,1.85rem);margin:.25rem 0 .8rem}
.single-location-sidecard ul{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.5rem}
.single-location-sidecard li{padding:.55rem .7rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.single-location-direction-box{margin-top:1rem;padding:1rem;border-left:5px solid var(--orange);background:rgba(255,255,255,.06)}
.single-location-direction-box strong{display:block;margin-bottom:.4rem}
.single-location-direction-box p{color:#d8d0c6;line-height:1.55;margin:0 0 .5rem}
.single-location-direction-box a{color:#fff;text-decoration-color:var(--orange);font-weight:900}

.single-location-services{background:#fffaf2}
.single-location-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.single-location-service-grid article{background:#f5efe5;border:1px solid rgba(17,22,21,.1)}
.single-location-service-grid a{display:grid;min-height:10rem;padding:1rem;text-decoration:none;color:#111615}
.single-location-service-grid span{font-weight:1000;display:block;margin-bottom:.4rem}
.single-location-service-grid p{margin:0 0 .8rem;color:#5f574f;line-height:1.5}
.single-location-service-grid strong{margin-top:auto;color:var(--orange);font-size:.88rem}

.single-location-faq{background:#f5efe5}
.single-location-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.single-location-faq-grid article{background:#fffaf2;border:1px solid rgba(17,22,21,.1);padding:1rem}
.single-location-faq-grid h3{font-size:1.08rem;line-height:1.28;margin:0 0 .5rem}
.single-location-faq-grid p{margin:0;color:#5d554d;line-height:1.6}

.single-location-cta{background:linear-gradient(135deg,#1f4e90,#3f80ea);color:#fff;text-align:center}
.single-location-cta-inner{max-width:46rem}
.single-location-cta p{font-size:clamp(1.1rem,1.4vw,1.3rem);line-height:1.55;color:#f3f7ff;margin:0 0 .85rem}
.single-location-cta strong{display:block;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;margin-bottom:1rem}

@media(max-width:980px){
  .single-location-intro-grid,.single-location-content-grid{grid-template-columns:1fr}
  .single-location-sidecard{position:static}
  .single-location-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .single-location-hero{min-height:auto}
  .single-location-service-grid,.single-location-faq-grid{grid-template-columns:1fr}
}



/* Secondary category service page */
.secondary-service-hero{position:relative;color:#fff;overflow:hidden;min-height:36rem;display:grid;align-items:center}
.secondary-service-hero-media{position:absolute;inset:0;background:
  linear-gradient(90deg, rgba(17,22,21,.9) 0%, rgba(17,22,21,.78) 42%, rgba(17,22,21,.5) 72%, rgba(17,22,21,.38) 100%),
  url('../assets/ev-car.webp') center/cover no-repeat}
.secondary-service-hero-inner{position:relative;z-index:1;padding-block:clamp(4rem,7vw,7rem)}
.secondary-service-hero h1{color:#fff;margin:.45rem 0 1rem;max-width:52rem}
.secondary-service-hero p:not(.eyebrow){color:#f1e9de;max-width:43rem;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.6}
.secondary-service-hero .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}
.secondary-service-trust{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}
.secondary-service-trust span{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-size:.9rem;font-weight:850;color:#fff}

.secondary-service-intro{background:#fffaf2}
.secondary-service-intro-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,1.05fr);gap:clamp(1.5rem,4vw,4rem);align-items:center}
.secondary-service-intro p{color:#4f4840;line-height:1.7;font-size:clamp(1rem,1.07vw,1.1rem)}
.secondary-service-image{margin:0;background:#fff;padding:.9rem;border:1px solid rgba(17,22,21,.1);box-shadow:0 18px 36px rgba(17,22,21,.08)}
.secondary-service-image img{display:block;width:100%;height:clamp(18rem,28vw,26rem);object-fit:cover}
.secondary-service-image figcaption{padding-top:.55rem;color:#655c52;font-size:.9rem;font-style:italic;text-align:center}

.secondary-service-problem{background:#f5efe5}
.secondary-service-narrow{max-width:58rem}
.secondary-service-narrow h2{font-size:clamp(2rem,3.3vw,3.45rem);line-height:1;margin:0 0 1rem}
.secondary-service-narrow p{color:#4f4840;line-height:1.7;font-size:clamp(1rem,1.07vw,1.1rem)}

.secondary-service-copy{background:#fffaf2}
.secondary-service-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}
.secondary-service-copy-grid article{background:#f5efe5;border:1px solid rgba(17,22,21,.1);padding:clamp(1.15rem,2vw,1.6rem)}
.secondary-service-copy-grid h2{font-size:clamp(1.35rem,2vw,2rem);line-height:1.05;margin:0 0 .65rem}
.secondary-service-copy-grid p{margin:0;color:#5d554d;line-height:1.62}

.secondary-service-list{background:#f5efe5}
.secondary-service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.secondary-service-card{background:#fffaf2;border:1px solid rgba(17,22,21,.1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.secondary-service-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,22,21,.08);border-color:rgba(255,142,0,.55);background:#fff}
.secondary-service-card a{display:grid;min-height:11rem;padding:1rem;text-decoration:none;color:#111615}
.secondary-service-card h3{font-size:1.1rem;line-height:1.22;margin:0 0 .45rem}
.secondary-service-card p{margin:0 0 .8rem;color:#5f574f;font-size:.94rem;line-height:1.48}
.secondary-service-card strong{margin-top:auto;color:var(--orange);font-size:.86rem;font-weight:1000}

.secondary-service-why{background:#fffaf2}
.secondary-service-why-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(1.5rem,4vw,4rem);align-items:start}
.secondary-service-why h2{font-size:clamp(2rem,3.3vw,3.45rem);line-height:1;margin:.25rem 0 0}
.secondary-service-why p{color:#4f4840;line-height:1.7;margin-top:0}

.secondary-service-cta{background:var(--orange);color:#111615;text-align:center}
.secondary-service-cta-inner{max-width:52rem}
.secondary-service-cta .eyebrow{color:#111615}
.secondary-service-cta h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1;margin:0 auto 1rem}
.secondary-service-cta p:not(.eyebrow){max-width:42rem;margin:0 auto 1.35rem;color:#2c241c;font-weight:650;line-height:1.6}
.secondary-service-cta .btn-secondary{border-color:#111615;color:#111615}
.secondary-service-cta .btn-secondary:hover{background:#111615;color:#fff}

@media(max-width:980px){
  .secondary-service-intro-grid,.secondary-service-why-grid{grid-template-columns:1fr}
  .secondary-service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .secondary-service-hero{min-height:auto}
  .secondary-service-copy-grid,.secondary-service-card-grid{grid-template-columns:1fr}
}



/* Service hub category title links */
.service-category-link{
  display:inline-flex;
  color:inherit;
  text-decoration:none;
  width:max-content;
  max-width:100%;
}
.service-category-link h2{
  transition:color .18s ease, transform .18s ease;
}
.service-category-link h2 span{
  display:inline-block;
  transition:transform .18s ease;
}
.service-category-link:hover h2{
  color:#111615;
  transform:translateX(2px);
}
.service-category-link:hover h2 span{
  transform:translateX(.35rem);
}



/* Sub-service page template */
.subservice-hero{position:relative;color:#fff;overflow:hidden;min-height:36rem;display:grid;align-items:center}
.subservice-hero-media{position:absolute;inset:0;background:
  linear-gradient(90deg, rgba(17,22,21,.92) 0%, rgba(17,22,21,.8) 45%, rgba(17,22,21,.54) 72%, rgba(17,22,21,.38) 100%),
  url('../assets/ev-bmw.webp') center/cover no-repeat}
.subservice-hero-inner{position:relative;z-index:1;padding-block:clamp(4rem,7vw,7rem)}
.subservice-back{display:inline-flex;color:#f1e9de;text-decoration:none;font-weight:850;margin-bottom:1rem}
.subservice-back:hover{color:var(--orange)}
.subservice-hero h1{color:#fff;margin:.45rem 0 1rem;max-width:52rem}
.subservice-hero p:not(.eyebrow){color:#f1e9de;max-width:42rem;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.6}
.subservice-hero .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}
.subservice-trust{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}
.subservice-trust span{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-size:.9rem;font-weight:850;color:#fff}

.subservice-intro{background:#fffaf2}
.subservice-narrow{max-width:58rem}
.subservice-narrow p{color:#4f4840;line-height:1.7;font-size:clamp(1rem,1.08vw,1.12rem)}

.subservice-content{background:#f5efe5}
.subservice-content-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(17rem,.7fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}
.subservice-article{display:grid;gap:1.35rem}
.subservice-article article{background:#fffaf2;border:1px solid rgba(17,22,21,.1);padding:clamp(1.15rem,2vw,1.55rem)}
.subservice-article h2{font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.05;margin:0 0 .55rem}
.subservice-article p{color:#564f47;line-height:1.65;margin:.5rem 0 0}
.subservice-related-note{padding:1rem 1.1rem;background:#fffaf2;border-left:5px solid var(--orange);color:#4d463f;line-height:1.6}
.subservice-related-note a{color:#111615;text-decoration-color:var(--orange);font-weight:900}
.subservice-side{position:sticky;top:6.5rem;display:grid;gap:1rem}
.subservice-side-card{background:#111615;color:#fff;padding:1.3rem}
.subservice-side-card h3{font-size:clamp(1.35rem,2vw,1.85rem);margin:.25rem 0 .8rem}
.subservice-side-card ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.subservice-side-card li{padding:.55rem .7rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.subservice-side figure{margin:0;background:#fffaf2;border:1px solid rgba(17,22,21,.1);padding:.8rem}
.subservice-side img{width:100%;height:18rem;object-fit:cover;display:block}
.subservice-side figcaption{font-size:.9rem;color:#655c52;text-align:center;padding-top:.5rem;font-style:italic}

.subservice-benefits{background:#fffaf2}
.subservice-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.subservice-benefit-grid article{background:#f5efe5;border:1px solid rgba(17,22,21,.1);padding:1rem}
.subservice-benefit-grid h3{font-size:1.12rem;line-height:1.2;margin:0 0 .45rem}
.subservice-benefit-grid p{margin:0;color:#5d554d;line-height:1.55}

.subservice-cta{background:linear-gradient(135deg,#111615,#29312c);color:#fff;text-align:center}
.subservice-cta-inner{max-width:48rem}
.subservice-cta p{font-size:clamp(1.1rem,1.4vw,1.3rem);line-height:1.55;color:#f3efe7;margin:0 0 .85rem}
.subservice-cta strong{display:block;color:var(--orange);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;margin-bottom:1rem}
.subservice-cta .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}

@media(max-width:980px){
  .subservice-content-grid{grid-template-columns:1fr}
  .subservice-side{position:static}
  .subservice-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .subservice-hero{min-height:auto}
  .subservice-benefit-grid{grid-template-columns:1fr}
}



/* Secondary category alternate hero backgrounds */
.secondary-service-hero-electricite .secondary-service-hero-media{background:
  linear-gradient(90deg, rgba(17,22,21,.9) 0%, rgba(17,22,21,.78) 42%, rgba(17,22,21,.5) 72%, rgba(17,22,21,.38) 100%),
  url('../assets/panneau-electrique.webp') center/cover no-repeat}
.secondary-service-hero-renovation .secondary-service-hero-media{background:
  linear-gradient(90deg, rgba(17,22,21,.9) 0%, rgba(17,22,21,.78) 42%, rgba(17,22,21,.5) 72%, rgba(17,22,21,.38) 100%),
  url('../assets/renovation-1.webp') center/cover no-repeat}



/* Full secondary category page */
.secondary-full-hero{position:relative;color:#fff;overflow:hidden;min-height:38rem;display:grid;align-items:center}
.secondary-full-hero-media{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(17,22,21,.92) 0%,rgba(17,22,21,.82) 42%,rgba(17,22,21,.56) 72%,rgba(17,22,21,.42) 100%),
  var(--secondary-hero-image) center/cover no-repeat}
.secondary-full-hero-inner{position:relative;z-index:1;padding-block:clamp(4rem,7vw,7rem)}
.secondary-full-hero h1{color:#fff;margin:.45rem 0 1rem;max-width:58rem}
.secondary-full-hero p:not(.eyebrow){color:#f3eadf;max-width:50rem;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.62}
.secondary-full-hero .btn-secondary{color:#fff;border-color:rgba(255,255,255,.35)}
.secondary-full-trust{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.15rem}
.secondary-full-trust span{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-size:.9rem;font-weight:850;color:#fff}

.secondary-full-opening{background:#fffaf2}
.secondary-full-problems,.secondary-full-local{background:#f5efe5}
.secondary-full-services,.secondary-full-why{background:#fffaf2}
.secondary-full-narrow{max-width:64rem}
.secondary-full-narrow h2{font-size:clamp(2rem,3.1vw,3.25rem);line-height:1;margin:0 0 1rem}
.secondary-full-narrow p{color:#4d463f;line-height:1.75;font-size:clamp(1rem,1.07vw,1.1rem)}
.secondary-full-narrow a{color:#111615;font-weight:900;text-decoration-color:var(--orange);text-decoration-thickness:2px;text-underline-offset:.18em}

.secondary-full-grid-section{background:#f5efe5}
.secondary-full-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.secondary-full-card{background:#fffaf2;border:1px solid rgba(17,22,21,.1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.secondary-full-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,22,21,.08);border-color:rgba(255,142,0,.55);background:#fff}
.secondary-full-card a{display:grid;min-height:10.5rem;padding:1rem;color:#111615;text-decoration:none}
.secondary-full-card h3{font-size:1.1rem;line-height:1.22;margin:0 0 .45rem}
.secondary-full-card p{margin:0 0 .8rem;color:#5f574f;font-size:.94rem;line-height:1.48}
.secondary-full-card strong{margin-top:auto;color:var(--orange);font-size:.86rem;font-weight:1000}

.secondary-full-cta{background:var(--orange);color:#111615;text-align:center}
.secondary-full-cta-inner{max-width:54rem}
.secondary-full-cta h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1;margin:0 auto 1rem}
.secondary-full-cta p{max-width:44rem;margin:0 auto 1.35rem;color:#2c241c;font-weight:650;line-height:1.62}
.secondary-full-cta .btn-secondary{border-color:#111615;color:#111615}
.secondary-full-cta .btn-secondary:hover{background:#111615;color:#fff}

@media(max-width:980px){
  .secondary-full-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .secondary-full-hero{min-height:auto}
  .secondary-full-grid{grid-template-columns:1fr}
}



/* Panneau électrique subservice hero image override */
.subservice-hero-panel .subservice-hero-media{
  background:
    linear-gradient(90deg,rgba(17,22,21,.92) 0%,rgba(17,22,21,.8) 45%,rgba(17,22,21,.54) 72%,rgba(17,22,21,.38) 100%),
    var(--subservice-hero-image) center/cover no-repeat;
}
.subservice-related-services{background:#f5efe5}



/* Unified final CTA style — homepage look */
.final-cta,
.terrain-final-cta,
.services-hub-cta,
.location-hub-cta,
.single-location-cta,
.secondary-service-cta,
.secondary-full-cta,
.subservice-cta,
.contact-final-cta,
.about-final-cta,
.legal-final-cta{
  background:#0f1714 !important;
  color:#fff !important;
  text-align:center !important;
  padding-block:clamp(4.5rem,8vw,7.5rem) !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.final-cta .container,
.terrain-final-cta .container,
.services-hub-cta .container,
.location-hub-cta .container,
.single-location-cta .container,
.secondary-service-cta .container,
.secondary-full-cta .container,
.subservice-cta .container,
.contact-final-cta .container,
.about-final-cta .container,
.legal-final-cta .container,
.final-cta-inner,
.terrain-final-cta-inner,
.services-hub-cta-inner,
.location-hub-cta-inner,
.single-location-cta-inner,
.secondary-service-cta-inner,
.secondary-full-cta-inner,
.subservice-cta-inner,
.contact-final-cta-inner,
.about-final-cta-inner,
.legal-final-cta-inner{
  max-width:68rem !important;
  margin-inline:auto !important;
}

.final-cta .eyebrow,
.terrain-final-cta .eyebrow,
.services-hub-cta .eyebrow,
.location-hub-cta .eyebrow,
.single-location-cta .eyebrow,
.secondary-service-cta .eyebrow,
.secondary-full-cta .eyebrow,
.subservice-cta .eyebrow,
.contact-final-cta .eyebrow,
.about-final-cta .eyebrow,
.legal-final-cta .eyebrow{
  color:var(--orange) !important;
  text-transform:uppercase !important;
  letter-spacing:.22em !important;
  font-weight:1000 !important;
  margin:0 0 1.25rem !important;
}

.final-cta h2,
.terrain-final-cta h2,
.services-hub-cta h2,
.location-hub-cta h2,
.single-location-cta h2,
.secondary-service-cta h2,
.secondary-full-cta h2,
.subservice-cta h2,
.contact-final-cta h2,
.about-final-cta h2,
.legal-final-cta h2{
  color:#fff !important;
  font-size:clamp(2.8rem,7.2vw,6.3rem) !important;
  line-height:.92 !important;
  letter-spacing:-.07em !important;
  max-width:66rem !important;
  margin:0 auto 1.7rem !important;
}

.final-cta p,
.terrain-final-cta p,
.services-hub-cta p,
.location-hub-cta p,
.single-location-cta p,
.secondary-service-cta p,
.secondary-full-cta p,
.subservice-cta p,
.contact-final-cta p,
.about-final-cta p,
.legal-final-cta p{
  color:#f4eee5 !important;
  max-width:42rem !important;
  margin:0 auto 1.45rem !important;
  font-weight:650 !important;
  line-height:1.6 !important;
}

.final-cta strong,
.terrain-final-cta strong,
.services-hub-cta strong,
.location-hub-cta strong,
.single-location-cta strong,
.secondary-service-cta strong,
.secondary-full-cta strong,
.subservice-cta strong,
.contact-final-cta strong,
.about-final-cta strong,
.legal-final-cta strong{
  color:#fff !important;
  font-size:inherit !important;
  letter-spacing:inherit !important;
  margin:0 !important;
}

.final-cta .terrain-inline-actions,
.terrain-final-cta .terrain-inline-actions,
.services-hub-cta .terrain-inline-actions,
.location-hub-cta .terrain-inline-actions,
.single-location-cta .terrain-inline-actions,
.secondary-service-cta .terrain-inline-actions,
.secondary-full-cta .terrain-inline-actions,
.subservice-cta .terrain-inline-actions,
.contact-final-cta .terrain-inline-actions,
.about-final-cta .terrain-inline-actions,
.legal-final-cta .terrain-inline-actions{
  justify-content:center !important;
  gap:1rem !important;
}

.final-cta .btn-primary,
.terrain-final-cta .btn-primary,
.services-hub-cta .btn-primary,
.location-hub-cta .btn-primary,
.single-location-cta .btn-primary,
.secondary-service-cta .btn-primary,
.secondary-full-cta .btn-primary,
.subservice-cta .btn-primary,
.contact-final-cta .btn-primary,
.about-final-cta .btn-primary,
.legal-final-cta .btn-primary{
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:#fff !important;
  box-shadow:0 18px 40px rgba(255,142,0,.2) !important;
}

.final-cta .btn-secondary,
.terrain-final-cta .btn-secondary,
.services-hub-cta .btn-secondary,
.location-hub-cta .btn-secondary,
.single-location-cta .btn-secondary,
.secondary-service-cta .btn-secondary,
.secondary-full-cta .btn-secondary,
.subservice-cta .btn-secondary,
.contact-final-cta .btn-secondary,
.about-final-cta .btn-secondary,
.legal-final-cta .btn-secondary{
  background:transparent !important;
  border:1px solid rgba(255,255,255,.35) !important;
  color:#fff !important;
}

.final-cta .btn-secondary:hover,
.terrain-final-cta .btn-secondary:hover,
.services-hub-cta .btn-secondary:hover,
.location-hub-cta .btn-secondary:hover,
.single-location-cta .btn-secondary:hover,
.secondary-service-cta .btn-secondary:hover,
.secondary-full-cta .btn-secondary:hover,
.subservice-cta .btn-secondary:hover,
.contact-final-cta .btn-secondary:hover,
.about-final-cta .btn-secondary:hover,
.legal-final-cta .btn-secondary:hover{
  background:#fff !important;
  color:#0f1714 !important;
  border-color:#fff !important;
}

.final-cta svg,
.terrain-final-cta svg,
.services-hub-cta svg,
.location-hub-cta svg,
.single-location-cta svg,
.secondary-service-cta svg,
.secondary-full-cta svg,
.subservice-cta svg,
.contact-final-cta svg,
.about-final-cta svg,
.legal-final-cta svg{
  fill:currentColor !important;
}

@media(max-width:680px){
  .final-cta,
  .terrain-final-cta,
  .services-hub-cta,
  .location-hub-cta,
  .single-location-cta,
  .secondary-service-cta,
  .secondary-full-cta,
  .subservice-cta,
  .contact-final-cta,
  .about-final-cta,
  .legal-final-cta{
    padding-block:4rem !important;
  }
  .final-cta h2,
  .terrain-final-cta h2,
  .services-hub-cta h2,
  .location-hub-cta h2,
  .single-location-cta h2,
  .secondary-service-cta h2,
  .secondary-full-cta h2,
  .subservice-cta h2,
  .contact-final-cta h2,
  .about-final-cta h2,
  .legal-final-cta h2{
    font-size:clamp(2.45rem,13vw,4.4rem) !important;
  }
  .final-cta .terrain-inline-actions,
  .terrain-final-cta .terrain-inline-actions,
  .services-hub-cta .terrain-inline-actions,
  .location-hub-cta .terrain-inline-actions,
  .single-location-cta .terrain-inline-actions,
  .secondary-service-cta .terrain-inline-actions,
  .secondary-full-cta .terrain-inline-actions,
  .subservice-cta .terrain-inline-actions,
  .contact-final-cta .terrain-inline-actions,
  .about-final-cta .terrain-inline-actions,
  .legal-final-cta .terrain-inline-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }
}



/* Subservice pages now use secondary category layout without pre-CTA grid */
.subservice-category-style-hero .subservice-back{
  display:inline-flex;
  margin-bottom:1rem;
  color:#f3eadf;
  text-decoration:none;
  font-weight:900;
}
.subservice-category-style-hero .subservice-back:hover{
  color:var(--orange);
}



/* Mini gallery for every service page */
.service-mini-gallery{
  background:#fffaf2;
  border-top:1px solid rgba(17,22,21,.08);
  border-bottom:1px solid rgba(17,22,21,.08);
}
.service-mini-gallery .terrain-section-head{
  margin-bottom:1.1rem;
}
.service-mini-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.8rem;
}
.service-mini-gallery-grid figure{
  margin:0;
  overflow:hidden;
  background:#f5efe5;
  border:1px solid rgba(17,22,21,.1);
  min-height:13.5rem;
}
.service-mini-gallery-grid img{
  display:block;
  width:100%;
  height:100%;
  min-height:13.5rem;
  object-fit:cover;
  transition:transform .35s ease;
}
.service-mini-gallery-grid figure:hover img{
  transform:scale(1.04);
}
@media(max-width:980px){
  .service-mini-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .service-mini-gallery-grid{
    grid-template-columns:1fr;
  }
  .service-mini-gallery-grid figure,
  .service-mini-gallery-grid img{
    min-height:14rem;
  }
}



/* Filterable gallery page */
.gallery-filter-hero{
  background:#0f1714;
  color:#fff;
  text-align:center;
  padding-block:clamp(4.5rem,8vw,7.5rem);
}
.gallery-filter-hero-inner{
  max-width:62rem;
}
.gallery-filter-hero h1{
  color:#fff;
  font-size:clamp(3rem,7vw,6rem);
  line-height:.92;
  letter-spacing:-.07em;
  margin:.4rem auto 1rem;
}
.gallery-filter-hero p:not(.eyebrow){
  color:#f3eadf;
  max-width:42rem;
  margin:0 auto 1.35rem;
  line-height:1.6;
  font-weight:650;
}
.gallery-filter-hero .terrain-inline-actions{
  justify-content:center;
}

.gallery-filter-section{
  background:#f5efe5;
}
.gallery-filter-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:.65rem;
  margin-bottom:1.5rem;
}
.gallery-filter-tabs button{
  appearance:none;
  border:1px solid rgba(17,22,21,.15);
  background:#fffaf2;
  color:#111615;
  padding:.85rem 1.05rem;
  font:inherit;
  font-weight:950;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.gallery-filter-tabs button:hover{
  transform:translateY(-2px);
  border-color:rgba(255,142,0,.65);
}
.gallery-filter-tabs button.active{
  background:var(--orange);
  border-color:var(--orange);
  color:#fff;
}

.gallery-project-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.85rem;
}
.gallery-project-card{
  background:#fffaf2;
  border:1px solid rgba(17,22,21,.1);
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.gallery-project-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(17,22,21,.08);
  border-color:rgba(255,142,0,.55);
}
.gallery-project-card[hidden]{
  display:none !important;
}
.gallery-project-card figure{
  margin:0;
  height:13.5rem;
  overflow:hidden;
  background:#e9dfd1;
}
.gallery-project-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.gallery-project-card:hover img{
  transform:scale(1.04);
}
.gallery-project-content{
  padding:1rem;
}
.gallery-project-content span{
  display:inline-flex;
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.72rem;
  font-weight:1000;
  margin-bottom:.5rem;
}
.gallery-project-content h3{
  font-size:1.08rem;
  line-height:1.18;
  margin:0 0 .45rem;
}
.gallery-project-content p{
  color:#5d554d;
  margin:0;
  font-size:.94rem;
  line-height:1.48;
}

@media(max-width:1100px){
  .gallery-project-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .gallery-project-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .gallery-project-grid{
    grid-template-columns:1fr;
  }
  .gallery-filter-tabs{
    justify-content:flex-start;
  }
}



/* Gallery hero corrected — image hero like Danovis pages */
.gallery-filter-hero{
  position:relative !important;
  color:#fff !important;
  overflow:hidden !important;
  min-height:38rem !important;
  display:grid !important;
  align-items:center !important;
  text-align:left !important;
  background:#0f1714 !important;
  padding-block:0 !important;
}
.gallery-filter-hero-media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(17,22,21,.92) 0%,rgba(17,22,21,.80) 42%,rgba(17,22,21,.55) 72%,rgba(17,22,21,.40) 100%),
    url('../assets/reno-gallery-1.webp') center/cover no-repeat;
}
.gallery-filter-hero-inner{
  position:relative;
  z-index:1;
  max-width:72rem !important;
  padding-block:clamp(4rem,7vw,7rem);
  margin-inline:auto;
}
.gallery-filter-hero h1{
  color:#fff !important;
  font-size:clamp(2.65rem,5.5vw,5.6rem) !important;
  line-height:.94 !important;
  letter-spacing:-.07em !important;
  max-width:62rem !important;
  margin:.45rem 0 1rem !important;
}
.gallery-filter-hero p:not(.eyebrow){
  color:#f3eadf !important;
  max-width:43rem !important;
  margin:0 0 1.35rem !important;
  line-height:1.6 !important;
  font-weight:650 !important;
  font-size:clamp(1rem,1.15vw,1.18rem) !important;
}
.gallery-filter-hero .terrain-inline-actions{
  justify-content:flex-start !important;
}
.gallery-filter-hero .btn-secondary{
  color:#fff !important;
  border-color:rgba(255,255,255,.35) !important;
}
.gallery-filter-hero .btn-secondary:hover{
  background:#fff !important;
  color:#0f1714 !important;
  border-color:#fff !important;
}
.gallery-hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-top:1.2rem;
}
.gallery-hero-trust span{
  padding:.55rem .75rem;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:.9rem;
  font-weight:850;
}
@media(max-width:680px){
  .gallery-filter-hero{
    min-height:auto !important;
  }
  .gallery-filter-hero-inner{
    padding-block:4rem;
  }
  .gallery-filter-hero h1{
    font-size:clamp(2.45rem,12vw,4.4rem) !important;
  }
  .gallery-filter-hero .terrain-inline-actions{
    flex-direction:column;
    align-items:stretch;
  }
}



/* Universal hero style: all pages except homepage use secondary-category hero */
.universal-secondary-hero{
  position:relative !important;
  color:#fff !important;
  overflow:hidden !important;
  min-height:38rem !important;
  display:grid !important;
  align-items:center !important;
  padding-block:0 !important;
}
.universal-secondary-hero .secondary-full-hero-media{
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg,rgba(17,22,21,.92) 0%,rgba(17,22,21,.82) 42%,rgba(17,22,21,.56) 72%,rgba(17,22,21,.40) 100%),
    var(--secondary-hero-image) center/cover no-repeat !important;
}
.universal-secondary-hero .secondary-full-hero-inner{
  position:relative !important;
  z-index:1 !important;
  padding-block:clamp(4rem,7vw,7rem) !important;
  width:100% !important;
}
.universal-secondary-hero h1{
  color:#fff !important;
  font-size:clamp(2.65rem,5.5vw,5.6rem) !important;
  line-height:.94 !important;
  letter-spacing:-.07em !important;
  max-width:62rem !important;
  margin:.45rem 0 1rem !important;
}
.universal-secondary-hero p:not(.eyebrow){
  color:#f3eadf !important;
  max-width:50rem !important;
  line-height:1.62 !important;
  font-size:clamp(1rem,1.15vw,1.18rem) !important;
}
.universal-secondary-hero .terrain-inline-actions{
  justify-content:flex-start !important;
}
.universal-secondary-hero .btn-secondary{
  color:#fff !important;
  border-color:rgba(255,255,255,.35) !important;
}
.universal-secondary-hero .btn-secondary:hover{
  background:#fff !important;
  color:#0f1714 !important;
  border-color:#fff !important;
}
.universal-secondary-hero .universal-hero-trust,
.universal-secondary-hero .secondary-full-trust{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:.55rem !important;
  margin-top:1.15rem !important;
}
.universal-secondary-hero .universal-hero-trust span,
.universal-secondary-hero .secondary-full-trust span{
  padding:.55rem .75rem !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  font-size:.9rem !important;
  font-weight:850 !important;
}
.universal-secondary-hero .subservice-back{
  display:inline-flex !important;
  margin-bottom:1rem !important;
  color:#f3eadf !important;
  text-decoration:none !important;
  font-weight:900 !important;
}
.universal-secondary-hero .subservice-back:hover{
  color:var(--orange) !important;
}
@media(max-width:680px){
  .universal-secondary-hero{
    min-height:auto !important;
  }
  .universal-secondary-hero .secondary-full-hero-inner{
    padding-block:4rem !important;
  }
  .universal-secondary-hero h1{
    font-size:clamp(2.45rem,12vw,4.4rem) !important;
  }
  .universal-secondary-hero .terrain-inline-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }
}



/* FIX universal heroes — tighter, aligned, no wild layout */
.universal-secondary-hero{
  min-height:clamp(30rem,52vw,38rem) !important;
  display:block !important;
  padding:0 !important;
}

.universal-secondary-hero .secondary-full-hero-media{
  position:absolute !important;
  inset:0 !important;
}

.universal-secondary-hero .secondary-full-hero-inner{
  position:relative !important;
  z-index:1 !important;
  width:min(1180px, calc(100% - 2rem)) !important;
  max-width:1180px !important;
  margin-inline:auto !important;
  padding-block:clamp(4.25rem,7vw,6rem) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  min-height:clamp(30rem,52vw,38rem) !important;
}

.universal-secondary-hero .secondary-full-hero-inner > *{
  max-width:min(50%, 39rem) !important;
}

.universal-secondary-hero h1{
  font-size:clamp(2.15rem,3.7vw,4.15rem) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  margin:.35rem 0 .95rem !important;
  max-width:min(50%, 39rem) !important;
}

.universal-secondary-hero p:not(.eyebrow){
  max-width:min(50%, 38rem) !important;
  font-size:clamp(1rem,1.05vw,1.12rem) !important;
  line-height:1.58 !important;
  margin:0 0 1.25rem !important;
}

.universal-secondary-hero .terrain-inline-actions{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.85rem !important;
  max-width:min(50%, 39rem) !important;
  width:auto !important;
}

.universal-secondary-hero .terrain-inline-actions .btn{
  flex:0 0 auto !important;
  width:auto !important;
  white-space:nowrap !important;
}

.universal-secondary-hero .secondary-full-trust,
.universal-secondary-hero .universal-hero-trust,
.universal-secondary-hero .gallery-hero-trust,
.universal-secondary-hero .secondary-service-trust,
.universal-secondary-hero .subservice-trust,
.universal-secondary-hero .services-hub-trust,
.universal-secondary-hero .location-hub-trust,
.universal-secondary-hero .single-location-trust{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.45rem !important;
  max-width:min(50%, 39rem) !important;
  width:auto !important;
  overflow:hidden !important;
  margin-top:1rem !important;
}

.universal-secondary-hero .secondary-full-trust span,
.universal-secondary-hero .universal-hero-trust span,
.universal-secondary-hero .gallery-hero-trust span,
.universal-secondary-hero .secondary-service-trust span,
.universal-secondary-hero .subservice-trust span,
.universal-secondary-hero .services-hub-trust span,
.universal-secondary-hero .location-hub-trust span,
.universal-secondary-hero .single-location-trust span{
  flex:0 1 auto !important;
  white-space:nowrap !important;
  font-size:.76rem !important;
  line-height:1 !important;
  padding:.48rem .58rem !important;
}

/* Remove accidental second-column hero wrappers created by older templates */
.universal-secondary-hero .single-location-copy,
.universal-secondary-hero .location-hub-hero-inner,
.universal-secondary-hero .services-hub-hero-inner,
.universal-secondary-hero .gallery-filter-hero-inner{
  display:contents !important;
}

/* Hide duplicate / non-standard hero chips when old templates left multiple rows */
.universal-secondary-hero .secondary-full-trust:not(:first-of-type),
.universal-secondary-hero .universal-hero-trust:not(:first-of-type){
  display:none !important;
}

@media(max-width:980px){
  .universal-secondary-hero .secondary-full-hero-inner > *,
  .universal-secondary-hero h1,
  .universal-secondary-hero p:not(.eyebrow),
  .universal-secondary-hero .terrain-inline-actions,
  .universal-secondary-hero .secondary-full-trust,
  .universal-secondary-hero .universal-hero-trust,
  .universal-secondary-hero .gallery-hero-trust,
  .universal-secondary-hero .secondary-service-trust,
  .universal-secondary-hero .subservice-trust,
  .universal-secondary-hero .services-hub-trust,
  .universal-secondary-hero .location-hub-trust,
  .universal-secondary-hero .single-location-trust{
    max-width:42rem !important;
  }
  .universal-secondary-hero .secondary-full-trust,
  .universal-secondary-hero .universal-hero-trust,
  .universal-secondary-hero .gallery-hero-trust,
  .universal-secondary-hero .secondary-service-trust,
  .universal-secondary-hero .subservice-trust,
  .universal-secondary-hero .services-hub-trust,
  .universal-secondary-hero .location-hub-trust,
  .universal-secondary-hero .single-location-trust{
    flex-wrap:wrap !important;
    overflow:visible !important;
  }
}

@media(max-width:680px){
  .universal-secondary-hero{
    min-height:auto !important;
  }
  .universal-secondary-hero .secondary-full-hero-inner{
    min-height:auto !important;
    padding-block:4rem !important;
  }
  .universal-secondary-hero h1{
    font-size:clamp(2.05rem,10vw,3.35rem) !important;
    letter-spacing:-.045em !important;
  }
  .universal-secondary-hero .terrain-inline-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
  }
  .universal-secondary-hero .terrain-inline-actions .btn{
    width:100% !important;
    justify-content:center !important;
  }
}



/* GLOBAL WIDTH + HERO COLUMNS FIX */
:root{
  --site-width:1180px;
  --site-gutter:1rem;
}

/* Every main content wrapper uses the same width as the header */
.container,
.header-shell,
.site-header .container,
.site-footer .container,
.secondary-full-hero-inner,
.universal-secondary-hero .secondary-full-hero-inner{
  width:min(var(--site-width), calc(100% - (var(--site-gutter) * 2))) !important;
  max-width:var(--site-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Prevent old narrow wrappers from breaking alignment */
.secondary-full-narrow,
.subservice-narrow,
.services-hub-hero-inner,
.location-hub-hero-inner,
.gallery-filter-hero-inner,
.single-location-hero-inner,
.secondary-service-narrow,
.legal-shell,
.about-page-wrap,
.contact-page-wrap{
  width:100% !important;
  max-width:var(--site-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Non-home heroes: same grid as header, 2 columns, content only in first column */
.universal-secondary-hero{
  min-height:clamp(32rem,52vw,40rem) !important;
  display:block !important;
  padding:0 !important;
}

.universal-secondary-hero .secondary-full-hero-inner{
  min-height:clamp(32rem,52vw,40rem) !important;
  padding-block:clamp(4.5rem,7vw,6.5rem) !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  column-gap:clamp(2rem,5vw,5rem) !important;
  align-items:center !important;
}

/* Everything in the hero stays in column 1 */
.universal-secondary-hero .secondary-full-hero-inner > *{
  grid-column:1 !important;
  width:100% !important;
  max-width:100% !important;
}

/* Keep old nested hero wrappers from creating a fake second column */
.universal-secondary-hero .single-location-copy,
.universal-secondary-hero .services-hub-hero-inner,
.universal-secondary-hero .location-hub-hero-inner,
.universal-secondary-hero .gallery-filter-hero-inner,
.universal-secondary-hero .secondary-service-hero-inner,
.universal-secondary-hero .subservice-hero-inner{
  display:contents !important;
}

/* Hero text size controlled and aligned */
.universal-secondary-hero h1{
  max-width:100% !important;
  font-size:clamp(2.25rem,3.45vw,4rem) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  margin:.35rem 0 1rem !important;
}

.universal-secondary-hero p:not(.eyebrow){
  max-width:100% !important;
  font-size:clamp(1rem,1.05vw,1.12rem) !important;
  line-height:1.58 !important;
  margin:0 0 1.25rem !important;
}

/* CTA row stays in first column */
.universal-secondary-hero .terrain-inline-actions{
  grid-column:1 !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.85rem !important;
  width:100% !important;
  max-width:100% !important;
}

.universal-secondary-hero .terrain-inline-actions .btn{
  flex:0 0 auto !important;
  width:auto !important;
  max-width:max-content !important;
  white-space:nowrap !important;
}

/* Trust signals: one row in the first column on desktop */
.universal-secondary-hero .secondary-full-trust,
.universal-secondary-hero .universal-hero-trust,
.universal-secondary-hero .gallery-hero-trust,
.universal-secondary-hero .secondary-service-trust,
.universal-secondary-hero .subservice-trust,
.universal-secondary-hero .services-hub-trust,
.universal-secondary-hero .location-hub-trust,
.universal-secondary-hero .single-location-trust{
  grid-column:1 !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.45rem !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  margin-top:1rem !important;
}

.universal-secondary-hero .secondary-full-trust span,
.universal-secondary-hero .universal-hero-trust span,
.universal-secondary-hero .gallery-hero-trust span,
.universal-secondary-hero .secondary-service-trust span,
.universal-secondary-hero .subservice-trust span,
.universal-secondary-hero .services-hub-trust span,
.universal-secondary-hero .location-hub-trust span,
.universal-secondary-hero .single-location-trust span{
  flex:0 1 auto !important;
  white-space:nowrap !important;
  font-size:.74rem !important;
  line-height:1 !important;
  padding:.48rem .55rem !important;
}

/* Make sure regular section content is never wider than the header */
section > .container,
main > .container,
footer > .container{
  width:min(var(--site-width), calc(100% - (var(--site-gutter) * 2))) !important;
  max-width:var(--site-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Centered/narrow text blocks stay visually narrow, but aligned inside the same header-width container */
.secondary-full-narrow{
  max-width:var(--site-width) !important;
}
.secondary-full-narrow > h2,
.secondary-full-narrow > p{
  max-width:64rem !important;
}

/* Responsive */
@media(max-width:980px){
  .universal-secondary-hero .secondary-full-hero-inner{
    grid-template-columns:minmax(0,1fr) !important;
    min-height:auto !important;
  }

  .universal-secondary-hero .secondary-full-hero-inner > *,
  .universal-secondary-hero .terrain-inline-actions,
  .universal-secondary-hero .secondary-full-trust,
  .universal-secondary-hero .universal-hero-trust,
  .universal-secondary-hero .gallery-hero-trust,
  .universal-secondary-hero .secondary-service-trust,
  .universal-secondary-hero .subservice-trust,
  .universal-secondary-hero .services-hub-trust,
  .universal-secondary-hero .location-hub-trust,
  .universal-secondary-hero .single-location-trust{
    grid-column:1 !important;
    max-width:44rem !important;
  }

  .universal-secondary-hero .secondary-full-trust,
  .universal-secondary-hero .universal-hero-trust,
  .universal-secondary-hero .gallery-hero-trust,
  .universal-secondary-hero .secondary-service-trust,
  .universal-secondary-hero .subservice-trust,
  .universal-secondary-hero .services-hub-trust,
  .universal-secondary-hero .location-hub-trust,
  .universal-secondary-hero .single-location-trust{
    flex-wrap:wrap !important;
    overflow:visible !important;
  }
}

@media(max-width:680px){
  :root{
    --site-gutter:1rem;
  }

  .universal-secondary-hero .secondary-full-hero-inner{
    padding-block:4rem !important;
  }

  .universal-secondary-hero h1{
    font-size:clamp(2.05rem,10vw,3.35rem) !important;
    letter-spacing:-.045em !important;
  }

  .universal-secondary-hero .terrain-inline-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
    max-width:100% !important;
  }

  .universal-secondary-hero .terrain-inline-actions .btn{
    width:100% !important;
    max-width:none !important;
    justify-content:center !important;
  }
}



/* FINAL HERO CORRECTION — like homepage screenshot, smaller H1 */
.universal-secondary-hero{
  min-height:clamp(34rem,54vw,42rem) !important;
  display:block !important;
  padding:0 !important;
  overflow:hidden !important;
}

.universal-secondary-hero .secondary-full-hero-media{
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg,rgba(17,22,21,.88) 0%,rgba(17,22,21,.74) 38%,rgba(17,22,21,.42) 68%,rgba(17,22,21,.24) 100%),
    var(--secondary-hero-image) center/cover no-repeat !important;
}

.universal-secondary-hero .secondary-full-hero-inner{
  width:min(1180px, calc(100% - 2rem)) !important;
  max-width:1180px !important;
  margin-inline:auto !important;
  min-height:clamp(34rem,54vw,42rem) !important;
  padding-block:clamp(4.5rem,7vw,6.5rem) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  position:relative !important;
  z-index:1 !important;
}

/* Content uses the left side like the homepage screenshot, not a tight 50% column */
.universal-secondary-hero .secondary-full-hero-inner > *{
  width:100% !important;
  max-width:min(66%, 54rem) !important;
}

.universal-secondary-hero h1{
  max-width:min(66%, 54rem) !important;
  font-size:clamp(2.55rem,4.35vw,4.85rem) !important;
  line-height:.96 !important;
  letter-spacing:-.06em !important;
  margin:.4rem 0 1rem !important;
  color:#fff !important;
}

.universal-secondary-hero p:not(.eyebrow){
  max-width:min(56%, 44rem) !important;
  font-size:clamp(1rem,1.08vw,1.18rem) !important;
  line-height:1.58 !important;
  margin:0 0 1.25rem !important;
  color:#fff !important;
}

.universal-secondary-hero .eyebrow{
  max-width:min(66%, 54rem) !important;
  color:var(--orange) !important;
  letter-spacing:.22em !important;
  font-weight:1000 !important;
}

/* CTAs stay under the copy, same feeling as homepage */
.universal-secondary-hero .terrain-inline-actions{
  width:auto !important;
  max-width:min(66%, 54rem) !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.85rem !important;
}

.universal-secondary-hero .terrain-inline-actions .btn{
  flex:0 0 auto !important;
  width:auto !important;
  max-width:none !important;
  white-space:nowrap !important;
}

/* Trust row stays under CTAs, clean single row desktop */
.universal-secondary-hero .secondary-full-trust,
.universal-secondary-hero .universal-hero-trust,
.universal-secondary-hero .gallery-hero-trust,
.universal-secondary-hero .secondary-service-trust,
.universal-secondary-hero .subservice-trust,
.universal-secondary-hero .services-hub-trust,
.universal-secondary-hero .location-hub-trust,
.universal-secondary-hero .single-location-trust{
  width:auto !important;
  max-width:min(66%, 54rem) !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.45rem !important;
  margin-top:1rem !important;
  overflow:hidden !important;
}

.universal-secondary-hero .secondary-full-trust span,
.universal-secondary-hero .universal-hero-trust span,
.universal-secondary-hero .gallery-hero-trust span,
.universal-secondary-hero .secondary-service-trust span,
.universal-secondary-hero .subservice-trust span,
.universal-secondary-hero .services-hub-trust span,
.universal-secondary-hero .location-hub-trust span,
.universal-secondary-hero .single-location-trust span{
  flex:0 1 auto !important;
  white-space:nowrap !important;
  font-size:.74rem !important;
  line-height:1 !important;
  padding:.46rem .55rem !important;
}

/* Remove previous forced 2-column hero behavior */
.universal-secondary-hero .secondary-full-hero-inner{
  grid-template-columns:none !important;
  column-gap:0 !important;
}

.universal-secondary-hero .secondary-full-hero-inner > *,
.universal-secondary-hero .terrain-inline-actions,
.universal-secondary-hero .secondary-full-trust,
.universal-secondary-hero .universal-hero-trust{
  grid-column:auto !important;
}

@media(max-width:980px){
  .universal-secondary-hero .secondary-full-hero-inner > *,
  .universal-secondary-hero h1,
  .universal-secondary-hero p:not(.eyebrow),
  .universal-secondary-hero .eyebrow,
  .universal-secondary-hero .terrain-inline-actions,
  .universal-secondary-hero .secondary-full-trust,
  .universal-secondary-hero .universal-hero-trust,
  .universal-secondary-hero .gallery-hero-trust,
  .universal-secondary-hero .secondary-service-trust,
  .universal-secondary-hero .subservice-trust,
  .universal-secondary-hero .services-hub-trust,
  .universal-secondary-hero .location-hub-trust,
  .universal-secondary-hero .single-location-trust{
    max-width:44rem !important;
  }

  .universal-secondary-hero .secondary-full-trust,
  .universal-secondary-hero .universal-hero-trust,
  .universal-secondary-hero .gallery-hero-trust,
  .universal-secondary-hero .secondary-service-trust,
  .universal-secondary-hero .subservice-trust,
  .universal-secondary-hero .services-hub-trust,
  .universal-secondary-hero .location-hub-trust,
  .universal-secondary-hero .single-location-trust{
    flex-wrap:wrap !important;
    overflow:visible !important;
  }
}

@media(max-width:680px){
  .universal-secondary-hero{
    min-height:auto !important;
  }

  .universal-secondary-hero .secondary-full-hero-inner{
    min-height:auto !important;
    padding-block:4rem !important;
  }

  .universal-secondary-hero h1{
    font-size:clamp(2.1rem,10vw,3.35rem) !important;
    letter-spacing:-.045em !important;
  }

  .universal-secondary-hero .terrain-inline-actions{
    width:100% !important;
    max-width:100% !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .universal-secondary-hero .terrain-inline-actions .btn{
    width:100% !important;
    justify-content:center !important;
  }
}



/* Core pages manually redone: services, about, contact, sectors */
.core-page-hero{
  position:relative;
  min-height:clamp(31rem,50vw,38rem);
  overflow:hidden;
  color:#fff;
  background:#0f1714;
  display:block;
  padding:0;
}

.core-page-hero-media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(17,22,21,.90) 0%,rgba(17,22,21,.76) 42%,rgba(17,22,21,.46) 72%,rgba(17,22,21,.26) 100%),
    var(--core-hero-image) center/cover no-repeat;
}

.core-page-hero-inner{
  position:relative;
  z-index:1;
  min-height:clamp(31rem,50vw,38rem);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding-block:clamp(4rem,7vw,6rem);
}

.core-page-hero-inner > *{
  max-width:44rem;
}

.core-page-hero .eyebrow{
  color:var(--orange);
  letter-spacing:.22em;
  font-weight:1000;
  text-transform:uppercase;
  margin:0 0 .9rem;
}

.core-page-hero h1{
  color:#fff;
  font-size:clamp(2.25rem,3.65vw,4.25rem);
  line-height:.98;
  letter-spacing:-.055em;
  margin:0 0 1rem;
  max-width:45rem;
}

.core-page-hero p:not(.eyebrow){
  color:#fff;
  font-size:clamp(1rem,1.05vw,1.15rem);
  line-height:1.58;
  margin:0 0 1.25rem;
  max-width:39rem;
}

.core-page-hero .terrain-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
  justify-content:flex-start;
  align-items:center;
  width:auto;
  max-width:44rem;
}

.core-page-hero .terrain-inline-actions .btn{
  width:auto;
  max-width:none;
  white-space:nowrap;
}

.core-page-hero .btn-secondary{
  color:#fff;
  border-color:rgba(255,255,255,.38);
}

.core-page-hero .btn-secondary:hover{
  background:#fff;
  color:#0f1714;
  border-color:#fff;
}

.core-page-hero-trust{
  display:flex;
  flex-wrap:nowrap;
  gap:.45rem;
  margin-top:1rem;
  max-width:44rem;
  overflow:hidden;
}

.core-page-hero-trust span{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  padding:.48rem .6rem;
  font-size:.78rem;
  line-height:1;
  font-weight:850;
}

@media(max-width:760px){
  .core-page-hero,
  .core-page-hero-inner{
    min-height:auto;
  }

  .core-page-hero-inner{
    padding-block:4rem;
  }

  .core-page-hero h1{
    font-size:clamp(2.1rem,10vw,3.35rem);
  }

  .core-page-hero .terrain-inline-actions{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }

  .core-page-hero .terrain-inline-actions .btn{
    width:100%;
    justify-content:center;
  }

  .core-page-hero-trust{
    flex-wrap:wrap;
    overflow:visible;
  }
}



/* Clean unified hero trust bar */
.hero-trust-bar{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:.45rem !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin-top:1rem !important;
  max-width:54rem !important;
  width:auto !important;
  overflow:visible !important;
}

.hero-trust-bar span{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  color:#fff !important;
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  padding:.5rem .62rem !important;
  font-size:.78rem !important;
  line-height:1 !important;
  font-weight:850 !important;
}

.core-page-hero .hero-trust-bar,
.universal-secondary-hero .hero-trust-bar{
  max-width:54rem !important;
}

.core-page-hero-inner{
  gap:0 !important;
}

.core-page-hero .terrain-inline-actions,
.universal-secondary-hero .terrain-inline-actions{
  margin-bottom:0 !important;
}

@media(max-width:980px){
  .hero-trust-bar{
    flex-wrap:wrap !important;
    max-width:44rem !important;
  }
}

@media(max-width:560px){
  .hero-trust-bar{
    gap:.4rem !important;
  }
  .hero-trust-bar span{
    font-size:.72rem !important;
    padding:.46rem .52rem !important;
  }
}



/* H1 hero smaller pass */
.hero h1,
.home-hero h1,
.terrain-hero h1,
.core-page-hero h1,
.universal-secondary-hero h1,
.secondary-full-hero h1,
.gallery-filter-hero h1{
  font-size:clamp(2.1rem,3.15vw,3.65rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  max-width:48rem !important;
}

.core-page-hero p:not(.eyebrow),
.universal-secondary-hero p:not(.eyebrow),
.secondary-full-hero p:not(.eyebrow){
  max-width:38rem !important;
}

@media(max-width:680px){
  .hero h1,
  .home-hero h1,
  .terrain-hero h1,
  .core-page-hero h1,
  .universal-secondary-hero h1,
  .secondary-full-hero h1,
  .gallery-filter-hero h1{
    font-size:clamp(1.95rem,8.5vw,2.8rem) !important;
    line-height:1.04 !important;
  }
}



/* Last CTA same as homepage across all pages */
.terrain-final,
.page-final-cta{
  background:#111615 !important;
  color:#fff !important;
  padding-block:clamp(3rem,5vw,6rem) !important;
  text-align:center !important;
}

.terrain-final .terrain-final-grid,
.page-final-cta .terrain-final-grid{
  display:flex !important;
  justify-content:center !important;
  text-align:center !important;
  grid-template-columns:1fr !important;
}

.terrain-final .terrain-final-copy,
.page-final-cta .terrain-final-copy{
  max-width:760px !important;
  margin-inline:auto !important;
}

.terrain-final .eyebrow,
.page-final-cta .eyebrow{
  color:var(--orange) !important;
  text-transform:uppercase !important;
  letter-spacing:.22em !important;
  font-weight:1000 !important;
  margin:0 0 1rem !important;
}

.terrain-final h2,
.page-final-cta h2{
  color:#fff !important;
  font-size:clamp(2.1rem,3.15vw,3.65rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  max-width:52rem !important;
  margin:0 auto 1.35rem !important;
}

.terrain-final .terrain-inline-actions,
.page-final-cta .terrain-inline-actions{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:1rem !important;
  flex-wrap:wrap !important;
}

.terrain-final .btn-primary,
.page-final-cta .btn-primary{
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:#fff !important;
  box-shadow:0 18px 40px rgba(255,142,0,.2) !important;
}

.terrain-final .btn-secondary,
.page-final-cta .btn-secondary{
  background:transparent !important;
  border:1px solid rgba(255,255,255,.35) !important;
  color:#fff !important;
}

.terrain-final .btn-secondary:hover,
.page-final-cta .btn-secondary:hover{
  background:#fff !important;
  color:#0f1714 !important;
  border-color:#fff !important;
}

@media(max-width:680px){
  .terrain-final,
  .page-final-cta{
    padding-block:4rem !important;
  }

  .terrain-final h2,
  .page-final-cta h2{
    font-size:clamp(1.95rem,8.5vw,2.8rem) !important;
  }

  .terrain-final .terrain-inline-actions,
  .page-final-cta .terrain-inline-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .terrain-final .terrain-inline-actions .btn,
  .page-final-cta .terrain-inline-actions .btn{
    width:100% !important;
    justify-content:center !important;
  }
}



/* Searchable global FAQ page */
.faq-search-section{
  background:#f5efe5;
}

.faq-search-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  margin-bottom:1.25rem;
}

.faq-search-head h2{
  font-size:clamp(2rem,3vw,3.35rem);
  line-height:1;
  letter-spacing:-.045em;
  margin:0;
}

.faq-search-head > p{
  margin:0;
  color:#5d554d;
  font-weight:750;
}

.faq-search-tools{
  background:#fffaf2;
  border:1px solid rgba(17,22,21,.1);
  padding:1rem;
  margin-bottom:1rem;
}

.faq-search-input{
  display:grid;
  gap:.45rem;
  margin-bottom:1rem;
}

.faq-search-input span{
  font-weight:950;
  color:#111615;
}

.faq-search-input input{
  width:100%;
  border:1px solid rgba(17,22,21,.18);
  background:#fff;
  color:#111615;
  padding:1rem 1.1rem;
  font:inherit;
  font-weight:750;
  outline:none;
}

.faq-search-input input:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(255,142,0,.14);
}

.faq-filter-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
}

.faq-filter-tabs button{
  appearance:none;
  border:1px solid rgba(17,22,21,.14);
  background:#fff;
  color:#111615;
  padding:.72rem .9rem;
  font:inherit;
  font-weight:950;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}

.faq-filter-tabs button.active,
.faq-filter-tabs button:hover{
  background:var(--orange);
  border-color:var(--orange);
  color:#fff;
}

.faq-search-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.85rem;
}

.faq-search-card{
  background:#fffaf2;
  border:1px solid rgba(17,22,21,.1);
  padding:1.15rem;
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.faq-search-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,142,0,.55);
  box-shadow:0 14px 28px rgba(17,22,21,.07);
}

.faq-search-card[hidden]{
  display:none !important;
}

.faq-search-card-top{
  display:flex;
  margin-bottom:.7rem;
}

.faq-search-card-top span{
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.72rem;
  font-weight:1000;
}

.faq-search-card h2{
  font-size:1.15rem;
  line-height:1.2;
  letter-spacing:-.025em;
  margin:0 0 .55rem;
}

.faq-search-card p{
  color:#5d554d;
  margin:0;
  line-height:1.55;
}

.faq-empty{
  text-align:center;
  background:#fffaf2;
  border:1px solid rgba(17,22,21,.1);
  padding:2rem;
  margin-top:1rem;
}

.faq-empty h2{
  margin:0 0 .5rem;
}

.faq-empty p{
  color:#5d554d;
  margin:0 0 1rem;
}

@media(max-width:820px){
  .faq-search-head{
    display:block;
  }
  .faq-search-head > p{
    margin-top:.6rem;
  }
  .faq-search-grid{
    grid-template-columns:1fr;
  }
}



/* Mega menu services */
.site-header{
  z-index:1000;
}

.main-nav{
  position:relative;
}

.nav-mega{
  position:relative;
  display:flex;
  align-items:center;
}

.nav-mega-trigger{
  display:flex !important;
  align-items:center;
  gap:.35rem;
}

.nav-mega-caret{
  font-size:.78em;
  line-height:1;
  transform:translateY(1px);
}

.mega-menu{
  position:fixed;
  left:50%;
  top:var(--mega-top, 82px);
  transform:translateX(-50%) translateY(8px);
  width:min(1180px, calc(100% - 2rem));
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1001;
}

.nav-mega:hover .mega-menu,
.nav-mega:focus-within .mega-menu,
.nav-mega.is-open .mega-menu{
  opacity:1;
  pointer-events:auto;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.mega-menu-inner{
  background:#111615;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  padding:1rem;
  display:grid;
  grid-template-columns:.82fr 2.2fr;
  gap:1rem;
}

.mega-menu-head{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  padding:1.15rem;
}

.mega-menu-head .eyebrow{
  color:var(--orange);
  margin:0 0 .65rem;
}

.mega-menu-head h3{
  color:#fff;
  font-size:clamp(1.5rem,2.2vw,2.35rem);
  line-height:1;
  letter-spacing:-.045em;
  margin:0 0 .65rem;
}

.mega-menu-head p{
  color:#f3eadf;
  line-height:1.55;
  margin:0 0 1rem;
}

.mega-menu-main-link,
.mega-small-link{
  color:var(--orange) !important;
  font-weight:950;
  text-decoration:none;
}

.mega-menu-columns{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.75rem;
}

.mega-menu-col{
  display:flex;
  flex-direction:column;
  gap:.15rem;
}

.mega-menu-col a{
  color:#f3eadf !important;
  text-decoration:none;
  font-size:.92rem;
  font-weight:780;
  line-height:1.25;
  padding:.5rem .45rem;
  border-radius:.2rem;
  transition:background .16s ease,color .16s ease;
}

.mega-menu-col a:hover{
  background:rgba(255,142,0,.14);
  color:#fff !important;
}

.mega-menu-col .mega-menu-title{
  color:#fff !important;
  font-size:1rem;
  font-weight:1000;
  margin-bottom:.3rem;
  padding:.45rem;
  background:rgba(255,255,255,.07);
}

.mega-menu-feature{
  background:#fffaf2;
  color:#111615;
  padding:1rem;
  justify-content:flex-start;
  gap:.55rem;
}

.mega-menu-feature span{
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.72rem;
  font-weight:1000;
}

.mega-menu-feature h4{
  color:#111615;
  margin:0;
  font-size:1.22rem;
  line-height:1.08;
  letter-spacing:-.035em;
}

.mega-menu-feature p{
  color:#5d554d;
  margin:0;
  line-height:1.45;
  font-size:.92rem;
}

.mega-menu-feature .btn{
  width:100%;
  justify-content:center;
  margin-top:.15rem;
  color:#fff !important;
}

.mega-menu-feature .mega-small-link{
  padding:.2rem 0 0 !important;
}

@media(max-width:1080px){
  .mega-menu-inner{
    grid-template-columns:1fr;
  }
  .mega-menu-columns{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .mega-menu-feature{
    grid-column:1 / -1;
  }
}

@media(max-width:920px){
  .nav-mega{
    width:100%;
    display:block;
  }

  .nav-mega-trigger{
    width:100%;
    justify-content:space-between;
  }

  .mega-menu{
    position:static;
    transform:none !important;
    width:100%;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none;
    margin:.35rem 0 .65rem;
  }

  .nav-mega.is-open .mega-menu{
    display:block;
  }

  .nav-mega:hover .mega-menu,
  .nav-mega:focus-within .mega-menu{
    display:block;
  }

  .mega-menu-inner{
    box-shadow:none;
    padding:.75rem;
    border-radius:0;
  }

  .mega-menu-columns{
    grid-template-columns:1fr;
  }

  .mega-menu-head{
    display:none;
  }

  .mega-menu-col a{
    padding:.65rem .5rem;
  }
}



/* Reduced header menu + company dropdown */
.nav-company{
  position:relative;
  display:flex;
  align-items:center;
}

.nav-company-trigger{
  appearance:none;
  background:transparent;
  border:0;
  color:inherit;
  font:inherit;
  font-weight:850;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:.35rem;
  padding:0;
}

.nav-company-trigger.active,
.nav-company-trigger:hover{
  color:var(--orange);
}

.company-menu{
  position:absolute;
  top:calc(100% + 1rem);
  right:0;
  min-width:13rem;
  background:#111615;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 60px rgba(0,0,0,.24);
  padding:.45rem;
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1002;
}

.nav-company:hover .company-menu,
.nav-company:focus-within .company-menu,
.nav-company.is-open .company-menu{
  opacity:1;
  pointer-events:auto;
  visibility:visible;
  transform:translateY(0);
}

.company-menu a{
  display:block;
  color:#f3eadf !important;
  text-decoration:none;
  font-weight:850;
  padding:.75rem .85rem;
  line-height:1.2;
  border-radius:.2rem;
}

.company-menu a:hover{
  background:rgba(255,142,0,.14);
  color:#fff !important;
}

@media(max-width:920px){
  .nav-company{
    width:100%;
    display:block;
  }

  .nav-company-trigger{
    width:100%;
    justify-content:space-between;
    padding:.75rem 0;
  }

  .company-menu{
    position:static;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    box-shadow:none;
    width:100%;
    margin:.25rem 0 .65rem;
  }

  .nav-company.is-open .company-menu,
  .nav-company:hover .company-menu,
  .nav-company:focus-within .company-menu{
    display:block;
  }
}



/* Company item fixed to match normal nav items */
.nav-company{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
}

.nav-company-trigger{
  display:flex !important;
  align-items:center !important;
  gap:.35rem !important;
  color:inherit !important;
  text-decoration:none !important;
  font:inherit !important;
  font-weight:850 !important;
  line-height:1 !important;
  padding:0 !important;
  cursor:pointer !important;
  border:0 !important;
  background:transparent !important;
}

.nav-company-trigger.active,
.nav-company-trigger:hover,
.nav-company:focus-within .nav-company-trigger{
  color:var(--orange) !important;
}

.nav-company .company-menu{
  position:absolute !important;
  top:calc(100% + 1rem) !important;
  right:0 !important;
  min-width:13rem !important;
  background:#111615 !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.24) !important;
  padding:.45rem !important;
  opacity:0 !important;
  pointer-events:none !important;
  visibility:hidden !important;
  transform:translateY(8px) !important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  z-index:1002 !important;
}

.nav-company:hover .company-menu,
.nav-company:focus-within .company-menu,
.nav-company.is-open .company-menu{
  opacity:1 !important;
  pointer-events:auto !important;
  visibility:visible !important;
  transform:translateY(0) !important;
}

.company-menu a{
  display:block !important;
  color:#f3eadf !important;
  text-decoration:none !important;
  font-weight:850 !important;
  padding:.75rem .85rem !important;
  line-height:1.2 !important;
  border-radius:.2rem !important;
}

.company-menu a:hover{
  background:rgba(255,142,0,.14) !important;
  color:#fff !important;
}

@media(max-width:920px){
  .nav-company{
    width:100% !important;
    display:block !important;
  }

  .nav-company-trigger{
    width:100% !important;
    justify-content:space-between !important;
    padding:.75rem 0 !important;
  }

  .nav-company .company-menu{
    position:static !important;
    display:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    box-shadow:none !important;
    width:100% !important;
    margin:.25rem 0 .65rem !important;
  }

  .nav-company.is-open .company-menu{
    display:block !important;
  }
}



/* HARD FIX — Compagnie visible and aligned */
.header-shell{
  gap:clamp(1.25rem,2vw,2.25rem) !important;
}

.main-nav{
  display:flex !important;
  align-items:center !important;
  gap:clamp(1.35rem,2.15vw,2.15rem) !important;
  flex:1 1 auto !important;
  min-width:0 !important;
}

.main-nav > a,
.main-nav .nav-mega-trigger,
.main-nav .nav-company-trigger{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.35rem !important;
  color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-decoration:none !important;
  font-weight:950 !important;
  font-size:clamp(.94rem,1.05vw,1.05rem) !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  width:auto !important;
  min-width:auto !important;
  max-width:none !important;
  transform:none !important;
}

.main-nav > a.active,
.main-nav .nav-mega-trigger.active,
.main-nav .nav-company-trigger.active{
  color:#fff !important;
}

.main-nav > a:hover,
.main-nav .nav-mega-trigger:hover,
.main-nav .nav-company-trigger:hover{
  color:var(--orange) !important;
}

.main-nav > a.active::after,
.main-nav .nav-mega-trigger.active::after,
.main-nav .nav-company-trigger.active::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-.78rem !important;
  height:2px !important;
  background:var(--orange) !important;
}

.main-nav > a,
.main-nav .nav-mega-trigger,
.main-nav .nav-company-trigger{
  position:relative !important;
}

.nav-company{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:max-content !important;
  max-width:none !important;
  opacity:1 !important;
  visibility:visible !important;
  overflow:visible !important;
}

.nav-company-trigger span:first-child{
  display:inline !important;
  color:inherit !important;
  opacity:1 !important;
  visibility:visible !important;
}

.nav-mega-caret{
  display:inline-flex !important;
  color:inherit !important;
  opacity:1 !important;
  visibility:visible !important;
  font-size:.7em !important;
  line-height:1 !important;
}

.company-menu{
  position:absolute !important;
  top:calc(100% + 1rem) !important;
  right:0 !important;
  min-width:13rem !important;
  background:#111615 !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.24) !important;
  padding:.45rem !important;
  opacity:0 !important;
  pointer-events:none !important;
  visibility:hidden !important;
  transform:translateY(8px) !important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  z-index:1002 !important;
}

.nav-company:hover .company-menu,
.nav-company:focus-within .company-menu,
.nav-company.is-open .company-menu{
  opacity:1 !important;
  pointer-events:auto !important;
  visibility:visible !important;
  transform:translateY(0) !important;
}

.company-menu a{
  display:block !important;
  color:#f3eadf !important;
  text-decoration:none !important;
  font-weight:850 !important;
  padding:.75rem .85rem !important;
  line-height:1.2 !important;
  border-radius:.2rem !important;
  white-space:nowrap !important;
}

.company-menu a:hover{
  background:rgba(255,142,0,.14) !important;
  color:#fff !important;
}

.header-actions{
  flex:0 0 auto !important;
}

@media(max-width:1180px){
  .main-nav{
    gap:1rem !important;
  }
  .main-nav > a,
  .main-nav .nav-mega-trigger,
  .main-nav .nav-company-trigger{
    font-size:.94rem !important;
  }
  .header-call{
    padding-inline:1rem !important;
  }
}

@media(max-width:920px){
  .main-nav{
    display:none !important;
    gap:0 !important;
  }

  .main-nav.is-open,
  .site-header.menu-open .main-nav{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .main-nav > a,
  .main-nav .nav-mega-trigger,
  .main-nav .nav-company-trigger{
    width:100% !important;
    justify-content:space-between !important;
    padding:.75rem 0 !important;
  }

  .nav-company{
    width:100% !important;
    display:block !important;
  }

  .company-menu{
    position:static !important;
    display:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    box-shadow:none !important;
    width:100% !important;
    margin:.25rem 0 .65rem !important;
  }

  .nav-company.is-open .company-menu{
    display:block !important;
  }
}



/* Company mega menu */
.nav-company-mega{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:max-content !important;
  max-width:none !important;
  overflow:visible !important;
}

.nav-company-mega .nav-company-trigger{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.35rem !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:950 !important;
  font-size:clamp(.94rem,1.05vw,1.05rem) !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  width:auto !important;
}

.nav-company-mega .nav-company-trigger.active,
.nav-company-mega .nav-company-trigger:hover{
  color:var(--orange) !important;
}

.nav-company-mega .nav-company-trigger.active::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-.78rem !important;
  height:2px !important;
  background:var(--orange) !important;
}

.nav-company-mega .nav-company-trigger{
  position:relative !important;
}

.company-mega-menu{
  position:fixed;
  left:50%;
  top:var(--mega-top, 82px);
  transform:translateX(-50%) translateY(8px);
  width:min(920px, calc(100% - 2rem));
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1001;
}

.nav-company-mega:hover .company-mega-menu,
.nav-company-mega:focus-within .company-mega-menu,
.nav-company-mega.is-open .company-mega-menu{
  opacity:1;
  pointer-events:auto;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.company-mega-inner{
  background:#111615;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  padding:1rem;
  display:grid;
  grid-template-columns:.72fr 1.8fr;
  gap:1rem;
}

.company-mega-head{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  padding:1.15rem;
}

.company-mega-head .eyebrow{
  color:var(--orange);
  margin:0 0 .65rem;
}

.company-mega-head h3{
  color:#fff;
  font-size:clamp(1.45rem,2vw,2.15rem);
  line-height:1;
  letter-spacing:-.045em;
  margin:0 0 .65rem;
}

.company-mega-head p{
  color:#f3eadf;
  line-height:1.55;
  margin:0;
}

.company-mega-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.65rem;
}

.company-mega-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  color:#fff !important;
  text-decoration:none;
  padding:.9rem;
  display:grid;
  gap:.35rem;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}

.company-mega-card:hover{
  background:rgba(255,142,0,.14);
  border-color:rgba(255,142,0,.42);
  transform:translateY(-2px);
}

.company-mega-card span{
  color:var(--orange);
  font-size:.74rem;
  font-weight:1000;
  letter-spacing:.12em;
}

.company-mega-card strong{
  color:#fff;
  font-size:1.02rem;
  line-height:1.1;
}

.company-mega-card em{
  color:#f3eadf;
  font-style:normal;
  font-size:.88rem;
  line-height:1.42;
}

.company-mega-contact{
  background:#fffaf2;
  color:#111615;
  padding:.95rem;
  display:grid;
  gap:.4rem;
}

.company-mega-contact span{
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:1000;
}

.company-mega-contact strong{
  color:#111615;
  font-size:1.25rem;
  line-height:1;
}

.company-mega-contact p{
  color:#5d554d;
  margin:0;
  font-size:.9rem;
  line-height:1.4;
}

.company-mega-contact .btn{
  width:100%;
  justify-content:center;
  color:#fff !important;
  margin-top:.2rem;
}

/* Hide old small company dropdown if older CSS remains */
.nav-company,
.company-menu{
  display:none !important;
}

@media(max-width:1080px){
  .company-mega-inner{
    grid-template-columns:1fr;
  }
}

@media(max-width:920px){
  .nav-company-mega{
    width:100% !important;
    display:block !important;
  }

  .nav-company-mega .nav-company-trigger{
    width:100% !important;
    justify-content:space-between !important;
    padding:.75rem 0 !important;
  }

  .company-mega-menu{
    position:static;
    transform:none !important;
    width:100%;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none;
    margin:.35rem 0 .65rem;
  }

  .nav-company-mega.is-open .company-mega-menu{
    display:block;
  }

  .company-mega-inner{
    box-shadow:none;
    padding:.75rem;
    border-radius:0;
  }

  .company-mega-head{
    display:none;
  }

  .company-mega-grid{
    grid-template-columns:1fr;
  }
}



/* Sectors mega menu */
.nav-sectors-mega{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:max-content !important;
  max-width:none !important;
  overflow:visible !important;
}

.nav-sectors-trigger{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.35rem !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:950 !important;
  font-size:clamp(.94rem,1.05vw,1.05rem) !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  width:auto !important;
  position:relative !important;
}

.nav-sectors-trigger.active,
.nav-sectors-trigger:hover{
  color:var(--orange) !important;
}

.nav-sectors-trigger.active::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-.78rem !important;
  height:2px !important;
  background:var(--orange) !important;
}

.sectors-mega-menu{
  position:fixed;
  left:50%;
  top:var(--mega-top, 82px);
  transform:translateX(-50%) translateY(8px);
  width:min(980px, calc(100% - 2rem));
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1001;
}

.nav-sectors-mega:hover .sectors-mega-menu,
.nav-sectors-mega:focus-within .sectors-mega-menu,
.nav-sectors-mega.is-open .sectors-mega-menu{
  opacity:1;
  pointer-events:auto;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.sectors-mega-inner{
  background:#111615;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  padding:1rem;
  display:grid;
  grid-template-columns:.72fr 1.9fr;
  gap:1rem;
}

.sectors-mega-head{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  padding:1.15rem;
}

.sectors-mega-head .eyebrow{
  color:var(--orange);
  margin:0 0 .65rem;
}

.sectors-mega-head h3{
  color:#fff;
  font-size:clamp(1.45rem,2vw,2.15rem);
  line-height:1;
  letter-spacing:-.045em;
  margin:0 0 .65rem;
}

.sectors-mega-head p{
  color:#f3eadf;
  line-height:1.55;
  margin:0 0 1rem;
}

.sectors-mega-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.65rem;
}

.sectors-mega-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  color:#fff !important;
  text-decoration:none;
  padding:.9rem;
  display:grid;
  gap:.35rem;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}

.sectors-mega-card:hover{
  background:rgba(255,142,0,.14);
  border-color:rgba(255,142,0,.42);
  transform:translateY(-2px);
}

.sectors-mega-card span{
  color:var(--orange);
  font-size:.74rem;
  font-weight:1000;
  letter-spacing:.12em;
}

.sectors-mega-card strong{
  color:#fff;
  font-size:1.02rem;
  line-height:1.1;
}

.sectors-mega-card em{
  color:#f3eadf;
  font-style:normal;
  font-size:.88rem;
  line-height:1.42;
}

.sectors-mega-contact{
  background:#fffaf2;
  color:#111615;
  padding:.95rem;
  display:grid;
  gap:.4rem;
}

.sectors-mega-contact span{
  color:var(--orange);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:1000;
}

.sectors-mega-contact strong{
  color:#111615;
  font-size:1.25rem;
  line-height:1;
}

.sectors-mega-contact p{
  color:#5d554d;
  margin:0;
  font-size:.9rem;
  line-height:1.4;
}

.sectors-mega-contact .btn{
  width:100%;
  justify-content:center;
  color:#fff !important;
  margin-top:.2rem;
}

@media(max-width:1080px){
  .sectors-mega-inner{
    grid-template-columns:1fr;
  }
}

@media(max-width:920px){
  .nav-sectors-mega{
    width:100% !important;
    display:block !important;
  }

  .nav-sectors-trigger{
    width:100% !important;
    justify-content:space-between !important;
    padding:.75rem 0 !important;
  }

  .sectors-mega-menu{
    position:static;
    transform:none !important;
    width:100%;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none;
    margin:.35rem 0 .65rem;
  }

  .nav-sectors-mega.is-open .sectors-mega-menu{
    display:block;
  }

  .sectors-mega-inner{
    box-shadow:none;
    padding:.75rem;
    border-radius:0;
  }

  .sectors-mega-head{
    display:none;
  }

  .sectors-mega-grid{
    grid-template-columns:1fr;
  }
}



/* Click-open mega menus */
.nav-mega.is-open .mega-menu,
.nav-sectors-mega.is-open .sectors-mega-menu,
.nav-company-mega.is-open .company-mega-menu{
  opacity:1 !important;
  pointer-events:auto !important;
  visibility:visible !important;
  transform:translateX(-50%) translateY(0) !important;
}

@media(max-width:920px){
  .nav-mega.is-open .mega-menu,
  .nav-sectors-mega.is-open .sectors-mega-menu,
  .nav-company-mega.is-open .company-mega-menu{
    display:block !important;
    transform:none !important;
  }
}



/* HERO 100% VIEWPORT HEIGHT */
:root{
  --header-height:96px;
}

/* All first-page hero sections take the full visible viewport under the header */
main > section:first-child,
.hero,
.home-hero,
.terrain-hero,
.page-hero,
.core-page-hero,
.universal-secondary-hero,
.secondary-full-hero,
.gallery-filter-hero{
  min-height:calc(100svh - var(--header-height)) !important;
}

/* Inner hero content also fills the same height so it stays vertically centered */
main > section:first-child > .container,
.hero > .container,
.home-hero > .container,
.terrain-hero > .container,
.page-hero > .container,
.core-page-hero .core-page-hero-inner,
.universal-secondary-hero .secondary-full-hero-inner,
.secondary-full-hero .secondary-full-hero-inner,
.gallery-filter-hero .gallery-filter-hero-inner{
  min-height:calc(100svh - var(--header-height)) !important;
}

/* Keep background media covering the full hero area */
.core-page-hero-media,
.secondary-full-hero-media,
.gallery-filter-hero-media,
.subservice-hero-media,
.home-hero-media,
.terrain-hero-media{
  height:100% !important;
  min-height:100% !important;
}

/* Make sure first hero content remains centered vertically */
.core-page-hero-inner,
.universal-secondary-hero .secondary-full-hero-inner,
.secondary-full-hero-inner,
.gallery-filter-hero-inner{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

/* Mobile: use dynamic viewport height for browser chrome */
@media(max-width:760px){
  main > section:first-child,
  .hero,
  .home-hero,
  .terrain-hero,
  .page-hero,
  .core-page-hero,
  .universal-secondary-hero,
  .secondary-full-hero,
  .gallery-filter-hero,
  main > section:first-child > .container,
  .hero > .container,
  .home-hero > .container,
  .terrain-hero > .container,
  .page-hero > .container,
  .core-page-hero .core-page-hero-inner,
  .universal-secondary-hero .secondary-full-hero-inner,
  .secondary-full-hero .secondary-full-hero-inner,
  .gallery-filter-hero .gallery-filter-hero-inner{
    min-height:calc(100dvh - var(--header-height)) !important;
  }
}



/* Chrome-safe mega menu behavior reset */
.nav-mega,
.nav-sectors-mega,
.nav-company-mega{
  position:relative !important;
  overflow:visible !important;
}

.mega-menu,
.sectors-mega-menu,
.company-mega-menu{
  position:fixed !important;
  left:50% !important;
  top:var(--mega-top, 96px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:9999 !important;
}

.mega-menu{
  width:min(1180px, calc(100vw - 2rem)) !important;
  transform:translateX(-50%) translateY(10px) !important;
}

.sectors-mega-menu,
.company-mega-menu{
  width:min(980px, calc(100vw - 2rem)) !important;
  transform:translateX(-50%) translateY(10px) !important;
}

.nav-mega:hover .mega-menu,
.nav-mega:focus-within .mega-menu,
.nav-mega.is-open .mega-menu,
.nav-sectors-mega:hover .sectors-mega-menu,
.nav-sectors-mega:focus-within .sectors-mega-menu,
.nav-sectors-mega.is-open .sectors-mega-menu,
.nav-company-mega:hover .company-mega-menu,
.nav-company-mega:focus-within .company-mega-menu,
.nav-company-mega.is-open .company-mega-menu{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateX(-50%) translateY(0) !important;
}

/* keep trigger links visible in Chrome */
.nav-mega-trigger,
.nav-sectors-trigger,
.nav-company-trigger{
  display:inline-flex !important;
  align-items:center !important;
  gap:.35rem !important;
  color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-decoration:none !important;
  cursor:pointer !important;
  background:transparent !important;
}

.nav-mega-trigger:hover,
.nav-sectors-trigger:hover,
.nav-company-trigger:hover{
  color:var(--orange) !important;
}

@media(max-width:920px){
  .main-nav{
    display:none !important;
  }

  .main-nav.is-open,
  .site-header.menu-open .main-nav{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .mega-menu,
  .sectors-mega-menu,
  .company-mega-menu{
    position:static !important;
    left:auto !important;
    top:auto !important;
    width:100% !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    display:none !important;
    margin:.35rem 0 .65rem !important;
  }

  .nav-mega.is-open .mega-menu,
  .nav-sectors-mega.is-open .sectors-mega-menu,
  .nav-company-mega.is-open .company-mega-menu{
    display:block !important;
    transform:none !important;
  }

  .nav-mega:hover .mega-menu,
  .nav-sectors-mega:hover .sectors-mega-menu,
  .nav-company-mega:hover .company-mega-menu{
    display:none !important;
  }

  .nav-mega.is-open:hover .mega-menu,
  .nav-sectors-mega.is-open:hover .sectors-mega-menu,
  .nav-company-mega.is-open:hover .company-mega-menu{
    display:block !important;
  }

  .nav-mega,
  .nav-sectors-mega,
  .nav-company-mega{
    width:100% !important;
    display:block !important;
  }

  .nav-mega-trigger,
  .nav-sectors-trigger,
  .nav-company-trigger{
    width:100% !important;
    justify-content:space-between !important;
    padding:.75rem 0 !important;
  }
}



/* FINAL Chrome + breakpoint fix for mega menus */
.main-nav{
  overflow:visible !important;
}

.nav-mega,
.nav-sectors-mega,
.nav-company-mega{
  position:relative !important;
  overflow:visible !important;
  flex:0 0 auto !important;
}

.nav-mega-trigger,
.nav-sectors-trigger,
.nav-company-trigger{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.35rem !important;
  color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-decoration:none !important;
  font-weight:950 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  cursor:pointer !important;
}

.nav-mega-trigger:hover,
.nav-sectors-trigger:hover,
.nav-company-trigger:hover{
  color:var(--orange) !important;
}

.mega-menu,
.sectors-mega-menu,
.company-mega-menu{
  position:fixed !important;
  left:50% !important;
  top:var(--mega-top, 96px) !important;
  transform:translateX(-50%) translateY(10px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:9999 !important;
  display:block !important;
}

.mega-menu{
  width:min(1180px, calc(100vw - 2rem)) !important;
}

.sectors-mega-menu,
.company-mega-menu{
  width:min(980px, calc(100vw - 2rem)) !important;
}

.nav-mega:hover .mega-menu,
.nav-mega:focus-within .mega-menu,
.nav-mega.is-open .mega-menu,
.nav-sectors-mega:hover .sectors-mega-menu,
.nav-sectors-mega:focus-within .sectors-mega-menu,
.nav-sectors-mega.is-open .sectors-mega-menu,
.nav-company-mega:hover .company-mega-menu,
.nav-company-mega:focus-within .company-mega-menu,
.nav-company-mega.is-open .company-mega-menu{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateX(-50%) translateY(0) !important;
}

/* IMPORTANT: original site switches to mobile at 1100px */
@media(max-width:1100px){
  .header-shell{
    grid-template-columns:auto auto !important;
    justify-content:space-between !important;
  }

  .menu-toggle{
    display:block !important;
  }

  .header-actions{
    display:none !important;
  }

  .main-nav{
    grid-column:1 / -1 !important;
    display:none !important;
    width:100% !important;
    background:#1c1f1c !important;
    border-top:1px solid rgba(255,255,255,.1) !important;
    padding:1rem !important;
    gap:0 !important;
  }

  .main-nav.open,
  .main-nav.is-open,
  .site-header.menu-open .main-nav{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .main-nav > a,
  .nav-mega-trigger,
  .nav-sectors-trigger,
  .nav-company-trigger{
    width:100% !important;
    justify-content:space-between !important;
    padding:.85rem 0 !important;
  }

  .nav-mega,
  .nav-sectors-mega,
  .nav-company-mega{
    width:100% !important;
    display:block !important;
  }

  .mega-menu,
  .sectors-mega-menu,
  .company-mega-menu{
    position:static !important;
    left:auto !important;
    top:auto !important;
    width:100% !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    display:none !important;
    margin:.35rem 0 .75rem !important;
    z-index:auto !important;
  }

  .nav-mega.is-open .mega-menu,
  .nav-sectors-mega.is-open .sectors-mega-menu,
  .nav-company-mega.is-open .company-mega-menu{
    display:block !important;
    transform:none !important;
  }

  .nav-mega:hover .mega-menu,
  .nav-sectors-mega:hover .sectors-mega-menu,
  .nav-company-mega:hover .company-mega-menu{
    display:none !important;
  }

  .nav-mega.is-open:hover .mega-menu,
  .nav-sectors-mega.is-open:hover .sectors-mega-menu,
  .nav-company-mega.is-open:hover .company-mega-menu{
    display:block !important;
  }

  .mega-menu-inner,
  .sectors-mega-inner,
  .company-mega-inner{
    grid-template-columns:1fr !important;
    box-shadow:none !important;
    padding:.75rem !important;
  }

  .mega-menu-head,
  .sectors-mega-head,
  .company-mega-head{
    display:none !important;
  }

  .mega-menu-columns,
  .sectors-mega-grid,
  .company-mega-grid{
    grid-template-columns:1fr !important;
  }
}



/* FINAL FIX — mobile mega menus closed by default */
@media(max-width:1100px){
  body .site-header{
    position:relative !important;
    z-index:10000 !important;
  }

  body .header-shell{
    display:grid !important;
    grid-template-columns:auto auto !important;
    align-items:center !important;
    gap:1rem !important;
  }

  body .menu-toggle{
    display:flex !important;
    position:relative !important;
    z-index:10002 !important;
  }

  body .header-actions{
    display:none !important;
  }

  body .main-nav{
    grid-column:1 / -1 !important;
    display:none !important;
    width:100% !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:1rem 0 0 !important;
    margin:0 !important;
    background:#111615 !important;
    overflow:hidden !important;
  }

  body .main-nav.open,
  body .main-nav.is-open,
  body .site-header.menu-open .main-nav{
    display:flex !important;
  }

  body .main-nav > a,
  body .nav-mega-trigger,
  body .nav-sectors-trigger,
  body .nav-company-trigger{
    width:100% !important;
    min-height:44px !important;
    justify-content:space-between !important;
    padding:.85rem 0 !important;
    color:#fff !important;
    font-size:1rem !important;
    line-height:1.1 !important;
  }

  body .nav-mega,
  body .nav-sectors-mega,
  body .nav-company-mega{
    display:block !important;
    width:100% !important;
    position:relative !important;
  }

  /* The important part: no panel is visible unless its parent has .is-open */
  body .nav-mega:not(.is-open) .mega-menu,
  body .nav-sectors-mega:not(.is-open) .sectors-mega-menu,
  body .nav-company-mega:not(.is-open) .company-mega-menu{
    display:none !important;
    height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  body .mega-menu,
  body .sectors-mega-menu,
  body .company-mega-menu{
    position:static !important;
    left:auto !important;
    top:auto !important;
    width:100% !important;
    transform:none !important;
    margin:0 0 .75rem !important;
    z-index:auto !important;
    box-shadow:none !important;
  }

  body .nav-mega.is-open .mega-menu,
  body .nav-sectors-mega.is-open .sectors-mega-menu,
  body .nav-company-mega.is-open .company-mega-menu{
    display:block !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }

  /* Disable hover-open on mobile */
  body .nav-mega:hover:not(.is-open) .mega-menu,
  body .nav-mega:focus-within:not(.is-open) .mega-menu,
  body .nav-sectors-mega:hover:not(.is-open) .sectors-mega-menu,
  body .nav-sectors-mega:focus-within:not(.is-open) .sectors-mega-menu,
  body .nav-company-mega:hover:not(.is-open) .company-mega-menu,
  body .nav-company-mega:focus-within:not(.is-open) .company-mega-menu{
    display:none !important;
    height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  body .mega-menu-inner,
  body .sectors-mega-inner,
  body .company-mega-inner{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:.65rem !important;
    padding:.75rem !important;
    background:#111615 !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:none !important;
  }

  body .mega-menu-head,
  body .sectors-mega-head,
  body .company-mega-head{
    display:none !important;
  }

  body .mega-menu-columns,
  body .sectors-mega-grid,
  body .company-mega-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:.55rem !important;
  }
}

/* Desktop keeps hover + click-open, but panels never affect page layout */
@media(min-width:1101px){
  body .mega-menu,
  body .sectors-mega-menu,
  body .company-mega-menu{
    position:fixed !important;
    top:var(--mega-top, 96px) !important;
    left:50% !important;
    display:block !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body .nav-mega:not(:hover):not(:focus-within):not(.is-open) .mega-menu,
  body .nav-sectors-mega:not(:hover):not(:focus-within):not(.is-open) .sectors-mega-menu,
  body .nav-company-mega:not(:hover):not(:focus-within):not(.is-open) .company-mega-menu{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateX(-50%) translateY(10px) !important;
  }

  body .nav-mega:hover .mega-menu,
  body .nav-mega:focus-within .mega-menu,
  body .nav-mega.is-open .mega-menu,
  body .nav-sectors-mega:hover .sectors-mega-menu,
  body .nav-sectors-mega:focus-within .sectors-mega-menu,
  body .nav-sectors-mega.is-open .sectors-mega-menu,
  body .nav-company-mega:hover .company-mega-menu,
  body .nav-company-mega:focus-within .company-mega-menu,
  body .nav-company-mega.is-open .company-mega-menu{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateX(-50%) translateY(0) !important;
  }
}



/* ABSOLUTE FINAL FIX — mega menus desktop only */
html body .mega-menu,
html body .sectors-mega-menu,
html body .company-mega-menu{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

/* Desktop only: mega menus can open by hover or click */
@media(min-width:1101px){
  html body .nav-mega > .mega-menu,
  html body .nav-sectors-mega > .sectors-mega-menu,
  html body .nav-company-mega > .company-mega-menu{
    position:fixed !important;
    top:var(--mega-top, 96px) !important;
    left:50% !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    z-index:9999 !important;
    transform:translateX(-50%) translateY(10px) !important;
  }

  html body .nav-mega > .mega-menu{
    width:min(1180px, calc(100vw - 2rem)) !important;
  }

  html body .nav-sectors-mega > .sectors-mega-menu,
  html body .nav-company-mega > .company-mega-menu{
    width:min(980px, calc(100vw - 2rem)) !important;
  }

  html body .nav-mega:hover > .mega-menu,
  html body .nav-mega:focus-within > .mega-menu,
  html body .nav-mega.is-open > .mega-menu,
  html body .nav-sectors-mega:hover > .sectors-mega-menu,
  html body .nav-sectors-mega:focus-within > .sectors-mega-menu,
  html body .nav-sectors-mega.is-open > .sectors-mega-menu,
  html body .nav-company-mega:hover > .company-mega-menu,
  html body .nav-company-mega:focus-within > .company-mega-menu,
  html body .nav-company-mega.is-open > .company-mega-menu{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateX(-50%) translateY(0) !important;
  }
}

/* Mobile/tablet: panels are completely disabled so they cannot push the hero */
@media(max-width:1100px){
  html body .mega-menu,
  html body .sectors-mega-menu,
  html body .company-mega-menu,
  html body .nav-mega.is-open > .mega-menu,
  html body .nav-sectors-mega.is-open > .sectors-mega-menu,
  html body .nav-company-mega.is-open > .company-mega-menu,
  html body .nav-mega:hover > .mega-menu,
  html body .nav-sectors-mega:hover > .sectors-mega-menu,
  html body .nav-company-mega:hover > .company-mega-menu,
  html body .nav-mega:focus-within > .mega-menu,
  html body .nav-sectors-mega:focus-within > .sectors-mega-menu,
  html body .nav-company-mega:focus-within > .company-mega-menu{
    display:none !important;
    position:absolute !important;
    left:-99999px !important;
    top:auto !important;
    width:0 !important;
    height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  html body .main-nav{
    display:none !important;
    width:100% !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    background:#111615 !important;
    padding:1rem 0 0 !important;
    margin:0 !important;
  }

  html body .main-nav.open,
  html body .main-nav.is-open,
  html body .site-header.menu-open .main-nav{
    display:flex !important;
  }

  html body .nav-mega,
  html body .nav-sectors-mega,
  html body .nav-company-mega{
    display:block !important;
    width:100% !important;
  }

  html body .main-nav > a,
  html body .nav-mega-trigger,
  html body .nav-sectors-trigger,
  html body .nav-company-trigger{
    display:flex !important;
    width:100% !important;
    min-height:44px !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding:.85rem 0 !important;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    font-size:1rem !important;
    line-height:1.1 !important;
    text-decoration:none !important;
  }

  html body .nav-mega-caret{
    display:none !important;
  }
}



/* REAL MOBILE FIX — separate simple mobile menu */
.mobile-simple-nav{
  display:none !important;
}

@media(max-width:1100px){
  html body.mobile-menu-open{
    overflow:hidden !important;
  }

  html body .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:100000 !important;
    background:#111615 !important;
  }

  html body .header-shell{
    display:grid !important;
    grid-template-columns:auto auto !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:1rem !important;
    min-height:clamp(4.65rem, 12vw, 5.8rem) !important;
  }

  html body .brand{
    display:flex !important;
    align-items:center !important;
  }

  html body .brand img{
    width:clamp(8.8rem, 42vw, 12rem) !important;
    max-width:100% !important;
    height:auto !important;
  }

  html body .menu-toggle{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:5px !important;
    width:46px !important;
    height:46px !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:1px solid rgba(255,255,255,.25) !important;
    cursor:pointer !important;
    position:relative !important;
    z-index:100002 !important;
  }

  html body .menu-toggle span{
    display:block !important;
    width:20px !important;
    height:2px !important;
    margin:0 !important;
    background:#fff !important;
    transition:transform .18s ease, opacity .18s ease !important;
  }

  html body .menu-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7px) rotate(45deg) !important;
  }

  html body .menu-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }

  html body .menu-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg) !important;
  }

  /* Hide full desktop nav completely on mobile */
  html body .main-nav,
  html body .main-nav.open,
  html body .main-nav.is-open,
  html body .site-header.menu-open .main-nav{
    display:none !important;
  }

  html body .header-actions{
    display:none !important;
  }

  /* Mobile menu is a separate fixed panel */
  html body .mobile-simple-nav{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--header-height, 82px) !important;
    z-index:100001 !important;
    display:none !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    background:#111615 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 28px 70px rgba(0,0,0,.34) !important;
    padding:1rem clamp(1rem, 4vw, 1.5rem) calc(1rem + env(safe-area-inset-bottom)) !important;
    max-height:calc(100dvh - var(--header-height, 82px)) !important;
    overflow:auto !important;
  }

  html body .mobile-simple-nav.is-open{
    display:grid !important;
  }

  html body .mobile-simple-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:48px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:950 !important;
    font-size:1.05rem !important;
    border-bottom:1px solid rgba(255,255,255,.1) !important;
  }

  html body .mobile-simple-nav a.active{
    color:var(--orange) !important;
  }

  html body .mobile-simple-nav a::after{
    content:"→" !important;
    color:var(--orange) !important;
    font-weight:950 !important;
  }

  html body .mobile-simple-nav .mobile-simple-cta{
    margin-top:1rem !important;
    min-height:52px !important;
    justify-content:center !important;
    background:var(--orange) !important;
    color:#fff !important;
    border-bottom:0 !important;
  }

  html body .mobile-simple-nav .mobile-simple-cta::after{
    content:"" !important;
  }

  /* Mega panels can never appear on mobile */
  html body .mega-menu,
  html body .sectors-mega-menu,
  html body .company-mega-menu{
    display:none !important;
    position:absolute !important;
    left:-99999px !important;
    top:auto !important;
    width:0 !important;
    height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    margin:0 !important;
    padding:0 !important;
  }
}

@media(min-width:1101px){
  html body .mobile-simple-nav{
    display:none !important;
  }

  html body .menu-toggle{
    display:none !important;
  }

  html body .main-nav{
    display:flex !important;
  }

  html body .header-actions{
    display:flex !important;
  }
}



/* CLEAN HEADER NAVIGATION RESET */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:100000 !important;
  background:#111615 !important;
  overflow:visible !important;
}

.header-shell{
  display:flex !important;
  align-items:center !important;
  gap:clamp(1.25rem,2vw,2.25rem) !important;
  overflow:visible !important;
}

.brand{
  flex:0 0 auto !important;
}

.brand img{
  display:block !important;
  height:auto !important;
}

.menu-toggle{
  display:none !important;
}

.header-actions{
  flex:0 0 auto !important;
  display:flex !important;
}

.danovis-desktop-nav{
  flex:1 1 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:clamp(1.2rem,2vw,2rem) !important;
  min-width:0 !important;
  overflow:visible !important;
}

.danovis-nav-link,
.danovis-mega-trigger{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.35rem !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:950 !important;
  font-size:clamp(.95rem,1.05vw,1.08rem) !important;
  line-height:1 !important;
  white-space:nowrap !important;
  position:relative !important;
  cursor:pointer !important;
}

.danovis-nav-link:hover,
.danovis-nav-link.is-active{
  color:#fff !important;
}

.danovis-nav-link.is-active::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-.8rem !important;
  height:2px !important;
  background:var(--orange) !important;
}

.danovis-caret{
  font-size:.72em !important;
  color:inherit !important;
}

.danovis-nav-mega{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
}

.danovis-mega-panel{
  position:fixed !important;
  top:var(--mega-top, 92px) !important;
  left:50% !important;
  transform:translateX(-50%) translateY(10px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:100001 !important;
  display:block !important;
  color:#fff !important;
}

.danovis-mega-panel-wide{
  width:min(1180px, calc(100vw - 2rem)) !important;
}

.danovis-mega-panel-medium{
  width:min(920px, calc(100vw - 2rem)) !important;
}

.danovis-nav-mega:hover .danovis-mega-panel,
.danovis-nav-mega:focus-within .danovis-mega-panel,
.danovis-nav-mega.is-open .danovis-mega-panel{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateX(-50%) translateY(0) !important;
}

.danovis-mega-layout,
.danovis-mega-simple{
  background:#111615 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.34) !important;
  padding:1rem !important;
  display:grid !important;
  grid-template-columns:.72fr 2fr !important;
  gap:1rem !important;
}

.danovis-mega-intro{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  padding:1.1rem !important;
}

.danovis-mega-intro p{
  color:var(--orange) !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-weight:1000 !important;
  font-size:.72rem !important;
  margin:0 0 .6rem !important;
}

.danovis-mega-intro h3{
  color:#fff !important;
  margin:0 0 .75rem !important;
  font-size:clamp(1.45rem,2vw,2.2rem) !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
}

.danovis-mega-intro a{
  color:var(--orange) !important;
  font-weight:950 !important;
  text-decoration:none !important;
}

.danovis-mega-cols{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:.75rem !important;
}

.danovis-mega-cols > div,
.danovis-mega-cards a,
.danovis-mega-call{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  padding:.85rem !important;
}

.danovis-mega-cols strong,
.danovis-mega-cards strong{
  display:block !important;
  color:#fff !important;
  font-size:1rem !important;
  margin-bottom:.45rem !important;
}

.danovis-mega-cols a,
.danovis-mega-cards a{
  display:block !important;
  color:#f3eadf !important;
  text-decoration:none !important;
  font-weight:800 !important;
  font-size:.9rem !important;
  line-height:1.25 !important;
  padding:.42rem 0 !important;
}

.danovis-mega-cols a:hover,
.danovis-mega-cards a:hover{
  color:var(--orange) !important;
}

.danovis-mega-call{
  background:#fffaf2 !important;
  color:#111615 !important;
}

.danovis-mega-call span{
  color:var(--orange) !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-size:.7rem !important;
  font-weight:1000 !important;
}

.danovis-mega-call strong{
  color:#111615 !important;
  font-size:1.25rem !important;
  margin:.35rem 0 .65rem !important;
}

.danovis-mega-call a{
  background:var(--orange) !important;
  color:#fff !important;
  text-align:center !important;
  padding:.75rem !important;
  font-weight:950 !important;
}

.danovis-mega-cards{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:.65rem !important;
}

.danovis-mega-cards a{
  transition:background .16s ease, border-color .16s ease, transform .16s ease !important;
}

.danovis-mega-cards a:hover{
  background:rgba(255,142,0,.14) !important;
  border-color:rgba(255,142,0,.4) !important;
  transform:translateY(-2px) !important;
}

.danovis-mega-cards span{
  display:block !important;
  color:#f3eadf !important;
  font-size:.86rem !important;
  line-height:1.35 !important;
}

.danovis-mobile-nav{
  display:none !important;
}

@media(max-width:1180px){
  .danovis-desktop-nav{
    gap:1rem !important;
  }
  .danovis-nav-link,
  .danovis-mega-trigger{
    font-size:.95rem !important;
  }
}

@media(max-width:1100px){
  body.is-mobile-open{
    overflow:hidden !important;
  }

  .site-header{
    overflow:visible !important;
  }

  .header-shell{
    display:grid !important;
    grid-template-columns:auto auto !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:1rem !important;
  }

  .brand img{
    width:clamp(8.6rem,42vw,12rem) !important;
    max-width:100% !important;
  }

  .header-actions,
  .danovis-desktop-nav{
    display:none !important;
  }

  .menu-toggle{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    width:46px !important;
    height:46px !important;
    gap:5px !important;
    padding:0 !important;
    background:transparent !important;
    border:1px solid rgba(255,255,255,.25) !important;
    cursor:pointer !important;
  }

  .menu-toggle span{
    display:block !important;
    width:20px !important;
    height:2px !important;
    margin:0 !important;
    background:#fff !important;
    transition:transform .18s ease, opacity .18s ease !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7px) rotate(45deg) !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg) !important;
  }

  .danovis-mobile-nav{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--header-height, 86px) !important;
    z-index:100001 !important;
    display:none !important;
    background:#111615 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 30px 70px rgba(0,0,0,.36) !important;
    padding:1rem clamp(1rem,4vw,1.5rem) calc(1rem + env(safe-area-inset-bottom)) !important;
    max-height:calc(100dvh - var(--header-height, 86px)) !important;
    overflow:auto !important;
  }

  .danovis-mobile-nav.is-open{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .danovis-mobile-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:50px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:1.05rem !important;
    font-weight:950 !important;
    border-bottom:1px solid rgba(255,255,255,.1) !important;
  }

  .danovis-mobile-nav a::after{
    content:"→" !important;
    color:var(--orange) !important;
  }

  .danovis-mobile-nav a.is-active{
    color:var(--orange) !important;
  }

  .danovis-mobile-nav .danovis-mobile-call{
    margin-top:1rem !important;
    justify-content:center !important;
    background:var(--orange) !important;
    color:#fff !important;
    border:0 !important;
    min-height:52px !important;
  }

  .danovis-mobile-nav .danovis-mobile-call::after{
    content:"" !important;
  }

  .danovis-mega-panel{
    display:none !important;
  }
}

@media(min-width:1101px){
  .danovis-mobile-nav,
  .menu-toggle{
    display:none !important;
  }
}



/* WEBBEC HEADER FULL RESET — DO NOT REMOVE */
.site-header,
.header-shell,
.main-nav,
.mobile-simple-nav,
.danovis-desktop-nav,
.danovis-mobile-nav,
.nav-mega,
.nav-sectors-mega,
.nav-company-mega,
.nav-company,
.mega-menu,
.sectors-mega-menu,
.company-mega-menu,
.danovis-mega-panel,
.company-menu{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  position:absolute !important;
  left:-99999px !important;
  top:auto !important;
}

.wb-header,
.wb-header *{
  box-sizing:border-box !important;
}

.wb-header{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  position:sticky !important;
  top:0 !important;
  left:auto !important;
  z-index:100000 !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  background:#111615 !important;
  border-bottom:1px solid rgba(255,255,255,.1) !important;
}

.wb-header-inner{
  width:min(1640px, calc(100% - 3rem)) !important;
  margin:0 auto !important;
  min-height:96px !important;
  display:flex !important;
  align-items:center !important;
  gap:clamp(1.1rem,2vw,2rem) !important;
  overflow:visible !important;
}

.wb-brand{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
}

.wb-brand img{
  display:block !important;
  width:clamp(11rem,16vw,18rem) !important;
  height:auto !important;
  max-height:82px !important;
  object-fit:contain !important;
}

.wb-desktop-nav{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:clamp(1.1rem,2vw,2.1rem) !important;
  overflow:visible !important;
}

.wb-nav-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:.35rem !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:950 !important;
  font-size:clamp(.95rem,1.04vw,1.08rem) !important;
  line-height:1 !important;
  white-space:nowrap !important;
  position:relative !important;
  opacity:1 !important;
  visibility:visible !important;
}

.wb-nav-link span{
  font-size:.72em !important;
}

.wb-nav-link:hover{
  color:#ff9200 !important;
}

.wb-nav-link.is-active::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-.75rem !important;
  height:2px !important;
  background:#ff9200 !important;
}

.wb-nav-item{
  display:flex !important;
  align-items:center !important;
  position:relative !important;
  overflow:visible !important;
}

.wb-mega{
  display:block !important;
  position:fixed !important;
  top:var(--wb-header-height, 96px) !important;
  left:50% !important;
  transform:translateX(-50%) translateY(10px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:100001 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

.wb-mega-wide{
  width:min(1180px, calc(100vw - 2rem)) !important;
}

.wb-mega-medium{
  width:min(920px, calc(100vw - 2rem)) !important;
}

.wb-nav-item:hover .wb-mega,
.wb-nav-item:focus-within .wb-mega,
.wb-nav-item.is-open .wb-mega{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateX(-50%) translateY(0) !important;
}

.wb-mega-shell{
  background:#111615 !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.34) !important;
  padding:1rem !important;
  display:grid !important;
  grid-template-columns:.72fr 2fr !important;
  gap:1rem !important;
  color:#fff !important;
}

.wb-mega-intro{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  padding:1.1rem !important;
}

.wb-mega-intro p{
  color:#ff9200 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-weight:1000 !important;
  font-size:.72rem !important;
  margin:0 0 .6rem !important;
}

.wb-mega-intro h3{
  color:#fff !important;
  font-size:clamp(1.45rem,2vw,2.2rem) !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  margin:0 0 .75rem !important;
}

.wb-mega-intro a{
  color:#ff9200 !important;
  font-weight:950 !important;
  text-decoration:none !important;
}

.wb-mega-columns{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:.75rem !important;
}

.wb-mega-columns > div,
.wb-mega-cards a,
.wb-mega-contact{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  padding:.9rem !important;
}

.wb-mega-columns strong,
.wb-mega-cards strong{
  display:block !important;
  color:#fff !important;
  font-size:1rem !important;
  margin-bottom:.45rem !important;
}

.wb-mega-columns a,
.wb-mega-cards a{
  display:block !important;
  color:#f3eadf !important;
  text-decoration:none !important;
  font-weight:800 !important;
  font-size:.9rem !important;
  line-height:1.25 !important;
  padding:.42rem 0 !important;
}

.wb-mega-columns a:hover,
.wb-mega-cards a:hover{
  color:#ff9200 !important;
}

.wb-mega-contact{
  background:#fffaf2 !important;
  color:#111615 !important;
}

.wb-mega-contact span{
  color:#ff9200 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-size:.7rem !important;
  font-weight:1000 !important;
}

.wb-mega-contact strong{
  color:#111615 !important;
  font-size:1.2rem !important;
  margin:.35rem 0 .65rem !important;
}

.wb-mega-contact a{
  background:#ff9200 !important;
  color:#fff !important;
  text-align:center !important;
  padding:.75rem !important;
  font-weight:950 !important;
}

.wb-mega-shell-simple{
  grid-template-columns:.78fr 1.65fr !important;
}

.wb-mega-cards{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:.65rem !important;
}

.wb-mega-cards a:hover{
  background:rgba(255,146,0,.14) !important;
  border-color:rgba(255,146,0,.42) !important;
}

.wb-mega-cards span{
  display:block !important;
  color:#f3eadf !important;
  font-size:.86rem !important;
  line-height:1.35 !important;
}

.wb-call{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.65rem !important;
  min-height:54px !important;
  padding:0 1.35rem !important;
  background:#ff9200 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:950 !important;
  font-size:clamp(.95rem,1.08vw,1.1rem) !important;
  white-space:nowrap !important;
}

.wb-burger,
.wb-mobile-nav{
  display:none !important;
}

@media(max-width:1180px){
  .wb-header-inner{
    width:min(1640px, calc(100% - 2rem)) !important;
    gap:1rem !important;
  }

  .wb-desktop-nav{
    gap:1rem !important;
  }

  .wb-call{
    padding:0 1rem !important;
  }
}

@media(max-width:1100px){
  body.wb-mobile-open{
    overflow:hidden !important;
  }

  .wb-header-inner{
    width:min(1640px, calc(100% - 1.5rem)) !important;
    min-height:78px !important;
    justify-content:space-between !important;
  }

  .wb-brand img{
    width:clamp(8.6rem,42vw,12rem) !important;
    max-height:64px !important;
  }

  .wb-desktop-nav,
  .wb-call,
  .wb-mega{
    display:none !important;
  }

  .wb-burger{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:5px !important;
    width:46px !important;
    height:46px !important;
    border:1px solid rgba(255,255,255,.25) !important;
    background:transparent !important;
    padding:0 !important;
    cursor:pointer !important;
  }

  .wb-burger span{
    display:block !important;
    width:21px !important;
    height:2px !important;
    background:#fff !important;
    transition:transform .18s ease, opacity .18s ease !important;
  }

  .wb-burger[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7px) rotate(45deg) !important;
  }

  .wb-burger[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }

  .wb-burger[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg) !important;
  }

  .wb-mobile-nav{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--wb-header-height, 78px) !important;
    z-index:100001 !important;
    display:none !important;
    grid-template-columns:1fr !important;
    background:#111615 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 30px 70px rgba(0,0,0,.36) !important;
    padding:1rem clamp(1rem,4vw,1.5rem) calc(1rem + env(safe-area-inset-bottom)) !important;
    max-height:calc(100dvh - var(--wb-header-height, 78px)) !important;
    overflow:auto !important;
  }

  .wb-mobile-nav.is-open{
    display:grid !important;
  }

  .wb-mobile-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:50px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:950 !important;
    font-size:1.05rem !important;
    border-bottom:1px solid rgba(255,255,255,.1) !important;
  }

  .wb-mobile-nav a::after{
    content:"→" !important;
    color:#ff9200 !important;
  }

  .wb-mobile-nav a.is-active{
    color:#ff9200 !important;
  }

  .wb-mobile-nav .wb-mobile-cta{
    justify-content:center !important;
    margin-top:1rem !important;
    min-height:52px !important;
    background:#ff9200 !important;
    color:#fff !important;
    border-bottom:0 !important;
  }

  .wb-mobile-nav .wb-mobile-cta::after{
    content:"" !important;
  }
}



/* CHROME HAMBURGER FINAL FIX */
@media(max-width:1100px){
  html body .wb-burger{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    position:relative !important;
    z-index:100005 !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  html body .wb-mobile-nav{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    height:auto !important;
    max-height:calc(100dvh - var(--wb-header-height, 78px)) !important;
  }

  html body .wb-mobile-nav.is-open{
    display:grid !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  html body.wb-mobile-open .wb-mobile-nav{
    display:grid !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  html body.wb-mobile-open{
    overflow:hidden !important;
  }
}

@media(min-width:1101px){
  html body .wb-mobile-nav{
    display:none !important;
  }

  html body .wb-burger{
    display:none !important;
  }
}



/* FINAL HEADER CONTAINER 1180PX */
@media(min-width:1101px){
  html body .wb-header-inner{
    width:min(1180px, calc(100% - 2rem)) !important;
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    min-height:92px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:1.25rem !important;
  }

  html body .wb-brand{
    flex:0 0 auto !important;
  }

  html body .wb-brand img{
    width:clamp(9.6rem, 11vw, 12.5rem) !important;
    max-height:72px !important;
  }

  html body .wb-desktop-nav{
    flex:1 1 auto !important;
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:clamp(1rem, 1.35vw, 1.45rem) !important;
  }

  html body .wb-nav-link{
    font-size:clamp(.92rem, .88vw, 1rem) !important;
    white-space:nowrap !important;
  }

  html body .wb-call{
    flex:0 0 auto !important;
    min-height:52px !important;
    padding:0 1.15rem !important;
    font-size:clamp(.92rem, .88vw, 1rem) !important;
    white-space:nowrap !important;
  }
}

@media(min-width:1101px) and (max-width:1240px){
  html body .wb-header-inner{
    width:calc(100% - 1.5rem) !important;
    gap:.85rem !important;
  }

  html body .wb-brand img{
    width:9.25rem !important;
  }

  html body .wb-desktop-nav{
    gap:.75rem !important;
  }

  html body .wb-nav-link{
    font-size:.88rem !important;
  }

  html body .wb-call{
    min-height:48px !important;
    padding:0 .85rem !important;
    font-size:.88rem !important;
  }
}

@media(max-width:1100px){
  html body .wb-header-inner{
    width:calc(100% - 1.5rem) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}



/* desktop comes back after 1201px */
@media(min-width:1201px){
  html body .wb-desktop-nav{
    display:flex !important;
  }

  html body .wb-call{
    display:inline-flex !important;
  }

  html body .wb-burger,
  html body .wb-mobile-nav{
    display:none !important;
  }
}

@media(max-width:460px){
  html body .wb-header-inner{
    min-height:94px !important;
    padding:0 .75rem !important;
  }

  html body .wb-brand img{
    width:clamp(10.5rem, 54vw, 13rem) !important;
    max-height:76px !important;
  }

  html body .wb-burger{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    min-height:64px !important;
    border-radius:20px !important;
  }

  html body .wb-burger span{
    width:31px !important;
    height:4px !important;
  }
}



/* MOBILE MENU OPEN SAFETY */
@media(max-width:1200px){
  html body .wb-mobile-nav{
    display:none !important;
  }

  html body .wb-mobile-nav.is-open,
  html body.wb-mobile-open .wb-mobile-nav{
    display:grid !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  html body .wb-burger{
    pointer-events:auto !important;
    cursor:pointer !important;
  }
}



/* MOBILE HEADER CTA STRIP — black system */
.wb-mobile-cta-strip{
  display:none !important;
}

@media(max-width:1200px){
  html body .wb-header{
    background:#111615 !important;
    border-bottom:3px solid #ff9200 !important;
    box-shadow:0 14px 32px rgba(0,0,0,.35) !important;
  }

  html body .wb-mobile-cta-strip{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    width:100% !important;
    height:58px !important;
    background:#111615 !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  html body .wb-mobile-cta-strip a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    height:58px !important;
    padding:0 .7rem !important;
    text-align:center !important;
    text-decoration:none !important;
    font-weight:950 !important;
    font-size:clamp(.86rem,3.65vw,1.02rem) !important;
    line-height:1.05 !important;
    color:#fff !important;
    white-space:nowrap !important;
  }

  html body .wb-mobile-quote-top{
    background:#111615 !important;
    border:1px solid rgba(255,146,0,.75) !important;
    border-left:0 !important;
    border-top:0 !important;
    color:#fff !important;
  }

  html body .wb-mobile-quote-top::before{
    content:"☰" !important;
    color:#ff9200 !important;
    margin-right:.48rem !important;
    font-weight:950 !important;
  }

  html body .wb-mobile-phone-top{
    background:#ff9200 !important;
    color:#fff !important;
  }

  html body .wb-mobile-phone-top::before{
    content:"☎" !important;
    margin-right:.5rem !important;
    color:#fff !important;
  }

  html body .wb-header-inner{
    width:100% !important;
    max-width:none !important;
    min-height:126px !important;
    margin:0 !important;
    padding:0 clamp(1rem,4vw,1.5rem) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:1rem !important;
    background:#111615 !important;
  }

  html body .wb-brand{
    display:flex !important;
    align-items:center !important;
    flex:0 1 auto !important;
    min-width:0 !important;
  }

  html body .wb-brand img{
    display:block !important;
    width:clamp(12rem, 54vw, 17rem) !important;
    max-width:100% !important;
    max-height:100px !important;
    height:auto !important;
    object-fit:contain !important;
  }

  html body .wb-desktop-nav,
  html body .wb-call,
  html body .wb-mega{
    display:none !important;
  }

  html body .wb-burger{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:8px !important;
    width:72px !important;
    height:72px !important;
    min-width:72px !important;
    min-height:72px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:22px !important;
    background:#ff9200 !important;
    box-shadow:0 16px 36px rgba(255,146,0,.28) !important;
    cursor:pointer !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    position:relative !important;
    z-index:100006 !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  html body .wb-burger span{
    display:block !important;
    width:34px !important;
    height:5px !important;
    border-radius:999px !important;
    background:#fff !important;
    margin:0 !important;
    opacity:1 !important;
    transition:transform .18s ease, opacity .18s ease !important;
  }

  html body .wb-burger[aria-expanded="true"] span:nth-child(1){
    transform:translateY(13px) rotate(45deg) !important;
  }

  html body .wb-burger[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }

  html body .wb-burger[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-13px) rotate(-45deg) !important;
  }

  html body .wb-mobile-nav{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--wb-header-height, 184px) !important;
    z-index:100005 !important;
    display:none !important;
    grid-template-columns:1fr !important;
    background:#111615 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    border-bottom:4px solid #ff9200 !important;
    box-shadow:0 30px 70px rgba(0,0,0,.45) !important;
    padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom)) !important;
    max-height:calc(100dvh - var(--wb-header-height, 184px)) !important;
    overflow:auto !important;
  }

  html body .wb-mobile-nav.is-open,
  html body.wb-mobile-open .wb-mobile-nav{
    display:grid !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  html body .wb-mobile-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:58px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:950 !important;
    font-size:1.12rem !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
  }

  html body .wb-mobile-nav a::after{
    content:"→" !important;
    color:#ff9200 !important;
  }

  html body .wb-mobile-nav a.is-active{
    color:#ff9200 !important;
  }

  html body .wb-mobile-nav .wb-mobile-cta{
    margin-top:1rem !important;
    min-height:60px !important;
    justify-content:center !important;
    background:#ff9200 !important;
    color:#fff !important;
    border:0 !important;
  }

  html body .wb-mobile-nav .wb-mobile-cta::after{
    content:"" !important;
  }
}

@media(min-width:1201px){
  html body .wb-mobile-cta-strip{
    display:none !important;
  }

  html body .wb-desktop-nav{
    display:flex !important;
  }

  html body .wb-call{
    display:inline-flex !important;
  }

  html body .wb-burger,
  html body .wb-mobile-nav{
    display:none !important;
  }
}

@media(max-width:460px){
  html body .wb-mobile-cta-strip{
    height:54px !important;
  }

  html body .wb-mobile-cta-strip a{
    height:54px !important;
    font-size:clamp(.77rem,3.6vw,.92rem) !important;
    letter-spacing:-.01em !important;
  }

  html body .wb-mobile-quote-top::before{
    margin-right:.35rem !important;
  }

  html body .wb-mobile-phone-top::before{
    margin-right:.35rem !important;
  }

  html body .wb-header-inner{
    min-height:112px !important;
    padding:0 .9rem !important;
  }

  html body .wb-brand img{
    width:clamp(10.75rem, 55vw, 13.75rem) !important;
    max-height:88px !important;
  }

  html body .wb-burger{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    min-height:64px !important;
    border-radius:20px !important;
  }

  html body .wb-burger span{
    width:31px !important;
    height:4px !important;
  }
}



/* CTA STRIP + HAMBURGER CLICK FIX */
@media(max-width:1200px){
  html body .wb-header{
    pointer-events:auto !important;
    overflow:visible !important;
  }

  html body .wb-mobile-cta-strip{
    position:relative !important;
    z-index:100010 !important;
    pointer-events:auto !important;
  }

  html body .wb-mobile-cta-strip a,
  html body .wb-mobile-quote-top,
  html body .wb-mobile-phone-top{
    position:relative !important;
    z-index:100011 !important;
    pointer-events:auto !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:rgba(255,146,0,.25) !important;
  }

  html body .wb-burger{
    position:relative !important;
    z-index:100012 !important;
    pointer-events:auto !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:rgba(255,146,0,.25) !important;
  }

  html body .wb-mobile-nav{
    pointer-events:none !important;
    visibility:hidden !important;
    opacity:0 !important;
  }

  html body .wb-mobile-nav.is-open,
  html body.wb-mobile-open .wb-mobile-nav{
    display:grid !important;
    pointer-events:auto !important;
    visibility:visible !important;
    opacity:1 !important;
  }

  html body .wb-mobile-nav a{
    pointer-events:auto !important;
    cursor:pointer !important;
  }
}



/* MOBILE DROPDOWN MENUS */
@media(max-width:1200px){
  html body .wb-mobile-nav{
    gap:0 !important;
  }

  html body .wb-mobile-link,
  html body .wb-mobile-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:100% !important;
    min-height:58px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:950 !important;
    font-size:1.12rem !important;
    line-height:1.1 !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
    background:transparent !important;
    padding:0 !important;
    margin:0 !important;
    cursor:pointer !important;
    font-family:inherit !important;
    text-align:left !important;
  }

  html body .wb-mobile-link::after{
    content:"→" !important;
    color:#ff9200 !important;
    font-weight:950 !important;
  }

  html body .wb-mobile-group{
    width:100% !important;
    display:block !important;
    border-bottom:0 !important;
  }

  html body .wb-mobile-group.is-active > .wb-mobile-toggle,
  html body .wb-mobile-link.is-active{
    color:#ff9200 !important;
  }

  html body .wb-mobile-chevron{
    color:#ff9200 !important;
    font-size:1rem !important;
    line-height:1 !important;
    transition:transform .18s ease !important;
  }

  html body .wb-mobile-group.is-open .wb-mobile-chevron{
    transform:rotate(180deg) !important;
  }

  html body .wb-mobile-submenu{
    display:none !important;
    padding:.45rem 0 .85rem .85rem !important;
    margin:0 !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
    background:rgba(255,255,255,.035) !important;
  }

  html body .wb-mobile-group.is-open .wb-mobile-submenu{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  html body .wb-mobile-submenu a{
    min-height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    color:#f3eadf !important;
    text-decoration:none !important;
    font-weight:820 !important;
    font-size:.97rem !important;
    line-height:1.2 !important;
    border-bottom:1px solid rgba(255,255,255,.07) !important;
    padding:.25rem .1rem .25rem .75rem !important;
  }

  html body .wb-mobile-submenu a::before{
    content:"" !important;
    width:6px !important;
    height:6px !important;
    border-radius:999px !important;
    background:#ff9200 !important;
    margin-right:.65rem !important;
    flex:0 0 auto !important;
  }

  html body .wb-mobile-submenu a::after{
    content:"→" !important;
    color:#ff9200 !important;
    margin-left:auto !important;
  }

  html body .wb-mobile-submenu a:last-child{
    border-bottom:0 !important;
  }

  html body .wb-mobile-cta{
    margin-top:1rem !important;
    min-height:60px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#ff9200 !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:950 !important;
    font-size:1.05rem !important;
    border:0 !important;
  }

  html body .wb-mobile-cta::after{
    content:"" !important;
  }
}



/* DANOVIS — Gestion de projet + consent + projects demo */
.form-consent-check,
.contact-consent{
  display:flex !important;
  align-items:flex-start !important;
  gap:.75rem !important;
  padding:.9rem 1rem !important;
  border:1px solid rgba(255,146,0,.32) !important;
  background:rgba(255,146,0,.08) !important;
  color:inherit !important;
  border-radius:14px !important;
}

.form-consent-check input,
.contact-consent input{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  margin:.15rem 0 0 !important;
  accent-color:#ff9200 !important;
}

.form-consent-check span,
.contact-consent span{
  display:block !important;
  font-size:.92rem !important;
  line-height:1.45 !important;
}

.form-consent-check a,
.contact-consent a{
  color:#ff9200 !important;
  font-weight:800 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

.realisation-projects-demo{
  background:#111615 !important;
  color:#fff !important;
}

.realisations-project-demo-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:clamp(1rem, 2vw, 1.4rem) !important;
}

.realisation-project-demo-card{
  background:#171d1b !important;
  border:1px solid rgba(255,255,255,.1) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.26) !important;
  overflow:hidden !important;
}

.realisation-project-triptych{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:1px !important;
  background:rgba(255,255,255,.12) !important;
}

.realisation-project-triptych figure{
  position:relative !important;
  margin:0 !important;
  min-height:160px !important;
  background:#0c0f0e !important;
  overflow:hidden !important;
}

.realisation-project-triptych img{
  width:100% !important;
  height:100% !important;
  min-height:160px !important;
  object-fit:cover !important;
  display:block !important;
  filter:saturate(.95) contrast(1.03) !important;
}

.realisation-project-triptych figcaption{
  position:absolute !important;
  left:.55rem !important;
  bottom:.55rem !important;
  z-index:2 !important;
  padding:.32rem .5rem !important;
  background:#ff9200 !important;
  color:#fff !important;
  font-size:.72rem !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
}

.realisation-project-copy{
  padding:1.15rem !important;
}

.realisation-project-copy span{
  color:#ff9200 !important;
  font-size:.76rem !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}

.realisation-project-copy h3{
  margin:.35rem 0 .55rem !important;
  color:#fff !important;
  font-size:1.25rem !important;
}

.realisation-project-copy p{
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  line-height:1.55 !important;
}

@media(max-width:980px){
  .realisations-project-demo-grid{
    grid-template-columns:1fr !important;
  }

  .realisation-project-triptych figure,
  .realisation-project-triptych img{
    min-height:130px !important;
  }
}

@media(max-width:520px){
  .realisation-project-triptych{
    grid-template-columns:1fr !important;
  }

  .realisation-project-triptych figure,
  .realisation-project-triptych img{
    min-height:210px !important;
  }
}



/* DANOVIS — Réalisations projets one-line layout */
.realisation-projects-demo{
  background:#111615 !important;
  color:#fff !important;
}

.realisations-project-demo-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:1.15rem !important;
}

.realisation-project-demo-card{
  display:grid !important;
  grid-template-columns:minmax(0, 1.75fr) minmax(280px, .85fr) !important;
  align-items:stretch !important;
  background:#171d1b !important;
  border:1px solid rgba(255,255,255,.1) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.26) !important;
  overflow:hidden !important;
}

.realisation-project-triptych{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:1px !important;
  background:rgba(255,255,255,.12) !important;
  min-width:0 !important;
}

.realisation-project-triptych figure{
  position:relative !important;
  margin:0 !important;
  min-height:220px !important;
  background:#0c0f0e !important;
  overflow:hidden !important;
}

.realisation-project-triptych img{
  width:100% !important;
  height:100% !important;
  min-height:220px !important;
  object-fit:cover !important;
  display:block !important;
}

.realisation-project-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:clamp(1.2rem, 2.2vw, 1.75rem) !important;
  background:#111615 !important;
  border-left:1px solid rgba(255,255,255,.1) !important;
}

.realisation-project-copy span{
  color:#ff9200 !important;
  font-size:.76rem !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}

.realisation-project-copy h3{
  margin:.35rem 0 .55rem !important;
  color:#fff !important;
  font-size:clamp(1.2rem, 2vw, 1.55rem) !important;
}

.realisation-project-copy p{
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  line-height:1.55 !important;
}

@media(max-width:980px){
  .realisation-project-demo-card{
    grid-template-columns:1fr !important;
  }

  .realisation-project-copy{
    border-left:0 !important;
    border-top:1px solid rgba(255,255,255,.1) !important;
  }
}

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

  .realisation-project-triptych figure,
  .realisation-project-triptych img{
    min-height:205px !important;
  }
}



/* DANOVIS — Gestion de projet as principal mega menu service */
.wb-mega-columns-core{
  grid-template-columns:repeat(4, minmax(0, 1fr)) minmax(190px, .8fr) !important;
}

.wb-mega-columns-core > div:not(.wb-mega-contact){
  min-width:0 !important;
}

.wb-mega-columns-core .wb-mega-contact{
  align-self:stretch !important;
}

@media(max-width:1320px){
  .wb-mega-columns-core{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }

  .wb-mega-columns-core .wb-mega-contact{
    grid-column:1 / -1 !important;
  }
}



/* DANOVIS — Home contact uses contact page layout */
.home-contact-page-main{
  padding:clamp(4rem, 8vw, 7rem) 0 !important;
  background:#f6efe5 !important;
}

.home-contact-page-main .contact-page-grid{
  align-items:start !important;
}

.home-contact-page-main .contact-page-card,
.home-contact-page-main .contact-page-form{
  height:100% !important;
}

@media(max-width:860px){
  .home-contact-page-main{
    padding:3.5rem 0 !important;
  }
}



/* DANOVIS — Home 4 key service cards */
.terrain-service-layout-key{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:clamp(1rem, 2vw, 1.5rem) !important;
}

.terrain-service-layout-key .terrain-service-large{
  min-height:100% !important;
}

.terrain-service-layout-key .terrain-service-large a{
  height:100% !important;
  display:grid !important;
  grid-template-columns:minmax(180px, .8fr) minmax(0, 1fr) !important;
  align-items:stretch !important;
  background:#111615 !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.1) !important;
  overflow:hidden !important;
  box-shadow:0 18px 55px rgba(0,0,0,.22) !important;
}

.terrain-service-layout-key .terrain-service-large img{
  width:100% !important;
  height:100% !important;
  min-height:260px !important;
  object-fit:cover !important;
  display:block !important;
}

.terrain-service-layout-key .terrain-service-large div{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:clamp(1.25rem, 2.2vw, 1.8rem) !important;
}

.terrain-service-layout-key .terrain-service-large span{
  color:#ff9200 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  font-size:.76rem !important;
}

.terrain-service-layout-key .terrain-service-large h3{
  color:#fff !important;
  margin:.45rem 0 .55rem !important;
  font-size:clamp(1.45rem, 2.4vw, 2rem) !important;
}

.terrain-service-layout-key .terrain-service-large p{
  color:rgba(255,255,255,.76) !important;
  line-height:1.55 !important;
  margin:0 0 1rem !important;
}

.terrain-service-layout-key .terrain-service-large strong{
  color:#ff9200 !important;
  margin-top:auto !important;
}

@media(max-width:980px){
  .terrain-service-layout-key{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:620px){
  .terrain-service-layout-key .terrain-service-large a{
    grid-template-columns:1fr !important;
  }

  .terrain-service-layout-key .terrain-service-large img{
    min-height:220px !important;
  }
}



/* DANOVIS — Mega menu phone fixed without changing header structure */
@media(min-width:1201px){
  html body .wb-mega-wide .wb-mega-shell{
    display:grid !important;
    grid-template-columns:minmax(260px, .82fr) minmax(0, 2.2fr) !important;
    gap:1.35rem !important;
    align-items:stretch !important;
  }

  html body .wb-mega-wide .wb-mega-columns-core{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(145px, 1fr)) !important;
    gap:1rem !important;
    min-width:0 !important;
  }

  html body .wb-mega-wide .wb-mega-columns-core > div:not(.wb-mega-contact){
    min-width:0 !important;
  }

  html body .wb-mega-wide .wb-mega-contact{
    grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:auto minmax(0, 1fr) auto !important;
    align-items:center !important;
    gap:1rem !important;
    width:100% !important;
    min-width:0 !important;
    margin-top:.2rem !important;
    padding:1rem 1.15rem !important;
    background:#111615 !important;
    border:2px solid #ff9200 !important;
    box-shadow:0 18px 45px rgba(0,0,0,.26) !important;
  }

  html body .wb-mega-wide .wb-mega-contact span{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    color:#111615 !important;
    background:#fff !important;
    border-radius:999px !important;
    padding:.45rem .7rem !important;
    font-size:.72rem !important;
    font-weight:950 !important;
    line-height:1 !important;
    text-transform:uppercase !important;
    letter-spacing:.08em !important;
    white-space:nowrap !important;
    opacity:1 !important;
  }

  html body .wb-mega-wide .wb-mega-contact strong{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    margin:0 !important;
    padding:.72rem .9rem !important;
    background:#ff9200 !important;
    color:#fff !important;
    border-radius:14px !important;
    font-size:clamp(1.15rem, 1.45vw, 1.5rem) !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:.01em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    text-shadow:0 1px 0 rgba(0,0,0,.16) !important;
  }

  html body .wb-mega-wide .wb-mega-contact strong::before{
    content:"☎" !important;
    margin-right:.45rem !important;
    color:#fff !important;
    font-size:.9em !important;
  }

  html body .wb-mega-wide .wb-mega-contact a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:150px !important;
    margin:0 !important;
    padding:.72rem .9rem !important;
    background:#fff !important;
    color:#111615 !important;
    border:2px solid #fff !important;
    border-radius:0 !important;
    font-weight:950 !important;
    line-height:1.1 !important;
    text-align:center !important;
    white-space:nowrap !important;
  }

  html body .wb-mega-wide .wb-mega-contact a:hover{
    background:#ff9200 !important;
    color:#fff !important;
    border-color:#ff9200 !important;
  }
}

@media(min-width:1201px) and (max-width:1380px){
  html body .wb-mega-wide .wb-mega-shell{
    grid-template-columns:1fr !important;
  }

  html body .wb-mega-wide .wb-mega-columns-core{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }
}

@media(min-width:1201px) and (max-width:1120px){
  html body .wb-mega-wide .wb-mega-columns-core{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  html body .wb-mega-wide .wb-mega-contact{
    grid-template-columns:1fr !important;
    justify-items:center !important;
    text-align:center !important;
  }

  html body .wb-mega-wide .wb-mega-contact strong{
    width:auto !important;
  }
}


/* DANOVIS — Mega menu first link as orange title */
@media(min-width:1201px){
  html body .wb-mega-columns-core > div:not(.wb-mega-contact) > strong{
    display:none !important;
  }

  html body .wb-mega-columns-core > div:not(.wb-mega-contact) > a:first-child{
    color:#ff9200 !important;
    font-size:clamp(1.12rem, 1.15vw, 1.35rem) !important;
    font-weight:950 !important;
    line-height:1.15 !important;
    margin-bottom:.8rem !important;
    padding-bottom:.7rem !important;
    border-bottom:1px solid rgba(255,146,0,.45) !important;
  }

  html body .wb-mega-columns-core > div:not(.wb-mega-contact) > a:first-child:hover{
    color:#fff !important;
    background:#ff9200 !important;
    border-color:#ff9200 !important;
    padding-left:.65rem !important;
  }
}



/* DANOVIS — Home secondary services 4 cards */
.terrain-secondary-services-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:clamp(.85rem, 1.5vw, 1.1rem) !important;
  margin-top:clamp(1rem, 2vw, 1.5rem) !important;
}

.terrain-secondary-services-grid .terrain-service-small{
  min-height:100% !important;
}

.terrain-secondary-services-grid .terrain-service-small a{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  padding:clamp(1.05rem, 1.8vw, 1.35rem) !important;
  background:#111615 !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.1) !important;
  text-decoration:none !important;
  box-shadow:0 14px 40px rgba(0,0,0,.18) !important;
}

.terrain-secondary-services-grid .terrain-service-small h3{
  color:#fff !important;
  font-size:clamp(1.05rem, 1.45vw, 1.28rem) !important;
  margin:0 0 .55rem !important;
}

.terrain-secondary-services-grid .terrain-service-small p{
  color:rgba(255,255,255,.74) !important;
  line-height:1.5 !important;
  margin:0 0 1rem !important;
}

.terrain-secondary-services-grid .terrain-service-small span{
  color:#ff9200 !important;
  font-weight:900 !important;
  margin-top:auto !important;
}

@media(max-width:1080px){
  .terrain-secondary-services-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:620px){
  .terrain-secondary-services-grid{
    grid-template-columns:1fr !important;
  }
}



/* DANOVIS — Réalisations projets bigger cards */
.realisation-projects-demo{
  padding:clamp(5rem, 9vw, 8rem) 0 !important;
}

.realisation-projects-demo .terrain-section-head{
  margin-bottom:clamp(2rem, 4vw, 3.25rem) !important;
}

.realisations-project-demo-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:clamp(2rem, 4vw, 3.5rem) !important;
}

.realisation-project-demo-card{
  display:grid !important;
  grid-template-columns:minmax(0, 2.05fr) minmax(340px, .95fr) !important;
  align-items:stretch !important;
  min-height:360px !important;
  background:#171d1b !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:0 28px 80px rgba(0,0,0,.34) !important;
  overflow:hidden !important;
}

.realisation-project-triptych{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:2px !important;
  background:rgba(255,255,255,.16) !important;
  min-width:0 !important;
}

.realisation-project-triptych figure{
  position:relative !important;
  margin:0 !important;
  min-height:360px !important;
  background:#0c0f0e !important;
  overflow:hidden !important;
}

.realisation-project-triptych img{
  width:100% !important;
  height:100% !important;
  min-height:360px !important;
  object-fit:cover !important;
  display:block !important;
}

.realisation-project-triptych figcaption{
  left:1rem !important;
  bottom:1rem !important;
  padding:.45rem .7rem !important;
  font-size:.78rem !important;
}

.realisation-project-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:clamp(1.75rem, 3vw, 2.5rem) !important;
  background:#111615 !important;
  border-left:1px solid rgba(255,255,255,.12) !important;
}

.realisation-project-copy span{
  font-size:.82rem !important;
}

.realisation-project-copy h3{
  margin:.45rem 0 .8rem !important;
  font-size:clamp(1.55rem, 2.4vw, 2.2rem) !important;
  line-height:1.08 !important;
}

.realisation-project-copy p{
  font-size:clamp(1rem, 1.2vw, 1.08rem) !important;
  line-height:1.65 !important;
}

@media(max-width:1080px){
  .realisation-project-demo-card{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .realisation-project-copy{
    border-left:0 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
  }

  .realisation-project-triptych figure,
  .realisation-project-triptych img{
    min-height:260px !important;
  }
}

@media(max-width:620px){
  .realisation-projects-demo{
    padding:4rem 0 !important;
  }

  .realisations-project-demo-grid{
    gap:2rem !important;
  }

  .realisation-project-triptych{
    grid-template-columns:1fr !important;
  }

  .realisation-project-triptych figure,
  .realisation-project-triptych img{
    min-height:245px !important;
  }

  .realisation-project-copy{
    padding:1.35rem !important;
  }
}



/* DANOVIS — Réalisations projets light intro section */
.realisation-projects-demo{
  background:#f6efe5 !important;
  color:#111615 !important;
  padding:clamp(5rem, 9vw, 8rem) 0 !important;
}

.realisations-projects-intro{
  display:grid !important;
  grid-template-columns:minmax(320px, .9fr) minmax(360px, 1.1fr) !important;
  gap:clamp(2rem, 6vw, 5rem) !important;
  align-items:start !important;
  margin-bottom:clamp(2.5rem, 5vw, 4rem) !important;
}

.realisations-projects-intro .eyebrow{
  color:#ff9200 !important;
  margin-bottom:1rem !important;
}

.realisations-projects-intro h2{
  color:#07100b !important;
  font-size:clamp(2.8rem, 5.4vw, 5.5rem) !important;
  line-height:.96 !important;
  letter-spacing:-.06em !important;
  margin:0 !important;
  max-width:8.7em !important;
}

.realisations-projects-intro-copy{
  padding-top:.4rem !important;
}

.realisations-projects-intro-copy p{
  color:#252525 !important;
  font-size:clamp(1.1rem, 1.45vw, 1.45rem) !important;
  line-height:1.55 !important;
  margin:0 0 1.65rem !important;
  max-width:34em !important;
}

.realisations-projects-intro-copy p:last-child{
  margin-bottom:0 !important;
}

.realisation-projects-demo .realisations-project-demo-grid{
  margin-top:0 !important;
}

.realisation-projects-demo .realisation-project-demo-card{
  background:#171d1b !important;
}

@media(max-width:980px){
  .realisations-projects-intro{
    grid-template-columns:1fr !important;
    gap:1.5rem !important;
  }

  .realisations-projects-intro h2{
    max-width:10em !important;
    font-size:clamp(2.4rem, 9vw, 4rem) !important;
  }

  .realisations-projects-intro-copy p{
    max-width:none !important;
  }
}

@media(max-width:560px){
  .realisation-projects-demo{
    padding:4rem 0 !important;
  }

  .realisations-projects-intro h2{
    font-size:clamp(2.35rem, 11vw, 3.2rem) !important;
  }

  .realisations-projects-intro-copy p{
    font-size:1.03rem !important;
  }
}



/* DANOVIS — Project intro H2 standard size */
.realisations-projects-intro h2{
  color:#07100b !important;
  font-size:clamp(2rem, 3vw, 3rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  margin:0 !important;
  max-width:11em !important;
}



/* DANOVIS — Homepage hero image override */
body .hero.human-hero .hero-bg{
  background-image:
    linear-gradient(90deg, rgba(7,16,11,.76), rgba(7,16,11,.42), rgba(7,16,11,.18)),
    url('../assets/hero-renovation-commerciale-danovis.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
}
@media(max-width:760px){
  body .hero.human-hero .hero-bg{
    background-position:center top !important;
  }
}
