/* ============================================================
   NOVIS CONCEPT — Fresh Eco-Premium
   Curățenie & spații verzi · București și Ilfov
   ============================================================ */

:root{
  --forest:#0F5132;
  --forest-700:#134E37;
  --forest-900:#0A3A25;
  --lime:#9BE15D;
  --lime-700:#5fa233;
  --cream:#F6F4EE;
  --paper:#FCFBF7;
  --ink:#1A1A1A;
  --muted:#5B5F58;
  --line:#E4E0D6;
  --wa:#25D366;

  --maxw:1180px;
  --pad:clamp(1.1rem,4vw,2.5rem);
  --r:18px;
  --r-sm:12px;
  --shadow-sm:0 2px 10px rgba(16,40,28,.06);
  --shadow:0 18px 50px -22px rgba(13,43,28,.35);
  --shadow-lg:0 40px 90px -40px rgba(13,43,28,.55);

  --serif:"Fraunces",Georgia,"Times New Roman",serif;
  --sans:"Hanken Grotesk",system-ui,-apple-system,Segoe UI,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:84px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream);
  font-size:clamp(1rem,.96rem + .25vw,1.12rem);line-height:1.65;font-weight:400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
body::before{
  content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.03;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.05;letter-spacing:-.015em;margin:0}
h1 em,h2 em,h3 em{font-style:italic;font-weight:400;color:var(--forest)}
p{margin:0}
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}
.skip{position:absolute;left:-9999px;top:0;background:var(--forest);color:#fff;padding:.7rem 1rem;z-index:10000;border-radius:0 0 8px 0}
.skip:focus{left:0}
::selection{background:var(--lime);color:var(--forest-900)}
:focus-visible{outline:3px solid var(--lime-700);outline-offset:2px;border-radius:4px}

/* ---------- icon base (masks appended at end of file) ---------- */
[class^="ico-"],[class*=" ico-"]{
  display:inline-block;width:1em;height:1em;flex:0 0 auto;vertical-align:-.12em;
  background-color:currentColor;
  -webkit-mask:center/contain no-repeat var(--m,none);
          mask:center/contain no-repeat var(--m,none);
}

/* ---------- buttons ---------- */
.btn{
  --bg:var(--forest);--fg:var(--cream);
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  padding:.78rem 1.35rem;border-radius:999px;border:1.5px solid transparent;
  background:var(--bg);color:var(--fg);font-family:var(--sans);font-weight:600;font-size:.98rem;
  cursor:pointer;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background .2s,color .2s;
  letter-spacing:.005em;white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(13,43,28,.5)}
.btn:active{transform:translateY(0)}
.btn-primary{--bg:var(--forest);--fg:var(--cream)}
.btn-primary:hover{--bg:var(--forest-700)}
.btn-ghost{--bg:transparent;--fg:var(--forest);border-color:rgba(15,81,50,.28)}
.btn-ghost:hover{--bg:rgba(15,81,50,.06)}
.btn-lime{--bg:var(--lime);--fg:var(--forest-900)}
.btn-lime:hover{--bg:#aeea76}
.btn-wa{--bg:var(--wa);--fg:#fff}
.btn-wa:hover{--bg:#1ebe5a}
.btn-light{--bg:var(--cream);--fg:var(--forest)}
.btn-light:hover{--bg:#fff}
.btn-lg{padding:1rem 1.7rem;font-size:1.05rem}
.block{width:100%}
.btn [class^="ico-"]{font-size:1.05em}

.eyebrow{
  display:inline-block;font-family:var(--sans);font-weight:600;font-size:.82rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--forest);
  background:rgba(155,225,93,.22);padding:.45rem .9rem;border-radius:999px;
}
.hero-eyebrows{display:flex;flex-wrap:wrap;gap:.45rem}

/* ============================================================ HEADER */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .3s,box-shadow .3s,padding .3s;padding:.55rem 0}
.site-header.scrolled{background:rgba(246,244,238,.82);backdrop-filter:blur(14px) saturate(1.2);box-shadow:0 1px 0 var(--line),0 10px 30px -24px rgba(13,43,28,.4)}
.nav{display:flex;align-items:center;gap:1.4rem}
.brand{display:inline-flex;align-items:center;gap:.6rem}
.brand-mark{width:38px;height:38px;border-radius:11px;flex:none;box-shadow:0 6px 16px -8px rgba(13,43,28,.6)}
.brand-text{font-family:var(--serif);font-weight:600;font-size:1.32rem;letter-spacing:-.02em;color:var(--forest-900);line-height:1}
.brand-sub{color:var(--lime-700);font-style:italic;font-weight:400;margin-left:.18em}
.brand.light .brand-text{color:var(--cream)}
.brand.light .brand-sub{color:var(--lime)}
.nav-links{display:flex;gap:1.55rem;margin-left:auto;font-weight:500;font-size:.98rem}
.nav-links a{color:var(--forest-900);position:relative;padding:.2rem 0;opacity:.85}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--lime-700);transition:right .3s}
.nav-links a:hover{opacity:1}.nav-links a:hover::after{right:0}
.nav-cta{display:flex;align-items:center;gap:1rem}
.phone-link{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;color:var(--forest);font-size:.98rem}
.phone-link .ico-phone{color:var(--lime-700)}
.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:none;border:0;cursor:pointer;padding:8px;min-width:44px;min-height:44px}
.nav-toggle span{width:24px;height:2px;background:var(--forest-900);border-radius:2px;transition:.3s}
.mobile-menu{display:none}
html.menu-open,html.menu-open body{overflow:hidden}

/* ============================================================ HERO */
.hero{position:relative;padding:calc(8.5rem + 2vw) 0 4.5rem;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(60% 70% at 82% 8%,rgba(155,225,93,.30),transparent 60%),
    radial-gradient(50% 60% at 8% 90%,rgba(15,81,50,.12),transparent 60%),
    var(--cream);
}
.hero-bg::after{content:"";position:absolute;right:-12%;top:-18%;width:60vw;height:60vw;max-width:760px;max-height:760px;
  background:radial-gradient(closest-side,rgba(15,81,50,.06),transparent);border-radius:50%}
.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.hero-copy h1{font-size:clamp(2.7rem,6vw,4.9rem);margin:1.1rem 0 0;letter-spacing:-.03em}
.hero-lead{margin-top:1.4rem;font-size:clamp(1.05rem,1rem + .4vw,1.28rem);color:var(--muted);max-width:38ch}
.hero-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:.7rem;margin-top:2rem}
.btn-icon{padding:0;width:3.35rem;height:3.35rem;flex:none}
.btn-icon [class^="ico-"]{font-size:1.45rem}
.nav-wa{width:2.7rem;height:2.7rem}
.nav-wa [class^="ico-"]{font-size:1.2rem}
@media(max-width:560px){
  .hero-actions .btn-lg{padding:.85rem 1.05rem;font-size:.95rem}
  .hero-actions .btn-icon{width:3rem;height:3rem}
  .btn-phone .btn-txt{display:none}
  .btn-phone{padding:0;width:3rem;height:3rem;flex:none}
}
.trust-strip{display:grid;grid-template-columns:auto auto;justify-content:start;gap:.85rem 2.4rem;list-style:none;margin:2.2rem 0 0;padding:0;font-weight:500;font-size:.95rem;color:var(--forest-900)}
@media(max-width:560px){.trust-strip{grid-template-columns:1fr 1fr;gap:.55rem .9rem;font-size:.85rem;margin-top:1.6rem}.trust-strip li [class^="ico-"]{width:1.05em;height:1.05em}}
.trust-strip li{display:flex;align-items:center;gap:.5rem}
.trust-strip li [class^="ico-"]{width:1.15em;height:1.15em;color:var(--lime-700)}

.hero-media{position:relative}
.hero-photo{margin:0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid #fff;transform:rotate(.6deg)}
.hero-photo img{width:100%;height:clamp(360px,46vw,540px);object-fit:cover}
.float-card{position:absolute;background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:.85rem 1.05rem;display:flex;align-items:center;gap:.7rem;font-size:.86rem;line-height:1.25;border:1px solid var(--line)}
.float-card .fc-label{color:var(--muted)}.float-card .fc-label b{color:var(--forest-900)}
.card-a{left:-6%;bottom:12%}
.card-a .fc-num{font-family:var(--serif);font-size:2.4rem;color:var(--forest);line-height:.8;font-weight:600}
.card-b{right:-5%;top:9%;background:var(--forest);color:var(--cream);border-color:var(--forest)}
.card-b .fc-label{color:rgba(246,244,238,.8)}.card-b .fc-label b{color:#fff}
.card-b .ico-leaf{width:1.9rem;height:1.9rem;color:var(--lime)}

/* ============================================================ MARQUEE */
.marquee{background:var(--forest);color:var(--cream);overflow:hidden;padding:.9rem 0;white-space:nowrap}
.marquee-track{display:inline-flex;gap:1.6rem;align-items:center;animation:marq 40s linear infinite;font-family:var(--sans);font-weight:600;font-size:.86rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(246,244,238,.92)}
.m-sep{width:7px;height:7px;flex:none;background:var(--lime);transform:rotate(45deg);border-radius:1px;opacity:.85}
@keyframes marq{to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}

/* ============================================================ SECTION HEADS */
section{padding:clamp(2.6rem,5.5vw,4.25rem) 0}
.section-head{display:flex;gap:1.4rem;align-items:flex-start;margin-bottom:1.8rem;max-width:780px}
.section-head h2{font-size:clamp(2rem,4.4vw,3.3rem)}
.sec-index{font-family:var(--serif);color:var(--lime-700);font-weight:600;flex:none;
  border:1.5px solid rgba(95,162,51,.4);border-radius:50%;width:2.7em;height:2.7em;display:grid;place-items:center;font-size:1rem;letter-spacing:.05em}
.sec-sub{margin-top:.7rem;color:var(--muted);font-size:1.05rem}
.section-head.light h2{color:var(--cream)}
.section-head.light .sec-sub{color:rgba(246,244,238,.72)}
.section-head.light .sec-index{color:var(--lime);border-color:rgba(155,225,93,.5)}

/* ============================================================ SERVICII (two columns) */
.services{background:var(--cream)}
.svc-cats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}
@media(max-width:880px){.svc-cats{grid-template-columns:1fr}}
.svc-cat{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}
.svc-cat-banner{position:relative;height:clamp(220px,22vw,280px);display:flex;align-items:flex-end;padding:1.5rem;color:#fff;
  background-image:linear-gradient(to top,rgba(7,37,24,.95),rgba(7,37,24,.35) 58%,rgba(7,37,24,.05)),var(--img);background-size:cover;background-position:center 38%}
.svc-cat-head{display:flex;align-items:center;gap:1rem}
.svc-cat-ico{flex:none;width:54px;height:54px;border-radius:14px;background:var(--lime);display:grid;place-items:center;box-shadow:0 12px 26px -10px rgba(0,0,0,.6)}
.svc-cat-ico [class^="ico-"]{width:27px;height:27px;color:var(--forest-900)}
.svc-cat-txt h3{color:#fff;font-size:clamp(1.4rem,2.4vw,1.8rem);line-height:1.06}
.svc-cat-txt p{color:rgba(246,244,238,.9);margin-top:.3rem;font-size:.96rem}
.svc-list{list-style:none;margin:0;padding:1rem;display:grid;grid-template-columns:1fr;gap:.25rem;flex:1;align-content:space-between}
.svc-list li{display:flex;gap:.95rem;align-items:flex-start;padding:.85rem .9rem;border-radius:14px;border:1px solid transparent;transition:background .2s,border-color .2s,transform .2s}
.svc-list li:hover{background:var(--cream);border-color:var(--line);transform:translateX(3px)}
.svc-bullet{width:42px;height:42px;border-radius:12px;flex:none;background:rgba(15,81,50,.07);display:grid;place-items:center;transition:background .25s}
.svc-bullet [class^="ico-"]{width:22px;height:22px;color:var(--forest);transition:color .25s}
.svc-list li:hover .svc-bullet{background:var(--forest)}
.svc-list li:hover .svc-bullet [class^="ico-"]{color:var(--lime)}
.svc-list b{display:block;color:var(--forest-900);font-family:var(--sans);font-weight:600;font-size:1.04rem;line-height:1.3}
.svc-list span{color:var(--muted);font-size:.9rem;line-height:1.4}
.svc-list li.is-season{background:rgba(155,225,93,.12);border:1px dashed rgba(95,162,51,.5)}
.svc-list li.is-season .svc-bullet{background:var(--lime)}
.svc-list li.is-season .svc-bullet [class^="ico-"]{color:var(--forest-900)}
.svc-cat-foot{padding:.4rem 1.3rem 1.4rem}

/* ============================================================ WHY (dark) */
.why{background:var(--forest);color:var(--cream);position:relative;overflow:hidden}
.why::before{content:"";position:absolute;right:-10%;top:-20%;width:50vw;height:50vw;max-width:560px;max-height:560px;
  background:radial-gradient(closest-side,rgba(155,225,93,.18),transparent);border-radius:50%}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;position:relative}
@media(max-width:860px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){
  .why-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .why-card{padding:1.1rem .9rem}
  .why-ico{width:44px;height:44px;border-radius:12px;margin-bottom:.75rem}
  .why-ico [class^="ico-"]{width:22px;height:22px}
  .why-card h3{font-size:1.06rem;line-height:1.15}
  .why-card p{font-size:.82rem;line-height:1.4}
}
.why-card{background:rgba(255,255,255,.05);border:1px solid rgba(246,244,238,.12);border-radius:var(--r);padding:1.9rem;transition:background .3s,transform .3s}
.why-card:hover{background:rgba(255,255,255,.09);transform:translateY(-4px)}
.why-ico{width:56px;height:56px;border-radius:15px;background:rgba(155,225,93,.13);border:1px solid rgba(155,225,93,.25);display:grid;place-items:center;margin-bottom:1.2rem;transition:background .3s,transform .3s}
.why-ico [class^="ico-"]{width:27px;height:27px;color:var(--lime)}
.why-card:hover .why-ico{background:var(--lime);transform:rotate(-6deg)}
.why-card:hover .why-ico [class^="ico-"]{color:var(--forest-900)}
.why-card h3{color:#fff;font-size:1.28rem;margin-bottom:.4rem}
.why-card p{color:rgba(246,244,238,.78);font-size:.98rem}
.why h2 em{color:var(--lime)}

/* ============================================================ PROCESS */
.process{background:var(--paper);border-top:1px solid var(--line)}
.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.6rem}
.steps li{position:relative;padding-top:1rem}
.step-n{font-family:var(--serif);font-size:3.2rem;font-weight:600;color:var(--lime-700);display:block;line-height:.9;opacity:.85}
.steps h3{font-size:1.3rem;margin:.6rem 0 .4rem;color:var(--forest-900)}
.steps p{color:var(--muted);font-size:.98rem}
.steps li::after{content:"";position:absolute;top:1.6rem;right:-.8rem;width:1.6rem;height:2px;background:var(--line)}
.steps li:last-child::after{display:none}
@media(max-width:560px){.steps li::after{display:none}}

/* ============================================================ WORKS (uniform gallery) */
.works{background:var(--forest-900);color:var(--cream)}
.works h2 em{color:var(--lime)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;gap:14px}
.g-tile{position:relative;margin:0;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);isolation:isolate}
.g-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1)}
.g-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,37,24,.9),rgba(7,37,24,.05) 55%,rgba(7,37,24,.28));transition:opacity .4s}
.g-tile:hover img{transform:scale(1.08)}
.g-tile figcaption{position:absolute;inset:0;z-index:1;padding:1.1rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff}
.g-cat{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sans);font-weight:700;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--forest-900);background:var(--lime);padding:.35rem .65rem;border-radius:999px;box-shadow:0 6px 16px -8px rgba(0,0,0,.5)}
.g-cat [class^="ico-"]{width:1.05em;height:1.05em}
.g-meta h3{font-family:var(--serif);font-weight:500;font-size:1.2rem;color:#fff;line-height:1.1}
.g-meta p{font-size:.85rem;color:rgba(246,244,238,.9);max-height:0;opacity:0;overflow:hidden;transform:translateY(4px);transition:max-height .45s ease,opacity .4s,transform .4s,margin .4s}
.g-tile:hover .g-meta p{max-height:4em;opacity:1;transform:none;margin-top:.35rem}
.g-meta h3::after{content:"";display:block;width:0;height:2px;background:var(--lime);margin-top:.5rem;transition:width .4s cubic-bezier(.2,.8,.2,1)}
.g-tile:hover .g-meta h3::after{width:34px}
.g-a{grid-column:span 2;grid-row:span 2}
.g-a .g-meta h3{font-size:1.65rem}
.g-b,.g-e,.g-f{grid-column:span 2}
@media(max-width:900px){
  .gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}
  .g-a{grid-column:span 2;grid-row:span 1}
  .g-b,.g-e,.g-f{grid-column:span 2}
}
@media(max-width:560px){
  .gallery{grid-template-columns:1fr;grid-auto-rows:220px}
  .g-a,.g-b,.g-e,.g-f{grid-column:span 1}
}

/* ============================================================ AUDIENCE */
.audience{background:var(--cream)}
.aud-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.1rem}
.aud-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.7rem;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}
.aud-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--lime);transform:scaleY(0);transform-origin:top;transition:transform .35s}
.aud-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.aud-card:hover::before{transform:scaleY(1)}
.aud-ico{width:52px;height:52px;border-radius:14px;background:rgba(15,81,50,.07);display:grid;place-items:center;margin-bottom:1.1rem;transition:background .3s,transform .3s}
.aud-ico [class^="ico-"]{width:26px;height:26px;color:var(--forest)}
.aud-card:hover .aud-ico{background:var(--forest);transform:rotate(-6deg)}
.aud-card:hover .aud-ico [class^="ico-"]{color:var(--lime)}
.aud-card h3{font-size:1.3rem;color:var(--forest-900);margin-bottom:.5rem}
.aud-card p{color:var(--muted);font-size:.96rem}
@media(max-width:540px){
  .aud-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}
  .aud-card{padding:1.1rem .9rem}
  .aud-ico{width:44px;height:44px;border-radius:12px;margin-bottom:.75rem}
  .aud-ico [class^="ico-"]{width:22px;height:22px}
  .aud-card h3{font-size:1.06rem;line-height:1.15}
  .aud-card p{font-size:.82rem;line-height:1.4}
}

/* ============================================================ COVERAGE (compact) */
.coverage{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cov-head{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:2rem;max-width:780px}
.cov-head .ico-pin{width:32px;height:32px;color:var(--lime-700);flex:none;margin-top:.25rem}
.cov-head h2{font-size:clamp(1.7rem,3.6vw,2.7rem)}
.cov-sub{margin-top:.5rem;color:var(--muted)}
.cov-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:1.6rem;align-items:start}
@media(max-width:880px){.cov-layout{grid-template-columns:1fr}}
.cov-map{margin:0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);height:clamp(360px,40vw,480px);background:#e9e7e0;z-index:0}
.leaflet-container{font:inherit}
.cov-panel{display:flex;flex-direction:column;gap:1.3rem;justify-content:center}
.cov-block .cov-label{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--sans);font-weight:600;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--forest);margin-bottom:.7rem}
.cov-label [class^="ico-"]{width:1.15em;height:1.15em;color:var(--lime-700)}
.chips{display:flex;flex-wrap:wrap;gap:.45rem}
.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.42rem .9rem;font-size:.9rem;font-weight:500;color:var(--forest-900);transition:border-color .2s,color .2s}
.chip:hover{border-color:var(--lime-700);color:var(--forest)}
.cov-sediu{display:flex;gap:.8rem;align-items:center;border-top:1px solid var(--line);padding-top:1.3rem;margin-top:.2rem}
.cov-sediu [class^="ico-"]{width:26px;height:26px;color:var(--lime-700);flex:none}
.cov-sediu b{display:block;font-family:var(--sans);font-weight:600;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.15rem}
.cov-sediu span{color:var(--forest-900);font-weight:500}
.chip-more{background:rgba(155,225,93,.18);border-color:transparent;color:var(--lime-700);font-weight:600}
.chip-more:hover{border-color:transparent;color:var(--forest)}
.cov-note{color:var(--muted);font-size:.92rem;line-height:1.5;margin:0;max-width:36ch}

/* ============================================================ CTA BAND */
.cta-band{background:linear-gradient(115deg,var(--lime),#c5ef8e);color:var(--forest-900)}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-band h2{font-size:clamp(1.9rem,4vw,2.9rem)}
.cta-band h2 em{color:var(--forest-900);text-decoration:underline;text-decoration-color:rgba(15,81,50,.35);text-underline-offset:6px}
.cta-band p{margin-top:.5rem;font-size:1.1rem;color:var(--forest-700)}
.cta-actions{display:flex;gap:.8rem;flex-wrap:wrap}
@media(max-width:560px){.cta-actions{flex-wrap:nowrap;width:100%}.cta-actions .btn{flex:1;justify-content:center;padding:.82rem .7rem;font-size:.9rem}}
.cta-band .btn-lime{--bg:var(--forest);--fg:var(--cream)}
.cta-band .btn-lime:hover{--bg:var(--forest-900)}

/* ============================================================ FAQ */
.faq{background:var(--cream)}
.faq-list{max-width:820px;margin-top:.5rem}
.faq details{border-bottom:1px solid var(--line);padding:.3rem 0}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.15rem .2rem;font-family:var(--serif);font-size:clamp(1.15rem,2vw,1.4rem);color:var(--forest-900);font-weight:500}
.faq summary::-webkit-details-marker{display:none}
.faq .acc{width:22px;height:22px;flex:none;position:relative}
.faq .acc::before,.faq .acc::after{content:"";position:absolute;background:var(--forest);border-radius:2px;transition:transform .3s,opacity .3s}
.faq .acc::before{top:10px;left:2px;right:2px;height:2px}
.faq .acc::after{left:10px;top:2px;bottom:2px;width:2px}
.faq details[open] .acc::after{transform:scaleY(0)}
.faq details[open] summary{color:var(--forest)}
.faq-a{padding:0 .2rem 1.2rem;color:var(--muted);max-width:64ch}
.faq-a p{font-size:1.02rem}

/* ============================================================ CONTACT */
.contact{background:var(--forest-900);color:var(--cream)}
.contact-inner{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.contact-info h2{font-size:clamp(2rem,4vw,3rem);color:#fff;margin:.7rem 0 0}
.contact-info h2 em{color:var(--lime)}
.contact-info .sec-index{color:var(--lime);border-color:rgba(155,225,93,.5)}
.contact-info .sec-sub{color:rgba(246,244,238,.75)}
.contact-list{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.1rem}
.contact-list li{display:flex;gap:1rem;align-items:flex-start}
.contact-list [class^="ico-"]{width:22px;height:22px;color:var(--lime);margin-top:.25rem}
.contact-list b{display:block;font-family:var(--sans);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(246,244,238,.6);font-weight:600;margin-bottom:.15rem}
.contact-list a,.contact-list span{color:var(--cream);font-size:1.05rem}
.contact-list a:hover{color:var(--lime)}

.contact-form-wrap{background:var(--cream);border-radius:var(--r);padding:clamp(1.5rem,3vw,2.3rem);box-shadow:var(--shadow-lg);color:var(--ink)}
.contact-form h3{font-size:1.7rem;color:var(--forest-900);margin-bottom:1.3rem}
.field{margin-bottom:1rem;display:flex;flex-direction:column}
.row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:520px){.row{grid-template-columns:1fr}}
.field label{font-size:.82rem;font-weight:600;color:var(--forest-900);margin-bottom:.4rem;letter-spacing:.02em}
.field input,.field select,.field textarea{
  font-family:var(--sans);font-size:1rem;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:10px;padding:.8rem .9rem;width:100%;transition:border-color .2s,box-shadow .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--lime-700);box-shadow:0 0 0 3px rgba(95,162,51,.18)}
.field textarea{resize:vertical}
.contact-form .btn{margin-top:.4rem}
.contact-form .btn-wa{margin-top:.7rem}
.form-note{margin-top:1rem;font-size:.85rem;color:var(--muted);text-align:center}
.form-note.ok{color:var(--lime-700);font-weight:600}
.map-wrap{margin-top:3rem;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);line-height:0}

/* ============================================================ FOOTER */
.site-footer{background:#072518;color:rgba(246,244,238,.72);padding:4rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}
.footer-brand p{margin-top:1rem;max-width:42ch;font-size:.95rem;line-height:1.6}
.footer-col h4{font-family:var(--sans);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--lime);margin-bottom:1rem;font-weight:600}
.footer-col a,.footer-col span{display:block;color:rgba(246,244,238,.72);font-size:.95rem;margin-bottom:.55rem;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:3rem;padding-top:1.6rem;border-top:1px solid rgba(246,244,238,.12);font-size:.85rem;color:rgba(246,244,238,.5)}
.footer-bottom .credit a{color:var(--lime)}

/* ============================================================ MOBILE BAR */
.mobile-bar{display:none}

/* ============================================================ REVEAL */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
.hero .reveal{opacity:0;transform:translateY(26px)}
.hero.loaded .reveal{opacity:1;transform:none;transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}
.hero.loaded .d1{transition-delay:.12s}.hero.loaded .d2{transition-delay:.24s}.hero.loaded .d3{transition-delay:.36s}.hero.loaded .d4{transition-delay:.48s}

/* ============================================================ RESPONSIVE */
@media(max-width:980px){
  .nav-links{display:none}
  .nav-cta .btn-primary{display:none}
  .nav-toggle{display:flex;margin-left:.4rem}
  .nav-cta{margin-left:auto;gap:.5rem}
  .hero-inner{grid-template-columns:1fr;gap:3rem}
  .hero-media{max-width:560px;margin-inline:auto;width:100%}
  .contact-inner{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  /* ---- mobile menu: full-screen overlay (sibling of <header>) ---- */
  .mobile-menu.show{
    display:flex;flex-direction:column;position:fixed;inset:0;z-index:1300;
    background:radial-gradient(92% 55% at 100% 0,rgba(155,225,93,.16),transparent 60%),var(--cream);
    padding:max(.5rem,env(safe-area-inset-top)) 0 calc(1.1rem + env(safe-area-inset-bottom));
    overflow-y:auto;-webkit-overflow-scrolling:touch;animation:mm-in .3s ease both}
  @keyframes mm-in{from{opacity:0}to{opacity:1}}
  .mm-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem var(--pad) 0;flex:none}
  .mm-close{position:relative;width:42px;height:42px;flex:none;border:1.5px solid var(--line);border-radius:50%;background:#fff;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s,border-color .2s}
  .mm-close:active{transform:scale(.92)}
  .mm-close span{position:absolute;top:50%;left:50%;width:17px;height:2px;background:var(--forest-900);border-radius:2px}
  .mm-close span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}
  .mm-close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}
  .mm-links{display:flex;flex-direction:column;margin:auto 0;padding:.6rem var(--pad)}
  .mm-links a{display:flex;align-items:center;gap:.95rem;padding:.8rem .2rem;font-family:var(--serif);font-weight:600;font-size:clamp(1.4rem,6.4vw,1.9rem);letter-spacing:-.02em;color:var(--forest-900);border-bottom:1px solid var(--line)}
  .mm-links a:last-child{border-bottom:0}
  .mm-n{font-family:var(--sans);font-size:.74rem;font-weight:700;letter-spacing:.12em;color:var(--lime-700);flex:none;width:1.9em}
  .mm-t{flex:1}
  .mm-arrow{flex:none;width:.5em;height:.5em;border-right:2.5px solid var(--lime-700);border-bottom:2.5px solid var(--lime-700);transform:rotate(-45deg);opacity:.6}
  .mm-foot{flex:none;padding:.4rem var(--pad) 0;display:flex;flex-direction:column;gap:.6rem}
  .mm-contact{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
  .mm-contact .btn{padding:.85rem .6rem;font-size:.95rem}
  .nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav-toggle.active span:nth-child(2){opacity:0}
  .nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
@media(max-width:720px){
  .card-a{left:0;bottom:-4%}.card-b{right:0;top:-4%}
  .phone-link{display:none}
  .mobile-bar{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:.5rem;position:fixed;left:0;right:0;bottom:0;z-index:1100;
    padding:.6rem .7rem calc(.6rem + env(safe-area-inset-bottom));background:rgba(246,244,238,.92);backdrop-filter:blur(12px);border-top:1px solid var(--line);box-shadow:0 -8px 24px -16px rgba(13,43,28,.5)}
  .mobile-bar a{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:600;font-size:.92rem;padding:.7rem;border-radius:10px}
  .mobile-bar [class^="ico-"]{width:1.05em;height:1.05em}
  .mb-call{background:var(--forest);color:var(--cream)}
  .mb-wa{background:var(--wa);color:#fff}
  .mb-quote{background:var(--lime);color:var(--forest-900)}
  body{padding-bottom:4.5rem}
}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}

/* ===== icon masks (line set, black -> mask alpha) ===== */
.ico-phone{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M22%2016.92v3a2%202%200%200%201-2.18%202%2019.8%2019.8%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6A19.8%2019.8%200%200%201%202.09%204.18%202%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72%2012.8%2012.8%200%200%200%20.7%202.81%202%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.27-1.27a2%202%200%200%201%202.11-.45%2012.8%2012.8%200%200%200%202.81.7A2%202%200%200%201%2022%2016.92z%22%2F%3E%3C%2Fsvg%3E")}
.ico-leaf{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M11%2020A7%207%200%200%201%209.8%206.1C15.5%205%2017%204.48%2019%202c1%202%202%204.18%202%208%200%205.5-4.78%2010-10%2010Z%22%2F%3E%3Cpath%20d%3D%22M2%2021c0-3%201.85-5.36%205.08-6%22%2F%3E%3C%2Fsvg%3E")}
.ico-home{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M3%2010.5%2012%203l9%207.5%22%2F%3E%3Cpath%20d%3D%22M5%209.7V20a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V9.7%22%2F%3E%3Cpath%20d%3D%22M9.5%2021v-6h5v6%22%2F%3E%3C%2Fsvg%3E")}
.ico-building{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%2214%22%20height%3D%2218%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M9%203v18M14%203v18M5%209h14M5%2015h14%22%2F%3E%3C%2Fsvg%3E")}
.ico-shop{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M3%208.5%204.5%204h15L21%208.5%22%2F%3E%3Cpath%20d%3D%22M4%208.5a2.5%202.5%200%200%200%205%200%202.5%202.5%200%200%200%205%200%202.5%202.5%200%200%200%205%200%22%2F%3E%3Cpath%20d%3D%22M5%2011v9h14v-9%22%2F%3E%3Cpath%20d%3D%22M9.5%2020v-4.5h5V20%22%2F%3E%3C%2Fsvg%3E")}
.ico-build{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M4%2016.5h16V20H4z%22%2F%3E%3Cpath%20d%3D%22M5%2016.5v-3a7%207%200%200%201%2014%200v3%22%2F%3E%3Cpath%20d%3D%22M12%204.5V3%22%2F%3E%3Cpath%20d%3D%22M9%205h6%22%2F%3E%3C%2Fsvg%3E")}
.ico-floor{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M12%203l1.7%204.1%204.3%201.7-4.3%201.7L12%2014.6l-1.7-4.1L6%208.8l4.3-1.7z%22%2F%3E%3Cpath%20d%3D%22M18.5%2014l.8%202.1%202.2.9-2.2.9-.8%202.1-.8-2.1-2.2-.9%202.2-.9z%22%2F%3E%3C%2Fsvg%3E")}
.ico-sofa{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M5%2011V8a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v3%22%2F%3E%3Cpath%20d%3D%22M3.5%2011A1.5%201.5%200%200%201%205%2012.5V16h14v-3.5a1.5%201.5%200%200%201%203%200V20H2v-7.5A1.5%201.5%200%200%201%203.5%2011z%22%2F%3E%3Cpath%20d%3D%22M6%2020v1%22%2F%3E%3Cpath%20d%3D%22M18%2020v1%22%2F%3E%3C%2Fsvg%3E")}
.ico-window{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%224%22%20y%3D%223.5%22%20width%3D%2216%22%20height%3D%2217%22%20rx%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M4%2012h16%22%2F%3E%3Cpath%20d%3D%22M12%203.5v17%22%2F%3E%3C%2Fsvg%3E")}
.ico-stairs{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M21%204.5h-4.5V9H12v4.5H7.5V18H3%22%2F%3E%3C%2Fsvg%3E")}
.ico-hedge{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M12%2013v7%22%2F%3E%3Cpath%20d%3D%22M8.5%2020.5h7%22%2F%3E%3C%2Fsvg%3E")}
.ico-yard{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M14%203l7%207%22%2F%3E%3Cpath%20d%3D%22M17.5%206.5%209%2015%22%2F%3E%3Cpath%20d%3D%22M3.5%2020.5%208%2016%22%2F%3E%3Cpath%20d%3D%22M3%2014h6v1.5A3%203%200%200%201%206%2018.5%203%203%200%200%201%203%2015.5z%22%2F%3E%3C%2Fsvg%3E")}
.ico-bag{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M6%208h12l-1%2011.2a2%202%200%200%201-2%201.8H9a2%202%200%200%201-2-1.8z%22%2F%3E%3Cpath%20d%3D%22M8.5%208%209.5%204h5l1%204%22%2F%3E%3Cpath%20d%3D%22M10%2012v5%22%2F%3E%3Cpath%20d%3D%22M14%2012v5%22%2F%3E%3C%2Fsvg%3E")}
.ico-calendar{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%223%22%20y%3D%224.5%22%20width%3D%2218%22%20height%3D%2216.5%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%202.5v4%22%2F%3E%3Cpath%20d%3D%22M16%202.5v4%22%2F%3E%3Cpath%20d%3D%22M3%2010h18%22%2F%3E%3C%2Fsvg%3E")}
.ico-tools{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M14.7%206.3a4%204%200%200%200-5.4%205.4L3%2018v3h3l6.3-6.3a4%204%200%200%200%205.4-5.4l-2.6%202.6-2.4-.6-.6-2.4z%22%2F%3E%3C%2Fsvg%3E")}
.ico-check{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m8.3%2012%202.6%202.6%204.8-5.2%22%2F%3E%3C%2Fsvg%3E")}
.ico-tag{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M3%203h7.5L21%2013.5%2013.5%2021%203%2010.5z%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%227.3%22%20r%3D%221.3%22%2F%3E%3C%2Fsvg%3E")}
.ico-people{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M16%2021v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%227%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M22%2021v-2a4%204%200%200%200-3-3.87%22%2F%3E%3Cpath%20d%3D%22M16%203.13A4%204%200%200%201%2016%2011%22%2F%3E%3C%2Fsvg%3E")}
.ico-mail{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22m3.5%207%208.5%206%208.5-6%22%2F%3E%3C%2Fsvg%3E")}
.ico-pin{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M12%2021.5s7-6.6%207-11.5a7%207%200%200%200-14%200c0%204.9%207%2011.5%207%2011.5z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%222.6%22%2F%3E%3C%2Fsvg%3E")}
.ico-globe{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%279%27%2F%3E%3Cpath%20d%3D%27M3%2012h18%27%2F%3E%3Cpath%20d%3D%27M12%203a14%2014%200%200%201%200%2018%2014%2014%200%200%201%200-18z%27%2F%3E%3C%2Fsvg%3E")}
.ico-clock{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%207v5.2l3.2%202%22%2F%3E%3C%2Fsvg%3E")}
.ico-spray{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M8%208.5h6V21a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20d%3D%22M10%208.5V5.5h4%22%2F%3E%3Cpath%20d%3D%22M14%205.5h3l2-2%22%2F%3E%3Cpath%20d%3D%22M19.5%203.2%2021%202M19.5%205.5H21M19.5%207.8%2021%209%22%2F%3E%3C%2Fsvg%3E")}
.ico-snow{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M12%202v20M2%2012h20M4.9%204.9l14.2%2014.2M19.1%204.9%204.9%2019.1%22%2F%3E%3Cpath%20d%3D%22M9.5%204.5%2012%202l2.5%202.5M9.5%2019.5%2012%2022l2.5-2.5M4.5%209.5%202%2012l2.5%202.5M19.5%209.5%2022%2012l-2.5%202.5%22%2F%3E%3C%2Fsvg%3E")}
.ico-leaf2{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M11%2020A7%207%200%200%201%209.8%206.1C15.5%205%2017%204.48%2019%202c1%202%202%204.18%202%208%200%205.5-4.78%2010-10%2010Z%22%2F%3E%3Cpath%20d%3D%22M2%2021c0-3%201.85-5.36%205.08-6%22%2F%3E%3C%2Fsvg%3E")}
.ico-eco{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M11%2020A7%207%200%200%201%209.8%206.1C15.5%205%2017%204.48%2019%202c1%202%202%204.18%202%208%200%205.5-4.78%2010-10%2010Z%22%2F%3E%3Cpath%20d%3D%22M2%2021c0-3%201.85-5.36%205.08-6%22%2F%3E%3C%2Fsvg%3E")}
.ico-bolt{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27black%27%3E%3Cpath%20d%3D%22M13%202%204%2014h7l-1%208%209-12h-7z%22%2F%3E%3C%2Fsvg%3E")}
.ico-wa{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27black%27%3E%3Cpath%20d%3D%22M12%202a10%2010%200%200%200-8.55%2015.18L2%2022l4.94-1.4A10%2010%200%201%200%2012%202zm0%202a8%208%200%201%201-4.2%2014.8l-.3-.18-2.93.83.85-2.85-.2-.31A8%208%200%200%201%2012%204zm-3.4%203.3c-.17%200-.44.06-.67.31-.23.25-.88.86-.88%202.1%200%201.23.9%202.42%201.02%202.59.13.16%201.76%202.8%204.37%203.82%202.17.85%202.61.68%203.08.64.47-.04%201.52-.62%201.74-1.22.21-.6.21-1.1.15-1.22-.06-.1-.23-.16-.48-.29-.25-.12-1.49-.73-1.72-.82-.23-.08-.4-.12-.56.13-.16.25-.64.81-.79.98-.14.16-.29.18-.54.06-.25-.13-1.06-.39-2.02-1.25-.75-.66-1.25-1.48-1.4-1.73-.14-.25-.01-.38.11-.5.11-.11.25-.29.37-.43.12-.15.16-.25.25-.42.08-.16.04-.31-.02-.43-.06-.12-.56-1.36-.77-1.86-.2-.48-.4-.42-.56-.43z%22%2F%3E%3C%2Fsvg%3E")}
.ico-cup{--m:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M4%208h13v6a4%204%200%200%201-4%204H8a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20d%3D%22M17%209h2.4a2.5%202.5%200%200%201%200%205H17%22%2F%3E%3Cpath%20d%3D%22M8%202.6c-.5%201%20.5%201.6%200%202.6M12%202.6c-.5%201%20.5%201.6%200%202.6%22%2F%3E%3C%2Fsvg%3E")}

/* ===== legal / footer identifiers + form gdpr ===== */
.fb-legal{display:flex;flex-wrap:wrap;gap:.35rem 1rem;align-items:center}
.fb-legal a{color:var(--lime)}
.fb-legal a:hover{text-decoration:underline}
.form-gdpr{margin-top:.55rem;font-size:.78rem;color:var(--muted);text-align:center;line-height:1.4}
.form-gdpr a{color:var(--lime-700);text-decoration:underline}

.form-note:empty{display:none}
