*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{--ink:#202124;--muted:#667085;--line:#e4e7ec;--paper:#fff;--card:#fff;--sage:#4e6f91;--sage-soft:#eef4fa;--sand:#ffdfe3;--sand-soft:#fff1f3;--clay:#e63f50;--danger:#b4232e;--shadow:0 16px 42px rgba(24,32,48,.09);--radius:16px}
body{margin:0;background:var(--surface,var(--paper));color:var(--brand,var(--ink));font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}
body,button,input,select,textarea{font:inherit}
button,input,select,textarea{color:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{cursor:pointer}
.shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;z-index:1000;left:16px;top:-60px;padding:10px 14px;background:#fff;border:1px solid var(--line)}
.skip-link:focus{top:16px}
.eyebrow{margin:0 0 10px;color:var(--muted);font-size:12px;font-weight:750;letter-spacing:.13em}
.section{padding:84px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px}
.section-heading h2,.page-head h1,.catalog-head h1{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.04;letter-spacing:-.045em}
.section-heading p:not(.eyebrow){max-width:590px;margin:12px 0 0;color:var(--muted)}
.section-heading.compact{margin-bottom:20px}.section-heading.compact h2{font-size:30px}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 21px;border:1px solid transparent;border-radius:10px;font-weight:720;transition:.2s ease}
.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}
.button.primary,.button.dark{background:var(--brand,var(--ink));color:#fff}
.button.secondary{background:#fff;border-color:var(--line)}
.button.light{background:#fff;color:var(--ink)}
.button.full{width:100%}
.text-link{display:inline-flex;align-items:center;gap:9px;font-weight:680}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}
.text-button{padding:0;border:0;background:none;text-decoration:underline;text-underline-offset:4px}

/* Site chrome */
.service-note{background:var(--brand,var(--ink));color:#fff;font-size:13px}
.service-note-inner{min-height:32px;display:flex;align-items:center;justify-content:center;gap:12px}
.service-note a{color:#ded4c2;text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;z-index:80;top:0;background:rgba(245,244,241,.94);border-bottom:1px solid rgba(214,214,207,.9);backdrop-filter:blur(16px)}
.header-inner{min-height:72px;display:flex;align-items:center;gap:48px}
.brand,.logo{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:820;letter-spacing:.08em}
.brand-mark,.logo-dot{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--brand,var(--ink));color:#fff;font-size:17px;letter-spacing:0}
.logo-dot{width:12px;height:12px;border-radius:3px;font-size:0}
.desktop-nav{display:flex;gap:30px;margin-right:auto}
.desktop-nav a,.header-link{color:#585b54;font-size:14px;font-weight:620}
.desktop-nav a:hover,.desktop-nav a[aria-current="page"],.header-link:hover{color:var(--brand,var(--ink))}
.header-actions{display:flex;align-items:center;gap:22px}
.cart-link{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}
.cart-link b,.mobile-nav b{min-width:23px;height:23px;display:grid;place-items:center;padding:0 6px;border-radius:7px;background:var(--brand,var(--ink));color:#fff;font-size:12px}
.mobile-nav{display:none}
.flash-stack{position:relative;z-index:20}.flash{margin-top:14px;padding:13px 16px;border:1px solid #cdd8c8;border-radius:10px;background:#f0f5ed}.flash.error{border-color:#e6c3bd;background:#fcf0ed}

/* Home */
.home-hero{min-height:680px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);align-items:center;gap:76px;padding-block:74px;border-bottom:1px solid var(--line)}
.hero-copy h1{max-width:780px;margin:0;font-size:clamp(58px,7.2vw,102px);line-height:.94;letter-spacing:-.068em;font-weight:760}
.hero-lead{max-width:660px;margin:26px 0 0;color:var(--muted);font-size:19px;line-height:1.55}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:58px 0 0;padding-top:24px;border-top:1px solid var(--line)}
.hero-facts div{min-width:0}.hero-facts dt{font-size:18px;font-weight:760}.hero-facts dd{margin:4px 0 0;color:var(--muted);font-size:13px}
.hero-offer{min-height:520px;display:flex;flex-direction:column;padding:25px;background:#ecebe7;border:1px solid #deddd7;border-radius:18px}
.offer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.offer-heading span{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.offer-heading small{max-width:120px;color:var(--muted);text-align:right}
.hero-offer>img{width:100%;height:285px;margin:auto;object-fit:contain;filter:drop-shadow(0 18px 15px rgba(45,45,40,.12))}
.offer-product{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid #d4d3cc}.offer-product p{max-width:180px;margin:0;font-weight:650}.offer-product>div{display:flex;align-items:baseline;gap:5px}.offer-product strong{font-size:34px;line-height:1}.offer-product span{font-size:12px}.hero-offer>a{margin-top:16px;color:var(--muted);font-size:13px;font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--card)}
.category-card{min-height:150px;display:flex;flex-direction:column;padding:22px;border-right:1px solid var(--line);transition:.2s ease}.category-card:last-child{border:0}.category-card>span{font-size:28px}.category-card strong{margin-top:auto;font-size:17px}.category-card small{margin-top:5px;color:var(--muted)}.category-card:hover{background:var(--sand-soft)}
.offers-section{background:#eeede9;border-block:1px solid var(--line)}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* Products */
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-media{position:relative;height:260px;display:grid;place-items:center;margin:8px;background:#f6f6f3;border-radius:11px;overflow:hidden}
.product-media img{width:84%;height:84%;object-fit:contain;transition:transform .3s}.product-card:hover .product-media img{transform:scale(1.035)}
.product-badge{position:absolute;z-index:2;left:12px;top:12px;padding:6px 9px;border-radius:7px;background:var(--clay);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.wish-button{position:absolute;z-index:2;right:11px;top:11px;width:36px;height:36px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.92);font-size:20px}.wish-button.is-active{background:var(--sand);border-color:var(--sand);color:var(--clay)}
.product-content{display:flex;flex:1;flex-direction:column;padding:15px 18px 18px}
.product-category{margin:0;color:var(--muted);font-size:12px}.product-content h3{min-height:47px;margin:5px 0 8px;font-size:16px;line-height:1.42}
.stock-state{display:flex;align-items:center;gap:7px;margin:0;color:var(--sage);font-size:12px}.stock-state i{width:7px;height:7px;border-radius:50%;background:#6c8268}.stock-state.low{color:#a26f38}.stock-state.low i{background:#c48a4c}.stock-state.out{color:var(--muted)}.stock-state.out i{background:#aaa}
.product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:24px}.price-block{display:flex;flex-direction:column}.price-block del{height:18px;color:var(--muted);font-size:12px}.price-block strong{font-size:24px;line-height:1.05;letter-spacing:-.03em}.price-block small{font-size:11px;font-weight:700;letter-spacing:0}
.purchase-control{min-width:112px}.add-button{width:112px;height:42px;border:0;border-radius:9px;background:var(--brand,var(--ink));color:#fff;font-size:13px;font-weight:740}.add-button:disabled{background:#e7e7e2;color:#96978f;cursor:not-allowed}.is-hidden{display:none!important}
.quantity-stepper{height:42px;display:grid;grid-template-columns:34px minmax(42px,1fr) 34px;align-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden}.quantity-stepper button{height:100%;border:0;background:#f4f4f0;font-size:19px}.quantity-stepper output{padding:0 3px;text-align:center;font-size:12px;font-weight:750;white-space:nowrap}

/* Rare and delivery */
.rare-section{background:#30332f;color:#fff}.rare-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.rare-intro{align-self:center}.rare-intro .eyebrow,.rare-intro p{color:#bfc5bc}.rare-intro h2{margin:0;font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.05em}.rare-intro>p:not(.eyebrow){max-width:420px;margin:22px 0 30px}
.rare-list{border-top:1px solid #555a53}.rare-item{min-height:142px;display:grid;grid-template-columns:105px 1fr 36px;align-items:center;gap:22px;border-bottom:1px solid #555a53}.rare-item img{width:96px;height:105px;object-fit:contain;background:#f3f3ef;border-radius:9px}.rare-item small{color:#abb1a8}.rare-item h3{margin:4px 0 8px;font-size:18px}.rare-item>a{font-size:22px}
.request-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px}.request-copy h2{max-width:460px;margin:0;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.05em}.request-copy>p:not(.eyebrow){max-width:480px;color:var(--muted)}
.request-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.request-form label{display:flex;flex-direction:column;gap:7px}.request-form label:nth-of-type(2){grid-column:span 2}.request-form label span,.form-grid label>span{font-size:12px;font-weight:700}.request-form input,.request-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.control-toolbar input{width:100%;border:1px solid var(--line);border-radius:8px;background:#fbfbf9;outline:none}.request-form input,.form-grid input,.form-grid select,.control-toolbar input{height:46px;padding:0 12px}.request-form textarea,.form-grid textarea{min-height:98px;padding:11px 12px;resize:vertical}.request-form input:focus,.request-form textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#92958d;box-shadow:0 0 0 3px rgba(90,100,85,.1)}.request-form>small{align-self:center;color:var(--muted);font-size:11px}
.delivery-section{background:#e7e1d7;border-top:1px solid #d7d0c5}.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #c9c2b6}.delivery-grid article{padding:28px 30px 10px 0}.delivery-grid article+article{padding-left:30px;border-left:1px solid #c9c2b6}.delivery-grid span{font-size:12px;font-weight:800}.delivery-grid h3{margin:35px 0 9px;font-size:22px}.delivery-grid p{margin:0;color:#67675f}
.site-footer{padding:44px 0 100px;background:#222420;color:#fff}.footer-inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:34px}.footer-brand .brand-mark{background:#fff;color:#222420}.footer-inner p{margin:8px 0 0;color:#aeb2aa;font-size:13px}

/* Catalog */
.catalog-head{padding:48px 0 34px}.breadcrumbs{display:flex;gap:9px;margin-bottom:40px;color:var(--muted);font-size:13px}.catalog-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.catalog-title-row>div:first-child>p:last-child{max-width:620px;margin:14px 0 0;color:var(--muted);font-size:17px}.delivery-promise{min-width:270px;display:flex;flex-direction:column;padding:15px 18px;border-left:3px solid var(--sage);background:var(--sage-soft)}.delivery-promise span{margin-top:3px;color:var(--muted);font-size:12px}
.catalog-tools{display:grid;grid-template-columns:minmax(300px,1fr) auto auto;gap:12px;align-items:center;padding:18px;background:#fff;border:1px solid var(--line);border-radius:12px}.search-field{height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#f6f6f3;border-radius:8px}.search-field span{font-size:21px}.search-field input{width:100%;border:0;background:transparent;outline:0}.select-field{height:46px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid var(--line);border-radius:8px}.select-field>span{color:var(--muted);font-size:12px}.select-field select{border:0;background:transparent;font-size:13px;font-weight:650;outline:0}.check-field{height:46px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:8px;font-size:13px;font-weight:650}.check-field input{width:16px;height:16px;accent-color:var(--sage)}
.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:32px;padding-block:34px 100px}.catalog-sidebar>p{margin:0 0 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.category-filter{display:flex;flex-direction:column;gap:3px}.category-filter button{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 10px;border:0;border-radius:8px;background:transparent;text-align:left;font-size:14px}.category-filter button:hover,.category-filter button.is-active{background:#fff;box-shadow:inset 0 0 0 1px var(--line);font-weight:700}.category-filter button span{width:22px;text-align:center}.catalog-request{position:relative;display:flex;flex-direction:column;margin-top:28px;padding:17px;background:#e5ded2;border-radius:11px}.catalog-request small{color:var(--muted)}.catalog-request strong{margin-top:2px}.catalog-request>span{position:absolute;right:15px;bottom:15px}.results-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.results-meta p{margin:0}.results-meta>span{color:var(--muted);font-size:13px}.catalog-empty{padding:80px 20px;text-align:center}.catalog-empty h2{font-size:32px;margin:0}.catalog-empty p{color:var(--muted)}

/* Cart */
.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:52px 0 34px}.page-head>p:last-child,.page-head>div>p:last-child{max-width:500px;margin:12px 0 0;color:var(--muted)}.page-head .eyebrow{position:absolute;margin-top:-25px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;padding-bottom:100px}.cart-list{min-width:0}.cart-line{display:grid;grid-template-columns:120px minmax(0,1fr) 130px 120px;align-items:center;gap:22px;padding:17px 0;border-top:1px solid var(--line)}.cart-line:last-child{border-bottom:1px solid var(--line)}.cart-line>img{width:110px;height:110px;object-fit:contain;background:#fff;border-radius:10px}.cart-product small{color:var(--muted)}.cart-product h2{margin:4px 0 9px;font-size:17px}.cart-control{width:118px}.line-total{text-align:right}.order-summary{position:sticky;top:104px;align-self:start;padding:26px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.order-summary h2{margin:0 0 22px;font-size:28px}.delivery-choice{display:grid;gap:9px;margin:-5px 0 18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.delivery-choice label{display:flex;flex-direction:column;gap:4px}.delivery-choice label span{color:var(--muted);font-size:11px}.delivery-choice select,.delivery-choice input{height:39px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:#fafaf8}.delivery-choice button{justify-self:start;padding:0;border:0;background:none;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.order-summary dl{margin:0}.order-summary dl div,.summary-total{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.order-summary dd{margin:0}.delivery-status{margin:17px 0;padding:12px;background:var(--sage-soft);color:#4f5b4c;border-radius:8px;font-size:13px}.summary-total{align-items:flex-end;margin:15px 0 22px;padding-top:20px;border-top:1px solid var(--line)}.summary-total strong{font-size:23px}.secure-note{margin:13px 0 0;color:var(--muted);font-size:11px;text-align:center}.empty-cart,.empty-panel{padding:55px 24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);text-align:center}.empty-cart>span{font-size:42px}.empty-cart h2{font-size:30px;margin:8px 0}.empty-cart p,.empty-panel p{color:var(--muted)}

/* Account */
.account-head .eyebrow{position:static}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.account-stats article{min-height:145px;display:flex;flex-direction:column;padding:24px;border-right:1px solid var(--line)}.account-stats article:last-child{border:0}.account-stats small{color:var(--muted)}.account-stats strong{margin:auto 0 3px;font-size:32px}.account-stats span{color:var(--muted);font-size:12px}.account-stats .address-stat{font-size:22px}.account-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-block:58px 100px}.address-list,.order-history{display:flex;flex-direction:column;gap:10px}.address-card{padding:18px;background:#fff;border:1px solid var(--line);border-radius:11px}.address-card.primary-address{border-color:#9eaa99;box-shadow:inset 3px 0 0 var(--sage)}.address-card>div:first-child{display:flex;align-items:flex-start;gap:13px}.address-icon{width:34px;height:34px;display:grid;place-items:center;background:var(--sage-soft);border-radius:8px}.address-card p{margin:0;font-weight:700}.address-card p small{margin-left:8px;color:var(--sage);font-weight:650}.address-card h3{margin:5px 0 0;font-size:14px;font-weight:520}.address-actions{display:flex;flex-wrap:wrap;gap:13px;margin:15px 0 0 47px}.address-actions form{margin:0}.address-actions a,.address-actions button{padding:0;border:0;background:none;font-size:12px;text-decoration:underline;text-underline-offset:3px}.address-actions .danger-link{color:var(--danger)}
.address-form{margin-top:18px;padding:22px;background:#ebe9e3;border-radius:12px}.form-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.form-title h3{margin:0}.form-title a{font-size:12px;text-decoration:underline}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{display:flex;flex-direction:column;gap:6px}.form-grid label.wide{grid-column:span 2}.form-grid input[type="checkbox"]{width:18px;height:18px}.address-form .button{margin-top:18px}.field-error,.error{color:var(--danger);font-size:12px}.order-history article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:1px solid var(--line);border-radius:11px;background:#fff}.order-history small{color:var(--muted)}.order-history h3{margin:4px 0 0;font-size:16px}.order-history article>div:last-child{display:flex;flex-direction:column;text-align:right}.order-history article span{color:var(--sage);font-size:12px}

/* Authentication */
.auth-page{min-height:calc(100vh - 104px);display:grid;place-items:center;padding:50px 20px}.auth-card{width:min(440px,100%);padding:34px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.auth-card .logo{margin-bottom:38px}.auth-card h1{margin:0 0 25px;font-size:38px;letter-spacing:-.04em}.auth-card form{display:flex;flex-direction:column;gap:14px}.auth-card form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.auth-card input{height:46px;padding:0 12px;border:1px solid var(--line);border-radius:8px}.auth-card .button{margin-top:6px}.auth-card>p:last-child{text-align:center;font-size:13px}.auth-card>p:last-child a{text-decoration:underline}.divider{display:flex;align-items:center;gap:10px;margin:22px 0;color:var(--muted);font-size:12px}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--line)}.oauth{width:100%;height:46px;margin-bottom:9px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff}.oauth small{color:var(--muted)}

/* Separate management cabinet */
.control-body{min-height:100vh;display:grid;grid-template-columns:238px 1fr;background:#f1f1ed}.control-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:25px 18px;background:#242622;color:#fff}.control-sidebar .logo{padding:0 10px}.control-label{margin:42px 10px 12px;color:#8f958b;font-size:10px;font-weight:800;letter-spacing:.12em}.control-sidebar nav{display:flex;flex-direction:column;gap:4px}.control-sidebar nav a{display:flex;gap:12px;padding:11px 12px;border-radius:8px;color:#c3c7bf;font-size:14px}.control-sidebar nav a:hover,.control-sidebar nav a.active{background:#393c36;color:#fff}.control-sidebar-bottom{display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:16px 10px 0;border-top:1px solid #3c3f39}.control-sidebar-bottom a{font-size:13px}.control-sidebar-bottom small{overflow:hidden;color:#949a90;text-overflow:ellipsis}.control-main{min-width:0;padding:34px 42px 70px}.control-main>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.control-main>header h1{margin:0;font-size:38px;letter-spacing:-.04em}.live-pill,.status-ok{font-size:12px;color:#587052}.live-pill i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#6d8b65}.control-flash{margin-bottom:18px;padding:12px 14px;border-radius:8px;background:#e6eee2}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-grid article{min-height:140px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.metric-grid article.accent{background:#e5ded1}.metric-grid span{color:var(--muted);font-size:12px}.metric-grid strong{margin:auto 0 0;font-size:31px}.metric-grid small{color:var(--muted)}.control-two{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;margin-bottom:18px}.control-card{padding:23px;border:1px solid var(--line);border-radius:12px;background:#fff}.control-card h2{margin:0;font-size:21px}.control-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.control-card-head>a{font-size:13px;text-decoration:underline}.sync-flow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:26px 0}.sync-flow div{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px}.sync-flow i{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;background:#eff0ec;font-style:normal;font-weight:800}.sync-flow b{color:#a0a39c}.sync-note{margin:0;padding:11px;background:#f2f3ef;border-radius:8px;color:var(--muted);font-size:12px}.quick-links{display:flex;flex-direction:column}.quick-links a{padding:14px 0;border-top:1px solid var(--line);font-weight:650}.request-list>div{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;padding:12px 0;border-top:1px solid var(--line)}.request-list span,.request-list small{color:var(--muted);font-size:13px}.control-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.control-toolbar form{display:flex;gap:8px}.control-toolbar input{width:290px;background:#fff}.control-toolbar button,.status-button{padding:9px 13px;border:1px solid var(--line);border-radius:8px;background:#fff}.table-card{padding:0;overflow:auto}.control-table{width:100%;border-collapse:collapse;white-space:nowrap}.control-table th,.control-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.control-table th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.product-cell{display:flex;align-items:center;gap:12px}.product-cell img{width:44px;height:44px;object-fit:contain;background:#f4f4f1;border-radius:7px}.stock{color:var(--sage)}.stock.low{color:#a26f38}.stock.out{color:var(--danger)}.edit-link{text-decoration:underline}.status-button.done{background:var(--sage-soft)}.control-form .control-card{margin-bottom:18px}.control-form .form-grid{grid-template-columns:repeat(2,1fr)}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.bar-chart{height:300px;display:flex;align-items:flex-end;justify-content:space-around;gap:20px;padding-top:30px}.bar-column{height:100%;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px}.bar-column i{width:min(54px,80%);background:var(--sage);border-radius:7px 7px 0 0}.bar-column span,.bar-column small{font-size:12px}.bar-column small{color:var(--muted)}

@media (max-width:1050px){.desktop-nav{gap:18px}.home-hero{gap:38px}.product-grid,.featured-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:190px minmax(0,1fr)}.cart-layout{grid-template-columns:1fr 320px}.cart-line{grid-template-columns:95px 1fr 120px}.cart-line>img{width:90px;height:90px}.line-total{grid-column:2/4}.control-body{grid-template-columns:200px 1fr}.control-main{padding-inline:28px}.metric-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.shell{width:min(100% - 32px,1240px)}.section{padding:62px 0}.desktop-nav,.header-link{display:none}.header-inner{min-height:64px}.header-actions{margin-left:auto}.home-hero{min-height:auto;grid-template-columns:1fr;padding-block:52px}.hero-copy h1{font-size:clamp(51px,13vw,82px)}.hero-offer{min-height:430px}.hero-offer>img{height:230px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card:nth-child(3){border-right:0}.rare-layout,.request-section{grid-template-columns:1fr;gap:44px}.catalog-tools{grid-template-columns:1fr 1fr}.search-field{grid-column:span 2}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{overflow:hidden}.category-filter{flex-direction:row;overflow-x:auto;padding-bottom:8px}.category-filter button{width:auto;flex:0 0 auto;padding-inline:14px;border:1px solid var(--line)}.catalog-request{display:none}.cart-layout{grid-template-columns:1fr}.order-summary{position:static}.account-layout{grid-template-columns:1fr}.control-body{display:block}.control-sidebar{position:static;width:100%;height:auto}.control-sidebar nav{flex-direction:row;overflow:auto}.control-sidebar-bottom,.control-label{display:none}.control-main{padding:25px 18px}.control-two{grid-template-columns:1fr}}
@media (max-width:620px){body{padding-bottom:68px}.shell{width:calc(100% - 24px)}.service-note-inner{justify-content:space-between;gap:8px;font-size:11px}.site-header{top:0}.header-inner{min-height:58px}.brand{font-size:15px}.brand-mark{width:31px;height:31px}.cart-link span{display:none}.mobile-nav{position:fixed;z-index:100;left:0;right:0;bottom:0;min-height:66px;display:grid;grid-template-columns:repeat(4,1fr);padding:6px max(6px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(16px)}.mobile-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#666960;font-size:10px}.mobile-nav a>span{font-size:20px;line-height:1}.mobile-nav b{position:absolute;top:0;left:calc(50% + 7px);height:17px;min-width:17px;font-size:9px}.section{padding:50px 0}.section-heading{align-items:flex-start;margin-bottom:23px}.section-heading>.text-link{display:none}.section-heading h2,.catalog-head h1,.page-head h1{font-size:37px}.home-hero{gap:32px;padding-block:42px}.hero-copy h1{font-size:49px;line-height:.98}.hero-lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px;margin-top:27px}.hero-facts{grid-template-columns:1fr;gap:13px;margin-top:35px}.hero-facts div{display:grid;grid-template-columns:105px 1fr;align-items:center}.hero-facts dd{margin:0}.hero-offer{min-height:390px;padding:19px}.hero-offer>img{height:220px}.offer-product strong{font-size:29px}.category-grid{display:flex;overflow-x:auto;border-radius:12px}.category-card{min-width:145px;min-height:128px;border-right:1px solid var(--line)!important}.category-card:last-child{border-right:0!important}.featured-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{border-radius:11px}.product-media{height:170px;margin:5px}.product-content{padding:10px 10px 12px}.product-content h3{min-height:58px;font-size:14px}.product-bottom{align-items:stretch;flex-direction:column;margin-top:17px}.price-block strong{font-size:21px}.purchase-control,.add-button{width:100%}.rare-intro h2,.request-copy h2{font-size:40px}.rare-item{grid-template-columns:75px 1fr 25px;gap:14px}.rare-item img{width:72px;height:84px}.request-form{grid-template-columns:1fr;padding:18px}.request-form label:nth-of-type(2){grid-column:auto}.delivery-grid{grid-template-columns:1fr}.delivery-grid article,.delivery-grid article+article{padding:22px 0;border-left:0;border-bottom:1px solid #c9c2b6}.delivery-grid h3{margin:20px 0 6px}.footer-inner{grid-template-columns:1fr;align-items:start}.catalog-head{padding-top:28px}.breadcrumbs{margin-bottom:25px}.catalog-title-row{align-items:flex-start;flex-direction:column}.delivery-promise{width:100%}.catalog-tools{grid-template-columns:1fr;padding:12px}.search-field{grid-column:auto}.select-field{justify-content:space-between}.catalog-layout{gap:18px;padding-top:20px}.results-meta{font-size:13px}.product-grid .product-category{display:none}.cart-line{grid-template-columns:72px 1fr;gap:13px}.cart-line>img{width:72px;height:72px}.cart-control{grid-column:2;width:118px}.line-total{grid-column:2;text-align:left}.page-head{align-items:flex-start;flex-direction:column;padding-top:40px}.page-head .eyebrow{position:static}.account-stats{grid-template-columns:1fr}.account-stats article{min-height:115px;border-right:0;border-bottom:1px solid var(--line)}.account-layout{gap:48px;padding-top:38px}.form-grid,.control-form .form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.address-actions{margin-left:0}.control-main>header{align-items:flex-start;flex-direction:column;gap:12px}.metric-grid{grid-template-columns:1fr}.control-two{grid-template-columns:1fr}.request-list>div{grid-template-columns:1fr}.control-toolbar{align-items:stretch;flex-direction:column}.control-toolbar form{display:grid;grid-template-columns:1fr auto}.control-toolbar input{width:100%}.control-table{min-width:720px}.sync-flow b{display:none}}
@media (max-width:390px){.hero-copy h1{font-size:43px}.featured-grid,.product-grid{grid-template-columns:1fr}.product-media{height:235px}.product-content h3{min-height:auto}.product-bottom{flex-direction:row;align-items:flex-end}.purchase-control,.add-button{width:112px}}

/* Store control center */
.control-sidebar{overflow-y:auto}.control-sidebar nav{gap:2px}.control-sidebar nav a{padding-block:9px}.control-filterbar form{flex-wrap:wrap}.control-filterbar select{min-height:42px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.control-table td{vertical-align:middle}.control-table td>small,.control-table td div>small{display:block;max-width:310px;margin-top:4px;overflow:hidden;color:var(--muted);text-overflow:ellipsis}.stock-number{display:block;font-size:17px;color:#315f43}.stock-number.low{color:#a15b1f}.stock-number.out{color:#a83b34}.stock-label{font-size:11px}.muted{color:var(--muted)}.status-chip,.expiry-chip{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#eef1ed;color:#4e5b50;font-size:11px;font-weight:750;white-space:nowrap}.status-chip.success,.status-completed{background:#e5f2e8;color:#2f6a43}.status-new{background:#fff0d8;color:#875516}.status-confirmed,.status-preparing{background:#e7effa;color:#345c89}.status-ready,.status-delivering{background:#eee7fb;color:#63458e}.status-cancelled,.expiry-expired{background:#fae7e5;color:#963c35}.expiry-urgent{background:#ffe4d6;color:#a84422}.expiry-soon{background:#fff1cf;color:#806017}.expiry-ok{background:#e6f2e8;color:#356b45}.control-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:18px;align-items:start}.control-detail-grid>aside{display:grid;gap:18px}.compact-form{display:grid;gap:15px}.compact-form label{display:grid;gap:7px}.compact-form label>span{font-size:12px;font-weight:700}.compact-form :is(input,select,textarea){width:100%;min-height:43px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.compact-form textarea{min-height:95px;resize:vertical}.compact-form label>small{color:var(--muted);font-size:11px}.compact-form .errorlist{margin:0;padding:0;list-style:none;color:var(--danger);font-size:12px}.customer-summary p{color:var(--muted);line-height:1.65}.customer-summary a{font-weight:700;text-decoration:underline}.order-items article{display:flex;justify-content:space-between;gap:24px;padding:14px 0;border-top:1px solid var(--line)}.order-items article div{display:grid;gap:4px}.order-items article small{color:var(--muted)}.order-totals{margin:20px 0 0;padding-top:15px;border-top:1px solid var(--line)}.order-totals div{display:flex;justify-content:space-between;padding:5px 0}.order-totals div:last-child{font-size:19px;font-weight:800}.batches-layout{grid-template-columns:minmax(0,1.5fr) minmax(310px,.5fr)}.batch-form{position:sticky;top:24px}.dashboard-orders>a{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:18px;padding:14px 0;border-top:1px solid var(--line)}.dashboard-orders>a>div{display:grid;gap:3px}.dashboard-orders>a div span,.dashboard-orders time{color:var(--muted);font-size:12px}.control-empty{display:flex;flex-direction:column;gap:5px;padding:24px;color:var(--muted);text-align:center}.control-empty b{color:var(--ink)}.control-metrics{grid-template-columns:repeat(5,1fr)}.control-metrics>a,.control-metrics>article{min-height:140px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.control-metrics>a:hover{border-color:#b99771;transform:translateY(-2px)}.control-metrics>a strong{margin:auto 0 0}
@media(max-width:1250px){.control-metrics{grid-template-columns:repeat(3,1fr)}.control-detail-grid,.batches-layout{grid-template-columns:1fr}.batch-form{position:static}}
@media(max-width:820px){.control-sidebar nav a{flex:0 0 auto}.control-filterbar form{display:flex}.control-filterbar input{flex:1 1 220px}.control-filterbar select{flex:1 1 180px}.dashboard-orders>a{grid-template-columns:1fr auto}.dashboard-orders>a>.status-chip,.dashboard-orders>a>time{justify-self:start}.control-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.control-metrics{grid-template-columns:1fr}.control-filterbar form>*{width:100%;flex-basis:100%}.dashboard-orders>a{grid-template-columns:1fr}.control-detail-grid{gap:12px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* 2026-09 readability and palette refinement */
[hidden]{display:none!important}
.eyebrow{font-size:13px;color:#6a746d}
.service-note{background:#20352c;font-size:14px}.site-header{background:rgba(251,250,246,.95)}
.desktop-nav a,.header-link,.cart-link{font-size:15px}
.hero-offer{background:#f4eadf;border-color:#e4d6c8}.hero-offer>img,.product-media img,.rare-item img{mix-blend-mode:multiply}
.offers-section{background:#f1f4ef;border-color:#dfe5dd}
.product-card{border-color:#e5dfd5}.product-media{background:#fff}.product-category{font-size:13px}.product-content h3{font-size:17px}.stock-state{font-size:13px}.product-badge{font-size:12px}.price-block del{font-size:13px}.price-block small{font-size:12px}.add-button{font-size:14px}.quantity-stepper output{font-size:13px}
.category-card small,.hero-facts dd,.hero-offer>a,.rare-item small{font-size:14px}
.rare-section{background:#1f3b30}.rare-intro .eyebrow,.rare-intro p{color:#cbd8d0}.rare-list{border-color:#527063}.rare-item{border-color:#527063}.rare-item img{background:#fff8ef}
.request-section{margin-block:76px;padding:58px 56px;background:#fff;border:1px solid var(--line);border-radius:22px}.request-copy>p:not(.eyebrow){font-size:18px;line-height:1.65}.request-points{display:grid;gap:11px;margin:28px 0 0;padding:0;list-style:none}.request-points li{display:flex;align-items:center;gap:12px;font-weight:650}.request-points span{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:var(--sage-soft);color:var(--sage);font-size:13px;font-weight:800}.request-form{background:#fff8f0;border-color:#eadaca}.request-form label span,.form-grid label>span{font-size:13px}.request-form>small{font-size:12px;line-height:1.45}
.delivery-section{background:#efe4d5;border-color:#dfd0bd}.receiving-heading{align-items:flex-end}.receiving-heading>div>p:not(.eyebrow){font-size:18px}.delivery-grid{grid-template-columns:1fr 1fr .88fr;gap:16px;border:0}.delivery-grid article,.delivery-grid article+article{min-height:300px;padding:28px;border:1px solid #dacbb8;border-radius:15px;background:#faf6ef}.delivery-grid article+article{padding-left:28px}.delivery-grid .featured-delivery{background:#20352c;border-color:#20352c;color:#fff}.delivery-place{display:inline-flex;padding:6px 9px;border-radius:7px;background:#e7d5c2;color:#6f5543;font-size:13px!important;font-weight:800!important}.featured-delivery .delivery-place{background:#f0ceb0;color:#20352c}.delivery-grid h3{margin:32px 0 22px;font-size:28px}.delivery-grid dl{margin:0}.delivery-grid dl div{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-top:1px solid #ded4c7}.featured-delivery dl div{border-color:#486055}.delivery-grid dt{font-size:15px}.delivery-grid dd{margin:0;font-size:16px;font-weight:800}.delivery-steps ol{display:grid;gap:14px;margin:28px 0 25px;padding-left:22px}.delivery-steps li{padding-left:5px;font-size:16px}.delivery-steps>a{font-size:15px;font-weight:750;text-decoration:underline;text-underline-offset:4px}
.catalog-missing{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:18px;margin-top:18px;padding:18px 22px;border-radius:13px;background:#20352c;color:#fff}.catalog-missing-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#f0ceb0;color:#20352c;font-size:27px}.catalog-missing>span:nth-child(2){display:flex;flex-direction:column}.catalog-missing strong{font-size:17px}.catalog-missing small{margin-top:2px;color:#c9d4ce;font-size:14px}.catalog-missing b{font-size:14px}.catalog-request{background:#f1dfcf}.catalog-sidebar>p,.select-field>span{font-size:13px}.category-filter button,.select-field select,.check-field{font-size:15px}.results-meta>span{font-size:14px}
.site-footer{padding:0;background:#173027;color:#fff}.footer-main{display:grid;grid-template-columns:1.2fr .72fr .92fr 1.08fr;gap:54px;padding-block:66px 54px}.footer-about>p{max-width:330px;margin:22px 0;color:#c8d4ce;font-size:16px}.footer-brand .brand-mark{background:#f4d5b9;color:#20352c}.footer-status{display:inline-flex;align-items:center;gap:8px;color:#adc0b6;font-size:13px}.footer-status i{width:8px;height:8px;border-radius:50%;background:#7fa88e}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h2,.footer-app h2{margin:0 0 8px;font-size:18px}.footer-column a{color:#d4dfd9;font-size:15px}.footer-column a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-receiving p{display:flex;flex-direction:column;gap:3px;margin:0 0 10px}.footer-receiving strong{font-size:15px}.footer-receiving span{color:#b7c8bf;font-size:14px}.footer-app{padding:25px;background:#26483a;border:1px solid #416154;border-radius:14px}.footer-app .eyebrow{color:#a9c0b4}.footer-app>p:not(.eyebrow){margin:8px 0 20px;color:#c8d5ce;font-size:14px}.footer-install{width:100%;background:#f2ceb0;color:#20352c;border-color:#f2ceb0}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:20px calc(20px + env(safe-area-inset-bottom));border-top:1px solid #3b564b;color:#aebfb7;font-size:14px}.footer-bottom a{color:#fff;font-weight:700}
.delivery-promise span,.breadcrumbs,.results-meta,.catalog-title-row>div:first-child>p:last-child{font-size:14px}.secure-note{font-size:12px}.delivery-choice label span,.delivery-choice button{font-size:13px}.account-stats span,.address-actions a,.address-actions button,.order-history article span{font-size:13px}

@media (max-width:1000px){.footer-main{grid-template-columns:1fr 1fr}.footer-about>p{max-width:440px}.delivery-grid{grid-template-columns:1fr 1fr}.delivery-steps{grid-column:span 2}}
@media (max-width:620px){.service-note-inner{font-size:12px}.request-section{margin-block:42px;padding:34px 20px;border-radius:16px}.request-copy>p:not(.eyebrow),.receiving-heading>div>p:not(.eyebrow){font-size:16px}.delivery-grid{grid-template-columns:1fr}.delivery-steps{grid-column:auto}.delivery-grid article,.delivery-grid article+article{min-height:0;padding:22px}.delivery-grid h3{margin:24px 0 18px;font-size:24px}.catalog-missing{grid-template-columns:42px 1fr;margin-top:12px;padding:15px}.catalog-missing b{grid-column:2}.catalog-missing small{font-size:13px}.footer-main{grid-template-columns:1fr;gap:36px;padding-block:46px 36px}.footer-column{gap:13px}.footer-app{padding:22px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.mobile-nav a{font-size:11px}.product-content h3{font-size:15px}.stock-state{font-size:12px}}

/* Neutral retail direction: graphite, coral and clean white product stages */
body{color:#252422;font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.service-note{background:#ff5a46}.site-header{background:rgba(247,246,242,.96)}
.header-inner{gap:30px}.desktop-nav{gap:24px}.brand-mark,.logo-dot{background:#252422}.cart-link b,.mobile-nav b{background:#ff5a46}
.location-chip{display:flex;align-items:center;gap:9px;padding:7px 10px;border:1px solid var(--line);border-radius:10px;background:#fff}.location-chip>span:first-child{color:#ff5a46;font-size:19px}.location-chip>span:last-child{display:flex;flex-direction:column;line-height:1.15}.location-chip small{color:var(--muted);font-size:10px}.location-chip strong{font-size:13px}
.button.primary,.button.dark{background:#252422}.add-button{background:#ff5a46}.product-badge{background:#ff5a46}.wish-button.is-active{background:#fff0eb;border-color:#ffc9bf;color:#e44f3b}.category-card:hover{background:#fff0eb}
.hero-offer{background:#f3ede6;border-color:#ded5cb}.hero-offer>img{width:100%;height:285px;padding:14px;background:#fff;border:1px solid #e9e5df;border-radius:12px;box-shadow:0 12px 28px rgba(45,42,38,.08);mix-blend-mode:normal}.offer-product strong{color:#e44f3b}
.offers-section{background:#f1efeb;border-color:#e2dfd9}.product-card{border-color:#e5e1db;box-shadow:0 3px 14px rgba(37,36,34,.035)}.product-media{margin:9px;background:#fff;border:1px solid #ece8e2;box-shadow:0 9px 22px rgba(37,36,34,.045)}.product-media img{mix-blend-mode:normal}.price-block strong{color:#252422}.stock-state{color:#526a83}.stock-state i{background:#6f89a4}.stock-state.low{color:#a7652e}.stock-state.low i{background:#d28b4b}.quantity-stepper button{background:#f4f2ee}
.rare-section{background:#f0ede8;color:#252422}.rare-intro .eyebrow{color:#df4d3a}.rare-intro p{color:#686561}.rare-list,.rare-item{border-color:#d8d3cb}.rare-item img{padding:8px;background:#fff;border:1px solid #e5e1db;box-shadow:0 8px 20px rgba(37,36,34,.06);mix-blend-mode:normal}.rare-item small{color:#77726d}.rare-item>a{color:#e44f3b}.rare-intro .button.light{background:#252422;color:#fff}
.request-points span{background:#fff0eb;color:#e44f3b}.request-form{background:#fff7f3;border-color:#f0d6cd}
.delivery-section{background:#f0ede8;border-color:#ded9d1}.delivery-grid article,.delivery-grid article+article{border-color:#ded9d1;background:#fff}.delivery-grid .featured-delivery{background:#fff0eb;border-color:#f3b8ad;color:#252422}.delivery-place{background:#eee9e2;color:#625c56}.featured-delivery .delivery-place{background:#ff5a46;color:#fff}.featured-delivery dl div{border-color:#e9c9c2}
.delivery-promise{border-left-color:#ff5a46;background:#fff0eb}.check-field input{accent-color:#ff5a46}.category-filter button:hover,.category-filter button.is-active{border-color:#e1ddd6}.catalog-request{background:#fff0eb}.catalog-missing{background:#ff5a46}.catalog-missing-mark{background:#fff;color:#e44f3b}.catalog-missing small{color:#fff1ed}
.delivery-status{background:#edf2f7;color:#44596f}.address-card.primary-address{border-color:#9aacc0;box-shadow:inset 3px 0 0 #526a83}.address-icon{background:#edf2f7}.address-card p small,.order-history article span{color:#526a83}
.site-footer{background:#252422}.footer-brand .brand-mark{background:#ff5a46;color:#fff}.footer-about>p{color:#d1cfca}.footer-status{color:#bbb8b3}.footer-status i{background:#ff5a46}.business-details{display:flex;flex-direction:column;gap:3px;margin-top:20px;padding-top:18px;border-top:1px solid #494642;color:#d3d0cb;font-size:13px;font-style:normal}.business-details strong{color:#fff;font-size:14px}.business-details small{margin-top:3px;color:#918d87}.footer-column a{color:#d5d2cd}.footer-receiving span{color:#bbb8b3}.footer-app{background:#343230;border-color:#4e4b47}.footer-app .eyebrow{color:#ff9b8e}.footer-app>p:not(.eyebrow){color:#ccc9c4}.footer-install{background:#ff5a46;color:#fff;border-color:#ff5a46}.footer-bottom{border-color:#494642;color:#aaa6a0}
.control-sidebar{background:#252422}.control-sidebar nav a:hover,.control-sidebar nav a.active{background:#3b3835}.live-pill,.status-ok{color:#526a83}.live-pill i{background:#6f89a4}.control-flash{background:#edf2f7}.metric-grid article.accent{background:#fff0eb}.bar-column i{background:#ff5a46}.stock{color:#526a83}.status-button.done{background:#edf2f7}

@media (max-width:1050px){.location-chip{display:none}}

.rare-heading{align-items:flex-end}.rare-heading h2{max-width:720px}.rare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rare-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px}.rare-media{position:relative;height:245px;display:grid;place-items:center;margin:9px;background:#fff;border:1px solid #ece8e2;border-radius:11px;box-shadow:0 9px 22px rgba(37,36,34,.045)}.rare-media>span{position:absolute;z-index:2;left:12px;top:12px;padding:6px 9px;border-radius:7px;background:#fff0eb;color:#d94735;font-size:12px;font-weight:800}.rare-media img{width:84%;height:84%;padding:0;object-fit:contain;border:0;box-shadow:none;mix-blend-mode:normal}.rare-card-body{padding:13px 18px 19px}.rare-card-body>small{color:var(--muted);font-size:13px}.rare-card-body h3{min-height:52px;margin:5px 0 20px;font-size:18px}.rare-card-body>div{display:flex;align-items:center;justify-content:space-between;gap:14px}.rare-card-body strong{font-size:20px}.rare-card-body a{color:#e44f3b;font-size:14px;font-weight:750}.rare-request-card{display:flex;flex-direction:column;padding:26px;background:#252422;border-radius:16px;color:#fff}.rare-request-card>span{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:#ff5a46;font-size:27px}.rare-request-card>div{margin:auto 0}.rare-request-card small{color:#ff9d91;font-size:12px;font-weight:800;letter-spacing:.08em}.rare-request-card h3{margin:8px 0 10px;font-size:25px;line-height:1.17}.rare-request-card p{margin:0;color:#c9c6c1;font-size:15px}.rare-request-card>b{font-size:14px}

@media (max-width:820px){.rare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rare-request-card{grid-column:span 2;min-height:260px}}
@media (max-width:620px){.rare-grid{grid-template-columns:1fr}.rare-request-card{grid-column:auto;min-height:285px}.rare-media{height:240px}.rare-card-body h3{min-height:auto}}

/* Clean white storefront and responsive discovery rail */
body{background:var(--surface,#fff);color:#202124}.site-header{background:rgba(255,255,255,.96)}.service-note{background:#ff4f5e}
.home-hero{background:#fff;border-color:#e4e7ec}.hero-offer{background:#f4f6fa;border-color:#e0e5ec}.hero-offer>img{background:#fff;border-color:#e4e7ec;box-shadow:0 12px 28px rgba(24,32,48,.08)}.offer-product{border-color:#dfe3ea}.offer-product strong{color:#e63f50}
.button.primary,.button.dark{background:#202124}.add-button,.product-badge,.cart-link b,.mobile-nav b{background:#ff4f5e}.brand-mark,.logo-dot{background:#202124}.location-chip>span:first-child{color:#ff4f5e}
.interest-section{padding:72px 0;background:#f4f6fa;border-block:1px solid #e4e7ec}.interest-heading{align-items:flex-end}.interest-heading h2{max-width:840px}.carousel-buttons{display:flex;gap:8px}.carousel-buttons button{width:46px;height:46px;border:1px solid #d7dce5;border-radius:12px;background:#fff;font-size:20px}.carousel-buttons button:hover{border-color:#ff4f5e;color:#e63f50}.carousel-buttons button:disabled{opacity:.35;cursor:not-allowed}.interest-track{display:flex;gap:16px;overflow-x:auto;padding:2px 2px 16px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c9ced8 transparent;outline:none}.interest-slide{flex:0 0 292px;scroll-snap-align:start}.interest-slide>.product-card{height:100%}.interest-slide .product-media{height:218px}.interest-slide .product-media img{width:82%;height:82%;max-width:82%;max-height:82%;object-fit:contain}.interest-slide .product-content h3{min-height:48px}
.home-catalog{background:#fff}.home-catalog-heading{align-items:flex-end}.home-category-filter{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.home-category-filter::-webkit-scrollbar{display:none}.home-category-filter button{min-height:43px;display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 15px;border:1px solid #dfe3e9;border-radius:11px;background:#fff;font-size:14px;font-weight:650}.home-category-filter button:hover{border-color:#ff9ba6}.home-category-filter button.is-active{background:#202124;border-color:#202124;color:#fff}.home-category-filter button span{font-size:18px}.home-catalog-tools{margin-bottom:18px;background:#f7f8fa;border-color:#e4e7ec}.home-catalog-tools .search-field{background:#fff}.home-results-meta{margin:0 0 16px}.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product-card{border-color:#e4e7ec;box-shadow:0 4px 16px rgba(24,32,48,.04)}.product-media{position:relative;overflow:hidden;background:#fff;border-color:#e7e9ee;box-shadow:0 8px 20px rgba(24,32,48,.045)}.product-media img{display:block;width:84%;height:84%;max-width:84%;max-height:84%;object-fit:contain;mix-blend-mode:normal}.wish-button.is-active{background:#fff1f3;border-color:#ffc8cf;color:#e63f50}.price-block strong{color:#202124}.stock-state{color:#4e6f91}.category-filter button:hover,.category-filter button.is-active{background:#f4f6fa}.catalog-missing{background:#ff4f5e}.catalog-request{background:#fff1f3}.delivery-promise{border-left-color:#ff4f5e;background:#fff1f3}
.request-section{background:#fff;border-color:#e4e7ec}.request-form{background:#f7f8fa;border-color:#e4e7ec}.request-points span{background:#fff1f3;color:#e63f50}.delivery-section{background:#f4f6fa;border-color:#e4e7ec}.delivery-grid article,.delivery-grid article+article{background:#fff;border-color:#e0e4ea}.delivery-grid .featured-delivery{background:#fff1f3;border-color:#ffc8cf}.featured-delivery .delivery-place{background:#ff4f5e}.site-footer{background:#20232a}.footer-brand .brand-mark,.footer-install{background:#ff4f5e;border-color:#ff4f5e}.footer-status i{background:#ff4f5e}.footer-app{background:#2c3039;border-color:#424752}.footer-bottom,.business-details{border-color:#424752}

@media (max-width:1100px){.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.interest-slide{flex-basis:280px}}
@media (max-width:820px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.interest-section{padding:58px 0}.interest-slide{flex-basis:268px}.home-catalog-tools{margin-bottom:16px}}
@media (max-width:620px){.interest-heading{align-items:flex-start}.carousel-buttons{display:none}.interest-track{width:calc(100% + 12px);padding-right:12px}.interest-slide{flex-basis:min(82vw,286px)}.home-catalog-heading>.text-link{display:none}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-category-filter button{min-height:40px;padding-inline:12px;font-size:13px}.interest-slide .product-media{height:190px}}
@media (max-width:390px){.home-product-grid{grid-template-columns:1fr}.interest-slide{flex-basis:86vw}}

/* Product promotion carousel */
.promo-section{padding:28px 0 54px;background:#fff}
.promo-carousel{position:relative;overflow:hidden;border:1px solid #e1e6ee;border-radius:28px;background:#edf3fa;box-shadow:0 24px 70px rgba(31,43,66,.1);isolation:isolate}
.promo-viewport{overflow:hidden}
.promo-track{display:flex;transform:translate3d(0,0,0);transition:transform .7s cubic-bezier(.22,.75,.18,1);will-change:transform}
.promo-slide{position:relative;min-width:100%;min-height:470px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:46px;padding:54px 68px 78px;overflow:hidden}
.promo-slide::before{content:"";position:absolute;z-index:-1;right:-120px;top:-170px;width:540px;height:540px;border:1px solid currentColor;border-radius:50%;opacity:.09}
.promo-slide::after{content:"";position:absolute;z-index:-1;right:170px;bottom:-310px;width:440px;height:440px;border:1px solid currentColor;border-radius:50%;opacity:.07}
.promo-theme-sky{background:linear-gradient(125deg,#f3f8ff 0%,#deecfb 100%);color:#173253}
.promo-theme-blue{background:linear-gradient(125deg,#152d5d 0%,#244b88 100%);color:#fff}
.promo-theme-red{background:linear-gradient(125deg,#fff4f3 0%,#f8dedd 100%);color:#352023}
.promo-theme-berry{background:linear-gradient(125deg,#30203b 0%,#593b62 100%);color:#fff}
.promo-theme-amber{background:linear-gradient(125deg,#fff8e7 0%,#f4d990 100%);color:#322815}
.promo-copy{position:relative;z-index:2;max-width:650px}
.promo-eyebrow{margin:0 0 13px;font-size:13px;font-weight:820;letter-spacing:.13em;text-transform:uppercase;opacity:.72}
.promo-copy h1,.promo-copy h2{max-width:640px;margin:0;font-size:clamp(41px,4.6vw,67px);font-weight:790;line-height:.97;letter-spacing:-.055em}
.promo-text{max-width:570px;margin:20px 0 0;font-size:17px;line-height:1.55;opacity:.78}
.promo-product-line{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:570px;margin:28px 0 0;padding-top:17px;border-top:1px solid currentColor}
.promo-product-line span{max-width:340px;font-size:15px;font-weight:680;opacity:.8}
.promo-product-line strong{flex:0 0 auto;font-size:31px;line-height:1;letter-spacing:-.035em}.promo-product-line small{font-size:12px;letter-spacing:0}
.promo-cta{margin-top:25px;background:#202124;color:#fff}.promo-theme-blue .promo-cta,.promo-theme-berry .promo-cta{background:#fff;color:#202124}.promo-cta span{margin-left:12px;transition:transform .2s}.promo-cta:hover span{transform:translateX(4px)}
.promo-visual{position:relative;z-index:2;height:360px;display:grid;place-items:center;padding:32px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.72);border-radius:26px;box-shadow:0 22px 45px rgba(30,42,62,.15);overflow:hidden}
.promo-visual::after{content:"";position:absolute;inset:13px;border:1px solid #e7eaf0;border-radius:18px;pointer-events:none}
.promo-visual img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 15px rgba(32,37,47,.13));transition:transform .35s ease}
.promo-visual:hover img{transform:scale(1.035) rotate(-1deg)}
.promo-visual small{position:absolute;z-index:3;left:24px;top:22px;max-width:190px;padding:7px 10px;border-radius:999px;background:#202124;color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em}
.promo-orbit{position:absolute;z-index:1;width:270px;height:270px;border-radius:50%;background:#f1f4f8}
.promo-arrow{position:absolute;z-index:8;top:50%;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(25,30,39,.46);color:#fff;font-size:22px;opacity:0;pointer-events:none;transform:translateY(-50%);backdrop-filter:blur(9px);transition:opacity .2s,background .2s,transform .2s}
.promo-prev{left:18px}.promo-next{right:18px}.promo-carousel:hover .promo-arrow,.promo-carousel:focus-within .promo-arrow{opacity:1;pointer-events:auto}.promo-arrow:hover{background:rgba(25,30,39,.72);transform:translateY(-50%) scale(1.04)}
.promo-controls{position:absolute;z-index:9;left:50%;bottom:19px;display:flex;align-items:center;gap:18px;padding:8px 13px 8px 11px;border:1px solid rgba(218,223,232,.9);border-radius:999px;background:rgba(255,255,255,.88);color:#202124;box-shadow:0 8px 24px rgba(24,32,48,.09);transform:translateX(-50%);backdrop-filter:blur(10px)}
.promo-counter{display:flex;align-items:center;gap:7px;color:currentColor;font-size:11px;font-weight:800;letter-spacing:.08em}.promo-counter b{font-size:13px}.promo-counter i{width:24px;height:1px;background:currentColor;opacity:.32}.promo-counter span{opacity:.52}
.promo-dots{display:flex;align-items:center;gap:7px}.promo-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:currentColor;opacity:.25;transition:width .25s,opacity .25s}.promo-dots button:hover{opacity:.58}.promo-dots button.is-active{width:28px;opacity:.88}

/* Product links and detail page */
.product-media-link{width:100%;height:100%;display:grid;place-items:center}.product-content h3 a:hover{text-decoration:underline;text-decoration-color:#ff9aa5;text-underline-offset:3px}
.product-page{padding:42px 0 92px}.product-page .breadcrumbs{margin-bottom:28px}.product-hero{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);gap:72px;align-items:center}.product-hero-media{position:relative;height:570px;display:grid;place-items:center;padding:52px;background:#fff;border:1px solid #e3e7ed;border-radius:24px;box-shadow:0 18px 50px rgba(24,32,48,.07);overflow:hidden}.product-hero-media::before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:#f2f5f9}.product-hero-media img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(24,32,48,.12))}.product-hero-copy h1{max-width:720px;margin:0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.055em}.product-detail-description{max-width:660px;margin:24px 0 20px;color:var(--muted);font-size:18px}.product-detail-stock{font-size:14px}.product-detail-buy{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;max-width:620px;margin-top:38px;padding:24px 0;border-block:1px solid var(--line)}.product-detail-buy .price-block strong{font-size:38px}.detail-purchase-control,.detail-purchase-control .add-button{width:190px}.detail-purchase-control .add-button{height:50px}.detail-purchase-control .quantity-stepper{height:50px}.product-benefits{display:grid;gap:0;max-width:620px;margin:25px 0 0}.product-benefits div{display:grid;grid-template-columns:100px 1fr;gap:20px;padding:12px 0;border-bottom:1px solid #eceef2}.product-benefits dt{font-weight:750}.product-benefits dd{margin:0;color:var(--muted);font-size:14px}.related-products{background:#f5f7fa;border-top:1px solid #e4e7ec}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Banner editing in the custom control room */
.banner-selector{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto;padding-bottom:5px}.banner-selector a{min-width:190px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #dfe3e9;border-radius:10px;background:#fff;font-size:13px;font-weight:700;white-space:nowrap}.banner-selector a span{color:#8a919e}.banner-selector a.active{background:#202124;border-color:#202124;color:#fff}.banner-selector a.active span{color:#ff9ca6}

@media (max-width:1000px){.promo-slide{grid-template-columns:minmax(0,1fr) 340px;gap:32px;padding-inline:48px}.promo-copy h1,.promo-copy h2{font-size:49px}.promo-visual{height:330px}.product-hero{gap:42px}.product-hero-media{height:490px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.promo-section{padding:14px 0 38px}.promo-carousel{border-radius:20px}.promo-slide{min-height:650px;grid-template-columns:1fr;grid-template-rows:auto 270px;align-content:start;gap:26px;padding:36px 30px 78px}.promo-copy h1,.promo-copy h2{font-size:clamp(38px,10vw,50px)}.promo-text{margin-top:15px;font-size:15px}.promo-product-line{margin-top:20px}.promo-product-line span{font-size:13px}.promo-product-line strong{font-size:25px}.promo-cta{margin-top:20px}.promo-visual{height:270px;padding:24px;border-radius:20px}.promo-visual small{left:18px;top:17px}.promo-orbit{width:210px;height:210px}.promo-arrow{display:none}.promo-controls{bottom:17px}.product-page{padding-top:26px}.product-hero{grid-template-columns:1fr;gap:36px}.product-hero-media{height:430px}.product-detail-buy{align-items:stretch;flex-direction:column}.detail-purchase-control,.detail-purchase-control .add-button{width:100%}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:450px){.promo-slide{min-height:620px;grid-template-rows:auto 235px;padding:29px 20px 72px}.promo-copy h1,.promo-copy h2{font-size:37px}.promo-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.promo-product-line{gap:12px}.promo-product-line span{max-width:190px}.promo-visual{height:235px;padding:20px}.promo-controls{gap:12px}.promo-counter i{width:16px}.promo-dots{gap:6px}.promo-dots button.is-active{width:22px}.product-hero-media{height:340px;padding:34px}.product-hero-media::before{width:250px;height:250px}.product-detail-description{font-size:16px}.product-benefits div{grid-template-columns:82px 1fr}.related-grid{grid-template-columns:1fr}}
