.pf{--pf-nav-h:72px;--pf-radius:10px;--pf-radius-lg:16px;font-family:var(--font-sans);color:var(--charcoal);background:var(--ivory);line-height:1.7}.pf *,.pf :after,.pf :before{box-sizing:border-box}.pf-container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.pf-container--narrow{max-width:760px}.pf-h1{font-family:var(--font-serif);font-weight:700;font-size:clamp(2.8rem,5.8vw,4.8rem);line-height:1.05;letter-spacing:-.02em;margin:1rem 0 1.5rem}.pf-h1__accent{background:linear-gradient(90deg,var(--green) 0,var(--green-light) 55%,#7bc29b 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.pf-h2{font-family:var(--font-serif);font-weight:700;font-size:clamp(1.9rem,3.6vw,2.75rem);line-height:1.18;letter-spacing:-.018em;margin-bottom:.75rem}.pf-h2--on-dark{color:var(--white)}.pf-h2__muted{color:var(--charcoal);opacity:.82;font-weight:700}.pf-lede{font-size:1.18rem;line-height:1.65;color:var(--charcoal-60);max-width:56ch;margin-bottom:1.5rem}.pf-lede--hero{max-width:62ch;color:var(--charcoal);opacity:.92}.pf-pullquote{font-family:var(--font-serif);font-style:italic;font-size:1.4rem;line-height:1.35;color:var(--charcoal);max-width:42ch;border-left:3px solid var(--green);padding-left:1rem;margin:0 0 2rem}.pf-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:.85rem}.pf-eyebrow--on-dark{color:#8fd1ad}.pf-text-balance{text-wrap:balance}.pf-nav{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:var(--pf-nav-h);background:rgba(250,248,245,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--charcoal-15)}.pf-nav,.pf-nav__inner{display:flex;align-items:center}.pf-nav__inner{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem;justify-content:space-between;gap:2rem}.pf-nav__link{font-size:.92rem;font-weight:500;color:var(--charcoal-60);transition:color .2s var(--ease)}.pf-nav__link:hover{color:var(--charcoal)}@media (max-width:520px){.pf-nav__link{display:none}}.pf-wordmark{display:inline-flex;align-items:baseline;gap:.45rem;font-family:var(--font-serif);font-size:1.35rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.pf-wordmark,.pf-wordmark:hover{color:var(--charcoal)}.pf-wordmark span{color:var(--green)}.pf-nav__actions{display:flex;gap:.9rem;align-items:center}.pf-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.92rem;font-weight:600;letter-spacing:.01em;padding:.7rem 1.25rem;border-radius:7px;border:1px solid transparent;cursor:pointer;transition:transform .2s var(--ease),background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease);text-decoration:none;white-space:nowrap}.pf-btn--primary{background:var(--green);color:var(--white);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 6px 20px rgba(45,106,79,.25)}.pf-btn--primary:hover{background:var(--green-dark);color:var(--white);transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 10px 28px rgba(45,106,79,.32)}.pf-btn--ghost{background:transparent;color:var(--charcoal);border-color:var(--charcoal-15)}.pf-btn--ghost:hover{border-color:var(--charcoal);color:var(--charcoal)}.pf-btn--lg{font-size:1rem;padding:.95rem 1.6rem}.pf-btn--block{width:100%;justify-content:center}.pf-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--green);padding:.4rem .75rem;border-radius:999px;background:rgba(45,106,79,.08);border:1px solid rgba(45,106,79,.18)}.pf-hero{position:relative;padding:6rem 0 5rem;overflow:hidden;isolation:isolate}.pf-hero__aurora{inset:-20% -10% auto -10%;height:80%;background:radial-gradient(ellipse at 20% 30%,rgba(64,145,108,.22),transparent 55%),radial-gradient(ellipse at 80% 20%,rgba(196,139,44,.12),transparent 55%),radial-gradient(ellipse at 50% 80%,rgba(45,106,79,.18),transparent 60%);filter:blur(20px);z-index:-2}.pf-hero__aurora,.pf-hero__grid{position:absolute;pointer-events:none}.pf-hero__grid{inset:0;background-image:linear-gradient(90deg,rgba(44,44,44,.05) 1px,transparent 0),linear-gradient(180deg,rgba(44,44,44,.05) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse at 50% 35%,black 25%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 50% 35%,black 25%,transparent 70%);z-index:-1}.pf-hero__inner{width:100%;padding:0 clamp(3.75rem,15vw,16.5rem);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);grid-gap:clamp(1rem,2vw,2rem);gap:clamp(1rem,2vw,2rem);align-items:center}.pf-hero__copy{min-width:0;max-width:52rem}.pf-cta-row{display:flex;flex-wrap:wrap;gap:.8rem}@media (max-width:960px){.pf-hero__inner{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}.pf-hero__copy{max-width:none}}@media (max-width:720px){.pf-hero{padding:4rem 0 3.5rem}.pf-pullquote{font-size:1.2rem}}.pf-hero__shot{position:relative;min-width:0;isolation:isolate}.pf-shot{position:relative;background:var(--white);border:1px solid var(--charcoal-15);border-radius:var(--pf-radius-lg);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 30px 80px -20px rgba(27,67,50,.28),0 10px 30px rgba(44,44,44,.08);transform:translateY(0);transform-origin:center;transition:transform .5s var(--ease);will-change:transform}.pf-hero__shot:hover .pf-shot{transform:translateY(-4px)}@media (max-width:960px){.pf-hero__shot:hover .pf-shot,.pf-shot{transform:none}}.pf-shot__bar{display:flex;align-items:center;gap:.4rem;padding:.65rem .95rem;background:var(--sand);border-bottom:1px solid var(--charcoal-15)}.pf-shot__dot{width:10px;height:10px;border-radius:50%;background:var(--charcoal-15)}.pf-shot__dot:first-child{background:#e88a8a}.pf-shot__dot:nth-child(2){background:#e8c27c}.pf-shot__dot:nth-child(3){background:#8fd1ad}.pf-shot__crumb{margin-left:.75rem;font-size:.72rem;font-weight:500;color:var(--charcoal-40);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.pf-shot__body{position:relative;background:var(--ivory);overflow:hidden}.pf-shot__img{display:block;width:100%;height:auto;transition:opacity .3s var(--ease);image-rendering:high-quality;color:transparent;font-size:0}.pf-shot__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--charcoal-40);background-image:linear-gradient(90deg,rgba(44,44,44,.05) 1px,transparent 0),linear-gradient(180deg,rgba(44,44,44,.05) 1px,transparent 0);background-size:32px 32px}.pf-shot__placeholder span{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.pf-shot__glow{position:absolute;inset:auto 10% -30px 10%;height:40px;background:radial-gradient(ellipse at center,rgba(27,67,50,.25),transparent 70%);filter:blur(10px);z-index:-1;pointer-events:none}.pf-stats{padding:3rem 0;background:var(--charcoal);color:var(--white);border-top:1px solid rgba(255,255,255,.06)}.pf-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (max-width:760px){.pf-stat-grid{grid-template-columns:1fr;gap:1.75rem;text-align:left}}.pf-stat{display:flex;flex-direction:column;gap:.4rem;padding-left:1.25rem;border-left:2px solid rgba(255,255,255,.15)}.pf-stat__num{font-family:var(--font-serif);font-weight:700;font-size:clamp(2.8rem,5vw,4rem);line-height:1;color:var(--white);letter-spacing:-.02em}.pf-stat__num em{font-style:normal;color:#8fd1ad;font-size:.6em;margin-left:.1em}.pf-stat__body{font-size:1rem;color:rgba(255,255,255,.88);max-width:26ch}.pf-stat__src{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:.25rem}.pf-flow-section,.pf-why{padding:6rem 0}.pf-why{background:var(--sand)}.pf-section-head{margin-bottom:3rem;max-width:52rem}.pf-section-head--center{margin-left:auto;margin-right:auto;text-align:center}.pf-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1.15fr auto 1fr;grid-gap:1rem;gap:1rem;align-items:stretch;margin-bottom:2rem}.pf-flow__node{position:relative;background:var(--white);border:1px solid var(--charcoal-15);border-radius:var(--pf-radius-lg);padding:1.5rem 1.25rem;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:.5rem;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.pf-flow__node:hover{transform:translateY(-3px);box-shadow:0 16px 34px -18px rgba(27,67,50,.22)}.pf-flow__label{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green)}.pf-flow__desc{font-size:.92rem;color:var(--charcoal-60);line-height:1.5;margin:0}.pf-flow__desc--on-dark{color:rgba(255,255,255,.85)}.pf-flow__arrow{display:flex;align-items:center;justify-content:center;color:var(--charcoal-40);min-width:40px}.pf-flow__arrow svg{width:40px;height:20px}.pf-flow__node--kernel{background:linear-gradient(165deg,var(--green-dark) 0,var(--green) 100%);color:var(--white);border-color:var(--green);box-shadow:0 20px 40px -15px rgba(27,67,50,.4);overflow:hidden;isolation:isolate}.pf-flow__kernel-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 120%,rgba(64,145,108,.55),transparent 60%);filter:blur(12px);z-index:-1;pointer-events:none;animation:pf-pulse 3.4s ease-in-out infinite}@keyframes pf-pulse{0%,to{opacity:.85}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.pf-flow__kernel-glow{animation:none}}.pf-flow__kernel-badge{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--font-sans);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);padding:.4rem .7rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:999px;margin:0 auto}.pf-flow__node--kernel .pf-flow__label{color:#8fd1ad}@media (max-width:960px){.pf-flow{grid-template-columns:1fr;gap:.5rem}.pf-flow__arrow{transform:rotate(90deg);padding:.25rem 0}.pf-flow__arrow svg{width:28px;height:14px}}.pf-flow-caption{text-align:center;max-width:62ch;margin:2rem auto 0;font-size:1.02rem;color:var(--charcoal-60);line-height:1.7}.pf-flow-caption strong{color:var(--charcoal);font-weight:600}.pf-why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;max-width:1040px;margin:0 auto}@media (max-width:900px){.pf-why-grid{grid-template-columns:1fr}}.pf-why-card{background:var(--white);border:1px solid var(--charcoal-15);border-radius:var(--pf-radius-lg);padding:1.75rem;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.pf-why-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px -18px rgba(27,67,50,.22)}.pf-why-card--featured{background:linear-gradient(165deg,#fcfbf8,#edf5f0);border-color:var(--green);box-shadow:0 20px 48px -20px rgba(27,67,50,.3)}.pf-why-card__icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:rgba(44,44,44,.06);color:var(--charcoal-60);border-radius:10px;margin-bottom:1rem}.pf-why-card__icon--featured{background:rgba(45,106,79,.1);color:var(--green)}.pf-why-card h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--charcoal);margin-bottom:.35rem;line-height:1.2}.pf-why-card p{font-size:.95rem;color:var(--charcoal-60);margin:0;line-height:1.55}.pf-team{padding:6rem 0;background:var(--ivory)}.pf-team-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;max-width:880px;margin:0 auto}@media (max-width:720px){.pf-team-grid{grid-template-columns:1fr;gap:2.5rem}}.pf-team-card{text-align:center}.pf-team-card__photo{width:180px;height:180px;border-radius:50%;margin:0 auto 1.25rem;overflow:hidden;background:var(--sand);border:3px solid var(--charcoal-15);transition:border-color .3s var(--ease)}.pf-team-card:hover .pf-team-card__photo{border-color:var(--green)}.pf-team-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.pf-team-card__name{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--charcoal);letter-spacing:-.01em;margin-bottom:.2rem}.pf-team-card__role{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.9rem}.pf-team-card__bio{font-size:.95rem;line-height:1.65;color:var(--charcoal);opacity:.85;max-width:38ch;margin:0 auto}.pf-interest{position:relative;padding:6rem 0;background:var(--charcoal);color:var(--white);overflow:hidden}.pf-interest__halo{position:absolute;inset:-40% -20% auto -20%;height:50%;background:radial-gradient(ellipse at 30% 50%,rgba(64,145,108,.4),transparent 55%),radial-gradient(ellipse at 70% 40%,rgba(45,106,79,.5),transparent 60%);filter:blur(30px);z-index:0;pointer-events:none}.pf-interest__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}@media (max-width:900px){.pf-interest__inner{grid-template-columns:1fr;gap:2.5rem}}.pf-interest__copy{max-width:34rem}.pf-interest__lede{font-size:1.05rem;color:rgba(255,255,255,.8);margin:0 0 1.5rem;line-height:1.65}.pf-interest__list{padding:0;margin:0;display:grid;grid-gap:.55rem;gap:.55rem}.pf-interest__list li{display:flex;align-items:center;gap:.55rem;font-size:.95rem;color:rgba(255,255,255,.88)}.pf-interest__list li svg{color:#8fd1ad;flex-shrink:0}.pf-form{background:var(--white);color:var(--charcoal);padding:2rem;border-radius:var(--pf-radius-lg);box-shadow:0 30px 80px -30px rgba(0,0,0,.5)}.pf-form__title{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--charcoal);margin-bottom:1.25rem}.pf-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9rem;gap:.9rem;margin-bottom:.9rem}@media (max-width:540px){.pf-form__row{grid-template-columns:1fr}}.pf-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.pf-field span{font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--charcoal-60)}.pf-field input{font-family:var(--font-sans);font-size:.95rem;color:var(--charcoal);background:var(--ivory);border:1px solid var(--charcoal-15);border-radius:6px;padding:.7rem .8rem;transition:border-color .2s,box-shadow .2s;min-width:0;width:100%}.pf-field input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(45,106,79,.15)}.pf-field--error input{border-color:#b83b3b;box-shadow:0 0 0 3px rgba(184,59,59,.12)}.pf-field__error{font-size:.8rem;color:#b83b3b}.pf-form__turnstile{margin:1rem 0}.pf-form__error{margin:0 0 1rem;font-size:.85rem;color:#b83b3b}.pf-form button:disabled{opacity:.62;cursor:not-allowed;transform:none}.pf-form__foot{margin:1rem 0 0;font-size:.8rem;color:var(--charcoal-60);text-align:center}.pf-form__foot a{color:var(--green);font-weight:600}.pf-form__success{text-align:center;padding:1rem .5rem}.pf-form__success svg{color:var(--green);margin:0 auto .75rem}.pf-form__success h3{font-family:var(--font-serif);font-size:1.35rem;color:var(--charcoal);margin-bottom:.5rem}.pf-form__success p{color:var(--charcoal-60);font-size:.95rem}.pf-form__success a{color:var(--green);font-weight:600}.pf-insights{padding:6rem 0;background:var(--sand)}.pf-section-head--between{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;max-width:none;margin-bottom:2.5rem}.pf-section-head--between>div{min-width:0}.pf-section-head--between>div h2{margin-bottom:0}@media (max-width:680px){.pf-section-head--between{flex-direction:column;align-items:flex-start}}.pf-insights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:900px){.pf-insights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.pf-insights-grid{grid-template-columns:1fr}}.pf-post-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--charcoal-15);border-radius:var(--pf-radius-lg);overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.pf-post-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px -20px rgba(27,67,50,.22);border-color:rgba(45,106,79,.35);color:inherit}.pf-post-card__cover{aspect-ratio:16/9;overflow:hidden;background:var(--sand)}.pf-post-card__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.pf-post-card:hover .pf-post-card__cover img{transform:scale(1.04)}.pf-post-card__body{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.pf-post-card__cat{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.pf-post-card__title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;line-height:1.3;color:var(--charcoal);letter-spacing:-.01em;margin:0}.pf-post-card__excerpt{font-size:.92rem;color:var(--charcoal);opacity:.75;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pf-post-card__date{margin-top:auto;font-size:.78rem;color:var(--charcoal-40);padding-top:.5rem}.pf-page-hero{position:relative;padding:5rem 0 3rem;overflow:hidden;isolation:isolate;background:var(--ivory)}.pf-h1--compact{font-size:clamp(2.2rem,4.5vw,3.4rem);margin:.75rem 0 1rem}.pf-insights-list{padding:2rem 0 6rem;background:var(--ivory)}.pf-filter-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.pf-chip{display:inline-flex;align-items:center;padding:.45rem 1rem;font-size:.85rem;font-weight:600;border-radius:999px;background:var(--white);border:1px solid var(--charcoal-15);color:var(--charcoal-60);text-decoration:none;transition:all .2s var(--ease)}.pf-chip:hover{color:var(--charcoal);border-color:var(--charcoal)}.pf-chip--active{background:var(--green);color:var(--white);border-color:var(--green)}.pf-chip--active:hover{background:var(--green-dark);color:var(--white);border-color:var(--green-dark)}.pf-empty{padding:4rem 0;text-align:center;color:var(--charcoal-60)}.pf-post-hero{position:relative;padding:4rem 0 2.5rem;overflow:hidden;isolation:isolate;background:var(--ivory)}.pf-back-link{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);text-decoration:none;margin-bottom:1rem}.pf-back-link:hover{color:var(--green-dark)}.pf-post-meta{font-size:.9rem;color:var(--charcoal-60);margin-top:.5rem}.pf-post-meta a{color:var(--charcoal);font-weight:600;text-decoration:none}.pf-post-meta a:hover{color:var(--green)}.pf-post-cover-wrap{margin:0 auto 2rem}.pf-post-cover{width:100%;max-height:460px;object-fit:cover;border-radius:12px;display:block}.pf-post-section{padding:1rem 0 5rem;background:var(--ivory)}.pf-prose{font-size:1.05rem;line-height:1.8;color:var(--charcoal)}.pf-prose p{max-width:none;margin-bottom:1em}.pf-prose p+p{margin-top:0}.pf-prose h2{font-size:1.8rem;letter-spacing:-.015em;margin:2em 0 .6em;line-height:1.25}.pf-prose h2,.pf-prose h3,.pf-prose h4{font-family:var(--font-serif);font-weight:700}.pf-prose h3,.pf-prose h4{margin:1.5em 0 .5em;line-height:1.3}.pf-prose h3{font-size:1.35rem}.pf-prose h4{font-size:1.1rem}.pf-prose a{color:var(--green);text-decoration:underline;text-underline-offset:.15em}.pf-prose a:hover{color:var(--green-dark)}.pf-prose ol,.pf-prose ul{padding-left:1.4em;margin:0 0 1em}.pf-prose ul{list-style:disc}.pf-prose ol{list-style:decimal}.pf-prose li{margin-bottom:.4em}.pf-prose blockquote{border-left:3px solid var(--green);padding-left:1rem;margin:1.5em 0;font-style:italic;color:var(--charcoal);opacity:.85}.pf-prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:var(--sand);padding:.1em .35em;border-radius:3px}.pf-prose pre{background:var(--charcoal);color:#e8e8e8;padding:1rem 1.2rem;border-radius:8px;overflow-x:auto;margin:1.2em 0;font-size:.9em}.pf-prose pre code{background:none;padding:0;color:inherit}.pf-prose img{border-radius:8px;margin:1.5em 0}.pf-post-cta{padding:4rem 0;background:var(--charcoal);color:var(--white);text-align:center}.pf-post-cta__inner{max-width:44rem;margin:0 auto}.pf-post-cta .pf-h2{margin-bottom:.5rem}.pf-post-cta__lede{color:rgba(255,255,255,.78);margin:0 auto 1.5rem;font-size:1.05rem;max-width:36rem}.pf-footer{background:#1a1a1a;border-top:1px solid rgba(255,255,255,.06);padding:1.75rem 0;color:rgba(255,255,255,.55)}.pf-footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.pf-wordmark--footer,.pf-wordmark--footer:hover{color:var(--white)}.pf-wordmark--footer span{color:var(--green-light)}.pf-footer__meta{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;color:rgba(255,255,255,.55)}.pf-footer__copy{font-size:.75rem;color:rgba(255,255,255,.4)}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0eeb07{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0eeb07{--font-dm-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f7b1c235bf63da76-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2aaa757c44b42096-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/346ae887e89b3c48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8a3e7529b362bc07-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_1c86d0{font-family:Playfair Display,Playfair Display Fallback;font-weight:700;font-style:normal}.__variable_1c86d0{--font-playfair:"Playfair Display","Playfair Display Fallback"}