:root{
  --black:#050706; --ink:#0d1210; --deep:#071814; --emerald:#0c241f; --emerald2:#12342d; --green:#1b4a40;
  --gold:#d2b15f; --gold2:#f0d993; --gold3:#967331;
  --ivory:#f7f1e6; --ivory2:#fffaf1; --sand:#e9dcc4; --paper:#fbf7ee;
  --muted:#756c5d; --muted2:#aaa092; --white:#fff;
  --line:rgba(31,35,30,.10); --line-dark:rgba(255,255,255,.14);
  --head:'Cormorant Garamond', Georgia, serif; --body:'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  --ease:cubic-bezier(.2,.75,.15,1); --shadow:0 24px 70px rgba(22,18,11,.11); --shadow2:0 44px 120px rgba(0,0,0,.32);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.cosmic-v10{margin:0;font-family:var(--body);font-size:17px;line-height:1.7;color:var(--ink);background:var(--paper);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.shell{width:min(100% - 44px,1440px);margin-inline:auto}.skip-link{position:fixed;left:20px;top:-60px;background:var(--gold);color:#06120f;z-index:9999;padding:10px 16px;border-radius:999px}.skip-link:focus{top:16px}.muted{color:var(--muted)}.mini-label{display:inline-flex;align-items:center;gap:12px;font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:800;color:var(--gold3)}.mini-label:before{content:"";width:38px;height:1px;background:currentColor}.section{padding:120px 0}.section-soft{background:var(--ivory)}.section-dark{background:linear-gradient(135deg,#06110f,#071d18 55%,#0c241f);color:#fff}.section-head{max-width:840px;margin-bottom:46px}.section-head.center{text-align:center;margin-inline:auto}.section-head h2,.h2{font-family:var(--head);font-size:clamp(44px,5.8vw,76px);line-height:.92;letter-spacing:-.035em;margin:16px 0;color:var(--ink)}.section-dark .section-head h2,.section-dark h2,.section-dark h3{color:#fff}.section-head p{font-size:clamp(17px,1.3vw,21px);color:var(--muted);max-width:720px}.section-dark p,.section-dark .muted{color:rgba(255,255,255,.72)}
.btn-luxe,.btn-line,.btn-ghost{height:54px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:850;letter-spacing:.01em;border:0;transition:transform .32s var(--ease),box-shadow .32s var(--ease),background .32s var(--ease),color .32s var(--ease);white-space:nowrap}.btn-luxe{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#07130f;box-shadow:0 18px 44px rgba(210,177,95,.25)}.btn-luxe:hover{transform:translateY(-3px);box-shadow:0 26px 70px rgba(210,177,95,.35);color:#07130f}.btn-line{border:1px solid rgba(210,177,95,.42);background:rgba(255,255,255,.04);color:inherit}.btn-line:hover{background:var(--gold);color:#07130f;transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--emerald);border:1px solid rgba(12,36,31,.14)}.btn-ghost:hover{background:var(--emerald);color:#fff}.link-arrow{font-weight:850;color:var(--gold2)}.link-arrow:after{content:" →"}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(7,24,20,.82);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 10px 50px rgba(0,0,0,.14)}.header-shell{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:270px;color:#fff}.brand-mark{width:58px;height:58px;border:1px solid rgba(240,217,147,.35);border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(240,217,147,.16),rgba(255,255,255,.03));box-shadow:inset 0 0 28px rgba(240,217,147,.08)}.brand-mark svg{width:38px;height:38px;fill:var(--gold2)}.brand-copy b{display:block;font-family:var(--head);font-size:24px;line-height:.9;letter-spacing:.025em;text-transform:uppercase}.brand-copy small{display:block;margin-top:4px;color:var(--gold2);font-size:9px;line-height:1;letter-spacing:.22em;text-transform:uppercase;font-weight:900}.desktop-nav{display:flex;align-items:center;gap:6px}.desktop-nav a{color:rgba(255,255,255,.82);font-size:14px;font-weight:800;padding:12px 14px;border-radius:999px;transition:.25s var(--ease)}.desktop-nav a:hover{background:rgba(255,255,255,.08);color:var(--gold2)}.header-actions{display:flex;align-items:center;gap:8px}.round-action,.bag-action,.mobile-toggle{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#fff;height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:.25s var(--ease)}.round-action{width:46px}.bag-action{padding:0 14px;gap:9px;font-weight:850}.bag-action b{min-width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#08120f;font-size:12px}.round-action:hover,.bag-action:hover{background:var(--gold);color:#08120f;transform:translateY(-2px)}.mobile-toggle{display:none;width:48px;flex-direction:column;gap:5px}.mobile-toggle i{width:20px;height:2px;background:currentColor;border-radius:999px}.mega-panel{position:absolute;top:84px;left:0;right:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:.28s var(--ease);background:rgba(7,24,20,.96);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow2)}.site-header:hover .mega-panel,.mega-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mega-grid{display:grid;grid-template-columns:340px 1fr;gap:34px;padding:26px 0}.mega-intro h3{font-family:var(--head);font-size:42px;line-height:.95;color:#fff;margin:14px 0}.mega-intro p{color:rgba(255,255,255,.68)}.mega-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.mega-card{position:relative;overflow:hidden;min-height:190px;border-radius:26px;background:#000}.mega-card img{width:100%;height:100%;object-fit:cover;opacity:.75;transition:.55s var(--ease)}.mega-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.8))}.mega-card span{position:absolute;z-index:2;left:16px;right:16px;bottom:16px;color:#fff;font-weight:850}.mega-card:hover img{transform:scale(1.07);opacity:.92}
.drawer-scrim{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:1100;opacity:0;visibility:hidden;transition:.28s}.drawer-scrim.is-open{opacity:1;visibility:visible}.drawer,.mobile-menu{position:fixed;top:0;right:0;width:min(92vw,460px);height:100vh;z-index:1200;background:#071814;color:#fff;padding:36px;box-shadow:-24px 0 90px rgba(0,0,0,.45);transform:translateX(105%);transition:.38s var(--ease);overflow:auto}.drawer.is-open,.mobile-menu.is-open{transform:translateX(0)}.drawer-close{position:absolute;top:22px;right:22px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-size:26px}.drawer h2{font-family:var(--head);font-size:46px;line-height:.95;margin:28px 0}.drawer-search{display:grid;gap:12px}.drawer-search input,.newsletter-form input,.filter-input,input,select,textarea{height:54px;border-radius:999px;border:1px solid rgba(12,36,31,.14);background:#fff;color:var(--ink);padding:0 18px;outline:none}.drawer-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.drawer-tags a{padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);font-weight:700}.drawer-list{display:grid;gap:14px;margin:24px 0}.drawer-item{display:grid;grid-template-columns:70px 1fr;gap:14px;align-items:center}.drawer-item img{width:70px;height:70px;border-radius:18px;object-fit:cover}.mobile-links{display:grid;gap:10px}.mobile-links a{font-family:var(--head);font-size:40px;line-height:1;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.hero-luxe{position:relative;min-height:calc(100vh - 84px);background:radial-gradient(circle at 78% 18%,rgba(210,177,95,.22),transparent 28%),linear-gradient(135deg,#050706,#071814 54%,#0b251f);color:#fff;overflow:hidden}.hero-luxe:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(90deg,transparent,black 22%,black 80%,transparent);opacity:.34}.hero-luxe:after{content:"COSMIC";position:absolute;right:-6vw;bottom:-5vw;font-family:var(--head);font-size:18vw;line-height:.8;color:rgba(255,255,255,.035);letter-spacing:-.06em}.hero-wrap{position:relative;z-index:2;min-height:calc(100vh - 84px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.82fr);align-items:center;gap:80px;padding:86px 0}.hero-copy h1{font-family:var(--head);font-size:clamp(64px,7.8vw,112px);line-height:.86;letter-spacing:-.055em;margin:22px 0 24px;color:#fff;max-width:860px}.hero-copy p{font-size:clamp(18px,1.4vw,23px);line-height:1.65;color:rgba(255,255,255,.72);max-width:680px}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin:36px 0 28px}.hero-trust{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:10px;max-width:700px}.hero-trust span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:999px;padding:10px 12px;text-align:center;font-size:12px;font-weight:800;color:rgba(255,255,255,.78)}.hero-product{position:relative}.hero-frame{position:relative;border-radius:48px;padding:18px;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.16);box-shadow:0 50px 150px rgba(0,0,0,.42);overflow:hidden}.hero-frame:before{content:"";position:absolute;inset:18px;border:1px solid rgba(210,177,95,.36);border-radius:36px;pointer-events:none;z-index:2}.hero-frame img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:34px}.hero-product-copy{display:flex;justify-content:space-between;align-items:end;gap:16px;padding:22px 8px 4px}.hero-product-copy span{display:block;color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900}.hero-product-copy b{display:block;font-family:var(--head);font-size:42px;line-height:.9;color:#fff}.hero-product-copy small{color:rgba(255,255,255,.68)}.hero-product-copy em{font-style:normal;color:var(--gold2);font-weight:900}.floating-note{position:absolute;left:-58px;top:11%;width:210px;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:rgba(7,24,20,.76);backdrop-filter:blur(18px);box-shadow:var(--shadow2)}.floating-note strong{display:block;font-family:var(--head);font-size:30px;line-height:1;color:#fff}.floating-note span{font-size:12px;color:rgba(255,255,255,.66)}
.category-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.cat-tile{position:relative;min-height:390px;border-radius:34px;overflow:hidden;background:#111;box-shadow:var(--shadow)}.cat-tile img{width:100%;height:100%;object-fit:cover;transition:.7s var(--ease);opacity:.86}.cat-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.82))}.cat-tile .tile-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}.cat-tile h3{font-family:var(--head);font-size:34px;line-height:.95;margin:8px 0;color:#fff}.cat-tile p{font-size:14px;line-height:1.5;color:rgba(255,255,255,.72);margin:0}.cat-tile:hover img{transform:scale(1.07);opacity:.95}.energy-showcase{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.energy-pill{min-height:210px;border-radius:32px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:.32s var(--ease)}.energy-pill em{font-style:normal;font-size:12px;letter-spacing:.22em;color:var(--gold3);font-weight:900}.energy-pill h3{font-family:var(--head);font-size:32px;line-height:1;margin:8px 0;color:var(--emerald)}.energy-pill p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}.energy-pill:hover{transform:translateY(-8px);background:var(--emerald);color:#fff}.energy-pill:hover h3,.energy-pill:hover p{color:#fff}.story-editorial{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.story-card{border-radius:46px;overflow:hidden;box-shadow:var(--shadow2);border:1px solid rgba(255,255,255,.12)}.story-card img{width:100%;height:660px;object-fit:cover}.story-copy h2{font-family:var(--head);font-size:clamp(48px,6.2vw,86px);line-height:.9;letter-spacing:-.04em;color:#fff}.story-copy p{font-size:20px;max-width:680px}.signature-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:22px}.signature-card{position:relative;overflow:hidden;border-radius:44px;background:#111;min-height:620px;color:#fff;box-shadow:var(--shadow)}.signature-card.compact{min-height:299px}.signature-card img{width:100%;height:100%;object-fit:cover;opacity:.88;transition:.8s var(--ease)}.signature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.86))}.signature-card div{position:absolute;z-index:2;left:34px;right:34px;bottom:34px}.signature-card h3{font-family:var(--head);font-size:46px;line-height:.9;color:#fff}.signature-card p{color:rgba(255,255,255,.72)}.signature-card:hover img{transform:scale(1.06)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{position:relative;border:1px solid rgba(12,36,31,.09);background:#fff;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);transition:.34s var(--ease);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 35px 90px rgba(22,18,11,.18)}.product-media{position:relative;margin:12px;border-radius:26px;overflow:hidden;background:var(--ivory);aspect-ratio:1;isolation:isolate}.product-media img{width:100%;height:100%;object-fit:cover;transition:.6s var(--ease)}.product-card:hover .product-media img{transform:scale(1.05)}.product-badge{position:absolute;top:14px;left:14px;z-index:2;background:rgba(7,24,20,.88);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.floating-actions{position:absolute;right:14px;top:14px;display:grid;gap:8px;z-index:3}.floating-actions a,.floating-actions button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.84);backdrop-filter:blur(10px);display:grid;place-items:center;color:var(--emerald);transition:.25s}.floating-actions a:hover,.floating-actions button:hover{background:var(--gold);transform:scale(1.05)}.product-body{padding:8px 20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.product-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold3);font-weight:900}.product-body h3{font-family:var(--head);font-size:30px;line-height:1;margin:0;color:var(--emerald)}.product-body p{font-size:14px;line-height:1.55;color:var(--muted);margin:0;min-height:44px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.price-row b{font-size:18px;color:var(--emerald)}.price-row small{color:var(--muted);font-size:12px}.product-cta{width:100%;height:48px;margin-top:4px;border-radius:999px;border:0;background:var(--emerald);color:#fff;font-weight:850;transition:.25s}.product-cta:hover{background:var(--gold);color:#07130f}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-card{padding:32px;border-radius:34px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.why-card h3{font-family:var(--head);font-size:34px;color:#fff;line-height:1}.why-card p{font-size:15px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{border:1px solid var(--line);background:#fff;border-radius:34px;padding:34px;box-shadow:var(--shadow)}.testimonial-card p{font-family:var(--head);font-size:34px;line-height:1.05;color:var(--emerald)}.journey-band{border-radius:46px;background:linear-gradient(135deg,var(--emerald),#071814);color:#fff;padding:64px;display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:center;overflow:hidden}.journey-band h2{font-family:var(--head);font-size:clamp(44px,5.6vw,78px);line-height:.9;color:#fff}.journey-products{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;transform:rotate(-3deg)}.journey-products img{aspect-ratio:1;object-fit:cover;border-radius:28px;box-shadow:var(--shadow2)}
.page-hero{padding:84px 0 70px;background:linear-gradient(135deg,#071814,#0d281f);color:#fff}.page-hero h1{font-family:var(--head);font-size:clamp(54px,7vw,96px);line-height:.86;color:#fff;letter-spacing:-.05em;margin:16px 0}.page-hero p{color:rgba(255,255,255,.72);font-size:20px;max-width:780px}.shop-toolbar{position:sticky;top:84px;z-index:50;background:rgba(251,247,238,.85);backdrop-filter:blur(18px);border-bottom:1px solid rgba(12,36,31,.08);padding:14px 0}.toolbar-row{display:flex;justify-content:space-between;gap:14px;align-items:center}.chip-row{display:flex;gap:10px;overflow:auto;padding-bottom:2px}.chip{display:inline-flex;align-items:center;height:42px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:850;color:var(--emerald);white-space:nowrap}.chip.active,.chip:hover{background:var(--emerald);color:#fff}.shop-layout{display:grid;grid-template-columns:310px 1fr;gap:38px;align-items:start;padding:54px 0 110px}.filter-panel{position:sticky;top:160px;background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:24px}.filter-section{padding:18px 0;border-bottom:1px solid rgba(12,36,31,.08)}.filter-section:last-child{border-bottom:0}.filter-section h4{font-size:13px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--emerald);margin:0 0 14px}.filter-check{display:flex;gap:10px;align-items:flex-start;margin:12px 0;color:var(--muted);font-size:14px}.filter-check input{width:18px;height:18px;accent-color:var(--emerald);margin-top:3px}.range-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.range-row input{width:100%;height:44px;border-radius:14px}.shop-main-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.shop-main-head h2{font-family:var(--head);font-size:48px;line-height:.95;color:var(--emerald);margin:0}.shop-main-head select{height:48px;border-radius:999px;border:1px solid var(--line);background:#fff;padding:0 16px;color:var(--emerald);font-weight:700}.pagination-luxe{display:flex;justify-content:center;gap:10px;margin-top:40px}.pagination-luxe a,.pagination-luxe span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-weight:850}.pagination-luxe .active{background:var(--emerald);color:#fff}.filter-drawer-button{display:none}.quick-view-modal{position:fixed;inset:0;z-index:1400;display:none;place-items:center;background:rgba(0,0,0,.62);padding:24px}.quick-view-modal.is-open{display:grid}.quick-view-card{width:min(940px,100%);background:#fff;border-radius:38px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:var(--shadow2)}.quick-view-card img{width:100%;height:100%;object-fit:cover}.quick-view-copy{padding:38px}.quick-view-close{position:absolute;right:30px;top:30px;width:44px;height:44px;border-radius:50%;border:0;background:#fff;font-size:26px}.product-page{background:var(--paper)}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.65fr);gap:56px;padding:76px 0 110px}.gallery-main{border-radius:44px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.gallery-main img{width:100%;aspect-ratio:1;object-fit:cover}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.thumbs img{aspect-ratio:1;object-fit:cover;border-radius:18px;background:#fff;border:1px solid var(--line);cursor:pointer}.purchase-panel{position:sticky;top:116px;align-self:start;background:#fff;border:1px solid var(--line);border-radius:38px;box-shadow:var(--shadow);padding:34px}.purchase-panel h1{font-family:var(--head);font-size:clamp(42px,4.8vw,68px);line-height:.9;color:var(--emerald);margin:12px 0}.purchase-price{font-size:26px;font-weight:900;color:var(--emerald);margin:16px 0}.purchase-panel p{color:var(--muted)}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.option-grid button,.qty-box{height:48px;border-radius:999px;border:1px solid var(--line);background:var(--ivory2);color:var(--emerald);font-weight:800}.buy-stack{display:grid;gap:10px;margin-top:22px}.assurance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}.assurance-grid span{border-radius:18px;background:var(--ivory);padding:12px;font-size:12px;font-weight:800;color:var(--emerald)}.product-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start;margin-bottom:100px}.story-tabs{display:grid;gap:14px}.story-tabs details{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 12px 30px rgba(22,18,11,.05)}.story-tabs summary{font-weight:900;color:var(--emerald);cursor:pointer}.mobile-buy-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1000;background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 50px rgba(0,0,0,.12);padding:12px 16px;align-items:center;justify-content:space-between;gap:12px}.mobile-buy-bar b{color:var(--emerald)}
.newsletter-band{background:var(--ivory);padding:76px 0;border-top:1px solid var(--line)}.newsletter-grid{display:grid;grid-template-columns:1fr 480px;gap:36px;align-items:end}.newsletter-grid h2{font-family:var(--head);font-size:clamp(42px,5vw,70px);line-height:.9;color:var(--emerald);margin:16px 0}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1}.site-footer{background:#061713;color:#fff;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:44px}.footer-grid h4{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold2);font-weight:900}.footer-grid a{display:block;color:rgba(255,255,255,.72);margin:8px 0}.footer-grid p{color:rgba(255,255,255,.66)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:20px;color:rgba(255,255,255,.5);font-size:13px}.reveal{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in-view{opacity:1;transform:none}
@media(max-width:1199px){.desktop-nav{display:none}.mobile-toggle{display:inline-flex}.brand{min-width:auto}.hero-wrap{grid-template-columns:1fr;min-height:auto}.hero-product{max-width:600px}.category-showcase{grid-template-columns:repeat(3,1fr)}.energy-showcase{grid-template-columns:repeat(3,1fr)}.product-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.filter-panel{display:none}.filter-panel.is-mobile-open{display:block;position:fixed;inset:0;z-index:1300;border-radius:0;overflow:auto}.filter-drawer-button{display:inline-flex}.signature-grid,.story-editorial,.journey-band,.product-detail,.product-story,.newsletter-grid,.footer-grid{grid-template-columns:1fr}.purchase-panel{position:static}.mega-panel{display:none}.floating-note{display:none}}
@media(max-width:767px){body.cosmic-v10{font-size:15px}.shell{width:min(100% - 28px,100%)}.header-shell{height:72px}.site-header{top:0}.brand-mark{width:46px;height:46px;border-radius:15px}.brand-mark svg{width:30px;height:30px}.brand-copy b{font-size:17px}.brand-copy small{font-size:7px}.round-action.d-none{display:none!important}.bag-action span{display:none}.round-action,.bag-action,.mobile-toggle{height:42px}.round-action{width:42px}.hero-luxe{min-height:auto}.hero-wrap{padding:62px 0;gap:34px}.hero-copy h1{font-size:clamp(52px,15vw,76px)}.hero-copy p{font-size:17px}.hero-buttons{display:grid}.hero-trust{grid-template-columns:repeat(2,1fr)}.hero-frame{border-radius:34px;padding:12px}.hero-frame img{border-radius:24px}.hero-product-copy{display:block}.hero-product-copy b{font-size:34px}.section{padding:78px 0}.section-head h2{font-size:clamp(40px,13vw,58px)}.category-showcase{grid-template-columns:1fr;gap:14px}.cat-tile{min-height:300px}.energy-showcase{grid-template-columns:1fr 1fr}.energy-pill{min-height:176px;border-radius:24px;padding:20px}.energy-pill h3{font-size:27px}.signature-card,.signature-card.compact{min-height:360px;border-radius:30px}.signature-card div{left:22px;right:22px;bottom:22px}.signature-card h3{font-size:36px}.product-grid{grid-template-columns:1fr 1fr;gap:14px}.product-card{border-radius:24px}.product-media{margin:8px;border-radius:18px}.product-body{padding:6px 12px 14px}.product-body h3{font-size:23px}.product-body p,.price-row small{display:none}.floating-actions{opacity:1}.product-cta{height:42px;font-size:13px}.why-grid,.testimonial-grid{grid-template-columns:1fr}.story-card img{height:auto}.journey-band{padding:30px;border-radius:30px}.journey-products{grid-template-columns:repeat(3,1fr);transform:none}.shop-toolbar{top:72px}.toolbar-row{align-items:flex-start;flex-direction:column}.shop-main-head{align-items:flex-start;flex-direction:column}.shop-main-head h2{font-size:40px}.quick-view-card{grid-template-columns:1fr}.quick-view-card img{max-height:320px}.product-detail{padding:40px 0 90px;gap:28px}.purchase-panel{border-radius:28px;padding:24px}.assurance-grid,.option-grid{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(4,1fr)}.newsletter-form{flex-direction:column}.footer-bottom{flex-direction:column}.mobile-buy-bar{display:flex}.drawer,.mobile-menu{width:100vw}.footer-grid{gap:26px}.testimonial-card p{font-size:28px}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}.energy-showcase{grid-template-columns:1fr}.hero-trust{grid-template-columns:1fr}.header-actions{gap:5px}.brand-copy small{display:none}}
/* V10 stability guards: reserve image space even if browser caches or lazy-loads slowly */
.hero-frame img{min-height:min(64vh,650px);background:linear-gradient(135deg,#f7f1e6,#e9dcc4)}
.gallery-main img{min-height:520px;background:linear-gradient(135deg,#f7f1e6,#e9dcc4)}
@media(max-width:767px){.hero-frame img{min-height:420px}.gallery-main img{min-height:320px}}
.floating-note{z-index:4}.hero-frame{z-index:2;display:block}.hero-product{isolation:isolate}
/* V10.1 deployment fix: valid product card structure, no nested anchor conflicts */
.product-image-link{display:block;width:100%;height:100%;position:relative;color:inherit;text-decoration:none}.product-image-link img{width:100%;height:100%;object-fit:cover}.product-media .floating-actions{z-index:5}.product-media .product-badge{z-index:4}
/* V10.1 compatibility layer for all secondary pages */
.container,.container-xl{width:min(100% - 44px,1200px);margin-inline:auto}.container-xl{width:min(100% - 44px,1440px)}.page-hero.small{padding:70px 0 58px}.eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:900;color:var(--gold3)}.eyebrow:before{content:"";width:36px;height:1px;background:currentColor}.eyebrow.light{color:var(--gold2)}.section.alt{background:var(--ivory)}.section.dark{background:linear-gradient(135deg,#06110f,#071d18 60%,#0b241f);color:#fff}.section.dark h1,.section.dark h2,.section.dark h3{color:#fff}.lux-card,.form-card{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:30px}.section.dark .lux-card,.section.dark .form-card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:#fff}.form-card h1,.form-card h2,.lux-card h2,.lux-card h3{font-family:var(--head);color:var(--emerald);line-height:.95}.section.dark .form-card h1,.section.dark .form-card h2,.section.dark .lux-card h2,.section.dark .lux-card h3{color:#fff}.btn.gold,.btn-gold{height:54px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#07130f!important;font-weight:900;text-decoration:none}.btn.dark{height:54px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--emerald);color:#fff!important;font-weight:900;text-decoration:none}.btn.btn-ghost{height:54px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(12,36,31,.16);background:#fff;color:var(--emerald);font-weight:900}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid .full{grid-column:1/-1}.form-control,.form-select,.field input{width:100%;min-height:54px;border-radius:18px;border:1px solid rgba(12,36,31,.14);background:#fff;color:var(--ink);padding:12px 16px;outline:none}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:var(--emerald)}.empty-state{text-align:center;padding:50px 20px}.bag-item{display:grid;grid-template-columns:88px minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.bag-item img{width:88px;height:88px;border-radius:22px;object-fit:cover;background:var(--ivory)}.bag-item h3{font-family:var(--head);font-size:30px;margin:0;color:var(--emerald)}.bag-item p{margin:3px 0 0;color:var(--muted)}.detail-price{font-size:32px;font-weight:950;color:var(--emerald);margin:16px 0}.assurance{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.assurance span{background:var(--ivory);border-radius:16px;padding:12px;font-size:12px;font-weight:900;color:var(--emerald)}.story-band{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.story-band h2{font-family:var(--head);font-size:clamp(42px,5vw,72px);line-height:.9;color:var(--emerald)}.story-media img{border-radius:42px;box-shadow:var(--shadow);width:100%;aspect-ratio:4/5;object-fit:cover}.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.intent-card{min-height:210px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:26px;display:flex;flex-direction:column;justify-content:space-between}.intent-card b{font-family:var(--head);font-size:42px;line-height:1;color:var(--emerald)}.intent-card span{color:var(--muted)}.editorial{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:stretch}.editorial-panel,.editorial-list>div{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:30px}.editorial-panel h2{font-family:var(--head);font-size:52px;line-height:.95;color:var(--emerald)}.editorial-list{display:grid;gap:16px}.editorial-list b{font-size:20px;color:var(--emerald)}.success-page{text-align:center}.reveal-on-scroll{opacity:1;transform:none}@media(max-width:991px){.story-band,.editorial{grid-template-columns:1fr}.bag-item{grid-template-columns:74px 1fr;gap:14px}.bag-item span,.bag-item b{grid-column:2}.intent-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.container,.container-xl{width:min(100% - 28px,100%)}}@media(max-width:575px){.intent-grid{grid-template-columns:1fr}.lux-card,.form-card{border-radius:26px;padding:22px}.bag-item h3{font-size:24px}.page-hero.small{padding:56px 0 44px}}

/* =========================
   V10.2 Next-level premium upgrades
   ========================= */
.site-header{transition:background .28s var(--ease), box-shadow .28s var(--ease)}
.header-shell{transition:height .28s var(--ease)}
.site-header.is-scrolled{background:rgba(5,12,10,.94);box-shadow:0 18px 60px rgba(0,0,0,.22)}
.site-header.is-scrolled .header-shell{height:68px}
.site-header.is-scrolled .brand-mark{width:48px;height:48px;border-radius:16px}
.desktop-nav a.active{background:rgba(240,217,147,.14);color:var(--gold2)}
.desktop-nav .nav-cta{margin-left:6px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#07130f;box-shadow:0 12px 34px rgba(210,177,95,.22)}
.desktop-nav .nav-cta:hover{color:#07130f;background:linear-gradient(135deg,#ffeab0,var(--gold));transform:translateY(-2px)}
.btn-luxe,.btn-line,.product-cta,.product-whatsapp{position:relative;overflow:hidden}
.btn-luxe:after,.product-cta:after{content:"";position:absolute;inset:-2px;transform:translateX(-115%) skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transition:transform .8s var(--ease)}
.btn-luxe:hover:after,.product-cta:hover:after{transform:translateX(115%) skewX(-18deg)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .78s var(--ease),transform .78s var(--ease),filter .78s var(--ease);filter:blur(8px)}
.reveal.in-view{opacity:1;transform:none;filter:blur(0)}

.hero-panorama-luxe{min-height:auto;background:radial-gradient(circle at 75% 20%,rgba(240,217,147,.18),transparent 30%),linear-gradient(135deg,#040605,#071814 58%,#0d2b24);}
.hero-panorama-luxe .hero-wrap{min-height:620px;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:54px;padding:56px 0 44px;}
.hero-panorama-luxe .hero-copy h1{font-size:clamp(54px,6.4vw,92px);max-width:740px}
.hero-panorama-luxe .hero-copy p{max-width:660px}
.hero-intention-row{display:flex;flex-wrap:wrap;gap:10px;margin:-8px 0 24px}
.hero-intention-row a{border:1px solid rgba(240,217,147,.26);background:rgba(255,255,255,.055);color:rgba(255,255,255,.86);border-radius:999px;padding:9px 14px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:.25s var(--ease)}
.hero-intention-row a:hover{background:var(--gold);color:#07130f;transform:translateY(-2px)}
.hero-panorama-card{position:relative;aspect-ratio:16/9;border-radius:38px;padding:14px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.16);box-shadow:0 42px 130px rgba(0,0,0,.42);overflow:hidden;isolation:isolate;}
.hero-panorama-card:before{content:"";position:absolute;inset:14px;border:1px solid rgba(240,217,147,.36);border-radius:28px;z-index:3;pointer-events:none}
.hero-panorama-card:after{content:"";position:absolute;inset:-40%;background:conic-gradient(from 130deg,transparent,rgba(240,217,147,.2),transparent 32%);animation:cosmicSpin 13s linear infinite;z-index:0}
.hero-slide-track{position:relative;z-index:1;width:100%;height:100%;border-radius:28px;overflow:hidden;background:#111}
.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.035);transition:opacity .85s var(--ease),transform 4.5s ease;color:#fff;display:block}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-slide img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.03)}
.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.64),rgba(0,0,0,.12) 48%,rgba(0,0,0,.46)),linear-gradient(0deg,rgba(0,0,0,.62),transparent 42%)}
.hero-panorama-card .hero-product-copy{position:absolute;left:26px;right:26px;bottom:22px;z-index:4;padding:0;align-items:flex-end}
.hero-panorama-card .hero-product-copy b{font-size:clamp(30px,3.2vw,48px);max-width:620px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hero-slider-dots{position:absolute;right:28px;top:28px;z-index:5;display:flex;gap:8px}
.hero-slider-dots button{width:30px;height:4px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.32);transition:.25s var(--ease)}
.hero-slider-dots button.is-active{background:var(--gold);width:42px}
.hero-panorama-luxe .floating-note{left:-32px;top:10%;z-index:7;animation:floatNote 5s ease-in-out infinite}
.hero-panorama-luxe .hero-frame{display:none}
.luxury-marquee{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);overflow:hidden;color:rgba(255,255,255,.78)}
.luxury-marquee div{display:flex;width:max-content;gap:40px;padding:13px 0;animation:marqueeMove 24s linear infinite}
.luxury-marquee span{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:900;white-space:nowrap}.luxury-marquee span:before{content:"✦";color:var(--gold);margin-right:40px}
@keyframes cosmicSpin{to{transform:rotate(360deg)}}@keyframes floatNote{50%{transform:translateY(-12px)}}@keyframes marqueeMove{to{transform:translateX(-50%)}}

.category-showcase{grid-template-columns:1.28fr .9fr .9fr;grid-auto-rows:260px;gap:20px}.cat-tile{min-height:auto;border-radius:38px}.cat-tile:nth-child(1){grid-row:span 2}.cat-tile:nth-child(4),.cat-tile:nth-child(5){grid-column:span 1}.cat-tile:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(240,217,147,.26),transparent 28%);opacity:0;transition:.35s;z-index:1}.cat-tile:hover:before{opacity:1}.cat-tile .tile-copy{z-index:3}.cat-tile h3{font-size:clamp(31px,2.7vw,46px)}
.energy-pill{position:relative;overflow:hidden}.energy-pill:before{content:"";position:absolute;right:-60px;top:-60px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(240,217,147,.24),transparent 70%);transition:.35s var(--ease)}.energy-pill:hover:before{transform:scale(1.5)}.energy-pill strong{position:relative;z-index:2;color:var(--gold3)}.energy-pill:hover strong{color:var(--gold2)}
.story-card,.signature-card,.journey-products img{transform:translateZ(0)}.story-card:hover img,.signature-card:hover img{transform:scale(1.055) translateY(-4px)}.why-card{transition:.32s var(--ease)}.why-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.11);border-color:rgba(240,217,147,.28)}

.product-card{border-color:rgba(150,115,49,.16);background:linear-gradient(180deg,#fff,#fffaf3)}
.product-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(210,177,95,.16),transparent 24%);opacity:0;transition:.28s;z-index:2}.product-card:hover:before{opacity:1}.product-media .secondary-img{position:absolute;inset:0;opacity:0}.product-card:hover .product-media .primary-img{opacity:0;transform:scale(1.03)}.product-card:hover .product-media .secondary-img{opacity:1;transform:scale(1.06)}.product-body h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-body p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-actions-row{display:grid;grid-template-columns:1fr 98px;gap:8px;align-items:center}.product-actions-row form{min-width:0}.product-whatsapp{height:48px;border-radius:999px;border:1px solid rgba(12,36,31,.13);background:var(--ivory);color:var(--emerald);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;transition:.25s var(--ease)}.product-whatsapp:hover{background:#25d366;color:#07130f;transform:translateY(-2px)}

.instagram-feed-section{position:relative;background:linear-gradient(135deg,#06110f,#082019 58%,#0f332b);color:#fff;padding:100px 0 96px;overflow:hidden}.instagram-feed-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 16%,rgba(240,217,147,.16),transparent 24%),radial-gradient(circle at 88% 70%,rgba(255,255,255,.08),transparent 26%);pointer-events:none}.instagram-head{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:34px}.instagram-head h2{font-family:var(--head);font-size:clamp(44px,5.6vw,78px);line-height:.9;color:#fff;margin:16px 0}.instagram-head p{color:rgba(255,255,255,.7);max-width:760px}.btn-line.light{color:#fff;border-color:rgba(240,217,147,.45)}.reel-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:end}.reel-card{position:relative;aspect-ratio:9/16;border-radius:34px;overflow:hidden;background:#101411;border:1px solid rgba(255,255,255,.12);box-shadow:0 34px 90px rgba(0,0,0,.34);transform:translateY(20px);transition:.38s var(--ease)}.reel-card.featured{transform:translateY(0);box-shadow:0 45px 120px rgba(0,0,0,.44);border-color:rgba(240,217,147,.34)}.reel-card:hover{transform:translateY(-10px)}.reel-card video,.reel-card .reel-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.55s var(--ease)}.reel-card:hover .reel-poster{transform:scale(1.06);filter:saturate(1.1)}.reel-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.82));color:#fff}.play-dot{position:absolute;top:16px;right:16px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);color:#07130f;box-shadow:0 18px 40px rgba(0,0,0,.25);font-size:13px}.reel-overlay small{color:var(--gold2);font-weight:900;letter-spacing:.1em;text-transform:uppercase}.reel-overlay h3{font-family:var(--head);font-size:30px;line-height:.95;color:#fff;margin:8px 0 4px}.reel-overlay p{font-size:13px;color:rgba(255,255,255,.72);margin:0}.reel-link{align-self:flex-start;margin-top:14px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.88);color:#07130f;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 16px 35px rgba(0,0,0,.22);transition:.28s var(--ease)}.reel-link:hover{background:var(--gold);color:#07130f;transform:translateY(-2px)}.footer-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:38px}.footer-trust-row span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:999px;text-align:center;padding:12px;color:rgba(255,255,255,.76);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.footer-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.footer-social a{margin:0;padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.footer-social a:hover{background:var(--gold);color:#07130f}.site-footer{background:radial-gradient(circle at 10% 0,rgba(240,217,147,.11),transparent 28%),#061713}.newsletter-band{background:linear-gradient(180deg,var(--ivory),#fff8ec)}

@media(max-width:1199px){.hero-panorama-luxe .hero-wrap{grid-template-columns:1fr;min-height:auto}.hero-product{max-width:none}.hero-panorama-card{max-width:860px}.category-showcase{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px}.cat-tile:nth-child(1){grid-column:1/-1;grid-row:span 1}.reel-strip{overflow-x:auto;display:flex;scroll-snap-type:x mandatory;padding-bottom:14px}.reel-card{flex:0 0 230px;scroll-snap-align:start}.footer-trust-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.site-header.is-scrolled .header-shell{height:64px}.hero-panorama-luxe .hero-wrap{padding:42px 0 34px}.hero-panorama-luxe .hero-copy h1{font-size:clamp(44px,13vw,66px)}.hero-panorama-card{border-radius:28px;padding:10px;aspect-ratio:16/10}.hero-panorama-card .hero-product-copy{left:18px;right:18px;bottom:18px}.hero-panorama-card .hero-product-copy b{font-size:28px}.hero-panorama-card .hero-product-copy small,.hero-panorama-card .hero-product-copy em{display:none}.hero-slider-dots{right:20px;top:18px}.hero-trust{display:none}.luxury-marquee div{animation-duration:18s}.category-showcase{grid-template-columns:1fr;grid-auto-rows:auto}.cat-tile,.cat-tile:nth-child(1){min-height:310px;grid-column:auto;grid-row:auto}.product-actions-row{grid-template-columns:1fr}.product-whatsapp{height:42px}.instagram-feed-section{padding:76px 0}.instagram-head{grid-template-columns:1fr;align-items:start}.reel-card{flex-basis:210px;border-radius:28px}.newsletter-grid{gap:24px}.footer-trust-row{grid-template-columns:1fr}.footer-social{display:grid;grid-template-columns:1fr 1fr}.footer-social a{text-align:center}.mobile-links a{font-size:34px}}
@media(max-width:420px){.reel-card{flex-basis:185px}.hero-intention-row a{font-size:11px;padding:8px 10px}}
.best-for-pills{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 4px}.best-for-pills span{border:1px solid rgba(12,36,31,.12);background:var(--ivory);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;color:var(--emerald)}.product-reel-band{margin-bottom:100px;border-radius:42px;background:linear-gradient(135deg,var(--emerald),#06110f);color:#fff;padding:46px;display:grid;grid-template-columns:1fr 280px;gap:34px;align-items:center;overflow:hidden}.product-reel-band h2{font-family:var(--head);font-size:clamp(38px,4vw,64px);line-height:.92;color:#fff;margin:14px 0}.product-reel-band p{color:rgba(255,255,255,.72);max-width:620px}.product-reel-preview{position:relative;aspect-ratio:9/16;border-radius:30px;overflow:hidden;border:1px solid rgba(240,217,147,.32);box-shadow:0 34px 90px rgba(0,0,0,.35)}.product-reel-preview img{width:100%;height:100%;object-fit:cover}.product-reel-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55))}.product-reel-preview span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;color:#07130f;z-index:2}@media(max-width:767px){.product-reel-band{grid-template-columns:1fr;padding:28px;border-radius:30px}.product-reel-preview{max-width:220px}}

/* V10.2 final QA polish */
html,body{max-width:100%;overflow-x:hidden}
.header-shell{min-width:0}
.brand,.header-actions{min-width:0}
@media(max-width:767px){
  .header-shell{gap:10px}
  .wishlist-action{display:none!important}
  .brand{gap:9px;flex:1 1 auto;overflow:hidden}
  .brand-mark{flex:0 0 42px;width:42px;height:42px}
  .brand-copy{min-width:0}
  .brand-copy b{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:155px}
  .header-actions{flex:0 0 auto;gap:5px}
  .round-action,.bag-action,.mobile-toggle{width:40px;height:40px;padding:0}
  .bag-action b{min-width:20px;height:20px;font-size:11px}
  .product-page{padding-bottom:78px}
  .drawer,.mobile-menu{max-width:100vw}
  .instagram-head p{font-size:15px}
}
@media(max-width:380px){
  .brand-copy b{max-width:128px;font-size:14px}
  .round-action,.bag-action,.mobile-toggle{width:38px;height:38px}
  .hero-panorama-luxe .hero-copy h1{font-size:42px}
  .mobile-links a{font-size:30px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
}
