:root{--ws-page-width: 90rem;--ws-reading-width: 50rem;--ws-gutter: clamp(1rem, 3vw, 3rem);--ws-section-space: clamp(3.5rem, 7vw, 7rem);--ws-card-radius: 1.25rem;--ws-button-radius: .875rem;--ws-off-white: #f7f5ef;--ws-surface: #fffdf8;--ws-charcoal: #232925;--ws-forest: #2f4a3d;--ws-forest-dark: #1f352b;--ws-rust: #a65f3a;--ws-muted: #68706a;--ws-line: rgba(35, 41, 37, .14)}html{scroll-behavior:smooth}body{overflow-x:clip}.ws-container{width:min(calc(100% - (2 * var(--ws-gutter))),var(--ws-page-width));margin-inline:auto}.ws-reading-content,.ws-reading{width:min(100%,var(--ws-reading-width))}.ws-reading-content{margin-inline:auto}.ws-section{padding-block:var(--ws-section-space)}.ws-section--compact{padding-block:clamp(2.25rem,5vw,4.5rem)}.ws-section--light{background:var(--ws-off-white);color:var(--ws-charcoal)}.ws-section--dark{background:var(--ws-charcoal);color:#fffdf8}.ws-section--forest{background:var(--ws-forest);color:#fffdf8}.ws-eyebrow{margin:0 0 .75rem;color:var(--ws-rust);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ws-section--dark .ws-eyebrow,.ws-section--forest .ws-eyebrow{color:#dfb08c}.ws-title{margin:0;max-width:18ch;font-size:clamp(2rem,4.6vw,4.75rem);line-height:.98;letter-spacing:-.035em;text-wrap:balance}.ws-title--section{font-size:clamp(1.9rem,3.5vw,3.4rem)}.ws-lead{max-width:44rem;margin:1.25rem 0 0;color:inherit;font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.65}.ws-section--light .ws-lead{color:var(--ws-muted)}.ws-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.ws-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:var(--ws-button-radius);background:var(--ws-forest);color:#fff;font-weight:700;line-height:1.1;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.ws-button:hover{background:var(--ws-forest-dark);transform:translateY(-1px)}.ws-button--secondary{border-color:currentColor;background:transparent;color:inherit}.ws-button--secondary:hover{background:#ffffff1a;color:inherit}.ws-section--light .ws-button--secondary:hover{background:#2329250f}.ws-button:focus-visible,.ws-card:focus-visible,.ws-footer a:focus-visible,.ws-faq summary:focus-visible{outline:3px solid #d49365;outline-offset:3px}.ws-hero{position:relative;min-height:clamp(30rem,68vh,48rem);display:grid;overflow:hidden;background:var(--ws-charcoal);color:#fff}.ws-hero__media,.ws-hero__media img,.ws-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ws-hero__media img{object-fit:cover}.ws-hero__veil{background:linear-gradient(90deg,rgba(16,22,18,var(--ws-overlay, .62)),#10161214)}.ws-hero--no-image{background:linear-gradient(135deg,var(--ws-forest-dark),var(--ws-charcoal) 70%)}.ws-hero__inner{position:relative;z-index:1;display:flex;align-items:var(--ws-hero-align, center);min-height:inherit}.ws-hero__content{max-width:48rem;padding-block:clamp(4rem,10vw,8rem)}.ws-hero--center .ws-hero__content{margin-inline:auto;text-align:center}.ws-hero--center .ws-title,.ws-hero--center .ws-lead{margin-inline:auto}.ws-hero--center .ws-actions{justify-content:center}.ws-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--ws-line);border-block:1px solid var(--ws-line)}.ws-service-item{min-width:0;padding:1.15rem var(--ws-gutter);background:var(--ws-surface)}.ws-service-item strong{display:block;margin-bottom:.25rem;color:var(--ws-charcoal)}.ws-service-item span{color:var(--ws-muted);font-size:.9rem;line-height:1.4}.ws-heading-row{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:clamp(1.75rem,4vw,3rem)}.ws-grid{display:grid;gap:clamp(1rem,2.2vw,2rem)}.ws-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ws-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ws-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ws-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--ws-line);border-radius:var(--ws-card-radius);background:var(--ws-surface);color:var(--ws-charcoal);text-decoration:none}.ws-card__media{aspect-ratio:4 / 3;overflow:hidden;background:#ebe8df}.ws-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.ws-card:hover .ws-card__media img{transform:scale(1.025)}.ws-card__body{padding:clamp(1.1rem,2.5vw,1.75rem)}.ws-card__body h3{margin:0;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.15}.ws-card__body p{margin:.7rem 0 0;color:var(--ws-muted);line-height:1.55}.ws-card__link{display:inline-block;margin-top:1rem;color:var(--ws-forest);font-weight:700}.ws-card--no-image .ws-card__body{min-height:12rem;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(145deg,#e8e5dc,#f8f6f0)}.ws-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);align-items:stretch;gap:clamp(2rem,5vw,5rem)}.ws-split--reverse .ws-split__media{order:2}.ws-split__media{min-height:28rem;overflow:hidden;border-radius:var(--ws-card-radius);background:#e8e5dc}.ws-split__media img{width:100%;height:100%;object-fit:cover}.ws-split__content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding-block:1rem}.ws-split--no-image{grid-template-columns:minmax(0,var(--ws-reading-width))}.ws-benefit{padding:1.5rem;border-top:2px solid var(--ws-forest)}.ws-benefit h3{margin:0 0 .5rem;font-size:1.15rem}.ws-benefit p{margin:0;color:var(--ws-muted);line-height:1.55}.ws-benefit__icon{width:2rem;height:2rem;margin-bottom:1rem;color:var(--ws-forest)}.ws-product-card{color:inherit;text-decoration:none}.ws-product-card__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem;background:#eeeae1}.ws-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.ws-product-card:hover img{transform:scale(1.025)}.ws-product-card h3{margin:.85rem 0 .35rem;font-size:1rem;line-height:1.35}.ws-product-card__price{font-weight:700}.ws-product-card__compare{margin-left:.45rem;color:var(--ws-muted);font-weight:400}.ws-article-card__meta{color:var(--ws-rust);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ws-article-card__excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ws-cta{border-radius:clamp(1rem,3vw,2rem);padding:clamp(2rem,6vw,5rem)}.ws-cta .ws-title{max-width:20ch}.ws-faq{max-width:var(--ws-reading-width)}.ws-faq details{border-top:1px solid var(--ws-line)}.ws-faq details:last-child{border-bottom:1px solid var(--ws-line)}.ws-faq summary{position:relative;cursor:pointer;list-style:none;padding:1.25rem 2.5rem 1.25rem 0;font-weight:700}.ws-faq summary::-webkit-details-marker{display:none}.ws-faq summary:after{content:"+";position:absolute;right:.25rem;top:1rem;font-size:1.5rem}.ws-faq details[open] summary:after{content:"\2013"}.ws-faq__answer{padding:0 2.5rem 1.25rem 0;color:var(--ws-muted);line-height:1.65}.ws-contact-layout{display:grid;grid-template-columns:minmax(16rem,.65fr) minmax(0,1.35fr);gap:clamp(2rem,5vw,5rem)}.ws-contact-cards{display:grid;gap:1rem;align-content:start}.ws-contact-card{padding:1.25rem;border:1px solid var(--ws-line);border-radius:1rem;background:var(--ws-surface)}.ws-contact-card h3{margin:0 0 .4rem}.ws-contact-card p{margin:0;color:var(--ws-muted)}.ws-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.ws-field{display:grid;gap:.4rem}.ws-field--full{grid-column:1 / -1}.ws-field label{font-weight:700;font-size:.9rem}.ws-field input,.ws-field textarea{width:100%;min-height:3rem;border:1px solid var(--ws-line);border-radius:.7rem;background:#fff;padding:.75rem;color:var(--ws-charcoal)}.ws-field textarea{min-height:10rem;resize:vertical}.ws-form-errors{grid-column:1 / -1;color:#8b2f24}.ws-form-success{grid-column:1 / -1;color:var(--ws-forest);font-weight:700}.ws-newsletter{display:grid;grid-template-columns:1fr auto;gap:.75rem;max-width:38rem}.ws-newsletter input{min-height:3rem;border:1px solid currentColor;border-radius:var(--ws-button-radius);background:transparent;color:inherit;padding:.75rem 1rem}.ws-footer{padding-top:clamp(3rem,6vw,6rem);background:var(--ws-charcoal);color:#f8f5ee}.ws-footer__top{display:grid;grid-template-columns:minmax(16rem,1.3fr) repeat(4,minmax(8rem,1fr));gap:clamp(2rem,4vw,4rem)}.ws-footer__brand{max-width:24rem}.ws-footer__brand h2{margin:0 0 1rem;font-size:clamp(1.5rem,2vw,2.25rem)}.ws-footer__brand p{color:#ffffffb8;line-height:1.6}.ws-footer__column h3{margin:0 0 1rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.ws-footer__column ul{margin:0;padding:0;list-style:none}.ws-footer__column li+li{margin-top:.65rem}.ws-footer a{color:inherit;text-decoration:none}.ws-footer a:hover{text-decoration:underline;text-underline-offset:.2em}.ws-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:clamp(2.5rem,5vw,5rem);padding-block:1.25rem;border-top:1px solid rgba(255,255,255,.15);font-size:.8rem;color:#ffffffad}.ws-footer__policies{display:flex;flex-wrap:wrap;gap:.8rem 1.25rem}.ws-footer__payments{display:flex;flex:1 1 100%;flex-wrap:wrap;align-items:center;justify-content:center;gap:.55rem .75rem;padding-top:.35rem}.ws-footer__payments span{display:inline-flex;flex:0 0 auto;align-items:center}.ws-footer__payments svg{display:block;width:auto;height:1.65rem;max-width:3rem}.ws-return-intro{max-width:var(--ws-reading-width);margin-bottom:clamp(2rem,4vw,3.5rem)}.ws-return-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.25rem}.ws-return-links a{color:inherit;font-weight:700;text-underline-offset:.2em}.ws-field select{width:100%;min-height:3rem;border:1px solid var(--ws-line);border-radius:.7rem;background:#fff;padding:.75rem;color:var(--ws-charcoal)}.ws-field--checkbox{display:flex;grid-column:1 / -1;align-items:flex-start;gap:.75rem}.ws-field--checkbox input{width:1.15rem;min-height:1.15rem;margin-top:.15rem;flex:0 0 auto}.ws-field--checkbox label{line-height:1.5}@media(max-width:1023px){.ws-service-grid,.ws-grid--4,.ws-grid--3,.ws-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}.ws-footer__brand{grid-column:1 / -1}}@media(max-width:749px){:root{--ws-gutter: 1.125rem}.ws-title{font-size:clamp(2.25rem,11vw,3.5rem)}.ws-heading-row{align-items:start;flex-direction:column;gap:1rem}.ws-service-grid,.ws-grid--2,.ws-grid--3{grid-template-columns:1fr}.ws-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.ws-grid--4 .ws-card__body{padding:.9rem}.ws-grid--4 .ws-card__body p{display:none}.ws-split,.ws-contact-layout{grid-template-columns:1fr}.ws-split--reverse .ws-split__media{order:0}.ws-split__media{min-height:18rem}.ws-form{grid-template-columns:1fr}.ws-field--full{grid-column:auto}.ws-newsletter{grid-template-columns:1fr}.ws-footer__top{grid-template-columns:1fr 1fr}.ws-footer__brand{grid-column:1 / -1}.ws-footer__bottom{justify-content:center;text-align:center}.ws-footer__policies{justify-content:center}.ws-footer__payments{gap:.5rem .65rem}.ws-footer__payments svg{height:1.5rem}}@media(max-width:430px){.ws-footer__top{grid-template-columns:1fr}.ws-footer__brand{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ws-system.css.map */
