*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #dfdfd5;--dark: #1c1e1d;--green: #31420e;--cream: #f2f2f2;--warm: #fefadf;--orange: #f24920;--font-head: "Montserrat", sans-serif;--font-body: "Nunito Sans", sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--dark);font-family:var(--font-body);font-size:16px;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.btn-primary{display:inline-flex;align-items:center;gap:12px;background:var(--orange);color:#fff;font-family:var(--font-head);font-weight:600;font-size:24px;padding:7px 7px 7px 32px;border-radius:40px;transition:opacity .2s,transform .15s;white-space:nowrap;line-height:1}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-icon{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;width:46px;height:46px;flex-shrink:0;margin-left:4px}.btn-icon img{width:18px;height:18px;filter:brightness(0)}.inline-arrow{width:14px;height:14px;transform:rotate(45deg);display:inline-block;vertical-align:middle;filter:brightness(0)}.btn-wide{padding:15px 24px 15px 36px}.section-title{font-family:var(--font-head);font-weight:600;font-size:clamp(32px,3.3vw,64px);color:#000;line-height:1.1}.section-title.centered{text-align:center}.section-sub{font-family:var(--font-body);font-size:18px;color:var(--green);max-width:560px;line-height:1.6;margin-top:16px}.section-sub.centered{margin-left:auto;margin-right:auto;text-align:center}.announce-bar{background:var(--bg);height:25px;display:flex;align-items:center;overflow:hidden;position:relative}.announce-bar p{font-family:var(--font-head);font-weight:600;font-size:11px;color:var(--dark);white-space:nowrap;animation:ticker 22s linear infinite}@keyframes ticker{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.navbar{background:var(--dark);height:88px;position:sticky;top:0;z-index:100}.nav-inner{max-width:1920px;margin:0 auto;padding:0 60px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{font-family:var(--font-head);font-weight:600;font-size:14px;color:var(--warm);transition:opacity .2s}.nav-links a:hover{opacity:.7}.mega-menu__link--parent.mega-menu__link--has-submenu{display:block;padding-bottom:2px}.mega-menu__sublink-list{margin:4px 0 8px 6px;padding-left:0;list-style:none}.mega-menu__sublink-list li{border-left:1px solid rgba(28,30,29,.22);padding-left:12px;margin-left:2px}.mega-menu__sublink-list .mega-menu__link--child{display:block;padding-block:4px;line-height:1.35}.nav-logo{font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--warm);letter-spacing:5.4px;position:absolute;left:50%;transform:translate(-50%)}.nav-icons{display:flex;align-items:center;gap:28px}.nav-icons img{width:16px;height:16px;object-fit:contain;filter:brightness(0) invert(1);cursor:pointer;transition:opacity .2s}.nav-icons img:hover{opacity:.7}@media(max-width:1024px){.nav-logo{position:static;transform:none}}@media(max-width:768px){.nav-inner{padding:0 24px;gap:16px}.nav-links{display:none}}.hero{position:relative;height:calc(100vh - var(--header-group-height, 0px));height:calc(100svh - var(--header-group-height, 0px));background-image:var(--hero-bg-desktop, url(../images/Rectangle\ 2.jpg));background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;padding:0 60px 40px}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000005e}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;max-width:820px}.hero-btn{position:relative;z-index:2;flex-shrink:0;align-self:flex-end}.hero--btn-left{flex-direction:column;align-items:flex-start;justify-content:flex-end}.hero--btn-left .hero-btn{align-self:flex-start;margin-top:44px}.hero-sub{font-family:var(--font-body);font-size:34px;color:var(--cream);letter-spacing:3.4px;margin-bottom:12px}.hero-heading{font-family:var(--font-head);font-weight:600;font-size:clamp(64px,7.3vw,140px);line-height:.92;color:var(--cream);margin-bottom:0}@media(max-width:768px){.hero{height:min(calc(100svh - var(--header-group-height, 0px)),var(--hero-mobile-max-height, calc(100svh - var(--header-group-height, 0px))));background-image:var(--hero-bg-mobile, var(--hero-bg-desktop, url(../images/Rectangle\ 2.jpg)));flex-direction:column;align-items:center;justify-content:center;padding:24px 30px 32px;box-sizing:border-box}.hero-content{align-items:center;text-align:center}.hero-btn{align-self:center;margin-top:32px}.hero-sub{font-size:22px;letter-spacing:2.2px}.hero-heading{font-size:clamp(40px,11vw,52px)}}.partners{width:100%;padding:60px 0;background:var(--bg);overflow:hidden}.partners h2{text-align:center;margin-bottom:56px;padding:0 24px}.marquee-wrapper{position:relative;width:100vw;left:50%;transform:translate(-50%);overflow:hidden}.marquee-wrapper:before,.marquee-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:160px;z-index:2;pointer-events:none}.marquee-wrapper:before{left:0;background:linear-gradient(to right,var(--bg) 10%,transparent 100%)}.marquee-wrapper:after{right:0;background:linear-gradient(to left,var(--bg) 10%,transparent 100%)}.marquee-track{display:flex;align-items:center;gap:100px;width:max-content;padding:8px 0;animation:marquee-scroll 30s linear infinite}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.partner-logo{height:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.partner-logo img{max-height:110px;max-width:200px;width:auto;object-fit:contain;transition:transform .25s ease,opacity .25s ease}.partner-logo img:hover{transform:scale(1.08);opacity:.8}@media(max-width:768px){.partners{padding:40px 24px}.partners-logos{gap:40px}.marquee-track{gap:48px}.partner-logo{height:60px}.partner-logo img{max-height:52px;max-width:110px}}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;height:800px;padding:0 60px;background:var(--bg)}.category-card{position:relative;overflow:hidden;cursor:pointer}.category-card>img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover>img{transform:scale(1.05)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#00000026 45%,#0000 70%)}.category-info{position:absolute;top:28px;bottom:32px;left:32px;right:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;pointer-events:none}.cat-label{font-family:var(--font-body);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--orange, #f24920);padding:5px 10px;border-radius:2rem;display:inline-block;width:fit-content;align-self:flex-start}.cat-bottom{display:flex;align-items:flex-end;justify-content:space-between}.cat-title{font-family:var(--font-head);font-weight:600;font-size:40px;color:var(--cream);line-height:1.05;max-width:72%}.cat-arrow-btn{width:58px;height:58px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;pointer-events:all;transition:transform .25s,background .2s}.cat-arrow-btn:hover{transform:scale(1.1)}.cat-arrow-btn img{width:22px;height:22px;filter:brightness(0) invert(1)}@media(max-width:1280px){.categories{height:600px}.cat-title{font-size:36px}}@media(max-width:768px){.cat-title{font-size:28px}.cat-arrow-btn{width:48px;height:48px}.cat-arrow-btn img{width:18px;height:18px}}@media(max-width:1024px){.categories{grid-template-columns:1fr;height:auto}.category-card{height:420px}}@media(max-width:768px){.categories{padding:0 20px;gap:15px}}.featured-products{padding:60px 0;background:var(--bg)}.fp-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:48px;padding:0 60px}.view-all{font-family:var(--font-body);font-size:18px;color:#000;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s}.view-all:hover{opacity:.65}.fp-slider-outer{position:relative;display:flex;align-items:center;margin:0 60px}.fp-arrow{position:absolute;z-index:10;width:50px;height:50px;border-radius:50%;background:#c0c09b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:background .2s,opacity .2s;box-shadow:0 4px 20px #00000040}.fp-arrow:hover{opacity:.8}.fp-arrow-prev{left:0;transform:translate(-50%)}.fp-arrow-next{right:0;transform:translate(50%)}.fp-viewport{overflow:hidden;width:100%}.fp-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1)}.fp-track .product-card{flex:0 0 calc((100vw - 120px)/4);width:calc((100vw - 120px)/4);min-width:0;background:#fff;display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.08);position:relative;overflow:hidden;box-sizing:border-box;padding-bottom:73px}.fp-track .product-card:last-child{border-right:none}.product-meta{padding:20px 24px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.product-name{font-family:var(--font-body);font-weight:600;font-size:14px;color:var(--dark);line-height:1.3;text-transform:capitalize;width:100%}.product-price{font-family:var(--font-body);font-size:12px;font-weight:400;color:var(--dark)}.product-img-wrap{flex:1;position:relative;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px;min-height:300px}.product-img-wrap img{max-width:100%;max-height:320px;width:auto;object-fit:contain;transition:opacity .4s ease,transform .4s ease}.product-img-wrap .img-primary{opacity:1;transform:scale(1)}.product-img-wrap .img-hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(1)}.product-card:hover .img-primary{opacity:0}.product-card:hover .img-hover{opacity:1}.product-footer{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;height:73px;box-sizing:border-box;font-family:var(--font-head);font-weight:500;font-size:16px;color:var(--green);cursor:pointer;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translate3d(0,100%,0);transition:transform .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-card:hover .product-footer,.rw-card-link:hover .product-footer{transform:translateZ(0);pointer-events:auto}.product-arrow{width:22px;height:22px;object-fit:contain;filter:brightness(0)}@media(max-width:768px){.product-footer{padding:10px 12px;height:44px;font-size:12px}.product-arrow{width:18px;height:18px}.rw-card-link{padding-bottom:44px}}@media(max-width:1280px){.fp-track .product-card{flex:0 0 calc((100vw - 120px) / 3);width:calc((100vw - 120px) / 3)}}@media(max-width:1024px){.fp-track .product-card{flex:0 0 calc((100vw - 120px)/2);width:calc((100vw - 120px)/2)}}@media(max-width:768px){.featured-products{padding:40px 0}.fp-header{padding:0 20px;margin-bottom:32px;flex-direction:column;align-items:flex-start;gap:6px}.fp-slider-outer{margin:0 30px}.fp-track .product-card{flex:0 0 calc(100vw - 60px);width:calc(100vw - 60px);padding-bottom:44px}}.markx-section{position:relative;height:min(867px,95svh);background-image:var(--markx-bg-desktop, url(../images/Component\ 23.jpg));background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;display:flex;align-items:center;justify-content:center}.markx-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000005e}.markx-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 24px}.markx-sub{font-family:var(--font-body);font-size:34px;color:var(--cream);letter-spacing:3.4px;margin-bottom:24px}.markx-heading{font-family:var(--font-head);font-weight:600;font-size:clamp(60px,6.25vw,120px);line-height:1.07;color:var(--cream);margin-bottom:60px}@media(max-width:768px){.markx-section{height:min(var(--markx-mobile-max-height, 520px),70svh);background-image:var(--markx-bg-mobile, var(--markx-bg-desktop, url(../images/Component\ 23.jpg)))}.markx-content{padding:24px 20px}.markx-sub{font-size:20px;letter-spacing:2px;margin-bottom:16px}.markx-heading{font-size:clamp(36px,10vw,48px);margin-bottom:28px}}.firstlite-section{display:grid;grid-template-columns:1fr 1fr;min-height:623px;padding:60px;gap:80px;align-items:center;background:var(--bg)}.fl-image{height:520px;overflow:hidden;border-radius:2px}.fl-image img{width:100%;height:100%;object-fit:cover;transform:scaleY(-1) rotate(180deg)}.fl-label{font-family:var(--font-body);font-size:18px;color:var(--green);letter-spacing:1.8px;margin-bottom:12px}.fl-heading{font-family:var(--font-head);font-weight:600;font-size:80px;color:var(--green);line-height:1;margin-bottom:32px}.fl-body{font-family:var(--font-body);font-size:18px;color:var(--green);line-height:1.65;max-width:560px;margin-bottom:32px}.fl-link{font-family:var(--font-body);font-size:18px;color:#000;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s}.fl-link:hover{opacity:.65}.link-arrow{font-size:14px;transform:rotate(45deg);display:inline-block}@media(max-width:1280px){.fl-heading{font-size:60px}}@media(max-width:1024px){.firstlite-section{grid-template-columns:1fr;gap:40px}.fl-image{height:360px}}@media(max-width:768px){.firstlite-section{padding:40px 24px}.fl-heading{font-size:48px}}.podcasts-section{padding:60px;background:var(--bg)}.podcasts-section h2{margin-bottom:16px}.podcasts-section .section-sub{margin-bottom:60px}.podcasts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.podcast-card{background:var(--cream);display:flex;flex-direction:column;overflow:hidden}.podcast-thumb{position:relative;padding:16px 16px 0;background:var(--cream);flex-shrink:0}.podcast-thumb>img{width:100%;height:463px;object-fit:cover;display:block;transition:transform .4s}.podcast-card:hover .podcast-thumb>img{transform:scale(1.04)}.podcast-thumb:after{content:"";position:absolute;top:16px;left:16px;right:16px;bottom:0;background:#0000003d;pointer-events:none;transition:background .3s}.podcast-card:hover .podcast-thumb:after{background:#00000026}.podcast-play{position:absolute;top:16px;left:16px;right:16px;bottom:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1}.play-icon{width:112px;height:112px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s;flex-shrink:0}.play-icon:after{content:"";width:0;height:0;border-style:solid;border-width:18px 0 18px 32px;border-color:transparent transparent transparent #fff;margin-left:6px}.podcast-card:hover .play-icon{transform:scale(1.08)}.podcast-body{padding:28px 34px 32px;flex:1;display:flex;flex-direction:column;gap:14px}.podcast-title{font-family:var(--font-head);font-weight:600;font-size:24px;color:#000;line-height:1.3}.podcast-desc{font-family:var(--font-body);font-size:18px;color:var(--green);line-height:1.55}.podcasts-cta{display:flex;justify-content:center;margin-top:60px}.video-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.video-modal.is-open{display:flex}.video-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000c7;cursor:pointer}.video-modal-box{position:relative;z-index:1;width:min(900px,92vw);background:#000;border-radius:4px;overflow:hidden;box-shadow:0 24px 80px #0009}.video-modal-close{position:absolute;top:-44px;right:0;background:none;border:none;color:#fff;font-size:36px;line-height:1;cursor:pointer;padding:4px 8px;transition:opacity .2s}.video-modal-close:hover{opacity:.7}.video-modal-frame{position:relative;padding-bottom:56.25%;height:0}.video-modal-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media(max-width:1024px){.podcasts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.podcasts-section{padding:40px 20px}.podcasts-grid{grid-template-columns:1fr}.podcasts-cta{padding:0 20px}.podcasts-cta .btn-primary{width:100%;justify-content:center;font-size:16px!important;padding:12px 16px 12px 24px;box-sizing:border-box}}.schnee-section{display:grid;grid-template-columns:1fr 1fr;gap:12px;height:867px}.schnee-left,.schnee-right{position:relative;overflow:hidden}.schnee-left img,.schnee-right img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.schnee-left:hover img,.schnee-right:hover img{transform:scale(1.03)}.schnee-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;pointer-events:none}.schnee-heading{position:absolute;top:133px;left:60px;font-family:var(--font-head);font-weight:600;font-size:50px;color:var(--cream);line-height:1.1}.schnee-quote{position:absolute;bottom:60px;left:60px;right:60px;font-family:var(--font-body);font-size:18px;color:var(--cream);line-height:1.7;text-align:center}.schnee-play-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.play-icon--lg{width:148px;height:148px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s;flex-shrink:0}.play-icon--lg:after{content:"";width:0;height:0;border-style:solid;border-width:24px 0 24px 42px;border-color:transparent transparent transparent #fff;margin-left:8px}@media(max-width:1024px){.schnee-section{grid-template-columns:1fr;height:auto}.schnee-left,.schnee-right{height:420px}}@media(max-width:768px){.schnee-section{height:auto;gap:4px}.schnee-left,.schnee-right{height:480px}.schnee-heading{top:24px;left:24px;right:24px;font-size:36px}.schnee-quote{left:24px;right:24px;bottom:24px;font-size:15px}}.tule-section{position:relative;height:867px;background:url(../images/Rectangle\ 33.jpg) center / cover no-repeat;display:flex;align-items:center;justify-content:center}.tule-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#31420e96}.tule-content{position:relative;z-index:2;text-align:center;padding:0 24px}.tule-sub{font-family:var(--font-body);font-size:34px;color:var(--cream);letter-spacing:3.4px;margin-bottom:24px}.tule-heading{font-family:var(--font-head);font-weight:600;font-size:clamp(44px,3.65vw,70px);line-height:1.23;color:var(--cream);margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.btn-play{display:inline-flex;align-items:center;gap:0;background:var(--orange);color:#fff;font-family:var(--font-head);font-weight:600;font-size:24px;padding:15px 8px 15px 32px;border-radius:30px;transition:opacity .2s}.btn-play:hover{opacity:.88}.play-text{margin-right:16px}.play-circle{width:53px;height:53px;border-radius:50%;background:#f2f2f24d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.play-circle img{width:24px;height:24px;object-fit:contain}.recipes-section{padding:60px;background:var(--bg);text-align:center}.recipes-label{font-family:var(--font-body);font-size:28px;color:#000;margin-bottom:20px}.recipes-section h2{margin-bottom:60px}.recipes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.recipe-card{display:block;position:relative;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit}.recipe-img{height:540px;position:relative;overflow:hidden}.recipe-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.recipe-card:hover .recipe-img img{transform:scale(1.04)}.recipe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.recipe-info{position:absolute;bottom:0;left:0;right:0;padding:20px 28px 28px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.recipe-info-left{display:flex;flex-direction:column;gap:6px}.recipe-date{font-family:var(--font-body);font-size:14px;color:#ffffffbf;position:absolute;top:20px;left:28px;z-index:2}.recipe-title{font-family:var(--font-head);font-weight:600;font-size:26px;color:var(--cream);text-align:left;line-height:1.2}.recipe-arrow{width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--orange);border-radius:50%;color:#fff}.recipe-arrow img{width:28px;height:28px;object-fit:contain}.recipes-cta{display:flex;justify-content:center;margin-top:48px;padding:0 60px}.view-all-link{font-family:var(--font-body);font-size:22px;color:#000;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s}.view-all-link:hover{opacity:.65}@media(max-width:1024px){.recipes-grid{grid-template-columns:1fr}.recipe-img{height:380px}}@media(max-width:768px){.recipes-section{padding:40px 20px}}.footer{background:var(--dark);padding:48px 60px 40px}.footer-inner{display:flex;justify-content:space-between;gap:80px;margin-bottom:40px}.footer-col-title{font-family:var(--font-body);font-weight:500;font-size:24px;color:var(--cream);margin-bottom:16px}.footer-col-body{font-family:var(--font-body);font-size:12px;color:var(--cream);line-height:1.7;max-width:440px}.footer-form-col{display:flex;align-items:center;justify-content:flex-end;flex:1}.email-form{display:flex;align-items:center;border:1px solid var(--cream);border-radius:50px;overflow:hidden;width:100%;max-width:720px;padding:0 20px;height:56px;background:transparent}.email-input{flex:1;background:none;border:none;outline:none;font-family:var(--font-body);font-size:12px;color:var(--cream);caret-color:var(--cream)}.email-input::placeholder{color:#f2f2f28c}.email-submit{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.email-submit img{width:18px;height:18px;filter:brightness(0) invert(1);transform:rotate(90deg)}.footer-bottom{border-top:1px solid rgba(242,242,242,.25);padding-top:24px;display:flex;align-items:center;justify-content:space-between}.footer-copy{font-family:var(--font-body);font-size:12px;color:var(--cream)}.footer-right{display:flex;align-items:center;gap:32px}.footer-region{font-family:var(--font-body);font-size:12px;color:var(--cream);display:flex;align-items:center;gap:6px;cursor:pointer}.footer-region img{width:14px;height:14px;filter:brightness(0) invert(1);display:inline-block}.social-icons{display:flex;align-items:center;gap:12px}.social-icons a img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1);transition:opacity .2s}.social-icons a:hover img{opacity:.7}@media(max-width:1024px){.footer-inner{flex-direction:column;gap:40px}}@media(max-width:768px){.footer{padding:40px 24px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}.rw-cta-btn{display:inline-flex;align-items:center;gap:0;background:var(--orange);color:#fff;font-family:var(--font-head);font-weight:600;font-size:var(--cta-btn-font-size, 18px);padding:7px 8px 7px 28px;border-radius:30px;text-decoration:none;transition:opacity .2s;white-space:nowrap}.rw-cta-btn:hover{opacity:.88}.rw-cta-btn__circle{width:53px;height:53px;border-radius:50%;background:#f2f2f247;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:16px;color:#fff}.rw-cta-btn__circle img,.rw-cta-btn__circle svg{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.rw-cta-btn--sm{font-size:16px;padding:6px 6px 6px 20px}.rw-cta-btn--sm .rw-cta-btn__circle{width:33px;height:33px;margin-left:10px}.rw-cta-btn--sm .rw-cta-btn__circle img,.rw-cta-btn--sm .rw-cta-btn__circle svg{width:14px;height:14px}.rw-cat-banners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:100%;overflow-x:clip;padding:60px 0}.rw-cat-banner{position:relative;height:577px;overflow:hidden;cursor:pointer}.rw-cat-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.rw-cat-banner:hover .rw-cat-banner__img{transform:scale(1.04)}.rw-cat-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;pointer-events:none}.rw-cat-banner__content{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;width:max-content;max-width:calc(100% - 48px)}.rw-cat-banner__title{font-family:var(--font-head);font-weight:600;font-size:34px;color:var(--cream);line-height:1}@media(max-width:768px){.rw-cat-banners{grid-template-columns:1fr;gap:15px;padding:40px 0}.rw-cat-banner{height:380px}.rw-cat-banner__title{font-size:28px}.rw-cat-banner__content .rw-cta-btn{font-size:var(--cta-btn-font-size-mobile, 14px);padding:5px 6px 5px 18px}.rw-cat-banner__content .rw-cta-btn__circle{width:36px;height:36px}.rw-cat-banner__content .rw-cta-btn__circle img,.rw-cat-banner__content .rw-cta-btn__circle svg{width:14px;height:14px}}.rw-product-grid{padding:60px;background:var(--light, #f2f2f2)}.rw-product-grid__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:40px}.rw-product-grid__heading{font-family:var(--font-head);font-weight:600;font-size:64px;color:var(--dark);line-height:1}.rw-product-grid__viewall{font-family:var(--font-body);font-size:18px;color:var(--dark);text-decoration:none;transition:opacity .2s}.rw-product-grid__viewall:hover{opacity:.65}.rw-product-grid__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:100%;overflow-x:clip}.rw-product-grid__cards rw-product-card,.rw-product-grid__cards product-card.rw-product-card{display:flex!important;flex-direction:column;height:100%;border-left:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.rw-product-grid__cards rw-product-card:nth-child(4n),.rw-product-grid__cards product-card.rw-product-card:nth-child(4n){border-right:1px solid rgba(0,0,0,.08)}@media(max-width:1280px){.rw-product-grid__cards rw-product-card:nth-child(4n),.rw-product-grid__cards product-card.rw-product-card:nth-child(4n){border-right:none}.rw-product-grid__cards rw-product-card:nth-child(3n),.rw-product-grid__cards product-card.rw-product-card:nth-child(3n){border-right:1px solid rgba(0,0,0,.08)}}@media(max-width:1024px){.rw-product-grid__cards rw-product-card:nth-child(3n),.rw-product-grid__cards product-card.rw-product-card:nth-child(3n){border-right:none}.rw-product-grid__cards rw-product-card:nth-child(2n),.rw-product-grid__cards product-card.rw-product-card:nth-child(2n){border-right:1px solid rgba(0,0,0,.08)}}@media(max-width:768px){.rw-product-grid__cards rw-product-card:nth-child(3n),.rw-product-grid__cards product-card.rw-product-card:nth-child(3n){border-right:none}.rw-product-grid__cards rw-product-card:nth-child(2n),.rw-product-grid__cards product-card.rw-product-card:nth-child(2n){border-right:1px solid rgba(0,0,0,.08)}}.rw-product-grid__cards .rw-card-link{flex:1}.rw-grid-card{display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden;min-height:480px;border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.rw-grid-card:nth-child(4n){border-right:none}@media(max-width:1280px){.rw-product-grid__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.rw-grid-card:nth-child(4n){border-right:1px solid rgba(0,0,0,.08)}.rw-grid-card:nth-child(3n){border-right:none}.rw-product-grid__heading{font-size:48px}}@media(max-width:1024px){.rw-product-grid{padding:40px}.rw-product-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.rw-grid-card:nth-child(3n){border-right:1px solid rgba(0,0,0,.08)}.rw-grid-card:nth-child(2n){border-right:none}}@media(max-width:768px){.rw-product-grid{padding:40px 0}.rw-product-grid__header{padding:0 16px 24px}.rw-product-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.rw-product-grid__heading{font-size:36px}.rw-product-grid__cards .product-meta{padding:12px 14px 8px}.rw-product-grid__cards .product-img-wrap{min-height:180px;padding:12px}.rw-product-grid__cards .product-name{font-size:12px}.rw-product-grid__cards .product-price{font-size:11px}}.rw-cat-trio{display:grid;grid-template-columns:repeat(3,1fr);column-gap:10px;padding:60px 0;margin-top:0}.rw-cat-trio__card{position:relative;height:577px;overflow:hidden;cursor:pointer}.rw-cat-trio__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.rw-cat-trio__card:hover .rw-cat-trio__img{transform:scale(1.04)}.rw-cat-trio__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;pointer-events:none}.rw-cat-trio__content{position:absolute;bottom:52px;left:40px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.rw-cat-trio__title{font-family:var(--font-head);font-weight:600;font-size:34px;color:var(--cream);line-height:1}@media(max-width:1024px){.rw-cat-trio{grid-template-columns:1fr 1fr}.rw-cat-trio__card:last-child{grid-column:1 / -1}}@media(max-width:768px){.rw-cat-trio{grid-template-columns:1fr;gap:15px;padding:40px 0}.rw-cat-trio__card{height:360px}.rw-cat-trio__card:last-child{grid-column:auto}.rw-cat-trio__content .rw-cta-btn{font-size:var(--cta-btn-font-size-mobile, 14px);padding:5px 6px 5px 18px}.rw-cat-trio__content .rw-cta-btn__circle{width:36px;height:36px}.rw-cat-trio__content .rw-cta-btn__circle img,.rw-cat-trio__content .rw-cta-btn__circle svg{width:14px;height:14px}}.rw-footer{background:var(--dark, #1c1e1d);padding:60px}.rw-footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:80px;margin-bottom:40px}.rw-footer__left{max-width:440px;flex-shrink:0}.rw-footer__signup-heading{font-family:var(--font-body);font-weight:500;font-size:24px;color:var(--cream);margin-bottom:16px}.rw-footer__signup-text{font-family:var(--font-body);font-size:12px;color:var(--cream);line-height:1.7}.rw-footer__form-col{flex:1;display:flex;align-items:center;justify-content:flex-end}#rw-newsletter-form{width:100%;max-width:724px}.rw-footer__input-wrap{display:flex;align-items:center;border:1px solid var(--cream);border-radius:50px;height:56px;padding:0 20px;background:transparent;width:100%}.rw-footer__input{flex:1;background:none;border:none;outline:none;font-family:var(--font-body);font-size:12px;color:var(--cream);caret-color:var(--cream)}.rw-footer__input::placeholder{color:#f2f2f280}.rw-footer__submit{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:var(--cream);transition:opacity .2s}.rw-footer__submit:hover{opacity:.7}.rw-footer__divider{height:1px;background:#f2f2f240;margin-bottom:24px}.rw-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}.rw-footer__copy{font-family:var(--font-body);font-size:12px;color:var(--cream)}.rw-footer__right{display:flex;align-items:center;gap:32px}.rw-footer__locale{display:flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:12px;color:var(--cream);cursor:pointer}.rw-footer__locale svg{opacity:.8}.rw-footer__social{display:flex;align-items:center;gap:14px}.rw-footer__social-link{color:var(--cream);display:flex;align-items:center;transition:opacity .2s}.rw-footer__social-link:hover{opacity:.7}@media(max-width:1024px){.rw-footer__top{flex-direction:column;gap:40px}.rw-footer__form-col{justify-content:flex-start;width:100%}#rw-newsletter-form{max-width:100%}}@media(max-width:768px){.rw-footer{padding:40px 24px}.rw-footer__bottom{flex-direction:column;gap:20px;text-align:center}.rw-footer__right{flex-direction:column;gap:16px}}.about-hero{position:relative;height:clamp(520px,85vh,920px);background:var(--dark) center / cover no-repeat;display:flex;align-items:flex-end;justify-content:flex-end;padding:0 60px 56px}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.about-hero__content{position:relative;z-index:2;text-align:right;max-width:900px}.about-hero__label{font-family:var(--font-body);font-size:clamp(18px,2.2vw,34px);color:var(--cream);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.about-hero__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(40px,5.5vw,88px);line-height:1.05;color:var(--cream);text-transform:uppercase;letter-spacing:.02em}.about-bio{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:var(--cream)}.about-bio__text{display:flex;flex-direction:column;justify-content:center;padding:80px 60px 80px 80px}.about-bio__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(32px,3.5vw,56px);line-height:1.1;text-transform:uppercase;letter-spacing:.04em;color:var(--dark);margin-bottom:40px}.about-bio__body{font-family:var(--font-body);font-size:17px;line-height:1.7;color:var(--dark);max-width:560px}.about-bio__body p+p{margin-top:20px}.about-bio__image{position:relative;min-height:400px;overflow:hidden}.about-bio__image img{width:100%;height:100%;object-fit:cover;min-height:100%}.about-video{position:relative;height:clamp(420px,55vw,640px);background:var(--dark) center / cover no-repeat;display:flex;align-items:center;justify-content:center;cursor:default}.about-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.about-video__content{position:relative;z-index:2;text-align:center;padding:0 24px}.about-video__label{font-family:var(--font-body);font-size:clamp(16px,2vw,28px);color:var(--cream);letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.about-video__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(36px,4.5vw,72px);line-height:1.05;color:var(--cream);text-transform:uppercase;margin-bottom:36px}.about-video__play{display:flex;align-items:center;justify-content:center;width:88px;height:88px;margin:0 auto;border:none;border-radius:50%;background:#ffffffeb;color:var(--dark);cursor:pointer;transition:transform .2s ease,background .2s ease}.about-video__play:hover{transform:scale(1.06);background:#fff}.about-newsletter{padding:80px 24px 100px;background:var(--cream)}.about-newsletter__inner{max-width:720px;margin:0 auto;text-align:center}.about-newsletter__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(28px,3vw,40px);text-transform:uppercase;letter-spacing:.06em;color:var(--dark);margin-bottom:24px}.about-newsletter__text{font-family:var(--font-body);font-size:17px;line-height:1.65;color:var(--dark);margin-bottom:36px}.about-newsletter__text p{margin:0}.about-newsletter__fields{display:flex;align-items:stretch;max-width:560px;margin:0 auto;border:1px solid rgba(28,30,29,.2);background:#fff}.about-newsletter__input{flex:1;min-width:0;border:none;padding:16px 20px;font-family:var(--font-body);font-size:15px;color:var(--dark);background:transparent;outline:none}.about-newsletter__input::placeholder{color:#1c1e1d73}.about-newsletter__submit{border:none;padding:16px 28px;font-family:var(--font-head);font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--dark);cursor:pointer;transition:opacity .2s ease,background .2s ease;white-space:nowrap}.about-newsletter__submit:hover{opacity:.88;background:var(--orange)}@media(max-width:1024px){.about-bio{grid-template-columns:1fr}.about-bio__text{padding:56px 40px}.about-bio__image{min-height:360px;order:-1}}@media(max-width:768px){.about-hero{height:auto;aspect-ratio:4 / 3;padding:0 24px 40px;justify-content:center;align-items:center}.about-hero__content{text-align:center}.about-hero__heading{font-size:clamp(24px,7vw,40px)}.about-hero__label{font-size:clamp(11px,3vw,15px)}.about-bio__text{padding:40px 24px}.about-newsletter{padding:56px 20px 72px}.about-newsletter__fields{flex-direction:column;border:none;background:transparent;gap:12px}.about-newsletter__input{border:1px solid rgba(28,30,29,.2);background:#fff}.about-newsletter__submit{width:100%;padding:18px}}.sponsors-hero{position:relative;height:clamp(420px,62vh,720px);background:var(--dark) center / cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:48px 24px}.sponsors-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.sponsors-hero__content{position:relative;z-index:2;max-width:900px}.sponsors-hero__label{font-family:var(--font-body);font-size:clamp(14px,1.6vw,20px);color:var(--cream);letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px}.sponsors-hero__heading{font-family:var(--font-head);font-weight:500;font-size:clamp(32px,4.5vw,64px);line-height:1.15;color:var(--cream);text-transform:lowercase;letter-spacing:.02em}.sponsors-split{display:grid;grid-template-columns:1fr 1fr;min-height:520px;background:var(--cream)}.sponsors-split__text{display:flex;flex-direction:column;justify-content:center;padding:64px 56px 64px 80px;color:var(--dark)}.sponsors-split__label{font-family:var(--font-body);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.sponsors-split__title{font-family:var(--font-head);font-weight:600;font-size:clamp(28px,3vw,48px);line-height:1.1;text-transform:uppercase;letter-spacing:.04em;margin-bottom:28px}.sponsors-split__body{font-family:var(--font-body);font-size:17px;line-height:1.7;max-width:520px}.sponsors-split__body p+p{margin-top:16px}.sponsors-split__body a{color:var(--orange);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.sponsors-split__body a:hover{opacity:.75}.sponsors-split__cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-family:var(--font-head);font-weight:600;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);transition:opacity .2s ease}.sponsors-split__cta:hover{opacity:.75}.sponsors-split__cta-arrow{display:flex;align-items:center;justify-content:center}.sponsors-split--dark .sponsors-split__label{color:#f2f2f2bf}.sponsors-split--dark .sponsors-split__title,.sponsors-split--dark .sponsors-split__body,.sponsors-split--dark .sponsors-split__body a{color:var(--cream)}.sponsors-split--dark .sponsors-split__cta{color:var(--orange)}.sponsors-split__media{position:relative;min-height:320px;overflow:hidden}.sponsors-split__media img{width:100%;height:100%;object-fit:cover;min-height:100%}.sponsors-banner{width:100%;overflow:hidden;line-height:0}.sponsors-banner__img{width:100%;height:100%;object-fit:cover;display:block}.sponsors-banner--small{height:clamp(220px,28vw,380px)}.sponsors-banner--medium{height:clamp(320px,40vw,520px)}.sponsors-banner--large{height:clamp(420px,55vw,680px)}@media(max-width:1024px){.sponsors-split{grid-template-columns:1fr}.sponsors-split__text{padding:48px 40px}.sponsors-split__media{min-height:300px;order:-1}}@media(max-width:768px){.sponsors-hero{height:clamp(360px,55vh,480px)}.sponsors-split__text{padding:40px 24px}}.page-hero{position:relative;height:clamp(440px,65vh,760px);background:var(--dark) center / cover no-repeat;display:flex;padding:48px 60px 56px}.page-hero--bottom-left{align-items:flex-end;justify-content:flex-start}.page-hero--bottom-center{align-items:flex-end;justify-content:center;text-align:center}.page-hero--center{align-items:center;justify-content:center;text-align:center}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#00000040 45%,#00000014)}.page-hero__content{position:relative;z-index:2;max-width:920px}.page-hero__label{font-family:var(--font-body);font-size:clamp(14px,1.5vw,22px);color:var(--cream);letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px}.page-hero__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(36px,5vw,80px);line-height:1.05;color:var(--cream);text-transform:lowercase;letter-spacing:.02em}.page-hero__btn{display:inline-block;margin-top:28px;font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark);background:var(--cream);padding:16px 28px;border-radius:2px;transition:background .2s ease,color .2s ease,transform .2s ease}.page-hero__btn:hover{background:var(--orange);color:#fff;transform:translateY(-2px)}.page-hero--bottom-left .page-hero__heading{text-transform:none;font-size:clamp(32px,4.2vw,72px)}.page-hero--center .page-hero__heading{text-transform:uppercase;font-size:clamp(32px,4.5vw,64px)}.page-content{padding:72px 24px 80px;background:var(--cream)}.page-content__inner{max-width:720px;margin:0 auto;text-align:center}.page-content__title{font-family:var(--font-head);font-weight:600;font-size:clamp(32px,3.5vw,48px);text-transform:uppercase;letter-spacing:.04em;color:var(--dark);margin-bottom:32px}.page-content__body{font-family:var(--font-body);font-size:18px;line-height:1.75;color:var(--dark);text-align:left}.page-content__body p+p{margin-top:20px}.page-content__body a{color:var(--orange);text-decoration:underline;text-underline-offset:3px}.page-embed{padding:64px 24px 72px;background:var(--bg)}.page-embed__inner{max-width:960px;margin:0 auto}.page-embed__header{text-align:center;margin-bottom:40px}.page-embed__label{font-family:var(--font-body);font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.page-embed__title{font-family:var(--font-head);font-weight:600;font-size:clamp(28px,3.2vw,48px);line-height:1.1;text-transform:lowercase;color:var(--dark)}.page-embed__frame{background:var(--dark);border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #1c1e1d2e}.page-embed__frame iframe{display:block;width:100%;border:none;vertical-align:top}.page-collections{padding:0 60px 80px;background:var(--bg)}.page-collections__intro{padding:56px 0 32px;text-align:center}.page-collections__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(28px,3vw,44px);text-transform:uppercase;color:var(--dark)}.page-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;min-height:520px}.page-collection-card{position:relative;display:block;overflow:hidden;min-height:480px;border-radius:4px}.page-collection-card>img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.page-collection-card:hover>img{transform:scale(1.06)}.page-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000c7,#0003,#0000000d);transition:background .3s ease}.page-collection-card:hover .page-collection-card__overlay{background:linear-gradient(to top,#1c1e1de0,#f2492026 55%,#0000001a)}.page-collection-card__content{position:absolute;top:28px;right:28px;bottom:32px;left:28px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.page-collection-card__label{font-family:var(--font-body);font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--warm)}.page-collection-card__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.page-collection-card__title{font-family:var(--font-head);font-weight:600;font-size:clamp(28px,2.8vw,48px);line-height:1.05;color:var(--cream);max-width:85%}.page-collection-card__btn{display:inline-block;font-family:var(--font-head);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark);background:var(--cream);padding:14px 22px;border-radius:4px;transition:background .2s ease,color .2s ease,transform .2s ease;pointer-events:all}.page-collection-card:hover .page-collection-card__btn{background:var(--orange);color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.page-collections{padding:0 24px 64px}.page-collections__grid{grid-template-columns:1fr;min-height:auto}.page-collection-card{min-height:400px}}@media(max-width:768px){.page-hero{padding:32px 24px 40px}.page-content{padding:48px 20px 56px}.page-embed{padding:48px 16px 56px}.page-embed__frame{border-radius:12px}}.product-information .product-details .rte p,.product-information .product-details .rte li,.product-information .product-details .rte h1,.product-information .product-details .rte h2,.product-information .product-details .rte h3,.product-information .product-details .rte h4{text-align:left!important}.product-information .product-details .rte :is(img,picture,video){max-width:min(100%,560px)!important;width:auto!important;height:auto!important;display:block;margin-block:1rem}.product-information .product-details .rte figure{max-width:min(100%,560px);margin-block:1rem}.product-information .product-details .rte figure :is(img,picture,video){margin-block:0}.variant-option{--options-border-radius: 6px}.variant-option__button-label:not(.variant-option__button-label--has-swatch){min-height:44px;min-width:44px;flex:0 0 auto;padding-block:8px;padding-inline:14px;border-radius:6px;font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:.01em;background-color:var(--cream, #f2f2f2);border:1.5px solid rgba(28,30,29,.22);color:var(--dark, #1c1e1d)}.variant-option__button-label:not(.variant-option__button-label--has-swatch):hover{background-color:#1c1e1d12;border-color:#1c1e1d8c;color:var(--dark, #1c1e1d)}.variant-option__button-label:not(.variant-option__button-label--has-swatch):has(:checked){background-color:var(--dark, #1c1e1d)!important;border-color:var(--dark, #1c1e1d)!important;color:#fff!important}.variant-option__button-label:has(:checked) .variant-option__button-label__pill{background-color:var(--dark, #1c1e1d)}.variant-option__button-label:not(.variant-option__button-label--has-swatch):has(:checked):before{border-color:var(--dark, #1c1e1d)}.product-grid-container,.product-grid-container .collection-wrapper{max-width:100%;overflow-x:clip}.product-grid-container .product-grid{width:100%;max-width:100%;min-width:0;box-sizing:border-box;gap:0}.product-grid-container .product-grid__item{min-width:0;max-width:100%;box-sizing:border-box;border:none;display:flex;flex-direction:column}.product-grid-container product-card.rw-product-card,.product-grid-container rw-product-card{display:flex!important;flex-direction:column;flex:1;min-width:0;max-width:100%;width:100%;height:100%;box-sizing:border-box;border-left:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.product-grid-container .product-grid__item:nth-child(4n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(4n) rw-product-card{border-right:1px solid rgba(0,0,0,.08)}.product-grid-container .rw-card-link{flex:1;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.product-grid-container .product-grid.product-grid--grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.product-grid-container [product-grid-view=default]{--product-grid-gap: 0}@media(max-width:1280px){.product-grid-container .product-grid.product-grid--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid-container .product-grid__item:nth-child(4n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(4n) rw-product-card{border-right:none}.product-grid-container .product-grid__item:nth-child(3n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(3n) rw-product-card{border-right:1px solid rgba(0,0,0,.08)}}@media(max-width:1024px){.product-grid-container .product-grid.product-grid--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid-container .product-grid__item:nth-child(3n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(3n) rw-product-card{border-right:none}.product-grid-container .product-grid__item:nth-child(2n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(2n) rw-product-card{border-right:1px solid rgba(0,0,0,.08)}}@media(max-width:749px){.product-grid-container .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.product-grid-container [product-grid-view=default]{--padding-block-start: 8px;--padding-block-end: 8px;--product-grid-gap: 0}.product-grid-container .product-grid__item:nth-child(3n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(3n) rw-product-card{border-right:none}.product-grid-container .product-grid__item:nth-child(2n) product-card.rw-product-card,.product-grid-container .product-grid__item:nth-child(2n) rw-product-card{border-right:1px solid rgba(0,0,0,.08)}.product-grid-container .product-meta{padding:12px 10px 8px}.product-grid-container .product-img-wrap{min-height:140px;padding:10px}.product-grid-container .product-img-wrap img{max-height:160px}}.all-products{padding:0;background:var(--bg)}.all-products--spaced{padding:10px 10px 0}.all-products__grid{display:grid;width:100%}.all-products--full .all-products__grid{grid-template-columns:1fr}.all-products--grid .all-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:var(--rw-all-products-height, 360px)}.all-products--span-last.all-products--grid .all-products-card:last-child{grid-column:1 / -1}.all-products--spaced .all-products__grid{gap:10px}.all-products:not(.all-products--spaced) .all-products__grid{gap:0}.all-products-card{position:relative;display:block;overflow:hidden;width:100%;height:var(--rw-all-products-height, 360px);min-height:var(--rw-all-products-height, 360px)}.all-products-card>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .65s ease}.all-products-card:hover>img{transform:scale(1.05)}.all-products-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000c7,#00000038,#0000000f);transition:background .3s ease}.all-products-card__overlay--none{background:linear-gradient(to top,#00000073,#0000 40%)}.all-products-card:hover .all-products-card__overlay:not(.all-products-card__overlay--none){background:linear-gradient(to top,#1c1e1de0,#f249201f 55%,#00000014)}.all-products-card__content{position:absolute;top:24px;right:24px;bottom:28px;left:24px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.all-products-card__label{font-family:var(--font-body);font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--warm)}.all-products-card__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.all-products-card__subheading{font-family:var(--font-body);font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin:0}.all-products-card__title{font-family:var(--font-head);font-weight:600;font-size:clamp(22px,2.4vw,42px);line-height:1.05;color:var(--cream);margin:0;max-width:90%;text-transform:capitalize}.all-products-card__btn{display:inline-block;font-family:var(--font-head);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark);background:var(--cream);padding:13px 20px;border-radius:2px;transition:background .2s ease,color .2s ease,transform .2s ease;pointer-events:all}.all-products-card:hover .all-products-card__btn{background:var(--orange);color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.all-products--grid .all-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.all-products--grid .all-products__grid{grid-template-columns:1fr}.all-products--spaced{padding:8px}.all-products-card__content{top:20px;right:20px;bottom:24px;left:20px}}.page-split--image-right,.page-split--image-left{display:grid;grid-template-columns:1fr 1fr;min-height:520px;align-items:stretch}.page-split--image-left .page-split__media{order:-1}.page-split--centered{padding:80px 24px 88px;background:var(--cream)}.page-split--centered .page-split__text{max-width:720px;margin:0 auto;text-align:center}.page-split__text{display:flex;flex-direction:column;justify-content:center;padding:64px 56px 64px 80px;color:var(--dark)}.page-split--centered .page-split__text{padding:0}.page-split__label{font-family:var(--font-body);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.page-split__title{font-family:var(--font-head);font-weight:600;font-size:clamp(28px,3.2vw,48px);line-height:1.1;text-transform:uppercase;letter-spacing:.04em;margin-bottom:28px}.page-split--centered .page-split__title{font-size:clamp(36px,4vw,56px);margin-bottom:36px}.page-split__body{font-family:var(--font-body);font-size:17px;line-height:1.75;max-width:560px}.page-split--centered .page-split__body{max-width:none;text-align:left}.page-split__body p+p{margin-top:18px}.page-split__body em{font-style:italic}.page-split__cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-family:var(--font-head);font-weight:600;font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);transition:opacity .2s ease}.page-split__cta:hover{opacity:.75}.page-split__media{overflow:hidden;min-height:320px}.page-split__media img{width:100%;height:100%;object-fit:cover;min-height:100%}.page-video-banner{position:relative;background:var(--dark) center / cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:48px 24px}.page-video-banner--normal{height:clamp(380px,50vh,520px)}.page-video-banner--large{height:clamp(480px,68vh,720px)}.page-video-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1e1d73}.page-video-banner__content{position:relative;z-index:2;max-width:800px}.page-video-banner__label{font-family:var(--font-body);font-size:clamp(14px,1.5vw,20px);color:var(--cream);letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px}.page-video-banner__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(32px,4vw,56px);line-height:1.1;color:var(--cream);text-transform:lowercase;margin-bottom:40px}.page-video-banner__play{display:flex;align-items:center;justify-content:center;width:96px;height:96px;margin:0 auto;border:none;border-radius:50%;background:#ffffffeb;color:var(--dark);cursor:pointer;transition:transform .2s ease,background .2s ease}.page-video-banner__play:hover{transform:scale(1.06);background:#fff}@media(max-width:1024px){.page-split--image-right,.page-split--image-left{grid-template-columns:1fr}.page-split--image-left .page-split__media{order:-1}.page-split__text{padding:48px 40px}.page-split__media{min-height:300px}}@media(max-width:768px){.page-split--centered{padding:56px 20px 64px}.page-split__text{padding:40px 24px}.page-video-banner__play{width:80px;height:80px}}.page-bg-video{width:100%;background:var(--dark);overflow:hidden}.page-bg-video--preserve{aspect-ratio:16 / 9;max-height:80vh}.page-bg-video--large{height:clamp(420px,60vh,680px)}.page-bg-video--medium{height:clamp(320px,45vh,520px)}.page-bg-video__frame{width:100%;height:100%;position:relative}.page-bg-video__frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;pointer-events:none}.rw-page-heading{padding:56px 24px 48px;background:var(--cream);text-align:center}.rw-page-heading__inner{max-width:960px;margin:0 auto}.rw-page-heading__title{font-family:var(--font-head);font-weight:300;font-size:clamp(36px,5vw,56px);text-transform:uppercase;letter-spacing:.18em;color:var(--dark);margin:0;line-height:1.1}.rw-page-heading--section{padding:48px 24px 32px}.rw-page-heading--section .rw-page-heading__title{font-weight:600;font-size:clamp(24px,3vw,36px);letter-spacing:.14em}.rw-page-heading--collection .rw-page-heading__title{font-size:24px}.rw-featured-product{padding:56px 24px 80px;background:var(--cream)}.rw-featured-product__heading{font-family:var(--font-head);font-weight:600;font-size:clamp(24px,3vw,36px);text-transform:uppercase;letter-spacing:.14em;text-align:center;color:var(--dark);margin:0 0 40px}.rw-featured-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;align-items:center}.rw-featured-product__media{background:#fff;display:flex;align-items:center;justify-content:center;min-height:420px;padding:24px}.rw-featured-product__media img{max-width:100%;max-height:520px;width:auto;height:auto;object-fit:contain}.rw-featured-product__info{padding:8px 0}.rw-featured-product__vendor{font-family:var(--font-body);font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#1c1e1d8c;margin:0 0 12px}.rw-featured-product__title{font-family:var(--font-head);font-weight:700;font-size:clamp(28px,3.5vw,40px);text-transform:uppercase;letter-spacing:.06em;color:var(--dark);margin:0 0 16px;line-height:1.15}.rw-featured-product__price{font-family:var(--font-body);font-size:18px;color:var(--dark);margin:0 0 28px}.rw-featured-product__option-label{display:block;font-family:var(--font-body);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--dark);margin-bottom:8px}.rw-featured-product__variant-select{width:100%;max-width:280px;padding:12px 14px;font-family:var(--font-body);font-size:14px;border:1px solid rgba(28,30,29,.25);background:#fff;color:var(--dark);margin-bottom:24px;-webkit-appearance:auto;appearance:auto}.rw-featured-product__actions{display:flex;flex-direction:column;gap:12px;max-width:360px}.rw-featured-product__btn{display:block;width:100%;padding:16px 24px;font-family:var(--font-body);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;text-align:center;cursor:pointer;border:1px solid var(--dark);transition:background .2s ease,color .2s ease}.rw-featured-product__btn--cart{background:#fff;color:var(--dark)}.rw-featured-product__btn--cart:hover:not(:disabled){background:var(--dark);color:#fff}.rw-featured-product__btn:disabled{opacity:.45;cursor:not-allowed}.rw-featured-product__buy-now .shopify-payment-button{width:100%}.rw-featured-product__buy-now .shopify-payment-button__button{width:100%;padding:16px 24px!important;font-family:var(--font-body)!important;font-size:12px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.14em!important;border-radius:0!important;background:var(--dark)!important;color:#fff!important}.rw-featured-product__details-link{display:inline-block;margin-top:20px;font-family:var(--font-body);font-size:13px;color:var(--dark);text-decoration:underline;text-underline-offset:3px}.rw-featured-product__details-link:hover{color:var(--orange)}@media(max-width:900px){.rw-featured-product__grid{grid-template-columns:1fr;gap:32px}.rw-featured-product__media{min-height:280px}.rw-featured-product__actions{max-width:100%}}@media(max-width:600px){.rw-page-heading{padding:40px 16px 32px}.rw-featured-product{padding:40px 16px 56px}}@media(max-width:749px){slideshow-controls:has(.slideshow-controls__dots){mix-blend-mode:normal}.slideshow-controls__dots{background:#ffffff2e;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.25);border-radius:2rem;padding:8px 14px;gap:.5rem}.slideshow-controls__dots button{--color: rgba(255, 255, 255, .55) !important;--color-active: #ffffff !important;--color-hover: rgba(255, 255, 255, .8) !important}}.product-form-buttons:not(:has(.quantity-rules)){gap:16px!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/remi-sections.css.map */
