.hero{background:#f7f9f3;padding:72px 20px;overflow:hidden}.hero-container{width:min(100%,1400px);margin:0 auto;display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:64px}.hero-content{max-width:560px;animation:heroFadeUp .75s ease both}.hero-subtitle{display:inline-flex;align-items:center;gap:8px;color:#c8912f;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.hero-subtitle:before{content:"";width:34px;height:1px;background:currentColor}.hero-title{margin:18px 0 0;color:#1b452f;font-size:60px;line-height:1.08;font-weight:800}.hero-description{margin:20px 0 0;max-width:440px;color:#6e776f;font-size:16px;line-height:1.7}.hero-buttons{margin-top:40px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}.hero .btn-primary,.hero .btn-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;font-weight:800;transition:transform .25s ease,background-color .25s ease,color .25s ease,box-shadow .25s ease}.hero .btn-primary{background:#163f2b;color:#fff;padding:14px 28px;font-size:11px;letter-spacing:.7px;box-shadow:0 14px 30px rgba(22,63,43,.18)}.hero .btn-primary:focus-visible,.hero .btn-primary:hover{background:#0d2f1f;color:#fff;box-shadow:0 18px 36px rgba(22,63,43,.25);outline:none;transform:translateY(-3px)}.hero .btn-secondary{gap:8px;color:#163f2b;padding:10px 2px;font-size:13px;position:relative}.hero .btn-secondary:after{content:"";position:absolute;left:0;right:22px;bottom:7px;height:1px;background:currentColor;transform:scaleX(.25);transform-origin:left}.hero .btn-secondary svg,.hero .btn-secondary:after{transition:transform .25s ease}.hero .btn-secondary:focus-visible,.hero .btn-secondary:hover{color:#0d2f1f;outline:none;transform:translateY(-2px)}.hero .btn-secondary:focus-visible:after,.hero .btn-secondary:hover:after{transform:scaleX(1)}.hero .btn-secondary:focus-visible svg,.hero .btn-secondary:hover svg{transform:translateX(4px)}.hero-image{width:100%;min-height:400px;aspect-ratio:17/10;background:#ead8a8;border-radius:18px;position:relative;overflow:hidden;isolation:isolate;box-shadow:0 22px 60px rgba(37,55,37,.16);animation:heroImageIn .85s ease .12s both}.hero-image:before{content:"";position:absolute;inset:-35% auto -35% -45%;width:36%;background:rgba(255,255,255,.24);transform:rotate(18deg);z-index:2;pointer-events:none}.hero-image:hover:before{animation:heroImageShine .8s ease}.hero-img{object-fit:cover;object-position:left center;transform:scale(1.01);transition:transform .7s ease,filter .7s ease}.hero-image:hover .hero-img{filter:saturate(1.06);transform:scale(1.06)}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.28),transparent 48%);pointer-events:none}.photo-label{top:14px;left:14px;color:#bb8a2d;font-size:10px}.image-title,.photo-label{position:absolute;z-index:2}.image-title{left:20px;bottom:20px;color:#143f2a;font-size:34px;font-weight:700;line-height:1.2;max-width:330px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageIn{0%{opacity:0;transform:translateX(28px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes heroImageShine{0%{left:-45%}to{left:120%}}@media (max-width:1200px){.hero-container{grid-template-columns:minmax(0,.95fr) minmax(420px,1fr);gap:42px}.hero-title{font-size:56px}.hero-image{min-height:380px}}@media (max-width:992px){.hero{padding:58px 20px 64px}.hero-container{grid-template-columns:1fr;gap:38px}.hero-content{max-width:720px;margin:0 auto;text-align:center}.hero-subtitle{justify-content:center}.hero-subtitle:after{content:"";width:34px;height:1px;background:currentColor}.hero-description{margin:18px auto 0}.hero-buttons{justify-content:center;margin-top:32px}.hero-image{width:min(100%,760px);min-height:360px;margin:0 auto;aspect-ratio:16/9}}@media (max-width:768px){.hero{padding:48px 16px 56px}.hero-container{gap:30px}.hero-title{font-size:42px}.hero-title br{display:none}.hero-description{font-size:15px;line-height:1.65}.hero-buttons{flex-direction:column;align-items:stretch;gap:14px}.hero .btn-primary,.hero .btn-secondary{width:100%}.hero .btn-secondary:after{display:none}.hero-image{min-height:300px;border-radius:14px}.image-title{font-size:26px;max-width:240px}}@media (max-width:480px){.hero{padding:38px 14px 48px}.hero-subtitle{font-size:10px;letter-spacing:1px}.hero-subtitle:after,.hero-subtitle:before{width:22px}.hero-title{font-size:34px}.hero-description{font-size:14px}.hero-buttons{margin-top:26px}.hero-image{min-height:240px;aspect-ratio:4/3}.image-title{font-size:22px}}@media (prefers-reduced-motion:reduce){.hero .btn-primary,.hero .btn-secondary,.hero .btn-secondary svg,.hero .btn-secondary:after,.hero-content,.hero-image,.hero-image:hover:before,.hero-img{animation:none;transition:none}}.bestSeller{padding:0 20px 80px;background:#faf7f1;overflow:hidden}.bestSeller .container{width:min(100%,1400px);margin:0 auto}.bestSeller .section-subtitle{display:block;color:#c8902c;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;animation:productFadeUp .65s ease both}.bestSeller .section-title{max-width:760px;font-size:42px;font-weight:800;line-height:1.12;color:#173f2c;margin:0 0 60px;animation:productFadeUp .65s ease .08s both}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(24,44,34,.07);animation:productFadeUp .65s ease both;animation-delay:var(--product-delay,0s);transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{box-shadow:0 22px 46px rgba(24,44,34,.14);transform:translateY(-8px)}.product-image{height:280px;position:relative;overflow:hidden;margin:10px;border-radius:16px;background:#f6f1e8;isolation:isolate}.product-image:after{content:"";position:absolute;inset:auto 18px 16px;height:24px;border-radius:50%;background:rgba(23,63,44,.11);filter:blur(8px);z-index:0;transition:opacity .3s ease,transform .3s ease}.product-img{object-fit:contain;mix-blend-mode:darken;padding:12px;z-index:1;transition:transform .45s ease,filter .45s ease}.product-card:hover .product-img{filter:saturate(1.08) contrast(1.03);transform:scale(1.06) translateY(-4px)}.product-card:hover .product-image:after{opacity:.72;transform:scaleX(.86)}.photo-tag{color:#c8922d}.product-image h3{color:#173f2c;z-index:2;font-size:20px;font-weight:700;line-height:1.2;position:absolute;bottom:8px;left:18px;right:18px}.product-content{padding:4px 22px 22px}.product-content h4{font-size:18px;color:#173f2c;margin:0 0 8px}.product-content p{color:#8d8d8d;font-size:13px;margin:0 0 18px}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:14px}.price{font-size:24px;font-weight:800;color:#173f2c;text-decoration:none}.product-footer button{cursor:pointer;border:none;min-width:100px;padding:7px 22px;font-size:12px}.product-details-link,.product-footer button{color:#fff;background:#173f2c;border-radius:40px;min-height:36px;font-weight:800;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.product-details-link{padding:7px 18px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;text-decoration:none}.product-details-link:focus-visible,.product-details-link:hover{color:#fff;background:#c8902c;outline:none;transform:translateY(-2px)}.product-footer button:focus-visible,.product-footer button:hover{background:#0d2f20;box-shadow:0 10px 20px rgba(13,47,32,.2);outline:none;transform:translateY(-2px)}.view-btn-wrap{margin-top:60px;display:flex;justify-content:center}.view-btn{border:none;background:#173f2c;color:#fff;padding:16px 42px;border-radius:50px;font-size:12px;font-weight:800;cursor:pointer;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.view-btn:focus-visible,.view-btn:hover{background:#0d2f20;box-shadow:0 12px 26px rgba(13,47,32,.22);outline:none;transform:translateY(-2px)}@keyframes productFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bestSeller .section-title{font-size:46px}}@media (max-width:992px){.bestSeller .section-subtitle,.bestSeller .section-title{text-align:center}.bestSeller .section-title{margin-inline:auto}}@media (max-width:768px){.bestSeller{padding:60px 18px}.bestSeller .section-title{font-size:34px;margin-bottom:35px}.product-grid{width:calc(100% + 36px);margin-left:-18px;padding:6px 18px 18px;display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:18px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 min(82vw,360px);scroll-snap-align:center}.product-card:first-child{scroll-snap-align:start}.product-image{height:300px}.product-image h3{font-size:14px}.product-content{padding:4px 18px 20px}.price{font-size:22px}.view-btn-wrap{margin-top:42px}}@media (max-width:480px){.bestSeller{padding:50px 14px}.bestSeller .section-title{font-size:30px}.product-grid{width:calc(100% + 28px);margin-left:-14px;padding-inline:14px;scroll-padding-left:14px}.product-card{flex-basis:84vw}.product-image{height:270px}.product-content h4{font-size:17px}.product-footer button{min-width:88px;padding-inline:16px}}@media (prefers-reduced-motion:reduce){.bestSeller .section-subtitle,.bestSeller .section-title,.product-card,.product-footer button,.product-image:after,.product-img,.view-btn{animation:none;transition:none}}.about-section{padding:0 20px 40px;background:#faf7f0}.about-container{max-width:1400px;margin:auto;background:#19472d;border-radius:24px;padding:28px;display:flex;align-items:center;gap:50px}.about-image{width:48%;height:470px;position:relative;overflow:hidden;border-radius:18px;background:#ead8a9;flex-shrink:0}.about-img{object-fit:cover}.photo-tag{top:18px;color:#c8922c;font-size:10px;font-weight:600}.about-image h3,.photo-tag{position:absolute;left:18px;z-index:2}.about-image h3{bottom:18px;color:#163f2b;font-size:34px;font-weight:700;line-height:1.2;max-width:320px}.about-content{flex:1;color:#fff}.about-subtitle{display:block;color:#c8922c;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:18px}.about-content h2{margin-bottom:20px;font-size:38px;font-weight:700;line-height:1.1}.about-content p{max-width:520px;color:#d7ddd8;font-size:17px;line-height:1.7;margin-bottom:45px}.about-list{list-style:none;padding:0;margin:20px 0 0}.about-list li{color:#fff;align-items:center;gap:0;margin-bottom:6px;font-size:18px;display:flex}.about-list span{color:#d7ddd8;font-size:15px;font-weight:700;width:34px}@media(max-width:992px){.about-container{flex-direction:column}.about-image{width:100%;height:420px}.about-content{width:100%}.about-content h2{font-size:44px}}@media(max-width:768px){.about-section{padding:60px 18px}.about-container{padding:18px}.about-image{height:300px}.about-image h3{font-size:26px}.about-content h2{font-size:34px}.about-content p{font-size:15px}.about-list li{font-size:16px}}.manufacturing-section{padding:82px 20px;overflow:hidden;background:#f7f9f3}.manufacturing-container{width:min(100%,1400px);margin:auto}.manufacturing-header{margin-bottom:42px}.manufacturing-tag{display:inline-flex;margin-bottom:15px;color:#c8902c;font-size:12px;font-weight:800;letter-spacing:1.2px}.manufacturing-header h2{max-width:760px;margin:0;color:#173f2c;font-size:clamp(34px,4vw,48px);font-weight:850;letter-spacing:-.035em;line-height:1.1}.manufacturing-slider-wrap{position:relative}.manufacturing-swiper{padding:6px 0 45px;overflow:visible}.manufacturing-card{height:390px;position:relative;overflow:hidden;background:#132e22;border-radius:15px;box-shadow:0 14px 32px rgb(29 50 37/13%);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.manufacturing-card:focus-visible,.manufacturing-card:hover{box-shadow:0 22px 44px rgb(29 50 37/21%);outline:3px solid rgb(200 144 44/45%);outline-offset:3px;transform:translateY(-6px)}.manufacturing-card video{width:100%;height:100%;display:block;object-fit:cover}.manufacturing-swiper .swiper-pagination-bullet{background:rgb(23 63 44/38%);opacity:1}.manufacturing-swiper .swiper-pagination-bullet-active{width:24px;background:#173f2c;border-radius:99px}.manufacturing-controls{display:flex;gap:10px;position:absolute;top:-86px;right:0}.manufacturing-controls button{width:48px;height:48px;display:grid;place-items:center;color:#173f2c;background:#fff;border:1px solid rgb(23 63 44/14%);border-radius:50%;cursor:pointer;box-shadow:0 10px 22px rgb(29 50 37/10%);transition:color .2s ease,background-color .2s ease,transform .2s ease}.manufacturing-controls svg{width:21px}.manufacturing-controls button:focus-visible,.manufacturing-controls button:hover{color:#fff;background:#173f2c;outline:none;transform:translateY(-2px)}@media(hover:none){.manufacturing-card video{object-fit:cover}}@media(max-width:992px){.manufacturing-section{padding:64px 20px}.manufacturing-header{text-align:center}.manufacturing-header h2{margin-inline:auto}.manufacturing-controls{position:static;justify-content:center;margin-top:4px}.manufacturing-card{height:400px}}@media(max-width:640px){.manufacturing-section{padding:52px 14px}.manufacturing-header{margin-bottom:30px}.manufacturing-header h2{font-size:32px}.manufacturing-card{height:min(440px,110vw)}}@media(prefers-reduced-motion:reduce){.manufacturing-card,.manufacturing-controls button{transition:none}}