.category-hero{padding:36px 0 24px;background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,248,243,0))}.category-hero h1{font-size:clamp(28px,3vw,38px);line-height:1.12;margin:10px 0;color:var(--ink-heading)}.filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:16px;align-items:center;margin:6px 0 24px;padding:14px;border-radius:18px;background:rgba(255,255,255,.62);border:1px solid rgba(234,216,207,.76);box-shadow:0 14px 36px rgba(66,39,36,.05);backdrop-filter:blur(12px)}.search-input{min-height:48px;border:1px solid var(--border);border-radius:999px;padding:0 16px;background:#fff;color:var(--ink);width:100%}.filter-chips{display:flex;flex-wrap:wrap;gap:9px}.filter-chip{min-height:38px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:0 14px;font-weight:900;color:#6f5b6d}.filter-chip.is-active{border-color:var(--primary);color:var(--primary-mid);background:#fff5f8}.collection-note{margin-top:34px;padding:22px;border-radius:var(--radius-lg);background:rgba(255,255,255,.62);border:1px solid var(--border-soft)}
@media(max-width:767px){.category-hero{padding:30px 0 20px}.category-hero h1{font-size:28px}.filter-bar{grid-template-columns:1fr}.filter-chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.filter-chip{flex:0 0 auto}.collection-note{padding:18px}}

/* V70 compact premium category filters */
.category-hero{padding:28px 0 12px;text-align:center;background:radial-gradient(circle at 20% 0,rgba(255,226,235,.58),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,248,243,0))}
.category-hero .container{max-width:820px}
.category-hero h1{font-family:var(--display-font);font-size:clamp(32px,3.3vw,46px);letter-spacing:0;line-height:1.05;margin:10px 0 8px;color:#251641}
.category-hero .section-copy{margin-inline:auto;font-size:16px;line-height:1.62}
.section-compact{padding-top:24px}
.filter-bar{width:min(100% - 32px,1120px);display:grid;grid-template-columns:minmax(260px,420px) minmax(0,1fr);gap:16px;align-items:center;margin:0 auto 28px;padding:12px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(255,247,251,.58));border:1px solid rgba(234,216,207,.86);box-shadow:0 18px 42px rgba(66,39,36,.07);backdrop-filter:blur(18px)}
.search-input{min-height:46px;border-radius:999px;border-color:#ecdcd4;background:rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.filter-chips{justify-content:flex-end;gap:10px}
.filter-chip{min-height:42px;padding:0 16px;border-color:#ead8cf;background:rgba(255,255,255,.78);box-shadow:0 10px 20px rgba(66,39,36,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.filter-chip:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(66,39,36,.08)}
.filter-chip.is-active{background:#fff7fa;border-color:var(--primary);color:#be526e;box-shadow:0 0 0 3px rgba(229,111,142,.11)}
.collection-note{width:min(100% - 32px,980px);margin:30px auto 0;background:rgba(255,255,255,.66);backdrop-filter:blur(16px)}
@media(max-width:1023px){.filter-bar{grid-template-columns:1fr}.filter-chips{justify-content:flex-start}.category-hero h1{font-size:34px}}
@media(max-width:767px){.category-hero{padding:24px 0 10px}.category-hero h1{font-size:30px}.section-compact{padding-top:18px}.filter-bar{width:min(100% - 24px,1120px);padding:10px;border-radius:22px}.filter-chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.filter-chip{flex:0 0 auto;min-height:40px}.product-grid{gap:18px}}

/* V73 — calmer, roomier category grids */
.section-compact .product-grid { gap: 26px; }
.section-compact .product-card { padding: 16px; }
@media (min-width: 1024px) {
  .section-compact .product-grid { gap: 30px; }
}

/* V96 - complete two-shelf cross-category recommendations */
.category-suggestion-shelf + .category-suggestion-shelf{
  margin-top:24px;
}
.category-suggestion-shelf__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
}
.category-suggestion-shelf__head h3{
  margin:0;
  color:var(--ink-heading);
  font-family:var(--display-font);
  font-size:21px;
  line-height:1.2;
}
.category-suggestion-shelf__head a{
  flex:0 0 auto;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border-radius:999px;
  background:var(--primary);
  color:#fff;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.category-suggestion-row{
  overflow-x:auto;
  overflow-y:visible;
  padding:6px 3px 18px;
}
.category-suggestion-card{
  height:100%;
  overflow:visible;
}
.category-suggestion-card a{
  height:100%;
  grid-template-rows:auto 1fr;
}
.category-suggestion-media{
  width:100%;
  overflow:hidden;
}
.category-suggestion-card--sticker .category-suggestion-media{
  aspect-ratio:2/3;
}
.category-suggestion-card--storybook .category-suggestion-media{
  aspect-ratio:1/1;
}
.category-suggestion-card--name-slip .category-suggestion-media{
  aspect-ratio:4/3;
}
.category-suggestion-media img{
  display:block;
  object-fit:contain;
}
@media(max-width:767px){
  .category-suggestions{
    margin-top:24px;
  }
  .category-suggestions-head h2{
    font-size:22px;
  }
  .category-suggestion-shelf + .category-suggestion-shelf{
    margin-top:18px;
  }
  .category-suggestion-shelf__head h3{
    font-size:18px;
  }
  .category-suggestion-row{
    grid-auto-columns:minmax(148px,44vw);
  }
}

/* V77 — compact category hero + 2-up mobile grid */
.category-hero{padding:16px 0 4px!important;text-align:center}
.category-hero .container{max-width:760px}
.category-hero h1{font-size:clamp(20px,3.6vw,28px)!important;line-height:1.12!important;margin:2px 0 4px!important}
.category-hero .section-copy{font-size:13px!important;line-height:1.5!important;color:var(--muted)}
.section-compact{padding-top:10px!important}
@media (max-width:767px){
  .category-hero{padding:12px 0 2px!important}
  .category-hero h1{font-size:22px!important}
  .category-hero .section-copy{font-size:12.5px!important;max-width:340px;margin-inline:auto}
  .section-compact .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .section-compact .product-card{padding:8px}
  .product-card.name-slip h3,.product-card h3{font-size:14px;line-height:1.2}
  .product-card .card-actions .btn,.product-card .btn{min-height:38px;font-size:12px;padding:0 10px}
}

/* V81 — clean compact e-commerce filter bar (Myntra-style) */
.filter-bar{
  width:min(100% - 32px,1080px)!important;
  margin:6px auto 16px!important;
  display:grid!important;grid-template-columns:minmax(200px,300px) 1fr;gap:12px;align-items:center;
  padding:10px!important;border-radius:16px!important;
  background:#fff!important;border:1px solid var(--border-soft)!important;
  box-shadow:0 8px 22px rgba(66,39,36,.05)!important;backdrop-filter:none!important;
}
.search-input{
  min-height:44px!important;border:1px solid var(--border)!important;border-radius:12px!important;
  padding:0 14px 0 40px!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239d465d' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") 13px center/16px no-repeat!important;
  font-weight:700;color:var(--ink-heading);box-shadow:none!important;
}
.filter-chips{display:flex!important;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.filter-chip{
  min-height:38px!important;padding:0 15px!important;border-radius:999px!important;
  border:1px solid var(--border)!important;background:#fff!important;color:var(--ink)!important;
  font-weight:800!important;font-size:13px!important;text-transform:capitalize;cursor:pointer;
  box-shadow:none!important;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease;
}
.filter-chip:hover{transform:translateY(-1px);border-color:var(--primary)!important;color:var(--primary-deep)!important}
.filter-chip.is-active{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:0 8px 18px rgba(229,111,142,.25)!important}
@media (max-width:767px){
  .filter-bar{grid-template-columns:1fr!important;gap:10px;padding:8px!important;border-radius:14px!important}
  .search-input{min-height:42px!important}
  .filter-chips{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:3px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .filter-chips::-webkit-scrollbar{display:none}
  .filter-chip{flex:0 0 auto;min-height:34px!important;font-size:12px!important;padding:0 13px!important}
}

/* V91 — category filters and cross-category suggestions */
.collection-note{
  display:none!important;
}
.filter-bar{
  grid-template-columns:minmax(160px,220px) auto!important;
  justify-content:center!important;
  gap:10px!important;
  width:min(100% - 32px,760px)!important;
  padding:8px!important;
}
.filter-select{
  min-height:42px;
  width:100%;
  border:1px solid var(--border);
  border-radius:12px;
  padding:0 38px 0 14px;
  color:var(--ink-heading);
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239d465d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 13px center/16px no-repeat;
  appearance:none;
  font-weight:900;
  box-shadow:0 8px 18px rgba(66,39,36,.045);
}
.search-input{
  width:46px!important;
  min-width:46px!important;
  max-width:240px!important;
  color:transparent!important;
  cursor:pointer;
  transition:width .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.search-input::placeholder{
  color:transparent;
}
.search-input:focus,
.search-input:not(:placeholder-shown){
  width:220px!important;
  color:var(--ink-heading)!important;
  cursor:text;
  border-color:var(--primary)!important;
  box-shadow:0 0 0 3px rgba(229,111,142,.12)!important;
}
.search-input:focus::placeholder{
  color:#9a8580;
}
.filter-chips{
  display:none!important;
}
.category-suggestions{
  margin-top:34px;
}
.category-suggestions-head{
  text-align:center;
  margin-bottom:16px;
}
.category-suggestions-head h2{
  margin:8px 0 0;
  color:var(--ink-heading);
  font-family:var(--display-font);
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.15;
}
.category-suggestion-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(174px,210px);
  gap:14px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  padding:4px 2px 14px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.category-suggestion-card{
  scroll-snap-align:start;
  border:1px solid var(--border-soft);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 28px rgba(66,39,36,.07);
  overflow:hidden;
}
.category-suggestion-card a{
  display:grid;
  gap:10px;
  padding:10px;
}
.category-suggestion-media{
  display:grid;
  place-items:center;
  aspect-ratio:1/1;
  border-radius:14px;
  background:linear-gradient(145deg,#fff,#fff5f8);
  overflow:hidden;
}
.category-suggestion-media img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.category-suggestion-copy strong{
  display:block;
  color:var(--ink-heading);
  font-size:14px;
  line-height:1.25;
}
.category-suggestion-copy small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
@media (max-width:767px){
  .filter-bar{
    grid-template-columns:minmax(138px,1fr) 46px!important;
    width:min(100% - 24px,420px)!important;
    margin-bottom:14px!important;
  }
  .search-input:focus,
  .search-input:not(:placeholder-shown){
    width:min(52vw,190px)!important;
  }
  .category-suggestion-row{
    grid-auto-columns:minmax(150px,168px);
    gap:12px;
  }
}

/* V95 — compact premium category intro + toolbar */
.category-intro{
  padding:18px 0 8px;
  text-align:center;
  background:
    radial-gradient(circle at 22% 0,rgba(255,226,235,.44),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.76),rgba(255,248,243,0));
}
.category-intro .container{
  width:min(100% - 32px,1080px);
}
.category-intro h1{
  margin:6px 0 4px;
  color:var(--ink-heading);
  font-family:var(--display-font);
  font-size:clamp(22px,2.6vw,32px);
  line-height:1.12;
  letter-spacing:0;
}
.category-intro .section-copy{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.category-value-chips,
.category-filter-chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}
.category-value-chips{
  margin-top:12px;
}
.category-value-chips span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(234,216,207,.86);
  color:var(--primary-deep);
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(66,39,36,.045);
}
.category-filter-chips{
  margin:12px auto 0;
  max-width:960px;
}
.category-filter-chips .filter-chip{
  min-height:34px!important;
  padding:0 13px!important;
  border:1px solid var(--border)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.84)!important;
  color:var(--ink-heading)!important;
  font-size:12.5px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer;
  box-shadow:none!important;
}
.category-filter-chips .filter-chip:hover{
  transform:translateY(-1px);
  border-color:var(--primary)!important;
  color:var(--primary-deep)!important;
}
.category-filter-chips .filter-chip.is-active{
  background:var(--primary)!important;
  border-color:var(--primary)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(229,111,142,.23)!important;
}
.category-toolbar{
  display:grid;
  grid-template-columns:minmax(240px,1fr) 148px auto;
  align-items:end;
  gap:10px;
  margin:14px auto 0;
  padding:10px;
  border:1px solid var(--border-soft);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 30px rgba(66,39,36,.055);
}
.category-search,
.category-sort{
  display:grid;
  gap:4px;
  text-align:left;
}
.category-search span,
.category-sort span{
  color:var(--primary-deep);
  font-size:11px;
  font-weight:900;
  line-height:1;
  padding-left:3px;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.category-toolbar .search-input{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:42px!important;
  border:1px solid var(--border)!important;
  border-radius:13px!important;
  padding:0 14px 0 40px!important;
  color:var(--ink-heading)!important;
  cursor:text!important;
  font-size:14px!important;
  font-weight:800!important;
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239d465d' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") 13px center/16px no-repeat!important;
  box-shadow:none!important;
}
.category-toolbar .search-input::placeholder{
  color:#9b8580!important;
}
.category-toolbar select{
  min-height:42px;
  width:100%;
  border:1px solid var(--border);
  border-radius:13px;
  padding:0 36px 0 12px;
  color:var(--ink-heading);
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239d465d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 12px center/15px no-repeat;
  appearance:none;
  font-weight:900;
}
.category-result-count{
  margin:0;
  align-self:center;
  color:var(--muted);
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.category-listing-section{
  padding-top:12px!important;
}
.category-empty-state{
  width:min(100% - 32px,560px);
  margin:20px auto 0;
  padding:24px;
  text-align:center;
  border:1px solid var(--border-soft);
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(66,39,36,.06);
}
.category-empty-state h2{
  margin:0 0 6px;
  color:var(--ink-heading);
  font-size:22px;
}
.category-empty-state p{
  margin:0 0 14px;
  color:var(--muted);
}
@media (max-width:1023px){
  .category-toolbar{
    grid-template-columns:minmax(0,1fr) 140px;
  }
  .category-result-count{
    grid-column:1 / -1;
    justify-self:start;
  }
}
@media (max-width:767px){
  .category-intro{
    padding:14px 0 6px;
  }
  .category-intro .container{
    width:min(100% - 24px,420px);
  }
  .category-intro h1{
    font-size:22px;
    margin-top:4px;
  }
  .category-intro .section-copy{
    font-size:12.5px;
  }
  .category-value-chips{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  .category-value-chips::-webkit-scrollbar{
    display:none;
  }
  .category-value-chips span{
    flex:0 0 auto;
    min-height:28px;
    font-size:11.5px;
  }
  .category-filter-chips{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  .category-filter-chips::-webkit-scrollbar{
    display:none;
  }
  .category-filter-chips .filter-chip{
    flex:0 0 auto;
    min-height:32px!important;
    font-size:12px!important;
    padding:0 12px!important;
  }
  .category-toolbar{
    grid-template-columns:minmax(0,1fr) 126px;
    gap:8px;
    padding:9px;
    border-radius:16px;
  }
  .category-search span,
  .category-sort span{
    display:none;
  }
  .category-search{
    grid-column:1 / -1;
  }
  .category-toolbar .search-input,
  .category-toolbar select{
    min-height:40px!important;
  }
  .category-result-count{
    justify-self:start;
    align-self:center;
    font-size:12.5px;
  }
  .category-listing-section{
    padding-top:10px!important;
  }
}

/* V94 - premium storybook cards from WebP bundle */
.product-card .card-copy{
  margin:4px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  font-weight:750;
}
.product-card .card-price{
  margin-top:8px;
  color:var(--primary-deep);
  font-size:15px;
  line-height:1.2;
  font-weight:950;
}
.product-card.storybook .product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.category-listing-section .product-card.storybook{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.category-listing-section .product-card.storybook .card-actions{
  margin-top:auto;
}
@media(max-width:767px){
  .product-card .card-copy{
    font-size:12px;
    line-height:1.35;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .product-card .card-price{
    font-size:13px;
  }
}

/* V96 final cascade - complete two-shelf cross-category recommendations */
.category-suggestion-shelf + .category-suggestion-shelf{margin-top:24px}
.category-suggestion-shelf__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.category-suggestion-shelf__head h3{margin:0;color:var(--ink-heading);font-family:var(--display-font);font-size:21px;line-height:1.2}
.category-suggestion-shelf__head a{flex:0 0 auto;min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border-radius:999px;background:var(--primary);color:#fff;font-size:13px;font-weight:900;white-space:nowrap}
.category-suggestion-row{overflow-x:auto;overflow-y:visible;padding:6px 3px 18px}
.category-suggestion-card{height:100%;overflow:visible}
.category-suggestion-card a{height:100%;grid-template-rows:auto 1fr}
.category-suggestion-media{width:100%;overflow:hidden}
.category-suggestion-card--sticker .category-suggestion-media{aspect-ratio:2/3}
.category-suggestion-card--storybook .category-suggestion-media{aspect-ratio:1/1}
.category-suggestion-card--name-slip .category-suggestion-media{aspect-ratio:4/3}
.category-suggestion-media img{display:block;object-fit:contain}
@media(max-width:767px){
  .category-suggestions{margin-top:24px}
  .category-suggestions-head h2{font-size:22px}
  .category-suggestion-shelf + .category-suggestion-shelf{margin-top:18px}
  .category-suggestion-shelf__head h3{font-size:18px}
  .category-suggestion-row{grid-auto-columns:minmax(148px,44vw)}
}
