/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/latin-variable-0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/latin-variable-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{--ink:#18382a;--green:#224b36;--lime:#dfef8d;--paper:#f7f7ef;--orange:#ef8c46;--muted:#647468;--line:#dce2d7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--orange);outline-offset:5px}button{cursor:pointer}nav{height:90px;display:flex;align-items:center;justify-content:space-between;gap:25px;max-width:1440px;margin:auto;padding:0 5vw}.brand{font-family:Manrope,sans-serif;font-size:27px;letter-spacing:-1.5px;font-weight:800;display:flex;align-items:center;gap:10px}.brand b{font-weight:400;color:#72834a}.mark{width:32px;height:32px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:22px}.navlinks{display:flex;gap:35px;font-size:14px}.navcta{padding:13px 21px;border:1px solid var(--ink);border-radius:30px;font-size:14px}.navcta:hover{background:var(--ink);color:white}.hero{max-width:1500px;margin:0 auto;padding:0 24px;position:relative}.hero-inner{min-height:680px;position:relative;overflow:hidden;border-radius:22px;background:#173d2d;color:white;display:grid;grid-template-columns:1fr 1fr}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% 40%;transform:scale(1.03);animation:arrive 2s ease-out both}.hero-inner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,37,25,.95) 0%,rgba(10,37,25,.85) 27%,rgba(10,37,25,.35) 58%,rgba(10,37,25,.02) 100%);pointer-events:none}.hero-copy{z-index:2;padding:70px 0 70px 5vw;align-self:center;position:relative;width:620px;max-width:100%}.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:600;display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';height:1px;width:25px;background:currentColor}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(48px,5.3vw,78px);line-height:1.06;letter-spacing:-4px;font-weight:500;margin:27px 0}.hero h1 span{color:var(--lime)}.hero-copy>p{max-width:385px;color:#e0e8dc;line-height:1.65;margin:25px 0 30px}.buttons{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.btn{border:0;border-radius:35px;display:inline-flex;justify-content:center;align-items:center;gap:25px;background:var(--lime);color:#19392a;padding:17px 24px;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0002}.textlink{font-size:14px;border-bottom:1px solid #ffffff65;padding:10px 0}.hero-bottom{display:flex;gap:25px;margin-top:42px;color:#d2dfca;font-size:12px}.hero-bottom span{display:flex;align-items:center;gap:8px}.circle{width:20px;height:20px;border:1px solid #92a98b;border-radius:50%;display:inline-grid;place-items:center}.portrait-label{position:absolute;z-index:3;bottom:38px;right:38px;background:#f7f7efef;backdrop-filter:blur(15px);color:var(--ink);border-radius:16px;padding:17px 23px;min-width:215px;box-shadow:0 12px 35px #001b1c24;animation:float 7s ease-in-out infinite}.portrait-label small{font-size:11px;display:block;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:7px}.portrait-label strong{font-size:21px;font-weight:500}.portrait-label p{font-size:13px;margin:5px 0 0;color:var(--muted)}.photo-note{color:#748271;font-size:11px;display:block;text-align:right;margin:8px 12px 0}.ribbon{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:25px auto 65px;padding:12px 30px;gap:20px;font-size:13px;color:#536653}.ribbon .separator{height:18px;width:1px;background:#cad2c4}.section{max-width:1280px;margin:auto;padding:55px 40px 75px}.heading-row{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:35px}.heading-row h2,.story h2,.contact h2{font-family:Manrope,sans-serif;font-size:clamp(34px,3.4vw,49px);font-weight:500;letter-spacing:-2px;line-height:1.16;margin:20px 0 0}.heading-row>p{max-width:360px;line-height:1.65;color:var(--muted);margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{min-height:340px;border-radius:18px;position:relative;overflow:hidden;background:#e6eada}.product-visual{height:245px;overflow:hidden;background:#e5e8d6}.product-visual img{width:300%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block;transition:transform .65s}.product:nth-child(2) img{margin-left:-100%}.product:nth-child(3) img{margin-left:-200%}.product:hover img{transform:scale(1.03)}.product-text{padding:20px 22px;background:#eeeee3;display:flex;align-items:center;justify-content:space-between}.product h3{margin:0 0 4px;font-size:23px;letter-spacing:-.7px;font-weight:500}.product p{font-size:13px;color:var(--muted);margin:0}.product .arrow{border:1px solid #bcc9af;width:37px;height:37px;border-radius:50%;display:grid;place-items:center}.small-note{font-size:12px;color:var(--muted);margin-top:18px}.story{background:var(--ink);color:var(--paper);border-radius:24px;max-width:1230px;margin:25px auto 30px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.story-art{min-height:490px;position:relative;overflow:hidden;background:#355640}.story-art img{height:100%;width:100%;object-fit:cover;object-position:76% center;position:absolute}.story-art:after{position:absolute;content:'';inset:0;background:linear-gradient(0deg,#132c22ad,transparent 65%)}.location{position:absolute;bottom:30px;left:30px;z-index:1;font-size:13px;letter-spacing:.5px}.story-text{padding:65px 55px}.story h2{margin-top:24px}.story-text p{color:#d2dece;line-height:1.8;font-size:16px}.signature{font-family:Georgia,serif;font-size:32px;font-style:italic;display:block;margin-top:30px;color:var(--lime)}.signature-sub{font-size:12px;color:#bdcbb9}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{border-top:1px solid #bfc9b8;padding-top:25px}.step .number{font-size:13px;color:#617753}.step h3{font-size:23px;font-weight:500;letter-spacing:-.6px}.step p{color:var(--muted);line-height:1.7;font-size:15px}.contact{max-width:1230px;margin:10px auto 55px;background:var(--lime);padding:60px;border-radius:24px;display:grid;grid-template-columns:1fr 1fr;gap:65px}.contact p{line-height:1.7;max-width:330px}.contact .aside{font-size:13px;opacity:.8;margin-top:35px}form{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{font-size:13px;display:flex;flex-direction:column;gap:7px}.wide{grid-column:1/-1}input,select,textarea{background:#f8fce1;border:1px solid #b2c76c;border-radius:9px;padding:13px;color:var(--ink);min-width:0;width:100%;font-size:15px}textarea{resize:vertical;min-height:78px}.submit{background:var(--ink);color:white;grid-column:1/-1;width:100%;border-radius:10px}.formnote{font-size:12px;grid-column:1/-1;margin:0!important;max-width:none!important}.form-result{grid-column:1/-1;background:#f7fbe0;border-radius:8px;padding:16px;line-height:1.6;font-size:14px}.form-result[hidden]{display:none}footer{max-width:1280px;margin:auto;padding:15px 40px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px}footer p{font-size:12px;color:var(--muted);max-width:380px}footer .brand{font-size:21px}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(25px);transition:opacity .7s,transform .7s}.js .reveal.visible{opacity:1;transform:none}.progress{position:fixed;top:0;left:0;height:3px;background:var(--orange);width:0;z-index:10}.demo{position:fixed;bottom:15px;left:15px;z-index:5;border:1px solid #ffffff25;background:#173729e8;color:#e6efdb;border-radius:30px;padding:8px 14px;font-size:11px;backdrop-filter:blur(10px);pointer-events:none}@keyframes arrive{from{transform:scale(1.1);opacity:.5}to{transform:scale(1.03);opacity:1}}@keyframes float{50%{transform:translateY(-8px)}}
@media(min-width:1550px){.hero-copy{padding-left:75px}}@media(max-width:900px){.navlinks{gap:20px}.hero-inner{min-height:650px}.hero-copy{padding-left:35px;width:500px}.hero h1{font-size:59px}.hero-inner:after{background:linear-gradient(90deg,#0a2519ed,#0a251995 65%,#0a251922)}.portrait-label{right:20px;bottom:25px}.hero-bottom{max-width:290px;flex-wrap:wrap;gap:10px}.story{margin:20px}.story-text{padding:40px 30px}.contact{margin:20px;padding:35px;gap:30px}.ribbon{flex-wrap:wrap;justify-content:center;margin-bottom:20px}.heading-row{align-items:flex-start}.product-visual{height:195px}.product{min-height:290px}.products{gap:14px}}
@media(max-width:620px){nav{height:78px;padding:0 22px}.brand{font-size:23px}.navlinks{display:none}.navcta{font-size:12px;padding:11px 14px}.hero{padding:0 12px}.hero-inner{display:block;min-height:805px;border-radius:16px}.hero-image{object-position:70% center}.hero-inner:after{background:linear-gradient(180deg,#0a2519e8 0%,#0a2519b0 40%,#0a251911 74%,#0a251943)}.hero-copy{padding:35px 25px;max-width:100%;width:auto}.eyebrow{font-size:11px;letter-spacing:1.3px}.hero h1{font-size:54px;letter-spacing:-2.9px;margin:24px 0}.hero-copy>p{font-size:15px;max-width:310px}.hero-bottom{margin-top:25px}.portrait-label{bottom:22px;right:18px;min-width:185px;padding:13px 18px}.portrait-label strong{font-size:19px}.buttons{gap:13px}.btn{font-size:14px;padding:15px 20px}.textlink{font-size:13px}.photo-note{font-size:10px}.ribbon{font-size:11px;padding:5px 20px;gap:12px}.ribbon .separator{display:none}.section{padding:40px 24px}.heading-row{display:block}.heading-row>p{margin-top:20px;font-size:15px}.products{grid-template-columns:1fr}.product-visual{height:240px}.product{min-height:0}.story{grid-template-columns:1fr;margin:15px 12px}.story-art{min-height:360px}.story-text{padding:35px 28px 42px}.steps{grid-template-columns:1fr;gap:22px}.step h3{margin:14px 0 10px}.contact{grid-template-columns:1fr;margin:20px 12px 35px;padding:30px 24px;gap:25px}.contact h2{font-size:36px}.contact .aside{margin-top:20px}.contact form{gap:12px}footer{padding:15px 24px 65px;align-items:flex-start;flex-direction:column;gap:8px}.demo{font-size:10px}.heading-row h2{font-size:36px}}
@media(max-width:620px){.hero-inner{min-height:880px}.hero-image{top:auto;bottom:0;height:470px;object-position:72% center}.hero-inner:after{background:linear-gradient(180deg,#102f21 0%,#102f21 41%,#102f21a0 54%,transparent 70%)}.hero h1{font-size:43px;line-height:1.09;letter-spacing:-2.1px}.hero-copy>p{max-width:300px}.hero-bottom{margin-top:20px}.portrait-label{bottom:24px}.navcta{max-width:133px}.demo{bottom:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}}

.journey-section{max-width:1360px;padding-top:65px}.journey-section em{font-style:normal;color:#64813f;position:relative}.journey-section em:after{content:'';height:8px;background:var(--lime);position:absolute;left:0;right:0;bottom:0;z-index:-1;transform:rotate(-1.5deg)}.journey-landscape{height:350px;position:relative;overflow:hidden;border-radius:24px;background:#f1f0e5;margin:35px 0 0}.journey-landscape>img{width:100%;height:100%;object-fit:cover}.journey-road{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.journey-origin,.journey-destination{position:absolute;top:24px;font-size:11px;letter-spacing:1.5px;font-weight:600;background:#f7f7efdf;padding:9px 13px;border-radius:30px}.journey-origin{left:25px}.journey-destination{right:25px}.journey-pill{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);padding:11px 18px;border-radius:25px;background:var(--ink);color:white;font-size:13px;white-space:nowrap;box-shadow:0 8px 24px #13312320}.journey-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.journey-step{text-align:left;border:1px solid #d6dece;background:#eef0e5;border-radius:20px;padding:26px;color:var(--ink);transition:transform .25s,background .3s,color .3s,box-shadow .3s;display:flex;flex-direction:column;min-width:0}.journey-step:hover{transform:translateY(-5px);box-shadow:0 12px 30px #15322410}.journey-step.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.step-top{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.8px;font-weight:600}.step-num{width:33px;height:33px;border:1px solid #a6b395;border-radius:50%;display:grid;place-items:center;font-size:13px;flex-shrink:0}.active .step-num{background:var(--lime);border-color:var(--lime);color:var(--ink)}.step-symbol{margin-left:auto;font-size:20px}.journey-step h3{font-family:Manrope,sans-serif;font-weight:500;font-size:26px;line-height:1.23;letter-spacing:-1px;margin:25px 0 15px}.journey-step p{font-size:15px;line-height:1.7;color:#5b6d5d;margin:0 0 25px}.journey-step.active p{color:#d8e2d1}.step-output{margin-top:auto;border-top:1px solid #a6b39555;padding-top:17px;font-size:12px;line-height:1.5}.active .step-output{color:var(--lime)}.journey-foot{font-size:12px;color:var(--muted);text-align:center;line-height:1.6;margin:20px 0 0}#delivery-truck{filter:drop-shadow(0 6px 8px #17322425)}
@media(max-width:900px){.journey-step{padding:20px}.journey-step h3{font-size:22px}.step-top{font-size:9px;letter-spacing:0}.journey-landscape{height:280px}}
@media(max-width:620px){.journey-section{padding:45px 20px}.journey-landscape{height:205px;margin-top:25px}.journey-landscape>img{object-fit:cover}.journey-origin,.journey-destination{font-size:8px;letter-spacing:.4px;top:10px;padding:7px 8px}.journey-origin{left:8px}.journey-destination{right:8px}.journey-pill{font-size:10px;padding:8px 12px;bottom:10px}.journey-steps{grid-template-columns:1fr;gap:13px;margin-top:18px;padding-left:18px;position:relative}.journey-steps:before{content:'';position:absolute;left:3px;top:40px;bottom:40px;width:2px;background:repeating-linear-gradient(to bottom,#80985f 0 5px,transparent 5px 11px)}.journey-step{padding:23px;position:relative}.journey-step:before{content:'';position:absolute;left:-21px;top:38px;width:8px;height:8px;background:#779452;border:3px solid var(--paper);border-radius:50%}.journey-step.active:before{background:var(--orange)}.step-top{font-size:11px;letter-spacing:.5px}.journey-step h3{font-size:27px;margin:20px 0 12px}.journey-step p{font-size:15px;margin-bottom:20px}.journey-foot{text-align:left}}


.brand-v2{gap:11px;flex-shrink:0}.brand-emblem{display:block;width:46px;height:46px;transition:transform .3s}.brand-v2:hover .brand-emblem{transform:rotate(-6deg)}.brand-lockup{display:flex;flex-direction:column;gap:6px}.brand-name{font-family:Manrope,sans-serif;font-size:28px;font-weight:800;line-height:1;letter-spacing:-1.6px}.brand-amp{display:inline-block;font-family:Georgia,serif;font-style:italic;font-weight:400;color:#72834a;margin:0 4px}.brand-dot{color:#d77537}.brand-baseline{font-size:8px;font-weight:600;letter-spacing:2px;line-height:1.2}.navcta{display:inline-flex;align-items:center;gap:11px}.ui-icon{width:21px;height:21px;flex-shrink:0;vertical-align:middle}.btn .ui-icon{width:23px;height:23px}.arrow .ui-icon{width:18px;height:18px}.step-symbol{font-size:26px}.brand-v2 .brand-baseline{color:#647468}footer .brand-emblem{width:38px;height:38px}footer .brand-name{font-size:24px}
@media(max-width:900px){.navlinks{gap:18px}.brand-name{font-size:25px}.brand-emblem{width:42px;height:42px}.navcta{padding:12px 15px}}
@media(max-width:620px){nav{padding:0 18px;gap:12px}.brand-v2{gap:8px}.brand-name{font-size:23px;letter-spacing:-1.1px}.brand-emblem{width:37px;height:37px}.brand-baseline{font-size:7px;letter-spacing:1.3px}.brand-lockup{gap:5px}.navcta{font-size:11px;gap:7px;padding:10px 12px;max-width:135px}.navcta .ui-icon{width:18px;height:18px}}

.journey-landscape{height:auto;aspect-ratio:3/1;isolation:isolate;box-shadow:0 18px 60px -35px #17322470;background:#f7f7ef}.journey-landscape>img{display:block;position:absolute;inset:0;transform:scale(1.035) translate(var(--pan-x,0px),var(--pan-y,0px));transition:transform 1.1s cubic-bezier(.2,.6,.2,1);object-fit:cover}.journey-sunbeam{position:absolute;inset:-50%;pointer-events:none;background:linear-gradient(115deg,transparent 39%,#fff8db00 44%,#fff8db55 48%,#fff8db00 53%,transparent 57%);mix-blend-mode:soft-light;animation:sunlight 11s ease-in-out infinite;z-index:1}.transport-label{position:absolute;top:24px;left:50%;transform:translateX(-50%);display:flex;gap:11px;align-items:center;background:#fffff0dd;border:1px solid #fff;border-radius:15px;padding:11px 17px;backdrop-filter:blur(12px);box-shadow:0 8px 24px #18382a15;z-index:2}.transport-label strong{display:block;font-size:14px;font-weight:600}.transport-label small{font-size:11px;color:#647468;display:block;margin-top:3px}.transport-snow{font-size:26px;color:#437b80}.journey-origin,.journey-destination,.journey-pill{z-index:2}.journey-pill{bottom:14px}.journey-landscape[data-stage="1"] .transport-label{box-shadow:0 0 0 4px #dfef8d80,0 8px 24px #18382a20}.journey-landscape[data-stage="2"] .journey-destination{background:#dfef8d}.journey-landscape[data-stage="0"] .journey-origin{background:#dfef8d}@keyframes sunlight{0%,100%{transform:translateX(-8%);opacity:.25}50%{transform:translateX(8%);opacity:.8}}
@media(max-width:900px){.transport-label{top:14px;padding:9px 12px}.transport-label strong{font-size:12px}.journey-origin,.journey-destination{top:14px;font-size:9px}.journey-pill{font-size:11px}}
@media(max-width:620px){.journey-landscape{aspect-ratio:auto;height:270px;overflow:hidden}.journey-landscape>img{top:40px;height:170px;object-fit:contain;transform:translate(var(--pan-x,0px),var(--pan-y,0px))}.journey-origin,.journey-destination{top:10px;font-size:8px;letter-spacing:.2px;padding:7px}.transport-label{top:auto;bottom:40px;padding:8px 12px;border-radius:12px;gap:8px;min-width:180px}.transport-label strong{font-size:12px}.transport-label small{font-size:10px}.transport-snow{font-size:22px}.journey-pill{bottom:5px;font-size:9px;padding:8px 10px}.journey-sunbeam{animation:none}}

.contact{background:#e9efd9;padding:0;gap:0;overflow:hidden;border:1px solid #d6dfc9;grid-template-columns:1fr 1fr}.contact>div{padding:55px 48px;background:linear-gradient(145deg,#e4efbf,#f0f2e5)}.contact h2{font-size:43px;line-height:1.15;margin-top:24px}.contact h2 em{font-style:normal;color:#698544}.contact>div>p{font-size:15px;max-width:385px}.contact-person{display:flex;gap:13px;align-items:center;margin:28px 0}.contact-person img{width:58px;height:58px;border-radius:50%;object-fit:cover;object-position:75% 30%;border:3px solid white}.contact-person strong{font-size:18px;display:block}.contact-person span{font-size:12px;display:block;color:var(--muted);margin-top:5px}.contact-promises{border-top:1px solid #c4d0b4;padding-top:20px;display:grid;gap:13px}.contact-promises>span{display:flex;gap:12px;font-size:12px;color:#658045}.contact-promises b{font-weight:400;color:var(--ink);font-size:13px}.contact .aside{font-size:12px;margin-top:26px}.contact form{background:#fffef7;padding:45px 40px;align-content:start;gap:17px}.form-heading>span{font-size:10px;letter-spacing:1.6px;color:#6b7c5b;font-weight:600}.form-heading h3{font-family:Manrope,sans-serif;font-size:29px;letter-spacing:-1px;font-weight:600;margin:12px 0}.form-heading p{font-size:13px;color:var(--muted);margin:0 0 9px;line-height:1.6}.contact input,.contact select,.contact textarea{background:#f7f8ef;border:1px solid #d8decd;padding:14px}.contact input:focus,.contact select:focus,.contact textarea:focus{background:white}.optional{font-size:11px;font-weight:400;color:#7b8975}.contact textarea{min-height:95px}.contact .submit{background:var(--ink);border-radius:12px;padding:17px}.contact .formnote{font-size:11px;color:#73816b;line-height:1.5}.ribbon{margin-bottom:15px}.journey-section{padding-top:45px}
@media(max-width:1000px){.contact>div{padding:38px 30px}.contact h2{font-size:35px}.contact form{padding:35px 28px}}
@media(max-width:620px){.contact{display:block;padding:0}.contact>div{padding:32px 25px}.contact h2{font-size:34px;letter-spacing:-1.5px}.contact form{padding:30px 24px;gap:15px}.form-heading h3{font-size:27px}.contact-person{margin:23px 0}.contact .aside{margin-bottom:0}.contact input,.contact select,.contact textarea{font-size:16px}.journey-section{padding-top:25px}}

.chat-contact{grid-template-columns:.85fr 1.15fr;align-items:stretch}.chat-contact .chat-intro{padding:52px 40px}.chat-contact .chat-panel{padding:0;background:#fffef8;min-width:0;display:flex;flex-direction:column}.chat-header{padding:25px 25px 20px;display:flex;align-items:center;gap:12px}.assistant-mark{width:42px;height:42px;border-radius:14px;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-size:26px;flex-shrink:0}.chat-header strong{font-size:15px}.chat-header small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.chat-header button{margin-left:auto;border:0;background:none;color:var(--muted);font-size:10px;padding:10px 0}.chat-progress{height:3px;background:#eef0e5}.chat-progress span{display:block;height:100%;width:0;background:var(--orange);transition:width .4s}.chat-status{display:flex;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#718167;padding:17px 27px 8px}.chat-log{max-height:280px;min-height:140px;overflow-y:auto;padding:18px 25px;overscroll-behavior:contain;scrollbar-width:thin;display:flex;flex-direction:column;gap:12px}.chat-bubble{font-size:15px;line-height:1.6;padding:16px 19px;border-radius:18px 18px 18px 4px;background:#eef2e4;max-width:92%;align-self:flex-start;white-space:pre-wrap;overflow-wrap:anywhere;animation:chat-in .25s ease-out}.chat-bubble.visitor{background:var(--ink);color:white;align-self:flex-end;border-radius:18px 18px 4px 18px}.chat-compose{padding:12px 25px 24px}.chat-contact .chat-answer-form{padding:0;background:none;display:flex;flex-wrap:wrap;gap:12px}.chat-answer-form label{flex:1 1 180px}.chat-answer-form .chat-entry{flex:1 1 230px}.chat-answer-form input{min-height:48px}.chat-send{border:0;background:var(--ink);color:white;padding:14px 18px;border-radius:12px;font-weight:600;font-size:13px}.chat-send:hover{background:#376347}.chat-choices{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.chat-choices button{border:1px solid #cdd8ba;border-radius:30px;background:#f7faee;color:var(--ink);padding:10px 13px;font-size:12px;min-height:40px}.chat-choices button:hover{background:var(--lime);border-color:#adc17a}.chat-back{display:block;border:0;background:none;padding:13px 0 0;color:#647468;font-size:12px;text-decoration:underline;text-underline-offset:4px}.chat-contact .composer-hint{font-size:12px;color:var(--muted);max-width:none;margin:0 0 13px}.chat-contact .chat-privacy{font-size:10px;color:var(--muted);max-width:none;border-top:1px solid #e5e8db;margin:auto 25px 0;padding:15px 0 20px;line-height:1.6}.chat-path{display:grid;gap:20px;margin:30px 0}.chat-path span{display:flex;gap:12px;align-items:center;font-size:13px}.chat-path b{border:1px solid #b9c998;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;font-size:10px;font-weight:500}.chat-seal{display:block;margin-top:35px;font-size:9px;letter-spacing:1.4px;color:#69804f}.chat-summary{border:1px solid #dbe2d0;background:#f5f8ee;border-radius:16px;padding:19px}.chat-summary>strong{font-family:Manrope,sans-serif;font-size:17px}.chat-contact .chat-summary p{max-width:none;font-size:13px;margin:12px 0;display:flex;flex-direction:column;overflow-wrap:anywhere}.chat-summary b{font-size:10px;color:#6b7e5d;font-weight:500}.chat-summary-actions{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes chat-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:620px){.chat-contact .chat-intro{padding:30px 25px}.chat-seal{margin-top:20px}.chat-path{gap:12px;margin:22px 0}.chat-header{padding:22px 18px 17px;gap:9px}.chat-header strong{font-size:13px}.chat-header small{font-size:10px}.assistant-mark{width:35px;height:35px}.chat-header button{font-size:9px}.chat-log{padding:15px 18px;max-height:240px}.chat-bubble{font-size:14px}.chat-compose{padding:12px 18px 22px}.chat-contact .chat-answer-form{padding:0}.chat-answer-form .chat-entry{flex-basis:100%}.chat-send{min-height:46px}.chat-contact .chat-privacy{margin-left:18px;margin-right:18px}.chat-summary-actions{align-items:stretch;flex-direction:column}.chat-summary-actions .chat-back{padding:5px 0}.chat-contact .chat-panel{padding:0}}

/* Version 2 — independent visual direction */
:root{--paper:#faf9f2;--lime:#e0ef9b;--ink:#183e30;--muted:#597060}
nav{height:94px}.hero-inner{min-height:620px;border-radius:28px}.hero h1{font-size:clamp(46px,5vw,73px);letter-spacing:-3.6px}.hero-copy{width:680px;padding-top:50px;padding-bottom:50px}.hero-copy .eyebrow{font-size:10px;letter-spacing:1.2px}.hero-copy>p{max-width:420px;font-size:17px}.hero-inner:after{background:linear-gradient(90deg,#102e22f5,#102e22d9 30%,#102e2220 73%)}.hero-bottom{margin-top:28px}.portrait-label{border-radius:18px;border:1px solid #fff9}.section{padding-top:40px;padding-bottom:48px}.heading-row>p{font-size:15px}.journey-section{padding-top:24px}.journey-step{min-height:260px;padding:23px;border-radius:16px}.journey-step h3{font-size:24px;margin:19px 0 13px}.journey-step p{font-size:14px;line-height:1.65;margin-bottom:18px}.journey-foot{max-width:880px;margin:16px auto 0;font-size:11px}.product{border:1px solid #e0e6d6;background:white}.product-text{background:#fffef8;min-height:95px}.product h3{font-family:Manrope,sans-serif;font-weight:600;font-size:24px}.product p{font-size:12px;max-width:240px;line-height:1.5}.story-art{min-height:410px}.story-text{padding:42px}.story h2{font-size:38px}.story-text p{font-size:15px;line-height:1.7}.signature{margin-top:18px}.chat-contact{margin-top:45px;box-shadow:0 20px 70px -40px #214f3940}.chat-contact .chat-intro{padding:40px 36px}.chat-contact h2{font-size:40px}.chat-path{gap:15px;margin:25px 0}.quick-call{margin-top:25px;text-align:left;width:100%;padding:16px 18px;border-radius:14px;border:1px solid #bdce9e;background:#ffffff90;color:var(--ink);font-size:14px;font-weight:600}.quick-call span{display:block;font-size:11px;font-weight:400;margin-top:7px;color:var(--muted)}.quick-call:hover{background:white}.chat-summary p{position:relative;padding-right:55px}.edit-line{position:absolute;right:0;top:4px;border:0;background:transparent;text-decoration:underline;color:#536e46;font-size:10px;padding:6px}.chat-panel{scroll-margin-top:25px}.chat-bubble{font-size:14px}.chat-log{min-height:115px}.chat-answer-form input{background:white}.chat-choices button{background:#eef5dc}.chat-header strong{font-family:Manrope,sans-serif}.ribbon{margin-top:20px;margin-bottom:5px}.demo{font-size:9px;opacity:.8}
@media(max-width:620px){.hero-inner{min-height:800px}.hero-copy{padding:30px 23px}.hero h1{font-size:43px;letter-spacing:-2px}.hero-copy .eyebrow{font-size:9px;letter-spacing:.6px;max-width:280px;line-height:1.7}.hero-copy>p{font-size:15px}.hero-inner:after{background:linear-gradient(180deg,#102f21 0%,#102f21 39%,#102f21a0 52%,transparent 70%)}.hero-image{height:440px}.hero-bottom{gap:8px;margin-top:19px}.section{padding:30px 20px}.heading-row h2{font-size:33px}.journey-step{min-height:0;padding:20px}.journey-step h3{font-size:24px}.journey-steps{gap:10px}.story-text{padding:28px}.story h2{font-size:33px}.story-art{min-height:280px}.chat-contact .chat-intro{padding:25px}.chat-contact h2{font-size:31px;margin-top:15px}.chat-intro .chat-path,.chat-intro .aside{display:none}.chat-intro .contact-person{margin:16px 0}.chat-contact .chat-intro>p{font-size:14px;margin-bottom:12px}.quick-call{margin-top:0;padding:12px 15px}.chat-intro .contact-person img{height:40px;width:40px}.chat-contact{margin-top:20px}.chat-header button{min-height:40px}.chat-choices button{min-height:44px}.chat-back{min-height:40px}.chat-header{padding-top:18px}}

.products{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#9aac7a #e9eddf;padding:5px 0 20px}.products>.product{flex:0 0 31%;scroll-snap-align:start;min-width:0}.products .product-visual img{width:300%;max-width:none}.product-controls{display:flex;align-items:center;justify-content:space-between;margin:-10px 0 16px;gap:15px}.product-controls>span{font-size:12px;color:var(--muted)}.product-controls>div{display:flex;gap:9px}.product-controls button{width:44px;height:44px;border:1px solid #bdcbaa;border-radius:50%;background:transparent;color:var(--ink);font-size:20px}.product-controls button:hover{background:var(--lime)}.product-controls button:disabled{opacity:.3;cursor:default}.product-more{background:var(--ink);color:var(--paper);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:28px}.product-more .more-copy{position:relative;z-index:1}.product-more .eyebrow{font-size:9px;color:var(--lime);letter-spacing:1px}.product-more h3{font-size:30px;line-height:1.2;margin:20px 0 15px;color:white}.product-more p{font-size:14px;color:#d8e2cd;line-height:1.6}.more-cta{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding-top:17px;border-top:1px solid #91a77b66;font-size:13px;color:var(--lime)}.more-orbit{position:absolute;width:190px;height:190px;border:1px solid #dfee9020;border-radius:50%;right:-65px;top:-60px;display:grid;place-items:center;box-shadow:0 0 0 30px #dfee9008,0 0 0 60px #dfee9005}.more-orbit span{font-size:60px;font-weight:400;color:#dfee9040}.product-more:hover{background:#24543b}
@media(max-width:900px){.products>.product{flex-basis:44%}}
@media(max-width:620px){.products{gap:14px;margin-right:-20px;padding-right:20px}.products>.product{flex-basis:84%;min-height:350px}.product-controls>span{font-size:11px}.product-more{padding:26px}.product-more h3{font-size:30px}.products .product-visual{height:240px}}

/* Positionner le titre de la méthode au début de la fenêtre. */
#methode{scroll-margin-top:-20px}
html{scroll-padding-top:24px}
@media(max-width:620px){#methode{scroll-margin-top:-26px}}

#chat-launcher{position:fixed;bottom:25px;right:25px;z-index:30;display:flex;align-items:center;gap:11px;padding:17px 22px;border:1px solid #e3edbe;border-radius:40px;background:var(--ink);color:var(--lime);box-shadow:0 8px 30px #173d3038;font-size:14px;font-weight:600;transition:transform .2s}#chat-launcher:hover{transform:translateY(-3px)}#chat-launcher[hidden]{display:none}#chat-dialog{position:fixed;inset:auto 22px 22px auto;margin:0;width:520px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 44px);padding:0;border:1px solid #d4dfc5;border-radius:24px;background:#fffef8;color:var(--ink);box-shadow:0 25px 90px #102b2255;overflow-y:auto}#chat-dialog::backdrop{background:#102b2240;backdrop-filter:blur(3px)}.chat-dialog-bar{display:flex;align-items:center;justify-content:space-between;padding:11px 20px;background:#eef3df;gap:15px}.chat-dialog-bar>span{font-size:9px;letter-spacing:1px}.chat-dialog-bar button{border:0;background:transparent;color:var(--ink);font-size:12px;min-height:40px;padding:8px}#chat-dialog .chat-panel{padding:0;background:#fffef8;display:flex;flex-direction:column;min-width:0}#chat-dialog .chat-answer-form{padding:0;background:transparent;display:flex;flex-wrap:wrap;gap:12px}#chat-dialog .chat-privacy{font-size:10px;color:var(--muted);margin:0 25px;padding:15px 0;border-top:1px solid #e5e8db;line-height:1.6}#chat-dialog .composer-hint{font-size:12px;color:var(--muted)}#chat-dialog .chat-summary p{font-size:13px;display:flex;flex-direction:column;overflow-wrap:anywhere}#chat-dialog .chat-log{max-height:220px;min-height:90px}body.chat-modal-open{overflow:hidden}.chat-docked-placeholder{min-height:180px;display:grid;place-items:center;padding:30px;color:var(--muted);font-size:14px}
@media(max-width:620px){.chat-contact .chat-intro{display:none}.chat-contact{scroll-margin-top:12px}#chat-launcher{bottom:calc(17px + env(safe-area-inset-bottom));right:16px;padding:14px 18px;font-size:13px}#chat-dialog{inset:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:0}#chat-dialog .chat-panel{min-height:calc(100dvh - 62px);padding-bottom:env(safe-area-inset-bottom)}#chat-dialog .chat-log{max-height:32dvh}#chat-dialog .chat-privacy{margin-top:auto}#chat-dialog .chat-answer-form input{font-size:16px}.chat-dialog-bar{position:sticky;top:0;z-index:2}}

.chat-contact{grid-template-columns:1fr;max-width:780px}.chat-contact .chat-panel{width:100%}

.company-footer{display:grid;grid-template-columns:1.1fr 1fr 1fr;align-items:start;border-top:1px solid #dce2d7;padding-top:32px;margin-top:40px;gap:35px}.company-footer strong{font-size:13px}.company-footer .company-name{font-family:Manrope,sans-serif;font-size:24px;letter-spacing:1px}.company-footer p{font-size:12px;line-height:1.9}.company-footer summary{cursor:pointer;font-size:11px;color:var(--muted)}@media(max-width:620px){.company-footer{grid-template-columns:1fr;gap:18px;padding-bottom:90px}}

.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);z-index:100;background:#183e30;color:white;padding:14px 20px;border-radius:8px}.skip-link:focus{transform:none}.chat-heading{font:600 15px Manrope,sans-serif!important;letter-spacing:normal!important;margin:0!important;line-height:1.4!important}.legal-links{grid-column:1/-1;display:flex;gap:24px;font-size:12px}.legal-links a,.chat-privacy a{text-decoration:underline;text-underline-offset:3px}.chat-summary p{position:relative}.chat-privacy a{color:#36503b}.brand-amp{font-family:inherit;font-style:normal;margin:0 2px}.photo-note,.signature-sub,.small-note,.chat-header small,.chat-header button,.chat-status,.chat-back,.chat-privacy,.composer-hint,.company-footer summary{color:#526446}.story .signature-sub{color:#bdcbb9}.chat-answer-form input:invalid:not(:placeholder-shown){border-color:#a3452c}.chat-send[disabled]{opacity:.7;cursor:wait}.send-error{color:#923b24;background:#fff3e9;padding:14px;border-radius:10px;font-size:14px;line-height:1.5}.chat-back,.edit-line{min-height:32px}.chat-header button{min-height:36px;min-width:72px}.edit-line{top:0}.chat-compose:focus{outline-offset:-3px}.chat-header{flex-shrink:0}#chat-dialog .chat-heading{font-size:15px!important}#chat-launcher[hidden]{display:none}.reveal,.js .reveal{opacity:1;transform:none}.hero-image{animation:none}.legal-page{max-width:850px;margin:40px auto;padding:25px;line-height:1.8}.legal-page h1{font:500 42px Manrope,sans-serif;letter-spacing:-1px}.legal-page h2{font-size:22px}.legal-page a{text-decoration:underline}.legal-page .notice{background:#eef2e4;padding:18px;border-radius:12px}
@media(max-width:620px){.chat-heading,#chat-dialog .chat-heading{font-size:13px!important}.brand-name{font-size:22px}.navcta{max-width:145px}.chat-panel .chat-header{gap:8px}.chat-header button{font-size:10px}.chat-contact{scroll-margin-top:12px}.legal-page h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.chat-summary b{color:#526446}.journey-pill{background:#183e30!important;color:#fff!important;isolation:isolate}.hero-image{object-position:center;transform:none}.hero-inner{height:620px}.hero-copy{padding-top:35px;padding-bottom:35px}.hero h1{font-size:clamp(46px,5vw,73px)}
@media(max-width:900px) and (min-width:621px){.hero-inner{height:650px}.hero-image{object-position:65% center}}
@media(max-width:620px){.hero-inner{height:800px}.hero-image{height:350px;object-position:83% center}.hero-inner:after{background:linear-gradient(180deg,#102f21 0%,#102f21 49%,#102f2180 59%,transparent 68%)}.hero-copy{padding:30px 23px}.hero h1{font-size:43px}.portrait-label{bottom:14px;right:14px;padding:10px 14px;min-width:165px}.portrait-label small{font-size:9px}.portrait-label strong{font-size:16px}.portrait-label p{font-size:11px}}
@media(max-width:620px){.hero h1{font-size:38px;line-height:1.08;margin:20px 0}.hero-copy>p{font-size:14px;line-height:1.6;margin:20px 0 22px}.hero .buttons{gap:10px}.hero .btn{font-size:13px;padding:13px 15px;gap:14px}.hero .textlink{font-size:12px}.hero-bottom{font-size:10px;gap:8px;max-width:none;margin-top:17px}.hero-image{height:370px}.hero-inner:after{background:linear-gradient(180deg,#102f21 0%,#102f21 49%,#102f2180 55%,transparent 65%)}}
.journey-pill{background:#e0ef9b!important;color:#183e30!important}
/* Laisser les mains, le bracelet et les produits visibles. */
.portrait-label{top:28px;bottom:auto;right:28px;min-width:190px;padding:13px 17px}.portrait-label small{font-size:9px}.portrait-label strong{font-size:18px}.portrait-label p{font-size:12px}
@media(max-width:620px){.portrait-label{top:auto;bottom:14px;left:14px;right:auto;min-width:145px;max-width:170px;padding:10px 12px}.portrait-label small{font-size:8px}.portrait-label strong{font-size:16px}.portrait-label p{font-size:10px}}
@media(max-width:620px){.hero-bottom span{background:#183e30e8;border-radius:14px;padding:3px 7px;color:#eef5e4}}
/* The responsive picture is a background layer, never an extra grid column. */
.hero-inner>picture{display:contents}.hero-copy{grid-column:1;grid-row:1;min-width:0;width:100%;max-width:680px}.hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
@media(min-width:621px) and (max-width:1100px){.hero-copy{padding-left:32px;padding-right:12px}.hero h1{font-size:clamp(35px,4.6vw,51px);letter-spacing:-1.8px}.hero-copy>p{font-size:15px}.hero-copy .eyebrow{font-size:9px;line-height:1.6;letter-spacing:.7px}.hero .buttons{gap:10px}.hero .btn{font-size:13px;padding:14px 17px;gap:12px}.hero .textlink{font-size:12px}.hero-bottom{font-size:10px;gap:10px;flex-wrap:wrap}.portrait-label{min-width:160px;padding:12px;right:18px;top:18px}.portrait-label small{font-size:8px}}
@media(max-width:620px){.hero-inner{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);height:800px;min-height:800px;background:#102f21}.hero-copy{grid-column:1;grid-row:1;width:100%;max-width:none;padding:25px 23px 18px;align-self:start}.hero-inner>picture{display:block;position:relative;grid-column:1;grid-row:2;width:100%;height:100%;min-height:0;overflow:hidden}.hero-inner>picture .hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:83% center;transform:none}.hero-inner:after{display:none}.hero-bottom{margin-top:12px}.hero-bottom span{padding:0;background:transparent}.portrait-label{z-index:3}.hero-copy .eyebrow{font-size:9px}.hero-copy>p{margin:17px 0}.hero h1{margin:18px 0}.hero .buttons{gap:7px}.hero .textlink{padding:8px 0}}
@media(max-width:360px){.hero-copy{padding:23px 19px 16px}.hero h1{font-size:33px}.hero-copy>p{font-size:13px}.hero .btn{font-size:12px;padding:12px 13px}.hero .textlink{font-size:11px}.hero-bottom{font-size:9px;gap:7px}}
@media(min-width:621px) and (max-width:1100px){.portrait-label{top:auto;bottom:18px;right:18px}}
.story-art img{object-position:35% center}

.analytics-choice{position:fixed;z-index:200;bottom:18px;left:18px;max-width:390px;padding:20px;border:1px solid #ccd8ce;border-radius:16px;background:#fff;color:#183e30;box-shadow:0 8px 35px #0002;font-size:14px}.analytics-choice[hidden]{display:none}.analytics-choice p{margin:0 0 12px}.analytics-choice button{padding:10px 16px;margin:0 8px 10px 0;background:#183e30;color:#fff;border:0;border-radius:8px;cursor:pointer}.analytics-choice a{display:block;text-decoration:underline}.legal-links button{background:none;border:0;color:inherit;text-decoration:underline;cursor:pointer;font:inherit}.analytics-choice button:focus-visible{outline:3px solid #ad741a;outline-offset:3px}@media(max-width:620px){.analytics-choice{left:12px;right:12px;bottom:12px;max-width:none}}
