:root{
  --green:#456b31;
  --green-2:#2f5731;
  --green-soft:#eef3e7;
  --ink:#24261f;
  --muted:#70736c;
  --line:#e4e7de;
  --cream:#f7f5ee;
  --wood:#c4935d;
  --shadow:0 12px 35px rgba(45,55,39,.10);
  --radius:14px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin:auto}
.section{padding:70px 0}
.compact-section{padding:48px 0}
.eyebrow,.section-title>span{font-size:12px;letter-spacing:1.8px;font-weight:800;color:var(--green);text-transform:uppercase}
.section-title{text-align:center;max-width:760px;margin:0 auto 34px}
.section-title h2,.about-copy h2,.faq-card h2,.contact-card h2{font-size:34px;line-height:1.16;margin:7px 0 11px;letter-spacing:-.6px}
.section-title p,.about-copy p{color:var(--muted);margin:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 22px;border-radius:6px;border:1px solid transparent;font-weight:700;transition:.2s ease;cursor:pointer}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 8px 22px rgba(69,107,49,.20)}
.btn-primary:hover{background:var(--green-2);transform:translateY(-1px)}
.btn-light{background:rgba(255,255,255,.88);border-color:#c7c9bf;color:#333}
.btn-light:hover{background:#fff;border-color:#9ba294}
.btn-block{width:100%}

.site-header{height:76px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(228,231,222,.85)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:26px}
.brand{width:245px;flex:0 0 245px}.brand img{width:100%}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:14px;color:#474a44}
.main-nav a{position:relative;padding:28px 0 25px}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--green);transition:.2s}
.main-nav a:hover:after,.main-nav a.active:after{right:0}
.header-quote{min-height:40px;padding:0 18px;font-size:14px}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;width:42px;height:42px;padding:8px}
.menu-toggle span{display:block;height:2px;background:#2c332b;margin:6px 0}

.hero{position:relative;min-height:590px;overflow:hidden;background:#f4f4ed;display:flex;align-items:center}
.hero-art{position:absolute;inset:0;background:url('../img/hero-photo.png') center/cover no-repeat}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,250,246,.96) 0%,rgba(250,250,246,.92) 36%,rgba(250,250,246,.25) 66%,rgba(250,250,246,0) 100%)}
.hero-inner{position:relative;z-index:2}
.hero-copy{max-width:600px}
.hero h1{font-size:52px;line-height:1.05;letter-spacing:-1.7px;margin:10px 0 18px;max-width:590px}
.hero-copy>p{font-size:17px;color:#555b51;max-width:570px;margin:0}
.hero-actions{display:flex;gap:12px;margin:27px 0 32px}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);max-width:585px;padding-top:18px;border-top:1px solid rgba(93,108,85,.18);gap:10px}
.hero-features div{padding-right:8px}.hero-features b{font-size:12px;display:block;color:#3e4e37}.hero-features span{font-size:11px;color:#7a7e75}

.product-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
.product-card{border:1px solid #eceee8;background:#fff;text-align:center;min-height:250px;padding:14px 8px 18px;transition:.2s;box-shadow:0 4px 14px rgba(45,55,39,.035)}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d9e1d1}
.product-card img{height:165px;width:100%;object-fit:contain;margin:auto}
.product-card h3{font-size:14px;margin:7px 0 0}.product-card p{font-size:11px;color:#777;margin:2px 0 0}

.why{padding-top:0}.why-panel{background:linear-gradient(180deg,#f8f8f4,#f1f2eb);padding:22px 26px 28px;border:1px solid #eceee6}
.section-kicker{text-align:center;font-weight:800;font-size:17px;margin-bottom:15px;letter-spacing:.4px}
.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.why-item{text-align:center;padding:8px}.feature-icon{display:flex;width:43px;height:43px;border:1.5px solid #6d7d5d;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 8px;color:#526c3c;font-size:21px}.why-item h3{font-size:14px;margin:7px 0 3px}.why-item p{font-size:11px;line-height:1.35;color:#666;margin:0}

.split-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:48px;align-items:center}.factory-card{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#edf1e8}.factory-card img{width:100%;aspect-ratio:1.72;object-fit:cover}.about-copy h2{font-size:38px}.about-copy p+p{margin-top:13px}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin:26px 0 22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats div{padding:17px 14px 16px;border-right:1px solid var(--line)}.stats div:last-child{border-right:0}.stats strong{display:block;font-size:27px;color:var(--green)}.stats span{font-size:12px;color:#6b6f67}.text-link{font-weight:800;color:var(--green)}

.custom{background:#fbfaf6}.custom-wrap{display:grid;grid-template-columns:1.15fr 1fr;gap:28px;align-items:stretch}.custom-art{width:100%;height:100%;object-fit:cover;border-radius:12px;border:1px solid #ece4d8}.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.custom-card{background:#fff;border:1px solid #ece8df;padding:23px;border-radius:12px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 5px 18px rgba(53,52,45,.04)}.custom-card:before{content:"";width:34px;height:4px;background:var(--green);border-radius:3px;margin-bottom:13px}.custom-card b{font-size:17px;margin-bottom:6px}.custom-card span{font-size:13px;color:#74756e}

.application-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.app-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white;box-shadow:0 4px 14px rgba(45,55,39,.035);text-align:center}.app-photo{height:118px;background-image:url('../img/applications-photo.png');background-size:600% 100%;background-repeat:no-repeat}.crop-a{background-position:0% 50%}.crop-b{background-position:20% 50%}.crop-c{background-position:40% 50%}.crop-d{background-position:60% 50%}.crop-e{background-position:80% 50%}.crop-f{background-position:100% 50%}.app-card b{display:block;padding:11px 6px;font-size:13px}

.process{background:#fafbf7}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;margin-top:10px}.process-item{text-align:center;position:relative;padding:0 18px}.process-item:not(:last-child):after{content:"→";position:absolute;right:-24px;top:24px;color:#afb8a6;font-size:26px}.process-item i{display:flex;width:42px;height:42px;border-radius:50%;background:var(--green);color:white;align-items:center;justify-content:center;margin:0 auto 13px;font-style:normal;font-weight:800}.process-item h3{font-size:16px;margin:0 0 5px}.process-item p{font-size:12px;color:#777;line-height:1.45;margin:0}

.bottom-section{background:linear-gradient(180deg,#fff,#f6f7f1)}.contact-grid{display:grid;grid-template-columns:1fr 1.18fr;gap:22px}.faq-card,.contact-card{background:#fff;border:1px solid #e8ebe2;border-radius:12px;padding:30px;box-shadow:0 8px 28px rgba(43,55,38,.05)}.faq-list{margin-top:21px}.faq-list details{border-top:1px solid var(--line);padding:0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;padding:15px 2px;font-size:14px;font-weight:700;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";color:var(--green);font-size:20px;line-height:1}.faq-list details[open] summary:after{content:"−"}.faq-list p{font-size:13px;color:#6f716b;margin:0;padding:0 2px 16px}.manager{margin:-2px 0 20px;color:#6f736a;font-size:13px}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:22px}.contact-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f7f8f3;border-radius:10px;border:1px solid #eef0e8}.contact-item .contact-icon{width:34px;height:34px;flex:0 0 34px}.contact-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#829076;display:block}.contact-value{font-size:12px;margin-top:3px;font-weight:700;display:block}.qr-panel{border-top:1px solid var(--line);padding-top:20px;display:grid;grid-template-columns:1.2fr .9fr;gap:22px;align-items:center}.qr-copy h3{font-size:22px;margin:0 0 10px}.qr-copy p{margin:0 0 10px;color:#6e7269}.qr-copy ul{margin:0;padding-left:18px;color:#6e7269;font-size:14px;line-height:1.7}.qr-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fbfcf8;border:1px solid #e3e6dc;border-radius:12px;padding:16px;box-shadow:0 8px 20px rgba(43,55,38,.05)}.qr-box img{width:240px;max-width:100%;border-radius:8px;background:#fff;padding:8px;border:1px solid #eceee8}.qr-box span{margin-top:10px;font-size:12px;color:#697063;font-weight:700;letter-spacing:.2px}

.site-footer{background:linear-gradient(90deg,#3a2d23,#4c3a2b);color:#f3eee8;padding:42px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr 1.2fr;gap:45px}.footer-brand img{filter:brightness(0) invert(1);opacity:.92;max-width:250px}.footer-grid h3{font-size:13px;text-transform:uppercase;letter-spacing:1px;margin:5px 0 12px}.footer-grid a,.footer-grid p{display:block;color:#d9d0c8;font-size:12px;margin:6px 0}.footer-grid a:hover{color:#fff}.footer-bottom{margin-top:31px;padding:15px 0 18px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:#c7bdb4;text-align:center}.float-dock{position:fixed;right:22px;bottom:22px;display:flex;flex-direction:column;gap:10px;z-index:25}.float-contact{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 8px 24px rgba(36,74,33,.18);border:1px solid #e7ebdf}.float-contact img{width:32px;height:32px;display:block}.email-float img{width:30px;height:30px}

.catalog-page{background:#f7f7f2}.catalog-page .site-header{position:static}.catalog-head{max-width:760px;margin-bottom:35px}.catalog-head h1{font-size:42px;line-height:1.1;margin:7px 0 12px}.catalog-head p{color:#6c7069}.catalog-table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:12px}.catalog-table{border-collapse:collapse;width:100%;min-width:760px}.catalog-table th,.catalog-table td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.catalog-table th{background:#eef3e7;color:#3e5c35}.catalog-contact{margin-top:25px;padding:24px;background:#fff;border-radius:12px;border:1px solid var(--line)}.catalog-contact h2{margin:0 0 5px}.catalog-contact a{color:var(--green);font-weight:700}

.reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width:1100px){
  .main-nav{gap:18px;font-size:13px}.brand{width:210px;flex-basis:210px}.product-grid{grid-template-columns:repeat(4,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.application-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:860px){
  .site-header,.nav-wrap{height:68px}.brand{width:205px;flex-basis:205px}.menu-toggle{display:block}.header-quote{display:none}.main-nav{position:absolute;left:0;right:0;top:68px;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);box-shadow:0 15px 25px rgba(0,0,0,.08);padding:8px 20px 18px}.main-nav.open{display:flex}.main-nav a{padding:12px 0;border-bottom:1px solid #f0f1ec}.main-nav a:after{display:none}
  .hero{min-height:650px;align-items:flex-start;padding-top:75px}.hero:after{background:linear-gradient(180deg,rgba(249,249,244,.98) 0%,rgba(249,249,244,.93) 50%,rgba(249,249,244,.50) 77%,rgba(249,249,244,.10) 100%)}.hero-art{background-position:64% center;opacity:.7}.hero-copy{max-width:650px}.hero h1{font-size:44px}.hero-features{grid-template-columns:repeat(2,1fr);max-width:430px}
  .split-grid,.custom-wrap,.contact-grid,.qr-panel{grid-template-columns:1fr}.about-copy{order:1}.factory-card{order:2}.application-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(2,1fr);row-gap:34px}.process-item:nth-child(2):after{display:none}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.custom-art{max-height:330px}.product-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:590px){
  .container{width:min(100% - 28px,var(--container))}.section{padding:52px 0}.compact-section{padding:38px 0}.hero{min-height:720px;padding-top:55px}.hero h1{font-size:39px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch;max-width:330px}.hero-features{grid-template-columns:1fr 1fr}.section-title h2,.about-copy h2,.faq-card h2,.contact-card h2{font-size:29px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card{min-height:230px}.product-card img{height:150px}.why-grid{grid-template-columns:repeat(2,1fr)}.why-panel{padding:20px 10px}.custom-grid{grid-template-columns:1fr}.application-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr}.process-item:after{display:none!important}.contact-info{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:26px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.float-dock{right:14px;bottom:14px}.float-contact{width:48px;height:48px}.catalog-head h1{font-size:34px}
}
@media print{.site-header,.btn,.float-contact{display:none!important}.catalog-page{background:#fff}.section{padding:0}.catalog-table-wrap{border:0}.catalog-contact{border:0;padding-left:0}}
