
/* Royal Home cinematic showroom layer. No CDN or external Three.js dependency; lightweight CSS + canvas provides a 3D-like effect. */
:root{
  --rh-green:#0B261D;
  --rh-green-2:#142F25;
  --rh-gold:#CFAF5F;
  --rh-cream:#F8F3EA;
  --rh-ink:#111713;
}

.rh-showroom-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 50% 35%,rgba(207,175,95,.16),transparent 30%),linear-gradient(135deg,#07140F,#102A21 58%,#07140F);
  color:var(--rh-cream);
  transition:opacity .42s ease,visibility .42s ease,transform .42s ease;
}
.rh-showroom-loader.is-hidden{opacity:0;visibility:hidden;transform:scale(1.02);pointer-events:none;}
.rh-loader-card{position:relative;display:grid;justify-items:center;gap:14px;padding:26px 28px;border-radius:30px;border:1px solid rgba(207,175,95,.22);background:rgba(255,255,255,.045);box-shadow:0 30px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px);overflow:hidden;}
.rh-loader-card::before{content:'';position:absolute;inset:-80px;background:conic-gradient(from 180deg,transparent,rgba(207,175,95,.22),transparent 34%,rgba(255,255,255,.12),transparent 62%);animation:rhLoaderAura 2.8s linear infinite;}
.rh-loader-cube{position:relative;z-index:1;width:58px;height:58px;transform-style:preserve-3d;animation:rhCubeSpin 1.8s cubic-bezier(.45,.05,.15,.95) infinite;}
.rh-loader-cube span{position:absolute;inset:0;border-radius:16px;border:1px solid rgba(207,175,95,.54);background:linear-gradient(135deg,rgba(207,175,95,.28),rgba(255,255,255,.08));box-shadow:0 0 30px rgba(207,175,95,.22),inset 0 0 18px rgba(255,255,255,.08);}
.rh-loader-cube span:nth-child(1){transform:translateZ(29px)}.rh-loader-cube span:nth-child(2){transform:rotateY(90deg) translateZ(29px)}.rh-loader-cube span:nth-child(3){transform:rotateX(90deg) translateZ(29px)}
.rh-loader-title{position:relative;z-index:1;font-size:18px;font-weight:1000;letter-spacing:.03em}.rh-loader-sub{position:relative;z-index:1;font-size:12px;font-weight:800;color:rgba(248,243,234,.72)}
@keyframes rhCubeSpin{0%{transform:rotateX(-18deg) rotateY(0)}50%{transform:rotateX(18deg) rotateY(180deg)}100%{transform:rotateX(-18deg) rotateY(360deg)}}
@keyframes rhLoaderAura{to{transform:rotate(360deg)}}

.rh-showroom-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  transform-style:preserve-3d;
  perspective:1200px;
  --rx:0deg;
  --ry:0deg;
  --mx:50%;
  --my:50%;
}
.rh-showroom-hero::before{content:'';position:absolute;inset:-20%;z-index:3;pointer-events:none;background:radial-gradient(circle at var(--mx) var(--my),rgba(207,175,95,.20),transparent 21%),radial-gradient(circle at 18% 20%,rgba(255,255,255,.10),transparent 22%),linear-gradient(90deg,rgba(7,20,15,.18),transparent 50%,rgba(7,20,15,.12));mix-blend-mode:screen;opacity:.82;transition:background-position .2s ease;}
.rh-showroom-hero::after{content:'';position:absolute;inset:0;z-index:4;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.10) 72%,rgba(0,0,0,.32)),linear-gradient(90deg,rgba(7,20,15,.42),rgba(7,20,15,.12) 42%,rgba(7,20,15,.02));}
.rh-showroom-hero .rh-showroom-canvas{position:absolute;inset:0;z-index:5;width:100%;height:100%;pointer-events:none;opacity:.62;mix-blend-mode:screen;}
.rh-depth-layer{position:absolute;inset:0;z-index:6;pointer-events:none;transform:rotateX(var(--rx)) rotateY(var(--ry));transition:transform .16s ease-out;}
.rh-depth-layer i{position:absolute;display:block;border-radius:999px;background:rgba(207,175,95,.72);box-shadow:0 0 28px rgba(207,175,95,.55);opacity:.55;animation:rhFloat 5.4s ease-in-out infinite alternate;}
.rh-depth-layer i:nth-child(1){width:6px;height:6px;left:11%;top:24%;animation-delay:.1s}.rh-depth-layer i:nth-child(2){width:4px;height:4px;left:48%;top:18%;animation-delay:.6s}.rh-depth-layer i:nth-child(3){width:8px;height:8px;right:17%;top:26%;animation-delay:1.2s}.rh-depth-layer i:nth-child(4){width:5px;height:5px;right:30%;bottom:18%;animation-delay:1.7s}.rh-depth-layer i:nth-child(5){width:3px;height:3px;left:26%;bottom:19%;animation-delay:2.1s}
@keyframes rhFloat{from{transform:translate3d(0,0,14px) scale(.9);opacity:.28}to{transform:translate3d(-10px,-18px,34px) scale(1.12);opacity:.82}}

/* Store hero override */
.ts-shop-hero.rh-showroom-hero{min-height:clamp(430px,58vw,620px)!important;border-radius:38px!important;border:1px solid rgba(207,175,95,.30)!important;background:#0b261d!important;box-shadow:0 34px 110px rgba(10,23,18,.30),0 12px 44px rgba(207,175,95,.12)!important;transform:translateZ(0);}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__image{z-index:0;transform:translateZ(-20px) scale(1.015);}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__image img{object-position:center center!important;filter:contrast(1.04) saturate(1.05);transform:scale(1.04) translate3d(calc((50% - var(--mx)) * .012),calc((50% - var(--my)) * .010),0);animation:rhHeroCinema 12s ease-in-out infinite alternate!important;}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__content{position:absolute!important;z-index:8;right:auto!important;left:clamp(18px,4vw,42px)!important;bottom:clamp(18px,3.8vw,42px)!important;width:min(420px,72%)!important;padding:0!important;text-align:right;transform:translateZ(52px);}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__eyebrow{background:rgba(12,31,24,.45)!important;border-color:rgba(207,175,95,.28)!important;color:#f8f3ea!important;box-shadow:0 14px 34px rgba(0,0,0,.18);}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__title{font-size:clamp(22px,3vw,36px)!important;line-height:1.55!important;letter-spacing:0!important;text-shadow:0 10px 28px rgba(0,0,0,.34);}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__subtitle{font-size:13px!important;line-height:2.05!important;color:rgba(248,243,234,.86)!important;text-shadow:0 8px 22px rgba(0,0,0,.36);}
.ts-shop-hero.rh-showroom-hero .ts-shop-hero__reserve{background:linear-gradient(135deg,#E1C574,#A77C38)!important;color:#10251d!important;box-shadow:0 20px 54px rgba(207,175,95,.28),inset 0 1px 0 rgba(255,255,255,.32)!important;}
@keyframes rhHeroCinema{from{transform:scale(1.035) translate3d(-6px,0,0)}to{transform:scale(1.075) translate3d(10px,-3px,0)}}

/* Home showroom hero */
.rh-home-showroom{margin:10px 0 18px;min-height:clamp(360px,54vw,540px);border-radius:38px;border:1px solid rgba(207,175,95,.30);box-shadow:0 30px 90px rgba(11,38,29,.24),0 12px 42px rgba(207,175,95,.10);background:#0b261d;}
.rh-home-showroom__image{position:absolute;inset:0;z-index:0;}.rh-home-showroom__image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;filter:contrast(1.04) saturate(1.05);transform:scale(1.04);animation:rhHeroCinema 13s ease-in-out infinite alternate;}
.rh-home-showroom__content{position:absolute;z-index:8;right:clamp(18px,4vw,42px);bottom:clamp(18px,4vw,42px);width:min(430px,78%);padding:18px;border-radius:28px;background:linear-gradient(135deg,rgba(8,24,18,.68),rgba(8,24,18,.30));border:1px solid rgba(207,175,95,.24);box-shadow:0 28px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px);transform:translateZ(60px);}
.rh-home-showroom__kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(207,175,95,.14);border:1px solid rgba(207,175,95,.24);color:#F8F3EA;font-size:11px;font-weight:1000}.rh-home-showroom__title{margin-top:12px;font-size:clamp(24px,4.5vw,42px);line-height:1.45;font-weight:1000;color:#fff8ef;text-shadow:0 12px 28px rgba(0,0,0,.36)}.rh-home-showroom__text{margin-top:8px;max-width:38ch;font-size:13px;line-height:2;color:rgba(248,243,234,.82);font-weight:800}.rh-home-showroom__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.rh-home-showroom__btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:16px;text-decoration:none;font-size:12px;font-weight:1000}.rh-home-showroom__btn--primary{background:linear-gradient(135deg,#E1C574,#A77C38);color:#10251d;box-shadow:0 18px 42px rgba(207,175,95,.25)}.rh-home-showroom__btn--ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff8ef;backdrop-filter:blur(12px)}
.rh-home-showroom + .ig-home-shell .ig-profile-card{border-color:rgba(207,175,95,.30)!important;box-shadow:0 28px 78px rgba(11,38,29,.16),0 10px 34px rgba(207,175,95,.08)!important;}
.rh-home-showroom + .ig-home-shell .ig-profile-card::before{background:radial-gradient(circle at top right,rgba(207,175,95,.28),transparent 42%),radial-gradient(circle at top left,rgba(20,47,37,.18),transparent 42%)!important;}

/* Cinematic product carousel */
.new-products-showcase{position:relative!important;background:radial-gradient(circle at 18% 0,rgba(207,175,95,.18),transparent 32%),linear-gradient(180deg,rgba(255,253,248,.98),rgba(242,233,218,.92))!important;border-color:rgba(207,175,95,.24)!important;box-shadow:0 26px 72px rgba(11,38,29,.10)!important;}
.new-products-showcase::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(110deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(120%);animation:rhShowroomSheen 6.5s ease-in-out infinite;}
.new-products-slider{perspective:1200px!important;overflow:visible!important;padding:18px 0 30px!important;}
.new-products-track{align-items:center!important;gap:24px!important;transform-style:preserve-3d!important;}
.slider-card{border-radius:30px!important;background:linear-gradient(180deg,#fffdf8,#f3eadc)!important;border:1px solid rgba(207,175,95,.22)!important;box-shadow:0 18px 46px rgba(11,38,29,.09)!important;transform:scale(.82) translateY(22px) rotateY(12deg)!important;filter:saturate(.72) blur(.2px)!important;}
.slider-card.prev{transform:scale(.88) translateY(12px) rotateY(-18deg)!important;opacity:.58!important;}.slider-card.next{transform:scale(.88) translateY(12px) rotateY(18deg)!important;opacity:.58!important;}.slider-card.active{transform:scale(1.02) translateY(0) rotateY(0deg)!important;filter:saturate(1.08) blur(0)!important;box-shadow:0 34px 90px rgba(11,38,29,.18),0 18px 48px rgba(207,175,95,.16)!important;border-color:rgba(207,175,95,.38)!important;}
.slider-card.active .new-product-media img{transform:scale(1.035);}.new-product-media img{transition:transform .85s cubic-bezier(.22,.61,.36,1)}
@keyframes rhShowroomSheen{0%,72%{transform:translateX(120%)}88%,100%{transform:translateX(-120%)}}

@media(max-width:700px){
  .ts-shop-hero.rh-showroom-hero{min-height:430px!important;border-radius:30px!important;}
  .ts-shop-hero.rh-showroom-hero .ts-shop-hero__image img,.rh-home-showroom__image img{object-position:58% center!important;}
  .ts-shop-hero.rh-showroom-hero .ts-shop-hero__content{left:14px!important;right:14px!important;bottom:14px!important;width:auto!important;padding:14px!important;border-radius:24px;background:linear-gradient(135deg,rgba(8,24,18,.62),rgba(8,24,18,.30));border:1px solid rgba(207,175,95,.22);backdrop-filter:blur(14px);}
  .ts-shop-hero.rh-showroom-hero .ts-shop-hero__title{font-size:23px!important;}.ts-shop-hero.rh-showroom-hero .ts-shop-hero__subtitle{font-size:12px!important;}
  .rh-home-showroom{min-height:430px;border-radius:30px;margin:8px 0 16px;}.rh-home-showroom__content{right:14px;left:14px;bottom:14px;width:auto;padding:15px;border-radius:24px}.rh-home-showroom__title{font-size:25px}.rh-home-showroom__text{font-size:12px}.rh-home-showroom__btn{flex:1;min-width:120px}
  .new-products-slider{overflow:hidden!important}.slider-card{flex-basis:82%!important;max-width:82%!important;}
}
@media(prefers-reduced-motion:reduce){.rh-showroom-loader,.rh-loader-cube,.rh-loader-card::before,.rh-depth-layer i,.ts-shop-hero.rh-showroom-hero .ts-shop-hero__image img,.rh-home-showroom__image img,.new-products-showcase::before{animation:none!important}.rh-showroom-hero,.rh-depth-layer{transition:none!important}.rh-showroom-canvas{display:none!important}}

.rh-slider-orbit{width:36px;height:36px;border-radius:999px;border:1px solid rgba(207,175,95,.34);background:radial-gradient(circle,rgba(207,175,95,.32),transparent 62%);box-shadow:0 0 28px rgba(207,175,95,.20);position:relative;flex:0 0 auto}.rh-slider-orbit::after{content:"";position:absolute;inset:8px;border-radius:inherit;border:1px solid rgba(20,47,37,.22);animation:rhOrbitPulse 1.8s ease-in-out infinite alternate}@keyframes rhOrbitPulse{from{transform:scale(.82);opacity:.45}to{transform:scale(1.18);opacity:.9}}
