:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--bg-soft:#f4f6f1;--bg-muted:#eff3ed;--ink:#151718;--ink-soft:#4e5554;--ink-faint:#7e8683;--line:#dfe7df;--line-strong:#ced8ce;--green:#85d67f;--green-dark:#5bb86a;--green-soft:#e8f7e5;--hero:#002329;--hero-line:#c2e7d814;--hero-text:#eff5f1;--hero-muted:#e8f0ecb8;--shadow:0 24px 60px #14231b14;--radius-xl:28px;--radius-lg:22px;--radius-md:18px;--radius-sm:14px;--container:min(1220px, calc(100vw - 24px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Manrope,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.container{width:var(--container);margin:0 auto}.page-shell{overflow:visible}.page-shell--blog,.page-shell main,.home-page{background:var(--bg)}.site-header{z-index:80;padding:0;position:fixed;top:0;left:0;right:0}.nav-shell{width:var(--container);justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:22px 0 0;transition:width .25s,background .25s,border-color .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s,border-radius .25s,padding .25s;display:flex}.site-header--home .nav-shell.is-scrolled,.site-header--light .nav-shell{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #0000;border-radius:0}.site-header--home .nav-shell.is-scrolled{background:#002329f5;border-color:#e7f2e914;width:100%;padding:14px 24px;box-shadow:0 18px 46px #0412133d}.site-header--light .nav-shell{background:#ffffffeb;border-color:#cbd5cde6;width:100%;padding:14px 24px;box-shadow:0 14px 38px #1a2c210f}.brand-mark{align-items:center;gap:10px;display:inline-flex}.brand-mark__logo{object-fit:contain;width:auto;height:40px}.desktop-nav{align-items:center;gap:22px;display:inline-flex}.nav-dropdown{align-items:center;display:inline-flex;position:relative}.nav-link{color:var(--ink-faint);font-size:.86rem;font-weight:500;transition:color .2s}.nav-link--trigger{cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.nav-link__chevron,.mobile-menu__chevron{transition:transform .2s}.nav-link__chevron.is-open,.mobile-menu__chevron.is-open{transform:rotate(180deg)}.site-header--home .nav-link{color:#eef5f1b8}.nav-link:hover,.nav-link.is-active{color:var(--green-dark)}.nav-dropdown__panel{z-index:90;width:min(372px,100vw - 36px);padding-top:10px;position:absolute;top:100%;left:-10px}.nav-dropdown__card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #cbd5cdeb;border-radius:22px;gap:8px;padding:12px;display:grid;box-shadow:0 26px 60px #12231d24}.nav-dropdown__overview,.nav-dropdown__item{transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.nav-dropdown__overview{color:var(--ink);background:linear-gradient(135deg,#85d67f2e,#e8f7e5d1);border:1px solid #85d67f47;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:.9rem;font-weight:600;display:flex}.nav-dropdown__overview:hover,.nav-dropdown__item:hover,.nav-dropdown__item:focus-visible,.nav-dropdown__overview:focus-visible{transform:translateY(-1px)}.nav-dropdown__overview-icon{transform:rotate(-90deg)}.nav-dropdown__grid{gap:8px;display:grid}.nav-dropdown__item{background:#fff;border:1px solid #0000;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.nav-dropdown__item:hover,.nav-dropdown__item:focus-visible{background:#f8fbf8;border-color:#85d67f2e;box-shadow:inset 0 0 0 1px #85d67f14}.nav-dropdown__item-kicker{color:#5f9c5a;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700}.nav-dropdown__item strong{color:var(--ink);letter-spacing:-.02em;font-size:.92rem}.nav-dropdown__item-copy{color:var(--ink-faint);font-size:.78rem;line-height:1.4}.nav-actions{align-items:center;gap:10px;display:flex}.menu-toggle{width:44px;height:44px;color:inherit;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;display:none}.site-header--home .menu-toggle{color:var(--hero-text);border-color:#e9f1ee1a}.site-header--light .menu-toggle{border-color:var(--line);color:var(--ink)}.button{background:var(--green);color:#17341b;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-size:.92rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #68b86d2e}.button--sm{min-height:38px;padding-inline:20px}.button--soft{color:var(--hero-text);background:#ffffff1f;border-color:#ffffff14}.button--secondary{color:var(--ink);border-color:var(--line);background:#fff}.button--full{width:100%}.button--icon{width:44px;min-height:44px;padding:0}.mobile-menu{z-index:70;position:fixed;inset:70px 12px auto}.mobile-menu__panel{border:1px solid var(--line);background:#fffffff5;border-radius:24px;gap:8px;padding:16px;display:grid;box-shadow:0 24px 60px #121e161f}.mobile-menu__link{border-bottom:1px solid var(--line);color:var(--ink-soft);padding:12px 4px;transition:color .2s}.mobile-menu__link:hover,.mobile-menu__link.is-active{color:var(--green-dark)}.mobile-menu__group{border-bottom:1px solid var(--line)}.mobile-menu__group .mobile-menu__link{border-bottom:0;width:100%}.mobile-menu__link--toggle{font:inherit;text-align:left;background:0 0;border-top:0;border-left:0;border-right:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-menu__submenu{gap:8px;padding:0 0 10px 10px;display:grid;overflow:hidden}.mobile-menu__sublink{border:1px solid var(--line);color:var(--ink-soft);background:#fbfcfb;border-radius:14px;gap:4px;padding:10px 12px;transition:border-color .2s,background .2s,color .2s;display:grid}.mobile-menu__sublink:hover,.mobile-menu__sublink.is-active{color:var(--green-dark);background:#e8f7e599;border-color:#85d67f47}.mobile-menu__sublink strong{color:var(--ink);font-size:.88rem}.mobile-menu__sublink span{color:var(--ink-faint);font-size:.75rem;line-height:1.4}.mobile-menu__sublink--overview{background:linear-gradient(135deg,#85d67f24,#fffffff5);border-color:#85d67f3d}.hero-band{background:var(--hero);color:var(--hero-text);margin-top:0;padding:0 0 52px;position:relative;overflow:hidden}.hero-grid-pattern{background-image:linear-gradient(var(--hero-line) 1px, transparent 1px), linear-gradient(90deg, var(--hero-line) 1px, transparent 1px);opacity:.65;pointer-events:none;background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 72%,#0000 100%);mask-image:linear-gradient(#000 0% 72%,#0000 100%)}.hero-layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,500px);align-items:center;gap:34px;min-height:640px;padding-top:118px;display:grid;position:relative}.hero-copy h1,.impact-intro h2,.section-heading h2,.featured-post h2,.article-hero h1,.footer-cta h2,.empty-state h1{letter-spacing:-.05em;margin:0;font-weight:700;line-height:1.04}.hero-copy h1{max-width:13 ch;font-size:clamp(2.9rem,5.2vw,4.2rem);line-height:1.06}.hero-description{max-width:470px;color:var(--hero-muted);margin:18px 0 0;font-size:1rem}.hero-actions,.footer-cta__actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero-visual{justify-self:end}.hero-frame{border-radius:26px;width:min(100%,474px);margin-left:auto;animation:6.8s ease-in-out infinite hero-float;position:relative;overflow:visible}.hero-frame__image{aspect-ratio:1;object-fit:cover;object-position:center top;border-radius:26px;width:100%;box-shadow:0 26px 56px #020a0a4d}.hero-orbit{z-index:2;color:#8be08f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#5ed77b33;border:1px solid #a7efac66;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:absolute;top:14px;right:-10px}.hero-float{color:var(--hero-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1a;border:1px solid #e7f3ec1f;border-radius:18px;align-items:center;gap:12px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 24px 44px #030a0b3d}.hero-float strong{font-size:.92rem;font-weight:600;display:block}.hero-float span{color:#ecf4f0b8;font-size:.82rem}.hero-float__icon{color:#94ea98;background:#7fd27b1f;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.hero-float--stories{bottom:116px;left:-32px}.hero-float--boost{min-width:230px;bottom:26px;left:-44px}.hero-logos{z-index:1;margin-top:6px;position:relative}.hero-logo-strip{color:#e8f0ec6b;flex-wrap:wrap;align-items:center;gap:20px 28px;font-size:.98rem;font-weight:700;display:flex}.hero-logo{align-items:center;gap:10px;display:inline-flex}.hero-logo__mark{border:3px solid;border-radius:999px;width:18px;height:18px;position:relative}.hero-logo__mark:after{content:"";background:currentColor;border-radius:999px;position:absolute;inset:3px}.impact-intro{background:#fff;padding:96px 0 84px}.impact-intro__inner{justify-content:center;display:flex}.impact-intro h2{text-align:center;max-width:900px;color:var(--ink);font-size:clamp(2.35rem,4.9vw,4rem)}.impact-intro h2 span{color:#5c9c5b}.light-section{background:#fff;padding:82px 0}.light-section--muted{background:var(--bg-soft)}.section-heading{max-width:700px;margin-bottom:34px}.section-heading--center{text-align:center;margin-inline:auto}.section-eyebrow{color:#5f9c5a;letter-spacing:.14em;text-transform:uppercase;align-items:center;margin-bottom:14px;font-size:.82rem;font-weight:700;display:inline-flex}.section-heading h2{color:var(--ink);font-size:clamp(2rem,4vw,3.15rem)}.section-heading p{color:var(--ink-soft);margin:14px 0 0;font-size:1rem}.light-section--services{background:radial-gradient(circle at 100% 0,#00232914,#0000 28%),linear-gradient(#00232908 0%,#fbfcfb 38%,#f4f7f5 100%);position:relative}.service-stack{margin-top:34px;padding-bottom:12vh}.service-stack__item{top:calc(94px + (var(--service-index,0) * 16px));position:sticky}.service-stack__item+.service-stack__item{margin-top:28px}.service-spotlight{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(135deg,#ffffffc2,#ffffff8f),#fff6;border:1px solid #0023291a;border-radius:32px;grid-template-columns:minmax(0,1fr) 395px;grid-template-areas:"copy media";align-items:center;gap:24px;height:620px;padding:26px;display:grid;overflow:hidden;box-shadow:0 28px 70px #0023291f}.service-spotlight:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#85d67f2e,#0000 70%);width:52%;height:100%;position:absolute;inset:0 auto auto 0}.service-stack__item:nth-child(2n) .service-spotlight:before{background:radial-gradient(circle at 100% 0,#0023291f,#0000 70%);inset:0 0 auto auto}.service-stack__item:nth-child(3n) .service-spotlight:before{background:radial-gradient(circle at 0,#81d0a926,#0000 72%)}.service-spotlight.is-reversed .service-spotlight__copy{grid-area:copy}.service-spotlight.is-reversed .service-spotlight__media{grid-area:media}.service-spotlight.is-reversed{grid-template-columns:395px minmax(0,1fr);grid-template-areas:"media copy"}.service-spotlight__copy,.service-spotlight__media{z-index:1;position:relative}.service-spotlight__copy{flex-direction:column;grid-area:copy;min-height:100%;display:flex}.service-spotlight__media{grid-area:media;justify-self:end;width:100%;max-width:395px}.service-spotlight.is-reversed .service-spotlight__media{justify-self:start}.service-spotlight__media-shell{width:395px;height:450px}.service-spotlight__eyebrow,.service-hero__eyebrow,.service-stage__eyebrow{color:#336d5c;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;font-size:.83rem;font-weight:700;display:inline-flex}.service-spotlight__icon{width:38px;height:38px;color:var(--hero);background:#ffffffb8;border:1px solid #00232914;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.service-spotlight h3,.service-hero__copy h1{color:var(--ink);letter-spacing:-.045em;margin:18px 0 0;line-height:1.04}.service-spotlight h3{font-size:clamp(2rem,4vw,3.1rem)}.service-spotlight__description,.service-hero__copy p{max-width:44rem;color:var(--ink-soft);margin:16px 0 0;font-size:.98rem}.service-spotlight__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.service-highlight{background:#ffffff94;border:1px solid #00232914;border-radius:20px;padding:14px 16px}.service-highlight span{color:var(--ink-faint);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600;display:block}.service-highlight strong{color:var(--ink);margin-top:6px;font-size:.96rem;line-height:1.35;display:block}.service-spotlight__bullets,.service-list{margin:18px 0 0;padding:0;list-style:none}.service-spotlight__bullets li,.service-list li{color:var(--ink);padding-left:18px;position:relative}.service-spotlight__bullets li+li,.service-list li+li{margin-top:10px}.service-spotlight__bullets li:before,.service-list li:before{content:"";background:#77c772;border-radius:999px;width:7px;height:7px;position:absolute;top:11px;left:0}.service-spotlight__footer{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:auto;padding-top:22px;display:flex}.service-spotlight__stats{flex-wrap:wrap;gap:12px;display:flex}.service-stat{background:#0023290a;border:1px solid #0023290f;border-radius:18px;min-width:126px;padding:13px 15px}.service-stat strong{color:var(--hero);letter-spacing:-.04em;font-size:1.2rem;display:block}.service-stat span{color:var(--ink-faint);margin-top:4px;font-size:.84rem;display:block}.button--service{color:#eff5f1;background:#002329f0;box-shadow:0 18px 34px #0023292e}.button--service:hover{box-shadow:0 22px 42px #00232938}.cta-strip-section{background:var(--bg-soft);padding:34px 0 88px}.cta-strip-shell{background:linear-gradient(#0b2522 0%,#153832 100%);border-radius:38px;padding:18px;overflow:hidden;box-shadow:0 28px 70px #00232929}.cta-strip{background:linear-gradient(90deg,#4ec879 0%,#86d67e 50%,#4cc879 100%);border-radius:28px;grid-template-columns:minmax(0,1.18fr) minmax(290px,.82fr);align-items:center;gap:28px;padding:36px 40px;display:grid;position:relative;overflow:hidden}.cta-strip:before,.cta-strip:after{content:"";pointer-events:none;position:absolute}.cta-strip:before{border:28px solid #67aa4029;border-radius:28px;width:320px;height:320px;bottom:-210px;right:18%;transform:rotate(45deg)}.cta-strip:after{border:18px solid #7abe4924;border-radius:24px;width:164px;height:164px;top:-38px;right:-26px;transform:rotate(14deg)}.cta-strip__copy,.cta-strip__panel{z-index:1;position:relative}.cta-strip__copy .section-eyebrow{color:#081e199e;margin-bottom:16px}.cta-strip__copy h2{color:#10241d;letter-spacing:-.055em;max-width:12ch;margin:0;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.02}.cta-strip__copy p{color:#10241dc7;max-width:38rem;margin:18px 0 0;font-size:1rem}.cta-strip__panel{justify-self:end;width:100%;max-width:360px}.cta-strip__panel-card{background:#fffffff0;border:1px solid #00232914;border-radius:26px;padding:24px;box-shadow:0 24px 48px #0023291f}.cta-strip__panel-card span{color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:700;display:block}.cta-strip__panel-card p{color:var(--ink);margin:12px 0 20px;font-size:1rem;line-height:1.5}.button--cta{width:100%;min-height:48px;color:var(--hero-text);background:#002329f5;box-shadow:0 18px 30px #00232929}.button--cta:hover{box-shadow:0 22px 38px #00232933}.service-spotlight__media-frame,.service-hero__media-frame{background:linear-gradient(#00232914,#00232905),#ffffff8c;border:1px solid #00232914;border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden}.service-spotlight__image,.service-hero__media img{object-fit:cover;width:100%;height:100%}.service-spotlight__badge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border:1px solid #00232914;border-radius:18px;max-width:calc(100% - 36px);padding:14px 16px;position:absolute;bottom:18px;left:18px}.service-spotlight__badge span{color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700;display:block}.service-spotlight__badge strong{color:var(--ink);margin-top:5px;font-size:.98rem;display:block}.services-grid,.work-grid,.blog-preview-grid,.blog-list-grid,.testimonial-grid{gap:22px;display:grid}.services-grid--clean{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card--light,.work-card--light,.testimonial-card--light,.team-card--light,.blog-card--light,.faq-list--light,.comparison-table__row,.surface-card,.article-sidebar__card,.article-body,.empty-state{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#fff}.service-card--light{padding:26px}.service-card__icon--light{background:var(--green-soft);color:#4e9555;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.service-card h3,.work-card h3,.team-card h3,.blog-card h3,.article-sidebar h3{color:var(--ink);letter-spacing:-.03em;margin:18px 0 10px;font-size:1.3rem}.service-card p,.work-card p,.team-card p,.blog-card p,.article-body p,.article-hero p,.footer-cta p,.footer-meta__column p,.featured-post p,.empty-state p{color:var(--ink-soft)}.service-card ul,.article-body ul{margin:18px 0 0;padding:0;list-style:none}.service-card li,.article-body li{color:var(--ink);padding-left:18px;position:relative}.service-card li+li,.article-body li+li{margin-top:8px}.service-card li:before,.article-body li:before{content:"";background:#77c772;border-radius:999px;width:7px;height:7px;position:absolute;top:10px;left:0}.work-grid--clean,.blog-preview-grid--light{grid-template-columns:repeat(3,minmax(0,1fr))}.work-card,.blog-card,.testimonial-card,.team-card{transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden}.work-card:hover,.blog-card:hover,.service-card--light:hover,.team-card:hover,.testimonial-card:hover{border-color:var(--line-strong);transform:translateY(-4px);box-shadow:0 26px 60px #14231b1a}.work-card__image-wrapper{background:var(--bg-muted);overflow:hidden}.work-card__image,.blog-card__image,.featured-post__image,.article-hero__media img{object-fit:cover;width:100%;height:100%}.work-card__image{aspect-ratio:16/11}.work-card__content,.blog-card__content,.featured-post__content{padding:22px}.work-card__tags,.blog-card__meta{flex-wrap:wrap;gap:8px;display:flex}.work-card__tags span,.blog-card__meta span{border:1px solid var(--line);color:var(--ink-faint);background:#fbfcfa;border-radius:999px;align-items:center;padding:7px 11px;font-size:.82rem;font-weight:500;display:inline-flex}.work-card__metric{color:#5f9b5d;margin-top:16px;font-size:1.15rem;font-weight:700}.work-card__result{margin-top:8px}.focus-matrix{gap:14px;display:grid}.focus-matrix__head,.focus-matrix__row{grid-template-columns:minmax(0,.72fr) minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.focus-matrix__head{padding:0 10px}.focus-matrix__head span,.focus-matrix__eyebrow{color:#5f9c5a;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:700}.focus-matrix__row{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:28px;padding:24px}.focus-matrix__cell{gap:10px;display:grid}.focus-matrix__cell strong{color:var(--ink);letter-spacing:-.02em;font-size:1.08rem}.focus-matrix__cell p{color:var(--ink-soft);margin:0}.focus-matrix__eyebrow{display:none}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card--light{padding:26px}.testimonial-card p{color:var(--ink);margin:0;font-size:1.03rem}.testimonial-card__author{gap:4px;margin-top:18px;display:grid}.testimonial-card__author span,.team-card span,.article-author span{color:var(--ink-faint)}.about-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:24px;display:grid}.about-copy__points{gap:18px;margin-top:30px;display:grid}.about-copy__points strong{color:var(--ink);margin-bottom:6px;display:block}.about-copy__points p{color:var(--ink-soft);margin:0}.page-shell--service{background:linear-gradient(#f5f8f6 0%,#fff 22%,#f3f6f2 100%)}.page-shell--contact{background:#fff}.service-page-hero{background:radial-gradient(circle at top,#85d67f24,#0000 28%),linear-gradient(#85d67f0d 0%,#f8fcf9 24%,#fff 68%,#f5f8f6 100%);padding:136px 0 108px}.contact-page-hero{background:#fff;padding-bottom:76px}.contact-layout{grid-template-columns:minmax(280px,.74fr) minmax(0,1.26fr);align-items:start;gap:42px;display:grid}.contact-copy{padding-top:18px}.contact-copy h1,.contact-form__intro h2{color:var(--ink);letter-spacing:-.045em;margin:0;line-height:1.04}.contact-copy h1{max-width:10ch;margin-top:10px;font-size:clamp(2.75rem,5vw,4.4rem)}.contact-copy>p{max-width:30rem;color:var(--ink-soft);margin:16px 0 0;font-size:1.02rem}.contact-image-card{background:#fff;max-width:360px;margin-top:34px;padding:14px;transition:transform .35s,box-shadow .35s}.contact-image-card__frame{overflow:hidden}.contact-image-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1)}.contact-image-card:hover img{transform:scale(1.06)}.contact-image-card:hover{transform:translateY(-2px)}.contact-form-wrap{width:100%}.contact-form-card{border:1px solid var(--line);background:#fff;border-radius:32px;width:100%;padding:38px;box-shadow:0 28px 80px #14231b1a}.contact-form__intro h2{font-size:clamp(1.55rem,2.6vw,2rem)}.contact-form__intro p,.contact-form__footer p{color:var(--ink-soft)}.contact-form__intro p{max-width:36rem;margin:10px 0 0}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:26px;display:grid}.contact-field{gap:8px;display:grid}.contact-field--full{grid-column:1/-1}.contact-field span{color:var(--ink);font-size:.92rem;font-weight:600}.contact-field input,.contact-field textarea{width:100%;font:inherit;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:16px;transition:border-color .2s,box-shadow .2s}.contact-field input{min-height:58px;padding:0 18px}.contact-field textarea{resize:vertical;min-height:210px;padding:18px}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--ink-faint)}.contact-field input:focus,.contact-field textarea:focus{border-color:#5bb86aeb;outline:none;box-shadow:0 0 0 4px #85d67f29}.contact-form__footer{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:26px;display:flex}.contact-form__footer p{max-width:30rem;margin:0;font-size:.92rem}.service-stage{position:relative}.service-stage__frame{grid-template-columns:minmax(0,1.02fr) minmax(320px,.88fr);align-items:center;gap:clamp(30px,4.2vw,56px);min-height:620px;padding:clamp(18px,2vw,28px) 0 clamp(46px,5vw,72px);display:grid;position:relative}.service-stage__frame:before{content:"";pointer-events:none;background:radial-gradient(circle,#85d67f1f,#0000 72%);border-radius:50%;width:420px;height:420px;position:absolute;top:7%;left:-6%}.service-stage__copy,.service-stage__visual{z-index:1;position:relative}.service-stage__copy{text-align:left;flex-direction:column;align-items:flex-start;gap:18px;max-width:36rem;display:flex}.service-stage__eyebrow{background:#85d67f1c;border:1px solid #85d67f42;border-radius:999px;padding:10px 16px;box-shadow:0 10px 26px #5bb86a0f}.service-stage__copy h1{max-width:11ch;color:var(--ink);letter-spacing:-.07em;margin:0;font-size:clamp(3rem,5vw,4.7rem);line-height:1.02}.service-stage__title-accent{background:linear-gradient(90deg,#4ec879 0%,#86d67e 50%,#4cc879 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.service-stage__summary{max-width:38rem;color:var(--ink-soft);margin:0;font-size:1.04rem;line-height:1.75}.service-stage__actions{flex-wrap:wrap;justify-content:flex-start;gap:16px;margin-top:4px;display:flex}.service-stage__actions .button--secondary{color:var(--ink);background:#85d67f14;border-color:#85d67f2e}.service-stage__metrics{border-top:1px solid #85d67f2e;flex-wrap:wrap;gap:18px 30px;width:auto;margin-top:12px;padding-top:20px;display:flex}.service-stage__metric{min-width:0;position:relative}.service-stage__metric strong,.service-stage__meta-item strong,.service-approach__number{display:block}.service-stage__metric strong{color:var(--ink);letter-spacing:-.05em;font-size:1.32rem}.service-stage__metric span,.service-stage__meta-item span,.service-approach__number{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);font-size:.78rem;font-weight:700;display:block}.service-stage__metric span{max-width:10rem;margin-top:8px;line-height:1.5}.service-stage__metric+.service-stage__metric{padding-left:26px}.service-stage__metric+.service-stage__metric:before{content:"";background:#85d67f3d;width:1px;position:absolute;top:10%;bottom:10%;left:0}.service-stage__visual{pointer-events:none;justify-self:end;gap:24px;width:min(100%,500px);display:grid;position:relative}.service-stage__hero-glow{filter:blur(24px);background:radial-gradient(circle,#85d67f38,#00232908 58%,#0000 76%);border-radius:50%;width:78%;height:250px;position:absolute;top:54px;left:50%;transform:translate(-50%)}.service-stage__image{z-index:1;object-fit:contain;filter:drop-shadow(0 26px 38px #00232924);width:min(100%,430px);height:auto;margin:0 auto 0 0;position:relative}.service-stage__meta{border-top:1px solid #85d67f2e;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:0;padding-top:24px;display:grid}.service-stage__meta-item{text-align:left;gap:5px;min-width:0;display:grid}.service-stage__meta-item span{margin-top:0}.service-stage__meta-item strong{color:var(--ink);font-size:.98rem;font-weight:600;line-height:1.4}.light-section--service-overview{background:radial-gradient(circle at 12% 16%,#85d67f12,#0000 26%),radial-gradient(circle at 88% 82%,#85d67f14,#0000 24%),#fff;padding-top:104px;position:relative;overflow:hidden}.service-intro{border-top:1px solid #85d67f29;grid-template-columns:minmax(0,.76fr) minmax(0,1fr);align-items:start;gap:clamp(26px,4vw,52px);padding-top:18px;display:grid;position:relative}.service-intro:before,.service-intro:after{content:"";pointer-events:none;z-index:0;position:absolute}.service-intro:before{filter:blur(10px);background:radial-gradient(circle,#85d67f1c,#0000 74%);border-radius:50%;width:280px;height:280px;top:10%;left:-4%}.service-intro:after{filter:blur(12px);background:radial-gradient(circle,#85d67f21,#85d67f08 42%,#0000 76%);border-radius:999px;width:min(52vw,420px);height:180px;bottom:2%;left:50%;transform:translate(-50%)}.service-hero{grid-template-columns:minmax(0,1.04fr) minmax(340px,.9fr);align-items:center;gap:clamp(28px,4vw,52px);display:grid}.service-hero__copy{flex-direction:column;display:flex}.service-hero__copy h1{max-width:11ch;font-size:clamp(2.85rem,5vw,4.4rem)}.service-hero__summary{max-width:38rem}.service-hero__actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.service-hero__meta-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.service-hero__meta-item{background:linear-gradient(#fffffff5,#f4f8f4e6);border:1px solid #00232914;border-radius:22px;min-height:110px;padding:18px;box-shadow:0 18px 48px #00232914}.service-hero__meta-item span{color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700;display:block}.service-hero__meta-item strong{color:var(--ink);margin-top:10px;font-size:1rem;line-height:1.4;display:block}.service-hero__stats{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.service-hero__media{justify-self:end;width:100%;max-width:520px}.service-hero__media-frame{border-radius:32px;min-height:540px;padding:16px;box-shadow:0 30px 72px #00232924}.service-hero__media-frame:before{content:"";pointer-events:none;border:1px solid #ffffff57;border-radius:24px;position:absolute;inset:12px}.service-hero__media img{border-radius:22px}.service-intro__lead{z-index:1;max-width:36rem;position:relative}.service-intro__lead h2,.service-capability__content h3,.service-reason__content h3,.service-flow__content h3,.service-cta-band h2{color:var(--ink);letter-spacing:-.03em;margin:0}.service-intro__lead h2{font-size:clamp(2.1rem,4vw,3.25rem)}.service-intro__body{z-index:1;flex-direction:column;align-items:center;gap:24px;max-width:42rem;display:flex;position:relative}.service-intro__copy{width:100%;max-width:42rem}.service-intro__copy p{color:var(--ink-soft);margin:0;font-size:1rem}.service-intro__copy p+p{margin-top:18px}.service-intro__image{z-index:1;object-fit:contain;filter:drop-shadow(0 18px 28px #0f2c2314);width:min(100%,300px);height:auto;margin:8px auto 0;position:relative}.service-capability-list{border-top:1px solid #0023291a}.service-capability,.service-flow__step{border-bottom:1px solid #0023291a;grid-template-columns:92px minmax(0,1fr);gap:24px;padding:28px 0;display:grid;position:relative}.service-capability:after{content:"";background:linear-gradient(90deg,#5bb86aeb,#5bb86a00);width:min(180px,28%);height:1px;position:absolute;bottom:-1px;left:0}.service-capability__index,.service-reason__index{color:#5a9859;letter-spacing:.14em;text-transform:uppercase;align-items:flex-start;font-size:.82rem;font-weight:700;display:inline-flex}.service-capability__content h3{font-size:clamp(1.5rem,2.8vw,1.95rem)}.service-capability__content p,.service-reason__content p,.service-flow__content p{color:var(--ink-soft);margin:10px 0 0}.service-approach{gap:28px;display:grid}.service-approach .section-heading{max-width:760px}.service-approach__notes{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.service-approach__note{min-height:46px;color:var(--hero);background:#ffffffe6;border:1px solid #00232914;border-radius:999px;align-items:center;padding:13px 16px;font-size:.9rem;font-weight:600;line-height:1.35;display:inline-flex;box-shadow:0 14px 34px #14231b0f}.service-approach__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-approach__card{background:#fff;border:1px solid #00232914;border-radius:28px;min-height:220px;padding:24px 24px 22px;position:relative;box-shadow:0 18px 44px #14231b12}.service-approach__card:before{content:"";background:linear-gradient(90deg,#0023290a,#5bb86af0,#0023290a);border-radius:999px;height:3px;position:absolute;top:0;left:24px;right:24px}.service-approach__number{width:44px;height:44px;color:var(--hero);background:#0023290d;border:1px solid #00232914;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.service-approach__card h3{color:var(--ink);letter-spacing:-.03em;margin:18px 0 0;font-size:1.28rem}.service-approach__card p{color:var(--ink-soft);margin:12px 0 0}.service-trust{grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);align-items:start;gap:clamp(26px,4vw,52px);display:grid}.service-trust__lead{position:sticky;top:104px}.service-trust__lead .section-heading{margin-bottom:0}.service-trust__list{gap:16px;display:grid}.service-reason{background:linear-gradient(135deg,#0023290d,#fffffff5 42%);border:1px solid #00232914;border-radius:28px;grid-template-columns:76px minmax(0,1fr);gap:22px;padding:24px 26px;display:grid;box-shadow:0 18px 48px #14231b0f}.service-trust__list .service-reason:nth-child(2n){background:linear-gradient(135deg,#5bb86a14,#fffffff5 38%)}.service-reason__content h3,.service-flow__content h3{font-size:1.32rem}.service-flow{border-top:1px solid #0023291a;display:grid;position:relative}.service-flow__step:before{content:"";background:linear-gradient(#5bb86a52,#00232914);width:1px;position:absolute;top:0;bottom:0;left:23px}.service-flow__step:first-child:before{top:28px}.service-flow__step:last-child:before{bottom:28px}.service-step__number{z-index:1;width:48px;height:48px;color:var(--hero);background:#fff;border:1px solid #00232914;border-radius:18px;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex;position:relative;box-shadow:0 14px 36px #00232914}.faq-layout--service{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:clamp(26px,4vw,46px)}.faq-surface{min-width:0}.light-section--service-cta{background:linear-gradient(#f4f6f100 0%,#f4f6f1e0 100%);padding-top:0}.service-cta-band{background:linear-gradient(135deg,#002329 0%,#0f4139 60%,#1f5a4f 100%);border-radius:34px;padding:clamp(28px,4vw,42px);position:relative;overflow:hidden;box-shadow:0 28px 72px #00232929}.service-cta-band:before,.service-cta-band:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.service-cta-band:before{background:radial-gradient(circle,#85d67f42,#0000 70%);width:260px;height:260px;bottom:-88px;right:-72px}.service-cta-band:after{background:radial-gradient(circle,#ffffff1f,#0000 70%);width:170px;height:170px;top:-70px;right:15%}.service-cta-band>*{z-index:1;position:relative}.service-cta-band h2{color:var(--hero-text);font-size:clamp(2rem,4vw,3rem)}.service-cta-band p{color:var(--hero-muted);margin:14px 0 0}.service-cta-band__actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.service-cta-band .button--secondary{color:var(--hero-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border-color:#ffffff24}.faq-list--service{box-shadow:none;background:0 0;border:0;padding:0}.faq-list--service .faq-item{background:#fff;border:1px solid #00232914;border-radius:24px;padding:0 22px;transition:transform .22s,border-color .22s,box-shadow .22s;box-shadow:0 16px 38px #14231b0f}.faq-list--service .faq-item:hover{transform:translateY(-1px)}.faq-list--service .faq-item.is-open{border-color:#5bb86a57;box-shadow:0 22px 48px #14231b17}.faq-list--service .faq-item+.faq-item{border-top:0;margin-top:12px}.faq-list--service .faq-trigger{padding:22px 0;font-size:1rem}.faq-list--service .faq-symbol{width:34px;height:34px;color:var(--hero);background:#0023290d;border:1px solid #00232914;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}.faq-list--service .faq-content{padding-right:12px}.faq-list--service .faq-content p{margin:0 0 22px;line-height:1.72}.team-grid--light{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.team-card--light{padding:22px}.team-card__badge{background:var(--green-soft);color:#5e9a5d;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:700;display:inline-flex}.blog-card__image{aspect-ratio:16/9;background:var(--bg-muted)}.inline-link,.back-link,.related-post span{color:#5a9859;align-items:center;gap:6px;height:100%;margin-top:14px;font-weight:600;display:inline-flex}.faq-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.faq-list--light{padding:8px 26px}.faq-item+.faq-item{border-top:1px solid var(--line)}.faq-trigger{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:1.02rem;font-weight:600;display:flex}.faq-symbol{color:var(--ink-faint);font-size:1.25rem}.faq-content{overflow:hidden}.faq-content p{color:var(--ink-soft);margin:0 0 18px}.site-footer{background:var(--bg);padding:24px 0 42px}.footer-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;display:grid}.footer-grid--single{grid-template-columns:1fr}.footer-cta,.footer-meta__column{padding:26px}.footer-cta{background:linear-gradient(#f6fbf3 0%,#fff 100%)}.footer-cta h2{max-width:15ch;color:var(--ink);margin-top:8px;font-size:clamp(2rem,4vw,3rem)}.footer-meta{gap:20px;display:grid}.footer-meta__column{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#fff}.footer-glass-card{isolation:isolate;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#4ec879;border:1px solid #b4e4bc29;position:relative;overflow:hidden;box-shadow:0 28px 60px #0818152e}.footer-glass-card:before,.footer-glass-card:after{content:"";pointer-events:none;z-index:0;position:absolute}.footer-glass-card:before{border:18px solid #9de94f1a;border-radius:28px;width:210px;height:210px;bottom:-96px;left:-24px;transform:rotate(42deg)}.footer-glass-card:after{background:radial-gradient(circle,#9de94f33,#0000 68%);width:164px;height:164px;top:-56px;right:-34px}.footer-glass-card>*{z-index:1;position:relative}.footer-glass-card .section-eyebrow{color:#d4f7dabd}.footer-glass-card h3{color:#f4fbf5;letter-spacing:-.04em;margin-top:8px;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.08}.footer-glass-card p{color:#e5f0e9c7;max-width:30rem}.footer-glass-card__shape{pointer-events:none;z-index:0;border-radius:24px;position:absolute}.footer-glass-card__shape--one{border:16px solid #9de94f14;width:124px;height:124px;top:18px;right:20px;transform:rotate(12deg)}.footer-glass-card__shape--two{border:20px solid #ffffff0a;width:176px;height:176px;bottom:-28px;right:72px;transform:rotate(45deg)}.footer-glass-card__chips{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.footer-glass-card__chips span{color:#f2faf3;background:#ffffff14;border:1px solid #e3f1e61f;border-radius:999px;align-items:center;padding:9px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.footer-meta__column h3{color:var(--bg);letter-spacing:-.03em;margin:0;font-size:1.18rem}.footer-links,.footer-socials,.related-posts{gap:12px;margin-top:14px;display:grid}.footer-links a,.footer-socials a,.related-post{color:var(--ink-soft)}.footer-bottom{padding-top:18px}.footer-bottom p{color:var(--ink-faint);margin:0;font-size:.92rem}.page-hero{background:#fff;padding:126px 0 54px}.featured-post{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:0;display:grid;overflow:hidden}.featured-post__image{aspect-ratio:4/3;min-height:100%}.page-shell--blog{background:linear-gradient(#f7faf8 0%,#fff 22%,#f5f8f6 100%)}.journal-stage{gap:24px;display:grid}.journal-stage__intro h1,.journal-feed__header h2,.article-hero h1{color:var(--ink);letter-spacing:-.05em;margin:0;line-height:1.03}.journal-stage__intro h1{margin-top:10px;font-size:clamp(2.7rem,5vw,4.4rem)}.journal-stage__intro p,.journal-stage__feature-copy p,.journal-feed__header p,.journal-feed-card p,.article-lead{color:var(--ink-soft)}.journal-stage__intro p{margin:18px 0 0;font-size:1rem}.journal-stage__feature{background:#0f2823;border-radius:34px;min-height:520px;position:relative;overflow:hidden}.journal-stage__feature-image,.journal-feed-card__image{object-fit:cover;width:100%;height:100%}.journal-stage__feature-image{opacity:.38;position:absolute;inset:0;transform:scale(1.02)}.journal-stage__feature-wash{background:linear-gradient(135deg,#55a84bdb,#72cc58d1),linear-gradient(#00232961,#00232938);position:absolute;inset:0}.journal-stage__feature-copy{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:520px;padding:46px 34px;display:flex;position:relative}.blog-card__meta--hero{justify-content:center}.blog-card__meta--hero span{color:#f4faf5eb;background:#ffffff29;border-color:#fff3}.journal-stage__feature-copy h2{color:#f6fbf7;letter-spacing:-.055em;max-width:19ch;margin:16px 0 0;font-size:clamp(2.3rem,4.6vw,4.1rem);line-height:1.02}.journal-stage__feature-copy p{color:#f5fbf6db;max-width:42rem;margin:18px 0 0;font-size:1.02rem;line-height:1.7}.journal-stage__feature-actions{margin-top:28px}.journal-stage__button{color:#16341b;background:#fff;min-width:196px;box-shadow:0 18px 36px #0c221c29}.journal-feed{padding:86px 0}.journal-feed__header{grid-template-columns:minmax(0,1fr) minmax(260px,.82fr);align-items:end;gap:24px;margin-bottom:28px;display:grid}.journal-feed__header h2{max-width:17ch;margin-top:10px;font-size:clamp(2rem,3.6vw,3rem)}.journal-feed__header p{max-width:32rem;margin:0}.journal-feed__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.journal-feed-card{grid-template-columns:1fr;gap:0;height:100%;display:grid;overflow:hidden}.journal-feed-card__media{background:linear-gradient(#eef4ef 0%,#f8fbf9 100%)}.journal-feed-card__image{aspect-ratio:16/9}.journal-feed-card__content{flex-direction:column;min-height:255px;padding:24px 26px 26px;display:flex}.journal-feed-card h3,.article-sidebar h3{color:var(--ink);letter-spacing:-.035em;margin:14px 0 10px;font-size:1.36rem}.journal-feed-card p{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:5.1em;margin:0;display:-webkit-box;overflow:hidden}.journal-feed-card__footer{justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:22px;display:flex}.journal-feed-card__footer span{color:var(--ink-faint);font-size:.9rem}.article-page{padding-top:112px}.article-hero{padding-bottom:16px}.article-hero__layout{grid-template-columns:minmax(0,1.5fr) minmax(240px,.68fr);align-items:center;gap:36px;display:grid}.article-hero h1{margin-top:16px;font-size:clamp(2.55rem,5vw,4.2rem)}.article-lead{max-width:46rem;margin:18px 0 0;font-size:1.08rem;line-height:1.7}.article-author{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.article-author--editorial{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:18px}.article-author--editorial strong{color:var(--ink);display:block}.article-author--editorial span{color:var(--ink-faint)}.article-author__date{font-size:.92rem;font-weight:600}.article-hero__media{border:1px solid var(--line);border-radius:28px;justify-self:end;max-width:320px;overflow:hidden;box-shadow:0 24px 54px #14231b1a}.article-hero__media img{aspect-ratio:4/5;object-fit:cover;width:100%}.article-body-section{padding:30px 0 80px}.article-layout{grid-template-columns:minmax(0,1.72fr) minmax(270px,.78fr);align-items:start;gap:28px;display:grid}.article-body{padding:38px}.article-body p,.article-body li{font-size:1rem;line-height:1.8}.article-body h2{color:var(--ink);letter-spacing:-.035em;margin:34px 0 14px;scroll-margin-top:120px;font-size:1.62rem}.article-body blockquote{border-left:3px solid #6cba69;margin:30px 0;padding:8px 0 8px 18px}.article-body blockquote p{color:var(--ink);font-size:1.08rem}.article-sidebar{align-self:start;gap:18px;display:grid;position:sticky;top:104px}.article-sidebar__card{padding:24px}.article-sidebar__card--toc{background:linear-gradient(#f8fbf8 0%,#fff 100%)}.article-sidebar__nav{gap:12px;margin-top:14px;display:grid}.article-sidebar__nav a{color:var(--ink-soft);font-size:.95rem;transition:color .2s,transform .2s}.article-sidebar__nav a:hover{color:var(--ink);transform:translate(2px)}.related-post strong{color:var(--ink);margin-bottom:4px;display:block}.back-link{margin-top:0}.empty-state{max-width:700px;padding:32px}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=1080px){.desktop-nav{display:none}.menu-toggle{display:inline-flex}.nav-actions .button--sm{display:none}.service-stack__item{padding-bottom:24px;position:relative;top:auto}.service-stack__item+.service-stack__item{margin-top:0}.service-spotlight{grid-template-columns:1fr;grid-template-areas:"copy""media"}.service-page-hero{padding:124px 0 88px}.service-stage__frame{grid-template-columns:1fr;gap:26px;min-height:0;padding:18px 0 44px}.service-stage__visual{justify-self:start;width:min(100%,520px)}.service-hero{grid-template-columns:1fr;gap:32px}.service-hero__copy h1{max-width:12ch}.service-hero__meta-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-hero__media{justify-self:start;max-width:620px}.service-hero__media-frame{min-height:460px}.contact-layout{grid-template-columns:1fr;gap:30px}.service-spotlight{height:auto;position:relative;top:auto}.service-spotlight__media,.service-spotlight.is-reversed .service-spotlight__media{justify-self:stretch;max-width:100%}.service-spotlight__media-shell{width:100%;max-width:395px;height:380px}.service-intro,.service-trust,.faq-layout--service{grid-template-columns:1fr}.service-approach__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-trust__lead,.article-sidebar{position:relative;top:auto}.service-trust__lead .section-heading,.faq-layout--service .faq-copy .section-heading{margin-bottom:0}.service-capability,.service-flow__step{grid-template-columns:78px minmax(0,1fr)}.hero-layout,.about-layout,.faq-layout,.footer-grid,.article-hero__layout,.article-layout,.journal-feed__header{grid-template-columns:1fr}.article-hero__media{justify-self:start;max-width:360px}.cta-strip{grid-template-columns:1fr}.cta-strip__panel{justify-self:start;max-width:360px}.contact-copy{padding-top:0}.contact-form-card{padding:32px}.hero-layout{min-height:auto;padding-top:110px}.hero-visual{justify-self:start}.hero-frame{margin-left:0}.work-grid--clean,.testimonial-grid,.team-grid--light{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-table__row,.featured-post,.blog-list-grid{grid-template-columns:1fr}}@media (width<=760px){.service-stack{padding-bottom:8vh}.service-stack__item{top:calc(74px + (var(--service-index,0) * 10px));padding-bottom:0;position:sticky}.service-stack__item+.service-stack__item{margin-top:18px}.service-spotlight{grid-template-columns:1fr;grid-template-areas:"copy";gap:0;height:auto;min-height:520px;padding:18px}.service-spotlight h3{margin-top:12px;font-size:clamp(1.45rem,6vw,1.95rem)}.service-spotlight.is-reversed{grid-template-columns:1fr;grid-template-areas:"copy"}.service-spotlight__description{margin-top:10px;font-size:.9rem}.service-spotlight__highlights{grid-template-columns:1fr;gap:8px;margin-top:12px}.service-highlight{border-radius:16px;padding:10px 12px}.service-highlight span{font-size:.7rem}.service-highlight strong{font-size:.88rem}.service-spotlight__highlights .service-highlight:last-child,.service-spotlight__bullets li:last-child{display:none}.service-spotlight__bullets{margin-top:14px}.service-spotlight__bullets li,.service-list li{font-size:.9rem}.service-spotlight__footer{gap:12px;padding-top:16px}.service-spotlight__footer,.service-hero__actions{flex-direction:column;align-items:stretch}.service-page-hero{padding:108px 0 72px}.service-stage__frame{gap:22px;padding:12px 0 32px}.service-stage__copy h1{max-width:100%;font-size:clamp(2.2rem,9vw,3.3rem)}.service-stage__summary{max-width:100%;font-size:.96rem}.service-stage__actions{flex-direction:column;align-items:stretch}.service-stage__actions .button{width:100%}.service-stage__metrics{flex-direction:column;gap:12px;width:100%;padding-top:16px}.service-stage__metric{padding:0}.service-stage__metric strong{font-size:1.08rem}.service-stage__metric span{font-size:.74rem}.service-stage__metric+.service-stage__metric{padding-top:12px;padding-left:0}.service-stage__metric+.service-stage__metric:before{width:100%;height:1px;top:0;bottom:auto;left:0}.service-stage__meta{grid-template-columns:1fr;gap:10px;padding-top:18px}.service-stage__meta-item{gap:4px}.service-stage__meta-item+.service-stage__meta-item{border-top:1px solid #85d67f24;padding-top:10px}.service-stage__hero-glow{width:86%;height:170px;top:22px}.service-stage__visual{width:100%}.service-stage__image{width:min(100%,260px)}.light-section--service-overview{padding-top:88px}.service-intro{padding-top:14px}.service-hero{gap:24px}.service-hero__copy h1{font-size:clamp(2.2rem,9vw,3.25rem)}.service-hero__summary{max-width:100%;font-size:.96rem}.service-hero__meta-list{grid-template-columns:1fr;gap:10px;margin-top:22px}.service-hero__meta-item{border-radius:18px;min-height:0;padding:14px 16px}.service-hero__meta-item strong{font-size:.94rem}.service-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.service-spotlight__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.service-stat{min-width:0;padding:10px 12px}.service-stat strong{font-size:1.02rem}.service-stat span{font-size:.75rem}.service-spotlight__media,.service-spotlight.is-reversed .service-spotlight__media{display:none}.service-intro__lead h2{font-size:clamp(1.85rem,7vw,2.55rem)}.service-intro__body{gap:18px;padding:4px 0 0}.service-intro__copy p{font-size:.96rem}.service-intro:before{width:180px;height:180px;top:14%;left:50%;transform:translate(-50%)}.service-intro:after{opacity:.42;width:220px;height:110px;top:auto;bottom:6%;left:50%;transform:translate(-50%)}.service-intro__image{width:min(100%,240px);margin-top:2px}.service-approach{gap:22px}.service-approach__notes{grid-template-columns:1fr;gap:10px;display:grid}.service-approach__note{justify-content:center;width:100%;min-height:0;padding:12px 14px;font-size:.88rem}.service-approach__grid{grid-template-columns:1fr}.service-approach__card{border-radius:22px;min-height:0;padding:20px 18px 18px}.service-approach__card h3{font-size:1.16rem}.service-capability,.service-reason,.service-flow__step{grid-template-columns:1fr;gap:14px}.service-capability,.service-flow__step{padding:22px 0}.service-reason{border-radius:24px;padding:20px}.service-reason__content h3,.service-flow__content h3{font-size:1.16rem}.service-flow__step:before{display:none}.service-step__number{border-radius:15px;width:42px;height:42px}.faq-copy--service{border-radius:24px;padding:22px}.faq-list--service .faq-item{border-radius:20px;padding:0 16px}.faq-list--service .faq-trigger{padding:18px 0;font-size:.95rem}.faq-list--service .faq-symbol{width:30px;height:30px;font-size:1rem}.faq-list--service .faq-content p{margin-bottom:18px}.cta-strip-section{padding:28px 0 68px}.cta-strip-shell{border-radius:28px;padding:12px}.cta-strip{border-radius:22px;gap:22px;padding:24px 22px}.cta-strip:before{border-width:22px;width:240px;height:240px;bottom:-170px;right:-18px}.cta-strip:after{width:128px;height:128px;top:-40px;right:-36px}.cta-strip__copy h2{max-width:11ch;font-size:clamp(2rem,8vw,2.7rem)}.journal-stage__intro h1{max-width:12ch;font-size:clamp(2.45rem,6vw,3.5rem)}.journal-stage__feature,.journal-stage__feature-copy{min-height:460px}.journal-stage__feature-copy h2{font-size:clamp(2.15rem,5vw,3.2rem)}.cta-strip__panel{max-width:none}.cta-strip__panel-card{padding:20px}.contact-page-hero{padding-bottom:56px}.journal-feed-card__content,.article-body,.article-sidebar__card{padding:24px}.article-hero h1{font-size:clamp(2.2rem,9vw,3.2rem)}.article-author--editorial,.journal-feed-card__footer{flex-direction:column;align-items:flex-start}.journal-feed{padding-bottom:68px}.contact-copy h1{max-width:11ch;font-size:clamp(2.35rem,9vw,3.15rem)}.contact-copy>p{max-width:100%}.contact-form-card{padding:24px}.contact-form__grid{grid-template-columns:1fr}.contact-form__footer{flex-direction:column;align-items:stretch}.contact-form__footer .button{width:100%}.journal-stage__feature{min-height:420px}.journal-stage__feature-copy{min-height:420px;padding:30px 22px}.journal-stage__feature-copy h2{max-width:12ch;font-size:clamp(2rem,9vw,3rem)}.journal-stage__feature-copy p{font-size:.96rem}.journal-feed__header{margin-bottom:22px}.journal-feed__grid{grid-template-columns:1fr;gap:18px}.journal-feed-card__content{padding:20px}.journal-feed-card__footer{flex-direction:column;align-items:flex-start}.article-hero__media{max-width:240px}.contact-image-card{max-width:none;margin-top:26px;display:none}.contact-field textarea{min-height:180px}.service-hero__media-frame{min-height:320px;padding:12px}.site-header{padding-top:0}.site-header--home .nav-shell,.site-header--light .nav-shell{background:0 0;border:0;border-radius:0;width:calc(100vw - 24px);padding:14px 12px 0}.site-header--light .nav-shell{border-bottom:1px solid var(--line);background:#fffffff0;width:100%;padding:12px 14px}.hero-band{padding-bottom:44px}.hero-layout{gap:28px;padding-top:96px}.hero-copy h1{max-width:100%;font-size:clamp(2.45rem,9vw,3.2rem)}.hero-description,.section-heading p{font-size:.98rem}.hero-actions,.footer-cta__actions{flex-direction:column}.hero-actions .button,.footer-cta__actions .button{width:100%}.hero-float--stories{bottom:96px;left:10px}.hero-float--boost{min-width:0;bottom:10px;left:10px;right:10px}.impact-intro,.light-section{padding:68px 0}.services-grid--clean,.work-grid--clean,.blog-preview-grid--light,.blog-list-grid,.testimonial-grid,.team-grid--light{grid-template-columns:1fr}.faq-list--light{padding-inline:20px}.faq-layout--service .faq-list--light{padding-inline:0}.service-cta-band{border-radius:28px}.service-cta-band__actions{flex-direction:column;align-items:stretch}.service-cta-band__actions .button{width:100%}.footer-grid{gap:16px}.article-page{padding-top:102px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.service-stack__item:not(:last-child) .service-spotlight{box-shadow:none}.contact-form__result{width:100%;margin-top:1.5rem}.contact-form__message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #0000;border-radius:16px;align-items:flex-start;gap:.85rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;line-height:1.6;transition:all .3s;animation:.35s contactMessageFade;display:flex}.contact-form__message svg{flex-shrink:0;margin-top:2px}.contact-form__message p{margin:0}.contact-form__message--success{color:#1d7a46;background:#4ec8791f;border-color:#4ec8794d;box-shadow:0 10px 30px #4ec8791f,inset 0 1px #fff9}.contact-form__message--success svg{color:#22c55e}.contact-form__message--error{color:#b42318;background:#ff4d4f1a;border-color:#ff4d4f40;box-shadow:0 10px 30px #ff4d4f1a,inset 0 1px #fff9}.contact-form__message--error svg{color:#ef4444}@keyframes contactMessageFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
