:root{
  --ink:#191919;
  --ink-soft:#3b393d;
  --paper:#f8f6f1;
  --white:#fff;
  --sand:#ebe3d8;
  --lavender:#d9cffc;
  --lavender-soft:#eee9ff;
  --lime:#d9ff4f;
  --cherry:#d63654;
  --coral:#ff806a;
  --blue:#7db9ff;
  --mint:#bcebd0;
  --gold:#d3a64d;
  --muted:#7b7480;
  --border:rgba(25,25,25,.12);
  --shadow:0 24px 70px rgba(30,23,36,.12);
  --radius-xl:38px;
  --radius-lg:28px;
  --radius-md:20px;
  --font-ar:'Alexandria',sans-serif;
  --font-en:'Manrope',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{font-family:var(--font-ar);color:var(--ink);background:#fff;overflow-x:hidden;line-height:1.75}
body.search-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
img{max-width:100%;display:block}
::selection{background:var(--lime);color:var(--ink)}
.container-xxl{max-width:1480px}
.section-space{padding:110px 0}
.bg-soft{background:var(--paper)}
.text-link{font-weight:700;display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid currentColor;padding-bottom:4px}
.text-link i{transition:.25s}
.text-link:hover i{transform:translateX(-5px)}
.section-heading{max-width:760px}
.section-heading.text-center{max-width:800px}
.section-kicker{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-en);font-size:12px;font-weight:800;letter-spacing:2.4px;color:#756c7c;margin-bottom:12px}
.section-kicker:before{content:"";width:34px;height:2px;background:var(--lime)}
.section-kicker.light{color:rgba(255,255,255,.65)}
.section-heading h2,.shade-copy h2,.auth-content h2{font-size:clamp(2.1rem,4vw,4.2rem);line-height:1.15;font-weight:800;letter-spacing:-1.7px;margin:0 0 16px}
.section-heading p,.shade-copy>p,.auth-content>p{font-size:1.04rem;color:var(--muted);max-width:680px;margin:0;line-height:1.9}
.btn{font-weight:700;transition:.3s}
.btn-dark{background:var(--ink);border-color:var(--ink)}
.btn-dark:hover{background:#2f2f2f;border-color:#2f2f2f;transform:translateY(-2px)}
.btn-lime{background:var(--lime);border:0;color:var(--ink)}
.btn-lime:hover{background:#ebff9d;transform:translateY(-2px)}
.btn-time{font-size:10px;background:var(--lavender);padding:4px 8px;border-radius:30px;margin-right:8px}
.page-loader{position:fixed;inset:0;background:var(--paper);z-index:99999;display:grid;place-items:center;transition:opacity .5s,visibility .5s}
.page-loader.loaded{opacity:0;visibility:hidden}
.loader-logo{width:64px;height:64px;border-radius:20px;background:var(--ink);color:var(--lime);display:grid;place-items:center;font:800 32px var(--font-en);animation:loaderPulse 1s infinite alternate}
@keyframes loaderPulse{to{transform:scale(1.08) rotate(-5deg)}}

/* announcement + header */
.announcement-bar{background:var(--ink);color:#fff;font-size:12px;padding:8px 0;letter-spacing:.2px}
.announcement-bar a{color:var(--lime);font-weight:700;border-bottom:1px solid rgba(217,255,79,.5)}
.announcement-divider{opacity:.35}
.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(217,255,79,.15);animation:pulse 1.4s infinite}
@keyframes pulse{50%{box-shadow:0 0 0 10px rgba(217,255,79,0)}}
.site-header{background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s}
.site-header.scrolled{border-bottom-color:var(--border);box-shadow:0 8px 30px rgba(0,0,0,.04)}
.site-header .navbar{padding:13px 0}
.brand-logo img{width:180px;height:auto}
.site-header .nav-link{font-weight:600;font-size:14px;padding:12px 14px!important;color:var(--ink)!important}
.site-header .nav-link:hover{color:var(--cherry)!important}
.site-header .dropdown-toggle:after{vertical-align:.15em;margin-right:.45em}
.icon-btn{border:0;background:transparent;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:.25s}
.icon-btn:hover{background:var(--paper)}
.action-count{position:absolute;top:1px;left:0;min-width:17px;height:17px;border-radius:20px;background:var(--cherry);color:#fff;font:700 9px var(--font-en);display:grid;place-items:center;border:2px solid #fff}
.mega-dropdown{position:static}
.mega-menu{right:3%!important;left:3%!important;top:calc(100% + 2px)!important;padding:30px;border-radius:0 0 28px 28px;background:#fff}
.mega-menu a{display:block;padding:6px 0;font-size:13px;color:#5f5861;transition:.2s}
.mega-menu a:hover{color:var(--ink);transform:translateX(-4px)}
.mega-title{font-size:12px;font-weight:800;letter-spacing:1px;margin-bottom:10px;color:var(--ink)}
.mega-feature-card{height:210px;border-radius:22px;overflow:hidden;padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;background-image:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.05)),var(--mega-image);background-size:cover;background-position:center}
.mega-feature-card span{font:800 10px var(--font-en);letter-spacing:2px}.mega-feature-card strong{font-size:20px;line-height:1.4}.mega-feature-card a{color:#fff!important;font-weight:700!important}

/* hero */
.hero-section{position:relative;background:linear-gradient(135deg,#f8f6f1 0%,#f1ecff 54%,#fff 100%);overflow:hidden}
.min-vh-hero{min-height:calc(100vh - 108px);padding:70px 0}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.65}
.hero-orb-one{width:520px;height:520px;background:radial-gradient(circle,#ffe7db,transparent 68%);right:-130px;bottom:-180px}
.hero-orb-two{width:370px;height:370px;background:radial-gradient(circle,#d9ff4f80,transparent 68%);left:27%;top:-210px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:50px;padding:8px 14px;background:rgba(255,255,255,.6);font:800 11px var(--font-en);letter-spacing:1.8px;margin-bottom:22px}
.eyebrow i{color:var(--cherry)}
.hero-copy h1{font-size:clamp(3.2rem,6.1vw,7.1rem);font-weight:800;line-height:1.02;letter-spacing:-4px;margin:0 0 28px;max-width:850px}
.highlight-word{position:relative;display:inline-block;color:var(--cherry)}
.highlight-word:after{content:"";position:absolute;right:0;left:0;bottom:-5px;height:13px;background:url("data:image/svg+xml,%3Csvg width='300' height='15' viewBox='0 0 300 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11C61 2 124 5 166 7c48 2 82-3 132-5' stroke='%23d63654' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.hero-lead{font-size:1.08rem;line-height:2;color:#655f68;max-width:640px;margin-bottom:30px}
.hero-actions .btn{padding:14px 24px;font-size:14px;display:inline-flex;align-items:center;gap:10px}
.hero-proof{margin-top:34px}.proof-avatars{display:flex;direction:ltr;align-items:center}.proof-avatars img,.proof-avatars span{width:42px;height:42px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-10px}.proof-avatars span{background:var(--ink);color:#fff;display:grid;place-items:center;font:800 10px var(--font-en)}.stars{color:#e09b23;font-size:14px;letter-spacing:2px}.hero-proof small{color:var(--muted);font-size:11px}
.hero-visual{position:relative;max-width:620px;margin:auto}.hero-image-wrap{position:relative;border-radius:220px 220px 42px 42px;overflow:hidden;height:min(690px,72vh);box-shadow:var(--shadow);background:#d6c7be}.hero-main-img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(25,25,25,.28))}
.floating-label{position:absolute;top:28px;right:28px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);padding:10px 14px;border-radius:12px;transform:rotate(3deg);box-shadow:0 10px 30px rgba(0,0,0,.08)}.floating-label span,.floating-label strong{display:block;font:800 10px var(--font-en);letter-spacing:1px}.floating-label strong{font-size:13px;color:var(--cherry)}
.floating-product-card{position:absolute;right:22px;left:22px;bottom:20px;background:rgba(255,255,255,.9);backdrop-filter:blur(15px);border-radius:18px;padding:12px;display:grid;grid-template-columns:62px 1fr 42px;align-items:center;gap:12px;box-shadow:0 16px 35px rgba(0,0,0,.12)}.floating-product-thumb{height:62px;border-radius:13px;background-size:cover;background-position:center}.texture-gold{background-image:url('../images/texture_gold.webp')}.floating-product-card span,.floating-product-card small{display:block;color:var(--muted);font-size:9px}.floating-product-card strong{font:800 13px var(--font-en);display:block}.floating-product-card button{border:0;width:42px;height:42px;border-radius:50%;background:var(--lime)}
.hero-sticker{position:absolute;left:-35px;top:21%;width:98px;height:98px;background:var(--lime);border-radius:50%;display:grid;place-items:center;text-align:center;font:900 12px/1.15 var(--font-en);transform:rotate(-12deg);box-shadow:0 15px 35px rgba(0,0,0,.1)}
.hero-scribble{position:absolute;width:110px;left:10px;top:90px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;opacity:.9}

/* trust */
.trust-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:22px 14px;border-left:1px solid var(--border)}.trust-grid>div:last-child{border-left:0}.trust-grid i{font-size:23px}.trust-grid strong,.trust-grid small{display:block}.trust-grid strong{font-size:12px}.trust-grid small{font-size:9px;color:var(--muted)}

/* concern cards */
.concern-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.concern-card{min-height:190px;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:.35s;background:#fff}.concern-card:before{content:"";position:absolute;inset:auto -35px -70px auto;width:170px;height:170px;border-radius:50%;background:var(--card-accent);opacity:.6;transition:.4s}.concern-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.concern-card:hover:before{transform:scale(1.3)}.concern-acne{--card-accent:#ffd8dc}.concern-dry{--card-accent:#d8e9ff}.concern-pigment{--card-accent:#ffe4ad}.concern-sensitive{--card-accent:#dff7ea}.concern-pores{--card-accent:#e4ddff}.concern-glow{--card-accent:#d9ff4f}.concern-icon{display:flex;justify-content:space-between;align-items:start;position:relative;z-index:1}.concern-icon span{font:800 10px var(--font-en);color:var(--muted)}.concern-icon i{font-size:30px}.concern-card h3{font-size:1.15rem;font-weight:800;margin:0 0 5px}.concern-card p{font-size:12px;color:var(--muted);margin:0}.card-arrow{position:absolute;left:22px;bottom:22px;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;z-index:2;transition:.3s}.concern-card:hover .card-arrow{transform:rotate(-45deg);background:var(--cherry)}

/* product cards */
.product-filter-tabs{gap:6px}.product-filter-tabs .nav-link{border:1px solid var(--border);border-radius:50px;color:var(--ink);padding:9px 19px;font-size:12px}.product-filter-tabs .nav-link.active{background:var(--ink);color:#fff}
.product-card{height:100%}.product-media{height:400px;border-radius:25px;position:relative;overflow:hidden;background:#eee}.product-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.58;mix-blend-mode:multiply;transition:.5s}.product-card:hover .product-media>img{transform:scale(1.04)}.product-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.22));pointer-events:none}.media-mint{background:#cfeadb}.media-lavender{background:#dcd3fb}.media-peach{background:#f5d1b8}.media-cherry{background:#e8a3aa}.media-sun{background:#f5e5af}.media-rose{background:#efc5cb}.media-night{background:#424247}.media-blue{background:#cce0f7}
.product-badge{position:absolute;top:15px;right:15px;z-index:3;background:#fff;padding:6px 9px;border-radius:30px;font:800 8px var(--font-en);letter-spacing:.7px}.badge-new{background:var(--lime)}.badge-viral{background:var(--cherry);color:#fff}.wishlist-btn{position:absolute;top:13px;left:13px;z-index:4;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.86);display:grid;place-items:center}.wishlist-btn.active{background:var(--cherry);color:#fff}.quick-add{position:absolute;z-index:4;bottom:12px;right:12px;left:12px;border:0;background:rgba(25,25,25,.92);color:#fff;border-radius:50px;padding:11px;font-size:11px;font-weight:700;transform:translateY(70px);transition:.35s}.product-card:hover .quick-add{transform:translateY(0)}
.product-pack{position:absolute;z-index:2;right:50%;top:50%;transform:translate(50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;filter:drop-shadow(0 25px 20px rgba(0,0,0,.17));transition:.4s}.product-card:hover .product-pack{transform:translate(50%,-53%) rotate(-2deg)}.product-pack b{font:800 16px var(--font-en);letter-spacing:1px}.product-pack small{font:700 7px var(--font-en);letter-spacing:1px}.product-pack em{font:500 6px var(--font-en);font-style:normal;opacity:.65}.pack-cleanser{width:108px;height:235px;border-radius:27px 27px 18px 18px;background:linear-gradient(90deg,#eee,#fff 43%,#d9d9d9);border:1px solid rgba(0,0,0,.1)}.pack-cleanser:before{content:"";width:82px;height:35px;border-radius:12px 12px 5px 5px;background:#1f1f1f;position:absolute;top:-22px}.pack-jar{width:160px;height:90px;border-radius:18px 18px 30px 30px;background:linear-gradient(#fff,#e7e7e7);border:1px solid rgba(0,0,0,.12);margin-top:70px}.pack-jar:before{content:"";position:absolute;top:-23px;width:165px;height:34px;border-radius:12px;background:#242424}.pack-dropper{width:98px;height:210px;border-radius:16px 16px 20px 20px;background:linear-gradient(90deg,#e3b07b,#f8d9ac 45%,#bc7a4e);color:#2b201d}.pack-dropper:before{content:"";position:absolute;top:-68px;width:58px;height:76px;border-radius:26px 26px 8px 8px;background:linear-gradient(90deg,#191919,#494949,#111)}.pack-foundation{width:110px;height:220px;border-radius:15px 15px 25px 25px;background:linear-gradient(90deg,#a86d4f,#dca984 55%,#9c5f43);color:#fff}.pack-foundation:before{content:"";position:absolute;top:-31px;width:88px;height:40px;background:#222;border-radius:8px 8px 2px 2px}.pack-spf{width:115px;height:220px;border-radius:55px 55px 18px 18px;background:linear-gradient(90deg,#f4eee4,#fff,#ded7cc)}.pack-spf:before{content:"";position:absolute;top:-29px;width:70px;height:38px;background:#e3d6c4;border-radius:12px 12px 3px 3px}.pack-lip{width:58px;height:205px;border-radius:13px;background:linear-gradient(90deg,#7b2639,#ce5f72,#7f253a);color:#fff}.pack-lip:before{content:"";position:absolute;top:-72px;width:58px;height:82px;border-radius:15px 15px 4px 4px;background:linear-gradient(90deg,#171717,#4b4b4b,#151515)}.pack-night{width:95px;height:205px;border-radius:13px;background:linear-gradient(90deg,#43231c,#8f583c,#311a17);color:#f9e8d7}.pack-night:before{content:"";position:absolute;top:-62px;width:54px;height:70px;border-radius:25px 25px 5px 5px;background:#111}.pack-brow{width:38px;height:240px;border-radius:12px;background:linear-gradient(90deg,#111,#51515a,#111);color:#fff}.pack-brow:before{content:"";position:absolute;top:-10px;width:40px;height:30px;background:#c9c9c9;border-radius:5px}
.swatches{position:absolute;z-index:4;bottom:58px;right:50%;transform:translateX(50%);display:flex;gap:5px}.swatches i{width:13px;height:13px;border-radius:50%;background:var(--s);border:1px solid rgba(255,255,255,.8)}
.product-info{padding:16px 3px 0}.product-meta,.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-meta{font-size:9px;color:var(--muted);margin-bottom:6px}.rating i{color:#e09b23}.product-info h3{font:800 1rem var(--font-en);margin:0 0 4px}.product-info p{font-size:11px;color:var(--muted);margin:0 0 9px;line-height:1.7}.product-bottom strong{font-size:14px}.product-bottom span{font:600 9px var(--font-en);color:var(--muted)}.product-col.is-hidden{display:none}

/* quiz promo */
.quiz-shell{background:var(--ink);border-radius:42px;min-height:610px;color:#fff;padding:65px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;overflow:hidden;position:relative}.quiz-shell:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(217,255,79,.28),transparent 65%);left:-170px;top:-170px}.quiz-text{position:relative;z-index:2}.quiz-text h2{font-size:clamp(2.5rem,4vw,4.6rem);line-height:1.16;font-weight:800;letter-spacing:-2px;margin:0 0 20px}.quiz-text>p{color:rgba(255,255,255,.66);line-height:2;max-width:600px}.quiz-benefits{display:flex;gap:15px;flex-wrap:wrap}.quiz-benefits span{font-size:11px;color:#ddd}.quiz-benefits i{color:var(--lime)}
.quiz-preview{position:relative;display:grid;place-items:center}.quiz-phone{width:320px;min-height:560px;border:9px solid #060606;background:#f8f6f1;color:var(--ink);border-radius:42px;padding:20px;box-shadow:0 30px 70px rgba(0,0,0,.4);transform:rotate(-4deg)}.phone-bar{display:flex;justify-content:space-between;font:700 9px var(--font-en)}.phone-bar span:last-child{display:flex;gap:3px}.phone-bar i{display:block;width:4px;height:4px;background:#111;border-radius:50%}.phone-progress{height:5px;background:#ddd;border-radius:20px;margin:25px 0 12px;overflow:hidden}.phone-progress b{display:block;height:100%;background:var(--cherry)}.quiz-phone>small{color:var(--muted);font-size:9px}.quiz-phone h3{font-size:21px;line-height:1.5;font-weight:800;margin:12px 0 18px}.phone-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-options span{border:1px solid var(--border);border-radius:15px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;gap:5px}.phone-options span.active{background:var(--lavender);border-color:var(--ink)}.phone-options i{font-size:20px}.quiz-phone>button{margin-top:18px;width:100%;border:0;border-radius:50px;background:var(--ink);color:#fff;padding:12px;font-size:12px}.quiz-result-chip{position:absolute;background:var(--lime);color:var(--ink);padding:9px 12px;border-radius:9px;font:800 9px var(--font-en);box-shadow:0 10px 30px rgba(0,0,0,.25)}.chip-one{right:0;top:22%;transform:rotate(8deg)}.chip-two{left:-2%;bottom:18%;background:var(--lavender);transform:rotate(-5deg)}

/* shade */
.shade-visual{height:720px;border-radius:var(--radius-xl);overflow:hidden;position:relative;background:#e78673}.shade-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.shade-visual-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.52))}.shade-tag{position:absolute;background:#fff;color:var(--ink);padding:7px 12px;border-radius:6px;font:800 9px var(--font-en);letter-spacing:1px}.tag-1{top:20%;right:8%;transform:rotate(5deg)}.tag-2{top:38%;left:8%;transform:rotate(-7deg);background:var(--lime)}.tag-3{top:53%;right:4%;transform:rotate(3deg);background:var(--lavender)}.shade-caption{position:absolute;bottom:35px;right:35px;left:35px;color:#fff}.shade-caption small{font:800 10px var(--font-en);letter-spacing:2px}.shade-caption strong{display:block;font-size:1.8rem;line-height:1.45;max-width:490px;margin-top:5px}.shade-copy{padding:20px 0}.shade-demo-card{border:1px solid var(--border);border-radius:26px;padding:24px;margin-top:28px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.06)}.shade-step-label{font-size:12px;font-weight:700;margin-bottom:18px}.shade-step-label span{background:var(--ink);color:#fff;border-radius:50%;padding:5px 8px;font:700 9px var(--font-en);margin-left:7px}.shade-circles{display:flex;gap:10px;flex-wrap:wrap}.shade-circles button{width:44px;height:44px;border-radius:50%;background:var(--shade);border:3px solid #fff;box-shadow:0 0 0 1px #ccc;transition:.25s}.shade-circles button.active{box-shadow:0 0 0 3px var(--ink);transform:scale(1.08)}.undertone-row{display:flex;gap:8px;margin:22px 0}.undertone-row button{flex:1;border:1px solid var(--border);background:#fff;border-radius:50px;padding:9px;font-size:11px}.undertone-row button.active{background:var(--ink);color:#fff}.shade-result{display:grid;grid-template-columns:52px 1fr 45px;gap:12px;align-items:center;border-radius:17px;background:var(--paper);padding:12px}.result-swatch{width:52px;height:52px;border-radius:14px;background:#c78b63}.shade-result small,.shade-result span{display:block;font-size:9px;color:var(--muted)}.shade-result strong{font:800 13px var(--font-en);display:block}.shade-result button{width:42px;height:42px;border:0;border-radius:50%;background:#25D366;color:#fff;font-size:20px}.medical-note{display:block;margin-top:12px;color:var(--muted);font-size:9px}

/* ingredients */
.ingredients-section{background:#171719!important;overflow:hidden}.ingredients-section .section-heading p{color:rgba(255,255,255,.6)}.ingredient-slider{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ingredient-card{min-height:490px;border-radius:25px;padding:24px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.78)),var(--ingredient-bg);background-size:cover;background-position:center;transition:.45s}.ingredient-card>span{font:800 10px var(--font-en);width:33px;height:33px;border-radius:50%;border:1px solid rgba(255,255,255,.5);display:grid;place-items:center}.ingredient-card small{font-size:9px;opacity:.7}.ingredient-card h3{font:800 clamp(1.5rem,2.2vw,2.5rem) var(--font-en);letter-spacing:-1px;margin:5px 0 10px}.ingredient-card p{font-size:11px;line-height:1.8;color:rgba(255,255,255,.72)}.ingredient-card a{font-size:11px;font-weight:700;display:inline-flex;gap:8px}.ingredient-card:hover{transform:translateY(-8px)}

/* routine */
.routine-tabs{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.routine-tabs button{border:1px solid var(--border);background:#fff;border-radius:50px;padding:10px 18px;font:700 11px var(--font-en)}.routine-tabs button.active{background:var(--ink);color:#fff}.routine-builder{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid var(--border);border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.06)}.routine-intro{padding:48px;background:var(--lavender-soft);display:flex;flex-direction:column;justify-content:center}.routine-badge{font:800 9px var(--font-en);letter-spacing:1.4px}.routine-intro h3{font-size:2rem;line-height:1.4;font-weight:800;margin:13px 0}.routine-intro p{font-size:12px;color:var(--muted)}.routine-price{margin:10px 0 20px}.routine-price small,.routine-price strong{display:block}.routine-price small{color:var(--muted);font-size:10px}.routine-price strong{font-size:2rem}.routine-steps{padding:28px}.routine-step{display:grid;grid-template-columns:34px 95px 1fr 42px;align-items:center;gap:16px;padding:16px;border-bottom:1px solid var(--border)}.routine-step:last-child{border-bottom:0}.routine-step>span{font:800 10px var(--font-en);color:var(--muted)}.step-product{height:100px;border-radius:20px;display:grid;place-items:center;position:relative;overflow:hidden}.step-product b{font:800 17px var(--font-en)}.mini-cleanser{background:#cce9da}.mini-serum{background:#f2c8a8}.mini-cream{background:#ddd1fa}.routine-step small,.routine-step p{font-size:9px;color:var(--muted);margin:0}.routine-step strong{font:800 13px var(--font-en);display:block}.routine-step button{border:1px solid var(--border);background:#fff;width:38px;height:38px;border-radius:50%}

/* drop */
.drop-banner{min-height:650px;border-radius:40px;overflow:hidden;position:relative;color:#fff;display:flex;align-items:center;padding:70px}.drop-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.drop-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,16,18,.94) 0%,rgba(16,16,18,.62) 50%,rgba(16,16,18,.12) 100%)}.drop-content{position:relative;z-index:2;max-width:630px}.drop-content>span{font:800 11px var(--font-en);letter-spacing:2.5px;color:var(--lime)}.drop-content h2{font:800 clamp(3rem,7vw,7rem)/.95 var(--font-en);letter-spacing:-4px;margin:15px 0}.drop-content p{color:rgba(255,255,255,.7);max-width:480px}.drop-counter{position:absolute;z-index:2;left:45px;bottom:40px;display:flex;direction:ltr;gap:8px}.drop-counter div{width:72px;height:72px;border-radius:15px;background:rgba(255,255,255,.13);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center}.drop-counter b{font:800 22px var(--font-en)}.drop-counter span{font-size:8px}

/* UGC */
.ugc-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:300px 300px;gap:15px}.ugc-card{border-radius:25px;overflow:hidden;position:relative;background:#eee}.ugc-card>img{width:100%;height:100%;object-fit:cover;transition:.5s}.ugc-card:hover>img{transform:scale(1.04)}.ugc-large{grid-row:span 2}.ugc-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.76))}.ugc-info{position:absolute;bottom:22px;right:22px;left:22px;color:#fff}.ugc-info span{font:800 9px var(--font-en);letter-spacing:1px}.ugc-info h3{font-size:1.2rem;font-weight:700;line-height:1.45;margin:5px 55px 0 0}.ugc-info button{position:absolute;right:0;bottom:0;width:43px;height:43px;border:0;border-radius:50%;background:#fff;color:#111;font-size:20px}.ugc-product{position:absolute;top:15px;right:15px;left:15px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);padding:10px;border-radius:13px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;font-size:9px}.ugc-product-dot{width:32px;height:32px;border-radius:8px;background:var(--lavender)}.ugc-product b{font-size:9px}.quote-card{background:var(--lime);padding:28px;display:flex;flex-direction:column;justify-content:center}.quote-mark{font:900 55px/1 serif}.quote-card p{font-size:1.05rem;font-weight:700;line-height:1.8}.quote-author span,.quote-author small{display:block}.quote-author span{font-weight:800}.quote-author small{font-size:8px;opacity:.65}.quote-card .stars{margin-top:15px;color:#111}

/* authenticity */
.auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.auth-media{height:650px;border-radius:var(--radius-xl);overflow:hidden;position:relative;background:#eee}.auth-media img{width:100%;height:100%;object-fit:cover}.auth-seal{position:absolute;left:24px;bottom:24px;width:125px;height:125px;border-radius:50%;background:var(--lime);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-8deg);box-shadow:0 12px 35px rgba(0,0,0,.18)}.auth-seal i{font-size:25px}.auth-seal span{font:900 9px/1.25 var(--font-en)}.auth-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:27px 0}.auth-points>div{border-top:1px solid var(--border);padding:15px 0;display:flex;gap:12px}.auth-points span{font:800 9px var(--font-en);color:var(--cherry)}.auth-points p{margin:0;font-size:11px;color:var(--muted)}.auth-points strong{display:block;color:var(--ink);font-size:12px}

/* journal */
.journal-card{height:100%;background:#fff;border-radius:28px;overflow:hidden}.journal-image{height:330px;position:relative}.journal-image img{width:100%;height:100%;object-fit:cover}.journal-image span{position:absolute;top:15px;right:15px;background:var(--lime);border-radius:50px;padding:6px 10px;font:800 8px var(--font-en)}.journal-content{padding:25px}.journal-content small{font-size:9px;color:var(--muted)}.journal-content h3{font-size:1.45rem;line-height:1.5;font-weight:800;margin:8px 0}.journal-content p{font-size:11px;color:var(--muted)}.journal-content a{font-size:11px;font-weight:700}.journal-list{background:#fff;border-radius:28px;padding:10px 28px}.journal-row{display:grid;grid-template-columns:36px 1fr 120px 42px;align-items:center;gap:15px;padding:19px 0;border-bottom:1px solid var(--border)}.journal-row:last-child{border-bottom:0}.journal-number{font:800 10px var(--font-en);color:var(--muted)}.journal-row span{font:800 8px var(--font-en);letter-spacing:1px;color:var(--cherry)}.journal-row h3{font-size:1rem;line-height:1.5;font-weight:700;margin:3px 0}.journal-row small{font-size:8px;color:var(--muted)}.journal-thumb{height:80px;border-radius:14px;overflow:hidden}.journal-thumb img{width:100%;height:100%;object-fit:cover}.journal-row>a{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);display:grid;place-items:center}

/* newsletter/footer */
.newsletter-section{padding:0 0 90px}.newsletter-shell{border-radius:32px;background:var(--lavender);padding:50px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:50px}.newsletter-shell>div>span{font:800 10px var(--font-en);letter-spacing:2px}.newsletter-shell h2{font-size:2.4rem;font-weight:800;margin:5px 0}.newsletter-shell p{font-size:11px;color:#5f5861;margin:0}.input-wrap{background:#fff;border-radius:50px;padding:6px;display:flex}.input-wrap input{border:0;outline:0;flex:1;background:transparent;padding:0 20px;min-width:0}.input-wrap button{border:0;border-radius:50px;background:var(--ink);color:#fff;padding:13px 22px;font-size:11px;font-weight:700}.newsletter-form>small{font-size:8px;color:#5f5861;display:block;margin-top:8px}.site-footer{background:#151517;color:#fff;padding:80px 0 25px}.footer-logo img{width:190px;filter:invert(1) grayscale(1) brightness(5)}.footer-top p{font-size:11px;color:rgba(255,255,255,.55);max-width:360px;margin:18px 0}.social-links{display:flex;gap:8px}.social-links a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center}.site-footer h3{font-size:12px;font-weight:800;margin-bottom:17px}.site-footer .col-6>a{display:block;color:rgba(255,255,255,.55);font-size:10px;padding:5px 0}.site-footer .col-6>a:hover{color:#fff}.footer-payment{margin-top:55px;padding:20px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:15px}.footer-payment span{font-size:10px;color:rgba(255,255,255,.55)}.footer-payment div{display:flex;gap:7px;flex-wrap:wrap}.footer-payment b{font:800 9px var(--font-en);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:7px 10px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px}.footer-bottom p{margin:0;font-size:9px;color:rgba(255,255,255,.55)}.footer-bottom strong{color:#fff}.footer-bottom div{display:flex;gap:18px}.footer-bottom a{font-size:8px;color:rgba(255,255,255,.45)}
.floating-whatsapp{position:fixed;left:22px;bottom:22px;z-index:1040;background:#25D366;color:#fff;border-radius:50px;padding:10px 15px 10px 11px;display:flex;align-items:center;gap:8px;box-shadow:0 12px 35px rgba(37,211,102,.36);font-size:11px;font-weight:700}.floating-whatsapp i{font-size:22px}.back-to-top{position:fixed;right:22px;bottom:22px;width:43px;height:43px;border-radius:50%;border:0;background:var(--ink);color:#fff;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}

/* drawers/search */
.mobile-nav{width:min(92%,420px)!important}.mobile-nav .offcanvas-header img{width:160px}.mobile-search{width:100%;border:1px solid var(--border);background:var(--paper);border-radius:50px;padding:12px 16px;text-align:right;color:var(--muted);font-size:11px}.mobile-menu-links{margin:20px 0}.mobile-menu-links a{display:flex;justify-content:space-between;align-items:center;padding:13px 2px;border-bottom:1px solid var(--border);font-weight:700;font-size:13px}.mobile-menu-links span{font:800 8px var(--font-en);background:var(--lime);border-radius:20px;padding:4px 8px}.mobile-nav-card{background:var(--ink);color:#fff;border-radius:20px;padding:20px}.mobile-nav-card span,.mobile-nav-card strong{display:block}.mobile-nav-card span{font-size:9px;color:#aaa}.mobile-nav-card strong{font-size:17px;margin:4px 0 13px}.mobile-nav-card a{color:var(--lime);font-size:11px;font-weight:700}
.cart-drawer{width:min(100%,470px)!important}.cart-drawer .offcanvas-header{padding:25px;border-bottom:1px solid var(--border)}.cart-drawer .offcanvas-header small{font:800 8px var(--font-en);letter-spacing:1px;color:var(--muted)}.cart-drawer h2{font-size:1.45rem;font-weight:800;margin:2px 0}.cart-progress{padding:15px 25px;background:var(--paper);font-size:9px}.cart-progress .progress{height:5px;background:#ddd;margin-top:7px}.cart-progress .progress i{display:block;height:100%;background:var(--cherry);width:0;transition:.4s}.empty-state{text-align:center;padding:80px 20px}.empty-state>i{font-size:50px;color:#bbb}.empty-state h3{font-size:1.2rem;font-weight:800;margin:15px 0 4px}.empty-state p{font-size:10px;color:var(--muted)}.cart-item{display:grid;grid-template-columns:82px 1fr 30px;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:82px;height:95px;object-fit:cover;border-radius:15px}.cart-item small{font-size:8px;color:var(--muted)}.cart-item h4{font:800 12px var(--font-en);margin:3px 0}.cart-item-price{font-size:11px;font-weight:700}.qty-control{display:inline-flex;border:1px solid var(--border);border-radius:30px;align-items:center;margin-top:7px}.qty-control button{border:0;background:transparent;width:27px;height:27px}.qty-control span{min-width:22px;text-align:center;font:700 10px var(--font-en)}.remove-item{border:0;background:transparent;color:#999}.cart-footer{padding:20px 25px;border-top:1px solid var(--border)}.cart-summary{display:flex;justify-content:space-between;margin-bottom:13px}.cart-footer>small{display:block;text-align:center;color:var(--muted);font-size:8px;margin-top:8px}.wishlist-entry{display:grid;grid-template-columns:75px 1fr 35px;gap:10px;padding:13px 0;border-bottom:1px solid var(--border)}.wishlist-entry img{width:75px;height:85px;object-fit:cover;border-radius:13px}.wishlist-entry h4{font:800 11px var(--font-en);margin:4px 0}.wishlist-entry button{border:0;background:var(--ink);color:#fff;width:34px;height:34px;border-radius:50%}
.search-overlay{position:fixed;inset:0;z-index:2000;background:rgba(25,25,25,.35);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:.3s}.search-overlay.open{opacity:1;visibility:visible}.search-panel{background:#fff;min-height:75vh;padding:25px 7vw 50px;transform:translateY(-40px);transition:.35s}.search-overlay.open .search-panel{transform:translateY(0)}.search-head{display:flex;align-items:center;justify-content:space-between}.search-head img{width:180px}.search-head button{border:0;background:transparent;font-size:24px}.search-input-wrap{max-width:1100px;margin:50px auto 25px;border-bottom:2px solid var(--ink);display:flex;align-items:center;gap:14px}.search-input-wrap i{font-size:25px}.search-input-wrap input{flex:1;border:0;outline:0;font-size:clamp(1.2rem,2vw,2rem);padding:14px 0}.search-input-wrap kbd{font:700 9px var(--font-en);background:var(--paper);color:var(--muted);padding:6px 8px}.search-content{max-width:1100px;margin:auto}.search-suggestions>small{font-size:9px;color:var(--muted)}.search-suggestions>div:first-of-type{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 28px}.search-suggestions button{border:1px solid var(--border);background:#fff;border-radius:50px;padding:8px 14px;font-size:10px}.search-trending{border-top:1px solid var(--border)}.search-trending>span{font:800 9px var(--font-en);letter-spacing:1px;display:block;margin:18px 0 5px}.search-trending a{display:grid;grid-template-columns:32px 1fr auto;padding:10px 0;border-bottom:1px solid var(--border);font:700 12px var(--font-en)}.search-trending b{color:var(--muted)}.search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.search-result-item{border:1px solid var(--border);border-radius:16px;padding:10px;display:grid;grid-template-columns:65px 1fr;gap:10px;align-items:center}.search-result-item img{width:65px;height:75px;object-fit:cover;border-radius:10px}.search-result-item h4{font:800 11px var(--font-en);margin:0}.search-result-item p{font-size:9px;color:var(--muted);margin:3px 0}.search-result-item b{font-size:10px}

/* quiz modal */
.skin-quiz-modal .modal-content{border:0;border-radius:30px;overflow:hidden}.quiz-close{position:absolute;top:16px;left:16px;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.8);font-size:18px}.quiz-modal-layout{display:grid;grid-template-columns:.8fr 1.2fr;min-height:720px}.quiz-modal-aside{position:relative;overflow:hidden}.quiz-modal-aside>img{width:100%;height:100%;object-fit:cover}.quiz-modal-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.83))}.quiz-aside-copy{position:absolute;bottom:35px;right:30px;left:30px;color:#fff}.quiz-aside-copy span{font:800 9px var(--font-en);letter-spacing:2px;color:var(--lime)}.quiz-aside-copy h2{font-size:2rem;line-height:1.4;font-weight:800}.quiz-aside-copy p{font-size:9px;color:#ccc}.quiz-modal-main{padding:30px 45px;display:flex;flex-direction:column}.quiz-modal-top{display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--border);padding-bottom:18px}.quiz-modal-top img{width:145px}.quiz-progress{width:210px}.quiz-progress span{font-size:8px;color:var(--muted)}.quiz-progress b{height:5px;background:#eee;border-radius:20px;display:block;overflow:hidden;margin-top:5px}.quiz-progress i{display:block;height:100%;width:20%;background:var(--cherry);transition:.3s}.skin-quiz-modal form{display:flex;flex-direction:column;flex:1}.quiz-step{display:none;padding:36px 0 10px;animation:stepIn .35s}.quiz-step.active{display:block}.step-number{font:800 10px var(--font-en);color:var(--cherry)}.quiz-step h3{font-size:1.65rem;line-height:1.45;font-weight:800;margin:8px 0}.quiz-step>p{font-size:10px;color:var(--muted)}.quiz-options{margin-top:25px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quiz-options label{cursor:pointer}.quiz-options input{position:absolute;opacity:0}.quiz-options label>span{border:1px solid var(--border);border-radius:17px;padding:16px;display:flex;flex-direction:column;gap:3px;transition:.25s;height:100%}.grid-2 label>span{min-height:115px;justify-content:center}.quiz-options i{font-size:23px;margin-bottom:6px}.quiz-options b{font-size:12px}.quiz-options small{font-size:8px;color:var(--muted)}.quiz-options input:checked+span{border-color:var(--ink);background:var(--lavender-soft);box-shadow:0 0 0 1px var(--ink)}.quiz-options.vertical{display:grid;gap:8px}.vertical label>span{min-height:auto}.quiz-navigation{margin-top:auto;padding-top:20px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.quiz-navigation .btn{font-size:11px}.quiz-result-step{text-align:center}.result-icon{width:72px;height:72px;border-radius:24px;background:var(--lime);display:grid;place-items:center;font-size:32px;margin:0 auto 15px}.quiz-result-step>p{max-width:570px;margin:0 auto 20px}.result-routine{display:grid;grid-template-columns:1fr 1fr;text-align:right;gap:10px;margin:20px 0}.result-routine>div{background:var(--paper);border-radius:16px;padding:15px}.result-routine span{font:800 9px var(--font-en);color:var(--cherry)}.result-routine p{font-size:9px;margin:5px 0}.result-actions{display:flex;justify-content:center;gap:8px;margin:18px 0}.quiz-result-step>small{font-size:8px;color:var(--muted)}
@keyframes stepIn{from{opacity:0;transform:translateX(-15px)}}
.profile-modal-content{padding:45px;text-align:center;border:0;border-radius:28px}.profile-modal-content>.btn-close{position:absolute;top:18px;left:18px}.profile-icon{width:72px;height:72px;border-radius:24px;background:var(--lavender);display:grid;place-items:center;font-size:30px;margin:0 auto 16px}.profile-modal-content>span{font:800 9px var(--font-en);letter-spacing:2px}.profile-modal-content h2{font-size:1.7rem;font-weight:800;line-height:1.5}.profile-modal-content p{font-size:10px;color:var(--muted);line-height:1.9}.toast{background:#171719;color:#fff;border-radius:16px}.toast-icon{color:var(--lime);font-size:20px}.toast .btn-close{filter:invert(1)}

/* reveal animation */
.reveal-up,.reveal-scale{opacity:0;transition:opacity .7s ease,transform .7s ease}.reveal-up{transform:translateY(28px)}.reveal-scale{transform:scale(.96)}.reveal-up.in-view,.reveal-scale.in-view{opacity:1;transform:none;transition-delay:var(--delay,0s)}

/* responsive */
@media(max-width:1199.98px){
  .brand-logo img{width:155px}.site-header .navbar{padding:10px 0}.min-vh-hero{min-height:auto;padding:70px 0}.hero-copy h1{letter-spacing:-2.5px}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-grid>div:nth-child(3){border-left:0}.trust-grid>div:nth-child(-n+3){border-bottom:1px solid var(--border)}.ingredient-slider{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:991.98px){
  .section-space{padding:80px 0}.hero-section{text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-actions,.hero-proof{justify-content:center}.hero-visual{max-width:560px}.hero-image-wrap{height:650px}.hero-sticker{left:0}.concern-grid{grid-template-columns:repeat(2,1fr)}.product-media{height:360px}.quiz-shell{grid-template-columns:1fr;padding:50px;text-align:center}.quiz-benefits{justify-content:center}.shade-visual{height:620px}.routine-builder{grid-template-columns:1fr}.routine-intro{text-align:center;align-items:center}.drop-banner{min-height:570px;padding:45px}.ugc-grid{grid-template-columns:1fr 1fr;grid-template-rows:440px 270px 270px}.ugc-large{grid-column:span 2;grid-row:auto}.auth-shell{grid-template-columns:1fr}.auth-media{height:600px}.newsletter-shell{grid-template-columns:1fr;text-align:center}.quiz-modal-layout{grid-template-columns:1fr}.quiz-modal-aside{display:none}.quiz-modal-main{min-height:700px}.search-results{grid-template-columns:1fr 1fr}
}
@media(max-width:767.98px){
  html{scroll-padding-top:80px}.announcement-bar{font-size:9px}.announcement-divider{display:none}.section-space{padding:65px 0}.section-heading h2,.shade-copy h2,.auth-content h2{font-size:2.25rem;line-height:1.28;letter-spacing:-.8px}.section-heading p,.shade-copy>p,.auth-content>p{font-size:.87rem}.site-header .navbar{padding:8px 0}.brand-logo img{width:135px}.icon-btn{width:37px;height:37px;font-size:18px}.hero-section{padding-bottom:20px}.min-vh-hero{padding:32px 0 45px}.hero-copy h1{font-size:3.1rem;line-height:1.08;letter-spacing:-2px}.hero-lead{font-size:.9rem}.hero-actions{width:100%}.hero-actions .btn{width:100%;justify-content:center}.hero-visual{width:94%}.hero-image-wrap{height:540px;border-radius:160px 160px 30px 30px}.floating-product-card{grid-template-columns:52px 1fr 37px;right:10px;left:10px}.floating-product-thumb{height:52px}.floating-product-card button{width:37px;height:37px}.hero-sticker{width:75px;height:75px;font-size:9px;left:-8px;top:14%}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div{padding:16px 7px}.trust-grid>div:nth-child(3){border-left:1px solid var(--border)}.trust-grid>div:nth-child(even){border-left:0}.trust-grid>div:nth-child(-n+4){border-bottom:1px solid var(--border)}.trust-grid>div:last-child{grid-column:span 2}.trust-grid strong{font-size:10px}.concern-grid{grid-template-columns:1fr 1fr;gap:10px}.concern-card{min-height:160px;padding:17px}.concern-card h3{font-size:.95rem}.concern-card p{font-size:9px}.card-arrow{width:32px;height:32px;left:14px;bottom:14px}.product-filter-tabs{overflow-x:auto;justify-content:flex-start!important;flex-wrap:nowrap;padding-bottom:5px}.product-filter-tabs .nav-link{white-space:nowrap}.product-media{height:300px;border-radius:19px}.product-info h3{font-size:.78rem}.product-info p{font-size:9px;min-height:31px}.product-bottom strong{font-size:11px}.quick-add{transform:none;padding:9px;font-size:9px}.product-badge{font-size:6px}.wishlist-btn{width:31px;height:31px}.product-pack{transform:translate(50%,-56%) scale(.8)}.product-card:hover .product-pack{transform:translate(50%,-58%) scale(.8)}.quiz-shell{padding:36px 20px;border-radius:28px}.quiz-text h2{font-size:2.25rem;line-height:1.3}.quiz-text>p{font-size:.8rem}.quiz-preview{margin-top:15px}.quiz-phone{width:280px;min-height:520px}.shade-visual{height:520px}.shade-caption{right:22px;left:22px}.shade-caption strong{font-size:1.3rem}.shade-demo-card{padding:17px}.shade-circles{gap:8px}.shade-circles button{width:38px;height:38px}.ingredient-slider{grid-template-columns:1fr}.ingredient-card{min-height:420px}.routine-intro{padding:32px 20px}.routine-intro h3{font-size:1.5rem}.routine-steps{padding:12px}.routine-step{grid-template-columns:25px 70px 1fr 33px;gap:9px;padding:12px 5px}.step-product{height:80px}.routine-step button{width:32px;height:32px}.drop-banner{min-height:550px;padding:28px 22px;align-items:flex-end}.drop-overlay{background:linear-gradient(180deg,rgba(16,16,18,.1),rgba(16,16,18,.88))}.drop-content{padding-bottom:110px}.drop-content h2{font-size:3.2rem;letter-spacing:-2px}.drop-counter{right:22px;left:auto;bottom:24px}.drop-counter div{width:60px;height:60px}.ugc-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.ugc-card,.ugc-large{min-width:82vw;height:480px;scroll-snap-align:start}.quote-card{height:480px}.auth-media{height:500px}.auth-points{grid-template-columns:1fr}.journal-image{height:270px}.journal-list{padding:7px 15px}.journal-row{grid-template-columns:28px 1fr 58px 32px;gap:8px}.journal-thumb{height:58px}.journal-row h3{font-size:.8rem}.newsletter-section{padding-bottom:60px}.newsletter-shell{padding:32px 20px}.newsletter-shell h2{font-size:1.8rem}.input-wrap{display:block;background:transparent}.input-wrap input{width:100%;background:#fff;border-radius:50px;padding:13px 17px;margin-bottom:8px}.input-wrap button{width:100%}.footer-bottom,.footer-payment{display:block;text-align:center}.footer-payment div,.footer-bottom div{justify-content:center;margin-top:12px}.floating-whatsapp{left:13px;bottom:13px;width:48px;height:48px;padding:0;display:grid;place-items:center;border-radius:50%}.floating-whatsapp span{display:none}.back-to-top{right:13px;bottom:13px}.search-panel{padding:17px 18px 35px;min-height:100vh}.search-head img{width:145px}.search-input-wrap{margin-top:35px}.search-input-wrap input{font-size:1rem}.search-input-wrap kbd{display:none}.search-results{grid-template-columns:1fr}.quiz-modal-main{padding:20px;min-height:100vh}.quiz-modal-top{padding-top:20px}.quiz-modal-top img{width:120px}.quiz-progress{width:150px}.grid-2{grid-template-columns:1fr}.quiz-step{padding-top:24px}.quiz-step h3{font-size:1.35rem}.grid-2 label>span{min-height:90px}.quiz-navigation{position:sticky;bottom:0;background:#fff;padding-bottom:7px}.result-routine{grid-template-columns:1fr}.result-actions{display:grid}.profile-modal-content{padding:38px 25px}
}
@media(max-width:420px){
  .hero-copy h1{font-size:2.7rem}.hero-image-wrap{height:480px}.concern-grid{grid-template-columns:1fr}.product-media{height:270px}.product-pack{transform:translate(50%,-56%) scale(.7)}.product-card:hover .product-pack{transform:translate(50%,-58%) scale(.7)}.product-meta{display:block}.shade-result{grid-template-columns:45px 1fr 38px}.result-swatch{width:45px;height:45px}.ugc-card,.ugc-large{min-width:88vw}.footer-top .col-6{width:100%}.site-footer .col-6>a{font-size:11px}.quiz-phone{width:255px;transform:none}.chip-one{right:-8px}.chip-two{left:-8px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal-up,.reveal-scale{opacity:1;transform:none}}
