:root{--paper:#fff;--warm:#f6f3ef;--blush:#fff3e9;--ink:#202d33;--muted:#526167;--line:#dedfda;--orange:#ff5000;--action:#b83a00;--petrol:#174a58;--shell:1200px;font-synthesis:none}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.6 Archivo,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:var(--action);text-underline-offset:.2em}
a:hover{color:#7f2903}
button,input{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:3px}
.shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}
.skip-link{position:absolute;left:12px;top:-80px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px}
.skip-link:focus{top:8px}
.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;backdrop-filter:blur(14px);border-bottom:1px solid #dedfda}
.header-inner{width:min(var(--shell),calc(100% - 48px));margin:auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;min-width:0;color:var(--ink)}
.site-brand img{display:block;width:126px;height:auto;max-height:35px;object-fit:contain}
.site-brand__suffix{font-size:19px;line-height:1.1;font-weight:700;letter-spacing:-.04em;border-left:1px solid var(--line);padding-left:9px;color:var(--ink)}
.site-brand__suffix small{display:block;font-size:9px;font-weight:500;letter-spacing:.01em;color:#5b6a6c;margin-top:4px}
.primary-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}
.nav-link{display:inline-flex;align-items:center;min-height:44px;color:var(--ink);text-decoration:none}
.nav-link:hover,.nav-link:focus-visible{color:var(--action)}
.browse-group{display:flex;align-items:center;position:relative;gap:2px}
.category-toggle{background:transparent;border:0;color:var(--ink);width:28px;height:36px;padding:0;font-size:19px;line-height:1}
.category-popover{visibility:hidden;opacity:0;pointer-events:none;position:absolute;right:-150px;top:calc(100% + 2px);width:490px;background:white;box-shadow:0 18px 40px #25323a1c;border:1px solid var(--line);border-radius:12px;padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease}
.browse-group:hover .category-popover,.browse-group:focus-within .category-popover,.browse-group[data-open=true] .category-popover{visibility:visible;opacity:1;pointer-events:auto;transform:none}
.category-popover a{font-size:13px;color:var(--ink);text-decoration:none;padding:10px 9px;border-radius:5px}
.category-popover a:hover,.category-popover a:focus-visible{background:var(--blush);color:var(--action)}
.menu-toggle{display:none;border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:7px 13px;color:var(--ink);font-weight:700;min-height:44px}
h1,h2,h3,p{margin-top:0}
h1{font-weight:750;letter-spacing:-.055em;line-height:1.08}
h2{font-weight:720;letter-spacing:-.038em;line-height:1.18}
h3{font-weight:680;letter-spacing:-.018em;line-height:1.25}
p{max-width:72ch}
.home-opening{padding:55px 0 36px;background:linear-gradient(116deg,#fff 57%,#fff9f3 100%)}
.home-opening__copy h1{font-size:clamp(48px,6.5vw,88px);margin:0 0 12px;max-width:850px}
.home-opening__copy p{font-size:clamp(17px,1.6vw,21px);line-height:1.55;color:#3b4d50;max-width:68ch;margin:0 0 28px}
.product-search{width:min(100%,800px)}
.product-search label{display:block;font-weight:700;font-size:14px;margin:0 0 8px}
.product-search__line{display:flex;min-height:56px;border:1px solid #b5bdba;border-radius:8px;overflow:hidden;background:#fff}
.product-search input[type=search]{min-width:0;flex:1;border:0;outline:0;padding:0 17px;font-size:17px;color:var(--ink)}
.product-search input[type=search]:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}
.product-search button,.button-primary{border:0;border-radius:0;background:var(--action);color:#fff;padding:0 24px;font-weight:700;white-space:nowrap;text-decoration:none}
.product-search button:hover,.button-primary:hover{background:#802a06;color:#fff}
.search-error{font-size:14px;color:#9e2f05;margin:5px 0 0;min-height:23px}
.hero-root-link{display:inline-block;margin-top:4px;font-size:14px;font-weight:700}
.home-categories{background:var(--warm);padding:44px 0 56px}
.section-heading{display:flex;align-items:end;gap:20px;justify-content:space-between;margin-bottom:21px}
.section-heading h2{font-size:clamp(27px,3vw,35px);margin:0 0 5px}
.section-heading p{font-size:15px;color:var(--muted);margin:0}
.section-heading>a{white-space:nowrap;font-weight:650;font-size:14px}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.category-card{background:#fff;min-width:0;min-height:169px;display:flex;flex-direction:column;border:1px solid #e7e2dc;border-radius:9px;padding:18px 18px 15px;color:var(--ink);text-decoration:none;transition:border-color .15s ease,transform .15s ease}
.category-card:hover{border-color:#d66b40;transform:translateY(-2px);color:var(--ink)}
.category-card__top{display:flex;align-items:center;gap:12px;min-height:37px}
.category-card__top img{width:34px;height:34px;flex:none}
.category-card__top strong{font-size:17px;line-height:1.2;letter-spacing:-.02em}
.category-card__copy{font-size:13px;color:#566468;line-height:1.4;display:block;margin:9px 0 10px}
.category-card__action{margin-top:auto;color:var(--action);font-size:13px;font-weight:700}
.home-decision{padding:65px 0;background:white}
.home-decision>.shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:60px;align-items:start}
.home-decision__intro h2{font-size:clamp(32px,4vw,49px);max-width:520px;margin:0 0 18px}
.home-decision__intro p{font-size:17px;color:var(--muted)}
.home-decision__pair{border-top:1px solid var(--ink)}
.home-decision__pair a{display:block;text-decoration:none;color:var(--ink);padding:20px 0;border-bottom:1px solid var(--line)}
.home-decision__pair a:first-child{background:var(--blush);margin-left:-18px;padding-inline:18px}
.home-decision__pair h3{font-size:21px;margin-bottom:7px}
.home-decision__pair p{font-size:15px;margin:0 0 10px;color:var(--muted)}
.home-decision__pair span,.home-arrival a,.home-reading a{color:var(--action);font-weight:700;font-size:14px}
.home-arrival{padding:55px 0;background:var(--blush)}
.home-arrival>.shell{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}
.home-arrival h2,.home-reading h2{font-size:clamp(28px,3vw,38px);margin:0 0 12px}
.home-arrival p,.home-reading p{color:var(--muted);margin:0}
.home-arrival nav{border-top:1px solid #d9c8b9}
.home-arrival nav a{display:block;padding:12px 0;border-bottom:1px solid #d9c8b9}
.home-reading{padding:50px 0}
.home-reading>.shell{display:grid;grid-template-columns:1fr 1.3fr auto;align-items:start;gap:25px}
.home-reading a{white-space:nowrap}
.home-entry{display:flex;gap:24px;padding-block:0 52px;font-size:14px;font-weight:700}
.page-opening{padding:49px 0 35px;background:linear-gradient(90deg,#fff 62%,var(--blush))}
.page-opening h1{font-size:clamp(40px,5vw,65px);max-width:790px;margin:0 0 12px}
.page-opening p{font-size:18px;color:var(--muted)}
.category-directory{background:var(--warm);padding:32px 0 58px}
.category-after{padding:55px 0}
.category-after h2{font-size:32px}
.category-after a{font-weight:700}
.category-after__more{max-width:760px;margin:20px 0 0;color:var(--muted)}
.guide-page,.support-page{padding:0 0 70px;background:#fff}
.guide-opening{padding:47px 0 34px;max-width:940px}
.back-home{display:inline-block;font-size:13px;text-decoration:none;font-weight:700;margin-bottom:17px;color:var(--action)}
.guide-opening h1{font-size:clamp(40px,5.2vw,67px);margin:0 0 13px}
.guide-opening p{font-size:18px;line-height:1.55;color:var(--muted);margin:0;max-width:65ch}
.story-section{border-top:1px solid var(--line);padding:31px 0 38px;scroll-margin-top:100px}
.story-section h2{font-size:clamp(26px,3vw,37px);max-width:740px;margin:0 0 13px}
.section-lead{font-size:16px;line-height:1.65;color:#34464a;max-width:72ch;margin-bottom:21px}
.section-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 30px;max-width:900px}
.section-point h3{font-size:17px;margin:0 0 7px}
.section-point p{font-size:14px;line-height:1.6;color:#546164;margin:0}
.context-link{margin:21px 0 0;font-size:14px;font-weight:700}
.guide-end-link{max-width:780px;margin:30px 0 0;padding-top:18px;border-top:1px solid var(--line);color:var(--muted)}
.guide-caption{font-size:17px;max-width:59ch;padding:17px 22px;border-left:3px solid var(--orange);background:var(--blush);margin-bottom:36px}
.guide-page--links .story-section:first-of-type .section-points{display:grid;grid-template-columns:repeat(2,1fr);max-width:none}
.guide-page--links .story-section:first-of-type .section-point{padding:21px;background:var(--warm)}
.guide-page--links .story-section:nth-of-type(2) .section-points{grid-template-columns:repeat(2,1fr)}
.guide-page--payments .guide-opening{max-width:820px}
.money-flow{display:grid;grid-template-columns:repeat(4,1fr);max-width:1040px;margin:0 0 46px;border-block:1px solid #c8c0b7;background:var(--warm)}
.money-flow span{position:relative;padding:18px 17px;font-size:14px;font-weight:700;line-height:1.3;border-right:1px solid #d6d0c9}
.money-flow span:last-child{border:0}
.guide-page--payments .story-section:nth-of-type(odd){background:var(--blush);padding-inline:24px;margin-inline:-24px;border-radius:3px}
.guide-page--payments .section-points{grid-template-columns:repeat(2,1fr)}
.method-stage{display:flex;gap:0;max-width:930px;margin:0 0 40px;background:var(--blush);border-top:3px solid var(--orange)}
.method-stage span{flex:1;padding:13px;font-size:13px;font-weight:700;border-right:1px solid #dfc9b9}
.method-stage span:last-child{border:0}
.guide-page--returns .story-section:nth-of-type(2),.guide-page--returns .story-section:nth-of-type(3){padding-left:28px;border-left:3px solid #d8c3b6}
.guide-page--photos .story-section:nth-of-type(2) .section-points{grid-template-columns:repeat(3,1fr);max-width:none}
.guide-page--photos .story-section:nth-of-type(2) .section-point{border-top:3px solid #dba075;padding-top:15px}
.guide-page--photos .story-section:first-of-type{background:var(--blush);padding:30px;margin:0 -30px 35px}
.guide-page--warehouse .story-section:nth-of-type(1) .section-points{max-width:770px}
.guide-page--warehouse .story-section:nth-of-type(2){background:var(--warm);padding-inline:25px;margin-inline:-25px}
.guide-page--warehouse .story-section:nth-of-type(3) .section-points{border-left:3px solid var(--orange);padding-left:20px}
.guide-page--shipping .story-section:nth-of-type(2){background:var(--blush);padding:28px;margin-inline:-28px}
.guide-page--shipping .story-section:nth-of-type(2) .section-point{padding:14px 0;border-top:1px solid #d8c7ba}
.guide-page--shipping .story-section:nth-of-type(4) .section-points{grid-template-columns:1fr 1fr}
.delivery-key{display:flex;max-width:900px;border-top:1px solid var(--petrol);border-bottom:1px solid var(--petrol);margin-bottom:32px}
.delivery-key span{flex:1;padding:13px 18px;font-size:14px;font-weight:700;color:var(--petrol);border-right:1px solid var(--line)}
.delivery-key span:last-child{border:0}
.guide-page--delivery .story-section{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr);gap:18px 35px}
.guide-page--delivery .story-section h2{grid-row:1/4;font-size:27px}
.guide-page--delivery .story-section .section-lead,.guide-page--delivery .story-section .section-points,.guide-page--delivery .story-section .context-link{grid-column:2}
.guide-page--delivery .section-points{grid-template-columns:1fr;gap:18px}
.guide-page--delivery .section-point{padding-bottom:16px;border-bottom:1px solid var(--line)}
.guide-page--reviews .guide-opening{border-bottom:1px solid var(--ink);margin-bottom:20px}
.guide-page--reviews .story-section:nth-of-type(even){background:var(--warm);margin-inline:-25px;padding-inline:25px}
.guide-page--reviews .story-section:nth-of-type(1) .section-points{border-left:3px solid var(--orange);padding-left:22px}
.guide-page--faq .story-section{max-width:920px}
.guide-page--faq .section-points{display:block;max-width:750px}
.guide-page--faq .section-point{padding:16px 0;border-bottom:1px solid var(--line)}
.guide-page--faq .section-point p{font-size:15px}
.support-page>.shell{max-width:1000px}
.support-section{border-top:1px solid var(--line);padding:28px 0;max-width:780px}
.support-section h2{font-size:26px;margin-bottom:10px}
.support-section p{color:var(--muted);margin:0}
.not-found{min-height:48vh;padding:80px 0}
.not-found h1{font-size:clamp(40px,6vw,70px)}
.not-found .button-primary{display:inline-block;padding:13px 22px;border-radius:6px}
.guide-help{background:var(--petrol);color:#fff;padding:35px 0}
.guide-help__inner{display:flex;gap:28px;justify-content:space-between;align-items:center}
.guide-help h2{font-size:25px;margin:0 0 7px}
.guide-help p{font-size:14px;color:#e1edef;margin:0;max-width:67ch}
.guide-help__links{display:flex;gap:10px;flex:none}
.guide-help__links a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #b4c8ce;border-radius:6px;color:#fff;text-decoration:none;font-size:14px;font-weight:700;padding:8px 17px}
.guide-help__links a:hover{background:#fff;color:var(--petrol)}
.site-footer{background:var(--warm);padding:35px 0}
.footer-inner{display:flex;justify-content:space-between;gap:25px}
.footer-brand>a{color:var(--ink);font-weight:750;text-decoration:none;font-size:18px}
.footer-brand p{font-size:13px;color:var(--muted);margin:5px 0 0}
.site-footer nav{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap}
.site-footer nav a{font-size:13px;color:var(--ink)}
@media(max-width:899px){
 .header-inner{min-height:66px}
 .primary-nav{gap:15px}
 .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .home-decision>.shell{gap:32px}
 .home-reading>.shell{grid-template-columns:1fr 1fr}.home-reading a{grid-column:2}
 .guide-page--delivery .story-section{display:block}
 .guide-page--delivery .story-section .section-points{grid-template-columns:repeat(2,1fr)}
 .guide-page--photos .story-section:first-of-type,.guide-page--warehouse .story-section:nth-of-type(2),.guide-page--shipping .story-section:nth-of-type(2),.guide-page--reviews .story-section:nth-of-type(even){margin-inline:0}
}
@media(max-width:650px){
 .shell,.header-inner{width:min(var(--shell),calc(100% - 32px))}
 .site-header{backdrop-filter:none}
 .site-brand img{width:86px}
 .site-brand__suffix{font-size:16px}
 .site-brand__suffix small{font-size:8px}
 .menu-toggle{display:inline-flex;gap:9px;align-items:center;white-space:nowrap}
 .header-inner{position:relative}
 .primary-nav{display:none;position:absolute;left:-16px;right:-16px;top:100%;z-index:70;background:#fff;box-shadow:0 18px 36px #24313b26;border-top:1px solid var(--line);padding:10px 16px 20px;max-height:calc(100vh - 66px);overflow-y:auto}
 .primary-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}
 .primary-nav .nav-link{padding:6px 0;font-size:16px;font-weight:700;border-bottom:1px solid var(--line)}
 .browse-group{display:flex;flex-wrap:wrap;justify-content:space-between}
 .browse-group>.nav-link{flex:1}
 .category-popover{display:none;position:static;visibility:visible;opacity:1;pointer-events:auto;transform:none;width:100%;box-shadow:none;border:0;border-radius:0;padding:8px 0 10px;grid-template-columns:repeat(2,minmax(0,1fr))}
 .browse-group[data-open=true] .category-popover{display:grid}
 .category-popover a{min-height:42px}
 .home-opening{padding:35px 0 25px}
 .home-opening__copy h1{font-size:clamp(43px,11vw,61px)}
 .home-opening__copy p{font-size:16px;margin-bottom:20px}
 .product-search__line{display:flex;min-height:52px}
 .product-search input[type=search]{font-size:15px;padding:0 10px}
 .product-search button{font-size:14px;padding:0 11px}
 .home-categories,.category-directory{padding:34px 0 42px}
 .section-heading{display:block}.section-heading>a{display:inline-block;margin-top:9px}
 .category-grid{grid-template-columns:1fr;gap:12px}
 .category-card{min-height:0;padding:16px 17px}
 .category-card__copy{margin:6px 0 8px}
 .home-decision,.home-arrival,.home-reading{padding:43px 0}
 .home-decision>.shell,.home-arrival>.shell,.home-reading>.shell{display:block}
 .home-decision__intro{margin-bottom:24px}
 .home-decision__pair a:first-child{margin-left:0;padding-left:13px}
 .home-arrival nav{margin-top:22px}
 .home-reading a{display:inline-block;margin-top:12px}
 .home-entry{display:flex;flex-wrap:wrap;padding-bottom:36px}
 .page-opening{padding:35px 0 27px}
 .guide-opening{padding:36px 0 25px}
 .guide-opening p,.page-opening p{font-size:16px}
 .guide-page{padding-bottom:42px}
 .story-section{padding:25px 0}
 .section-points,.guide-page--links .story-section:first-of-type .section-points,.guide-page--photos .story-section:nth-of-type(2) .section-points,.guide-page--payments .section-points,.guide-page--shipping .story-section:nth-of-type(4) .section-points,.guide-page--delivery .story-section .section-points{display:block}
 .section-point{padding:10px 0;border-bottom:1px solid var(--line)}
 .guide-page--payments .story-section:nth-of-type(odd),.guide-page--photos .story-section:first-of-type,.guide-page--warehouse .story-section:nth-of-type(2),.guide-page--shipping .story-section:nth-of-type(2),.guide-page--reviews .story-section:nth-of-type(even){margin-inline:0;padding-inline:15px}
 .money-flow,.method-stage,.delivery-key{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:25px}
 .money-flow span,.method-stage span,.delivery-key span{border-bottom:1px solid var(--line);font-size:12px;padding:12px}
 .method-stage span:nth-child(3),.delivery-key span:nth-child(3){grid-column:1/-1}
 .guide-help__inner,.footer-inner{display:block}
 .guide-help__links{margin-top:20px}
 .site-footer nav{margin-top:20px}
}
@media(max-width:370px){.site-brand img{width:72px}.site-brand__suffix{font-size:14px}.menu-toggle{font-size:13px;padding-inline:9px}.product-search__line{display:grid;grid-template-columns:1fr}.product-search input[type=search]{min-height:51px}.product-search button{min-height:46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
