@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--ink: #17201d;--muted: #55605b;--paper: #faf8f4;--white: #fff;--green: #0f6b5f;--dark: #12201d;--gold: #c39435;--gold-light: #e3c374;--line: #e7e1d7;--font-sans: "Nunito Sans", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--text-eyebrow: .8125rem;--text-meta: .875rem;--text-small: 1rem;--text-body: 1.125rem;--text-button: 1.0625rem;--text-lead: clamp(1.25rem, 1.05rem + .65vw, 1.375rem);--text-h4: 1.25rem;--text-h3: clamp(1.375rem, 1.2rem + .75vw, 1.875rem);--text-h2: clamp(1.75rem, 1.35rem + 1.7vw, 2.75rem);--text-h1: clamp(2.375rem, 1.55rem + 3vw, 4rem);--lh-tight: 1.08;--lh-heading: 1.18;--lh-body: 1.7;--lh-compact: 1.5;--measure-reading: 66ch;--measure-narrow: 60ch;--measure-heading: 24ch;--motion-instant: .12s;--motion-fast: .18s;--motion-base: .32s;--motion-reveal: .56s;--motion-slow: .9s;--ease-standard: cubic-bezier(.2, .7, .2, 1);--ease-emphasized: cubic-bezier(.16, 1, .3, 1);--motion-distance: 16px;--stagger-step: 70ms;--stagger-max: .28s;--hover-lift: -2px;--marquee-duration: 42s}@media (max-width: 640px){:root{--motion-distance: 12px;--marquee-duration: 48s}}*{box-sizing:border-box}.wwc-container{width:min(1160px,calc(100% - 48px));margin-inline:auto}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--lh-body);color:#1a1f1d;background:#faf8f4;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,.text-h1{font-size:var(--text-h1);line-height:var(--lh-tight);letter-spacing:-.03em;text-wrap:balance;margin:0}h2,.text-h2{font-size:var(--text-h2);line-height:var(--lh-tight);letter-spacing:-.02em;text-wrap:balance;margin:0}h3,.text-h3{font-size:var(--text-h3);line-height:var(--lh-heading);text-wrap:balance;margin:0}h4,.text-h4{font-size:var(--text-h4);line-height:1.25;text-wrap:balance;margin:0}p,li,blockquote{text-wrap:pretty}.text-lead{font-size:var(--text-lead);line-height:1.6}.text-body{font-size:var(--text-body);line-height:var(--lh-body)}.text-small{font-size:var(--text-small);line-height:var(--lh-compact)}.text-meta{font-size:var(--text-meta);line-height:var(--lh-compact)}.text-eyebrow{font-family:var(--font-mono);font-size:var(--text-eyebrow);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.prose{max-width:var(--measure-reading)}.prose-narrow{max-width:var(--measure-narrow)}.heading-full{max-width:none;grid-column:1 / -1}a{color:#0f6b5f;text-decoration:none}a:not(.button):hover{color:#b98a2e}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;border-radius:11px;padding:14px 23px;font-size:var(--text-button);font-weight:900;text-decoration:none;transition:transform var(--motion-fast) var(--ease-standard)}.button:hover,.button:focus-visible{transform:translateY(var(--hover-lift))}.button:active{transform:translateY(0)}.button-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#28200d;box-shadow:0 4px #78581454}.button-gold:hover,.button-gold:focus{color:#28200d}.button-green{background:var(--green);color:#fff}.button-green:hover,.button-green:focus{color:#fff}.button-outline{background:#fff;color:var(--green);border:1px solid rgba(15,107,95,.25)}.button-outline:hover,.button-outline:focus{color:var(--green)}.text-link{font-weight:800;color:var(--green);text-decoration:none;border-bottom:1px solid rgba(15,107,95,.3);padding-bottom:2px}.text-link:hover,.text-link:focus{color:#b98a2e}[data-motion=reveal],[data-reveal],[data-motion-item]{transition:opacity var(--motion-reveal) var(--ease-emphasized),transform var(--motion-reveal) var(--ease-emphasized)}html.reveal-on [data-motion=reveal],html.reveal-on [data-reveal],html.reveal-on [data-motion-item]{opacity:0;transform:translateY(var(--motion-distance))}html.reveal-on [data-motion=reveal].is-in,html.reveal-on [data-reveal].is-in,html.reveal-on [data-motion-item].is-in{opacity:1;transform:none}[data-motion-stagger] [data-motion-item]{transition-delay:min(calc(var(--motion-index, 0) * var(--stagger-step)),var(--stagger-max))}.motion-elevate{transition:transform var(--motion-fast) var(--ease-standard)}@media (hover: hover){.motion-elevate:hover,.motion-elevate:focus-visible{transform:translateY(var(--hover-lift))}}.motion-elevate:active{transform:translateY(0)}.motion-rule{display:block;width:100%;max-width:120px;height:2px;margin:0 0 24px;border:0;background:none;position:relative}.motion-rule:after{content:"";display:block;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light));transform:scaleX(0);transform-origin:left center;transition:transform var(--motion-slow) var(--ease-emphasized)}.motion-rule.is-drawn:after{transform:scaleX(1)}details summary{transition:opacity var(--motion-fast) var(--ease-standard)}details summary::marker,details summary::-webkit-details-marker{display:none}details[open] summary{opacity:1}.wwc-marquee{background:var(--dark);color:#e8eeeb;border-block:1px solid rgba(255,255,255,.06);padding:14px 0 12px}.wwc-marquee__controls{display:flex;justify-content:center;margin-bottom:8px}.wwc-marquee__pause{font-family:var(--font-mono);font-size:var(--text-meta);letter-spacing:.06em;text-transform:uppercase;background:transparent;border:1px solid rgba(255,255,255,.22);color:#d9b45f;border-radius:999px;padding:8px 14px;min-height:44px;cursor:pointer}.wwc-marquee__pause:focus-visible{outline:2px solid #d9b45f;outline-offset:3px}.wwc-marquee__viewport{overflow:hidden;width:100%}.wwc-marquee__track{display:flex;width:max-content;animation:wwc-marquee-scroll var(--marquee-duration) linear infinite}.wwc-marquee.is-paused .wwc-marquee__track,.wwc-marquee__viewport:hover .wwc-marquee__track,.wwc-marquee__viewport:focus-within .wwc-marquee__track{animation-play-state:paused}.wwc-marquee__list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0 24px;font-size:var(--text-small);font-weight:700;white-space:nowrap}.wwc-marquee__list li{display:inline-flex;align-items:center}.wwc-marquee__sep{color:var(--gold);margin-inline:12px}@keyframes wwc-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:50;background:#faf8f4f0;border-bottom:1px solid rgba(222,216,205,.8);backdrop-filter:blur(16px)}.header-inner{padding:13px 0;display:flex;align-items:center;justify-content:space-between;gap:28px}.site-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:inherit}.brand-mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#2a2410;display:grid;place-items:center;font-weight:900;font-size:var(--text-body);flex:none}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:var(--text-body);font-weight:800}.brand-copy small{color:#78807c;font-size:var(--text-eyebrow);letter-spacing:.14em;font-family:var(--font-mono);text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{color:#35403b;text-decoration:none;font-weight:700;font-size:var(--text-meta)}.site-nav a.is-active{color:var(--gold)}.nav-cta{background:var(--green);color:#fff!important;padding:9px 17px;border-radius:9px;min-height:44px}.site-footer{background:#0d1815;color:#93a39c;padding-block:52px 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.footer-brand{display:flex;align-items:center;gap:11px;color:#e8eeeb}.footer-brand strong{font-size:var(--text-body)}.site-footer p{font-size:var(--text-meta);line-height:var(--lh-body);max-width:520px}.footer-title{font-family:var(--font-mono);color:#d9b45f;font-size:var(--text-eyebrow);letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}.footer-links{display:flex;flex-direction:column;gap:8px}.site-footer a{color:#a5b2ad;text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:24px;margin-top:35px;padding-top:22px}.page-section{padding-block:82px}.section-kicker{color:#9b7325;margin-bottom:18px}.section-kicker-light{color:#dfbf72}.long-copy{color:#49534f;font-size:var(--text-body);line-height:var(--lh-body)}.long-copy p{margin:0 0 17px}.two-column{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(38px,7vw,92px);align-items:start}.catalog-chip{font-size:var(--text-meta);font-weight:600;color:#3a423e;background:#fff;border:1px solid #ece7de;border-radius:999px;padding:9px 18px;text-decoration:none}.catalog-card-title{font-weight:800;line-height:1.25;color:#1a1f1d;text-decoration:none}.catalog-price{font-weight:800;color:#1a1f1d}.product-card.motion-elevate{background:#fff;border:1px solid #ece7de;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;scroll-margin-top:100px}.tech-link{display:inline-flex;padding:9px 13px;border:1px solid #d7c38d;border-radius:999px;background:#fff;color:#33443d;font-weight:700;font-size:var(--text-meta);min-height:44px;align-items:center}.tech-link:hover{background:#11231f;color:#f2d994;border-color:#11231f}.choice-card{display:flex;flex-direction:column;align-items:flex-start;gap:9px;padding:20px;border:1px solid #e5ddd0;border-radius:15px;background:#fff}.choice-card b{font-size:var(--text-body);color:#15221d}.choice-card span{color:#66716b;font-size:var(--text-meta);line-height:var(--lh-compact)}.choice-card a{color:#0d766b;font-size:var(--text-meta);font-weight:800}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--green);outline-offset:3px}@media (prefers-reduced-motion: reduce){html.reveal-on [data-motion=reveal],html.reveal-on [data-reveal],html.reveal-on [data-motion-item],[data-motion],[data-motion-item],.motion-rule,.motion-elevate{animation:none!important;transition-duration:1ms!important;transform:none!important;opacity:1!important}.wwc-marquee__track{animation:none!important;transform:none!important;flex-wrap:wrap;width:100%}.wwc-marquee__list[aria-hidden=true]{display:none}.wwc-marquee__list{white-space:normal;flex-wrap:wrap;justify-content:center}.motion-rule:after{transform:scaleX(1)}*{scroll-behavior:auto!important}}@media (max-width: 820px){.site-nav a:not(.nav-cta){display:none}.two-column{grid-template-columns:1fr;gap:26px}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.brand-copy small{display:none}.nav-cta{padding:9px 12px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.product-card{height:100%}.product-carousel{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#fff;border-bottom:1px solid #ece7de;touch-action:pan-y}.product-carousel__track{display:flex;width:100%;height:100%;transition:transform .35s cubic-bezier(.2,.7,.2,1)}.product-carousel__slide{width:100%;min-width:100%;height:100%}.product-carousel__slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;background:#fff}.product-carousel__dots{position:absolute;right:12px;bottom:11px;left:12px;display:flex;justify-content:center;gap:6px;opacity:0;transition:opacity .2s ease}.product-card:hover .product-carousel__dots,.product-carousel:focus-within .product-carousel__dots{opacity:1}.product-carousel__dot{width:26px;height:5px;padding:0;border:0;border-radius:999px;background:#12201d47;cursor:pointer;transition:background .2s,transform .2s}.product-carousel__dot[aria-current=true]{background:#0f6b5f;transform:scaleX(1.12)}@media (hover: none){.product-carousel__dots{opacity:1}}.order-modal{width:min(100% - 32px,560px);padding:0;border:0;border-radius:20px;background:transparent;box-shadow:0 24px 80px #12201d47}.order-modal::backdrop{background:#12201d94;backdrop-filter:blur(3px)}.order-modal__panel{position:relative;background:#fff;padding:32px;border-radius:20px}.order-modal__close{position:absolute;top:12px;right:15px;width:35px;height:35px;border:0;border-radius:50%;background:#f0eee8;color:#1a1f1d;font-size:26px;line-height:1;cursor:pointer}.order-modal__eyebrow{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#b98a2e;margin-bottom:10px}.order-modal__panel h2{font-size:27px;line-height:1.15;margin:0 32px 10px 0}.order-modal__panel>p{margin:0 0 22px;color:#5b625e;line-height:1.55}.order-modal__panel form{display:grid;gap:13px}.order-modal__panel label{display:grid;gap:6px;font-size:13px;font-weight:700;color:#3a423e}.order-modal__panel label span{font-weight:400;color:#7a827d}.order-modal__panel input,.order-modal__panel select,.order-modal__panel textarea{width:100%;font:inherit;font-weight:400;padding:11px 12px;border:1px solid #ddd6ca;border-radius:9px;background:#fbfaf7;color:#1a1f1d}.order-modal__panel textarea{resize:vertical}.order-modal__panel .order-modal__consent{display:flex;grid-template-columns:none;align-items:flex-start;gap:10px;font-size:13px;font-weight:400;line-height:1.45;color:#5b625e;cursor:pointer}.order-modal__panel .order-modal__consent input{appearance:none;flex:0 0 18px;width:18px;height:18px;margin:1px 0 0;padding:0;border:1.5px solid #9aa39d;border-radius:4px;background:#fff;display:grid;place-content:center;cursor:pointer}.order-modal__panel .order-modal__consent input:before{content:"";width:9px;height:5px;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) scale(0);transition:transform .16s ease}.order-modal__panel .order-modal__consent input:checked{background:#0f6b5f;border-color:#0f6b5f}.order-modal__panel .order-modal__consent input:checked:before{transform:rotate(-45deg) scale(1)}.order-modal__panel .order-modal__consent input:focus-visible{outline:3px solid rgba(15,107,95,.23);outline-offset:2px}.order-modal__panel form button[type=submit]{margin-top:5px;border:0;border-radius:10px;background:#0f6b5f;color:#fff;font:inherit;font-weight:800;padding:13px 16px;cursor:pointer}.contact-form__consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;font-size:13px!important;font-weight:400!important;line-height:1.45;color:#5b625e;cursor:pointer}.contact-form__consent input{appearance:none;flex:0 0 18px;width:18px;height:18px;margin:1px 0 0;padding:0;border:1.5px solid #9aa39d;border-radius:4px;background:#fff;display:grid;place-content:center;cursor:pointer}.contact-form__consent input:before{content:"";width:9px;height:5px;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) scale(0);transition:transform .16s ease}.contact-form__consent input:checked{background:#0f6b5f;border-color:#0f6b5f}.contact-form__consent input:checked:before{transform:rotate(-45deg) scale(1)}.contact-form__honeypot{display:none!important}html:not(.ref-ready) [data-ref-sensitive]{visibility:hidden}.home-hero{position:relative;overflow:hidden}.home-hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}.home-hero-glow--one{width:800px;height:520px;right:-180px;top:-220px;background:radial-gradient(circle,#efe1bd,#efe1bd00 70%)}.home-hero-glow--two{width:620px;height:420px;left:-230px;bottom:-230px;background:radial-gradient(circle,#dfece7,#dfece700 70%)}.home-hero-inner{position:relative;padding-block:78px 72px}.home-hero-copy{max-width:820px;color:#45504b}.home-microcopy{color:#78807c;margin:18px 0 0}.home-position{background:var(--dark);color:#edf3f0}.home-position-inner{padding-block:84px}.home-position-heading{margin-bottom:clamp(26px,5vw,42px)}.home-position-body{max-width:var(--measure-reading)}.home-position .long-copy{color:#bfd0ca}.home-accent{color:#f1d48a;font-weight:900}.home-accent--dark{color:#775817}.home-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-route-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;min-height:330px}.home-route-number{font-family:var(--font-mono);color:var(--gold);letter-spacing:.12em;margin-bottom:28px}.home-route-card--dark{background:var(--dark);color:#fff;border-color:var(--dark)}.home-route-card--dark .long-copy,.home-route-card--dark p{color:#bfd0ca}.home-route-card--gold{background:#f2ead8;border-color:#e2cf9c}.home-route-links{margin-top:auto;padding-top:14px;display:flex;flex-wrap:wrap;gap:8px 18px}.home-route-links a{color:var(--green);font-weight:900;text-decoration:none}.home-route-card--dark .home-route-links a{color:#f0d28a}.home-people{background:#f1eee7}.home-people-intro{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(38px,7vw,92px);margin-bottom:42px}.home-evidence{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(30px,5vw,58px);display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(38px,7vw,92px)}.home-meeting{background:var(--green);color:#fff;border-radius:24px;padding:clamp(32px,5vw,58px);display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(38px,7vw,92px)}.home-meeting .long-copy{color:#d9e7e2}.home-final{background:var(--dark);color:#fff;text-align:center}.home-final-inner{padding-block:88px}.home-final-inner p{color:#bfd0ca;max-width:var(--measure-narrow);margin:22px auto 30px}.home-contact{background:#f1eee7;padding-block:82px}.home-contact-inner{width:min(720px,calc(100% - 48px));margin:auto}.home-contact-heading{text-align:center;margin-bottom:30px}.home-contact-heading p{color:#5a645f}.home-contact-form{background:#fff;border:1px solid #e0d9ce;border-radius:20px;padding:clamp(24px,4vw,38px);display:flex;flex-direction:column;gap:16px}.home-contact-form label:not(.contact-form__consent):not(.contact-form__honeypot){display:flex;flex-direction:column;gap:7px;font-weight:800;color:#3a423e}.home-contact-form input,.home-contact-form select,.home-contact-form textarea{font:inherit;font-weight:400;padding:13px 15px;border:1px solid #d9d2c7;border-radius:10px;background:#fbfaf7;outline:none}.home-contact-form button[type=submit]{font:inherit;font-weight:900;color:#28200d;background:linear-gradient(135deg,var(--gold-light),var(--gold));border:0;padding:15px;border-radius:11px;cursor:pointer;min-height:44px}.home-faq{background:#f1eee7}.home-faq-list{display:grid;gap:12px;max-width:900px}.home-faq details{background:#fff;border:1px solid #e0d9ce;border-radius:14px;padding:0 22px}.home-faq summary{cursor:pointer;font-weight:900;padding:20px 34px 20px 0;position:relative;list-style:none}.home-faq summary:after{content:"+";position:absolute;right:0;top:16px;color:var(--gold)}.home-faq details[open] summary:after{content:"−"}.home-faq details p{color:#505a55;margin:0;padding:0 0 21px;max-width:var(--measure-reading)}.home-organic{max-width:680px;border-top:1px solid #dcd4c7;padding-top:34px}html[data-ref-mode=named] .home-organic,html[data-ref-mode=anonymous] .home-organic,html[data-ref-mode=organic] [data-ref-author]{display:none}html:not([data-ref-mode=organic]) [data-ref-footer-contact]{display:none}@media (max-width: 820px){.home-hero-inner{padding-block:58px}.home-route-grid{grid-template-columns:1fr}.home-route-card{min-height:0}.home-people-intro,.home-evidence,.home-meeting{grid-template-columns:1fr;gap:26px}.page-section{padding-block:64px}}@media (max-width: 560px){.home-contact-inner{width:min(100% - 32px,720px)}}
