@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/poppins-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/poppins-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/poppins-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/poppins-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/poppins-800.ttf) format('truetype');
}

:root{font-family:Poppins,Arial,sans-serif;color:#101010;background:#fff;font-synthesis:none;scroll-behavior:smooth}
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;min-width:320px;letter-spacing:.25px}
body,body *{-webkit-user-select:none;user-select:none}
input,textarea,[contenteditable="true"]{-webkit-user-select:text;user-select:text}
img{-webkit-user-drag:none;user-drag:none}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.ticker{height:42px;display:flex;align-items:center;overflow:hidden;background:#080808;color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;white-space:nowrap}
.ticker-track{width:max-content;display:flex;align-items:center;animation:ticker 35s linear infinite}
.ticker-group{display:flex;flex:none;align-items:center;gap:26px;padding-right:26px}
.ticker-track i{color:#a2a2a2;font-size:16px;font-style:normal}
@keyframes ticker{to{transform:translateX(-50%)}}
.site-header{height:130px;max-width:1500px;margin:0 auto;padding:0 56px;border-bottom:1px solid #d9d9d9;display:flex;align-items:center;background:#fff}
.menu-toggle{display:none;align-items:center;justify-content:center;width:32px;height:36px;padding:0;border:0;background:none;cursor:pointer}
.menu-toggle svg{width:23px;height:23px;fill:none;stroke:#111;stroke-width:1.6;stroke-linecap:round}
.mobile-menu[hidden]{display:none!important}
.mobile-menu{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.55)}
.mobile-menu-panel{width:min(345px,88vw);height:100%;padding:22px 28px;background:#fff;box-shadow:10px 0 28px rgba(0,0,0,.1)}
.mobile-menu-heading{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding-bottom:18px;border-bottom:1px solid #ddd}
.mobile-menu-heading a{font-family:Georgia,serif;font-size:23px;font-weight:700;letter-spacing:-.04em}
.mobile-menu-heading button{width:34px;height:36px;padding:0;border:0;background:none;font-family:Arial,sans-serif;font-size:36px;font-weight:200;line-height:1;cursor:pointer}
.mobile-menu nav{margin-top:22px}
.mobile-menu nav a{display:block;padding:17px 4px;border-bottom:1px solid #ddd;font-size:17px;font-weight:700}
.mobile-menu nav a:hover{text-decoration:underline}
.brand{display:flex;align-items:center;flex:none;font-family:Georgia,serif;font-size:29px;font-weight:700;letter-spacing:-.04em}
.main-nav{display:flex;align-items:center;gap:8px;margin-left:36px}
.main-nav a{display:flex;align-items:center;justify-content:center;min-height:53px;padding:0 15px;border-radius:5px;font-size:16px;font-weight:700;white-space:nowrap}
.main-nav a.active,.main-nav a:hover{color:#fff;background:#111}
.header-actions{display:flex;align-items:center;gap:20px;margin-left:auto}
.header-action{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;background:none;cursor:pointer}
.header-action svg{width:25px;height:25px;fill:none;stroke:#111;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.action-pending{cursor:default}
.hero{background:#fff;padding:82px 40px 72px;border-bottom:1px solid #e6e6e6}
.hero-inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);gap:70px;align-items:center;max-width:1420px;margin:auto}
.hero-copy{min-width:0}
.eyebrow{display:inline-flex;align-items:center;min-height:43px;padding:0 22px;border-radius:999px;background:#f5f0e8;color:#8b6f47;font-size:14px;font-weight:500;letter-spacing:.02em}
.hero h1{max-width:790px;margin:30px 0 22px;font-size:clamp(48px,4.55vw,78px);line-height:1.08;letter-spacing:-.045em;font-weight:800}
.hero h1 em{display:block;color:#a67a2a;font-weight:400;font-style:italic;letter-spacing:-.035em}
.hero-description{max-width:790px;margin:0;color:#737373;font-size:17px;line-height:1.75;font-weight:500}
.benefits{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 30px}
.benefits span{display:inline-flex;align-items:center;min-height:43px;padding:0 20px;border:1px solid #dedede;border-radius:999px;background:#fff;color:#222;font-size:14px;white-space:nowrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:61px;padding:0 30px;border:0;border-radius:0;background:#a67a2a;color:#fff;font-size:17px;font-weight:800;transition:background .2s ease}
.button:hover,.button:focus-visible{background:#8f6823}
.hero-visual{overflow:hidden;padding:30px;border-radius:42px;background:#fff;box-shadow:0 20px 46px rgba(34,29,20,.1)}
.hero-visual img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:26px;transform:scale(1.12)}
.bestsellers{padding:68px 40px 78px;background:#fff}
.section-inner{max-width:1420px;margin:auto}
.bestsellers h2{margin:0 0 48px;text-align:center;font-size:clamp(43px,4.2vw,68px);line-height:1.05;letter-spacing:-.04em;font-weight:800}
.bestsellers h2 span{color:#a67a2a}
.bestseller-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.bestseller-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(35,31,25,.1);text-align:center}
.bestseller-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1;background:#fff;overflow:hidden}
.bestseller-image img{display:block;width:100%;height:100%;object-fit:contain}
.bestseller-copy{display:flex;flex:1;flex-direction:column;justify-content:center;min-height:124px;padding:19px 12px 22px}
.bestseller-copy h3{margin:0 0 10px;color:#6f6f6f;font-size:16px;line-height:1.45;font-weight:600}
.bestseller-copy p{margin:0;color:#a67a2a;font-size:19px;line-height:1.2}
.bestseller-copy small{display:block;margin-top:5px;color:#777;font-size:10px;line-height:1.4}
.view-all{display:flex;justify-content:center;margin-top:46px}
.view-all .button{min-width:152px;min-height:50px}
.editorial{border-top:1px solid #d7d7d7;background:#fff;padding:76px 40px 84px}
.editorial-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;max-width:1420px;margin:auto}
.editorial h2{max-width:760px;margin:0 0 22px;font-size:clamp(48px,4.2vw,70px);line-height:1.12;letter-spacing:-.045em;font-weight:800}
.editorial p{max-width:760px;margin:0;color:#737373;font-size:17px;line-height:1.75;font-weight:500}
.editorial .button{margin-top:30px;min-height:59px}
.editorial-media{height:450px;overflow:hidden;border-radius:22px;box-shadow:0 16px 38px rgba(35,31,25,.12)}
.editorial-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:100% 50%}
.site-footer{background:#080808;color:#fff;padding:56px 40px 28px;line-height:1.8}
.footer-inner{display:grid;grid-template-columns:325px 1fr;gap:80px;width:min(1180px,100%);margin:auto}
.site-footer h2{margin:0 0 9px;font-size:22px;line-height:1.3;font-weight:800}
.site-footer ul{list-style:none;padding:0;margin:14px 0}
.site-footer li{margin:8px 0}
.site-footer li span{cursor:default}
.site-footer p{margin:14px 0 0}
.site-footer a:hover{text-decoration:underline}
.footer-bottom{width:min(1180px,100%);margin:40px auto 0;padding-top:24px;border-top:1px solid #333;color:#aaa;font-size:12px}
.collection-page{width:min(1180px,100%);margin:0 auto;padding:65px 0 100px}
.collection-page h1{text-align:center;margin:0 0 68px;font-size:48px;line-height:1.15;letter-spacing:-.04em;font-weight:800}
.collection-notice{text-align:center;margin:0 0 68px;color:#777;font-size:14px}
.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.collection-card{display:flex;min-width:0;flex-direction:column;align-items:stretch;padding:14px 14px 13px;border:1px solid #e2e2e2;border-radius:11px;background:#fff;box-shadow:0 14px 25px rgba(35,31,25,.04);text-align:center}
.collection-card[hidden]{display:none}
.collection-card-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1;overflow:hidden;background:#fff}
.collection-card-image img{display:block;width:100%;height:100%;object-fit:contain}
.collection-card h2{display:flex;align-items:flex-end;justify-content:center;min-height:62px;margin:11px 0 6px;font-size:17px;line-height:1.5;font-weight:800}
.collection-price{margin:0 0 18px;font-size:16px;font-weight:800}
.collection-subscription{margin:-10px 0 13px;color:#696969;font-size:11px;line-height:1.4}
.collection-add{width:100%;min-height:52px;margin-top:auto;border:0;border-radius:6px;background:#a5893e;color:#fff;font-size:16px;font-weight:800;opacity:.8;cursor:not-allowed}
.collection-add:not(:disabled){opacity:1;cursor:pointer}.collection-add:not(:disabled):hover{background:#8f742c}
.policy-page{width:min(960px,100%);min-height:55vh;margin:0 auto;padding:70px 30px 92px}
.policy-page .content h1{margin:0 0 32px;font-size:clamp(38px,4vw,54px);line-height:1.15;letter-spacing:-.04em}
.policy-page .content h2{margin:38px 0 12px;font-size:25px;line-height:1.3}
.policy-page .content h3{margin:25px 0 10px;font-size:19px;line-height:1.4}
.policy-page .content p,.policy-page .content li{color:#414141;font-size:15px;line-height:1.8}
.policy-page .content p{margin:0 0 17px}
.policy-page .content ul,.policy-page .content ol{padding-left:26px;margin:10px 0 24px}
.policy-page .content li{padding-left:3px;margin:7px 0}
.policy-page .content a{color:#856220;text-decoration:underline;text-underline-offset:3px}
.policy-page .content strong{color:#252525}
.search-empty{text-align:center;margin:35px 0;color:#666}
.search-overlay[hidden],.search-predictive[hidden],.search-empty[hidden],.login-status[hidden]{display:none!important}
.search-overlay{position:fixed;top:42px;inset-inline:0;bottom:0;z-index:100;background:rgba(0,0,0,.52)}
.search-panel{background:#fff;min-height:116px;padding:32px 22px 30px}
.search-shell{position:relative;display:flex;align-items:flex-start;gap:16px;width:min(790px,100%);margin:auto}
.search-form{display:flex;align-items:center;position:relative;flex:1;height:50px;border:2px solid #1766ec;border-radius:10px;background:#fff}
.search-form label{position:absolute;top:2px;left:13px;font-size:10px;line-height:1.2}
.search-form input{width:100%;height:100%;padding:16px 40px 1px 13px;border:0;border-radius:10px;outline:0;background:transparent;font-size:16px}
.search-form input::-webkit-search-cancel-button{display:none}
.search-form button{position:absolute;right:10px;top:11px;padding:0;border:0;background:none;cursor:pointer}
.search-form svg{width:22px;height:22px;fill:none;stroke:#151515;stroke-width:1.5;stroke-linecap:round}
.search-close{width:32px;height:50px;padding:0;border:0;background:none;color:#111;font-family:Arial,sans-serif;font-size:38px;font-weight:200;line-height:1;cursor:pointer}
.search-predictive{position:absolute;top:50px;left:0;width:calc(100% - 48px);max-height:min(68vh,490px);overflow-y:auto;border:1px solid #dedee0;border-radius:0 0 12px 12px;background:#fff;box-shadow:0 16px 35px rgba(0,0,0,.13)}
.search-content{display:grid;grid-template-columns:1fr 1.35fr;gap:32px;padding:18px 20px 14px}
.search-column-title{margin:0 0 9px;padding-bottom:9px;border-bottom:1px solid #dedee0;color:#555;font-size:10px;font-weight:600;letter-spacing:.16em}
.search-suggestion{display:block;padding:0 0 10px;font-size:14px;font-weight:700}
.search-product{display:flex;gap:15px;align-items:center;padding:7px 0;font-size:14px;font-weight:800;line-height:1.35}
.search-product img{width:40px;height:48px;object-fit:contain}
.search-product small{display:block;margin-top:3px;font-size:12px;font-weight:700}
.search-product:hover,.search-suggestion:hover,.search-all:hover{text-decoration:underline}
.search-all{display:flex;justify-content:space-between;gap:10px;padding:12px 20px;border-top:1px solid #dedee0;font-size:13px;font-weight:800}
.login-page{min-height:100vh;display:grid;place-items:center;padding:36px 16px;background:#fdfbf8}
.login-card{width:min(500px,100%);padding:52px 54px 48px;border:1px solid #ded6c8;border-radius:20px;background:#fff;text-align:center;box-shadow:0 20px 50px rgba(40,29,10,.1)}
.login-brand{display:block;font-family:Georgia,serif;font-size:22px;font-weight:700;letter-spacing:-.03em}
.login-brand-subtitle{margin:2px 0 38px;color:#666;font-size:11px;font-weight:800;letter-spacing:.16em}
.login-lock{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 24px;border-radius:50%;background:#f6eedf}
.login-lock svg{width:25px;height:25px;fill:none;stroke:#8f6823;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.login-kicker{margin:0 0 10px;color:#8f6823;font-size:11px;font-weight:800;letter-spacing:.12em}
.login-card h1{max-width:370px;margin:0 auto 14px;font-family:Georgia,serif;font-size:40px;line-height:1.16;letter-spacing:-.03em}
.login-intro{margin:0 auto 26px;color:#666;font-size:15px;line-height:1.6}
.login-continue{width:100%;min-height:52px;border:0;border-radius:8px;background:#211f1c;color:#fff;font-size:14px;font-weight:800;cursor:pointer}
.login-continue:hover{background:#3c3832}
.login-hint{margin:12px 0 0;color:#777;font-size:11px;line-height:1.5}
.login-status{margin:10px 0 0;color:#8f6823;font-size:12px;font-weight:700}
.login-back{display:block;margin:25px 0 0;color:#795920;font-size:12px;font-weight:800}
.login-footnote{margin:30px 0 0;color:#777;font-size:11px;line-height:1.5}
@media(max-width:1200px){.collection-page{padding-left:25px;padding-right:25px}.site-header{padding:0 30px}.hero-inner,.editorial-inner{gap:40px}}
@media(max-width:1000px){.site-header{height:100px}.brand{font-size:25px}.main-nav{margin-left:18px}.main-nav a{font-size:14px;padding:0 10px}.header-actions{gap:9px}.hero-inner{grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(42px,5vw,58px)}.hero-visual{padding:16px;border-radius:25px}.bestseller-grid,.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial h2{font-size:clamp(40px,4.5vw,58px)}}
@media(max-width:700px){.ticker{height:39px;font-size:10px}.ticker-group{gap:17px;padding-right:17px}.site-header{position:relative;height:76px;min-height:0;padding:0 17px}.menu-toggle{display:flex}.brand{position:absolute;left:50%;transform:translateX(-50%);font-size:24px}.header-actions{gap:9px}.header-action[href="/login"]{display:none}.main-nav{display:none}.hero{padding:44px 20px 55px}.hero-inner,.editorial-inner{display:flex;flex-direction:column;gap:38px}.hero h1{font-size:clamp(42px,10vw,60px);margin:24px 0 18px}.hero-description{font-size:16px}.benefits{gap:8px}.benefits span{min-height:37px;padding:0 12px;font-size:11px}.hero-button{width:100%;font-size:16px}.hero-visual{width:100%;max-width:520px}.bestsellers{padding:58px 20px 66px}.bestsellers h2{margin-bottom:33px;text-align:left;font-size:43px}.bestseller-grid{gap:14px}.bestseller-copy{min-height:108px;padding:15px 8px}.bestseller-copy h3{font-size:12px}.bestseller-copy p{font-size:15px}.bestseller-copy small{font-size:9px}.editorial{padding:60px 20px}.editorial h2{font-size:44px}.editorial p{font-size:16px}.editorial .button{width:100%;font-size:15px}.editorial-media{width:100%;height:auto;aspect-ratio:4/3}.site-footer{padding:46px 24px 24px}.footer-inner{display:grid;grid-template-columns:1fr;gap:32px}.footer-bottom{margin-top:30px}.collection-page{padding:50px 16px 70px}.collection-page h1{font-size:40px;margin-bottom:40px}.collection-grid{gap:12px}.collection-card{padding:8px}.collection-card h2{min-height:55px;font-size:12px;line-height:1.35}.collection-price{font-size:13px;margin-bottom:12px}.collection-add{min-height:43px;font-size:12px}.search-overlay{top:39px}.search-panel{min-height:116px;padding:32px 16px 30px}.search-content{display:block}.search-column+.search-column{margin-top:10px}.search-predictive{max-height:72vh}.search-product{font-size:12px}.login-card{padding:40px 25px}.login-card h1{font-size:35px}}
@media(max-width:390px){.main-nav a{font-size:11px;padding:0 7px}.bestsellers h2{font-size:39px}}
@media(max-width:700px){.policy-page{padding:48px 20px 68px}.policy-page .content h1{font-size:39px}.policy-page .content h2{font-size:22px}.policy-page .content p,.policy-page .content li{font-size:14px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.ticker-track{animation:none}}

/* Guide product page */
.product-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(48px,7vw,155px);width:min(1500px,100%);margin:auto;padding:52px 86px 72px}
.product-gallery{min-width:0}
.product-image-frame{width:100%;aspect-ratio:1;overflow:hidden;background:#f8f6f3}
.product-image-frame img{display:block;width:100%;height:100%;object-fit:contain}
.product-thumbs{display:flex;gap:10px;margin-top:14px}
.product-thumbs button{width:92px;height:92px;padding:3px;border:1px solid #ddd;border-radius:7px;background:#fff;cursor:pointer}
.product-thumbs button.active{border:2px solid #111}
.product-thumbs img{display:block;width:100%;height:100%;object-fit:contain}
.product-buybox h1{margin:0 0 14px;font-size:clamp(31px,3vw,42px);font-weight:800;line-height:1.17;letter-spacing:-.04em}
.product-subtitle{margin:0 0 17px;font-size:16px;line-height:1.5}
.product-checks{margin:0 0 18px;padding:0;list-style:none}
.product-checks li{position:relative;margin:7px 0;padding-left:26px;font-size:14px;line-height:1.5}
.product-checks li:before{content:'✓';position:absolute;left:0;top:1px;display:grid;place-items:center;width:18px;height:18px;border:1px solid #111;border-radius:50%;font-size:12px}
.product-offers{margin:12px 0 16px;padding:0;border:0}
.product-offers legend{width:100%;padding:0 5px;margin-bottom:18px;text-align:center;font-size:12px;font-weight:800}
.product-offer{position:relative;display:flex;align-items:center;gap:13px;min-height:77px;margin:0 0 14px;padding:12px 16px;border:1px solid #cfcfd3;border-radius:8px;background:#fafbfc;cursor:pointer}
.product-offer.selected{border:2px solid #111;padding:11px 15px}
.product-offer input{flex:none;width:22px;height:22px;margin:0;accent-color:#111;cursor:pointer}
.offer-text{display:flex;flex:1;flex-direction:column;gap:2px}
.offer-text strong{font-size:16px;line-height:1.2;font-weight:800}
.offer-text small{color:#777;font-size:12px}
.offer-prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.offer-prices strong{font-size:16px;font-weight:800}
.offer-prices del{color:#777;font-size:12px;font-weight:700}
.offer-badge{position:absolute;right:12px;top:-12px;padding:4px 10px;border-radius:5px;background:#865034;color:#fff;font-size:9px;font-weight:800;line-height:1.1}
.product-add{display:block;width:100%;min-height:58px;margin-top:16px;border:0;border-radius:5px;background:#a58a3f;color:#fff;font-size:17px;font-weight:800;cursor:pointer}
.product-simple-price{margin:24px 0 10px;font-size:27px;font-weight:800}
.product-add:hover{background:#8d742d}
.product-delivery{display:flex;justify-content:center;gap:5px;margin:10px 0 26px;font-size:13px}
.product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:18px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center}
.product-assurances div{display:flex;flex-direction:column;gap:4px}.product-assurances strong{font-size:10px;font-weight:800}.product-assurances span{color:#555;font-size:10px}
.product-details{margin-top:20px}.product-details details{border-top:1px solid #ddd}.product-details details:last-child{border-bottom:1px solid #ddd}.product-details summary{position:relative;padding:15px 30px 15px 0;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.product-details summary::-webkit-details-marker{display:none}.product-details summary:after{content:'+';position:absolute;right:4px;font-size:20px;font-weight:400;line-height:1}.product-details details[open] summary:after{content:'−'}.product-details p{margin:0 0 18px;color:#555;font-size:13px;line-height:1.6}.product-details a{text-decoration:underline}
.product-message-strip{padding:10px 14px;background:#111;color:#fff;text-align:center;font-size:12px;font-weight:800;letter-spacing:.04em}
.product-story{padding:82px 20px 86px;background:#f9f8f6;text-align:center}.product-story span{color:#9a7228;font-size:14px}.product-story h2{max-width:760px;margin:14px auto 20px;font-size:clamp(34px,3vw,42px);line-height:1.1;letter-spacing:-.04em}.product-story p{max-width:700px;margin:auto;color:#555;font-size:16px;line-height:1.8}
.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:min(1060px,100%);margin:auto;padding:70px 20px 90px;text-align:center}.product-features article{padding:28px 25px;border:1px solid #ddd;border-radius:10px}.product-features h3{margin:0 0 10px;font-size:17px}.product-features p{margin:0;color:#555;font-size:13px;line-height:1.6}

/* Cart drawer */
.cart-trigger{position:relative}.cart-count{position:absolute;top:-7px;right:-8px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 3px;border-radius:50%;background:#a67a2a;color:#fff;font-size:10px;font-weight:800}.cart-count[hidden]{display:none}
.cart-overlay[hidden]{display:none!important}.cart-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.52)}
.cart-panel{display:flex;flex-direction:column;width:min(480px,100%);height:100%;margin-left:auto;background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.12)}
.cart-heading{display:flex;align-items:center;justify-content:space-between;min-height:80px;padding:0 22px;border-bottom:1px solid #ddd}.cart-heading h2{margin:0;font-size:27px;line-height:1.2}.cart-close{width:38px;height:38px;padding:0;border:0;background:none;font-family:Arial,sans-serif;font-size:36px;font-weight:200;line-height:1;cursor:pointer}
.cart-body{flex:1;min-height:0;overflow-y:auto;padding:10px 18px 20px}.cart-empty{padding:50px 10px;color:#666;text-align:center;font-size:16px}
.cart-line{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:13px;min-height:116px;padding:16px 32px 16px 2px;border-bottom:1px solid #e2e2e2}
.cart-line>img{display:block;width:72px;height:82px;object-fit:contain}.cart-line-details{min-width:0}.cart-line h3{margin:0 0 5px;font-size:15px;line-height:1.25;font-weight:800}
.cart-line-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:1px 0 7px}.cart-badge{display:inline-flex;align-items:center;min-height:18px;padding:1px 7px;border-radius:999px;background:#f0ece4;color:#111;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cart-badge:not(.trial):not(.renewal):before{content:'◆';margin-right:4px;font-size:7px}.cart-badge.trial{background:#8b4829;color:#fff}.cart-badge.renewal{border:1px solid #bfa68e;background:#fff7ef;color:#6f351f}
.cart-line-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.cart-line-price{min-width:max-content;text-align:right;font-size:13px;line-height:1.25;font-weight:800;white-space:nowrap}.cart-line-price del{display:inline-block;margin-right:4px;color:#888;font-size:12px;font-weight:500}.cart-line-price small{display:block;color:#111;font-size:11px;line-height:1.2}
.cart-quantity{display:inline-grid;grid-template-columns:29px 40px 29px;align-items:center;margin-top:4px;overflow:hidden;border:1px solid #999;border-radius:6px;background:#fff}.cart-quantity button{width:29px;height:29px;padding:0;border:0;background:#fff;font-size:17px;cursor:pointer}.cart-quantity button:disabled{color:#aaa;cursor:not-allowed}.cart-quantity span{display:grid;place-items:center;min-width:40px;height:29px;border-left:1px solid #d3d3d3;border-right:1px solid #d3d3d3;text-align:center;font-size:13px;font-weight:600}
.cart-remove{position:absolute;right:2px;top:18px;display:grid;place-items:center;width:28px;height:28px;padding:4px;border:0;background:none;color:#555;cursor:pointer}.cart-remove svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cart-remove:hover{color:#111}
.cart-summary{padding:16px 18px 20px;border-top:1px solid #ccc;background:#fff}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:13px;font-size:20px;font-weight:800}.cart-checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:58px;border:0;border-radius:6px;background:#a58a3f;color:#fff;font-size:17px;font-weight:800;text-decoration:none}.cart-checkout:hover{background:#8d742d}
.not-found-header{justify-content:center}.not-found-header .brand{position:static;transform:none}.not-found-page{display:flex;min-height:calc(100vh - 120px);flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.not-found-page p{margin:0;color:#a58a3f;font-size:18px;font-weight:800;letter-spacing:.18em}.not-found-page h1{margin:12px 0 28px;font-size:clamp(38px,5vw,58px);line-height:1.1}.not-found-page a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 30px;background:#a58a3f;color:#fff;font-weight:800;text-decoration:none}.not-found-page a:hover{background:#8d742d}
@media(max-width:1000px){.product-hero{gap:40px;padding:42px 35px 65px}}
@media(max-width:700px){.product-hero{grid-template-columns:1fr;gap:34px;padding:28px 16px 60px}.product-thumbs button{width:22%;height:auto;aspect-ratio:1}.product-buybox h1{font-size:32px}.product-message-strip{font-size:10px}.product-story{padding:62px 20px}.product-features{grid-template-columns:1fr;padding:55px 20px 65px}.cart-panel{width:min(440px,100%)}.cart-heading h2{font-size:24px}}
@media(max-width:520px){.cart-heading{padding:0 16px}.cart-body{padding-left:12px;padding-right:12px}.cart-line{grid-template-columns:66px minmax(0,1fr)}.cart-line>img{width:66px;height:78px}.cart-line h3{font-size:14px}.cart-line-price{font-size:12px}.cart-line-price small{font-size:10px}.cart-summary{padding-left:12px;padding-right:12px}}

/* Shop preview: original layout, scoped interactions, and responsive fixes. */
body,body *{-webkit-user-select:auto;user-select:auto}
.brand{font-weight:400}.hero h1 em{font-synthesis:style}
button,a,input,select{touch-action:manipulation}button{cursor:pointer}
:focus-visible{outline:2px solid #a67a2a;outline-offset:4px}
.hero,.editorial{background:#f8f7f4}.hero-visual img{transform:none}.hero-visual{padding:14px}
.header-action svg{flex:none}.main-nav a:hover{background:none;color:#a67a2a}
.collection-card-image{height:auto;min-height:0;flex:none}.collection-card-image img{min-width:0;min-height:0}
.collection-card h2{align-items:center}.collection-card h2 a{display:block}.collection-card .collection-add{opacity:1;cursor:pointer}
.product-image-frame{border-radius:12px}.product-thumbs{overflow-x:auto;padding-bottom:3px}.product-thumbs button{flex:0 0 82px}
.product-offers legend{display:flex;align-items:center;gap:10px;padding:0;white-space:nowrap}
.product-offers legend:before,.product-offers legend:after{content:"";height:2px;background:#ccc;flex:1}
.product-offer{background:#f5f5f5}.product-offer.selected{background:#eee}.product-offer:last-child{margin-bottom:0}
.variant-field{display:grid;gap:8px;margin:22px 0;font-size:13px;font-weight:600}.variant-field select{width:100%;min-height:44px;background:#fff;border:1px solid #bbb;border-radius:5px;padding:10px;font:inherit}
.product-simple-controls{display:flex;align-items:center;justify-content:space-between;margin:22px 0}.product-simple-price{margin:0}
.bestseller-grid{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 0 30px}.bestseller-grid::-webkit-scrollbar{display:none}.bestseller-card{flex:0 0 calc((100% - 78px)/4);scroll-snap-align:start}
.carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin:0 0 0}.carousel-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #cfb98f;border-radius:50%;background:#fff;color:#a67a2a;font-size:27px;box-shadow:0 3px 9px #00000009}.carousel-controls button:disabled{opacity:.4;cursor:default}
.bestsellers h2{text-align:center}.editorial-media{height:auto;aspect-ratio:1}.editorial-media img{object-fit:cover}.editorial-inner{grid-template-columns:1fr 1fr}.editorial-media{order:-1}
.cart-overlay,.mobile-menu{display:block!important;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .28s ease,visibility .28s}
.cart-overlay.open,.mobile-menu.open{visibility:visible;opacity:1;pointer-events:auto}
.cart-panel{transform:translateX(100%);transition:transform .35s cubic-bezier(.22,.68,0,1)}.cart-overlay.open .cart-panel{transform:translateX(0)}
.mobile-menu-panel{transform:translateX(-100%);transition:transform .3s ease}.mobile-menu.open .mobile-menu-panel{transform:translateX(0)}
.cart-line{padding-right:30px}.cart-count{background:#111}
.contact-page{max-width:830px;min-height:380px}.contact-page .content h1{font-size:42px}
.search-results{padding:18px 0;max-height:60vh;overflow:auto}.search-results a{display:flex;gap:14px;align-items:center;padding:9px 0;border-bottom:1px solid #eee;font-size:14px;font-weight:700}.search-results img{width:48px;height:55px;object-fit:contain}.search-results small{display:block}
.search-panel{padding-bottom:10px}.search-shell{display:block}.search-form{width:calc(100% - 50px)}.search-close{position:absolute;right:0;top:0}
@media(max-width:1000px){.bestseller-card{flex-basis:calc((100% - 26px)/2)}}
@media(max-width:700px){
.ticker{height:35px}.site-header{height:80px}.brand{font-size:24px;font-weight:400}
.account-link{display:none}
.hero{padding:50px 16px 55px}.hero h1{font-size:40px;line-height:1.08}.hero-description{font-size:14px;line-height:1.75}.eyebrow{font-size:12px;padding:0 17px;min-height:38px}.hero-inner{gap:34px}
.benefits{margin:24px 0}.button{min-height:56px}.hero-visual{border-radius:25px}.hero-visual img{border-radius:16px}
.bestsellers{padding:55px 16px 63px}.bestsellers h2{font-size:39px}.bestseller-grid{gap:14px}.bestseller-card{flex-basis:calc((100% - 14px)/2);border-radius:14px}.bestseller-copy h3{font-size:13px}.bestseller-copy{min-height:118px}.bestseller-copy p{font-size:16px}.view-all{margin-top:19px}
.editorial{padding:50px 16px 70px}.editorial h2{font-size:39px}.editorial p{font-size:14px}.editorial-media{width:100%;aspect-ratio:1.2}
.collection-page{padding-top:42px}.collection-page h1{font-size:38px;margin-bottom:42px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.collection-card{padding:10px}.collection-card h2{font-size:13px;min-height:55px;margin:10px 0 6px}.collection-add{min-height:40px}.collection-card-image{aspect-ratio:1}
.product-hero{padding:28px 16px 60px;gap:32px}.product-thumbs{gap:10px}.product-thumbs button{flex:0 0 calc((100% - 40px)/5);width:auto}.product-buybox h1{font-size:31px}.product-subtitle{font-size:14px}.product-checks li{font-size:14px;padding-left:25px}.product-offers{margin-top:26px}.product-offers legend{font-size:11px;gap:10px}.product-offer{min-height:70px;padding:12px;gap:10px;margin-bottom:15px}.product-offer.selected{padding:11px}.offer-text strong,.offer-prices strong{font-size:14px}.offer-text small,.offer-prices del{font-size:11px}.offer-badge{font-size:9px;right:12px;top:-11px}.product-add{font-size:16px}
.search-overlay{top:35px}.site-footer{padding-top:45px}.footer-inner{gap:25px}.site-footer h2{font-size:22px}
.cart-quantity{grid-template-columns:26px 30px 26px}.cart-quantity span{min-width:30px}.cart-quantity button{width:26px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
