*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--color-bg, #161616);color:var(--color-text, #f0f0f0);font-family:"Open Sans",var(--font-body, sans-serif);font-weight:var(--font-body-weight, 400);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"Oswald",var(--font-heading, sans-serif);font-weight:700;line-height:1.2;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text, #f0f0f0)}a{color:var(--color-accent, #2e7d32);text-decoration:none;transition:var(--transition)}a:hover{color:var(--color-accent-hover, #43a047)}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section-padding{padding:80px 0}.section-padding--sm{padding:50px 0}.text-center{text-align:center}.text-left{text-align:left}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:12px;position:relative;display:inline-block}.section-title:after{content:"";display:block;width:60px;height:3px;background:var(--color-accent, #2e7d32);margin:12px auto 0}.text-center .section-title:after{margin:12px auto 0}.section-subtitle{color:var(--color-text-muted, #aaa);font-size:1rem;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--border-radius, 6px);transition:var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn--primary{background:var(--color-accent, #2e7d32);color:#fff;border-color:var(--color-accent, #2e7d32)}.btn--primary:hover{background:var(--color-accent-hover, #43a047);border-color:var(--color-accent-hover, #43a047);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #2e7d3266}.btn--outline{background:transparent;color:var(--color-accent, #2e7d32);border-color:var(--color-accent, #2e7d32)}.btn--outline:hover{background:var(--color-accent, #2e7d32);color:#fff;transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--color-text, #f0f0f0);border-color:#f0f0f04d}.btn--ghost:hover{border-color:var(--color-accent, #2e7d32);color:var(--color-accent, #2e7d32)}.btn--full{width:100%;justify-content:center}.btn--sm{padding:10px 22px;font-size:.85rem}.btn--lg{padding:18px 42px;font-size:1.05rem}.announcement-bar{background:var(--color-accent, #2e7d32);color:#fff;text-align:center;padding:10px 20px;font-size:.85rem;letter-spacing:.06em;position:relative;z-index:200}.announcement-bar a{color:#fff;font-weight:600;text-decoration:underline}.announcement-bar a:hover{opacity:.85}.header-spacer{height:var(--header-height, 70px);display:block}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background:#121212f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(46,125,50,.18);height:var(--header-height, 70px);transition:background .3s ease,box-shadow .3s ease}.site-header.scrolled{background:#0e0e0efc;box-shadow:0 4px 30px #0009;border-bottom-color:#2e7d324d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}.site-logo{flex-shrink:0;display:flex;align-items:center;gap:10px}.site-logo__img{height:44px;width:auto}.site-logo__text{font-family:Oswald,sans-serif;font-size:1.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;line-height:1;white-space:nowrap;border-left:3px solid var(--color-accent, #2e7d32);padding-left:10px;transition:border-color .25s ease}.site-logo:hover .site-logo__text{border-left-color:var(--color-accent-hover, #43a047)}.site-logo__text span{color:var(--color-accent, #2e7d32);font-style:italic}.header-nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.header-nav__item{position:relative}.header-nav__link{display:block;color:#f0f0f0bf;font-family:Oswald,sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:8px 13px;border-radius:4px;position:relative;transition:color .2s ease}.header-nav__link:after{content:"";position:absolute;bottom:2px;left:13px;right:13px;height:2px;background:var(--color-accent, #2e7d32);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.header-nav__link:hover{color:#fff}.header-nav__link:hover:after{transform:scaleX(1)}.header-nav__link.active{color:#fff}.header-nav__link.active:after{transform:scaleX(1);background:var(--color-accent, #2e7d32)}.header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#f0f0f0a6;transition:color .2s ease,background .2s ease;position:relative;cursor:pointer}.header-icon-btn:hover{color:var(--color-accent, #2e7d32);background:#2e7d321f}.cart-count{position:absolute;top:1px;right:1px;width:17px;height:17px;border-radius:50%;background:var(--color-accent, #2e7d32);color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;border:1.5px solid rgba(18,18,18,.9)}.header-search{display:flex;align-items:center;position:relative}.header-search__form{display:flex;align-items:center;overflow:hidden;width:0;max-width:0;opacity:0;transition:width .35s cubic-bezier(.4,0,.2,1),max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;background:#ffffff0f;border:1px solid transparent;border-radius:24px;position:relative}.header-search.is-open .header-search__form{width:220px;max-width:220px;opacity:1;border-color:#2e7d3266;background:#2e7d3212;margin-right:4px}.header-search__input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:#fff;font-size:.85rem;padding:8px 8px 8px 16px;white-space:nowrap}.header-search__input::placeholder{color:#f0f0f066;font-size:.82rem}.header-search__submit{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:none;border:none;color:#f0f0f080;cursor:pointer;flex-shrink:0;transition:color .2s}.header-search__submit:hover{color:var(--color-accent, #2e7d32)}.header-search__toggle .icon-close{display:none}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;padding:6px;width:40px;height:40px;border-radius:50%;transition:background .2s}.hamburger:hover{background:#2e7d321f}.hamburger span{display:block;height:2px;background:#f0f0f0cc;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;width:100%}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0;width:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:min(320px,88vw);height:100vh;background:#111;border-right:1px solid rgba(46,125,50,.2);z-index:1000;padding:0;overflow-y:auto;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:6px 0 40px #0009}.mobile-nav.open{transform:translate(0)}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid rgba(46,125,50,.15)}.mobile-nav__close{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#f0f0f0b3;transition:color .2s,background .2s;cursor:pointer;flex-shrink:0}.mobile-nav__close:hover{color:#fff;background:#2e7d3226}.mobile-nav__search{display:flex;align-items:center;margin:16px 18px;background:#ffffff0d;border:1px solid rgba(46,125,50,.2);border-radius:8px;overflow:hidden;gap:0}.mobile-nav__search input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:.88rem;padding:11px 14px}.mobile-nav__search input::placeholder{color:#f0f0f059}.mobile-nav__search button{display:flex;align-items:center;justify-content:center;width:42px;background:#2e7d3233;border:none;border-left:1px solid rgba(46,125,50,.15);color:var(--color-accent, #2e7d32);cursor:pointer;height:100%;padding:0 12px;transition:background .2s}.mobile-nav__search button:hover{background:#2e7d3259}.mobile-nav__links{flex:1;padding:8px 0}.mobile-nav__links li a{display:flex;align-items:center;justify-content:space-between;font-family:Oswald,sans-serif;font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#f0f0f0bf;padding:14px 22px;border-bottom:1px solid rgba(46,125,50,.08);transition:color .2s ease,padding-left .2s ease,background .2s ease}.mobile-nav__links li a:hover,.mobile-nav__links li a.active{color:#fff;padding-left:30px;background:#2e7d3212}.mobile-nav__links li a.active{color:var(--color-accent, #2e7d32);border-left:3px solid var(--color-accent, #2e7d32);padding-left:19px}.mobile-nav__footer{padding:20px 18px;border-top:1px solid rgba(46,125,50,.15)}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:999;opacity:0;pointer-events:none;transition:opacity .35s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-nav-overlay.active{opacity:1;pointer-events:all}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:var(--color-bg, #161616)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.35}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#161616d9,#2e7d3226,#161616bf)}.hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.particle{position:absolute;bottom:-20px;width:6px;height:6px;border-radius:50%;background:radial-gradient(circle,rgba(46,125,50,.4),transparent);animation:floatParticle linear infinite}@keyframes floatParticle{0%{transform:translateY(0) scale(1);opacity:.6}to{transform:translateY(-110vh) scale(3);opacity:0}}.hero__content{position:relative;z-index:2;max-width:780px}.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:Oswald,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent, #2e7d32);margin-bottom:20px}.hero__eyebrow:before{content:"";width:30px;height:2px;background:var(--color-accent, #2e7d32)}.hero__title{font-size:clamp(2.8rem,7vw,5.5rem);line-height:1.05;margin-bottom:24px;color:#fff}.hero__title .highlight{color:var(--color-accent, #2e7d32);display:block}.hero__desc{font-size:1.05rem;color:#f0f0f0bf;max-width:520px;margin-bottom:40px;line-height:1.75}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}.hero__scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:#f0f0f066;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}.scroll-arrow{width:30px;height:50px;border:2px solid rgba(240,240,240,.2);border-radius:15px;display:flex;justify-content:center;padding-top:8px}.scroll-arrow:before{content:"";width:4px;height:10px;border-radius:2px;background:#f0f0f066;animation:scrollBounce 1.8s ease infinite}@keyframes scrollBounce{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(8px);opacity:1}}.stats-strip{background:var(--color-card-bg, #1e1e1e);border-top:1px solid var(--color-border, rgba(46,125,50,.15));border-bottom:1px solid var(--color-border, rgba(46,125,50,.15));padding:32px 0}.stats-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;text-align:center}.stat-item{padding:16px 20px;border-right:1px solid var(--color-border, rgba(46,125,50,.15))}.stat-item:last-child{border-right:none}.stat-item__number{font-family:Oswald,sans-serif;font-size:2.2rem;font-weight:700;color:var(--color-accent, #2e7d32);display:block;line-height:1;margin-bottom:6px}.stat-item__label{font-size:.8rem;color:var(--color-text-muted, #aaa);letter-spacing:.1em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-grid--2col{grid-template-columns:repeat(2,1fr)}.product-grid--3col{grid-template-columns:repeat(3,1fr)}.product-grid--4col{grid-template-columns:repeat(4,1fr)}.product-card{background:var(--color-card-bg, #1e1e1e);border:1px solid var(--color-border, rgba(46,125,50,.12));border-radius:10px;overflow:hidden;transition:var(--transition);position:relative;display:flex;flex-direction:column}.product-card:hover{border-color:var(--color-accent, #2e7d32);transform:translateY(-6px);box-shadow:0 20px 40px #0006,0 0 0 1px #2e7d3233}.product-card__badge{position:absolute;top:14px;left:14px;z-index:2;display:flex;gap:6px;flex-wrap:wrap}.badge{padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge--new{background:var(--color-accent, #2e7d32);color:#fff}.badge--sale{background:#c0392b;color:#fff}.badge--hot{background:#e67e22;color:#fff}.badge--bestseller{background:#8e44ad;color:#fff}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#111}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__quick-actions{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(20px);display:flex;gap:8px;opacity:0;transition:var(--transition);white-space:nowrap}.product-card:hover .product-card__quick-actions{opacity:1;transform:translate(-50%) translateY(0)}.quick-add-btn{background:var(--color-accent, #2e7d32);color:#fff;border:none;padding:9px 20px;border-radius:30px;font-family:Oswald,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #0000004d}.quick-add-btn:hover{background:var(--color-accent-hover, #43a047)}.wishlist-btn{width:36px;height:36px;border-radius:50%;background:#161616d9;border:1px solid var(--color-border, rgba(46,125,50,.2));color:var(--color-text-muted, #aaa);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.wishlist-btn:hover{color:#e74c3c;border-color:#e74c3c}.product-card__body{padding:18px;flex:1;display:flex;flex-direction:column;gap:8px}.product-card__brand{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent, #2e7d32);font-weight:600}.product-card__title{font-family:Oswald,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text, #f0f0f0);line-height:1.25;margin:0}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--color-accent, #2e7d32)}.product-card__desc{font-size:.82rem;color:var(--color-text-muted, #aaa);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:6px;font-size:.8rem}.stars{color:#f39c12;letter-spacing:2px}.rating-count{color:var(--color-text-muted, #aaa)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--color-border, rgba(46,125,50,.1))}.price{display:flex;align-items:baseline;gap:8px}.price__current{font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:700;color:var(--color-text, #f0f0f0)}.price__original{font-size:.88rem;color:var(--color-text-muted, #aaa);text-decoration:line-through}.price__save{font-size:.72rem;color:#c0392b;font-weight:600;letter-spacing:.05em}.collection-card{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:flex-end;cursor:pointer}.collection-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-card:hover .collection-card__img{transform:scale(1.08)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(22,22,22,.9) 0%,rgba(22,22,22,.2) 60%,transparent 100%)}.collection-card__body{position:relative;z-index:1;padding:24px;width:100%}.collection-card__tag{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent, #2e7d32);font-weight:600;margin-bottom:6px}.collection-card__title{font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px;text-transform:uppercase}.collection-card__link{display:inline-flex;align-items:center;gap:8px;font-family:Oswald,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent, #2e7d32);transition:var(--transition)}.collection-card:hover .collection-card__link{gap:14px}.machine-spotlight{background:var(--color-card-bg, #1e1e1e);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:start;border:1px solid var(--color-border, rgba(46,125,50,.12));transition:var(--transition)}.machine-spotlight:hover{border-color:var(--color-accent, #2e7d32);box-shadow:0 20px 50px #0006}.machine-spotlight__media{position:relative;background:#111;overflow:hidden;aspect-ratio:1 / 1}.machine-spotlight__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.machine-spotlight:hover .machine-spotlight__media img{transform:scale(1.04)}.machine-spotlight__glow{display:none}.machine-spotlight__body{padding:48px 40px;display:flex;flex-direction:column;justify-content:center}.machine-spotlight__model{font-family:Oswald,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent, #2e7d32);margin-bottom:10px}.machine-spotlight__name{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:16px}.machine-spotlight__desc{color:var(--color-text-muted, #aaa);font-size:.95rem;line-height:1.7;margin-bottom:28px}.machine-specs{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.spec-item{display:flex;align-items:center;gap:12px;font-size:.88rem}.spec-item__icon{width:32px;height:32px;border-radius:6px;background:#2e7d3226;border:1px solid rgba(46,125,50,.25);display:flex;align-items:center;justify-content:center;color:var(--color-accent, #2e7d32);flex-shrink:0}.spec-item__label{color:var(--color-text-muted, #aaa)}.spec-item__value{color:var(--color-text, #f0f0f0);font-weight:600;margin-left:auto}.machine-spotlight__actions{display:flex;gap:12px}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:28px}.feature-card{background:var(--color-card-bg, #1e1e1e);border:1px solid var(--color-border, rgba(46,125,50,.12));border-radius:10px;padding:32px 24px;text-align:center;transition:var(--transition)}.feature-card:hover{border-color:var(--color-accent, #2e7d32);transform:translateY(-4px);box-shadow:0 12px 30px #0000004d}.feature-card__icon{width:60px;height:60px;border-radius:50%;background:#2e7d321f;border:1px solid rgba(46,125,50,.25);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--color-accent, #2e7d32);font-size:1.5rem;transition:var(--transition)}.feature-card:hover .feature-card__icon{background:var(--color-accent, #2e7d32);color:#fff;transform:scale(1.1)}.feature-card__title{font-size:1rem;margin-bottom:10px}.feature-card__desc{font-size:.83rem;color:var(--color-text-muted, #aaa);line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.testimonial-card{background:var(--color-card-bg, #1e1e1e);border:1px solid var(--color-border, rgba(46,125,50,.12));border-radius:10px;padding:28px;position:relative}.testimonial-card:before{content:'"';position:absolute;top:16px;right:24px;font-family:Oswald,sans-serif;font-size:5rem;color:var(--color-accent, #2e7d32);opacity:.15;line-height:1}.testimonial-card__text{font-size:.92rem;line-height:1.75;color:#f0f0f0d1;margin-bottom:20px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:42px;height:42px;border-radius:50%;background:#2e7d3233;border:2px solid var(--color-accent, #2e7d32);display:flex;align-items:center;justify-content:center;color:var(--color-accent, #2e7d32);font-family:Oswald,sans-serif;font-weight:700;font-size:1rem;flex-shrink:0}.testimonial-card__name{font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.testimonial-card__location{font-size:.76rem;color:var(--color-text-muted, #aaa)}.newsletter-section{background:linear-gradient(135deg,#2e7d321f,#16161600,#2e7d3214);border-top:1px solid var(--color-border, rgba(46,125,50,.2));border-bottom:1px solid var(--color-border, rgba(46,125,50,.2))}.newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto}.newsletter-input{flex:1;background:#ffffff0f;border:1px solid var(--color-border, rgba(46,125,50,.25));border-radius:var(--border-radius);padding:13px 20px;color:var(--color-text, #f0f0f0);font-size:.9rem;transition:var(--transition);outline:none}.newsletter-input::placeholder{color:var(--color-text-muted, #aaa)}.newsletter-input:focus{border-color:var(--color-accent, #2e7d32);background:#2e7d3214}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0a0a0af7;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.age-gate[hidden]{display:none}.age-gate__card{background:var(--color-card-bg, #1e1e1e);border:1px solid var(--color-border, rgba(46,125,50,.25));border-radius:16px;padding:50px 40px;max-width:480px;width:100%;text-align:center;box-shadow:0 30px 80px #000000b3}.age-gate__logo{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.age-gate__logo span{color:var(--color-accent, #2e7d32)}.age-gate__tagline{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted, #aaa);margin-bottom:32px}.age-gate__icon{font-size:3rem;margin-bottom:20px;filter:grayscale(.3)}.age-gate__title{font-size:1.6rem;margin-bottom:10px}.age-gate__desc{color:var(--color-text-muted, #aaa);font-size:.88rem;line-height:1.65;margin-bottom:32px}.age-gate__actions{display:flex;gap:12px;flex-direction:column}.age-gate__legal{margin-top:20px;font-size:.72rem;color:var(--color-text-muted, #555);line-height:1.5}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:var(--color-card-bg, #1e1e1e);border-left:1px solid var(--color-border, rgba(46,125,50,.2));z-index:500;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:499;opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-overlay.active{opacity:1;pointer-events:all}.cart-drawer__header{padding:20px 24px;border-bottom:1px solid var(--color-border, rgba(46,125,50,.15));display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:var(--color-text-muted, #aaa);text-align:center}.cart-empty svg{opacity:.3}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border, rgba(46,125,50,.1))}.cart-item__img{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#111;flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600;text-transform:uppercase;color:var(--color-text, #f0f0f0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.cart-item__variant{font-size:.78rem;color:var(--color-text-muted, #aaa)}.cart-item__price{font-family:Oswald,sans-serif;font-size:1rem;font-weight:700;color:var(--color-accent, #2e7d32);margin-top:8px}.qty-control{display:flex;align-items:center;gap:8px;margin-top:10px}.qty-btn{width:28px;height:28px;border-radius:50%;background:#2e7d321f;border:1px solid rgba(46,125,50,.25);color:var(--color-text, #f0f0f0);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:var(--transition);line-height:1}.qty-btn:hover{background:var(--color-accent, #2e7d32);border-color:var(--color-accent);color:#fff}.qty-input{width:36px;text-align:center;background:none;border:none;color:var(--color-text, #f0f0f0);font-family:Oswald,sans-serif;font-size:1rem;font-weight:600}.cart-item__remove{color:var(--color-text-muted, #555);cursor:pointer;transition:var(--transition);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;margin-top:6px;display:inline-block}.cart-item__remove:hover{color:#e74c3c}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--color-border, rgba(46,125,50,.15))}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-family:Oswald,sans-serif}.cart-subtotal__label{font-size:.85rem;color:var(--color-text-muted, #aaa);text-transform:uppercase;letter-spacing:.08em}.cart-subtotal__amount{font-size:1.4rem;font-weight:700}.cart-note{font-size:.75rem;color:var(--color-text-muted, #555);text-align:center;margin-top:10px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + 20px)}.product-gallery__main{border-radius:12px;overflow:hidden;background:var(--color-card-bg, #1e1e1e);aspect-ratio:1;margin-bottom:12px;border:1px solid var(--color-border, rgba(46,125,50,.15))}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumb{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:var(--transition)}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--color-accent, #2e7d32)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent, #2e7d32);font-weight:600;margin-bottom:10px}.product-info__title{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:16px}.product-info__rating{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:.85rem;color:var(--color-text-muted, #aaa)}.product-info__price{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.product-info__price .price__current{font-size:2rem}.product-info__desc{color:var(--color-text-muted, #aaa);font-size:.93rem;line-height:1.8;margin-bottom:28px;border-bottom:1px solid var(--color-border, rgba(46,125,50,.1));padding-bottom:28px}.variant-selector{margin-bottom:24px}.variant-label{font-family:Oswald,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted, #aaa);margin-bottom:10px}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-option{padding:8px 18px;border-radius:6px;border:1px solid var(--color-border, rgba(46,125,50,.2));background:transparent;color:var(--color-text, #f0f0f0);font-size:.85rem;cursor:pointer;transition:var(--transition)}.variant-option:hover{border-color:var(--color-accent, #2e7d32)}.variant-option.active{border-color:var(--color-accent, #2e7d32);background:#2e7d3226;color:var(--color-accent, #2e7d32)}.variant-option.sold-out{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-atc{display:flex;gap:12px;margin-bottom:24px}.product-atc .btn--primary{flex:1;font-size:1rem;padding:16px 28px}.product-meta{display:flex;flex-direction:column;gap:10px;font-size:.83rem}.product-meta__item{display:flex;align-items:center;gap:10px;color:var(--color-text-muted, #aaa)}.product-meta__item svg{color:var(--color-accent, #2e7d32);flex-shrink:0}.product-meta__item strong{color:var(--color-text, #f0f0f0)}.accordion{border-top:1px solid var(--color-border, rgba(46,125,50,.15));margin-top:28px}.accordion__item{border-bottom:1px solid var(--color-border, rgba(46,125,50,.15))}.accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text, #f0f0f0);cursor:pointer;transition:var(--transition)}.accordion__trigger:hover{color:var(--color-accent, #2e7d32)}.accordion__trigger svg{transition:transform .25s;flex-shrink:0}.accordion__trigger[aria-expanded=true] svg{transform:rotate(180deg)}.accordion__content{overflow:hidden;max-height:0;transition:max-height .4s ease}.accordion__content.open{max-height:var(--accordion-height, 9999px)}.accordion__content-inner{padding:0 0 20px;font-size:.88rem;color:var(--color-text-muted, #aaa);line-height:1.8}.site-footer{background:#0e0e0e;border-top:1px solid var(--color-border, rgba(46,125,50,.15));padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding-bottom:50px;border-bottom:1px solid var(--color-border, rgba(46,125,50,.1))}.footer-brand__logo{font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text, #f0f0f0);margin-bottom:16px;display:block}.footer-brand__logo span{color:var(--color-accent, #2e7d32)}.footer-brand__desc{font-size:.85rem;color:var(--color-text-muted, #777);line-height:1.7;margin-bottom:24px}.social-links{display:flex;gap:10px}.social-link{width:38px;height:38px;border-radius:50%;border:1px solid var(--color-border, rgba(46,125,50,.2));display:flex;align-items:center;justify-content:center;color:var(--color-text-muted, #777);transition:var(--transition);font-size:.85rem}.social-link:hover{border-color:var(--color-accent, #2e7d32);color:var(--color-accent, #2e7d32);background:#2e7d321a;transform:translateY(-3px)}.footer-col__heading{font-family:Oswald,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text, #f0f0f0);margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{color:var(--color-text-muted, #777);font-size:.86rem;transition:var(--transition)}.footer-links a:hover{color:var(--color-accent, #2e7d32);padding-left:6px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:.78rem;color:var(--color-text-muted, #555);gap:16px;flex-wrap:wrap}.footer-bottom__legal{display:flex;gap:16px}.footer-bottom__legal a{color:var(--color-text-muted, #555)}.footer-bottom__legal a:hover{color:var(--color-accent, #2e7d32)}.footer-age-warning{background:#2e7d3214;border:1px solid rgba(46,125,50,.15);border-radius:6px;padding:14px 20px;font-size:.8rem;color:var(--color-text-muted, #777);text-align:center;margin-bottom:20px}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:46px;height:46px;border-radius:50%;background:var(--color-accent, #2e7d32);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #2e7d3266;opacity:0;pointer-events:none;transform:translateY(10px);transition:var(--transition);z-index:90}.scroll-to-top.visible{opacity:1;pointer-events:all;transform:translateY(0)}.scroll-to-top:hover{background:var(--color-accent-hover, #43a047);transform:translateY(-3px)}.form-group{margin-bottom:20px}.form-label{display:block;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted, #aaa);margin-bottom:8px}.form-input{width:100%;background:#ffffff0d;border:1px solid var(--color-border, rgba(46,125,50,.2));border-radius:var(--border-radius);padding:12px 16px;color:var(--color-text, #f0f0f0);font-size:.9rem;transition:var(--transition);outline:none}.form-input:focus{border-color:var(--color-accent, #2e7d32);background:#2e7d3212}.form-input::placeholder{color:var(--color-text-muted, #555)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--color-text-muted, #555);padding:20px 0;flex-wrap:wrap}.breadcrumb a{color:var(--color-text-muted, #555)}.breadcrumb a:hover{color:var(--color-accent, #2e7d32)}.breadcrumb__sep{color:#fff3}.breadcrumb__current{color:var(--color-text, #f0f0f0)}.spinner{width:22px;height:22px;border:2px solid rgba(46,125,50,.3);border-top-color:var(--color-accent, #2e7d32);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .5s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}[data-aos]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-aos].aos-animate{opacity:1;transform:translateY(0)}.divider{border:none;height:1px;background:var(--color-border, rgba(46,125,50,.15));margin:0}.tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--color-border, rgba(46,125,50,.2));color:var(--color-text-muted, #aaa);transition:var(--transition)}.tag:hover{border-color:var(--color-accent, #2e7d32);color:var(--color-accent, #2e7d32)}@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}.machine-spotlight{grid-template-columns:1fr;direction:ltr!important}.machine-spotlight__media{aspect-ratio:1 / 1;width:100%}.machine-spotlight__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.machine-spotlight__body{padding:32px}}@media(max-width:1000px){.header-nav{gap:0}.header-nav__link{padding:8px 9px;font-size:.82rem;letter-spacing:.07em}.header-search.is-open .header-search__form{width:170px;max-width:170px}}@media(max-width:900px){.product-page{grid-template-columns:1fr}.product-gallery{position:static}.header-nav{display:none}.hamburger{display:flex}.stats-strip__grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.product-grid--3col,.product-grid--4col{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.section-padding{padding:55px 0}.hero{min-height:75vh}.hero__title{font-size:2.4rem}.hero__actions{flex-direction:column}.hero__actions .btn{text-align:center;justify-content:center}.stats-strip__grid{grid-template-columns:repeat(2,1fr)}.product-grid--2col,.product-grid--3col,.product-grid--4col{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.machine-spotlight__body{padding:20px 16px}.machine-spotlight__actions{flex-direction:column}.machine-spotlight__actions .btn{text-align:center;justify-content:center}.machine-spotlight__name{font-size:1.6rem}.spec-item{flex-wrap:wrap}.spec-item__value{margin-left:0;width:100%;padding-left:44px}.product-atc{flex-direction:column}.age-gate__card{padding:36px 24px}.age-gate__actions{gap:10px}}html[data-theme=light]{--color-bg: #f2f2ee;--color-bg-secondary: #ffffff;--color-text: #1a1a1a;--color-text-muted: rgba(26,26,26,.5);--color-accent: #2e7d32;--color-accent-hover: #1b5e20;--color-border: rgba(0,0,0,.1);--color-card-bg: #ffffff}html[data-theme=light] body{background-color:#f2f2ee;color:#1a1a1a}html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] h5,html[data-theme=light] h6{color:#1a1a1a}html[data-theme=light] .newsletter-input{background:#0000000d;color:#1a1a1a}html[data-theme=light] .newsletter-input::placeholder{color:#00000059}html[data-theme=light] .form-input{background:#0000000a;color:#1a1a1a}html[data-theme=light] .form-input::placeholder{color:#00000059}html[data-theme=light] .testimonial-card__text{color:#1a1a1ac7}html[data-theme=light] .breadcrumb__sep{color:#0003}html[data-theme=light] .product-card{background:#fff}html[data-theme=light] .feature-card:hover{box-shadow:0 12px 30px #0000001a}html[data-theme=light] .stats-strip{background:#fff}html[data-theme=light] .section-padding{background-color:var(--color-bg)}html[data-theme=light] .machine-spotlight{background:#fff}html[data-theme=light] .cart-overlay{background:#0006}html[data-theme=light] .age-gate{background:#f0f0eef7}html[data-theme=light] .age-gate__card{box-shadow:0 30px 80px #00000026}html[data-theme=light] footer,html[data-theme=light] .site-footer{background:#e8e8e4}@media(max-width:768px){.newsletter-form{flex-direction:column}.newsletter-input{width:100%}.newsletter-form .btn{width:100%;justify-content:center}.product-page{gap:30px}.ryo-cart-layout{grid-template-columns:1fr!important}.ryo-cart-summary{position:static!important}.ryo-sort-bar{flex-direction:column;align-items:flex-start;gap:10px}.testimonials-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}.hero__title{font-size:clamp(2rem,8vw,3.5rem)}.hero__subtitle{font-size:clamp(.9rem,2.5vw,1.1rem)}.machine-spotlight{grid-template-columns:1fr;direction:ltr!important}}@media(max-width:480px){.section-padding{padding:40px 0}.section-padding--sm{padding:28px 0}.stats-strip__grid{grid-template-columns:1fr!important}.stat-item{border-right:none!important;border-bottom:1px solid var(--color-border, rgba(46,125,50,.15));padding:20px 16px}.stat-item:last-child{border-bottom:none}.features-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:24px 18px}.testimonials-grid{grid-template-columns:1fr;gap:16px}.collection-card__title{font-size:1.1rem}.age-gate__card{padding:24px 16px}.age-gate__actions{gap:8px}.product-info__title{font-size:clamp(1.4rem,6vw,1.8rem)}.product-gallery__thumb{width:56px;height:56px}.product-gallery__thumbs{gap:6px}.btn{white-space:normal}.ryo-cart-item{grid-template-columns:72px 1fr!important;gap:12px}.ryo-cart-remove{grid-column:2}.machine-spotlight__body{padding:18px 14px}.machine-spotlight__name{font-size:1.5rem}.container[style*="padding:120px"]{padding:60px 16px!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/base.css.map */
