/* Show Plates Factory — "Foundry & Grain" Design System */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0}
ul,ol{padding:0;list-style:none}
img,picture,svg{max-width:100%;display:block}
input,button,textarea,select{font:inherit;color:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
table{border-collapse:collapse}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
:root{
--color-bg:#FAF6EF;--color-surface:#FFFFFF;--color-surface-alt:#F1E9DA;--color-border:#E3D8C4;
--color-text-primary:#241C13;--color-text-secondary:#5B4E3D;--color-text-muted:#8C7C63;
--color-accent:#A6742C;--color-accent-hover:#8A5E1F;--color-accent-fg:#FFFFFF;--color-ink:#2B2118;
--color-success:#3F6B3C;--color-success-bg:#EAF1E7;--color-warning:#B8791E;--color-warning-bg:#FBF0DE;
--color-error:#A23B2E;--color-error-bg:#FBEAE7;
--font-heading:'Fraunces',Georgia,serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--font-mono:'JetBrains Mono','Courier New',monospace;
--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;
--shadow-sm:0 1px 2px rgba(43,33,24,.06);--shadow-md:0 4px 16px rgba(43,33,24,.10);--shadow-lg:0 12px 40px rgba(43,33,24,.16);
--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:40px;--space-2xl:64px;--space-3xl:96px;
--transition-fast:150ms ease;--transition-base:250ms ease;--max-width:1280px;
}
body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text-secondary);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-text-primary);line-height:1.15;font-weight:600}
h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.6rem,3.5vw,2.35rem)}h3{font-size:1.3rem}h4{font-size:1.05rem}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}
@media(min-width:768px){.container{padding:0 var(--space-xl)}}
.section{padding:var(--space-2xl) 0}.section-alt{background:var(--color-surface-alt)}
.section-header{text-align:center;max-width:640px;margin:0 auto var(--space-xl)}
.section-title{margin-bottom:var(--space-sm)}.section-subtitle{color:var(--color-text-muted);font-size:1.05rem}
.grid-2{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}
.grid-auto{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}
@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:13px 28px;border-radius:var(--radius-sm);border:1.5px solid transparent;font-weight:600;font-size:.95rem;letter-spacing:.01em;transition:all var(--transition-fast);text-align:center;white-space:nowrap}
.btn-primary{background:var(--color-accent);color:var(--color-accent-fg)}
.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-primary:disabled{background:var(--color-border);color:var(--color-text-muted);cursor:not-allowed;transform:none;box-shadow:none}
.btn-secondary{background:var(--color-text-primary);color:#fff}
.btn-secondary:hover{background:var(--color-ink)}
.btn-ghost{background:transparent;border-color:var(--color-border);color:var(--color-text-primary)}
.btn-ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}
.btn-outline-light{background:transparent;border-color:rgba(255,255,255,.6);color:#fff}
.btn-outline-light:hover{background:rgba(255,255,255,.12)}
.btn-sm{padding:8px 18px;font-size:.85rem}.btn-lg{padding:16px 36px;font-size:1rem;width:100%}.btn-block{width:100%}
.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--color-surface-alt);color:var(--color-text-secondary)}
.badge-sale{background:var(--color-error-bg);color:var(--color-error)}
.badge-new{background:var(--color-success-bg);color:var(--color-success)}
.badge-out{background:var(--color-border);color:var(--color-text-muted)}
.badge-count{background:var(--color-accent);color:#fff}
.announcement-bar{background:var(--color-ink);color:#F4E9D4;text-align:center;padding:10px var(--space-md);font-size:.82rem;font-weight:500;letter-spacing:.03em}
.announcement-bar strong{color:#D9AF6B}
.nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md);gap:var(--space-md)}
.nav-logo{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--color-text-primary);display:flex;align-items:center;gap:8px}
.nav-logo span{color:var(--color-accent)}
.nav-links{display:none;gap:var(--space-lg);align-items:center}
.nav-links a{font-weight:600;font-size:.92rem;color:var(--color-text-secondary);transition:color var(--transition-fast);position:relative}
.nav-links a:hover{color:var(--color-accent)}
.nav-actions{display:flex;align-items:center;gap:var(--space-md)}
.nav-icon-btn{background:none;border:none;padding:6px;position:relative;color:var(--color-text-primary);display:flex}
.nav-icon-btn:hover{color:var(--color-accent)}
.cart-count{position:absolute;top:-4px;right:-6px;background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px}
.hamburger{display:flex;background:none;border:none;padding:6px;color:var(--color-text-primary)}
@media(min-width:1024px){.nav-inner{padding:var(--space-md) var(--space-xl)}.nav-links{display:flex}.hamburger{display:none}}
.nav-dropdown{position:relative}
.nav-dropdown-menu{position:absolute;top:100%;left:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-sm);min-width:220px;opacity:0;visibility:hidden;transform:translateY(6px);transition:all var(--transition-fast);z-index:50}
.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown-menu a{display:block;padding:8px 12px;border-radius:var(--radius-sm);font-weight:500}
.nav-dropdown-menu a:hover{background:var(--color-surface-alt)}
.mobile-menu{position:fixed;inset:0;background:var(--color-surface);z-index:200;transform:translateX(100%);transition:transform var(--transition-base);overflow-y:auto;padding:var(--space-lg)}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xl)}
.mobile-menu-links a{display:block;padding:var(--space-md) 0;font-size:1.2rem;font-weight:600;border-bottom:1px solid var(--color-border)}
.mobile-menu-close{background:none;border:none;font-size:1.5rem;color:var(--color-text-primary)}
.search-toggle-wrap{position:relative}
.header-search-panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:90vw;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-md);display:none;z-index:60}
.header-search-panel.open{display:block}
.header-search-input{width:100%;padding:10px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-size:.95rem}
.header-search-results{margin-top:var(--space-sm);max-height:320px;overflow-y:auto}
.search-item{display:flex;gap:var(--space-sm);align-items:center;padding:8px 4px;border-radius:var(--radius-sm)}
.search-item:hover{background:var(--color-surface-alt)}
.search-item img{width:46px;height:46px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}
.search-item-title{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}
.search-item-price{font-size:.78rem;color:var(--color-text-muted);font-family:var(--font-mono)}
.hero{position:relative;min-height:70vh;display:flex;align-items:center;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(115deg,rgba(36,28,19,.88) 0%,rgba(36,28,19,.55) 55%,rgba(36,28,19,.35) 100%)}
.hero-content{position:relative;z-index:2;max-width:620px;padding:var(--space-2xl) var(--space-md)}
.hero-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:#D9AF6B;margin-bottom:var(--space-md)}
.hero-title{color:#fff;margin-bottom:var(--space-md)}
.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,.85);margin-bottom:var(--space-lg);max-width:480px}
.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap}
@media(min-width:1024px){.hero-content{padding:var(--space-3xl) var(--space-xl)}}
.product-card{background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);transition:all var(--transition-base);display:flex;flex-direction:column;height:100%}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--color-accent)}
.product-card-media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--color-surface-alt)}
.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}
.product-card:hover .product-card-media img{transform:scale(1.06)}
.product-card-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px}
.product-card-body{padding:var(--space-md);display:flex;flex-direction:column;gap:6px;flex:1}
.product-card-vendor{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);font-weight:600}
.product-card-title{font-family:var(--font-heading);font-size:1.02rem;font-weight:600;color:var(--color-text-primary);flex:1}
.product-card-title a:hover{color:var(--color-accent)}
.product-card-price-row{display:flex;align-items:center;gap:8px;margin-top:4px}
.product-card-price{font-family:var(--font-mono);font-weight:700;color:var(--color-text-primary);font-size:1.05rem}
.product-card-compare{font-family:var(--font-mono);text-decoration:line-through;color:var(--color-text-muted);font-size:.88rem}
.product-card-atc{margin-top:8px;width:100%}
.product-card-rating{display:flex;align-items:center;gap:4px;font-size:.78rem;color:var(--color-text-muted)}
.collection-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/5;display:block}
.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}
.collection-card:hover img{transform:scale(1.05)}
.collection-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(36,28,19,.85) 0%,rgba(36,28,19,.1) 55%,transparent 100%);display:flex;align-items:flex-end;padding:var(--space-lg)}
.collection-card-title{color:#fff;font-size:1.2rem;margin-bottom:4px}
.collection-card-count{color:rgba(255,255,255,.8);font-size:.82rem}
.blog-card{background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);transition:all var(--transition-base);display:flex;flex-direction:column}
.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.blog-card-media{aspect-ratio:16/10;overflow:hidden;background:var(--color-surface-alt)}
.blog-card-media img{width:100%;height:100%;object-fit:cover}
.blog-card-body{padding:var(--space-md);display:flex;flex-direction:column;gap:8px;flex:1}
.blog-card-meta{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}
.blog-card-title{font-size:1.05rem}.blog-card-title a:hover{color:var(--color-accent)}
.blog-card-excerpt{font-size:.9rem;color:var(--color-text-secondary);flex:1}
.blog-card-link{font-weight:700;font-size:.85rem;color:var(--color-accent)}
.breadcrumb{display:flex;flex-wrap:wrap;gap:6px;font-size:.85rem;color:var(--color-text-muted);padding:var(--space-md) 0}
.breadcrumb-item a:hover{color:var(--color-accent)}.breadcrumb-sep{color:var(--color-border)}
.product-layout{display:grid;grid-template-columns:1fr;gap:var(--space-xl);padding:var(--space-lg) 0 var(--space-2xl)}
@media(min-width:900px){.product-layout{grid-template-columns:1.1fr 1fr;gap:var(--space-2xl)}}
.product-gallery{display:flex;flex-direction:column;gap:var(--space-sm)}
.gallery-main-wrap{border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface-alt);aspect-ratio:1/1;cursor:zoom-in;position:relative}
.gallery-main-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.gallery-main-wrap.zoomed img{transform:scale(1.9)}
.gallery-thumbs{display:flex;gap:var(--space-sm);overflow-x:auto;padding-bottom:4px}
.gallery-thumb{width:76px;height:76px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;opacity:.7;transition:all var(--transition-fast);background:var(--color-surface-alt)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--color-accent);opacity:1}
.product-info{display:flex;flex-direction:column}
.product-vendor{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);font-weight:700;margin-bottom:6px}
.product-title{margin-bottom:var(--space-sm)}
.rating-stars{color:#D9AF6B;letter-spacing:1px;font-size:.95rem}
.product-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:var(--space-md);font-size:.85rem;color:var(--color-text-muted)}
.product-rating-row a:hover{color:var(--color-accent)}
.product-price-wrap{display:flex;align-items:center;gap:12px;margin-bottom:var(--space-md)}
.product-price{font-family:var(--font-mono);font-size:1.7rem;font-weight:700;color:var(--color-text-primary)}
.product-compare-price{font-family:var(--font-mono);font-size:1.15rem;text-decoration:line-through;color:var(--color-text-muted)}
.product-save-badge{background:var(--color-error-bg);color:var(--color-error);font-size:.78rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}
.option-group{margin-bottom:var(--space-lg)}
.option-label{display:flex;justify-content:space-between;font-weight:700;font-size:.88rem;color:var(--color-text-primary);margin-bottom:8px}
.option-label span{font-weight:500;color:var(--color-text-muted)}
.option-btns{display:flex;flex-wrap:wrap;gap:8px}
.option-btn{padding:9px 18px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);font-weight:600;font-size:.88rem;transition:all var(--transition-fast);color:var(--color-text-primary)}
.option-btn:hover{border-color:var(--color-accent)}
.option-btn.active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}
.option-btn.unavailable{color:var(--color-text-muted);text-decoration:line-through;background:var(--color-surface-alt);border-color:var(--color-border);opacity:.55}
.qty-control{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}
.qty-btn{width:42px;height:44px;background:var(--color-surface-alt);border:none;font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}
.qty-btn:hover{background:var(--color-border)}
.qty-input{width:52px;height:44px;border:none;text-align:center;font-weight:700;font-size:1rem;-moz-appearance:textfield}
.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.availability-msg{display:flex;align-items:center;gap:6px;font-size:.88rem;font-weight:600;margin:var(--space-md) 0}
.availability-msg.in-stock{color:var(--color-success)}
.availability-msg.low-stock{color:var(--color-warning)}
.availability-msg.out-stock{color:var(--color-error)}
.availability-dot{width:8px;height:8px;border-radius:50%;background:currentColor}
.product-actions{display:flex;flex-direction:column;gap:10px;margin:var(--space-lg) 0}
.product-actions-row{display:flex;gap:10px;align-items:stretch}
.product-actions-row .qty-control{flex-shrink:0}
.product-actions-row .btn{flex:1}
.trust-mini{display:flex;flex-wrap:wrap;gap:var(--space-md);padding:var(--space-md) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-lg)}
.trust-mini-item{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:var(--color-text-secondary)}
.trust-mini-item svg{color:var(--color-accent);flex-shrink:0}
.product-accordions{border-top:1px solid var(--color-border)}
.accordion{border-bottom:1px solid var(--color-border)}
.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;background:none;border:none;font-weight:700;font-size:.98rem;text-align:left;color:var(--color-text-primary)}
.accordion-icon{transition:transform var(--transition-fast);flex-shrink:0;color:var(--color-accent)}
.accordion.open .accordion-icon{transform:rotate(45deg)}
.accordion-body{max-height:0;overflow:hidden;transition:max-height var(--transition-base);color:var(--color-text-secondary);font-size:.92rem;line-height:1.7}
.accordion-body-inner{padding-bottom:var(--space-md)}
.accordion.open .accordion-body{max-height:800px}
.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px rgba(0,0,0,.08);padding:var(--space-sm) var(--space-md);z-index:90;transform:translateY(100%);transition:transform var(--transition-base);display:flex;align-items:center;gap:var(--space-md)}
.sticky-atc.visible{transform:translateY(0)}
.sticky-atc-product{display:flex;align-items:center;gap:10px;flex:1;min-width:0}
.sticky-atc-product img{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}
.sticky-atc-info{min-width:0}
.sticky-atc-title{font-size:.85rem;font-weight:700;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sticky-atc-price{font-family:var(--font-mono);font-size:.85rem;color:var(--color-text-muted)}
.sticky-atc .btn{flex-shrink:0}
.reviews-section{padding:var(--space-2xl) 0;border-top:1px solid var(--color-border)}
.reviews-summary{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-2xl)}
.reviews-avg{display:flex;align-items:center;gap:var(--space-lg);flex-wrap:wrap}
.reviews-score{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--color-text-primary)}
.reviews-score-sub{color:var(--color-text-muted);font-size:.9rem}
.reviews-bars{flex:1;min-width:200px;display:flex;flex-direction:column;gap:6px}
.rating-bar{display:flex;align-items:center;gap:10px;font-size:.8rem;color:var(--color-text-muted)}
.rating-bar-track{flex:1;height:6px;background:var(--color-surface-alt);border-radius:var(--radius-full);overflow:hidden}
.rating-bar-fill{height:100%;background:var(--color-accent)}
@media(min-width:768px){.reviews-summary{flex-direction:row;justify-content:space-between}}
.review-cards{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
@media(min-width:768px){.review-cards{grid-template-columns:repeat(2,1fr)}}
.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg)}
.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}
.review-author{font-weight:700;color:var(--color-text-primary);font-size:.92rem}
.review-verified{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:var(--color-success);font-weight:700;margin-top:2px}
.review-date{font-size:.78rem;color:var(--color-text-muted)}
.review-title{font-weight:700;margin:8px 0 6px;color:var(--color-text-primary)}
.review-body{font-size:.9rem;color:var(--color-text-secondary);line-height:1.65}
.related-products{padding:var(--space-2xl) 0}
.collection-hero{position:relative;height:280px;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.collection-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.collection-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(36,28,19,.85),rgba(36,28,19,.35))}
.collection-hero-content{position:relative;z-index:2;padding:var(--space-lg) var(--space-md) var(--space-lg)}
.collection-hero-content h1{color:#fff}
.collection-hero-count{color:rgba(255,255,255,.85);font-size:.9rem}
@media(min-width:768px){.collection-hero{height:340px}.collection-hero-content{padding:var(--space-xl)}}
.sort-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-lg)}
.sort-select{padding:9px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);font-weight:600;font-size:.88rem}
.result-count{font-size:.88rem;color:var(--color-text-muted)}
.collection-description{max-width:760px;margin:var(--space-2xl) auto 0;color:var(--color-text-secondary);line-height:1.75}
.collection-description h2{margin-bottom:var(--space-sm)}
.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}
@media(min-width:768px){.trust-badges{grid-template-columns:repeat(4,1fr)}}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.trust-item-icon{width:52px;height:52px;border-radius:50%;background:var(--color-surface-alt);display:flex;align-items:center;justify-content:center;color:var(--color-accent)}
.trust-item-title{font-weight:700;font-size:.9rem;color:var(--color-text-primary)}
.trust-item-desc{font-size:.8rem;color:var(--color-text-muted)}
.cart-overlay{position:fixed;inset:0;background:rgba(36,28,19,.5);z-index:199;opacity:0;visibility:hidden;transition:all var(--transition-base)}
.cart-overlay.open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:var(--color-surface);z-index:200;transform:translateX(100%);transition:transform var(--transition-base);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}
.cart-drawer.open{transform:translateX(0)}
.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg);border-bottom:1px solid var(--color-border)}
.cart-drawer-header h2{display:flex;align-items:center;gap:8px;font-size:1.2rem}
.cart-drawer-header button{background:none;border:none;font-size:1.3rem;color:var(--color-text-primary);padding:4px}
.cart-lines{flex:1;overflow-y:auto;padding:var(--space-md) var(--space-lg)}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:var(--space-md);padding:var(--space-2xl) 0}
.cart-empty-icon{color:var(--color-border)}
.cart-item{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border)}
.cart-item img{width:76px;height:76px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-surface-alt);flex-shrink:0}
.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.cart-item-title{font-weight:700;font-size:.9rem;color:var(--color-text-primary)}
.cart-item-variant{font-size:.78rem;color:var(--color-text-muted)}
.cart-item-price{font-family:var(--font-mono);font-weight:700;font-size:.9rem}
.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}
.cart-item-remove{background:none;border:none;font-size:.78rem;color:var(--color-text-muted);text-decoration:underline}
.cart-item-remove:hover{color:var(--color-error)}
.cart-item .qty-control{transform:scale(.85);transform-origin:left}
.cart-footer{padding:var(--space-lg);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:10px}
.cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}
.cart-tax-note{font-size:.78rem;color:var(--color-text-muted);text-align:center;margin:0}
.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--color-text-primary);color:#fff;padding:14px 22px;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;z-index:300;opacity:0;transition:all var(--transition-base);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:8px;max-width:90vw}
.toast.show{opacity:1;transform:translate(-50%,0)}
.toast-success{background:var(--color-success)}.toast-error{background:var(--color-error)}
.skeleton{background:linear-gradient(90deg,var(--color-surface-alt) 25%,var(--color-border) 50%,var(--color-surface-alt) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@keyframes spin{to{transform:rotate(360deg)}}
.spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes slideUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.fade-in{animation:fadeIn .5s ease both}.slide-up{animation:slideUp .5s ease both}
.search-hero{padding:var(--space-2xl) 0 var(--space-lg);text-align:center}
.search-bar-page{max-width:560px;margin:0 auto;position:relative}
.search-bar-page input{width:100%;padding:16px 50px 16px 20px;border:1.5px solid var(--color-border);border-radius:var(--radius-full);font-size:1rem}
.search-bar-page button{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:var(--color-accent);color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.search-empty{text-align:center;padding:var(--space-2xl) 0}
.search-empty h3{margin-bottom:var(--space-sm)}
.search-empty-links{display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap;margin-top:var(--space-lg)}
.footer{background:var(--color-ink);color:#C9B99A;padding:var(--space-2xl) 0 var(--space-lg)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);margin-bottom:var(--space-2xl)}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-logo{font-family:var(--font-heading);font-size:1.35rem;color:#fff;margin-bottom:var(--space-sm)}
.footer-logo span{color:#D9AF6B}
.footer-desc{font-size:.88rem;line-height:1.7;margin-bottom:var(--space-md);max-width:320px}
.footer-col h4{color:#F4E9D4;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-md);font-family:var(--font-body)}
.footer-col a{display:block;padding:6px 0;font-size:.88rem;color:#C9B99A;transition:color var(--transition-fast)}
.footer-col a:hover{color:#fff}
.footer-contact-item{display:flex;align-items:flex-start;gap:8px;font-size:.85rem;padding:6px 0}
.social-links{display:flex;gap:10px;margin-top:var(--space-md)}
.social-links a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff}
.social-links a:hover{background:var(--color-accent)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md);align-items:center;text-align:center;font-size:.8rem}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}
.footer-payment-icons{display:flex;gap:8px;align-items:center}
.page-hero{padding:var(--space-2xl) 0 var(--space-lg)}
.page-content{max-width:760px;margin:0 auto;padding-bottom:var(--space-3xl);line-height:1.8}
.page-content h2{margin:var(--space-xl) 0 var(--space-sm)}.page-content h3{margin:var(--space-lg) 0 var(--space-sm)}
.page-content p{margin-bottom:var(--space-md)}
.page-content ul,.page-content ol{padding-left:var(--space-lg);margin-bottom:var(--space-md);list-style:disc}
.page-content ol{list-style:decimal}
.page-content a{color:var(--color-accent);text-decoration:underline}
.page-content img{border-radius:var(--radius-md);margin:var(--space-lg) 0}
.policy-layout{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);padding:var(--space-xl) 0 var(--space-3xl)}
@media(min-width:900px){.policy-layout{grid-template-columns:220px 1fr}}
.policy-sidebar{display:flex;flex-direction:column;gap:4px}
.policy-sidebar a{padding:10px 14px;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem}
.policy-sidebar a:hover,.policy-sidebar a.active{background:var(--color-surface-alt);color:var(--color-accent)}
.policy-content{line-height:1.8}
.policy-content h2{margin:var(--space-lg) 0 var(--space-sm)}
.policy-content p,.policy-content ul{margin-bottom:var(--space-md)}
.policy-content ul{padding-left:var(--space-lg);list-style:disc}
.contact-layout{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);padding:var(--space-xl) 0 var(--space-3xl)}
@media(min-width:900px){.contact-layout{grid-template-columns:1fr 1fr}}
.contact-info-card{background:var(--color-surface-alt);border-radius:var(--radius-lg);padding:var(--space-xl)}
.contact-info-item{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg)}
.contact-info-icon{width:44px;height:44px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0}
.contact-info-item h4{margin-bottom:2px}
.contact-info-item p,.contact-info-item a{font-size:.9rem;color:var(--color-text-secondary)}
.form-group{margin-bottom:var(--space-md)}
.form-group label{display:block;font-weight:700;font-size:.85rem;margin-bottom:6px;color:var(--color-text-primary)}
.form-control{width:100%;padding:12px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-size:.95rem;background:var(--color-surface)}
.form-control:focus{border-color:var(--color-accent)}
textarea.form-control{resize:vertical;min-height:130px}
.article-hero{position:relative;height:320px;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.article-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(36,28,19,.9),rgba(36,28,19,.3))}
.article-hero-content{position:relative;z-index:2;padding:var(--space-xl) var(--space-md);max-width:780px;margin:0 auto;width:100%}
.article-hero-content h1{color:#fff}
@media(min-width:768px){.article-hero{height:420px}.article-hero-content{padding:var(--space-2xl) var(--space-xl)}}
.article-meta{display:flex;gap:var(--space-md);flex-wrap:wrap;align-items:center;padding:var(--space-lg) 0;color:var(--color-text-muted);font-size:.88rem;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-xl)}
.article-body{max-width:760px;margin:0 auto;line-height:1.85;font-size:1.05rem}
.article-body h2{margin:var(--space-xl) 0 var(--space-sm)}.article-body h3{margin:var(--space-lg) 0 var(--space-sm)}
.article-body p{margin-bottom:var(--space-md)}
.article-body ul,.article-body ol{padding-left:var(--space-lg);margin-bottom:var(--space-md);list-style:disc}
.article-body img{border-radius:var(--radius-md);margin:var(--space-lg) 0}
.share-buttons{display:flex;gap:10px;padding:var(--space-xl) 0;max-width:760px;margin:0 auto;border-top:1px solid var(--color-border);margin-top:var(--space-xl)}
.share-btn{width:42px;height:42px;border-radius:50%;background:var(--color-surface-alt);display:flex;align-items:center;justify-content:center;color:var(--color-text-primary)}
.share-btn:hover{background:var(--color-accent);color:#fff}
.blog-hero{position:relative;height:320px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}
.blog-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.blog-hero-overlay{position:absolute;inset:0;background:rgba(36,28,19,.65)}
.blog-hero-content{position:relative;z-index:2}.blog-hero-content h1{color:#fff}
.featured-article{display:grid;grid-template-columns:1fr;gap:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-2xl)}
@media(min-width:768px){.featured-article{grid-template-columns:1.1fr 1fr}}
.featured-article-media{aspect-ratio:16/10;overflow:hidden}
.featured-article-media img{width:100%;height:100%;object-fit:cover}
.featured-article-body{padding:var(--space-xl);display:flex;flex-direction:column;justify-content:center;gap:10px}
.error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-2xl) var(--space-md)}
.error-code{font-family:var(--font-heading);font-size:clamp(4rem,15vw,8rem);font-weight:700;color:var(--color-accent);line-height:1}
.error-page .search-bar-page{margin:var(--space-lg) auto}
.error-links{display:flex;gap:var(--space-sm);flex-wrap:wrap;justify-content:center;margin-top:var(--space-lg)}
.cart-page-layout{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);padding:var(--space-xl) 0 var(--space-3xl)}
@media(min-width:900px){.cart-page-layout{grid-template-columns:1.6fr 1fr}}
.cart-page-lines{display:flex;flex-direction:column}
.cart-page-item{display:grid;grid-template-columns:90px 1fr;gap:var(--space-md);padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border);align-items:center}
.cart-page-item img{width:90px;height:90px;border-radius:var(--radius-md);object-fit:cover;background:var(--color-surface-alt)}
.cart-page-item-details{display:flex;flex-direction:column;gap:6px}
.cart-page-item-top{display:flex;justify-content:space-between;gap:var(--space-md);align-items:flex-start}
.cart-page-item-title{font-weight:700;color:var(--color-text-primary);font-size:1rem}
.cart-page-item-variant{font-size:.85rem;color:var(--color-text-muted)}
.cart-page-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:6px}
.cart-page-item-price{font-family:var(--font-mono);font-weight:700}
.cart-page-summary{background:var(--color-surface-alt);border-radius:var(--radius-lg);padding:var(--space-xl);align-self:start;position:sticky;top:90px}
.cart-page-summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.92rem;color:var(--color-text-secondary)}
.cart-page-summary-row.total{font-size:1.2rem;font-weight:700;color:var(--color-text-primary);border-top:1px solid var(--color-border);margin-top:8px;padding-top:16px}
.cart-page-empty{text-align:center;padding:var(--space-3xl) 0}
.free-shipping-bar{background:var(--color-surface);border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-lg)}
.free-shipping-track{height:6px;background:var(--color-border);border-radius:var(--radius-full);overflow:hidden;margin-top:8px}
.free-shipping-fill{height:100%;background:var(--color-success);transition:width var(--transition-base)}
.free-shipping-msg{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}
.trust-strip{display:flex;gap:var(--space-md);flex-wrap:wrap;justify-content:center;margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}
.trust-strip-item{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--color-text-muted);font-weight:600}
.checkout-layout{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);padding:var(--space-xl) 0 var(--space-3xl)}
@media(min-width:960px){.checkout-layout{grid-template-columns:1.5fr 1fr}}
.checkout-steps{display:flex;align-items:center;gap:8px;padding:var(--space-lg) 0;font-size:.82rem;font-weight:700;color:var(--color-text-muted);flex-wrap:wrap}
.checkout-step{display:flex;align-items:center;gap:6px}
.checkout-step.active,.checkout-step.done{color:var(--color-accent)}
.checkout-step-num{width:22px;height:22px;border-radius:50%;background:var(--color-surface-alt);display:flex;align-items:center;justify-content:center;font-size:.75rem}
.checkout-step.active .checkout-step-num,.checkout-step.done .checkout-step-num{background:var(--color-accent);color:#fff}
.checkout-sep{color:var(--color-border)}
.checkout-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-lg)}
.checkout-section h3{display:flex;align-items:center;gap:8px;margin-bottom:var(--space-lg)}
.checkout-section h3 .step-badge{width:26px;height:26px;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.8rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}
.form-row{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-md)}
@media(min-width:560px){.form-row-2{grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:2fr 1fr 1fr}}
.form-row .form-group{margin-bottom:0}
.card-input-wrap{position:relative}
.card-input-wrap input{padding-right:48px;font-family:var(--font-mono);letter-spacing:.03em}
.card-brand-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;gap:4px;color:var(--color-text-muted);font-size:.7rem;font-weight:700}
.secure-badge-row{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--color-success);font-weight:700;margin-top:var(--space-sm)}
.payment-methods-row{display:flex;gap:10px;margin-bottom:var(--space-lg);flex-wrap:wrap}
.payment-method-btn{flex:1;min-width:130px;padding:14px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:.88rem;background:var(--color-surface)}
.payment-method-btn.active{border-color:var(--color-accent);background:var(--color-surface-alt);color:var(--color-accent)}
.checkbox-row{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--color-text-secondary)}
.checkbox-row input{margin-top:3px;width:16px;height:16px;accent-color:var(--color-accent);flex-shrink:0}
.order-summary-card{background:var(--color-surface-alt);border-radius:var(--radius-lg);padding:var(--space-xl);align-self:start;position:sticky;top:90px}
.order-summary-items{max-height:280px;overflow-y:auto;margin-bottom:var(--space-lg)}
.order-summary-item{display:flex;gap:var(--space-sm);padding:10px 0;border-bottom:1px solid var(--color-border)}
.order-summary-item img{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover;position:relative}
.order-summary-item-qty{position:absolute;top:-6px;right:-6px;background:var(--color-text-primary);color:#fff;width:18px;height:18px;border-radius:50%;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}
.order-summary-item-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px}
.order-summary-item-title{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}
.order-summary-item-variant{font-size:.75rem;color:var(--color-text-muted)}
.order-summary-item-price{font-family:var(--font-mono);font-weight:700;font-size:.85rem;align-self:center}
.order-summary-totals{border-top:1px solid var(--color-border);padding-top:var(--space-md)}
.order-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:.9rem;color:var(--color-text-secondary)}
.order-summary-row.total{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);border-top:1px solid var(--color-border);margin-top:8px;padding-top:14px}
.ssl-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:var(--space-lg);padding:12px;background:var(--color-success-bg);border-radius:var(--radius-sm);color:var(--color-success);font-size:.8rem;font-weight:700}
.accepted-cards{display:flex;gap:8px;justify-content:center;margin-top:var(--space-md)}
.field-error{color:var(--color-error);font-size:.78rem;margin-top:4px;display:none}
.form-control.invalid{border-color:var(--color-error)}
.form-control.invalid~.field-error{display:block}
.form-control.valid{border-color:var(--color-success)}
.thankyou-page{min-height:70vh;display:flex;align-items:center;padding:var(--space-2xl) 0}
.thankyou-card{max-width:640px;margin:0 auto;text-align:center}
.thankyou-icon{width:88px;height:88px;border-radius:50%;background:var(--color-success-bg);color:var(--color-success);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-lg)}
.thankyou-order-num{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--color-accent);background:var(--color-surface-alt);display:inline-block;padding:8px 20px;border-radius:var(--radius-full);margin:var(--space-md) 0}
.thankyou-details{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xl);text-align:left;margin:var(--space-xl) 0}
.thankyou-details h3{margin-bottom:var(--space-md)}
.thankyou-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:.9rem}
.thankyou-next-steps{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin:var(--space-xl) 0;text-align:left}
@media(min-width:640px){.thankyou-next-steps{grid-template-columns:repeat(3,1fr)}}
.thankyou-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:var(--space-md)}
.thankyou-step-icon{width:44px;height:44px;border-radius:50%;background:var(--color-surface-alt);color:var(--color-accent);display:flex;align-items:center;justify-content:center}
.thankyou-step-title{font-weight:700;font-size:.88rem;color:var(--color-text-primary)}
.thankyou-step-desc{font-size:.78rem;color:var(--color-text-muted)}
.thankyou-actions{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap;margin-top:var(--space-lg)}
