/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--green:#07963f;--green-dark:#075d2d;--green-pale:#edf8f1;--ink:#17231c;--ink-soft:#405048;--line:#dbe7df;--white:#fff;--sand:#f6f5f0;--shell:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(var(--shell), calc(100% - 48px));margin-inline:auto}.topbar{background:var(--ink);color:#ffffffc7;letter-spacing:.02em;font-size:12px}.topbar-inner{justify-content:space-between;align-items:center;min-height:34px;display:flex}.topbar-inner div{gap:24px;display:flex}.topbar a:hover{color:#fff}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #07963f1a;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:32px;height:104px;display:flex}.brand img{object-fit:contain;width:232px;height:88px;display:block}.desktop-nav{align-items:center;gap:34px;font-size:14px;font-weight:700;display:flex}.desktop-nav a{padding:32px 0;position:relative}.desktop-nav a:after{content:"";background:var(--green);height:2px;transition:right .25s;position:absolute;bottom:24px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-cta,.primary-button,.secondary-button,.outline-button{border-radius:2px;justify-content:center;align-items:center;gap:18px;min-height:52px;padding:0 22px;font-size:14px;font-weight:700;display:inline-flex}.header-cta,.primary-button{background:var(--green);color:#fff}.header-cta:hover,.primary-button:hover{background:var(--green-dark)}.menu-button,.mobile-menu{display:none}.hero{background:url(/images/pv03.png) 56%/cover no-repeat;align-items:center;min-height:720px;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(90deg,#0a1910eb 0%,#0a1910c2 38%,#0a19102e 72%,#0a19100d 100%);position:absolute;inset:0}.hero-inner{z-index:1;justify-content:space-between;align-items:flex-end;gap:60px;display:flex;position:relative}.hero-copy{color:#fff;max-width:760px}.eyebrow{color:#ffffffd6;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:12px;margin:0 0 24px;font-size:12px;font-weight:800;display:flex}.eyebrow span{background:var(--green);width:38px;height:2px}.eyebrow.dark{color:var(--green-dark)}.hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(56px,7vw,96px);font-weight:800;line-height:.98}.hero h1 em{color:#79d89e;font-style:normal;font-weight:400}.hero-lead{color:#ffffffdb;max-width:640px;margin:32px 0 38px;font-size:20px;line-height:1.6}.hero-actions{align-items:center;gap:32px;display:flex}.primary-button{min-height:58px;padding-inline:28px}.text-link{border-bottom:1px solid #ffffffa6;padding-bottom:5px;font-size:14px;font-weight:700}.hero-fact{width:235px;color:var(--ink);background:#fff;margin-bottom:-120px;padding:28px;box-shadow:0 24px 70px #0003}.hero-fact strong{color:var(--green);letter-spacing:-.04em;font-size:42px;line-height:1;display:block}.hero-fact span{color:var(--ink-soft);margin-top:12px;font-size:13px;line-height:1.5;display:block}.trust-strip{background:var(--green);color:#fff}.trust-grid{grid-template-columns:repeat(3,1fr);min-height:124px;display:grid}.trust-grid>div{border-right:1px solid #ffffff38;align-items:center;gap:20px;padding:26px 34px;display:flex}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}.trust-grid>div>span{color:#fff;background:#ffffff29;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:grid}.trust-grid p{color:#fffc;margin:0;font-size:13px;line-height:1.45}.trust-grid strong{color:#fff;font-size:15px;display:block}.section{padding:120px 0}.section-heading h2,.story-copy h2,.values-copy h2,.experts h2,.faq h2,.contact-section h2{letter-spacing:-.045em;margin:0;font-size:clamp(40px,4.8vw,66px);font-weight:760;line-height:1.04}.heading-row{grid-template-columns:1.25fr .75fr;align-items:end;gap:80px;margin-bottom:56px;display:grid}.heading-row>p{color:var(--ink-soft);margin:0 0 4px;font-size:17px}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:310px;padding:38px;transition:background .25s,color .25s,transform .25s}.service-card:hover{z-index:1;background:var(--green);color:#fff;transform:translateY(-5px)}.service-card h3{margin:18px 0 14px;font-size:24px;line-height:1.2}.service-card h3:before{content:"";background:var(--green);width:42px;height:3px;margin-bottom:36px;display:block}.service-card:hover h3:before{background:#ffffffbf}.service-card p{color:var(--ink-soft);margin:0;font-size:14px}.service-card:hover p{color:#fffc}.service-card a{color:var(--green-dark);gap:12px;margin-top:28px;font-size:13px;font-weight:800;display:inline-flex}.service-card:hover a{color:#fff}.story{background:var(--green-pale)}.story-grid{grid-template-columns:1fr .9fr;align-items:center;gap:100px;display:grid}.story-images{min-height:670px;position:relative}.image-main,.image-detail{background-position:50%;background-size:cover;position:absolute}.image-main{background-image:url(/images/pv03.png);background-position:62%;inset:0 80px 90px 0}.image-detail{border:10px solid var(--green-pale);background-image:url(/images/10.png);width:270px;height:260px;bottom:0;right:0}.image-badge{background:var(--green);color:#fff;text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:absolute;bottom:42px;left:-24px}.image-badge strong{font-size:29px;line-height:1}.image-badge span{width:95px;margin-top:7px;font-size:11px;line-height:1.3}.story-copy .large-copy{color:var(--ink-soft);margin:30px 0;font-size:19px}.check-list{gap:15px;margin:0 0 36px;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:14px;font-size:14px;font-weight:700;display:flex}.check-list span{width:26px;height:26px;color:var(--green);background:#fff;border-radius:50%;place-items:center;display:grid}.secondary-button{background:var(--ink);color:#fff}.secondary-button:hover{background:var(--green-dark)}.process{background:var(--sand)}.section-heading.center{text-align:center;max-width:820px;margin:0 auto 70px}.section-heading.center .eyebrow{justify-content:center}.process-grid{counter-reset:process;grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid}.process-grid li{border-top:2px solid var(--line);padding:38px 34px;position:relative}.process-grid li:before{content:"";background:var(--green);border-radius:50%;width:12px;height:12px;position:absolute;top:-7px;left:34px}.process-grid h3{margin:18px 0 12px;font-size:21px}.process-grid p{color:var(--ink-soft);margin:0;font-size:14px}.values{background:var(--ink);color:#fff}.values.section{padding-top:88px;padding-bottom:88px}.values-grid{grid-template-columns:.78fr 1.22fr;align-items:center;gap:68px;display:grid}.values-copy{padding:30px 0}.values-copy>p:not(.eyebrow){color:#ffffffbf;margin:28px 0;font-size:17px}.values-photo{background:#111;margin:0;overflow:hidden}.values-photo img{width:100%;height:auto;display:block}.value-tags{flex-wrap:wrap;gap:10px;display:flex}.value-tags span{text-transform:uppercase;letter-spacing:.08em;border:1px solid #ffffff40;padding:8px 13px;font-size:12px;font-weight:800}.values-link{border-bottom:1px solid #ffffff80;align-items:center;gap:14px;margin-top:30px;padding-bottom:5px;font-size:14px;font-weight:800;display:inline-flex}.experts-grid{grid-template-columns:.75fr 1.25fr;gap:100px;display:grid}.expert-cards{border-top:1px solid var(--line)}.expert-cards article{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr 1fr;align-items:center;gap:24px;padding:28px 0;display:grid}.expert-cards article>span{background:var(--green-pale);width:48px;height:48px;color:var(--green);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.expert-cards h3{margin:0;font-size:19px}.expert-cards p{color:var(--ink-soft);margin:0;font-size:14px}.faq{background:var(--green-pale)}.faq-grid{grid-template-columns:.75fr 1.25fr;gap:110px;display:grid}.faq-intro>p:last-child{max-width:430px;color:var(--ink-soft)}.accordion{border-top:1px solid #c9d9cf}.accordion details{border-bottom:1px solid #c9d9cf}.accordion summary{width:100%;color:var(--ink);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;font-weight:800;list-style:none;display:flex}.accordion summary::-webkit-details-marker{display:none}.accordion summary b{flex:0 0 22px;width:22px;height:22px;position:relative}.accordion summary b:before,.accordion summary b:after{content:"";background:var(--green);width:18px;height:2px;transition:transform .2s;position:absolute;top:10px;left:2px}.accordion summary b:after{transform:rotate(90deg)}.accordion details[open] summary b:after{transform:rotate(0)}.accordion details>p{color:var(--ink-soft);margin:-3px 45px 26px 0;font-size:14px}.contact-section{background:var(--green);color:#fff;padding:100px 0}.contact-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:80px;display:grid}.contact-section h2{max-width:760px}.contact-section p:not(.eyebrow){color:#fffc;max-width:670px;font-size:18px}.contact-actions{gap:14px;display:grid}.light-button,.outline-button{justify-content:space-between;align-items:center;min-height:72px;padding:15px 22px;display:flex}.light-button{color:var(--ink);background:#fff}.light-button span{color:var(--ink-soft);font-size:12px}.light-button strong{font-size:18px}.outline-button{color:#fff;border:1px solid #ffffff8c;font-size:14px;font-weight:800}.outline-button:hover{color:var(--green-dark);background:#fff}footer{background:var(--ink);color:#ffffffad;padding:80px 0 24px}.footer-grid{grid-template-columns:1.45fr 1fr .8fr;gap:58px;display:grid}.footer-brand img{object-fit:contain;background:#fff;width:220px;height:130px;padding:12px}.footer-grid h3{color:#fff;margin:0 0 20px;font-size:14px}.footer-grid a,.footer-grid p{margin:0 0 8px;font-size:13px;display:block}.footer-grid a:hover{color:#fff}.fresch-credit{white-space:nowrap;justify-content:center;align-items:center;gap:5px;display:flex}.fresch-credit>span{color:#ffffff75;letter-spacing:.02em;font-size:8px;line-height:1}.fresch-credit img{object-fit:contain;image-rendering:auto;width:38px;height:13px}.fresch-credit strong{color:#ffffffad;font-size:9px;font-weight:600}.fresch-credit b{color:#e15d65;font-size:9px}.footer-bottom{border-top:1px solid #ffffff1f;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:70px;padding-top:24px;font-size:12px;display:grid}.footer-bottom p{margin:0}.footer-legal{justify-content:flex-end;gap:22px;display:flex}.mobile-action-bar{display:none}.desktop-nav a.active{color:var(--green)}.desktop-nav a.active:after{right:0}.about-hero{color:#fff;background:linear-gradient(90deg,#081c11ed,#081c118a 58%,#081c1124),url(/images/10.png) 50% 62%/cover no-repeat;align-items:flex-end;min-height:540px;padding:100px 0;display:flex}.about-hero-inner{max-width:1200px}.about-hero h1{letter-spacing:-.055em;max-width:880px;margin:0;font-size:clamp(56px,7vw,92px);line-height:.98}.about-hero-inner>p:last-child{color:#ffffffd4;max-width:650px;margin:30px 0 0;font-size:19px}.about-story{background:var(--green-pale)}.about-story-grid{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:90px;display:grid}.about-story-copy h2{letter-spacing:-.045em;margin:0;font-size:clamp(42px,5vw,66px);line-height:1.04}.about-story-copy>p:not(.eyebrow){color:var(--ink-soft)}.about-story-copy .large-copy{color:var(--ink);margin-top:30px;font-size:19px}.about-story-copy blockquote{border-left:4px solid var(--green);color:var(--green-dark);background:#fff;margin:36px 0 0;padding:24px 28px;font-size:18px;font-weight:800}.about-story-image{background:url(/images/pv03.png) 63%/cover no-repeat;min-height:620px}.people{background:#fff}.people-grid{grid-template-columns:repeat(2,1fr);gap:34px;display:grid}.people-grid article{border:1px solid var(--line);background:var(--sand);overflow:hidden}.people-grid img{width:100%;height:auto;display:block}.people-grid article>div{padding:34px 38px 40px}.person-role,.partner-label{color:var(--green);letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:800}.people-grid h3{letter-spacing:-.025em;margin:0 0 16px;font-size:28px}.people-grid article>div>p:last-child{color:var(--ink-soft);margin:0;font-size:14px}.partners{color:#fff;background:var(--green-dark)}.partners .eyebrow{color:#fff}.partners .heading-row>p{color:#ffffffb3}.partner-grid{background:#ffffff2e;border:1px solid #ffffff2e;grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.partner-grid article{background:var(--green-dark);min-height:360px;padding:48px}.partner-grid h3{margin:0 0 20px;font-size:30px}.partner-grid article>p:not(.partner-label){color:#ffffffb8;font-size:15px}.partner-grid a{border-bottom:1px solid #ffffff8c;gap:12px;margin-top:20px;padding-bottom:5px;font-size:13px;font-weight:800;display:inline-flex}@media (width<=980px){.desktop-nav,.header-cta{display:none}.menu-button{background:var(--green);border:0;place-content:center;gap:5px;width:46px;height:46px;display:grid}.menu-button span{background:#fff;width:21px;height:2px}.mobile-menu{z-index:19;background:#fff;padding:18px 24px 28px;display:grid;position:fixed;top:122px;left:0;right:0;box-shadow:0 18px 40px #00000021}.mobile-menu a{border-bottom:1px solid var(--line);padding:13px 0;font-weight:800}.hero{min-height:680px}.hero-fact{display:none}.heading-row,.story-grid,.values-grid,.experts-grid,.faq-grid,.contact-grid{grid-template-columns:1fr;gap:52px}.about-story-grid{grid-template-columns:1fr;gap:54px}.service-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.story-images{min-height:600px}}@media (width<=680px){.shell{width:min(100% - 30px, var(--shell))}.topbar-inner>span,.topbar-inner div a:last-child{display:none}.topbar-inner{justify-content:flex-end}.header-inner{height:88px}.brand img{width:190px;height:74px}.mobile-menu{top:122px}.hero{background-position:65%;min-height:690px}.hero-overlay{background:linear-gradient(90deg,#0a1910eb,#0a1910a3)}.hero h1{font-size:51px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.trust-grid{grid-template-columns:1fr;padding-block:10px}.trust-grid>div{border-bottom:1px solid #fff3;border-right:0;min-height:86px;padding:18px 0}.section{padding:82px 0}.section-heading h2,.story-copy h2,.values-copy h2,.experts h2,.faq h2,.contact-section h2{font-size:39px}.service-grid,.process-grid{grid-template-columns:1fr}.service-card{min-height:270px;padding:30px}.story-grid{gap:65px}.story-images{min-height:470px}.image-main{inset:0 35px 60px 0}.image-detail{width:180px;height:170px}.image-badge{width:120px;height:120px;bottom:10px;left:-5px}.process-grid li{padding-left:18px}.process-grid li:before{left:18px}.values-copy{padding:0}.expert-cards article{grid-template-columns:52px 1fr}.expert-cards p{grid-column:2}.contact-section{padding:78px 0}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-bottom{text-align:center;grid-template-columns:1fr;justify-items:center;gap:14px}.footer-legal{justify-content:center}.about-hero{min-height:500px;padding:76px 0}.about-hero h1{font-size:49px}.about-story-image{min-height:430px}.people-grid,.partner-grid{grid-template-columns:1fr}.people-grid article>div,.partner-grid article{padding:30px 26px}body{padding-bottom:84px}.mobile-action-bar{z-index:50;background:#fff;border-radius:22px 0 0;grid-template-columns:repeat(3,1fr);height:84px;display:grid;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 32px #091f122e}.mobile-action-bar a{color:#363633;border-right:1px solid #d8d2ce;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.mobile-action-bar a:last-child{border-right:0}.mobile-action-bar .action-primary{background:var(--green);color:#fff}.action-icon{width:27px;height:27px;display:block}.mobile-action-bar strong{font-size:16px;font-weight:800;line-height:1}}
