@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Outfit:wght@300;400;500;600&display=swap";nav{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7faf8ed;border-bottom:1px solid #2e6b421a;justify-content:space-between;align-items:center;padding:1rem 3.5rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{font-family:var(--serif);color:var(--deep);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:400;text-decoration:none;display:flex}.nav-logo-dot{background:var(--leaf);border-radius:50%;width:8px;height:8px;display:inline-block}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{letter-spacing:.07em;text-transform:uppercase;color:var(--mid);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--deep)}.nav-right{align-items:center;gap:.75rem;display:flex}.btn-nav-cta{background:var(--deep);color:#fff;cursor:pointer;font-size:.78rem;font-weight:500;font-family:var(--sans);border:none;border-radius:100px;padding:.55rem 1.3rem;text-decoration:none;transition:all .2s}.btn-nav-cta:hover{background:var(--fern)}.hamburger-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;width:44px;height:44px;padding:0;transition:background .2s;display:none;position:relative}.hamburger-btn:hover{background:#2e6b4214}.hamburger-btn span{background:var(--deep);border-radius:2px;width:20px;height:2px;transition:top .25s,transform .25s,opacity .2s;position:absolute;left:50%;transform:translate(-50%)}.hamburger-btn span:first-child{top:16px}.hamburger-btn span:nth-child(2){top:22px}.hamburger-btn span:nth-child(3){top:28px}.hamburger-btn.open span:first-child{top:22px;transform:translate(-50%)rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){top:22px;transform:translate(-50%)rotate(-45deg)}.mobile-menu-overlay{z-index:190;opacity:0;visibility:hidden;background:#0d1f1480;transition:opacity .25s;position:fixed;inset:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{background:var(--snow);flex-direction:column;gap:.3rem;width:min(300px,80vw);height:100%;padding:6rem 2rem 2rem;transition:transform .3s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #0d1f141f}.mobile-menu-overlay.open .mobile-menu{transform:translate(0)}.mobile-menu ul{flex-direction:column;gap:.3rem;margin-bottom:1.5rem;list-style:none;display:flex}.mobile-menu ul a{color:var(--deep);border-bottom:1px solid #2e6b4214;padding:.9rem 0;font-size:.95rem;font-weight:500;text-decoration:none;display:block}.mobile-menu-cta{background:var(--deep);color:#fff;text-align:center;font-size:.82rem;font-weight:500;font-family:var(--sans);border-radius:100px;padding:.8rem;text-decoration:none}@media (width<=960px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hamburger-btn{display:flex}}.hero{grid-template-columns:55% 45%;min-height:100vh;padding-top:70px;display:grid;position:relative;overflow:hidden}.hero-left{z-index:2;flex-direction:column;justify-content:center;padding:5rem 3.5rem;display:flex;position:relative}.hero-badge{background:var(--foam);letter-spacing:.08em;text-transform:uppercase;color:var(--fern);border:1px solid #4a9e644d;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.4rem 1rem;font-size:.72rem;font-weight:500;animation:.5s .1s both fadeUp;display:inline-flex}.hero-badge-dot{background:var(--leaf);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero-h1{font-family:var(--serif);color:var(--deep);margin-bottom:1.5rem;font-size:clamp(2.6rem,4.2vw,4rem);font-weight:400;line-height:1.15;animation:.5s .2s both fadeUp}.hero-h1 em{color:var(--fern);font-style:italic}.hero-p{color:var(--mid);max-width:460px;margin-bottom:2.5rem;font-size:.98rem;font-weight:300;line-height:1.8;animation:.5s .35s both fadeUp}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3.5rem;animation:.5s .45s both fadeUp;display:flex}.btn-primary{background:var(--deep);color:#fff;letter-spacing:.04em;cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--sans);border:none;border-radius:100px;padding:.9rem 2rem;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary:hover{background:var(--fern);transform:translateY(-1px)}.btn-ghost{color:var(--deep);cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--sans);background:0 0;border:1.5px solid #0d1f1433;border-radius:100px;padding:.9rem 2rem;text-decoration:none;transition:all .2s;display:inline-block}.btn-ghost:hover{border-color:var(--fern);color:var(--fern)}.hero-trust{border-top:1px solid #2e6b421f;gap:2.5rem;padding-top:2rem;animation:.5s .6s both fadeUp;display:flex}.trust-num{font-family:var(--serif);color:var(--deep);font-size:1.9rem;font-weight:400;line-height:1}.trust-label{color:var(--soft);letter-spacing:.03em;margin-top:.25rem;font-size:.72rem}.hero-right{background:var(--deep);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-right-content{z-index:2;width:100%;padding:3rem;position:relative}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #a8d4b826;border-radius:16px;margin-bottom:1.2rem;padding:2rem}.hero-card-label{letter-spacing:.1em;text-transform:uppercase;color:var(--mist);margin-bottom:.6rem;font-size:.68rem;font-weight:500}.hero-card-val{font-family:var(--serif);color:#fff;margin-bottom:.3rem;font-size:1.8rem;font-weight:400}.hero-card-sub{color:#a8d4b8b3;font-size:.78rem;font-weight:300}.hero-mini-cards{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.hero-mini{background:#ffffff0a;border:1px solid #a8d4b81a;border-radius:10px;padding:1.2rem}.hero-mini-icon{margin-bottom:.5rem;font-size:1.2rem}.hero-mini-title{color:#fff;margin-bottom:.2rem;font-size:.78rem;font-weight:500}.hero-mini-desc{color:#a8d4b899;font-size:.7rem;font-weight:300;line-height:1.5}.hero-bg-orb{filter:blur(60px);opacity:.12;border-radius:50%;position:absolute}.hero-bg-orb-1{background:var(--leaf);width:400px;height:400px;top:-100px;right:-100px}.hero-bg-orb-2{background:var(--gold);width:300px;height:300px;bottom:-80px;left:-80px}@media (width<=960px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:3.5rem 1.5rem 3rem}.hero-right{min-height:320px}}.problem-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3.5rem;display:grid}.problem-items{flex-direction:column;gap:1.2rem;display:flex}.pi{background:#fff;border:1px solid #2e6b4214;border-radius:12px;align-items:flex-start;gap:1.2rem;padding:1.4rem;transition:border-color .2s;display:flex}.pi:hover{border-color:#4a9e644d}.pi-icon{background:var(--foam);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.pi-title{color:var(--deep);margin-bottom:.3rem;font-size:.9rem;font-weight:500}.pi-text{color:var(--mid);font-size:.82rem;font-weight:300;line-height:1.65}.stat-showcase{background:var(--deep);color:#fff;border-radius:20px;padding:2.5rem}.ss-num{font-family:var(--serif);color:var(--mist);margin-bottom:.4rem;font-size:4.5rem;font-weight:400;line-height:1}.ss-label{color:#ffffff8c;margin-bottom:2rem;font-size:.85rem;font-weight:300;line-height:1.7}.ss-div{background:#a8d4b826;height:1px;margin:1.5rem 0}.ss-num2{font-family:var(--serif);color:var(--gold);margin-bottom:.3rem;font-size:3rem;line-height:1}@media (width<=960px){.problem-grid{grid-template-columns:1fr}}.services-wrap{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3.5rem;display:grid}.svc{border:1px solid #0000;border-radius:16px;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.svc:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0d1f141f}.svc-1{background:var(--deep);border-color:#0000}.svc-2{background:#fff;border-color:#2e6b421f}.svc-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.68rem;font-weight:600;display:inline-block}.svc-1 .svc-tag{color:var(--mist);background:#a8d4b826}.svc-2 .svc-tag{background:var(--foam);color:var(--fern)}.svc-title{font-family:var(--serif);margin-bottom:.8rem;font-size:1.5rem;font-weight:400;line-height:1.25}.svc-1 .svc-title{color:#fff}.svc-2 .svc-title{color:var(--deep)}.svc-desc{margin-bottom:1.8rem;font-size:.85rem;font-weight:300;line-height:1.75}.svc-1 .svc-desc{color:#fff9}.svc-2 .svc-desc{color:var(--mid)}.svc-list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.svc-list li{align-items:center;gap:.6rem;font-size:.8rem;display:flex}.svc-1 .svc-list li{color:#a8d4b8cc}.svc-2 .svc-list li{color:var(--mid)}.svc-list li:before{content:"✓";flex-shrink:0;font-size:.75rem;font-weight:600}.svc-1 .svc-list li:before{color:var(--leaf)}.svc-2 .svc-list li:before{color:var(--fern)}.svc-num{font-family:var(--serif);opacity:.05;font-size:5rem;line-height:1;position:absolute;bottom:1.5rem;right:2rem}.svc-1 .svc-num{color:#fff}.svc-2 .svc-num{color:var(--deep)}@media (width<=960px){.services-wrap{grid-template-columns:1fr}}.steps-row{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;display:grid;position:relative}.steps-row:before{content:"";background:linear-gradient(to right, var(--leaf), var(--mist), var(--leaf));opacity:.3;height:1px;position:absolute;top:28px;left:calc(16.67% + 1rem);right:calc(16.67% + 1rem)}.step{text-align:center;position:relative}.step-circle{background:var(--deep);width:56px;height:56px;font-family:var(--serif);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.2rem;display:flex;position:relative}.step h4{font-family:var(--serif);color:var(--deep);margin-bottom:.5rem;font-size:1.05rem}.step p{color:var(--mid);font-size:.83rem;font-weight:300;line-height:1.7}@media (width<=960px){.steps-row{grid-template-columns:1fr}.steps-row:before{display:none}}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.team-card{background:#fff;border:1px solid #2e6b421a;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.team-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0d1f141a}.tc-photo{background:var(--pine);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.tc-img{object-fit:cover;object-position:bottom center;width:100%;height:100%}.tc-info{padding:1.5rem}.tc-name{font-family:var(--serif);color:var(--deep);margin-bottom:.2rem;font-size:1.05rem}.tc-role{letter-spacing:.08em;text-transform:uppercase;color:var(--fern);margin-bottom:.7rem;font-size:.7rem;font-weight:500}.tc-bio{color:var(--mid);font-size:.82rem;font-weight:300;line-height:1.65}@media (width<=960px){.team-grid{grid-template-columns:1fr}}.cta-inner{text-align:center;z-index:1;max-width:700px;margin:0 auto;position:relative}.quiz-box{text-align:left;background:#ffffff0f;border:1px solid #a8d4b833;border-radius:16px;margin:2rem 0;padding:2rem}.quiz-q-text{font-family:var(--serif);color:#fff;margin-bottom:1.2rem;font-size:1.05rem}.quiz-opts{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1rem;display:grid}.q-opt{color:#ffffffa6;cursor:pointer;text-align:left;font-size:.83rem;font-family:var(--sans);background:0 0;border:1px solid #a8d4b833;border-radius:8px;padding:.7rem 1rem;transition:all .15s}.q-opt:hover,.q-opt.active{border-color:var(--mist);color:#fff;background:#a8d4b81f}.quiz-dots{gap:.35rem;margin-top:.8rem;display:flex}.qdot{background:#a8d4b826;border-radius:2px;flex:1;height:3px;transition:background .3s}.qdot.done{background:var(--mist)}.btn-wa{color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--sans);background:#25d366;border:none;border-radius:100px;align-items:center;gap:.7rem;padding:1rem 2.2rem;text-decoration:none;transition:all .2s;display:inline-flex}.btn-wa:hover{background:#1ebe5a;transform:translateY(-1px);box-shadow:0 8px 24px #25d3664d}.wa-icon{font-size:1.1rem}.cta-note{color:#ffffff59;letter-spacing:.04em;margin-top:1rem;font-size:.75rem}@media (width<=960px){.quiz-opts{grid-template-columns:1fr}}.proof-wrap{margin-top:3.5rem;position:relative}.proof-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;display:flex;overflow-x:auto}.proof-track::-webkit-scrollbar{display:none}.proof-slide{scroll-snap-align:start;flex:0 0 100%}.proof-card{background:#fff;border:1px solid #2e6b4214;border-radius:16px;height:100%;padding:2rem}.proof-qm{font-family:var(--serif);color:var(--mist);opacity:.6;margin-bottom:1rem;font-size:3.5rem;line-height:.7}.proof-text{font-family:var(--serif);color:var(--deep);margin-bottom:1.2rem;font-size:.95rem;font-style:italic;line-height:1.7}.proof-badge{background:var(--foam);border:1px solid #4a9e6433;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .8rem;display:inline-flex}.proof-badge-num{color:var(--fern);font-size:.82rem;font-weight:600}.proof-badge-lbl{color:var(--soft);font-size:.72rem}.proof-name{letter-spacing:.06em;text-transform:uppercase;color:var(--soft);font-size:.72rem;font-weight:500}.proof-nav{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.proof-arrow{width:42px;height:42px;color:var(--fern);cursor:pointer;background:#fff;border:1.5px solid #2e6b422e;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 6px #0d1f140a}.proof-arrow svg{transition:transform .2s;display:block}.proof-arrow:hover:not(:disabled){background:var(--fern);color:#fff;border-color:var(--fern);box-shadow:0 4px 12px #2e6b422e}.proof-arrow:hover:not(:disabled) svg{transform:scale(1.05)}.proof-arrow:active:not(:disabled){transform:scale(.94)}.proof-arrow:disabled{opacity:.3;cursor:default;box-shadow:none}@media (width>=961px){.proof-slide{flex:0 0 calc(33.333% - 1rem)}.proof-wrap.is-static .proof-track{scroll-snap-type:none;overflow-x:hidden}.proof-wrap.is-static .proof-nav{display:none}}.product-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:500;background:#0d1f1499;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.product-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;animation:.3s modalIn;position:relative;overflow-y:auto}.product-modal-close{cursor:pointer;z-index:1;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0d1f1426}.product-modal-close:hover{background:var(--foam)}.pm-photo{background:var(--foam);overflow:hidden}.pm-img{object-fit:cover;object-position:bottom center;width:100%;height:100%}.pm-body{padding:2rem}.pm-name{font-family:var(--serif);color:var(--deep);margin-bottom:.3rem;font-size:1.3rem}.pm-price{color:var(--fern);margin-bottom:1.2rem;font-size:.9rem;font-weight:600}.pm-desc{color:var(--mid);margin-bottom:1.5rem;font-size:.88rem;font-weight:300;line-height:1.75}.product-wrap{margin-top:3.5rem;position:relative}.product-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;display:flex;overflow-x:auto}.product-track::-webkit-scrollbar{display:none}.product-slide{scroll-snap-align:start;flex:0 0 100%}.product-card{background:#fff;border:1px solid #2e6b4214;border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-photo{background:var(--foam);overflow:hidden}.prod-img{object-fit:cover;object-position:bottom center;width:100%;height:100%}.prod-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.prod-name{font-family:var(--serif);color:var(--deep);margin-bottom:.3rem;font-size:1.05rem}.prod-price{color:var(--fern);margin-bottom:.8rem;font-size:.85rem;font-weight:600}.prod-desc{color:var(--mid);flex:1;margin-bottom:1.2rem;font-size:.82rem;font-weight:300;line-height:1.65}.prod-see-more{color:var(--fern);cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--sans);background:0 0;border:none;margin-left:.3rem;padding:0;text-decoration:underline;display:inline}.prod-see-more:hover{color:var(--pine)}.btn-buy{text-align:center;background:var(--deep);color:#fff;cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--sans);border:none;border-radius:100px;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s;display:inline-block}.btn-buy:hover{background:var(--fern)}.product-nav{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.product-arrow{width:42px;height:42px;color:var(--fern);cursor:pointer;background:#fff;border:1.5px solid #2e6b422e;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 6px #0d1f140a}.product-arrow svg{transition:transform .2s;display:block}.product-arrow:hover:not(:disabled){background:var(--fern);color:#fff;border-color:var(--fern);box-shadow:0 4px 12px #2e6b422e}.product-arrow:hover:not(:disabled) svg{transform:scale(1.05)}.product-arrow:active:not(:disabled){transform:scale(.94)}.product-arrow:disabled{opacity:.3;cursor:default;box-shadow:none}@media (width>=961px){.product-slide{flex:0 0 calc(33.333% - 1rem)}.product-wrap.is-static .product-track{scroll-snap-type:none;overflow-x:hidden}.product-wrap.is-static .product-nav{display:none}}.faq-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:3.5rem;display:grid}.faq-item{cursor:pointer;background:#fff;border:1px solid #2e6b421a;border-radius:12px;padding:1.5rem;transition:border-color .2s}.faq-item:hover{border-color:var(--leaf)}.faq-q{color:var(--deep);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.7rem;font-size:.9rem;font-weight:500;display:flex}.faq-icon{color:var(--fern);flex-shrink:0;font-size:1.1rem}.faq-a{color:var(--mid);font-size:.83rem;font-weight:300;line-height:1.75}@media (width<=960px){.faq-grid{grid-template-columns:1fr}}footer{background:var(--deep);padding:4rem 3.5rem 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{font-family:var(--serif);color:#fff;margin-bottom:.7rem;font-size:1.3rem}.footer-tagline{color:#fff6;margin-bottom:1.2rem;font-size:.82rem;font-weight:300;line-height:1.7}.footer-contact{color:var(--mist);font-size:.82rem}.footer-col h5{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem;font-size:.68rem;font-weight:500}.footer-col ul{flex-direction:column;gap:.55rem;list-style:none;display:flex}.footer-col a{color:#ffffff8c;font-size:.82rem;font-weight:300;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--mist)}.footer-bottom{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer-copy{color:#ffffff40;font-size:.72rem;font-weight:300}.footer-disc{color:#fff3;text-align:right;max-width:380px;font-size:.68rem;font-weight:300;line-height:1.5}@media (width<=960px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}.footer-disc{text-align:center}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0d1f14;--deep:#132b1a;--pine:#1e4028;--fern:#2e6b42;--leaf:#4a9e64;--mist:#a8d4b8;--foam:#e8f5ed;--snow:#f7faf8;--gold:#c9a84c;--warm:#f5f0e8;--mid:#4a5e52;--soft:#7a9484;--serif:"Playfair Display", Georgia, serif;--sans:"Outfit", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--snow);color:var(--ink);overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--foam)}::-webkit-scrollbar-thumb{background:var(--fern);border-radius:3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:none}}.section{padding:6rem 3.5rem}.section-alt{background:var(--warm)}.section-dark{background:var(--deep);color:#fff}.section-foam{background:var(--foam)}.s-label{letter-spacing:.12em;text-transform:uppercase;color:var(--fern);align-items:center;gap:.6rem;margin-bottom:.8rem;font-size:.7rem;font-weight:600;display:flex}.s-label:before{content:"";background:var(--fern);border-radius:1px;width:20px;height:2px}.s-h2{font-family:var(--serif);color:var(--deep);margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:400;line-height:1.2}.s-h2 em{color:var(--fern);font-style:italic}.section-dark .s-h2{color:#fff}.section-dark .s-label{color:var(--mist)}.section-dark .s-label:before{background:var(--mist)}.s-body{color:var(--mid);max-width:540px;font-size:.95rem;font-weight:300;line-height:1.8}.section-dark .s-body{color:#fff9}@media (width<=960px){.section{padding:4rem 1.5rem}}
