: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;background-image:var(--fm-bg);background-size:cover;background-position:center;transform:scale(1.015)}.fm-slide.is-active{opacity:1;pointer-events:auto;animation:fmZoom 7s ease-out forwards}.fm-overlay{position:absolute;inset:0;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-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 .42s ease .95s,visibility 0s linear 1.4s}
.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 .95s cubic-bezier(.76,0,.24,1) .58s}
.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 .75s cubic-bezier(.2,.8,.2,1),opacity .45s ease .85s}
.fm-opening-mark img{width:82%;height:82%;object-fit:contain;display:block;transform:scale(.82);opacity:0;animation:fmLogoReveal .72s cubic-bezier(.2,.9,.2,1) .06s 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 .72s ease .24s 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{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}
}
