:root{
  --bg:#f6f3ed;--paper:#fffdf9;--text:#1f271f;--muted:#687064;--green:#254a38;--green2:#37664d;
  --cream:#eee5d6;--red:#a6463f;--line:#e7e0d5;--gold:#c89445;--shadow:0 16px 50px rgba(31,39,31,.08);
  --shadow-sm:0 8px 26px rgba(31,39,31,.06);--radius:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1160px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(246,243,237,.93);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}.brand{font-weight:900;font-size:21px;letter-spacing:-.02em;color:var(--green);white-space:nowrap}.brand span{color:var(--red)}.main-nav{display:flex;gap:18px;font-size:14px;font-weight:700;color:#485047}.main-nav a:hover{color:var(--green)}.nav-actions{display:flex;align-items:center;gap:9px}.nav-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);background:white;border-radius:50%}.cart-link{display:flex;align-items:center;gap:7px;padding:8px 10px;background:var(--green);color:#fff;border-radius:999px;font-size:13px;font-weight:800}.cart-link b{min-width:21px;height:21px;display:grid;place-items:center;background:white;color:var(--green);border-radius:50%;font-size:11px}
.hero{padding:84px 0 62px;background:radial-gradient(circle at 80% 10%,#dce9df,transparent 36%),linear-gradient(135deg,#f8f4ed,#efe5d8)}.hero-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:56px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--red);margin-bottom:10px}.hero h1,.detail-grid h1,.article h1,.page-head h1,.success-wrap h1,.auth-box h1,.account-head h1{font-family:Georgia,serif;line-height:1.04;letter-spacing:-.035em;color:#203529}.hero h1{font-size:clamp(42px,6vw,72px);margin:0 0 20px}.hero p{font-size:19px;max-width:700px;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.benefits{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px;color:#536055;font-size:13px;font-weight:700}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1.2}.btn.primary{background:var(--green);color:white}.btn.primary:hover{background:var(--green2)}.btn.ghost{border:1px solid var(--green);color:var(--green);background:transparent}.btn.small{padding:8px 12px;font-size:13px}.btn.full{width:100%}.big-btn{padding:16px 20px;font-size:16px}.hero-card{background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.95);padding:30px;border-radius:28px;box-shadow:var(--shadow)}.hero-icon{font-size:52px}.hero-card h3{font-size:25px;margin:8px 0}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span,.pill{background:#f1e8da;border:1px solid #e2d5c2;color:#6b4a2d;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800}
.section{padding:72px 0}.section.alt{background:#ede7dd}.section-head,.page-head,.account-head{margin-bottom:26px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px}.section h2,.page-head h1{font-family:Georgia,serif;font-size:38px;margin:0;color:#25372b}.page-head h1{font-size:48px}.page-head p{color:var(--muted)}.search{display:flex;background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.search input{border:0;padding:11px 13px;outline:none;min-width:220px;background:white}.search button{border:0;background:var(--green);color:white;padding:0 15px;font-weight:800}.shop-tools{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.filters a{padding:8px 12px;background:white;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:750}.filters a.active{background:var(--green);color:white;border-color:var(--green)}.sort-form select{border:1px solid var(--line);background:white;padding:9px 12px;border-radius:10px;color:var(--text)}
.grid{display:grid;gap:20px}.products-grid,.posts-grid{grid-template-columns:repeat(3,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm)}.product-card{transition:.2s transform,.2s box-shadow}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(31,39,31,.09)}.image-wrap{display:block;height:270px;background:#e8e1d6;position:relative}.image-wrap img,.post-image img{width:100%;height:100%;object-fit:cover}.image-wrap .pill{position:absolute;left:14px;top:14px}.stock-badge{position:absolute;right:14px;top:14px;background:#8f302b;color:white;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900}.placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:64px;background:linear-gradient(145deg,#ece6dc,#dfe8df)}.placeholder.big{min-height:540px}.card-body{padding:20px}.card h3{margin:0 0 8px;font-size:20px}.card p{color:var(--muted);margin:0 0 16px}.sku{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8a9188;margin-bottom:5px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.price-row>div{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.price-row strong{font-size:19px;color:var(--green)}.price-row del,.detail-price del{color:#939a92;font-size:13px;font-weight:500}.price-row a,.text-link{font-size:13px;font-weight:800;color:var(--red)}.post-image{height:210px;display:block}.meta{font-size:12px;color:#7f867d;margin-bottom:8px}.empty{text-align:center;padding:40px;background:white;border:1px dashed var(--line);border-radius:16px}.big-empty{padding:70px 20px}.big-empty>div{font-size:56px}.big-empty h2{font-family:Georgia,serif;font-size:34px;margin:8px 0}.big-empty p{color:var(--muted)}
footer{background:#1f3027;color:#dfe9e2;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr auto;align-items:center;gap:24px}.footer-grid p{margin:4px 0;color:#b9c7be}.footer-links{display:flex;gap:16px;color:#cbd7cf;font-size:13px}.footer-links a:hover{color:#fff}.flash-stack{padding-top:14px}.alert{padding:12px 14px;border-radius:12px;margin:10px 0}.alert.error{background:#fae7e4;color:#8b3029;border:1px solid #efc9c5}.alert.success{background:#dfeee4;color:#23573a;border:1px solid #c6dfce}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}.detail-image{border-radius:26px;overflow:hidden;background:#eae3d9}.detail-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.pill.inline{display:inline-block;margin-bottom:12px}.detail-grid h1{font-size:52px;margin:6px 0 12px}.detail-price{font-size:30px;font-weight:900;color:var(--green);margin:18px 0;display:flex;align-items:baseline;gap:12px}.detail-price del{font-size:18px}.lead{font-size:19px;color:var(--muted)}.content-text{white-space:normal;color:#485047;margin:20px 0 30px}.inventory{font-weight:800;margin:18px 0}.inventory.in-stock{color:#2b7146}.inventory.out-stock{color:#a33b35}.add-cart-form{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.add-cart-form label{font-size:12px;font-weight:800}.add-cart-form input{display:block;width:78px;border:1px solid var(--line);border-radius:10px;padding:10px;margin-top:6px}.purchase-note{display:grid;gap:6px;color:var(--muted);font-size:13px;margin-top:20px}.related{padding-top:62px}.article{max-width:820px}.article h1{font-size:58px;margin:0 0 12px}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:24px;margin:28px 0}.article-text{font-size:17px;line-height:1.85}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.75fr);gap:28px;align-items:start}.cart-card,.coupon-box,.summary-card,.checkout-block,.account-card,.order-detail-card,.track-form{background:white;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm)}.cart-card{padding:8px 22px}.cart-item{display:grid;grid-template-columns:82px minmax(0,1fr) 80px 110px 32px;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item:last-of-type{border-bottom:0}.cart-thumb{width:82px;height:82px;border-radius:14px;overflow:hidden;background:#ebe6de;display:grid;place-items:center}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-thumb span{font-size:28px}.cart-info h3{margin:1px 0;font-size:17px}.cart-info small{color:var(--muted)}.qty-field{font-size:11px;color:var(--muted);font-weight:800}.qty-field input{width:64px;display:block;margin-top:5px;border:1px solid var(--line);padding:8px;border-radius:9px}.icon-danger,.text-danger,.danger-link{border:0;background:transparent;color:#a33b35;font-weight:800;cursor:pointer}.icon-danger{font-size:25px}.cart-actions{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.coupon-box{padding:18px 20px;margin-top:16px}.coupon-box label{font-weight:800;font-size:13px}.coupon-row{display:flex;gap:8px;margin-top:8px}.coupon-row input{flex:1;border:1px solid var(--line);border-radius:10px;padding:10px 12px}.coupon-box small{display:block;color:var(--muted);margin-top:8px}.summary-card{padding:24px;position:sticky;top:94px}.summary-card h2{font-size:24px!important;margin:0 0 18px!important}.summary-line{display:flex;justify-content:space-between;gap:16px;padding:9px 0;color:var(--muted)}.summary-line strong{color:var(--text)}.summary-line .discount,.discount{color:#2f764a}.summary-line.total{font-size:18px;border-top:1px solid var(--line);margin-top:8px;padding-top:16px;color:var(--text)}.summary-line.total strong{color:var(--green);font-size:22px}.center{display:block;text-align:center;margin-top:14px}
.checkout-form{display:grid;gap:18px}.checkout-block{padding:24px}.checkout-block h2{font-size:24px!important;margin:0 0 18px!important}.checkout-block label,.track-form label,.form-stack label,.admin-form label{font-size:13px;font-weight:800;color:#445046}.checkout-block input,.checkout-block textarea,.track-form input,.form-stack input,.form-stack textarea,.admin-form input,.admin-form select,.admin-form textarea{width:100%;margin-top:6px;border:1px solid #ccd4ca;background:white;border-radius:10px;padding:11px 12px;color:var(--text);outline:none}.checkout-block textarea,.form-stack textarea,.admin-form textarea{resize:vertical}.two-col,.three-col,.four-col{display:grid;gap:14px}.two-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}.four-col{grid-template-columns:repeat(4,1fr)}.payment-options{display:grid;gap:10px}.payment-option{display:flex!important;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:13px;cursor:pointer;background:#fff}.payment-option input{width:auto!important;margin-top:5px!important}.payment-option span{display:grid}.payment-option small{color:var(--muted);font-weight:500}.payment-option.disabled{opacity:.5;cursor:not-allowed;background:#f4f4f1}.mini-order-item{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid #eee9e1}.mini-order-item:last-child{border-bottom:0}.mini-order-item small{color:var(--muted)}.checkout-summary hr{border:0;border-top:1px solid var(--line)}
.success-wrap{max-width:800px;text-align:center}.success-icon{width:76px;height:76px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:#dfeee4;color:#23573a;font-size:34px;font-weight:900}.success-wrap h1{font-size:52px;margin:0 0 12px}.success-wrap>p{color:var(--muted);font-size:18px}.success-wrap .hero-actions{justify-content:center}.order-detail-card{text-align:left;padding:24px;margin-top:28px}.order-detail-head{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:10px}.order-detail-head small{display:block;color:var(--muted)}.order-detail-head b{display:block;margin-top:3px}.bank-note,.shipping-note{background:#f1e8da;border:1px solid #e2d5c2;border-radius:14px;padding:16px 18px;margin-top:16px;text-align:left}.shipping-note{background:#e9f0ea;border-color:#d7e3d9}.track-wrap{max-width:900px}.track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;padding:20px;margin-bottom:20px}.status-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:22px 0}.status-step{text-align:center;color:#a2a8a1;position:relative}.status-step:before{content:"";position:absolute;left:0;right:0;top:15px;height:2px;background:#e5e6e2;z-index:0}.status-step span{position:relative;z-index:1;width:31px;height:31px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#e5e6e2;color:#9ca39b;font-size:12px}.status-step small{display:block;margin-top:7px;font-size:11px}.status-step.done{color:var(--green)}.status-step.done:before,.status-step.done span{background:#9ec3a9}.status-step.done span{color:#174c2c}
.auth-box{width:min(480px,calc(100% - 32px));margin:0 auto;background:white;border:1px solid var(--line);padding:34px;border-radius:24px;box-shadow:var(--shadow)}.auth-box h1{font-size:42px;margin:4px 0}.auth-box>p{color:var(--muted)}.form-stack{display:grid;gap:14px}.auth-switch{text-align:center;margin-top:20px!important}.auth-switch a{color:var(--red);font-weight:800}.account-head{display:flex;align-items:center;justify-content:space-between}.account-head h1{font-size:48px;margin:0}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.account-card{padding:24px}.account-card h2{font-size:24px!important;margin:0 0 18px!important}.order-history{margin-top:20px}.status-pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#edf0ec;font-size:11px;font-weight:900;white-space:nowrap}.status-pending{background:#f4ead5;color:#7a5a18}.status-confirmed,.status-packing{background:#e1eaf2;color:#31566e}.status-shipping{background:#e4e1f3;color:#55467b}.status-completed{background:#dfeee4;color:#23573a}.status-cancelled{background:#fae7e4;color:#8b3029}
.admin-bg{background:#eef0ec}.login-box{width:min(440px,calc(100% - 32px));margin:8vh auto;background:white;border:1px solid #dfe4dd;padding:34px;border-radius:24px;box-shadow:var(--shadow)}.login-box h1{font-size:31px;margin:18px 0 4px}.login-box>p,.hint{color:var(--muted)}.hint{font-size:13px;margin-top:18px}.admin-shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh}.sidebar{background:#1f3027;color:#d7e0da;padding:26px 18px;position:sticky;top:0;height:100vh;overflow:auto}.sidebar .brand{display:block;margin:0 10px 32px}.brand.light{color:white}.side-title{font-size:10px;letter-spacing:.2em;color:#8ca095;margin:0 10px 10px}.sidebar>a:not(.brand){display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;margin:4px 0;font-size:14px}.sidebar>a.active,.sidebar>a:not(.brand):hover{background:#31483b;color:white}.side-badge{background:#a6463f;color:#fff;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;font-size:10px}.admin-main{padding:34px;width:min(1320px,100%)}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-top h1{margin:0;font-size:34px}.stats{display:flex;gap:8px}.stats span{background:white;border:1px solid #dfe4dd;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.admin-card{background:white;border:1px solid #dfe4dd;border-radius:20px;padding:24px;margin-bottom:22px}.admin-card.narrow{max-width:650px}.admin-card.narrow-wide{max-width:900px}.admin-card h2{font-size:22px;margin:0 0 18px}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.admin-card-head h2{margin-bottom:4px}.admin-card-head p{margin:0;color:var(--muted)}.admin-form{display:grid;gap:14px}.admin-form small{display:block;color:var(--muted);font-weight:500;margin-top:4px}.check{display:flex!important;align-items:center;gap:8px;margin-top:26px}.check input{width:auto!important;margin:0!important}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid #eef1ed;vertical-align:middle}th{font-size:11px;letter-spacing:.08em;color:#728076;white-space:nowrap}.mini-item{display:flex;align-items:center;gap:11px;min-width:260px}.mini-item img,.mini-placeholder{width:48px;height:48px;border-radius:9px;object-fit:cover;background:#edf0ec;display:grid;place-items:center}.mini-item small{display:block;color:var(--muted);max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block-muted{display:block;color:var(--muted);margin-top:2px}.actions-cell{display:flex;align-items:center;gap:12px}.actions-cell form{margin:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.metric{background:white;border:1px solid #dfe4dd;border-radius:18px;padding:20px}.metric small{display:block;color:var(--muted);margin-bottom:5px}.metric strong{font-size:27px;color:var(--green)}.low-stock{color:#a33b35}.admin-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.order-admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px;background:#f8f8f5;padding:16px;border-radius:14px;margin:12px 0}.order-admin-grid h3{margin:0 0 4px;font-size:14px}.order-admin-grid p{margin:0;color:var(--muted)}.order-admin-total{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid var(--line);margin-top:8px}.order-admin-total strong{font-size:22px;color:var(--green)}.inline-update{grid-template-columns:repeat(4,minmax(120px,1fr)) auto;align-items:end;border-top:1px solid var(--line);padding-top:18px}.inline-update .btn{margin-bottom:0}
@media(max-width:1000px){.main-nav{display:none}.products-grid,.posts-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.detail-grid{grid-template-columns:1fr}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-card{position:static}.admin-shell{display:block}.sidebar{height:auto;position:static}.sidebar>a:not(.brand){display:inline-flex;margin-right:4px}.admin-main{padding:22px}.metric-grid{grid-template-columns:repeat(2,1fr)}.inline-update{grid-template-columns:repeat(2,1fr)}.four-col{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.container{width:min(100% - 24px,1160px)}.hero{padding-top:54px}.hero h1{font-size:46px}.section{padding:52px 0}.section-head,.footer-grid,.admin-top,.shop-tools,.account-head{display:block}.search{margin-top:14px}.search input{min-width:0;width:100%}.sort-form{margin-bottom:18px}.products-grid,.posts-grid{grid-template-columns:1fr}.footer-grid{display:grid;grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr 62px}.cart-thumb{width:70px;height:70px}.cart-item>strong{grid-column:2/3}.cart-item .icon-danger{grid-column:3/4;grid-row:2}.cart-actions{gap:12px}.two-col,.three-col,.four-col,.account-grid,.order-detail-head,.track-form,.order-admin-grid,.inline-update{grid-template-columns:1fr}.status-timeline{overflow:auto;grid-template-columns:repeat(5,110px);padding-bottom:8px}.success-wrap h1,.page-head h1,.account-head h1{font-size:40px}.detail-grid h1,.article h1{font-size:40px}.admin-main{padding:14px}.admin-card{padding:17px}.metric-grid{grid-template-columns:1fr 1fr}.admin-toolbar{display:block}.admin-toolbar .btn{margin-bottom:14px}.stats{margin-top:10px}.summary-card{padding:20px}.nav-actions .cart-link span{display:none}}
@media(max-width:440px){.metric-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.nav-icon{display:none}.cart-card{padding:6px 14px}.cart-item{gap:10px}.cart-info h3{font-size:15px}.detail-price{font-size:25px}.auth-box{padding:24px}.sidebar{padding:20px 12px}.sidebar .brand{margin-bottom:18px}.admin-top h1{font-size:29px}}

/* ========================================================================== */
/* Boutique storefront refresh — 2026                                         */
/* ========================================================================== */
:root{
  --bg:#fbf8f3;
  --paper:#fffefa;
  --text:#26201d;
  --muted:#756c65;
  --green:#2f4b3d;
  --green2:#3f6150;
  --cream:#f2e7d8;
  --red:#8f2f36;
  --wine:#7d2830;
  --blush:#ead7d0;
  --line:#e8e0d7;
  --gold:#b88d4f;
  --shadow:0 18px 50px rgba(61,42,33,.08);
  --shadow-sm:0 10px 30px rgba(61,42,33,.055);
  --radius:18px;
}
body{background:var(--bg);color:var(--text)}
.announcement-bar{background:var(--wine);color:#fff7ef;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.announcement-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.announcement-center{opacity:.75}
.site-header{top:0;background:rgba(255,254,250,.96);border-bottom:1px solid rgba(111,83,64,.13);backdrop-filter:blur(18px)}
.nav-wrap{min-height:82px}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--wine);font-family:Georgia,serif}
.brand-mark{width:31px;height:31px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:14px;flex:none}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy b{font-size:21px;letter-spacing:.01em}
.brand-copy small{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:8px;letter-spacing:.22em;margin-top:5px;color:#8b756a;font-weight:800}
.main-nav{gap:25px;color:#403732;font-weight:650}
.main-nav a{position:relative;padding:31px 0 29px}
.main-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:19px;height:1px;background:var(--wine);transition:.2s}
.main-nav a:hover{color:var(--wine)}
.main-nav a:hover:after{left:0;right:0}
.nav-icon{border:0;background:transparent;color:var(--wine);font-size:20px;width:34px;height:34px}
.cart-link{background:transparent;color:var(--text);padding:8px 0 8px 7px;gap:8px}
.cart-symbol{font-size:18px}
.cart-link b{background:var(--wine);color:white;min-width:20px;height:20px;font-size:10px}
.mobile-menu{display:none;position:relative}
.mobile-menu summary{list-style:none;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;cursor:pointer;font-size:18px;color:var(--wine)}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu-panel{position:absolute;right:0;top:48px;width:245px;padding:12px;background:#fffefa;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}
.mobile-menu-panel a{display:block;padding:11px 12px;border-radius:10px;font-size:14px;font-weight:700}
.mobile-menu-panel a:hover{background:#f7efe7;color:var(--wine)}

.hero-boutique{padding:68px 0 82px;background:
  radial-gradient(circle at 12% 12%,rgba(255,255,255,.72),transparent 30%),
  linear-gradient(135deg,#f7eee4 0%,#f3e8dc 46%,#e8ddd1 100%);overflow:hidden}
.hero-grid-new{grid-template-columns:1.02fr .98fr;gap:72px;min-height:580px}
.hero-copy{padding:48px 0}
.hero-copy .eyebrow{color:var(--wine);letter-spacing:.2em;margin-bottom:18px}
.hero-boutique h1{font-size:clamp(50px,6.2vw,82px);max-width:690px;color:#2d2824;font-weight:500;line-height:.98}
.hero-boutique h1 em{font-weight:400;color:var(--wine)}
.hero-boutique .hero-copy>p{max-width:580px;font-size:18px;color:#6f645d;line-height:1.75}
.hero-actions{align-items:center;gap:23px;margin-top:32px}
.boutique-primary{background:var(--wine)!important;border-radius:0;padding:15px 24px;letter-spacing:.03em}
.boutique-primary:hover{background:#67212a!important}
.text-cta{font-weight:800;color:#423833;border-bottom:1px solid #b8a49a;padding:9px 0 5px}
.text-cta span{color:var(--wine);margin-left:6px}
.hero-trust{display:flex;gap:0;margin-top:50px;border-top:1px solid rgba(87,64,54,.16);max-width:590px}
.hero-trust>div{display:flex;gap:10px;align-items:center;padding:18px 26px 0 0;margin-right:26px;border-right:1px solid rgba(87,64,54,.14)}
.hero-trust>div:last-child{border-right:0}
.hero-trust strong{font-family:Georgia,serif;font-size:21px;color:var(--wine);font-weight:500}
.hero-trust span{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#71665e;line-height:1.4;font-weight:800}
.hero-visual{position:relative;min-height:560px}
.hero-frame{position:absolute;inset:0 44px 0 22px;background:#d8c6b5;overflow:hidden;box-shadow:0 28px 80px rgba(73,46,36,.15)}
.hero-frame:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);pointer-events:none}
.hero-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(.97)}
.hero-placeholder-art{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f9f1e8;background:
  radial-gradient(circle at 65% 22%,rgba(239,214,176,.22),transparent 18%),
  linear-gradient(145deg,#2e4d3c,#193529 56%,#7f2930 57%,#9b373e)}
.hero-placeholder-art>span{font-size:70px;color:#d7b77c}
.hero-placeholder-art>b{font-family:Georgia,serif;font-size:62px;letter-spacing:.12em;font-weight:400;margin-top:14px}
.hero-placeholder-art>small{font-size:10px;letter-spacing:.28em;margin-top:12px}
.hero-note{position:absolute;left:-22px;bottom:38px;background:#fffaf4;padding:18px 21px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;text-transform:uppercase}
.hero-note span{font-size:10px;letter-spacing:.16em;color:#806f65}
.hero-note strong{font-family:Georgia,serif;font-size:30px;color:var(--wine);line-height:1;margin-top:5px}
.hero-roundel{position:absolute;right:0;top:32px;width:88px;height:88px;border-radius:50%;background:var(--wine);color:#fff7ef;display:grid;place-items:center;text-align:center;font-size:10px;line-height:1.25;letter-spacing:.14em;font-weight:800;box-shadow:0 16px 40px rgba(83,35,38,.18)}

.service-strip{background:#fffefa;border-top:1px solid #eee6dd;border-bottom:1px solid #eee6dd}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.service-grid>div{display:flex;align-items:center;justify-content:center;gap:14px;padding:22px 30px;border-right:1px solid #eee6dd}
.service-grid>div:last-child{border-right:0}
.service-grid>div>span{font-family:Georgia,serif;color:var(--wine);font-size:24px}
.service-grid p{display:flex;flex-direction:column;margin:0;line-height:1.25}
.service-grid strong{font-size:13px;color:#3f3631}
.service-grid small{font-size:11px;color:#97877e;margin-top:5px}

.category-section{padding-top:92px;padding-bottom:90px;background:#fffefa}
.editorial-head{align-items:end;margin-bottom:38px}
.editorial-head>div{max-width:650px}
.editorial-head>p{max-width:420px;margin:0;color:#85766d;font-size:14px;line-height:1.7}
.category-section h2,.products-section h2,.blog-section h2{font-size:44px;font-weight:500;color:#2c2926}
.category-showcase{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px}
.category-tile{position:relative;min-height:530px;overflow:hidden;background:#eee4db;color:#fff}
.category-media{position:absolute;inset:0}
.category-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(25,20,17,.58),rgba(25,20,17,.03) 62%)}
.category-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.category-tile:hover .category-media img{transform:scale(1.035)}
.category-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:110px;background:linear-gradient(145deg,#e9ded2,#c7b29f)}
.category-tile-2 .category-fallback{background:linear-gradient(145deg,#5b242a,#8d3339)}
.category-tile-3 .category-fallback{background:linear-gradient(145deg,#d1a466,#704c32)}
.category-copy{position:absolute;left:0;right:0;bottom:0;padding:34px 30px;z-index:2}
.category-copy small{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:10px;opacity:.78}
.category-copy h3{font-family:Georgia,serif;font-weight:400;font-size:38px;margin:5px 0 6px}
.category-copy p{font-size:12px;max-width:300px;margin:0 0 17px;opacity:.86}
.category-copy>span{font-size:12px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px}
.category-copy>span b{margin-left:5px}

.products-section{background:#f8f3ed;padding-top:88px;padding-bottom:98px}
.shop-heading{margin-bottom:26px}
.boutique-search{border-radius:0;border:0;border-bottom:1px solid #b9a69b;background:transparent;min-width:290px}
.boutique-search input{background:transparent;padding-left:0}
.boutique-search button{background:transparent;color:var(--wine);font-size:22px;padding-right:0}
.shop-tools-new{align-items:center;border-top:1px solid #e1d7ce;border-bottom:1px solid #e1d7ce;padding:13px 0;margin-bottom:28px}
.boutique-filters{margin:0;gap:24px}
.boutique-filters a{background:transparent;border:0;padding:5px 0;border-radius:0;color:#766b64;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.boutique-filters a.active{background:transparent;color:var(--wine);border-bottom:1px solid var(--wine)}
.boutique-sort select{background:transparent;border:0;padding:5px 28px 5px 5px;color:#6f625a;font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.boutique-products-grid{grid-template-columns:repeat(4,1fr);gap:28px 16px}
.boutique-product-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
.boutique-product-card:hover{transform:none;box-shadow:none}
.boutique-image-wrap{height:auto;aspect-ratio:4/5;background:#e9dfd5;overflow:hidden}
.boutique-image-wrap img{transition:transform .45s ease;filter:saturate(.94)}
.boutique-product-card:hover .boutique-image-wrap img{transform:scale(1.025)}
.sale-badge{position:absolute;left:12px;top:12px;background:var(--wine);color:white;padding:5px 9px;font-size:9px;letter-spacing:.11em;font-weight:900}
.sale-badge.neutral{background:#f8f1e9;color:#463a34}
.boutique-image-wrap .stock-badge{right:12px;top:12px;border-radius:0;background:#403832;color:white;font-size:9px;letter-spacing:.06em}
.quick-view{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,253,248,.95);color:#3b322d;text-align:center;padding:11px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;transform:translateY(15px);opacity:0;transition:.2s}
.boutique-product-card:hover .quick-view{opacity:1;transform:translateY(0)}
.boutique-card-body{padding:14px 1px 0}
.product-meta-line{display:flex;justify-content:space-between;gap:10px;color:#94857b;font-size:9px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px}
.boutique-card-body h3{font-family:Georgia,serif;font-size:18px;font-weight:500;line-height:1.32;margin:0 0 7px}
.boutique-price-row{align-items:center}
.boutique-price-row strong{font-size:15px;color:var(--wine)}
.boutique-price-row del{font-size:11px}
.boutique-price-row>a{width:27px;height:27px;border:1px solid #bfaea4;border-radius:50%;display:grid;place-items:center;color:#5a4c44;font-size:14px}
.boutique-empty{background:#fffaf5;border-style:solid}

.editorial-banner{background:var(--wine);color:#fff8f0;overflow:hidden}
.editorial-banner-inner{min-height:440px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;position:relative}
.editorial-banner-copy{padding:60px 0;max-width:620px;position:relative;z-index:2}
.eyebrow.light{color:#e2bd9a}
.editorial-banner h2{font-family:Georgia,serif;font-size:58px;line-height:1.03;font-weight:400;margin:10px 0 22px;color:#fff9f1}
.editorial-banner p{max-width:550px;color:#e7ced0;line-height:1.7}
.cream-btn{background:#f3e6d7;color:#59252b;border-radius:0;margin-top:15px}
.cream-btn:hover{background:white}
.editorial-ornament{justify-self:center;width:280px;height:280px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.editorial-ornament:before,.editorial-ornament:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.editorial-ornament:before{inset:18px}.editorial-ornament:after{inset:37px}
.editorial-ornament span{font-size:32px;color:#dbb072}
.editorial-ornament b{font-family:Georgia,serif;font-size:90px;line-height:.9;font-weight:400}
.editorial-ornament small{font-size:10px;letter-spacing:.35em;margin-top:12px}

.blog-section{background:#fffefa;padding-top:94px;padding-bottom:98px}
.boutique-posts-grid{grid-template-columns:repeat(3,1fr);gap:30px 18px}
.boutique-post-card{border:0;border-radius:0;box-shadow:none;background:transparent}
.boutique-post-card .post-image{height:auto;aspect-ratio:4/3;background:#eee3d7}
.post-fallback{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#eadcd0,#c9b39e);font-size:55px;color:#8f2f36}
.boutique-post-card .card-body{padding:18px 0 0}
.boutique-post-card .meta{font-size:9px;letter-spacing:.13em;color:#9a887e}
.boutique-post-card h3{font-family:Georgia,serif;font-size:23px;font-weight:500;line-height:1.2}
.boutique-post-card p{font-size:13px;line-height:1.7}
.boutique-post-card .text-link{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--wine)}

.site-footer{background:#251f1c;color:#e9dfd7;padding:0}
.footer-newsletter{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:58px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-newsletter h2{font-family:Georgia,serif;font-size:36px;font-weight:400;margin:7px 0 0;color:#fff8f0}
.footer-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:0}
.footer-grid-new{display:grid;grid-template-columns:1.55fr .8fr .9fr 1.1fr;align-items:start;gap:48px;padding:54px 0}
.footer-brand{color:#f2e3d5}
.footer-brand .brand-copy small{color:#aa9a90}
.footer-brand-col p{max-width:350px;font-size:13px;line-height:1.75;color:#a99d96;margin-top:22px}
.site-footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#f0ded0;margin:4px 0 18px}
.footer-stack{display:flex;flex-direction:column;gap:10px;font-size:13px;color:#aaa099}
.footer-stack a:hover{color:#fff}
.muted-stack{line-height:1.55}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0 23px;display:flex;justify-content:space-between;gap:20px;color:#776d68;font-size:10px;text-transform:uppercase;letter-spacing:.08em}

/* Carry the refreshed palette through public detail/checkout pages without
   changing their structure or business logic. */
.detail-grid h1,.article h1,.page-head h1,.success-wrap h1,.auth-box h1,.account-head h1{color:#2c2926;font-weight:500}
.btn.primary{background:var(--wine)}
.btn.primary:hover{background:#6f252c}
.btn.ghost{border-color:var(--wine);color:var(--wine)}
.summary-line.total strong,.detail-price,.price-row strong{color:var(--wine)}
.detail-image,.article-cover,.cart-card,.coupon-box,.summary-card,.checkout-block,.account-card,.order-detail-card,.track-form{border-radius:4px}

@media(max-width:1100px){
  .main-nav{gap:16px}.main-nav a{font-size:12px}
  .hero-grid-new{gap:42px}.hero-boutique h1{font-size:62px}
  .boutique-products-grid{grid-template-columns:repeat(3,1fr)}
  .category-showcase{grid-template-columns:1fr 1fr}.category-tile:first-child{grid-row:span 2;min-height:740px}.category-tile:not(:first-child){min-height:362px}
}
@media(max-width:900px){
  .announcement-center{display:none}.announcement-inner{justify-content:space-between}
  .main-nav{display:none}.mobile-menu{display:block}
  .hero-grid-new{grid-template-columns:1fr;min-height:0}.hero-copy{padding:20px 0}.hero-visual{min-height:540px;max-width:680px;width:100%;margin:auto}
  .service-grid>div{padding:18px 12px}
  .boutique-products-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid-new{grid-template-columns:1.5fr 1fr 1fr}.footer-grid-new>div:last-child{grid-column:2/4}
}
@media(max-width:700px){
  .announcement-inner{min-height:31px;font-size:9px}.announcement-inner span:last-child{display:none}
  .nav-wrap{min-height:70px}.brand-copy b{font-size:18px}.brand-copy small{font-size:7px}.nav-actions{gap:3px}.cart-link span:not(.cart-symbol){display:none}.cart-link{padding-left:3px}
  .hero-boutique{padding:42px 0 56px}.hero-boutique h1{font-size:48px}.hero-boutique .hero-copy>p{font-size:16px}.hero-trust{margin-top:34px}.hero-trust>div{margin-right:14px;padding-right:14px}.hero-trust span{font-size:9px}.hero-trust strong{font-size:18px}
  .hero-visual{min-height:440px}.hero-frame{inset:0 18px}.hero-note{left:0;bottom:20px}.hero-roundel{right:0;width:72px;height:72px;font-size:8px}
  .service-grid{grid-template-columns:1fr}.service-grid>div{justify-content:flex-start;border-right:0;border-bottom:1px solid #eee6dd;padding:14px 3px}.service-grid>div:last-child{border-bottom:0}
  .category-section,.products-section,.blog-section{padding-top:62px;padding-bottom:66px}.editorial-head{display:block}.editorial-head>p{margin-top:15px}.category-section h2,.products-section h2,.blog-section h2{font-size:35px}
  .category-showcase{grid-template-columns:1fr}.category-tile,.category-tile:first-child,.category-tile:not(:first-child){grid-row:auto;min-height:420px}.category-copy{padding:26px 23px}
  .shop-heading{display:block}.boutique-search{margin-top:18px;min-width:0;width:100%}.shop-tools-new{display:block}.boutique-filters{margin-bottom:13px}.boutique-sort select{padding-left:0}
  .boutique-products-grid{grid-template-columns:repeat(2,1fr);gap:24px 10px}.boutique-card-body h3{font-size:16px}.quick-view{display:none}
  .editorial-banner-inner{grid-template-columns:1fr;min-height:0;padding:62px 0}.editorial-banner h2{font-size:44px}.editorial-ornament{position:absolute;right:-80px;bottom:-90px;width:230px;height:230px;opacity:.23}.editorial-banner-copy{padding:0;max-width:80%}
  .boutique-posts-grid{grid-template-columns:1fr}.boutique-post-card .post-image{aspect-ratio:16/10}
  .footer-newsletter{display:block;padding:42px 0}.footer-newsletter h2{font-size:30px}.footer-btn{margin-top:20px}.footer-grid-new{grid-template-columns:1fr 1fr;gap:34px 24px;padding:40px 0}.footer-grid-new>div:last-child{grid-column:auto}.footer-brand-col{grid-column:1/3}.footer-bottom{display:block;line-height:1.9}
}
@media(max-width:420px){
  .hero-boutique h1{font-size:42px}.hero-actions{align-items:flex-start}.hero-trust>div{gap:6px}.hero-trust span{display:none}
  .hero-visual{min-height:390px}.hero-frame{inset:0 8px}.hero-roundel{right:-4px;top:18px}
  .boutique-products-grid{grid-template-columns:1fr 1fr}.boutique-card-body h3{font-size:15px}.boutique-price-row strong{font-size:13px}.product-meta-line span:last-child{display:none}
  .footer-grid-new{grid-template-columns:1fr}.footer-brand-col{grid-column:auto}.footer-grid-new>div:last-child{grid-column:auto}
}

/* ========================================================================== */
/* SIMPLE STOREFRONT — faster product discovery, August 2026                  */
/* ========================================================================== */
:root{--simple-bg:#f7f6f2;--simple-paper:#fff;--simple-text:#272522;--simple-muted:#77716a;--simple-line:#e8e5df;--simple-accent:#7b2f36;--simple-accent-soft:#f3e9e9;--simple-green:#3e5948;--simple-shadow:0 8px 28px rgba(42,35,30,.07)}
body{background:var(--simple-paper);color:var(--simple-text)}
.simple-announcement{background:#292724;color:#fff;border:0;font-size:12px}
.simple-announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#eae7e1}
.simple-header{top:0;background:rgba(255,255,255,.97);border-bottom:1px solid var(--simple-line);backdrop-filter:blur(12px)}
.simple-nav-wrap{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.simple-brand{display:flex;align-items:center;gap:9px;font-size:20px;letter-spacing:-.025em;color:var(--simple-text)}
.simple-brand span{color:var(--simple-accent);font-size:18px}.simple-brand b{font-weight:800}
.simple-main-nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:650;color:#514d48}
.simple-main-nav a{padding:23px 0;position:relative}.simple-main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:1px;background:var(--simple-accent);transition:.2s}.simple-main-nav a:hover{color:var(--simple-accent)}.simple-main-nav a:hover:after{right:0}
.simple-nav-actions{display:flex;align-items:center;gap:10px}.simple-account-link{font-size:12px;font-weight:700;color:#625d57;padding:9px 5px}.simple-cart-link{display:flex;align-items:center;gap:8px;background:var(--simple-text);color:white;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:750}.simple-cart-link b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:#fff;color:var(--simple-text);font-size:10px}.simple-mobile-menu{display:none;position:relative}.simple-mobile-menu summary{list-style:none;cursor:pointer;font-size:22px}.simple-mobile-menu summary::-webkit-details-marker{display:none}.simple-mobile-panel{position:absolute;right:0;top:37px;width:220px;background:white;border:1px solid var(--simple-line);box-shadow:var(--simple-shadow);padding:10px;display:flex;flex-direction:column;z-index:50}.simple-mobile-panel a{padding:10px 8px;border-bottom:1px solid #f1efeb;font-size:13px}.simple-mobile-panel a:last-child{border:0}

.simple-storefront{background:#fff}.shop-intro{padding:44px 0 30px;background:var(--simple-bg);border-bottom:1px solid var(--simple-line)}
.shop-intro-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:60px;align-items:end}.simple-kicker{display:block;font-size:10px;letter-spacing:.16em;font-weight:800;color:var(--simple-accent);margin-bottom:7px}.shop-intro h1{font-family:inherit;font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em;margin:0 0 10px;font-weight:750;color:var(--simple-text)}.shop-intro p{margin:0;color:var(--simple-muted);font-size:14px;max-width:560px}.hero-search{height:50px;background:#fff;border:1px solid #dcd8d1;border-radius:10px;display:flex;align-items:center;padding-left:15px;box-shadow:0 4px 15px rgba(33,30,26,.03)}.hero-search>span{font-size:21px;color:#777}.hero-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 12px;color:var(--simple-text);font-size:14px}.hero-search button{height:38px;margin-right:5px;padding:0 17px;border:0;border-radius:7px;background:var(--simple-accent);color:#fff;font-weight:750;font-size:12px;cursor:pointer}
.quick-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.quick-category{min-width:0;background:white;border:1px solid var(--simple-line);border-radius:12px;padding:10px;display:grid;grid-template-columns:68px minmax(0,1fr) 24px;align-items:center;gap:12px;transition:.18s}.quick-category:hover,.quick-category.active{border-color:#c8b5b5;box-shadow:0 8px 24px rgba(69,50,48,.07);transform:translateY(-1px)}.quick-category.active{background:#fffafa}.quick-category-media{width:68px;height:68px;border-radius:8px;overflow:hidden;background:#eeeae4;display:grid;place-items:center;font-size:28px}.quick-category-media img{width:100%;height:100%;object-fit:cover}.quick-category-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.quick-category-copy>div{min-width:0}.quick-category-copy strong{display:block;font-size:15px;margin-bottom:1px}.quick-category-copy small{display:block;color:var(--simple-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-count{font-size:10px;color:#999088}.category-arrow{font-size:18px;color:#9d958e}.simple-benefits{display:flex;align-items:center;justify-content:center;gap:34px;margin-top:22px;color:#6f6962;font-size:11px}.simple-benefits span:before{color:var(--simple-green)}

.simple-products{padding:54px 0 72px}.product-section-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:22px}.product-section-top h2{font-family:inherit;font-size:30px;line-height:1.15;letter-spacing:-.035em;margin:0;color:var(--simple-text);font-weight:750}.product-section-top p{margin:6px 0 0;color:#98918a;font-size:12px}.product-controls{display:flex;align-items:center;gap:16px}.simple-filters{display:flex;align-items:center;background:#f7f5f1;padding:4px;border-radius:9px;gap:2px}.simple-filters a{padding:7px 11px;border-radius:6px;font-size:11px;font-weight:700;color:#756f69}.simple-filters a.active{background:#fff;color:var(--simple-text);box-shadow:0 1px 4px rgba(38,33,28,.08)}.simple-sort label{font-size:10px;color:#8a837c;text-transform:uppercase;letter-spacing:.06em}.simple-sort select{margin-left:6px;border:1px solid var(--simple-line);background:white;border-radius:7px;padding:7px 26px 7px 9px;font-size:11px;color:#4e4944}
.simple-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 16px}.simple-product-card{min-width:0}.simple-product-image{position:relative;display:block;aspect-ratio:4/5;border-radius:10px;overflow:hidden;background:#f2efea}.simple-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.simple-product-card:hover .simple-product-image img{transform:scale(1.018)}.simple-product-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:54px;background:#f0ece6}.simple-product-badges{position:absolute;top:9px;left:9px;right:9px;display:flex;justify-content:space-between;gap:5px;pointer-events:none}.simple-product-badges span{border-radius:6px;padding:5px 7px;font-size:9px;font-weight:800;line-height:1;background:rgba(255,255,255,.92);box-shadow:0 2px 8px rgba(0,0,0,.05)}.simple-product-badges .badge-sale{background:var(--simple-accent);color:#fff}.simple-product-badges .badge-new{color:var(--simple-green)}.simple-product-badges .badge-low{margin-left:auto;color:#7b5b31}.simple-product-info{padding:12px 1px 0}.simple-product-category{display:block;color:#9a928a;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}.simple-product-info h3{font-family:inherit;font-size:14px;line-height:1.38;font-weight:700;margin:0 0 5px;color:#302d29;min-height:39px}.simple-product-info h3 a:hover{color:var(--simple-accent)}.simple-product-info>p{font-size:11px;color:#8c857e;line-height:1.45;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.simple-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #f0ede8;padding-top:10px}.simple-price{display:flex;flex-direction:column;line-height:1.15}.simple-price strong{font-size:14px;color:var(--simple-accent)}.simple-price del{font-size:10px;color:#aaa19a;margin-top:3px}.quick-add-form button{border:1px solid #d6d0c9;background:#fff;color:#443f3a;border-radius:7px;padding:7px 9px;font-size:10px;font-weight:750;cursor:pointer;white-space:nowrap}.quick-add-form button:hover{border-color:var(--simple-text);background:var(--simple-text);color:#fff}.sold-out{font-size:10px;color:#a39b94}.simple-empty{text-align:center;background:var(--simple-bg);border:1px solid var(--simple-line);border-radius:12px;padding:48px}.simple-empty strong{font-size:18px}.simple-empty p{color:var(--simple-muted);font-size:13px}

.simple-journal{padding:58px 0 70px;background:var(--simple-bg);border-top:1px solid var(--simple-line)}.simple-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.simple-section-heading h2{font-family:inherit;font-size:26px;letter-spacing:-.03em;margin:0;font-weight:750}.simple-section-heading>a{font-size:11px;font-weight:750;color:var(--simple-accent)}.simple-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.simple-post-card{background:#fff;border:1px solid var(--simple-line);border-radius:10px;overflow:hidden;display:grid;grid-template-columns:130px minmax(0,1fr);min-height:130px}.simple-post-image{height:100%;background:#ebe7e1;display:grid;place-items:center;font-size:30px}.simple-post-image img{width:100%;height:100%;object-fit:cover}.simple-post-card>div:last-child{padding:15px}.simple-post-card small{font-size:9px;color:#9f968f}.simple-post-card h3{font-family:inherit;font-size:14px;line-height:1.35;margin:5px 0 12px}.simple-post-card>div:last-child>span{font-size:10px;color:var(--simple-accent);font-weight:750}

.simple-footer{background:#292724;color:#d9d5cf;padding:0}.simple-footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:50px;padding:46px 0 36px}.simple-footer-grid>div{display:flex;flex-direction:column;gap:8px}.simple-footer-grid h4{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 7px}.simple-footer-grid a,.simple-footer-grid span{font-size:12px;color:#bdb8b1}.simple-footer-grid a:hover{color:#fff}.simple-footer-brand>a{display:flex;align-items:center;gap:8px;color:#fff!important;font-size:18px!important}.simple-footer-brand>a span{color:#c7848a}.simple-footer-brand p{max-width:360px;font-size:12px;line-height:1.7;color:#9f9992;margin:10px 0 0}.simple-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:16px 0 20px;display:flex;justify-content:space-between;align-items:center;color:#77726c;font-size:10px}.simple-footer-bottom a{color:#77726c}

/* Keep existing transactional pages visually consistent with the simpler storefront. */
.btn{border-radius:8px}.btn.primary{background:var(--simple-accent)}.btn.primary:hover{background:#66262d}.btn.ghost{border-color:#bcb5ae;color:#4a4540;background:#fff}.detail-grid h1,.article h1,.page-head h1,.success-wrap h1,.auth-box h1,.account-head h1{font-family:inherit;color:var(--simple-text);font-weight:750;letter-spacing:-.035em}.detail-price,.summary-line.total strong,.price-row strong{color:var(--simple-accent)}

@media(max-width:1050px){.simple-main-nav{gap:16px}.shop-intro-row{grid-template-columns:1fr;gap:22px}.hero-search{max-width:720px}.simple-product-grid{grid-template-columns:repeat(3,1fr)}.simple-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.simple-footer-grid>div:last-child{grid-column:1/-1}.simple-post-card{grid-template-columns:110px minmax(0,1fr)}}
@media(max-width:800px){.announcement-center{display:none}.simple-main-nav{display:none}.simple-account-link{display:none}.simple-mobile-menu{display:block}.simple-nav-wrap{min-height:60px}.shop-intro{padding-top:28px}.shop-intro h1{font-size:33px}.quick-categories{grid-template-columns:1fr}.quick-category{grid-template-columns:58px minmax(0,1fr) 20px}.quick-category-media{width:58px;height:58px}.simple-benefits{justify-content:flex-start;overflow-x:auto;gap:18px;padding-bottom:3px;white-space:nowrap}.product-section-top{align-items:flex-start;flex-direction:column}.product-controls{width:100%;justify-content:space-between;overflow-x:auto;padding-bottom:2px}.simple-product-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.simple-post-grid{grid-template-columns:1fr}.simple-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.simple-footer-brand{grid-column:1/-1}.simple-footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:520px){.container{width:min(100% - 24px,1160px)}.simple-announcement-inner{font-size:10px}.simple-announcement-inner>span:last-child{display:none}.simple-cart-link span{display:none}.shop-intro{padding-bottom:24px}.shop-intro-row{gap:18px}.shop-intro h1{font-size:29px}.shop-intro p{font-size:12px}.hero-search{height:46px}.hero-search input{font-size:12px}.hero-search button{height:34px;padding:0 12px}.quick-categories{margin-top:20px}.simple-benefits{margin-top:16px}.simple-products{padding:40px 0 54px}.product-section-top h2{font-size:25px}.product-controls{display:block}.simple-filters{width:max-content;margin-bottom:10px}.simple-sort label{display:block}.simple-product-info h3{font-size:13px;min-height:36px}.simple-product-info>p{display:none}.simple-product-bottom{align-items:flex-end;gap:5px}.quick-add-form button{font-size:9px;padding:7px}.simple-post-card{grid-template-columns:96px minmax(0,1fr)}.simple-footer-grid{grid-template-columns:1fr 1fr}.simple-footer-grid>div:last-child{grid-column:1/-1}.simple-footer-bottom{align-items:flex-start;gap:10px;flex-direction:column}}

/* =========================================================
   MODERN COMMERCE 2026 — public storefront refresh
   ========================================================= */
:root{
  --neo-bg:#f7f5f0;
  --neo-paper:#ffffff;
  --neo-ink:#171816;
  --neo-muted:#73746e;
  --neo-line:#dfded8;
  --neo-soft:#ece9e1;
  --neo-sand:#d9c8b1;
  --neo-pine:#243e32;
  --neo-amber:#b96f39;
  --neo-accent:#d85335;
  --neo-radius:22px;
  --neo-shadow:0 24px 70px rgba(25,25,22,.08);
}
body{background:var(--neo-bg);color:var(--neo-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
.container{width:min(1240px,calc(100% - 48px))}

.neo-topbar{background:#171816;color:#fff;font-size:11px;letter-spacing:.01em}
.neo-topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#d8d8d4}
.neo-topbar-inner a{color:#fff;font-weight:700}
.neo-header{position:sticky;top:0;z-index:50;background:rgba(247,245,240,.88);backdrop-filter:blur(20px) saturate(1.35);border:0;border-bottom:1px solid rgba(23,24,22,.09)}
.neo-header-inner{min-height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.neo-brand{justify-self:start;display:inline-flex;align-items:center;gap:10px;font-size:19px;letter-spacing:-.045em;color:var(--neo-ink)}
.neo-brand-mark,.neo-footer-brand>span{width:17px;height:17px;background:var(--neo-accent);display:inline-block;border-radius:5px 5px 5px 1px;transform:rotate(-7deg)}
.neo-nav{display:flex;align-items:center;justify-content:center;gap:31px;font-size:13px;font-weight:650;color:#454640}
.neo-nav a{position:relative;padding:27px 0}
.neo-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:var(--neo-ink);transition:right .22s ease}
.neo-nav a:hover:after{right:0}
.neo-actions{justify-self:end;display:flex;align-items:center;gap:9px}
.neo-icon-link{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;transition:.18s;background:transparent}
.neo-icon-link:hover{background:#ebe8df}
.neo-icon-link svg,.neo-cart svg,.neo-mobile-menu svg,.neo-mobile-dock svg,.neo-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.neo-cart{height:42px;display:flex;align-items:center;gap:8px;border:1px solid #cecdc6;border-radius:999px;padding:0 7px 0 13px;font-size:12px;font-weight:750;background:rgba(255,255,255,.45);transition:.18s}
.neo-cart:hover{background:#fff;border-color:#aaa9a3}
.neo-cart b{min-width:28px;height:28px;border-radius:50%;background:var(--neo-ink);color:#fff;display:grid;place-items:center;font-size:10px}
.neo-mobile-menu{display:none;position:relative}
.neo-mobile-menu summary{list-style:none;width:42px;height:42px;border:1px solid #cecdc6;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.neo-mobile-menu summary::-webkit-details-marker{display:none}
.neo-mobile-panel{position:absolute;right:0;top:52px;width:min(310px,calc(100vw - 32px));background:#fff;padding:10px;border:1px solid var(--neo-line);border-radius:18px;box-shadow:var(--neo-shadow)}
.neo-mobile-panel a{display:flex;align-items:center;justify-content:space-between;padding:13px 12px;border-radius:11px;font-size:14px;font-weight:650}
.neo-mobile-panel a:hover{background:var(--neo-bg)}
.neo-mobile-dock{display:none}

.neo-storefront{background:var(--neo-bg)}
.neo-hero{padding:24px 0 68px}
.neo-hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(430px,1.12fr);min-height:560px;border-radius:30px;overflow:hidden;background:#ede9df}
.neo-hero-copy{padding:68px 58px 54px;display:flex;flex-direction:column;justify-content:center}
.neo-overline{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.14em;color:#62635e;margin-bottom:24px}
.neo-overline>span{width:25px;height:1px;background:currentColor}
.neo-hero h1{font-family:inherit;font-size:clamp(44px,5vw,69px);font-weight:560;line-height:.99;letter-spacing:-.065em;margin:0;max-width:610px;color:var(--neo-ink)}
.neo-hero h1 em{font-style:normal;color:#78776f;font-weight:430}
.neo-hero-copy>p{font-size:15px;color:#62635e;line-height:1.75;max-width:545px;margin:25px 0 0}
.neo-search{height:58px;margin-top:32px;background:#fff;border-radius:16px;display:flex;align-items:center;gap:11px;padding:6px 6px 6px 17px;box-shadow:0 10px 30px rgba(31,31,26,.05);border:1px solid rgba(23,24,22,.06);max-width:600px}
.neo-search svg{color:#777872;flex:0 0 auto}
.neo-search input{flex:1;min-width:0;border:0;background:transparent;outline:0;color:var(--neo-ink);font-size:13px}
.neo-search input::placeholder{color:#a1a19b}
.neo-search button{height:46px;border:0;border-radius:11px;background:var(--neo-ink);color:#fff;padding:0 19px;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap;transition:.18s}
.neo-search button:hover{background:var(--neo-accent)}
.neo-hero-meta{display:flex;align-items:center;gap:0;margin-top:31px}
.neo-hero-meta a{display:flex;align-items:baseline;gap:7px;padding:0 24px;border-right:1px solid #cbc8c0;color:#64645f}
.neo-hero-meta a:first-child{padding-left:0}.neo-hero-meta a:last-child{border-right:0}
.neo-hero-meta strong{font-size:18px;color:var(--neo-ink);letter-spacing:-.04em}.neo-hero-meta span{font-size:11px}
.neo-hero-visual{position:relative;min-height:560px;background:#d8d4cb;overflow:hidden}
.neo-hero-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.88) contrast(.98)}
.neo-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,13,12,.24),transparent 43%);pointer-events:none}
.neo-hero-placeholder{position:absolute;inset:0;background:linear-gradient(140deg,#c9b9a5,#e3dacd);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}
.neo-hero-placeholder span{font-size:10px;letter-spacing:.32em}.neo-hero-placeholder b{font-size:130px;line-height:1;letter-spacing:-.09em;font-weight:300;opacity:.7}
.neo-hero-card{position:absolute;left:26px;right:26px;bottom:26px;z-index:2;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-radius:17px;padding:17px 18px;display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:center}
.neo-hero-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#7c7d77}.neo-hero-card>strong{grid-column:1;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.neo-hero-card>a{grid-column:2;grid-row:1/3;font-size:11px;font-weight:750;color:#30312e;white-space:nowrap}.neo-hero-card>a span{font-size:14px;margin-left:4px}

.neo-category-strip{padding:22px 0 72px}
.neo-section-label{display:grid;grid-template-columns:38px 180px 1fr;align-items:center;gap:12px;margin-bottom:23px;color:#696a65}
.neo-section-label>span{font-size:10px}.neo-section-label>b{text-transform:uppercase;font-size:10px;letter-spacing:.12em;color:var(--neo-ink)}.neo-section-label>p{margin:0;font-size:12px;color:#8b8b86}
.neo-section-label.compact{grid-template-columns:38px auto;margin-bottom:15px}
.neo-category-grid{display:grid;grid-template-columns:1.14fr .93fr .93fr;gap:14px}
.neo-category-card{position:relative;min-height:410px;border-radius:24px;overflow:hidden;background:#ddd;isolation:isolate}
.neo-category-image{position:absolute;inset:0}.neo-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.75,.3,1);filter:saturate(.84)}
.neo-category-card:hover .neo-category-image img{transform:scale(1.035)}
.neo-category-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(14,15,14,.72),rgba(14,15,14,.02) 70%)}
.neo-category-fallback{position:absolute;inset:0;display:grid;place-items:center}.neo-category-fallback span{font-size:110px;color:rgba(255,255,255,.35);font-weight:300;letter-spacing:-.08em}.neo-tone-sand .neo-category-fallback{background:#bfab91}.neo-tone-pine .neo-category-fallback{background:#294536}.neo-tone-amber .neo-category-fallback{background:#af6836}
.neo-category-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px;color:#fff}
.neo-category-content>span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;opacity:.72}.neo-category-content h2{font-family:inherit;font-size:27px;font-weight:520;letter-spacing:-.045em;margin:7px 0 6px;color:#fff}.neo-category-content p{font-size:12px;color:rgba(255,255,255,.72);margin:0 0 18px;max-width:330px;line-height:1.5}.neo-category-content b{font-size:11px;display:flex;align-items:center;gap:9px}.neo-category-content b span{font-size:16px}.neo-category-card.is-active{outline:3px solid var(--neo-accent);outline-offset:3px}

.neo-service-row{border-top:1px solid var(--neo-line);border-bottom:1px solid var(--neo-line);background:#f2f0ea}
.neo-service-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.neo-service-grid>div{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:24px 22px;border-right:1px solid var(--neo-line);align-items:start}.neo-service-grid>div:first-child{padding-left:0}.neo-service-grid>div:last-child{border-right:0}
.neo-service-grid>div>span{font-size:10px;color:#969791;padding-top:2px}.neo-service-grid p{display:flex;flex-direction:column;margin:0;line-height:1.35}.neo-service-grid strong{font-size:12px}.neo-service-grid small{font-size:10px;color:#878883;margin-top:4px}

.neo-products{padding:86px 0 100px;background:#fff}
.neo-product-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:33px}
.neo-product-head h2{font-family:inherit;font-size:46px;line-height:1.05;letter-spacing:-.055em;font-weight:540;margin:0;color:var(--neo-ink)}
.neo-product-head>div:first-child>p{margin:10px 0 0;color:#84857f;font-size:12px}
.neo-product-tools{display:flex;align-items:center;gap:12px;max-width:58%;overflow:auto;padding-bottom:1px}
.neo-filter-pills{display:flex;gap:5px;padding:4px;border:1px solid var(--neo-line);border-radius:999px;white-space:nowrap;background:#fbfaf7}.neo-filter-pills a{padding:8px 13px;border-radius:999px;font-size:10px;font-weight:750;color:#656660}.neo-filter-pills a.is-active{background:var(--neo-ink);color:#fff}
.neo-sort select{height:37px;border:1px solid var(--neo-line);border-radius:999px;background:#fff;padding:0 31px 0 13px;font-size:10px;color:#585954;outline:0}
.neo-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 14px}
.neo-product-card{min-width:0}
.neo-product-media{position:relative;display:block;aspect-ratio:4/5.15;border-radius:18px;overflow:hidden;background:#eeece6}
.neo-product-media>img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.75,.3,1)}.neo-product-card:hover .neo-product-media>img{transform:scale(1.025)}
.neo-product-media:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(to top,rgba(17,17,15,.2),transparent);opacity:0;transition:.25s}.neo-product-card:hover .neo-product-media:after{opacity:1}
.neo-product-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#e8e3da,#f5f2ec)}.neo-product-placeholder span{font-size:80px;font-weight:250;color:#c7c1b6}
.neo-product-tags{position:absolute;top:11px;left:11px;right:11px;z-index:3;display:flex;gap:5px;justify-content:space-between;align-items:start}.neo-tag{background:rgba(255,255,255,.9);backdrop-filter:blur(9px);border-radius:999px;padding:6px 8px;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:#2b2c29}.neo-tag.sale{background:var(--neo-accent);color:#fff}.neo-tag.stock{margin-left:auto;background:#fff1dc;color:#7d511d}
.neo-view-link{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-radius:11px;padding:10px;text-align:center;font-size:10px;font-weight:750;transform:translateY(12px);opacity:0;transition:.22s}.neo-product-card:hover .neo-view-link{transform:none;opacity:1}
.neo-product-info{padding:13px 2px 0}.neo-product-titleline{display:flex;align-items:center;justify-content:space-between;gap:8px}.neo-product-titleline>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#83847e;font-weight:750}.neo-product-titleline>small{font-size:8px;color:#aaa9a3;text-transform:uppercase}
.neo-product-info h3{font-family:inherit;font-size:13px;font-weight:650;line-height:1.35;letter-spacing:-.015em;margin:5px 0 12px;min-height:35px;color:var(--neo-ink)}
.neo-product-buy{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;border-top:1px solid #eeeDE8;padding-top:10px}
.neo-product-price{display:flex;flex-direction:column;line-height:1.2}.neo-product-price strong{font-size:13px;color:var(--neo-ink)}.neo-product-price del{font-size:9px;color:#9b9c96;margin-top:3px}
.neo-add-form button{height:34px;border:1px solid #cdcdc7;background:#fff;border-radius:999px;padding:0 5px 0 11px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:9px;font-weight:750;color:var(--neo-ink);transition:.18s}.neo-add-form button b{width:24px;height:24px;border-radius:50%;background:var(--neo-ink);color:#fff;display:grid;place-items:center;font-size:15px;font-weight:400}.neo-add-form button:hover{border-color:var(--neo-ink)}.neo-add-form button:hover b{background:var(--neo-accent)}
.neo-sold-out{font-size:9px;color:#9c9d97;padding-bottom:7px}
.neo-empty{padding:72px 30px;border:1px solid var(--neo-line);border-radius:22px;text-align:center;background:var(--neo-bg)}.neo-empty>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8b8c86}.neo-empty h3{font-size:28px;letter-spacing:-.04em;margin:8px 0}.neo-empty p{font-size:12px;color:#777873}.neo-empty a{font-size:11px;font-weight:800}

.neo-journal{padding:90px 0 105px;background:#22231f;color:#fff}
.neo-journal .neo-section-label{color:#aaa9a3}.neo-journal .neo-section-label>b{color:#fff}
.neo-journal-head{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:42px}.neo-journal-head h2{font-family:inherit;font-size:43px;font-weight:430;line-height:1.07;letter-spacing:-.055em;margin:0;color:#fff}
.neo-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.neo-post-card{background:#2c2d29;border-radius:20px;overflow:hidden;transition:transform .22s}.neo-post-card:hover{transform:translateY(-3px)}
.neo-post-media{aspect-ratio:1.4/1;overflow:hidden;background:#393a35}.neo-post-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:transform .45s}.neo-post-card:hover .neo-post-media img{transform:scale(1.025)}.neo-post-media>div{height:100%;display:grid;place-items:center}.neo-post-media>div span{font-size:80px;font-weight:220;color:#575852}
.neo-post-copy{padding:20px}.neo-post-copy>span{font-size:9px;color:#999a94}.neo-post-copy h3{font-family:inherit;font-size:17px;font-weight:550;line-height:1.35;margin:8px 0 22px;color:#fff}.neo-post-copy b{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#d7d7d2}.neo-post-copy b span{font-size:15px}

.neo-footer{background:#f0eee8!important;color:var(--neo-ink)!important;padding:0!important;border-top:1px solid var(--neo-line)}
.neo-footer-main{display:grid;grid-template-columns:1.05fr 1.45fr;gap:90px;padding:75px 0 62px}
.neo-footer-brand{display:flex;align-items:center;gap:10px;font-size:18px}.neo-footer-intro h3{font-size:41px;line-height:1.04;letter-spacing:-.055em;font-weight:480;margin:30px 0 15px}.neo-footer-intro p{font-size:12px;color:#74756f;max-width:410px;line-height:1.7}
.neo-footer-links{display:grid;grid-template-columns:.8fr .8fr 1.25fr;gap:32px}.neo-footer-links>div{display:flex;flex-direction:column;gap:10px}.neo-footer-links h4{font-size:9px;text-transform:uppercase;letter-spacing:.14em;margin:4px 0 12px;color:#81827c}.neo-footer-links a,.neo-footer-links span{font-size:12px;color:#454640;line-height:1.5}.neo-footer-links a:hover{color:var(--neo-accent)}
.neo-footer-bottom{min-height:58px;border-top:1px solid var(--neo-line);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8b8c86;font-size:9px}.neo-footer-bottom a{color:#8b8c86}

/* Transactional pages: keep functionality, modernize common surfaces */
.btn{border-radius:999px}.btn.primary{background:var(--neo-ink)!important;color:#fff}.btn.primary:hover{background:var(--neo-accent)!important}.btn.ghost{border-color:#c8c8c1!important;color:var(--neo-ink)!important;background:#fff!important}
.cart-card,.coupon-box,.summary-card,.checkout-block,.account-card,.order-detail-card,.track-form,.auth-box{border-color:var(--neo-line)!important;border-radius:20px!important;box-shadow:none!important}
.detail-grid h1,.article h1,.page-head h1,.success-wrap h1,.auth-box h1,.account-head h1{font-family:inherit!important;color:var(--neo-ink)!important;font-weight:540!important;letter-spacing:-.055em!important}
.detail-price,.summary-line.total strong,.price-row strong{color:var(--neo-accent)!important}
.summary-card{top:100px}

@media(max-width:1080px){
  .neo-nav{gap:18px}.neo-header-inner{grid-template-columns:1fr auto auto}.neo-hero-grid{grid-template-columns:1fr 1fr}.neo-hero-copy{padding:50px 36px}.neo-category-grid{grid-template-columns:1fr 1fr}.neo-category-card:first-child{grid-column:1/-1;min-height:370px}.neo-category-card:not(:first-child){min-height:360px}.neo-product-grid{grid-template-columns:repeat(3,1fr)}.neo-footer-main{gap:55px}.neo-journal-head{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .container{width:min(100% - 30px,1240px)}.neo-topbar-center{display:none}.neo-topbar-inner{font-size:10px}.neo-nav,.neo-desktop-action{display:none}.neo-header-inner{min-height:66px;grid-template-columns:1fr auto}.neo-mobile-menu{display:block}.neo-cart span{display:none}.neo-cart{padding-left:10px}.neo-cart svg{display:none}.neo-hero{padding-top:14px}.neo-hero-grid{grid-template-columns:1fr;min-height:0;border-radius:24px}.neo-hero-copy{padding:43px 28px 35px}.neo-hero h1{font-size:48px}.neo-hero-visual{min-height:430px}.neo-category-strip{padding-bottom:58px}.neo-section-label{grid-template-columns:30px 140px 1fr}.neo-category-grid{grid-template-columns:1fr 1fr}.neo-category-card:first-child{grid-column:1/-1}.neo-service-grid{grid-template-columns:1fr}.neo-service-grid>div{border-right:0;border-bottom:1px solid var(--neo-line);padding-left:0}.neo-service-grid>div:last-child{border-bottom:0}.neo-product-head{align-items:flex-start;flex-direction:column}.neo-product-tools{max-width:100%;width:100%}.neo-product-grid{grid-template-columns:repeat(2,1fr);gap:34px 12px}.neo-journal-head{grid-template-columns:1fr;gap:13px}.neo-post-grid{grid-template-columns:1fr}.neo-post-card{display:grid;grid-template-columns:38% 1fr}.neo-post-media{aspect-ratio:auto;min-height:180px}.neo-footer-main{grid-template-columns:1fr;gap:48px}.neo-footer-links{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:560px){
  body{padding-bottom:66px}.container{width:min(100% - 24px,1240px)}.neo-topbar-inner{height:30px}.neo-topbar-inner>a{display:none}.neo-header-inner{min-height:60px}.neo-brand{font-size:17px}.neo-brand-mark{width:15px;height:15px}.neo-cart{height:38px}.neo-mobile-menu summary{width:38px;height:38px}.neo-hero{padding-bottom:48px}.neo-hero-grid{border-radius:19px}.neo-hero-copy{padding:34px 20px 28px}.neo-overline{font-size:8px;margin-bottom:18px}.neo-hero h1{font-size:40px;line-height:1.01}.neo-hero-copy>p{font-size:12px;line-height:1.65;margin-top:18px}.neo-search{height:52px;margin-top:24px;padding-left:14px}.neo-search input{font-size:11px}.neo-search button{height:40px;padding:0 13px;font-size:10px}.neo-search svg{width:17px}.neo-hero-meta{margin-top:22px}.neo-hero-meta a{padding:0 14px;gap:4px}.neo-hero-meta strong{font-size:15px}.neo-hero-meta span{font-size:9px}.neo-hero-visual{min-height:340px}.neo-hero-card{left:14px;right:14px;bottom:14px;padding:13px}.neo-hero-card>strong{font-size:12px}.neo-hero-card>a{font-size:9px}.neo-category-strip{padding-top:10px}.neo-section-label{grid-template-columns:24px 1fr;margin-bottom:15px}.neo-section-label>p{display:none}.neo-section-label.compact{grid-template-columns:24px auto}.neo-category-grid{grid-template-columns:1fr;gap:10px}.neo-category-card,.neo-category-card:first-child,.neo-category-card:not(:first-child){grid-column:auto;min-height:290px;border-radius:18px}.neo-category-content{padding:20px}.neo-category-content h2{font-size:23px}.neo-category-content p{font-size:10px;max-width:280px}.neo-service-row{display:none}.neo-products{padding:58px 0 70px}.neo-product-head{margin-bottom:24px}.neo-product-head h2{font-size:35px}.neo-product-head>div:first-child>p{font-size:10px}.neo-product-tools{display:block;overflow:visible}.neo-filter-pills{width:max-content;max-width:100%;overflow:auto;margin-bottom:10px}.neo-filter-pills a{font-size:9px;padding:7px 10px}.neo-sort select{width:100%}.neo-product-grid{gap:28px 9px}.neo-product-media{border-radius:14px}.neo-product-info{padding-top:10px}.neo-product-info h3{font-size:11px;min-height:31px;margin-bottom:9px}.neo-product-titleline>span{font-size:8px}.neo-product-titleline>small{display:none}.neo-product-price strong{font-size:11px}.neo-product-price del{font-size:8px}.neo-add-form button{height:30px;padding:0 4px 0 8px;gap:5px}.neo-add-form button span{display:none}.neo-add-form button b{width:22px;height:22px}.neo-view-link{display:none}.neo-product-tags{top:7px;left:7px;right:7px}.neo-tag{font-size:7px;padding:5px 6px}.neo-journal{padding:65px 0 76px}.neo-journal-head h2{font-size:33px}.neo-post-card{grid-template-columns:36% 1fr;border-radius:15px}.neo-post-media{min-height:145px}.neo-post-copy{padding:15px}.neo-post-copy h3{font-size:13px;margin-bottom:15px}.neo-footer-main{padding:55px 0 40px}.neo-footer-intro h3{font-size:34px}.neo-footer-links{grid-template-columns:1fr 1fr;gap:34px 20px}.neo-footer-links>div:last-child{grid-column:1/-1}.neo-footer-bottom{padding:15px 0;min-height:auto;flex-wrap:wrap}.neo-footer-bottom>span:nth-child(2){display:none}
  .neo-mobile-dock{position:fixed;left:8px;right:8px;bottom:7px;z-index:80;height:58px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(22,23,21,.1);box-shadow:0 8px 30px rgba(20,20,18,.14);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);padding:5px 4px}.neo-mobile-dock a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:8px;color:#70716c}.neo-mobile-dock svg{width:18px;height:18px}.neo-mobile-dock a:first-child{color:var(--neo-ink)}.neo-mobile-dock .dock-cart b{position:absolute;top:2px;left:calc(50% + 6px);min-width:15px;height:15px;padding:0 3px;border-radius:9px;background:var(--neo-accent);color:#fff;display:grid;place-items:center;font-size:7px}
}


/* Image-rich storefront: demo visuals are used only when no admin upload exists. */
.neo-hero-visual>img,.neo-category-image img,.neo-product-media>img,.detail-image>img,.image-wrap>img,.cart-thumb>img{display:block}
.neo-category-image img{object-position:center}
.neo-product-media>img{width:100%;height:100%;object-fit:cover}
.detail-image>img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.image-wrap>img{width:100%;height:100%;object-fit:cover}
.cart-thumb>img{width:100%;height:100%;object-fit:cover}

/* ========================================================================== */
/* Configurable earth-tone storefront — reference layout                      */
/* ========================================================================== */
:root{--neo-primary:#754634}
.neo-topbar{background:var(--neo-primary);color:#fff}
.neo-topbar-inner{color:rgba(255,255,255,.82)}
.neo-topbar-inner a{color:#fff}
.neo-header{background:color-mix(in srgb,var(--neo-paper) 94%,transparent);border-bottom:1px solid color-mix(in srgb,var(--neo-primary) 12%,transparent)}
.neo-brand-image,.neo-footer-brand-image{width:30px;height:30px;border-radius:9px;object-fit:cover;flex:none}
.neo-footer-brand-image{width:28px;height:28px}
.neo-brand-mark,.neo-footer-brand>span{background:var(--neo-accent)}
.neo-nav{color:color-mix(in srgb,var(--neo-ink) 84%,#fff)}
.neo-cart b,.neo-search button,.neo-add-form button b{background:var(--neo-primary)}
.neo-search button:hover,.neo-add-form button:hover b{background:var(--neo-accent)}
.neo-hero{padding:22px 0 20px}
.neo-hero-grid{grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr);min-height:435px;border-radius:18px;background:color-mix(in srgb,var(--neo-bg,#f7f2ea) 50%,#efe5d8)}
.neo-hero-copy{padding:42px 48px 34px;background:linear-gradient(120deg,color-mix(in srgb,var(--neo-bg) 88%,#fff),color-mix(in srgb,var(--neo-bg) 65%,#fff))}
.neo-overline{color:color-mix(in srgb,var(--neo-primary) 80%,#777);margin-bottom:20px}
.neo-hero h1{font-size:clamp(40px,4.6vw,62px);line-height:1.02;color:var(--neo-ink);max-width:540px}
.neo-hero h1 em{display:block;color:var(--neo-accent);font-weight:500}
.neo-hero-copy>p{font-size:13px;line-height:1.7;margin-top:20px;color:color-mix(in srgb,var(--neo-ink) 68%,#fff)}
.neo-search{margin-top:24px;max-width:520px;height:54px;border-radius:12px;box-shadow:0 10px 30px rgba(96,61,43,.07)}
.neo-search button{height:42px;border-radius:9px}
.neo-hero-visual{min-height:435px;background:#d8c6b7}
.neo-hero-visual:after{background:linear-gradient(to top,rgba(78,45,31,.12),transparent 48%)}
.neo-benefit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.neo-benefit-row>div{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:start}
.neo-benefit-row>div>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--neo-accent) 12%,#fff);color:var(--neo-accent);font-size:13px}
.neo-benefit-row p{margin:0;display:flex;flex-direction:column;line-height:1.25}.neo-benefit-row strong{font-size:10px;color:var(--neo-ink)}.neo-benefit-row small{font-size:8px;color:#8d8178;margin-top:3px}
.neo-category-strip{padding:0 0 24px}
.reference-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.reference-category-grid .neo-category-card{min-height:170px;border-radius:14px}
.reference-category-grid .neo-category-image:after{background:linear-gradient(90deg,rgba(73,41,29,.62),rgba(73,41,29,.1) 80%)}
.reference-category-grid .neo-category-content{top:0;bottom:0;padding:22px 24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:70%}
.reference-category-grid .neo-category-content>span{font-size:20px;font-weight:800;letter-spacing:-.03em;opacity:1;text-transform:uppercase}
.reference-category-grid .neo-category-content h2{font-size:13px;letter-spacing:0;margin:6px 0 8px;font-weight:550}
.reference-category-grid .neo-category-content p{font-size:9px;line-height:1.4;margin:0 0 10px;display:none}
.reference-category-grid .neo-category-content b{background:rgba(255,255,255,.94);color:var(--neo-primary);padding:8px 12px;border-radius:8px;font-size:9px}
.neo-products{padding:28px 0 72px;background:var(--neo-paper)}
.reference-product-head{margin-bottom:18px;align-items:center}
.reference-product-head h2{font-size:26px;font-weight:700;letter-spacing:-.035em}
.reference-product-head>div:first-child>p{display:none}
.reference-product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 12px}
.reference-product-grid .neo-product-card{min-width:0}
.reference-product-grid .neo-product-media{aspect-ratio:1/1.08;border-radius:12px;background:color-mix(in srgb,var(--neo-bg) 80%,#fff)}
.reference-product-grid .neo-product-info{padding-top:9px}
.reference-product-grid .neo-product-info h3{font-size:11px;line-height:1.35;min-height:30px;margin:0 0 7px;color:var(--neo-ink)}
.reference-product-grid .neo-product-titleline{display:none}
.reference-product-grid .neo-product-price strong{font-size:11px;color:var(--neo-accent)}
.reference-product-grid .neo-product-price del{font-size:8px}
.reference-product-grid .neo-add-form button{height:30px;padding:0 4px 0 8px;border-color:color-mix(in srgb,var(--neo-primary) 25%,#ddd)}
.reference-product-grid .neo-add-form button span{display:none}.reference-product-grid .neo-add-form button b{width:22px;height:22px}
.reference-product-grid .neo-tag{background:var(--neo-accent);color:#fff;border:0;font-size:7px;padding:5px 7px}
.neo-filter-pills a.is-active{background:var(--neo-primary);color:#fff;border-color:var(--neo-primary)}
.neo-journal{background:var(--neo-primary);color:#fff;padding:70px 0 82px}
.neo-journal-head{display:block}.journal-kicker{display:inline-block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:12px}
.neo-post-card{background:color-mix(in srgb,var(--neo-primary) 86%,#3B241B)}
.neo-post-media{background:color-mix(in srgb,var(--neo-primary) 75%,#3B241B)}
.neo-footer{background:color-mix(in srgb,var(--neo-bg) 88%,#fff)!important}
.btn.primary{background:var(--neo-primary)!important}.btn.primary:hover{background:var(--neo-accent)!important}

/* Admin appearance controls */
.admin-brand-preview{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e4ded7;background:#faf7f2;border-radius:14px;margin-bottom:14px}.admin-brand-preview img,.admin-image-preview{width:68px;height:68px;border-radius:12px;object-fit:cover;background:#eee7df;border:1px solid #e3dbd2}.admin-image-preview.hero-preview{width:180px;height:100px}.admin-brand-preview b{font-size:20px;color:var(--neo-primary,#754634)}
.admin-color-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px}.admin-color-field{display:grid;gap:7px}.admin-color-field input[type=color]{width:100%;height:46px;padding:3px;border:1px solid #dcd5ce;border-radius:10px;background:#fff;cursor:pointer}.admin-color-field code{font-size:11px;color:#7d7169}
.admin-preview-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr;min-height:110px;border-radius:16px;overflow:hidden;border:1px solid #e5ddd5;margin-top:8px}.admin-preview-strip>div{padding:18px;display:flex;flex-direction:column;justify-content:center}.admin-preview-strip strong{font-size:15px}.admin-preview-strip small{font-size:10px;margin-top:4px;opacity:.75}.admin-preview-primary{background:var(--preview-primary,#754634);color:white}.admin-preview-bg{background:var(--preview-bg,#f7f2ea);color:var(--preview-text,#4a3025)}.admin-preview-accent{background:var(--preview-surface,#fffdfc);color:var(--preview-accent,#c96945)}
.category-admin-thumb{width:100px;height:62px;border-radius:10px;object-fit:cover;background:#eee6de}.category-form-preview{display:flex;align-items:center;gap:16px}.category-form-preview img{width:150px;height:88px;border-radius:12px;object-fit:cover;background:#eee6de}

@media(max-width:1180px){.reference-product-grid{grid-template-columns:repeat(4,1fr)}.reference-category-grid{grid-template-columns:repeat(2,1fr)}.neo-nav{gap:18px}.admin-color-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.neo-hero-grid{grid-template-columns:1fr}.neo-hero-copy{padding:36px 28px}.neo-hero-visual{min-height:360px}.reference-category-grid{grid-template-columns:1fr 1fr}.reference-product-grid{grid-template-columns:repeat(2,1fr)}.reference-product-head{align-items:flex-start}.admin-color-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.neo-benefit-row{grid-template-columns:1fr 1fr 1fr;gap:6px}.neo-benefit-row>div{grid-template-columns:22px 1fr}.neo-benefit-row>div>span{width:21px;height:21px;font-size:10px}.neo-benefit-row strong{font-size:8px}.neo-benefit-row small{display:none}.reference-category-grid{grid-template-columns:1fr}.reference-category-grid .neo-category-card{min-height:150px}.reference-category-grid .neo-category-content>span{font-size:18px}.reference-product-grid{grid-template-columns:repeat(2,1fr);gap:20px 9px}.admin-color-grid{grid-template-columns:1fr 1fr}.admin-preview-strip{grid-template-columns:1fr}.admin-image-preview.hero-preview{width:140px;height:82px}}
.sidebar{background:var(--neo-primary,#754634)}
.sidebar>a.active,.sidebar>a:not(.brand):hover{background:color-mix(in srgb,var(--neo-primary,#754634) 78%,#fff 22%)}
.side-title{color:rgba(255,255,255,.58)}
.metric strong,.order-admin-total strong{color:var(--neo-primary,#754634)}
/* Web content importer */
.import-safe-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#f2eee8;color:var(--neo-primary,#754634);font-size:12px;font-weight:800;white-space:nowrap}.import-fetch-action{display:flex;align-items:end}.import-fetch-action .btn{width:100%;margin-bottom:0}.import-preview-grid{display:grid;grid-template-columns:minmax(240px,.68fr) minmax(0,1.5fr);gap:26px;align-items:start}.import-image-panel{position:sticky;top:24px}.import-image-panel img,.import-image-empty{width:100%;aspect-ratio:4/3;border-radius:16px;object-fit:cover;background:#f2eee8;border:1px solid #e6ddd3}.import-image-empty{display:grid;place-items:center;text-align:center;padding:24px;color:var(--muted);font-size:13px}.import-image-panel small{display:block;color:var(--muted);line-height:1.55;margin-top:10px}.import-price-warning{margin:0!important;padding:11px 13px;border-radius:10px;background:#fff3df;color:#875a18}.web-import-preview textarea[name=content],.web-import-preview textarea[name=description]{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55}.web-import-start input[type=url]{font-size:15px}
@media(max-width:850px){.import-preview-grid{grid-template-columns:1fr}.import-image-panel{position:static;max-width:460px}.web-import-preview .four-col{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.web-import-preview .four-col{grid-template-columns:1fr}.import-safe-badge{display:none}}
.source-note{margin:20px 0;padding-top:13px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);word-break:break-word}.source-note a{color:var(--neo-primary,var(--green));font-weight:750;text-decoration:underline;text-underline-offset:3px}

/* AI palette assistant */
.ai-color-intro{position:relative;overflow:hidden}.ai-color-intro:after{content:'✦';position:absolute;right:-15px;top:-42px;font-size:150px;line-height:1;color:color-mix(in srgb,var(--neo-primary,#754634) 6%,transparent);pointer-events:none}.ai-analyze-form{margin-top:18px}.ai-analyze-action{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:6px}.ai-local-note{margin-top:16px;padding:13px 15px;border-radius:13px;background:color-mix(in srgb,var(--neo-primary,#754634) 8%,#fff);border:1px solid color-mix(in srgb,var(--neo-primary,#754634) 16%,#fff);font-size:13px;color:#66584f}.ai-empty-state{text-align:center;padding:46px 30px}.ai-empty-state .ai-empty-icon{width:62px;height:62px;margin:0 auto 14px;border-radius:20px;background:var(--neo-primary,#754634);color:white;display:grid;place-items:center;font-size:27px;box-shadow:0 13px 30px color-mix(in srgb,var(--neo-primary,#754634) 24%,transparent)}.ai-empty-state h2{margin-bottom:6px}.ai-empty-state>p{max-width:620px;margin:0 auto;color:var(--muted)}.ai-checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:24px}.ai-checklist span{padding:11px;border:1px solid #e8e2dc;border-radius:11px;background:#fcfaf7;font-size:12px;font-weight:800;color:#796b62}.ai-seed-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border-radius:999px;background:#f8f4ef;border:1px solid #e8dfd7;font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace}.ai-seed-chip i{width:20px;height:20px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.ai-dominant-row{display:flex;gap:9px;flex-wrap:wrap;margin:22px 0}.ai-dominant{width:70px}.ai-dominant i{display:block;width:70px;height:54px;border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 5px 15px rgba(68,48,34,.08)}.ai-dominant small{display:block;font-size:9px;text-align:center;color:#8a7e75;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-brand-insight{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ai-brand-insight>div{padding:15px;border-radius:14px;background:#f8f5f1;border:1px solid #ece5de}.ai-brand-insight small{font-size:9px;letter-spacing:.12em;color:#9b8a7f;display:block;margin-bottom:6px}.ai-brand-insight strong{font-size:13px;line-height:1.5;color:#4b4038}.ai-product-strip{display:flex;gap:9px;overflow:auto;padding:16px 0 1px;margin-top:4px}.ai-product-strip figure{width:92px;min-width:92px;margin:0}.ai-product-strip img{width:92px;height:92px;object-fit:cover;border-radius:13px;border:1px solid #e9e1da}.ai-product-strip figcaption{font-size:9px;color:#756a62;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-palette-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start;max-width:1320px}.ai-palette-card{position:relative;padding:18px}.ai-palette-card.recommended{border:1.5px solid color-mix(in srgb,var(--neo-accent,#c96945) 55%,#fff);box-shadow:0 15px 36px rgba(85,56,39,.08)}.ai-palette-head{display:flex;gap:10px;justify-content:space-between;min-height:112px}.ai-palette-head h2{font-size:19px;margin:4px 0 5px}.ai-palette-head p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.ai-palette-number{font-size:28px;font-weight:300;color:#c8bbb0}.ai-recommended{display:inline-block;background:var(--neo-accent,#c96945);color:white;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;letter-spacing:.1em}.ai-site-preview{border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:var(--aibg);color:var(--aitext);margin:8px 0 15px}.ai-site-top{height:42px;background:var(--aiprimary);color:#fff;display:flex;align-items:center;gap:9px;padding:0 12px;font-size:9px}.ai-site-top span{font-weight:900;margin-right:auto}.ai-site-top i{width:24px;height:5px;border-radius:8px;background:rgba(255,255,255,.45)}.ai-site-top button,.ai-site-body button{border:0;border-radius:7px;padding:6px 8px;font-size:8px;font-weight:900}.ai-site-top button{background:var(--aisurface);color:var(--aitext)}.ai-site-body{padding:14px;display:grid;grid-template-columns:1.25fr .75fr;gap:10px;min-height:144px}.ai-site-body small{display:block;font-size:7px;letter-spacing:.12em;opacity:.55}.ai-site-body strong{display:block;font-size:16px;line-height:1.05;margin:7px 0}.ai-site-body p{font-size:8px;opacity:.65;margin:0 0 9px}.ai-site-body button{background:var(--aiaccent);color:white}.ai-site-product{background:var(--aisurface);border-radius:10px;padding:7px;display:flex;flex-direction:column}.ai-site-product span{height:62px;border-radius:7px;background:linear-gradient(135deg,color-mix(in srgb,var(--aiaccent) 26%,#eee),color-mix(in srgb,var(--aiprimary) 15%,#fff));margin-bottom:7px}.ai-site-product b{font-size:8px}.ai-site-product em{font-style:normal;font-size:9px;font-weight:900;color:var(--aiaccent);margin-top:3px}.ai-palette-swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.ai-palette-swatches>div i{display:block;height:30px;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.ai-palette-swatches span{font-size:8px;color:#887a70;display:block;margin-top:4px}.ai-palette-swatches code{display:block;font-size:7px;color:#a29389;margin-top:1px}.ai-contrast-line{display:flex;justify-content:space-between;gap:8px;padding:12px 0;border-top:1px solid #eee8e2;margin-top:12px;font-size:10px;color:#7e7168}.ai-contrast-line b{color:#4f443c}.ai-palette-card form .btn{width:100%}.ai-tips .three-col>div{padding:14px;border-radius:12px;background:#f8f5f1}.ai-tips .three-col b{font-size:13px}.ai-tips .three-col p{font-size:12px;color:var(--muted);line-height:1.5;margin:5px 0 0}
@media(max-width:1150px){.ai-palette-grid{grid-template-columns:1fr}.ai-palette-card{max-width:760px}.ai-brand-insight{grid-template-columns:1fr}.ai-checklist{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.ai-checklist{grid-template-columns:1fr}.ai-dominant{width:54px}.ai-dominant i{width:54px;height:45px}.ai-site-body{grid-template-columns:1fr}.ai-site-product{display:none}.ai-palette-swatches{grid-template-columns:repeat(5,1fr)}.ai-color-intro:after{display:none}}

/* Web Importer v2 */
.import-env-row{display:flex;gap:8px;flex-wrap:wrap;margin:2px 0 18px}
.import-env-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#f1ebe6;color:#6e4a39;border:1px solid rgba(117,70,52,.12)}
.import-env-pill.ok{background:#edf5ef;color:#2f6940;border-color:#cfe4d5}.import-env-pill.bad{background:#fff0ec;color:#9e3e2d;border-color:#f2c8bf}
.import-fallback{border:1px solid rgba(117,70,52,.13);border-radius:16px;background:#fbf8f4;padding:13px 15px}.import-fallback summary{cursor:pointer;font-weight:800;color:var(--neo-primary,#754634)}
.import-fallback[open] summary{margin-bottom:10px}.import-compat-check{align-self:end;min-height:48px;display:flex!important;align-items:flex-start;gap:9px}.import-compat-check small{display:block;font-weight:500;opacity:.7;margin-left:4px}
.import-fetch-action{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}.import-diagnostics .metric-grid.import-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.import-diagnostics .metric strong{font-size:18px}.import-warning{margin:8px 0!important;padding:10px 12px!important}
@media(max-width:780px){.import-diagnostics .metric-grid.import-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.import-compat-check{align-self:auto}}


/* Web Importer v3: multi-image gallery */
.import-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}
.import-gallery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:10px}.import-gallery-head small{margin:0!important;text-align:right}.import-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:620px;overflow:auto;padding-right:4px}.import-gallery-item{display:block;border:1px solid #e4d8ce;border-radius:14px;padding:7px;background:#fff;cursor:pointer}.import-gallery-item img{width:100%;aspect-ratio:1/1;border:0;border-radius:10px;object-fit:cover;background:#f2eee8}.import-gallery-controls{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:var(--neo-primary,#754634);padding:7px 2px 2px}.import-gallery-controls input{width:auto!important;margin:0}.import-gallery-controls .cover-radio{margin-left:auto}.import-gallery-item>small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:3px 2px 0!important}.import-gallery-note{margin-top:10px!important}.product-gallery{min-width:0}.product-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.product-thumb{border:1px solid #e2d8ce;border-radius:12px;padding:3px;background:#fff;cursor:pointer;opacity:.72}.product-thumb.active{border-color:var(--neo-primary,#754634);opacity:1;box-shadow:0 0 0 1px var(--neo-primary,#754634)}.product-thumb img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.article-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0}.article-gallery img{display:block;width:100%;border-radius:16px;aspect-ratio:4/3;object-fit:cover}
@media(max-width:850px){.import-metrics{grid-template-columns:1fr 1fr}.import-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:none}.article-gallery{grid-template-columns:1fr}}
@media(max-width:560px){.import-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* Web Importer v4: one image = one post */
.multi-post-import-form{margin-top:18px}
.multi-post-intro{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:16px 18px;border-radius:16px;background:color-mix(in srgb,var(--neo-primary,#754634) 7%,#fff);border:1px solid color-mix(in srgb,var(--neo-primary,#754634) 14%,#fff);margin-bottom:16px}
.multi-post-intro b{font-size:18px;color:var(--neo-primary,#754634)}.multi-post-intro p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.multi-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.multi-post-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;border:1px solid #e6ddd6;border-radius:18px;padding:10px;background:#fff;box-shadow:0 8px 22px rgba(79,48,34,.04)}
.multi-post-media{position:relative;min-width:0}.multi-post-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:13px;background:#f2eee8}
.multi-post-select{position:absolute;left:8px;right:8px;bottom:8px;display:flex!important;align-items:center;gap:6px;padding:7px 9px;border-radius:10px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);font-size:11px!important;font-weight:850!important;color:#4f372c!important;box-shadow:0 4px 15px rgba(0,0,0,.08)}.multi-post-select input{width:auto!important;margin:0!important}
.multi-post-fields{display:flex;flex-direction:column;gap:8px}.multi-post-fields label{font-size:11px}.multi-post-fields input,.multi-post-fields textarea{font-size:12px!important;padding:9px 10px!important;border-radius:10px!important}.multi-post-fields textarea{resize:vertical;min-height:58px}
.multi-post-meta{display:flex;gap:6px;flex-wrap:wrap}.multi-post-meta span{font-size:9px;font-weight:800;color:#806b5f;background:#f6f1ed;border-radius:999px;padding:4px 7px}
.multi-post-submit{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid #eee5de}.multi-post-submit p{margin:0;max-width:700px}.multi-post-submit .btn{white-space:nowrap}
@media(max-width:1180px){.multi-post-grid{grid-template-columns:1fr}.multi-post-card{grid-template-columns:170px minmax(0,1fr)}}
@media(max-width:650px){.multi-post-intro,.multi-post-submit{flex-direction:column}.multi-post-card{grid-template-columns:1fr}.multi-post-media img{aspect-ratio:16/10}.multi-post-submit .btn{width:100%}}

/* Contact links: hotline / Zalo / Facebook — social icons sit above hotline */
.neo-topbar-contact{display:flex;align-items:center;gap:7px}.neo-topbar-contact a{color:#fff;text-decoration:none}.neo-topbar-contact i{font-style:normal;opacity:.45}
.neo-contact-float{position:fixed;right:18px;bottom:24px;z-index:75;display:flex;flex-direction:column;gap:9px;align-items:flex-end}
.neo-contact-socials{display:flex;align-items:center;gap:8px;padding-right:2px}
.neo-contact-social{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 10px 28px rgba(60,43,34,.18);transition:.2s ease;border:2px solid rgba(255,255,255,.8)}
.neo-contact-social:hover{transform:translateY(-3px) scale(1.03)}.neo-contact-social svg{width:27px;height:27px;display:block;fill:currentColor}.neo-contact-social.zalo{background:#1677ff}.neo-contact-social.zalo svg>path:first-child{fill:#fff}.neo-contact-social.zalo svg .zalo-z{fill:none;stroke:#1677ff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.neo-contact-social.facebook{background:#1877f2}.neo-contact-social.facebook svg{fill:#fff}
.neo-contact-btn{min-width:142px;height:54px;padding:0 15px 0 9px;border-radius:18px;background:rgba(255,253,250,.97);border:1px solid color-mix(in srgb,var(--neo-primary) 18%,transparent);box-shadow:0 11px 30px rgba(75,47,34,.16);display:grid;grid-template-columns:36px auto;grid-template-rows:1fr 1fr;column-gap:9px;align-items:center;color:var(--neo-primary);text-decoration:none;backdrop-filter:blur(12px);transition:.2s ease}
.neo-contact-btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(75,47,34,.2)}.neo-contact-btn>span{grid-row:1/3;width:36px;height:36px;border-radius:12px;background:var(--neo-primary);color:#fff;display:grid;place-items:center}.neo-contact-btn>span svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.neo-contact-btn>b{align-self:end;font-size:10px;line-height:1.1}.neo-contact-btn>small{align-self:start;font-size:9px;opacity:.74;line-height:1.1}.neo-footer-links a[href^="tel:"]{font-weight:800;color:var(--neo-primary)}
@media(max-width:820px){.neo-contact-float{right:10px;bottom:78px;gap:7px}.neo-contact-socials{gap:6px}.neo-contact-social{width:39px;height:39px;border-radius:13px}.neo-contact-social svg{width:24px;height:24px}.neo-contact-btn{min-width:46px;width:46px;height:46px;padding:0;border-radius:15px;display:grid;grid-template-columns:1fr}.neo-contact-btn>span{grid-row:auto;width:33px;height:33px;margin:auto}.neo-contact-btn>b,.neo-contact-btn>small{display:none}}
@media(max-width:560px){.neo-topbar-contact i,.neo-topbar-contact{gap:4px}.neo-topbar-contact{font-size:9px}.neo-contact-float{bottom:76px}}

/* Web Importer v5: high-quality image ranking + image-to-product */
.import-quality-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:11px 13px;margin:0 0 16px;border:1px solid #e7ddd4;background:#fbf8f5;border-radius:14px}.import-quality-legend small{flex:1 1 360px;color:#7e6a60;line-height:1.45}
.quality-pill{display:inline-flex!important;align-items:center!important;width:auto!important;padding:4px 8px!important;border-radius:999px!important;font-size:9px!important;font-weight:850!important;line-height:1.1!important;background:#f1ece7!important;color:#735e53!important;border:1px solid #e5d9cf!important}.quality-pill.recommended{background:#eaf5ed!important;color:#2f6940!important;border-color:#cbe4d1!important}.quality-pill.low{background:#fff2ec!important;color:#9a4d35!important;border-color:#efd2c5!important}
.import-gallery-item.is-recommended,.multi-post-card.is-recommended{border-color:#cddfce;box-shadow:0 8px 24px rgba(47,105,64,.07)}.import-gallery-item.is-low-confidence,.multi-post-card.is-low-confidence{background:#fdfbf9;opacity:.88}.import-gallery-item.is-low-confidence img{filter:saturate(.85)}
.import-open-image{position:absolute;right:8px;top:8px;padding:5px 7px;border-radius:8px;background:rgba(34,28,25,.74);color:#fff!important;text-decoration:none;font-size:9px;font-weight:800;backdrop-filter:blur(8px)}
.import-inline-checks{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.import-inline-checks .check{margin:0!important;white-space:nowrap}
.product-per-image-grid .product-import-card{grid-template-columns:210px minmax(0,1fr)}.product-import-card .four-col{grid-template-columns:1.25fr .8fr .8fr .7fr;gap:7px}.product-import-card .two-col{gap:7px}
.import-gallery-item .quality-pill{margin:5px 2px 1px!important}.import-gallery-item small a{color:var(--neo-primary,#754634)}
@media(max-width:1180px){.product-per-image-grid .product-import-card{grid-template-columns:180px minmax(0,1fr)}}
@media(max-width:760px){.import-inline-checks{justify-content:flex-start}.product-per-image-grid .product-import-card{grid-template-columns:1fr}.product-import-card .four-col{grid-template-columns:1fr 1fr}.import-quality-legend small{flex-basis:100%}}
@media(max-width:520px){.product-import-card .four-col{grid-template-columns:1fr}.neo-contact-socials{padding-right:0}}



/* v6: phân cấp danh mục */
.five-col{display:grid;grid-template-columns:1.15fr 1.25fr repeat(3,minmax(0,1fr));gap:14px}
.category-main-row td{background:rgba(117,70,52,.035)}
.category-child-row td{background:rgba(117,70,52,.012)}
.category-child-row td:nth-child(2){padding-left:28px}
.category-child-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(117,70,52,.08);color:var(--neo-primary);font-weight:900}
.neo-subcategory-pills{flex-basis:100%;padding-top:8px;border-top:1px solid rgba(117,70,52,.10)}
.neo-subcategory-pills a{font-size:13px}
.neo-product-category{display:block;color:#8c7569;font-size:12px;margin:3px 0 5px}
@media(max-width:1000px){.five-col{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.five-col{grid-template-columns:1fr}}

/* v7 — category shelves: each category/subcategory gets its own product line */
.neo-products-shelved{padding-top:52px}
.neo-product-head.is-shelf-head{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid color-mix(in srgb,var(--neo-primary) 12%,transparent)}
.neo-product-head.is-shelf-head .neo-product-tools{align-items:center}
.neo-product-head.is-shelf-head .neo-main-category-pills{margin-left:auto}
.neo-product-shelves{display:flex;flex-direction:column;gap:0}
.neo-product-shelf{padding:32px 0 38px;border-bottom:1px solid color-mix(in srgb,var(--neo-primary) 12%,transparent)}
.neo-product-shelf:first-child{padding-top:14px}
.neo-product-shelf:last-child{border-bottom:0;padding-bottom:0}
.neo-shelf-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.neo-shelf-head>div{min-width:0}
.neo-shelf-head>div>span{display:block;margin-bottom:6px;color:var(--neo-accent);font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.neo-shelf-head h3{margin:0;color:var(--neo-ink);font-size:27px;line-height:1.08;letter-spacing:-.035em}
.neo-shelf-head p{margin:7px 0 0;max-width:620px;color:#8b796f;font-size:12px;line-height:1.5}
.neo-shelf-head>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;color:var(--neo-primary);font-size:11px;font-weight:800;text-decoration:none;padding:9px 0}
.neo-shelf-head>a b{min-width:22px;height:22px;padding:0 6px;display:inline-grid;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--neo-primary) 9%,#fff);font-size:9px}
.neo-shelf-head>a span{transition:transform .2s ease}.neo-shelf-head>a:hover span{transform:translateX(3px)}
.neo-shelf-grid{margin:0}
.neo-shelf-grid .neo-product-card{min-width:0}

@media(max-width:1180px){
  .neo-shelf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .neo-shelf-grid .neo-product-card:nth-child(n+5){display:none}
}
@media(max-width:820px){
  .neo-product-head.is-shelf-head{display:block}
  .neo-product-head.is-shelf-head .neo-product-tools{margin-top:15px;overflow:auto;padding-bottom:3px}
  .neo-product-head.is-shelf-head .neo-main-category-pills{margin-left:0;width:max-content}
  .neo-product-shelf{padding:27px 0 31px}
  .neo-shelf-head{align-items:center;margin-bottom:14px}
  .neo-shelf-head h3{font-size:22px}
  .neo-shelf-head p{display:none}
  .neo-shelf-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;padding:0 0 9px;scrollbar-width:none}
  .neo-shelf-grid::-webkit-scrollbar{display:none}
  .neo-shelf-grid .neo-product-card{display:block!important;flex:0 0 min(42vw,190px);scroll-snap-align:start}
}
@media(max-width:560px){
  .neo-products-shelved{padding-top:38px}
  .neo-product-head.is-shelf-head{margin-bottom:10px;padding-bottom:16px}
  .neo-product-shelf{padding:24px 0 28px}
  .neo-shelf-head{gap:12px}
  .neo-shelf-head>div>span{font-size:8px;margin-bottom:4px}
  .neo-shelf-head h3{font-size:20px}
  .neo-shelf-head>a{font-size:9px;gap:5px}
  .neo-shelf-head>a b{min-width:19px;height:19px;font-size:8px}
  .neo-shelf-grid{gap:9px}
  .neo-shelf-grid .neo-product-card{flex-basis:44vw}
}

/* v8 — importer form clarity + traffic analytics */
.category-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.admin-category-pair{padding:14px;border:1px solid #e9dfd7;border-radius:14px;background:#fbf8f5}
.admin-price-row{padding-top:2px}
.product-per-image-grid{grid-template-columns:1fr!important;gap:18px}
.product-per-image-grid .product-import-card{grid-template-columns:260px minmax(0,1fr)!important;gap:20px;padding:14px;border-radius:20px}
.product-import-card .multi-post-fields{gap:12px}
.product-import-card .two-col{grid-template-columns:minmax(0,1.45fr) minmax(220px,.65fr);gap:12px}
.product-import-card .multi-post-fields label{font-size:12px;font-weight:800;color:#63483a}
.product-import-card .multi-post-fields input,.product-import-card .multi-post-fields select,.product-import-card .multi-post-fields textarea{font-size:14px!important;padding:11px 12px!important;border-radius:11px!important;min-width:0}
.product-import-card .multi-post-fields select{min-height:47px;background:#fff;color:#4b3429;border:1px solid #d9ccc2;font-weight:750;cursor:pointer}
.product-import-card .multi-post-fields select:focus{outline:3px solid color-mix(in srgb,var(--neo-accent,#c96945) 18%,transparent);border-color:var(--neo-accent,#c96945)}
.import-category-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:13px;border-radius:13px;background:#f8f3ef;border:1px solid #e8ddd5}
.import-category-row label{margin:0}.import-category-row small{font-size:10px!important;color:#8c776b!important;margin-top:4px!important;font-weight:600!important}
.import-stock-row{display:grid;grid-template-columns:1fr 1fr .72fr;gap:12px}
.import-stock-row input{min-height:47px}
.product-import-card .multi-post-media img{aspect-ratio:4/5;object-fit:cover}
.product-import-card .multi-post-select{font-size:12px!important;padding:9px 10px}

.analytics-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.analytics-note{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#f4eee9;color:#7b5b4b;font-size:11px;font-weight:800;white-space:nowrap}
.analytics-chart-card{overflow:hidden}
.analytics-bars{display:grid;grid-template-columns:repeat(14,minmax(34px,1fr));gap:10px;align-items:end;overflow-x:auto;padding:18px 4px 4px;min-height:235px}
.analytics-day{min-width:38px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}
.analytics-bar-wrap{height:154px;width:100%;display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid #eee4dc}
.analytics-bar{display:block;width:min(28px,70%);min-height:4px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,var(--neo-accent,#c96945),var(--neo-primary,#754634));box-shadow:0 5px 12px rgba(117,70,52,.12)}
.analytics-day b{font-size:11px;color:#5a4034}.analytics-day small{font-size:9px;color:#9b897f;white-space:nowrap}
.analytics-two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.analytics-two-col .admin-card{min-width:0}
.analytics-referrers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.analytics-referrers>div{display:grid;gap:2px;padding:13px;border:1px solid #ebe2db;border-radius:13px;background:#fbf8f5}.analytics-referrers span{font-weight:800;color:#5b4135;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analytics-referrers b{font-size:13px;color:var(--neo-primary,#754634)}.analytics-referrers small{font-size:11px;color:#8a7b72}

@media(max-width:1050px){.product-per-image-grid .product-import-card{grid-template-columns:220px minmax(0,1fr)!important}.analytics-two-col{grid-template-columns:1fr}.analytics-referrers{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.category-pair,.import-category-row,.product-import-card .two-col,.import-stock-row{grid-template-columns:1fr}.product-per-image-grid .product-import-card{grid-template-columns:1fr!important}.product-import-card .multi-post-media img{aspect-ratio:16/10}.analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-referrers{grid-template-columns:1fr}}
@media(max-width:440px){.analytics-metrics{grid-template-columns:1fr}.analytics-bars{gap:7px}}


/* v9 — conversion-first storefront, clear filters & contact */
.neo-topbar{font-size:12px;font-weight:650}
.neo-topbar-inner{height:38px;color:rgba(255,255,255,.96)}
.neo-topbar-center{color:#fff;font-weight:700;letter-spacing:.015em}
.neo-topbar-contact{color:#fff}.neo-topbar-contact a{font-weight:800}

.neo-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px}
.neo-hero-cta{min-height:48px;padding:0 20px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:12px;font-weight:850;transition:.2s ease}
.neo-hero-cta.primary{background:var(--neo-primary);color:#fff;box-shadow:0 10px 26px color-mix(in srgb,var(--neo-primary) 20%,transparent)}
.neo-hero-cta.primary:hover{background:var(--neo-accent);transform:translateY(-1px)}
.neo-hero-cta.primary span{font-size:16px;transition:transform .2s}.neo-hero-cta.primary:hover span{transform:translateX(3px)}
.neo-hero-cta.secondary{color:var(--neo-primary);border:1px solid color-mix(in srgb,var(--neo-primary) 24%,transparent);background:rgba(255,255,255,.54)}
.neo-hero-cta.secondary:hover{background:#fff}
.neo-benefit-row strong{font-size:11.5px;font-weight:850;color:var(--neo-ink)}
.neo-benefit-row small{font-size:9.5px;font-weight:600;color:color-mix(in srgb,var(--neo-ink) 72%,#fff);line-height:1.35}
.neo-benefit-row>div>span{background:color-mix(in srgb,var(--neo-accent) 16%,#fff);font-weight:800}

.neo-product-tools{gap:10px}
.neo-filter-pills{border:0;background:transparent;padding:0;gap:7px;flex-wrap:wrap}
.neo-filter-pills a{padding:9px 14px;border:1px solid color-mix(in srgb,var(--neo-primary) 16%,transparent);background:var(--neo-paper);color:color-mix(in srgb,var(--neo-ink) 83%,#fff);font-size:11px;box-shadow:0 2px 8px rgba(75,48,37,.035)}
.neo-filter-pills a:hover{border-color:color-mix(in srgb,var(--neo-primary) 45%,transparent);color:var(--neo-primary)}
.neo-filter-pills a.is-active{background:var(--neo-primary);border-color:var(--neo-primary);color:#fff}
.neo-subcategory-pills{flex-basis:100%;padding:4px 0 2px;border-top:0;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scrollbar-width:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);padding-inline:12px;margin-inline:-12px}
.neo-subcategory-pills::-webkit-scrollbar{display:none;width:0;height:0}
.neo-subcategory-pills a{flex:0 0 auto;font-size:11px}

.neo-product-category{color:color-mix(in srgb,var(--neo-ink) 70%,#fff);font-size:12px;font-weight:650;margin:5px 0 8px}
.neo-product-info h3{min-height:2.55em}
.neo-product-buy{align-items:stretch;gap:10px;flex-direction:column}
.neo-product-price{min-height:34px}.neo-product-price strong{font-size:14px}.neo-product-price .price-contact{color:var(--neo-primary);font-weight:850}
.neo-add-form{width:100%}
.neo-add-form button{width:100%;height:40px;border:0;background:var(--neo-primary);color:#fff;border-radius:11px;padding:0 10px 0 14px;justify-content:space-between;font-size:11px;font-weight:850;box-shadow:0 5px 14px color-mix(in srgb,var(--neo-primary) 13%,transparent)}
.neo-add-form button b{width:26px;height:26px;background:rgba(255,255,255,.16);font-size:16px}
.neo-add-form button:hover{background:var(--neo-accent)}.neo-add-form button:hover b{background:rgba(255,255,255,.22)}
.neo-detail-cta{width:100%;height:40px;border-radius:11px;border:1px solid color-mix(in srgb,var(--neo-primary) 28%,transparent);display:flex;align-items:center;justify-content:space-between;padding:0 13px;color:var(--neo-primary);font-size:11px;font-weight:850;text-decoration:none;background:#fff}
.neo-detail-cta:hover{background:color-mix(in srgb,var(--neo-primary) 5%,#fff)}

/* Home/category shelves: tối đa 4 line, 5 SP/line desktop. */
.neo-product-shelves{gap:0}
.neo-product-shelf{padding:34px 0 42px}
.neo-shelf-head{margin-bottom:20px;align-items:center}
.neo-shelf-head h3{font-size:29px}
.neo-shelf-head p{color:color-mix(in srgb,var(--neo-ink) 62%,#fff);font-size:12.5px}
.neo-shelf-cta{max-width:390px;text-align:right;justify-content:flex-end;line-height:1.35}
.neo-shelf-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}

/* Clear Zalo/Facebook/Hotline stack. */
.neo-contact-float{right:20px;bottom:22px;gap:8px;align-items:stretch;width:164px}
.neo-contact-channel{height:50px;padding:0 10px 0 8px;border-radius:16px;background:rgba(255,253,250,.98);border:1px solid color-mix(in srgb,var(--neo-primary) 16%,transparent);box-shadow:0 10px 28px rgba(75,47,34,.14);display:grid;grid-template-columns:36px 1fr;align-items:center;gap:9px;text-decoration:none;color:var(--neo-primary);backdrop-filter:blur(12px);transition:.2s ease}
.neo-contact-channel:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(75,47,34,.19)}
.neo-contact-channel .channel-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#fff}
.neo-contact-channel .channel-icon svg{width:21px;height:21px;display:block;fill:currentColor}.neo-contact-channel.hotline .channel-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.neo-contact-channel .channel-copy{min-width:0;display:flex;flex-direction:column;line-height:1.18}.neo-contact-channel .channel-copy b{font-size:10.5px}.neo-contact-channel .channel-copy small{margin-top:3px;font-size:8.5px;color:color-mix(in srgb,var(--neo-ink) 60%,#fff);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.neo-contact-channel.zalo .channel-icon{background:#1677ff}.neo-contact-channel.zalo .channel-icon b{font-size:16px;font-weight:900}
.neo-contact-channel.facebook .channel-icon{background:#1877f2}.neo-contact-channel.hotline .channel-icon{background:var(--neo-primary)}

.product-visibility-row{display:grid;grid-template-columns:1.35fr .85fr .65fr .65fr;gap:14px;align-items:end}
.admin-cta-note{padding:12px 14px;border-radius:13px;background:#f7f1ec;border:1px solid #e9ddd4;display:flex;flex-direction:column;justify-content:center}.admin-cta-note b{font-size:12px;color:#654738}.admin-cta-note small{margin-top:4px;color:#8a776d;font-size:10px;line-height:1.45}

@media(max-width:1180px){.neo-shelf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.neo-shelf-grid .neo-product-card:nth-child(n+5){display:none}.product-visibility-row{grid-template-columns:1fr 1fr}}
@media(max-width:820px){
  .neo-topbar{font-size:10.5px}.neo-topbar-center{display:none}.neo-topbar-inner{height:34px}
  .neo-hero-actions{margin-top:22px}.neo-hero-cta{min-height:44px;padding:0 15px}
  .neo-product-tools{overflow:visible!important;padding-bottom:0!important}.neo-main-category-pills{width:100%!important;flex-wrap:wrap}.neo-subcategory-pills{width:calc(100% + 24px)!important}
  .neo-shelf-grid{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;padding-bottom:8px}.neo-shelf-grid::-webkit-scrollbar{display:none}.neo-shelf-grid .neo-product-card{display:block!important;flex:0 0 min(44vw,205px)}
  .neo-contact-float{right:12px;bottom:82px;width:auto;align-items:flex-end}.neo-contact-channel{width:46px;height:46px;padding:5px;border-radius:15px;display:grid;grid-template-columns:1fr}.neo-contact-channel .channel-icon{width:34px;height:34px;border-radius:11px}.neo-contact-channel .channel-copy{display:none}
}
@media(max-width:560px){.neo-benefit-row strong{font-size:9.5px}.neo-benefit-row small{display:none}.neo-shelf-head{align-items:flex-end}.neo-shelf-head h3{font-size:22px}.neo-shelf-cta{font-size:9px;max-width:44%;}.neo-product-category{font-size:10px}.neo-add-form button,.neo-detail-cta{height:38px;font-size:10px}.product-visibility-row{grid-template-columns:1fr}}

.neo-header-search{position:relative}.neo-header-search>summary{list-style:none;cursor:pointer}.neo-header-search>summary::-webkit-details-marker{display:none}
.neo-header-search-panel{position:absolute;right:-18px;top:48px;width:min(360px,80vw);padding:14px;border-radius:16px;background:rgba(255,253,250,.99);border:1px solid color-mix(in srgb,var(--neo-primary) 16%,transparent);box-shadow:0 18px 48px rgba(61,42,33,.18);z-index:90}
.neo-header-search-panel label{display:block;margin:0 0 7px;color:var(--neo-ink);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.neo-header-search-panel>div{display:grid;grid-template-columns:1fr auto;gap:7px}.neo-header-search-panel input{min-width:0;height:42px;border:1px solid color-mix(in srgb,var(--neo-primary) 18%,transparent);border-radius:10px;padding:0 12px;background:#fff;color:var(--neo-ink);outline:0;font-size:12px}.neo-header-search-panel input:focus{border-color:var(--neo-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--neo-accent) 13%,transparent)}.neo-header-search-panel button{height:42px;padding:0 15px;border:0;border-radius:10px;background:var(--neo-primary);color:#fff;font-size:11px;font-weight:850;cursor:pointer}.neo-header-search-panel button:hover{background:var(--neo-accent)}

/* =========================================================
   v10 — unified storefront flow
   Home → Catalog → Product → Cart → Checkout
   ========================================================= */
:root{
  --v10-brown:var(--neo-primary,#754634);
  --v10-accent:var(--neo-accent,#c96945);
  --v10-bg:var(--neo-bg,#f7f2ea);
  --v10-paper:var(--neo-paper,#fffdf9);
  --v10-ink:var(--neo-ink,#3f2a21);
  --v10-muted:color-mix(in srgb,var(--v10-ink) 62%,#fff);
  --v10-line:color-mix(in srgb,var(--v10-brown) 14%,#fff);
  --v10-soft:color-mix(in srgb,var(--v10-bg) 76%,#fff);
  --v10-shadow:0 18px 50px rgba(74,45,31,.08);
}
body.page-home,body.page-catalog,body.page-product,body.page-cart,body.page-checkout{background:#fbf8f3;color:var(--v10-ink)}
.neo-topbar .container,.neo-header .container,.neo-footer .container,.v10-storefront .container,.v10-product-page .container,.v10-cart-page .container,.v10-checkout-page .container{width:min(1320px,calc(100% - 44px))}
.neo-header{background:rgba(255,253,249,.96);box-shadow:none}.neo-header-inner{min-height:72px}.neo-nav{font-weight:750}.neo-nav a{padding:25px 0}.neo-cart{border-color:var(--v10-line);background:#fff}.neo-cart b{background:var(--v10-brown);color:#fff}
.v10-kicker{display:block;color:var(--v10-accent);font-size:10px;line-height:1.2;letter-spacing:.15em;font-weight:900;text-transform:uppercase;margin-bottom:10px}
.v10-btn{min-height:46px;padding:0 18px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:850;cursor:pointer;text-decoration:none;transition:.2s ease}.v10-btn-primary{background:var(--v10-brown);color:#fff}.v10-btn-primary:hover{background:var(--v10-accent);transform:translateY(-1px)}.v10-btn-secondary{background:#fff;color:var(--v10-brown);border-color:color-mix(in srgb,var(--v10-brown) 25%,#fff)}.v10-btn-secondary:hover{border-color:var(--v10-brown);background:color-mix(in srgb,var(--v10-bg) 68%,#fff)}.v10-btn.full{width:100%}
.v10-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:var(--v10-muted);font-size:10px;padding:14px 0 7px}.v10-breadcrumb a:hover{color:var(--v10-brown)}.v10-breadcrumb b{color:var(--v10-ink);font-weight:800}.v10-breadcrumb span{opacity:.4}
.v10-section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.v10-section-title>div>span{font-size:9px;font-weight:900;letter-spacing:.15em;color:var(--v10-accent)}.v10-section-title h2{font-family:inherit!important;font-size:34px!important;line-height:1.1;margin:4px 0 0!important;letter-spacing:-.04em;color:var(--v10-ink)!important}.v10-section-title>a{font-size:11px;font-weight:850;color:var(--v10-brown);white-space:nowrap}

/* Home */
.v10-hero{padding:28px 0 18px}.v10-hero-grid{display:grid;grid-template-columns:.92fr 1.3fr;min-height:500px;border-radius:22px;overflow:hidden;background:#f3ecdf;border:1px solid color-mix(in srgb,var(--v10-brown) 8%,#fff)}
.v10-hero-copy{padding:56px 54px 38px;display:flex;flex-direction:column;justify-content:center}.v10-hero-copy h1{font-size:clamp(44px,4.4vw,68px);line-height:.98;letter-spacing:-.065em;margin:0;max-width:570px;font-weight:730;color:#2e211c}.v10-hero-copy h1 em{display:block;font-style:normal;font-weight:420;color:color-mix(in srgb,var(--v10-ink) 55%,#fff);margin-top:5px}.v10-hero-copy>p{max-width:530px;margin:22px 0 0;color:var(--v10-muted);font-size:14px;line-height:1.7}.v10-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.v10-service-inline{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--v10-brown) 13%,transparent)}.v10-service-inline span{display:flex;align-items:center;gap:7px;color:var(--v10-ink);font-size:10px}.v10-service-inline b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--v10-accent);font-size:11px}.v10-service-inline strong{font-weight:800}
.v10-hero-image{display:block;min-height:500px;background:#d8c6ae;overflow:hidden}.v10-hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.v10-hero-image:hover img{transform:scale(1.018)}
.v10-home-categories{padding:0 0 38px}.v10-home-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v10-home-category{position:relative;min-height:170px;border-radius:17px;overflow:hidden;color:#fff;background:#8c6a54}.v10-home-category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s}.v10-home-category:hover img{transform:scale(1.03)}.v10-category-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(55,31,20,.72),rgba(55,31,20,.08) 82%)}.v10-home-category>div{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px}.v10-home-category small{font-size:9px;letter-spacing:.15em;font-weight:800;text-transform:uppercase;opacity:.78}.v10-home-category h2{font-family:inherit!important;color:#fff!important;font-size:23px!important;line-height:1.08;margin:5px 0 15px!important;max-width:230px}.v10-home-category b{background:#fff;color:var(--v10-brown);border-radius:999px;padding:8px 12px;font-size:9px}.v10-home-category b span{margin-left:7px}
.v10-home-products{padding:44px 0 72px}.v10-product-shelf{padding:24px 0 36px;border-top:1px solid var(--v10-line)}.v10-product-shelf:first-child{border-top:0;padding-top:0}.v10-shelf-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:17px}.v10-shelf-head small{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--v10-accent);font-weight:900}.v10-shelf-head h3{font-size:25px;letter-spacing:-.035em;margin:3px 0 0}.v10-shelf-head>a{font-size:10px;color:var(--v10-brown);font-weight:850}.v10-product-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}

/* Product cards shared between home/category/related */
.v10-storefront .neo-product-card,.v10-product-page .neo-product-card{display:flex;flex-direction:column;min-width:0}.v10-storefront .neo-product-media,.v10-product-page .neo-product-media{aspect-ratio:4/4.6;border-radius:14px;background:#eee7de}.v10-storefront .neo-product-info,.v10-product-page .neo-product-info{padding:11px 2px 0;display:flex;flex-direction:column;flex:1}.v10-storefront .neo-product-info h3,.v10-product-page .neo-product-info h3{font-size:13px!important;line-height:1.35;min-height:2.7em;margin:0 0 5px;font-weight:800;letter-spacing:-.015em}.v10-storefront .neo-product-category{font-size:10px!important;color:color-mix(in srgb,var(--v10-ink) 70%,#fff)!important;font-weight:700;margin:0 0 8px;min-height:1.5em}.v10-storefront .neo-product-buy{margin-top:auto;gap:8px}.v10-storefront .neo-product-price,.v10-product-page .neo-product-price{min-height:auto}.v10-storefront .neo-product-price strong,.v10-product-page .neo-product-price strong{font-size:13px!important;color:var(--v10-accent)}.v10-storefront .neo-product-price del{font-size:10px}.v10-storefront .neo-add-form button{height:37px;border-radius:999px;padding:0 8px 0 13px}.v10-storefront .neo-detail-cta,.v10-product-page .neo-detail-cta{height:37px;border-radius:999px;font-size:10px}.v10-storefront .neo-product-tags{top:9px;left:9px;right:9px}.v10-storefront .neo-tag{font-size:8px;padding:5px 7px;border-radius:999px}

/* Catalog */
.v10-catalog{padding-bottom:84px}.v10-catalog-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:4px 0 14px;border-bottom:1px solid var(--v10-line)}.v17-catalog-title{min-width:0}.v10-catalog-head .v10-kicker{margin-bottom:5px;font-size:9px}.v17-title-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.v10-catalog-head h1{font-size:34px;line-height:1.02;letter-spacing:-.045em;margin:0}.v17-product-count{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:color-mix(in srgb,var(--v10-brown) 7%,#fff);color:var(--v10-muted);font-size:10px;font-weight:800;white-space:nowrap}.v10-sort{align-self:end}.v10-sort label{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--v10-muted);font-weight:750;white-space:nowrap}.v10-sort select{height:36px;min-width:140px;border:1px solid var(--v10-line);border-radius:10px;background:#fff;padding:0 30px 0 11px;color:var(--v10-ink);font-size:11px;font-weight:750}
.v10-catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;padding-top:16px}.v10-filter-panel{padding-right:12px}.v10-filter-panel details{border-bottom:1px solid var(--v10-line);padding:0 0 18px;margin-bottom:18px}.v10-filter-panel summary{list-style:none;cursor:pointer;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:var(--v10-ink);display:flex;align-items:center;justify-content:space-between}.v10-filter-panel summary::-webkit-details-marker{display:none}.v10-filter-panel summary:after{content:'−';font-size:15px;color:var(--v10-muted)}.v10-filter-panel details:not([open]) summary:after{content:'+'}.v10-filter-links{display:flex;flex-direction:column;gap:2px;margin-top:11px}.v10-filter-links a{padding:7px 9px;border-radius:8px;font-size:11px;color:var(--v10-muted);font-weight:650}.v10-filter-links a:hover,.v10-filter-links a.active{background:color-mix(in srgb,var(--v10-brown) 7%,#fff);color:var(--v10-brown);font-weight:850}.v10-filter-links a.sub{padding-left:21px;font-size:10px}.v10-price-filter{margin-top:12px}.v10-price-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.v10-price-filter label{font-size:9px;color:var(--v10-muted);font-weight:750}.v10-price-filter input{width:100%;height:36px;border:1px solid var(--v10-line);border-radius:8px;padding:0 8px;margin-top:5px;background:#fff;font-size:10px}.v10-price-filter button{width:100%;height:35px;margin-top:8px;border:0;border-radius:8px;background:var(--v10-brown);color:#fff;font-size:10px;font-weight:850;cursor:pointer}.v10-subcategory-pills{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;padding:0 0 17px;margin-bottom:3px}.v10-subcategory-pills::-webkit-scrollbar{display:none}.v10-subcategory-pills a{white-space:nowrap;flex:0 0 auto;padding:8px 12px;border-radius:999px;border:1px solid var(--v10-line);background:#fff;color:var(--v10-muted);font-size:10px;font-weight:800}.v10-subcategory-pills a.active{background:var(--v10-brown);border-color:var(--v10-brown);color:#fff}.v10-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 15px}

/* Product detail */
.v10-product-page{padding-bottom:84px}.v10-product-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:52px;align-items:start;padding:5px 0 46px}.v10-product-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px}.v10-product-gallery:not(:has(.v10-thumbs)){grid-template-columns:1fr}.v10-thumbs{display:flex;flex-direction:column;gap:9px}.v10-thumb{width:76px;aspect-ratio:1/1;border:1px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:#eee8df;cursor:pointer}.v10-thumb img{width:100%;height:100%;object-fit:cover}.v10-thumb.active{border-color:var(--v10-brown);box-shadow:0 0 0 2px color-mix(in srgb,var(--v10-brown) 11%,transparent)}.v10-main-image{border-radius:18px;overflow:hidden;background:#ede5dc;min-height:570px}.v10-main-image img{width:100%;height:100%;min-height:570px;object-fit:cover}.v10-product-summary{position:sticky;top:104px;padding-top:8px}.v10-product-meta{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--v10-muted);font-weight:750}.v10-product-meta span{margin:0 7px}.v10-product-summary h1{font-size:42px;line-height:1.04;letter-spacing:-.05em;margin:10px 0 14px}.v10-detail-price{display:flex;align-items:baseline;gap:12px;margin:0 0 16px}.v10-detail-price strong{font-size:25px;color:var(--v10-accent)}.v10-detail-price del{font-size:13px;color:#9c9189}.v10-product-lead{font-size:13px;line-height:1.7;color:var(--v10-muted);margin:0 0 22px}.v10-buy-box{border-top:1px solid var(--v10-line);border-bottom:1px solid var(--v10-line);padding:18px 0}.v10-buy-box>label{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:850}.v10-qty{display:grid;grid-template-columns:32px 42px 32px;border:1px solid var(--v10-line);border-radius:999px;overflow:hidden;background:#fff}.v10-qty button,.v10-qty input{height:34px;border:0;background:#fff;text-align:center;color:var(--v10-ink)}.v10-qty button{cursor:pointer;font-size:15px}.v10-qty input{width:42px;appearance:textfield;font-size:11px;font-weight:850}.v10-qty input::-webkit-outer-spin-button,.v10-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v10-buy-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.v10-product-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:17px}.v10-product-assurance span{padding:10px 7px;border-radius:10px;background:#f7f1e8;color:var(--v10-muted);font-size:9px;text-align:center;font-weight:750}.v10-product-assurance b{color:var(--v10-accent);margin-right:3px}.v10-contact-buy{padding:18px;border-radius:14px;background:#f6eee3}.v10-contact-buy p{font-size:12px;color:var(--v10-muted);margin:0 0 12px}.v10-contact-buy>div{display:flex;gap:8px;flex-wrap:wrap}.v10-out-stock{padding:14px;border-radius:10px;background:#f5e8e4;color:#8b3e35;font-weight:800;font-size:12px}.v10-product-description{display:grid;grid-template-columns:280px minmax(0,780px);gap:50px;padding:42px 0;border-top:1px solid var(--v10-line)}.v10-product-description h2{font-size:28px;margin:4px 0}.v10-description-copy{font-size:13px;color:var(--v10-muted);line-height:1.8}.v10-description-copy p{margin:0;white-space:normal}.v10-description-copy small{display:block;margin-top:18px;padding-top:14px;border-top:1px solid var(--v10-line)}.v10-description-copy a{color:var(--v10-brown);font-weight:800}.v10-related{padding-top:32px;border-top:1px solid var(--v10-line)}

/* Cart */
.v10-cart-page,.v10-checkout-page{padding-bottom:90px}.v10-page-title{margin:4px 0 25px}.v10-page-title h1{font-size:40px;line-height:1.05;letter-spacing:-.045em;margin:4px 0 5px}.v10-page-title p{font-size:12px;color:var(--v10-muted);margin:0}.v10-empty-cart{text-align:center;padding:72px 20px;border:1px dashed var(--v10-line);border-radius:18px;background:#fff}.v10-empty-cart>div{font-size:42px}.v10-empty-cart h2{font-size:26px;margin:7px 0}.v10-empty-cart p{color:var(--v10-muted);font-size:12px;margin:0 0 18px}.v10-cart-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);gap:28px;align-items:start}.v10-cart-main{display:grid;gap:14px}.v10-cart-card,.v10-coupon-box,.v10-order-summary,.v10-checkout-block{background:#fff;border:1px solid var(--v10-line);border-radius:16px}.v10-cart-card{padding:0 20px}.v10-cart-table-head{display:grid;grid-template-columns:1fr 100px 120px;gap:18px;padding:14px 0;border-bottom:1px solid var(--v10-line);font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--v10-muted);font-weight:900}.v10-cart-table-head span:nth-child(2),.v10-cart-table-head span:nth-child(3){text-align:right}.v10-cart-item{display:grid;grid-template-columns:76px minmax(0,1fr) 90px 120px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--v10-line)}.v10-cart-thumb{width:76px;height:76px;border-radius:11px;overflow:hidden;background:#eee6dc}.v10-cart-thumb img{width:100%;height:100%;object-fit:cover}.v10-cart-copy small{font-size:9px;color:var(--v10-muted);font-weight:700}.v10-cart-copy h3{font-size:13px;line-height:1.35;margin:2px 0 4px}.v10-cart-copy strong{font-size:11px;color:var(--v10-accent)}.v10-cart-qty{justify-self:end;display:flex;align-items:center;gap:6px;font-size:9px;color:var(--v10-muted);font-weight:800}.v10-cart-qty input{width:58px;height:35px;border:1px solid var(--v10-line);border-radius:9px;text-align:center}.v10-cart-line{text-align:right}.v10-cart-line>strong{display:block;font-size:12px}.v10-remove{border:0;background:transparent;color:#a45043;font-size:17px;cursor:pointer;padding:2px 3px}.v10-cart-actions{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.v10-text-danger{border:0;background:transparent;color:#a45043;font-size:10px;font-weight:800;cursor:pointer}.v10-coupon-box{padding:16px 18px;display:grid;grid-template-columns:1fr minmax(300px,.8fr);gap:20px;align-items:center}.v10-coupon-box b{font-size:12px}.v10-coupon-box small{display:block;color:var(--v10-muted);font-size:10px;margin-top:2px}.v10-coupon-row{display:grid;grid-template-columns:1fr auto;gap:7px}.v10-coupon-row input{min-width:0;height:42px;border:1px solid var(--v10-line);border-radius:999px;padding:0 14px;font-size:11px}.v10-coupon-row .v10-btn{min-height:42px}.v10-order-summary{position:sticky;top:100px;padding:22px}.v10-order-summary h2{font-size:20px;margin:0 0 16px}.v10-summary-line{display:flex;justify-content:space-between;gap:16px;padding:8px 0;font-size:11px;color:var(--v10-muted)}.v10-summary-line strong{color:var(--v10-ink)}.v10-summary-line .discount{color:#39724c}.v10-summary-total{display:flex;align-items:end;justify-content:space-between;gap:16px;border-top:1px solid var(--v10-line);padding:16px 0 18px;margin-top:8px}.v10-summary-total span{font-size:12px;font-weight:800}.v10-summary-total strong{font-size:21px;color:var(--v10-accent)}.v10-back-shopping{display:block;text-align:center;margin-top:12px;font-size:10px;color:var(--v10-muted);font-weight:750}.v10-summary-note{display:grid;gap:5px;border-top:1px solid var(--v10-line);margin-top:17px;padding-top:14px;color:var(--v10-muted);font-size:9px}

/* Checkout */
.v10-checkout-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.7fr);gap:26px;align-items:start}.v10-checkout-form{display:grid;gap:14px}.v10-checkout-block{padding:22px}.v10-checkout-block-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.v10-checkout-block-head>span{width:30px;height:30px;border-radius:50%;background:var(--v10-brown);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900}.v10-checkout-block-head h2{font-size:18px;margin:1px 0 2px}.v10-checkout-block-head p{font-size:10px;color:var(--v10-muted);margin:0}.v10-checkout-block>label,.v10-form-grid label{display:block;font-size:10px;font-weight:850;color:var(--v10-ink);margin-top:12px}.v10-checkout-block label small{font-weight:600;color:var(--v10-muted)}.v10-checkout-block input:not([type=radio]),.v10-checkout-block textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--v10-line);border-radius:10px;background:#fff;padding:10px 12px;outline:0;font-size:12px;color:var(--v10-ink)}.v10-checkout-block input:focus,.v10-checkout-block textarea:focus{border-color:var(--v10-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--v10-accent) 10%,transparent)}.v10-form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v10-payment-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.v10-payment-options>label{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--v10-line);border-radius:12px;padding:13px;cursor:pointer;margin:0}.v10-payment-options>label:has(input:checked){border-color:var(--v10-brown);background:color-mix(in srgb,var(--v10-brown) 5%,#fff)}.v10-payment-options>label.disabled{opacity:.48;cursor:not-allowed}.v10-payment-options input{margin-top:2px;accent-color:var(--v10-brown)}.v10-payment-options span{display:flex;flex-direction:column}.v10-payment-options b{font-size:11px}.v10-payment-options small{font-size:9px;color:var(--v10-muted);margin-top:2px}.v10-place-order{min-height:52px;font-size:13px}.v10-summary-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}.v10-summary-title h2{margin:0}.v10-summary-title a{font-size:9px;color:var(--v10-brown);font-weight:850}.v10-checkout-items{display:grid;gap:10px;padding-bottom:14px;margin-bottom:6px;border-bottom:1px solid var(--v10-line)}.v10-checkout-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:9px;align-items:center}.v10-checkout-item img{width:48px;height:48px;border-radius:9px;object-fit:cover;background:#eee6dc}.v10-checkout-item div{display:flex;flex-direction:column;min-width:0}.v10-checkout-item b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v10-checkout-item small{font-size:9px;color:var(--v10-muted)}.v10-checkout-item>strong{font-size:10px}

/* Keep contact buttons visible but quieter on the new compact pages. */
.page-cart .neo-contact-float,.page-checkout .neo-contact-float{bottom:18px}.page-product .neo-contact-float{bottom:22px}

@media(max-width:1120px){
  .v10-hero-grid{grid-template-columns:1fr 1.1fr}.v10-hero-copy{padding:45px 36px}.v10-product-row{grid-template-columns:repeat(4,1fr)}.v10-product-row>.neo-product-card:nth-child(n+5){display:none}.v10-catalog-grid{grid-template-columns:repeat(3,1fr)}.v10-product-detail{gap:34px}.v10-main-image,.v10-main-image img{min-height:500px}.v10-cart-layout,.v10-checkout-layout{grid-template-columns:minmax(0,1fr) 320px}
}
@media(max-width:860px){
  .neo-topbar .container,.neo-header .container,.neo-footer .container,.v10-storefront .container,.v10-product-page .container,.v10-cart-page .container,.v10-checkout-page .container{width:min(100% - 28px,1320px)}
  .v10-hero-grid{grid-template-columns:1fr}.v10-hero-image{min-height:390px;order:-1}.v10-hero-copy{padding:36px 28px}.v10-home-category-grid{grid-template-columns:1fr 1fr}.v10-home-category:last-child{grid-column:1/-1}.v10-product-row{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;padding-bottom:5px}.v10-product-row::-webkit-scrollbar{display:none}.v10-product-row>.neo-product-card{display:flex!important;flex:0 0 210px;scroll-snap-align:start}.v10-catalog-layout{grid-template-columns:1fr}.v10-filter-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0}.v10-filter-panel details{border:1px solid var(--v10-line);border-radius:12px;padding:12px;margin:0;background:#fff}.v10-catalog-grid{grid-template-columns:repeat(3,1fr)}.v10-product-detail{grid-template-columns:1fr}.v10-product-summary{position:static}.v10-product-gallery{grid-template-columns:64px 1fr}.v10-thumb{width:64px}.v10-main-image,.v10-main-image img{min-height:520px}.v10-product-description{grid-template-columns:1fr;gap:10px}.v10-cart-layout,.v10-checkout-layout{grid-template-columns:1fr}.v10-order-summary{position:static}.v10-coupon-box{grid-template-columns:1fr}.v10-payment-options{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .v10-hero{padding-top:14px}.v10-hero-grid{border-radius:16px}.v10-hero-image{min-height:290px}.v10-hero-copy{padding:28px 20px}.v10-hero-copy h1{font-size:39px}.v10-hero-copy>p{font-size:12px;margin-top:16px}.v10-service-inline{gap:10px;margin-top:25px}.v10-service-inline span{font-size:9px}.v10-home-categories{padding-bottom:22px}.v10-home-category-grid{grid-template-columns:1fr;gap:9px}.v10-home-category:last-child{grid-column:auto}.v10-home-category{min-height:135px;border-radius:13px}.v10-home-category>div{padding:18px}.v10-home-category h2{font-size:18px!important;margin-bottom:10px!important}.v10-section-title{align-items:flex-end}.v10-section-title h2{font-size:27px!important}.v10-section-title>a{font-size:9px}.v10-shelf-head{align-items:flex-end}.v10-shelf-head h3{font-size:21px}.v10-shelf-head>a{max-width:46%;text-align:right;font-size:9px}.v10-product-row>.neo-product-card{flex-basis:44vw;min-width:154px}.v10-storefront .neo-product-info h3,.v10-product-page .neo-product-info h3{font-size:11px!important}.v10-storefront .neo-product-category{font-size:9px!important}.v10-catalog-head{grid-template-columns:1fr;align-items:start;gap:11px;padding-bottom:13px}.v10-catalog-head h1{font-size:30px}.v17-title-row{gap:8px}.v10-sort,.v10-sort label,.v10-sort select{width:100%}.v10-filter-panel{grid-template-columns:1fr}.v10-filter-panel details:not([open]){padding-bottom:12px}.v10-catalog-grid{grid-template-columns:repeat(2,1fr);gap:24px 9px}.v10-product-gallery{grid-template-columns:1fr}.v10-thumbs{order:2;flex-direction:row;overflow-x:auto}.v10-thumb{flex:0 0 58px;width:58px}.v10-main-image,.v10-main-image img{min-height:360px}.v10-product-summary h1{font-size:32px}.v10-product-assurance{grid-template-columns:1fr 1fr 1fr}.v10-product-assurance span{font-size:8px}.v10-buy-actions{grid-template-columns:1fr}.v10-product-description h2{font-size:24px}.v10-page-title h1{font-size:33px}.v10-cart-table-head{display:none}.v10-cart-card{padding:0 13px}.v10-cart-item{grid-template-columns:66px minmax(0,1fr) 66px;gap:10px}.v10-cart-thumb{width:66px;height:66px}.v10-cart-copy h3{font-size:11px}.v10-cart-qty{grid-column:2;justify-self:start}.v10-cart-line{grid-column:3;grid-row:1/3}.v10-cart-actions{gap:9px}.v10-cart-actions .v10-btn{min-height:40px;padding:0 13px}.v10-coupon-row{grid-template-columns:1fr}.v10-form-grid.two,.v10-payment-options{grid-template-columns:1fr}.v10-checkout-block{padding:17px}.v10-checkout-item{grid-template-columns:44px minmax(0,1fr) auto}.v10-checkout-item img{width:44px;height:44px}
}

/* v11 — Above-the-fold alignment: keep discovery content visible without sacrificing navigation. */
html{scroll-padding-top:84px}
#products,.v10-home-categories,.v10-home-products,.v10-catalog{scroll-margin-top:84px}

@media(min-width:861px){
  /* Compact the chrome so the first category/discovery row peeks into the first viewport. */
  .neo-topbar-inner{height:34px}
  .neo-header-inner{min-height:64px}
  .neo-nav a{padding:21px 0}
  .v10-hero{padding:8px 0 14px}
  .v10-hero-grid{min-height:450px}
  .v10-hero-copy{padding:38px 48px 28px}
  .v10-hero-copy h1{font-size:clamp(40px,3.8vw,58px);line-height:.99;max-width:540px}
  .v10-hero-copy>p{margin-top:16px;font-size:13px;line-height:1.62;max-width:500px}
  .v10-hero-actions{margin-top:20px}
  .v10-service-inline{gap:16px;margin-top:22px;padding-top:15px}
  .v10-service-inline span{font-size:9.5px}
  .v10-hero-image{min-height:450px}

  /* Contact remains available but no longer covers the hero/product discovery area. */
  .page-home .neo-contact-float{right:14px;bottom:18px;width:auto;align-items:flex-end;gap:7px}
  .page-home .neo-contact-channel{width:50px;height:50px;padding:6px;grid-template-columns:36px 0fr;gap:0;overflow:hidden;border-radius:16px;transition:width .2s ease,grid-template-columns .2s ease,transform .2s ease,box-shadow .2s ease}
  .page-home .neo-contact-channel .channel-copy{display:flex;opacity:0;overflow:hidden;min-width:0;transition:opacity .15s ease;margin-left:0}
  .page-home .neo-contact-channel:hover,.page-home .neo-contact-channel:focus-visible{width:164px;grid-template-columns:36px 1fr;gap:9px;padding-right:10px}
  .page-home .neo-contact-channel:hover .channel-copy,.page-home .neo-contact-channel:focus-visible .channel-copy{opacity:1}
}

@media(min-width:861px) and (max-width:1120px){
  .v10-hero-grid{min-height:430px}
  .v10-hero-copy{padding:32px 30px 26px}
  .v10-hero-copy h1{font-size:clamp(38px,4.5vw,52px)}
  .v10-hero-image{min-height:430px}
  .v10-service-inline{gap:11px}
}

@media(max-width:860px){
  html{scroll-padding-top:76px}
  #products,.v10-home-categories,.v10-home-products,.v10-catalog{scroll-margin-top:76px}
  .v10-hero{padding-top:8px}
}

/* v12 — true above-the-fold discovery.
   Goal: on common desktop/laptop viewports, visitors can see the hero,
   the three primary category entrances, and the start of products without scrolling. */
@media(min-width:861px){
  body.page-home{--v12-chrome:92px}
  .page-home .neo-topbar-inner{height:32px}
  .page-home .neo-header-inner{min-height:58px}
  .page-home .neo-nav a{padding:18px 0}
  .page-home .neo-brand{font-size:20px}
  .page-home .neo-cart{height:40px;padding:0 9px 0 11px}
  .page-home .neo-icon-link{width:38px;height:38px}

  .page-home .v10-hero{padding:6px 0 10px}
  .page-home .v10-hero-grid{
    height:clamp(350px,42vh,390px);
    min-height:350px;
    grid-template-columns:.9fr 1.35fr;
    border-radius:19px;
  }
  .page-home .v10-hero-copy{
    min-height:0;
    padding:22px 40px 18px;
    justify-content:center;
  }
  .page-home .v10-kicker{font-size:9px;margin-bottom:7px;letter-spacing:.14em}
  .page-home .v10-hero-copy h1{
    font-size:clamp(38px,3.25vw,50px);
    line-height:.96;
    max-width:510px;
    letter-spacing:-.06em;
  }
  .page-home .v10-hero-copy h1 em{margin-top:3px;font-size:.92em}
  .page-home .v10-hero-copy>p{
    max-width:490px;
    margin-top:12px;
    font-size:12px;
    line-height:1.55;
  }
  .page-home .v10-hero-actions{margin-top:15px;gap:8px}
  .page-home .v10-hero-actions .v10-btn{min-height:40px;padding:0 16px;font-size:11px}
  .page-home .v10-service-inline{
    gap:14px;
    margin-top:15px;
    padding-top:11px;
    flex-wrap:nowrap;
  }
  .page-home .v10-service-inline span{gap:6px;font-size:9px;white-space:nowrap}
  .page-home .v10-service-inline b{width:22px;height:22px;font-size:10px}
  .page-home .v10-hero-image{height:100%;min-height:0}
  .page-home .v10-hero-image img{height:100%;object-fit:cover}

  .page-home .v10-home-categories{padding:0 0 18px}
  .page-home .v10-home-category-grid{gap:11px}
  .page-home .v10-home-category{min-height:128px;border-radius:15px}
  .page-home .v10-home-category>div{padding:17px 20px}
  .page-home .v10-home-category small{font-size:8px}
  .page-home .v10-home-category h2{font-size:19px!important;margin:3px 0 9px!important;max-width:210px}
  .page-home .v10-home-category b{padding:6px 10px;font-size:8.5px}

  .page-home .v10-home-products{padding:20px 0 64px}
  .page-home .v10-section-title{margin-bottom:17px;align-items:end}
  .page-home .v10-section-title h2{font-size:29px!important}
  .page-home .v10-section-title>div>span{font-size:8px}

  /* Keep contact accessible without covering the category/product discovery area. */
  .page-home .neo-contact-float{
    position:fixed;
    right:6px;
    top:48%;
    bottom:auto;
    transform:translateY(-50%);
    width:auto;
    gap:6px;
    align-items:flex-end;
  }
  .page-home .neo-contact-channel{
    width:42px;
    height:42px;
    padding:5px;
    grid-template-columns:32px 0fr;
    gap:0;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 7px 20px rgba(75,47,34,.13);
  }
  .page-home .neo-contact-channel .channel-icon{width:32px;height:32px;border-radius:10px}
  .page-home .neo-contact-channel .channel-icon svg{width:18px;height:18px}
  .page-home .neo-contact-channel .channel-copy{display:flex;opacity:0;overflow:hidden;min-width:0;margin-left:0}
  .page-home .neo-contact-channel:hover,.page-home .neo-contact-channel:focus-visible{
    width:154px;
    grid-template-columns:32px 1fr;
    gap:8px;
    padding-right:9px;
  }
  .page-home .neo-contact-channel:hover .channel-copy,.page-home .neo-contact-channel:focus-visible .channel-copy{opacity:1}
}

/* Short laptop screens need an even tighter first viewport. */
@media(min-width:861px) and (max-height:820px){
  .page-home .v10-hero-grid{height:340px;min-height:340px}
  .page-home .v10-hero-copy{padding:18px 34px 15px}
  .page-home .v10-hero-copy h1{font-size:clamp(36px,3vw,46px)}
  .page-home .v10-hero-copy>p{margin-top:10px;line-height:1.48}
  .page-home .v10-hero-actions{margin-top:12px}
  .page-home .v10-service-inline{margin-top:12px;padding-top:9px}
  .page-home .v10-home-category{min-height:118px}
  .page-home .v10-home-products{padding-top:16px}
}

@media(min-width:861px) and (max-width:1120px){
  .page-home .v10-hero-grid{height:350px;min-height:350px;grid-template-columns:1fr 1.12fr}
  .page-home .v10-hero-copy{padding:20px 28px 17px}
  .page-home .v10-hero-copy h1{font-size:clamp(36px,4vw,45px)}
  .page-home .v10-service-inline{gap:9px}
  .page-home .v10-service-inline span{font-size:8.5px}
  .page-home .v10-home-category{min-height:122px}
}

/* v13 — Homepage rebuilt as compact catalog storefront to match the supplied reference. */
@media(min-width:861px){
  .page-home .container{width:min(100% - 88px,1180px)}
  .page-home .neo-topbar-inner{height:25px;font-size:9px}
  .page-home .neo-topbar-center{font-size:8px}
  .page-home .neo-header{position:sticky;top:0}
  .page-home .neo-header-inner{min-height:57px;grid-template-columns:auto 1fr auto;gap:26px}
  .page-home .neo-brand{font-size:18px;gap:7px}.page-home .neo-brand-image{width:24px;height:24px}.page-home .neo-brand-mark{width:15px;height:15px}
  .page-home .neo-nav{justify-content:center;gap:21px;font-size:10px;font-weight:800}.page-home .neo-nav a{padding:18px 0}.page-home .neo-nav a:after{bottom:14px}
  .page-home .neo-actions{gap:7px}.page-home .neo-icon-link{width:34px;height:34px}.page-home .neo-cart{height:35px;font-size:10px;padding:0 5px 0 10px}.page-home .neo-cart b{width:24px;min-width:24px;height:24px;font-size:9px}
  .page-home .v13-hide-home-search{display:none!important}
  .page-home .v13-header-search{height:32px;width:132px;border:1px solid color-mix(in srgb,var(--neo-primary) 16%,transparent);border-radius:8px;display:grid;grid-template-columns:1fr 31px;overflow:hidden;background:#fff}
  .page-home .v13-header-search input{min-width:0;border:0;outline:0;padding:0 8px;font-size:9px;background:transparent;color:var(--neo-ink)}
  .page-home .v13-header-search button{border:0;border-left:1px solid color-mix(in srgb,var(--neo-primary) 10%,transparent);background:#fff;color:var(--neo-primary);display:grid;place-items:center;cursor:pointer}.page-home .v13-header-search button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}

  .page-home .v13-hero{padding:14px 0 10px}
  .page-home .v13-hero-grid{height:338px;display:grid;grid-template-columns:40% 60%;overflow:hidden;border:1px solid color-mix(in srgb,var(--neo-primary) 9%,transparent);border-radius:17px;background:#f7efe1;box-shadow:0 7px 24px rgba(71,47,34,.04)}
  .page-home .v13-hero-copy{padding:34px 42px 22px;display:flex;flex-direction:column;justify-content:center;min-width:0;background:linear-gradient(135deg,#f9f1e4,#f4ead8)}
  .page-home .v13-kicker{font-size:8px;font-weight:900;letter-spacing:.13em;color:var(--neo-accent);margin-bottom:10px}
  .page-home .v13-hero-copy h1{margin:0;max-width:410px;font-size:36px;line-height:1.02;letter-spacing:-.055em;text-transform:uppercase;color:var(--neo-ink)}
  .page-home .v13-hero-copy h1 em{font-style:normal;display:block;color:#8b6b34}
  .page-home .v13-hero-copy>p{max-width:410px;margin:12px 0 0;font-size:10.5px;line-height:1.5;color:color-mix(in srgb,var(--neo-ink) 74%,#fff)}
  .page-home .v13-hero-cta{margin-top:17px;align-self:flex-start;min-height:36px;padding:0 16px;border-radius:999px;background:var(--neo-primary);color:#fff;display:inline-flex;align-items:center;gap:9px;font-size:9px;font-weight:900;text-transform:uppercase;text-decoration:none;letter-spacing:.025em}.page-home .v13-hero-cta:hover{background:var(--neo-accent)}
  .page-home .v13-service-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:auto;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--neo-primary) 13%,transparent)}
  .page-home .v13-service-inline>span{display:grid;grid-template-columns:24px 1fr;gap:6px;align-items:center;min-width:0}.page-home .v13-service-inline>span>b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#9e7532;font-size:9px}.page-home .v13-service-inline i{font-style:normal;display:flex;flex-direction:column;min-width:0}.page-home .v13-service-inline strong{font-size:7.5px;line-height:1.1;white-space:nowrap}.page-home .v13-service-inline small{margin-top:2px;font-size:6.5px;color:#8f8275;white-space:nowrap}
  .page-home .v13-hero-image{display:block;min-width:0;overflow:hidden}.page-home .v13-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 45%;transition:transform .6s ease}.page-home .v13-hero-image:hover img{transform:scale(1.015)}

  .page-home .v13-theme-strip{padding:0 0 18px}.page-home .v13-theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
  .page-home .v13-theme-card{height:108px;border-radius:18px;overflow:hidden;position:relative;display:grid;grid-template-columns:1fr 112px;align-items:center;text-decoration:none;color:#fff;padding:0 0 0 22px;background:#6f432f}.page-home .v13-theme-card.theme-1{background:#a38c56}.page-home .v13-theme-card.theme-2{background:#7a432f}
  .page-home .v13-theme-copy{position:relative;z-index:2;min-width:0}.page-home .v13-theme-copy small{display:block;font-size:7px;letter-spacing:.13em;text-transform:uppercase;opacity:.75}.page-home .v13-theme-copy h2{margin:5px 0 7px;font-size:17px;line-height:1.08;max-width:180px;text-transform:uppercase;letter-spacing:-.035em}.page-home .v13-theme-copy>span{font-size:7.5px;font-weight:800;opacity:.9}
  .page-home .v13-theme-image{width:120px;height:120px;border-radius:50%;overflow:hidden;position:absolute;right:-8px;top:-6px;border:1px solid rgba(255,255,255,.22)}.page-home .v13-theme-image img{width:100%;height:100%;object-fit:cover;display:block}.page-home .v13-theme-card:hover .v13-theme-image img{transform:scale(1.04)}.page-home .v13-theme-image img{transition:transform .35s ease}

  .page-home .v13-home-products{padding:12px 0 72px}
  .page-home .v13-product-shelf{padding:0 0 38px;border-bottom:1px solid color-mix(in srgb,var(--neo-primary) 10%,transparent);margin-bottom:28px}.page-home .v13-product-shelf:last-child{border-bottom:0;margin-bottom:0}
  .page-home .v13-shelf-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:12px}.page-home .v13-shelf-title small{display:none}.page-home .v13-shelf-title h2{margin:0;font-size:22px;line-height:1.05;text-transform:uppercase;letter-spacing:-.045em;color:var(--neo-ink)}
  .page-home .v13-shelf-tools{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0;max-width:65%}.page-home .v13-pills{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth}.page-home .v13-pills::-webkit-scrollbar{display:none}.page-home .v13-pills a{flex:0 0 auto;min-height:28px;padding:0 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--neo-primary) 17%,transparent);display:flex;align-items:center;color:var(--neo-primary);font-size:8px;font-weight:800;text-decoration:none;background:#fff}.page-home .v13-pills a.is-active{background:var(--neo-primary);color:#fff;border-color:var(--neo-primary)}
  .page-home .v13-shelf-all{font-size:8px;font-weight:850;color:var(--neo-primary);text-decoration:none;white-space:nowrap}
  .page-home .v13-product-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
  .page-home .v13-product-row .neo-product-card{min-width:0}.page-home .v13-product-row .neo-product-media{aspect-ratio:4/4.6;border-radius:11px}.page-home .v13-product-row .neo-product-info{padding-top:8px}.page-home .v13-product-row .neo-product-info h3{font-size:9px!important;line-height:1.28;min-height:2.55em;margin:0 0 5px}.page-home .v13-product-row .neo-product-category{display:none}.page-home .v13-product-row .neo-product-price{min-height:26px}.page-home .v13-product-row .neo-product-price strong{font-size:10px}.page-home .v13-product-row .neo-product-price del{font-size:7px}.page-home .v13-product-row .neo-product-buy{gap:5px}.page-home .v13-product-row .neo-add-form button,.page-home .v13-product-row .neo-detail-cta{height:29px;border-radius:999px;font-size:7.5px;padding-left:10px}.page-home .v13-product-row .neo-add-form button b{width:21px;height:21px;font-size:13px}.page-home .v13-product-row .neo-tag{font-size:6px;padding:4px 6px}

  .page-home .neo-contact-float{right:7px;top:auto;bottom:16px;transform:none;gap:5px}.page-home .neo-contact-channel{width:37px;height:37px;padding:4px;grid-template-columns:29px 0fr;border-radius:12px}.page-home .neo-contact-channel .channel-icon{width:29px;height:29px;border-radius:9px}.page-home .neo-contact-channel:hover,.page-home .neo-contact-channel:focus-visible{width:145px;grid-template-columns:29px 1fr;gap:7px}
}

@media(min-width:861px) and (max-width:1120px){
  .page-home .container{width:min(100% - 40px,1180px)}
  .page-home .neo-nav{gap:12px;font-size:9px}.page-home .v13-header-search{display:none}
  .page-home .v13-hero-grid{grid-template-columns:43% 57%;height:326px}.page-home .v13-hero-copy{padding:28px 30px 18px}.page-home .v13-hero-copy h1{font-size:32px}.page-home .v13-theme-card{grid-template-columns:1fr 92px;padding-left:17px}.page-home .v13-theme-image{width:104px;height:104px}.page-home .v13-product-row{grid-template-columns:repeat(5,minmax(0,1fr))}.page-home .v13-product-row .neo-product-card:nth-child(n+6){display:none}.page-home .v13-shelf-tools{max-width:60%}
}

@media(max-width:860px){
  .page-home .v13-hero{padding:8px 0 10px}.page-home .v13-hero-grid{display:grid;grid-template-columns:1fr;border-radius:17px;overflow:hidden;background:#f7efe1}.page-home .v13-hero-copy{padding:28px 22px 22px}.page-home .v13-kicker{font-size:8px;font-weight:900;letter-spacing:.12em;color:var(--neo-accent)}.page-home .v13-hero-copy h1{font-size:37px;line-height:1;letter-spacing:-.055em;text-transform:uppercase;margin:9px 0 0}.page-home .v13-hero-copy h1 em{display:block;font-style:normal;color:#8b6b34}.page-home .v13-hero-copy>p{font-size:11px;line-height:1.55;margin-top:13px}.page-home .v13-hero-cta{display:inline-flex;margin-top:16px;min-height:40px;padding:0 16px;border-radius:999px;background:var(--neo-primary);color:#fff;align-items:center;gap:8px;font-size:9px;font-weight:900;text-transform:uppercase}.page-home .v13-service-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:20px;padding-top:14px;border-top:1px solid rgba(80,55,38,.12)}.page-home .v13-service-inline>span{display:flex;gap:5px;align-items:center}.page-home .v13-service-inline>span>b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;font-size:9px}.page-home .v13-service-inline i{font-style:normal;display:flex;flex-direction:column}.page-home .v13-service-inline strong{font-size:7px}.page-home .v13-service-inline small{display:none}.page-home .v13-hero-image{height:270px}.page-home .v13-hero-image img{width:100%;height:100%;object-fit:cover}.page-home .v13-theme-strip{padding-bottom:14px}.page-home .v13-theme-grid{display:flex;overflow-x:auto;gap:9px;scrollbar-width:none;scroll-snap-type:x mandatory}.page-home .v13-theme-grid::-webkit-scrollbar{display:none}.page-home .v13-theme-card{flex:0 0 82vw;height:105px;border-radius:16px;background:#6f432f;color:#fff;display:grid;grid-template-columns:1fr 105px;align-items:center;padding-left:18px;position:relative;overflow:hidden;scroll-snap-align:start}.page-home .v13-theme-card.theme-1{background:#a38c56}.page-home .v13-theme-card.theme-2{background:#7a432f}.page-home .v13-theme-copy{z-index:2}.page-home .v13-theme-copy small{font-size:7px;text-transform:uppercase;opacity:.8}.page-home .v13-theme-copy h2{font-size:17px;text-transform:uppercase;margin:4px 0}.page-home .v13-theme-copy>span{font-size:8px}.page-home .v13-theme-image{position:absolute;right:-6px;width:112px;height:112px;border-radius:50%;overflow:hidden}.page-home .v13-theme-image img{width:100%;height:100%;object-fit:cover}.page-home .v13-home-products{padding:14px 0 64px}.page-home .v13-product-shelf{padding-bottom:30px;margin-bottom:26px;border-bottom:1px solid rgba(80,55,38,.1)}.page-home .v13-shelf-head{display:block;margin-bottom:12px}.page-home .v13-shelf-title h2{font-size:23px;text-transform:uppercase;margin:0 0 10px}.page-home .v13-shelf-title small{display:none}.page-home .v13-shelf-tools{display:flex;gap:8px;align-items:center}.page-home .v13-pills{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;flex:1}.page-home .v13-pills::-webkit-scrollbar{display:none}.page-home .v13-pills a{flex:0 0 auto;border:1px solid rgba(80,55,38,.16);padding:7px 10px;border-radius:999px;font-size:8px}.page-home .v13-pills a.is-active{background:var(--neo-primary);color:#fff}.page-home .v13-shelf-all{white-space:nowrap;font-size:8px}.page-home .v13-product-row{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;scrollbar-width:none}.page-home .v13-product-row::-webkit-scrollbar{display:none}.page-home .v13-product-row>.neo-product-card{flex:0 0 43vw;min-width:150px;scroll-snap-align:start}.page-home .v13-product-row .neo-product-media{aspect-ratio:4/5}.page-home .v13-product-row .neo-product-category{display:none}
}

/* v14 — Exact first-screen composition based on the latest supplied homepage reference. */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(min-width:861px){
  .page-home .container{width:min(calc(100% - 32px),1500px)}
  .page-home .neo-topbar-inner{height:34px;font-size:12px}
  .page-home .neo-topbar-center{font-size:11px}
  .page-home .neo-header{position:relative;top:auto}
  .page-home .neo-header-inner{min-height:80px;grid-template-columns:auto 1fr auto;gap:34px}
  .page-home .neo-brand{font-size:23px;gap:10px}
  .page-home .neo-brand-image{width:29px;height:29px}.page-home .neo-brand-mark{width:20px;height:20px}
  .page-home .neo-nav{justify-content:center;gap:34px;font-size:14px;font-weight:760}
  .page-home .neo-nav a{padding:28px 0}.page-home .neo-nav a:after{bottom:21px}
  .page-home .neo-actions{gap:10px}.page-home .neo-icon-link{width:42px;height:42px}.page-home .neo-icon-link svg{width:22px;height:22px}
  .page-home .neo-cart{height:48px;font-size:14px;padding:0 7px 0 15px;border-radius:999px}.page-home .neo-cart b{width:33px;min-width:33px;height:33px;font-size:12px}

  .page-home .v13-hero{padding:18px 0 18px}
  .page-home .v13-hero-grid{
    height:clamp(456px,calc(75svh - 120px),640px);
    min-height:0;
    display:grid;
    grid-template-columns:40% 60%;
    overflow:hidden;
    border:0;
    border-radius:24px;
    background:#f7efe1;
    box-shadow:none;
  }
  .page-home .v13-hero-copy{
    padding:clamp(34px,4.1vw,64px) clamp(34px,4vw,62px) clamp(24px,2.8vw,44px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
    background:linear-gradient(135deg,#faf4e9 0%,#f6edde 100%);
  }
  .page-home .v13-kicker{font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--neo-accent);margin:0 0 18px}
  .page-home .v13-hero-copy h1{margin:0;max-width:560px;font-size:clamp(42px,4vw,64px);line-height:1.02;letter-spacing:-.055em;text-transform:none;color:var(--neo-ink);font-weight:820}
  .page-home .v13-hero-copy h1 em{font-style:normal;display:block;color:var(--neo-accent);font-weight:700}
  .page-home .v13-hero-copy>p{max-width:550px;margin:20px 0 0;font-size:clamp(13px,1.05vw,17px);line-height:1.62;color:color-mix(in srgb,var(--neo-ink) 67%,#fff)}

  .page-home .v14-hero-search{width:min(100%,560px);height:61px;margin-top:26px;border-radius:17px;background:#fff;display:grid;grid-template-columns:52px 1fr auto;align-items:center;padding:6px;box-shadow:0 12px 32px rgba(71,47,34,.07)}
  .page-home .v14-search-icon{display:grid;place-items:center;color:#6e675f}.page-home .v14-search-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
  .page-home .v14-hero-search input{min-width:0;height:100%;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:var(--neo-ink);padding:0 10px 0 0}
  .page-home .v14-hero-search input::placeholder{color:#aaa39b}
  .page-home .v14-hero-search button{height:49px;min-width:112px;padding:0 21px;border:0;border-radius:13px;background:var(--neo-primary);color:#fff;font:inherit;font-size:13px;font-weight:850;cursor:pointer;transition:background .2s ease,transform .2s ease}.page-home .v14-hero-search button:hover{background:var(--neo-accent);transform:translateY(-1px)}

  .page-home .v13-service-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:auto;padding-top:24px;border-top:0}
  .page-home .v13-service-inline>span{display:grid;grid-template-columns:35px 1fr;gap:10px;align-items:center;min-width:0}
  .page-home .v13-service-inline>span>b{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--neo-accent);font-size:13px}
  .page-home .v13-service-inline i{font-style:normal;display:flex;flex-direction:column;min-width:0}.page-home .v13-service-inline strong{font-size:11px;line-height:1.2;white-space:nowrap}.page-home .v13-service-inline small{margin-top:3px;font-size:9px;color:#94887e;white-space:nowrap}
  .page-home .v13-hero-image{display:block;min-width:0;overflow:hidden}.page-home .v13-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 48%;transition:transform .6s ease}.page-home .v13-hero-image:hover img{transform:scale(1.01)}

  .page-home .v13-theme-strip{padding:0 0 12px}
  .page-home .v13-theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .page-home .v13-theme-card{
    height:clamp(144px,18.8svh,190px);
    border-radius:19px;
    overflow:hidden;
    position:relative;
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#fff;
    padding:0 clamp(23px,2.4vw,38px);
    background:#6f432f;
    isolation:isolate;
  }
  .page-home .v13-theme-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(49,28,18,.73) 0%,rgba(49,28,18,.36) 48%,rgba(49,28,18,.08) 100%);z-index:-1}
  .page-home .v13-theme-card.theme-1:after{background:linear-gradient(90deg,rgba(72,43,26,.72),rgba(72,43,26,.26) 62%,rgba(72,43,26,.04))}
  .page-home .v13-theme-card.theme-2:after{background:linear-gradient(90deg,rgba(93,37,19,.72),rgba(93,37,19,.27) 60%,rgba(93,37,19,.05))}
  .page-home .v13-theme-copy{position:relative;z-index:2;min-width:0;max-width:64%}
  .page-home .v13-theme-copy small{display:block;font-size:clamp(10px,.9vw,14px);font-weight:900;letter-spacing:.06em;text-transform:uppercase;opacity:1}
  .page-home .v13-theme-copy h2{margin:10px 0 14px;font-size:clamp(18px,1.55vw,26px);line-height:1.08;max-width:290px;text-transform:none;letter-spacing:-.025em}
  .page-home .v13-theme-copy>span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:11px;background:#fff;color:var(--neo-primary);font-size:11px;font-weight:850;opacity:1}
  .page-home .v13-theme-image{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;z-index:-2;overflow:hidden}
  .page-home .v13-theme-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.page-home .v13-theme-card:hover .v13-theme-image img{transform:scale(1.035)}

  .page-home .v13-home-products{padding:28px 0 72px}
  .page-home .neo-contact-float{right:10px;top:auto;bottom:12px;transform:none;gap:6px}
  .page-home .neo-contact-channel{width:40px;height:40px;padding:4px;grid-template-columns:32px 0fr;border-radius:12px}.page-home .neo-contact-channel .channel-icon{width:32px;height:32px;border-radius:9px}.page-home .neo-contact-channel:hover,.page-home .neo-contact-channel:focus-visible{width:150px;grid-template-columns:32px 1fr;gap:7px}
}

@media(min-width:861px) and (max-width:1120px){
  .page-home .container{width:min(calc(100% - 28px),1500px)}
  .page-home .neo-topbar-inner{height:31px;font-size:10px}.page-home .neo-header-inner{min-height:70px;gap:18px}.page-home .neo-brand{font-size:19px}.page-home .neo-nav{gap:16px;font-size:10px}.page-home .neo-nav a{padding:23px 0}
  .page-home .v13-hero{padding-top:12px;padding-bottom:12px}.page-home .v13-hero-grid{height:clamp(430px,calc(76svh - 116px),560px);grid-template-columns:43% 57%}.page-home .v13-hero-copy{padding:30px 32px 24px}.page-home .v13-hero-copy h1{font-size:clamp(35px,4vw,48px)}.page-home .v13-kicker{font-size:8px;margin-bottom:12px}.page-home .v13-hero-copy>p{font-size:11px;margin-top:13px}.page-home .v14-hero-search{height:50px;margin-top:17px;grid-template-columns:40px 1fr auto;border-radius:13px}.page-home .v14-hero-search button{height:40px;min-width:88px;font-size:10px;border-radius:10px}.page-home .v14-hero-search input{font-size:10px}.page-home .v14-search-icon svg{width:18px;height:18px}.page-home .v13-service-inline{gap:7px;padding-top:15px}.page-home .v13-service-inline>span{grid-template-columns:26px 1fr;gap:6px}.page-home .v13-service-inline>span>b{width:26px;height:26px}.page-home .v13-service-inline strong{font-size:8px}.page-home .v13-service-inline small{font-size:6.5px}.page-home .v13-theme-card{height:clamp(126px,18svh,158px);padding-left:22px}.page-home .v13-theme-copy h2{font-size:18px;margin:6px 0 10px}.page-home .v13-theme-copy>span{min-height:34px;font-size:8px;padding:0 12px}
}

@media(max-width:860px){
  .page-home .v14-hero-search{height:51px;margin-top:17px;border-radius:14px;background:#fff;display:grid;grid-template-columns:42px 1fr auto;align-items:center;padding:5px;box-shadow:0 8px 22px rgba(71,47,34,.07)}
  .page-home .v14-search-icon{display:grid;place-items:center}.page-home .v14-search-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.page-home .v14-hero-search input{min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:11px;padding:0 5px}.page-home .v14-hero-search button{height:41px;border:0;border-radius:10px;background:var(--neo-primary);color:#fff;padding:0 14px;font-size:9px;font-weight:850}
  .page-home .v13-theme-card{background:#6f432f!important}.page-home .v13-theme-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(49,28,18,.74),rgba(49,28,18,.15));z-index:0}.page-home .v13-theme-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border-radius:0!important;z-index:0}.page-home .v13-theme-copy{position:relative;z-index:2;max-width:70%}.page-home .v13-theme-copy>span{display:inline-flex;margin-top:5px;padding:6px 9px;border-radius:8px;background:#fff;color:var(--neo-primary);font-weight:800}
}
/* v15: Quick contact is visible on the homepage without covering product shelves. */
.page-home .neo-contact-float{display:flex!important;right:10px;bottom:18px;width:auto;align-items:flex-end;gap:7px}
.page-home .neo-contact-channel{width:42px;height:42px;padding:5px;grid-template-columns:32px 0fr;border-radius:13px;overflow:hidden}
.page-home .neo-contact-channel .channel-icon{width:32px;height:32px;border-radius:9px}
.page-home .neo-contact-channel .channel-copy{overflow:hidden;opacity:0;white-space:nowrap}
.page-home .neo-contact-channel.zalo{order:-10;box-shadow:0 8px 22px rgba(0,104,255,.20)}
.page-home .neo-contact-channel:hover,.page-home .neo-contact-channel:focus-visible{width:154px;grid-template-columns:32px 1fr;gap:8px}
.page-home .neo-contact-channel:hover .channel-copy,.page-home .neo-contact-channel:focus-visible .channel-copy{opacity:1}
@media(max-width:860px){
  .page-home .neo-contact-float{right:8px;bottom:76px;gap:6px}
  .page-home .neo-contact-channel{width:40px;height:40px;padding:4px;grid-template-columns:32px 0fr}
  .page-home .neo-contact-channel:hover,.page-home .neo-contact-channel:focus-visible{width:40px;grid-template-columns:32px 0fr}
}

/* v16: article destination/category controls */
.import-post-destination{margin:14px 0 18px;padding:16px;border:1px solid color-mix(in srgb,var(--neo-primary) 18%,transparent);border-radius:16px;background:color-mix(in srgb,var(--neo-primary) 4%,#fff)}
.import-post-destination label{display:grid;gap:8px;font-weight:800;color:var(--neo-ink)}
.import-post-destination select{width:100%;min-height:50px;padding:0 14px;border:1px solid #d9d2ca;border-radius:12px;background:#fff;color:var(--neo-ink);font:inherit}
.import-post-destination small{font-weight:500;color:#7d7168;line-height:1.45}
.blog-category-pills{margin:14px 0 22px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
.blog-category-pills::-webkit-scrollbar{display:none}
.post-category-label{display:inline-flex;align-items:center;width:max-content;padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--neo-accent) 10%,#fff);color:var(--neo-accent);font-size:10px!important;font-weight:850;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}


/* v18 — Toast feedback khi thêm vào giỏ */
.neo-toast-stack{
  position:fixed; top:104px; right:22px; z-index:3000;
  width:min(390px,calc(100vw - 28px)); display:grid; gap:10px;
  pointer-events:none;
}
.neo-toast{
  position:relative; display:grid; grid-template-columns:38px 1fr auto; gap:12px;
  align-items:start; overflow:hidden; pointer-events:auto;
  padding:14px 14px 15px; border:1px solid rgba(93,58,44,.16); border-radius:16px;
  background:rgba(255,252,247,.98); color:var(--neo-ink,#3f2d25);
  box-shadow:0 16px 48px rgba(72,46,35,.18),0 3px 10px rgba(72,46,35,.08);
  animation:neoToastIn .28s ease-out both;
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
}
.neo-toast.error{border-color:rgba(174,67,50,.22);background:rgba(255,248,246,.98)}
.neo-toast-icon{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  background:var(--neo-primary,#754634);color:#fff;font-weight:900;font-size:18px;
}
.neo-toast.error .neo-toast-icon{background:#b44f3c}
.neo-toast-copy{min-width:0;display:grid;gap:3px;padding-top:1px}
.neo-toast-copy b{font-size:14px;line-height:1.25;color:var(--neo-ink,#3f2d25)}
.neo-toast-copy span{font-size:13px;line-height:1.45;color:#75665f}
.neo-toast-copy a{width:max-content;margin-top:4px;font-size:12.5px;font-weight:800;color:var(--neo-primary,#754634);text-decoration:none}
.neo-toast-copy a:hover{text-decoration:underline}
.neo-toast-close{border:0;background:transparent;color:#8f817a;font-size:22px;line-height:1;cursor:pointer;padding:1px 2px 4px}
.neo-toast-close:hover{color:var(--neo-ink,#3f2d25)}
.neo-toast-progress{position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--neo-accent,#c96945);transform-origin:left;animation:neoToastProgress 4.8s linear forwards}
.neo-toast.error .neo-toast-progress{background:#c85b48}
.neo-toast:hover .neo-toast-progress{animation-play-state:paused}
.neo-toast.is-hiding{animation:neoToastOut .26s ease-in both}
@keyframes neoToastIn{from{opacity:0;transform:translateY(-10px) translateX(16px) scale(.98)}to{opacity:1;transform:none}}
@keyframes neoToastOut{to{opacity:0;transform:translateX(18px) scale(.98)}}
@keyframes neoToastProgress{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:760px){
  .neo-toast-stack{top:74px;right:14px;left:14px;width:auto}
  .neo-toast{grid-template-columns:34px 1fr auto;padding:12px;border-radius:14px}
  .neo-toast-icon{width:34px;height:34px;border-radius:10px;font-size:16px}
}

/* Importer v13: choose source content for products */
.import-source-content-picker{margin:16px 0 20px;padding:16px;border:1px solid #e7dbd2;border-radius:16px;background:#fbf8f5}
.import-source-content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.import-source-content-head b{font-size:17px;color:#54372b}.import-source-content-head p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5;max-width:760px}
.import-source-content-tools{display:flex;gap:8px;flex-wrap:wrap}.mini-btn{border:1px solid #d9cbbf;background:#fff;color:#6b4939;border-radius:999px;padding:8px 11px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.mini-btn:hover{border-color:var(--neo-primary,#754634);color:var(--neo-primary,#754634)}
.import-source-content-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:360px;overflow:auto;padding-right:4px}.import-source-content-item{display:flex;align-items:flex-start;gap:9px;padding:10px 11px;border:1px solid #eadfd7;border-radius:12px;background:#fff;cursor:pointer;min-width:0}.import-source-content-item:hover{border-color:#cfb9ab}.import-source-content-item.is-recommended{border-color:#c9dbc9;background:#fbfffb}.import-source-content-item input{width:auto!important;margin-top:3px!important;flex:0 0 auto}.import-source-content-copy{display:flex;flex-direction:column;gap:4px;min-width:0;font-size:12px;line-height:1.45;color:#5d463b}.import-source-content-type{display:inline-flex!important;width:max-content!important;border-radius:999px;background:#f1e9e3;color:#7b543f;padding:3px 7px;font-size:9px!important;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.import-source-content-item.is-recommended .import-source-content-type{background:#eaf5eb;color:#356b43}
.import-source-content-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid #eadfd7}.import-source-content-actions .btn{padding:9px 12px;font-size:11px}.import-source-content-actions .hint{margin-left:auto;max-width:420px;text-align:right}
.product-import-card .import-card-source-select,.import-single-source-select{background:#fffaf6!important;border-color:#dcc9bb!important}
@media(max-width:900px){.import-source-content-list{grid-template-columns:1fr}.import-source-content-actions .hint{width:100%;max-width:none;margin-left:0;text-align:left}}
@media(max-width:620px){.import-source-content-head{flex-direction:column}.import-source-content-actions .btn{width:100%}.import-source-content-list{max-height:420px}}
/* v22 · Zalo order notifications */
.zalo-order-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:14px 0 18px;border-top:1px solid var(--line)}
.zalo-order-actions form{margin:0}.zalo-order-actions .btn{margin:0}
@media(max-width:700px){.zalo-order-actions{display:grid;grid-template-columns:1fr}.zalo-order-actions .btn,.zalo-order-actions form,.zalo-order-actions form .btn{width:100%}}

/* v24 SEO taxonomy: mô tả danh mục gọn, không làm header danh mục cao trở lại. */
.v24-category-intro{margin:6px 0 0;max-width:720px;color:var(--muted,#7b6f68);font-size:14px;line-height:1.55}
.seo-category-fields input{font-family:inherit}
@media(max-width:760px){.v24-category-intro{font-size:13px;line-height:1.45}}


/* v25 — Danh mục nội dung chính + quản trị bài viết */
.page-home .v25-main-content-strip .v25-content-card .v13-theme-copy h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.page-home .v25-main-content-strip .v25-content-card:nth-child(1){background:#7b4a34}.page-home .v25-main-content-strip .v25-content-card:nth-child(2){background:#8b693c}.page-home .v25-main-content-strip .v25-content-card:nth-child(3){background:#763f2d}
.post-category-editor{margin-top:18px}.post-category-toggles{display:flex;flex-direction:column;justify-content:center;gap:4px}.post-category-toggles .check,.compact-check{margin-top:0!important}
.category-image-current{display:flex;align-items:center;gap:10px;margin-top:8px}.category-image-current img{width:74px;height:52px;border-radius:10px;object-fit:cover;border:1px solid #e3ddd6}.post-category-mini{min-width:320px}
.post-filter-bar{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(170px,1fr) minmax(150px,.8fr) auto;gap:12px;align-items:end;margin:18px 0 20px;padding:16px;border:1px solid #e8e2db;border-radius:16px;background:#faf8f5}.post-filter-bar label{display:grid;gap:7px;font-size:12px;font-weight:800}.post-filter-bar input,.post-filter-bar select{width:100%;min-height:44px;border:1px solid #ddd5cc;border-radius:10px;background:#fff;padding:0 12px;font:inherit}.post-filter-actions{display:flex;gap:8px}.post-filter-actions .btn{white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:900px){.post-filter-bar{grid-template-columns:1fr 1fr}.post-filter-actions{grid-column:1/-1}.post-category-toggles{padding-top:4px}}
@media(max-width:600px){.post-filter-bar{grid-template-columns:1fr}.post-filter-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}.post-category-mini{min-width:240px}}


/* v26 — Home content stays on exactly one row; categories auto-balance.
   Hero height is content-driven so the search box is never clipped at 100% zoom. */
@media(min-width:861px){
  .page-home .v13-hero-grid{
    height:auto!important;
    min-height:500px;
    align-items:stretch;
    overflow:hidden;
  }
  .page-home .v13-hero-copy{
    min-height:500px;
    padding:40px clamp(34px,3.6vw,56px) 32px;
    justify-content:center;
  }
  .page-home .v13-hero-copy h1{
    font-size:clamp(39px,3.55vw,56px);
    line-height:1.01;
  }
  .page-home .v13-hero-copy>p{margin-top:16px}
  .page-home .v14-hero-search{margin-top:20px;flex:0 0 auto}
  .page-home .v13-service-inline{margin-top:20px;padding-top:14px}
  .page-home .v13-hero-image{min-height:500px}

  .page-home .v25-main-content-strip .v13-theme-grid{
    display:grid;
    grid-auto-flow:column;
    grid-template-columns:repeat(var(--home-content-count,3),minmax(190px,1fr));
    gap:14px;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
    padding-bottom:2px;
  }
  .page-home .v25-main-content-strip .v13-theme-grid::-webkit-scrollbar{display:none}
  .page-home .v25-main-content-strip .v25-content-card{
    min-width:0;
    height:150px;
    scroll-snap-align:start;
    padding:0 clamp(16px,1.7vw,28px);
  }
  .page-home .v25-main-content-strip .v13-theme-copy{max-width:72%}
  .page-home .v25-main-content-strip .v13-theme-copy small{font-size:clamp(8px,.72vw,11px)}
  .page-home .v25-main-content-strip .v13-theme-copy h2{font-size:clamp(15px,1.25vw,21px);margin:7px 0 10px}
  .page-home .v25-main-content-strip .v13-theme-copy>span{min-height:34px;padding:0 11px;font-size:9px}
}

@media(min-width:861px) and (max-width:1120px){
  .page-home .v13-hero-grid,.page-home .v13-hero-copy{min-height:470px}
  .page-home .v13-hero-image{min-height:470px}
  .page-home .v25-main-content-strip .v13-theme-grid{
    grid-template-columns:repeat(var(--home-content-count,3),minmax(175px,1fr));
  }
  .page-home .v25-main-content-strip .v25-content-card{height:132px}
}

@media(max-width:860px){
  .page-home .v13-hero-grid{height:auto!important;overflow:visible!important}
  .page-home .v13-hero-copy{height:auto!important;min-height:0!important}
  .page-home .v14-hero-search{margin-bottom:4px}
  .page-home .v25-main-content-strip .v13-theme-grid{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:10px;
    scrollbar-width:none;
    scroll-snap-type:x mandatory;
  }
  .page-home .v25-main-content-strip .v13-theme-grid::-webkit-scrollbar{display:none}
  .page-home .v25-main-content-strip .v25-content-card{
    flex:0 0 min(82vw,330px)!important;
    width:auto!important;
    height:118px;
    scroll-snap-align:start;
  }
}


/* v28 admin information architecture, filters & bulk actions */
.side-group{display:grid;gap:3px;margin-bottom:18px}.sidebar .side-group>a{display:flex;align-items:center;justify-content:space-between;padding:9px 11px;border-radius:10px;font-size:13px;color:inherit}.sidebar .side-group>a.active,.sidebar .side-group>a:hover{background:color-mix(in srgb,var(--neo-primary,#754634) 78%,#fff 22%);color:#fff}.sidebar .side-title{margin-top:10px}.side-quick{padding-top:2px;border-top:1px solid color-mix(in srgb,#fff 18%,transparent)}
.admin-filter-grid{display:grid;grid-template-columns:minmax(190px,1.35fr) repeat(3,minmax(155px,1fr)) auto;gap:10px;align-items:end;margin:16px 0 18px;padding:14px;border:1px solid #e8e2db;border-radius:16px;background:#faf8f5}.admin-filter-grid label{display:grid;gap:6px;font-size:12px;font-weight:800}.admin-filter-grid input,.admin-filter-grid select{width:100%;min-height:44px;border:1px solid #ddd5cc;border-radius:10px;background:#fff;padding:0 11px;font:inherit}.admin-filter-grid .filter-actions{display:flex;gap:8px}.admin-filter-grid .btn{min-height:44px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.post-filter-bar{grid-template-columns:minmax(190px,1.25fr) repeat(4,minmax(145px,.9fr)) auto}.bulk-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;margin:0 0 8px;border-radius:12px;background:#f7f2ed;border:1px solid #eadfd5}.bulk-check{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800}.bulk-check input,.check-col input{width:18px;height:18px;accent-color:var(--neo-primary,#754634)}.check-col{width:42px;text-align:center}.btn.danger{background:#a7463b;color:#fff;border-color:#a7463b}.btn.danger:hover{background:#8e382f}.actions-cell .danger-link[type=button]{background:none;border:0;padding:0;cursor:pointer;font:inherit}
@media(max-width:1100px){.admin-filter-grid,.post-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter-grid .filter-actions{grid-column:1/-1}.sidebar .side-group{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px}.sidebar .side-group>a{display:inline-flex}.sidebar .side-title{margin-top:14px}}
@media(max-width:650px){.admin-filter-grid,.post-filter-bar{grid-template-columns:1fr}.admin-filter-grid .filter-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}.bulk-toolbar{align-items:stretch;flex-direction:column}.bulk-toolbar .btn{width:100%}}

/* v29 — Every active main category gets a home shelf, even before products are assigned. */
.page-home .v29-empty-shelf{
  min-height:118px;
  border:1px dashed color-mix(in srgb,var(--neo-primary) 24%,transparent);
  background:color-mix(in srgb,var(--neo-card) 82%,var(--neo-bg));
  border-radius:16px;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.page-home .v29-empty-shelf>div{display:flex;flex-direction:column;gap:6px;min-width:0}
.page-home .v29-empty-shelf strong{font-size:15px;color:var(--neo-ink)}
.page-home .v29-empty-shelf span{font-size:11px;line-height:1.55;color:color-mix(in srgb,var(--neo-ink) 64%,#fff);max-width:700px}
.page-home .v29-empty-shelf>a{flex:0 0 auto;text-decoration:none;background:var(--neo-primary);color:#fff;border-radius:999px;min-height:38px;padding:0 16px;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800}
@media(max-width:860px){
  .page-home .v29-empty-shelf{min-height:104px;padding:17px;align-items:flex-start;flex-direction:column;gap:12px}
  .page-home .v29-empty-shelf strong{font-size:14px}
  .page-home .v29-empty-shelf span{font-size:10px}
  .page-home .v29-empty-shelf>a{min-height:34px;font-size:9px}
}
