
:root{
  --ink:#271319;--muted:#79646a;--rose:#d75d7f;--rose-dark:#9e2e50;--blush:#fff5f7;
  --cream:#fffdfb;--gold:#c49a50;--line:#efccd5;--panel:#fffafb;--shadow:0 24px 70px rgba(80,20,41,.16);
  --radius:26px;--header:76px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff8fa}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fff9fa,#fff 48%,#fff5f7);min-height:100vh}body.locked{overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:11px;color:var(--rose-dark);margin:0}.announcement{min-height:34px;display:grid;place-items:center;padding:7px 18px;text-align:center;color:white;background:linear-gradient(90deg,#7c1f3a,#c44f72,#7c1f3a);font-size:12px;letter-spacing:.04em}
.site-header{position:sticky;top:0;z-index:50;height:var(--header);display:flex;align-items:center;gap:18px;padding:10px 22px;background:rgba(255,250,251,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(215,93,127,.18)}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;min-width:max-content}.brand img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:0 8px 22px rgba(65,18,34,.18)}.brand strong{display:block;font-family:Georgia,serif;font-size:22px}.brand small{display:block;color:var(--rose-dark);font-style:italic}.search-wrap{position:relative;flex:1;max-width:720px;margin:auto}.search-wrap input{width:100%;height:48px;border:1px solid var(--line);background:white;border-radius:999px;padding:0 48px 0 46px;outline:0;box-shadow:0 8px 22px rgba(70,18,37,.05)}.search-wrap input:focus{border-color:var(--rose);box-shadow:0 0 0 4px rgba(215,93,127,.12)}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-54%);font-size:28px;color:var(--muted)}.clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:transparent;color:var(--muted);font-size:22px}.top-actions{display:flex;gap:8px}.header-btn{height:46px;min-width:50px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);font-weight:800;padding:0 14px;box-shadow:0 7px 20px rgba(70,18,37,.06)}.header-btn span{display:inline-grid;place-items:center;min-width:21px;height:21px;border-radius:99px;background:var(--rose-dark);color:#fff;font-size:11px;padding:0 5px;margin-left:4px}
.hero{position:relative;min-height:calc(100vh - 110px);overflow:hidden;display:flex;align-items:flex-end;padding:clamp(28px,6vw,80px);background:#ead3d8}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,10,19,.68),rgba(35,10,19,.12) 58%,rgba(255,255,255,.02)),linear-gradient(0deg,rgba(35,10,19,.35),transparent 50%)}.hero-copy{position:relative;z-index:2;color:white;max-width:650px;padding:30px 0}.hero-copy .eyebrow{color:#ffd9e4}.hero-copy h1{font-family:Georgia,serif;font-size:clamp(50px,8vw,104px);line-height:.92;margin:14px 0 18px;letter-spacing:-.04em;text-wrap:balance}.hero-copy p:not(.eyebrow){font-size:clamp(16px,2vw,20px);line-height:1.6;max-width:58ch;color:#fff2f5}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.lux-btn,.outline-btn{border-radius:999px;padding:14px 22px;font-weight:850;letter-spacing:.02em;transition:.25s transform,.25s box-shadow,.25s background}.lux-btn{border:0;background:linear-gradient(135deg,#fff,#f7dce3);color:var(--rose-dark);box-shadow:0 14px 34px rgba(0,0,0,.19)}.lux-btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.24)}.outline-btn{border:1px solid currentColor;background:rgba(255,255,255,.08);color:inherit;backdrop-filter:blur(8px)}.outline-btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.16)}.scroll-cue{position:absolute;right:28px;bottom:22px;z-index:2;color:white;font-size:12px;letter-spacing:.08em}.scroll-cue span{display:inline-block;animation:bob 1.6s infinite}@keyframes bob{50%{transform:translateY(5px)}}
.catalogue-shell,.recent-section{max-width:1500px;margin:0 auto;padding:72px 24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.section-head h2{font-family:Georgia,serif;font-size:clamp(36px,5vw,66px);line-height:1;margin:8px 0 0}.section-head>p{max-width:620px;color:var(--muted);line-height:1.65}.categories{display:flex;gap:10px;overflow-x:auto;padding:5px 2px 20px;scrollbar-width:thin}.cat-btn{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:12px 17px;background:#fff;color:var(--ink);font-weight:800;box-shadow:0 6px 18px rgba(71,19,38,.05);transition:.25s}.cat-btn:hover{transform:translateY(-2px)}.cat-btn.active{background:linear-gradient(135deg,var(--rose-dark),var(--rose));color:white;border-color:transparent}.cat-btn small{opacity:.7;margin-left:5px}.control-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:5px 0 24px}.results{font-weight:850}.results span{color:var(--rose-dark)}.controls{display:flex;gap:9px}.controls select,.view-btn{height:44px;border:1px solid var(--line);background:white;border-radius:13px;color:var(--ink)}.controls select{padding:0 38px 0 13px}.view-btn{width:44px}.view-btn.active{background:var(--ink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr))}.product-card{position:relative;border:1px solid var(--line);background:rgba(255,255,255,.88);border-radius:23px;overflow:hidden;box-shadow:0 10px 32px rgba(77,24,41,.08);transition:.32s transform,.32s box-shadow,.32s border-color;cursor:pointer;transform-origin:center}.product-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(77,24,41,.16);border-color:#e7a8b8}.product-card.launching{z-index:60;animation:launch .46s cubic-bezier(.2,.8,.2,1)}@keyframes launch{45%{transform:translateY(-12px) scale(1.035)}100%{transform:translateX(24px) scale(.98);opacity:.35}}.card-media{aspect-ratio:1/1;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f9e8ec)}.card-media img{width:100%;height:100%;object-fit:contain;transition:.5s transform}.product-card:hover .card-media img{transform:scale(1.045)}.badge-pill{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:99px;background:rgba(42,16,24,.82);color:#fff;font-size:10px;font-weight:900;backdrop-filter:blur(8px)}.fav-btn{position:absolute;right:11px;top:11px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.88);font-size:22px;color:var(--rose-dark);box-shadow:0 6px 18px rgba(0,0,0,.12)}.fav-btn.active{background:var(--rose-dark);color:white}.card-body{padding:16px}.card-top{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.card-top h3{font-family:Georgia,serif;font-size:19px;line-height:1.18;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-weight:950;color:var(--rose-dark);white-space:nowrap}.sku{font-size:11px;letter-spacing:.08em;color:var(--muted);margin:9px 0;text-transform:uppercase}.card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:11px}.view-link{font-weight:850;color:var(--rose-dark);font-size:13px}.quick-add{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:white;color:var(--ink);font-size:20px}.quick-add.added{background:var(--ink);color:white}.product-grid.compact .card-body{padding:12px}.product-grid.compact .card-top{display:block}.product-grid.compact .card-top h3{font-size:15px}.product-grid.compact .sku{display:none}.load-wrap{text-align:center;padding:34px}.load-wrap .outline-btn{color:var(--rose-dark);background:white;border-color:var(--line)}.empty{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed var(--line);border-radius:24px;color:var(--muted)}
.backdrop{position:fixed;inset:0;z-index:90;background:rgba(31,10,18,.58);backdrop-filter:blur(8px);animation:fadeIn .3s}.product-panel,.order-drawer{position:fixed;z-index:100;background:#fffafb;box-shadow:-30px 0 90px rgba(30,6,14,.28)}.product-panel{right:0;top:0;bottom:0;width:min(760px,94vw);overflow:auto;animation:slideIn .5s cubic-bezier(.2,.8,.2,1)}.order-drawer{right:0;top:0;bottom:0;width:min(500px,94vw);display:flex;flex-direction:column;animation:slideIn .4s cubic-bezier(.2,.8,.2,1)}@keyframes slideIn{from{transform:translateX(105%)}to{transform:none}}@keyframes fadeIn{from{opacity:0}}.panel-hero{display:grid;grid-template-columns:1fr;gap:0}.gallery-main{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#fff,#f6e5ea);overflow:hidden}.gallery-main img,.gallery-main video{width:100%;height:100%;object-fit:contain}.round-close{position:absolute;right:18px;top:18px;z-index:4;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:27px;color:var(--ink);box-shadow:0 8px 22px rgba(0,0,0,.13)}.thumbs{display:flex;gap:9px;padding:13px 18px;overflow-x:auto}.thumb{width:68px;height:68px;border-radius:13px;overflow:hidden;border:2px solid transparent;background:white;padding:0;flex:0 0 auto}.thumb.active{border-color:var(--rose)}.thumb img{width:100%;height:100%;object-fit:cover}.panel-info{padding:24px 28px 36px}.panel-info h2{font-family:Georgia,serif;font-size:clamp(32px,5vw,52px);line-height:1.02;margin:9px 0 12px}.panel-price{font-size:28px;font-weight:950;color:var(--rose-dark)}.panel-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.meta-box{padding:13px;border-radius:14px;background:#fff;border:1px solid var(--line)}.meta-box small{display:block;color:var(--muted);margin-bottom:4px}.panel-description{color:var(--muted);line-height:1.65}.panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.panel-actions button{min-height:48px;border-radius:14px;font-weight:900}.primary-action{border:0;background:linear-gradient(135deg,var(--rose-dark),var(--rose));color:white}.secondary-action{border:1px solid var(--line);background:white;color:var(--ink)}.related{padding:0 28px 36px}.related h3{font-family:Georgia,serif;font-size:26px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.related-card{border:1px solid var(--line);background:white;border-radius:16px;overflow:hidden;padding:0;text-align:left}.related-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.related-card span{display:block;padding:8px;font-size:12px;font-weight:800}.drawer-head{position:relative;padding:24px 26px;border-bottom:1px solid var(--line)}.drawer-head .round-close{top:20px}.drawer-head h2{font-family:Georgia,serif;font-size:40px;margin:6px 0 0}.order-body{flex:1;overflow:auto;padding:18px}.order-row{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:10px;border-bottom:1px solid var(--line)}.order-row img{width:72px;height:72px;object-fit:contain;border-radius:13px;background:white}.order-row h4{margin:0 0 5px;font-family:Georgia,serif}.order-row small{color:var(--muted)}.qty{display:flex;align-items:center;gap:10px;margin-top:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);background:white;border-radius:9px}.remove-btn{border:0;background:transparent;color:var(--muted);font-size:22px}.drawer-foot{padding:20px;border-top:1px solid var(--line);background:white}.total-row{display:flex;justify-content:space-between;font-size:18px;margin-bottom:14px}.whatsapp-btn{width:100%;height:50px;border:0;border-radius:14px;background:#1f9d5a;color:white;font-weight:900}.split-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.split-actions .outline-btn{color:var(--ink);background:white;border-color:var(--line);border-radius:14px}.mini-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.mini-card{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;cursor:pointer}.mini-card img{width:100%;aspect-ratio:1/1;object-fit:contain}.mini-card span{display:block;padding:10px;font-size:12px;font-weight:850}.footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:28px clamp(22px,5vw,70px);background:#2c131b;color:white}.footer img{width:58px;height:58px;border-radius:50%}.footer strong{font-family:Georgia,serif;font-size:24px}.footer p{margin:3px 0;color:#f1b9ca;font-style:italic}.footer small{color:#d9cbd0}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);z-index:150;background:#2b151c;color:white;padding:12px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.mobile-nav{display:none}.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
.intro-gate{position:fixed;inset:0;z-index:200;background:#231016;color:white;overflow:hidden}.intro-video,.intro-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.intro-poster{transition:.4s opacity}.intro-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,8,17,.78),rgba(31,8,17,.16)),linear-gradient(0deg,rgba(31,8,17,.4),transparent)}.intro-copy{position:absolute;left:clamp(24px,8vw,110px);bottom:clamp(35px,9vh,100px);max-width:650px}.intro-logo{width:90px;height:90px;border-radius:50%;box-shadow:0 16px 40px rgba(0,0,0,.3);margin-bottom:18px}.intro-copy .eyebrow{color:#ffd5e1}.intro-copy h1{font-family:Georgia,serif;font-size:clamp(45px,8vw,96px);line-height:.93;margin:10px 0 16px;letter-spacing:-.04em}.intro-copy>p:not(.eyebrow){font-size:18px;line-height:1.6;color:#fff2f6}.intro-controls{position:absolute;right:22px;top:22px;display:flex;gap:8px}.glass-btn{border:1px solid rgba(255,255,255,.45);background:rgba(30,8,16,.25);color:white;border-radius:999px;padding:10px 14px;backdrop-filter:blur(10px)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid.compact{grid-template-columns:repeat(4,1fr)}.mini-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){:root{--header:68px}.announcement{font-size:10px}.site-header{padding:8px 12px;gap:8px}.brand span{display:none}.brand img{width:44px;height:44px}.top-actions #favToggle{display:none}.header-btn{padding:0 10px}.search-wrap input{height:44px;font-size:13px}.hero{min-height:78vh;padding:28px 22px 58px}.hero-image{object-position:58% center}.hero-overlay{background:linear-gradient(0deg,rgba(35,10,19,.78),rgba(35,10,19,.05) 65%)}.hero-copy h1{font-size:54px}.scroll-cue{display:none}.catalogue-shell,.recent-section{padding:50px 14px}.section-head{display:block}.section-head>p{margin-top:14px}.section-head h2{font-size:44px}.control-bar{align-items:flex-start}.results{font-size:13px}.controls select{max-width:180px}.product-grid,.product-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.card-body{padding:12px}.card-top{display:block}.card-top h3{font-size:16px}.price{display:block;margin-top:6px}.sku{font-size:9px}.product-grid.compact .card-body{padding:9px}.product-grid.compact .card-top h3{font-size:13px}.product-panel{top:auto;left:0;right:0;bottom:0;width:100%;max-height:94vh;border-radius:26px 26px 0 0;animation:rise .45s cubic-bezier(.2,.8,.2,1)}@keyframes rise{from{transform:translateY(100%)}to{transform:none}}.gallery-main{aspect-ratio:1.05/1}.panel-info{padding:20px}.panel-meta{grid-template-columns:1fr}.panel-actions{grid-template-columns:1fr}.related{padding:0 20px 28px}.related-grid{grid-template-columns:repeat(3,1fr)}.order-drawer{width:100%}.mini-grid{grid-template-columns:repeat(3,1fr)}.footer{grid-template-columns:auto 1fr;padding-bottom:86px}.footer small{grid-column:1/-1}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);left:12px;right:12px;bottom:10px;z-index:70;padding:8px;background:rgba(255,251,252,.92);border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 40px rgba(39,9,19,.2);backdrop-filter:blur(14px)}.mobile-nav button{height:42px;border:0;background:transparent;color:var(--ink);font-size:12px;font-weight:850}.intro-copy{left:22px;right:22px;bottom:65px}.intro-copy h1{font-size:48px}.intro-copy>p:not(.eyebrow){font-size:15px}.intro-logo{width:72px;height:72px}.intro-controls{top:15px;right:15px}.intro-video,.intro-poster{object-position:center}.hero-actions{display:grid}.hero-actions button{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ===== KUPA GLOW EXPERIENCE UPGRADE ===== */
body{overflow-x:hidden}.lux-btn.dark{background:linear-gradient(135deg,#35151f,#8f2e4c 60%,#d75d7f);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 46px rgba(90,28,53,.2)}.dark-outline{color:var(--rose-dark)!important;background:rgba(255,255,255,.6)!important;border-color:#dda8b7!important}.text-btn{border:0;background:transparent;color:var(--rose-dark);font-weight:900;padding:14px 8px;text-decoration:underline;text-underline-offset:5px}
.intro-gate{background:#08080c;transition:opacity .85s ease,transform .85s cubic-bezier(.22,.8,.22,1);display:block}.intro-gate.intro-leaving{opacity:0;transform:scale(1.025);pointer-events:none}.intro-video,.intro-poster{object-fit:cover;object-position:center}.intro-poster{opacity:1}.intro-shade{background:linear-gradient(180deg,rgba(5,5,8,.08),rgba(5,5,8,.14) 55%,rgba(5,5,8,.6));pointer-events:none}.intro-actions{position:absolute;left:50%;bottom:clamp(26px,5.5vh,58px);transform:translate(-50%,18px);z-index:2;opacity:0;visibility:hidden;text-align:center;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1),visibility 0s linear .7s}.intro-gate.intro-ready .intro-actions{opacity:1;visibility:visible;transform:translate(-50%,0);transition-delay:0s}.intro-ready-label{margin:0 0 9px;color:#8d294b;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-shadow:0 1px 12px rgba(255,255,255,.8)}.intro-actions small{display:block;margin-top:10px;color:#70213e;font-size:11px;font-weight:800;letter-spacing:.04em;text-shadow:0 1px 10px rgba(255,255,255,.9)}.intro-enter{min-width:230px;border:1px solid rgba(244,198,130,.95);color:#fff;background:linear-gradient(135deg,rgba(124,38,67,.96),rgba(171,54,88,.94));padding:15px 24px;border-radius:999px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 15px 48px rgba(78,19,39,.34),0 0 38px rgba(221,111,151,.24);backdrop-filter:blur(12px);transition:.25s;animation:introButtonPulse 2.2s ease-in-out infinite}.intro-enter:hover{transform:translateY(-3px);box-shadow:0 20px 55px rgba(78,19,39,.42),0 0 46px rgba(244,198,130,.32)}@keyframes introButtonPulse{0%,100%{box-shadow:0 15px 48px rgba(78,19,39,.34),0 0 24px rgba(221,111,151,.12)}50%{box-shadow:0 18px 54px rgba(78,19,39,.42),0 0 42px rgba(244,198,130,.3)}}.intro-controls{z-index:3}.glass-btn{background:rgba(12,10,14,.48);border-color:rgba(255,255,255,.28);font-weight:800}
.experience-hero{position:relative;min-height:calc(100vh - 110px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);gap:clamp(36px,7vw,110px);align-items:center;padding:clamp(70px,9vw,130px) clamp(24px,7vw,110px);overflow:hidden;background:radial-gradient(circle at 80% 18%,rgba(235,157,181,.28),transparent 29%),linear-gradient(135deg,#fff9fa 0%,#fce7ec 55%,#f7dce4 100%)}.experience-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(142,45,77,.07) 1px,transparent 0);background-size:28px 28px;mask-image:linear-gradient(to right,black,transparent 80%)}.hero-aura{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-aura-one{width:420px;height:420px;right:-80px;top:40px;background:radial-gradient(circle,rgba(215,93,127,.22),rgba(215,93,127,0) 68%);animation:auraFloat 9s ease-in-out infinite}.hero-aura-two{width:300px;height:300px;left:-100px;bottom:0;background:radial-gradient(circle,rgba(196,154,80,.18),rgba(196,154,80,0) 70%);animation:auraFloat 11s ease-in-out infinite reverse}@keyframes auraFloat{50%{transform:translate3d(25px,-18px,0) scale(1.08)}}.experience-copy{position:relative;z-index:2;max-width:760px}.experience-copy h1{font-family:Georgia,serif;font-size:clamp(50px,7vw,94px);line-height:.98;letter-spacing:-.045em;margin:14px 0 22px;text-wrap:balance}.experience-copy>p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:clamp(16px,1.5vw,20px);line-height:1.7}.experience-copy .hero-actions{margin-top:30px}.hero-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:38px}.hero-stats>div{min-width:130px;padding:14px 18px;border:1px solid rgba(158,46,80,.15);border-radius:18px;background:rgba(255,255,255,.56);backdrop-filter:blur(10px);box-shadow:0 14px 35px rgba(86,23,44,.07)}.hero-stats strong{display:block;font-family:Georgia,serif;font-size:28px;color:var(--rose-dark)}.hero-stats span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:900}.experience-visual{position:relative;z-index:2;min-height:590px;perspective:1200px}.visual-orbit{position:absolute;inset:13% 9%;border:1px solid rgba(196,154,80,.45);border-radius:50%;animation:orbitSpin 24s linear infinite}.visual-orbit:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px rgba(196,154,80,.2),0 0 30px #c49a50;top:12%;right:8%}@keyframes orbitSpin{to{transform:rotate(360deg)}}.visual-card{position:absolute;margin:0;border-radius:30px;overflow:hidden;background:#fff;border:8px solid rgba(255,255,255,.8);box-shadow:0 28px 75px rgba(83,23,44,.2);transition:.55s cubic-bezier(.2,.8,.2,1)}.visual-card img{width:100%;height:100%;object-fit:cover;display:block}.visual-main{width:62%;height:68%;right:8%;top:10%;transform:rotate(3deg);z-index:2;animation:cardFloat 7s ease-in-out infinite}.visual-left{width:38%;height:39%;left:0;bottom:10%;transform:rotate(-8deg);z-index:3;animation:cardFloat 8s 1s ease-in-out infinite}.visual-right{width:34%;height:35%;right:0;bottom:0;transform:rotate(8deg);z-index:4;animation:cardFloat 7.5s .4s ease-in-out infinite reverse}.visual-card:hover{transform:rotate(0deg) translateY(-10px) scale(1.025);z-index:7}@keyframes cardFloat{50%{translate:0 -10px}}.visual-badge{position:absolute;left:25%;top:3%;z-index:8;display:grid;grid-template-columns:auto 1fr;gap:1px 10px;align-items:center;padding:13px 18px;border-radius:18px;background:rgba(39,19,25,.9);color:#fff;box-shadow:0 16px 45px rgba(39,19,25,.28);backdrop-filter:blur(10px)}.visual-badge>span{grid-row:1/3;color:#f1c56f;font-size:24px}.visual-badge strong{font-family:Georgia,serif}.visual-badge small{color:#eac7d0}
.promise-section,.collection-showcase-section,.featured-section{max-width:1500px;margin:0 auto;padding:clamp(70px,9vw,120px) 24px}.promise-section{display:grid;grid-template-columns:.85fr 1.6fr;gap:clamp(40px,7vw,100px);align-items:start}.promise-heading{position:sticky;top:120px}.promise-heading h2{font-family:Georgia,serif;font-size:clamp(40px,5vw,68px);line-height:1.03;margin:12px 0}.promise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.promise-card{min-height:245px;padding:28px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(150deg,rgba(255,255,255,.96),rgba(255,242,246,.85));box-shadow:0 16px 44px rgba(80,20,41,.08);transition:.35s}.promise-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px rgba(80,20,41,.14)}.promise-card>span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--rose-dark),var(--rose));color:#fff;font-weight:900}.promise-card h3{font-family:Georgia,serif;font-size:27px;margin:24px 0 10px}.promise-card p{color:var(--muted);line-height:1.65;margin:0}
.collection-showcase-section{max-width:1600px}.collection-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.collection-tile{position:relative;min-height:380px;border:0;border-radius:28px;overflow:hidden;padding:0;text-align:left;color:#fff;background:#2a121a;box-shadow:0 20px 54px rgba(61,15,31,.13);isolation:isolate;transition:.4s transform,.4s box-shadow}.collection-tile:hover{transform:translateY(-9px);box-shadow:0 30px 68px rgba(61,15,31,.22)}.collection-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.7s transform}.collection-tile:hover img{transform:scale(1.08)}.collection-tile:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(27,8,15,.88),rgba(27,8,15,.06) 66%)}.collection-tile-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.collection-tile-copy h3{font-family:Georgia,serif;font-size:32px;margin:0 0 5px}.collection-tile-copy span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#f5c8d4}.collection-tile-copy strong{float:right;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.featured-section{max-width:1600px;background:linear-gradient(135deg,#2b131b,#431c29);color:#fff;border-radius:48px;margin-bottom:90px;padding-left:clamp(24px,4vw,60px);padding-right:clamp(24px,4vw,60px);box-shadow:0 30px 80px rgba(48,11,25,.18)}.featured-section .eyebrow{color:#f2b9c9}.featured-section .section-head>p{color:#dac5cb}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.featured-product{border:1px solid rgba(255,255,255,.12);border-radius:25px;background:rgba(255,255,255,.08);overflow:hidden;color:#fff;cursor:pointer;transition:.4s;backdrop-filter:blur(12px)}.featured-product:hover{transform:translateY(-9px);background:rgba(255,255,255,.13)}.featured-product-media{aspect-ratio:1/1;background:#fff;overflow:hidden}.featured-product-media img{width:100%;height:100%;object-fit:contain;transition:.5s}.featured-product:hover img{transform:scale(1.05)}.featured-product-body{padding:18px}.featured-product h3{font-family:Georgia,serif;margin:0 0 8px;font-size:21px}.featured-product-meta{display:flex;justify-content:space-between;gap:10px;color:#efc5d0;font-size:12px}.featured-product .price{color:#f6d88f}.featured-cta{text-align:center;margin-top:32px}.featured-section .lux-btn.dark{background:linear-gradient(135deg,#fff,#f9dce5);color:var(--rose-dark)}
.catalogue-banner{max-width:1450px;margin:0 auto 40px;display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);min-height:550px;border-radius:40px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.catalogue-banner>img{width:100%;height:100%;object-fit:cover}.catalogue-banner-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(35px,7vw,95px)}.catalogue-banner-copy h2{font-family:Georgia,serif;font-size:clamp(42px,6vw,76px);line-height:1.02;margin:12px 0 18px}.catalogue-banner-copy p:not(.eyebrow){color:var(--muted);line-height:1.7;font-size:18px}.catalogue-banner-copy .lux-btn{align-self:flex-start;margin-top:20px}
.product-card{will-change:transform}.product-card:hover .view-link{letter-spacing:.02em}.product-card.launching{animation:launchPremium .55s cubic-bezier(.15,.85,.2,1)}@keyframes launchPremium{0%{transform:none}45%{transform:translateY(-16px) scale(1.035);box-shadow:0 38px 78px rgba(77,24,41,.25)}100%{transform:translateX(45px) scale(.96);opacity:.15;filter:blur(2px)}}
@media(max-width:1200px){.experience-hero{grid-template-columns:1fr 1fr;gap:35px}.experience-visual{min-height:520px}.collection-showcase{grid-template-columns:repeat(3,1fr)}.featured-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.experience-hero{grid-template-columns:1fr;padding-top:80px}.experience-visual{min-height:500px;max-width:720px;width:100%;margin:auto}.promise-section{grid-template-columns:1fr}.promise-heading{position:static}.collection-showcase{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:repeat(2,1fr)}.catalogue-banner{grid-template-columns:1fr;max-width:calc(100% - 28px)}.catalogue-banner>img{max-height:600px}.catalogue-banner-copy{padding:45px 30px}}
@media(max-width:760px){.experience-hero{min-height:auto;padding:68px 18px 45px}.experience-copy h1{font-size:49px}.experience-copy .hero-actions{display:flex}.experience-copy .hero-actions button{width:auto}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.hero-stats>div{min-width:0;padding:11px 9px}.hero-stats strong{font-size:22px}.hero-stats span{font-size:8px}.experience-visual{min-height:390px}.visual-main{width:64%;height:64%;right:5%}.visual-left{width:39%;height:38%}.visual-right{width:36%;height:34%}.visual-badge{left:16%;top:0;padding:10px 12px}.promise-section,.collection-showcase-section,.featured-section{padding:65px 14px}.promise-heading h2{font-size:43px}.promise-grid{grid-template-columns:1fr}.promise-card{min-height:auto}.collection-showcase{grid-template-columns:repeat(2,1fr);gap:10px}.collection-tile{min-height:255px;border-radius:20px}.collection-tile-copy{left:14px;right:14px;bottom:14px}.collection-tile-copy h3{font-size:22px}.collection-tile-copy span{font-size:9px}.featured-section{border-radius:30px;margin:0 10px 65px;padding:55px 14px}.featured-grid{grid-template-columns:repeat(2,1fr);gap:10px}.featured-product-body{padding:12px}.featured-product h3{font-size:16px}.catalogue-banner{margin-bottom:25px}.catalogue-banner>img{max-height:450px}.catalogue-banner-copy h2{font-size:42px}.catalogue-banner-copy p:not(.eyebrow){font-size:15px}.intro-actions{bottom:70px}.intro-enter{min-width:205px;padding:13px 19px;font-size:12px}.intro-video,.intro-poster{object-fit:cover}.intro-controls{top:14px;right:14px}.glass-btn{font-size:11px;padding:8px 11px}}
@media(max-width:480px){.collection-showcase{grid-template-columns:1fr 1fr}.collection-tile{min-height:230px}.featured-grid{grid-template-columns:1fr 1fr}.experience-visual{min-height:350px}.experience-copy h1{font-size:44px}.hero-actions{gap:7px}.hero-actions .lux-btn,.hero-actions .outline-btn{padding:12px 15px;font-size:12px}.text-btn{font-size:12px}.visual-badge small{display:none}.catalogue-banner>img{max-height:360px}}


/* Mobile-only intro using the dedicated portrait video. Desktop remains unchanged. */
.mobile-intro-options{display:none}
@media(max-width:760px){
  .intro-gate.mobile-intro{background:#130b10}
  .intro-gate.mobile-intro .intro-video,
  .intro-gate.mobile-intro .intro-poster{
    width:100%;height:100%;object-fit:cover;object-position:center center
  }
  .intro-gate.mobile-intro .intro-shade{
    background:linear-gradient(180deg,rgba(6,5,7,.10),rgba(6,5,7,.02) 62%,rgba(20,7,14,.60) 100%)
  }
  .intro-gate.mobile-intro .intro-controls{
    top:calc(10px + env(safe-area-inset-top));right:10px;gap:6px
  }
  .intro-gate.mobile-intro .glass-btn{
    padding:8px 10px;font-size:10px;background:rgba(18,10,14,.54);border-color:rgba(255,255,255,.28)
  }
  .intro-gate.mobile-intro .intro-actions{
    left:14px;right:14px;bottom:calc(20px + env(safe-area-inset-bottom));width:auto;transform:translateY(16px)
  }
  .intro-gate.mobile-intro.intro-ready .intro-actions{transform:none}
  .intro-gate.mobile-intro .intro-ready-label,
  .intro-gate.mobile-intro .intro-enter,
  .intro-gate.mobile-intro .intro-actions>small{display:none}
  .intro-gate.mobile-intro .mobile-intro-options{
    display:grid;grid-template-columns:1fr 1fr;gap:9px;max-width:430px;margin:0 auto
  }
  .intro-gate.mobile-intro .mobile-intro-options button{
    min-height:48px;border:1px solid rgba(246,205,142,.88);border-radius:999px;padding:11px 12px;
    background:linear-gradient(135deg,rgba(130,38,69,.96),rgba(181,57,91,.94));color:#fff;
    font-size:11px;font-weight:900;letter-spacing:.045em;box-shadow:0 12px 30px rgba(44,8,22,.34);backdrop-filter:blur(10px)
  }
  .intro-gate.mobile-intro .mobile-intro-options button:last-child{grid-column:1/-1}
}


/* Hero category slideshow */
.hero-category-slider{position:relative;z-index:2;min-height:590px;border-radius:36px;overflow:hidden;background:#2a121b;box-shadow:0 34px 90px rgba(83,23,44,.25);border:1px solid rgba(255,255,255,.62);isolation:isolate}
.hero-category-slider:before{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.hero-category-slides,.hero-category-slide{position:absolute;inset:0}
.hero-category-slide{opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity .75s ease,visibility .75s,transform 6s ease;pointer-events:none}
.hero-category-slide.active{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto;z-index:1}
.hero-category-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.96) contrast(1.02)}
.hero-category-slide.active img{animation:heroKenBurns 6s ease-out both}
@keyframes heroKenBurns{from{transform:scale(1.055)}to{transform:scale(1)}}
.hero-slide-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(31,9,17,.06) 0%,rgba(31,9,17,.12) 38%,rgba(31,9,17,.88) 100%),linear-gradient(90deg,rgba(31,9,17,.35),transparent 60%)}
.hero-slide-copy{position:absolute;left:clamp(22px,4vw,48px);right:clamp(22px,4vw,48px);bottom:clamp(64px,10vh,100px);color:#fff;z-index:2;max-width:560px;transform:translateY(20px);opacity:0;transition:.65s .18s cubic-bezier(.2,.8,.2,1)}
.hero-category-slide.active .hero-slide-copy{transform:none;opacity:1}
.hero-slide-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#ffd5df}.hero-slide-kicker:before{content:"✦";color:#f0c36b}
.hero-slide-copy h2{font-family:Georgia,serif;font-size:clamp(40px,5.4vw,72px);line-height:.95;margin:0 0 12px;letter-spacing:-.035em;text-wrap:balance}
.hero-slide-copy p{margin:0 0 22px;color:#f7dfe6;font-size:14px;font-weight:700}
.hero-slide-link{border:1px solid rgba(245,204,137,.9);background:linear-gradient(135deg,rgba(160,46,80,.95),rgba(202,79,112,.94));color:#fff;border-radius:999px;padding:13px 19px;font-weight:900;letter-spacing:.035em;box-shadow:0 14px 38px rgba(0,0,0,.28);transition:.25s}.hero-slide-link:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(0,0,0,.34)}
.hero-slide-arrow{position:absolute;top:50%;z-index:6;width:44px;height:44px;margin-top:-22px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(34,12,21,.45);color:#fff;font-size:31px;line-height:1;backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(0,0,0,.2);transition:.25s}.hero-slide-arrow:hover{background:rgba(160,46,80,.85);transform:scale(1.06)}.hero-slide-prev{left:16px}.hero-slide-next{right:16px}
.hero-slider-footer{position:absolute;left:24px;right:24px;bottom:22px;z-index:7;display:flex;align-items:center;gap:14px}.hero-slide-dots{display:flex;gap:7px}.hero-slide-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);transition:.25s}.hero-slide-dot.active{width:24px;border-radius:999px;background:#fff}.hero-slide-progress{height:2px;flex:1;overflow:hidden;background:rgba(255,255,255,.25);border-radius:999px}.hero-slide-progress span{display:block;height:100%;width:100%;transform-origin:left;background:linear-gradient(90deg,#f3c36d,#ffd6e2)}
@keyframes heroSlideProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:1200px){.hero-category-slider{min-height:520px}}
@media(max-width:900px){.hero-category-slider{min-height:560px;max-width:720px;width:100%;margin:auto}}
@media(max-width:760px){.hero-category-slider{min-height:490px;border-radius:28px}.hero-slide-copy{left:22px;right:22px;bottom:64px}.hero-slide-copy h2{font-size:45px}.hero-slide-copy p{font-size:12px;margin-bottom:17px}.hero-slide-link{padding:12px 16px;font-size:12px}.hero-slide-arrow{width:38px;height:38px;font-size:27px}.hero-slide-prev{left:10px}.hero-slide-next{right:10px}.hero-slider-footer{left:18px;right:18px;bottom:18px}}
@media(max-width:480px){.hero-category-slider{min-height:430px}.hero-slide-copy h2{font-size:39px}.hero-slide-kicker{font-size:9px}.hero-slide-arrow{top:44%}}
@media(prefers-reduced-motion:reduce){.hero-category-slide,.hero-category-slide img,.hero-slide-copy,.hero-slide-progress span{animation:none!important;transition:none!important}}
