/* rj-cat04 (rj-site-04, 27 Sep 2026) — the style cards (family pages, the style pages' strip) and the style page's extras.
   Self-contained and namespaced (.rs-*): works on any live family page, whichever garment-page version it carries.
   The card = the approved card without the gold disc: the render's own dark lit ground, the whole garment at 2:3,
   name + family, From ₹ (gold ₹) / At the atelier, one line, the gold pill; hover/tap/keyboard = the frosted sheet. */
.rs-card{--iv:#F5EFE4;--q:rgba(245,239,228,.64);--f:rgba(245,239,228,.5);--g:#C4A76D;--gt:#E8D9BC;--hl:rgba(196,167,109,.2);--ease:cubic-bezier(.16,1,.3,1);
  position:relative;display:flex;flex-direction:column;min-width:0;border-radius:20px;overflow:hidden;isolation:isolate;color:var(--iv);
  background:#110B0D;border:1px solid var(--hl);box-shadow:0 30px 60px -30px rgba(0,0,0,.9);transition:border-color 300ms var(--ease);font-family:Inter,system-ui,sans-serif}
.rs-img{position:relative;display:block;aspect-ratio:2/3;overflow:hidden}
.rs-img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 700ms var(--ease),filter 500ms var(--ease);transform-origin:50% 40%}
.rs-info{display:flex;flex-direction:column;gap:12px;padding:14px 18px 18px;transition:opacity 300ms}
.rs-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.rs-nm{margin:0;font:500 15px/1.3 Inter,system-ui,sans-serif;letter-spacing:0;text-transform:none;color:var(--iv)}
.rs-nm a{color:inherit;text-decoration:none}
.rs-nm a:after{content:"";position:absolute;inset:0;z-index:1}
.rs-fm{display:block;margin-top:3px;font:400 11px/1 Inter,system-ui,sans-serif;letter-spacing:.04em;color:var(--f)}
.rs-pr{font:500 14px/1.3 Inter,system-ui,sans-serif;color:var(--iv);white-space:nowrap;font-variant-numeric:tabular-nums}
.rs-pr small{font-size:11px;font-weight:400;color:var(--f);margin-right:4px}
.rs-pr .rp{color:var(--g)}
.rs-pr.at{font-weight:400;font-size:12px;color:var(--q)}
.rs-one{margin:-6px 0 0;font:400 12px/1.45 Inter,system-ui,sans-serif;color:var(--q);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs-pill{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:44px;border-radius:22px;background:linear-gradient(180deg,#CFB47C,#C4A76D 45%,#B39455);color:#0C0507;text-decoration:none;
  font:600 10.5px/1 Inter,system-ui,sans-serif;letter-spacing:.22em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 8px 24px -10px rgba(196,167,109,.5);transition:background 150ms,color 150ms,transform 150ms}
.rs-pill:hover{transform:translateY(-1px);color:#0C0507}
.rs-pill:active{background:#7A1F2D;color:#F8EFE0;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
/* the sheet: frosted glass over the lower half */
.rs-sheet{position:absolute;z-index:4;left:0;right:0;bottom:0;min-height:52%;border-radius:20px 20px 0 0;background:rgba(18,10,13,.72);backdrop-filter:blur(18px) saturate(1.1);-webkit-backdrop-filter:blur(18px) saturate(1.1);
  border-top:1px solid rgba(196,167,109,.3);padding:20px 20px 14px;display:flex;flex-direction:column;transform:translateY(102%);visibility:hidden;transition:transform 550ms var(--ease),visibility 0s linear 550ms}
.rs-sheet .rs-nm{font-size:16px}
.rs-sheet .rs-one{margin:10px 0 0;white-space:normal}
.rs-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:14px -20px 0;border-top:1px solid rgba(245,239,228,.08);border-bottom:1px solid rgba(245,239,228,.08)}
.rs-facts div{display:flex;flex-direction:column;align-items:center;gap:6px;padding:11px 6px 10px;min-width:0;text-align:center}
.rs-facts div+div{border-left:1px solid rgba(245,239,228,.08)}
.rs-facts span{font:400 11px/1 Inter,system-ui,sans-serif;color:var(--f)}
.rs-facts b{font:500 13px/1.2 Inter,system-ui,sans-serif;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rs-act{display:flex;align-items:center;gap:14px;margin-top:16px}
.rs-act .rs-pill{flex:1}
.rs-act .rs-pr{font-size:15px}
.rs-bag{position:relative;z-index:2;align-self:center;margin-top:6px;appearance:none;background:none;border:0;min-height:36px;padding:0 10px;cursor:pointer;font:400 12px/1 Inter,system-ui,sans-serif;color:var(--gt);text-decoration:underline;text-decoration-color:rgba(196,167,109,.4);text-underline-offset:4px}
.rs-card.sheet,.rs-card:has(:focus-visible){border-color:rgba(196,167,109,.4)}
.rs-card.sheet .rs-sheet,.rs-card:has(:focus-visible) .rs-sheet{transform:none;visibility:visible;transition:transform 550ms var(--ease),visibility 0s}
.rs-card.sheet .rs-img img,.rs-card:has(:focus-visible) .rs-img img{transform:scale(1.08) translateY(-4%);filter:brightness(.72)}
.rs-card.sheet .rs-info,.rs-card:has(:focus-visible) .rs-info{opacity:0}
@media (hover:hover){
  .rs-card:hover{border-color:rgba(196,167,109,.4)}
  .rs-card:hover .rs-sheet{transform:none;visibility:visible;transition:transform 550ms var(--ease),visibility 0s}
  .rs-card:hover .rs-img img{transform:scale(1.08) translateY(-4%);filter:brightness(.72)}
  .rs-card:hover .rs-info{opacity:0}
}
/* the family page: THE STYLES */
.rs-styles{max-width:1312px;margin:0 auto;padding:64px var(--gutter,40px) 8px;color:#F5EFE4}
.rs-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 8px}
.rs-head h2{margin:10px 0 0;font:400 30px/1.2 Cinzel,"Times New Roman",serif;letter-spacing:.05em;text-transform:uppercase;color:#F5EFE4}
.rs-head p{margin:10px 0 0;font:400 15px/1.72 Inter,system-ui,sans-serif;color:#C9C0B4;max-width:560px}
.rs-head .kick{font:500 11px/1 Inter,system-ui,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:#D9B878}
.rs-line{display:flex;align-items:center;gap:18px;padding:36px 0 18px}
.rs-line b{font:400 13px/1 Cinzel,"Times New Roman",serif;letter-spacing:.3em;text-transform:uppercase;color:#E8D9BC;white-space:nowrap}
.rs-line span{font:400 12px/1 Inter,system-ui,sans-serif;color:rgba(245,239,228,.5);white-space:nowrap}
.rs-line i{flex:1;height:1px;background:linear-gradient(90deg,rgba(196,167,109,.4),rgba(196,167,109,.08))}
.rs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,400px));gap:32px 28px;justify-content:center;padding-top:20px}
.rs-line+.rs-grid{padding-top:0}
/* the style page: the related strip */
.rs-rel{max-width:1312px;margin:56px auto 0;padding:0 var(--gutter,40px)}
.rs-rel .kick{font:500 11px/1 Inter,system-ui,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:#D9B878}
.rs-more{display:inline-flex;align-items:center;min-height:44px;font:500 11px/1 Inter,system-ui,sans-serif;letter-spacing:.2em;text-transform:uppercase;color:#F5EFE4;text-decoration:none;white-space:nowrap}
.rs-more span{padding-bottom:8px;border-bottom:1px solid rgba(196,167,109,.55)}
.rs-more span:after{content:"\2192";margin-left:10px;font-weight:300}
.rs-rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:20px 0 8px}
.rs-rail::-webkit-scrollbar{display:none}
.rs-rail .rs-card{flex:0 0 300px;scroll-snap-align:start}
/* the style page: the render on its own ground, cloth chips, subtitle, shown, specification */
.rs-page .rs-gal figure.rs-f0 img{object-fit:contain!important;width:100%;height:100%}
.rs-page .rs-sub{margin:8px 0 0;font:400 14px/1.5 Inter,system-ui,sans-serif;color:rgba(245,239,228,.64)}
.rs-page .g8-sw .swr.rs-chip{width:auto;height:auto;min-height:44px;padding:0 16px;border-radius:22px;font:400 13px/1 Inter,system-ui,sans-serif;color:rgba(245,239,228,.72)}
.rs-page .g8-sw .swr.rs-chip[aria-pressed=true]{color:#F5EFE4;background:rgba(203,173,114,.08)}
.rs-page .g8-sw{gap:10px 12px;align-items:center}
.rs-page .rs-shown{margin:18px 0 0;font:300 14px/1.6 Inter,system-ui,sans-serif;color:rgba(245,239,228,.64)}
.rs-page .rs-shown .kick{display:block;margin:0 0 6px}
.rs-page .rs-spec{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.rs-page .rs-spec li{padding:7px 12px;border:1px solid rgba(196,167,109,.26);border-radius:14px;font:400 12px/1.2 Inter,system-ui,sans-serif;color:#E8D9BC}
@media (max-width:1180px) and (min-width:761px){.rs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){
  .rs-styles{padding:44px 16px 4px}
  .rs-head{flex-direction:column;align-items:flex-start;gap:6px}
  .rs-head h2{font-size:24px}
  .rs-line{padding:28px 0 12px}
  .rs-grid{display:flex;justify-content:flex-start;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 -16px;padding:4px 16px 8px;scroll-padding-left:16px}
  .rs-grid::-webkit-scrollbar{display:none}
  .rs-grid .rs-card{flex:0 0 300px;scroll-snap-align:start}
  .rs-rel{padding:0 16px;margin-top:40px}
  .rs-rail{margin:0 -16px;padding:16px 16px 8px;scroll-padding-left:16px;gap:12px}
  .rs-sheet{min-height:60%}
}
@media (prefers-reduced-motion:reduce){.rs-card,.rs-card *{transition:none!important}}
/* the style page's gallery is exactly the render's 2:3, so the whole garment shows with no side bands; gallery + panel centred */
.rs-page .t9-grid{grid-template-columns:auto 520px;justify-content:center}
.rs-page .rs-gal{height:820px;aspect-ratio:2/3;width:auto}
.rs-page .rs-shown{margin-top:24px}
@media (max-width:1180px) and (min-width:761px){.rs-page .t9-grid{grid-template-columns:auto 400px}.rs-page .rs-gal{height:680px}}
@media (max-width:760px){.rs-page .t9-grid{display:block}.rs-page .rs-gal{height:auto;width:100%;aspect-ratio:2/3}}
