:root{--brand-red: #b31e23;--brand-red-hover: #c62828;--brand-red-active: #991b1b;--assistant-width: 94%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f7f7f5;color:#1f1f1f;min-height:100vh;min-height:100dvh;overflow:hidden;overflow-y:auto;display:flex;justify-content:center;align-items:stretch;padding:24px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.menu-button{background:transparent;border:none;font-size:28px;cursor:pointer}.brand{font-family:Cormorant Garamond,serif;font-size:30px;font-weight:500;letter-spacing:.2px}.brand-skin{color:var(--brand-red)}.brand-donesia{color:#8b8b8b}.container{width:100%;max-width:800px;background:#fff;border-radius:28px;box-shadow:0 20px 60px #0000000f;display:flex;flex-direction:column;min-height:100%;padding:24px;overflow:visible;opacity:1;transition:opacity .55s ease}#homePage{display:flex;flex-direction:column;flex:1;min-height:0}.chat-layout{flex:1;min-height:0;display:flex;flex-direction:column;overflow:visible}.hero{flex-shrink:0;padding-top:22px;margin-bottom:24px}.hero-brand{max-width:560px;margin-top:18px;margin-bottom:48px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#7b7b7b;margin-bottom:18px}.hero-manifesto{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.hero-manifesto p{font-size:19px;font-weight:500;line-height:1.55;color:#2b2b2b}.hero-companion{max-width:620px;margin-top:0;margin-bottom:42px}.companion-title{font-size:24px;font-weight:600;margin-bottom:8px}.companion-message{font-size:16px;color:#666;line-height:1.6}.composer{flex:0 0 auto;display:flex;flex-direction:column;padding-top:8px;border-top:1px solid #f0f0f0;background:#fff}.story-composer{position:relative;width:100%}.send-button{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:38px;height:38px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2d2d2d;color:#fff;cursor:pointer;transition:.18s}.send-button:hover{background:#111}.send-button.active{background:#111;transform:translateY(-50%) scale(.96)}.story-box{width:100%;min-height:70px;padding:18px 70px 18px 20px;resize:none;border:1px solid #d8d8d8;border-radius:22px;outline:none;background:#fff;font-size:18px;line-height:1.8;color:#222;transition:border-color .25s ease,box-shadow .25s ease}.story-box::placeholder{color:#7d7d7d}.story-box:focus{border-color:#222;box-shadow:0 0 0 5px #0000000d}#counter,.hero-actions{display:none}.primary-button{background:#f5f5f2;color:#2f2f2f;border:1px solid #ecece8;border-radius:14px;min-width:168px;height:52px;padding:0 22px;font-size:18px;font-weight:500;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.primary-button:hover{background:#fff;border-color:#e3e3df;box-shadow:0 2px 8px #0000000d;transform:translateY(-1px)}.secondary-action{margin-top:28px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.secondary-label{font-size:16px;font-weight:500;color:#777}.secondary-button{background:#f5f5f2;color:#a1a1a1;border:1px solid #ecece8;border-radius:14px;min-width:168px;height:52px;padding:0 22px;font-size:18px;font-weight:500;cursor:not-allowed}.coming-soon-note{margin-top:10px;font-size:16px;color:#9a9a9a;line-height:1.5}#conversation{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;display:flex;flex-direction:column;gap:2px;padding:6px 0 20px;scroll-behavior:smooth}.message{max-width:82%;padding:15px 18px;border-radius:18px;font-size:16px;line-height:1.6;margin-bottom:0}.user{align-self:flex-end;background:#1f1f1f;color:#fff}.assistant{width:var(--assistant-width);max-width:none;align-self:flex-start;margin-bottom:2px;background:#fcfcfb;color:#222;border:1px solid #ececec;box-shadow:0 6px 20px #0000000a}.option-group{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:-2px;margin-bottom:8px;width:100%}.option-button{display:inline-flex;align-items:center;max-width:460px;padding:16px 20px;background:#eef6ff;color:#1d3557;border:1px solid #cfe3ff;border-radius:18px;font-size:15px;font-weight:600;line-height:1.5;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease}.option-button:active{transform:translateY(0)}.option-button:disabled{background:#f5f5f5;color:#9b9b9b;border-color:#ececec;cursor:default;box-shadow:none;transform:none}.typing{display:flex;align-items:center;gap:6px;width:fit-content}.dot{width:8px;height:8px;border-radius:50%;background:#999;animation:bounce 1s infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}.typing-text{margin-left:10px;font-size:14px;color:#666}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-5px);opacity:1}}.option-button:hover{background:#e3f0ff;border-color:#b8d6ff;box-shadow:0 4px 12px #2684ff1f;transform:translateY(-1px)}.hero{transition:all .45s ease}.hero-brand,.hero-companion{transition:all .35s ease}.hero.compact{margin-bottom:24px}.hero.compact .hero-brand{opacity:0;transform:translateY(-12px);max-height:0;overflow:hidden;margin:0}.hero.compact .companion-title{font-size:20px}.hero.compact .companion-message{font-size:15px;line-height:1.6;color:#777}.knowledge-group{width:var(--assistant-width);max-width:none;margin:2px 0;padding:8px;background:#fcfcfb;border:1px solid #ececec;border-radius:22px;box-shadow:0 6px 20px #0000000a}.knowledge{background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden}.knowledge+.knowledge{margin-top:8px}.knowledge-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:#5b4b13;transition:background .2s ease}.knowledge-header:hover{background:#f8f8f8}.knowledge-title{flex:1;line-height:1.5}.knowledge-icon{margin-left:16px;font-size:13px;transition:transform .25s ease}.knowledge.expanded .knowledge-icon{transform:rotate(90deg)}.knowledge-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 16px;color:#444;line-height:1.6}.knowledge.expanded .knowledge-body{max-height:800px;padding:0 16px 14px}.knowledge-body p+p{margin-top:12px}.knowledge-body strong{font-weight:600}.knowledge-body em{font-style:italic}.option-group{width:var(--assistant-width);max-width:none;margin:2px 0;padding:10px;background:#fcfcfb;border:1px solid #ececec;border-radius:20px;box-shadow:0 6px 20px #0000000a}.option-question{margin-bottom:16px;font-size:16px;font-weight:500;line-height:1.6;color:#2f2f2f}.option-list{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.option-button{display:inline-flex;width:fit-content;align-items:center;justify-content:flex-start;padding:14px 18px;background:var(--brand-red);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:500;text-align:left;cursor:pointer;transition:background .18s ease,transform .18s ease}.option-button:hover{background:var(--brand-red-hover);transform:translateY(-1px)}.option-button:disabled{background:#f5f5f5;color:#9a9a9a;border-color:#ececec;cursor:default;transform:none}.care-plan-group{width:var(--assistant-width);max-width:none;margin:2px 0;padding:10px;background:#fcfcfb;border:1px solid #ececec;border-radius:20px;box-shadow:0 6px 20px #0000000a}.care-plan-header{margin-bottom:16px;font-size:16px;font-weight:600;color:#2f2f2f}.care-plan-item{background:#fff;color:#222;border:1px solid #e4e4e4;border-radius:14px;padding:18px;width:100%;max-width:none;cursor:pointer;box-shadow:0 6px 18px #0000000a;transition:box-shadow .18s ease,transform .18s ease}.care-plan-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.care-plan-item:focus{outline:none}.care-plan-item:focus-visible{background:var(--brand-red-active)}.care-plan-item+.care-plan-item{margin-top:8px}.care-plan-name{font-size:19px;margin-bottom:12px;font-weight:700;color:#222}.care-plan-description{margin-top:10px;margin-bottom:14px;color:#5f5f5f;line-height:1.6;font-size:15px}.care-plan-action{margin-top:16px;background:transparent;border:none;padding:0;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer}.care-plan-action:hover{text-decoration:underline}.product-section{width:94%;margin:0 auto;border-bottom:1px solid #f3f3f3}.product-section:last-child{border-bottom:none}.product-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 4px 16px 0;background:transparent;border:none;cursor:pointer;text-align:left}.product-section-title{font-size:15px;font-weight:700;color:#333}.product-section-chevron{color:#888;font-size:15px;font-weight:600}.product-section-body{display:none;padding:0 0 16px 10px;line-height:1.8;color:#555;white-space:pre-wrap}.product-section.expanded .product-section-body{display:block}.care-plan-variant-info{text-align:center;margin-top:6px;margin-bottom:14px}.care-plan-variant-name{font-size:16px;font-weight:700}.care-plan-variant-volume{font-size:14px;color:#777}.care-plan-variant-price{font-size:22px;font-weight:700;color:var(--brand-red);letter-spacing:-.3px;margin-top:2px}.care-plan-variant-image{display:flex;justify-content:center;align-items:center;margin:8px 0 10px}.care-plan-variant-photo{max-width:180px;width:100%;height:auto;display:block;transition:opacity .18s ease,transform .18s ease}.care-plan-fade{opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.care-plan-show{opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}.care-plan-variant-selector{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:14px 0}.care-plan-variant{padding:8px 14px;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:13px;cursor:pointer;transition:.2s}.care-plan-variant:hover{border-color:var(--brand-red)}.care-plan-variant.active{background:var(--brand-red);color:#fff;border-color:var(--brand-red);box-shadow:0 4px 10px #b31e232e}.care-plan-body{display:none;margin-top:22px;border-top:1px solid #efefef;padding-top:18px}.care-plan-preview{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding:18px 0 0;border:none;border-top:1px solid #efefef;background:transparent;cursor:pointer;font-size:15px;font-weight:600;color:#444}.care-plan-strength-stars{color:#b08d57;letter-spacing:1px;white-space:nowrap;flex-shrink:0}.care-plan-strength{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px}.care-plan-strength-title{color:#555;font-weight:500}.assistant-turn-marker{height:0;overflow:hidden}.drawer-overlay{position:fixed;inset:0;background:#0003;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s;z-index:998}.drawer-overlay.show{opacity:1;visibility:visible;transition:opacity .28s ease}.drawer{position:fixed;top:0;left:0;width:300px;height:100vh;height:100dvh;background:#fff;border-right:1px solid #ececec;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);z-index:999}.drawer.show{transform:translate(0)}.drawer-header{padding:36px 32px;font-size:30px;font-family:Cormorant Garamond,serif;border-bottom:1px solid #efefef}.drawer-menu{display:flex;flex-direction:column;padding:28px 32px}.drawer-item{display:flex;flex-direction:column;text-decoration:none;color:#222;font-size:23px;font-weight:500;margin-bottom:28px;opacity:0;transform:translate(-10px);transition:opacity .28s ease,transform .28s ease}.drawer.show .drawer-item{opacity:1;transform:translate(0)}.drawer.show .drawer-item:nth-child(1){transition-delay:.08s}.drawer.show .drawer-item:nth-child(2){transition-delay:.14s}.drawer.show .drawer-item:nth-child(3){transition-delay:.2s}.drawer.show .drawer-item:nth-child(4){transition-delay:.26s}.drawer-item:hover{color:#666}.drawer-item.active{color:var(--brand-red)}.drawer-item.active:after{content:"";display:block;width:36px;height:2px;margin-top:8px;background:var(--brand-red);border-radius:999px}.drawer-note{margin-top:6px;font-size:13px;color:#999}#splashScreen{position:fixed;inset:0;background:#fff;display:flex;justify-content:center;align-items:center;z-index:99999;opacity:1;visibility:visible;transition:opacity .8s ease,visibility 0s linear .8s}#splashScreen.hide{opacity:0;visibility:hidden}.splash-inner{display:flex;flex-direction:column;align-items:center}.splash-logo{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;letter-spacing:.04em;color:#222;opacity:0;transform:translateY(8px) scale(.96);animation:splashLogoIn .8s ease forwards}.splash-logo .brand-skin{opacity:0;animation:splashSkinIn .7s ease forwards}.splash-logo .brand-donesia{opacity:0;animation:splashIndonesiaIn .7s ease .12s forwards}.splash-tagline{margin-top:10px;font-size:14px;font-family:Inter,sans-serif;letter-spacing:.14em;color:#888;text-transform:lowercase;opacity:0;transform:translateY(8px);animation:splashTaglineIn .7s ease .25s forwards}@keyframes splashLogoIn{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splashSkinIn{0%{opacity:0}to{opacity:1}}@keyframes splashIndonesiaIn{0%{opacity:0}to{opacity:1}}@keyframes splashTaglineIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}body.loading .container{opacity:0}.about-page{flex:1;overflow-y:auto;padding:20px 0 40px}.about-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.about-content p{font-size:16px;line-height:1.68;color:#444}.about-title{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:500;margin-bottom:34px}.about-intro-layout{display:grid;grid-template-columns:1fr 340px;gap:56px;align-items:start}.about-intro-text{min-width:0}.about-intro{font-size:24px;line-height:1.6;margin-bottom:48px}.about-founder{text-align:center;align-self:start;margin-top:0}.founder-photo{width:100%;max-width:360px;margin:0 auto}.founder-photo-image{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.founder-title{margin-top:18px;font-size:16px;font-weight:400;color:#666}.founder-name{margin-top:8px;font-size:16px;line-height:1.6;font-weight:700;color:#222}.about-story p{margin-bottom:12px;line-height:1.72;color:#444}.about-story strong{font-weight:700;color:#222}.about-start-button{max-width:1100px;margin:60px auto 0;text-align:left}.product-page{flex:1;overflow-y:scroll;scrollbar-gutter:stable;padding:20px 0 40px}.product-detail-page{display:none;flex:1;overflow-y:auto;padding:20px 0 40px}.product-detail-content{max-width:700px;margin:0 auto}.product-detail-back{background:transparent;border:none;padding:0;margin-bottom:40px;font-size:16px;cursor:pointer;color:#555}.product-detail-image{width:100%;aspect-ratio:1 / 1;background:#f7f7f7;border-radius:24px;margin-bottom:42px}.product-detail-title{font-family:Cormorant Garamond,serif;font-size:46px;font-weight:500;line-height:1.2;margin-bottom:18px}.product-detail-volume{font-size:18px;color:#888;margin-bottom:8px}.product-detail-price{font-size:34px;font-weight:600}.product-content{max-width:700px;margin:0 auto}.product-title{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:500;margin-bottom:18px}.product-intro{font-size:17px;line-height:1.7;color:#555;margin-bottom:28px}.product-tabs{display:flex;align-items:center;gap:26px;margin-top:10px;margin-bottom:26px;padding-bottom:14px;border-bottom:1px solid #efefef}.product-tab{background:transparent;border:none;padding:0;font-size:16px;font-weight:500;color:#9a9a9a;cursor:pointer;transition:color .2s ease}.product-tab:hover{color:#222}.product-tab.active{color:#222;font-weight:600;position:relative}.product-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--brand-red);border-radius:999px}.product-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:84px;row-gap:56px;margin-top:34px;transition:opacity .18s ease}.product-card{background:#fff;border:1px solid #f4f4f4;border-radius:22px;padding:18px;display:flex;flex-direction:column;width:100%;min-width:0;align-self:stretch;justify-self:stretch;box-sizing:border-box;opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease,border-color .22s ease,box-shadow .22s ease}.product-card.show{opacity:1;transform:translateY(0)}.product-card:hover{transform:translateY(-3px);border-color:#ececec;box-shadow:0 10px 30px #00000009}.product-image{display:flex;justify-content:center;align-items:center;margin-bottom:18px;min-height:260px}.product-name{font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.01em;margin-bottom:22px}.product-description{font-size:16px;line-height:1.55;color:#555;margin-bottom:16px;max-width:95%}.product-volume{margin-top:8px;margin-bottom:2px;font-size:15px;color:#8a8a8a;letter-spacing:.02em}.product-price{font-size:21px;font-weight:500;margin-bottom:24px;letter-spacing:-.01em;color:#222}.product-link{background:transparent;border:none;padding:0;text-align:left;font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;color:#222}.product-link:hover{text-decoration:underline}.product-photo{width:100%;max-width:330px;height:auto;display:block;margin:0 auto;transition:transform .25s ease}.product-card:hover .product-photo{transform:translateY(-4px)}.product-photo-placeholder{width:100%;max-width:330px;aspect-ratio:1 / 1.25;display:flex;align-items:center;justify-content:center;border:1px dashed #d9d9d9;border-radius:18px;background:#fafafa;color:#9a9a9a;font-size:15px;font-weight:500}.product-detail-content{max-width:720px;margin:0 auto}.product-detail-back{margin-bottom:28px;color:#666;font-size:15px;font-weight:500;transition:color .18s ease}.product-detail-back:hover{color:#222}.product-detail-image{display:flex;justify-content:center;align-items:center;background:#f7f7f5;border-radius:24px;padding:8px;min-height:220px;margin-bottom:20px;overflow:hidden}.product-detail-image img{width:100%;max-width:360px;height:auto;display:block;object-fit:contain}.product-detail-image:hover img{transform:scale(1.04)}.product-detail-title{font-family:Cormorant Garamond,serif;font-size:38px;line-height:1.15;margin-bottom:10px;max-width:620px}.product-detail-volume{color:#8a8a8a;font-size:18px;margin-bottom:4px}.product-detail-price{font-size:38px;font-weight:700;color:var(--brand-red);margin-bottom:26px}.product-detail-section{padding:14px 0;border-top:1px solid #efefef}.product-detail-section-title{font-size:20px;font-weight:600;margin-bottom:18px;color:#222}.product-detail-section-body{padding:4px 0;font-size:16px;line-height:1.8;color:#555}.product-ingredients-content{margin:6px 0 0;padding:0;color:#555;font-size:15px;line-height:1.9;white-space:normal;word-break:break-word}.product-information-item{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:10px 0;border-bottom:1px solid #f3f3f3}.product-information-item:last-child{border-bottom:none;padding-bottom:0}.product-information-label{color:#666;font-weight:500}.product-information-value{text-align:right;color:#222;font-weight:500}.product-suitable-item{display:flex;align-items:flex-start;gap:14px;padding:10px 0;border-bottom:1px solid #f5f5f5;color:#444}.product-suitable-item:last-child{border-bottom:none}.product-suitable-check{width:22px;height:22px;border-radius:50%;background:#edf7ef;color:#2f6b45;display:flex;justify-content:center;align-items:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:2px}.product-other-sizes{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.product-size-card{width:165px;background:#fff;border:1px solid #ececec;border-radius:18px;padding:16px 14px 18px;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-size-card:hover{transform:translateY(-2px);border-color:#ddd;box-shadow:0 10px 24px #0000000d}.product-size-card img{width:100%;max-width:150px;height:150px;object-fit:contain;margin:0 auto 8px;display:block}.product-size-title{font-size:20px;font-weight:700;color:#222;line-height:1.15;margin-bottom:4px}.product-size-tag{font-size:17px;font-weight:700;color:#222;line-height:1.15;margin:2px 0 6px}.product-size-price{font-size:19px;font-weight:700;color:var(--brand-red);line-height:1.15;margin-top:0}.formula-toggle{display:flex;align-items:center;gap:10px;margin-top:-18px;margin-bottom:26px;padding:0;background:none;border:none;cursor:pointer;font-size:17px;font-weight:500;color:#222;transition:opacity .18s ease}.formula-toggle:hover{opacity:.65}.formula-toggle-icon{font-size:20px;transition:transform .25s ease}.formula-toggle.open .formula-toggle-icon{transform:rotate(45deg)}.formula-panel{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .25s ease;margin-top:-22px;margin-bottom:22px}.formula-panel.open{max-height:5000px;opacity:1}.formula-card{border-top:1px solid #ededed}.formula-card:first-child{border-top:none}.formula-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:transparent;border:none;cursor:pointer;text-align:left}.formula-header:hover{opacity:.7}.formula-title{font-size:18px;font-weight:600;color:#222}.formula-chevron{font-size:24px;font-weight:300;color:#666;transition:transform .25s ease}.formula-title{font-size:16px;font-weight:500;margin-bottom:8px;color:#222}.formula-body{max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease;opacity:0}.formula-card.expanded .formula-body{max-height:3000px;opacity:1;padding-bottom:22px}.formula-card.expanded .formula-chevron{transform:rotate(45deg)}.formula-description{color:#444;font-size:15px;line-height:1.9}.formula-description p{margin:0 0 18px;color:#444}.formula-description p:last-child{margin-bottom:0}.formula-description strong{color:#222}.formula-ingredients-title{font-size:14px;font-weight:600;color:#444;margin-bottom:12px}.formula-ingredients{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.formula-ingredients span{padding:6px 12px;border:1px solid #dddddd;border-radius:999px;background:#f4f4f4;font-size:13px;color:#444}.article-page,.article-detail-page{flex:1;overflow-y:auto;padding:20px 0 40px}.article-content,.article-detail-content{max-width:720px;margin:0 auto}@media(max-width:768px){.article-content,.article-detail-content{width:100%;max-width:100%;padding-left:14px;padding-right:14px}}.article-title{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:500;margin-bottom:18px}.article-intro{font-size:17px;line-height:1.7;color:#555;margin-bottom:42px}.article-card{background:#fff;border:1px solid #ececec;border-radius:22px;padding:28px;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000000d}.article-meta{font-size:14px;color:#888;margin-bottom:18px}.article-card-title{font-size:30px;line-height:1.25;margin-bottom:18px}.article-card-summary{font-size:17px;line-height:1.8;color:#555;margin-bottom:26px}.article-read-button{background:transparent;border:none;padding:0;font-size:15px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:#222}.article-read-button:hover{text-decoration:underline}.article-detail-title{font-family:Cormorant Garamond,serif;font-size:46px;line-height:1.2;margin-bottom:16px}.article-hero{background:#f7f7f5;border-radius:24px;padding:46px;margin:34px 0 42px}.article-body{font-size:18px;line-height:2;color:#444}.article-body h2{font-size:30px;margin-top:56px;margin-bottom:18px;color:#222}.article-body p{margin-bottom:22px}.article-lead{font-size:24px;line-height:1.8;color:#222}.article-body blockquote{border-left:4px solid var(--brand-red);padding-left:22px;margin:36px 0;font-size:22px;line-height:1.8;font-style:italic;color:#444}.article-references{margin-top:4.5rem;padding-top:2.5rem;border-top:1px solid #ececec}.article-references h2{margin-top:0!important}.article-references ol{padding-left:1.4rem}.article-references li{margin-bottom:1rem;line-height:1.8}.article-references a{word-break:break-word}.testimonial-card{margin:28px 0 18px}.testimonial-link{display:block;overflow:hidden;background:#fff;border:1px solid #ececec;border-radius:22px;text-decoration:none;color:inherit;box-shadow:0 8px 24px #0000000d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.testimonial-link:hover{transform:translateY(-2px);border-color:#e3e3e3;box-shadow:0 14px 34px #00000014}.testimonial-link img{display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;background:#f6f6f6}.testimonial-content{padding:22px}.testimonial-label{display:inline-block;margin-bottom:12px;padding:6px 12px;border-radius:999px;background:#b31e2314;color:var(--brand-red);font-size:12px;font-weight:700;letter-spacing:.08em}.testimonial-content h3{margin-bottom:10px;font-size:24px;color:#222}.testimonial-content p{margin-bottom:18px;color:#555;line-height:1.8}.testimonial-content span{display:inline-flex;align-items:center;font-weight:700;color:var(--brand-red)}.testimonial-note{margin-top:14px;font-size:.95rem;color:#777;line-height:1.8}@media(max-width:768px){.testimonial-card{margin:24px 0 16px}.testimonial-link{border-radius:18px}.testimonial-content{padding:18px}.testimonial-content h3{font-size:21px}}.bubble-demo{display:flex;justify-content:center;align-items:center;gap:18px;min-height:150px}.bubble{width:48px;height:48px;border-radius:50%;border:2px solid rgba(179,30,35,.22);background:#b31e230d}.bubble.big{width:72px;height:72px}.bubble.small{width:32px;height:32px}@media(max-width:768px){.article-title{font-size:40px}.article-card{padding:22px}.article-card-title{font-size:24px}.article-detail-title{font-size:34px}.article-lead{font-size:21px}.article-body{max-width:100%;font-size:1.06rem;line-height:1.95;letter-spacing:.01em;text-wrap:pretty}.article-body p{margin:0 0 1.35rem}.article-body h2{margin:3rem 0 1.25rem;line-height:1.35}.article-body h3{margin:2.2rem 0 1rem}.article-body blockquote{margin:2.2rem 0;padding:.25rem 0 .25rem 1.1rem;border-left-width:5px;font-size:1.08rem;line-height:1.85}.article-body ul,.article-body ol{margin:1.4rem 0;padding-left:1.4rem}.article-body li{margin-bottom:.8rem;line-height:1.8}.article-hero{padding:14px;margin:20px 0 36px;border-radius:18px;overflow:hidden}.article-hero-content,.article-hero-image{width:100%;margin:0;padding:0;min-height:0;aspect-ratio:auto}.article-hero-content img,.article-hero-image img,.article-hero img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain;border-radius:12px}.article-body a{text-decoration-thickness:1.5px;text-underline-offset:3px;word-break:break-word}.article-body strong{font-weight:700}.article-body hr{margin:2.8rem 0;opacity:.12}.article-body ul li+li,.article-body ol li+li{margin-top:.7rem}}.process-diagram{display:flex;justify-content:center;align-items:center;gap:18px;margin:30px 0 42px;flex-wrap:wrap}.process-step{width:110px;text-align:center}.process-icon{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;background:#faf8f6;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-size:32px}.process-label{font-size:14px;color:#555}.process-arrow{font-size:28px;color:#999}@media(max-width:768px){.process-step{width:82px}.process-icon{width:58px;height:58px;font-size:26px}.process-arrow{font-size:22px}}.surfactant-diagram{display:flex;align-items:center;justify-content:center;gap:18px;margin:36px 0 24px}.surfactant-head{display:flex;flex-direction:column;align-items:center;color:#b31e23;font-size:42px;line-height:1}.surfactant-head span{margin-top:10px;font-size:13px;color:#555}.surfactant-tail{width:180px;height:4px;background:repeating-linear-gradient(90deg,#999 0,#999 12px,transparent 12px,transparent 20px)}.surfactant-oil{background:#f6d365;color:#333;padding:14px 24px;border-radius:999px;font-weight:600;letter-spacing:.08em}.surfactant-note{background:#faf8f6;border-radius:18px;padding:20px 24px;margin-bottom:28px;line-height:1.9;color:#555}@media(max-width:768px){.surfactant-diagram{flex-direction:column;gap:14px}.surfactant-tail{width:4px;height:70px;background:repeating-linear-gradient(180deg,#999 0,#999 12px,transparent 12px,transparent 20px)}}.article-footer{margin-top:70px;padding-top:50px;border-top:1px solid #ececec}.article-author,.article-publish,.article-reading{margin-bottom:18px}.article-author-label{font-size:14px;color:#888}.share-toast{position:fixed;left:50%;bottom:34px;transform:translate(-50%) translateY(18px);background:#222;color:#fff;padding:14px 22px;border-radius:999px;font-size:14px;font-weight:500;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;z-index:99999;box-shadow:0 10px 24px #0000002e}.share-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.drawer{display:flex;flex-direction:column}.drawer-menu{flex:1}.drawer-social{display:flex;justify-content:center;align-items:center;gap:34px;padding:28px 0 calc(44px + env(safe-area-inset-bottom));border-top:1px solid #efefef;flex-shrink:0}.drawer-social-link{display:flex;align-items:center;justify-content:center;width:56px;height:56px;color:#666;border-radius:50%;transition:color .2s ease,transform .2s ease}.drawer-social-link:hover{color:#b31e23;transform:translateY(-2px)}.drawer-social-link img{width:34px;height:34px;display:block;object-fit:contain}.product-detail-tabs{display:flex;gap:28px;margin:24px 0 8px;padding-bottom:10px;border-bottom:1px solid #efefef}.product-detail-tab{appearance:none;-webkit-appearance:none;background:none;border:none;outline:none;padding:0;font-size:16px;font-weight:500;color:#9b9b9b;cursor:pointer;position:relative;transition:.2s}.product-detail-tab:hover{color:#222}.product-detail-tab.active{color:#222;font-weight:600}.product-detail-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;border-radius:999px;background:var(--brand-red)}@media(max-width:768px){body{padding:20px}.container{padding:18px}.chat-layout{overflow:hidden}.composer{padding:6px 0 0;background:#fff}.story-composer{width:100%}.hero{margin-bottom:24px}.hero-brand{margin-bottom:28px}.hero-manifesto p{font-size:22px;line-height:1.5}.companion-title{font-size:24px}.companion-message{font-size:17px}.story-box{width:100%;min-height:64px;max-height:140px;padding:16px 60px 16px 18px;font-size:16px;line-height:1.6}.product-cards{grid-template-columns:1fr;gap:28px;margin-top:32px}.product-card{min-height:auto;padding:22px}.product-name{font-size:22px;line-height:1.25}.product-image{min-height:180px}.product-photo{max-width:190px}.message{margin-bottom:6px}.option-button{max-width:100%}.about-story p{margin-bottom:18px;line-height:1.65}.about-intro-layout{display:flex;align-items:flex-start;gap:16px}.about-intro-text{flex:1}.about-founder{width:140px;flex:0 0 140px;margin-top:0;align-self:flex-start;text-align:center}.founder-photo{width:140px;max-width:none;margin:0 auto 10px}.founder-name{font-size:15px;line-height:1.4}.founder-title{font-size:12px}.about-story{margin-top:18px}.about-start-button{margin-top:40px}}.contact-time-hero{display:flex;flex-direction:column;align-items:center;gap:14px;padding:48px 24px}.contact-product{font-size:13px;font-weight:700;letter-spacing:2px;color:#333}.contact-product.secondary{margin-top:8px}.contact-time{font-size:22px;font-weight:700;color:#111}.contact-arrow{font-size:26px;color:#999}.contact-rinse{font-size:14px;letter-spacing:2px;color:#777}.contact-divider{width:70%;height:1px;background:#e8e8e8;margin:8px 0}.contact-bar{width:220px;height:12px;background:#ececec;border-radius:999px;overflow:hidden}.contact-bar-fill{width:100%;height:100%;background:linear-gradient(90deg,#d64a4a,#ef8b8b)}.contact-duration{font-size:14px;color:#666}.article-footer{margin-top:64px}.article-author-card,.article-publish-card,.article-reading-card{margin-bottom:34px}.article-author-label{font-size:12px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase;color:#8f8f8f;margin-bottom:8px}.article-author-name,.article-footer-date,.article-footer-reading{font-size:17px;font-weight:600;line-height:1.4;color:#1d1d1d}.article-divider{border:0;border-top:1px solid #ececec;margin:42px 0}.article-share-title{margin:0 0 28px;font-size:18px;font-weight:600;color:#222}.article-share{display:flex;justify-content:center;align-items:center;gap:26px;margin:18px 0 34px}.share-icon-button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;margin:0;background:transparent;border:none;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.share-icon-button:hover{transform:translateY(-2px);opacity:.75}.share-icon{width:34px;height:34px;display:block;object-fit:contain}.article-brand{padding:18px 0 12px;text-align:center}.article-brand-logo{display:inline-flex;align-items:baseline;justify-content:center;font-family:Cormorant Garamond,serif;margin-bottom:10px}.article-brand-logo .brand-skin,.article-brand-logo .brand-donesia{font-size:42px}.article-brand-tagline{margin-top:8px;font-size:16px;letter-spacing:1px;color:#6b6b6b}.article-brand-link{margin-top:8px;font-size:15px;font-weight:500;color:#666}.article-story-image{display:flex;justify-content:center;margin:42px 0}.article-story-image img{width:100%;max-width:360px;display:block;border-radius:20px;box-shadow:0 10px 30px #00000014}.article-hero-image{margin:32px 0 48px}.article-hero-image img{width:100%;display:block;border-radius:22px}
