@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700;800&family=JetBrains+Mono:wght@300;400;500&display=swap";
:root{--accent-color:#c97642;--primary-color:#3a3633;--secondary-color:#f7f5f2;--bg-light:#ede8e0;--bg-lighter:#f5f1e8;--text-color:#3a3633;--text-light:#8b8680;--border-color:#e0d9d0;--white:#fff;--radius:10px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--website-brand:#c97642;--website-brand-dark:#a05f28;--website-brand-light:#e09a5e;--website-bg:#f7f5f2;--website-bg-card:#fff;--website-bg-subtle:#ede8e0;--website-text-primary:#3a3633;--website-text-secondary:#5c4a30;--website-text-muted:#8b8680;--website-text-light:#9ca3af;--website-border:#e0d9d0;--website-border-subtle:#ece6df;--website-nav-bg:#fff;--website-nav-height:80px;--website-footer-bg:#3a3633;--website-container-max:1280px;--website-section-pad-x:clamp(1rem, 3vw, 2rem);--website-section-pad-y:clamp(2rem, 5vw, 4rem);--website-font:"Inter", sans-serif;--website-transition:all .3s cubic-bezier(.4, 0, .2, 1);--website-card-radius:10px;--website-card-shadow:0 4px 15px #00000014;--website-card-shadow-hover:0 8px 25px #0000001f}body.website-body{font-family:var(--website-font);background-color:var(--secondary-color);color:var(--text-color);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}body.website-body *,body.website-body :before,body.website-body :after{box-sizing:border-box}body.website-body img{max-width:100%;height:auto;display:block}body.website-body a{color:inherit;transition:var(--transition);text-decoration:none}body.website-body h1,body.website-body h2,body.website-body h3,body.website-body h4,body.website-body h5,body.website-body h6{font-family:var(--website-font);margin:0;font-weight:700;line-height:1.2}body.website-body button{cursor:pointer;border:none;font-family:inherit}.ws-main{margin-top:var(--website-nav-height);min-height:calc(100vh - var(--website-nav-height))}.ws-container{max-width:var(--website-container-max);padding:0 var(--website-section-pad-x);margin:0 auto}.container{max-width:1600px;margin:0 auto;padding:0 1rem}.ws-section{padding:var(--website-section-pad-y) 0}.ws-section--soft{background:var(--bg-lighter)}.ws-section--white{background:var(--white)}.ws-nav,#site-header{background-color:var(--white);z-index:100;transition:var(--transition);height:var(--website-nav-height);align-items:center;padding:1rem 0;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000000d}.ws-nav__inner,.header-content{max-width:var(--website-container-max);padding:0 var(--website-section-pad-x);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.ws-nav__logo,.logo{color:var(--text-color);flex-shrink:0;align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.ws-nav__logo:hover,.logo:hover{opacity:.8}.ws-nav__logo img,.logo-image{object-fit:contain;width:auto;height:64px}.ws-nav__links,nav{align-items:center;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.ws-nav__links a,nav a{color:var(--text-color);padding-bottom:2px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.ws-nav__links a:hover,nav a:hover{color:var(--accent-color)}.ws-nav__links a:after,nav a:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.ws-nav__links a:hover:after,nav a:hover:after,.ws-nav__links a[aria-current=page]:after{width:100%}.ws-nav__links a[aria-current=page]{color:var(--accent-color)}.ws-nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.ws-nav__toggle span{background:var(--text-color);border-radius:2px;width:22px;height:2px;display:block}@media (max-width:768px){.ws-nav__links{top:var(--website-nav-height);background:var(--white);padding:1rem var(--website-section-pad-x);flex-direction:column;align-items:flex-start;gap:0;display:none;position:absolute;left:0;right:0;box-shadow:0 8px 20px #00000014}.ws-nav__links.is-open{display:flex}.ws-nav__links li{width:100%}.ws-nav__links a{border-bottom:1px solid var(--border-color);padding:.75rem 0;font-size:1rem;display:block}.ws-nav__toggle{display:flex}.ws-nav__links a:after{display:none}}.ws-footer,#site-footer{background-color:var(--primary-color);color:var(--white);margin-top:4rem;padding:4rem 0}.ws-footer__grid,.footer-grid{max-width:var(--website-container-max);padding:0 var(--website-section-pad-x);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.75rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.ws-footer__col h4,.footer-section h4{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.ws-footer__col p,.ws-footer__col a,.footer-section p,.footer-section a{color:#f5f1e8b3;margin-bottom:.25rem;font-size:.875rem;line-height:1.8;display:block}.ws-footer__col a:hover,.footer-section a:hover{color:var(--accent-color)}.ws-footer__bottom,.footer-bottom{text-align:center;color:#f5f1e8b3;max-width:var(--website-container-max);padding-top:2rem;padding-left:var(--website-section-pad-x);padding-right:var(--website-section-pad-x);border-top:1px solid #f5f1e833;margin:0 auto}.social-links{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.social-links a{color:#ffffffd9;text-decoration:none}.social-links a:hover{color:var(--white)}.ws-btn,.btn{background-color:var(--accent-color);color:var(--white);border-radius:var(--radius);transition:var(--transition);border:2px solid var(--accent-color);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--website-font);padding:.875rem 2rem;text-decoration:none;display:inline-block}.ws-btn:hover,.btn:hover{color:var(--accent-color);background-color:#0000}.ws-btn--outline,.btn-outline{color:var(--accent-color);border:2px solid var(--accent-color);background-color:#0000}.ws-btn--outline:hover,.btn-outline:hover{background-color:var(--accent-color);color:var(--white)}.ws-btn--ghost{color:#fff;background:0 0;border:2px solid #fff9}.ws-btn--ghost:hover{color:#fff;background:#ffffff26}.ws-btn--sm{border:none;border-radius:8px;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600}.ws-section-header,.section-header{text-align:center;margin-bottom:1.75rem}.ws-section-header--center{text-align:center}.ws-section-label,.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent-color);margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-block}.ws-section-title,.section-title{color:var(--primary-color);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem}.ws-section-subtitle,.section-subtitle{color:var(--text-light);max-width:600px;margin:1rem auto;font-size:1.1rem}.ws-hero{min-height:72vh;color:var(--white);background-color:#2a2420;background-image:linear-gradient(#14121140,#141211a6),none;background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:flex-end;padding:0;display:flex;position:relative;overflow:hidden}.ws-hero__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.ws-hero__content{z-index:2;width:100%;max-width:980px;padding:3.25rem var(--website-section-pad-x);text-align:left;margin:0 auto;position:relative}.ws-hero__label{text-transform:uppercase;letter-spacing:2px;color:#ffffffd9;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-block}.ws-hero__title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.6rem,4.4vw,4.4rem);font-weight:700;line-height:1.1}.ws-hero__sub{opacity:.95;max-width:60ch;margin-bottom:2rem;font-size:1.25rem}@media (max-width:768px){.ws-hero{min-height:400px}.ws-hero__title{font-size:2.5rem}}.split-hero{background:var(--secondary-color);min-height:600px;padding:0;position:relative;overflow:hidden}.split-hero__grid{height:600px;display:block;position:relative}.split-hero__media{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.split-hero__media img{object-fit:cover;width:100%;height:100%;box-shadow:none;border:none;border-radius:0}.split-hero__copy{z-index:10;background:#fffffff2;border-radius:12px;max-width:600px;padding:3rem 2.5rem;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 32px #00000026}.page-about .split-hero__copy,.page-product-dev .split-hero__copy{left:8%;right:auto}.page-why .split-hero__copy,.page-contact .split-hero__copy{left:50%;right:auto;transform:translate(-50%,-50%)}.page-categories .split-hero__copy,.page-insights .split-hero__copy,.page-products .split-hero__copy,.page-collections .split-hero__copy,.page-gallery .split-hero__copy{left:auto;right:8%}.split-hero__copy:not([class*=page-] .split-hero__copy){left:8%}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-bottom:.75rem;font-size:.85rem;display:inline-block}.display-title{letter-spacing:-.02em;color:var(--primary-color);margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.15}.lead{color:var(--text-light);max-width:56ch;font-size:1.1rem}@media (max-width:1024px){.split-hero{min-height:500px}.split-hero__grid{height:500px}.split-hero__copy{max-width:500px;padding:2.5rem 2rem}}@media (max-width:768px){.split-hero{min-height:400px}.split-hero__grid{height:400px}.split-hero__copy{max-width:none;padding:2rem 1.5rem;font-size:.9rem;position:absolute;left:5%!important;right:5%!important;transform:translateY(-50%)!important}.split-hero__copy .display-title{font-size:1.75rem}}@media (max-width:480px){.split-hero{min-height:350px}.split-hero__grid{height:350px}.split-hero__copy{padding:1.5rem 1rem}.split-hero__copy .display-title{font-size:1.5rem}}.anchor-bar{padding:.5rem 0 1.25rem}.anchor-bar__inner{max-width:var(--website-container-max);padding:0 var(--website-section-pad-x);flex-wrap:wrap;gap:.5rem;margin:0 auto;display:flex}.pill-link{background:var(--white);color:var(--text-color);border:1px solid #00000014;border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.pill-link:hover{border-color:#0000002e}.module{padding:2.75rem 0}.module--tight{padding:1.75rem 0}.module__head{grid-template-columns:1fr;gap:.75rem;max-width:920px;margin-bottom:1.5rem;display:grid}.module__head h2{color:var(--primary-color);margin:0;font-size:1.75rem;font-weight:700}.module__head p{color:var(--text-light);margin:0}.section-head{gap:.5rem;max-width:70ch;margin-bottom:2.25rem;display:grid}.section-head p{color:var(--text-light)}.section{padding:3.25rem 0}.bg-white{background:var(--white)}.bg-soft{background:var(--bg-lighter)}.stat-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.stat-card{background:var(--white);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.stat-value{color:var(--primary-color);font-size:1.15rem;font-weight:700}.stat-label{color:var(--text-light);margin-top:.4rem;font-size:.9rem}.feature-rows{gap:2.5rem;display:grid}.feature-row{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:14px;grid-template-columns:1fr 1fr;align-items:center;gap:1.25rem;padding:1.5rem;display:grid}.feature-row--reverse .feature-row__media{order:2}.feature-row--reverse .feature-row__copy{order:1}.feature-row__media img{object-fit:cover;border-radius:14px;width:100%;height:380px;display:block}.checklist{color:var(--text-light);margin-top:1rem;padding-left:1.1rem}.checklist li{margin:.4rem 0}.text-link{color:var(--accent-color);margin-top:1rem;font-weight:600;display:inline-block}.focus-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.focus-card{background:var(--white);border:1px solid var(--border-color);color:inherit;transition:var(--transition);border-radius:14px;padding:1.5rem;text-decoration:none;display:block}.focus-card:hover{box-shadow:var(--website-card-shadow-hover);transform:translateY(-3px)}.focus-card__title{color:var(--primary-color);margin-bottom:.75rem;font-size:1.2rem;font-weight:800}.focus-card ul{color:var(--text-light);padding-left:1.1rem}.focus-card__cta{color:var(--accent-color);margin-top:1rem;font-weight:700;display:inline-block}.anchor-sections{gap:1rem;display:grid}.anchor-block{background:var(--white);border:1px solid var(--border-color);border-radius:14px;padding:1.5rem}.cta-band,.callout{background:#00000008;border-radius:14px;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}@media (max-width:640px){.cta-band,.callout{flex-direction:column;align-items:flex-start}}.callout h2{color:var(--primary-color);margin-bottom:.4rem;font-size:1.3rem}.callout p{color:var(--text-light);font-size:.9rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1.75rem;display:grid}.card{background-color:var(--white);border-radius:var(--radius);box-shadow:var(--website-card-shadow);transition:var(--transition);padding:1.25rem}.card:hover{box-shadow:var(--website-card-shadow-hover);transform:translateY(-5px)}.card h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem}.card p{color:var(--text-light);line-height:1.8}.card--link{color:inherit;text-decoration:none;display:block}.card__media img{object-fit:cover;border-radius:14px;width:100%;height:250px;display:block}.card__body{padding-top:.9rem}.card__body h3{margin:0 0 .75rem}.card__body h3 a{color:var(--accent-color);text-decoration:none}.card__body h3 a:hover{text-decoration:underline}.card__body p{color:var(--text-light);margin-bottom:1rem;font-size:.9rem;line-height:1.7}.post-date{color:#666;margin-bottom:.5rem;font-size:.9rem}.card__cta{color:var(--accent-color);margin-top:.75rem;font-weight:700;display:inline-block}.btn-small{border-radius:8px;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600}.grid{gap:1.25rem;display:grid}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1024px){.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid--3{grid-template-columns:1fr}}.two-col{grid-template-columns:1.2fr .8fr;gap:1.25rem;display:grid}@media (max-width:1024px){.two-col{grid-template-columns:1fr}}.panel{background:var(--white);border:1px solid #00000014;border-radius:14px;padding:1.5rem}.panel--soft{background:#00000008;border-color:#0000000d}.ws-form-group{flex-direction:column;gap:.35rem;margin-bottom:1.25rem;display:flex}.ws-form-label{color:var(--text-color);font-size:.875rem;font-weight:600}.ws-form-input,.ws-form-textarea,.ws-form-select{width:100%;font:inherit;background:var(--white);color:var(--text-color);border:1px solid #0000001f;border-radius:12px;outline:none;padding:.85rem .9rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.ws-form-input:focus,.ws-form-textarea:focus,.ws-form-select:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #c976421f}.ws-form-textarea{resize:vertical;min-height:140px}.ws-form-error{color:#dc2626;font-size:.8rem}.ws-product-grid,.product-grid,.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:1.75rem;display:grid}@media (max-width:480px){.ws-product-grid,.product-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.ws-product-card,.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--website-card-shadow);transition:var(--transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ws-product-card:hover,.product-card:hover{box-shadow:var(--website-card-shadow-hover);transform:scale(1.05)}.ws-product-card__img-wrap,.product-img-wrap{aspect-ratio:1;background:#f9f7f4;justify-content:center;align-items:center;display:flex;overflow:hidden}.ws-product-card__img-wrap img,.product-img,.product-img-wrap img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:.75rem;display:block}.ws-product-card__img-placeholder,.product-img-placeholder{width:100%;height:100%;color:var(--text-light);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.ws-product-card__body,.product-info,.product-card-content{flex-direction:column;flex:1;padding:1rem;display:flex}.product-card-content{padding:1.5rem}.ws-product-card__name,.product-name{color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:.92rem;font-weight:600;line-height:1.4;overflow:hidden}.ws-product-card__sku,.product-model{color:var(--text-light);margin-bottom:.2rem;font-family:monospace;font-size:.78rem}.ws-product-card__collection,.product-collection{color:var(--accent-color);margin-top:.3rem;font-size:.75rem;font-weight:500}.product-card h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem}.product-card p{color:var(--text-light);margin-bottom:1rem;font-size:.95rem}.product-card-image{object-fit:cover;width:100%;height:360px;display:block}.ws-collection-grid,.collections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;margin-top:1.75rem;display:grid}.ws-collection-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--website-card-shadow);transition:var(--transition);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ws-collection-card:hover{box-shadow:var(--website-card-shadow-hover);transform:translateY(-4px)}.ws-collection-card__img-wrap{aspect-ratio:4/3;overflow:hidden}.ws-collection-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ws-collection-card:hover .ws-collection-card__img-wrap img{transform:scale(1.04)}.ws-collection-card__img-placeholder{background:var(--bg-lighter);width:100%;height:100%;color:var(--text-light);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.ws-collection-card__body{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem;display:flex}.ws-collection-card__name{color:var(--primary-color);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.ws-collection-card__desc{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ws-collection-card__cta{color:var(--accent-color);font-size:.85rem;font-weight:600}.insights-page-wrapper{min-height:calc(100vh - var(--website-nav-height));background:#f5f0eb}.articles-section{padding:0}.ws-article-grid,.insights-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;display:grid}.ws-article-card,.insight-card{background:var(--white);color:inherit;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.ws-article-card:hover,.insight-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001f}.ws-article-card__img-link,.card-img-link{display:block;overflow:hidden}.insight-card .card-img-link{height:210px}.ws-article-card__img-link img,.card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.insight-card .card-image{height:210px}.ws-article-card:hover .ws-article-card__img-link img,.insight-card:hover .card-image{transform:scale(1.03)}.ws-article-card__img-placeholder{background:var(--bg-lighter);width:100%;height:100%;color:var(--text-light);justify-content:center;align-items:center;font-size:2rem;display:flex}.ws-article-card__body,.card-content{flex-direction:column;flex:1;padding:1.4rem 1.5rem 1.5rem;display:flex}.ws-article-card__meta,.card-meta{color:#6b6560;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.65rem;font-size:.82rem;display:flex}.ws-article-card__cat,.meta-cat{color:var(--accent-color);font-weight:600;text-decoration:none}.ws-article-card__cat:hover,.meta-cat:hover{text-decoration:underline}.ws-article-card__dot,.meta-dot{color:#c0b8b0;font-size:.6rem}.ws-article-card__title{color:var(--primary-color);margin-bottom:.65rem;font-size:1.1rem;font-weight:700;line-height:1.4}.ws-article-card__title a{color:var(--primary-color);text-decoration:none}.ws-article-card__title a:hover{color:var(--accent-color)}.card-content h2{color:var(--primary-color);margin-bottom:.65rem;font-size:1.1rem;font-weight:700;line-height:1.4}.card-content h2 a{color:var(--primary-color);text-decoration:none}.card-content h2 a:hover{color:var(--accent-color)}.ws-article-card__excerpt,.card-excerpt{color:#6b6560;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65;display:-webkit-box;overflow:hidden}.read-more-btn{background:var(--accent-color);color:#fff;border-radius:8px;align-self:flex-start;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.read-more-btn:hover{background:var(--website-brand-dark);color:#fff}.category-item{background-color:var(--white);border-radius:var(--radius);text-align:center;transition:var(--transition);cursor:pointer;padding:2rem;box-shadow:0 2px 10px #0000000d}.category-item:hover{background-color:var(--accent-color);color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px #c9764233}.category-item h4{margin-bottom:.5rem;font-size:1.25rem}.category-item p{opacity:.8;font-size:.9rem}.ws-sidebar-layout,.collections-layout,.insights-layout{max-width:var(--website-container-max);padding:2.5rem var(--website-section-pad-x) 5rem;grid-template-columns:240px 1fr;align-items:start;gap:2.5rem;margin:0 auto;display:grid}@media (max-width:768px){.ws-sidebar-layout,.collections-layout,.insights-layout{grid-template-columns:1fr}.ws-sidebar,.collections-sidebar,.insights-sidebar{display:none}}.ws-sidebar,.collections-sidebar,.insights-sidebar{top:calc(var(--website-nav-height) + 1.5rem);background:var(--white);border-radius:12px;padding:1.5rem;position:sticky;box-shadow:0 1px 4px #00000014}.ws-sidebar__title,.sidebar-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:1rem;font-size:.7rem;font-weight:700}.ws-sidebar__link,.collection-nav-link,.sidebar-cat-link{color:var(--primary-color);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:3px;padding:.65rem .85rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.ws-sidebar__link:hover,.collection-nav-link:hover,.sidebar-cat-link:hover{background:var(--secondary-color);color:var(--accent-color)}.ws-sidebar__link--active,.collection-nav-link.active,.sidebar-cat-link.active{background:var(--accent-color);color:#fff;font-weight:600}.ws-sidebar__link--active:hover,.collection-nav-link.active:hover,.sidebar-cat-link.active:hover{background:var(--website-brand-dark);color:#fff}.ws-sidebar__count,.nav-count,.cat-count{color:var(--text-light);background:#00000012;border-radius:999px;padding:.1rem .45rem;font-size:.7rem;font-weight:600}.ws-sidebar__link--active .ws-sidebar__count,.collection-nav-link.active .nav-count,.sidebar-cat-link.active .cat-count{color:#fff;background:#ffffff40}.ws-breadcrumb{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.82rem;display:flex}.ws-breadcrumb a{color:var(--text-light);text-decoration:none;transition:color .15s}.ws-breadcrumb a:hover{color:var(--accent-color)}.ws-breadcrumb__sep{color:var(--border-color);font-size:.75rem}.ws-breadcrumb__current{color:var(--text-color);font-weight:500}.ws-stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.ws-stat-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--website-card-shadow);text-align:center;padding:1.75rem 1.5rem}.ws-stat-card__value{color:var(--accent-color);margin-bottom:.4rem;font-size:1.3rem;font-weight:800}.ws-stat-card__label{color:var(--text-light);font-size:.85rem;line-height:1.5}.ws-rich-content{color:var(--text-color);font-size:1rem;line-height:1.75}.ws-rich-content h1,.ws-rich-content h2,.ws-rich-content h3{color:var(--primary-color);margin-top:2rem;margin-bottom:.75rem}.ws-rich-content p{margin-bottom:1rem}.ws-rich-content ul,.ws-rich-content ol{margin-bottom:1rem;padding-left:1.5rem}.ws-rich-content li{margin-bottom:.35rem}.ws-rich-content a{color:var(--accent-color);text-decoration:underline}.ws-rich-content strong{color:var(--primary-color)}.ws-rich-content blockquote{border-left:3px solid var(--accent-color);color:var(--text-light);margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.ws-gallery-grid{columns:4 220px;column-gap:clamp(8px,1.5vw,16px)}.ws-gallery-item{break-inside:avoid;border-radius:var(--radius);cursor:pointer;margin-bottom:clamp(8px,1.5vw,16px);position:relative;overflow:hidden}.ws-gallery-item img{width:100%;height:auto;transition:transform .3s;display:block}.ws-gallery-item:hover img{transform:scale(1.03)}.ws-gallery-item__caption{color:#fff;opacity:0;background:linear-gradient(#0000,#0009);padding:1.5rem .75rem .65rem;font-size:.8rem;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.ws-gallery-item:hover .ws-gallery-item__caption{opacity:1}.ws-page-hero{color:#fff;background:linear-gradient(135deg,#2a2420 0%,#3a3633 100%);padding:4rem 0 3.5rem;position:relative;overflow:hidden}.ws-page-hero__bg{object-fit:cover;opacity:.2;width:100%;height:100%;position:absolute;inset:0}.ws-page-hero__content{z-index:1;position:relative}.ws-page-hero__eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--website-brand-light);margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:block}.ws-page-hero__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1}.ws-page-hero__desc{color:#ffffffbf;max-width:560px;font-size:1rem;line-height:1.6}.ws-product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.ws-product-detail__gallery{aspect-ratio:1;background:#f9f7f4;border-radius:16px;justify-content:center;align-items:center;display:flex;overflow:hidden}.ws-product-detail__gallery img{object-fit:contain;width:100%;height:100%;padding:1.5rem}.ws-product-detail__info{padding-top:1rem}.ws-product-detail__sku{color:var(--text-light);background:var(--bg-lighter);border-radius:4px;margin-bottom:.75rem;padding:.2rem .6rem;font-family:monospace;font-size:.8rem;display:inline-block}.ws-product-detail__title{color:var(--primary-color);margin-bottom:1rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;line-height:1.2}.ws-product-detail__price{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.ws-product-detail__price strong{color:var(--accent-color);font-size:1.2rem}.ws-product-detail__desc{color:var(--text-color);margin-bottom:2rem;font-size:.95rem;line-height:1.75}.ws-product-detail__collections{margin-bottom:1.5rem}.ws-product-detail__collections h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:.6rem;font-size:.75rem}.ws-product-detail__tag{background:var(--bg-lighter);color:var(--text-color);border-radius:6px;margin-bottom:.4rem;margin-right:.4rem;padding:.25rem .65rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-block}.ws-product-detail__tag:hover{background:var(--accent-color);color:#fff}@media (max-width:768px){.ws-product-detail{grid-template-columns:1fr;gap:2rem}}.ws-article-header{margin-bottom:2.5rem}.ws-article-cover{aspect-ratio:16/7;border-radius:16px;margin-bottom:2.5rem;overflow:hidden}.ws-article-cover img{object-fit:cover;width:100%;height:100%}.ws-article-meta{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.85rem;display:flex}.ws-article-title{letter-spacing:-.02em;color:var(--primary-color);margin-bottom:1rem;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;line-height:1.15}.ws-article-excerpt{color:var(--text-color);margin-bottom:2rem;font-size:1.1rem;font-weight:400;line-height:1.65}.ws-alert{border-radius:8px;margin-bottom:1.25rem;padding:.875rem 1.25rem;font-size:.9rem;line-height:1.5}.ws-alert--success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.ws-alert--error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.ws-empty{text-align:center;color:var(--text-light);padding:4rem 2rem}.ws-empty__icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.ws-empty__title{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ws-empty__desc{max-width:400px;margin:0 auto;font-size:.9rem;line-height:1.6}.ws-divider{border:none;border-top:1px solid var(--border-color);margin:2rem 0}.ws-tag{background:var(--accent-color);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.18rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.ws-badge--cat{color:var(--accent-color);background:#fef3e2;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem;display:flex}.pagination button{min-width:2.2rem;height:2.2rem;color:var(--primary-color);cursor:pointer;font-size:.88rem;font-weight:500;font-family:var(--website-font);background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 .6rem;transition:all .15s}.pagination button:hover{background:var(--secondary-color);border-color:var(--accent-color);color:var(--accent-color)}.pagination button.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff;font-weight:600}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination-info{color:var(--text-light);text-align:center;margin-top:.75rem;font-size:.82rem}.scroll-to-top{background-color:var(--accent-color);width:48px;height:48px;color:var(--white);transition:var(--transition);z-index:40;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:none;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #c976424d}.scroll-to-top:hover{transform:scale(1.1);box-shadow:0 15px 40px #c9764266}.scroll-to-top.show{display:flex}.how-it-works-steps{gap:3.5rem;display:grid}@media (min-width:1024px){.how-it-works-step{align-items:center}.how-it-works-step--img-left{grid-template-columns:1fr 1fr}.how-it-works-step--img-left .feature-row__media{order:1}.how-it-works-step--img-left .feature-row__copy{order:2}.how-it-works-step--img-right{grid-template-columns:1fr 1fr}.how-it-works-step--img-right .feature-row__copy{order:1}.how-it-works-step--img-right .feature-row__media{order:2}}@media (max-width:1023px){.how-it-works-step{flex-direction:column;display:flex;grid-template-columns:1fr!important}.how-it-works-step .feature-row__media{order:1!important}.how-it-works-step .feature-row__copy{order:2!important}}@media (max-width:1024px) and (min-width:901px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.stat-grid,.feature-row{grid-template-columns:1fr}.feature-row--reverse .feature-row__media,.feature-row--reverse .feature-row__copy{order:initial}.feature-row__media img{height:280px}.focus-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.ws-section-title,.section-title{font-size:2rem}.ws-section{padding:2rem 0}}@media (max-width:480px){.ws-section-title,.section-title{font-size:1.5rem}.ws-btn,.btn{padding:.75rem 1.5rem;font-size:.9rem}}
body.bw2-body{--bw2-black:#0a0a0a;--bw2-surface:#111;--bw2-rule:#1e1e1e;--bw2-rule-mid:#2a2a2a;--bw2-lime:#c8ff00;--bw2-lime-dim:#c8ff001f;--bw2-white:#f0f0f0;--bw2-muted:#888;--bw2-muted2:#555;--bw2-amber:#f59e0b;--bw2-sage:#4ade80;--bw2-blue:#3b82f6;--bw2-orange:#ef4444;--bw2-font-display:"Space Grotesk", system-ui, sans-serif;--bw2-font-mono:"JetBrains Mono", "Courier New", monospace;--bw2-nav-h:64px;--bw2-max-w:1440px;--bw2-pad-x:clamp(1.25rem, 5vw, 4rem);--bw2-section-y:clamp(5rem, 10vw, 10rem);--bw2-ease:cubic-bezier(.16, 1, .3, 1);font-family:var(--bw2-font-mono);background:var(--bw2-black);color:var(--bw2-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:14px;font-weight:300;line-height:1.7}body.bw2-body *,body.bw2-body :before,body.bw2-body :after{box-sizing:border-box}body.bw2-body img{max-width:100%;height:auto;display:block}body.bw2-body a{color:inherit;text-decoration:none;transition:color .2s}body.bw2-body p{margin:0}body.bw2-body button{cursor:pointer;border:none}body.bw2-body h1,body.bw2-body h2,body.bw2-body h3,body.bw2-body h4{font-family:var(--bw2-font-display);color:var(--bw2-white);letter-spacing:-.03em;margin:0;font-weight:800;line-height:1}.bw2-main{margin-top:var(--bw2-nav-h);min-height:calc(100vh - var(--bw2-nav-h))}.bw2-container{max-width:var(--bw2-max-w);padding:0 var(--bw2-pad-x);margin:0 auto}.bw2-section{padding:var(--bw2-section-y) 0}.bw2-section--surface{background:var(--bw2-surface)}.bw2-section--lime{background:var(--bw2-lime);color:var(--bw2-black)}.bw2-section--lime h1,.bw2-section--lime h2,.bw2-section--lime h3,.bw2-section--lime h4,.bw2-section--lime p{color:var(--bw2-black)}.bw2-reveal{opacity:0;transition:opacity .7s var(--bw2-ease), transform .7s var(--bw2-ease);transform:translateY(24px)}.bw2-reveal.is-visible{opacity:1;transform:none}.bw2-reveal--delay-1{transition-delay:.1s}.bw2-reveal--delay-2{transition-delay:.2s}.bw2-reveal--delay-3{transition-delay:.3s}.bw2-reveal--delay-4{transition-delay:.4s}.bw2-nav{height:var(--bw2-nav-h);z-index:200;background:0 0;transition:background .3s,border-bottom .3s;position:fixed;top:0;left:0;right:0}.bw2-nav.is-solid{border-bottom:1px solid var(--bw2-rule);-webkit-backdrop-filter:blur(12px);background:#0a0a0af5}.bw2-nav__inner{max-width:var(--bw2-max-w);padding:0 var(--bw2-pad-x);justify-content:space-between;align-items:center;gap:2rem;height:100%;margin:0 auto;display:flex}.bw2-wordmark{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-white);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:800;text-decoration:none;display:flex}.bw2-wordmark__dot{background:var(--bw2-lime);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.bw2-nav__links{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.bw2-nav__links a{font-family:var(--bw2-font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--bw2-muted);border-radius:2px;padding:.4rem .75rem;font-size:11px;font-weight:400;transition:color .2s,background .2s;display:block}.bw2-nav__links a:hover,.bw2-nav__links a[aria-current=page]{color:var(--bw2-white);background:var(--bw2-rule-mid)}.bw2-nav__cta{font-family:var(--bw2-font-mono);letter-spacing:.06em;text-transform:uppercase;background:var(--bw2-lime);color:var(--bw2-black);white-space:nowrap;flex-shrink:0;padding:.5rem 1.25rem;font-size:11px;font-weight:500;text-decoration:none;transition:opacity .2s}.bw2-nav__cta:hover{opacity:.85}.bw2-nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.bw2-nav__toggle span{background:var(--bw2-white);width:22px;height:1px;transition:all .25s;display:block}.bw2-nav__drawer{top:var(--bw2-nav-h);background:var(--bw2-black);border-bottom:1px solid var(--bw2-rule);padding:1.5rem var(--bw2-pad-x) 2rem;z-index:199;flex-direction:column;gap:0;display:none;position:fixed;left:0;right:0}.bw2-nav__drawer.is-open{display:flex}.bw2-nav__drawer a{font-family:var(--bw2-font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--bw2-muted);border-bottom:1px solid var(--bw2-rule);padding:1rem 0;font-size:13px;transition:color .2s;display:block}.bw2-nav__drawer a:hover{color:var(--bw2-white)}@media (max-width:1000px){.bw2-nav__links,.bw2-nav__cta{display:none}.bw2-nav__toggle{display:flex}}.bw2-hero{background:var(--bw2-black);grid-template-columns:1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.bw2-hero__bg{object-fit:cover;opacity:.15;z-index:0;filter:grayscale()contrast(1.2);width:100%;height:100%;position:absolute;inset:0}.bw2-hero__overlay{z-index:1;background:linear-gradient(160deg,#0a0a0aeb 0%,#0a0a0a99 50%,#0a0a0ae0 100%);position:absolute;inset:0}.bw2-hero:before{content:"";z-index:2;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.bw2-hero__content{z-index:3;max-width:var(--bw2-max-w);padding:0 var(--bw2-pad-x);width:100%;min-height:100vh;padding-top:var(--bw2-nav-h);grid-template-columns:1fr;align-content:end;margin:0 auto;padding-bottom:clamp(3rem,8vw,8rem);display:grid;position:relative}.bw2-hero__chapter{font-family:var(--bw2-font-display);color:#0000;-webkit-text-stroke:1px #c8ff0026;letter-spacing:-.05em;right:var(--bw2-pad-x);z-index:0;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:clamp(6rem,18vw,22rem);font-weight:800;line-height:.85;position:absolute;bottom:clamp(3rem,8vw,8rem)}.bw2-hero__eyebrow{font-family:var(--bw2-font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--bw2-lime);align-items:center;gap:1rem;margin-bottom:2rem;font-size:11px;display:flex}.bw2-hero__eyebrow:before{content:"";background:var(--bw2-lime);width:2rem;height:1px;display:inline-block}.bw2-hero__title{font-family:var(--bw2-font-display);letter-spacing:-.04em;color:var(--bw2-white);max-width:18ch;margin-bottom:3rem;font-size:clamp(3.5rem,9vw,11rem);font-weight:800;line-height:.92}.bw2-hero__title em{color:var(--bw2-lime);font-style:normal}.bw2-hero__meta{grid-template-columns:1fr auto;align-items:end;gap:2rem;display:grid}.bw2-hero__sub{font-family:var(--bw2-font-mono);color:var(--bw2-muted);max-width:48ch;font-size:13px;font-weight:300;line-height:1.7}.bw2-hero__actions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}@media (max-width:640px){.bw2-hero__meta{grid-template-columns:1fr}.bw2-hero__actions{align-items:flex-start}.bw2-hero__chapter{display:none}.bw2-hero__title{font-size:clamp(2.8rem,13vw,5rem)}}.bw2-btn{font-family:var(--bw2-font-mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;padding:.875rem 2rem;font-size:11px;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:inline-block}.bw2-btn--lime{background:var(--bw2-lime);color:var(--bw2-black);border-color:var(--bw2-lime)}.bw2-btn--lime:hover{opacity:.85}.bw2-btn--ghost{color:var(--bw2-white);border-color:var(--bw2-rule-mid);background:0 0}.bw2-btn--ghost:hover{border-color:var(--bw2-muted2);background:var(--bw2-surface)}.bw2-btn--outline-lime{color:var(--bw2-lime);border-color:var(--bw2-lime);background:0 0}.bw2-btn--outline-lime:hover{background:var(--bw2-lime);color:var(--bw2-black)}.bw2-section--lime .bw2-btn--lime{background:var(--bw2-black);color:var(--bw2-lime);border-color:var(--bw2-black)}.bw2-chapter-label{font-family:var(--bw2-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--bw2-muted2);align-items:center;gap:1rem;margin-bottom:2rem;font-size:11px;display:flex}.bw2-chapter-label__num{color:var(--bw2-lime);font-weight:500}.bw2-chapter-label:after{content:"";background:var(--bw2-rule);flex:1;max-width:3rem;height:1px}.bw2-stats{border-top:1px solid var(--bw2-rule);grid-template-columns:repeat(4,1fr);display:grid}.bw2-stat{border-right:1px solid var(--bw2-rule);padding:3rem 2rem 3rem 0}.bw2-stat:last-child{border-right:none}.bw2-stat__val{font-family:var(--bw2-font-display);letter-spacing:-.04em;color:var(--bw2-white);margin-bottom:1rem;font-size:clamp(3rem,5vw,5.5rem);font-weight:800;line-height:.9}.bw2-stat__val em{color:var(--bw2-lime);font-style:normal}.bw2-stat__label{font-family:var(--bw2-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--bw2-muted);font-size:11px;line-height:1.5}@media (max-width:800px){.bw2-stats{grid-template-columns:repeat(2,1fr);gap:0}.bw2-stat:nth-child(2){border-right:none}.bw2-stat:first-child,.bw2-stat:nth-child(2){border-bottom:1px solid var(--bw2-rule)}}@media (max-width:480px){.bw2-stats{grid-template-columns:1fr 1fr}}.bw2-editorial{grid-template-columns:3fr 5fr;align-items:start;gap:5rem;display:grid}.bw2-editorial--reverse{grid-template-columns:5fr 3fr}.bw2-editorial--reverse .bw2-editorial__label{text-align:right;order:2}.bw2-editorial__label{top:calc(var(--bw2-nav-h) + 2rem);position:sticky}.bw2-editorial__title{font-family:var(--bw2-font-display);letter-spacing:-.03em;color:var(--bw2-white);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1}.bw2-editorial__sub{font-family:var(--bw2-font-mono);color:var(--bw2-muted);max-width:36ch;font-size:13px;line-height:1.75}.bw2-editorial__body{font-family:var(--bw2-font-mono);color:var(--bw2-muted);font-size:14px;line-height:1.8}.bw2-editorial__body p+p{margin-top:1.5rem}.bw2-editorial__lead{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-white);margin-bottom:2rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;line-height:1.2}@media (max-width:900px){.bw2-editorial{grid-template-columns:1fr;gap:2.5rem}.bw2-editorial--reverse .bw2-editorial__label{text-align:left;order:0}.bw2-editorial__label{position:static}}.bw2-brand-matrix{background:var(--bw2-rule);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.bw2-brand-tile{background:var(--bw2-black);color:inherit;flex-direction:column;justify-content:space-between;min-height:260px;padding:3.5rem 3rem;text-decoration:none;transition:background .3s;display:flex;position:relative;overflow:hidden}.bw2-brand-tile:hover{background:var(--bw2-surface)}.bw2-brand-tile__num{font-family:var(--bw2-font-display);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1px var(--bw2-rule-mid);-webkit-user-select:none;user-select:none;pointer-events:none;font-size:clamp(4rem,8vw,8rem);font-weight:800;line-height:.85;transition:-webkit-text-stroke-color .3s;position:absolute;top:1.5rem;right:2rem}.bw2-brand-tile:hover .bw2-brand-tile__num{-webkit-text-stroke-color:#c8ff0033}.bw2-brand-tile__accent-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-bottom:1.5rem}.bw2-brand-tile__name{font-family:var(--bw2-font-display);letter-spacing:-.03em;color:var(--bw2-white);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;line-height:1}.bw2-brand-tile__segment{font-family:var(--bw2-font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--bw2-muted);flex-grow:1;margin-bottom:1.5rem;font-size:11px}.bw2-brand-tile__desc{font-family:var(--bw2-font-mono);color:var(--bw2-muted2);margin-bottom:2rem;font-size:12px;line-height:1.65}.bw2-brand-tile__arrow{font-family:var(--bw2-font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--bw2-muted2);align-items:center;gap:.5rem;font-size:11px;transition:color .2s,gap .2s;display:flex}.bw2-brand-tile:hover .bw2-brand-tile__arrow{color:var(--bw2-lime);gap:.75rem}@media (max-width:640px){.bw2-brand-matrix{grid-template-columns:1fr}}.bw2-manifesto{padding:calc(var(--bw2-nav-h) + clamp(4rem, 8vw, 8rem)) var(--bw2-pad-x) clamp(5rem, 10vw, 10rem);max-width:var(--bw2-max-w);margin:0 auto}.bw2-manifesto__headline{font-family:var(--bw2-font-display);letter-spacing:-.04em;color:var(--bw2-white);margin-bottom:5rem;font-size:clamp(3.5rem,10vw,13rem);font-weight:800;line-height:.88}.bw2-manifesto__headline em{color:var(--bw2-lime);font-style:normal;display:block}.bw2-manifesto__stanzas{border-top:1px solid var(--bw2-rule);grid-template-columns:repeat(3,1fr);gap:3rem;padding-top:3rem;display:grid}.bw2-manifesto__stanza{font-family:var(--bw2-font-mono);color:var(--bw2-muted);font-size:14px;line-height:1.8}.bw2-manifesto__stanza strong{font-family:var(--bw2-font-display);color:var(--bw2-white);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;display:block}@media (max-width:800px){.bw2-manifesto__stanzas{grid-template-columns:1fr;gap:2rem}}.bw2-timeline{grid-template-columns:120px 1fr;gap:0 3rem;display:grid}.bw2-timeline-item{display:contents}.bw2-timeline-item__year{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-lime);border-top:1px solid var(--bw2-rule);padding:2.75rem 0 2.5rem;font-size:1.25rem;font-weight:800;line-height:1}.bw2-timeline-item__content{border-top:1px solid var(--bw2-rule);padding:2.5rem 0}.bw2-timeline-item__title{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-white);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.bw2-timeline-item__body{font-family:var(--bw2-font-mono);color:var(--bw2-muted);font-size:13px;line-height:1.7}@media (max-width:600px){.bw2-timeline{grid-template-columns:80px 1fr;gap:0 1.5rem}}.bw2-pillars{border-top:1px solid var(--bw2-rule);gap:0;display:grid}.bw2-pillar{border-bottom:1px solid var(--bw2-rule);grid-template-columns:80px 1fr;align-items:start;gap:2rem;padding:3rem 0;display:grid}.bw2-pillar__num{font-family:var(--bw2-font-display);letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1px var(--bw2-rule-mid);font-size:3rem;font-weight:800;line-height:1}.bw2-pillar__title{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-white);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.bw2-pillar__desc{font-family:var(--bw2-font-mono);color:var(--bw2-muted);font-size:13px;line-height:1.75}@media (max-width:600px){.bw2-pillar{grid-template-columns:1fr;gap:.5rem}.bw2-pillar__num{font-size:2rem}}.bw2-brand-hero{min-height:100vh;padding-top:var(--bw2-nav-h);background:var(--bw2-black);flex-direction:column;justify-content:flex-end;padding-bottom:clamp(4rem,8vw,8rem);display:flex;position:relative;overflow:hidden}.bw2-brand-hero__bg{object-fit:cover;opacity:.18;filter:grayscale()contrast(1.3);z-index:0;width:100%;height:100%;position:absolute;inset:0}.bw2-brand-hero__overlay{z-index:1;background:linear-gradient(#0a0a0ab3 0%,#0a0a0ae6 100%);position:absolute;inset:0}.bw2-brand-hero__content{z-index:2;max-width:var(--bw2-max-w);padding:0 var(--bw2-pad-x);width:100%;margin:0 auto;position:relative}.bw2-brand-hero__parent{font-family:var(--bw2-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--bw2-muted);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:11px;display:flex}.bw2-brand-hero__parent a{color:var(--bw2-muted);text-decoration:none}.bw2-brand-hero__parent a:hover{color:var(--bw2-white)}.bw2-brand-hero__name{font-family:var(--bw2-font-display);letter-spacing:-.04em;color:var(--bw2-white);margin-bottom:2rem;font-size:clamp(4rem,12vw,14rem);font-weight:800;line-height:.88}.bw2-brand-hero__slogan{font-family:var(--bw2-font-mono);color:var(--bw2-muted);max-width:52ch;margin-bottom:3rem;font-size:clamp(14px,1.5vw,18px);line-height:1.6}.bw2-journal-grid{background:var(--bw2-rule);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.bw2-journal-card{background:var(--bw2-black);color:inherit;flex-direction:column;gap:1rem;padding:2.5rem 2rem;text-decoration:none;transition:background .25s;display:flex}.bw2-journal-card:hover{background:var(--bw2-surface)}.bw2-journal-card__img{aspect-ratio:4/3;background:var(--bw2-surface);margin:-2.5rem -2rem 0;overflow:hidden}.bw2-journal-card__img img{object-fit:cover;filter:grayscale(.3);width:100%;height:100%;transition:filter .3s, transform .5s var(--bw2-ease)}.bw2-journal-card:hover .bw2-journal-card__img img{filter:grayscale(0);transform:scale(1.03)}.bw2-journal-card__cat{font-family:var(--bw2-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--bw2-lime);margin-top:1.5rem;font-size:10px}.bw2-journal-card__title{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-white);font-size:1.1rem;font-weight:700;line-height:1.2}.bw2-journal-card__excerpt{font-family:var(--bw2-font-mono);color:var(--bw2-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;font-size:12px;line-height:1.65;display:-webkit-box;overflow:hidden}.bw2-journal-card__arrow{font-family:var(--bw2-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--bw2-muted2);font-size:10px;transition:color .2s}.bw2-journal-card:hover .bw2-journal-card__arrow{color:var(--bw2-lime)}@media (max-width:900px){.bw2-journal-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.bw2-journal-grid{grid-template-columns:1fr}}.bw2-cta-band{background:var(--bw2-lime);padding:clamp(4rem, 8vw, 8rem) var(--bw2-pad-x)}.bw2-cta-band__inner{max-width:var(--bw2-max-w);grid-template-columns:1fr auto;align-items:center;gap:3rem;margin:0 auto;display:grid}.bw2-cta-band__eyebrow{font-family:var(--bw2-font-mono);letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a80;margin-bottom:1rem;font-size:11px;display:block}.bw2-cta-band__title{font-family:var(--bw2-font-display);letter-spacing:-.03em;color:var(--bw2-black);margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1}.bw2-cta-band__body{font-family:var(--bw2-font-mono);color:#0a0a0a99;max-width:48ch;font-size:13px;line-height:1.65}@media (max-width:700px){.bw2-cta-band__inner{grid-template-columns:1fr}}.bw2-contact-grid{grid-template-columns:1fr 480px;align-items:start;gap:6rem;display:grid}@media (max-width:1024px){.bw2-contact-grid{grid-template-columns:1fr;gap:3rem}}.bw2-contact-info__item{border-bottom:1px solid var(--bw2-rule);padding:1.5rem 0}.bw2-contact-info__item:first-child{border-top:1px solid var(--bw2-rule)}.bw2-contact-info__label{font-family:var(--bw2-font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--bw2-lime);margin-bottom:.4rem;font-size:10px;display:block}.bw2-contact-info__value{font-family:var(--bw2-font-mono);color:var(--bw2-white);font-size:14px;line-height:1.5}.bw2-contact-info__value a:hover{color:var(--bw2-lime)}.bw2-form{gap:1.5rem;display:grid}.bw2-form-group{flex-direction:column;gap:.5rem;display:flex}.bw2-form-label{font-family:var(--bw2-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--bw2-muted);font-size:10px}.bw2-form-input,.bw2-form-textarea,.bw2-form-select{border:1px solid var(--bw2-rule-mid);width:100%;font-family:var(--bw2-font-mono);background:var(--bw2-surface);color:var(--bw2-white);appearance:none;border-radius:0;outline:none;padding:.875rem 1rem;font-size:13px;font-weight:300;transition:border-color .15s}.bw2-form-input::placeholder,.bw2-form-textarea::placeholder{color:var(--bw2-muted2)}.bw2-form-input:focus,.bw2-form-textarea:focus,.bw2-form-select:focus{border-color:var(--bw2-lime)}.bw2-form-textarea{resize:vertical;min-height:140px}.bw2-form-error{font-size:11px;font-family:var(--bw2-font-mono);color:#f44}.bw2-footer{background:var(--bw2-surface);border-top:1px solid var(--bw2-rule);padding:5rem 0 3rem}.bw2-footer__grid{max-width:var(--bw2-max-w);padding:0 var(--bw2-pad-x);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin:0 auto 3rem;display:grid}.bw2-footer__wordmark{font-family:var(--bw2-font-display);letter-spacing:-.02em;color:var(--bw2-white);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.bw2-footer__intro{font-family:var(--bw2-font-mono);color:var(--bw2-muted);max-width:34ch;margin-bottom:1.5rem;font-size:12px;line-height:1.75}.bw2-footer__col-title{font-family:var(--bw2-font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--bw2-muted2);margin-bottom:1.25rem;font-size:10px;display:block}.bw2-footer__links{flex-direction:column;gap:.6rem;display:flex}.bw2-footer__links a{font-family:var(--bw2-font-mono);color:var(--bw2-muted);font-size:13px;text-decoration:none;transition:color .2s}.bw2-footer__links a:hover{color:var(--bw2-white)}.bw2-footer__bottom{border-top:1px solid var(--bw2-rule);max-width:var(--bw2-max-w);padding-top:2rem;padding-left:var(--bw2-pad-x);padding-right:var(--bw2-pad-x);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.bw2-footer__bottom p{font-family:var(--bw2-font-mono);color:var(--bw2-muted2);font-size:11px}.bw2-footer__bottom a{color:var(--bw2-muted2);text-decoration:none}.bw2-footer__bottom a:hover{color:var(--bw2-muted)}@media (max-width:900px){.bw2-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.bw2-footer__grid{grid-template-columns:1fr;gap:2rem}.bw2-footer__bottom{flex-direction:column;align-items:flex-start}}.bw2-page-hero{padding:calc(var(--bw2-nav-h) + clamp(3rem, 6vw, 6rem)) var(--bw2-pad-x) clamp(3rem, 6vw, 6rem);max-width:var(--bw2-max-w);border-bottom:1px solid var(--bw2-rule);margin:0 auto}.bw2-page-hero__eyebrow{font-family:var(--bw2-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--bw2-lime);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:11px;display:flex}.bw2-page-hero__eyebrow:before{content:"";background:var(--bw2-lime);width:1.5rem;height:1px;display:inline-block}.bw2-page-hero__title{font-family:var(--bw2-font-display);letter-spacing:-.04em;color:var(--bw2-white);margin-bottom:2rem;font-size:clamp(3rem,8vw,8rem);font-weight:800;line-height:.9}.bw2-page-hero__sub{font-family:var(--bw2-font-mono);color:var(--bw2-muted);max-width:54ch;font-size:14px;line-height:1.7}.bw2-gallery-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.bw2-gallery-item{aspect-ratio:4/3;background:var(--bw2-surface);overflow:hidden}.bw2-gallery-item img{object-fit:cover;filter:grayscale(.2);width:100%;height:100%;transition:filter .4s, transform .6s var(--bw2-ease)}.bw2-gallery-item:hover img{filter:grayscale(0);transform:scale(1.05)}@media (max-width:768px){.bw2-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.bw2-gallery-grid{grid-template-columns:1fr}}.bw2-products-grid{background:var(--bw2-rule);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.bw2-product-card{background:var(--bw2-black);color:inherit;padding:1.5rem;text-decoration:none;transition:background .25s}.bw2-product-card:hover{background:var(--bw2-surface)}.bw2-product-card__img{aspect-ratio:1;background:var(--bw2-surface);margin-bottom:1rem;overflow:hidden}.bw2-product-card__img img{object-fit:cover;filter:grayscale(.1);width:100%;height:100%;transition:filter .3s, transform .4s var(--bw2-ease)}.bw2-product-card:hover .bw2-product-card__img img{filter:grayscale(0);transform:scale(1.03)}.bw2-product-card__name{font-family:var(--bw2-font-display);letter-spacing:-.01em;color:var(--bw2-white);margin-bottom:.25rem;font-size:.9rem;font-weight:700}.bw2-product-card__code{font-family:var(--bw2-font-mono);color:var(--bw2-muted2);font-size:11px}@media (max-width:900px){.bw2-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.bw2-products-grid{grid-template-columns:repeat(2,1fr)}}.bw2-alert{font-family:var(--bw2-font-mono);border-left:3px solid;margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:13px;line-height:1.5}.bw2-alert--success{color:var(--bw2-lime);border-color:var(--bw2-lime);background:#c8ff0014}.bw2-alert--error{color:#f44;background:#ff444414;border-color:#f44}.bw2-rule{border:none;border-top:1px solid var(--bw2-rule);margin:0}.bw2-breadcrumb{font-family:var(--bw2-font-mono);letter-spacing:.05em;color:var(--bw2-muted2);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:11px;display:flex}.bw2-breadcrumb a{color:var(--bw2-muted);text-decoration:none}.bw2-breadcrumb a:hover{color:var(--bw2-white)}.bw2-breadcrumb__sep{color:var(--bw2-rule-mid)}.bw2-brand-link-mini:hover{background:var(--bw2-surface)!important}