/* Raj Collection final font and header lockup authority — 2026-08-01f. */
:root {
  --rcs-font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --rcs-font-ui: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --rcs-font-sans: var(--rcs-font-ui);
  --rcs-font-body: var(--rcs-font-ui);
}

/* Phosphor's filled set is a separate font file. Older polish forced every
   icon through the regular face, which made unprotected fill icons disappear. */
.ph-fill {
  font-family: 'Phosphor-Fill' !important;
}

/* Rating stars deliberately use Unicode so they remain stable if an icon CDN
   is unavailable. Give that character a system text face, not an icon face. */
.rcs-product-card__rating .ph-fill::before,
.rcs-product-card__rating .ph-star::before,
.rcs-pdp__rating-row .ph-fill::before,
.rcs-pdp__rating-row .ph-star::before {
  content: '\2605' !important;
  font-family: Arial, sans-serif !important;
}

/* Make Noto authoritative after the client-side language switch. The strong
   selector and final load order prevent page-specific Fraunces/Inter rules
   from sending Devanagari glyphs to a device-dependent system fallback. */
html[data-rcs-lang='mr'] body *:not(.ph):not(.ph-fill),
html[data-rcs-lang='hi'] body *:not(.ph):not(.ph-fill) {
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif !important;
}

/* Brand typography is language-independent and shared with the intro mark. */
html[data-rcs-lang='mr'] body .rcs-intro__monogram,
html[data-rcs-lang='hi'] body .rcs-intro__monogram,
html[data-rcs-lang='mr'] body .rcs-brand-lockup__monogram,
html[data-rcs-lang='hi'] body .rcs-brand-lockup__monogram,
html[data-rcs-lang='mr'] body .rcs-brand-lockup__name,
html[data-rcs-lang='hi'] body .rcs-brand-lockup__name {
  font-family: 'Fraunces', Georgia, serif !important;
}

/* One compact lockup: the loading-screen RC, the name, and a single rule that
   belongs to both. These rules intentionally override every earlier Round 9/10
   logo experiment without changing header navigation or action geometry. */
html body header#rcs-header a.rcs-header__brand-r9.rcs-brand-lockup {
  display: inline-flex !important;
  width: auto !important;
  min-width: 154px !important;
  max-width: none !important;
  height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 3px 7px !important;
  color: var(--rcs-primary, #6b1a2e) !important;
  text-decoration: none !important;
  overflow: visible !important;
  isolation: isolate;
}

html body header#rcs-header a.rcs-brand-lockup .rcs-brand-lockup__monogram {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: var(--rcs-accent, #c9a961) !important;
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: -.065em !important;
  line-height: .86 !important;
  opacity: 1 !important;
  filter: drop-shadow(0 1px 5px rgba(201,169,97,.18));
}

html body header#rcs-header a.rcs-brand-lockup .rcs-r9-logo-wm.rcs-brand-lockup__name {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  color: var(--rcs-primary, #6b1a2e) !important;
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 17.5px !important;
  font-style: italic !important;
  font-weight: 550 !important;
  letter-spacing: -.015em !important;
  line-height: 1 !important;
  max-width: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

html body header#rcs-header a.rcs-brand-lockup .rcs-brand-lockup__rule {
  position: absolute !important;
  z-index: 3 !important;
  right: 3px !important;
  bottom: 8px !important;
  left: 3px !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(201,169,97,.72) 12%, #c9a961 50%, rgba(201,169,97,.72) 88%, transparent 100%) !important;
  background-size: 180% 100% !important;
  box-shadow: 0 1px 5px rgba(201,169,97,.16);
  opacity: 1 !important;
  transform: scaleX(1) !important;
  transform-origin: 50% 50%;
}

@media (min-width: 1024px) {
  :root { --logo-gap: 154px; }
  html body header#rcs-header a.rcs-header__brand-r9.rcs-brand-lockup { min-width: 154px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-brand-lockup__monogram { font-size: 29px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-r9-logo-wm.rcs-brand-lockup__name { font-size: 18px !important; }
}

@media (min-width: 1280px) {
  :root { --logo-gap: 184px; }
  html body header#rcs-header a.rcs-header__brand-r9.rcs-brand-lockup { min-width: 166px !important; gap: 7px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-brand-lockup__monogram { font-size: 31px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-r9-logo-wm.rcs-brand-lockup__name { font-size: 19.5px !important; }
}

@media (min-width: 1440px) {
  :root { --logo-gap: 202px; }
  html body header#rcs-header a.rcs-header__brand-r9.rcs-brand-lockup { min-width: 176px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-brand-lockup__monogram { font-size: 32px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-r9-logo-wm.rcs-brand-lockup__name { font-size: 20.5px !important; }
}

@media (max-width: 359px) {
  html body header#rcs-header a.rcs-header__brand-r9.rcs-brand-lockup {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    gap: 2.5px !important;
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  html body header#rcs-header a.rcs-brand-lockup .rcs-brand-lockup__monogram { display: block !important; font-size: 18.5px !important; }
  html body header#rcs-header a.rcs-brand-lockup .rcs-r9-logo-wm.rcs-brand-lockup__name { font-size: 11.5px !important; }
}

/* Eight full navigation labels do not fit beside the centred lockup on small
   laptops/tablets. Reuse the existing drawer until the 1280px desktop grid. */
@media (min-width: 1024px) and (max-width: 1279px) {
  html body header#rcs-header .rcs-header__desktop-nav { display: none !important; }
  html body header#rcs-header .rcs-header__menu { display: grid !important; }
}

@keyframes rcs-brand-monogram-arrive {
  0% { transform: translateY(2px) scale(.94); filter: brightness(.9); }
  62% { transform: translateY(0) scale(1.025); filter: brightness(1.08); }
  100% { transform: translateY(0) scale(1); filter: drop-shadow(0 1px 5px rgba(201,169,97,.18)); }
}

@keyframes rcs-brand-name-arrive {
  0% { filter: brightness(.9); }
  55% { filter: brightness(1.06); }
  100% { filter: brightness(1); }
}

@keyframes rcs-brand-rule-arrive {
  0% { background-position: 100% 0; filter: brightness(.86); }
  55% { filter: brightness(1.18); }
  100% { background-position: 0 0; filter: brightness(1); }
}

@media (prefers-reduced-motion: no-preference) {
  .rcs-brand-lockup.is-brand-entering .rcs-brand-lockup__monogram {
    animation: rcs-brand-monogram-arrive 720ms cubic-bezier(.16,1,.3,1) 40ms both !important;
  }
  .rcs-brand-lockup.is-brand-entering .rcs-brand-lockup__name {
    animation: rcs-brand-name-arrive 650ms cubic-bezier(.16,1,.3,1) 150ms both !important;
  }
  .rcs-brand-lockup.is-brand-entering .rcs-brand-lockup__rule {
    animation: rcs-brand-rule-arrive 820ms cubic-bezier(.22,1,.36,1) 260ms both !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rcs-brand-lockup__monogram,
  .rcs-brand-lockup__name,
  .rcs-brand-lockup__rule {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
