@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap";.feed-page{min-height:100vh;background:var(--color-sand);color:var(--color-ink);display:flex;flex-direction:column}.feed-hero{background:linear-gradient(135deg,#181818f2,#2b2b2be6);color:var(--color-sand);padding:3rem 0 4rem}.feed-hero-content{display:flex;flex-direction:column;gap:1rem}.feed-back-link{font-size:.95rem;color:var(--color-clay);display:inline-flex;align-items:center;gap:.35rem;width:fit-content}.feed-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:600;color:var(--color-clay);margin:0}.feed-hero h1{color:var(--color-sand);margin-bottom:.5rem}.feed-hero p{color:#fff0d9e6;max-width:720px}.feed-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.feed-main{flex:1;padding:3rem 0 4rem}.feed-channel{color:var(--color-muted);font-size:.95rem;margin-bottom:1.5rem}.feed-status,.feed-error{background:var(--color-white);border:1px solid rgba(24,24,24,.08);border-radius:16px;padding:1.5rem;font-size:1rem;color:var(--color-ink);box-shadow:0 15px 40px #1818180f}.feed-error{display:flex;flex-direction:column;gap:1rem}.feed-cards{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feed-card{background:var(--color-white);border-radius:18px;padding:1.75rem;border:1px solid rgba(24,24,24,.08);box-shadow:0 15px 40px #18181814;height:100%;display:flex;flex-direction:column;gap:.85rem}.feed-card-media{display:block;border-radius:14px;overflow:hidden;aspect-ratio:16 / 9;background:#18181814;box-shadow:inset 0 0 0 1px #1818180a;transition:transform .22s ease,box-shadow .22s ease}.feed-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}.feed-card-media:hover,.feed-card-media:focus-visible{transform:translateY(-3px);box-shadow:inset 0 0 0 1px #18181814,0 8px 20px #1818181f;outline:none}.feed-card-media:hover img,.feed-card-media:focus-visible img{transform:scale(1.02)}.feed-card-date{color:var(--color-muted);font-size:.9rem;margin:0}.feed-card h3{font-size:1.25rem;margin:0}.feed-card-titleLink{color:inherit;text-decoration:none;transition:color .16s ease}.feed-card-titleLink:hover,.feed-card-titleLink:focus-visible{color:var(--color-clay);text-decoration:underline;outline:none}.feed-card-summary{flex:1;color:var(--color-ink);font-size:.98rem;margin:0}.feed-see-more{margin-top:2rem;text-align:center}.feed-see-more-link{font-weight:600;color:var(--color-dark);text-decoration:none;border-bottom:2px solid rgba(24,24,24,.2);padding-bottom:.15rem;transition:color .16s ease,border-color .16s ease}.feed-see-more-link:hover,.feed-see-more-link:focus-visible{color:var(--color-clay);border-color:var(--color-clay);outline:none}@media (max-width: 720px){.feed-hero{padding:2.5rem 0 3rem}.feed-card{padding:1.25rem}}.app{background-color:var(--color-sand);color:var(--color-ink)}.container{width:min(1120px,100%);margin:0 auto;padding:0 1.25rem}.hero{background:linear-gradient(140deg,#2b2b2bf5,#181818e6 60%,#2b2b2be0);color:var(--color-sand);padding:2.5rem 0 4.5rem}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}.logo-slot{min-width:150px;min-height:56px;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.logo-slot img{max-height:48px;width:auto;display:block}.hero-wordmark{max-width:220px;margin-bottom:1.5rem}.hero-wordmark img{width:100%;height:auto;display:block}.nav{display:flex;align-items:center;gap:1.5rem;font-size:.95rem}.nav a{color:#fff0d9d1;font-weight:500}.nav a:hover,.nav a:focus{color:var(--color-clay)}.cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.4rem;border-radius:999px;background:var(--color-clay);color:var(--color-ink);font-weight:600;border:1px solid transparent;transition:background .2s ease,transform .2s ease;cursor:pointer}.cta:hover,.cta:focus{transform:translateY(-1px);background:#e2cdb3}.cta.light{background:var(--color-sand);color:var(--color-ink)}.cta.light:hover,.cta.light:focus{background:#fce5c8}.fillout-embed{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none;opacity:0}.hero-content{max-width:720px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-clay)}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);margin-bottom:1.5rem;color:var(--color-sand)}.hero p{color:#fff0d9e0;font-size:1.05rem;margin-bottom:2.5rem}.hero-highlights{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hero-highlights h3{color:var(--color-clay);font-size:1.05rem;margin-bottom:.4rem}.section{padding:4.5rem 0}.section--compact{padding-bottom:3rem}.section.alt{background:#d9c19e2e}.section-heading{max-width:680px;margin-bottom:2.5rem}.section-heading h2{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:.75rem}.section-heading p{color:var(--color-muted)}.about-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about-card{background:var(--color-white);border-radius:18px;padding:1.8rem;border:1px solid rgba(43,43,43,.08);box-shadow:0 12px 32px #2b2b2b0d}.about-card h3{font-size:1.25rem;margin-bottom:.75rem}.about-card p{color:var(--color-muted)}.what-we-do-section{position:relative;overflow:hidden;background:linear-gradient(140deg,#2b2b2bf5,#181818e6 60%,#2b2b2be0);color:var(--color-sand);padding-top:3.8rem;padding-bottom:4rem}.what-we-do-section .section-heading{max-width:720px}.what-we-do-section .section-heading h2{color:var(--color-sand)}.what-we-do-section .section-heading p{color:#fff0d9c2}.what-we-do-grid{display:grid;align-items:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.what-we-do-card{overflow:hidden;border-radius:12px;border:1px solid rgba(255,240,217,.12);background:#fff0d90e;box-shadow:0 18px 42px #0000002e;opacity:0;transform:translateY(12px);animation:what-we-do-in .52s ease forwards;transition:border-color .2s ease,background .2s ease,transform .2s ease}.what-we-do-card:nth-child(2){animation-delay:.06s}.what-we-do-card:nth-child(3){animation-delay:.12s}.what-we-do-card:nth-child(4){animation-delay:.18s}.what-we-do-card:nth-child(5){animation-delay:.24s}.what-we-do-card:nth-child(6){animation-delay:.3s}.what-we-do-card:is(:hover,:focus-within),.what-we-do-card.is-open{border-color:#d9c19e70;background:#fff0d917;transform:translateY(-2px)}.what-we-do-trigger{width:100%;min-height:98px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.05rem 1.1rem;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.what-we-do-index{display:inline-flex;align-items:center;justify-content:center;width:2.3rem;aspect-ratio:1 / 1;border-radius:50%;background:#d9c19e29;color:var(--color-clay);font-size:.78rem;font-weight:700;line-height:1}.what-we-do-copy{display:grid;gap:.2rem;min-width:0}.what-we-do-cue{color:#fff0d99e;font-size:.74rem;font-weight:700;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.what-we-do-title{color:var(--color-sand);font-size:clamp(1.05rem,1.7vw,1.25rem);font-weight:600;line-height:1.12;overflow-wrap:anywhere}.what-we-do-toggle{position:relative;width:2rem;aspect-ratio:1 / 1;border-radius:50%;border:1px solid rgba(255,240,217,.28);flex:0 0 auto;transition:border-color .2s ease,transform .2s ease}.what-we-do-toggle:before,.what-we-do-toggle:after{content:"";position:absolute;left:50%;top:50%;width:.78rem;height:2px;border-radius:999px;background:var(--color-clay);transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease}.what-we-do-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.what-we-do-card.is-open .what-we-do-toggle{border-color:#d9c19ea3;transform:rotate(180deg)}.what-we-do-card.is-open .what-we-do-toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.what-we-do-detail{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .34s ease,opacity .24s ease,transform .24s ease}.what-we-do-card.is-open .what-we-do-detail{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.what-we-do-detail-inner{overflow:hidden}.what-we-do-detail p{max-width:58ch;padding:0 1.1rem 1.1rem 4.4rem;color:#fff0d9c2;font-size:.95rem;line-height:1.6}@keyframes what-we-do-in{to{opacity:1;transform:translateY(0)}}.principles-grid{display:grid;align-items:start;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.principle-card{position:relative;overflow:hidden;padding:1.5rem;display:grid;gap:1.5rem;align-content:start;border-radius:18px;background:#ffffffbd;border:1px solid rgba(43,43,43,.08);box-shadow:0 18px 42px #2b2b2b0f;transition:transform .2s ease,box-shadow .2s ease}.principle-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--color-clay)}.principle-card-header{display:grid;gap:.85rem}.principle-card:is(:hover,:focus-within){transform:translateY(-4px);box-shadow:0 24px 54px #2b2b2b1a}.principle-card-kicker{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}.principle-card h3{display:flex;align-items:flex-start;gap:.9rem;font-size:clamp(1.25rem,2vw,1.55rem);font-weight:600;margin:0;line-height:1.12}.principle-card-icon{display:inline-flex;width:3.4rem;aspect-ratio:1 / 1;padding:.5rem;border-radius:14px;background:#d9c19e42;flex:0 0 auto}.principle-card-icon img{display:block;width:100%;height:100%;object-fit:contain}.principle-items{display:grid;gap:.75rem}.principle-items[hidden]{display:none}.principle-item{padding-top:.75rem;border-top:1px solid rgba(43,43,43,.08)}.principle-item-trigger{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.8rem;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.principle-item-trigger:focus-visible{outline:2px solid rgba(43,43,43,.42);outline-offset:4px}.principle-item-index{color:var(--color-clay);font-size:.8rem;font-weight:700;line-height:1.2;padding-top:.12rem}.principle-item-title{display:block;font-weight:600;color:var(--color-ink);font-size:1rem;line-height:1.2}.principle-item-toggle{position:relative;width:1.35rem;aspect-ratio:1 / 1;border-radius:50%;border:1px solid rgba(43,43,43,.14);flex:0 0 auto;transition:border-color .2s ease,transform .2s ease}.principle-item-toggle:before,.principle-item-toggle:after{content:"";position:absolute;left:50%;top:50%;width:.56rem;height:2px;border-radius:999px;background:var(--color-clay);transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease}.principle-item-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.principle-item.is-open .principle-item-toggle{border-color:#2b2b2b47;transform:rotate(180deg)}.principle-item.is-open .principle-item-toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.principle-item-detail{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .34s ease,opacity .24s ease,transform .24s ease}.principle-item.is-open .principle-item-detail{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.principle-item-detail-inner{overflow:hidden}.principle-item-description{margin:0;padding:.45rem 0 0 1.6rem;color:var(--color-muted);line-height:1.55}.impact-grid{display:flex;align-items:center;justify-content:center;gap:3rem;overflow-x:auto}.impact-logo{display:flex;align-items:center;justify-content:center;min-height:96px;flex:0 0 auto}.impact-logo img{width:190px;max-width:100%;max-height:92px;object-fit:contain;filter:grayscale(1) saturate(0) contrast(0) brightness(.42);opacity:.72}.impact-logo--smaller img{width:145px}.impact-logo--dot img{width:120px;transform:translateY(-4px)}.impact-testimonials{max-width:100%;margin:2.75rem 0 0}.impact-testimonials h3{margin-bottom:1rem;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.testimonial-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.testimonial{margin:0;padding:1.25rem 1.35rem;background:#ffffff9e;border-left:3px solid var(--color-clay);border-radius:12px;color:var(--color-muted);font-size:.92rem;line-height:1.55}.testimonial p{margin:0}.testimonial cite{display:block;margin-top:.85rem;font-style:normal;font-weight:600;color:var(--color-ink)}.team{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}.team-copy{display:grid;gap:1.2rem;color:var(--color-muted)}.team-copy h2{font-size:clamp(2.4rem,4.5vw,3rem)}.team-copy p{font-size:1.24rem;line-height:1.75}.profile-slot{width:min(100%,360px);aspect-ratio:804 / 1036;border-radius:24px;overflow:hidden;box-shadow:0 18px 40px #2b2b2b33;background:#0000000d;margin:0 auto}.profile-slot img{width:100%;height:100%;object-fit:cover;display:block}.services-grid{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.service-card{background:var(--color-white);border-radius:20px;padding:1.9rem;border:1px solid rgba(43,43,43,.08);display:flex;flex-direction:column;gap:1.15rem;box-shadow:0 12px 32px #2b2b2b0d}.service-card ul{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.service-card li{position:relative;padding-left:1.4rem;color:var(--color-muted)}.service-card li:before{content:"";position:absolute;left:0;top:.55rem;width:.6rem;height:.6rem;border-radius:50%;background:var(--color-clay)}.technology-grid{display:flex;align-items:center;justify-content:center;gap:1.25rem;overflow-x:auto}.technology-logo{display:flex;align-items:center;justify-content:center;min-height:96px;flex:0 0 auto}.technology-logo img{width:190px;max-width:100%;max-height:92px;object-fit:contain}.technology-card{background:var(--color-white);border-radius:20px;padding:1.9rem;border:1px solid rgba(43,43,43,.08);display:grid;gap:1.1rem;align-content:flex-start;align-items:flex-start}.technology-header{display:flex;align-items:center;justify-content:flex-start;gap:.85rem}.technology-header h3{font-size:1.2rem}.tool-tags{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.85rem}.tool-tag{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;border-radius:14px;background:#ffffffeb;border:1px solid rgba(217,193,158,.24);box-shadow:0 12px 28px #2b2b2b14;font-size:.9rem;font-weight:600;color:var(--color-ink)}.tool-tag img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(43,43,43,.08))}.tool-tag-label{display:inline-flex;align-items:center;line-height:1.1}.tool-tag-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:transparent;box-shadow:none;flex-shrink:0}.tool-tag-badge svg{width:18px;height:18px}.tool-tag--text{justify-content:center;background:#d9c19e38;font-weight:500}.certified-callout{margin-top:1.75rem;display:inline-flex;align-items:center;gap:.65rem;font-size:.95rem;color:var(--color-muted)}.footer{background:var(--color-dark);color:#fff0d9e6;padding:3.5rem 0 2rem}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem}.footer h2{color:var(--color-sand);font-size:clamp(2rem,4vw,2.6rem);margin-bottom:.75rem}.footer p{color:#fff0d9cc;max-width:540px}.footer-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;color:#fff0d999}.footer-meta a{color:var(--color-clay);font-weight:600}@media (max-width: 900px){.top-bar{flex-wrap:wrap}.what-we-do-grid,.principles-grid{grid-template-columns:1fr}.nav{flex-wrap:wrap;justify-content:center}.footer-content{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.top-bar{flex-direction:column;align-items:flex-start}.logo-slot{align-self:stretch;justify-content:center}.nav{width:100%;justify-content:space-between}.cta{align-self:flex-start}.footer-meta{flex-direction:column;align-items:flex-start}.technology-grid,.impact-grid{justify-content:flex-start;gap:1rem}.impact-logo img{width:180px;max-width:100%}.impact-logo--smaller img{width:145px}.impact-logo--dot img{width:120px}.what-we-do-section{padding-top:3.2rem}.what-we-do-trigger{min-height:92px;gap:.85rem}.what-we-do-detail p{padding-left:1.1rem}.testimonial-grid{grid-template-columns:1fr}.technology-logo img{width:180px;max-width:100%}}@media (prefers-reduced-motion: reduce){.what-we-do-card{animation:none;opacity:1;transform:none}.what-we-do-card,.what-we-do-toggle,.what-we-do-toggle:before,.what-we-do-toggle:after,.what-we-do-detail,.principle-item-toggle,.principle-item-toggle:before,.principle-item-toggle:after,.principle-item-detail{transition:none}}:root{--color-ink: #2B2B2B;--color-sand: #FFF0D9;--color-clay: #D9C19E;--color-white: #ffffff;--color-muted: rgba(43, 43, 43, .72);--color-dark: #181818;font-family:Hanken Grotesk,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:var(--color-ink);background-color:var(--color-sand);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--color-sand);font-family:Hanken Grotesk,Segoe UI,sans-serif}button,input,textarea,select{font-family:Hanken Grotesk,Segoe UI,sans-serif}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover,a:focus{text-decoration:underline}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:Hanken Grotesk,Segoe UI,sans-serif;color:var(--color-ink);margin:0;line-height:1.2}p{margin:0}
