@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+Thai:wght@400;500;600&display=swap');
:root{--ink:#171717;--muted:#696969;--line:#e5e5e5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font:16px 'DM Sans','Noto Sans Thai',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid #777;outline-offset:5px}.announcement{background:#161616;color:#fff;text-align:center;padding:10px;font-size:12px;letter-spacing:2px}.announcement span{margin-left:35px;letter-spacing:0}header{height:98px;padding:0 6%;display:flex;align-items:center;gap:44px;background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line)}.logo{font-family:Georgia,serif;font-size:48px;line-height:.85;letter-spacing:-5px}.logo span{display:block;font:8px 'DM Sans',sans-serif;letter-spacing:2px;margin-top:10px}nav{display:flex;gap:35px;margin:auto}nav a{font-size:14px}nav a:hover{border-bottom:1px solid}.bag{border:0;background:none;font-size:14px}.bag span{display:inline-grid;place-items:center;background:#111;color:#fff;border-radius:50%;width:25px;height:25px;margin-left:8px}#menu{display:none}.hero{position:relative;min-height:650px;overflow:hidden;background:#f0f0ee;perspective:1200px}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04) translate(var(--mx,0),var(--my,0));transition:transform .6s ease-out}.hero-copy{position:relative;z-index:1;width:55%;padding:105px 0 120px 8%;pointer-events:none}.hero-copy a{pointer-events:auto}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.7px;margin:0 0 25px}h1,h2,h3{font-weight:400}h1{font-family:Georgia,serif;font-size:clamp(64px,7.7vw,116px);line-height:.99;letter-spacing:-5px;margin:0 0 28px}em{font-weight:400}h1 em{font-weight:400}.intro{color:#454545;line-height:1.8;margin-bottom:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:16px 26px;background:#171717;color:#fff;border:1px solid #171717;border-radius:30px;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:#383838;transform:translateY(-2px)}.button span{font-size:21px}.hero-bottom{position:absolute;bottom:28px;left:8%;right:6%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:2px}.ticker{display:flex;justify-content:space-around;border-bottom:1px solid var(--line);padding:22px 5%;font-size:12px;letter-spacing:2px}.collection{padding:75px 6% 65px}.section-head{display:flex;align-items:end;justify-content:space-between}.section-head .eyebrow{margin-bottom:15px}.section-head>p{color:var(--muted);font-size:14px}h2{font-family:Georgia,'Noto Sans Thai',serif;font-size:46px;letter-spacing:-1.5px;margin:0}.demo{font-size:12px;color:#666;line-height:1.8}.filters{display:flex;gap:10px;margin:26px 0}.filters button{border:1px solid var(--line);padding:9px 20px;border-radius:24px;background:#fff;font-size:14px}.filters .active{background:#171717;color:white;border-color:#171717}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{min-width:0}.product-visual{background:#f4f4f2;position:relative;aspect-ratio:1/1.12;overflow:hidden;border-radius:3px}.product-visual>button:first-child{border:0;padding:0;width:100%;height:100%;background:transparent}.product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product:hover img{transform:scale(1.045)}.save{position:absolute;right:12px;top:12px;width:38px;height:38px;background:#fff;border:0;border-radius:50%;font-size:23px}.save[aria-pressed=true]{background:#171717;color:white}.tag{position:absolute;top:17px;left:14px;font-size:10px;letter-spacing:1px;background:#fff;padding:6px 9px;pointer-events:none}.product h3{font-size:16px;margin:18px 0 6px;font-weight:500}.product p{font-size:13px;color:var(--muted);margin:0 0 12px}.price{font-size:16px}.product-info{display:flex;justify-content:space-between;align-items:center}.more{border:1px solid #ddd;background:white;border-radius:50%;width:33px;height:33px;font-size:20px}.philosophy{margin:0 6% 75px;background:#171717;color:#fff;padding:65px 6%;display:grid;grid-template-columns:1.2fr 1fr;gap:50px}.philosophy h2{font-size:52px;line-height:1.15}.philosophy .muted{color:#bcbcbc;line-height:1.9;font-size:15px}.text-link{display:inline-block;border-bottom:1px solid #777;padding:12px 0;font-size:14px}footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;padding:35px 6%}footer p{font-size:13px;color:var(--muted)}footer>span{margin-left:auto;font-size:10px;letter-spacing:1.5px}dialog{border:0;padding:40px;max-width:560px;width:calc(100% - 32px);max-height:85vh;border-radius:8px;box-shadow:0 20px 100px #0003}dialog::backdrop{background:#0007;backdrop-filter:blur(5px)}dialog h2{font-size:32px}dialog p{line-height:1.8}dialog img{width:100%;max-height:260px;object-fit:cover;margin:15px 0}.close{float:right;background:none;border:0;font-size:32px;line-height:1}.wish-row{display:flex;justify-content:space-between;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.wish-row button{background:none;border:0;text-decoration:underline;font-size:13px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;background:#161616;color:#fff;padding:12px 24px;border-radius:30px;font-size:14px;z-index:20;pointer-events:none;transition:.3s}#toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:1600px){main{max-width:1700px;margin:auto}}@media(max-width:760px){header{height:78px;padding:0 5%;gap:14px}.logo{font-size:39px}.logo span{font-size:6px}nav{display:none;position:absolute;top:78px;background:#fff;left:0;right:0;padding:25px;border-bottom:1px solid #ddd}nav.open{display:flex;flex-direction:column;gap:20px}#menu{display:block;margin-left:auto;border:0;background:none;font-size:23px}.bag{font-size:0}.bag span{font-size:13px;margin:0}.announcement{font-size:10px}.announcement span{margin-left:15px}.hero{min-height:720px}.hero-image{object-position:70% bottom;height:64%;top:36%;transform:scale(1.04)}.hero-copy{width:100%;padding:45px 7% 0;background:linear-gradient(#f0f0ee 85%,transparent)}h1{font-size:70px;letter-spacing:-3px}.hero-copy .eyebrow{font-size:10px;margin-bottom:20px}.intro{font-size:14px;line-height:1.7;margin:18px 0}.hero-copy .button{padding:12px 22px}.hero-bottom{font-size:9px;bottom:18px;left:7%}.ticker{gap:15px;font-size:9px;letter-spacing:1px;padding:18px 4%}.ticker span:last-child{display:none}.collection{padding:45px 5%}.section-head{display:block}.section-head h2{font-size:36px}.section-head>p{margin:12px 0}.filters{gap:6px;overflow:auto}.filters button{padding:8px 12px;white-space:nowrap;font-size:12px}.products{grid-template-columns:repeat(2,1fr);gap:25px 12px}.product h3{font-size:14px;line-height:1.4;margin-top:13px}.product p{font-size:12px}.tag{font-size:8px;left:9px;top:13px}.save{right:8px;top:8px;width:32px;height:32px;font-size:20px}.philosophy{margin:0 5% 45px;padding:38px 8%;grid-template-columns:1fr;gap:15px}.philosophy h2{font-size:39px}.philosophy .eyebrow{font-size:10px}footer{flex-wrap:wrap;gap:15px}footer>span{width:100%;margin:10px 0 0}dialog{padding:25px}#toast{max-width:95%;white-space:nowrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;transform:none!important}}

.product-visual img{position:absolute;max-width:none;object-fit:fill;height:auto}.product-visual.serum img{width:520%;left:-236%;top:-35%}.product-visual.cream img{width:340%;left:-185%;top:-130%}.product-visual.cleanser img{width:310%;left:-165%;top:0}.product-visual.essence img{width:490%;left:-365%;top:-50%}.hero-image{object-fit:cover}.hero-copy{background:linear-gradient(90deg,#ffffffed 35%,#ffffff00 100%)}@media(max-width:760px){.hero-copy{background:linear-gradient(#fff 87%,#ffffff00)}.hero{background:#fff}}
.product-visual.serum img{width:350%;left:-142.5%;top:-39%}.product-visual.cream img{width:560%;left:-337%;top:-210%}.product-visual.cleanser img{width:250%;left:-126%;top:0}.product-visual.essence img{width:350%;left:-246%;top:-52%}
/* Self-hosted Bootstrap Icons font: no SVG icons or emoji. */
@font-face{font-display:block;font-family:bootstrap-icons;src:url('/blog-assets/assets/icons.woff2') format('woff2')}.bi::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased}.bi-arrow-left::before{content:"\f12f"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-right::before{content:"\f144"}.bi-heart::before{content:"\f417"}.bi-heart-fill::before{content:"\f415"}.bi-list::before{content:"\f479"}.bi-x-lg::before{content:"\f659"}.bi-share::before{content:"\f52e"}.bi-chevron-down::before{content:"\f282"}.bi-search::before{content:"\f52a"}.bi-plus-lg::before{content:"\f64d"}.bi-pencil::before{content:"\f4cb"}.bi-trash::before{content:"\f5de"}.bi-box-arrow-right::before{content:"\f1c3"}.bi-clock::before{content:"\f293"}.bi-eye::before{content:"\f341"}.bi-check2::before{content:"\f272"}.bi-check-circle::before{content:"\f26b"}.bi{pointer-events:none}button .bi{font-size:19px}a .bi{font-size:18px}.button>span{font-size:14px}.button{justify-content:center;gap:14px}.bag{display:flex;align-items:center;gap:10px}.bag>.bi{font-size:22px}.more{display:grid;place-items:center}.save{display:grid;place-items:center}.close{font-size:22px;padding:8px;min-width:44px;min-height:44px}.product-visual>a{display:block;position:relative;width:100%;height:100%;overflow:hidden}.product[hidden]{display:none}.product h3 a:hover{text-decoration:underline}.skip,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip:focus{position:fixed;top:10px;left:10px;clip:auto;width:auto;height:auto;background:#fff;z-index:99;padding:15px}input,textarea,select{font:inherit;max-width:100%;border:1px solid #d5d5d5;border-radius:3px;background:white;color:#171717;padding:13px 15px}textarea{resize:vertical;line-height:1.85}input:focus,textarea:focus,select:focus{outline:2px solid #555;outline-offset:2px}nav a[aria-current=page]{border-bottom:1px solid}footer>a:not(.logo){font-size:13px}.breadcrumbs{position:static;display:flex;flex-wrap:wrap;gap:12px;padding:25px 6%;margin:0;font-size:13px;color:#666;background:white;border:0}.breadcrumbs a{font-size:13px}.product-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:7%;padding:20px 6% 65px}.detail-gallery{min-width:0}.detail-gallery .product-visual{aspect-ratio:1/1.12;position:sticky;top:120px;max-height:700px}.detail-gallery .demo{margin-top:20px}.detail-info{padding:25px 0}.detail-info h1{font-size:clamp(40px,4.2vw,64px);letter-spacing:-2px;line-height:1.1;margin-bottom:20px}.detail-info>p{color:#666;line-height:1.9}.detail-price{font-size:26px;margin:25px 0}.detail-price small{font-size:13px;color:#666;margin-left:12px}.detail-description{max-width:520px}.notice{background:#f3f3f1;border-left:2px solid #333;padding:14px 18px;font-size:14px;line-height:1.8}.success{background:#f1f4ef}.wide{width:100%;margin:10px 0}.share{background:none;border:0;cursor:pointer;font:inherit;display:inline-flex;align-items:center;gap:10px}.specs{margin:32px 0}.specs>div{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:13px 0;font-size:14px}.specs dt{color:#666}.specs dd{margin:0}details{border-top:1px solid #ddd;padding:19px 0}details:last-child{border-bottom:1px solid #ddd}summary{cursor:pointer;display:flex;justify-content:space-between;gap:20px;list-style:none;font-size:15px}summary::-webkit-details-marker{display:none}details p{font-size:14px;color:#666;line-height:1.9}.related-products{grid-template-columns:repeat(3,1fr);margin-top:30px}.journal-hero{padding:80px 6% 55px;border-bottom:1px solid #e5e5e5;background:#f5f5f3}.journal-hero h1{font-size:90px;letter-spacing:-4px;margin:0 0 25px}.journal-hero>p:last-child{max-width:570px;line-height:1.8;color:#656565}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 25px;margin-top:35px}.journal-image{display:block;position:relative;aspect-ratio:1.45;background:#f3f3f1;overflow:hidden}.journal-image img{width:100%;height:100%;object-fit:cover;object-position:75%;transition:transform .5s}.journal-card:hover img{transform:scale(1.04)}.journal-image span{position:absolute;right:15px;bottom:15px;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;background:white}.journal-card .eyebrow{font-size:11px;margin:22px 0 12px;letter-spacing:1px}.journal-card h3{font-size:22px;line-height:1.65;font-weight:500;margin:0 0 15px}.journal-card>p:not(.eyebrow){font-size:14px;line-height:1.9;color:#666}.post-meta{display:flex;flex-wrap:wrap;gap:22px;font-size:12px;color:#666;align-items:center}.journal-card .post-meta{border-top:1px solid #eee;padding-top:14px}.post-meta .share{margin-left:auto}.blog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.category-links{flex-wrap:wrap;overflow:visible;margin:0}.category-links a{padding:10px 18px;border:1px solid #ddd;border-radius:30px;font-size:14px}.category-links .active{background:#171717;border-color:#171717;color:#fff}.search-form{display:flex;border-bottom:1px solid #333;min-width:260px}.search-form input{width:100%;border:0;border-radius:0;padding-left:0}.search-form button{border:0;background:white;padding:12px}.blog-collection{padding-top:35px}.pagination{display:flex;gap:10px;padding:30px 0}.pagination a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #ddd}.pagination a.active{background:#111;color:white}.empty{grid-column:1/-1;padding:60px 20px;text-align:center}.empty h2{font-size:30px}.empty p{color:#666}.article-heading{max-width:880px;margin:40px auto 45px;padding:0 25px}.article-heading h1{font-family:'Noto Sans Thai',sans-serif;font-size:44px;line-height:1.5;letter-spacing:-1px}.article-lead{font-size:18px;color:#666;line-height:1.9}.article-heading .post-meta{padding-top:18px}.article-cover{display:block;width:88%;max-height:480px;object-fit:cover;object-position:center 57%;margin:0 auto}.article-copy{max-width:760px;margin:55px auto;padding:0 25px}.article-copy h2{font-family:'Noto Sans Thai',sans-serif;font-size:27px;letter-spacing:0;line-height:1.6;margin:40px 0 16px}.article-copy p{font-size:17px;line-height:2.05;color:#444}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:35px 0}.tags a{font-size:13px;padding:6px 12px;background:#f3f3f3;border-radius:3px}.admin-wrap{max-width:1150px;margin:50px auto;padding:0 30px 50px}.admin-wrap h1,.auth-card h1{font-family:'Noto Sans Thai',sans-serif;font-size:34px;letter-spacing:-1px;line-height:1.5;margin:20px 0 30px}.admin-wrap h2{font-size:28px;letter-spacing:0;margin:20px 0;font-family:'Noto Sans Thai',sans-serif}.admin-wrap .eyebrow{margin:0}.admin-wrap .section-head h1{margin-top:12px}.admin-wrap .text-link{background:none;cursor:pointer}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.admin-stats>div{padding:25px;background:#f5f5f3;font-size:14px}.admin-stats strong{font-size:30px;display:block;font-weight:400;margin-bottom:5px}.table-scroll{overflow:auto;margin:30px 0}table{border-collapse:collapse;width:100%;text-align:left}th,td{padding:17px 12px;border-bottom:1px solid #ddd;font-size:14px}th{font-size:12px;color:#666}td:first-child{min-width:230px}td small{display:block;font-size:12px;color:#777;margin-top:5px}td:last-child{white-space:nowrap}.status{border:1px solid #ddd;padding:5px 10px;border-radius:20px;font-size:12px;white-space:nowrap}.status.published{background:#171717;color:#fff}.icon-button{display:inline-grid;place-items:center;min-width:42px;height:42px;border:1px solid #eee;background:white;border-radius:3px;vertical-align:middle}.inline{display:inline}.category-manager{max-width:620px;margin-bottom:40px}.category-edit{display:flex;gap:10px;margin-bottom:10px}.category-edit input{min-width:0;flex:1}.editor-form{display:grid;gap:22px;margin-top:25px}.editor-form label{display:grid;gap:10px;font-size:14px}.editor-form small{font-size:12px;color:#666;font-weight:400}.editor-form input,.editor-form select,.editor-form textarea{width:100%;font-size:16px}.editor-columns{display:grid;grid-template-columns:1fr 1fr;gap:25px}.editor-actions{display:flex;flex-wrap:wrap;gap:15px;align-items:center;position:sticky;bottom:0;background:#fffffff5;padding:18px 0;border-top:1px solid #ddd}.button.secondary{background:white;color:#171717}.auth-card{max-width:500px;margin:70px auto 110px;padding:0 25px}.auth-card p{line-height:1.8}.auth-card .button{width:100%}.auth-card .eyebrow{font-size:11px}.product-detail .product-visual>a{cursor:zoom-in}
@media(max-width:760px){.bag{font-size:16px;gap:5px}.bag>.bi{font-size:20px}footer>a:not(.logo){font-size:12px}.breadcrumbs{display:flex;position:static;font-size:12px;padding:20px 5%;gap:8px}.breadcrumbs a{font-size:12px}.product-detail{grid-template-columns:1fr;padding:0 5% 30px;gap:10px}.detail-gallery .product-visual{position:relative;top:0;max-height:none}.detail-info{padding:20px 0}.detail-info h1{font-size:43px}.detail-info .eyebrow{font-size:11px}.detail-price{margin:20px 0}.related-products{grid-template-columns:repeat(2,1fr)}.journal-hero{padding:45px 6% 30px}.journal-hero h1{font-size:62px;letter-spacing:-3px}.journal-hero>p:last-child{font-size:14px}.journal-grid{grid-template-columns:1fr;gap:35px}.journal-card h3{font-size:22px}.journal-image{aspect-ratio:1.6}.blog-toolbar{display:block}.category-links{gap:8px;margin-bottom:22px;flex-wrap:wrap}.category-links a{font-size:12px;padding:9px 13px}.search-form{min-width:0}.article-heading{margin:15px auto 30px;padding:0 6%}.article-heading h1{font-size:31px;line-height:1.55;letter-spacing:-.5px}.article-lead{font-size:16px}.post-meta{gap:15px;font-size:12px}.article-cover{width:100%;height:250px}.article-copy{padding:0 6%;margin:35px auto}.article-copy h2{font-size:23px}.article-copy p{font-size:16px;line-height:2}.admin-wrap{margin:30px auto;padding:0 5% 35px}.admin-wrap h1{font-size:28px}.admin-stats{gap:8px}.admin-stats>div{padding:16px 12px;font-size:12px}.admin-stats strong{font-size:25px}.editor-columns{grid-template-columns:1fr;gap:22px}.editor-actions{gap:8px}.editor-actions .button{font-size:12px;padding:12px 16px}.category-edit{gap:6px}.category-edit .button{padding:10px 15px}.category-edit .icon-button{min-width:40px}.article-heading .eyebrow{font-size:11px}.auth-card{margin-top:45px}.button .bi{font-size:18px}.save{min-width:36px;min-height:36px}}
.editor-cover{max-width:320px;width:100%;height:160px;object-fit:cover}.article-cover{object-fit:cover}
