: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 p{color:var(--text-light)}.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{background:var(--bg-lighter);border:1px solid var(--border-color);border-radius:14px;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;display:flex}.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:200px;display:block}.card__body{padding-top:.9rem}.card__body h3{color:var(--primary-color);margin:0 0 .4rem;font-size:1.1rem}.card__cta{color:var(--accent-color);margin-top:.75rem;font-weight:700;display:inline-block}.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}.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{aspect-ratio:16/9;display:block;overflow:hidden}.ws-article-card__img-link img,.card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.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}}
