.hp-page{--hp-plum-deep: #2E1730;--hp-plum-mid: #3D1F3F;--hp-ivory: #FDF8F0;--hp-champagne: #F6E8C3;--hp-blush: #FBEAEE;--hp-gold: #C8A96A;--hp-gold-light: #E3C48C;--hp-gold-dark: #A9834A;--hp-text-primary: #2E1730;--hp-text-muted: #7A6380;--hp-card-border: rgba(232,197,150,.35);--hp-shadow-soft: 0 10px 30px rgba(46,23,48,.12);--hp-shadow-lift: 0 20px 40px rgba(46,23,48,.2);font-family:Poppins,sans-serif;color:var(--hp-text-primary);line-height:1.6}.hp-page *{box-sizing:border-box}.hp-page img{max-width:100%;display:block}.hp-page a{text-decoration:none;color:inherit}.hp-page button{font-family:inherit;cursor:pointer}.hp-page ul{list-style:none;margin:0;padding:0}.hp-section{padding:80px 5vw}.hp-section-head{text-align:center;max-width:640px;margin:0 auto 48px}.hp-section-tag{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.95rem;letter-spacing:3px;text-transform:uppercase;color:var(--hp-gold-dark);margin-bottom:10px;display:block}.hp-section-head h2{font-family:Playfair Display,serif;font-weight:600;font-size:clamp(1.9rem,3.4vw,2.6rem);margin-bottom:12px}.hp-section-head p{color:var(--hp-text-muted);font-size:.98rem}.hp-btn{font-family:Cormorant Garamond,serif;font-size:1.05rem;letter-spacing:1.5px;padding:14px 34px;border-radius:40px;display:inline-block;border:1px solid var(--hp-gold);transition:all .35s ease}.hp-btn-primary{background:linear-gradient(120deg,var(--hp-gold),var(--hp-gold-dark));color:#fff}.hp-btn-primary:hover{transform:translateY(-3px);box-shadow:var(--hp-shadow-lift)}.hp-btn-outline{background:transparent;color:#fff;border-color:#fff9}.hp-btn-outline:hover{background:#fff;color:var(--hp-plum-deep)}.hp-hero{position:relative;height:460px;overflow:hidden}.hp-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .6s ease}.hp-hero-slide.hp-active{opacity:1;visibility:visible;z-index:1}.hp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hp-hero-bg.hp-no-image{background:linear-gradient(120deg,#100c14,#241a2e 45%,#3a2842)}.hp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#140a14cc,#140a1480 42%,#140a140d 68%)}.hp-hero-content{max-width:560px;padding:0 6vw;color:#fff;position:relative;z-index:2}.hp-hero-content .hp-eyebrow{font-family:Cormorant Garamond,serif;font-style:italic;letter-spacing:2px;color:var(--hp-gold-light);text-transform:uppercase;font-size:.9rem;display:block;margin-bottom:14px}.hp-hero-content h1{font-family:Playfair Display,serif;font-weight:600;font-size:clamp(2rem,4.4vw,3.2rem);line-height:1.15;margin-bottom:18px}.hp-hero-content h1 em{font-style:italic;color:var(--hp-gold-light);font-weight:500}.hp-hero-content p{color:#e7d9ea;font-size:1rem;margin-bottom:28px;max-width:460px}.hp-hero-dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.hp-hero-dots button{width:8px;height:8px;border-radius:50%;background:#ffffff59;border:none;padding:0}.hp-hero-dots button.hp-active{background:var(--hp-gold)}.hp-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center}.hp-hero-arrow.hp-prev{left:24px}.hp-hero-arrow.hp-next{right:24px}.hp-category-section{padding:70px 5vw}.hp-category-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:26px}.hp-category-card{position:relative;height:150px;border-radius:20px;overflow:hidden;display:flex;align-items:flex-end;padding:20px;background-size:cover;background-position:center;transition:transform .4s ease,box-shadow .4s ease}.hp-category-card.hp-no-image{background:linear-gradient(140deg,var(--hp-plum-mid),var(--hp-plum-deep))}.hp-category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 25%,#0009)}.hp-category-card:hover{transform:translateY(-4px);box-shadow:var(--hp-shadow-lift)}.hp-category-content{position:relative;z-index:2;color:#fff}.hp-category-content .hp-tag{font-family:Cormorant Garamond,serif;font-style:italic;letter-spacing:2px;text-transform:uppercase;font-size:.78rem;color:var(--hp-gold-light);margin-bottom:6px;display:block}.hp-category-content h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:8px}.hp-video-section{padding:80px 5vw;background:var(--hp-ivory)}.hp-video-layout{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.hp-video-text .hp-section-tag{text-align:left}.hp-video-text h2{font-family:Playfair Display,serif;font-weight:600;font-size:clamp(1.8rem,3.2vw,2.4rem);margin-bottom:18px;text-align:left}.hp-video-text p{color:var(--hp-text-muted);margin-bottom:28px;font-size:.98rem}.hp-video-frame{position:relative;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#1c1420,#3d1f3f);box-shadow:var(--hp-shadow-lift)}.hp-video-frame video,.hp-video-frame iframe{width:100%;height:100%;object-fit:cover;border:none}.hp-video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.hp-play-btn{width:72px;height:72px;border-radius:50%;background:#ffffff24;border:1px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:1.4rem}.hp-lc-track{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative}.hp-lc-col{text-align:center}.hp-lc-col h3{font-family:Playfair Display,serif;font-weight:600;font-size:1.4rem;letter-spacing:1px;text-transform:uppercase;color:var(--hp-gold-dark);margin-bottom:6px}.hp-lc-col .hp-lc-sub{font-size:.85rem;color:var(--hp-text-muted);margin-bottom:18px}.hp-lc-hero-img{aspect-ratio:16/9;border-radius:12px;overflow:hidden;margin-bottom:14px;background:#f0f0f0;background-size:cover;background-position:center}.hp-lc-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hp-lc-thumb{aspect-ratio:1/1;border-radius:10px;background:#14141c;background-size:cover;background-position:center}.hp-diff-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.hp-diff-card{background:linear-gradient(160deg,var(--hp-champagne),var(--hp-blush));border-radius:18px;padding:32px 20px;text-align:center;border:1px solid var(--hp-card-border);box-shadow:var(--hp-shadow-soft)}.hp-diff-icon{width:56px;height:56px;border-radius:50%;background:#fff9;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.4rem;color:var(--hp-gold-dark)}.hp-diff-card h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;margin-bottom:10px}.hp-diff-card p{font-size:.85rem;color:var(--hp-text-muted)}.hp-products-wrap{position:relative;max-width:1320px;margin:0 auto}.hp-products-grid{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scroll-behavior:smooth}.hp-products-grid::-webkit-scrollbar{height:5px}.hp-products-grid::-webkit-scrollbar-thumb{background:var(--hp-gold);border-radius:10px}.hp-product-card{flex:0 0 calc((100% - 72px)/5);min-width:0;scroll-snap-align:start;background:#fff;border:1px solid var(--hp-card-border);border-radius:18px;overflow:hidden;box-shadow:var(--hp-shadow-soft);transition:transform .4s ease,box-shadow .4s ease}.hp-product-card:hover{transform:translateY(-6px);box-shadow:var(--hp-shadow-lift)}.hp-p-thumb{display:block;aspect-ratio:1/1;background:#14141c;position:relative;overflow:hidden}.hp-p-thumb img{display:block;width:100%;height:100%;object-fit:contain}.hp-bestseller-badge{position:absolute;top:10px;left:10px;z-index:2;background:var(--hp-gold-dark);color:#fff;font-size:.68rem;letter-spacing:.5px;text-transform:uppercase;font-weight:600;padding:4px 11px;border-radius:20px;overflow:hidden}.hp-bestseller-badge:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.75),transparent);animation:hp-shine 2.6s ease-in-out infinite}@keyframes hp-shine{0%{left:-60%}55%{left:130%}to{left:130%}}.hp-p-info{padding:12px 14px 14px;text-align:center}.hp-products-nav{position:absolute;top:40%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--hp-card-border);box-shadow:var(--hp-shadow-soft);display:flex;align-items:center;justify-content:center;color:var(--hp-text-primary);font-size:1.1rem}.hp-products-nav.hp-prev{left:-20px}.hp-products-nav.hp-next{right:-20px}.hp-explore-all{text-align:center;margin-top:40px}.hp-p-title{font-family:Playfair Display,serif;font-size:.95rem;margin-bottom:6px}.hp-p-price .was{text-decoration:line-through;color:var(--hp-text-muted);font-size:.78rem;margin-right:6px}.hp-p-price .now{color:var(--hp-gold-dark);font-weight:600}.hp-p-btn{margin-top:12px;width:100%;padding:10px 0;border-radius:24px;border:1px solid var(--hp-gold);background:transparent;font-size:.85rem}.hp-p-btn:hover{background:var(--hp-gold);color:#fff}.hp-philosophy-section{padding:90px 5vw;background:linear-gradient(160deg,var(--hp-plum-deep),var(--hp-plum-mid))}.hp-philosophy-inner{max-width:900px;margin:0 auto;text-align:center}.hp-philosophy-inner .hp-section-tag{color:var(--hp-gold-light)}.hp-philosophy-inner h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:500;color:#fff;margin-bottom:36px}.hp-philosophy-inner p{color:#d8c6db;font-size:.98rem;margin-bottom:20px}.hp-philosophy-inner b{color:#fff}.hp-philosophy-quote{margin-top:36px;padding:26px 30px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.hp-philosophy-quote p{font-family:Cormorant Garamond,serif;font-style:italic;color:#f0e4f2;font-size:1.1rem;margin-bottom:6px}.hp-philosophy-quote p:last-child{font-size:.92rem;color:var(--hp-gold-light);margin-bottom:0}.hp-reviews-section{background:#f7f3f5}.hp-reviews-track{max-width:1400px;margin:0 auto;display:flex;gap:20px;overflow-x:auto;padding-bottom:10px}.hp-review-card{min-width:220px;max-width:220px;flex-shrink:0;background:#fff;border-radius:20px;padding:18px 20px;box-shadow:var(--hp-shadow-soft);border:1px solid var(--hp-card-border)}.hp-review-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.hp-review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--hp-champagne),var(--hp-blush));background-size:cover;background-position:center}.hp-review-name{font-family:Playfair Display,serif;font-size:.95rem;font-weight:600}.hp-review-stars{color:var(--hp-gold-dark);font-size:.8rem}.hp-review-text{font-size:.85rem;color:var(--hp-text-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1080px){.hp-diff-grid{grid-template-columns:repeat(3,1fr)}.hp-product-card{flex-basis:calc((100% - 54px)/4)}.hp-video-layout{grid-template-columns:1fr}}@media(max-width:760px){.hp-hero{height:340px}.hp-category-grid,.hp-lc-track{grid-template-columns:1fr}.hp-diff-grid{grid-template-columns:repeat(2,1fr)}.hp-product-card{flex-basis:calc((100% - 18px)/2)}.hp-products-nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/homepage-premium.css.map */
