/* ============================================================
   Anoli Art — store.css
   Placeholder, hero, categories, cards, shop, product, cart, drawer
   ============================================================ */

/* ---------- Elegant placeholder ---------- */
.ph { position: relative; overflow: hidden; display: grid; place-items: center; width: 100%; height: 100%; }
.ph-sheen { position: absolute; inset: 0; background: radial-gradient(120% 90% at 30% 18%, rgba(255,255,255,.22), transparent 55%); }
.ph-frame { position: absolute; inset: 14px; border: 1px solid currentColor; opacity: .28; }
.ph-mono { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1; opacity: .92; position: relative; }
.ph-cap {
  position: absolute; bottom: 20px; left: 0; right: 0; text-align: center;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; opacity: .82;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.ph-cap-rule { width: 22px; height: 1px; background: currentColor; opacity: .6; }
.ph-tall { aspect-ratio: 4 / 5; }
.ph-square { aspect-ratio: 1 / 1; }

/* ============================================================
   HERO  (variants via body[data-hero])
   ============================================================ */
.hero { display: none; }
body[data-hero="split"]   .hero-split    { display: block; }
body[data-hero="centered"] .hero-centered { display: block; }
body[data-hero="editorial"] .hero-editorial { display: block; }

/* split — text left, imagery right */
.hero-split .hero-grid {
  display: grid; grid-template-columns: 1.02fr 1fr; min-height: 86vh; align-items: center;
}
.hero-split .hero-text { padding: 80px 72px 80px 0; max-width: 620px; margin-left: auto; }
.hero-split .hero-text.cwrap { padding-left: 40px; }
.hero-eyebrow { margin-bottom: 26px; }
.hero-h1 { font-size: clamp(44px, 5.4vw, 82px); margin-bottom: 26px; }
.hero-h1 em { font-style: italic; color: var(--garnet); }
.hero-lede { max-width: 440px; margin-bottom: 38px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-split .hero-media { position: relative; height: 100%; min-height: 86vh; }
.hero-split .hero-media .ph { position: absolute; inset: 0; }
.hero-badge {
  position: absolute; bottom: 34px; left: -54px; background: var(--surface); padding: 22px 26px;
  border: 1px solid var(--hairline); box-shadow: 0 24px 50px -24px rgba(40,20,10,.5); max-width: 230px;
}
.hero-badge .script { font-size: 30px; color: var(--gold-deep); line-height: 1; }
.hero-badge p { font-size: 12.5px; color: var(--ink-soft); font-weight: 300; margin-top: 8px; line-height: 1.5; }

/* centered — text over faint full-bleed imagery */
.hero-centered { position: relative; min-height: 88vh; display: grid; place-items: center; text-align: center; overflow: hidden; }
.hero-centered .hero-bg { position: absolute; inset: 0; background: linear-gradient(150deg, var(--bg-2), var(--bg-1)); }
.hero-centered .hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 40%, transparent, rgba(110,20,35,.06));
}
.hero-centered .hero-ring {
  position: absolute; width: min(62vh, 560px); aspect-ratio: 1; border: 1px solid var(--gold-deep);
  border-radius: 50%; opacity: .22; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none;
}
.hero-centered .hero-ring.r2 { width: min(48vh, 430px); opacity: .15; }
.hero-centered .hero-inner {
  position: relative; z-index: 2; max-width: 820px; padding: 60px 30px;
  display: flex; flex-direction: column; align-items: center;
}
.hero-centered .hero-eyebrow { margin-bottom: 24px; }
.hero-centered .hero-h1 { font-size: clamp(46px, 6vw, 92px); line-height: 1.08; margin-bottom: 34px; }
.hero-centered .hero-lede { margin: 0 0 38px; }
.hero-centered .hero-ctas { justify-content: center; }

/* editorial — stacked, magazine */
.hero-editorial { padding: 64px 0 0; }
.hero-editorial .hero-top { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.hero-editorial .hero-h1 { font-size: clamp(52px, 8vw, 130px); line-height: .96; }
.hero-editorial .hero-aside { padding-bottom: 14px; }
.hero-editorial .hero-aside .hero-lede { margin-bottom: 26px; }
.hero-editorial .hero-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; height: 56vh; min-height: 420px; }
.hero-editorial .hero-strip .ph { height: 100%; }

/* ============================================================
   MARQUEE / TRUST BAR
   ============================================================ */
.trust { background: var(--primary-deep); color: var(--gold-soft); padding: 22px 0; }
.trust-inner { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 11px; font-size: 12.5px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; color: #F3E2BC; }
.trust-item svg { color: var(--gold); }

/* ============================================================
   CATEGORY GRID
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cat-tile { position: relative; overflow: hidden; aspect-ratio: 4 / 5; cursor: pointer; }
.cat-tile .ph { transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.cat-tile:hover .ph { transform: scale(1.06); }
.cat-tile-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,8,10,.62) 0%, rgba(20,8,10,.1) 45%, transparent 70%); }
.cat-tile-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 28px; text-align: center; color: #fff; }
.cat-tile-cap .cat-name { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 500; line-height: 1.1; }
.cat-tile-cap .cat-tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-soft); margin-top: 8px; opacity: 0; transform: translateY(8px); transition: all .4s ease; }
.cat-tile:hover .cat-tile-cap .cat-tag { opacity: 1; transform: translateY(0); }
.cat-tile-line { width: 30px; height: 1px; background: var(--gold); margin: 12px auto 0; transform: scaleX(0); transition: transform .4s ease; }
.cat-tile:hover .cat-tile-line { transform: scaleX(1); }

/* ============================================================
   PRODUCT CARDS (variants via body[data-card])
   ============================================================ */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.products.cols-3 { grid-template-columns: repeat(3, 1fr); }
.pc { position: relative; display: block; cursor: pointer; transition: transform .4s ease; }
.pc-media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; }
.pc-media .ph { transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.pc:hover .pc-media .ph { transform: scale(1.05); }
.pc-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--surface); color: var(--primary);
  font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 11px; font-weight: 500;
  border: 1px solid var(--hairline); white-space: nowrap;
}
.pc-add {
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2;
  background: var(--primary); color: var(--on-primary); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 13px; opacity: 0; transform: translateY(12px);
  transition: all .4s cubic-bezier(.2,.7,.3,1); border-radius: 999px; font-weight: 500;
}
body[data-mood="atelier"] .pc-add { border-radius: 2px; }
.pc:hover .pc-add { opacity: 1; transform: translateY(0); }
.pc-add:hover { background: var(--primary-deep); }
.pc-body { padding: 18px 4px 0; }
.pc-cat { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 8px; }
.pc-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--primary); line-height: 1.12; }
.price { font-size: 15px; color: var(--ink); font-weight: 400; letter-spacing: 0.02em; }
.pc-price { display: inline-block; margin-top: 8px; }

/* framed */
body[data-card="framed"] .pc { background: var(--surface); border: 1px solid var(--hairline); padding: 16px; text-align: center; }
body[data-card="framed"] .pc:hover { box-shadow: 0 26px 50px -30px rgba(40,20,10,.45); transform: translateY(-4px); }
body[data-card="framed"] .pc-media { border: 1px solid var(--hairline); }
body[data-card="framed"] .pc-body { padding: 18px 6px 6px; }

/* overlay */
body[data-card="overlay"] .pc-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 20px; z-index: 2; text-align: center; }
body[data-card="overlay"] .pc-name, body[data-card="overlay"] .price { color: #fff; }
body[data-card="overlay"] .pc-cat { color: var(--gold-soft); }
body[data-card="overlay"] .pc-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,8,10,.72), transparent 60%); z-index: 1; }
body[data-card="overlay"] .pc-add { bottom: auto; top: 14px; left: 50%; transform: translateX(-50%) translateY(-8px); width: auto; padding: 10px 20px; }
body[data-card="overlay"] .pc:hover .pc-add { transform: translateX(-50%) translateY(0); }

/* ============================================================
   FEATURED / SPLIT PROMO
   ============================================================ */
.promo { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.promo-media { min-height: 540px; position: relative; }
.promo-media .ph { position: absolute; inset: 0; }
.promo-text { background: var(--primary-deep); color: var(--ivory); display: flex; flex-direction: column; justify-content: center; padding: 80px 8vw; }
.promo-text .eyebrow { color: var(--gold); }
.promo-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 3.6vw, 50px); font-weight: 500; line-height: 1.1; margin: 20px 0 22px; color: var(--gold-soft); }
.promo-text p { font-weight: 300; color: #D8C6AE; line-height: 1.8; margin-bottom: 34px; max-width: 420px; }

/* ============================================================
   ABOUT THE ARTIST (subtle)
   ============================================================ */
.artist { background: var(--bg-2); }
.artist-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: 70px; align-items: center; }
.artist-media { position: relative; }
.artist-media .ph { aspect-ratio: 4 / 5; }
.artist-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.artist-media .artist-seal {
  position: absolute; bottom: -26px; right: -26px; width: 120px; height: 120px; border-radius: 50%;
  background: var(--surface); border: 1px solid var(--gold-deep); display: grid; place-items: center; text-align: center;
  box-shadow: 0 20px 40px -20px rgba(40,20,10,.4);
}
.artist-seal .script { font-size: 22px; color: var(--gold-deep); line-height: 1; }
.artist-seal small { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); display: block; margin-top: 4px; }
.artist-text .section-title { margin: 18px 0 22px; }
.artist-text p { font-weight: 300; line-height: 1.85; color: var(--ink-soft); margin-bottom: 18px; max-width: 520px; }
.artist-sign { font-family: 'Clicker Script', cursive; font-size: 40px; color: var(--gold); margin-top: 6px; }

/* ============================================================
   SHOP PAGE
   ============================================================ */
.page-head { padding: 70px 0 40px; text-align: center; border-bottom: 1px solid var(--hairline); }
.page-head .eyebrow { margin-bottom: 16px; }
.page-head h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 5vw, 68px); font-weight: 500; color: var(--primary); }
.page-head p { margin-top: 14px; color: var(--ink-soft); font-weight: 300; }
.breadcrumb { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 24px; }
.breadcrumb a:hover { color: var(--primary); }

.shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; flex-wrap: wrap; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-pill {
  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; padding: 9px 18px; border-radius: 999px;
  border: 1px solid var(--hairline); color: var(--ink-soft); transition: all .25s; background: var(--surface);
}
.filter-pill:hover { border-color: var(--gold-deep); color: var(--primary); }
.filter-pill.active { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }
.shop-sort { font-size: 12px; letter-spacing: 0.06em; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; }
.shop-sort select { font-family: inherit; font-size: 12px; border: 1px solid var(--hairline); background: var(--surface); padding: 8px 12px; border-radius: 6px; color: var(--ink); }
.shop-count { font-size: 12px; color: var(--ink-soft); letter-spacing: 0.04em; }
.pc.hide { display: none; }

/* ============================================================
   PRODUCT PAGE (variants via body[data-pdp])
   ============================================================ */
.pdp { padding: 50px 0 var(--section-pad); }
.pdp-grid { display: grid; gap: 64px; }
body[data-pdp="gallery"] .pdp-grid { grid-template-columns: 1.05fr 1fr; align-items: start; }
body[data-pdp="stacked"] .pdp-grid { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; text-align: center; }
.pdp-gallery { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 14px; }
body[data-pdp="stacked"] .pdp-gallery { position: static; }
.pdp-main-img { aspect-ratio: 1/1; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pdp-thumb { aspect-ratio: 1/1; cursor: pointer; opacity: .65; transition: opacity .25s, outline .2s; outline: 1px solid transparent; }
.pdp-thumb:hover, .pdp-thumb.active { opacity: 1; outline: 1px solid var(--gold-deep); }
body[data-pdp="stacked"] .pdp-thumbs { max-width: 360px; margin: 0 auto; }

.pdp-cat { color: var(--gold-deep); margin-bottom: 14px; }
.pdp-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 500; color: var(--primary); line-height: 1.05; }
.pdp-price { font-size: 24px; color: var(--ink); margin: 18px 0; font-weight: 400; }
body[data-pdp="stacked"] .pdp-price { margin: 18px auto; }
.pdp-rating { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--ink-soft); margin-bottom: 24px; letter-spacing: 0.04em; }
body[data-pdp="stacked"] .pdp-rating { justify-content: center; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }
.pdp-desc { font-weight: 300; line-height: 1.85; color: var(--ink-soft); margin-bottom: 16px; }
.pdp-materials { font-size: 13px; color: var(--ink-soft); padding: 16px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); margin-bottom: 30px; }
.pdp-materials b { color: var(--primary); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11px; display: block; margin-bottom: 6px; }
.pdp-buy { display: flex; gap: 14px; align-items: stretch; margin-bottom: 28px; }
body[data-pdp="stacked"] .pdp-buy { justify-content: center; }
.qty-stepper { display: flex; align-items: center; border: 1px solid var(--hairline); border-radius: 999px; overflow: hidden; }
body[data-mood="atelier"] .qty-stepper { border-radius: 2px; }
.qty-stepper button { width: 46px; height: 100%; font-size: 18px; color: var(--ink); transition: background .2s; }
.qty-stepper button:hover { background: var(--bg-2); }
.qty-stepper span { width: 42px; text-align: center; font-size: 15px; }
.pdp-assure { display: flex; flex-direction: column; gap: 12px; }
body[data-pdp="stacked"] .pdp-assure { align-items: center; }
.pdp-assure div { display: flex; align-items: center; gap: 11px; font-size: 13px; color: var(--ink-soft); font-weight: 300; }
.pdp-assure svg { color: var(--gold-deep); flex: 0 0 auto; }

.pdp-accordion { margin-top: 30px; border-top: 1px solid var(--hairline); }
.acc-item { border-bottom: 1px solid var(--hairline); }
.acc-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 2px; font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--primary); text-align: left; }
.acc-q span.plus { font-family: 'Jost'; font-size: 18px; color: var(--gold-deep); transition: transform .3s; }
.acc-item.open .acc-q span.plus { transform: rotate(45deg); }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.acc-item.open .acc-a { max-height: 240px; }
.acc-a p { padding: 0 2px 20px; font-weight: 300; line-height: 1.75; color: var(--ink-soft); font-size: 14.5px; }

/* ============================================================
   CART PAGE
   ============================================================ */
.cart-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; align-items: start; }
.cart-line { display: grid; grid-template-columns: 110px 1fr auto; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--hairline); align-items: center; }
.cart-line-media { width: 110px; aspect-ratio: 1/1; }
.cart-line-cat { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 6px; }
.cart-line-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--primary); font-weight: 500; }
.cart-line-mat { font-size: 12.5px; color: var(--ink-soft); font-weight: 300; margin-top: 4px; }
.cart-line-remove { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 12px; }
.cart-line-remove:hover { color: var(--primary); }
.cart-line-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.cart-summary { background: var(--surface); border: 1px solid var(--hairline); padding: 36px 34px; position: sticky; top: 120px; }
.cart-summary h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--primary); margin-bottom: 24px; font-weight: 500; }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-soft); padding: 11px 0; font-weight: 300; }
.summary-row.total { border-top: 1px solid var(--hairline); margin-top: 12px; padding-top: 20px; font-size: 17px; color: var(--ink); font-weight: 400; }
.summary-row.total span:last-child { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--primary); }
.cart-empty { text-align: center; padding: 80px 0; }
.cart-empty .mark { font-size: 40px; color: var(--gold); margin-bottom: 18px; }
.cart-empty p { color: var(--ink-soft); margin-bottom: 26px; font-weight: 300; }

/* ============================================================
   CART DRAWER
   ============================================================ */
.drawer-scrim { position: fixed; inset: 0; background: rgba(20,8,10,.5); opacity: 0; pointer-events: none; transition: opacity .4s; z-index: 90; }
.drawer-scrim.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 92vw; background: var(--bg-1);
  z-index: 100; transform: translateX(100%); transition: transform .45s cubic-bezier(.3,.8,.3,1);
  display: flex; flex-direction: column; box-shadow: -30px 0 70px -30px rgba(0,0,0,.5);
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 26px 28px; border-bottom: 1px solid var(--hairline); }
.drawer-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--primary); font-weight: 500; white-space: nowrap; }
.drawer-close { font-size: 16px; color: var(--ink-soft); }
.drawer-close:hover { color: var(--primary); }
.drawer-items { flex: 1; overflow-y: auto; padding: 8px 28px; }
.drawer-item { display: grid; grid-template-columns: 74px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--hairline); }
.drawer-item-media { width: 74px; aspect-ratio: 1/1; }
.drawer-item-cat { font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 5px; }
.drawer-item-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--primary); font-weight: 500; line-height: 1.1; }
.drawer-item-row { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.qty { display: flex; align-items: center; border: 1px solid var(--hairline); border-radius: 999px; }
.qty button { width: 30px; height: 30px; font-size: 15px; color: var(--ink); }
.qty span { width: 28px; text-align: center; font-size: 13px; }
.drawer-item-remove { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-top: 10px; }
.drawer-item-remove:hover { color: var(--primary); }
.drawer-foot { border-top: 1px solid var(--hairline); padding: 24px 28px; background: var(--surface); }
.drawer-subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.drawer-subtotal span:first-child { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.drawer-subtotal .price { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--primary); }
.drawer-note { font-size: 12px; color: var(--ink-soft); font-weight: 300; margin-bottom: 18px; }
.drawer-foot .btn { margin-bottom: 10px; }
.drawer-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 40px; text-align: center; }
.drawer-empty .mark { font-size: 34px; color: var(--gold); }
.drawer-empty p { color: var(--ink-soft); font-weight: 300; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hero-split .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-split .hero-media { min-height: 60vh; }
  .hero-split .hero-text { padding: 64px 0; max-width: none; }
  .hero-split .hero-text.cwrap { padding-left: 0; }
  .hero-badge { left: auto; right: 24px; }
  .hero-editorial .hero-top { grid-template-columns: 1fr; }
  .hero-editorial .hero-strip { grid-template-columns: 1fr 1fr; height: auto; }
  .hero-editorial .hero-strip .ph { aspect-ratio: 3/4; }
  .promo { grid-template-columns: 1fr; }
  .promo-media { min-height: 380px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .products { grid-template-columns: repeat(2, 1fr); }
  .artist-grid { grid-template-columns: 1fr; gap: 50px; }
  body[data-pdp="gallery"] .pdp-grid { grid-template-columns: 1fr; }
  .pdp-gallery { position: static; }
  .cart-grid { grid-template-columns: 1fr; gap: 40px; }
  .cart-summary { position: static; }
}
@media (max-width: 560px) {
  .cat-grid { grid-template-columns: 1fr; }
  .products { grid-template-columns: 1fr 1fr; gap: 14px; }
  .trust-inner { gap: 26px; }
}
