/* House of RadhaRani 1.2.0: full-width Indian luxury storefront refresh */
:root{
  --gold:#d0a35f;
  --gold-light:#f0ce92;
  --gold-pale:#f8ecd5;
  --crimson:#8d2348;
  --crimson-deep:#421027;
  --rose:#bd5275;
  --ivory:#fffaf7;
  --cream:#f7efea;
  --dark:#190b14;
  --text:#281820;
  --muted:#716069;
  --line:rgba(66,16,39,.12);
  --shadow:0 18px 50px rgba(66,16,39,.10);
  --shadow-lg:0 30px 80px rgba(66,16,39,.17);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:14px;
  --rrh-gutter:clamp(16px,3.4vw,56px);
  --rrh-section:clamp(62px,7vw,108px);
  --container:100%;
  --container-wide:100%;
}

html,
body{
  width:100%;
  max-width:100%;
}

body{
  background:
    radial-gradient(circle at 8% 0%,rgba(208,163,95,.07),transparent 24rem),
    var(--ivory);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.container,
.rr-footer-cta,
.rr-footer-main,
.rrh-page-gutter{
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
  padding-inline:var(--rrh-gutter) !important;
}

.rr-main{
  width:100%;
  overflow:hidden;
}

a,
button,
input,
select,
textarea{
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(208,163,95,.72);
  outline-offset:3px;
}

/* Header */
.rr-topbar{
  background:linear-gradient(100deg,#30101f 0%,#711d3d 50%,#30101f 100%);
  border-bottom:1px solid rgba(240,206,146,.18);
}

.rr-topbar-inner{
  min-height:38px;
  padding-block:8px;
}

.rr-header{
  background:rgba(255,250,247,.94);
  border-bottom:1px solid rgba(66,16,39,.10);
  box-shadow:0 10px 34px rgba(66,16,39,.07);
}

.rr-nav{
  width:100% !important;
  max-width:none !important;
  padding:13px var(--rrh-gutter) !important;
  gap:clamp(14px,2vw,30px);
}

.rr-brand-badge{
  background:linear-gradient(145deg,#391020 0%,var(--crimson) 58%,var(--gold) 100%);
  border-radius:16px;
  box-shadow:0 12px 28px rgba(66,16,39,.24);
}

.rr-brand-copy strong{
  color:var(--crimson-deep);
  letter-spacing:-.025em;
}

.rr-nav-links{gap:clamp(14px,1.7vw,28px)}
.rr-nav-links a{font-size:12px;letter-spacing:.075em}

.rr-btn,
.btn{
  min-height:44px;
  border-radius:999px !important;
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;
}

.rr-btn-gold,
.btn-gold{
  color:#321020 !important;
  background:linear-gradient(135deg,#f1d49d 0%,#d4a65f 52%,#f0c880 100%) !important;
  box-shadow:0 14px 30px rgba(208,163,95,.22);
}

.rr-btn-call{
  color:var(--crimson-deep);
  border-color:rgba(66,16,39,.14);
}

/* Full-width hero and section rhythm */
.hero{
  width:100%;
  padding:0 !important;
  min-height:auto !important;
}

.hero-shell{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  min-height:clamp(620px,76vh,820px) !important;
  border-radius:0 !important;
  background:
    radial-gradient(circle at 12% 82%,rgba(208,163,95,.23),transparent 27%),
    linear-gradient(122deg,#421027 0%,#5d1735 42%,#190b14 100%) !important;
}

.hero-left{
  padding:clamp(42px,6vw,92px) var(--rrh-gutter) !important;
}

.hero-right{
  padding:clamp(28px,3vw,48px) var(--rrh-gutter) clamp(28px,3vw,48px) 0 !important;
}

.hero-slider{
  min-height:540px;
  border-radius:28px;
  border-color:rgba(255,255,255,.16);
  box-shadow:0 32px 90px rgba(0,0,0,.32);
}

.hero-slide-content{
  background:rgba(35,10,23,.45);
  border-color:rgba(255,255,255,.18);
}

.hero-stats{gap:12px}
.stat-block{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.marquee-track{
  width:100%;
  margin:0 !important;
  border-radius:0 !important;
  border-left:0;
  border-right:0;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 28px rgba(66,16,39,.05);
}

.section,
.specialties-section,
.saree-section,
.suits-section,
.jewellery-section,
.price-section,
.collections-section,
.products-section,
.contact-section,
.rr-section{
  width:100%;
  padding:var(--rrh-section) 0 !important;
  border-top:1px solid rgba(66,16,39,.055);
}

.specialties-section,
.price-section,
.products-section{
  background:
    linear-gradient(135deg,rgba(208,163,95,.06),transparent 34%),
    var(--cream) !important;
}

.saree-section,
.jewellery-section,
.collections-section{
  background:
    radial-gradient(circle at 92% 12%,rgba(189,82,117,.065),transparent 26rem),
    var(--ivory) !important;
}

.suits-section{
  background:
    radial-gradient(circle at 86% 0%,rgba(208,163,95,.16),transparent 30rem),
    linear-gradient(135deg,#3a0d23,#611737 55%,#220b18) !important;
}

.section-head,
.rr-section-head{
  margin-bottom:clamp(28px,4vw,50px);
}

.section-h2,
.rr-section-head h2{
  letter-spacing:-.035em;
  text-wrap:balance;
}

.section-p{
  color:#6d5b64;
  font-weight:400;
}

/* Premium card language */
.spec-card,
.saree-copy,
.saree-visual,
.suit-card,
.j-tile,
.jewellery-copy,
.p-thumb,
.coll-card,
.prod-card,
.home-featured-card,
.rr-product-card,
.rr-content-card,
.rr-single-gallery,
.rr-buy-card,
.rr-gallery-panel,
.rr-buy-card-premium{
  border-radius:var(--radius-xl) !important;
}

.spec-card,
.saree-visual,
.coll-card,
.home-featured-card,
.rr-product-card,
.prod-card{
  border:1px solid rgba(66,16,39,.09) !important;
  box-shadow:var(--shadow) !important;
}

.home-featured-card:hover,
.rr-product-card:hover,
.prod-card:hover,
.spec-card:hover,
.coll-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow-lg) !important;
}

.saree-copy{
  background:
    linear-gradient(145deg,rgba(255,255,255,.84),rgba(248,236,213,.64)) !important;
  border-color:rgba(208,163,95,.24) !important;
  box-shadow:var(--shadow);
}

.jewellery-copy{
  background:
    radial-gradient(circle at 90% 10%,rgba(240,206,146,.17),transparent 18rem),
    linear-gradient(135deg,#421027,#862147) !important;
  box-shadow:var(--shadow-lg);
}

.price-grid,
.spec-grid,
.suits-grid,
.coll-grid,
.home-featured-grid,
.rr-product-grid,
.prod-grid{
  gap:clamp(14px,1.7vw,26px) !important;
}

.p-card{
  padding:10px;
  border-radius:22px;
  border:1px solid rgba(66,16,39,.08);
  background:rgba(255,255,255,.68);
  box-shadow:0 12px 30px rgba(66,16,39,.06);
}

.p-label,
.p-sub{padding-inline:4px}

.contact-shell{
  border-radius:30px !important;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 12% 80%,rgba(208,163,95,.18),transparent 22rem),
    linear-gradient(135deg,#3b0e23,#681a3c 58%,#190b14) !important;
  box-shadow:0 34px 90px rgba(66,16,39,.22);
}

.c-item{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.13);
}

/* Archives and product pages: remove narrow desktop islands */
.page-hero{
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.page-hero-inner,
.breadcrumb,
.filter-bar,
.shop-layout,
.cs-inner,
.rr-saree-hero-inner,
.rr-saree-breadcrumb,
.rr-saree-filterbar,
.rr-saree-archive-wrap,
.rr-saree-pdp-hero-inner,
.rr-saree-pdp-wrap{
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
}

.page-hero-inner{
  padding-left:var(--rrh-gutter) !important;
  padding-right:var(--rrh-gutter) !important;
}

.breadcrumb,
.filter-bar,
.shop-layout,
.cs-inner,
.rr-saree-breadcrumb,
.rr-saree-filterbar,
.rr-saree-archive-wrap,
.rr-saree-pdp-wrap{
  padding-left:var(--rrh-gutter) !important;
  padding-right:var(--rrh-gutter) !important;
}

.filter-bar,
.rr-saree-filterbar{
  background:rgba(255,250,247,.94) !important;
  backdrop-filter:blur(16px);
  box-shadow:0 10px 30px rgba(66,16,39,.045);
}

.sidebar,
.rr-saree-sidecard{
  border-color:rgba(66,16,39,.10) !important;
}

.sidebar-section,
.rr-saree-sidecard{
  border-radius:20px !important;
}

.prod-card,
.rr-saree-prod-card,
.rr-r-card{
  overflow:hidden;
  background:#fff;
}

.featured-banner,
.contact-strip{
  border-radius:0 !important;
}

.rr-content-card{
  padding:clamp(22px,3vw,46px) !important;
  background:rgba(255,255,255,.90);
  border-color:rgba(66,16,39,.09);
}

/* Dedicated protected contact page */
.rrh-contact-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 78% 16%,rgba(240,206,146,.20),transparent 26rem),
    linear-gradient(125deg,#351020 0%,#741d42 56%,#190b14 100%);
}

.rrh-contact-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.035),transparent);
}

.rrh-contact-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);
  gap:clamp(26px,5vw,76px);
  align-items:center;
  min-height:460px;
  padding-top:clamp(54px,7vw,94px);
  padding-bottom:clamp(54px,7vw,94px);
}

.rrh-contact-kicker,
.rrh-contact-heading > span,
.rrh-contact-quick-label{
  display:inline-flex;
  color:var(--gold-light);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.rrh-contact-hero h1{
  max-width:780px;
  margin:14px 0 18px;
  color:#fff;
  font:700 clamp(44px,6vw,82px)/.98 'Playfair Display',serif;
  letter-spacing:-.04em;
  text-wrap:balance;
}

.rrh-contact-hero p{
  max-width:64ch;
  margin:0;
  color:rgba(255,247,241,.80);
  font-size:17px;
  line-height:1.8;
}

.rrh-contact-trust{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
}

.rrh-contact-trust span{
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:rgba(255,250,247,.86);
  font-size:12px;
}

.rrh-contact-quick{
  display:grid;
  gap:12px;
  padding:24px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:26px;
  background:rgba(255,255,255,.09);
  box-shadow:0 30px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}

.rrh-contact-quick a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:68px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.07);
}

.rrh-contact-quick a:hover{background:rgba(255,255,255,.13)}
.rrh-contact-quick strong{color:#fff;font-size:15px}
.rrh-contact-quick a span{color:var(--gold-light);font-size:12px;text-align:right}

.rrh-contact-section{
  padding:var(--rrh-section) 0;
  background:
    radial-gradient(circle at 0% 0%,rgba(208,163,95,.09),transparent 26rem),
    var(--cream);
}

.rrh-contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
  gap:clamp(20px,3vw,38px);
  align-items:start;
}

.rrh-contact-panel,
.rrh-contact-sidebar article{
  border:1px solid rgba(66,16,39,.09);
  border-radius:28px;
  background:rgba(255,255,255,.92);
  box-shadow:var(--shadow);
}

.rrh-contact-panel{padding:clamp(22px,4vw,52px)}
.rrh-contact-heading{margin-bottom:28px}
.rrh-contact-heading h2{
  margin:10px 0 8px;
  color:var(--crimson-deep);
  font:700 clamp(34px,4vw,52px)/1 'Playfair Display',serif;
  letter-spacing:-.035em;
}
.rrh-contact-heading p{margin:0;color:var(--muted);line-height:1.7}

.rrh-secure-contact-form{
  position:relative;
  display:grid;
  gap:17px;
}

.rrh-form-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:17px;
}

.rrh-secure-contact-form label{display:grid;gap:8px}
.rrh-secure-contact-form label > span{
  color:var(--text);
  font-size:13px;
  font-weight:700;
}

.rrh-secure-contact-form input,
.rrh-secure-contact-form select,
.rrh-secure-contact-form textarea{
  width:100%;
  min-height:50px;
  padding:13px 15px;
  border:1px solid rgba(66,16,39,.14);
  border-radius:15px;
  background:#fffaf8;
  color:var(--text);
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

.rrh-secure-contact-form textarea{min-height:158px;resize:vertical}
.rrh-secure-contact-form input:focus,
.rrh-secure-contact-form select:focus,
.rrh-secure-contact-form textarea:focus{
  background:#fff;
  border-color:rgba(141,35,72,.62);
  box-shadow:0 0 0 4px rgba(141,35,72,.10);
}

.rrh-contact-trap{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.rrh-contact-submit-row{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  padding-top:4px;
}

.rrh-contact-submit-row button{
  min-height:50px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--crimson-deep),var(--crimson));
  box-shadow:0 14px 32px rgba(141,35,72,.22);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  cursor:pointer;
}

.rrh-contact-submit-row p{flex:1;min-width:240px;margin:0;color:var(--muted);font-size:12px;line-height:1.55}

.rrh-contact-alert{
  display:grid;
  gap:4px;
  margin-bottom:24px;
  padding:15px 17px;
  border-radius:16px;
  font-size:13px;
  line-height:1.55;
}
.rrh-contact-alert.success{color:#17623a;background:#effaf4;border:1px solid #b9e8cc}
.rrh-contact-alert.error{color:#7a1b35;background:#fff2f5;border:1px solid #f1c5d2}

.rrh-contact-sidebar{display:grid;gap:18px}
.rrh-contact-sidebar article{padding:24px}
.rrh-contact-card-icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin-bottom:15px;
  border-radius:15px;
  color:var(--crimson-deep);
  background:var(--gold-pale);
}
.rrh-contact-sidebar h3{margin:0 0 10px;color:var(--crimson-deep);font:700 24px/1.1 'Playfair Display',serif}
.rrh-contact-sidebar p,
.rrh-contact-sidebar li{color:var(--muted);font-size:14px;line-height:1.7}
.rrh-contact-sidebar ul{margin:0;padding-left:19px}
.rrh-contact-sidebar-note{background:linear-gradient(145deg,#421027,#791e43) !important}
.rrh-contact-sidebar-note span{color:var(--gold-light);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.rrh-contact-sidebar-note p{color:rgba(255,247,241,.76);margin-bottom:0}

/* Footer */
.rr-footer{
  margin-top:0;
  background:
    radial-gradient(circle at 12% 0%,rgba(208,163,95,.13),transparent 28rem),
    linear-gradient(180deg,#3a0e23,#1c0a15);
}

.rr-footer-cta{
  border-radius:0 !important;
  padding-top:30px !important;
  padding-bottom:30px !important;
  border-left:0;
  border-right:0;
}

.rr-footer-main{padding-top:42px !important;padding-bottom:42px !important}

@media (max-width:1100px){
  .rrh-contact-hero-grid,
  .rrh-contact-layout{grid-template-columns:1fr}
  .rrh-contact-quick{max-width:680px}
  .hero-right{padding:0 var(--rrh-gutter) var(--rrh-gutter) !important}
  .hero-shell{min-height:auto !important}
}

@media (max-width:760px){
  :root{
    --rrh-gutter:16px;
    --rrh-section:58px;
    --radius-xl:22px;
  }

  .rr-topbar-left span:not(:first-child){display:none}
  .rr-topbar-inner{justify-content:center;text-align:center}
  .rr-nav{
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-areas:"brand actions" "links links" !important;
    padding:11px var(--rrh-gutter) 0 !important;
  }
  .rr-brand{grid-area:brand}
  .rr-nav-actions{grid-area:actions}
  .rr-nav-actions .rr-btn-call{display:none}
  .rr-nav-links{
    grid-area:links;
    display:flex !important;
    justify-content:flex-start !important;
    gap:20px !important;
    width:calc(100% + 32px);
    margin-left:-16px;
    padding:11px 16px 12px !important;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    border-top:1px solid rgba(66,16,39,.07);
  }
  .rr-nav-links::-webkit-scrollbar{display:none}
  .rr-nav-links a{font-size:11px;flex:0 0 auto;padding-bottom:2px}
  .rr-brand-badge{width:44px;height:44px}
  .rr-brand-copy strong{font-size:clamp(15px,4.6vw,19px)}
  .rr-brand-copy small{display:none}

  .hero-left{padding:46px var(--rrh-gutter) 34px !important}
  .hero-h1{font-size:clamp(38px,11.5vw,54px) !important;line-height:1 !important}
  .hero-sub{font-size:15px;margin-bottom:26px}
  .hero-actions{margin-bottom:30px}
  .hero-slider{min-height:430px;border-radius:22px}
  .hero-slide-content{left:12px;right:12px;bottom:12px;border-radius:18px}
  .hero-thumb-pills{left:12px;bottom:118px}

  .section-head{align-items:flex-start}
  .section-h2{font-size:clamp(32px,10vw,44px)}
  .spec-card{min-height:500px}
  .saree-copy,
  .jewellery-copy,
  .contact-copy{padding:28px 22px !important}
  .saree-visual,
  .contact-visual{min-height:430px}
  .suits-grid{height:auto !important}
  .suit-card{height:420px !important;min-height:420px !important}

  .home-featured-grid,
  .rr-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .home-featured-title{min-height:0}
  .home-featured-body{padding:13px}
  .home-featured-new{font-size:21px}
  .home-featured-actions{align-items:flex-start;flex-direction:column}

  .page-hero-inner{grid-template-columns:1fr !important}
  .shop-layout{grid-template-columns:1fr !important}
  .filter-bar{padding-top:12px !important;padding-bottom:12px !important}

  .rrh-contact-hero-grid{min-height:auto;padding-top:54px;padding-bottom:54px}
  .rrh-contact-hero h1{font-size:clamp(40px,12vw,58px)}
  .rrh-contact-hero p{font-size:15px}
  .rrh-contact-quick{padding:18px;border-radius:22px}
  .rrh-form-row{grid-template-columns:1fr}
  .rrh-contact-panel{padding:22px 18px}
  .rrh-contact-submit-row{align-items:flex-start;flex-direction:column}
  .rrh-contact-submit-row button{width:100%}
  .rrh-contact-submit-row p{min-width:0}
  .rr-footer-main{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}

@media (max-width:480px){
  .home-featured-grid,
  .rr-product-grid{gap:10px !important}
  .home-featured-card,
  .rr-product-card{border-radius:17px !important}
  .home-featured-badge,
  .rr-card-badge{top:9px;left:9px;padding:5px 8px;font-size:9px}
  .rr-footer-main{grid-template-columns:1fr !important}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
  .reveal{opacity:1 !important;transform:none !important}
}

