:root{--brand-text:#2c2c2c;--brand-muted:#6b6b6b;--brand-accent:#c7a97f;--card-bg:#ffffff;--card-bdr:#ececec;--hero-mobile-min:360px;--hero-mobile-max:420px;--hero-tablet-min:420px;--hero-tablet-max:560px;--hero-desktop-min:440px;--hero-desktop-max:620px}body{color:var(--brand-text);background:#fafafa;margin:0;font-family:"Roboto Slab",serif}.modern-header .header-container{padding-block:10px}.products-modern .products-grid{gap:18px}.products-modern .product-card{background:var(--card-bg);border:1px solid var(--card-bdr);border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.03);transition:transform .18s,box-shadow .18s}.products-modern .product-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.products-modern .product-gallery{background:#fff;border-bottom:1px solid var(--card-bdr)}.products-modern .gallery-image-box{padding:14px;display:flex;align-items:center;justify-content:center}.products-modern .gallery-main-img{max-height:220px;object-fit:contain}.products-modern .product-info{padding:14px 14px 16px}.products-modern .product-btn,.products-modern .view-details-btn{border-radius:999px}.hero-slider{position:relative;width:100%;overflow:hidden;background:linear-gradient(135deg,#ecfdf5 0,#d1fae5 50%,#fff 100%);border-bottom:1px solid rgba(16,185,129,.15);position:relative}.hero-slider::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(16,185,129,.08) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(16,185,129,.08) 0,transparent 50%);pointer-events:none;z-index:0}.hero-slider .container,.hero-slider .hero-slide,.hero-slider .hero-track{position:relative;z-index:1}.hero-slider .container{max-width:1200px;width:100%;margin:0 auto;padding-inline:clamp(20px,5vw,40px)}.hero-track{display:flex;width:100%;transition:transform .5s cubic-bezier(.22, .61, .36, 1);will-change:transform}.hero-slide{flex:0 0 100%;position:relative;min-width:100%;display:flex;align-items:stretch}.hero-modern-grid{display:grid;width:100%;align-items:center;gap:32px;padding:0;margin:0;justify-items:center}.hero-copy{display:grid;gap:14px;color:#0e3020;max-width:640px;width:100%;justify-self:start}.hero-copy .eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700;color:#10b981;margin:0}.hero-copy .hero-title{font-size:clamp(26px, 4vw, 44px);line-height:1.12;margin:0;color:#047857;font-weight:700}.hero-copy .hero-subtitle{font-size:clamp(14px, 1.8vw, 18px);color:var(--brand-muted);margin:0 0 4px}.hero-copy .hero-cta .btn{display:inline-block;padding:14px 36px;border-radius:999px;font-weight:700;font-size:1.05rem;text-decoration:none;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 6px -1px rgba(16,185,129,.1),0 2px 4px -1px rgba(16,185,129,.06);position:relative;overflow:hidden}.hero-copy .hero-cta .btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-copy .hero-cta .btn:hover{background:linear-gradient(135deg,#059669 0,#047857 100%);transform:translateY(-2px) scale(1.02);box-shadow:0 10px 15px -3px rgba(16,185,129,.1),0 4px 6px -2px rgba(16,185,129,.05)}.hero-copy .hero-cta .btn:hover::before{left:100%}.hero-image-wrap{display:grid;place-items:center;padding:0;overflow:hidden;width:100%;justify-self:end;max-height:100%;align-items:center}.card-stack{position:relative;width:clamp(260px,40vw,520px);aspect-ratio:4/5;isolation:isolate;max-height:100%;max-width:100%}.card-stack .card{position:absolute;inset:0;background:#fff;border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,.12),0 18px 48px rgba(0,0,0,.18);overflow:hidden;transform:translate(var(--tx,0),var(--ty,0)) rotate(var(--rot,0deg))}.card-stack .card img{width:100%;height:100%;object-fit:contain;padding:clamp(8px,1.6vw,14px);background:0 0!important}.card-stack .card:first-child{--rot:-10deg;--tx:-10px;--ty:20px;z-index:1}.card-stack .card:nth-child(2){--rot:-3deg;--tx:0;--ty:10px;z-index:2}.card-stack .card:nth-child(3){--rot:6deg;--tx:8px;--ty:0;z-index:3}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.25);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease;z-index:10;font-size:1.2rem}.hero-nav:hover{background:rgba(255,255,255,.5);box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-50%) scale(1.05)}.hero-nav.prev{left:16px}.hero-nav.next{right:16px}.hero-dots{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:12px;z-index:9;padding:8px 16px;background:rgba(255,255,255,.2);backdrop-filter:blur(8px);border-radius:20px;border:1px solid rgba(255,255,255,.3)}.hero-dots .hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,.2);border:none;transition:all .3s ease;cursor:pointer}.hero-dots .hero-dot[aria-selected=true]{background:#10b981;transform:scale(1.2);box-shadow:0 0 10px rgba(16,185,129,.4)}@media (max-width:768px){.hero-modern-grid{grid-template-columns:1fr;justify-items:center;gap:14px;min-height:clamp(var(--hero-mobile-min),46vh,var(--hero-mobile-max));padding:12px 12px 16px}.hero-copy{display:none!important}.hero-image-wrap{width:100%;overflow:hidden;border-radius:16px}.card-stack{width:clamp(240px,78vw,420px);transform:none!important}.card-stack .card{transform:none}.hero-nav{width:32px;height:32px}.hero-nav.prev{left:8px}.hero-nav.next{right:8px}.hero-dots{bottom:8px}}@media (min-width:769px) and (max-width:991px){.hero-modern-grid{grid-template-columns:1fr;justify-items:center;gap:22px;min-height:clamp(350px,45vh,450px);max-height:450px;padding:20px 20px 28px}.hero-copy{display:grid!important;text-align:center}.card-stack{width:clamp(300px,60vw,520px)}}@media (min-width:992px){.hero-modern-grid{grid-template-columns:minmax(0,clamp(420px,36vw,580px)) 1fr;gap:clamp(24px,3vw,40px);min-height:clamp(400px,40vh,500px);max-height:500px;padding:clamp(30px,3vw,50px) 0;align-items:center;justify-items:start}.hero-copy{display:grid!important;text-align:left;justify-self:start;align-self:center;width:100%;max-width:100%}.hero-image-wrap{justify-self:end;align-self:center;width:100%;max-width:100%}.card-stack{width:clamp(240px,32vw,380px);max-height:450px;margin:0 auto}.hero-image-wrap{max-height:100%;overflow:visible}}@media (hover:hover) and (pointer:fine){.card-stack:hover{filter:brightness(1.02)}}@media (prefers-reduced-motion:reduce){.hero-track{transition:none!important}.card-stack .card{transition:none!important}}.footer-glow,.hero-slider .stack-glow,.hero-slider::before,.tile-ripple{display:none!important}.hero-slider .card-stack .card img{background:0 0!important;border-radius:12px!important}.hero-slider,.hero-slider .hero-image-wrap,.hero-slider .hero-modern-grid,.hero-slider .hero-slide{overflow:hidden!important}.hero-dots .hero-dot{background:#cfcfcf}