:root{--pearl:#F6F2EF;--ocean:#678B9E;--sky:#B4CBDB;--soft:#E0E0E0;--warm:#F0ECE9;--ink:#1F2933;--secondary:#5B6770;--border:#D7DCE0}*{box-sizing:border-box}body{margin:0;background:var(--pearl);color:var(--ink);font-family:"Noto Sans SC","PingFang SC",Arial,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(100% - 40px,1320px);margin:auto}.site-header{position:fixed;inset:0 0 auto;z-index:30;height:72px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;padding:0 56px;color:white;border-bottom:1px solid rgba(255,255,255,.28);transition:.3s}.site-header.scrolled{height:64px;background:rgba(246,242,239,.94);color:var(--ink);backdrop-filter:blur(16px);border-color:var(--border)}.logo span{font-size:24px;letter-spacing:.14em}.logo small{display:block;margin-top:4px;font-size:8px;letter-spacing:.34em}.desktop-nav{display:flex;justify-content:center;gap:28px;font-size:10px;font-weight:500}.desktop-nav a,.footer-links a{transition:.3s}.desktop-nav a:hover,.desktop-nav a.active,.footer-links a:hover{color:var(--ocean)}.lang{font-size:10px}.lang span{opacity:.45}.menu-btn,.drawer-top button{height:42px;border:1px solid currentColor;border-radius:12px;background:transparent;color:inherit;padding:0 18px;font-size:10px;letter-spacing:.14em;cursor:pointer;transition:.3s}.menu-btn:hover,.drawer-top button:hover{background:var(--ocean);border-color:var(--ocean);color:white}.drawer{position:fixed;inset:0;z-index:50;pointer-events:none;opacity:0;transition:.3s}.drawer.open{pointer-events:auto;opacity:1}.drawer-mask{position:absolute;inset:0;background:rgba(31,41,51,.32);border:0}.drawer-panel{position:absolute;right:0;top:0;height:100%;width:min(540px,100%);background:var(--pearl);padding:28px 40px;transform:translateX(100%);transition:.4s}.drawer.open .drawer-panel{transform:translateX(0)}.drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.drawer-panel a{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:18px 0;font-size:28px;font-weight:300}.page-banner,.hero-carousel{position:relative;min-height:74vh;overflow:hidden;background:var(--ink);color:white}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s}.hero-slide.active{opacity:1}.page-banner img,.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.banner-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,41,51,.72),rgba(31,41,51,.26) 58%,rgba(31,41,51,.08))}.banner-content,.hero-copy{position:relative;z-index:1;min-height:74vh;display:flex;flex-direction:column;justify-content:center;max-width:640px}.hero-copy{min-height:92vh}.hero-carousel{min-height:92vh}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ocean)}.banner-content .eyebrow,.hero-copy .eyebrow{color:var(--sky)}h1{margin:16px 0 0;font-size:45px;line-height:1.16;font-weight:300;letter-spacing:-.01em}h2{font-size:30px;line-height:1.22;font-weight:300;margin:14px 0 0}h3{font-size:14px;line-height:1.35}p{font-size:12px;line-height:1.8;color:var(--secondary)}.banner-content p,.hero-copy p{color:rgba(255,255,255,.78);max-width:620px}.btn{display:inline-flex;width:max-content;min-height:44px;align-items:center;border:1px solid var(--ocean);border-radius:12px;padding:0 20px;color:var(--ocean);font-size:12px;transition:.3s;cursor:pointer;background:transparent}.btn.primary{background:var(--ocean);color:white}.btn:hover{transform:translateY(-2px);background:var(--sky);border-color:var(--sky);color:white}.dots{position:absolute;z-index:3;left:40px;bottom:32px;display:flex;gap:10px}.dots button{width:9px;height:9px;border:1px solid white;border-radius:50%;background:transparent;cursor:pointer}.dots button.active{background:white}.section{padding:96px 0}.warm{background:var(--warm)}.two-col{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:center}.narrow{max-width:780px}.card{border:1px solid var(--soft);border-radius:16px;background:rgba(255,255,255,.66);padding:24px;transition:.3s}.card:hover{border-color:var(--sky);box-shadow:0 16px 45px rgba(31,41,51,.07);transform:translateY(-4px)}.product-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}.product-card{padding:0;overflow:hidden}.product-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.product-card div{padding:22px}.product-card em{font-family:Georgia,serif;color:var(--ocean);font-size:14px}.text-link{display:inline-flex;margin-top:14px;border-bottom:1px solid currentColor;color:var(--ocean);font-size:12px}.image-link img{border-radius:16px}.slogan{text-align:center;font-size:28px;font-weight:300;color:var(--ocean)}.slogan span{font-family:Georgia,serif}.detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}.detail-grid>img{border-radius:16px;aspect-ratio:4/5;object-fit:cover}.story-stack{display:grid;gap:24px}.story-row{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center}.story-row img{aspect-ratio:3/2;object-fit:cover;border-radius:12px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline article{border-top:1px solid var(--border);padding-top:18px}.timeline b,.feature-grid b{font-family:Georgia,serif;font-size:24px;color:var(--ocean)}.science-diagram{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.science-diagram span{border:1px solid var(--border);border-radius:999px;padding:20px;text-align:center;font-size:12px;background:white}.lead-form{display:grid;gap:14px}.lead-form input,.lead-form select{height:44px;border:1px solid var(--border);border-radius:12px;background:white;padding:0 14px;font-size:12px}.channel{text-align:left;color:var(--ink);cursor:pointer;appearance:none;font-family:inherit;font-size:12px;font-weight:400;line-height:1.8}footer{border-top:1px solid var(--border);background:white;padding:48px 0}.footer-grid{display:grid;grid-template-columns:1fr 1.1fr .9fr;gap:40px}.footer-logo{display:block;font-size:24px;letter-spacing:.14em}.footer-grid small{display:block;margin-top:5px;font-size:8px;letter-spacing:.34em}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.footer-links a{font-size:12px;color:var(--secondary)}.toast{position:fixed;left:50%;bottom:28px;z-index:80;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:white;border-radius:999px;padding:12px 18px;font-size:12px;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}.modal{position:fixed;inset:0;z-index:70;background:rgba(31,41,51,.32);display:none;align-items:center;justify-content:center}.modal.show{display:flex}.modal-card{width:min(420px,calc(100% - 32px));background:var(--pearl);border-radius:16px;padding:28px;text-align:center}.modal-card button{float:right}.qr{display:grid;place-items:center;width:160px;height:160px;margin:24px auto;border:1px dashed var(--ocean);border-radius:16px;color:var(--ocean)}details{border-top:1px solid var(--border);padding:18px 0}summary{cursor:pointer;font-size:13px}@media(max-width:900px){.site-header{grid-template-columns:auto 1fr auto;padding:0 18px}.desktop-nav,.lang{display:none}.product-grid,.feature-grid,.timeline,.footer-grid,.two-col,.detail-grid{grid-template-columns:1fr}.story-row{grid-template-columns:1fr}.section{padding:72px 0}h1{font-size:34px}.container{width:min(100% - 32px,1320px)}}
.site-header{color:var(--ink);background:rgba(246,242,239,.92);border-color:var(--border);backdrop-filter:blur(16px)}
.logo{position:relative;display:block;width:89px;height:20px}.logo img{width:100%;height:100%;object-fit:contain}
.desktop-nav{font-size:12px}
.drawer-panel{width:min(378px,100%);padding-left:32px;padding-right:32px}.drawer-top img{width:124px;height:auto}.drawer-panel a{font-size:14px;font-weight:300;letter-spacing:0}.drawer-panel a span{font-size:9px;color:var(--ocean)}
.banner-shade{background:linear-gradient(90deg,rgba(31,41,51,.58),rgba(31,41,51,.22) 54%,rgba(31,41,51,.06)),linear-gradient(0deg,rgba(31,41,51,.34),rgba(31,41,51,.02) 58%)}.banner-shade.soft{background:linear-gradient(90deg,rgba(246,242,239,.32),rgba(246,242,239,.10) 48%,rgba(31,41,51,.02)),linear-gradient(0deg,rgba(31,41,51,.20),rgba(31,41,51,0) 58%)}
.hero-slide.ocean-text .hero-copy .eyebrow,.hero-slide.ocean-text .hero-copy h1,.hero-slide.ocean-text .hero-copy p{color:#678b9e!important}
.hero-carousel,.hero-slide,.hero-copy{height:900px;min-height:900px}.hero-copy{justify-content:flex-end;align-items:flex-start;padding-bottom:calc(12vh + 50px);max-width:1320px;padding-left:80px;padding-right:0;transform:none}.hero-copy-inner{width:min(560px,100%)}.hero-copy.minimal .eyebrow,.hero-copy.minimal h1,.hero-copy.minimal p{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.hero-arrow{position:absolute;top:50%;z-index:6;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(246,242,239,.34);color:white;font-family:Georgia,serif;font-size:34px;font-weight:200;line-height:0;opacity:.7;cursor:pointer;backdrop-filter:blur(10px);transform:translateY(-50%);transition:.3s}.hero-arrow:hover{background:var(--ocean);border-color:var(--ocean);color:white;opacity:1;transform:translateY(-50%) scale(1.06)}.hero-arrow-prev{left:32px;padding:0 2px 3px 0}.hero-arrow-next{right:32px;padding:0 0 3px 2px}
.dots{left:50%;bottom:32px;transform:translateX(-50%);align-items:center}.dots button{box-sizing:border-box;display:block;width:10px!important;height:10px!important;min-width:10px;min-height:10px;aspect-ratio:1/1;flex:0 0 auto;padding:0;border-radius:50%;line-height:0}
.section#products{padding:64px 0 80px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}.product-card{display:flex;min-height:300px;padding:0}.product-card .product-image{display:block;position:relative;width:54%;min-height:300px;background:#fff;overflow:hidden}.product-card .product-image img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;padding:6px;transition:.7s}.product-card .product-image img.serum-image{padding:0;transform:scale(1.3)}.product-card:hover .product-image img.serum-image{transform:scale(1.34)}.product-copy{display:flex;min-width:0;flex:1;flex-direction:column;justify-content:center;padding:22px!important}.product-copy h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:18px;font-weight:700;line-height:1.28}.product-series{margin:12px 0 0;color:var(--ocean);font-size:12px;font-weight:500;line-height:1.6}.product-meta{margin:16px 0 0;color:var(--secondary);font-size:12px;font-weight:500;line-height:1.5}.product-price{margin:4px 0 0;color:var(--ink);font-size:12px;font-weight:800;line-height:1.5}.product-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:12px}.product-phrase{margin-top:14px;border-top:1px solid var(--border);padding-top:14px;color:var(--ocean)}.detail-icon{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:152px;height:36px;margin-top:20px;border:2px solid var(--border);border-radius:42px;padding:0 16px;color:var(--ink);font-size:12px;font-weight:500;line-height:1;transform:translateX(20px);transition:.3s}.detail-icon:hover{transform:translate(20px,-2px);border-color:var(--ocean);background:var(--ocean);color:white}.more-products{display:flex;justify-content:center;margin-top:28px}section#matrix .more-products{margin-top:78px}section#products .more-products{margin-top:78px}.story-intro{text-align:center}.story-intro p{margin-left:auto;margin-right:auto}.creator-home-section{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.creator-home-section>div{max-width:620px}.creator-subtitle{margin-top:10px;color:var(--ocean);font-size:13px;font-weight:500;letter-spacing:.08em}.creator-home-copy{margin-top:24px}.slogan{font-size:12px!important;font-family:inherit!important;font-weight:400;line-height:1.85}.slogan span{font-family:inherit!important;font-size:12px!important}
.serum-philosophy{margin-top:44px;border-top:1px solid var(--border);padding-top:30px;max-width:620px}.serum-philosophy h3{margin:0 0 12px;font-size:16px;line-height:1.55;font-weight:400;color:var(--accent)}.serum-philosophy h3 strong{font-weight:700}.serum-philosophy p{margin:18px 0 0;color:var(--secondary);font-size:13px;line-height:2}.serum-usage{background:white}.serum-usage-slices-section{padding:0}.serum-usage-slices{width:min(100%,720px);margin:0 auto;background:#fff;line-height:0}.serum-usage-slices img{display:block;width:100%;height:auto;margin:0;padding:0;border:0}.usage-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.usage-method-grid article{border-top:1px solid var(--border);padding-top:18px}.usage-method-grid b{display:block;color:var(--ocean);font-family:Georgia,serif;font-size:22px;font-weight:600}.usage-method-grid p{margin:10px 0 0;font-size:12px;line-height:1.85}
.film-section{background:white;padding:88px 0}.film-container{display:grid;width:min(100% - 40px,1120px,115vh);margin:auto;gap:28px}.film-stage{overflow:hidden;background:linear-gradient(135deg,#f8f5f2,#e7eef2);border:1px solid var(--border)}.film-frame{position:relative;display:grid;place-items:center;aspect-ratio:16/9;min-height:360px;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.96),rgba(180,203,219,.18) 42%,rgba(31,41,51,.06)),linear-gradient(135deg,rgba(246,242,239,.88),rgba(230,238,242,.72))}.film-frame::before{position:absolute;inset:34px;border:1px solid rgba(103,139,158,.24);content:""}.film-frame p{position:absolute;left:28px;bottom:24px;margin:0;color:var(--ocean);font-size:12px;letter-spacing:.14em}.film-play{position:relative;z-index:1;display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(103,139,158,.55);border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer;backdrop-filter:blur(12px);transition:.3s}.film-play span{display:block;width:0;height:0;margin-left:5px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid var(--ocean)}.film-play:hover{transform:scale(1.05);background:white}.film-control{display:flex;align-items:center;justify-content:space-between;gap:24px}.film-control h2{margin:0;font-size:24px}.film-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.film-tabs button{min-height:40px;border:1px solid var(--border);border-radius:999px;background:transparent;padding:0 18px;color:var(--secondary);font-size:12px;cursor:pointer;transition:.3s}.film-tabs button.active,.film-tabs button:hover{border-color:var(--ocean);background:var(--ocean);color:white}
.film-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#050708;will-change:transform;transform:translateZ(0)}.film-frame,.film-stage{contain:layout paint}.film-frame::before,.film-frame p{z-index:2;pointer-events:none}.film-play{z-index:3}.film-play.is-hidden{opacity:0;pointer-events:none}.film-video::-webkit-media-controls-panel{background-image:linear-gradient(transparent,rgba(0,0,0,.55))}
.film-frame::before,.film-stage:fullscreen .film-frame::before{display:none}
.film-stage:fullscreen{display:grid;place-items:center;width:100vw;height:100vh;border:0;background:#050708}.film-stage:fullscreen .film-frame{width:100vw;height:100vh;min-height:0;aspect-ratio:auto;background:linear-gradient(135deg,#101820,#263642)}.film-stage:fullscreen .film-frame::before{inset:24px;border-color:rgba(255,255,255,.22)}.film-stage:fullscreen .film-frame p{color:rgba(255,255,255,.72)}.film-stage:fullscreen .film-play{border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.18)}.film-stage:fullscreen .film-play span{border-left-color:white}
.film-stage:fullscreen .film-video{object-fit:contain}
.product-detail-meta{font-size:16px;line-height:1.8}.product-detail-price{font-weight:700;color:var(--ink)}.product-buy-row{margin-top:32px}
.serum-long-detail{background:#fff;padding:0 0 80px}.serum-long-detail .container{display:flex;justify-content:center}.serum-long-detail img{width:min(100%,430px);height:auto;box-shadow:0 18px 55px rgba(31,41,51,.08)}
.sharp-image img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:0!important}
.akoyin-main-image{width:100%;aspect-ratio:16/9;object-fit:cover;margin-top:48px;background:var(--ink)}
.science-copy-stack{display:grid;gap:86px;max-width:860px}.science-copy-block{text-align:center}.science-copy-block h3{margin:14px auto 0;font-size:24px;font-weight:300;line-height:1.35}.science-copy-block p:not(.eyebrow){max-width:760px;margin:22px auto 0;font-size:13px;line-height:2;color:var(--secondary)}.science-copy-block img{width:100%;aspect-ratio:16/9;object-fit:cover;margin-top:42px;background:var(--ink)}
.science-copy-block img.science-contain-image{aspect-ratio:16/9;object-fit:contain;background:#fff}
.letter-section .narrow{max-width:760px;text-align:center}.letter-copy{display:grid;gap:14px;margin-top:24px;text-align:center}.letter-copy p{margin:0;font-size:12px;line-height:1.9;color:var(--secondary)}.founder-signoff{display:grid;justify-items:end;margin:24px 0 0 auto}.founder-signature{display:block;width:220px;height:auto;opacity:.8}.founder-signoff p{margin-top:8px;color:var(--ink);font-size:12px;letter-spacing:.08em}
.lead-form textarea{min-height:86px;border:1px solid var(--border);border-radius:12px;background:white;padding:14px;font-size:12px;font-family:inherit;resize:vertical}#apply .narrow{text-align:center}#apply h2{margin-top:5px;margin-bottom:30px}.apply-entry p{max-width:520px;margin:0 auto 26px}.apply-entry .btn{margin:auto;border-radius:45px}#apply .lead-form{width:min(377px,100%);margin-left:auto;margin-right:auto;text-align:left}#apply .lead-form .btn{justify-content:center;margin-left:auto;margin-right:auto;border-radius:45px}
.application-page{background:white}.application-page .narrow{max-width:860px}.application-page h2{text-align:center}.application-page>.container>.eyebrow{text-align:center}.application-form{display:grid;gap:26px;margin-top:40px}.application-progress{display:grid;gap:10px;color:var(--ocean);font-size:12px;font-weight:600;text-align:center}.application-progress>div{height:6px;overflow:hidden;border-radius:999px;background:var(--warm)}.application-progress i{display:block;width:20%;height:100%;border-radius:999px;background:var(--ocean);transition:.3s}.application-step{display:none}.application-step.active{display:block}.application-form fieldset{position:relative;border:1px solid var(--border);border-radius:16px;background:var(--pearl);padding:64px 26px 26px}.application-form legend{position:absolute;left:26px;top:24px;width:calc(100% - 52px);margin:0;padding:0;color:var(--ocean);font-size:15px;font-weight:600;line-height:1.4}.application-form label,.option-grid span,.option-row span,.option-stack span{color:var(--ink);font-size:12px;line-height:1.7}.application-form input[type="text"],.application-form label>input:not([type]),.application-form input[name],.application-form .wide input:not([type]){width:100%;height:44px;margin-top:8px;border:1px solid var(--border);border-radius:12px;background:white;padding:0 14px;font-size:12px}.application-form input[type="radio"],.application-form input[type="checkbox"]{width:auto;height:auto;margin:0 8px 0 0;accent-color:var(--ocean)}.application-form fieldset>label{display:block;margin-top:16px}.option-row,.option-grid,.option-stack{display:grid;gap:12px;margin-top:18px}.option-row{grid-template-columns:auto auto auto;justify-content:start;align-items:center}.option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.option-grid>span,.option-stack>span{grid-column:1/-1;font-weight:600}.option-stack label,.option-grid label,.option-row label{display:flex;align-items:center;gap:0}.option-grid .wide{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.option-grid .wide input:not([type]){grid-column:1/-1;width:100%;margin-top:4px}.other-option{align-items:start}.other-choice{display:flex;align-items:center;min-width:max-content}.application-result .wecom-step .wecom-direct-button{margin:24px auto 0}.form-note{margin:16px 0 0;color:var(--ocean);font-size:12px}.form-benefits{margin-top:20px;border:1px solid var(--border);border-radius:16px;padding:26px;background:var(--warm)}.form-benefits h3{margin:0;font-size:18px}.form-benefits ul{margin:18px 0 0;padding-left:18px;color:var(--ink);font-size:12px;line-height:2}.form-benefits p{margin:18px 0 0}.application-actions{display:flex;justify-content:center;gap:14px}.application-actions .btn{justify-content:center;min-height:57px;border-radius:45px;padding:0 34px;font-size:16px}.application-actions .btn[disabled]{opacity:.38;pointer-events:none}.application-actions [hidden],.application-actions[hidden],.application-result[hidden]{display:none!important}.form-department{text-align:center;color:var(--ink);letter-spacing:.08em}
.wecom-step{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:linear-gradient(rgba(246,250,252,.70),rgba(246,250,252,.88)),var(--wecom-bg) center/cover;padding:34px 30px;text-align:center}.wecom-step h3{margin:0;font-size:20px;font-weight:400}.wecom-step p:not(.eyebrow){max-width:520px;margin:14px auto 0;color:var(--ink);font-size:12px;line-height:1.8}.wecom-step img{width:min(320px,100%);margin:24px auto 0;border:12px solid white;background:white;box-shadow:0 18px 45px rgba(31,41,51,.12)}.form-benefits{text-align:center}.form-benefits ul{display:inline-block;text-align:left}
.application-result .application-actions{margin-top:50px}
.article-section{background:white}.brand-article{width:min(100% - 40px,760px);margin:auto}.brand-article>.eyebrow,.brand-article>h2,.article-lead{text-align:center}.brand-article>h2{font-size:38px;line-height:1.28;font-weight:300;margin:18px 0 0}.article-lead{max-width:620px;margin:22px auto 0;font-size:13px;line-height:1.9}.article-block{margin-top:52px}.article-block h3{margin:12px 0 0;font-size:20px;line-height:1.35;font-weight:300}.article-block p:not(.eyebrow){margin-top:20px;font-size:12px;line-height:2;color:var(--secondary)}.article-figure{margin:32px 0 0}.article-figure img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0}.hero-figure{margin-top:48px}.hero-figure img{aspect-ratio:16/10}.article-figure figcaption{margin-top:12px;text-align:center;font-size:11px;line-height:1.7;color:var(--secondary)}.article-quote{margin:58px 0 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:38px 24px;text-align:center;color:var(--ocean);font-size:12px;font-weight:300;line-height:1.9}section#timeline{padding-top:76px}.timeline-article{max-width:860px;text-align:center}.timeline-article>p:not(.eyebrow){max-width:620px;margin:18px auto 0}.timeline,.timeline *{font-family:Arial,sans-serif!important}.timeline{grid-template-columns:repeat(2,1fr);text-align:left;margin-top:56px}
.science-diagram span{font-size:16px;font-weight:600}.core-benefit-grid{grid-template-columns:repeat(4,1fr);gap:14px}.core-benefit-grid .card{min-height:170px;padding:18px 16px;background:var(--ocean);border-color:var(--ocean);color:white;font-family:Arial,"Noto Sans SC","PingFang SC",sans-serif}.core-benefit-grid .card b{font-size:18px;color:rgba(255,255,255,.84)}.core-benefit-grid .card h3{margin:12px 0 0;color:white;font-size:13px}.core-benefit-grid .card p{margin:10px 0 0;color:rgba(255,255,255,.78);font-size:11px;line-height:1.65}.core-benefit-grid .card:hover{border-color:var(--sky);background:#5f8295}
section#benefits.benefits-section{text-align:center!important}section#benefits.benefits-section .container{text-align:center!important}section#benefits.benefits-section .eyebrow{margin-left:auto!important;margin-right:auto!important}section#benefits .benefits-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:920px;margin-left:auto!important;margin-right:auto!important}section#benefits .benefits-grid .card{text-align:center!important}
footer{border-top:1px solid var(--ink);background:var(--ink);color:white}footer .container{padding-left:30px}.footer-channel-row{border-bottom:1px solid rgba(215,220,224,.25);padding-bottom:32px}.footer-channel-row>p{margin:0;color:rgba(255,255,255,.52);font-size:11px;font-weight:500;letter-spacing:.14em}.footer-grid{align-items:start;padding-top:40px}.footer-logo-img{width:96px;filter:brightness(0) invert(1)}footer p{color:rgba(255,255,255,.68)}.footer-grid>div:first-child>p{font-size:10px;line-height:1.55}.footer-links,.footer-contact{margin-top:0;font-weight:200;line-height:1.5}.footer-links{grid-template-columns:1fr;gap:7px;font-size:10px}.footer-links a{color:rgba(255,255,255,.7);font-size:10px;font-weight:200;line-height:1.5}.footer-links a:hover{color:var(--sky)}.footer-contact,.footer-contact p{font-size:10px!important}.footer-contact p{margin:0 0 6px;color:rgba(255,255,255,.68);font-weight:200;line-height:1.45}.channel-icons{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.channel-icon{display:grid!important;place-items:center;width:40px;height:40px;border:.5pt solid rgba(255,255,255,.35);color:white!important;transition:.3s}.channel-icon:hover{transform:translateY(-4px);border-color:var(--sky)}.channel-icon img{display:block;width:30px;height:30px;object-fit:contain}.channel-icon.invert-icon img{filter:brightness(0) invert(1)}
@media(max-width:1200px){.hero-carousel,.hero-slide,.hero-copy{height:auto;min-height:760px}.hero-copy{padding-bottom:calc(12vh + 50px);padding-left:56px;padding-right:0}}
@media(max-width:900px){.logo{width:74px;height:17px}.drawer-panel{width:min(100%,378px)}.drawer-panel a{font-size:13px}.hero-carousel,.hero-slide,.hero-copy{height:auto;min-height:560px}.hero-copy{align-items:flex-start;padding-bottom:calc(10vh + 50px);padding-left:24px;padding-right:0;max-width:calc(100% - 24px);transform:none}.hero-copy-inner{width:100%}.hero-arrow{width:38px;height:38px;font-size:27px}.hero-arrow-prev{left:14px}.hero-arrow-next{right:14px}.product-grid{grid-template-columns:1fr}.product-card{display:block;min-height:0}.product-card .product-image{width:100%;min-height:260px}.core-benefit-grid,.usage-method-grid{grid-template-columns:repeat(2,1fr)}.science-copy-stack{gap:62px}.science-copy-block h3{font-size:20px}.brand-article{width:min(100% - 32px,760px)}.brand-article>h2{font-size:28px}.article-block h3{font-size:20px}section#timeline{padding-top:56px}.timeline{grid-template-columns:1fr;margin-top:48px}section#benefits .benefits-grid{grid-template-columns:1fr!important;max-width:520px}footer .container{padding-left:0}.channel-icons{gap:10px}}
@media(max-width:768px){html,body{width:100%;overflow-x:hidden}.container{width:min(100% - 28px,1320px)}.site-header{height:58px!important;padding:0 14px;gap:12px;grid-template-columns:auto 1fr auto}.logo{width:76px;height:18px}.menu-btn{height:38px;border-radius:10px;padding:0 12px;font-size:9px}.drawer-panel{width:min(86vw,360px);padding:22px 24px}.drawer-top{margin-bottom:32px}.drawer-panel a{padding:16px 0;font-size:15px}.page-banner{min-height:520px;padding-top:58px}.page-banner img{object-position:center}.banner-shade{background:linear-gradient(180deg,rgba(31,41,51,.16),rgba(31,41,51,.66)),linear-gradient(90deg,rgba(31,41,51,.44),rgba(31,41,51,.10))}.banner-content{min-height:462px;justify-content:flex-end;padding-bottom:52px;max-width:100%}.banner-content .eyebrow,.hero-copy .eyebrow{font-size:9px}.banner-content p,.hero-copy p{max-width:100%;font-size:12px;line-height:1.75}.btn{min-height:42px;border-radius:11px;padding:0 16px;font-size:12px}h1{font-size:30px;line-height:1.18;overflow-wrap:anywhere}h2{font-size:24px;line-height:1.25}h3{font-size:16px}.section{padding:56px 0}.hero-carousel,.hero-slide,.hero-copy{height:auto;min-height:620px}.hero-copy{min-height:620px;padding:0 0 92px 0;max-width:100%}.hero-copy-inner{width:min(100%,340px)}.hero-copy h1{font-size:30px}.hero-arrow{display:none}.dots{bottom:22px}.film-section{padding:58px 0}.film-frame{aspect-ratio:4/5;min-height:0}.film-frame::before{inset:18px}.film-frame p{left:20px;bottom:18px}.film-play{width:62px;height:62px}.film-control{display:grid;gap:18px}.film-control h2{font-size:20px;line-height:1.35}.film-tabs{justify-content:flex-start}.film-tabs button{flex:1 1 140px;padding:0 14px}.product-grid,.feature-grid,.timeline,.footer-grid,.two-col,.detail-grid,.usage-method-grid,.core-benefit-grid{grid-template-columns:1fr!important;gap:18px}.product-grid{margin-top:28px}.product-card{display:block;min-height:0}.product-card .product-image{width:100%;min-height:230px}.product-card .product-image img{height:100%;padding:4px}.product-card .product-image img.serum-image{transform:scale(1.16)}.product-card:hover .product-image img.serum-image{transform:scale(1.16)}.product-copy{padding:18px!important}.product-copy h3{font-size:17px}.detail-icon{align-self:flex-start;width:auto;transform:none}.detail-icon:hover{transform:translateY(-2px)}.detail-grid{gap:32px}.detail-grid>img{width:100%;max-height:560px}.serum-philosophy{margin-top:30px;padding-top:24px}.serum-long-detail{padding-bottom:56px}.science-diagram{grid-template-columns:1fr}.science-diagram span{padding:16px;font-size:14px}.akoyin-main-image,.science-copy-block img,.article-figure img,.sharp-image img{aspect-ratio:4/3}.science-copy-stack{gap:54px}.science-copy-block h3{font-size:20px}.science-copy-block p:not(.eyebrow){margin-top:16px;font-size:12px;line-height:1.9}.science-copy-block img{margin-top:28px}.brand-article{width:min(100% - 28px,760px)}.brand-article>h2{font-size:26px}.article-lead{font-size:12px}.hero-figure{margin-top:34px}.article-block{margin-top:38px}.article-block p:not(.eyebrow){font-size:12px;line-height:1.9}.article-quote{margin-top:42px;padding:28px 18px}.timeline{margin-top:34px}.timeline article{padding-top:14px}.timeline b{font-size:22px}.story-row{grid-template-columns:1fr}.card{border-radius:12px;padding:20px}.lead-form input,.lead-form select,.lead-form textarea{font-size:16px}.application-page .narrow{width:min(100% - 28px,860px)}.application-form{gap:20px;margin-top:30px}.application-form fieldset{border-radius:14px;padding:58px 18px 22px}.application-form legend{left:18px;top:20px;width:calc(100% - 36px);font-size:14px}.option-row,.option-grid,.option-stack{grid-template-columns:1fr;gap:10px}.option-grid .wide{grid-template-columns:1fr}.application-actions{flex-direction:column}.application-actions .btn{width:100%;min-height:50px}.wecom-step{padding:26px 18px}.application-result .wecom-step{overflow:hidden}.application-result .wecom-step .wecom-direct-button{width:min(220px,100%);min-height:42px}.option-grid .other-option{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.other-choice{min-width:0}.option-grid .other-option input[name="skinOther"]{margin-top:0!important;width:100%!important;min-width:0}.slogan{padding-left:14px;padding-right:14px;font-size:12px!important}.footer-channel-row{padding-bottom:26px}.channel-icons{display:grid;grid-template-columns:repeat(4,40px);gap:10px}.footer-grid{gap:28px;padding-top:30px}.footer-links{grid-template-columns:1fr}.footer-contact p{max-width:280px}.modal-card{width:calc(100% - 28px);padding:24px 18px}}
@media(max-width:480px){.container{width:min(100% - 24px,1320px)}.page-banner{min-height:500px}.banner-content{min-height:442px;padding-bottom:44px}.banner-content h1,.hero-copy h1{font-size:27px}.banner-content p{margin-top:14px}.hero-carousel,.hero-slide,.hero-copy{min-height:560px}.hero-copy{padding-bottom:78px}.hero-copy-inner{width:min(100%,310px)}.section{padding:48px 0}h2{font-size:22px}.product-card .product-image{min-height:210px}.product-card .product-image img.serum-image{transform:scale(1.08)}.product-card:hover .product-image img.serum-image{transform:scale(1.08)}.akoyin-main-image,.science-copy-block img,.article-figure img{aspect-ratio:1/1}.science-copy-block img{margin-top:24px}.article-figure{margin-top:24px}.core-benefit-grid .card{min-height:0}.channel-icons{grid-template-columns:repeat(4,36px)}.channel-icon{width:36px;height:36px}.channel-icon img{width:27px;height:27px}.drawer-panel{width:90vw;padding-left:20px;padding-right:20px}.toast{width:max-content;max-width:calc(100% - 28px);text-align:center}}
@media(max-width:768px){.channel-icons{display:flex;flex-wrap:nowrap;gap:7px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.channel-icon{flex:0 0 34px;width:34px;height:34px}.channel-icon img{width:25px;height:25px}}
@media(max-width:480px){.channel-icons{gap:6px}.channel-icon{flex-basis:32px;width:32px;height:32px}.channel-icon img{width:24px;height:24px}}
@media(max-width:768px){.footer-links{display:flex;flex-wrap:nowrap;gap:22px;align-items:center}.footer-links a{white-space:nowrap}}

.application-result,.application-result *{min-width:0;max-width:100%;box-sizing:border-box}
.application-result .wecom-step{width:100%;max-width:780px;margin:0 auto;padding:clamp(44px,6vw,72px) clamp(24px,5vw,70px);border-color:rgba(103,139,158,.36);border-radius:22px;background:linear-gradient(rgba(246,250,252,.74),rgba(246,250,252,.92)),var(--wecom-bg) center/cover;box-shadow:0 24px 70px rgba(31,41,51,.10),inset 0 0 0 1px rgba(255,255,255,.55)}
.application-result .wecom-step h3{max-width:100%;font-size:clamp(23px,3vw,34px);line-height:1.18;letter-spacing:.03em;overflow-wrap:anywhere;word-break:break-word}
.application-result .wecom-step p:not(.eyebrow){max-width:620px;margin-top:20px;font-size:14px;line-height:2;overflow-wrap:anywhere}
.application-result .wecom-step .wecom-direct-button{width:100%;max-width:520px;min-height:42px;margin-top:24px;border-color:var(--ocean);border-radius:999px;background:var(--ocean);font-size:11px;letter-spacing:.13em;box-shadow:0 12px 28px rgba(103,139,158,.18);animation:none}
.application-result .wecom-step .wecom-direct-button:hover{border-color:var(--ink);background:var(--ink);color:white;transform:none}
.invite-code-panel{width:100%;max-width:520px;margin:24px auto 0;border:1px solid rgba(103,139,158,.32);background:rgba(255,255,255,.72);padding:18px 18px 20px;text-align:center;box-shadow:0 14px 34px rgba(31,41,51,.08)}
.invite-code-label{margin:0!important;color:var(--ocean)!important;font-size:11px!important;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.invite-code-panel strong{display:block;width:100%;margin-top:10px;color:var(--ink);font-family:Arial,"Noto Sans SC","PingFang SC",sans-serif;font-size:clamp(20px,4vw,32px);font-weight:700;letter-spacing:.08em;line-height:1.25;white-space:normal;overflow-wrap:anywhere;word-break:break-all}
.invite-code-note{max-width:420px!important;margin:12px auto 0!important;color:var(--secondary)!important;font-size:12px!important;line-height:1.8!important}
.invite-copy-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;margin-top:14px;border:1px solid var(--border);border-radius:999px;background:white;padding:0 16px;color:var(--ink);font-size:11px;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:.28s}
.invite-copy-button:hover{border-color:var(--ocean);background:var(--ocean);color:white}
@media(max-width:768px){.application-result{width:100%;overflow:hidden}.application-result .wecom-step{width:100%;padding:24px 14px;border-radius:18px;overflow:hidden}.application-result .wecom-step h3{font-size:clamp(20px,6vw,26px);line-height:1.25}.application-result .wecom-step p:not(.eyebrow){font-size:13px;line-height:1.9}.invite-code-panel{margin-top:20px;padding:16px 12px 18px}.invite-code-panel strong{font-size:clamp(22px,8vw,30px);letter-spacing:.04em}.invite-code-note{font-size:12px!important;line-height:1.75!important}.application-result .wecom-step .wecom-direct-button{width:100%;max-width:520px;min-height:42px;font-size:11px;letter-spacing:.1em}}
@media(max-width:480px){.footer-links{gap:18px}}
@media(max-width:768px){.footer-contact{display:grid;gap:8px;max-width:100%;min-width:0;overflow:visible;padding-bottom:0}.footer-contact p{max-width:100%!important;margin:0!important;white-space:normal;overflow-wrap:anywhere;word-break:break-word;font-family:inherit;font-size:10px!important;font-weight:400!important;line-height:1.65}.footer-contact p br{display:block}.footer-contact p:nth-child(4){grid-column:auto}}
@media(max-width:768px){.site-header{grid-template-columns:86px 1fr 86px!important;padding:0 14px}.site-header .logo{grid-column:2;grid-row:1;justify-self:center;width:82px;height:19px}.site-header .menu-btn{grid-column:1;grid-row:1;justify-self:start;width:68px;min-width:0;height:34px;padding:0;border-radius:9px;font-size:8px;letter-spacing:.12em}.site-header .desktop-nav,.site-header .lang{display:none}}
@media(max-width:380px){.site-header{grid-template-columns:76px 1fr 76px!important}.site-header .menu-btn{width:62px}.site-header .logo{width:78px;height:18px}}
.brand-story-flow{width:min(100% - 40px,860px);margin:auto}.brand-story-side-note{display:none}.brand-story-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:64px;row-gap:72px}.brand-story-feature{display:grid;grid-template-rows:1fr auto;gap:26px}.brand-story-feature p{margin:0;color:var(--ink);font-size:13px;line-height:2.05}.brand-story-feature .article-figure{margin:0;background:var(--warm);overflow:hidden}.brand-story-feature .article-figure img{width:100%;aspect-ratio:4/3;object-fit:cover}.brand-story-feature .article-figure.contain-image img{object-fit:contain;background:#fbf6ef}.brand-story-closing{grid-column:1/-1;margin:0;color:var(--ink);font-size:13px;line-height:2}
@media(max-width:900px){.brand-story-flow{width:min(100% - 32px,760px)}.brand-story-feature-grid{grid-template-columns:1fr;row-gap:42px}.brand-story-feature{grid-template-rows:auto auto;gap:18px}.brand-story-feature p,.brand-story-closing{font-size:12px;line-height:1.95}}
@media(hover:none){.card:hover,.product-card:hover,.channel-icon:hover,.btn:hover,.quiet-button:hover{transform:none}.product-card:hover .product-image img.serum-image{transform:scale(1.08)}}

@media(max-width:768px){.film-container{width:min(100% - 28px,1320px);max-width:100%;overflow:hidden}.film-stage,.film-frame{width:100%;max-width:100%;min-width:0}.film-stage{overflow:hidden}.film-frame{aspect-ratio:16/9;min-height:0}.film-video{width:100%;max-width:100%;height:100%;object-fit:contain}}
@media(min-width:769px) and (max-height:720px){.film-section{padding:56px 0}.film-container{width:min(100% - 40px,960px,106vh);gap:22px}.film-control h2{font-size:21px}}
@media(max-width:768px){.film-play{display:none!important}}
@media(max-width:480px){.film-container{width:min(100% - 24px,1320px)}}

.drawer-panel{left:0;right:auto;transform:translateX(-100%)}.drawer.open .drawer-panel{transform:translateX(0)}
.hero-carousel{cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.hero-carousel img{-webkit-user-drag:none}.hero-carousel.is-dragging{cursor:grabbing}.hero-carousel.is-dragging a{pointer-events:none}
.customer-service{position:fixed;right:40px;bottom:44px;z-index:46;color:var(--ink)}.customer-service-button{display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:var(--ocean);color:white;box-shadow:0 18px 42px rgba(31,41,51,.18),0 7px 22px rgba(103,139,158,.22);cursor:pointer;transition:.28s}.customer-service-button:hover{transform:translateY(-2px) scale(1.03);background:var(--ink)}.customer-service-button img{width:29px;height:29px;object-fit:contain;filter:brightness(0) invert(1)}.customer-service-panel{position:absolute;right:0;bottom:72px;width:min(286px,calc(100vw - 32px));overflow:hidden;border:1px solid rgba(31,41,51,.12);background:rgba(246,242,239,.98);box-shadow:0 24px 70px rgba(31,41,51,.18);backdrop-filter:blur(18px)}.customer-service-panel[hidden]{display:none}.customer-service-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(31,41,51,.1);background:rgba(255,255,255,.46);padding:16px 18px}.customer-service-title{display:block;font-size:15px;line-height:1.2}.customer-service-subtitle{display:block;margin-top:4px;color:var(--ocean);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.customer-service-close{border:0;background:transparent;color:var(--secondary);font-size:20px;line-height:1;cursor:pointer}.customer-service-body{display:grid;gap:14px;padding:18px}.customer-service-body p{margin:0;font-size:11px;line-height:1.75}.wecom-direct-button{display:flex;align-items:center;justify-content:center;width:min(230px,100%);min-height:42px;margin:0 auto;border:1px solid var(--ocean);border-radius:999px;background:var(--ocean);color:white;font-size:11px;font-weight:600;letter-spacing:.13em;line-height:1.2;text-align:center;transition:.28s;box-shadow:0 12px 28px rgba(103,139,158,.18)}.wecom-direct-button:hover{border-color:var(--ink);background:var(--ink);color:white;transform:translateY(-1px)}.customer-service-action{display:flex;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--border);padding:0 14px;color:var(--ink);font-size:11px;font-weight:600;letter-spacing:.12em;transition:.28s}.customer-service-action.primary{border-color:var(--ocean);background:var(--ocean);color:white}.customer-service-action:hover{border-color:var(--ink);background:var(--ink);color:white}.customer-service-note{text-align:center;color:var(--ocean)!important;font-size:10px!important;letter-spacing:.08em}
@media(max-width:768px){.customer-service{right:22px;bottom:28px}.customer-service-button{width:50px;height:50px}.customer-service-panel{bottom:64px;width:min(270px,calc(100vw - 28px))}.customer-service-head{padding:14px 16px}.customer-service-body{padding:16px}}
.hero-product-slide picture{position:absolute;inset:0;display:block;width:100%;height:100%}
.hero-product-slide img{object-fit:cover;object-position:68% center}
@media(max-width:1200px){.hero-product-slide img{object-position:88% center}}
@media(max-width:640px){.hero-product-slide{background:#f6f2ef}.hero-product-slide img{object-position:center center}}
@media(max-width:640px){
  .hero-product-slide picture{
    left:0;
    width:100%;
  }
  .hero-product-slide img{
    object-position:72% center;
  }
  .hero-product-slide .hero-copy{
    justify-content:flex-end;
    padding:0 0 92px 0;
  }
  .hero-product-slide .hero-copy-inner{
    width:min(46vw,178px);
  }
  .hero-product-slide .hero-copy .eyebrow{
    margin:0 0 8px;
    max-width:none;
    font-size:9px;
    line-height:1.2;
    letter-spacing:.12em;
  }
  .hero-product-slide .hero-copy h1{
    margin-top:0;
    font-size:clamp(15px,4.45vw,19px);
    line-height:1.12;
    color:rgba(91,120,132,.76)!important;
  }
  .hero-product-slide .hero-copy h1 span,
  .hero-product-slide .hero-copy p span{
    display:block;
  }
  .hero-product-slide .hero-copy h1 span + span{
    margin-top:2px;
  }
  .hero-product-slide .hero-copy p{
    margin-top:14px;
    max-width:165px;
    font-size:clamp(9px,2.7vw,11px);
    line-height:1.45;
    color:rgba(91,120,132,.78)!important;
  }
  .hero-product-slide .hero-copy p span + span{
    margin-top:8px;
  }
  .hero-product-slide .btn{
    margin-top:14px;
    min-height:36px;
    border-radius:10px;
    padding:0 15px;
    font-size:10px;
  }
}
@media(max-width:390px){
  .hero-product-slide picture{
    left:0;
  }
  .hero-product-slide .hero-copy-inner{
    width:min(44vw,160px);
  }
  .hero-product-slide .hero-copy h1{
    font-size:clamp(14px,4.4vw,17px);
  }
  .hero-product-slide .hero-copy p{
    max-width:148px;
    font-size:9px;
  }
}

.hero-carousel .hero-copy .eyebrow{font-size:14px}
@media(max-width:768px){.hero-carousel .hero-copy .eyebrow{font-size:12px}}
@media(max-width:640px){.hero-carousel .hero-product-slide .hero-copy .eyebrow{font-size:12px}}

@media(max-width:768px){
  .hero-carousel .hero-arrow{display:none}
}
@media(max-width:640px){
  .hero-carousel .hero-product-slide{background:#dbe7f3}
  .hero-carousel .hero-product-slide picture{inset:0;overflow:hidden;width:100%}
  .hero-carousel .hero-product-slide img{inset:0;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;transform:none}
  .hero-carousel .hero-product-slide .hero-copy{padding-bottom:78px}
  .hero-carousel .hero-product-slide .btn{min-height:42px;padding:0 16px;font-size:12px}
}

.brand-story-slices-section{margin:0;padding:0;background:#fff;line-height:0}
.brand-story-slices{width:100%;margin:0;padding:0}
.brand-story-slice{position:relative;width:100%;margin:0;padding:0}
.brand-story-slice:not(:last-child){margin-bottom:24px}
.brand-story-slices img{display:block;width:100%;height:auto;margin:0;padding:0;border:0}
.brand-story-slice-copy-block{position:absolute;top:50%;width:36%;transform:translateY(-50%)}
.brand-story-slice.copy-left .brand-story-slice-copy-block{left:8%}
.brand-story-slice.copy-right .brand-story-slice-copy-block{right:8%}
.brand-story-slice-index{display:block;margin:0 0 26px;color:var(--ocean);font-size:64px;font-weight:300;line-height:1;letter-spacing:0}
.brand-story-slice-copy{margin:0;color:var(--secondary);font-size:20px;font-weight:400;line-height:2;letter-spacing:0}
@media(max-width:900px){.brand-story-slice:not(:last-child){margin-bottom:14px}.brand-story-slice-copy-block{width:40%}.brand-story-slice.copy-left .brand-story-slice-copy-block{left:5%}.brand-story-slice.copy-right .brand-story-slice-copy-block{right:5%}.brand-story-slice-index{margin-bottom:14px;font-size:42px}.brand-story-slice-copy{font-size:12px;line-height:1.8}}
@media(max-width:480px){.brand-story-slice:not(:last-child){margin-bottom:8px}.brand-story-slice-copy-block{width:44%}.brand-story-slice.copy-left .brand-story-slice-copy-block{left:3%}.brand-story-slice.copy-right .brand-story-slice-copy-block{right:3%}.brand-story-slice-index{margin-bottom:8px;font-size:26px}.brand-story-slice-copy{font-size:10px;line-height:1.55}}
.science-story-slices .science-story-slice-copy-block{width:40%;color:var(--ink)}
.science-story-slices .copy-left .science-story-slice-copy-block{left:6%}
.science-story-slices .copy-right .science-story-slice-copy-block{right:6%}
.science-story-slice-copy-block .brand-story-slice-index{margin-bottom:18px}
.science-story-slice-copy-block .eyebrow{margin:0 0 10px;font-size:10px}
.science-story-slice-copy-block h2{margin:0 0 18px;font-size:28px;font-weight:300;line-height:1.35}
.science-story-slice-copy-block>p:not(.eyebrow){margin:12px 0 0;color:var(--secondary);font-size:16px;line-height:1.9}
.science-story-slice-copy-block .science-story-english{font-size:13px}
.science-story-keywords{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin-top:20px;color:var(--ocean);font-size:13px;line-height:1.5}
@media(max-width:900px){.science-story-slices .science-story-slice-copy-block{width:43%}.science-story-slices .copy-left .science-story-slice-copy-block{left:4%}.science-story-slices .copy-right .science-story-slice-copy-block{right:4%}.science-story-slice-copy-block .brand-story-slice-index{margin-bottom:10px}.science-story-slice-copy-block .eyebrow{margin-bottom:6px;font-size:8px}.science-story-slice-copy-block h2{margin-bottom:10px;font-size:18px}.science-story-slice-copy-block>p:not(.eyebrow){margin-top:7px;font-size:11px;line-height:1.65}.science-story-slice-copy-block .science-story-english{font-size:9px}.science-story-keywords{gap:5px 8px;margin-top:10px;font-size:9px}}
@media(max-width:480px){.science-story-slice{min-height:420px;overflow:hidden}.science-story-slices .science-story-slice>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.science-story-slices .science-story-slice-copy-block{width:47%}.science-story-slices .copy-left .science-story-slice-copy-block{left:3%}.science-story-slices .copy-right .science-story-slice-copy-block{right:3%}.science-story-slice-copy-block .brand-story-slice-index{margin-bottom:7px;font-size:24px}.science-story-slice-copy-block .eyebrow{margin-bottom:5px;font-size:7px}.science-story-slice-copy-block h2{margin-bottom:7px;font-size:13px;line-height:1.35}.science-story-slice-copy-block>p:not(.eyebrow){margin-top:5px;font-size:9px;line-height:1.55}.science-story-slice-copy-block .science-story-english{font-size:8px}.science-story-keywords{grid-template-columns:1fr;gap:3px;margin-top:7px;font-size:8px}}

.wecom-qr-image{display:block;width:min(240px,100%);height:auto;margin:20px auto 16px}

.product-copy .product-display-title{display:block!important;margin:0!important;color:var(--ink);font-size:22px!important;font-weight:700!important;line-height:1.25!important;-webkit-line-clamp:unset!important;overflow:visible!important}
.product-copy .product-display-name{margin:7px 0 0;color:var(--secondary);font-size:13px;line-height:1.5}
@media(max-width:768px){.product-copy .product-display-title{font-size:21px!important}.product-copy .product-display-name{font-size:12px}}

.logo{width:108px;height:34px}
.drawer-top img{width:138px;height:auto}

.products-page-banner>img{object-position:center center}
@media(max-width:768px){.products-page-banner>img{object-position:56% center}}

.hero-product-slide .hero-product-subtitle span{display:block}
.hero-product-slide .hero-product-subtitle span+span{margin-top:12px;font-weight:600}
.hero-product-serum img{object-position:58% center}
.hero-product-mask img{object-position:58% center}
@media(max-width:1200px){.hero-product-serum img,.hero-product-mask img{object-position:62% center}}
@media(max-width:640px){
  .hero-carousel .hero-product-serum img,
  .hero-carousel .hero-product-mask img{object-fit:cover;object-position:center center;transform:none}
  .hero-carousel .hero-product-slide .hero-copy-inner{width:min(49vw,190px)}
  .hero-carousel .hero-product-slide .hero-copy h1{font-size:clamp(17px,5vw,21px);line-height:1.25}
  .hero-carousel .hero-product-slide .hero-product-subtitle{max-width:190px;font-size:clamp(9px,2.55vw,11px);line-height:1.55}
  .hero-carousel .hero-product-slide .hero-product-subtitle span+span{margin-top:10px}
}
.footer-logo-img{width:112px;height:auto;filter:none}
@media(max-width:768px){.site-header .logo{width:96px;height:30px}.drawer-top img{width:132px}.footer-logo-img{width:108px}}
@media(max-width:380px){.site-header .logo{width:90px;height:28px}}

.hero-carousel .hero-product-slide .hero-copy .eyebrow,
.hero-carousel .hero-product-slide .hero-copy h1,
.hero-carousel .hero-product-slide .hero-copy p{
  color:#fff!important;
}
