:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fbfaf8;--surface:#fff;--surface-soft:#f6f2ec;--surface-blush:#fbeee6;--text:#1f1d1a;--muted:#7c746b;--line:#ece6de;--line-strong:#ded6cc;--green:#1f1d1a;--green-2:#34302a;--green-soft:#fbefdd;--accent:#c2762a;--accent-bright:#e0913a;--blush:#f0c9b4;--shadow:0 22px 80px #281e1224;--ease:cubic-bezier(.22, 1, .36, 1);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:radial-gradient(circle at 18% 10%, #fbefddb3, transparent 32rem), linear-gradient(135deg, #fff 0%, var(--bg) 58%, #fdf6ee 100%);color:var(--text);margin:0;overflow-x:hidden}button,input,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}.page-shell{place-items:center;min-height:100svh;padding:28px;display:grid}.phone-surface{background:var(--surface);width:min(100%,430px);min-height:min(860px,100svh - 56px);box-shadow:var(--shadow);view-transition-name:cleardea-phone;border:1px solid #ffffffd1;border-radius:8px;position:relative;overflow:hidden}.screen{min-height:inherit;outline:none}.screen:not(.screen-intro){min-height:calc(min(860px,100svh - 56px) - 82px)}.screen-congrats,.screen-thanks{min-height:min(860px,100svh - 56px)}.motion-forward{animation:screen-in-forward .48s var(--ease) both}.motion-back{animation:screen-in-back .38s var(--ease) both}.progress-header{z-index:3;padding:max(20px, env(safe-area-inset-top)) 22px 16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #ece6decc;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;display:grid;position:relative}.icon-button{width:42px;height:42px;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;place-items:center;transition:background .18s,transform .18s;display:inline-grid}.icon-button:active{transform:translate(-2px)scale(.98)}.icon-button:hover{background:var(--green-soft)}.progress-track{background:var(--line);border-radius:999px;height:7px;overflow:hidden}.progress-track span{background:linear-gradient(90deg, var(--accent), var(--accent-bright));border-radius:inherit;height:100%;transition:width .52s var(--ease);display:block}.progress-label{color:var(--muted);white-space:nowrap;font-size:14px;font-weight:650}.intro-layout{min-height:inherit;background:#221733;position:relative;overflow:hidden}.intro-photo{filter:brightness(1.06)saturate(1.08)contrast(1.01);will-change:filter, transform;background:url(/assets/vendor/cleardea-timeless-purple-960.jpg) 50% 40%/cover no-repeat;animation:7.5s ease-in-out infinite alternate intro-breathe,7s ease-in-out infinite intro-drift;position:absolute;top:-6%;bottom:-6%;left:-6%;right:-6%}.intro-glow{pointer-events:none;mix-blend-mode:screen;background:radial-gradient(58% 40% at 60% 32%,#e8d6fa29,#0000 72%);animation:6.5s ease-in-out infinite alternate intro-glow;position:absolute;top:0;bottom:0;left:0;right:0}.intro-shade{pointer-events:none;background:linear-gradient(#160e2000 46%,#160e208c 74%,#140c1cd1 100%);position:absolute;top:0;bottom:0;left:0;right:0}.intro-lockup{top:max(30px, env(safe-area-inset-top));z-index:3;align-items:center;gap:10px;display:flex;position:absolute;left:22px}.intro-lockup img{filter:brightness(0)invert();display:block}.intro-logo-cd{height:27px;transform:translateY(-6px)}.intro-logo-ub{height:34px}.intro-x{color:#ffffffb3;font-size:19px}.brand-mark{color:var(--green);letter-spacing:0;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1}.intro-copy{z-index:3;padding:0 22px max(26px, env(safe-area-inset-bottom));flex-direction:column;gap:14px;display:flex;position:absolute;bottom:0;left:0;right:0}.intro-eyebrow{color:#f1c58a;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:700}.intro-copy h1{color:#fff;letter-spacing:-.01em;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(38px,11vw,48px);font-weight:500;line-height:1.04}.intro-copy p{color:#ffffffd1;max-width:300px;margin:0;font-size:15.5px;line-height:1.5}.congrats-copy h1{color:var(--text);letter-spacing:-.01em;overflow-wrap:break-word;max-width:100%;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(30px,8vw,40px);font-weight:500;line-height:1.1}.question-heading h1,.thanks-heading h1{color:var(--text);letter-spacing:0;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(34px,8.6vw,42px);font-weight:500;line-height:1.1}.question-heading p,.congrats-copy p,.thanks-heading p,.step-section p,.tag-copy{color:var(--muted);margin:18px 0 0;font-size:17px;line-height:1.48}.primary-button,.secondary-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:60px;font-size:18px;font-weight:760;line-height:1.1;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s,opacity .18s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg, var(--green), var(--green-2));box-shadow:0 14px 24px #281e122e}.primary-button:hover{box-shadow:0 18px 28px #281e1238}.primary-button:active{transform:translateY(1px)scale(.99)}.primary-button:disabled{cursor:not-allowed;opacity:.44;box-shadow:none}.intro-button{z-index:4;color:#1f1d1a;cursor:pointer;background:#fff;border:0;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:58px;margin-top:6px;font-size:17px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative}.intro-button:hover{box-shadow:0 14px 34px #00000047}.intro-button:active{transform:translateY(1px)scale(.99)}.question-layout{min-height:inherit;padding:30px 22px max(18px, env(safe-area-inset-bottom));grid-template-rows:auto 1fr auto;gap:24px;display:grid}.question-heading{max-width:340px}.choice-heading{padding-top:14px}.question-icon{width:44px;height:44px;color:var(--accent);background:var(--green-soft);border-radius:8px;place-items:center;margin-bottom:18px;display:inline-grid}.question-icon svg{width:24px;height:24px}.question-body{align-self:start;margin-top:16px}.field-grid{gap:14px;display:grid}.field-grid,.text-field-large{animation:option-enter .44s var(--ease) .1s both}.text-field{gap:8px;display:grid}.text-field span{color:var(--muted);font-size:14px;font-weight:720}.text-field input{width:100%;min-height:62px;color:var(--text);border:1px solid var(--line);background:#fff;border-radius:8px;outline:none;padding:0 18px;font-size:19px;font-weight:650;transition:border-color .18s,box-shadow .18s,background .18s}.text-field input::placeholder{color:#b3aaa0;font-weight:560}.text-field input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #c2762a24}.text-field-large{margin-top:10px}.choice-list{align-self:start;gap:10px;margin-top:16px;display:grid}.choice-option{width:100%;min-height:66px;color:var(--text);border:1px solid var(--line);text-align:left;cursor:pointer;animation:option-enter .42s var(--ease) both;animation-delay:calc(80ms + (var(--option-index,0) * 42ms));background:#fff;border-radius:8px;grid-template-columns:40px 1fr;align-items:center;gap:13px;padding:9px 14px;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:grid;box-shadow:0 2px #281e1208}.choice-option>span:last-child{font-size:18px;font-weight:670;line-height:1.25}.choice-symbol{width:36px;height:36px;color:var(--accent);background:var(--surface-soft);border-radius:8px;place-items:center;transition:background .18s,color .18s;display:grid}.choice-symbol svg{stroke-width:2px;width:19px;height:19px}.choice-option:hover{border-color:var(--line-strong);box-shadow:0 8px 22px #281e1214}.choice-option:disabled{cursor:wait;opacity:.72}.choice-option:active{transform:translateY(1px)scale(.99)}.choice-option[data-selected=true]{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 18px 34px #281e1233}.choice-option[data-selected=true] .choice-symbol{color:var(--green);background:#fff}.inline-status,.inline-error{margin:0;font-size:13px;font-weight:680;line-height:1.35}.inline-status{color:var(--muted)}.inline-error{color:#b13d32}.chip-grid{flex-wrap:wrap;gap:10px;display:flex}.chip-option{min-height:48px;color:var(--text);border:1px solid var(--line);cursor:pointer;animation:option-enter .38s var(--ease) both;animation-delay:calc(80ms + (var(--option-index,0) * 34ms));background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 15px;font-size:16px;font-weight:700;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.chip-option[data-selected=true]{color:#fff;background:var(--green);border-color:var(--green)}.chip-option:active{transform:scale(.98)}.sticky-actions{animation:action-rise .52s var(--ease) .18s both;align-self:end}.congrats-layout{min-height:inherit;padding:34px 28px max(34px, env(safe-area-inset-bottom));text-align:center;background:linear-gradient(180deg, var(--bg) 0%, #fff 64%), #fff;align-content:center;justify-items:center;gap:24px;display:grid}.gift-illustration{width:142px;height:142px;color:var(--green);background:var(--green-soft);animation:gift-pop .62s var(--ease) .12s both;border-radius:8px;place-items:center;display:grid;position:relative}.spark{background:var(--accent);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%);width:10px;height:10px;animation:1.5s ease-in-out infinite sparkle;position:absolute}.spark-a{top:42px;left:18px}.spark-b{animation-delay:.16s;top:30px;right:20px}.spark-c{animation-delay:.32s;bottom:36px;right:30px}.congrats-copy{max-width:330px}.section-label{color:var(--accent);letter-spacing:.06em;margin-bottom:14px;font-size:13px;font-weight:850;display:block}.auto-next{color:var(--muted);align-items:center;gap:10px;font-size:14px;font-weight:700;display:inline-flex}.auto-next .auto-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:.9s ease-in-out infinite pulse-dot}.auto-next .auto-copy{background:0 0;width:auto;height:auto}.thanks-layout{min-height:inherit;padding:26px 22px max(22px, env(safe-area-inset-bottom));background:linear-gradient(#fbfaf8d1 0%,#fff 38%),#fff;gap:16px;display:grid}.thanks-heading{margin-bottom:2px}.thanks-heading .thanks-logo{width:auto;height:22px;margin-bottom:16px;display:block}.thanks-heading h1{font-size:clamp(30px,8vw,38px)}.thanks-heading p{text-wrap:pretty;max-width:330px;margin-top:10px;font-size:15px}.step-section{border:1px solid var(--line);animation:option-enter .42s var(--ease) both;background:#fff;border-radius:8px;gap:12px;padding:20px 18px;display:grid}.step-head{align-items:center;gap:11px;display:flex}.step-num{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:grid}.video-cue{font-weight:600;color:var(--text)!important}.step-section:first-of-type{animation-delay:90ms}.step-section:nth-of-type(2){animation-delay:.15s}.step-section:nth-of-type(3){animation-delay:.21s}.step-section h2{letter-spacing:0;margin:0;font-size:19px;line-height:1.2}.step-section p{margin:0;font-size:14px}.step-label{width:-moz-fit-content;width:fit-content;color:var(--accent);font-size:13px;font-weight:800}.social-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.secondary-button{min-height:50px;color:var(--green);background:var(--surface-soft);border:1px solid var(--line);font-size:14px;font-weight:760}.secondary-button:hover{border-color:var(--green)}.social-button{white-space:nowrap;gap:8px;padding:0 10px}.social-icon{flex:none;width:18px;height:18px}.primary-button.compact{min-height:50px;font-size:16px}.vip-confirmation{background:var(--green-soft);border-radius:8px;grid-template-columns:22px 1fr;align-items:start;gap:10px;padding:14px 16px;display:grid}.vip-check{width:22px;height:22px;color:var(--accent);place-items:center;margin-top:1px;display:grid}.vip-text{flex-direction:column;gap:3px;min-width:0;display:flex}.vip-text strong{color:var(--green);font-size:15px;font-weight:800;line-height:1.3}.vip-text>span{color:#1f1d1aa3;text-wrap:pretty;font-size:13px;font-weight:600;line-height:1.45}.extra-gift{background:linear-gradient(180deg, #fff 0%, var(--surface-blush) 100%);border-color:#f5d9d2}.extra-gift p{text-wrap:balance;line-height:1.5}.tag-copy .hashtags{color:var(--accent);opacity:.82;word-spacing:2px;font-weight:600}.tag-copy .hashtags u{text-underline-offset:2px;text-decoration:underline}::view-transition-old(cleardea-phone){animation:.22s both vt-phone-out}::view-transition-new(cleardea-phone){animation:vt-phone-in .42s var(--ease) both}.tag-copy strong{color:var(--accent)}.tag-copy a{color:var(--accent);text-underline-offset:3px;font-weight:750;text-decoration:underline}.bubble-page-shell{color:#24191e;background:radial-gradient(circle at 70% 10%,#ff729f33,#0000 28rem),linear-gradient(145deg,#fff9fb 0%,#fff 46%,#ffeef4 100%);place-items:center;min-height:100svh;padding:28px;display:grid}.bubble-phone{background:#fffcff;border:1px solid #ffffffdb;border-radius:8px;width:min(100%,430px);min-height:min(860px,100svh - 56px);position:relative;overflow:hidden;box-shadow:0 26px 90px #82244c29}.bubble-screen{min-height:inherit;outline:none}.bubble-screen:not(.bubble-screen-intro){min-height:calc(min(860px,100svh - 56px) - 82px)}.bubble-progress-header{z-index:5;padding:max(20px, env(safe-area-inset-top)) 22px 16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcffe0;border-bottom:1px solid #ffd6e4d1;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;display:grid;position:relative}.bubble-icon-button{color:#24191e;cursor:pointer;background:0 0;border-radius:8px;place-items:center;width:42px;height:42px;display:inline-grid}.bubble-icon-button:hover{background:#fff0f5}.bubble-progress-track{background:#f5dce5;border-radius:999px;height:7px;overflow:hidden}.bubble-progress-track span{border-radius:inherit;height:100%;transition:width .52s var(--ease);background:linear-gradient(90deg,#ff4d83,#ff8aa7);display:block}.bubble-progress-label{color:#8d6976;white-space:nowrap;font-size:14px;font-weight:750}.bubble-intro{min-height:inherit;padding:38px 24px max(26px, env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 32%,#ff729f1a,#0000 17rem),linear-gradient(#fff8fb 0%,#fff 54%,#ffeaf2 100%);grid-template-rows:1fr auto;align-items:end;display:grid;position:relative;overflow:hidden}.bubble-intro:before{content:"";z-index:2;background:linear-gradient(#fff0,#ffeef4f0 72%);height:42%;position:absolute;top:auto;bottom:0;left:-20%;right:-20%}.bubble-intro:after{content:"";z-index:0;filter:blur(18px);opacity:.74;pointer-events:none;background:radial-gradient(circle at 34% 30%,#ff508857 0 17%,#ff508821 35%,#0000 62%),radial-gradient(circle at 66% 30%,#ff50884d 0 17%,#ff50881f 35%,#0000 62%),radial-gradient(at 50% 67%,#ff508833 0 25%,#ff508817 42%,#0000 68%);width:min(92vw,376px);height:min(68vw,286px);position:absolute;top:17%;left:50%;transform:translate(-50%)rotate(-4deg)}.bubble-intro-product{z-index:1;filter:drop-shadow(0 28px 40px #bb2a5a2e);width:112%;max-width:none;animation:6.2s ease-in-out infinite bubble-float;position:absolute;top:11%;left:50%;transform:translate(-50%)}.bubble-intro-product-cluster{z-index:1;pointer-events:none;opacity:1;position:absolute;top:0;bottom:0;left:0;right:0}.bubble-intro-product-piece{aspect-ratio:285/575;filter:drop-shadow(0 24px 34px #bb2a5a1f);will-change:transform;background-position:50%;background-repeat:no-repeat;width:40%;max-width:none;display:block;position:absolute}.bubble-intro-product-piece-classic{background-image:url(/assets/campaign-bubble-essence/bubble-essence.webp);background-size:422%}.bubble-intro-product-piece-swirl{background-image:url(/assets/campaign-bubble-essence/bubble-essence-swirl.webp);background-size:380%}.bubble-intro-pattern-one{aspect-ratio:1595/4033;opacity:.96;filter:brightness(1.03)saturate(1.18)contrast(1.14)drop-shadow(0 24px 34px #bb2a5a26);background-image:url(/assets/campaign-bubble-essence/bubble-essence-cutout-sharp.webp?v=right-restored);background-size:contain;width:48%;animation:7.6s ease-in-out infinite bubble-intro-pattern-a;top:2%;left:-8%;transform:rotate(-34deg)}.bubble-intro-pattern-two{opacity:.7;width:44%;animation:8.2s ease-in-out infinite bubble-intro-pattern-b;top:9%;right:-16%;transform:rotate(28deg)}.bubble-intro-pattern-three{opacity:.46;width:34%;animation:7.9s ease-in-out infinite bubble-intro-pattern-c;top:49%;right:2%;transform:rotate(-22deg)}.bubble-intro-copy{z-index:3;gap:10px;margin-bottom:22px;display:grid;position:relative}.bubble-intro-copy h1{color:#20171b;letter-spacing:0;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(54px,16vw,72px);font-weight:520;line-height:.95}.bubble-intro-copy p,.bubble-intro-copy span{color:#6f4c59;margin:0;font-size:16px;font-weight:720;line-height:1.45}.bubble-intro-copy span{color:#d53d73;font-size:17px}.bubble-intro-typed{background:radial-gradient(circle at 50% 30%,#ff5b8b17,#0000 17rem),linear-gradient(#fff8fb 0%,#fff 52%,#ffe6ef 100%)}.bubble-intro-typed-copy{gap:8px;margin-bottom:22px}.bubble-brand-mark{letter-spacing:0;font-family:Didot,"Bodoni 72","Bodoni 72 Display",Baskerville,Georgia,Times New Roman,serif;font-size:clamp(62px,17vw,80px);font-weight:400;line-height:.9}.bubble-intro-typed-copy p{color:#6f4c59;font-size:16px;font-weight:740}.bubble-intro-typed-copy span{color:#d53d73;font-size:17px;font-weight:800}.bubble-intro-product-bubble{width:108%;top:11%}.bubble-intro-product-ampoule{filter:drop-shadow(0 28px 40px #bb2a5a21);width:48%;animation:6.6s ease-in-out infinite ampoule-float;top:9%;left:56%;transform:translate(-50%)rotate(4deg)}.bubble-intro-bubbleEditorial{background:radial-gradient(circle at 55% 70%,#ff5b8b17,#0000 18rem),linear-gradient(#fff7fa 0%,#fff0f5 46%,#fff 100%);align-items:start;padding-top:54px}.bubble-intro-bubbleEditorial:after{opacity:.4;width:min(82vw,330px);height:min(70vw,292px);top:38%;left:55%}.bubble-intro-bubbleEditorial:before{background:linear-gradient(#ffebf3f5,#fff0);height:34%;top:0;bottom:auto;left:-18%;right:-18%}.bubble-intro-bubbleEditorial .bubble-intro-product-bubble{opacity:.92;width:126%;top:31%;left:58%}.bubble-intro-bubbleEditorial .bubble-intro-typed-copy{align-self:start;margin-bottom:0}.bubble-intro-bubbleEditorial .bubble-primary-button{align-self:end}.bubble-intro-ampouleClean{background:radial-gradient(circle at 55% 30%,#ff608b14,#0000 17rem),linear-gradient(#fffafd 0%,#fff 50%,#ffeaf2 100%)}.bubble-intro-ampouleClean:after{opacity:.42;width:min(68vw,270px);height:min(76vw,310px);top:13%;left:55%;transform:translate(-50%)rotate(3deg)}.bubble-intro-ampouleClean .bubble-intro-typed-copy{max-width:350px}.bubble-form-layout{min-height:inherit;padding:34px 22px max(20px, env(safe-area-inset-bottom));background:linear-gradient(#fffcffe6 0%,#fff5f9f0 100%),#fff8fb;grid-template-rows:auto 1fr auto auto;gap:20px;display:grid;position:relative}.bubble-clear-content-card{color:#2d2929;-webkit-backdrop-filter:blur(12px);background:linear-gradient(#ffffffc2,#fff6faad),#ffffffad;border:1px solid #f2cbd8db;border-radius:8px;gap:15px;padding:18px 18px 17px;display:grid;box-shadow:0 12px 26px #af396314}.bubble-clear-content-card h2{color:#24191e;letter-spacing:0;margin:0;font-size:19px;font-weight:820;line-height:1.3}.bubble-clear-content-card h2 span{color:#ef3f78}.bubble-clear-content-card ul{color:#4b3540;gap:8px;margin:0;padding:0;font-size:14px;font-weight:650;line-height:1.35;list-style:none;display:grid}.bubble-clear-content-card li{padding-left:16px;position:relative}.bubble-clear-content-card li:before{content:"";background:#ef3f78;border-radius:999px;width:6px;height:6px;position:absolute;top:.58em;left:0;box-shadow:0 0 0 4px #ef3f781a}.bubble-clear-opt-in-card{grid-template-columns:1fr 24px;align-items:center;min-height:62px;padding:16px 17px}.bubble-clear-opt-in-card input{order:2;margin:0}.bubble-clear-detail{z-index:1;color:#785b66;margin:-10px 2px 0;font-size:14px;font-weight:650;line-height:1.35;position:relative}.bubble-product-backdrop{z-index:0;opacity:.4;filter:saturate(1.08);pointer-events:none;will-change:translate;width:120%;max-width:none;animation:7.6s ease-in-out infinite product-backdrop-drift;position:absolute;bottom:5%;right:-48%}.bubble-product-secondary{opacity:.4;animation-name:product-backdrop-drift-alt;animation-duration:8.8s;animation-delay:-1800ms}.bubble-product-tertiary{opacity:.4;animation-name:product-backdrop-drift-soft;animation-duration:8.2s;animation-delay:-3400ms}.bubble-product-cream-ampoule{opacity:.4;width:58%;bottom:6%;right:-11%;transform:rotate(2deg)}.bubble-product-green-tangerine-pad{opacity:.4;width:88%;bottom:9%;right:-27%;transform:rotate(-5deg)}.bubble-product-timeless-serum{opacity:.4;width:52%;bottom:6%;right:-8%;transform:rotate(-2deg)}.bubble-screen-age .bubble-product-timeless-serum{opacity:.4;filter:saturate(1.05)drop-shadow(0 20px 34px #bb2a5a1a);right:2%}.bubble-product-bubble-essence{opacity:.4;width:128%;bottom:12%;right:-48%;transform:rotate(-4deg)}.bubble-product-bubble-essence-secondary{opacity:.4;width:116%;bottom:2%;left:-48%;right:auto;transform:rotate(5deg)}.bubble-screen-sns .bubble-product-bubble-essence{opacity:.4;filter:saturate(1.08)drop-shadow(0 18px 28px #bb2a5a14);width:76%;top:17%;bottom:auto;left:-21%;right:auto;transform:rotate(-39deg)}.bubble-screen-sns .bubble-product-bubble-essence-secondary{opacity:.4;filter:saturate(1.08)drop-shadow(0 18px 28px #bb2a5a14);width:72%;top:40%;bottom:auto;left:auto;right:-18%;transform:rotate(33deg)}.bubble-screen-sns .bubble-product-bubble-essence-tertiary{opacity:.4;filter:saturate(1.04)drop-shadow(0 18px 28px #bb2a5a12);width:72%;top:60%;bottom:auto;left:-1%;right:auto;transform:rotate(-14deg)}.bubble-product-clear-thinkers{opacity:.4;width:82%;top:30%;bottom:auto;right:-22%;transform:rotate(-2deg)}.bubble-screen-clearThinkers .bubble-product-clear-thinkers,.bubble-screen-clearThinkers .bubble-product-note{display:none}.bubble-product-fitting-mask{opacity:.4;width:86%;bottom:8%;right:-24%;transform:rotate(4deg)}.bubble-product-shower-filter{opacity:.4;width:58%;bottom:4%;right:-9%;transform:rotate(4deg)}.bubble-product-shower-filter-secondary{opacity:.4;width:44%;bottom:8%;left:-7%;right:auto;transform:rotate(-8deg)}.bubble-question-heading,.bubble-form-body,.bubble-product-note,.bubble-actions,.bubble-choice-list,.bubble-inline-status,.bubble-inline-error{z-index:1;position:relative}.bubble-question-heading{max-width:340px}.bubble-question-heading h1,.bubble-ending h1,.bubble-video-copy h1{color:#24191e;letter-spacing:0;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:clamp(34px,8.4vw,43px);font-weight:520;line-height:1.08}.bubble-question-heading p,.bubble-ending p,.bubble-video-copy p{color:#785b66;margin:14px 0 0;font-size:16px;font-weight:620;line-height:1.5}.bubble-form-body{align-self:start;gap:16px;margin-top:10px;display:grid}.bubble-field-grid{gap:14px;display:grid}.bubble-text-field{gap:8px;display:grid}.bubble-text-field span{color:#7d5d69;font-size:14px;font-weight:760}.bubble-text-field input{color:#24191e;-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #f2cbd8;border-radius:8px;outline:none;width:100%;min-height:62px;padding:0 18px;font-size:18px;font-weight:680;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:0 8px 22px #af39630f}.bubble-text-field input::placeholder{color:#bd9ca8;font-weight:560}.bubble-text-field input:focus{background:#ffffffe6;border-color:#ff6492;box-shadow:0 0 0 4px #ff649229}.bubble-address-field{z-index:4;gap:8px;display:grid;position:relative}.bubble-address-label{color:#7d5d69;font-size:14px;font-weight:760}.bubble-address-trigger{color:#24191e;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #f2cbd8;border-radius:8px;grid-template-columns:22px 1fr;align-items:center;gap:10px;width:100%;min-height:62px;padding:0 16px;transition:border-color .18s,box-shadow .18s,background .18s,transform .18s;display:grid;box-shadow:0 8px 22px #af39630f}.bubble-address-trigger:hover{background:#ffffffe6;border-color:#ff6492;outline:none;box-shadow:0 0 0 4px #ff649229}.bubble-address-trigger:focus-visible{background:#ffffffe6;border-color:#ff6492;outline:none;box-shadow:0 0 0 4px #ff649229}.bubble-address-trigger:active{transform:translateY(1px)scale(.995)}.bubble-address-trigger>svg{color:#d53d73}.bubble-address-trigger span{color:#24191e;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-weight:680;line-height:1.25;overflow:hidden}.bubble-address-trigger span[data-empty=true]{color:#bd9ca8;font-weight:560}.bubble-address-dialog{z-index:40;align-items:end;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.bubble-address-overlay{-webkit-backdrop-filter:blur(3px);cursor:pointer;background:#30172247;border:0;width:100%;height:100%;padding:0;position:absolute;top:0;bottom:0;left:0;right:0}.bubble-address-sheet{z-index:1;width:min(100%,430px);max-height:min(76svh,620px);padding:14px 20px max(24px, env(safe-area-inset-bottom));animation:address-sheet-enter .28s var(--ease) both;background:linear-gradient(#fffcfefa,#fff6faf5),#fff8fb;border:1px solid #ffffffd1;border-radius:22px 22px 0 0;gap:12px;margin:0 auto;display:grid;position:relative;overflow:auto;box-shadow:0 -24px 70px #401e2c3d}.bubble-address-sheet-handle{background:#74546038;border-radius:999px;justify-self:center;width:44px;height:5px;margin-bottom:4px}.bubble-address-sheet-header{align-items:center;gap:12px;display:flex}.bubble-address-sheet-header h2{color:#24191e;letter-spacing:0;margin:0;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:31px;font-weight:700;line-height:1}.bubble-address-close{color:#4b3540;cursor:pointer;background:#fff0f5;border-radius:8px;place-items:center;width:40px;height:40px;transition:background .18s,transform .18s;display:inline-grid}.bubble-address-close:active{transform:scale(.96)}.bubble-address-input-shell{color:#24191e;-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #f2cbd8;border-radius:8px;outline:none;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;min-height:62px;padding:0 16px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid;position:relative;box-shadow:0 8px 22px #af39630f}.bubble-address-input-shell:focus-within{background:#ffffffe6;border-color:#ff6492;box-shadow:0 0 0 4px #ff649229}.bubble-address-input-shell>svg{color:#d53d73}.bubble-address-input-shell input{color:#24191e;background:0 0;border:0;outline:none;width:100%;min-width:0;height:60px;padding:0;font-size:18px;font-weight:680}.bubble-address-input-shell input::placeholder{color:#bd9ca8;font-weight:560}.bubble-address-loader{border:2px solid #ef3f7833;border-top-color:#ef3f78;border-radius:999px;width:17px;height:17px;animation:.76s linear infinite bubble-address-spin}.bubble-address-suggestions{gap:8px;display:grid}.bubble-address-suggestions button{color:#3d2a33;text-align:left;cursor:pointer;background:#ffffffe0;border:1px solid #f2cbd8db;border-radius:8px;grid-template-columns:36px 1fr;align-items:center;gap:11px;width:100%;min-height:64px;padding:11px 12px;transition:background .18s,border-color .18s,transform .18s;display:grid;box-shadow:0 7px 18px #af39630d}.bubble-address-suggestions button[data-active=true]{color:#d53d73;background:#fff0f5;border-color:#f3acc4}.bubble-address-suggestions button:active{transform:scale(.992)}.bubble-address-suggestions button svg{color:currentColor;background:#fff0f5;border-radius:8px;width:34px;height:34px;padding:8px}.bubble-address-suggestions button span{min-width:0;font-size:14px;font-weight:690;line-height:1.35}.bubble-address-powered{color:#9a7d88;text-align:right;margin:0 4px;font-size:11px;font-weight:680;display:block}.bubble-address-help{color:#9a7d88;font-size:12px;font-weight:620;line-height:1.35}.bubble-address-use-typed{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef3f78,#ff759a);border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;font-size:15px;font-weight:820;display:inline-flex;box-shadow:0 14px 24px #de3a712e}.bubble-choice-list{gap:10px;margin-top:14px;display:grid}.bubble-choice-option{color:#24191e;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(12px);width:100%;min-height:64px;animation:option-enter .42s var(--ease) both;animation-delay:calc(80ms + (var(--option-index,0) * 42ms));background:#ffffffa3;border:1px solid #f2cbd8;border-radius:8px;grid-template-columns:1fr 24px;align-items:center;gap:12px;padding:10px 16px;display:grid;box-shadow:0 8px 22px #af39630f}.bubble-screen-age .bubble-choice-option{-webkit-backdrop-filter:blur(7px);background:#ffffff6b}.bubble-choice-option span{font-size:18px;font-weight:720}.bubble-choice-option svg{opacity:.3}.bubble-choice-option[data-selected=true]{color:#fff;background:linear-gradient(135deg,#ef3f78,#ff759a);border-color:#ef3f78;box-shadow:0 18px 34px #de3a7138}.bubble-choice-option[data-selected=true] svg{opacity:1}.bubble-choice-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.bubble-segment{isolation:isolate;color:#24191e;cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#ffffffad;border:1px solid #f2cbd8;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:58px;font-size:16px;font-weight:780;transition:background .18s,border-color .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex;position:relative;overflow:visible;box-shadow:0 8px 22px #af39630f}.bubble-segment[data-selected=true]{color:#fff;background:linear-gradient(135deg,#ef3f78,#ff759a);border-color:#ef3f78;box-shadow:0 16px 30px #ef3f7833,0 0 0 4px #ff759a24}.bubble-screen-sns .bubble-segment[data-selected=true]{animation:.42s cubic-bezier(.2,.95,.32,1.3) both sns-select-pop}.bubble-screen-sns .bubble-segment:active{transform:translateY(-1px)scale(.985)}.bubble-screen-sns .bubble-segment:after{content:"";z-index:-1;opacity:0;pointer-events:none;background:radial-gradient(circle at 16% 24%,#ff77a3ad 0 3px,#0000 4px),radial-gradient(circle at 84% 18%,#ffbdd3bd 0 3px,#0000 4px),radial-gradient(circle at 74% 82%,#ff77a399 0 2px,#0000 3px),radial-gradient(circle at 26% 78%,#ffcadab3 0 2px,#0000 3px);position:absolute;top:-13px;bottom:-13px;left:-10px;right:-10px;scale:.72}.bubble-screen-sns .bubble-segment[data-selected=true]:after{animation:.62s ease-out both sns-sparkle-pop}.bubble-segment .social-icon{width:18px;height:18px}.bubble-check-card{color:#4b3540;-webkit-backdrop-filter:blur(12px);background:#ffffffad;border:1px solid #f2cbd8;border-radius:8px;grid-template-columns:22px 1fr;align-items:start;gap:13px;padding:18px;display:grid;box-shadow:0 8px 22px #af39630f}.bubble-check-card input{accent-color:#ef3f78;width:20px;height:20px;margin:2px 0 0}.bubble-check-card span{font-size:15px;font-weight:650;line-height:1.55}.bubble-check-card.bubble-clear-opt-in-card{grid-template-columns:1fr auto;align-items:center;min-height:62px;padding:15px 17px}.bubble-check-card.bubble-clear-opt-in-card input{order:2;width:20px;height:20px;margin:0}.bubble-check-card.bubble-clear-opt-in-card .bubble-clear-opt-in-copy{order:1;gap:4px;min-width:0;display:grid}.bubble-check-card.bubble-clear-opt-in-card strong{color:#4b3540;font-size:15px;font-weight:720;line-height:1.28}.bubble-check-card.bubble-clear-opt-in-card small{color:#9a7d88;font-size:12px;font-weight:620;line-height:1.25}.bubble-product-note{-webkit-backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #f2cbd8c2;border-radius:8px;gap:4px;padding:14px 16px;display:grid}.bubble-product-note strong{color:#24191e;font-size:14px;font-weight:820;line-height:1.28}.bubble-product-note span{color:#d53d73;font-size:13px;font-weight:760}.bubble-primary-button{z-index:3;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef3f78,#ff759a);border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:60px;font-size:18px;font-weight:800;line-height:1.1;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex;position:relative;box-shadow:0 16px 28px #de3a713d}.bubble-primary-button:disabled,.bubble-segment:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.bubble-primary-button:active,.bubble-segment:active,.bubble-choice-option:active{transform:translateY(1px)scale(.99)}.bubble-inline-status,.bubble-inline-error{margin:0;font-size:13px;font-weight:720;line-height:1.35}.bubble-inline-status{color:#785b66}.bubble-inline-error{color:#b13d54}.bubble-ending{min-height:inherit;padding:34px 24px max(30px, env(safe-area-inset-bottom));background:radial-gradient(circle at 58% 18%,#ff729f33,#0000 16rem),linear-gradient(#fff8fb 0%,#fff 54%,#ffeaf2 100%);align-content:center;gap:22px;display:grid;position:relative;overflow:hidden}.bubble-ending-product{filter:drop-shadow(0 24px 34px #bb2a5a26);justify-self:center;width:88%}.bubble-no-ending{padding-bottom:max(92px, calc(env(safe-area-inset-bottom) + 80px));text-align:center;grid-template-rows:auto auto;align-content:center;gap:24px}.bubble-no-ending-visual{aspect-ratio:511/388;place-self:end center;place-items:end center;width:min(100%,340px);margin:0;display:grid}.bubble-no-ending-visual .bubble-ending-product{object-fit:contain;object-position:center bottom;width:100%;height:100%}.bubble-no-ending-copy{justify-self:center;gap:15px;max-width:360px;display:grid}.bubble-no-ending h1{font-size:clamp(38px,10vw,50px);line-height:1.05}.bubble-no-ending p{margin:0;font-size:18px;line-height:1.35}.bubble-ending-brand{left:50%;bottom:max(18px, env(safe-area-inset-bottom));justify-items:center;gap:3px;display:grid;position:absolute;transform:translate(-50%)}.bubble-ending-logo{opacity:.72;filter:saturate(.85);width:116px;height:auto}.bubble-ending-brand span{color:#6f4c59;white-space:nowrap;opacity:.78;font-size:12px;font-weight:680;line-height:1.1}.bubble-video-ending{align-content:start}.bubble-video-copy{padding-top:8px}.bubble-video-copy ul{color:#4b3540;gap:9px;margin:16px 0 20px;padding-left:20px;font-size:15px;font-weight:650;line-height:1.48;display:grid}.bubble-video-stamp{color:#df3d78;max-width:340px;font-size:17px;font-weight:780;line-height:1.35}.bubble-video{background:#111;border-radius:8px;width:100%;max-height:540px;display:block;box-shadow:0 18px 40px #491c2f24}.bubble-final-choice{z-index:1;align-self:start;margin-top:6px;position:relative}.bubble-final-choice .bubble-segment{min-height:72px}@keyframes screen-in-forward{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes screen-in-back{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes option-enter{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes action-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes intro-breathe{0%{filter:brightness()saturate(1.04)contrast()}to{filter:brightness(1.12)saturate(1.1)contrast(1.02)}}@keyframes intro-drift{0%{transform:scale(1.04) translate3d(0, var(--photo-y,0%), 0) rotate(-.3deg)}50%{transform:scale(1.04) translate3d(0, calc(var(--photo-y,0%) - 1.7%), 0) rotate(.3deg)}to{transform:scale(1.04) translate3d(0, var(--photo-y,0%), 0) rotate(-.3deg)}}@keyframes intro-glow{0%{opacity:.12;transform:translate(0,0)}to{opacity:.34;transform:translate(2%,3%)}}@keyframes gift-pop{0%{opacity:0;transform:translateY(14px)scale(.92)}70%{transform:translateY(0)scale(1.03)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes vt-phone-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.992)}}@keyframes vt-phone-in{0%{opacity:0;transform:scale(1.006)}to{opacity:1;transform:scale(1)}}@keyframes sparkle{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1.18)}}@keyframes pulse-dot{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.25)}}@keyframes bubble-float{0%,to{transform:translate(-50%)translateY(0)rotate(-.4deg)}50%{transform:translate(-50%)translateY(-10px)rotate(.3deg)}}@keyframes ampoule-float{0%,to{transform:translate(-50%)translateY(0)rotate(4deg)}50%{transform:translate(-50%)translateY(-9px)rotate(5deg)}}@keyframes bubble-intro-pattern-a{0%,to{translate:0}50%{translate:6px -9px}}@keyframes bubble-intro-pattern-b{0%,to{translate:0}50%{translate:-7px 8px}}@keyframes bubble-intro-pattern-c{0%,to{translate:0}50%{translate:5px 7px}}@keyframes product-backdrop-drift{0%,to{translate:0}50%{translate:5px -10px}}@keyframes product-backdrop-drift-alt{0%,to{translate:0}50%{translate:-6px 9px}}@keyframes product-backdrop-drift-soft{0%,to{translate:0}50%{translate:4px 7px}}@keyframes sns-select-pop{0%{transform:translateY(0)scale(1)}52%{transform:translateY(-2px)scale(1.045)}to{transform:translateY(0)scale(1)}}@keyframes sns-sparkle-pop{0%{opacity:0;scale:.68}42%{opacity:1;scale:1.06}to{opacity:0;scale:1.2}}@keyframes bubble-address-spin{to{transform:rotate(360deg)}}@keyframes address-sheet-enter{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.page-shell{background:#fff;padding:0;display:block}.phone-surface{width:100%;min-height:100svh;box-shadow:none;border:0;border-radius:0}.screen:not(.screen-intro){min-height:calc(100svh - 82px)}.screen-congrats,.screen-thanks{min-height:100svh}.intro-photo{--photo-y:-2.5%}.bubble-page-shell{background:#fff8fb;padding:0;display:block}.bubble-phone{width:100%;min-height:100svh;box-shadow:none;border:0;border-radius:0}.bubble-screen:not(.bubble-screen-intro){min-height:calc(100svh - 82px)}.bubble-intro,.bubble-ending{min-height:100svh}.bubble-intro-product{width:126%;top:12%}.bubble-intro-product-bubble{width:112%;top:12%}.bubble-intro-bubbleEditorial .bubble-intro-product-bubble{width:132%;top:31%}.bubble-intro-product-ampoule{width:52%;top:9%;left:57%}.bubble-brand-mark{font-size:68px}.bubble-product-backdrop{width:132%;right:-58%}.bubble-product-cream-ampoule{width:62%;bottom:7%;right:-15%}.bubble-product-green-tangerine-pad{width:96%;bottom:10%;right:-35%}.bubble-product-timeless-serum{width:56%;bottom:7%;right:-12%}.bubble-product-bubble-essence{width:138%;bottom:13%;right:-56%}.bubble-product-bubble-essence-secondary{width:126%;bottom:3%;left:-58%;right:auto}.bubble-screen-sns .bubble-product-bubble-essence{width:78%;top:18%;bottom:auto;left:-22%;right:auto}.bubble-screen-sns .bubble-product-bubble-essence-secondary{width:74%;top:40%;bottom:auto;left:auto;right:-20%}.bubble-screen-sns .bubble-product-bubble-essence-tertiary{width:74%;top:60%;bottom:auto;left:-2%;right:auto}.bubble-product-clear-thinkers{width:92%;top:31%;right:-30%}.bubble-product-fitting-mask{width:94%;bottom:9%;right:-32%}.bubble-product-shower-filter{width:62%;bottom:5%;right:-13%}.bubble-product-shower-filter-secondary{width:48%;bottom:8%;left:-9%;right:auto}}@media (max-width:520px) and (max-height:720px){.bubble-intro{padding:30px 22px max(20px, env(safe-area-inset-bottom))}.bubble-intro:after{opacity:.66;width:min(90vw,360px);height:min(62vw,248px);top:13%}.bubble-intro-pattern-one{opacity:.92;width:46%;top:1%;left:-10%}.bubble-intro-pattern-two{width:40%;top:8%;right:-17%}.bubble-intro-pattern-three{opacity:.4;width:31%;top:47%;right:1%}.bubble-intro-copy{gap:7px;margin-bottom:16px}.bubble-intro-copy h1{font-size:clamp(50px,15.5vw,62px)}.bubble-intro-copy p{font-size:15px}.bubble-intro-copy span{font-size:16px}.bubble-primary-button{min-height:56px}}@media (max-width:360px){.intro-copy h1,.question-heading h1,.congrats-copy h1{font-size:38px}.choice-option{min-height:62px}.bubble-question-heading h1,.bubble-ending h1,.bubble-video-copy h1{font-size:34px}.bubble-choice-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
