/* Alendy — main stylesheet
   Niche: decorative vases & trays · warm ceramic atelier */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
body{
  font-family:'Outfit',system-ui,sans-serif;
  font-weight:400;
  color:#2A2118;
  background:#F7F3EE;
  line-height:1.6;
  font-size:16px;
  min-height:100vh;
  -webkit-font-smoothing:antialiased;
}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer;border:none;background:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;line-height:1.15;color:#2A2118;letter-spacing:-0.01em}
p{color:#5C4F42}
:root{
  --color-bg:#F7F3EE;
  --color-surface:#FFFcf8;
  --color-surface-alt:#EFE7DC;
  --color-border:#E2D6C6;
  --color-text-primary:#2A2118;
  --color-text-secondary:#5C4F42;
  --color-text-muted:#8A7B6B;
  --color-accent:#8B4518;
  --color-accent-hover:#6F3612;
  --color-accent-fg:#FFF9F2;
  --color-accent-soft:#F0E0D0;
  --color-success:#3F6B4A;
  --color-warning:#B07D2A;
  --color-error:#A33B2B;
  --color-sale:#A33B2B;
  --font-heading:'Cormorant Garamond',Georgia,serif;
  --font-body:'Outfit',system-ui,sans-serif;
  --font-mono:'IBM Plex Mono',ui-monospace,monospace;
  --radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;
  --shadow-sm:0 1px 2px rgba(42,33,24,.06);
  --shadow-md:0 8px 24px rgba(42,33,24,.08);
  --shadow-lg:0 20px 48px rgba(42,33,24,.12);
  --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;
  --container:1200px;
  --header-h:72px;
}
.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}
:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
@media(min-width:768px){.container{padding:0 32px}}
.section{padding:var(--space-2xl) 0}
.section-alt{background:var(--color-surface-alt)}
.section-tight{padding:var(--space-xl) 0}
.section-header{text-align:center;max-width:640px;margin:0 auto var(--space-xl)}
.section-title{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:12px}
.section-subtitle{font-size:1.05rem;color:var(--color-text-secondary)}
.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent)}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:var(--radius-full);
  font-weight:500;font-size:.95rem;line-height:1.2;
  transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);
  border:1.5px solid transparent;white-space:nowrap;text-align:center;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--color-accent);color:var(--color-accent-fg);border-color:var(--color-accent)}
.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}
.btn-secondary{background:var(--color-surface);color:var(--color-text-primary);border-color:var(--color-border)}
.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}
.btn-ghost{background:transparent;color:var(--color-text-primary);border-color:transparent}
.btn-ghost:hover{color:var(--color-accent)}
.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.btn-outline-light:hover{background:#fff;color:var(--color-text-primary)}
.btn-sm{padding:8px 14px;font-size:.85rem}
.btn-lg{padding:16px 28px;font-size:1rem}
.btn-block{width:100%}
.btn:disabled,.btn.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}
.btn-icon{width:44px;height:44px;padding:0;border-radius:var(--radius-full)}

/* Badges */
.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.badge-sale{background:#F8E4E0;color:var(--color-sale)}
.badge-new{background:var(--color-accent-soft);color:var(--color-accent)}
.badge-out{background:#eee;color:var(--color-text-muted)}
.badge-count{background:var(--color-accent);color:var(--color-accent-fg);min-width:20px;height:20px;padding:0 6px;font-size:.7rem;justify-content:center}

/* Announcement */
.announcement-bar{background:#2A2118;color:#F7F3EE;font-size:.82rem;text-align:center;padding:10px 16px;letter-spacing:.02em}
.announcement-bar a{text-decoration:underline;text-underline-offset:2px}

/* Nav */
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,243,238,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:16px}
.nav-logo{font-family:var(--font-heading);font-size:clamp(1.35rem,3.6vw,1.7rem);font-weight:600;letter-spacing:.01em;line-height:1;white-space:nowrap}
.nav-logo span{color:var(--color-accent)}
.nav-links{display:none;align-items:center;gap:4px}
.nav-links a{padding:8px 14px;border-radius:var(--radius-full);font-size:.92rem;font-weight:500;color:var(--color-text-secondary);transition:color var(--transition-fast),background var(--transition-fast)}
.nav-links a:hover,.nav-links a.active{color:var(--color-text-primary);background:var(--color-surface-alt)}
.nav-dropdown{position:relative}
.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:8px;z-index:50}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{display:block;padding:10px 12px;border-radius:var(--radius-sm);font-size:.9rem}
.nav-actions{display:flex;align-items:center;gap:4px}
.nav-actions button,.nav-actions a.icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--color-text-primary);position:relative}
.nav-actions button:hover,.nav-actions a.icon-btn:hover{background:var(--color-surface-alt)}
.cart-count-badge{position:absolute;top:4px;right:2px}
.hamburger{display:inline-flex;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center}
.hamburger span{display:block;width:20px;height:1.5px;background:var(--color-text-primary);transition:transform var(--transition-fast)}
@media(min-width:1024px){
  .nav-links{display:flex}
  .hamburger{display:none}
}

/* Mobile menu */
.mobile-menu{position:fixed;inset:0;z-index:200;pointer-events:none}
.mobile-menu.open{pointer-events:auto}
.mobile-menu-overlay{position:absolute;inset:0;background:rgba(42,33,24,.4);opacity:0;transition:opacity var(--transition-base)}
.mobile-menu.open .mobile-menu-overlay{opacity:1}
.mobile-menu-panel{position:absolute;top:0;right:0;width:min(360px,90vw);height:100%;background:var(--color-surface);padding:24px;transform:translateX(100%);transition:transform var(--transition-base);overflow-y:auto;display:flex;flex-direction:column;gap:8px}
.mobile-menu.open .mobile-menu-panel{transform:translateX(0)}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.mobile-menu a{display:block;padding:14px 8px;border-bottom:1px solid var(--color-border);font-size:1.05rem;font-weight:500}
.mobile-menu .sub a{font-size:.95rem;font-weight:400;color:var(--color-text-secondary);padding-left:16px;border:none}

/* Search dropdown */
.search-panel{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);z-index:90;padding:16px 0 24px}
.search-panel.open{display:block}
.search-bar{display:flex;gap:8px;align-items:center}
.search-bar input{flex:1;padding:14px 18px;border:1.5px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg);font-size:1rem}
.search-bar input:focus{outline:none;border-color:var(--color-accent)}
.search-results{margin-top:12px;display:flex;flex-direction:column;gap:4px}
.search-item{display:flex;gap:12px;align-items:center;padding:10px;border-radius:var(--radius-md);transition:background var(--transition-fast)}
.search-item:hover{background:var(--color-surface-alt)}
.search-item img{width:56px;height:56px;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-surface-alt)}
.search-item-info{flex:1;min-width:0}
.search-item-title{font-weight:500;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-item-price{font-family:var(--font-mono);font-size:.85rem;color:var(--color-text-secondary)}

/* Hero */
.hero{position:relative;min-height:min(78vh,720px);display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#3a2f26}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(42,33,24,.15) 0%,rgba(42,33,24,.62) 100%)}
.hero-content{position:relative;z-index:2;padding:var(--space-2xl) 0;max-width:640px}
.hero-eyebrow{color:rgba(255,255,255,.85);margin-bottom:12px}
.hero-title{font-size:clamp(2.4rem,6vw,4.2rem);color:#fff;margin-bottom:16px;font-weight:600}
.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,.9);margin-bottom:28px;max-width:480px;line-height:1.55}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}

/* Grids */
.grid-2{display:grid;gap:20px;grid-template-columns:1fr}
.grid-3{display:grid;gap:20px;grid-template-columns:1fr}
.grid-4{display:grid;gap:20px;grid-template-columns:1fr}
.grid-auto{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
@media(min-width:640px){
  .grid-2{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:900px){
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(4,1fr)}
}

/* Product card */
.product-card{
  background:var(--color-surface);border:1px solid var(--color-border);
  border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;
  transition:box-shadow var(--transition-base),transform var(--transition-base);
  height:100%;
}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.product-card-media{position:relative;aspect-ratio:1;background:var(--color-surface-alt);overflow:hidden}
.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover .product-card-media img{transform:scale(1.04)}
.product-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}
.product-card-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.product-card-vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-weight:600}
.product-card-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card-price{font-family:var(--font-mono);font-size:.95rem;display:flex;align-items:center;gap:8px;margin-top:auto}
.price-compare{color:var(--color-text-muted);text-decoration:line-through;font-size:.85rem}
.price-current{font-weight:500}
.price-current.on-sale{color:var(--color-sale)}
.product-card-actions{padding:0 16px 16px}
.product-card .btn{width:100%}

/* Collection card */
.collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:#3a2f26;display:block}
.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.collection-card:hover img{transform:scale(1.05)}
.collection-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(42,33,24,.75) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;color:#fff}
.collection-card-title{font-family:var(--font-heading);font-size:1.6rem;color:#fff;margin-bottom:4px}
.collection-card-meta{font-size:.85rem;opacity:.85}

/* Blog card */
.blog-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow var(--transition-base)}
.blog-card:hover{box-shadow:var(--shadow-md)}
.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:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.blog-card-meta{font-size:.8rem;color:var(--color-text-muted)}
.blog-card-title{font-family:var(--font-heading);font-size:1.35rem;line-height:1.25}
.blog-card-excerpt{font-size:.92rem;color:var(--color-text-secondary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Trust */
.trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(min-width:768px){.trust-badges{grid-template-columns:repeat(4,1fr)}}
.trust-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px 16px;text-align:center}
.trust-item-icon{width:40px;height:40px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent)}
.trust-item h3{font-size:1rem;margin-bottom:4px;font-family:var(--font-body);font-weight:600}
.trust-item p{font-size:.85rem;color:var(--color-text-muted)}

/* Benefits */
.benefit-grid{display:grid;gap:24px}
@media(min-width:768px){.benefit-grid{grid-template-columns:repeat(3,1fr)}}
.benefit-card{padding:8px 4px}
.benefit-num{font-family:var(--font-heading);font-size:2rem;color:var(--color-accent);line-height:1;margin-bottom:8px}
.benefit-card h3{font-size:1.25rem;margin-bottom:8px}
.benefit-card p{font-size:.95rem}

/* Brand story band */
.story-band{display:grid;gap:32px;align-items:center}
@media(min-width:900px){.story-band{grid-template-columns:1.05fr .95fr;gap:56px}}
.story-band-media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--color-surface-alt)}
.story-band-media img{width:100%;height:100%;object-fit:cover}
.story-band-content h2{font-size:clamp(1.8rem,3.5vw,2.6rem);margin:12px 0 16px}
.story-band-content p{margin-bottom:14px}

/* Footer */
.footer{background:#241c16;color:rgba(255,255,255,.78);padding:64px 0 0;margin-top:auto}
.footer a{color:rgba(255,255,255,.78);transition:color var(--transition-fast)}
.footer a:hover{color:#fff}
.footer-grid{display:grid;gap:32px;grid-template-columns:1fr;padding-bottom:48px}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}
.footer-logo{font-family:var(--font-heading);font-size:clamp(1.45rem,3vw,1.75rem);color:#fff;margin-bottom:12px;white-space:nowrap;letter-spacing:.01em}
.footer-brand p{font-size:.92rem;max-width:280px;line-height:1.55;margin-bottom:16px}
.footer-col h4{font-family:var(--font-body);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5);margin-bottom:16px;font-weight:600}
.footer-col ul{display:flex;flex-direction:column;gap:10px}
.footer-col li a{font-size:.92rem}
.social-links{display:flex;gap:10px}
.social-links a{width:40px;height:40px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.social-links a:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:.82rem;color:rgba(255,255,255,.5)}

/* Breadcrumb */
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;color:var(--color-text-muted);padding:16px 0}
.breadcrumb a:hover{color:var(--color-accent)}
.breadcrumb-sep{opacity:.5}
.breadcrumb-current{color:var(--color-text-secondary)}

/* Collection page */
.collection-hero{position:relative;min-height:240px;display:flex;align-items:flex-end;background:#3a2f26;color:#fff;overflow:hidden;border-radius:0 0 var(--radius-lg) var(--radius-lg)}
.collection-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.collection-hero-content{position:relative;z-index:2;padding:40px 0 32px}
.collection-hero h1{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:8px}
.collection-hero p{max-width:560px;color:rgba(255,255,255,.88)}
.toolbar{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;margin:24px 0;padding:12px 0;border-bottom:1px solid var(--color-border)}
.toolbar-count{font-size:.9rem;color:var(--color-text-muted)}
.toolbar select{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);min-width:180px}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px;flex-wrap:wrap}
.pagination-btn{min-width:40px;height:40px;padding:0 12px;border-radius:var(--radius-full);border:1.5px solid var(--color-border);background:var(--color-surface);font-weight:500;display:inline-flex;align-items:center;justify-content:center}
.pagination-btn.active,.pagination-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}
.pagination-btn.active{background:var(--color-accent);color:var(--color-accent-fg)}

/* Product page */
.product-layout{display:grid;gap:32px;padding-bottom:48px}
@media(min-width:900px){.product-layout{grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}}
.product-gallery{position:sticky;top:calc(var(--header-h) + 16px)}
.gallery-main-wrap{aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-alt);border:1px solid var(--color-border);cursor:zoom-in;position:relative}
.gallery-main-wrap img{width:100%;height:100%;object-fit:cover}
.gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}
.gallery-thumb{flex:0 0 72px;width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;opacity:.75;cursor:pointer;background:var(--color-surface-alt)}
.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--color-accent);opacity:1}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.product-info{display:flex;flex-direction:column;gap:16px}
.product-vendor{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-weight:600}
.product-title{font-size:clamp(1.8rem,3vw,2.5rem)}
.product-rating-row{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--color-text-secondary)}
.rating-stars{color:#C4A35A;letter-spacing:1px}
.product-price-wrap{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.product-price{font-family:var(--font-mono);font-size:1.5rem;font-weight:500}
.product-compare-price{font-family:var(--font-mono);font-size:1.1rem;color:var(--color-text-muted);text-decoration:line-through}
.product-save{font-size:.85rem;color:var(--color-sale);font-weight:600}
.option-group{display:flex;flex-direction:column;gap:8px}
.option-label{font-size:.85rem;font-weight:600}
.option-label span{font-weight:400;color:var(--color-text-muted)}
.option-btns{display:flex;flex-wrap:wrap;gap:8px}
.option-btn{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);font-size:.9rem;transition:all var(--transition-fast)}
.option-btn:hover{border-color:var(--color-accent)}
.option-btn.active{background:var(--color-text-primary);border-color:var(--color-text-primary);color:#fff}
.option-btn.unavailable{opacity:.35;text-decoration:line-through;pointer-events:none}
.qty-control{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-full);overflow:hidden;background:var(--color-surface)}
.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--color-text-secondary)}
.qty-btn:hover{background:var(--color-surface-alt)}
.qty-input{width:48px;text-align:center;border:none;background:transparent;font-family:var(--font-mono);font-weight:500;-moz-appearance:textfield}
.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.product-actions{display:grid;gap:10px}
@media(min-width:480px){.product-actions{grid-template-columns:1.2fr 1fr}}
.availability-msg{font-size:.9rem;color:var(--color-success);font-weight:500}
.availability-msg.out{color:var(--color-error)}
.product-short-desc{font-size:.95rem;line-height:1.65;color:var(--color-text-secondary)}
.product-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.product-trust-row span{font-size:.82rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:8px}
.product-accordions{display:flex;flex-direction:column;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:16px 0;font-weight:600;font-size:.95rem;text-align:left}
.accordion-trigger svg{transition:transform var(--transition-fast)}
.accordion.open .accordion-trigger svg{transform:rotate(180deg)}
.accordion-body{display:none;padding:0 0 16px;font-size:.92rem;color:var(--color-text-secondary);line-height:1.65}
.accordion.open .accordion-body{display:block}
.accordion-body ul{list-style:disc;padding-left:18px;margin-top:8px}
.accordion-body li{margin-bottom:4px}

/* Sticky ATC */
.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -8px 24px rgba(42,33,24,.08);padding:12px 16px;transform:translateY(110%);transition:transform var(--transition-base)}
.sticky-atc.visible{transform:translateY(0)}
.sticky-atc-inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;gap:12px}
.sticky-atc-product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}
.sticky-atc-product img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover}
.sticky-atc-product strong{display:block;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sticky-atc-product span{font-family:var(--font-mono);font-size:.85rem;color:var(--color-text-secondary)}

/* Reviews */
.reviews-section{padding:var(--space-2xl) 0;border-top:1px solid var(--color-border)}
.reviews-summary{display:grid;gap:24px;margin-bottom:32px}
@media(min-width:768px){.reviews-summary{grid-template-columns:200px 1fr;align-items:center}}
.reviews-avg{text-align:center;padding:20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}
.reviews-score{font-family:var(--font-heading);font-size:3rem;line-height:1}
.reviews-bars{display:flex;flex-direction:column;gap:8px}
.rating-bar{display:grid;grid-template-columns:48px 1fr 36px;gap:10px;align-items:center;font-size:.85rem}
.rating-bar-track{height:8px;background:var(--color-surface-alt);border-radius:var(--radius-full);overflow:hidden}
.rating-bar-fill{height:100%;background:#C4A35A;border-radius:var(--radius-full)}
.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px}
.review-header{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}
.review-author{font-weight:600}
.review-verified{font-size:.75rem;color:var(--color-success);font-weight:600}
.review-title{font-weight:600;margin:6px 0}
.review-body{font-size:.92rem;color:var(--color-text-secondary);line-height:1.6}
.review-date{font-size:.8rem;color:var(--color-text-muted)}

/* Cart drawer */
.cart-overlay{position:fixed;inset:0;background:rgba(42,33,24,.4);opacity:0;pointer-events:none;transition:opacity var(--transition-base);z-index:300}
.cart-overlay.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100%;background:var(--color-surface);z-index:310;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:20px;border-bottom:1px solid var(--color-border)}
.cart-drawer-header h2{font-size:1.4rem;display:flex;align-items:center;gap:8px}
.cart-lines{flex:1;overflow-y:auto;padding:16px}
.cart-item{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border)}
.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-surface-alt)}
.cart-item-title{font-weight:600;font-size:.95rem;line-height:1.3;margin-bottom:4px}
.cart-item-variant{font-size:.8rem;color:var(--color-text-muted);margin-bottom:8px}
.cart-item-row{display:flex;justify-content:space-between;align-items:center;gap:8px}
.cart-item-price{font-family:var(--font-mono);font-size:.9rem;font-weight:500}
.cart-item-remove{font-size:.8rem;color:var(--color-text-muted);text-decoration:underline;margin-top:6px}
.cart-empty{text-align:center;padding:48px 16px;color:var(--color-text-muted)}
.cart-footer{padding:20px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}
.cart-subtotal{display:flex;justify-content:space-between;font-size:1.05rem}
.cart-subtotal strong{font-family:var(--font-mono)}
.cart-tax-note{font-size:.8rem;color:var(--color-text-muted)}
.cart-free-ship{font-size:.85rem;color:var(--color-success);font-weight:500}

/* Cart page */
.cart-page{padding:24px 0 64px}
.cart-page-layout{display:grid;gap:32px}
@media(min-width:900px){.cart-page-layout{grid-template-columns:1.4fr .8fr;align-items:start}}
.cart-table{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}
.cart-table-head{display:none;grid-template-columns:1fr 120px 120px 100px;gap:12px;padding:14px 20px;background:var(--color-surface-alt);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--color-text-muted)}
@media(min-width:768px){.cart-table-head{display:grid}}
.cart-page-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:20px;border-bottom:1px solid var(--color-border)}
@media(min-width:768px){.cart-page-item{grid-template-columns:88px 1fr 120px 120px 100px;align-items:center}}
.cart-page-item img{width:88px;height:88px;object-fit:cover;border-radius:var(--radius-sm)}
.cart-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:calc(var(--header-h) + 16px)}
.cart-summary h2{font-size:1.5rem;margin-bottom:16px}
.summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:.95rem;border-bottom:1px solid var(--color-border)}
.summary-row.total{border:none;font-size:1.15rem;font-weight:600;padding-top:16px}
.summary-row.total strong{font-family:var(--font-mono)}

/* Checkout */
.checkout-page{padding:24px 0 64px}
.checkout-layout{display:grid;gap:28px}
@media(min-width:960px){.checkout-layout{grid-template-columns:1.15fr .85fr;align-items:start}}
.checkout-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;margin-bottom:20px}
.checkout-card h2{font-size:1.35rem;margin-bottom:6px}
.checkout-card .sub{font-size:.9rem;color:var(--color-text-muted);margin-bottom:18px}
.form-grid{display:grid;gap:14px}
.form-grid.two{grid-template-columns:1fr}
@media(min-width:560px){.form-grid.two{grid-template-columns:1fr 1fr}}
.form-field{display:flex;flex-direction:column;gap:6px}
.form-field label{font-size:.85rem;font-weight:600}
.form-field input,.form-field select,.form-field textarea{
  padding:12px 14px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);
  background:var(--color-bg);transition:border-color var(--transition-fast);
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--color-accent);background:var(--color-surface)}
.form-field .error{font-size:.8rem;color:var(--color-error)}
.form-field.invalid input,.form-field.invalid select{border-color:var(--color-error)}
.payment-methods{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.pay-option{display:flex;align-items:center;gap:12px;padding:14px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}
.pay-option.active{border-color:var(--color-accent);background:var(--color-accent-soft)}
.pay-option input{accent-color:var(--color-accent)}
.card-form{display:grid;gap:14px;padding:16px;background:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--color-border)}
.card-icons{display:flex;gap:6px;align-items:center}
.card-icons span{font-size:.7rem;font-weight:700;padding:4px 8px;border-radius:4px;background:#fff;border:1px solid var(--color-border);color:var(--color-text-secondary);letter-spacing:.04em}
.secure-note{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--color-text-muted);margin-top:8px}
.checkout-order{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:calc(var(--header-h) + 16px)}
.checkout-line{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border)}
.checkout-line img{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover}
.checkout-line-info{flex:1;min-width:0}
.checkout-line-title{font-weight:600;font-size:.9rem}
.checkout-line-meta{font-size:.8rem;color:var(--color-text-muted)}
.checkout-steps{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.checkout-step{font-size:.8rem;font-weight:600;padding:6px 12px;border-radius:var(--radius-full);background:var(--color-surface-alt);color:var(--color-text-muted)}
.checkout-step.active{background:var(--color-accent);color:var(--color-accent-fg)}
.checkout-step.done{background:var(--color-accent-soft);color:var(--color-accent)}

/* Thank you */
.thankyou{padding:48px 0 80px;text-align:center}
.thankyou-icon{width:72px;height:72px;margin:0 auto 20px;border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center}
.thankyou h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:12px}
.thankyou-lead{font-size:1.1rem;max-width:520px;margin:0 auto 32px}
.order-box{text-align:left;max-width:640px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}
.order-box h2{font-size:1.25rem;margin-bottom:16px}
.order-meta{display:grid;gap:8px;margin-bottom:20px;font-size:.92rem}
.order-meta strong{color:var(--color-text-primary)}

/* Toast */
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--color-text-primary);color:#fff;padding:12px 20px;border-radius:var(--radius-full);font-size:.9rem;font-weight:500;opacity:0;pointer-events:none;transition:all var(--transition-base);z-index:500;box-shadow:var(--shadow-lg);max-width:90vw}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.toast-success{background:#2F4F38}
.toast-error{background:var(--color-error)}

/* Content pages */
.page-hero{padding:40px 0 20px}
.page-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:12px}
.page-hero p{max-width:640px;font-size:1.05rem}
.prose{max-width:760px;font-size:1.02rem;line-height:1.75;color:var(--color-text-secondary)}
.prose h2,.prose h3{color:var(--color-text-primary);margin:1.6em 0 .6em;font-size:1.5rem}
.prose h3{font-size:1.25rem}
.prose p{margin-bottom:1em}
.prose ul,.prose ol{margin:0 0 1em 1.25em;list-style:disc}
.prose ol{list-style:decimal}
.prose li{margin-bottom:.4em}
.prose a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}
.prose img{border-radius:var(--radius-md);margin:1.5em 0}
.policy-layout{display:grid;gap:32px}
@media(min-width:900px){.policy-layout{grid-template-columns:240px 1fr}}
.policy-nav{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px;height:fit-content;position:sticky;top:calc(var(--header-h) + 16px)}
.policy-nav a{display:block;padding:10px 12px;border-radius:var(--radius-sm);font-size:.92rem;font-weight:500}
.policy-nav a.active,.policy-nav a:hover{background:var(--color-accent-soft);color:var(--color-accent)}

/* Contact */
.contact-layout{display:grid;gap:32px}
@media(min-width:900px){.contact-layout{grid-template-columns:1fr 1.1fr}}
.contact-info-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}
.contact-info-card h2{font-size:1.5rem;margin-bottom:16px}
.contact-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border);font-size:.95rem}
.contact-row:last-child{border:none}
.contact-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}

/* FAQ */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:10px;overflow:hidden}
.faq-item .accordion-trigger{padding:16px 18px}
.faq-item .accordion-body{padding:0 18px 16px}

/* Article */
.article-hero{position:relative;min-height:360px;display:flex;align-items:flex-end;background:#3a2f26;color:#fff;overflow:hidden}
.article-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}
.article-hero-content{position:relative;z-index:2;padding:48px 0 40px;max-width:800px}
.article-hero h1{font-size:clamp(2rem,4vw,3.2rem);color:#fff;margin:12px 0}
.article-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.9rem;color:rgba(255,255,255,.85)}
.article-body{padding:40px 0 64px}
.share-row{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}

/* 404 */
.error-page{padding:80px 0;text-align:center}
.error-page .code{font-family:var(--font-heading);font-size:6rem;line-height:1;color:var(--color-accent);margin-bottom:8px}

/* Skeleton */
.skeleton{background:linear-gradient(90deg,var(--color-surface-alt) 25%,#f5efe6 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 fadeIn{from{opacity:0}to{opacity:1}}
@keyframes slideUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.fade-in{animation:fadeIn .5s ease both}
.slide-up{animation:slideUp .55s ease both}

/* Zoom modal */
.zoom-modal{position:fixed;inset:0;z-index:400;background:rgba(20,14,10,.92);display:none;align-items:center;justify-content:center;padding:20px}
.zoom-modal.open{display:flex}
.zoom-modal img{max-width:min(100%,1000px);max-height:90vh;object-fit:contain;border-radius:var(--radius-md)}
.zoom-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:var(--radius-full);background:rgba(255,255,255,.12);color:#fff;font-size:1.2rem}

/* Misc */
.site-main{min-height:50vh}
.divider{height:1px;background:var(--color-border);margin:24px 0}
.text-center{text-align:center}
.mt-lg{margin-top:var(--space-lg)}
.mb-lg{margin-bottom:var(--space-lg)}
.chip-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}
.chip{padding:8px 14px;border-radius:var(--radius-full);background:var(--color-surface);border:1px solid var(--color-border);font-size:.85rem;font-weight:500}
.chip:hover{border-color:var(--color-accent);color:var(--color-accent)}
.empty-state{text-align:center;padding:64px 20px}
.empty-state h2{margin-bottom:8px}
.note-banner{background:var(--color-accent-soft);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 16px;font-size:.9rem;color:var(--color-text-secondary);margin-bottom:16px}
@media(max-width:639px){
  .hide-mobile{display:none!important}
}
@media(min-width:640px){
  .hide-desktop{display:none!important}
}
