
:root{--green-950:#07291f;--green-900:#0b372a;--green-800:#14513d;--green-700:#1d6950;--cream:#f5efe3;--cream-2:#eedfbe;--paper:#fbf8f2;--ink:#18211d;--muted:#68706c;--gold:#c99b4f;--line:rgba(12,56,41,.14);--white:#fff;--shadow:0 24px 70px rgba(7,41,31,.15);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Helvetica Neue",sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.02;margin:0}h1{font-size:clamp(50px,7vw,96px);letter-spacing:-.055em}h2{font-size:clamp(38px,5vw,70px);letter-spacing:-.04em}h3{font-size:28px;letter-spacing:-.025em}p{margin:0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--green-700)}.eyebrow:before{content:"";width:24px;height:1px;background:currentColor}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green-900);color:#fff}.btn-primary:hover{background:var(--green-800)}.btn-light{background:#fff;color:var(--green-950)}.btn-outline{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.btn-whatsapp{background:#25d366;color:#09361f}.btn-whatsapp:hover{background:#20bd5b}.arrow{font-size:18px}
.topline{height:38px;background:var(--green-950);color:rgba(255,255,255,.8);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.topline .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}.topline a{color:#fff}.topline .right{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.header{position:absolute;left:0;right:0;top:38px;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.16);transition:.3s ease}.header.sticky{position:fixed;top:0;background:rgba(7,41,31,.94);backdrop-filter:blur(14px);box-shadow:0 10px 35px rgba(0,0,0,.15)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center}.brand img{height:76px;width:auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}.nav-links{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:700}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:#fff;transition:.25s}.nav-links a:hover:after{right:0}.nav-actions{display:flex;align-items:center;gap:10px}.menu-btn{display:none;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:none;color:#fff;font-size:20px}
.mobile-panel{display:none}
.hero{min-height:880px;position:relative;display:flex;align-items:flex-end;color:#fff;background:var(--green-950);isolation:isolate}.hero:before{content:"";position:absolute;inset:0;z-index:-3;background:url('image-892b545b17639b41.webp') center 51%/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,26,20,.94) 0%,rgba(4,26,20,.76) 44%,rgba(4,26,20,.2) 78%),linear-gradient(0deg,rgba(4,26,20,.74),transparent 45%)}.hero-grain{position:absolute;inset:0;z-index:-1;opacity:.12;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}.hero-content{padding:230px 0 96px;width:min(830px,84%)}.hero .eyebrow{color:#e4bf79}.hero h1 span{font-style:italic;color:#f2d9a4}.hero-lead{font-size:18px;line-height:1.8;max-width:650px;color:rgba(255,255,255,.81);margin:28px 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{position:absolute;right:max(20px,calc((100vw - 1180px)/2));bottom:96px;width:315px;padding:24px;border-left:1px solid rgba(255,255,255,.38);font-size:13px;color:rgba(255,255,255,.78)}.hero-note strong{display:block;margin-bottom:8px;color:#fff;font-size:15px}.scroll-hint{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.channel-strip{background:var(--green-900);color:#fff}.channel-grid{display:grid;grid-template-columns:repeat(3,1fr)}.channel{padding:34px;border-right:1px solid rgba(255,255,255,.12);display:flex;gap:18px;align-items:flex-start}.channel:last-child{border-right:0}.channel-num{font-family:Georgia,serif;color:#d8ae67;font-size:16px}.channel strong{display:block;font-size:15px;margin-bottom:6px}.channel p{font-size:12px;color:rgba(255,255,255,.65)}
.section{padding:116px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:56px}.section-head .copy{font-size:16px;line-height:1.8;color:var(--muted);max-width:560px}
.products{background:var(--cream)}.product-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:240px;gap:18px}.product-card{position:relative;overflow:hidden;border-radius:24px;color:#fff;isolation:isolate;box-shadow:0 10px 35px rgba(28,39,34,.09)}.product-card:before{content:"";position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;transition:.7s ease}.product-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(4,26,20,.82),rgba(4,26,20,.08) 70%)}.product-card:hover:before{transform:scale(1.05)}.product-card .content{position:absolute;left:28px;right:28px;bottom:24px}.product-card small{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.68)}.product-card h3{margin-top:6px}.product-card .link{display:inline-flex;align-items:center;gap:8px;margin-top:13px;font-size:12px;font-weight:700}.product-card.large{grid-column:span 7;grid-row:span 2}.product-card.medium{grid-column:span 5}.product-card.small{grid-column:span 5}.product-card.wide{grid-column:span 7}.product-card.p1:before{background-image:url('image-646c9a96fe7085ad.webp')}.product-card.p2:before{background-image:url('image-5dfb8decb62b18e7.webp')}.product-card.p3:before{background-image:url('image-17c166fd973ca5ff.webp')}.product-card.p4:before{background-image:url('image-02cc3372668d5797.webp')}.product-card.p5:before{background-image:url('image-892b545b17639b41.webp');background-position:center 65%}.card-tag{position:absolute;top:20px;right:20px;padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.36);font-size:10px;letter-spacing:.12em;text-transform:uppercase;background:rgba(10,38,30,.24);backdrop-filter:blur(8px)}.product-note{margin-top:24px;padding:22px 24px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.52);display:flex;align-items:center;justify-content:space-between;gap:18px}.product-note p{color:var(--muted);font-size:14px;line-height:1.7;max-width:760px}
.solution-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.solution-main{min-height:590px;border-radius:var(--radius);background:var(--green-950);color:#fff;padding:60px;position:relative;overflow:hidden}.solution-main:after{content:"";position:absolute;right:-140px;bottom:-140px;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.016)}.solution-main .eyebrow{color:#d8b36a}.solution-main h2{margin:24px 0 26px;max-width:620px}.solution-main>p{max-width:590px;color:rgba(255,255,255,.7);font-size:16px;line-height:1.8}.solution-list{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:46px;position:relative;z-index:1}.solution-item{padding:20px;border-top:1px solid rgba(255,255,255,.18)}.solution-item strong{display:block;font-size:14px;margin-bottom:5px}.solution-item span{font-size:12px;color:rgba(255,255,255,.58)}.solution-side{display:grid;gap:18px}.side-card{min-height:286px;border-radius:var(--radius);padding:40px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--cream);position:relative;overflow:hidden}.side-card:nth-child(2){background:#e4d2b3}.side-icon{position:absolute;right:26px;top:22px;font-family:Georgia,serif;font-size:70px;color:rgba(21,80,63,.13)}.side-card p{margin-top:12px;color:var(--muted);font-size:14px;line-height:1.7}
.about{background:var(--paper)}.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:stretch}.about-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:0 12px 35px rgba(15,33,26,.04)}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}.stat{background:var(--green-950);color:#fff;border-radius:22px;padding:24px 20px}.stat strong{display:block;font-family:Georgia,serif;font-size:34px;color:#f0d7a3;margin-bottom:8px}.stat span{font-size:12px;color:rgba(255,255,255,.72);line-height:1.55}.about-card p{font-size:16px;line-height:1.84;color:var(--muted)}.about-card p + p{margin-top:18px}.about-photo{border-radius:var(--radius);overflow:hidden;min-height:100%;box-shadow:var(--shadow)}.about-photo img{height:100%;width:100%;object-fit:cover}
.manifesto{background:var(--green-900);color:#fff;position:relative;overflow:hidden}.manifesto:before{content:"PEYMIR";position:absolute;left:-20px;top:10px;font-size:22vw;font-weight:800;line-height:1;color:rgba(255,255,255,.026);letter-spacing:-.09em}.manifesto-grid{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:110px;align-items:center}.manifesto-image{height:640px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.manifesto-image img{height:100%;width:100%;object-fit:cover}.manifesto-copy .eyebrow{color:#d8b36a}.manifesto-copy h2{margin:24px 0 24px}.manifesto-copy>p{color:rgba(255,255,255,.7);font-size:16px;line-height:1.85}.values{margin-top:36px;display:grid}.value{padding:18px 0;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:20px}.value strong{font-size:14px}.value span{font-size:12px;color:rgba(255,255,255,.56);text-align:right;max-width:320px}
.quote{background:var(--cream)}.quote-wrap{display:grid;grid-template-columns:.86fr 1.14fr;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.quote-info{background:#d9bd88;padding:64px;position:relative;overflow:hidden}.quote-info:after{content:"";position:absolute;right:-120px;bottom:-120px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(8,43,34,.22);box-shadow:0 0 0 70px rgba(8,43,34,.04),0 0 0 140px rgba(8,43,34,.025)}.quote-info h2{font-size:54px;margin:24px 0 24px;position:relative}.quote-info p{font-size:15px;line-height:1.8;max-width:440px;position:relative;color:#33433d}.quote-points{margin-top:40px;display:grid;gap:15px;position:relative}.quote-point{display:flex;gap:12px;font-size:13px;font-weight:650}.quote-point i{font-style:normal;width:22px;height:22px;border-radius:50%;border:1px solid rgba(8,43,34,.28);display:grid;place-items:center;font-size:10px}.quote-form{padding:58px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#65716c}.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid #c8ceca;padding:12px 0;background:transparent;outline:none;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green-700)}.field textarea{min-height:96px;resize:vertical}.form-bottom{margin-top:26px;display:flex;justify-content:space-between;align-items:center;gap:20px}.form-note{font-size:11px;color:#87908c;max-width:280px}.success{display:none;margin-top:22px;padding:14px 18px;border-radius:14px;background:#eaf5ee;color:#276342;font-size:13px}
.contact{background:#0a2c23;color:#fff;padding:90px 0 35px}.contact-top{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;padding-bottom:70px}.contact-brand img{height:84px;width:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18))}.contact-brand h2{margin-top:35px;max-width:690px}.contact-brand p{margin-top:22px;color:rgba(255,255,255,.62);max-width:560px}.contact-links{display:grid;gap:28px;padding-top:12px}.contact-block small{display:block;color:#c9a763;text-transform:uppercase;letter-spacing:.15em;font-size:10px;margin-bottom:9px}.contact-block a,.contact-block p{font-size:15px;color:rgba(255,255,255,.82)}.map-link{display:inline-flex!important;align-items:center;gap:7px;margin-top:10px;font-size:12px!important;font-weight:700;color:#e3bf78!important;border-bottom:1px solid rgba(227,191,120,.42);padding-bottom:3px;transition:.22s}.map-link:hover{color:#fff!important;border-color:#fff}.footer{border-top:1px solid rgba(255,255,255,.12);padding-top:25px;display:flex;justify-content:space-between;gap:25px;font-size:11px;color:rgba(255,255,255,.45)}
.mobile-sticky{display:none}
.reveal{opacity:0;transform:translateY(28px);transition:.75s cubic-bezier(.2,.65,.2,1)}.reveal.show{opacity:1;transform:none}
@media(max-width:980px){.nav-links,.nav-actions .btn{display:none}.menu-btn{display:grid;place-items:center}.mobile-panel{display:block;position:fixed;inset:0;z-index:100;background:var(--green-950);color:#fff;padding:30px;transform:translateX(100%);transition:.35s ease}.mobile-panel.open{transform:none}.mobile-head{display:flex;justify-content:space-between;align-items:center}.mobile-head img{height:58px;width:auto}.mobile-close{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:none;color:#fff;font-size:24px}.mobile-links{display:grid;gap:22px;margin-top:90px;font-family:Georgia,serif;font-size:38px}.mobile-contact{position:absolute;bottom:35px;left:30px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.8}.hero{min-height:790px}.hero-content{width:100%;padding-top:200px}.hero-note{display:none}.section-head,.contact-top,.about-grid,.manifesto-grid{grid-template-columns:1fr;gap:35px}.product-grid{grid-template-columns:1fr 1fr;grid-auto-rows:320px}.product-card.large,.product-card.medium,.product-card.small,.product-card.wide{grid-column:span 1;grid-row:span 1}.solution-grid,.quote-wrap{grid-template-columns:1fr}.solution-main{min-height:auto}.manifesto-image,.about-photo{height:460px}.about-stats{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.topline{height:auto;padding:10px 0}.topline .container{display:grid;gap:8px}.topline .right{gap:10px}.nav{height:82px}.brand img{height:64px}.hero{min-height:760px}.hero:before{background-position:61% center}.hero-content{padding:170px 0 72px}.hero-lead{font-size:16px}.hero-actions .btn{width:100%}.channel-grid{grid-template-columns:1fr}.channel{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:25px 20px}.section{padding:86px 0}.section-head{margin-bottom:40px}.product-grid{grid-template-columns:1fr;grid-auto-rows:340px}.product-note{display:grid}.solution-main{padding:38px 28px}.solution-list{grid-template-columns:1fr}.side-card{padding:30px;min-height:240px}.about-stats{grid-template-columns:1fr}.manifesto-grid{gap:50px}.manifesto-image,.about-photo{height:400px}.value{display:grid}.value span{text-align:left}.quote-info,.quote-form{padding:38px 26px}.quote-info h2{font-size:42px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form-bottom{align-items:flex-start;flex-direction:column}.form-bottom .btn{width:100%}.contact{padding-top:75px;padding-bottom:95px}.contact-top{padding-bottom:50px}.footer{flex-direction:column}.mobile-sticky{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:90;gap:10px}.mobile-sticky a{flex:1;border-radius:16px;min-height:50px;font-size:13px;box-shadow:0 12px 30px rgba(0,0,0,.18)}}


.language-dropdown{position:relative;direction:ltr}
.language-trigger{height:38px;min-width:58px;padding:0 13px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.06em;cursor:pointer;backdrop-filter:blur(8px);transition:.2s ease}
.language-trigger:hover,.language-dropdown:focus-within .language-trigger,.language-dropdown.open .language-trigger{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.5)}
.language-chevron{font-size:12px;line-height:1;transition:transform .2s ease}
.language-dropdown:hover .language-chevron,.language-dropdown:focus-within .language-chevron,.language-dropdown.open .language-chevron{transform:rotate(180deg)}
.language-menu{position:absolute;z-index:60;top:calc(100% + 10px);right:0;min-width:164px;padding:7px;border:1px solid rgba(8,43,34,.1);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(4,28,21,.2);opacity:0;visibility:hidden;transform:translateY(-7px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.language-dropdown:hover .language-menu,.language-dropdown:focus-within .language-menu,.language-dropdown.open .language-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.language-menu button{width:100%;height:40px;padding:0 11px;border:0;border-radius:10px;background:transparent;color:var(--green-950);display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;transition:.18s ease}
.language-menu button:hover{background:#f1f5f2}
.language-menu button.active{background:#e8f1ec;color:var(--green-900)}
.language-menu button span{width:25px;font-size:10px;font-weight:850;letter-spacing:.05em}
.language-menu button b{font-size:12px;font-weight:650}
.mobile-language-switcher{margin-top:30px;width:max-content}
.mobile-language-switcher .language-menu{right:auto;left:0}
body{transition:opacity .16s ease}
body.lang-changing{opacity:.78}
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3{font-family:Arial,"Helvetica Neue",sans-serif;font-weight:700;letter-spacing:0}
html[dir="rtl"] .eyebrow,html[dir="rtl"] .topline,html[dir="rtl"] .contact-block small,html[dir="rtl"] .field label{letter-spacing:0;text-transform:none}
html[dir="rtl"] .hero-note{right:auto;left:max(20px,calc((100vw - 1180px)/2));border-left:0;border-right:1px solid rgba(255,255,255,.38)}
html[dir="rtl"] .value span{text-align:start}
html[dir="rtl"] input,html[dir="rtl"] select,html[dir="rtl"] textarea{text-align:right}
html[dir="rtl"] .product-card .content{text-align:right}
html[dir="rtl"] .form-note{text-align:right}
@media(max-width:720px){.nav-actions>.language-dropdown{display:none}.mobile-language-switcher{display:block}.mobile-links{margin-top:55px}html[dir="rtl"] .hero-note{display:none}}


.footer a{color:rgba(255,255,255,.62);transition:.2s}.footer a:hover{color:#fff}.footer-legal{display:flex;gap:16px;flex-wrap:wrap}
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.form-privacy{font-size:11px;color:#7b8580;line-height:1.6;max-width:420px}.form-privacy a{color:var(--green-700);text-decoration:underline;text-underline-offset:3px}.form-status{display:none;margin-top:22px;padding:14px 18px;border-radius:14px;background:#eaf5ee;color:#276342;font-size:13px}.form-status.error{background:#fff0ee;color:#8a3027}.form-status.loading{display:block;background:#f2efe7;color:#615a4f}
.cookie-notice{position:fixed;left:22px;bottom:22px;z-index:89;width:min(430px,calc(100% - 44px));padding:18px 18px 16px;border-radius:18px;background:rgba(8,43,34,.97);color:#fff;box-shadow:0 18px 48px rgba(0,0,0,.25);display:none}.cookie-notice.show{display:block}.cookie-notice p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.76)}.cookie-notice a{color:#f1d39a;text-decoration:underline;text-underline-offset:3px}.cookie-actions{display:flex;justify-content:flex-end;margin-top:12px}.cookie-ok{border:0;border-radius:999px;padding:9px 16px;background:#fff;color:var(--green-950);font-size:12px;font-weight:700;cursor:pointer}
@media(max-width:720px){.cookie-notice{bottom:82px;left:14px;width:calc(100% - 28px)}.footer-legal{gap:12px}.form-privacy{max-width:none}}
