:root{--bg-dark:#141712;--bg-deep:#0f120e;--bg-card:#1b2018;--bg-light:#EBEBEB;--text-main:#F9F9F9;--text-muted:rgba(249,249,249,.62);--accent-green:#2E342A;--line:rgba(255,255,255,.1);--font-main:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--margin-x:6vw}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{font-family:var(--font-main);background:var(--bg-dark);color:var(--text-main);line-height:1.4;overflow-x:hidden}a{color:inherit}img{max-width:100%;display:block}.rhythm-bg{position:fixed;inset:0;display:flex;z-index:-1;pointer-events:none}.rhythm-bg span{flex:1;border-right:1px solid rgba(255,255,255,.03);height:100%}nav.site-nav{position:fixed;top:0;width:100%;padding:2.2rem var(--margin-x);display:flex;justify-content:space-between;align-items:center;z-index:1000;transition:background .25s ease,backdrop-filter .25s ease}.nav-scrolled{background:rgba(20,23,18,.92);backdrop-filter:blur(14px)}.logo{font-weight:700;letter-spacing:-.05em;font-size:1.5rem;display:flex;align-items:center;gap:12px;text-decoration:none}.logo-mark{width:24px;height:24px;background:#fff;clip-path:polygon(20% 0%,100% 0%,100% 100%,0% 100%)}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-main);text-decoration:none;font-size:.85rem;text-transform:lowercase;letter-spacing:.02em;font-weight:400;opacity:.8;transition:opacity .3s ease}.nav-links a:hover,.nav-links a.active{opacity:1}.nav-right{display:flex;align-items:center;gap:1.5rem;font-size:.85rem}.circle-btn{width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none}.circle-btn:hover{background:#fff;color:#000}.hero{min-height:100vh;padding:0 var(--margin-x) 8vh;display:flex;flex-direction:column;justify-content:flex-end;background-image:linear-gradient(rgba(20,23,18,.2),rgba(20,23,18,.82)),url('https://images.unsplash.com/photo-1515516089376-88db1e26e9c0?auto=format&fit=crop&q=80&w=2670');background-size:cover;background-position:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:4rem}h1{font-size:clamp(4rem,8vw,10rem);font-weight:500;letter-spacing:-.04em;line-height:.9}.hero-desc{max-width:480px;margin-bottom:1.5rem;justify-self:end;text-align:right}.hero-desc p{font-size:1.1rem;font-weight:300;margin-bottom:2rem;opacity:.9}.cta-pill,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#fff;color:#141712!important;border-radius:500px;text-decoration:none;font-weight:600;font-size:.9rem;border:0;transition:transform .3s ease,background .3s ease}.cta-pill:hover,.button:hover{transform:scale(1.04);background:#f0f0f0}.cta-ghost{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)}.meta-tag{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:1rem}.meta-tag:before{content:'';width:6px;height:6px;background:currentColor;border-radius:50%}.section-label{padding:8rem var(--margin-x) 2rem;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--line);gap:2rem}.section-label h2{font-size:clamp(2.4rem,4.5vw,5rem);font-weight:400;letter-spacing:-.04em;line-height:1}.section-kicker{color:var(--text-muted);max-width:520px}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.category-card,.product-card{background:var(--bg-dark);padding:3rem;min-height:520px;display:flex;flex-direction:column;justify-content:space-between;gap:1.6rem;transition:background .4s ease;cursor:pointer;position:relative;overflow:hidden;text-decoration:none}.category-card:hover,.product-card:hover{background:#1d211a}.category-img,.product-img{width:100%;height:260px;background-size:cover;background-position:center;margin-top:2rem;margin-bottom:1.4rem;filter:grayscale(.35);transition:filter .5s ease,transform .5s ease}.category-card:hover .category-img,.product-card:hover .product-img{filter:grayscale(0);transform:scale(1.025)}.card-top h3,.product-info h3{font-size:1.55rem;font-weight:400;margin-bottom:.6rem;letter-spacing:-.02em}.card-top p,.product-info span{color:var(--text-muted);font-size:.9rem}.card-bottom{display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.08);gap:1.5rem}.material-section{padding:8rem var(--margin-x);display:grid;grid-template-columns:1fr 1.5fr;gap:4vw;align-items:center}.material-text h2{font-size:clamp(3rem,5vw,5.5rem);margin-bottom:2rem;line-height:1;letter-spacing:-.04em}.material-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.material-item{height:300px;background:#222;position:relative;overflow:hidden}.material-item img{width:100%;height:100%;object-fit:cover;opacity:.82}.material-caption{position:absolute;bottom:1.5rem;left:1.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;background:rgba(0,0,0,.5);padding:4px 8px;backdrop-filter:blur(4px)}.config-preview{background:var(--bg-light);color:var(--bg-dark);padding:10rem var(--margin-x);text-align:center}.config-preview h2{font-size:clamp(3rem,5vw,6rem);max-width:1100px;margin:0 auto 3rem;line-height:1.05;letter-spacing:-.04em}.config-cta{background:var(--bg-dark)!important;color:white!important}.shop-hero{padding:13rem var(--margin-x) 5rem;background:linear-gradient(rgba(20,23,18,.58),rgba(20,23,18,.94)),url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&q=80&w=2400');background-size:cover;background-position:center}.shop-hero h1{font-size:clamp(3.5rem,7vw,8rem)}.shop-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:4rem;align-items:end}.shop-copy{max-width:560px;color:var(--text-muted);font-size:1.05rem}.shop-layout{padding:3rem var(--margin-x) 8rem;display:grid;grid-template-columns:280px 1fr;gap:3rem}.filters{position:sticky;top:110px;height:max-content;border:1px solid var(--line);padding:2rem;background:rgba(255,255,255,.025)}.filters h3{font-size:1rem;margin-bottom:1.5rem}.filter-list{list-style:none}.filter-list li{border-top:1px solid var(--line)}.filter-list a{display:flex;justify-content:space-between;text-decoration:none;padding:1rem 0;color:var(--text-muted)}.filter-list a:hover{color:#fff}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:var(--text-muted);font-size:.9rem}.product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-tile{background:var(--bg-card);padding:1.2rem;text-decoration:none;min-height:440px;display:flex;flex-direction:column;justify-content:space-between}.product-tile img{height:230px;width:100%;object-fit:cover;margin-bottom:1.2rem;filter:grayscale(.25)}.product-tile h3{font-weight:400;font-size:1.2rem}.price{color:#fff;margin-top:.5rem}.badge{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.category-hero{padding:14rem var(--margin-x) 6rem;background:var(--bg-deep)}.category-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end}.category-hero h1{font-size:clamp(3.4rem,7vw,8rem)}.category-desc{color:var(--text-muted);font-size:1.05rem;max-width:560px}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature{padding:2rem var(--margin-x);border-right:1px solid var(--line)}.feature strong{display:block;font-size:.85rem;margin-bottom:.5rem}.feature span{color:var(--text-muted);font-size:.8rem}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem!important;margin:0!important;padding:0!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:var(--bg-card);padding:1.2rem!important;float:none!important}.woocommerce ul.products li.product a img{height:230px;object-fit:cover;margin-bottom:1rem!important}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{color:var(--text-muted)}.woocommerce div.product{padding:12rem var(--margin-x) 6rem}.woocommerce div.product .product_title{font-size:clamp(3rem,6vw,7rem);font-weight:500;letter-spacing:-.04em}.woocommerce div.product p.price{font-size:1.6rem;color:#fff}footer{padding:6rem var(--margin-x);border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-col h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;opacity:.5}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col a{text-decoration:none;font-size:.9rem;opacity:.8}.bottom-bar{margin-top:6rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted);gap:2rem}@media(max-width:1100px){.hero-content,.material-section,.shop-intro,.category-hero-inner{grid-template-columns:1fr}.hero-desc{text-align:left;justify-self:start}.category-grid,.product-grid,.product-list,.woocommerce ul.products{grid-template-columns:1fr 1fr!important}.shop-layout{grid-template-columns:1fr}.filters{position:relative;top:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:4rem}}@media(max-width:760px){:root{--margin-x:5vw}.nav-links,.nav-right span{display:none}.hero{padding-bottom:5vh}.category-grid,.product-grid,.product-list,.woocommerce ul.products{grid-template-columns:1fr!important}.category-card,.product-card{min-height:460px;padding:2rem}.material-gallery{grid-template-columns:1fr}.material-item[style]{grid-column:auto!important}.feature-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.bottom-bar{flex-direction:column}nav.site-nav{padding:1.4rem var(--margin-x)}}


/* Aktualizacja: menu bez Home, wyszukiwarka i lista oferty */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-search{display:flex;align-items:center;gap:.45rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.35rem .45rem .35rem .9rem;background:rgba(255,255,255,.04);transition:border-color .25s ease,background .25s ease,width .25s ease}
.site-search:focus-within{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.08)}
.site-search input{width:7.2rem;background:transparent;border:0;outline:0;color:#fff;font:inherit;font-size:.85rem}
.site-search input::placeholder{color:rgba(255,255,255,.7)}
.site-search button{width:28px;height:28px;border-radius:50%;border:0;background:#fff;color:#141712;font-weight:700;cursor:pointer;line-height:1;transition:transform .2s ease}
.site-search button:hover{transform:scale(1.06)}
.filter-list a span:first-child{font-weight:700;color:var(--text-main)}
.filter-list .filter-note{font-weight:400;color:var(--text-muted);text-align:right;text-transform:none;letter-spacing:0}
.filter-list a:hover .filter-note{color:#fff}
.config-preview h2{max-width:1180px}
@media(max-width:760px){.site-search{display:none}.nav-links a:first-child{display:inline-flex}.nav-right{gap:.8rem}}
