@charset "UTF-8";
:root{color-scheme:light;--paper:#f7f5ee;--ink:#252d27;--green:#244d3e;--lime:#dcec9b;--muted:#586052;--line:#d2d5c6;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;font-size:1rem;line-height:1.65}a{color:inherit;text-underline-offset:.25em}a:hover{text-decoration-thickness:2px}a:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:6px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:1.06}h1{font-size:clamp(3rem,6.5vw,6.1rem)}h2{font-size:clamp(2.5rem,4.8vw,4.5rem)}h3{font-size:1.25rem;line-height:1.3}p{max-width:40rem}main{overflow:clip}.wrap{width:min(1200px,calc(100% - 5rem));margin-inline:auto}.skip{position:absolute;left:1rem;top:-6rem;padding:1rem;background:var(--lime);z-index:10}.skip:focus{top:1rem}.header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:1.5rem;border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:-.07em;text-decoration:none}.brand span{color:var(--green)}nav{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}nav a{font-size:.9rem;text-decoration:none}.language{border-left:1px solid var(--line);padding-left:1.5rem;text-decoration:underline}nav .small-button{padding:.55rem 1rem;border:1px solid var(--green);border-radius:100px}.eyebrow{font-size:.8rem;font-weight:650;letter-spacing:.14em;text-transform:uppercase}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:3.5rem;align-items:center;padding-block:5rem 4rem}.hero h1{margin-top:1.3rem}.hero h1 em{font-weight:400;color:var(--green)}.intro{font-size:1.15rem;color:var(--muted);margin-top:1.7rem;max-width:31rem}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.3rem;margin-top:2rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.55rem;border-radius:100px;background:var(--green);color:white;text-decoration:none;font-weight:600}.button:hover{background:#17392d}.note{font-size:.85rem;color:var(--muted);margin-top:1rem}.product-shot{background:var(--lime);border-radius:48% 48% 1.5rem 1.5rem;padding:2.8rem 2rem 1.3rem;display:grid;justify-items:center}.product-shot img{width:264px;border:1px solid #b4bb9d;border-radius:1.1rem;box-shadow:0 20px 40px #263e2526}.product-shot figcaption{font-size:.8rem;text-align:center;margin-top:1.3rem;max-width:24rem}.principles{display:flex;justify-content:space-between;gap:1.5rem;padding-block:1.5rem;border-block:1px solid var(--line);font-size:.9rem}.section{padding-block:6rem}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:3rem}.section-head h2{margin-top:1rem}.section-head>p{color:var(--muted);max-width:29rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.step{border-top:1px solid var(--line);padding-top:1.5rem}.number{display:block;font-family:Georgia,serif;font-size:2.7rem;color:var(--green);margin-bottom:1.5rem}.step p{color:var(--muted);margin-top:1rem}.routine{background:var(--green);color:var(--paper);border-radius:1.5rem;padding:3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.routine h2{margin-block:1rem 1.5rem}.routine p{color:#e1e7d7}.routine img{width:260px;border-radius:1rem;margin:auto}.routine figure{padding:1.5rem;background:#365543;border-radius:1rem}.routine figcaption{font-size:.8rem;text-align:center;margin-top:1rem;color:#e1e7d7}.platforms{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.platform{border:1px solid var(--line);border-radius:1rem;padding:2rem}.platform:first-child{background:#ecefdf}.platform h3{font-size:1.5rem;margin-block:1rem}.status{font-size:.8rem;border:1px solid var(--line);border-radius:100px;padding:.3rem .65rem;display:inline-block}.platform p{color:var(--muted);font-size:.95rem}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;border-top:1px solid var(--line)}.faq h2{margin-top:1rem}.questions details{border-bottom:1px solid var(--line);padding-block:1.35rem}.questions details:first-child{padding-top:0}.questions summary{font-size:1.1rem;font-weight:600;cursor:pointer;padding-right:1rem}.questions details p{padding-top:1rem;color:var(--muted)}.footer{border-top:1px solid var(--line);padding-block:2.5rem;display:flex;justify-content:space-between;align-items:start;gap:2rem}.footer p{font-size:.85rem;color:var(--muted);margin-top:.5rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.9rem}
@media(max-width:850px){.wrap{width:calc(100% - 3rem)}.hero{gap:2rem;padding-block:3rem}.product-shot{padding:2rem 1rem 1rem}.product-shot img{width:220px}.steps{gap:1.5rem}.routine{gap:2rem;padding:2rem}.platform{padding:1.5rem}.faq{gap:2rem}}
@media(max-width:620px){.wrap{width:calc(100% - 2rem)}.header{align-items:start;gap:1rem}.header nav{justify-content:flex-end;gap:.8rem}.header .section-link{display:none}.language{padding-left:0;border:0}.hero{grid-template-columns:1fr;gap:2.5rem}.hero h1{max-width:10ch}.hero .intro{max-width:34rem}.product-shot{width:100%;max-width:380px;margin:auto;padding-top:2rem}.product-shot img{width:230px}.principles{flex-wrap:wrap;gap:.65rem 1.5rem}.section{padding-block:3.5rem}.section-head,.steps,.routine,.platforms,.faq{grid-template-columns:1fr}.section-head{gap:1.5rem;margin-bottom:2rem}.steps{gap:2rem}.number{margin-bottom:.6rem}.routine{padding:1.5rem;gap:2rem}.routine figure{padding:1rem}.platforms{gap:1rem}.platform{padding:1.5rem}.faq{gap:2rem}.footer{flex-direction:column}.footer-links{gap:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
