:root{--green-900:#00220f;--green-800:#00371d;--green-700:#064e2b;--green-600:#0d6638;--green-500:#178a4e;--green-400:#3aa86c;--green-200:#b9e2c8;--green-50:#eef7f1;--amber-600:#c47e15;--amber-500:#e49d25;--amber-400:#f7931e;--amber-200:#f6d79b;--amber-50:#fdf6e8;--ink-900:#0f1512;--ink-700:#2b3531;--ink-500:#5b665f;--ink-300:#9aa39d;--line:#e4e8e5;--surface:#ffffff;--surface-2:#f6f8f6;--surface-3:#eef2ef;--color-primary:var(--green-800);--color-accent:var(--amber-500);--color-bg:var(--surface);--color-text:var(--ink-900);--color-text-muted:var(--ink-500);--color-border:var(--line);--focus-ring:0 0 0 3px color-mix(in srgb,var(--amber-500) 45%,transparent);--font-sans:"Inter","Segoe UI",system-ui,-apple-system,"Noto Sans Armenian","Noto Sans","Helvetica Neue",Arial,sans-serif;--font-display:var(--font-sans);--fs-xs:clamp(0.75rem,0.72rem + 0.15vw,0.82rem);--fs-sm:clamp(0.875rem,0.84rem + 0.18vw,0.95rem);--fs-base:clamp(1rem,0.96rem + 0.25vw,1.0625rem);--fs-lg:clamp(1.125rem,1.05rem + 0.4vw,1.25rem);--fs-xl:clamp(1.375rem,1.22rem + 0.8vw,1.6rem);--fs-2xl:clamp(1.75rem,1.45rem + 1.5vw,2.4rem);--fs-3xl:clamp(2.25rem,1.7rem + 2.6vw,3.4rem);--fs-hero:clamp(2.6rem,1.8rem + 4vw,4.6rem);--lh-tight:1.12;--lh-snug:1.3;--lh-body:1.65;--tracking-tight:-0.02em;--tracking-wide:0.08em;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(15,21,18,0.06);--shadow-sm:0 2px 8px rgba(15,21,18,0.06);--shadow-md:0 8px 24px rgba(15,21,18,0.08);--shadow-lg:0 18px 48px rgba(15,21,18,0.12);--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--dur-fast:140ms;--dur:240ms;--dur-slow:480ms;--container:1200px;--container-wide:1360px;--container-pad:clamp(1rem,4vw,3rem);--header-h:76px}@media (prefers-reduced-motion:reduce){:root{--dur-fast:0ms;--dur:0ms;--dur-slow:0ms}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:inherit;line-height:inherit}body{background:inherit}a,body{color:inherit}a{text-decoration:inherit}.page-wrapper{width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:#fff;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .5s ease-out}.preloader.fade-out{opacity:0;pointer-events:none}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#e49d25;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.brand-splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 36%,rgba(228,157,37,.18),transparent 55%),radial-gradient(circle at 82% 84%,rgba(228,157,37,.1),transparent 46%),#00371d;opacity:1;transition:opacity .6s ease}.brand-splash.is-hidden{opacity:0;pointer-events:none}.brand-splash__inner{display:flex;flex-direction:column;align-items:center;gap:22px;padding:24px}.brand-splash__logo{width:auto;height:64px;max-width:70vw;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(0,0,0,.35));animation:brandSplashBreathe 1.8s ease-in-out infinite}.brand-splash__bar{position:relative;display:block;width:184px;max-width:60vw;height:3px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden}.brand-splash__bar-fill{position:absolute;top:0;left:0;height:100%;width:40%;border-radius:999px;background:linear-gradient(90deg,rgba(228,157,37,0),#e49d25 50%,rgba(228,157,37,0));animation:brandSplashSweep 1.25s ease-in-out infinite}@keyframes brandSplashBreathe{0%,to{transform:scale(1);opacity:.92}50%{transform:scale(1.045);opacity:1}}@keyframes brandSplashSweep{0%{transform:translateX(-120%)}to{transform:translateX(380%)}}@media (prefers-reduced-motion:reduce){.brand-splash__logo{animation:none}.brand-splash__bar-fill{animation:brandSplashSweep 2.4s linear infinite}}.site-footer{margin-top:20px}.about-image,.contact-section .img-holder,.feature-image-wrap,.latest-news-card__image,.section-image-wrap{width:100%;overflow:hidden}.feature-image-wrap{min-height:190px;border-radius:14px;margin-bottom:14px}.feature-media,.news-media,.section-media{width:100%!important;height:100%!important;object-fit:cover;will-change:transform;transform:translateZ(0) scale(1.16);transition:transform .18s linear}.production-parallax-frame{overflow:hidden;border-radius:8px;position:relative}.production-parallax-frame:before{top:0}.production-parallax-frame:after{bottom:0}.production-parallax-frame.has-caption:after{display:none}.production-parallax-frame.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0}.production-parallax-frame.full-bleed.half-height{height:50vh;min-height:280px;max-height:520px}.production-parallax-image{will-change:transform;transform:translateZ(0);transition:transform .18s linear;transform-origin:center center}.production-parallax-frame.full-bleed .production-parallax-image{width:100%;max-width:none}.production-parallax-fixed-photo{width:100%;height:100%;background-attachment:fixed;will-change:background-position;position:relative;overflow:hidden}.production-parallax-fixed-photo,.production-parallax-mobile-layer{background-size:cover;background-position:50%;background-repeat:no-repeat}.production-parallax-mobile-layer{display:none;position:absolute;inset:-14% 0;will-change:transform}@media (max-width:991px){.production-parallax-frame.full-bleed.half-height{height:36vh;min-height:220px;max-height:360px}.production-parallax-image{transform:translateZ(0) scale(1);transition:none}.production-parallax-fixed-photo{height:100%;background-image:none!important;background-attachment:scroll}.production-parallax-mobile-layer{display:block}}@media (prefers-reduced-motion:reduce){.production-parallax-image{transform:none!important;transition:none!important}.production-parallax-fixed-photo{background-attachment:scroll!important}.production-parallax-mobile-layer{transform:none!important}}.about-image{border-radius:16px}.about-image img,.contact-section .img-holder img,.latest-news-card__image img,.services-section-s2 .img-holder img{display:block;width:100%}.pulse-animation{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.bounce-animation{animation:bounce 1s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.fade-in-up{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card,.gallery-card,.news-card{transition:all .3s ease;border:none!important;border-radius:16px!important;box-shadow:0 4px 20px rgba(255,107,53,.1)!important;background:linear-gradient(135deg,#fff,#fff9f6)!important;overflow:hidden!important;position:relative;height:100%!important;min-height:400px!important;display:flex!important;flex-direction:column!important}.news-card{min-height:420px!important}.gallery-card{min-height:266px!important}.card{min-height:150px!important;margin-bottom:20px!important}.card-body,.gallery-card__content,.news-card__content{flex:1 1!important;display:flex!important;flex-direction:column!important}.card img,.gallery-card img,.news-card img{height:350px important;object-fit:cover!important;width:100%!important}.card-img-top,.gallery-card__media,.news-card__media{height:200px!important;overflow:hidden!important;position:relative!important}.card-title,.gallery-card h3,.news-card h3{height:60px!important;-webkit-line-clamp:2!important;line-clamp:2!important;line-height:1.4!important}.card-text,.card-title,.gallery-card h3,.gallery-card p,.news-card h3,.news-card p{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important}.card-text,.gallery-card p,.news-card p{flex:1 1!important;-webkit-line-clamp:4!important;line-clamp:4!important}.card .btn,.gallery-card .btn,.news-card .btn{margin-top:auto!important;align-self:flex-start!important}.card:hover,.gallery-card:hover,.news-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px rgba(255,107,53,.25)!important}.card-header,.gallery-card__header,.news-card__header{background:linear-gradient(135deg,#e49d25,#f7931e)!important;color:white!important;border:none!important;padding:1.5rem!important;position:relative}.card-header:before,.gallery-card__header:before,.news-card__header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.1),transparent);pointer-events:none}.card-body,.gallery-card__content,.news-card__content{padding:1.5rem!important;position:relative}.card:before,.gallery-card:before,.news-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e49d25,#f7931e);z-index:1}.card-title,.gallery-card h3,.news-card h3{color:#2c3e50!important;font-weight:600!important;margin-bottom:1rem!important;font-size:1.25rem!important}.card-title:hover,.gallery-card h3:hover,.news-card h3:hover{color:#e49d25!important;transition:color .3s ease}.card-text,.gallery-card p,.news-card p{color:#6c757d!important;line-height:1.6!important;margin-bottom:1rem!important}.card .btn,.gallery-card .btn,.news-card .btn{background:linear-gradient(135deg,#e49d25,#f7931e)!important;border:none!important;color:white!important;padding:.75rem 1.5rem!important;border-radius:25px!important;font-weight:500!important;transition:all .3s ease!important;text-transform:uppercase!important;letter-spacing:.5px!important}.card .btn:hover,.gallery-card .btn:hover,.news-card .btn:hover{background:linear-gradient(135deg,#e55a2e,#e0841a)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(255,107,53,.4)!important}.card img,.gallery-card img,.news-card img{border-radius:12px!important;transition:transform .3s ease!important}.card:hover img,.gallery-card:hover img,.news-card:hover img{transform:scale(1.05)!important}.news-card{border-left:4px solid #e49d25!important}.gallery-card{border-top:4px solid #f7931e!important}.card-footer{background:rgba(255,107,53,.05)!important;border:none!important;padding:1rem 1.5rem!important;color:#6c757d!important}.card-meta,.gallery-card__meta,.news-card__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#8e8e8e}.card-meta span,.gallery-card__meta span,.news-card__meta span{display:flex;align-items:center;gap:.5rem}.card-meta span:before,.gallery-card__meta span:before,.news-card__meta span:before{content:"•";color:#e49d25;font-weight:700}@media (max-width:768px){.card,.gallery-card,.news-card{min-height:350px!important}.news-card{min-height:370px!important}.gallery-card{min-height:330px!important}.card img,.card-img-top,.gallery-card img,.gallery-card__media,.news-card img,.news-card__media{height:200px!important}.card-title,.gallery-card h3,.news-card h3{font-size:1.1rem!important;height:50px!important}.card-text,.gallery-card p,.news-card p{-webkit-line-clamp:3!important;line-clamp:3!important}}@media (max-width:576px){.card,.gallery-card,.news-card{min-height:320px!important}.news-card{min-height:340px!important}.gallery-card{min-height:300px!important}.card img,.gallery-card img,.news-card img{height:200px!important;object-fit:cover!important;object-position:center!important}.card-img-top,.gallery-card__media,.news-card__media{height:200px!important}}.page-header-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:var(--space-4);border-radius:var(--radius-pill);background:var(--green-50);color:var(--green-700);font-size:1.5rem}.page-filters{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(255,107,53,.1);box-shadow:0 4px 15px rgba(0,0,0,.05)}.page-filters .btn{background:rgba(255,107,53,.1)!important;border:1px solid rgba(255,107,53,.2)!important;color:#000!important;margin:.25rem!important;padding:.5rem 1rem!important;border-radius:25px!important;font-weight:500!important;transition:all .3s ease!important}.page-filters .btn:hover{background:rgba(255,107,53,.2)!important;border-color:rgba(255,107,53,.4)!important;transform:translateY(-2px)!important}.page-filters .btn.active{background:linear-gradient(135deg,#e49d25,#f7931e)!important;border-color:#e49d25!important;color:white!important;box-shadow:0 4px 15px rgba(255,107,53,.3)!important}.page-filters label{color:#000!important;font-weight:600!important;margin-right:1rem!important}.rich-text-block,.rich-text-block>div{width:100%;max-width:100%}.rich-text-block img{display:block;max-width:100%!important;height:auto!important;border-radius:12px;margin-left:auto;margin-right:auto}.rich-text-block .dynamic-image{width:100%;max-width:100%;display:flex;justify-content:center;margin:0 auto 1.5rem}.rich-text-block .dynamic-image .images,.rich-text-block .dynamic-image .images-albom,.rich-text-block .dynamic-image img{width:min(100%,760px)!important}.rich-text-block .dynamic-image-albom{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0 auto 1.5rem}.rich-text-block .dynamic-image-albom .images-albom{width:100%!important;max-width:100%!important;min-width:0}@media (max-width:576px){.rich-text-block .dynamic-image-albom{grid-template-columns:1fr}}@media (min-width:992px){.nav.navbar-nav{list-style:none!important}.nav.navbar-nav,.nav.navbar-nav li{display:flex!important;align-items:center!important;margin:0!important;padding:0!important}.nav.navbar-nav li{position:relative}.nav.navbar-nav li a,.nav.navbar-nav li span{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1.5!important;padding:15px 20px!important;text-decoration:none;gap:8px!important;margin:0!important}.navbar-nav>li{display:flex!important;align-items:center!important;position:relative}}.menu-item-has-children>a{position:relative;display:inline-flex!important;align-items:center!important;gap:8px!important}.menu-item-has-children>a:after{margin:0!important;padding:0!important}@media (max-width:991px){.nav.navbar-nav li{display:block!important;width:100%!important;float:none!important}.nav.navbar-nav li a,.nav.navbar-nav li span{display:block!important;padding:15px 20px!important;width:100%!important;box-sizing:border-box!important}.navbar-nav>li{float:none!important;width:100%!important}.menu-item-has-children .sub-menu{position:static!important;display:none!important;background:rgba(2,52,22,.9)!important;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)!important;border-radius:0!important;margin:0!important;width:100%!important}.menu-item-has-children.active .sub-menu,.menu-item-has-children:hover .sub-menu{display:block!important}.menu-item-has-children .sub-menu li{width:100%!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.menu-item-has-children .sub-menu li a{padding:12px 30px!important;font-size:14px!important}}@media (min-width:992px){.menu-item-has-children .sub-menu{position:absolute;top:100%;left:0;z-index:1000;background:#00371d!important;min-width:240px;padding:0;margin:0;list-style:none;border-radius:0 0 8px 8px;box-shadow:0 4px 8px rgba(0,0,0,.2);display:none;overflow:hidden}.menu-item-has-children:hover .sub-menu{display:block!important}}.menu-item-has-children .sub-menu li{width:100%;display:block!important;margin:0!important;padding:0!important;border-bottom:1px solid rgba(255,255,255,.1)}.menu-item-has-children .sub-menu li:last-child{border-bottom:none}.menu-item-has-children .sub-menu li a{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center;box-sizing:border-box;width:100%;min-width:0;padding:12px 20px!important;color:#fff!important;text-decoration:none!important;font-size:8px;line-height:1.4;transition:background-color .3s ease;margin:0!important;gap:8px!important;overflow-wrap:break-word}.menu-item-has-children .sub-menu li a:hover{background:rgba(255,107,53,.8)!important;color:#fff!important}@media (min-width:992px){.navbar-nav{list-style:none;margin:0;padding:0}.navbar-nav>li>a{color:#fff!important;text-decoration:none!important;transition:all .3s ease}.navbar-nav>li>a:focus,.navbar-nav>li>a:hover{background:rgba(255,107,53,.2)!important;color:#fff!important}.navbar-collapse:after{content:"";display:table;clear:both}}