.brand-strip{padding-block:var(--space-7)}.brand-strip__head{text-align:center;font-size:var(--text-sm);font-weight:var(--fw-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--text-muted);margin-bottom:22px}.brand-strip__list{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 28px}.brand-strip__name{font-family:var(--font-display);font-weight:var(--fw-extrabold);font-size:var(--text-lg);color:var(--ink-300)}.brand-strip__name--link{text-decoration:none;padding:2px 10px;margin:-2px -10px;border-radius:var(--radius-sm);transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.brand-strip__name--link:hover{background:var(--yellow-400);color:var(--ink-700);text-decoration:none}.brand-strip__name--link:focus-visible{outline:3px solid var(--yellow-400);outline-offset:2px;color:var(--ink-700)}.contact__layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-6);align-items:start}.contact__title{font-size:var(--text-2xl)}.contact__line{display:flex;gap:10px;align-items:center}.contact__line .icon{color:var(--yellow-700)}.contact__hours{font-size:var(--text-sm);color:var(--text-muted);margin-top:var(--space-3)}@media screen and (max-width:989px){.contact__layout{grid-template-columns:1fr}}.decoration{border-block:1px solid var(--border-subtle)}.decoration__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}.decoration__card{border-radius:var(--radius-xl);padding:30px 30px 26px;box-shadow:var(--shadow-md)}.decoration__card-title{font-family:var(--font-display);font-weight:var(--fw-black);font-size:var(--text-2xl);letter-spacing:var(--tracking-tight)}.decoration__card-body{font-size:var(--text-base);line-height:var(--leading-normal);opacity:.9;margin:12px 0 18px}.decoration__card-price{font-family:var(--font-display);font-weight:var(--fw-extrabold);font-size:var(--text-md)}.decoration__card-link{display:inline-block;margin-top:14px;font-weight:var(--fw-bold);text-decoration:none}@media screen and (max-width:749px){.decoration__grid{grid-template-columns:1fr}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.featured-products__more{display:flex;justify-content:center;margin-top:var(--space-6)}.product-carousel{position:relative}.product-grid--carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-grid--carousel{padding:6px 4px 28px;margin:-6px -4px -28px}.product-grid--carousel::-webkit-scrollbar{display:none}.product-grid--carousel>.product-card{flex:0 0 calc((100% - 3 * var(--space-5)) / 4);scroll-snap-align:start;height:auto}.product-carousel__btn{position:absolute;top:50%;z-index:2;display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);background:var(--surface-card);border:1px solid var(--border-default);color:var(--ink-600);box-shadow:var(--shadow-sm);cursor:pointer;transform:translateY(-50%)}.product-carousel.is-ready .product-carousel__btn{display:inline-flex}.product-carousel__btn:hover{border-color:var(--border-strong)}.product-carousel__btn--prev{left:-22px}.product-carousel__btn--next{right:-22px}.product-carousel__btn--prev svg{transform:rotate(180deg)}@media screen and (max-width:989px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid--carousel>.product-card{flex-basis:calc((100% - 2 * var(--space-5)) / 3)}}@media screen and (max-width:749px){.product-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.product-grid--carousel>.product-card{flex-basis:calc((100% - var(--space-3)) / 1.75)}.product-carousel.is-ready .product-carousel__btn{display:none}}.footer{color:var(--cream-200)}.footer__inner{padding-block:var(--space-9) var(--space-7)}.footer__cols{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:var(--space-6)}.footer__logo{height:64px;width:auto;object-fit:contain;margin-bottom:14px}.footer__blurb{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--text-on-dark-muted);max-width:260px}.footer__col-head{font-family:var(--font-display);font-weight:var(--fw-extrabold);font-size:var(--text-sm);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--yellow-400);margin-bottom:14px}.footer__links{list-style:none;display:flex;flex-direction:column;gap:9px}.footer__links a{font-size:var(--text-sm);color:var(--text-on-dark-muted);text-decoration:none}.footer__links a:hover{color:var(--cream-200)}.footer__links a[href*=recycled-organic]{color:var(--eco-300)}.footer__links a[href*=recycled-organic]:hover{color:var(--eco-100)}.footer__bottom{border-top:1px solid var(--border-on-dark);margin-top:var(--space-7);padding-top:var(--space-5);display:flex;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;font-size:var(--text-xs);color:var(--text-on-dark-muted)}.footer__legal a{color:var(--text-on-dark-muted)}.footer__legal a:hover{color:var(--cream-200)}@media screen and (max-width:989px){.footer__cols{grid-template-columns:1fr 1fr;gap:var(--space-5)}.footer__brand{grid-column:1 / -1}}@media screen and (max-width:480px){.footer__cols{grid-template-columns:1fr}}.gr-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap}.gr-head .eyebrow{display:block;margin-bottom:6px}.gr-head h2{margin:0}.gr-summary{display:inline-flex;align-items:center;gap:8px;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);padding:9px 16px;text-decoration:none;color:var(--ink-600);transition:box-shadow var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out)}.gr-summary:hover{border-color:var(--border-default);box-shadow:var(--shadow-md);text-decoration:none}.gr-summary__g{flex:none}.gr-summary__rating{font-weight:var(--fw-extrabold);color:var(--ink-900)}.gr-summary__stars{color:var(--yellow-500);letter-spacing:.05em;font-size:var(--text-sm)}.gr-summary__count{font-size:var(--text-sm);color:var(--text-muted)}.gr-marquee{overflow:hidden}.gr-track{display:flex;width:max-content;animation:gr-scroll var(--gr-dur, 45s) linear infinite}.gr-marquee:hover .gr-track{animation-play-state:paused}.gr-set{display:flex;gap:var(--space-4);padding-right:var(--space-4)}@keyframes gr-scroll{to{transform:translate(-50%)}}.gr-card{width:340px;flex:none;margin:0;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.gr-card__head{display:flex;align-items:center;gap:10px}.gr-card__avatar{width:38px;height:38px;border-radius:var(--radius-pill);display:grid;place-items:center;font-weight:var(--fw-extrabold);color:#fff;flex:none}.gr-card__avatar[data-tone="0"]{background:var(--info-500)}.gr-card__avatar[data-tone="1"]{background:var(--eco-500)}.gr-card__avatar[data-tone="2"]{background:var(--warning-500)}.gr-card__avatar[data-tone="3"]{background:var(--ink-500)}.gr-card__author{display:block;font-weight:var(--fw-bold);color:var(--ink-900);font-size:var(--text-sm)}.gr-card__meta{display:block;font-size:var(--text-xs);color:var(--text-muted)}.gr-card__stars{color:var(--yellow-500);font-size:var(--text-md);letter-spacing:.08em}.gr-card__text{margin:0;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-body);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:749px){.gr-card{width:280px}}@media(prefers-reduced-motion:reduce){.gr-track{animation:none}.gr-marquee{overflow-x:auto;-webkit-overflow-scrolling:touch}}.header{position:sticky;top:0;z-index:40}.header__trade-strip{background:var(--ink-600);color:var(--cream-200);font-size:var(--text-xs);font-weight:var(--fw-semibold);text-align:center;padding:7px 16px;letter-spacing:var(--tracking-snug)}.header__main{background:var(--surface-card);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-xs)}.header__bar{display:flex;align-items:center;gap:var(--space-5);height:76px}.header__menu-toggle{display:none;border:none;background:transparent;cursor:pointer;color:var(--text-strong);padding:6px}.header__logo{display:flex;flex:0 0 auto}.header__logo-img{height:52px;width:auto;object-fit:contain}.header__search{flex:1;display:flex;align-items:center;gap:10px;max-width:480px;background:var(--cream-200);border:1.5px solid var(--border-default);border-radius:var(--radius-pill);height:44px;padding:0 16px;color:var(--ink-400)}.header__search:focus-within{border-color:var(--accent-pressed);box-shadow:0 0 0 3px var(--accent-ring)}.header__search input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-body)}.header__actions{display:flex;align-items:center;gap:var(--space-1);margin-left:auto}.header__action{display:flex;align-items:center;gap:7px;position:relative;color:var(--text-strong);padding:8px 12px;border-radius:var(--radius-md);text-decoration:none;font-size:var(--text-sm);font-weight:var(--fw-bold)}.header__action:hover{background:var(--ink-50);text-decoration:none}.header__cart-count{position:absolute;top:2px;left:22px;min-width:18px;height:18px;padding:0 4px;background:var(--accent);color:var(--ink-700);border-radius:var(--radius-pill);font-size:11px;font-weight:var(--fw-black);display:flex;align-items:center;justify-content:center}.header__cart-count.is-hidden{display:none}.header__nav-list{display:flex;gap:var(--space-1);list-style:none}.header__subtoggle{display:none}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:6px;height:46px;padding:0 14px;font-family:var(--font-display);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--text-body);border-bottom:3px solid transparent;text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}.header__nav-link:hover,.header__nav-link.is-active{color:var(--yellow-700);text-decoration:none}.header__nav-link.is-active{border-bottom-color:var(--accent)}.header__nav-link[href*=recycled-organic]{color:var(--eco-700)}.header__nav-link[href*=recycled-organic]:hover,.header__nav-link[href*=recycled-organic].is-active{color:var(--eco-600)}.header__nav-link[href*=recycled-organic].is-active{border-bottom-color:var(--eco-500)}.header__submenu a[href*=recycled-organic]{color:var(--eco-700)}.header__submenu a[href*=recycled-organic]:hover{background:var(--eco-100);color:var(--eco-600)}.header__submenu{position:absolute;top:100%;left:0;min-width:220px;list-style:none;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-2);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);z-index:50}.header__nav-item:hover .header__submenu,.header__nav-item:focus-within .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu a{display:block;padding:8px 12px;border-radius:var(--radius-sm);color:var(--text-body);font-size:var(--text-sm);font-weight:var(--fw-medium);text-decoration:none}.header__submenu a:hover{background:var(--ink-50);color:var(--yellow-700)}.header__submenu--wide{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(168px,1fr);column-gap:var(--space-4);left:0;min-width:0;width:max-content;max-width:min(760px,calc(100vw - 40px));padding:var(--space-3)}.header__letter-end{border-bottom:2px solid var(--yellow-400, #ffe259);margin-bottom:6px;padding-bottom:4px}@media screen and (max-width:989px){.header__submenu--wide{display:block;width:auto;max-width:none}}@media screen and (max-width:989px){.header__menu-toggle{display:inline-flex}.header__search{order:3;flex-basis:100%;max-width:none}.header__bar{flex-wrap:wrap;height:auto;padding-block:12px;gap:var(--space-3)}.header__action-label{display:none}.header__logo-img{height:40px}.header__nav{display:none}.header__nav.is-open{display:block}.header__nav-list{flex-direction:column;gap:0;padding-bottom:var(--space-3)}.header__nav-item{display:grid;grid-template-columns:1fr auto;align-items:center}.header__nav-link{height:48px;border-bottom:1px solid var(--border-subtle)}.header__nav-caret{display:none}.header__subtoggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-bottom:1px solid var(--border-subtle);background:none;color:var(--text-muted);cursor:pointer;transition:transform var(--dur-fast) var(--ease-out)}.header__nav-item.is-expanded .header__subtoggle{transform:rotate(180deg);color:var(--yellow-700)}.header__submenu{display:none;position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding-left:var(--space-4);grid-column:1 / -1}.header__nav-item.is-expanded .header__submenu{display:block}.header__nav-item.is-expanded .header__submenu--wide{display:block;width:auto;max-width:none}}.hero{border-bottom:1px solid var(--yellow-500)}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-7);align-items:center;padding-block:var(--space-9) var(--space-8)}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--ink-600);color:var(--cream-200);font-size:var(--text-xs);font-weight:var(--fw-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;padding:6px 14px;border-radius:var(--radius-pill)}.hero__title{font-weight:var(--fw-black);font-size:var(--text-4xl);line-height:1.02;letter-spacing:var(--tracking-tight);color:var(--ink-700);margin:18px 0 16px;overflow-wrap:anywhere}.hero__content{min-width:0}.hero__sub{font-size:var(--text-md);line-height:var(--leading-normal);color:var(--ink-700);max-width:480px;margin:0 0 28px}.hero__ctas{display:flex;gap:12px;flex-wrap:wrap}.hero__stats{display:flex;gap:28px;margin-top:32px}.hero__stat-num{font-family:var(--font-display);font-weight:var(--fw-black);font-size:var(--text-xl);color:var(--ink-700)}.hero__stat-label{font-size:var(--text-xs);font-weight:var(--fw-semibold);color:var(--ink-600);letter-spacing:var(--tracking-snug)}.hero__visual{display:flex;justify-content:center}.hero__proof{background:var(--white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);padding:28px;width:100%;max-width:360px;transform:rotate(-1.5deg)}.hero__proof-media{aspect-ratio:1 / 1;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__proof-img{width:100%;height:100%;object-fit:cover}.hero__proof-img--logo{width:62%;height:auto;object-fit:contain}.hero__proof-foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.hero__proof-title{font-family:var(--font-display);font-weight:var(--fw-extrabold);color:var(--text-strong)}.hero__proof-sub{font-size:var(--text-sm);color:var(--text-muted)}.hero--video{background:#26221f;border-bottom:none}.hero-video__stage{position:relative;overflow:hidden;height:min(85vh,56.25vw);min-height:480px;background-size:cover;background-position:center}.hero-video__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-video__clip{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;will-change:opacity,transform;filter:saturate(.85) brightness(.94) contrast(1.05) sepia(.12)}.hero-video__wash{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:#504c4ca3;mix-blend-mode:multiply}.hero-video__wash:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1e1b190d 30%,#1e1b198c)}.hero-video__vignette{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.45;background:radial-gradient(120% 95% at 50% 42%,#0000 55%,#191615 130%)}.hero-video__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(52% 46% at 50% 50%,#1916156b,#19161500 72%)}.hero-video__grain{position:absolute;top:-120px;right:-120px;bottom:-120px;left:-120px;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)'/%3E%3C/svg%3E");background-size:280px 280px;animation:hero-grain .75s step-end infinite}@keyframes hero-grain{0%{transform:translate(0)}16.67%{transform:translate(-72px,44px)}33.33%{transform:translate(38px,-88px)}50%{transform:translate(-28px,-42px)}66.67%{transform:translate(82px,62px)}83.33%{transform:translate(-92px,12px)}}@media(prefers-reduced-motion:reduce){.hero-video__grain{animation:none}}.hero-video__chrome{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(20px,2.03vw,39px);z-index:1}.hero-video__logo{--logo-w: min(667px, 34.74vw);width:var(--logo-w);height:auto;margin:calc(var(--logo-w) * -.165) 0;filter:drop-shadow(0 12px 44px rgba(20,18,17,.55));pointer-events:none}.hero-video__ctas{display:flex;gap:clamp(12px,1.2vw,23px);position:relative;z-index:1}.hero-cta{display:inline-flex;align-items:center;justify-content:center;height:clamp(50px,3.96vw,76px);padding:0 clamp(26px,2.66vw,51px);border-radius:var(--radius-pill);font-family:var(--font-display);font-size:clamp(15px,1.35vw,26px);font-weight:var(--fw-extrabold);letter-spacing:.01em;text-decoration:none;transition:background .16s ease-out,transform .16s ease-out}.hero-cta:hover{transform:translateY(-2px);text-decoration:none}.hero-cta:focus-visible{outline:3px solid var(--yellow-400);outline-offset:2px}.hero-cta--primary{background:var(--yellow-400);color:var(--ink-600);box-shadow:0 8px 28px #ffe2594d}.hero-cta--primary:hover{background:#ffe97a;color:var(--ink-600)}.hero-cta--ghost{background:#fff9df12;color:var(--cream-200);border:1.5px solid rgba(255,249,223,.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cta--ghost:hover{background:#fff9df29;color:var(--cream-200)}@media screen and (max-width:989px){.hero__grid{grid-template-columns:1fr;gap:var(--space-6);padding-block:var(--space-7)}.hero__visual{order:-1}.hero__proof{max-width:300px}}@media screen and (max-width:749px){.hero__title{font-size:clamp(1.9rem,8.5vw,2.6rem)}.hero__stats{gap:18px;flex-wrap:wrap}.hero__proof{max-width:250px;padding:20px}.hero-video__stage{min-height:420px;height:auto;aspect-ratio:3 / 4;max-height:78vh}.hero-video__logo{--logo-w: 70vw}.hero-video__ctas{flex-direction:column;align-items:stretch;gap:12px}.hero-cta{height:52px;font-size:16px;justify-content:center}}.error-404{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding-block:var(--space-10)}.error-404__icon{color:var(--ink-300)}.error-404 p{max-width:460px;color:var(--text-muted)}.error-404__actions{display:flex;gap:12px;margin-top:var(--space-4);flex-wrap:wrap;justify-content:center}.article{max-width:820px}.article__head{text-align:center;margin-bottom:var(--space-6)}.article__title{font-size:var(--text-3xl);margin:var(--space-3) 0 8px}.article__meta{font-size:var(--text-sm);color:var(--text-muted)}.article__hero{border-radius:var(--radius-xl);overflow:hidden;margin-bottom:var(--space-6)}.article__hero img{width:100%}.article__body{line-height:var(--leading-relaxed)}.article__back{display:inline-block;margin-top:var(--space-7);font-weight:var(--fw-bold)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.blog-card{text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card__media{aspect-ratio:16 / 9;background:var(--cream-300);display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-card__media img{width:100%;height:100%;object-fit:cover}.blog-card__body{padding:var(--space-4);display:flex;flex-direction:column;gap:8px}.blog-card__title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-md);color:var(--text-strong)}.blog-card__excerpt{font-size:var(--text-sm);color:var(--text-muted);margin:0}.blog-card__date{font-size:var(--text-xs);color:var(--text-muted)}@media screen and (max-width:989px){.blog-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.blog-grid{grid-template-columns:1fr}}.cart__title{font-size:var(--text-2xl);margin-bottom:var(--space-6)}.cart__layout{display:grid;grid-template-columns:1fr 340px;gap:var(--space-7);align-items:start}.cart__item{display:grid;grid-template-columns:88px 1fr auto auto;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--border-subtle);align-items:start}.cart__group{border:2px solid var(--yellow-400);border-radius:var(--radius-lg);padding:0 var(--space-4);margin:var(--space-4) 0;background:var(--cream-100, #fffced)}.cart__group-head{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-xs);color:var(--text-strong);padding:10px 0;border-bottom:1px solid var(--border-subtle)}.cart__group-ref{margin-left:auto;font-weight:var(--fw-medium);color:var(--text-muted)}.cart__group .cart__item:last-child{border-bottom:0}.cart__item-media{width:88px;height:88px;border-radius:var(--radius-md);background:var(--cream-300);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--ink-300)}.cart__item-media img{width:100%;height:100%;object-fit:cover}.cart__item-media--charge{color:var(--yellow-700)}.cart__item-title{font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--text-strong);text-decoration:none}.cart__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;align-items:center}.cart__chip{display:inline-flex;align-items:center;gap:4px;font-size:var(--text-xs);color:var(--text-body);background:var(--cream-200);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);padding:3px 10px;line-height:1.4}.cart__chip--brand{background:var(--yellow-100, #fff9df);font-weight:var(--fw-bold)}.cart__item-props{list-style:none;margin:8px 0 0;font-size:var(--text-xs);color:var(--text-body);display:flex;flex-direction:column;gap:2px}.cart__prop-key{font-weight:var(--fw-bold);color:var(--text-muted)}.cart__deco{margin:8px 0 0;font-size:var(--text-xs);color:var(--text-body);display:flex;flex-direction:column;gap:4px}.cart__deco-row .cart__prop-key{margin-right:4px}.cart__deco-file{display:flex;align-items:center;gap:10px;margin-top:2px}.cart__deco-thumb{width:44px;height:44px;object-fit:contain;background:var(--white);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:3px}.cart__deco-fileicon{color:var(--text-muted);display:inline-flex}.cart__deco-fileinfo{display:flex;flex-direction:column}.cart__deco-filename{font-weight:var(--fw-bold);word-break:break-all}.cart__item-remove{border:none;background:transparent;color:var(--danger-500);font-size:var(--text-xs);font-weight:var(--fw-bold);cursor:pointer;padding:8px 0 0;display:inline-block}.cart__item-price{text-align:right}.cart__item-line{display:block;font-weight:var(--fw-extrabold);color:var(--text-strong)}.cart__item-each{font-size:var(--text-xs);color:var(--text-muted)}.cart__summary{position:sticky;top:96px}.cart__summary-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.cart__summary-row strong{font-size:var(--text-lg);color:var(--text-strong)}.cart__summary-note{font-size:var(--text-xs);color:var(--text-muted);margin:0 0 var(--space-4)}.cart__terms{display:flex;gap:10px;align-items:flex-start;font-size:var(--text-sm);color:var(--text-body);margin-bottom:var(--space-3);cursor:pointer}.cart__terms input{margin-top:3px;accent-color:var(--yellow-500, #ffd93b);width:16px;height:16px}.cart__payments{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:var(--space-3)}.cart__payment-icon{height:24px;width:auto}.cart__continue{display:block;text-align:center;margin-top:var(--space-4);font-size:var(--text-sm);font-weight:var(--fw-bold)}.cart__empty{text-align:center;padding:var(--space-10) 0;display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}.cart__empty-icon{color:var(--ink-300)}.cart__empty-title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-lg);color:var(--text-strong);margin:0}@media screen and (max-width:749px){.cart__layout{grid-template-columns:1fr}.cart__item{grid-template-columns:64px 1fr;grid-template-areas:"media info" "media qty" "price price"}.cart__item-media{width:64px;height:64px;grid-area:media}.cart__summary{position:static}}.collection__head{margin-bottom:var(--space-6)}.collection__title{font-size:var(--text-2xl);margin:4px 0 8px}.collection__layout{display:grid;grid-template-columns:260px 1fr;gap:var(--space-7);align-items:start}.collection__filters{position:sticky;top:96px}.collection__filter{border-bottom:1px solid var(--border-subtle);padding:var(--space-3) 0}.collection__filter summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--text-strong);list-style:none}.collection__filter summary::-webkit-details-marker{display:none}.collection__filter-body{padding-top:var(--space-3);display:flex;flex-direction:column;gap:8px}.collection__filter-opt{font-size:var(--text-sm)}.collection__filter-count{color:var(--text-muted)}.collection__filter-links a{font-size:var(--text-sm);color:var(--text-body);text-decoration:none;padding:2px 0}.collection__filter-links a:hover{color:var(--yellow-700)}.collection__filter-links a.is-active{font-weight:var(--fw-bold);color:var(--yellow-700)}.collection__filter-links a[href*=recycled-organic]{color:var(--eco-700)}.collection__filter-links a[href*=recycled-organic]:hover,.collection__filter-links a[href*=recycled-organic].is-active{color:var(--eco-600)}.collection__filter-links--scroll{max-height:260px;overflow-y:auto}.collection__filter-clear{font-size:var(--text-xs);color:var(--text-muted);text-decoration:underline}.collection__price-range{display:flex;gap:8px}.collection__pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:var(--space-7);flex-wrap:wrap}.collection__page{padding:6px 12px;border-radius:var(--radius-md);font-weight:var(--fw-bold);color:var(--text-body)}.collection__page.is-current{background:var(--accent);color:var(--ink-700)}.collection__empty{text-align:center;padding:var(--space-9) 0;display:flex;flex-direction:column;gap:var(--space-4);align-items:center}@media screen and (max-width:989px){.collection__layout{grid-template-columns:1fr}.collection__filters{position:static}}.collections-list__media{aspect-ratio:4 / 3;background:var(--cream-300);display:flex;align-items:center;justify-content:center;overflow:hidden}.collections-list__media img{width:100%;height:100%;object-fit:cover}.collections-list__body{padding:var(--space-4)}.collections-list__title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-md);color:var(--text-strong)}.collections-list__count{font-size:var(--text-sm);color:var(--text-muted);margin-top:2px}.page-section__banner{padding-block:var(--space-8);border-bottom:1px solid var(--border-subtle)}.page-section__title{font-size:var(--text-3xl);margin:4px 0 0}.page-section__intro{font-size:var(--text-md);color:var(--ink-700);max-width:640px;margin-top:var(--space-3)}.page-section__content{max-width:760px;line-height:var(--leading-relaxed);color:var(--text-body)}.rte h2{margin-top:var(--space-7)}.rte h3{margin-top:var(--space-6)}.rte ul,.rte ol{padding-left:1.4em;margin-bottom:var(--space-4);display:flex;flex-direction:column;gap:6px}.rte img{border-radius:var(--radius-lg);margin-block:var(--space-4)}.page-section__cta{margin-top:var(--space-7)}.pdpx__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-8);align-items:start}.pdpx__media{position:sticky;top:90px}.pdpx__media-main{background:var(--cream-300);border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center}.pdpx__media-img{width:100%;height:100%;object-fit:cover}.pdpx__media-empty{color:var(--ink-300)}.pdpx__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.pdpx__thumb{width:68px;height:68px;border:1.5px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden;padding:0;background:var(--surface-card);cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.pdpx__thumb:hover{border-color:var(--yellow-500);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.pdpx__thumb.is-active{border-color:var(--ink-700)}.pdpx__thumb img{width:100%;height:100%;object-fit:cover}.pdpx__brand{font-size:var(--text-xs);font-weight:var(--fw-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--text-muted)}.pdpx__brand a{color:inherit}.pdpx__title{font-size:var(--text-2xl);margin:6px 0 12px}.pdpx__sku{font-family:var(--font-display);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--text-muted);margin-left:6px;vertical-align:middle;letter-spacing:.02em}.pdpx__sparklayer:empty{display:none}.pdpx__block{margin-bottom:var(--space-5)}.pdpx__block-head{font-family:var(--font-display);font-weight:var(--fw-extrabold);font-size:var(--text-lg);margin-bottom:10px}.pdpx__colour-name{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted)}.pdpx__vat-note{font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted);margin-left:8px}.pdpx__swatches{display:flex;flex-wrap:wrap;gap:10px}.pdpx__swatch{position:relative;width:38px;height:38px;border-radius:50%;border:2px solid var(--border-default);cursor:pointer;padding:0;background-color:var(--cream-300);background-size:190%;background-position:center 32%;transition:transform var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.pdpx__swatch:hover{transform:scale(1.1);border-color:var(--yellow-500)}.pdpx__swatch.is-active{border-color:var(--ink-700)}.pdpx__swatch:after{content:attr(data-label);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--ink-700);color:var(--cream-100, #fff);font-family:var(--font-display);font-size:var(--text-2xs);font-weight:var(--fw-bold);padding:3px 9px;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;z-index:20}.pdpx__swatch:hover:after{opacity:1}.pdpx__tiers{display:flex;gap:0;border:1.5px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.pdpx__tier{flex:1;text-align:center;padding:10px 6px;border-left:1px solid var(--border-subtle)}.pdpx__tier:first-child{border-left:0}.pdpx__tier-label{font-size:var(--text-xs);font-weight:var(--fw-bold);color:var(--text-muted)}.pdpx__tier-price{font-family:var(--font-display);font-weight:var(--fw-extrabold);font-size:var(--text-md);color:var(--text-muted)}.pdpx__tier{transition:background-color var(--dur-fast) var(--ease-out)}.pdpx__tier.is-active{background-color:#494545;background-image:var(--bg-dark-url);background-size:cover;background-position:center}.pdpx__tier.is-active .pdpx__tier-label,.pdpx__tier.is-active .pdpx__tier-price{color:var(--yellow-400, #ffe259)}.pdpx__green{color:#00b34a;font-weight:var(--fw-bold)}.p-inc,html.vat-inc .p-ex{display:none}html.vat-inc .p-inc{display:inline}.pdpx__matrix{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px}.pdpx__cell{border:1.5px solid var(--border-default);border-radius:var(--radius-md);overflow:hidden}.pdpx__cell-size{background:var(--cream-300);font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-sm);text-align:center;padding:6px}.pdpx__cell-qty{display:flex;align-items:stretch}.pdpx__cell-qty button{flex:0 0 30px;border:0;background:none;font-size:var(--text-lg);cursor:pointer;color:var(--text-muted)}.pdpx__cell-qty button:hover{color:var(--text-strong);background:var(--cream-200)}.pdpx__cell-qty input{flex:1;width:100%;min-width:0;border:0;text-align:center;font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-md);padding:8px 0}.pdpx__cell-qty input:focus{outline:2px solid var(--yellow-400);outline-offset:-2px}.pdpx__deco{border:1.5px solid var(--border-default);border-radius:var(--radius-md);margin-bottom:var(--space-5)}.pdpx__deco-summary{display:flex;align-items:center;gap:10px;padding:14px 16px;cursor:pointer;font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--text-strong);list-style:none}.pdpx__deco-summary::-webkit-details-marker{display:none}.pdpx__deco-hint{margin-left:auto;font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--yellow-700)}.pdpx__deco-body{padding:0 16px}.pdpx__logo{border-top:1px solid var(--border-subtle);padding:14px 0}.pdpx__logo:first-child{border-top:0}.pdpx__logo-head{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-sm);margin-bottom:8px}.pdpx__logo-remove{border:0;background:none;color:var(--text-muted);font-size:var(--text-xs);text-decoration:underline;cursor:pointer}.pdpx__logo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pdpx__logo-file,.pdpx__logo-notes{grid-column:1 / -1}.pdpx__logo-file[hidden]{display:none!important}.pdpx__file-hint{font-size:var(--text-xs);color:var(--text-muted)}.pdpx__optional{font-weight:var(--fw-regular);color:var(--text-muted)}.pdpx__deco-add{margin:0 16px 14px}.pdpx__deco-foot{display:flex;gap:8px;align-items:flex-start;font-size:var(--text-xs);color:var(--text-muted);margin:0;padding:0 16px 14px;line-height:var(--leading-normal)}.pdpx__purchase{margin-top:var(--space-2)}.pdpx__summary{min-height:22px;font-size:var(--text-sm);color:var(--text-muted);text-align:center;margin-top:8px}.pdpx__error{color:#b23b3b;font-weight:var(--fw-bold)}.pdpx__reassurance{display:flex;gap:8px;align-items:center;font-size:var(--text-xs);color:var(--text-muted);margin-top:12px}.pdpx__description{margin-top:var(--space-6);color:var(--text-body);line-height:var(--leading-relaxed)}.pdpx__accordion{border-top:1px solid var(--border-subtle);padding:var(--space-3) 0}.pdpx__accordion summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--text-strong);list-style:none}.pdpx__accordion summary::-webkit-details-marker{display:none}.pdpx__accordion[open] .pdpx__accordion-icon{transform:rotate(180deg)}.pdpx__accordion-icon{transition:transform var(--dur-fast) var(--ease-out);display:inline-flex}.pdpx__accordion-body{padding-top:var(--space-3);color:var(--text-body)}@media screen and (max-width:749px){.pdpx__grid{grid-template-columns:1fr;gap:var(--space-6)}.pdpx__media{position:static}.pdpx__media-main{aspect-ratio:1 / 1}.pdpx__tiers{flex-wrap:wrap}.pdpx__tier{flex:1 0 33%;border-top:1px solid var(--border-subtle)}.pdpx__logo-grid{grid-template-columns:1fr}}.search__form{display:flex;gap:12px;margin-bottom:var(--space-6);max-width:640px}.search__bar{flex:1;max-width:none}.search__count{color:var(--text-muted);margin-bottom:var(--space-5)}.search__page-result{display:block;text-decoration:none}.search__page-title{font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--text-strong)}.search__page-excerpt{font-size:var(--text-sm);color:var(--text-muted);margin:6px 0 0}.pw-scrub{position:relative;overflow:hidden;border-radius:var(--radius-lg);padding:24px 36px 20px;cursor:ew-resize;color:var(--pw-tx)}.pw-scrub__top{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4)}.pw-scrub__eyebrow{font-size:var(--text-2xs);font-weight:var(--fw-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--pw-acc)}.pw-scrub__title{font-size:20px;font-weight:var(--fw-extrabold);letter-spacing:var(--tracking-snug);margin:4px 0 0;color:var(--pw-tx)}.pw-scrub__hint{font-size:var(--text-xs);color:var(--pw-sub)}.pw-scrub__counters{display:flex;gap:var(--space-8);margin:14px 0 10px}.pw-count__num{font-size:42px;font-weight:var(--fw-black);letter-spacing:-.025em;line-height:1;color:var(--pw-tx);font-variant-numeric:tabular-nums}.pw-count__num--acc{color:var(--pw-num-acc)}.pw-count__lbl{font-size:var(--text-xs);color:var(--pw-sub);margin-top:3px}.pw-rail{position:relative;height:26px}.pw-rail__line{position:absolute;left:0;right:0;top:12px;height:2px;background:var(--pw-railbg)}.pw-rail__fill{position:absolute;left:0;top:12px;height:2px;background:var(--pw-fill);box-shadow:var(--pw-fill-glow)}.pw-rail__needle{position:absolute;top:2px;width:2px;height:22px;background:var(--pw-needle);transform:translate(-1px)}.pw-days{display:flex;justify-content:space-between;font-size:10.5px;letter-spacing:var(--tracking-wide);color:var(--pw-sub);text-transform:uppercase;margin-top:4px}.pw-days span.on{color:var(--pw-dayon);font-weight:var(--fw-bold)}.pw-done{display:inline-flex;align-items:center;gap:5px}.pw-done i{font-style:normal;width:15px;height:15px;border-radius:var(--radius-pill);border:1.5px solid currentColor;display:inline-grid;place-items:center;font-size:9px;line-height:1;transition:background var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out)}.pw-days .pw-done.on i{background:var(--pw-tick-bg);color:var(--pw-tick-tx);border-color:var(--pw-tick-bg)}.pw-scrub--charcoal{--pw-tx: #ffffff;--pw-sub: var(--ink-300);--pw-acc: var(--yellow-400);--pw-num-acc: var(--yellow-400);--pw-railbg: rgba(255, 249, 223, .18);--pw-fill: var(--yellow-400);--pw-fill-glow: 0 0 8px rgba(255, 226, 89, .5);--pw-needle: var(--yellow-400);--pw-dayon: var(--yellow-400);--pw-tick-bg: var(--yellow-400);--pw-tick-tx: var(--ink-900);background:var(--bg-grain-dark);background-blend-mode:overlay}.pw-scrub--light{--pw-tx: var(--ink-900);--pw-sub: var(--ink-500);--pw-acc: var(--yellow-700);--pw-num-acc: var(--yellow-700);--pw-railbg: var(--ink-100);--pw-fill: var(--yellow-500);--pw-fill-glow: none;--pw-needle: var(--ink-900);--pw-dayon: var(--yellow-800);--pw-tick-bg: var(--yellow-400);--pw-tick-tx: var(--ink-900);background:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.pw-scrub--yellow{--pw-tx: var(--ink-900);--pw-sub: #7a6208;--pw-acc: var(--yellow-800);--pw-num-acc: var(--ink-900);--pw-railbg: rgba(43, 41, 41, .18);--pw-fill: var(--ink-900);--pw-fill-glow: none;--pw-needle: var(--ink-900);--pw-dayon: var(--ink-900);--pw-tick-bg: var(--ink-900);--pw-tick-tx: var(--yellow-400);background:var(--bg-grain-yellow);background-blend-mode:overlay}@media screen and (max-width:749px){.pw-scrub{padding:20px 20px 16px;cursor:default}.pw-scrub__hint{display:none}.pw-scrub__counters{gap:var(--space-6);margin:12px 0 8px}.pw-count__num{font-size:32px}.pw-days{font-size:9px}}@media(prefers-reduced-motion:reduce){.pw-done i{transition:none}}.quote__intro{padding-block:var(--space-8);border-bottom:1px solid var(--yellow-500)}.quote__title{font-size:var(--text-3xl);color:var(--ink-700);margin:4px 0 8px}.quote__lead{font-size:var(--text-md);color:var(--ink-700);max-width:620px}.quote__layout{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-6);align-items:start}.quote__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.quote__consent{margin:var(--space-2) 0 var(--space-5);font-size:var(--text-sm)}.quote__reassure h3{font-size:var(--text-lg)}.quote__reassure ul{list-style:none;display:flex;flex-direction:column;gap:12px}.quote__reassure li{display:flex;gap:10px;align-items:flex-start;font-size:var(--text-sm);color:var(--text-body)}.quote__reassure li .icon{color:var(--success-500);flex:0 0 auto}.quote__success{display:flex;flex-direction:column;gap:var(--space-3);align-items:flex-start}.quote__errors{color:var(--danger-500);margin-bottom:var(--space-4)}@media screen and (max-width:989px){.quote__layout{grid-template-columns:1fr}}@media screen and (max-width:600px){.quote__row{grid-template-columns:1fr}}.sector-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5)}.sector-head .eyebrow{display:block;margin-bottom:6px}.sector-head h2{margin:0}.sector-head__all{font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--text-link);text-decoration:none;white-space:nowrap;padding-bottom:3px}.sector-head__all:hover{text-decoration:underline}.sector-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:148px 148px 92px;gap:16px}.sector-tile{position:relative;display:flex;flex-direction:column;justify-content:flex-end;border-radius:var(--radius-lg);padding:16px;text-decoration:none;color:#fff;background:var(--grain),linear-gradient(150deg,var(--c1) 0%,var(--c2, var(--c1)) 100%);background-blend-mode:overlay;box-shadow:var(--shadow-sm);transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.sector-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:var(--grain);opacity:.45;mix-blend-mode:overlay;pointer-events:none}.sector-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);text-decoration:none;z-index:5}.sector-ph{position:absolute;right:-2%;bottom:-8%;height:102%;aspect-ratio:var(--ar);background:var(--photo) center / contain no-repeat;transform:rotate(-9deg);transform-origin:55% 60%;filter:drop-shadow(0 14px 20px rgba(28,26,26,.35));transition:transform .35s var(--ease-out);pointer-events:none}.sector-ph:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--c1);-webkit-mask:var(--photo) center / contain no-repeat;mask:var(--photo) center / contain no-repeat;mix-blend-mode:multiply;opacity:.72;transition:opacity .35s var(--ease-out)}.sector-tile:hover .sector-ph{transform:rotate(-9deg) scale(1.06)}.sector-tile:hover .sector-ph:after{opacity:.3}.sector-tile__arrow{position:absolute;right:16px;bottom:12px;font-size:22px;font-weight:var(--fw-extrabold);color:#ffffffb8;transition:color var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out);z-index:1}.sector-tile:hover .sector-tile__arrow{color:var(--yellow-400);transform:translate(3px)}.sector-tile--feature{grid-column:1 / 3;grid-row:1 / 3;justify-content:flex-start;padding:26px}.sector-tile--feature .sector-ph{height:97%;right:3%;bottom:-3%;transform:rotate(-8deg)}.sector-tile--feature:hover .sector-ph{transform:rotate(-8deg) scale(1.04)}.sector-tile--feature h3{position:relative;z-index:1;font-size:var(--text-xl);font-weight:var(--fw-extrabold);letter-spacing:var(--tracking-snug);line-height:var(--leading-tight);color:inherit;margin:0 0 8px;max-width:13ch}.sector-tile__lede{position:relative;z-index:1;font-size:var(--text-sm);line-height:var(--leading-normal);opacity:.88;max-width:26ch;margin:0}.sector-tile__btn{position:relative;z-index:1;margin-top:auto;align-self:flex-start;background:var(--yellow-400);color:var(--ink-900);font-size:var(--text-sm);font-weight:var(--fw-extrabold);border-radius:var(--radius-md);padding:11px 18px;transition:background var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out)}.sector-tile--feature:hover .sector-tile__btn{background:var(--yellow-500);transform:translate(2px)}.sector-tile--sm .sector-tile__title{position:relative;z-index:1;font-size:17px;font-weight:var(--fw-extrabold);letter-spacing:var(--tracking-snug)}.sector-tile--sm .sector-tile__sub{position:relative;z-index:1;font-size:var(--text-xs);font-weight:var(--fw-medium);opacity:.85;margin-top:2px;max-width:19ch}.sector-tile--banner{grid-column:1 / 5;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;color:var(--ink-900);padding:16px 24px}.sector-tile--banner .sector-ph{height:148%;bottom:auto;top:-24%;right:15%}.sector-tile--banner:hover .sector-ph{transform:rotate(-9deg) scale(1.05)}.sector-tile--banner .sector-tile__banner-text{position:relative;z-index:1;display:block}.sector-tile--banner .sector-tile__title{display:block;font-size:19px;font-weight:var(--fw-extrabold)}.sector-tile--banner .sector-tile__sub{display:block;font-size:var(--text-sm);font-weight:var(--fw-medium);opacity:.85;margin-top:1px}.sector-tile--banner .sector-tile__cert{position:relative;z-index:1;font-size:var(--text-2xs);font-weight:var(--fw-extrabold);letter-spacing:var(--tracking-wide);text-transform:uppercase;background:#2b292924;border-radius:var(--radius-pill);padding:5px 11px;white-space:nowrap}.sector-tile--banner .sector-tile__arrow{color:#2b292999}.sector-tile--banner:hover .sector-tile__arrow{color:var(--ink-900)}.sector-trust{margin-top:22px;border-radius:var(--radius-lg);background:var(--cream-100);border:1px solid var(--border-subtle);color:var(--ink-600);display:flex;align-items:center;justify-content:space-around;gap:var(--space-4);padding:18px 24px;flex-wrap:wrap}.sector-trust__item{display:flex;align-items:center;gap:10px;font-size:var(--text-sm);font-weight:var(--fw-bold)}.sector-trust__tick{width:22px;height:22px;border-radius:var(--radius-pill);background:var(--yellow-400);color:var(--ink-900);display:grid;place-items:center;font-size:var(--text-xs);font-weight:var(--fw-black);flex:none}@media screen and (max-width:989px){.sector-mosaic{grid-template-rows:140px 140px 88px}.sector-tile--feature h3{font-size:var(--text-lg)}}@media screen and (max-width:749px){.sector-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:none;grid-auto-rows:auto;gap:12px}.sector-tile--feature{grid-column:1 / -1;grid-row:auto;min-height:230px}.sector-tile--sm{min-height:140px;grid-column:auto;grid-row:auto}.sector-tile--banner{grid-column:1 / -1;grid-row:auto;min-height:84px;flex-wrap:wrap;row-gap:6px}.sector-tile--banner .sector-ph{height:120%;top:-10%;right:8%}.sector-trust{flex-direction:column;align-items:flex-start;gap:var(--space-3)}}@media(prefers-reduced-motion:reduce){.sector-tile,.sector-ph,.sector-ph:after,.sector-tile__arrow,.sector-tile__btn{transition:none}}.product-card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:inherit;height:100%;border:2px solid transparent;transition:border-color var(--dur-fast) var(--ease-out)}.product-card:hover{text-decoration:none;border-color:var(--yellow-400)}.product-card--eco:hover{border-color:var(--eco-400)}.product-card__media{position:relative;aspect-ratio:5 / 6;overflow:hidden;background:var(--cream-300);display:flex;align-items:center;justify-content:center}.product-card__media:has(.product-card__img){background:var(--white)}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.product-card__img--hover{opacity:0;transition:opacity var(--dur-base) var(--ease-out)}.product-card:hover .product-card__img--hover{opacity:1}@media(hover:none){.product-card__img--hover{display:none}}.product-card__placeholder{color:var(--ink-300);display:flex}.product-card__badge{position:absolute;top:12px;left:12px}.product-card__body{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);flex:1}.product-card__brand-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.product-card__brand{font-size:var(--text-2xs);font-weight:var(--fw-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--text-muted)}.product-card__sku{font-family:var(--font-display);font-size:var(--text-2xs);font-weight:var(--fw-bold);color:var(--text-muted)}.product-card__title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--text-md);color:var(--text-strong);line-height:var(--leading-snug)}.product-card__tags{display:flex;gap:6px;flex-wrap:wrap}.product-card__swatches{display:flex;gap:5px;margin-top:2px;align-items:center}.product-card__swatch{width:18px;height:18px;border-radius:var(--radius-pill);border:1px solid var(--border-default);background-color:var(--cream-300);background-size:190%;background-position:center 35%}.product-card__swatch--plain{background:var(--cream-300)}.product-card__swatch-more{font-size:var(--text-xs);color:var(--text-muted);align-self:center}.product-card__price{margin-top:auto;padding-top:6px}.product-card__price-prefix,.product-card__price-suffix{font-size:var(--text-xs);color:var(--text-muted)}.product-card__price-value{font-family:var(--font-display);font-weight:var(--fw-extrabold);font-size:var(--text-lg);color:var(--text-strong)}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map?nocache=1785160518912949496 */
