@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600&display=swap";body{margin:0}.nav{z-index:100;padding:0 clamp(20px,5vw,60px);transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f9f5eef5;box-shadow:0 1px #00000014}.nav__inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;display:flex}.nav__logo img{width:auto;height:44px}.nav__links{align-items:center;gap:36px;list-style:none;display:flex}.nav__links a{letter-spacing:.08em;text-transform:uppercase;color:var(--forest);font-size:13px;font-weight:500;transition:color .2s}.nav__links a:hover{color:var(--orange)}.nav__lang{letter-spacing:.12em;text-transform:uppercase;border:1.5px solid var(--orange);color:var(--orange);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);background:0 0;border-radius:2px;padding:6px 14px;transition:all .2s}.nav__lang:hover{background:var(--orange);color:var(--white)}.nav__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav__burger span{background:var(--forest);width:24px;height:2px;transition:all .2s;display:block}@media (width<=768px){.nav__burger{display:flex}.nav__links{background:var(--cream);border-bottom:1px solid var(--cream-dark);flex-direction:column;gap:20px;padding:24px 32px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 8px 24px #00000014}.nav__links--open{display:flex}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__img{object-fit:cover;object-position:center 40%;filter:brightness(.38)saturate(.9)contrast(1.05);width:100%;height:100%}.hero__overlay{background:linear-gradient(130deg,#1c261dd1 0%,#2c3b2d8c 45%,#e8651a1f 100%);position:absolute;inset:0}.hero__content{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;padding:110px clamp(20px,5vw,60px) 70px;display:grid;position:relative}.hero__text{max-width:620px}.hero__eyebrow{letter-spacing:.22em;font-size:12px;color:var(--stone)!important}.hero__headline{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;margin-bottom:14px;font-size:clamp(48px,6.5vw,86px);line-height:1.02}.hero__subhead{font-family:var(--font-display);color:var(--orange-light);letter-spacing:.01em;margin-bottom:28px;font-size:clamp(19px,2.2vw,28px);font-style:italic}.hero__body{color:#fffc;max-width:520px;margin-bottom:44px;font-size:clamp(15px,1.4vw,17px);line-height:1.78}.hero__actions{flex-wrap:wrap;gap:16px;display:flex}.hero__btn-outline{color:var(--white)!important;border-color:#ffffff73!important}.hero__btn-outline:hover{color:var(--white)!important;background:#ffffff1f!important;border-color:#ffffffb3!important}.hero__soap-card{-webkit-backdrop-filter:blur(18px);background:#ffffff12;border:1px solid #ffffff2e;border-radius:10px;width:240px;padding:16px;animation:7s ease-in-out infinite float}.hero__soap-img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%;display:block}.hero__soap-badge{letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6;border-top:1px solid #ffffff24;justify-content:space-between;margin-top:12px;padding-top:12px;font-size:11px;font-weight:600;display:flex}@keyframes float{0%,to{transform:translateY(0)rotate(.3deg)}50%{transform:translateY(-14px)rotate(-.3deg)}}@media (width<=900px){.hero__content{grid-template-columns:1fr;padding-top:120px}.hero__soap-visual{display:none}}.trust-bar{background:var(--forest);flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(24px,4vw,64px);padding:24px clamp(20px,5vw,60px);display:flex}.trust-bar__item{color:var(--cream);align-items:center;gap:10px;display:flex}.trust-bar__icon{color:var(--orange-light);align-items:center;display:flex}.trust-bar__label{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:13px;font-weight:500}.about{background:var(--cream)}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,100px);display:grid}.about__images{height:520px;position:relative}.about__img-main{border-radius:var(--radius-lg);width:75%;height:380px;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 20px 60px #0000001f}.about__img-main img{object-fit:cover;width:100%;height:100%}.about__img-secondary{border-radius:var(--radius-lg);border:4px solid var(--cream);width:55%;height:260px;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 12px 40px #00000026}.about__img-secondary img{object-fit:cover;width:100%;height:100%}.about__stats{border-top:1px solid var(--cream-dark);align-items:center;gap:32px;margin-top:40px;padding-top:32px;display:flex}.about__stat{flex-direction:column;gap:4px;display:flex}.about__stat-num{font-family:var(--font-display);color:var(--orange);font-size:36px;line-height:1}.about__stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:500}.about__stat-divider{background:var(--cream-dark);width:1px;height:48px}@media (width<=900px){.about__grid{grid-template-columns:1fr}.about__images{height:340px}.about__img-main{width:80%;height:280px}.about__img-secondary{width:50%;height:200px}}.ingredients{background:var(--forest);color:var(--cream)}.ingredients .eyebrow{color:var(--orange-light)}.ingredients .section-headline{color:var(--white)}.ingredients .body-lg{color:#f9f5eeb3}.ingredients__header{max-width:600px;margin-bottom:60px}.ingredients__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2px;display:grid}.ingredient-card{background:#ffffff0a;border:1px solid #ffffff0f;gap:24px;padding:32px;transition:background .2s;display:flex}.ingredient-card:hover{background:#ffffff14}.ingredient-card__num{font-family:var(--font-display);color:var(--orange);opacity:.35;flex-shrink:0;width:48px;font-size:40px;line-height:1}.ingredient-card__name{font-family:var(--font-display);color:var(--white);margin-bottom:10px;font-size:20px}.ingredient-card__desc{color:#f9f5eea6;font-size:15px;line-height:1.65}.products{background:var(--orange-pale)}.products__header{max-width:600px;margin-bottom:56px}.products__layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:clamp(32px,5vw,72px);display:grid}.products__gallery{grid-template-rows:repeat(2,200px);grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.products__gallery-item{border-radius:6px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.products__gallery-item:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 32px #00000029}.products__gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.products__gallery-item--0{grid-row:span 2;height:100%}.products__info{padding-top:4px}.products__coming{background:var(--cream);border-left:3px solid var(--orange);border-radius:6px;align-items:flex-start;gap:14px;margin-bottom:28px;padding:22px;display:flex}.products__coming-icon{color:var(--orange);flex-shrink:0;margin-top:2px}.products__coming-text{color:var(--text-body);font-size:15px;font-style:italic;line-height:1.6}.products__details{border:1px solid var(--cream-dark);background:var(--white);border-radius:6px;margin-bottom:28px;overflow:hidden}.products__detail-row{border-bottom:1px solid var(--cream-dark);justify-content:space-between;align-items:center;padding:13px 18px;font-size:14px;display:flex}.products__detail-row:last-child{border-bottom:none}.products__detail-row span:first-child{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:500}.products__detail-row span:last-child{color:var(--text-body);text-align:right;font-weight:500}.products__cta{justify-content:center;width:100%;padding:16px}@media (width<=960px){.products__layout{grid-template-columns:1fr}.products__gallery{grid-template-rows:repeat(2,160px)}}@media (width<=480px){.products__gallery{grid-template-rows:repeat(3,140px);grid-template-columns:repeat(2,1fr)}.products__gallery-item--0{grid-row:span 1}}.why{background:var(--cream-dark)}.why__header{max-width:560px;margin-bottom:56px}.why__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:56px;display:grid}.why-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #0000;padding:32px 28px;transition:border-color .2s,transform .2s}.why-card:hover{border-color:var(--orange);transform:translateY(-4px)}.why-card__icon{color:var(--orange);margin-bottom:20px}.why-card__title{font-family:var(--font-display);color:var(--forest);margin-bottom:12px;font-size:20px}.why-card__desc{color:var(--text-muted);font-size:15px;line-height:1.7}.why__cta-row{justify-content:center;display:flex}.contact{background:var(--cream)}.contact__grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:clamp(40px,6vw,100px);display:grid}.contact__info .section-headline{margin-bottom:20px}.contact__info .body-lg{margin-bottom:32px}.contact__details{flex-direction:column;gap:14px;margin-bottom:40px;display:flex}.contact__detail{color:var(--text-body);align-items:center;gap:12px;font-size:15px;display:flex}.contact__detail svg{color:var(--orange);flex-shrink:0}.contact__detail a{color:var(--orange);font-weight:500}.contact__detail a:hover{text-decoration:underline}.contact__image{border-radius:var(--radius-lg);height:220px;overflow:hidden}.contact__image img{object-fit:cover;object-position:center top;width:100%;height:100%}.contact__form-wrap{background:var(--white);border-radius:var(--radius-lg);padding:clamp(28px,4vw,48px);box-shadow:0 8px 40px #00000012}.contact__form{flex-direction:column;gap:20px;display:flex}.form-row{gap:16px;display:flex}.form-row--2>*{flex:1}.form-field{flex-direction:column;gap:6px;display:flex}.form-field label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:600}.req{color:var(--orange)}.form-field input,.form-field textarea{font-family:var(--font-body);border:1.5px solid var(--cream-dark);border-radius:var(--radius);background:var(--cream);color:var(--text-body);resize:vertical;outline:none;padding:12px 16px;font-size:15px;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--orange);background:var(--white)}.contact__submit{justify-content:center;width:100%;padding:16px;font-size:15px}.contact__submit:disabled{opacity:.6;cursor:not-allowed}.contact__error{color:#c0392b;border-radius:var(--radius);background:#fde8e8;padding:12px 16px;font-size:14px}.contact__success{text-align:center;padding:60px 32px}.contact__success-icon{background:var(--forest);width:64px;height:64px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:28px;display:flex}.contact__success p{color:var(--forest);font-size:18px;line-height:1.6}@media (width<=900px){.contact__grid{grid-template-columns:1fr}.contact__image{height:160px}.form-row{flex-direction:column}}.footer{background:var(--charcoal);color:var(--cream)}.footer__top{max-width:var(--max-w);grid-template-columns:1fr 1fr;gap:60px;margin:0 auto;padding:60px clamp(20px,5vw,60px) 48px;display:grid}.footer__tagline{color:#f9f5ee8c;max-width:320px;margin-top:16px;font-size:14px;line-height:1.7}.footer__links{gap:60px;display:flex}.footer__col h4{letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:16px;font-size:11px;font-weight:600}.footer__col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__col li{color:#f9f5eea6;font-size:14px}.footer__col a{transition:color .2s}.footer__col a:hover{color:var(--orange)}.footer__soap-bar{width:100%;height:5px;display:flex}.footer__soap-segment{flex:1}.footer__soap-segment--1{background:var(--stone);opacity:.4}.footer__soap-segment--2{background:var(--orange);opacity:.6}.footer__soap-segment--3{background:var(--stone-dark);opacity:.3}.footer__soap-segment--4{background:var(--orange-light);opacity:.5}.footer__soap-segment--5{background:var(--cream-dark);opacity:.2}.footer__bottom{color:#f9f5ee66;max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:20px clamp(20px,5vw,60px);font-size:12px;display:flex}.footer__bottom a{color:#f9f5ee66;transition:color .2s}.footer__bottom a:hover{color:var(--orange)}@media (width<=768px){.footer__top{grid-template-columns:1fr;gap:32px}.footer__links{gap:32px}.footer__bottom{text-align:center;flex-direction:column;gap:8px}}:root{--cream:#f9f5ee;--cream-dark:#ede8dc;--stone:#c4b49a;--stone-dark:#8a7b68;--orange:#e8651a;--orange-light:#f28240;--orange-pale:#fdf0e8;--forest:#2c3b2d;--forest-light:#3d5040;--charcoal:#1a1a1a;--white:#fff;--text-body:#3d3530;--text-muted:#7a6f65;--font-display:"DM Serif Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--radius:2px;--radius-lg:8px;--section-pad:clamp(64px, 8vw, 112px);--max-w:1200px;--max-w-text:720px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65}img{max-width:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block}a{color:inherit;text-decoration:none}.section{padding:var(--section-pad) clamp(20px, 5vw, 60px)}.container{max-width:var(--max-w);margin:0 auto}.eyebrow{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:16px;font-size:11px;font-weight:600}.display-headline{font-family:var(--font-display);color:var(--forest);margin-bottom:24px;font-size:clamp(36px,5vw,64px);line-height:1.08}.section-headline{font-family:var(--font-display);color:var(--forest);margin-bottom:20px;font-size:clamp(28px,4vw,48px);line-height:1.12}.body-lg{color:var(--text-muted);max-width:var(--max-w-text);font-size:clamp(15px,1.4vw,18px);line-height:1.78}.btn{font-family:var(--font-body);letter-spacing:.08em;border-radius:var(--radius);cursor:pointer;text-transform:uppercase;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:13px;font-weight:600;transition:all .18s;display:inline-flex}.btn-primary{background:var(--orange);color:var(--white);box-shadow:0 2px 12px #e8651a4d}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 6px 20px #e8651a61}.btn-outline{color:var(--forest);border:1.5px solid var(--forest);background:0 0}.btn-outline:hover{background:var(--forest);color:var(--white)}.btn-ghost{color:var(--orange);border:1.5px solid var(--orange);background:0 0}.btn-ghost:hover{background:var(--orange);color:var(--white)}@media (width<=768px){.section{padding:52px clamp(16px,4vw,28px)}}
