:root{--ink:#101010;--muted:#686868;--line:#e5e5e5;--sand:#f6f3ee;--sand-dark:#ebe7e0;--night:#14140f;--accent:#8e682e;--header-h:116px;--display:'Bebas Neue',Impact,sans-serif;--sans:Jost,system-ui,sans-serif;--serif:Fraunces,Georgia,serif}
*{box-sizing:border-box}
html{scroll-padding-top:140px;-webkit-font-smoothing:antialiased}
body{margin:0;color:var(--ink);background:#fff;font:400 16px/1.6 var(--sans);letter-spacing:-.005em}
body,input,button,select,textarea{font-family:var(--sans)}
h1,h2,h3,p,ul,ol{margin-top:0}
h1,h2,h3{line-height:1.2;text-wrap:balance;font-weight:400}
p{text-wrap:pretty}
h2{font-size:28px}
h3{font-size:22px}
a{color:inherit;text-decoration:none;text-underline-offset:4px}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;vertical-align:middle}
svg{flex-shrink:0;vertical-align:middle}
button,input,select,textarea{font:inherit}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:default;opacity:.35}
button,input,textarea,select{border:1px solid var(--line);border-radius:8px}
input,textarea,select{padding:12px;background:#fff;color:var(--ink);max-width:100%}
textarea{width:100%}
:focus-visible{outline:2px solid currentColor;outline-offset:4px}
::selection{background:#f3e9d8;color:var(--ink)}
[hidden]{display:none!important}
.container{width:100%;max-width:1200px;padding-inline:32px;margin-inline:auto}
.section{padding-block:100px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}
.section-heading h2,.section-heading p{margin-bottom:0}
.section-heading p{margin-top:12px;color:var(--muted)}
.eyebrow{font-size:13px;color:var(--muted)}
.display{font-family:var(--display);text-transform:uppercase;letter-spacing:.01em;font-weight:400}
.button,button[type=submit],input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:46px;padding:12px 24px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:8px;font-weight:500;text-decoration:none;transition:background .16s}
.button:hover,button[type=submit]:hover{background:#333}
.button-light{background:#fff;color:var(--ink);border-color:#fff}
.button-light:hover{background:var(--sand-dark)}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;text-decoration:underline}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{clip:auto;width:auto;height:auto;z-index:999999;top:8px;left:8px;padding:12px;background:white;color:black}
.announcement{padding:8px 16px;background:var(--sand);color:var(--ink);text-align:center;font-size:13px;min-height:36px}
.site-header{position:sticky;top:0;z-index:50;background:#fff;color:var(--ink);box-shadow:0 1px 0 rgb(0 0 0/.06);transition:background .24s,color .24s}
.admin-bar .site-header{top:32px}
.header-main{height:72px;display:flex;align-items:center;gap:28px}
.site-brand{flex-shrink:0;max-width:38%}
.wordmark{font-family:var(--serif);font-size:clamp(18px,1.7vw,24px);letter-spacing:-.04em;line-height:1.2;overflow-wrap:anywhere}
.wordmark:hover{text-decoration:none}
.custom-logo{max-height:44px;width:auto;object-fit:contain}
.header-search{flex:1;max-width:480px;margin-inline:auto}
.search-form{display:flex;position:relative;width:100%}
.search-form input{padding:11px 48px 11px 16px;background:var(--sand);border-color:transparent;width:100%;font-size:14px;min-height:44px}
.search-form button{position:absolute;right:0;top:0;min-height:44px;width:44px;padding:0;background:transparent;color:inherit;border:0}
.search-form button:hover{background:var(--sand-dark);color:var(--ink)}
.catalog-link{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:14px}
.product-count{padding-left:20px;border-left:1px solid var(--line);white-space:nowrap;font-size:13px;color:var(--muted)}
.primary-navigation>.menu{min-height:44px;display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.primary-navigation li{position:relative;list-style:none}
.primary-navigation a{display:block;padding:10px 0;font-size:14px}
.primary-navigation .sub-menu{position:absolute;top:100%;left:0;min-width:240px;max-width:80vw;margin:0;padding:18px 24px;background:#fff;color:var(--ink);box-shadow:0 8px 20px rgb(0 0 0/.1);visibility:hidden;opacity:0;transition:opacity .16s}
.primary-navigation li:hover>.sub-menu,.primary-navigation li:focus-within>.sub-menu{visibility:visible;opacity:1}
.primary-navigation .sub-menu .sub-menu{position:static;min-width:0;max-width:none;box-shadow:none;padding:0 0 0 16px;visibility:inherit;opacity:1}
.primary-navigation .current-menu-item>a{ text-decoration:underline}
.mobile-search{display:none}
.menu-toggle{align-items:center;justify-content:center;width:44px;height:44px;background:none;border:0;color:inherit}
.js .site-header.is-overlay{background:transparent;color:white;box-shadow:none}
.js .is-overlay .search-form input{background:rgb(255 255 255/.14);color:#fff;border-color:rgb(255 255 255/.25)}
.js .is-overlay .search-form input::placeholder{color:rgb(255 255 255/.8)}
.hero{position:relative;display:flex;align-items:end;min-height:560px;height:calc(100svh - 116px);max-height:960px;margin-top:calc(-1 * var(--header-h));background:var(--night);color:#fff;isolation:isolate}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0/.48),rgb(0 0 0/.08) 35%,rgb(0 0 0/.62));z-index:-1}
.hero-content{padding-top:calc(var(--header-h) + 64px);padding-bottom:80px;display:flex;align-items:center;flex-direction:column;gap:28px;text-align:center}
.hero h1{font-size:clamp(44px,2rem + 4vw,72px);line-height:.95;max-width:850px;margin:0}
.hero-highlight{border:1px solid rgb(255 255 255/.7);padding:12px 24px;border-radius:8px;font-size:14px;max-width:700px;margin:0}
.carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--sand-dark) transparent;list-style:none;padding:0 0 12px;margin:0;overscroll-behavior-x:contain}
.carousel>li{flex:0 0 calc((100% - 72px)/4);min-width:0;scroll-snap-align:start}
.overlay-card{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:16px;background:var(--sand-dark);color:#fff;isolation:isolate}
.overlay-card:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 35%,rgb(0 0 0/.72));z-index:1}
.overlay-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}
.overlay-card:hover img,.editorial-card:hover img{transform:scale(1.03)}
.overlay-caption{position:absolute;bottom:20px;inset-inline:20px;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:12px;font-weight:500;line-height:1.4}
.overlay-price{display:block;font-size:14px;font-weight:400;margin-top:8px}
.overlay-price ins{text-decoration:none}
.overlay-price del{opacity:.75;font-size:12px}
.scroll-controls{display:flex;gap:12px;margin-top:24px}
.scroll-controls button{width:40px;height:40px;display:grid;place-items:center;background:var(--ink);color:white;border:0}
.scroll-controls button:first-child svg{transform:rotate(180deg)}
.selection{display:grid;grid-template-columns:260px minmax(0,1fr);gap:48px;padding-top:20px}
.selection-intro h2{margin-bottom:24px}
.selection-intro .text-link{margin-top:30px}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{border:1px solid var(--line);border-radius:999px;padding:9px 18px;font-size:14px;background:#fff;line-height:1.4;display:inline-flex;align-items:center;min-height:40px}
.chip:hover{background:var(--sand);text-decoration:none}
.chip[aria-selected=true]{background:var(--ink);color:#fff;border-color:var(--ink)}
.product-carousel>li{flex-basis:calc((100% - 48px)/3)}
.selection-panels{min-width:0}
.selection-panel+.selection-panel{margin-top:32px}
.js .selection-panel+.selection-panel{margin-top:0}
.js .no-js-title{display:none}
.editorial{background:var(--night);color:#fff}
.editorial .section-heading p,.editorial .meta{color:rgb(255 255 255/.7)}
.editorial-grid,.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.reassurance{padding-block:40px;background:var(--sand)}
.reassurance-list{display:flex;justify-content:center;gap:0;list-style:none;margin:0 auto;padding-block:0}
.reassurance-list li{display:flex;align-items:center;gap:10px;padding-inline:24px;border-left:1px solid var(--line);white-space:nowrap;font-size:14px}
.reassurance-list li:first-child{border-left:0}
.reassurance-list strong{font-size:20px;font-weight:400;line-height:1}
.card-image{display:block;aspect-ratio:3/2;border-radius:16px;overflow:hidden;background:var(--sand-dark)}
.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.image-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--accent);background:linear-gradient(135deg,var(--sand),var(--sand-dark))}
.image-placeholder .icon{width:32px;height:32px}
.meta{font-size:13px;color:var(--muted);margin:16px 0 10px}
.card-title{font-size:20px;line-height:1.35;margin:0 0 18px}
.explore h2{margin-bottom:24px}
.site-footer{background:var(--sand);margin-top:80px}
.home .site-footer{margin-top:0}
.footer-main{padding-block:64px;display:grid;grid-template-columns:2fr repeat(3,minmax(0,1fr));gap:40px}
.footer-brand p{font-size:14px;color:var(--muted);max-width:270px;margin-top:20px}
.footer-column h2{font-size:20px;margin-bottom:18px}
.footer-column ul,.footer-legal ul{list-style:none;padding:0;margin:0}
.footer-column li{margin-bottom:8px;font-size:14px;color:var(--muted)}
.footer-bottom{background:var(--ink);color:rgb(255 255 255/.75);font-size:13px;padding-block:24px}
.affiliate-disclosure{max-width:780px;margin-bottom:20px}
.footer-legal,.footer-legal ul{display:flex;gap:24px;flex-wrap:wrap;align-items:center}
.back-to-top{margin-left:auto}
.page-main{padding-top:48px;min-height:50vh}
.page-heading{padding-block:32px 48px;max-width:900px}
.page-heading h1,.entry-header h1,.woocommerce-products-header h1{font-family:var(--display);font-size:clamp(40px,5vw,64px);line-height:1.05;margin-bottom:20px;text-transform:uppercase}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:24px}
.breadcrumb a{text-decoration:underline}
.entry-header{max-width:900px;margin:24px auto 40px}
.entry-cover{display:block;width:100%;max-height:600px;object-fit:cover;border-radius:16px;margin-bottom:48px}
.entry-content{max-width:820px;margin-inline:auto;font-size:17px;line-height:1.8;overflow-wrap:break-word}
.entry-content>*{margin-bottom:24px}
.entry-content h2{margin-top:48px;font-size:32px;line-height:1.2}
.entry-content h3{margin-top:32px}
.entry-content a{color:var(--accent);text-decoration:underline}
.entry-content .wp-block-button__link{color:white}
.entry-content blockquote{margin-inline:0;padding:24px 32px;border-left:3px solid var(--accent);background:var(--sand);font-family:var(--serif);font-style:italic}
.entry-content table{width:100%;border-collapse:collapse;font-size:15px}
.entry-content th,.entry-content td{padding:12px;border-bottom:1px solid var(--line);text-align:left}
.entry-content pre{overflow:auto;padding:24px;background:var(--sand)}
.entry-content .alignwide{max-width:1100px;width:100%}
.wp-caption{max-width:100%}
.wp-caption-text,figcaption{font-size:13px;color:var(--muted)}
.alignleft{float:left;margin:0 24px 20px 0}
.alignright{float:right;margin:0 0 20px 24px}
.aligncenter{display:block;margin-inline:auto}
.entry-content:after{content:'';display:table;clear:both}
.pagination,.post-navigation{margin-top:48px;border-top:1px solid var(--line);padding-top:24px}
.nav-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.page-numbers{padding:8px 16px;border-radius:8px;border:1px solid var(--line)}
.page-numbers.current{background:var(--ink);color:white}
.post-navigation .nav-links{justify-content:space-between}
#comments{max-width:820px;margin:64px auto 0;border-top:1px solid var(--line);padding-top:32px}
.comment-list{padding:0;list-style:none}
.comment-body{padding:24px 0;border-bottom:1px solid var(--line)}
.comment-author .avatar{border-radius:50%;margin-right:12px}
.comment-metadata{font-size:13px;color:var(--muted)}
.comment-form label{display:block}
.comment-form-cookies-consent label{display:inline}
.comment-form input:not([type=checkbox]):not([type=submit]){width:100%}
.empty-state{padding:64px 0;max-width:680px}
.woocommerce .woocommerce-breadcrumb{font-size:13px;color:var(--muted);margin-bottom:32px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 24px;clear:both;padding-top:24px}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none;width:auto;margin:0;min-width:0}
.woocommerce ul.products li.product a img{aspect-ratio:1;object-fit:cover;border-radius:4px;background:var(--sand-dark);margin-bottom:16px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font:400 17px/1.4 var(--sans);padding:0;margin-bottom:8px}
.woocommerce ul.products li.product .price{color:var(--ink);font-size:16px}
.woocommerce ul.products li.product .price ins{font-weight:500;text-decoration:none}
.woocommerce span.onsale{min-height:0;min-width:0;line-height:1.5;padding:5px 12px;border-radius:4px;background:#b2412a;color:white;top:12px;left:12px;font-weight:500}
.woocommerce ul.products li.product .onsale{top:12px;left:12px;right:auto;margin:0}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--ink);color:white;font-weight:500;border-radius:8px;padding:14px 22px;line-height:1.4}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce #respond input#submit:hover{background:#333;color:white}
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--ink);color:white}
.woocommerce button.button.alt.disabled{background:var(--muted)}
.woocommerce div.product .product_title{font-size:clamp(28px,3vw,42px);line-height:1.15;margin-bottom:20px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-size:24px}
.woocommerce div.product .woocommerce-product-gallery img{border-radius:8px}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--muted)}
.woocommerce div.product form.cart{margin:24px 0}
.woocommerce .quantity .qty{min-height:48px;width:80px}
.woocommerce div.product .product_meta{font-size:13px;color:var(--muted);border-top:1px solid var(--line);padding-top:20px}
.woocommerce div.product .product_meta>span{display:block}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:1px solid var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;border-radius:0;background:none;margin:0 24px 0 0;padding:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid var(--ink)}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:500;padding:16px 0}
.woocommerce .star-rating{color:var(--accent)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--sand);border-top-color:var(--accent)}
.woocommerce-message:before,.woocommerce-info:before{color:var(--accent)}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;justify-content:center;gap:8px}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{padding:12px 16px;border:1px solid var(--line)}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ink);color:white}
.woocommerce .related.products{clear:both;padding-top:48px}
.woocommerce table.shop_table{border-color:var(--line);border-radius:8px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{padding:12px}
.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;border-bottom:1px solid var(--line);padding:12px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active{background:var(--sand)}
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{max-width:none}
@media(min-width:1024px){.menu-toggle{display:none}.site-header.is-scrolled .header-main{height:64px}.site-header.is-scrolled .primary-navigation{height:0;max-height:0;overflow:hidden;opacity:0;pointer-events:none}.primary-navigation{height:52px;transition:height .24s,opacity .24s}}
@media(max-width:1023px){
 :root{--header-h:72px}.container{padding-inline:24px}.section{padding-block:72px}.header-main{gap:20px}.site-brand{max-width:55%}.catalog-link,.product-count{display:none}.wordmark{font-size:21px}
 .js .menu-toggle{display:inline-flex}.primary-navigation>.menu{justify-content:start;gap:16px}.js .primary-navigation{display:none}.js .primary-navigation.is-open{display:block;max-height:calc(100dvh - 160px);overflow:auto;padding-block:16px;background:white;color:var(--ink);border-top:1px solid var(--line)}
 .primary-navigation.is-open>.menu{display:block}.primary-navigation.is-open a{padding:12px 0}.primary-navigation .sub-menu{position:static;visibility:visible;opacity:1;box-shadow:none;padding:0 0 0 20px;max-width:none;background:none;color:inherit}.primary-navigation.is-open li{border-bottom:1px solid var(--line)}
 .primary-navigation .mobile-search{display:block;margin-block:16px}
 .hero{height:calc(85svh - 36px);max-height:860px}.hero-content{padding-bottom:64px}.carousel>li{flex-basis:38%}.selection{grid-template-columns:220px minmax(0,1fr);gap:32px;padding-top:12px}.product-carousel>li{flex-basis:65%}.footer-main{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:500px}
}
@media(max-width:767px){
 .container{padding-inline:16px}.section{padding-block:56px}.section-heading{align-items:start;flex-direction:column;gap:16px}.section-heading .eyebrow{display:none}.announcement{font-size:11px}.header-main{height:72px;gap:12px;flex-wrap:nowrap}.header-search{display:none}.site-brand{max-width:calc(100% - 56px)}.menu-toggle{margin-left:auto}.wordmark{font-size:21px}.hero{height:80svh;min-height:560px}.hero-content{padding-bottom:48px;gap:24px}.hero-highlight{padding:12px 16px;font-size:13px}
 .carousel{gap:16px}.carousel>li{flex-basis:65%}.selection{display:block;padding-top:0}.selection-intro{margin-bottom:28px}.selection-intro .text-link{margin-top:20px}.product-carousel>li{flex-basis:70%}.editorial-grid,.post-grid{grid-template-columns:1fr;gap:40px}.card-image{aspect-ratio:3/2}.footer-main{grid-template-columns:1fr 1fr;padding-block:48px}.footer-brand{grid-column:1/-1}.footer-legal{gap:16px}.footer-legal ul{gap:16px}.back-to-top{margin-left:0}.page-main{padding-top:32px}.page-heading{padding-top:16px}.entry-content{font-size:16px}.entry-content h2{font-size:28px}.entry-cover{margin-bottom:32px}.admin-bar .site-header{top:46px}.reassurance{padding-block:32px}.reassurance-list{justify-content:start;overflow-x:auto;gap:24px}.reassurance-list li{padding:0;border:0}
 .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px}.woocommerce ul.products li.product .button{padding:10px 12px;font-size:13px}.woocommerce .woocommerce-ordering{float:none;margin-bottom:16px}.woocommerce .woocommerce-result-count{float:none}.woocommerce .woocommerce-ordering select{width:100%}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin-right:16px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:14px}
}
@media(max-width:600px){.admin-bar .site-header{top:0}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
@media print{.site-header,.announcement,.site-footer,.scroll-controls{display:none}.hero{margin:0;min-height:0;height:auto;background:white;color:black}.hero-content{padding:32px}.hero:after{display:none}}
