:root{
  --fm-orange:#3f8a3a;--fm-secondary:#173d2b;--fm-bg:#fff;--fm-text:#17191c;
  --fm-header-bg:#fff;--fm-header-text:#17191c;--fm-dark-bg:#101214;--fm-dark-card:#171a1d;
  --fm-card:#fff;--fm-border:rgba(17,20,22,.09);--fm-site-font:Tahoma,Arial,sans-serif;
  --fm-base-size:16px;--fm-menu-size:14px;--fm-icon-size:19px;--fm-menu-icon-size:16px;
  --fm-logo-height:48px;--fm-header-height:80px;--fm-topbar-bg:#123524;--fm-topbar-text:#fff;--fm-topbar-size:12px;--fm-hero-title-size:38px
}
*{box-sizing:border-box}
body{font-family:var(--fm-site-font);font-size:var(--fm-base-size);background:var(--fm-bg);color:var(--fm-text)}
body.fm-dark{--fm-bg:var(--fm-dark-bg);--fm-text:#f8f8f8;--fm-card:var(--fm-dark-card);--fm-border:rgba(255,255,255,.12);--fm-header-bg:var(--fm-dark-card);--fm-header-text:#f8f8f8;background:var(--fm-bg);color:var(--fm-text)}
[data-fm-lang="en"]{display:none}
.fm-svg-icon{width:1em;height:1em;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Top bar */
.fm-topbar{width:100%;background:var(--fm-topbar-bg);color:var(--fm-topbar-text);font-size:var(--fm-topbar-size);direction:rtl;position:relative;z-index:10000}
.fm-topbar-inner{max-width:1360px;min-height:39px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.fm-topbar-message,.fm-topbar-meta{display:flex;align-items:center;gap:14px;min-width:0}.fm-topbar-message{font-weight:750}
.fm-live-dot{width:7px;height:7px;border-radius:50%;background:#35d878;box-shadow:0 0 0 4px rgba(53,216,120,.11);flex:0 0 auto}
.fm-topbar-item,.fm-topbar-wa{color:inherit;text-decoration:none;opacity:.88;white-space:nowrap;transition:opacity .18s}.fm-topbar-item:hover,.fm-topbar-wa:hover{opacity:1}
.fm-topbar-wa{padding:6px 10px;border:1px solid rgba(124,243,168,.22);border-radius:999px;font-weight:800;color:#7cf3a8;background:rgba(124,243,168,.06)}

/* Premium header */
.fm-site-header{width:100%;background:color-mix(in srgb,var(--fm-header-bg) 94%,transparent);color:var(--fm-header-text);border:0;z-index:9999;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);direction:rtl;transition:background .25s,box-shadow .25s,transform .25s;box-shadow:0 7px 28px rgba(16,18,20,.035)}
.fm-site-header.is-sticky{position:sticky;top:0}.fm-site-header.is-scrolled{background:color-mix(in srgb,var(--fm-header-bg) 98%,transparent);box-shadow:0 18px 44px rgba(16,18,20,.105)}
.fm-header-inner{max-width:1360px;margin:auto;min-height:var(--fm-header-height);padding:0 24px;display:flex;align-items:center;gap:18px}
.fm-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--fm-header-text);min-width:max-content;padding:4px 0}
.fm-brand img{height:var(--fm-logo-height);width:auto;max-width:190px;object-fit:contain;display:block}
.fm-logo-mark{width:var(--fm-logo-height);height:var(--fm-logo-height);border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--fm-orange),var(--fm-secondary));color:#fff;font-weight:900;box-shadow:0 10px 24px color-mix(in srgb,var(--fm-orange) 20%,transparent)}
.fm-brand-text{display:grid;line-height:1.12}.fm-brand-text b{font-size:16px;letter-spacing:-.15px}
.fm-nav{display:flex;align-items:center;gap:3px;flex:1;justify-content:center;min-width:0}
.fm-nav a{text-decoration:none;color:var(--fm-header-text);font-weight:750;font-size:var(--fm-menu-size);opacity:.92;display:inline-flex;align-items:center;gap:7px;position:relative;padding:10px 12px;border-radius:11px;white-space:nowrap;transition:color .18s,background .18s,transform .18s}
.fm-nav a:after{display:none!important;content:none!important}.fm-nav a:hover{color:var(--fm-orange);background:color-mix(in srgb,var(--fm-orange) 9%,transparent);transform:translateY(-1px)}
.fm-menu-icon{display:inline-grid;place-items:center;color:currentColor;flex:0 0 auto}.fm-menu-icon .fm-svg-icon{width:var(--fm-menu-icon-size);height:var(--fm-menu-icon-size)}
.fm-tools{display:flex;align-items:center;gap:7px;margin-inline-start:2px}
.fm-icon-btn,.fm-lang-toggle,.fm-wa-icon,.fm-mobile-toggle{border:1px solid var(--fm-border);background:var(--fm-card);color:var(--fm-text);border-radius:13px;min-width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;color-scheme:light dark;box-shadow:0 5px 16px rgba(20,22,24,.035)}
.fm-icon-btn:hover,.fm-lang-toggle:hover,.fm-mobile-toggle:hover{border-color:color-mix(in srgb,var(--fm-orange) 35%,var(--fm-border));background:color-mix(in srgb,var(--fm-orange) 5%,var(--fm-card));transform:translateY(-1px);box-shadow:0 9px 24px rgba(20,22,24,.07)}
.fm-icon-btn .fm-svg-icon,.fm-wa-icon .fm-svg-icon,.fm-mobile-toggle .fm-svg-icon{width:var(--fm-icon-size);height:var(--fm-icon-size)}
.fm-lang-toggle{gap:7px;padding:0 8px;min-width:96px;border-radius:999px!important;background:linear-gradient(180deg,var(--fm-card),color-mix(in srgb,var(--fm-card) 94%,var(--fm-orange) 6%));box-shadow:0 7px 20px rgba(20,22,24,.055)}
.fm-lang-target{align-items:center;gap:7px;font-size:11px;line-height:1}.fm-lang-target-en{display:inline-flex}.fm-lang-target-ar{display:none}.fm-lang-flag-circle{width:30px;height:30px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#efefef;border:2px solid var(--fm-card);box-shadow:0 0 0 1px var(--fm-border),0 4px 11px rgba(0,0,0,.1);flex:0 0 auto}.fm-lang-flag{font-size:23px;line-height:1;display:block;transform:scale(1.28);filter:saturate(1.05)}.fm-lang-label{display:grid;gap:1px;text-align:start;min-width:24px}.fm-lang-label small{font-size:7px;color:color-mix(in srgb,var(--fm-text) 54%,transparent);font-weight:700}.fm-lang-label b{font-size:10px;letter-spacing:.5px}.fm-lang-chevron{font-size:13px;color:color-mix(in srgb,var(--fm-text) 52%,transparent);margin-inline-start:1px}
.fm-mobile-toggle{display:none}.fm-wa-icon{background:#25d366;color:white;border-color:#25d366;box-shadow:0 7px 20px rgba(37,211,102,.18)}.fm-wa-icon:hover{filter:brightness(.97);transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,211,102,.25)}

/* Hero */
.fm-hero{height:min(78vh,760px);min-height:560px;position:relative;overflow:hidden;background:#111;direction:rtl}.fm-slides,.fm-slide{position:absolute;inset:0}.fm-slide{opacity:0;pointer-events:none;transition:opacity .9s ease;overflow:hidden;background:#111}.fm-slide.is-active{opacity:1;pointer-events:auto}.fm-slide-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.015);will-change:transform}.fm-slide.is-active .fm-slide-bg{animation:fmZoom 7s ease-out forwards}.fm-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,16,10,.26),rgba(5,12,8,.56)),radial-gradient(circle at 50% 45%,rgba(0,0,0,.08),rgba(0,0,0,.35) 78%)}.fm-hero-content{position:relative;z-index:4;height:100%;width:min(940px,calc(100% - 48px));padding:0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;margin:0 auto}.fm-eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 13px;border:1px solid rgba(255,255,255,.24);background:rgba(11,28,17,.28);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);border-radius:999px;font-size:12px;letter-spacing:1.5px;font-weight:850;color:#e4ffd4;text-shadow:0 1px 8px rgba(0,0,0,.25)}.fm-hero h1{font-size:var(--fm-hero-title-size);font-weight:900;line-height:1.22;margin:15px auto 14px;max-width:900px;text-wrap:balance;text-shadow:0 5px 24px rgba(0,0,0,.42)}.fm-hero p{font-size:clamp(15px,1.2vw,19px);line-height:1.85;color:rgba(255,255,255,.92);max-width:760px;margin-left:auto;margin-right:auto;text-shadow:0 2px 14px rgba(0,0,0,.32)}.fm-hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}.fm-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:800}.fm-cta.primary{background:var(--fm-orange);color:#fff}.fm-cta.wa{background:#25d366;color:#fff}.fm-dots{position:absolute;z-index:6;bottom:26px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.fm-dots button{width:9px;height:9px;border-radius:99px;border:0;background:rgba(255,255,255,.5);padding:0;transition:.25s;cursor:pointer}.fm-dots button.is-active{width:28px;background:#fff}.fm-slider-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.22);color:#fff;font-size:28px;cursor:pointer}.fm-slider-arrow.prev{left:24px}.fm-slider-arrow.next{right:24px}
.fm-leaves{position:absolute;inset:0;z-index:5;pointer-events:none;overflow:hidden}.fm-leaves i{position:absolute;top:-8%;width:18px;height:10px;background:linear-gradient(135deg,#8bc34a,#4d7f27);border-radius:100% 0 100% 0;opacity:.7;animation:fmLeaf linear infinite}.fm-leaves i:nth-child(1){left:4%;animation-duration:9s;animation-delay:-2s}.fm-leaves i:nth-child(2){left:10%;animation-duration:13s;animation-delay:-8s;transform:scale(.8)}.fm-leaves i:nth-child(3){left:17%;animation-duration:11s;animation-delay:-4s}.fm-leaves i:nth-child(4){left:25%;animation-duration:15s;animation-delay:-10s;transform:scale(1.2)}.fm-leaves i:nth-child(5){left:34%;animation-duration:10s;animation-delay:-3s}.fm-leaves i:nth-child(6){left:43%;animation-duration:14s;animation-delay:-7s;transform:scale(.7)}.fm-leaves i:nth-child(7){left:52%;animation-duration:12s;animation-delay:-5s}.fm-leaves i:nth-child(8){left:60%;animation-duration:16s;animation-delay:-12s}.fm-leaves i:nth-child(9){left:67%;animation-duration:11s;animation-delay:-6s;transform:scale(1.15)}.fm-leaves i:nth-child(10){left:74%;animation-duration:13s;animation-delay:-1s}.fm-leaves i:nth-child(11){left:81%;animation-duration:10s;animation-delay:-8s}.fm-leaves i:nth-child(12){left:88%;animation-duration:15s;animation-delay:-9s;transform:scale(.85)}.fm-leaves i:nth-child(13){left:94%;animation-duration:12s;animation-delay:-4s}.fm-leaves i:nth-child(14){left:30%;animation-duration:18s;animation-delay:-11s;transform:scale(.6)}.fm-leaves i:nth-child(15){left:70%;animation-duration:17s;animation-delay:-14s;transform:scale(.65)}.fm-leaves i:nth-child(16){left:48%;animation-duration:19s;animation-delay:-15s;transform:scale(1.3)}

/* Language state: show only the language the user can switch TO. */
body.fm-lang-en .fm-site-header,body.fm-lang-en .fm-hero,body.fm-lang-en .fm-topbar{direction:ltr}body.fm-lang-en [data-fm-lang="ar"]{display:none}body.fm-lang-en [data-fm-lang="en"]{display:inline}body.fm-lang-en .fm-lang-target-en{display:none}body.fm-lang-en .fm-lang-target-ar{display:inline-flex}body.fm-lang-en .fm-hero-content{margin-left:auto;margin-right:auto}body.fm-lang-en .fm-nav{direction:ltr}

@keyframes fmZoom{from{transform:scale(1.025)}to{transform:scale(1.09)}}@keyframes fmLeaf{0%{transform:translate3d(0,-15vh,0) rotate(0deg)}50%{transform:translate3d(60px,50vh,0) rotate(220deg)}100%{transform:translate3d(-30px,115vh,0) rotate(480deg)}}
@media(max-width:1120px){.fm-nav{gap:1px}.fm-nav a{padding-inline:8px}.fm-menu-icon{display:none}}
@media(max-width:1050px){.fm-topbar-hours{display:none}.fm-nav{position:absolute;top:calc(var(--fm-header-height) - 2px);right:16px;left:16px;background:var(--fm-card);border:1px solid var(--fm-border);border-radius:18px;padding:12px;display:none;flex-direction:column;align-items:stretch;box-shadow:0 20px 50px rgba(0,0,0,.15)}.fm-nav.is-open{display:flex}.fm-nav a{justify-content:flex-start;padding:12px 14px}.fm-nav .fm-menu-icon{display:inline-grid}.fm-mobile-toggle{display:inline-flex}.fm-header-inner{position:relative}.fm-tools{margin-inline-start:auto}.fm-brand-text{display:none}.fm-hero-content{margin:0 auto!important;padding:0 24px;max-width:820px}.fm-slider-arrow{display:none}}
@media(max-width:760px){.fm-topbar-inner{padding:7px 12px;min-height:36px}.fm-topbar-message{display:none}.fm-topbar-meta{width:100%;justify-content:center;gap:10px}.fm-topbar-email{display:none}}
@media(max-width:620px){.fm-header-inner{min-height:68px;padding:0 12px;gap:7px}.fm-brand img{height:min(var(--fm-logo-height),42px);max-width:130px}.fm-logo-mark{width:40px;height:40px}.fm-icon-btn,.fm-lang-toggle,.fm-wa-icon,.fm-mobile-toggle{height:39px;min-width:39px;border-radius:11px}.fm-lang-toggle{min-width:48px;width:auto;padding:0 5px}.fm-lang-label,.fm-lang-chevron{display:none}.fm-lang-flag-circle{width:29px;height:29px}.fm-hero{min-height:590px;height:76vh}.fm-hero h1{font-size:min(var(--fm-hero-title-size),38px);line-height:1.28}.fm-hero p{font-size:16px}.fm-leaves i:nth-child(n+9){display:none}.fm-topbar-meta .fm-topbar-item:nth-of-type(n+2){display:none}}
@media(prefers-reduced-motion:reduce){.fm-slide.is-active .fm-slide-bg,.fm-leaves i{animation:none!important}.fm-leaves{display:none}.fm-icon-btn,.fm-lang-toggle,.fm-wa-icon,.fm-nav a{transition:none!important}}

/* v1.4 — Homepage builder clean canvas. Hide current theme chrome/content on HOME only. */
body.fmcc-clean-home{margin:0!important;padding:0!important}
body.fmcc-clean-home #masthead,
body.fmcc-clean-home #site-header,
body.fmcc-clean-home .site-header:not(.fm-site-header),
body.fmcc-clean-home .elementor-location-header,
body.fmcc-clean-home header.header:not(.fm-site-header),
body.fmcc-clean-home #colophon,
body.fmcc-clean-home #site-footer,
body.fmcc-clean-home .site-footer,
body.fmcc-clean-home .elementor-location-footer,
body.fmcc-clean-home footer.footer,
body.fmcc-clean-home #content,
body.fmcc-clean-home .site-content,
body.fmcc-clean-home #primary,
body.fmcc-clean-home main#main,
body.fmcc-clean-home .content-area,
body.fmcc-clean-home .page-header,
body.fmcc-clean-home .entry-header,
body.fmcc-clean-home .entry-content,
body.fmcc-clean-home .theme-footer,
body.fmcc-clean-home .theme-header{display:none!important}
body.fmcc-clean-home .fmcc-home-shell,
body.fmcc-clean-home .fmcc-home-shell *{box-sizing:border-box}
body.fmcc-clean-home .fmcc-home-shell{display:block!important;width:100%;position:relative;z-index:1}
body.fmcc-clean-home .fmcc-home-shell .fm-site-header,
body.fmcc-clean-home .fmcc-home-shell .fm-topbar,
body.fmcc-clean-home .fmcc-home-shell .fm-hero{display:block!important}


/* v1.8 — Naseem Al Riyadh identity, opening curtain, premium top bar and About section */
body.fm-opening-lock{overflow:hidden!important}

/* Opening curtain */
.fm-opening{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;pointer-events:auto;overflow:hidden;background:#f5f8f1;opacity:1;visibility:visible;transition:opacity .26s ease .04s,visibility 0s linear .32s}
.fm-opening .fm-curtain{position:absolute;top:0;bottom:0;width:50.5%;background:
linear-gradient(180deg,rgba(255,255,255,.96),rgba(239,246,233,.98)),
repeating-linear-gradient(90deg,rgba(24,74,47,.035) 0 1px,transparent 1px 46px);
box-shadow:inset 0 0 0 1px rgba(28,78,50,.03);transition:transform .58s cubic-bezier(.76,0,.24,1) .10s}
.fm-opening .fm-curtain:after{content:"";position:absolute;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent,rgba(54,126,62,.35),transparent)}
.fm-opening .fm-curtain-a{left:0}.fm-opening .fm-curtain-a:after{right:0}
.fm-opening .fm-curtain-b{right:0}.fm-opening .fm-curtain-b:after{left:0}
.fm-opening-mark{position:relative;z-index:3;width:min(250px,42vw);aspect-ratio:1;display:grid;place-items:center;filter:drop-shadow(0 20px 35px rgba(20,70,40,.16));transition:transform .44s cubic-bezier(.2,.8,.2,1),opacity .24s ease .10s}
.fm-opening-mark img{width:82%;height:82%;object-fit:contain;display:block;transform:scale(.82);opacity:0;animation:fmLogoReveal .50s cubic-bezier(.2,.9,.2,1) .02s forwards}
.fm-opening-ring{position:absolute;inset:8%;border:1px solid rgba(57,127,58,.18);border-radius:50%;animation:fmRingPulse 1.5s ease-in-out infinite}
.fm-opening-ring:before,.fm-opening-ring:after{content:"";position:absolute;inset:10%;border:1px dashed rgba(57,127,58,.18);border-radius:50%;animation:fmSpin 8s linear infinite}.fm-opening-ring:after{inset:-9%;animation-direction:reverse;animation-duration:12s}
.fm-opening-line{position:absolute;bottom:6%;width:0;height:2px;border-radius:99px;background:linear-gradient(90deg,transparent,#4e9b45,transparent);animation:fmOpeningLine .42s ease .10s forwards}
.fm-opening.is-opening .fm-curtain-a{transform:translateX(-101%)}.fm-opening.is-opening .fm-curtain-b{transform:translateX(101%)}.fm-opening.is-opening .fm-opening-mark{transform:scale(1.05);opacity:0}.fm-opening.is-done{opacity:0;visibility:hidden;pointer-events:none}
@keyframes fmLogoReveal{to{transform:scale(1);opacity:1}}@keyframes fmOpeningLine{to{width:72%}}@keyframes fmSpin{to{transform:rotate(360deg)}}@keyframes fmRingPulse{50%{transform:scale(1.045);opacity:.68}}

/* Refined premium top bar */
.fm-topbar{background:
linear-gradient(110deg,color-mix(in srgb,var(--fm-topbar-bg) 96%,#000 4%),color-mix(in srgb,var(--fm-topbar-bg) 90%,#4d9345 10%));
border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 4px 22px rgba(9,36,22,.08)}
.fm-topbar-inner{min-height:44px;position:relative}
.fm-topbar-inner:before{content:"";position:absolute;inset:auto 24px 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent)}
.fm-topbar-social,.fm-topbar-meta{display:flex;align-items:center;gap:8px;min-width:0}
.fm-topbar-social{direction:ltr}
.fm-topbar-follow{font-size:10px;font-weight:800;letter-spacing:.5px;opacity:.68;margin-inline-end:4px}
.fm-social-link{width:29px;height:29px;border-radius:50%;display:inline-grid;place-items:center;color:inherit;text-decoration:none;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);transition:.2s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.fm-social-link .fm-svg-icon{width:13px;height:13px;stroke-width:1.9}
.fm-social-facebook .fm-svg-icon{fill:currentColor;stroke:none}
.fm-social-link:hover{transform:translateY(-2px);background:#fff;color:var(--fm-topbar-bg);border-color:#fff;box-shadow:0 7px 18px rgba(0,0,0,.16)}
.fm-social-link.is-muted{opacity:.5}
.fm-topbar-item{display:inline-flex;align-items:center;gap:6px;padding:4px 0}
.fm-topbar-item .fm-svg-icon,.fm-topbar-wa .fm-svg-icon{width:13px;height:13px}
.fm-topbar-meta{gap:15px}
.fm-topbar-wa{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;background:rgba(65,207,112,.12);border-color:rgba(114,245,154,.22)}
.fm-topbar-hours{opacity:.76}

/* Header aligned with the new green identity */
.fm-site-header{box-shadow:0 8px 32px rgba(20,65,39,.055)}
.fm-site-header.is-scrolled{box-shadow:0 18px 48px rgba(20,65,39,.12)}
.fm-brand img{max-width:210px;filter:drop-shadow(0 5px 10px rgba(31,79,43,.08))}
.fm-nav a:hover{color:var(--fm-orange);background:color-mix(in srgb,var(--fm-orange) 8%,transparent)}
.fm-lang-toggle{border-color:color-mix(in srgb,var(--fm-orange) 12%,var(--fm-border));box-shadow:0 7px 22px rgba(25,77,43,.055)}
.fm-lang-flag-circle{border-radius:50%!important}

/* About section */
.fm-about{position:relative;overflow:hidden;background:
radial-gradient(circle at 12% 22%,rgba(111,171,83,.13),transparent 28%),
radial-gradient(circle at 88% 78%,rgba(197,223,176,.3),transparent 24%),
linear-gradient(180deg,#fbfdf8 0%,#f3f8ef 100%);direction:rtl;padding:112px 24px 118px;color:#173126}
.fm-about-inner{max-width:1260px;margin:auto;display:grid;grid-template-columns:minmax(0,.93fr) minmax(460px,1.07fr);gap:88px;align-items:center;position:relative;z-index:2}
.fm-about-copy{max-width:620px}
.fm-about-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.7px;color:#3f8a3a;background:rgba(63,138,58,.07);border:1px solid rgba(63,138,58,.12);border-radius:999px;padding:8px 13px}
.fm-about-eyebrow i{width:7px;height:7px;border-radius:50%;background:#4c9a45;box-shadow:0 0 0 5px rgba(76,154,69,.1)}
.fm-about h2{font-size:clamp(34px,3.6vw,58px);line-height:1.18;letter-spacing:-1.3px;margin:21px 0 20px;color:#163725;font-weight:900;text-wrap:balance}
.fm-about p{font-size:clamp(15px,1.15vw,18px);line-height:2.05;color:#5d6d63;margin:0;max-width:600px}
.fm-about-proof{display:flex;align-items:center;gap:20px;margin:29px 0 26px;padding:20px 0;border-top:1px solid rgba(28,77,47,.1);border-bottom:1px solid rgba(28,77,47,.1)}
.fm-about-year{display:grid;gap:1px;min-width:max-content}.fm-about-year strong{font-size:34px;line-height:1;color:#2e7b38;letter-spacing:-1px}.fm-about-year span{font-size:11px;font-weight:800;color:#6d7d72}
.fm-about-rule{width:1px;height:45px;background:rgba(28,77,47,.13)}
.fm-about-note{font-size:13px;font-weight:800;color:#365a42;line-height:1.7}
.fm-about-link{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#fff;background:#234f31;padding:13px 17px;border-radius:13px;font-weight:850;box-shadow:0 12px 28px rgba(28,78,47,.16);transition:.2s}.fm-about-link:hover{transform:translateY(-2px);background:#2d683c}.fm-about-link b{font-size:18px;line-height:1}
.fm-about-visual{position:relative;min-height:560px}
.fm-about-photo{position:absolute;margin:0;overflow:hidden;background:#e5eee0;box-shadow:0 30px 70px rgba(25,72,42,.14);border:8px solid rgba(255,255,255,.92)}
.fm-about-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.fm-about-visual:hover .fm-about-photo-main img{transform:scale(1.035)}.fm-about-visual:hover .fm-about-photo-small img{transform:scale(1.05)}
.fm-about-photo-main{width:72%;height:470px;right:0;top:15px;border-radius:38px 38px 86px 38px;transform:rotate(1.5deg)}
.fm-about-photo-small{width:43%;height:285px;left:1%;bottom:10px;border-radius:72px 28px 34px 28px;transform:rotate(-4deg);z-index:3}
.fm-about-brand-wheel{position:absolute;z-index:5;width:180px;height:180px;left:28%;top:45%;transform:translate(-50%,-50%);display:grid;place-items:center}
.fm-about-brand-wheel svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;animation:fmAboutSpin 18s linear infinite}
.fm-about-brand-wheel text{font-family:var(--fm-site-font);font-size:8px;fill:#2e7138;font-weight:900;letter-spacing:1.4px}
.fm-about-brand-wheel>span{width:92px;height:92px;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 17px 36px rgba(21,70,38,.18);display:grid;place-items:center;border:1px solid rgba(63,138,58,.12)}
.fm-about-brand-wheel>span img{width:72%;height:72%;object-fit:contain}
.fm-about-dots{position:absolute;right:10%;bottom:2%;width:110px;height:86px;opacity:.45;background-image:radial-gradient(#69a663 1.3px,transparent 1.3px);background-size:13px 13px}
.fm-about-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.fm-about-orb-a{width:290px;height:290px;background:rgba(151,198,126,.09);top:-120px;right:-80px}.fm-about-orb-b{width:360px;height:360px;background:rgba(93,156,84,.07);bottom:-170px;left:-100px}
@keyframes fmAboutSpin{to{transform:rotate(360deg)}}

/* English direction for the new section */
body.fm-lang-en .fm-about{direction:ltr}
body.fm-lang-en .fm-about-copy{text-align:left}

/* Ensure builder allows custom sections */
body.fmcc-clean-home .fmcc-home-shell .fm-about{display:block!important}

@media(max-width:1050px){
  .fm-about{padding:88px 22px}.fm-about-inner{grid-template-columns:1fr;gap:55px}.fm-about-copy{max-width:760px;margin:auto;text-align:center}.fm-about p{margin-inline:auto}.fm-about-proof{justify-content:center}.fm-about-visual{width:min(720px,100%);margin:auto;min-height:540px}
}
@media(max-width:760px){
  .fm-topbar-inner{min-height:40px}.fm-topbar-follow{display:none}.fm-social-link{width:28px;height:28px}.fm-topbar-meta{gap:9px}.fm-topbar-hours{display:none}
  .fm-about{padding:72px 16px 82px}.fm-about h2{font-size:36px}.fm-about-proof{gap:14px}.fm-about-note{font-size:12px}.fm-about-visual{min-height:450px}.fm-about-photo-main{width:80%;height:370px}.fm-about-photo-small{width:46%;height:220px}.fm-about-brand-wheel{width:145px;height:145px;left:30%;top:46%}.fm-about-brand-wheel>span{width:74px;height:74px}
}
@media(max-width:560px){
  .fm-topbar-meta .fm-topbar-email{display:none}.fm-topbar-wa span{display:none}.fm-topbar-wa{width:29px;height:29px;padding:0;justify-content:center;border-radius:50%}
  .fm-about-copy{text-align:start}.fm-about-proof{justify-content:flex-start}.fm-about-visual{min-height:390px}.fm-about-photo-main{width:84%;height:315px;border-width:5px;border-radius:28px 28px 58px 28px}.fm-about-photo-small{width:48%;height:180px;border-width:5px}.fm-about-brand-wheel{width:125px;height:125px;left:28%;top:48%}.fm-about-brand-wheel>span{width:64px;height:64px}.fm-about-brand-wheel text{font-size:7px}
  .fm-opening-mark{width:min(220px,58vw)}
}
@media(prefers-reduced-motion:reduce){
  .fm-opening,.fm-opening *,.fm-about-brand-wheel svg{animation:none!important;transition:none!important}
  .fm-opening{display:none!important}
}

/* ==========================================================
   v1.9 — About controls + premium services showcase
   ========================================================== */
.fm-lang-flag-img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.fm-about-inner{gap:var(--fm-about-gap,120px)}
.fm-about h2{font-size:var(--fm-about-title-size,52px)}
.fm-about p{font-size:var(--fm-about-text-size,18px)}

.fm-services-showcase{position:relative;overflow:hidden;padding:100px 54px 112px;background:
  radial-gradient(circle at 50% -10%,color-mix(in srgb,var(--fm-services-accent) 28%,transparent),transparent 38%),
  linear-gradient(145deg,color-mix(in srgb,var(--fm-services-bg) 88%,#07180d 12%),var(--fm-services-bg));
  color:#fff;isolation:isolate}
.fm-services-showcase:before{content:"";position:absolute;inset:0;z-index:-3;opacity:.28;background-image:
  radial-gradient(circle at 20% 20%,rgba(255,255,255,.12) 0 1px,transparent 1.4px),
  radial-gradient(circle at 80% 70%,rgba(255,255,255,.08) 0 1px,transparent 1.4px);background-size:28px 28px,38px 38px}
.fm-services-pattern{position:absolute;inset:0;z-index:-2;pointer-events:none;background:
  linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.025) 42% 42.5%,transparent 42.5% 100%),
  linear-gradient(15deg,transparent 0 62%,rgba(255,255,255,.018) 62% 62.5%,transparent 62.5% 100%)}
.fm-services-palm{position:absolute;bottom:-35px;width:245px;max-height:86%;z-index:-1;opacity:.14;filter:drop-shadow(0 20px 35px rgba(0,0,0,.15));pointer-events:none;user-select:none}
.fm-services-palm-left{left:-36px;transform:rotate(-5deg)}
.fm-services-palm-right{right:-36px;transform:scaleX(-1) rotate(-5deg)}
.fm-services-head{max-width:850px;margin:0 auto 45px;text-align:center;position:relative;z-index:3}
.fm-services-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);backdrop-filter:blur(10px);font-size:11px;font-weight:900;letter-spacing:.9px;text-transform:uppercase}
.fm-services-eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--fm-services-accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--fm-services-accent) 16%,transparent)}
.fm-services-head h2{margin:20px auto 14px;font-size:clamp(34px,4vw,58px);line-height:1.15;letter-spacing:-1.4px;font-weight:950;max-width:820px;text-wrap:balance}
.fm-services-head p{margin:0 auto;max-width:760px;color:rgba(255,255,255,.72);font-size:16px;line-height:1.9}
.fm-services-slider-shell{position:relative;max-width:1420px;margin:auto;z-index:3;padding:0 48px}
.fm-services-viewport{overflow:hidden;padding:12px 5px 28px}
.fm-services-track{direction:ltr;display:flex;gap:18px;will-change:transform;transition:transform .72s cubic-bezier(.22,.78,.23,1)}
.fm-service-card{position:relative;flex:0 0 clamp(260px,23vw,330px);height:430px;border-radius:28px;overflow:hidden;background:#0e2919;box-shadow:none;border:1px solid rgba(255,255,255,.12);transform:translateZ(0);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.fm-service-card:before{content:"";position:absolute;inset:0;z-index:4;border-radius:inherit;box-shadow:none;pointer-events:none}
.fm-service-card:hover{transform:translateY(-9px);box-shadow:none;border-color:color-mix(in srgb,var(--fm-services-accent) 60%,rgba(255,255,255,.1))}
.fm-service-card-media{position:absolute;inset:0}.fm-service-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.22,.78,.23,1),filter .4s ease}.fm-service-card:hover .fm-service-card-media img{transform:scale(1.07);filter:saturate(1.06)}
.fm-service-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,18,9,.02) 22%,rgba(5,20,11,.22) 50%,rgba(4,19,10,.94) 88%)}
.fm-service-card-index{position:absolute;top:18px;left:18px;width:42px;height:42px;border-radius:14px;background:rgba(8,31,16,.44);backdrop-filter:blur(12px);display:grid;place-items:center;font-weight:900;font-size:11px;border:1px solid rgba(255,255,255,.17);z-index:2}
.fm-service-card-body{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:24px 23px 22px;direction:rtl}
body.fm-lang-en .fm-service-card-body{direction:ltr}
.fm-service-card-top{display:flex;align-items:center;gap:9px}.fm-service-card-leaf{width:30px;height:30px;border-radius:50%;background:color-mix(in srgb,var(--fm-services-accent) 24%,rgba(255,255,255,.07));display:grid;place-items:center;color:#e9ffd9;font-size:11px;flex:0 0 auto;border:1px solid rgba(255,255,255,.12)}
.fm-service-card h3{font-size:20px;line-height:1.4;margin:0;font-weight:900;color:#fff}
.fm-service-card-reveal{max-height:0;opacity:0;transform:translateY(15px);overflow:hidden;transition:max-height .42s ease,opacity .32s ease,transform .42s ease}
.fm-service-card:hover .fm-service-card-reveal{max-height:190px;opacity:1;transform:translateY(0)}
.fm-service-card-reveal p{font-size:12.5px;line-height:1.8;color:rgba(255,255,255,.76);margin:13px 0 12px}
.fm-service-more{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;color:#fff}.fm-service-more b{width:25px;height:25px;border-radius:50%;background:var(--fm-services-accent);color:#17391f;display:grid;place-items:center;font-size:12px}
.fm-services-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff;display:grid;place-items:center;font-size:28px;line-height:1;cursor:pointer;backdrop-filter:blur(12px);transition:.2s}
.fm-services-arrow:hover{background:#fff;color:var(--fm-services-bg);transform:translateY(-50%) scale(1.05)}
.fm-services-arrow.prev{left:0}.fm-services-arrow.next{right:0}
.fm-services-progress{width:min(520px,70%);height:3px;border-radius:999px;background:rgba(255,255,255,.12);margin:15px auto 0;overflow:hidden;position:relative;z-index:3}.fm-services-progress span{display:block;width:18%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fff,var(--fm-services-accent));transition:transform .72s cubic-bezier(.22,.78,.23,1)}
body.fm-lang-en .fm-services-showcase{direction:ltr}

@media(max-width:980px){
  .fm-about-inner{gap:min(var(--fm-about-gap,120px),60px)}
  .fm-about h2{font-size:min(var(--fm-about-title-size,52px),44px)}
  .fm-services-showcase{padding:82px 22px 92px}.fm-services-slider-shell{padding:0 42px}.fm-services-palm{width:190px;opacity:.1}.fm-service-card{flex-basis:300px}
}
@media(max-width:640px){
  .fm-about h2{font-size:min(var(--fm-about-title-size,52px),36px)}.fm-about p{font-size:min(var(--fm-about-text-size,18px),16px)}
  .fm-services-showcase{padding:70px 14px 78px}.fm-services-head{margin-bottom:30px}.fm-services-head h2{font-size:34px}.fm-services-head p{font-size:14px}.fm-services-slider-shell{padding:0}.fm-services-arrow{display:none}.fm-services-viewport{overflow:auto;scrollbar-width:none;padding-inline:2px}.fm-services-viewport::-webkit-scrollbar{display:none}.fm-services-track{transform:none!important}.fm-service-card{flex:0 0 83vw;height:410px}.fm-service-card-reveal{max-height:190px;opacity:1;transform:none}.fm-services-progress{display:none}.fm-services-palm{width:145px;bottom:-12px}
}
body.fmcc-clean-home .fmcc-home-shell .fm-services-showcase{display:block!important}

/* v1.10 — unified section title scale. Hero remains independent. */
.fm-about h2,.fm-services-head h2,.fm-section-heading,.fm-section-title-front{font-size:var(--fm-section-title-size,28px)!important;line-height:1.35!important;letter-spacing:-.35px!important}

/* ==========================================================
   v1.11 — width controls + non-clipped services carousel
   ========================================================== */
:root{
  --fm-content-max-width:1440px;
  --fm-section-pad-x:28px;
  --fm-about-max-width:1260px;
  --fm-services-max-width:1480px;
  --fm-service-card-width:320px;
}
.fm-about{padding-inline:var(--fm-section-pad-x)!important}
.fm-about-inner{max-width:min(var(--fm-about-max-width),var(--fm-content-max-width))!important;width:100%}
.fm-services-showcase{padding-inline:var(--fm-section-pad-x)!important;overflow:hidden}
.fm-services-head{width:min(850px,100%)}
.fm-services-slider-shell{max-width:min(var(--fm-services-max-width),var(--fm-content-max-width))!important;width:100%;padding-inline:56px}
.fm-services-viewport{overflow:hidden;padding:24px 8px 42px;margin:-12px -8px -20px;clip-path:inset(-18px -2px -24px -2px)}
.fm-services-track{padding-inline:2px}
.fm-service-card{flex:0 0 var(--fm-service-card-width)!important;height:448px}
.fm-service-card-reveal{max-height:0}
.fm-service-card:hover .fm-service-card-reveal{max-height:225px}
.fm-service-card-reveal p{max-height:118px;overflow:auto;scrollbar-width:thin;padding-inline-end:3px}
.fm-services-arrow.prev{left:2px}.fm-services-arrow.next{right:2px}
@media(max-width:980px){
  .fm-services-slider-shell{padding-inline:48px}
  .fm-service-card{flex-basis:min(var(--fm-service-card-width),320px)!important}
}
@media(max-width:640px){
  .fm-about,.fm-services-showcase{padding-inline:max(14px,min(var(--fm-section-pad-x),24px))!important}
  .fm-services-slider-shell{padding-inline:0}
  .fm-services-viewport{overflow:auto;margin:0;padding:10px 2px 28px;clip-path:none}
  .fm-service-card{flex:0 0 min(86vw,var(--fm-service-card-width))!important;height:420px}
  .fm-service-card-reveal p{max-height:none;overflow:visible}
}

/* ==========================================================
   v1.13 — About inner block controls
   ========================================================== */
.fm-about{
  padding-block:var(--fm-about-pad-y,112px)!important;
}
.fm-about-inner{
  max-width:min(var(--fm-about-inner-width,1260px),var(--fm-about-max-width,1260px),var(--fm-content-max-width,1440px))!important;
  grid-template-columns:minmax(0,var(--fm-about-text-col,46%)) minmax(0,1fr)!important;
  column-gap:var(--fm-about-gap,120px)!important;
  row-gap:var(--fm-about-gap,120px)!important;
}
.fm-about-copy{max-width:none}
@media(max-width:1050px){
  .fm-about-inner{grid-template-columns:1fr!important;gap:min(var(--fm-about-gap,120px),60px)!important}
}
@media(max-width:760px){
  .fm-about{padding-block:min(var(--fm-about-pad-y,112px),82px)!important}
}

/* ==========================================================
   v1.14 — Why Choose Naseem Al Riyadh
   Light 8-benefit section + animated landscaping illustration
   ========================================================== */
.fm-why{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  direction:rtl;
  background:
    radial-gradient(circle at 16% 18%,color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 10%,transparent),transparent 27%),
    radial-gradient(circle at 86% 30%,color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 7%,transparent),transparent 24%),
    linear-gradient(180deg,color-mix(in srgb,var(--fm-why-bg,#f5f8f1) 96%,#fff 4%),var(--fm-why-bg,#f5f8f1));
  color:#173126;
  padding:92px var(--fm-section-pad-x,28px) 270px;
}
.fm-why:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.36;
  pointer-events:none;
  background-image:radial-gradient(color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 22%,transparent) 1px,transparent 1.2px);
  background-size:25px 25px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.3),transparent 72%);
}
.fm-why-inner{position:relative;z-index:3;width:min(var(--fm-content-max-width,1440px),100%);margin:auto}
.fm-why-head{width:min(790px,100%);margin:0 auto 44px;text-align:center}
.fm-why-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 18%,#fff);border-radius:999px;background:rgba(255,255,255,.72);color:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 84%,#193b26);font-size:11px;font-weight:900;letter-spacing:.75px;backdrop-filter:blur(8px)}
.fm-why-eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--fm-why-accent,#3f8a3a);box-shadow:0 0 0 5px color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 12%,transparent)}
.fm-why-head h2{font-size:var(--fm-section-title-size,28px)!important;line-height:1.35!important;letter-spacing:-.35px!important;margin:18px 0 12px;font-weight:950;color:#173a25;text-wrap:balance}
.fm-why-head p{max-width:720px;margin:0 auto;color:#66776c;font-size:15px;line-height:1.95}
.fm-why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;position:relative;z-index:4}
.fm-why-card{position:relative;min-height:192px;display:grid;grid-template-columns:54px 1fr;align-items:start;gap:14px;padding:22px 20px;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 12%,#fff);box-shadow:none;backdrop-filter:blur(10px);transition:transform .28s ease,border-color .28s ease,background .28s ease;overflow:hidden}
.fm-why-card:after{content:"";position:absolute;inset-inline-end:-25px;bottom:-35px;width:95px;height:95px;border-radius:50%;background:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 7%,transparent);transition:transform .35s ease}
.fm-why-card:hover{transform:translateY(-5px);background:#fff;border-color:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 28%,#fff)}
.fm-why-card:hover:after{transform:scale(1.35)}
.fm-why-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 10%,#fff);border:1px solid color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 15%,#fff);color:var(--fm-why-accent,#3f8a3a);position:relative;z-index:2}
.fm-why-icon svg{width:25px;height:25px}
.fm-why-card h3{margin:2px 0 8px;font-size:16px;line-height:1.55;color:#173825;font-weight:900;position:relative;z-index:2}
.fm-why-card p{margin:0;color:#728078;font-size:12.7px;line-height:1.85;position:relative;z-index:2}
.fm-why-no{position:absolute;top:13px;inset-inline-end:15px;font-size:10px;font-weight:950;letter-spacing:.8px;color:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 55%,#a8b4ac);z-index:2}
.fm-why-soft-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px);z-index:-1}.fm-why-soft-orb-a{width:320px;height:320px;top:-165px;right:-110px;background:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 8%,transparent)}.fm-why-soft-orb-b{width:390px;height:390px;left:-170px;top:210px;background:color-mix(in srgb,var(--fm-why-accent,#3f8a3a) 6%,transparent)}
.fm-why-landscape-art{position:absolute;z-index:1;left:50%;bottom:-7px;transform:translateX(-50%);width:min(1080px,96vw);height:auto;opacity:var(--fm-why-illustration-opacity,.82);pointer-events:none;user-select:none}
.fm-why-landscape-art svg{display:block;width:100%;height:auto;overflow:visible;animation:fmWhyArtFloat 6s ease-in-out infinite}
.fm-why-landscape-art,.fm-why-landscape-art svg{background:transparent!important}
.fm-why-tree-crown{transform-box:fill-box;transform-origin:52% 85%;animation:fmWhyTreeSway 4.6s ease-in-out infinite alternate}
.fm-why-trimmer-arm{transform-box:fill-box;transform-origin:0 60%;animation:fmWhyTrimArm 1.7s ease-in-out infinite alternate}
.fm-why-trimmer{transform-box:fill-box;transform-origin:0 50%;animation:fmWhyTrimmer 1.25s ease-in-out infinite alternate}
.fm-why-rake-arm{transform-box:fill-box;transform-origin:15% 25%;animation:fmWhyRakeArm 2.1s ease-in-out infinite alternate}
.fm-why-rake{transform-box:fill-box;transform-origin:40% 0;animation:fmWhyRake 2.1s ease-in-out infinite alternate}
.fm-why-trim-lines{animation:fmWhyTrimLines 1.2s ease-in-out infinite alternate}
@keyframes fmWhyArtFloat{50%{transform:translateY(-3px)}}
@keyframes fmWhyTreeSway{to{transform:rotate(1.8deg)}}
@keyframes fmWhyTrimArm{to{transform:rotate(-5deg)}}
@keyframes fmWhyTrimmer{to{transform:rotate(2.5deg)}}
@keyframes fmWhyRakeArm{to{transform:rotate(3deg)}}
@keyframes fmWhyRake{to{transform:rotate(-4deg)}}
@keyframes fmWhyTrimLines{to{opacity:.35;transform:translateX(3px)}}
body.fm-lang-en .fm-why{direction:ltr}
body.fmcc-clean-home .fmcc-home-shell .fm-why{display:block!important}
@media(max-width:1100px){
  .fm-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-why{padding-bottom:240px}
  .fm-why-landscape-art{width:min(930px,100vw)}
}
@media(max-width:680px){
  .fm-why{padding:72px max(14px,min(var(--fm-section-pad-x,28px),24px)) 190px}
  .fm-why-head{margin-bottom:30px}
  .fm-why-head p{font-size:14px;line-height:1.8}
  .fm-why-grid{grid-template-columns:1fr;gap:12px}
  .fm-why-card{min-height:0;padding:18px 17px;grid-template-columns:48px 1fr;border-radius:18px}
  .fm-why-icon{width:48px;height:48px;border-radius:15px}.fm-why-icon svg{width:23px;height:23px}
  .fm-why-card h3{font-size:15px}.fm-why-card p{font-size:12.3px}
  .fm-why-landscape-art{width:760px;max-width:none;left:50%;bottom:-2px}
}
@media(prefers-reduced-motion:reduce){
  .fm-why-landscape-art svg,.fm-why-tree-crown,.fm-why-trimmer-arm,.fm-why-trimmer,.fm-why-rake-arm,.fm-why-rake,.fm-why-trim-lines{animation:none!important}
}

/* ==========================================================
   v1.17 — corrected mobile typography + compact responsive pass
   ========================================================== */
@media (max-width:640px){
  /* Hero typography */
  .fm-hero{
    min-height:500px;
    height:min(70svh,600px);
  }
  .fm-hero-content{
    width:calc(100% - 24px);
    padding-inline:12px;
  }
  .fm-eyebrow{
    min-height:25px;
    padding-inline:9px;
    font-size:9.5px;
    letter-spacing:.55px;
  }
  .fm-hero h1{
    font-size:21px!important;
    line-height:1.38!important;
    max-width:92vw;
    margin:10px auto 9px;
    letter-spacing:0!important;
    text-wrap:balance;
  }
  .fm-hero p{
    font-size:12.75px!important;
    line-height:1.72!important;
    max-width:92vw;
    margin-top:0;
  }

  /* Compact Hero actions — always side by side on phones. */
  .fm-hero-actions{
    width:min(100%,360px);
    flex-wrap:nowrap!important;
    gap:7px;
    margin-top:14px;
  }
  .fm-hero-actions .fm-cta{
    flex:1 1 0;
    min-width:0;
    min-height:38px;
    padding:0 9px;
    border-radius:10px;
    font-size:11px!important;
    line-height:1.15;
    white-space:nowrap;
  }
  .fm-hero-actions .fm-cta svg{
    width:15px!important;
    height:15px!important;
    flex:0 0 15px;
  }

  /* Every homepage section title is intentionally 18px on mobile. */
  .fm-about h2,
  .fm-services-head h2,
  .fm-why-head h2,
  .fm-section-heading,
  .fm-section-title-front,
  .fmcc-home-shell section h2{
    font-size:18px!important;
    line-height:1.5!important;
    letter-spacing:0!important;
    text-wrap:balance;
  }

  /* Supporting copy also scales down so headings do not feel oversized. */
  .fm-about p,
  .fm-services-head p,
  .fm-why-head p{
    font-size:12.5px!important;
    line-height:1.8!important;
  }
  .fm-services-head{margin-bottom:24px}
  .fm-why-head{margin-bottom:26px}
  .fm-about{padding-block:min(var(--fm-about-pad-y,112px),62px)!important}
  .fm-services-showcase{padding-top:56px!important;padding-bottom:62px!important}
  .fm-why{padding-top:56px!important;padding-bottom:170px!important}

  /* Mobile performance */
  .fm-slide.is-active .fm-slide-bg{animation:none!important;transform:scale(1)!important}
  .fm-leaves i:nth-child(n+5){display:none!important}
  .fm-site-header,.fm-lang-toggle,.fm-eyebrow,.fm-service-card-index,.fm-why-card{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .fm-service-card:hover,.fm-why-card:hover{transform:none!important}
  .fm-service-card-media img{transition:transform .25s ease}
  .fm-service-card:hover .fm-service-card-media img{transform:none!important}
  .fm-about-brand-wheel svg,
  .fm-why-landscape-art svg,
  .fm-why-tree-crown,
  .fm-why-trimmer-arm,
  .fm-why-trimmer,
  .fm-why-rake-arm,
  .fm-why-rake,
  .fm-why-trim-lines{animation:none!important}
}

@media (max-width:390px){
  .fm-hero{min-height:475px;height:min(68svh,560px)}
  .fm-hero h1{font-size:19px!important;line-height:1.42!important}
  .fm-hero p{font-size:12px!important;line-height:1.7!important}
  .fm-hero-actions{gap:6px;width:100%;max-width:330px}
  .fm-hero-actions .fm-cta{min-height:36px;padding-inline:7px;font-size:10.5px!important;border-radius:9px}
  .fm-about h2,
  .fm-services-head h2,
  .fm-why-head h2,
  .fm-section-heading,
  .fm-section-title-front,
  .fmcc-home-shell section h2{font-size:18px!important}
}

/* ==========================================================
   v1.18 — soft editorial image gallery
   ========================================================== */
.fm-gallery{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 9% 16%,color-mix(in srgb,var(--fm-gallery-accent,#6f846d) 8%,transparent) 0 90px,transparent 92px),
    radial-gradient(circle at 91% 76%,color-mix(in srgb,var(--fm-gallery-accent,#6f846d) 7%,transparent) 0 130px,transparent 132px),
    var(--fm-gallery-bg,#f6f7f3);
  padding:96px var(--fm-section-pad-x,28px) 88px;
  color:#223128;
  direction:rtl;
}
.fm-gallery:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;
  background-image:linear-gradient(rgba(78,99,79,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(78,99,79,.045) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,transparent,black 20%,black 76%,transparent);
}
.fm-gallery-inner{position:relative;z-index:1;width:min(var(--fm-gallery-max-width,1460px),100%);margin:0 auto}
.fm-gallery-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.72fr);align-items:end;gap:58px;margin-bottom:34px}
.fm-gallery-heading-copy{min-width:0}.fm-gallery-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--fm-gallery-accent,#6f846d);font-size:11px;font-weight:850;letter-spacing:1.1px;text-transform:uppercase}.fm-gallery-eyebrow i{width:22px;height:1px;background:currentColor;display:block}.fm-gallery-head h2{font-size:var(--fm-section-title-size,28px);line-height:1.45;margin:8px 0 0;font-weight:900;color:#203429;text-wrap:balance}.fm-gallery-head>p{margin:0;color:#6c776f;font-size:14px;line-height:1.95;max-width:520px}
.fm-gallery-mosaic{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:178px;gap:12px;direction:ltr}
.fm-gallery-item{position:relative;border:0;padding:0;margin:0;overflow:hidden;border-radius:22px;background:#e9ede6;cursor:zoom-in;isolation:isolate;outline:1px solid rgba(53,75,58,.08);outline-offset:-1px;color:inherit;font:inherit;text-align:start}
.fm-gallery-item img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.82) contrast(.96) brightness(1.02);transition:transform .65s cubic-bezier(.2,.72,.2,1),filter .4s ease}
.fm-gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(244,247,241,.22),transparent 48%);pointer-events:none;z-index:1}
.fm-gallery-item:hover img,.fm-gallery-item:focus-visible img{transform:scale(1.035);filter:saturate(.92) contrast(.98) brightness(1.02)}
.fm-gallery-item-1{grid-column:1/span 5;grid-row:1/span 2}.fm-gallery-item-2{grid-column:6/span 3;grid-row:1/span 1}.fm-gallery-item-3{grid-column:9/span 4;grid-row:1/span 2}.fm-gallery-item-4{grid-column:6/span 3;grid-row:2/span 2}.fm-gallery-item-5{grid-column:1/span 3;grid-row:3/span 2}.fm-gallery-item-6{grid-column:4/span 2;grid-row:3/span 2}.fm-gallery-item-7{grid-column:6/span 4;grid-row:4/span 1}.fm-gallery-item-8{grid-column:10/span 3;grid-row:3/span 2}
.fm-gallery-caption{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;min-height:52px;padding:9px 11px 9px 12px;border:1px solid rgba(255,255,255,.7);border-radius:14px;background:rgba(250,251,247,.9);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;color:#294332;transform:translateY(5px);opacity:.96;transition:transform .3s ease,opacity .3s ease}
.fm-gallery-item:hover .fm-gallery-caption,.fm-gallery-item:focus-visible .fm-gallery-caption{transform:translateY(0);opacity:1}.fm-gallery-caption small{font:800 9px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--fm-gallery-accent,#6f846d);opacity:.78}.fm-gallery-caption strong{font-size:12.5px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.fm-lang-en .fm-gallery-caption strong{direction:ltr}.fm-gallery-caption b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--fm-gallery-accent,#6f846d) 12%,#fff);font-size:11px;font-weight:900;color:var(--fm-gallery-accent,#6f846d)}
.fm-gallery-foot{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:28px;color:#889189}.fm-gallery-foot>span{height:1px;background:rgba(55,74,60,.11)}.fm-gallery-foot p{margin:0;font-size:10px;letter-spacing:.8px;font-weight:700;text-transform:uppercase}
.fm-gallery-lightbox{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:34px;background:rgba(20,27,23,.82);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.fm-gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.fm-gallery-lightbox figure{width:min(1120px,92vw);margin:0;display:grid;gap:12px}.fm-gallery-lightbox img{width:100%;max-height:82vh;object-fit:contain;border-radius:20px;background:#eef0ec}.fm-gallery-lightbox figcaption{color:#fff;text-align:center;font-size:13px;font-weight:750}.fm-gallery-lightbox-close{position:absolute;top:24px;right:26px;width:44px;height:44px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:28px;line-height:1;cursor:pointer}.fm-gallery-lock{overflow:hidden!important}

@media(max-width:980px){
  .fm-gallery{padding-top:78px;padding-bottom:72px}.fm-gallery-head{grid-template-columns:1fr;gap:12px}.fm-gallery-head>p{max-width:660px}.fm-gallery-mosaic{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:155px}.fm-gallery-item-1{grid-column:1/span 3;grid-row:1/span 2}.fm-gallery-item-2{grid-column:4/span 3;grid-row:1/span 1}.fm-gallery-item-3{grid-column:4/span 3;grid-row:2/span 1}.fm-gallery-item-4{grid-column:1/span 2;grid-row:3/span 1}.fm-gallery-item-5{grid-column:3/span 2;grid-row:3/span 1}.fm-gallery-item-6{grid-column:5/span 2;grid-row:3/span 1}.fm-gallery-item-7{grid-column:1/span 3;grid-row:4/span 1}.fm-gallery-item-8{grid-column:4/span 3;grid-row:4/span 1}
}
@media(max-width:640px){
  .fm-gallery{padding:56px 16px 60px;background:var(--fm-gallery-bg,#f6f7f3)}.fm-gallery:before{opacity:.18}.fm-gallery-head{margin-bottom:22px;gap:9px}.fm-gallery-head h2{font-size:18px!important;line-height:1.5!important;margin-top:6px}.fm-gallery-head>p{font-size:12.5px!important;line-height:1.8!important}.fm-gallery-eyebrow{font-size:9.5px}.fm-gallery-mosaic{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 10px;margin-inline:-1px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fm-gallery-mosaic::-webkit-scrollbar{display:none}.fm-gallery-item,.fm-gallery-item-1,.fm-gallery-item-2,.fm-gallery-item-3,.fm-gallery-item-4,.fm-gallery-item-5,.fm-gallery-item-6,.fm-gallery-item-7,.fm-gallery-item-8{flex:0 0 78vw;max-width:330px;height:auto;aspect-ratio:4/3;grid-column:auto;grid-row:auto;border-radius:17px;scroll-snap-align:start}.fm-gallery-caption{left:9px;right:9px;bottom:9px;min-height:45px;border-radius:12px;padding:7px 9px;gap:7px;-webkit-backdrop-filter:none;backdrop-filter:none}.fm-gallery-caption strong{font-size:11px}.fm-gallery-caption b{width:22px;height:22px}.fm-gallery-foot{margin-top:16px;gap:9px}.fm-gallery-foot p{font-size:8.5px;letter-spacing:.45px}.fm-gallery-lightbox{padding:18px}.fm-gallery-lightbox img{border-radius:14px}.fm-gallery-lightbox-close{top:16px;right:16px;width:39px;height:39px}
}
@media(prefers-reduced-motion:reduce){.fm-gallery-item img,.fm-gallery-caption,.fm-gallery-lightbox{transition:none!important}}

/* ==========================================================
   v1.19 — filtered portfolio gallery / calm premium direction
   ========================================================== */
.fm-gallery.fm-gallery-pro{
  position:relative;
  isolation:isolate;
  padding:94px var(--fm-section-pad-x,28px) 88px;
  background:
    radial-gradient(circle at 12% 8%,color-mix(in srgb,var(--fm-gallery-accent,#6f846d) 10%,transparent) 0 120px,transparent 122px),
    radial-gradient(circle at 88% 90%,color-mix(in srgb,var(--fm-gallery-accent,#6f846d) 8%,transparent) 0 150px,transparent 152px),
    linear-gradient(135deg,color-mix(in srgb,var(--fm-gallery-bg,#f6f7f3) 96%,#fff),color-mix(in srgb,var(--fm-gallery-bg,#f6f7f3) 88%,#e8efe6));
  color:#213129;
}
.fm-gallery.fm-gallery-pro:before{
  opacity:.2;
  background-image:
    linear-gradient(rgba(68,92,72,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(68,92,72,.05) 1px,transparent 1px);
  background-size:56px 56px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
  mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
}
.fm-gallery-decor{position:absolute;pointer-events:none;z-index:0;border:1px solid color-mix(in srgb,var(--fm-gallery-accent,#6f846d) 17%,transparent);border-radius:55% 45% 60% 40%;opacity:.6;transform:rotate(-20deg)}
.fm-gallery-decor:before,.fm-gallery-decor:after{content:"";position:absolute;inset:20%;border:inherit;border-radius:inherit}.fm-gallery-decor:after{inset:38%}
.fm-gallery-decor-a{width:250px;height:145px;top:52px;left:-70px}.fm-gallery-decor-b{width:300px;height:170px;right:-90px;bottom:34px;transform:rotate(27deg)}
.fm-gallery.fm-gallery-pro .fm-gallery-inner{width:min(var(--fm-gallery-max-width,1460px),100%);position:relative;z-index:1}
.fm-gallery.fm-gallery-pro .fm-gallery-head{display:block;text-align:center;margin:0 auto 24px;max-width:820px}
.fm-gallery.fm-gallery-pro .fm-gallery-heading-copy{display:grid;justify-items:center}
.fm-gallery.fm-gallery-pro .fm-gallery-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:var(--fm-gallery-accent,#6f846d);font-size:10px;font-weight:900;letter-spacing:1.4px}
.fm-gallery.fm-gallery-pro .fm-gallery-eyebrow i{width:26px;height:1px;background:currentColor;opacity:.65}
.fm-gallery.fm-gallery-pro .fm-gallery-head h2{margin:9px 0 10px;font-size:var(--fm-section-title-size,28px);line-height:1.5;color:#20352a;font-weight:900}
.fm-gallery.fm-gallery-pro .fm-gallery-head p{margin:0 auto;max-width:720px;font-size:14px;line-height:1.95;color:#718078}
.fm-gallery-filters{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:0 auto 30px;padding:6px;width:max-content;max-width:100%;border:1px solid rgba(54,82,63,.09);border-radius:999px;background:rgba(255,255,255,.68);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.fm-gallery-filters button{appearance:none;border:0;background:transparent;color:#637169;min-height:38px;padding:0 16px;border-radius:999px;font:800 12px/1 var(--fm-font-family,inherit);cursor:pointer;white-space:nowrap;transition:background .22s ease,color .22s ease,transform .22s ease}
.fm-gallery-filters button:hover{color:#294c35;background:rgba(74,111,80,.07)}
.fm-gallery-filters button.is-active{background:var(--fm-gallery-accent,#6f846d);color:#fff}
.fm-gallery.fm-gallery-pro .fm-gallery-mosaic{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:225px;gap:14px;overflow:visible!important;direction:ltr;padding:0;margin:0}
.fm-gallery.fm-gallery-pro .fm-gallery-item,.fm-gallery.fm-gallery-pro .fm-gallery-item-1,.fm-gallery.fm-gallery-pro .fm-gallery-item-2,.fm-gallery.fm-gallery-pro .fm-gallery-item-3,.fm-gallery.fm-gallery-pro .fm-gallery-item-4,.fm-gallery.fm-gallery-pro .fm-gallery-item-5,.fm-gallery.fm-gallery-pro .fm-gallery-item-6,.fm-gallery.fm-gallery-pro .fm-gallery-item-7,.fm-gallery.fm-gallery-pro .fm-gallery-item-8{position:relative;grid-column:auto!important;grid-row:auto!important;height:auto!important;aspect-ratio:auto!important;max-width:none!important;min-width:0;border-radius:20px;outline:1px solid rgba(45,72,53,.09);outline-offset:-1px;background:#e9eee8;overflow:hidden;box-shadow:none!important;scroll-snap-align:none;animation:fmGalleryIn .34s ease both}
.fm-gallery.fm-gallery-pro .fm-gallery-item-1,.fm-gallery.fm-gallery-pro .fm-gallery-item-6{grid-column:span 2!important;grid-row:span 2!important}
.fm-gallery.fm-gallery-pro .fm-gallery-item-4,.fm-gallery.fm-gallery-pro .fm-gallery-item-8{grid-row:span 2!important}
.fm-gallery.fm-gallery-pro .fm-gallery-item[hidden]{display:none!important}
@keyframes fmGalleryIn{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}
.fm-gallery.fm-gallery-pro .fm-gallery-item img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(.97);transition:transform .6s cubic-bezier(.2,.72,.2,1),filter .4s ease}
.fm-gallery.fm-gallery-pro .fm-gallery-item:after{background:linear-gradient(to top,rgba(18,36,24,.5),rgba(18,36,24,.03) 52%,transparent 72%)}
.fm-gallery.fm-gallery-pro .fm-gallery-item:hover img,.fm-gallery.fm-gallery-pro .fm-gallery-item:focus-visible img{transform:scale(1.045);filter:saturate(.96) contrast(1)}
.fm-gallery-category{position:absolute;z-index:3;top:12px;inset-inline-start:12px;display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(250,252,248,.84);color:#3e5f48;font-size:9.5px;font-weight:850;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);direction:rtl}
.fm-lang-en .fm-gallery-category{direction:ltr}
.fm-gallery.fm-gallery-pro .fm-gallery-caption{left:13px;right:13px;bottom:13px;min-height:54px;border:1px solid rgba(255,255,255,.42);border-radius:15px;background:rgba(246,249,245,.9);color:#274231;box-shadow:none!important}
.fm-gallery.fm-gallery-pro .fm-gallery-caption strong{font-size:12px}
.fm-gallery.fm-gallery-pro .fm-gallery-foot{margin-top:30px;color:#88958d}.fm-gallery.fm-gallery-pro .fm-gallery-foot>span{background:rgba(55,78,61,.12)}
.fm-gallery-anchor{position:absolute;top:-110px}
@media(max-width:1100px){
  .fm-gallery.fm-gallery-pro .fm-gallery-mosaic{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:210px}
  .fm-gallery.fm-gallery-pro .fm-gallery-item-1,.fm-gallery.fm-gallery-pro .fm-gallery-item-6{grid-column:span 2!important}
}
@media(max-width:760px){
  .fm-gallery.fm-gallery-pro{padding:62px 16px 62px}
  .fm-gallery.fm-gallery-pro .fm-gallery-head{margin-bottom:18px}
  .fm-gallery.fm-gallery-pro .fm-gallery-head h2{font-size:18px!important;line-height:1.5!important;margin-top:7px}
  .fm-gallery.fm-gallery-pro .fm-gallery-head p{font-size:12.5px!important;line-height:1.85!important}
  .fm-gallery-filters{justify-content:flex-start;flex-wrap:nowrap;width:auto;max-width:none;overflow-x:auto;margin:0 -2px 20px;padding:5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .fm-gallery-filters::-webkit-scrollbar{display:none}.fm-gallery-filters button{min-height:34px;padding:0 13px;font-size:10.5px}
  .fm-gallery.fm-gallery-pro .fm-gallery-mosaic{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:165px;gap:9px;overflow:visible!important;scroll-snap-type:none!important}
  .fm-gallery.fm-gallery-pro .fm-gallery-item,.fm-gallery.fm-gallery-pro .fm-gallery-item-1,.fm-gallery.fm-gallery-pro .fm-gallery-item-2,.fm-gallery.fm-gallery-pro .fm-gallery-item-3,.fm-gallery.fm-gallery-pro .fm-gallery-item-4,.fm-gallery.fm-gallery-pro .fm-gallery-item-5,.fm-gallery.fm-gallery-pro .fm-gallery-item-6,.fm-gallery.fm-gallery-pro .fm-gallery-item-7,.fm-gallery.fm-gallery-pro .fm-gallery-item-8{grid-column:auto!important;grid-row:auto!important;min-width:0!important;width:auto!important;max-width:none!important;height:auto!important;aspect-ratio:auto!important;border-radius:15px}
  .fm-gallery.fm-gallery-pro .fm-gallery-item-1,.fm-gallery.fm-gallery-pro .fm-gallery-item-6{grid-column:span 2!important;grid-row:span 2!important}
  .fm-gallery-category{top:8px;inset-inline-start:8px;min-height:25px;padding:0 8px;font-size:8px;-webkit-backdrop-filter:none;backdrop-filter:none}
  .fm-gallery.fm-gallery-pro .fm-gallery-caption{left:8px;right:8px;bottom:8px;min-height:43px;padding:7px 8px;border-radius:11px;-webkit-backdrop-filter:none;backdrop-filter:none}.fm-gallery.fm-gallery-pro .fm-gallery-caption strong{font-size:10px}.fm-gallery.fm-gallery-pro .fm-gallery-caption small{font-size:8px}.fm-gallery.fm-gallery-pro .fm-gallery-caption b{width:21px;height:21px}
  .fm-gallery-decor{opacity:.35;transform:scale(.7) rotate(-20deg)}
}
@media(max-width:430px){
  .fm-gallery.fm-gallery-pro .fm-gallery-mosaic{grid-template-columns:1fr;grid-auto-rows:220px}
  .fm-gallery.fm-gallery-pro .fm-gallery-item-1,.fm-gallery.fm-gallery-pro .fm-gallery-item-6{grid-column:auto!important;grid-row:auto!important}
}
@media(prefers-reduced-motion:reduce){.fm-gallery.fm-gallery-pro .fm-gallery-item{animation:none!important}.fm-gallery-filters button{transition:none!important}}


/* ==========================================================
   v1.20 — equal-size portfolio/gallery cards
   All gallery items now use one consistent visual ratio.
   ========================================================== */
.fm-gallery.fm-gallery-pro .fm-gallery-mosaic{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-rows:auto!important;
  align-items:stretch;
}
.fm-gallery.fm-gallery-pro .fm-gallery-item,
.fm-gallery.fm-gallery-pro .fm-gallery-item-1,
.fm-gallery.fm-gallery-pro .fm-gallery-item-2,
.fm-gallery.fm-gallery-pro .fm-gallery-item-3,
.fm-gallery.fm-gallery-pro .fm-gallery-item-4,
.fm-gallery.fm-gallery-pro .fm-gallery-item-5,
.fm-gallery.fm-gallery-pro .fm-gallery-item-6,
.fm-gallery.fm-gallery-pro .fm-gallery-item-7,
.fm-gallery.fm-gallery-pro .fm-gallery-item-8{
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
}
.fm-gallery.fm-gallery-pro .fm-gallery-item img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:1100px){
  .fm-gallery.fm-gallery-pro .fm-gallery-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .fm-gallery.fm-gallery-pro .fm-gallery-item-1,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-6{grid-column:auto!important;grid-row:auto!important}
}
@media(max-width:760px){
  .fm-gallery.fm-gallery-pro .fm-gallery-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important}
  .fm-gallery.fm-gallery-pro .fm-gallery-item,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-1,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-2,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-3,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-4,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-5,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-6,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-7,
  .fm-gallery.fm-gallery-pro .fm-gallery-item-8{aspect-ratio:4/3!important;grid-column:auto!important;grid-row:auto!important}
}
@media(max-width:430px){
  .fm-gallery.fm-gallery-pro .fm-gallery-mosaic{grid-template-columns:1fr!important}
}

/* ==========================================================
   v1.21 — distinct gallery palette + animated botanical scene
   ========================================================== */
.fm-gallery.fm-gallery-pro{
  overflow:hidden;
  background:
    radial-gradient(circle at 50% -12%,rgba(255,255,255,.92) 0 18%,transparent 47%),
    linear-gradient(135deg,
      color-mix(in srgb,var(--fm-gallery-bg,#f1efe7) 95%,#ffffff),
      color-mix(in srgb,var(--fm-gallery-bg,#f1efe7) 82%,#dce9df)
    );
}
.fm-gallery.fm-gallery-pro:before{
  opacity:.16;
  background-image:
    radial-gradient(circle at center,rgba(71,101,78,.07) 1px,transparent 1.5px);
  background-size:24px 24px;
  -webkit-mask-image:linear-gradient(to bottom,transparent 2%,black 20%,black 82%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 2%,black 20%,black 82%,transparent 100%);
}
.fm-gallery.fm-gallery-pro .fm-gallery-head h2{color:#26382d}
.fm-gallery.fm-gallery-pro .fm-gallery-head p{color:#6f786f}
.fm-gallery.fm-gallery-pro .fm-gallery-filters{
  background:rgba(255,255,255,.74);
  border-color:color-mix(in srgb,var(--fm-gallery-accent,#53725b) 13%,transparent);
}
.fm-gallery.fm-gallery-pro .fm-gallery-filters button.is-active{
  background:var(--fm-gallery-accent,#53725b);
}
.fm-gallery-botanical{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}
.fm-gallery-tree{
  position:absolute;
  bottom:-28px;
  display:block;
  opacity:var(--fm-gallery-tree-opacity,.16);
  background:color-mix(in srgb,var(--fm-gallery-accent,#53725b) 78%,#6f8b71);
  transform-origin:50% 100%;
  will-change:transform;
}
.fm-gallery-tree-l1,.fm-gallery-tree-r1{
  width:210px;
  height:340px;
  -webkit-mask:url('../images/gallery-tree-a.svg') center bottom/contain no-repeat;
  mask:url('../images/gallery-tree-a.svg') center bottom/contain no-repeat;
  animation:fmGalleryTreeSwayA 7.6s ease-in-out infinite alternate;
}
.fm-gallery-tree-l2,.fm-gallery-tree-r2{
  width:150px;
  height:292px;
  -webkit-mask:url('../images/gallery-tree-b.svg') center bottom/contain no-repeat;
  mask:url('../images/gallery-tree-b.svg') center bottom/contain no-repeat;
  animation:fmGalleryTreeSwayB 9.2s ease-in-out infinite alternate;
}
.fm-gallery-tree-l1{left:-46px;bottom:-32px;animation-delay:-2.4s}
.fm-gallery-tree-l2{left:92px;bottom:-55px;opacity:var(--fm-gallery-tree-opacity,.16);filter:opacity(.72);animation-delay:-5.1s}
.fm-gallery-tree-r1{right:-52px;bottom:-36px;transform:scaleX(-1);animation-delay:-4s}
.fm-gallery-tree-r2{right:94px;bottom:-58px;opacity:var(--fm-gallery-tree-opacity,.16);filter:opacity(.72);transform:scaleX(-1);animation-delay:-6.7s}
.fm-gallery-botanical.is-static .fm-gallery-tree{animation:none!important}
@keyframes fmGalleryTreeSwayA{
  0%{transform:rotate(-1.2deg) translateY(0)}
  45%{transform:rotate(1.4deg) translateY(-4px)}
  100%{transform:rotate(-.4deg) translateY(-1px)}
}
@keyframes fmGalleryTreeSwayB{
  0%{transform:rotate(.8deg) translateY(0)}
  50%{transform:rotate(-1.7deg) translateY(-5px)}
  100%{transform:rotate(.5deg) translateY(-2px)}
}
/* Preserve the mirrored right-side silhouettes while they move. */
.fm-gallery-tree-r1{animation-name:fmGalleryTreeSwayARight}
.fm-gallery-tree-r2{animation-name:fmGalleryTreeSwayBRight}
@keyframes fmGalleryTreeSwayARight{
  0%{transform:scaleX(-1) rotate(-1.2deg) translateY(0)}
  45%{transform:scaleX(-1) rotate(1.4deg) translateY(-4px)}
  100%{transform:scaleX(-1) rotate(-.4deg) translateY(-1px)}
}
@keyframes fmGalleryTreeSwayBRight{
  0%{transform:scaleX(-1) rotate(.8deg) translateY(0)}
  50%{transform:scaleX(-1) rotate(-1.7deg) translateY(-5px)}
  100%{transform:scaleX(-1) rotate(.5deg) translateY(-2px)}
}
.fm-gallery.fm-gallery-pro .fm-gallery-inner{z-index:2}
.fm-gallery.fm-gallery-pro .fm-gallery-decor{opacity:.24}
@media(max-width:900px){
  .fm-gallery-tree-l1,.fm-gallery-tree-r1{width:165px;height:285px}
  .fm-gallery-tree-l2,.fm-gallery-tree-r2{width:115px;height:230px}
  .fm-gallery-tree-l2{left:52px}.fm-gallery-tree-r2{right:52px}
}
@media(max-width:760px){
  .fm-gallery-tree{opacity:var(--fm-gallery-tree-opacity,.16);filter:opacity(.62)}
  .fm-gallery-tree-l1,.fm-gallery-tree-r1{width:125px;height:220px;bottom:-30px}
  .fm-gallery-tree-l2,.fm-gallery-tree-r2{width:86px;height:180px;bottom:-42px}
  .fm-gallery-tree-l1{left:-44px}.fm-gallery-tree-l2{left:20px}
  .fm-gallery-tree-r1{right:-48px}.fm-gallery-tree-r2{right:20px}
}
@media(prefers-reduced-motion:reduce){
  .fm-gallery-tree{animation:none!important}
}

/* ==========================================================
   v1.22 — clean homepage + mobile services swipe + light footer
   ========================================================== */
html,body.fmcc-clean-home{margin:0!important;padding:0!important;width:100%;min-height:100%;background:var(--fm-bg,#fff)}
body.fmcc-clean-home .fmcc-home-shell{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;overflow:clip}

/* Mobile services: native swipe, snap, auto-slide and correct touch behavior. */
@media(max-width:760px){
  .fm-services-slider-shell{width:100%!important;max-width:100%!important;padding-inline:0!important}
  .fm-services-viewport{
    display:block!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    direction:ltr!important;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:2px;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    touch-action:pan-x pan-y!important;
    scrollbar-width:none!important;
    cursor:grab;
  }
  .fm-services-viewport:active{cursor:grabbing}
  .fm-services-viewport::-webkit-scrollbar{display:none!important}
  .fm-services-track{width:max-content!important;min-width:100%;transform:none!important;transition:none!important;will-change:auto!important;padding-inline:2px!important}
  .fm-service-card{scroll-snap-align:start;scroll-snap-stop:always;touch-action:manipulation;user-select:none;-webkit-user-select:none}
  .fm-service-card-media img{-webkit-user-drag:none;user-select:none;pointer-events:none}
  .fm-service-card-body{pointer-events:none}
}

/* Custom footer — premium tree-green identity with a lightweight animated landscaping scene. */
.fm-site-footer{position:relative;overflow:hidden;background:
  radial-gradient(circle at 14% 14%,rgba(171,207,145,.22) 0 150px,transparent 152px),
  radial-gradient(circle at 88% 70%,rgba(217,236,199,.13) 0 245px,transparent 248px),
  linear-gradient(135deg,color-mix(in srgb,var(--fm-footer-bg,#174c2b) 88%,#2f6d43 12%),var(--fm-footer-bg,#174c2b));
  color:#24402d;padding:86px var(--fm-section-pad-x,28px) 0;direction:rtl;isolation:isolate}
body.fm-lang-en .fm-site-footer{direction:ltr}
.fm-site-footer:before{content:"";position:absolute;inset:0;z-index:0;opacity:.18;background-image:linear-gradient(rgba(232,246,223,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(232,246,223,.08) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black 0 70%,transparent 96%);pointer-events:none}
.fm-site-footer:after{content:"";position:absolute;inset:-35% -25%;z-index:0;pointer-events:none;background:linear-gradient(112deg,transparent 38%,rgba(229,245,220,.11) 47%,rgba(255,255,255,.08) 50%,transparent 60%);transform:translateX(-35%);animation:fmFooterSheen 14s ease-in-out infinite}
@keyframes fmFooterSheen{0%,18%{transform:translateX(-38%)}55%,100%{transform:translateX(38%)}}
.fm-footer-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;z-index:1}.fm-footer-orb-a{width:280px;height:280px;right:-120px;top:58px;background:rgba(206,232,189,.12)}.fm-footer-orb-b{width:200px;height:200px;left:-80px;bottom:28px;background:rgba(255,255,255,.1)}
.fm-footer-garden-scene{position:absolute;left:0;right:0;bottom:0;height:min(430px,72%);z-index:1;pointer-events:none;opacity:var(--fm-footer-scene-opacity,.42);overflow:hidden;mix-blend-mode:screen}
.fm-footer-garden-scene svg{display:block;width:100%;height:100%;overflow:visible}
.fm-fscene-tree .fm-fscene-crown{transform-box:fill-box;transform-origin:50% 100%;animation:fmFooterTreeSway 5.8s ease-in-out infinite alternate}
.fm-fscene-tree-left{transform-box:fill-box;transform-origin:50% 100%}
.fm-fscene-arm-left,.fm-fscene-arm-right{transform-box:fill-box;transform-origin:84% 50%}
.fm-fscene-arm-left{animation:fmFooterPrune 2.8s ease-in-out infinite alternate}.fm-fscene-arm-right{animation:fmFooterTrim 1.8s ease-in-out infinite alternate}
.fm-fscene-hedge{transform-box:fill-box;transform-origin:50% 100%;animation:fmFooterHedge 4.6s ease-in-out infinite alternate}
.fm-fscene-leaves .leaf{transform-box:fill-box;transform-origin:center;opacity:.78}.fm-fscene-leaves .l1{animation:fmFooterLeaf 8s linear infinite}.fm-fscene-leaves .l2{animation:fmFooterLeaf 10.5s linear -3s infinite}.fm-fscene-leaves .l3{animation:fmFooterLeaf 9.2s linear -5.5s infinite}
@keyframes fmFooterTreeSway{from{transform:rotate(-1.1deg)}to{transform:rotate(1.35deg)}}
@keyframes fmFooterPrune{from{transform:rotate(-5deg) translateY(0)}to{transform:rotate(7deg) translateY(-2px)}}
@keyframes fmFooterTrim{from{transform:rotate(-4deg) translateX(-2px)}to{transform:rotate(5deg) translateX(4px)}}
@keyframes fmFooterHedge{from{transform:translateY(0)}to{transform:translateY(-3px)}}
@keyframes fmFooterLeaf{0%{transform:translate(0,-14px) rotate(0deg);opacity:0}12%{opacity:.8}78%{opacity:.65}100%{transform:translate(80px,265px) rotate(280deg);opacity:0}}
.fm-footer-inner{position:relative;z-index:3;width:min(var(--fm-content-max-width,1440px),100%);margin:auto}
.fm-footer-main{display:grid;grid-template-columns:minmax(280px,1.55fr) repeat(3,minmax(160px,.72fr));gap:28px;padding:30px;border:1px solid rgba(231,242,224,.72);background:color-mix(in srgb,var(--fm-footer-surface,#f7faf4) 94%,transparent);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);border-radius:30px;box-shadow:none}
.fm-footer-brand{padding:4px 10px 4px 4px}.fm-footer-logo{display:inline-flex;align-items:center;min-height:66px}.fm-footer-logo img{display:block;max-width:190px;max-height:70px;object-fit:contain}
.fm-footer-brand h2{margin:18px 0 10px;font-size:var(--fm-section-title-size,28px)!important;line-height:1.35;font-weight:950;letter-spacing:-.35px;color:#1d4b2a}.fm-footer-brand p{margin:0;max-width:520px;font-size:13px;line-height:1.95;color:#5a6c5f}
.fm-footer-socials{display:flex;align-items:center;gap:8px;margin-top:18px;direction:ltr}.fm-footer-socials a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#315d38;background:#fff;border:1px solid rgba(63,138,58,.14);transition:.22s ease;text-decoration:none}.fm-footer-socials a:hover{transform:translateY(-3px);background:var(--fm-footer-accent,#6ea45f);color:#fff;border-color:transparent}.fm-footer-socials .fm-svg-icon{width:16px;height:16px}
.fm-footer-column{padding:14px 6px}.fm-footer-column h3{margin:0 0 18px;font-size:15px;font-weight:950;color:#264e31;position:relative;padding-bottom:10px}.fm-footer-column h3:after{content:"";position:absolute;bottom:0;right:0;width:30px;height:2px;border-radius:9px;background:var(--fm-footer-accent,#6ea45f)}body.fm-lang-en .fm-footer-column h3:after{right:auto;left:0}
.fm-footer-column nav{display:grid;gap:10px}.fm-footer-column nav a{display:inline-flex;width:max-content;max-width:100%;color:#617165;text-decoration:none;font-size:12.5px;line-height:1.6;transition:.18s ease}.fm-footer-column nav a:hover{color:#2e713d;transform:translateX(-3px)}body.fm-lang-en .fm-footer-column nav a:hover{transform:translateX(3px)}
.fm-footer-contact{display:grid;align-content:start;gap:11px}.fm-footer-contact h3{margin-bottom:7px}.fm-footer-contact-item{display:flex;align-items:flex-start;gap:9px;text-decoration:none;color:#5c6e61;font-size:12px;line-height:1.7}.fm-footer-contact-item .fm-svg-icon{width:16px;height:16px;flex:0 0 16px;margin-top:2px;color:var(--fm-footer-accent,#6ea45f)}.fm-footer-whatsapp{margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border-radius:13px;background:#fff;color:#2f7238;border:1px solid rgba(47,114,56,.14);font-size:12px;font-weight:900;text-decoration:none}.fm-footer-whatsapp .fm-svg-icon{width:17px;height:17px}.fm-footer-whatsapp:hover{background:#e8f4e4}
.fm-footer-bottom{position:relative;z-index:3;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 4px;color:rgba(247,252,243,.82);font-size:11.5px}.fm-footer-bottom p{margin:0}.fm-footer-to-top{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#174c2b;background:rgba(247,252,243,.9);border:1px solid rgba(255,255,255,.45);font-size:18px;font-weight:900;transition:.2s}.fm-footer-to-top:hover{transform:translateY(-3px);background:#fff}
@media(max-width:1050px){.fm-footer-main{grid-template-columns:1.25fr 1fr 1fr}.fm-footer-contact{grid-column:2/4}.fm-footer-brand{grid-row:span 2}.fm-footer-garden-scene{height:390px;opacity:calc(var(--fm-footer-scene-opacity,.42) * .82)}}
@media(max-width:760px){
  .fm-site-footer{padding:58px 14px 0}
  .fm-site-footer:after{display:none}
  .fm-footer-garden-scene{height:280px;opacity:calc(var(--fm-footer-scene-opacity,.42) * .52);mix-blend-mode:screen}
  .fm-footer-main{grid-template-columns:1fr 1fr;gap:8px;padding:18px;border-radius:22px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}
  .fm-footer-brand{grid-column:1/-1;grid-row:auto;padding:0 2px 14px}.fm-footer-brand h2{font-size:18px!important}.fm-footer-brand p{font-size:12px;line-height:1.85}.fm-footer-logo img{max-width:150px;max-height:58px}
  .fm-footer-column{padding:12px 2px}.fm-footer-column h3{font-size:13px;margin-bottom:13px}.fm-footer-column nav{gap:8px}.fm-footer-column nav a{font-size:11.5px}
  .fm-footer-contact{grid-column:1/-1;border-top:1px solid rgba(63,138,58,.1);padding-top:18px;margin-top:2px}.fm-footer-contact-item{font-size:11.5px}
  .fm-footer-bottom{min-height:66px;font-size:10.5px}.fm-footer-to-top{width:34px;height:34px}
}
@media(max-width:390px){.fm-footer-main{grid-template-columns:1fr}.fm-footer-brand,.fm-footer-contact{grid-column:auto}.fm-footer-column:nth-of-type(2),.fm-footer-column:nth-of-type(3){display:none}.fm-footer-garden-scene{height:220px;opacity:calc(var(--fm-footer-scene-opacity,.42) * .42)}}
@media(prefers-reduced-motion:reduce){.fm-site-footer:after,.fm-fscene-tree .fm-fscene-crown,.fm-fscene-arm-left,.fm-fscene-arm-right,.fm-fscene-hedge,.fm-fscene-leaves .leaf{animation:none!important}}

/* === v1.24 Blog / FAQ / floating contact / article experience === */
.fm-section-heading{max-width:760px;margin:0 auto 34px;text-align:center;position:relative;z-index:2}
.fm-section-heading h2{margin:10px 0 12px;font-size:var(--fm-section-title-size,28px);line-height:1.35;color:#183728;font-weight:800}
.fm-section-heading p{margin:0 auto;color:#64736a;line-height:1.9;max-width:700px;font-size:15px}
.fm-section-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(48,107,69,.14);color:#42634f;font-size:11px;font-weight:800;letter-spacing:.08em}
.fm-section-eyebrow i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(63,138,58,.08)}

.fm-blog-section{position:relative;overflow:hidden;background:var(--fm-blog-bg,#f7f5ef);padding:96px var(--fm-section-pad-x,28px);isolation:isolate}
.fm-blog-section.is-archive{padding-top:126px;min-height:65vh}
.fm-blog-inner{width:min(var(--fm-content-max-width,1440px),100%);margin:auto;position:relative;z-index:2}
.fm-blog-deco{position:absolute;border-radius:999px;filter:blur(.2px);pointer-events:none;z-index:0}
.fm-blog-deco-a{width:340px;height:340px;right:-150px;top:-140px;background:rgba(112,154,111,.13)}
.fm-blog-deco-b{width:240px;height:240px;left:-90px;bottom:-110px;background:rgba(217,191,142,.16)}
.fm-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.fm-blog-card{background:rgba(255,255,255,.9);border:1px solid rgba(48,82,58,.11);border-radius:26px;overflow:hidden;transition:transform .35s ease,border-color .35s ease,background .35s ease;min-width:0}
.fm-blog-card:hover{transform:translateY(-6px);border-color:rgba(47,107,69,.28);background:#fff}
.fm-blog-card[hidden]{display:none!important}
.fm-blog-card-media{display:block;position:relative;overflow:hidden;aspect-ratio:16/10;background:#dde5d8}
.fm-blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.fm-blog-card:hover .fm-blog-card-media img{transform:scale(1.055)}
.fm-blog-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(14,42,27,.28),transparent 50%)}
.fm-blog-topic{position:absolute;z-index:2;inset-inline-start:16px;bottom:15px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;color:#234b34}
.fm-blog-card-body{padding:21px 22px 23px}
.fm-blog-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:#879087;margin-bottom:10px}
.fm-blog-card h3{font-size:18px;line-height:1.55;margin:0 0 9px;color:#173a27;font-weight:800}
.fm-blog-card h3 a{color:inherit;text-decoration:none}
.fm-blog-card p{font-size:13px;line-height:1.85;color:#718078;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:72px}
.fm-blog-read{display:inline-flex;align-items:center;gap:8px;color:var(--fm-blog-accent,#2f6b45);font-size:12px;font-weight:800;text-decoration:none}
.fm-blog-read b{font-size:16px;transition:transform .25s ease}.fm-blog-card:hover .fm-blog-read b{transform:translate(2px,-2px)}
.fm-blog-more{display:flex;justify-content:center;margin-top:34px}
.fm-blog-more a{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border:1px solid rgba(47,107,69,.18);border-radius:999px;background:#fff;color:#2d6040;text-decoration:none;font-size:12px;font-weight:800;transition:.25s ease}
.fm-blog-more a:hover{transform:translateY(-2px);border-color:rgba(47,107,69,.38)}
.fm-blog-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin:-5px auto 30px}
.fm-blog-filters button{appearance:none;border:1px solid rgba(47,107,69,.14);background:rgba(255,255,255,.75);color:#526359;padding:9px 13px;border-radius:999px;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:.22s ease}
.fm-blog-filters button:hover,.fm-blog-filters button.is-active{background:var(--fm-blog-accent,#2f6b45);border-color:var(--fm-blog-accent,#2f6b45);color:#fff}

.fm-faq-section{background:var(--fm-faq-bg,#eef4e8);padding:96px var(--fm-section-pad-x,28px);position:relative;overflow:hidden}
.fm-faq-inner{width:min(var(--fm-content-max-width,1440px),100%);margin:auto;display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:62px;align-items:stretch}
.fm-faq-content{position:relative;z-index:2}
.fm-faq-heading{text-align:start;margin:0 0 24px;max-width:760px}
.fm-faq-heading p{margin-inline:0}
.fm-faq-visual{position:relative;min-height:560px;border-radius:34px;overflow:hidden;background:linear-gradient(160deg,rgba(255,255,255,.93),rgba(228,239,220,.82));border:1px solid rgba(63,138,58,.1);isolation:isolate}
.fm-faq-visual:before{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(125,170,103,.15))}
.fm-faq-sun{position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(240,221,160,.22);top:-45px;left:-35px}
.fm-faq-tree{position:absolute;bottom:80px;width:150px;height:310px;transform-origin:50% 100%;animation:fmFaqTree 5.8s ease-in-out infinite alternate}
.fm-faq-tree.t1{right:55px}.fm-faq-tree.t2{right:205px;transform:scale(.72);opacity:.72;animation-delay:-2.5s}
.fm-faq-tree i{position:absolute;left:64px;bottom:0;width:22px;height:150px;background:#a98a65;border-radius:16px 16px 5px 5px}
.fm-faq-tree b,.fm-faq-tree b:before,.fm-faq-tree b:after{position:absolute;content:"";display:block;border-radius:50%;background:#90b986}
.fm-faq-tree b{width:112px;height:112px;right:5px;top:20px}.fm-faq-tree b:before{width:86px;height:86px;right:72px;top:42px;background:#a9c99d}.fm-faq-tree b:after{width:82px;height:82px;right:18px;top:78px;background:#7da875}
.fm-faq-hedge{position:absolute;left:0;right:0;bottom:0;height:105px;background:linear-gradient(180deg,#b9d2ac,#9cbe8e);clip-path:polygon(0 38%,8% 20%,15% 36%,24% 10%,35% 32%,45% 14%,58% 35%,69% 12%,80% 33%,91% 15%,100% 31%,100% 100%,0 100%)}
.fm-faq-water{position:absolute;width:12px;height:22px;border-radius:60% 40% 70% 30%;background:#a9d5cf;bottom:125px;left:90px;transform:rotate(35deg);animation:fmFaqDrop 2.4s ease-in-out infinite}
.fm-faq-water.w2{left:118px;bottom:156px;animation-delay:-1.1s;transform:scale(.72) rotate(25deg)}
.fm-faq-visual-copy{position:absolute;left:28px;right:28px;bottom:28px;z-index:3;padding:13px 16px;border-radius:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);font-size:12px;font-weight:800;color:#385e45;text-align:center}
@keyframes fmFaqTree{from{transform:rotate(-1.2deg)}to{transform:rotate(1.2deg)}}
@keyframes fmFaqDrop{0%,100%{opacity:.25;transform:translateY(-12px) rotate(35deg)}50%{opacity:.9;transform:translateY(5px) rotate(35deg)}}
.fm-faq-list{display:grid;gap:10px}
.fm-faq-item{background:rgba(255,255,255,.82);border:1px solid rgba(50,101,62,.1);border-radius:20px;overflow:hidden;transition:border-color .25s ease,background .25s ease}
.fm-faq-item.is-open{background:#fff;border-color:rgba(63,138,58,.24)}
.fm-faq-item button{width:100%;display:grid;grid-template-columns:42px 1fr 32px;align-items:center;gap:12px;text-align:start;padding:17px 18px;border:0;background:transparent;color:#173a27;font:inherit;cursor:pointer}
.fm-faq-index{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(63,138,58,.08);font-size:10px;font-weight:900;color:#31583c}
.fm-faq-question{font-size:14px;font-weight:800;line-height:1.55}
.fm-faq-plus{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#edf5e9;color:#3f8a3a;font-size:20px;transition:transform .25s ease,background .25s ease}
.fm-faq-item.is-open .fm-faq-plus{transform:rotate(45deg);background:#dcebd7}
.fm-faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.fm-faq-answer>div{overflow:hidden;padding:0 72px 0 18px;color:#6b786f;font-size:13px;line-height:1.9}
.fm-faq-item.is-open .fm-faq-answer{grid-template-rows:1fr}.fm-faq-item.is-open .fm-faq-answer>div{padding-bottom:18px}
html[dir="ltr"] .fm-faq-answer>div{padding:0 18px 0 72px}html[dir="ltr"] .fm-faq-item.is-open .fm-faq-answer>div{padding-bottom:18px}

.fm-floating-actions{position:fixed;right:18px;bottom:22px;z-index:9993;display:flex;flex-direction:column;gap:9px;align-items:flex-end}
.fm-lang-en .fm-floating-actions{right:auto;left:18px;align-items:flex-start}
.fm-float-action{height:52px;display:flex;align-items:center;gap:10px;padding:0 16px 0 14px;border-radius:999px;color:#fff;text-decoration:none;font-size:12px;font-weight:900;box-shadow:0 10px 28px rgba(28,70,43,.14);transition:transform .25s ease,width .25s ease;overflow:hidden}
.fm-lang-en .fm-float-action{padding:0 14px 0 16px}
.fm-float-action:hover{transform:translateY(-3px)}
.fm-float-action .fm-svg-icon{width:21px;height:21px;flex:0 0 21px;stroke:currentColor;fill:none;stroke-width:1.8}
.fm-float-action.whatsapp{background:#24b55a}.fm-float-action.phone{background:#315f45}
.fm-float-action>span{white-space:nowrap}

.fmcc-blog-page,.fmcc-article-page{margin:0;background:#fff;color:var(--fm-text,#17191c);font-family:var(--fm-site-font,Tahoma,Arial,sans-serif)}
.fm-blog-standalone{min-height:60vh}
.fm-article-progress{position:fixed;z-index:9991;left:0;right:0;top:0;height:3px;background:transparent;pointer-events:none}.fm-article-progress span{display:block;width:0;height:100%;background:var(--fm-orange,#3f8a3a)}
.fm-article-shell{background:#fbfcf9;min-height:100vh;padding-bottom:76px}
.fm-article-hero{position:relative;min-height:610px;display:grid;align-items:end;overflow:hidden;background:#173d2b}
.fm-article-hero-media{position:absolute;inset:0}.fm-article-hero-media img{width:100%;height:100%;object-fit:cover}.fm-article-hero-media>div{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,34,22,.12),rgba(13,34,22,.82) 85%)}
.fm-article-hero-content{position:relative;z-index:2;width:min(1120px,calc(100% - 48px));margin:0 auto;padding:150px 0 62px;color:#fff;text-align:center}
.fm-article-breadcrumb{display:flex;justify-content:center;gap:10px;align-items:center;font-size:11px;color:rgba(255,255,255,.72);margin-bottom:18px}.fm-article-breadcrumb a{color:inherit;text-decoration:none}
.fm-article-topic{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);font-size:11px;font-weight:900;margin-bottom:16px}
.fm-article-hero h1{font-size:clamp(34px,4vw,58px);line-height:1.28;margin:0 auto 18px;max-width:980px;font-weight:900}.fm-article-hero-content>p{max-width:800px;margin:0 auto 22px;color:rgba(255,255,255,.83);line-height:1.9;font-size:15px}
.fm-article-meta-line{display:flex;justify-content:center;align-items:center;gap:12px;color:rgba(255,255,255,.75);font-size:11px}.fm-article-meta-line i{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.45)}
.fm-article-layout{width:min(1180px,calc(100% - 48px));margin:58px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:52px;align-items:start}
.fm-article-content{background:#fff;border:1px solid rgba(37,81,49,.08);border-radius:28px;padding:44px 48px;line-height:2;color:#45564b;font-size:16px;min-width:0}
.fm-article-content h2{font-size:25px;line-height:1.45;color:#173a27;margin:38px 0 12px;font-weight:900}.fm-article-content h3{font-size:20px;color:#214b34;margin:30px 0 10px}.fm-article-content p{margin:0 0 18px}.fm-article-content ul,.fm-article-content ol{padding-inline-start:22px}.fm-article-content a{color:#2f6b45}
.fm-article-aside{position:sticky;top:116px;display:grid;gap:16px}.fm-article-aside-card,.fm-related-card{background:#f0f5ec;border:1px solid rgba(47,107,69,.1);border-radius:24px;padding:24px}.fm-article-aside-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:#3f8a3a;margin-bottom:16px}.fm-article-aside h3,.fm-related-card h3{font-size:17px;color:#173a27;margin:0 0 10px}.fm-article-aside p{font-size:13px;line-height:1.8;color:#6d7a71;margin:0 0 16px}.fm-article-aside-card>a{display:flex;justify-content:center;padding:11px 14px;border-radius:999px;background:#315f45;color:#fff;text-decoration:none;font-size:12px;font-weight:900}
.fm-related-card{background:#fff}.fm-related-card>a{display:grid;grid-template-columns:1fr auto;gap:10px;color:#405246;text-decoration:none;padding:12px 0;border-top:1px solid rgba(47,107,69,.08);font-size:12px;line-height:1.6}.fm-related-card>a:first-of-type{border-top:0}.fm-related-card>a b{color:#3f8a3a}
.fm-article-back{width:min(1180px,calc(100% - 48px));margin:34px auto 0}.fm-article-back a{display:inline-flex;align-items:center;gap:9px;color:#315f45;text-decoration:none;font-size:12px;font-weight:900}

@media (max-width:980px){
  .fm-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-faq-inner{grid-template-columns:1fr;gap:28px}.fm-faq-visual{min-height:310px}.fm-faq-tree{transform:scale(.7);bottom:35px}.fm-faq-tree.t2{right:175px}.fm-faq-visual-copy{bottom:18px}
  .fm-article-layout{grid-template-columns:1fr;gap:26px}.fm-article-aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .fm-blog-section,.fm-faq-section{padding:66px 18px}.fm-blog-section.is-archive{padding-top:88px}
  .fm-section-heading{margin-bottom:24px}.fm-section-heading h2{font-size:18px!important}.fm-section-heading p{font-size:13px;line-height:1.75}.fm-section-eyebrow{font-size:9px;padding:6px 10px}
  .fm-blog-grid{grid-template-columns:1fr;gap:15px}.fm-blog-card{border-radius:20px}.fm-blog-card-media{aspect-ratio:16/9}.fm-blog-card-body{padding:17px 17px 19px}.fm-blog-card h3{font-size:16px}.fm-blog-card p{font-size:12px;min-height:auto}.fm-blog-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px;scrollbar-width:none}.fm-blog-filters::-webkit-scrollbar{display:none}.fm-blog-filters button{flex:0 0 auto}
  .fm-faq-visual{min-height:250px;border-radius:24px}.fm-faq-tree{bottom:18px;right:15px!important;transform:scale(.54)}.fm-faq-tree.t2{right:105px!important}.fm-faq-hedge{height:72px}.fm-faq-visual-copy{left:14px;right:14px;bottom:12px;font-size:10px}.fm-faq-item{border-radius:16px}.fm-faq-item button{grid-template-columns:34px 1fr 28px;padding:14px 13px;gap:9px}.fm-faq-index{width:30px;height:30px}.fm-faq-question{font-size:12px}.fm-faq-plus{width:27px;height:27px;font-size:18px}.fm-faq-answer>div{font-size:12px;padding:0 54px 0 13px}html[dir="ltr"] .fm-faq-answer>div{padding:0 13px 0 54px}
  .fm-floating-actions{right:12px;bottom:14px;gap:7px}.fm-lang-en .fm-floating-actions{left:12px;right:auto}.fm-float-action{width:46px;height:46px;padding:0!important;justify-content:center;box-shadow:0 8px 22px rgba(28,70,43,.15)}.fm-float-action>span{display:none}.fm-float-action .fm-svg-icon{width:20px;height:20px}
  .fm-article-hero{min-height:500px}.fm-article-hero-content{width:calc(100% - 32px);padding:130px 0 44px}.fm-article-hero h1{font-size:26px;line-height:1.35}.fm-article-hero-content>p{font-size:13px;line-height:1.75}.fm-article-meta-line{gap:7px;flex-wrap:wrap}.fm-article-layout{width:calc(100% - 28px);margin-top:24px}.fm-article-content{padding:24px 19px;border-radius:20px;font-size:14px;line-height:1.9}.fm-article-content h2{font-size:19px}.fm-article-content h3{font-size:17px}.fm-article-aside{grid-template-columns:1fr}.fm-article-back{width:calc(100% - 28px)}
}
@media (prefers-reduced-motion:reduce){.fm-faq-tree,.fm-faq-water,.fm-blog-card,.fm-blog-card-media img,.fm-float-action{animation:none!important;transition:none!important}}
/* Article language blocks need block layout even though global language spans switch inline. */
.fm-article-content>[data-fm-lang="ar"]{display:block}
.fm-article-content>[data-fm-lang="en"]{display:none}
body.fm-lang-en .fm-article-content>[data-fm-lang="ar"]{display:none}
body.fm-lang-en .fm-article-content>[data-fm-lang="en"]{display:block}

/* ==========================================================
   v1.25 — standalone inner pages, service hub, real FAQ photo,
   mega services menu, portfolio/contact and branded media
   ========================================================== */

/* Main navigation + services mega menu */
.fm-nav{overflow:visible!important}
.fm-nav-item{position:relative;display:flex;align-items:center}
.fm-nav-services>.fm-nav-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:inherit}
.fm-nav-caret{font-size:12px;opacity:.55;transform:translateY(-1px)}
.fm-mega-toggle{display:none;border:0;background:transparent;color:inherit;width:28px;height:28px;border-radius:8px;cursor:pointer;font:inherit}
.fm-services-mega{position:absolute;z-index:150;top:calc(100% + 20px);right:-220px;width:min(720px,82vw);padding:18px;border:1px solid rgba(37,89,48,.1);border-radius:24px;background:rgba(255,255,255,.985);box-shadow:0 22px 70px rgba(28,71,39,.14);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px) scale(.985);transition:.2s ease;direction:rtl}
body.fm-lang-en .fm-services-mega{right:auto;left:-220px;direction:ltr}
.fm-nav-services:hover .fm-services-mega,.fm-nav-services:focus-within .fm-services-mega,.fm-nav-services.is-open .fm-services-mega{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.fm-services-mega:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px}
.fm-services-mega-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:4px 5px 14px;margin-bottom:8px;border-bottom:1px solid rgba(42,89,50,.08);font-size:13px;font-weight:950;color:#234c2d}
.fm-services-mega-head>a{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:850;color:#56845c;text-decoration:none}
.fm-services-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.fm-services-mega-grid>a{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;min-height:73px;padding:10px 11px;border-radius:15px;text-decoration:none;color:#284932;border:1px solid transparent;background:#fbfdf9;transition:.18s ease}
.fm-services-mega-grid>a:hover{border-color:rgba(79,132,78,.16);background:#f2f8ef;transform:translateY(-1px)}
.fm-mega-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eaf4e6;color:#397742}
.fm-mega-icon .fm-svg-icon{width:20px;height:20px}
.fm-services-mega-grid>a>span:last-child{display:grid;gap:3px;min-width:0}
.fm-services-mega-grid b{font-size:12.5px;line-height:1.45;font-weight:950;white-space:normal}
.fm-services-mega-grid small{font-size:10.3px;line-height:1.55;color:#819086;font-weight:600;white-space:normal}

/* Shared clean inner-page framework */
.fm-site-page-shell,.fm-service-page-shell,.fm-blog-standalone,.fm-article-shell{background:#fff;color:#213b29}
.fm-page-inner{width:min(var(--fm-content-max-width,1400px),calc(100% - 56px));margin-inline:auto}
.fm-page-hero{position:relative;isolation:isolate;min-height:440px;display:grid;align-items:end;overflow:hidden;background:#173d27;color:#fff}
.fm-page-hero-media{position:absolute;inset:0;z-index:-2}
.fm-page-hero-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01)}
.fm-page-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,47,29,.16),rgba(17,48,29,.76)),linear-gradient(90deg,rgba(15,47,27,.3),transparent 58%)}
body.fm-lang-en .fm-page-hero-media:after{background:linear-gradient(180deg,rgba(19,47,29,.16),rgba(17,48,29,.76)),linear-gradient(-90deg,rgba(15,47,27,.3),transparent 58%)}
.fm-page-hero-inner{width:min(var(--fm-content-max-width,1400px),calc(100% - 56px));margin:auto;padding:150px 0 70px;text-align:center}
.fm-page-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);font-size:11px;font-weight:900;letter-spacing:.03em;margin-bottom:18px}
.fm-page-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#9bd27a;box-shadow:0 0 0 5px rgba(155,210,122,.12)}
.fm-page-hero h1{max-width:930px;margin:0 auto;font-size:clamp(34px,4vw,55px);line-height:1.2;font-weight:950;letter-spacing:-1px}
.fm-page-hero p{max-width:760px;margin:17px auto 0;font-size:14px;line-height:1.9;color:rgba(255,255,255,.82)}
.fm-section-heading{text-align:center;margin:0 auto 34px;max-width:820px}
.fm-section-heading h2{font-size:var(--fm-section-title-size,28px)!important;line-height:1.35!important;margin:10px 0 9px!important;font-weight:950!important;color:#24472e!important}
.fm-section-heading p{margin:0;color:#78867c;font-size:13px;line-height:1.9}
.fm-section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#35633d;font-size:11px;font-weight:950;letter-spacing:.04em}
.fm-section-eyebrow i{width:16px;height:2px;border-radius:3px;background:#72a963}

/* About page — vision + mission + timeline */
.fm-about-page-intro{padding:80px 0 20px;background:#fff}
.fm-about-page-intro .fm-about{padding-top:15px}
.fm-vision-mission{padding:82px 0;background:linear-gradient(180deg,#f7faf4,#fbfcf9)}
.fm-vm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.fm-vm-card{position:relative;overflow:hidden;min-height:270px;padding:34px;border-radius:28px;border:1px solid #e4ece0;background:#fff}
.fm-vm-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#edf5e8;top:-80px;left:-70px}
body:not(.fm-lang-en) .fm-vm-card:before{left:auto;right:-70px}
.fm-vm-icon{position:relative;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#edf5e8;color:#397341;margin-bottom:28px}
.fm-vm-icon .fm-svg-icon{width:24px;height:24px}
.fm-vm-card h2{position:relative;margin:0 0 12px;font-size:28px;line-height:1.4;color:#23492d;font-weight:950}
.fm-vm-card p{position:relative;margin:0;font-size:13.5px;line-height:2;color:#66756b}
.fm-timeline-section{padding:85px 0;background:#fff}
.fm-timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:42px}
.fm-timeline:before{content:"";position:absolute;top:28px;left:8%;right:8%;height:1px;background:#dfeadd}
.fm-timeline article{position:relative;text-align:center;padding:0 8px}
.fm-timeline-year{position:relative;z-index:2;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin:0 auto 22px;background:#fff;border:1px solid #cfdfca;color:#397442;font-size:13px;font-weight:950;box-shadow:0 9px 24px rgba(45,88,52,.07)}
.fm-timeline h3{margin:0 0 7px;font-size:14px;color:#294e32;font-weight:950}.fm-timeline p{margin:0;font-size:11.5px;line-height:1.8;color:#7c8a80}

/* Services page hub */
.fm-services-page{padding:82px 0 94px;background:#f7faf4}
.fm-service-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.fm-service-directory-card{position:relative;min-height:310px;border-radius:24px;overflow:hidden;text-decoration:none;color:#fff;background:#204b2c;isolation:isolate}
.fm-service-directory-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .6s ease}
.fm-service-directory-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(20,48,29,.04) 16%,rgba(14,42,24,.9) 100%)}
.fm-service-directory-card:hover img{transform:scale(1.045)}
.fm-service-directory-icon{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.9);color:#397843;display:grid;place-items:center}
body.fm-lang-en .fm-service-directory-icon{right:auto;left:18px}
.fm-service-directory-icon .fm-svg-icon{width:21px;height:21px}
.fm-service-directory-content{position:absolute;left:0;right:0;bottom:0;padding:25px}
.fm-service-directory-content h3{margin:0 0 8px;font-size:18px;line-height:1.45;font-weight:950}.fm-service-directory-content p{margin:0;color:rgba(255,255,255,.78);font-size:11.5px;line-height:1.75}.fm-service-directory-more{display:inline-flex;margin-top:15px;font-size:11px;font-weight:900;color:#d6efc9}

/* Service details — four sections + FAQ + request */
.fm-service-intro,.fm-service-process,.fm-service-benefits,.fm-service-promise,.fm-service-faq,.fm-service-request{padding:78px 0}
.fm-service-intro{background:#fff}.fm-service-process{background:#f7faf4}.fm-service-benefits{background:#fff}.fm-service-promise{background:#f1f7ee}.fm-service-faq{background:#fafcf8}.fm-service-request{background:#fff}
.fm-service-intro-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center}
.fm-service-intro-copy h2{font-size:28px!important;line-height:1.42;margin:12px 0 15px;color:#244b2e;font-weight:950}.fm-service-intro-copy p{font-size:13.5px;line-height:2;color:#68786e;margin:0}
.fm-service-intro-media{position:relative;height:450px;border-radius:30px;overflow:hidden;background:#eef5e9}.fm-service-intro-media img{width:100%;height:100%;object-fit:cover;display:block}
.fm-service-intro-media:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.46);border-radius:inherit;pointer-events:none}
.fm-service-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.fm-service-process-grid article{min-height:190px;padding:24px;border:1px solid #e4ece0;border-radius:22px;background:#fff}.fm-service-process-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#edf5e9;color:#5c8c5f;font-size:11px;font-weight:950;margin-bottom:29px}.fm-service-process-grid h3{margin:0;font-size:14px;line-height:1.7;color:#2c5134;font-weight:950}
.fm-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fm-benefit-grid article{min-height:155px;padding:22px;border:1px solid #e2ebdf;border-radius:21px;background:#fbfdf9}.fm-benefit-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#eaf4e7;color:#477e4c;margin-bottom:22px}.fm-benefit-icon .fm-svg-icon{width:20px;height:20px}.fm-benefit-grid h3{margin:0;font-size:13.5px;line-height:1.65;color:#2c5034;font-weight:900}
.fm-service-promise-card{display:grid;grid-template-columns:70px minmax(0,1fr);gap:24px;align-items:start;padding:38px 42px;border-radius:30px;background:#fff;border:1px solid #dce8d8}.fm-service-promise-mark{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:#eaf5e6;color:#407846}.fm-service-promise-mark .fm-svg-icon{width:27px;height:27px}.fm-service-promise-card h2{font-size:28px!important;line-height:1.45;margin:10px 0 10px;color:#23492e;font-weight:950}.fm-service-promise-card p{font-size:13px;line-height:1.9;color:#708077;margin:0;max-width:900px}
.fm-service-faq-list{max-width:920px;margin:auto}.fm-service-faq-list .fm-faq-item{background:#fff}

/* Professional service/contact request form */
.fm-request-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:25px;max-width:1100px;margin:auto}
.fm-request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:28px;border:1px solid #e2eade;border-radius:27px;background:#fafcf8}
.fm-request-form label{display:grid;gap:7px;font-size:11.5px;font-weight:900;color:#536b58}.fm-request-form label.fm-wide{grid-column:1/-1}.fm-request-form input,.fm-request-form select,.fm-request-form textarea{width:100%;box-sizing:border-box;border:1px solid #dae5d7;background:#fff;border-radius:13px;padding:12px 13px;font:inherit;font-size:12px;color:#27442f;outline:none;transition:.18s ease}.fm-request-form textarea{min-height:115px;resize:vertical}.fm-request-form input:focus,.fm-request-form select:focus,.fm-request-form textarea:focus{border-color:#84ae79;box-shadow:0 0 0 3px rgba(119,167,103,.1)}
.fm-request-submit{grid-column:1/-1;min-height:48px;border:0;border-radius:14px;background:#397743;color:#fff;font:inherit;font-size:12px;font-weight:950;cursor:pointer;transition:.18s}.fm-request-submit:hover{background:#2f6938;transform:translateY(-1px)}
.fm-request-side{padding:29px;border-radius:27px;background:#214d2d;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.fm-request-side h3{margin:0 0 10px;font-size:20px;line-height:1.5;font-weight:950}.fm-request-side p{margin:0;color:rgba(255,255,255,.73);font-size:12px;line-height:1.9}.fm-request-quick{display:grid;gap:9px;margin-top:28px}.fm-request-quick a{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 13px;border-radius:13px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);text-decoration:none;color:#fff;font-size:11.5px;font-weight:900}.fm-request-quick .fm-svg-icon{width:18px;height:18px}.fm-form-success{max-width:1100px;margin:0 auto 18px;padding:13px 16px;border-radius:13px;background:#e9f6e4;color:#2e7038;font-size:12px;font-weight:900;border:1px solid #cee6c7}

/* Contact page */
.fm-contact-page{padding:82px 0 100px;background:#f8faf6}.fm-contact-layout{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:28px;align-items:start}.fm-contact-info,.fm-contact-form-card{padding:30px;border-radius:28px;border:1px solid #e2ebdf;background:#fff}.fm-contact-info h2{font-size:28px!important;line-height:1.45;margin:10px 0 23px;color:#264c2f;font-weight:950}.fm-contact-cards{display:grid;gap:10px}.fm-contact-cards>a,.fm-contact-cards>div{display:flex;align-items:center;gap:12px;padding:13px;border-radius:15px;background:#f7faf4;text-decoration:none;color:#39533f}.fm-contact-cards>a>span,.fm-contact-cards>div>span{width:41px;height:41px;border-radius:12px;background:#e8f3e4;color:#397843;display:grid;place-items:center}.fm-contact-cards .fm-svg-icon{width:19px;height:19px}.fm-contact-cards small{display:block;font-size:9.5px;color:#889489}.fm-contact-cards b{font-size:11.5px}.fm-contact-wa{display:flex;gap:12px;align-items:center;margin-top:17px;padding:13px 15px;border-radius:15px;text-decoration:none;background:#25b65e;color:#fff}.fm-contact-wa>.fm-svg-icon{width:24px;height:24px}.fm-contact-wa span{display:grid}.fm-contact-wa b{font-size:12px}.fm-contact-wa small{font-size:9.5px;opacity:.8}.fm-contact-form-card h3{margin:0 0 8px;font-size:22px;color:#284d31}.fm-contact-form-card>p{font-size:12px;line-height:1.8;color:#768479;margin:0 0 20px}.fm-contact-form-card .fm-request-layout{display:block}.fm-contact-form-card .fm-request-side{display:none}.fm-contact-form-card .fm-request-form{padding:0;border:0;background:transparent}

/* Portfolio / Our Work */
.fm-work-stats{padding:55px 0;background:#fff}.fm-work-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fm-work-stats-grid article{padding:21px;border-radius:20px;border:1px solid #e4ece0;background:#fafcf8;text-align:center}.fm-work-stats-grid strong{display:block;font-size:27px;color:#2f6e3a}.fm-work-stats-grid span{font-size:11px;color:#78877d}
.fm-portfolio-gallery{padding:80px 0;background:#f7faf4}.fm-work-mosaic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fm-work-mosaic figure{margin:0;aspect-ratio:4/3;border-radius:19px;overflow:hidden;background:#eaf1e6}.fm-work-mosaic img{width:100%;height:100%;object-fit:cover;transition:.45s ease}.fm-work-mosaic figure:hover img{transform:scale(1.04)}
.fm-portfolio-video{padding:80px 0;background:#fff}.fm-video-stage{position:relative;overflow:hidden;min-height:520px;border-radius:30px;background:#173e27;color:#fff}.fm-video-stage video,.fm-video-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.fm-video-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,44,25,.15),rgba(15,44,25,.72))}.fm-video-stage-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:40px}.fm-video-stage-copy h2{font-size:28px!important;margin:10px 0;color:#fff;font-weight:950}.fm-video-stage-copy p{margin:0;max-width:650px;color:rgba(255,255,255,.78);font-size:12px;line-height:1.8}

/* FAQ: real landscaping photograph instead of illustration */
.fm-faq-photo{position:relative!important;overflow:hidden!important;padding:0!important;min-height:540px!important;border-radius:30px!important;background:#dfeadd!important;isolation:isolate!important}
.fm-faq-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}
.fm-faq-photo-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 36%,rgba(18,54,29,.78))}
.fm-faq-visual-copy{position:absolute!important;z-index:2!important;left:25px;right:25px;bottom:25px!important;color:#fff!important;font-size:18px!important;line-height:1.55!important;font-weight:950!important;text-align:start!important}
.fm-faq-photo svg,.fm-faq-photo .fm-faq-landscape-art{display:none!important}

/* Media brand overlay for article/blog imagery */
.fm-blog-card-media,.fm-article-hero-media{position:relative}
.fm-media-brand{position:absolute;z-index:5;bottom:13px;left:13px;display:inline-flex;align-items:center;gap:7px;max-width:calc(100% - 26px);padding:5px 9px 5px 5px;border-radius:999px;background:rgba(255,255,255,.91);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.6);color:#254c2e;box-shadow:0 7px 20px rgba(15,48,25,.09);direction:ltr}
body:not(.fm-lang-en) .fm-media-brand{left:auto;right:13px}
.fm-media-brand-logo{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;overflow:hidden;flex:0 0 29px}.fm-media-brand-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:2px;box-sizing:border-box;transform:none!important}.fm-media-brand b{font-size:9.7px;font-weight:950;white-space:nowrap}
.fm-article-media-brand{bottom:22px;left:22px;padding:6px 12px 6px 6px}.fm-article-media-brand .fm-media-brand-logo{width:36px;height:36px;flex-basis:36px}.fm-article-media-brand b{font-size:11px}

/* Gallery Saudi project badge */
.fm-gallery-saudi-badge{position:absolute;z-index:4;top:18px;left:18px;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#246236;border:1px solid rgba(255,255,255,.55);font-size:9px;font-weight:950;backdrop-filter:blur(8px)}
body:not(.fm-lang-en) .fm-gallery-saudi-badge{left:auto;right:18px;top:55px}

/* Article page refinements; keep exactly one header from template. */
body.fmcc-article-page .fm-site-header+ .fm-site-header{display:none!important}
body.fmcc-article-page .fm-topbar+ .fm-topbar{display:none!important}
.fm-article-hero h1{font-size:clamp(34px,4vw,60px)!important;line-height:1.2!important}
.fm-article-content h2{font-size:28px!important;line-height:1.55!important;color:#244c2e!important}.fm-article-content h3{font-size:21px!important;color:#31563a!important}

/* Dark mode stays botanical, not pure black. */
body.fm-dark .fm-services-mega{background:#173322;border-color:#2a5135;color:#eef5eb}.fm-dark .fm-services-mega-grid>a{background:#1c3927;color:#edf5ea}.fm-dark .fm-services-mega-head{color:#eff7ec;border-color:#31573c}.fm-dark .fm-mega-icon{background:#294e34;color:#a7d396}.fm-dark .fm-services-mega-grid small{color:#aabbad}

@media(max-width:1100px){
  .fm-service-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-service-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-timeline{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:30px}.fm-timeline:before{display:none}
  .fm-work-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:900px){
  .fm-services-mega{right:-80px;width:min(680px,92vw)}body.fm-lang-en .fm-services-mega{left:-80px;right:auto}
  .fm-service-intro-grid,.fm-contact-layout{grid-template-columns:1fr}.fm-service-intro-media{height:390px}
  .fm-vm-grid{grid-template-columns:1fr}
  .fm-request-layout{grid-template-columns:1fr}.fm-request-side{min-height:250px}
  .fm-work-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-work-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .fm-page-inner{width:calc(100% - 28px)}
  .fm-page-hero{min-height:340px}.fm-page-hero-inner{width:calc(100% - 30px);padding:120px 0 45px}.fm-page-hero h1{font-size:26px!important;line-height:1.35!important;letter-spacing:-.3px}.fm-page-hero p{font-size:11.5px;line-height:1.8;margin-top:12px}.fm-page-kicker{font-size:9px;padding:6px 10px}
  .fm-section-heading{margin-bottom:25px}.fm-section-heading h2,.fm-vm-card h2,.fm-service-intro-copy h2,.fm-service-promise-card h2,.fm-contact-info h2,.fm-video-stage-copy h2,.fm-article-content h2{font-size:18px!important;line-height:1.55!important}.fm-section-heading p{font-size:11.5px;line-height:1.8}
  .fm-mega-toggle{display:grid;place-items:center}.fm-nav-services{display:grid!important;grid-template-columns:1fr 34px!important;width:100%!important}.fm-nav-services>.fm-nav-link{width:auto!important}.fm-services-mega{position:static!important;grid-column:1/-1;width:100%!important;margin:7px 0 2px;padding:10px;border-radius:16px;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;transform:none;display:none;direction:rtl}.fm-nav-services.is-open .fm-services-mega{display:block;opacity:1;visibility:visible;pointer-events:auto}body.fm-lang-en .fm-services-mega{direction:ltr}.fm-services-mega-head{padding:4px 3px 10px}.fm-services-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.fm-services-mega-grid>a{grid-template-columns:34px minmax(0,1fr);min-height:60px;padding:7px;border-radius:12px}.fm-mega-icon{width:34px;height:34px;border-radius:10px}.fm-mega-icon .fm-svg-icon{width:17px;height:17px}.fm-services-mega-grid b{font-size:10px}.fm-services-mega-grid small{display:none}
  .fm-about-page-intro,.fm-vision-mission,.fm-timeline-section,.fm-services-page,.fm-service-intro,.fm-service-process,.fm-service-benefits,.fm-service-promise,.fm-service-faq,.fm-service-request,.fm-contact-page,.fm-portfolio-gallery,.fm-portfolio-video{padding:52px 0}
  .fm-vm-card{min-height:0;padding:24px;border-radius:21px}.fm-vm-icon{margin-bottom:18px}.fm-vm-card p{font-size:11.5px;line-height:1.85}
  .fm-timeline{grid-template-columns:1fr;gap:11px;margin-top:25px}.fm-timeline article{display:grid;grid-template-columns:53px 1fr;text-align:start;gap:13px;align-items:center;padding:11px 0;border-bottom:1px solid #e9efe6}.fm-timeline-year{width:48px;height:48px;border-radius:14px;margin:0;font-size:11px}.fm-timeline article>div:last-child{min-width:0}.fm-timeline h3{font-size:12px;margin-bottom:3px}.fm-timeline p{font-size:10.5px}
  .fm-service-directory{grid-template-columns:1fr;gap:11px}.fm-service-directory-card{min-height:250px;border-radius:20px}.fm-service-directory-content{padding:20px}.fm-service-directory-content h3{font-size:16px}.fm-service-directory-icon{width:39px;height:39px;border-radius:12px}
  .fm-service-intro-grid{gap:25px}.fm-service-intro-copy p{font-size:11.5px;line-height:1.9}.fm-service-intro-media{height:280px;border-radius:21px}.fm-service-process-grid,.fm-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fm-service-process-grid article{min-height:145px;padding:16px;border-radius:16px}.fm-service-process-grid article>span{margin-bottom:18px;width:35px;height:35px}.fm-service-process-grid h3,.fm-benefit-grid h3{font-size:11px}.fm-benefit-grid article{min-height:130px;padding:16px;border-radius:16px}.fm-benefit-icon{width:36px;height:36px;margin-bottom:15px}
  .fm-service-promise-card{grid-template-columns:45px minmax(0,1fr);gap:14px;padding:24px 18px;border-radius:21px}.fm-service-promise-mark{width:44px;height:44px;border-radius:14px}.fm-service-promise-card p{font-size:11px;line-height:1.8}
  .fm-request-form{grid-template-columns:1fr;padding:18px;border-radius:20px}.fm-request-form label.fm-wide,.fm-request-submit{grid-column:auto}.fm-request-side{padding:22px;border-radius:20px}.fm-request-side h3{font-size:17px}.fm-contact-info,.fm-contact-form-card{padding:20px;border-radius:21px}.fm-contact-form-card h3{font-size:18px}
  .fm-work-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fm-work-stats-grid article{padding:15px;border-radius:15px}.fm-work-stats-grid strong{font-size:22px}.fm-work-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.fm-work-mosaic figure{border-radius:14px}.fm-video-stage{min-height:370px;border-radius:21px}.fm-video-stage-copy{padding:22px}.fm-video-stage-copy p{font-size:10.5px}
  .fm-faq-photo{min-height:360px!important;border-radius:22px!important}.fm-faq-visual-copy{font-size:15px!important;left:18px;right:18px;bottom:18px!important}
  .fm-media-brand{bottom:8px;left:8px;padding:4px 7px 4px 4px}.fm-media-brand-logo{width:25px;height:25px;flex-basis:25px}.fm-media-brand b{font-size:8.5px}body:not(.fm-lang-en) .fm-media-brand{left:auto;right:8px}.fm-article-media-brand{bottom:12px!important;left:12px!important}body:not(.fm-lang-en) .fm-article-media-brand{left:auto!important;right:12px!important}
  .fm-gallery-saudi-badge{top:10px;left:10px;padding:5px 8px;font-size:8px}body:not(.fm-lang-en) .fm-gallery-saudi-badge{left:auto;right:10px;top:43px}
  .fm-article-hero h1{font-size:24px!important;line-height:1.35!important}.fm-article-content h3{font-size:16px!important}
}

@media(max-width:430px){
  .fm-services-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-services-mega-grid>a{grid-template-columns:30px minmax(0,1fr);min-height:55px;padding:6px}.fm-mega-icon{width:30px;height:30px}.fm-services-mega-grid b{font-size:9.4px}
  .fm-service-process-grid,.fm-benefit-grid{grid-template-columns:1fr}.fm-work-mosaic{grid-template-columns:1fr 1fr}
}

/* v1.25 exact renderer bindings */
.fm-page-hero{background-image:var(--fm-page-hero);background-size:cover;background-position:center}
.fm-page-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--fm-page-hero);background-size:cover;background-position:center;transform:scale(1.015)}
.fm-page-hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(14,44,25,.16),rgba(13,46,25,.82)),linear-gradient(90deg,rgba(12,42,23,.28),transparent 62%)}
.fm-page-hero .fm-section-eyebrow.light{color:#d8efce;justify-content:center;margin-bottom:16px}.fm-page-hero .fm-section-eyebrow.light i{background:#9fd589}

.fm-vision-section{padding:82px 0;background:linear-gradient(180deg,#f7faf4,#fbfcf9)}
.fm-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.fm-vision-grid article{position:relative;overflow:hidden;min-height:270px;padding:34px;border-radius:28px;border:1px solid #e4ece0;background:#fff}
.fm-vision-grid article:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#edf5e8;top:-80px;right:-70px}
body.fm-lang-en .fm-vision-grid article:before{right:auto;left:-70px}
.fm-vision-icon{position:relative;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#edf5e8;color:#397341;margin-bottom:28px}.fm-vision-icon .fm-svg-icon{width:24px;height:24px}
.fm-vision-grid h3{position:relative;margin:0 0 12px;font-size:28px;line-height:1.4;color:#23492d;font-weight:950}.fm-vision-grid p{position:relative;margin:0;font-size:13.5px;line-height:2;color:#66756b}
.fm-timeline article>div b{display:block;margin:0 0 6px;font-size:13px;line-height:1.65;color:#2a5033}.fm-timeline article>div{font-size:11px;color:#7e8b81}
.fm-timeline-dot{display:none}

.fm-services-page-grid{padding:82px 0 94px;background:#f7faf4}
.fm-services-page-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.fm-services-page-card{position:relative;display:grid;grid-template-rows:210px 1fr;overflow:hidden;border-radius:24px;background:#fff;border:1px solid #e1eade;text-decoration:none;color:#2a4b31;transition:.2s ease}
.fm-services-page-card:hover{transform:translateY(-3px);border-color:#cddfc7}
.fm-services-page-card figure{position:relative;margin:0;overflow:hidden}.fm-services-page-card figure>img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s ease}.fm-services-page-card:hover figure>img{transform:scale(1.04)}
.fm-services-page-icon{position:absolute;right:15px;bottom:15px;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#397743;backdrop-filter:blur(8px)}body.fm-lang-en .fm-services-page-icon{right:auto;left:15px}.fm-services-page-icon .fm-svg-icon{width:20px;height:20px}
.fm-services-page-card>div{position:relative;padding:21px 22px 24px}.fm-services-page-card h3{margin:0 0 8px;font-size:16px;line-height:1.55;font-weight:950;color:#294e32}.fm-services-page-card p{margin:0;padding-inline-end:23px;font-size:11.3px;line-height:1.8;color:#79877d}.fm-card-arrow{position:absolute;bottom:22px;left:22px;color:#59925a;font-weight:950}body.fm-lang-en .fm-card-arrow{left:auto;right:22px}

.fm-service-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:55px;align-items:center}
.fm-service-split>div h2{font-size:28px!important;line-height:1.45;margin:12px 0 15px;color:#244b2e;font-weight:950}.fm-service-split>div p{font-size:13.5px;line-height:2;color:#68786e;margin:0}.fm-inline-cta{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:11px 15px;border-radius:13px;background:#397743;color:#fff;text-decoration:none;font-size:11.5px;font-weight:950}
.fm-service-split>figure{position:relative;margin:0;height:445px;border-radius:30px;overflow:hidden;background:#e7f0e2}.fm-service-split>figure>img{width:100%;height:100%;object-fit:cover;display:block}
.fm-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fm-process-grid article{min-height:190px;padding:24px;border:1px solid #e4ece0;border-radius:22px;background:#fff}.fm-process-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#edf5e9;color:#5c8c5f;font-size:11px;font-weight:950;margin-bottom:29px}.fm-process-grid h3{margin:0;font-size:14px;line-height:1.7;color:#2c5134;font-weight:950}

.fm-request-wrap{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);gap:20px;max-width:1100px;margin:auto}.fm-form-success{grid-column:1/-1;display:grid;gap:3px;padding:13px 16px;border-radius:13px;background:#e9f6e4;color:#2e7038;font-size:11px;border:1px solid #cee6c7}.fm-form-success b{font-size:12px}
.fm-service-request-form{padding:28px;border:1px solid #e2eade;border-radius:27px;background:#fafcf8}.fm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fm-form-grid label{display:grid;gap:7px;font-size:11.5px;font-weight:900;color:#536b58}.fm-form-grid .fm-form-wide{grid-column:1/-1}.fm-form-grid input,.fm-form-grid select,.fm-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #dae5d7;background:#fff;border-radius:13px;padding:12px 13px;font:inherit;font-size:12px;color:#27442f;outline:none}.fm-form-grid textarea{min-height:115px;resize:vertical}.fm-hp{position:absolute!important;inset:0 auto auto 0!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important}.fm-form-submit{width:100%;min-height:48px;margin-top:14px;border:0;border-radius:14px;background:#397743;color:#fff;font:inherit;font-size:12px;font-weight:950;cursor:pointer}.fm-form-submit:hover{background:#2f6938}
.fm-request-contact{display:grid;align-content:start;gap:10px;padding:22px;border-radius:27px;background:#214d2d}.fm-request-contact>div{display:grid;grid-template-columns:42px 1fr;gap:3px 10px;align-items:center;padding:14px;border-radius:15px;background:rgba(255,255,255,.08);color:#fff}.fm-request-contact-icon{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.11)}.fm-request-contact-icon .fm-svg-icon{width:18px;height:18px}.fm-request-contact b{font-size:11.5px}.fm-request-contact a{font-size:10.5px;color:#dcefd5;text-decoration:none}.fm-request-contact-icon.whatsapp{background:#28b862}

.fm-work-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fm-work-stat-grid article{padding:21px;border-radius:20px;border:1px solid #e4ece0;background:#fafcf8;text-align:center}.fm-work-stat-grid strong{display:block;font-size:27px;color:#2f6e3a}.fm-work-stat-grid span{font-size:11px;color:#78877d}
.fm-work-gallery{padding:80px 0;background:#f7faf4}.fm-work-mosaic figure{position:relative}.fm-work-mosaic figcaption{position:absolute;left:9px;right:9px;bottom:9px;padding:8px 10px;border-radius:11px;background:rgba(24,63,35,.72);backdrop-filter:blur(7px);color:#fff;font-size:10px;line-height:1.5}
.fm-work-video{padding:80px 0;background:#fff}.fm-work-video>.fm-page-inner{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:center}.fm-work-video-copy h2{font-size:28px!important;line-height:1.45;margin:10px 0;color:#254c2e}.fm-work-video-copy p{font-size:12px;line-height:1.9;color:#748277;margin:0}.fm-work-video-frame{position:relative;min-height:440px;border-radius:28px;overflow:hidden;background:#173e27}.fm-work-video-frame video{width:100%;height:100%;min-height:440px;object-fit:cover;display:block}.fm-video-placeholder{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(15,48,26,.12),rgba(15,48,26,.72)),var(--fm-video-poster);background-size:cover;background-position:center;display:grid;place-items:center;align-content:center;gap:12px;color:#fff;text-align:center;padding:30px}.fm-video-play{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:#2e6f38;padding-left:4px}.fm-video-placeholder b{font-size:13px}

.fm-media-brand>img{width:29px!important;height:29px!important;object-fit:contain!important;border-radius:50%;background:#fff;padding:2px;box-sizing:border-box;flex:0 0 29px;transform:none!important}

@media(max-width:1100px){.fm-services-page-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.fm-service-split{grid-template-columns:1fr}.fm-service-split>figure{height:380px}.fm-work-video>.fm-page-inner{grid-template-columns:1fr}.fm-work-video-frame{min-height:380px}.fm-request-wrap{grid-template-columns:1fr}}
@media(max-width:760px){
  .fm-vision-section{padding:52px 0}.fm-vision-grid{grid-template-columns:1fr;gap:12px}.fm-vision-grid article{min-height:0;padding:23px;border-radius:20px}.fm-vision-icon{width:43px;height:43px;margin-bottom:17px}.fm-vision-grid h3{font-size:18px!important;margin-bottom:8px}.fm-vision-grid p{font-size:11.3px;line-height:1.85}
  .fm-services-page-grid{padding:52px 0}.fm-services-page-cards{grid-template-columns:1fr;gap:11px}.fm-services-page-card{grid-template-rows:180px 1fr;border-radius:19px}.fm-services-page-card>div{padding:17px 18px 21px}.fm-services-page-card h3{font-size:15px}.fm-services-page-card p{font-size:10.7px}
  .fm-service-split{gap:23px}.fm-service-split>div h2{font-size:18px!important}.fm-service-split>div p{font-size:11.3px;line-height:1.85}.fm-service-split>figure{height:275px;border-radius:20px}.fm-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fm-process-grid article{min-height:135px;padding:15px;border-radius:15px}.fm-process-grid article>span{width:34px;height:34px;margin-bottom:16px}.fm-process-grid h3{font-size:10.5px}
  .fm-request-wrap{gap:12px}.fm-service-request-form{padding:18px;border-radius:20px}.fm-form-grid{grid-template-columns:1fr}.fm-form-grid .fm-form-wide{grid-column:auto}.fm-request-contact{padding:16px;border-radius:20px}.fm-work-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fm-work-stat-grid article{padding:15px;border-radius:15px}.fm-work-stat-grid strong{font-size:22px}.fm-work-gallery,.fm-work-video{padding:52px 0}.fm-work-video-copy h2{font-size:18px!important}.fm-work-video-frame,.fm-work-video-frame video{min-height:330px;border-radius:20px}
}


/* ==========================================================
   v1.26 — strict 28px title system + clean responsive titles
   Hero slider remains independently controlled.
   ========================================================== */
@media (min-width:641px){
  .fm-about h2,
  .fm-services-head h2,
  .fm-why-head h2,
  .fm-gallery-head h2,
  .fm-gallery-heading-copy h2,
  .fm-section-heading h2,
  .fm-section-title-front,
  .fm-service-split>div h2,
  .fm-work-video-copy h2,
  .fm-page-hero h1,
  .fm-article-hero h1{
    font-size:28px!important;
    line-height:1.4!important;
    letter-spacing:-.3px!important;
  }
}
@media (max-width:640px){
  .fm-about h2,
  .fm-services-head h2,
  .fm-why-head h2,
  .fm-gallery-head h2,
  .fm-gallery-heading-copy h2,
  .fm-section-heading h2,
  .fm-section-title-front,
  .fm-service-split>div h2,
  .fm-work-video-copy h2,
  .fm-page-hero h1,
  .fm-article-hero h1{
    font-size:18px!important;
    line-height:1.45!important;
    letter-spacing:0!important;
  }
}

/* v1.29 — compact premium article hero + richer reading surface */
body.fmcc-article-page .fm-article-shell{background:linear-gradient(180deg,#f8faf7 0,#f5f7f3 100%);padding:22px 0 70px}
body.fmcc-article-page .fm-article-hero{width:min(1320px,calc(100% - 40px));min-height:390px!important;margin:0 auto;border-radius:32px;overflow:hidden;box-shadow:none;background:#173d2b;isolation:isolate}
body.fmcc-article-page .fm-article-hero-media{position:absolute;inset:0}
body.fmcc-article-page .fm-article-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
body.fmcc-article-page .fm-article-hero-media>div{background:linear-gradient(90deg,rgba(12,38,23,.88) 0%,rgba(12,38,23,.66) 48%,rgba(12,38,23,.30) 100%)!important}
html[dir="ltr"] body.fmcc-article-page .fm-article-hero-media>div{background:linear-gradient(270deg,rgba(12,38,23,.88) 0%,rgba(12,38,23,.66) 48%,rgba(12,38,23,.30) 100%)!important}
body.fmcc-article-page .fm-article-hero-content{width:min(1180px,calc(100% - 64px));margin:auto;padding:74px 0 46px!important;text-align:start!important;align-self:end}
body.fmcc-article-page .fm-article-hero h1{font-size:clamp(29px,3.1vw,42px)!important;line-height:1.34!important;max-width:820px!important;margin:12px 0 14px!important}
body.fmcc-article-page .fm-article-hero-content>p{max-width:720px!important;margin:0 0 18px!important;font-size:14px!important;line-height:1.85!important;color:rgba(255,255,255,.88)!important}
body.fmcc-article-page .fm-article-breadcrumb{justify-content:flex-start!important}
body.fmcc-article-page .fm-article-meta-line{justify-content:flex-start!important}
body.fmcc-article-page .fm-article-media-brand{inset:auto auto 20px 20px;transform:scale(.88);transform-origin:left bottom}
html[dir="rtl"] body.fmcc-article-page .fm-article-media-brand{left:auto;right:20px;transform-origin:right bottom}
body.fmcc-article-page .fm-article-layout{width:min(1180px,calc(100% - 40px));margin:38px auto 0;gap:34px;grid-template-columns:minmax(0,1fr) 300px}
body.fmcc-article-page .fm-article-content{border-radius:26px;padding:46px 52px;background:linear-gradient(180deg,#fff,#fcfdfb);border:1px solid #e3ebe4;box-shadow:none;color:#405249;font-size:16px;line-height:2.05}
body.fmcc-article-page .fm-article-content>div>p:first-child{font-size:18px;line-height:2;color:#274534;font-weight:600;padding:18px 20px;border-inline-start:4px solid #5f9667;background:#f4f8f3;border-radius:0 14px 14px 0}
html[dir="ltr"] body.fmcc-article-page .fm-article-content>div>p:first-child{border-radius:14px 0 0 14px}
body.fmcc-article-page .fm-article-content h2{font-size:28px!important;line-height:1.5!important;color:#21472f!important;margin:42px 0 15px!important;padding-inline-start:15px;border-inline-start:4px solid #6a9e6c}
body.fmcc-article-page .fm-article-content h3{font-size:20px!important;color:#2b5238!important;margin:30px 0 10px!important}
body.fmcc-article-page .fm-article-content p{margin-bottom:20px}
body.fmcc-article-page .fm-article-content ul,body.fmcc-article-page .fm-article-content ol{background:#f5f8f4;border:1px solid #e5ece5;border-radius:17px;padding:18px 38px;margin:22px 0}
body.fmcc-article-page .fm-article-content li{margin:8px 0}
body.fmcc-article-page .fm-article-content blockquote{margin:28px 0;padding:22px 25px;background:#edf5eb;border:0;border-inline-start:5px solid #3f8a3a;border-radius:16px;color:#284b34;font-weight:700}
body.fmcc-article-page .fm-article-content img{max-width:100%;height:auto;border-radius:20px;margin:22px auto;display:block}
body.fmcc-article-page .fm-article-aside-card,body.fmcc-article-page .fm-related-card{border:1px solid #e0e9e1;box-shadow:none;background:#fff}
@media(max-width:760px){body.fmcc-article-page .fm-article-shell{padding-top:12px}body.fmcc-article-page .fm-article-hero{width:calc(100% - 20px);min-height:305px!important;border-radius:22px}body.fmcc-article-page .fm-article-hero-content{width:calc(100% - 34px);padding:76px 0 28px!important}body.fmcc-article-page .fm-article-hero h1{font-size:23px!important;line-height:1.42!important}body.fmcc-article-page .fm-article-hero-content>p{font-size:12px!important;line-height:1.75!important}body.fmcc-article-page .fm-article-layout{width:calc(100% - 20px);margin-top:18px}body.fmcc-article-page .fm-article-content{padding:24px 18px;font-size:14px;line-height:1.95;border-radius:19px}body.fmcc-article-page .fm-article-content>div>p:first-child{font-size:15px;padding:14px 15px}body.fmcc-article-page .fm-article-content h2{font-size:18px!important;margin-top:30px!important}body.fmcc-article-page .fm-article-content h3{font-size:16px!important}.fm-article-media-brand{display:none!important}}
.fm-work-mosaic figure video{width:100%;height:100%;object-fit:cover;display:block}.fm-work-mosaic figure.is-video:after{display:none}.fm-work-empty-media{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#dfeadf,#cfdccc);color:#315840;font-size:12px;font-weight:900;letter-spacing:.1em}

/* =========================================================
   v1.30 — premium portfolio video showcase (green × yellow)
   ========================================================= */
.fm-work-video-showcase{
  --fm-video-bg-start:#e7efb2;--fm-video-bg-end:#8fbd69;--fm-video-accent:#edc84d;
  position:relative;overflow:hidden;isolation:isolate;padding:92px 0 98px;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.68),transparent 31%),
    radial-gradient(circle at 88% 74%,color-mix(in srgb,var(--fm-video-accent) 55%,transparent),transparent 27%),
    linear-gradient(135deg,var(--fm-video-bg-start),var(--fm-video-bg-end));
  color:#183d26;
}
.fm-work-video-showcase:before{
  content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.24;
  background-image:
    linear-gradient(120deg,transparent 0 43%,rgba(255,255,255,.26) 43% 44%,transparent 44% 100%),
    radial-gradient(ellipse at center,rgba(25,78,43,.16) 0 18%,transparent 19%);
  background-size:210px 210px,96px 96px;transform:rotate(-3deg) scale(1.08);
}
.fm-work-video-showcase:after{
  content:"NASEEM AL RIYADH";position:absolute;inset:auto -2vw -38px auto;z-index:-1;
  font-size:clamp(72px,10vw,168px);font-weight:1000;letter-spacing:.02em;line-height:.8;
  color:rgba(30,78,44,.055);white-space:nowrap;pointer-events:none;
}
.fm-video-bg-orb{position:absolute;border-radius:50%;z-index:-1;pointer-events:none;filter:blur(.2px)}
.fm-video-bg-orb-a{width:390px;height:390px;inset:-170px auto auto -100px;border:44px solid rgba(255,255,255,.26)}
.fm-video-bg-orb-b{width:330px;height:330px;inset:auto -105px -125px auto;background:rgba(34,92,48,.11);border:1px solid rgba(255,255,255,.34)}
.fm-video-leaf-line{position:absolute;width:260px;height:90px;opacity:.22;z-index:-1;border-top:2px solid #2b6c3d;border-radius:50%;transform-origin:center;pointer-events:none}
.fm-video-leaf-line:before,.fm-video-leaf-line:after{content:"";position:absolute;width:28px;height:14px;border-radius:100% 0 100% 0;background:#2b6c3d;top:-8px}
.fm-video-leaf-line:before{left:66px;transform:rotate(-24deg)}.fm-video-leaf-line:after{right:60px;transform:rotate(27deg)}
.fm-video-leaf-line-a{left:2%;top:23%;transform:rotate(-38deg)}.fm-video-leaf-line-b{right:0;bottom:16%;transform:rotate(142deg)}
.fm-video-showcase-heading{max-width:820px;margin-inline:auto;text-align:center;margin-bottom:34px}
.fm-video-showcase-heading .fm-section-eyebrow{justify-content:center;color:#285c34}
.fm-video-showcase-heading h2{font-size:28px!important;color:#183d26;margin:12px 0 10px}
.fm-video-showcase-heading p{max-width:760px;margin:0 auto;color:#46614b;font-size:13px;line-height:1.9}
.fm-video-showcase-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.62fr);gap:18px;align-items:stretch}
.fm-video-featured{padding:10px;border:1px solid rgba(255,255,255,.62);background:rgba(255,255,255,.72);backdrop-filter:blur(16px);border-radius:32px;box-shadow:0 24px 70px rgba(39,83,45,.13)}
.fm-video-featured-frame{position:relative;overflow:hidden;border-radius:24px;aspect-ratio:16/9;background:#153c24}
.fm-video-featured-frame video{width:100%;height:100%;display:block;object-fit:cover;background:#153c24}
.fm-video-featured-badge{position:absolute;inset:18px auto auto 18px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(248,250,239,.9);backdrop-filter:blur(12px);color:#234d2f;font-size:10px;font-weight:900;letter-spacing:.04em;box-shadow:0 8px 28px rgba(12,53,26,.12)}
[dir="rtl"] .fm-video-featured-badge{inset:18px 18px auto auto}
.fm-video-live-dot{width:7px;height:7px;border-radius:50%;background:var(--fm-video-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--fm-video-accent) 22%,transparent)}
.fm-video-featured-copy{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:start;padding:18px 12px 10px}
.fm-video-featured-copy>span{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--fm-video-accent);color:#29482c;font-weight:1000;font-size:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.38)}
.fm-video-featured-copy h3{margin:2px 0 5px;color:#1d4629;font-size:17px;line-height:1.45;font-weight:950}
.fm-video-featured-copy p{margin:0;color:#647164;font-size:11.5px;line-height:1.85;max-width:760px}
.fm-video-playlist{display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:30px;background:rgba(31,78,42,.1);border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(10px)}
.fm-video-thumb{appearance:none;border:1px solid rgba(37,87,47,.12);background:rgba(255,255,255,.73);border-radius:20px;padding:8px;display:grid;grid-template-columns:118px 1fr;gap:11px;text-align:start;cursor:pointer;transition:.25s ease;color:#244a2d;min-height:92px;box-shadow:none}
.fm-video-thumb:hover{transform:translateY(-2px);background:rgba(255,255,255,.9);border-color:rgba(237,200,77,.72)}
.fm-video-thumb.is-active{background:#fff;border-color:var(--fm-video-accent);box-shadow:inset 4px 0 0 var(--fm-video-accent)}
[dir="rtl"] .fm-video-thumb.is-active{box-shadow:inset -4px 0 0 var(--fm-video-accent)}
.fm-video-thumb-media{position:relative;display:block;border-radius:15px;overflow:hidden;background:linear-gradient(145deg,#315f39,#7da75f);background-size:cover;background-position:center;min-height:76px}
.fm-video-thumb-media:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(17,58,30,.04),rgba(17,58,30,.35))}
.fm-video-thumb-media i{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:#275638;font-style:normal;font-size:11px;padding-inline-start:2px}
.fm-video-thumb-media b{position:absolute;z-index:2;left:8px;bottom:7px;padding:3px 6px;border-radius:7px;background:rgba(24,63,35,.72);color:#fff;font-size:9px}
[dir="rtl"] .fm-video-thumb-media b{left:auto;right:8px}
.fm-video-thumb-copy{align-self:center;min-width:0}.fm-video-thumb-copy strong{display:block;font-size:11px;line-height:1.55;font-weight:950;color:#234a2e}.fm-video-thumb-copy small{display:block;margin-top:5px;color:#7b8a7b;font-size:9px;font-weight:800}
.fm-dark .fm-work-video-showcase{color:#dcefd7}.fm-dark .fm-video-showcase-heading h2{color:#183d26}
@media(max-width:980px){.fm-video-showcase-shell{grid-template-columns:1fr}.fm-video-playlist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.fm-video-thumb{grid-template-columns:105px 1fr}}
@media(max-width:760px){
  .fm-work-video-showcase{padding:54px 0 58px}.fm-video-showcase-heading{margin-bottom:20px}.fm-video-showcase-heading h2{font-size:18px!important;line-height:1.55!important}.fm-video-showcase-heading p{font-size:11px;line-height:1.8}
  .fm-video-featured{border-radius:22px;padding:7px}.fm-video-featured-frame{border-radius:17px}.fm-video-featured-copy{grid-template-columns:44px 1fr;gap:9px;padding:12px 7px 6px}.fm-video-featured-copy>span{width:40px;height:40px;border-radius:12px;font-size:11px}.fm-video-featured-copy h3{font-size:13px}.fm-video-featured-copy p{font-size:10px;line-height:1.7}
  .fm-video-featured-badge{inset:10px auto auto 10px;font-size:8px;padding:6px 8px}[dir="rtl"] .fm-video-featured-badge{inset:10px 10px auto auto}
  .fm-video-playlist{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:20px;padding:8px;gap:8px;-webkit-overflow-scrolling:touch}.fm-video-playlist::-webkit-scrollbar{height:0}.fm-video-thumb{flex:0 0 78%;grid-template-columns:92px 1fr;scroll-snap-align:start;border-radius:16px;min-height:80px}.fm-video-thumb-media{min-height:66px;border-radius:12px}.fm-video-thumb-copy strong{font-size:10px}.fm-video-thumb-copy small{font-size:8px}.fm-video-bg-orb-a{width:220px;height:220px}.fm-video-bg-orb-b{width:190px;height:190px}.fm-video-leaf-line{display:none}
}


/* v1.32 — real-photo footer + falling leaves + First Marketing credit */
.fm-site-footer.fm-footer-real-photo{position:relative;isolation:isolate;overflow:hidden;background:var(--fm-footer-bg,#174c2b);padding:76px max(16px,var(--fm-section-side-padding,28px)) 0}
.fm-footer-photo-bg{position:absolute;inset:-7% -3%;z-index:0;background-image:var(--fm-footer-photo);background-size:cover;background-position:center 42%;opacity:var(--fm-footer-photo-opacity,.72);transform:scale(1.04);filter:saturate(.92) contrast(1.04);animation:fmFooterPhotoDrift 24s ease-in-out infinite alternate;pointer-events:none}
.fm-footer-photo-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,color-mix(in srgb,var(--fm-footer-bg,#174c2b) 56%,transparent),color-mix(in srgb,var(--fm-footer-bg,#174c2b) 78%,transparent) 54%,color-mix(in srgb,var(--fm-footer-bg,#174c2b) 94%,#0d341d 6%)),linear-gradient(90deg,rgba(10,48,26,.28),transparent 42%,rgba(10,48,26,.24));pointer-events:none}
.fm-site-footer.fm-footer-real-photo:before{opacity:.08;z-index:1;mask-image:none;background-image:radial-gradient(circle at 12% 15%,rgba(255,255,255,.22) 0 1px,transparent 2px),radial-gradient(circle at 82% 74%,rgba(218,238,196,.24) 0 1px,transparent 2px);background-size:36px 36px,52px 52px}
.fm-site-footer.fm-footer-real-photo:after{z-index:1;opacity:.45}
@keyframes fmFooterPhotoDrift{0%{transform:scale(1.04) translate3d(0,0,0)}100%{transform:scale(1.105) translate3d(-1.2%,1.2%,0)}}
.fm-footer-leaf-rain{position:absolute;inset:-42px 0 0;z-index:2;overflow:hidden;pointer-events:none;opacity:var(--fm-footer-scene-opacity,.56)}
.fm-footer-leaf-rain i{position:absolute;top:-42px;left:var(--leaf-x);width:var(--leaf-size);height:var(--leaf-h);border-radius:100% 0 100% 0;background:linear-gradient(135deg,#b8d88e,#5f994f 62%,#376f3c);box-shadow:0 1px 0 rgba(255,255,255,.28) inset;transform:translate3d(0,-20px,0) rotate(var(--leaf-rot));animation:fmFooterLeafRain var(--leaf-dur) linear var(--leaf-delay) infinite;will-change:transform,opacity}
.fm-footer-leaf-rain i:nth-child(3n){background:linear-gradient(135deg,#d2e8a9,#78aa5b 68%,#426f38)}
.fm-footer-leaf-rain i:nth-child(4n){filter:saturate(.85) brightness(.9)}
.fm-footer-leaf-rain i:after{content:"";position:absolute;left:48%;top:8%;width:1px;height:82%;background:rgba(238,250,224,.5);transform:rotate(-28deg);transform-origin:center}
@keyframes fmFooterLeafRain{0%{opacity:0;transform:translate3d(0,-45px,0) rotate(var(--leaf-rot)) scale(.82)}8%{opacity:.95}58%{transform:translate3d(var(--leaf-drift),55vh,0) rotate(calc(var(--leaf-rot) + 300deg)) scale(1)}100%{opacity:.12;transform:translate3d(calc(0px - var(--leaf-drift)),115vh,0) rotate(calc(var(--leaf-rot) + 720deg)) scale(.88)}}
.fm-footer-real-photo .fm-footer-main{background:color-mix(in srgb,var(--fm-footer-surface,#f7faf4) 90%,transparent);border-color:rgba(255,255,255,.42);box-shadow:0 24px 70px rgba(8,43,23,.18);-webkit-backdrop-filter:blur(15px) saturate(1.06);backdrop-filter:blur(15px) saturate(1.06)}
.fm-footer-real-photo .fm-footer-bottom{color:rgba(255,255,255,.9);display:grid;grid-template-columns:minmax(0,1fr) auto 44px;gap:18px;align-items:center}
.fm-footer-copy{justify-self:start}
.fm-footer-credit{justify-self:end;display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:6px 10px 6px 12px;border-radius:14px;color:#fff;text-decoration:none;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);transition:.22s ease}
.fm-footer-credit:hover{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.32)}
.fm-footer-credit-text{font-size:10.8px;font-weight:800;white-space:nowrap;letter-spacing:.02em}
.fm-footer-credit-logo{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.06);overflow:hidden;flex:0 0 34px}
.fm-footer-credit-logo img{display:block;width:27px;height:27px;object-fit:contain}
.fm-footer-real-photo .fm-footer-to-top{justify-self:end}
body.fm-lang-en .fm-footer-real-photo .fm-footer-bottom{direction:ltr}
@media(max-width:780px){
  .fm-site-footer.fm-footer-real-photo{padding-top:54px}
  .fm-footer-photo-bg{background-position:center center;animation-duration:30s}
  .fm-footer-leaf-rain i:nth-child(n+17){display:none}
  .fm-footer-real-photo .fm-footer-bottom{grid-template-columns:1fr auto;gap:10px 12px;padding:16px 2px 20px}
  .fm-footer-copy{grid-column:1/2;font-size:10px}
  .fm-footer-credit{grid-column:1/2;justify-self:start;min-height:38px;padding:5px 8px 5px 10px;gap:8px}
  .fm-footer-credit-text{font-size:9.5px;white-space:normal}
  .fm-footer-credit-logo{width:30px;height:30px;flex-basis:30px}.fm-footer-credit-logo img{width:23px;height:23px}
  .fm-footer-real-photo .fm-footer-to-top{grid-column:2;grid-row:1/3;align-self:center}
}
@media(prefers-reduced-motion:reduce){.fm-footer-photo-bg,.fm-footer-leaf-rain i{animation:none!important}.fm-footer-leaf-rain{display:none}}

.fm-site-footer.fm-footer-real-photo .fm-footer-inner{position:relative;z-index:4}

/* ==========================================================
   v1.34 — service pages viewport / horizontal overflow fix
   Keeps every service page centered and fully visible on phones,
   tablets and desktop without horizontal page dragging.
   ========================================================== */
html,body{max-width:100%;overflow-x:clip}
@supports not (overflow-x:clip){html,body{overflow-x:hidden}}
body.fmcc-service-page,.fm-service-page-shell{width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box}
.fm-service-page-shell,.fm-service-page-shell *{box-sizing:border-box}
.fm-service-page-shell .fm-page-inner,
.fm-service-page-shell .fm-page-hero-inner,
.fm-service-page-shell .fm-service-split,
.fm-service-page-shell .fm-process-grid,
.fm-service-page-shell .fm-benefit-grid,
.fm-service-page-shell .fm-service-promise-card,
.fm-service-page-shell .fm-service-faq-list,
.fm-service-page-shell .fm-request-wrap,
.fm-service-page-shell .fm-service-request-form,
.fm-service-page-shell .fm-form-grid{min-width:0;max-width:100%}
.fm-service-page-shell img,
.fm-service-page-shell video,
.fm-service-page-shell iframe,
.fm-service-page-shell svg{max-width:100%}
.fm-service-detail,.fm-service-faq,.fm-service-request,.fm-service-page-shell .fm-page-hero{width:100%;max-width:100%;overflow-x:clip}
.fm-service-split>div,.fm-service-split>figure,.fm-process-grid>article,.fm-benefit-grid>article{min-width:0;max-width:100%}
.fm-service-split>div p,.fm-service-split>div h2,.fm-process-grid h3,.fm-benefit-grid h3,.fm-service-faq-list,.fm-faq-question,.fm-faq-answer{overflow-wrap:anywhere;word-break:normal}

/* The main nav collapses at 1050px, so its services mega-menu must also
   become an in-flow accordion at that same breakpoint. Previously it stayed
   absolutely positioned until 760px and could push service pages sideways. */
@media(max-width:1050px){
  .fm-mega-toggle{display:grid;place-items:center}
  .fm-nav-services{display:grid!important;grid-template-columns:minmax(0,1fr) 34px!important;width:100%!important;min-width:0}
  .fm-nav-services>.fm-nav-link{width:auto!important;min-width:0}
  .fm-services-mega,
  body.fm-lang-en .fm-services-mega{
    position:static!important;inset:auto!important;grid-column:1/-1;
    width:100%!important;max-width:100%!important;margin:7px 0 2px!important;
    padding:10px!important;border-radius:16px;box-shadow:none!important;
    opacity:0;visibility:hidden;pointer-events:none;transform:none!important;display:none;
  }
  .fm-nav-services.is-open .fm-services-mega{display:block;opacity:1;visibility:visible;pointer-events:auto}
  .fm-services-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .fm-services-mega-grid>a{min-width:0}
}

@media(max-width:1024px){
  .fm-service-split{grid-template-columns:1fr!important;gap:30px!important}
  .fm-service-split>figure{width:100%;height:360px}
  .fm-request-wrap{grid-template-columns:1fr!important}
}

@media(max-width:760px){
  body.fmcc-service-page .fm-page-inner,
  body.fmcc-service-page .fm-page-hero-inner{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-inline:auto!important}
  .fm-service-split{gap:20px!important}
  .fm-service-split>figure{height:260px!important;border-radius:19px!important}
  .fm-process-grid,.fm-benefit-grid{width:100%;max-width:100%}
  .fm-service-request-form{width:100%;max-width:100%;padding:17px!important}
  .fm-form-grid input,.fm-form-grid select,.fm-form-grid textarea{min-width:0;max-width:100%}
}


/* ==========================================================
   v1.35 — hard mobile viewport lock for individual service pages
   Fixes RTL mobile blank-canvas / sideways page caused by an
   off-canvas honeypot field and any child that exceeds viewport.
   ========================================================== */
body.fmcc-service-page{margin:0!important;padding:0!important;min-width:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;position:relative!important}
body.fmcc-service-page .fm-service-page-shell{margin:0!important;padding:0!important;inset:auto!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;position:relative!important}
body.fmcc-service-page .fm-service-page-shell>section{margin-inline:0!important;left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}
body.fmcc-service-page .fm-service-page-shell .fm-page-inner,
body.fmcc-service-page .fm-service-page-shell .fm-page-hero-inner{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;margin-inline:auto!important}
body.fmcc-service-page .fm-service-page-shell .fm-service-split,
body.fmcc-service-page .fm-service-page-shell .fm-process-grid,
body.fmcc-service-page .fm-service-page-shell .fm-benefit-grid,
body.fmcc-service-page .fm-service-page-shell .fm-service-promise-card,
body.fmcc-service-page .fm-service-page-shell .fm-service-faq-list,
body.fmcc-service-page .fm-service-page-shell .fm-request-wrap,
body.fmcc-service-page .fm-service-page-shell .fm-service-request-form,
body.fmcc-service-page .fm-service-page-shell .fm-form-grid{width:100%!important;min-width:0!important;max-width:100%!important;margin-inline:auto!important}
body.fmcc-service-page .fm-service-page-shell img,
body.fmcc-service-page .fm-service-page-shell video,
body.fmcc-service-page .fm-service-page-shell iframe,
body.fmcc-service-page .fm-service-page-shell svg,
body.fmcc-service-page .fm-service-page-shell input,
body.fmcc-service-page .fm-service-page-shell select,
body.fmcc-service-page .fm-service-page-shell textarea,
body.fmcc-service-page .fm-service-page-shell button{max-width:100%!important}

@media(max-width:760px){
  html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  body.fmcc-service-page{overflow-x:hidden!important;overscroll-behavior-x:none!important;touch-action:pan-y pinch-zoom}
  body.fmcc-service-page .fm-service-page-shell{overflow:hidden!important}
  body.fmcc-service-page .fm-page-hero{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
  body.fmcc-service-page .fm-page-hero-inner{width:100%!important;max-width:100%!important;padding:112px 14px 42px!important;margin:0 auto!important}
  body.fmcc-service-page .fm-page-inner{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;margin-left:auto!important;margin-right:auto!important}
  body.fmcc-service-page .fm-service-split{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important}
  body.fmcc-service-page .fm-service-split>div,
  body.fmcc-service-page .fm-service-split>figure{width:100%!important;min-width:0!important;max-width:100%!important;margin-inline:0!important}
  body.fmcc-service-page .fm-service-split>figure{height:250px!important}
  body.fmcc-service-page .fm-process-grid,
  body.fmcc-service-page .fm-benefit-grid{grid-template-columns:minmax(0,1fr)!important}
  body.fmcc-service-page .fm-request-wrap{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
  body.fmcc-service-page .fm-form-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
  body.fmcc-service-page .fm-form-grid .fm-form-wide{grid-column:auto!important}
  body.fmcc-service-page .fm-service-request-form,
  body.fmcc-service-page .fm-request-contact{width:100%!important;min-width:0!important;max-width:100%!important}
  body.fmcc-service-page .fm-request-contact>div{grid-template-columns:38px minmax(0,1fr)!important}
  body.fmcc-service-page .fm-request-contact a,
  body.fmcc-service-page .fm-request-contact b,
  body.fmcc-service-page .fm-faq-question,
  body.fmcc-service-page .fm-faq-answer,
  body.fmcc-service-page .fm-service-split p,
  body.fmcc-service-page .fm-service-split h2{overflow-wrap:anywhere!important;word-break:normal!important;min-width:0!important}
  /* Do not place spam-trap controls thousands of pixels off canvas. */
  body.fmcc-service-page .fm-hp{position:absolute!important;inset:0 auto auto 0!important;clip-path:inset(50%)!important;clip:rect(0 0 0 0)!important;overflow:hidden!important}
}

/* ==========================================================
   v1.37 — performance: native services scroll-snap
   Avoid JS geometry reads / forced reflow on initial render.
   ========================================================== */
.fm-services-viewport{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none;
  -ms-overflow-style:none;
  scroll-snap-type:x mandatory;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
.fm-services-viewport::-webkit-scrollbar{display:none!important}
.fm-services-track{
  width:max-content!important;
  min-width:100%;
  transform:none!important;
  transition:none!important;
  will-change:auto!important;
}
.fm-service-card{
  scroll-snap-align:start;
  scroll-snap-stop:always;
}

/* ==========================================================
   v1.38 — Core Web Vitals pass
   ========================================================== */
/* Skip paint/layout work for below-the-fold sections until they approach the viewport. */
.fm-about,
.fm-services-showcase,
.fm-why-us,
.fm-gallery,
.fm-blog-section,
.fm-faq,
.fm-footer,
.fm-services-page-grid,
.fm-service-detail,
.fm-service-faq,
.fm-service-request,
.fm-work-gallery,
.fm-portfolio-video-section{
  content-visibility:auto;
  contain-intrinsic-size:auto 760px;
}

/* Page heroes now use a real responsive <img>, not a CSS background duplicate. */
.fm-page-hero{background-image:none!important}
.fm-page-hero:before{display:none!important;background:none!important}
.fm-page-hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden}
.fm-page-hero-media img,.fm-page-hero-img{width:100%;height:100%;object-fit:cover;display:block}

/* Keep image boxes stable while responsive sources load. */
.fm-service-card-media img,.fm-gallery-item img,.fm-about-photo img,.fm-faq-visual img,.fm-blog-card-media img{
  max-width:100%;
}
.fm-service-card-media img{aspect-ratio:3/4}
.fm-gallery-item img{aspect-ratio:4/3}

/* CSS-native article progress avoids per-scroll layout reads in modern Chromium. */
.fm-article-progress span{transform-origin:left center;transform:scaleX(0);width:100%!important}
@keyframes fmArticleProgressNative{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@supports (animation-timeline: scroll()){
  .fm-article-progress span.is-css-scroll-progress{
    animation:fmArticleProgressNative linear both;
    animation-timeline:scroll(root block);
  }
}

/* No compositor hint on the services track; native scroll snap does the work. */
.fm-services-track{will-change:auto!important}

@media(max-width:760px){
  .fm-about,.fm-services-showcase,.fm-why-us,.fm-gallery,.fm-blog-section,.fm-faq,.fm-footer{
    contain-intrinsic-size:auto 620px;
  }
}

/* ==========================================================
   v1.39 — performance + accessibility hardening
   Keeps the approved visual system while improving Lighthouse.
   ========================================================== */
.fm-deferred-img{background:#edf2e9;color:transparent}
.fm-deferred-img[src^="data:image"]{object-fit:cover}

/* Stronger muted-text contrast without changing the palette character. */
.fm-why-card p,
.fm-gallery-foot,
.fm-section-heading p,
.fm-timeline p,
.fm-timeline article>div,
.fm-services-mega-grid small,
.fm-services-page-card p,
.fm-service-promise-card p,
.fm-contact-form-card>p,
.fm-work-stats-grid span,
.fm-work-stat-grid span,
.fm-video-thumb-copy small,
.fm-article-aside p,
.fm-blog-card p,
.fm-faq-answer>div{color:#58685e}
.fm-contact-cards small{color:#647267}
.fm-gallery-caption small{color:#4f6655;opacity:1}
.fm-topbar-item,.fm-topbar-wa{opacity:1}
.fm-topbar-hours{opacity:.94}

/* Visible keyboard focus and comfortably sized controls. */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid color-mix(in srgb,var(--fm-orange,#3f8a3a) 70%,#fff);
  outline-offset:3px
}
.fm-icon-btn,.fm-lang-toggle,.fm-wa-icon,.fm-mobile-toggle{min-width:44px;min-height:44px}
.fm-social-link{min-width:36px;min-height:36px}
.fm-footer-to-top{min-width:44px;min-height:44px}
.fm-gallery-filters button,.fm-blog-filters button{min-height:44px}
.fm-mega-toggle{min-width:44px;min-height:44px}

/* Preserve the small visual slider dots while giving each one a proper tap target. */
.fm-dots{gap:0}
.fm-dots button,.fm-dots button.is-active{position:relative;width:36px;height:36px;background:transparent!important;border-radius:50%;padding:0}
.fm-dots button:before{content:"";position:absolute;left:50%;top:50%;width:9px;height:9px;transform:translate(-50%,-50%);border-radius:99px;background:rgba(255,255,255,.62);transition:width .25s,background .25s}
.fm-dots button.is-active:before{width:28px;background:#fff}

@media(max-width:620px){
  .fm-icon-btn,.fm-lang-toggle,.fm-wa-icon,.fm-mobile-toggle{height:44px;min-width:44px}
  .fm-social-link{width:36px;height:36px}
  .fm-gallery-filters button{min-height:44px}
  .fm-blog-filters button{min-height:44px}
  .fm-footer-to-top{width:44px;height:44px}
}
/* v1.39 tap-target finishing: larger hit areas, same visual language. */
.fm-topbar-item,.fm-topbar-wa{min-height:44px;display:inline-flex;align-items:center}
.fm-social-link{width:44px;height:44px}
.fm-footer-column nav a{min-height:32px;align-items:center;padding-block:3px}
.fm-blog-read{min-height:44px;align-items:center}
@media(max-width:760px){
  .fm-footer-column nav a{min-height:40px}
}

/* v1.39 accessibility/performance hardening — visual hierarchy remains unchanged. */
.fm-why-card p,.fm-blog-card p,.fm-gallery.fm-gallery-pro .fm-gallery-head p,.fm-faq-answer>div{color:#56675d}
.fm-blog-meta,.fm-services-mega-grid small,.fm-section-heading p{color:#56675d}
.fm-gallery-foot,.fm-gallery.fm-gallery-pro .fm-gallery-foot{color:#56675d}
.fm-about-year span,.fm-article-aside p{color:#56675d}
@media(max-width:1050px){
  .fm-nav>a,.fm-nav-link,.fm-services-mega-grid>a{min-height:44px}
  .fm-services-mega-head>a{min-height:44px;display:inline-flex;align-items:center}
}
@media(max-width:760px){
  .fm-nav a,.fm-nav-link{min-height:44px}
  .fm-cta{min-height:44px}
  .fm-slider-arrow{min-width:44px;min-height:44px}
  .fm-faq-question{min-height:52px}
  .fm-blog-read,.fm-about-link{min-height:44px}
}

/* ==========================================================
   v1.40 — balanced service layouts
   Keep service-page content aligned with the approved site sections.
   ========================================================== */
@media (min-width:901px){
  body.fmcc-service-page .fm-service-page-shell .fm-page-inner{
    width:min(1260px,calc(100% - 64px))!important;
    max-width:1260px!important;
    min-width:0!important;
    margin-inline:auto!important;
    padding-inline:0!important;
  }
  body.fmcc-service-page .fm-service-split{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
    gap:52px!important;
    align-items:center!important;
  }
  body.fmcc-service-page .fm-service-split>figure{
    height:410px!important;
    border-radius:26px!important;
  }
}
@media (min-width:761px) and (max-width:900px){
  body.fmcc-service-page .fm-service-page-shell .fm-page-inner{
    width:calc(100% - 40px)!important;
    max-width:760px!important;
    margin-inline:auto!important;
    padding-inline:0!important;
  }
}


/* ==========================================================
   v1.40.1 — services carousel stability + mega-menu click fix
   + redesigned floating contact dock
   ========================================================== */
.fm-services-showcase,.fm-services-viewport{overflow-anchor:none!important}
.fm-services-viewport{direction:ltr!important;overscroll-behavior-x:contain!important;scroll-behavior:auto}
.fm-nav-services>.fm-nav-link{cursor:pointer}
.fm-nav-services.is-open>.fm-nav-link{color:var(--fm-orange,#3f8a3a);background:color-mix(in srgb,var(--fm-orange,#3f8a3a) 9%,transparent)}
.fm-nav-services.is-open .fm-nav-caret{transform:rotate(180deg) translateY(1px)}
.fm-nav-caret{transition:transform .18s ease}

.fm-floating-actions{
  padding:7px!important;
  gap:7px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(42,89,50,.12)!important;
  box-shadow:0 16px 42px rgba(25,65,37,.16)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.1);
  backdrop-filter:blur(14px) saturate(1.1);
}
.fm-float-action{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  padding:0!important;
  justify-content:center!important;
  gap:0!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:none!important;
  overflow:visible!important;
  position:relative;
  transition:transform .2s ease,filter .2s ease!important;
}
.fm-float-action.whatsapp{background:linear-gradient(145deg,#28d96f,#139a49)!important}
.fm-float-action.phone{background:linear-gradient(145deg,#4f865d,#244b31)!important}
.fm-float-action:hover{transform:translateY(-2px) scale(1.04)!important;filter:saturate(1.06)}
.fm-float-action .fm-svg-icon{width:22px!important;height:22px!important;flex:0 0 22px!important;stroke-width:1.9!important}
.fm-float-action>span{display:none!important}
@media(max-width:760px){
  .fm-floating-actions{right:12px!important;bottom:14px!important;padding:6px!important;border-radius:22px!important}
  .fm-lang-en .fm-floating-actions{left:12px!important;right:auto!important}
  .fm-float-action{width:46px!important;height:46px!important;min-width:46px!important;border-radius:15px!important}
}

/* ==========================================================
   v1.40.2 — reliable sticky header on homepage + cache-safe fix
   ========================================================== */
.fm-site-header.is-sticky{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:10020!important;
  isolation:isolate;
  transform:none;
}
body.admin-bar .fm-site-header.is-sticky{top:32px!important}
@media(max-width:782px){body.admin-bar .fm-site-header.is-sticky{top:46px!important}}

/* FirstM font consistency v1.40.3 */
html,body,button,input,select,textarea{font-family:var(--fm-site-font,Tahoma,Arial,sans-serif)}body{font-synthesis:none}

/* v1.41.5 — definitive mobile single-article layout fix */
@media (max-width:900px){body.fmcc-article-page .fm-article-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important}body.fmcc-article-page .fm-article-aside{position:static!important;top:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}
@media (max-width:760px){html,body{max-width:100%;overflow-x:hidden}body.fmcc-article-page .fm-article-shell{width:100%;max-width:100%;overflow:hidden;padding:10px 0 48px!important}body.fmcc-article-page .fm-article-hero{width:calc(100% - 16px)!important;max-width:none!important;min-height:300px!important;border-radius:20px!important}body.fmcc-article-page .fm-article-hero-content{width:calc(100% - 28px)!important;max-width:none!important;padding:70px 0 24px!important;min-width:0}body.fmcc-article-page .fm-article-breadcrumb{max-width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;justify-content:flex-start!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}body.fmcc-article-page .fm-article-breadcrumb::-webkit-scrollbar{display:none}body.fmcc-article-page .fm-article-topic{max-width:100%}body.fmcc-article-page .fm-article-hero h1{font-size:22px!important;line-height:1.45!important;max-width:100%!important;overflow-wrap:break-word;word-break:normal}body.fmcc-article-page .fm-article-hero-content>p{font-size:12.5px!important;line-height:1.85!important;max-width:100%!important;overflow-wrap:break-word;word-break:normal}body.fmcc-article-page .fm-article-meta-line{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:6px 8px!important;max-width:100%;font-size:10px!important}body.fmcc-article-page .fm-article-layout{width:calc(100% - 16px)!important;max-width:none!important;margin:16px auto 0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important}body.fmcc-article-page .fm-article-content{width:100%!important;max-width:100%!important;min-width:0!important;padding:21px 16px!important;border-radius:18px!important;font-size:14px!important;line-height:1.95!important;overflow:hidden}body.fmcc-article-page .fm-article-content>div{width:100%;max-width:100%;min-width:0}body.fmcc-article-page .fm-article-content>div>*{max-width:100%}body.fmcc-article-page .fm-article-content p,body.fmcc-article-page .fm-article-content li,body.fmcc-article-page .fm-article-content h2,body.fmcc-article-page .fm-article-content h3,body.fmcc-article-page .fm-article-content h4,body.fmcc-article-page .fm-article-content a{overflow-wrap:break-word;word-break:normal}body.fmcc-article-page .fm-article-content>div>p:first-child{font-size:14.5px!important;line-height:1.9!important;padding:13px 14px!important;border-radius:12px!important}body.fmcc-article-page .fm-article-content h2{font-size:18px!important;line-height:1.6!important;margin:28px 0 12px!important;padding-inline-start:11px!important}body.fmcc-article-page .fm-article-content h3{font-size:16px!important;line-height:1.65!important;margin:23px 0 9px!important}body.fmcc-article-page .fm-article-content ul,body.fmcc-article-page .fm-article-content ol{padding:14px 30px!important;margin:17px 0!important;border-radius:14px!important}body.fmcc-article-page .fm-article-content blockquote{margin:20px 0!important;padding:16px 17px!important;border-radius:13px!important}body.fmcc-article-page .fm-article-content img,body.fmcc-article-page .fm-article-content video,body.fmcc-article-page .fm-article-content iframe{max-width:100%!important;height:auto!important}body.fmcc-article-page .fm-article-content iframe{width:100%!important;aspect-ratio:16/9}body.fmcc-article-page .fm-article-content table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}body.fmcc-article-page .fm-article-content pre,body.fmcc-article-page .fm-article-content code{max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere}body.fmcc-article-page .fm-article-aside{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%;min-width:0}body.fmcc-article-page .fm-article-aside-card,body.fmcc-article-page .fm-related-card{padding:18px!important;border-radius:17px!important;min-width:0}body.fmcc-article-page .fm-related-card a{min-width:0;overflow-wrap:break-word;word-break:normal}body.fmcc-article-page .fm-article-back{width:calc(100% - 20px)!important;margin-top:22px!important}}

/* v1.42 compact mobile top bar — visual size only. */
@media(max-width:620px){
  .fm-topbar-inner{min-height:31px!important;padding:2px 10px!important;gap:6px!important}
  .fm-topbar-social,.fm-topbar-meta{gap:5px!important}
  .fm-social-link{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}
  .fm-topbar-item,.fm-topbar-wa{min-height:30px!important;font-size:10px!important;padding-block:0!important}
  .fm-topbar-wa{width:30px!important;height:30px!important;padding:0!important}
  .fm-topbar-item .fm-svg-icon,.fm-topbar-wa .fm-svg-icon{width:12px!important;height:12px!important}
}
