@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)}.principles-grid{display:grid;gap:2rem}.principle-card{padding:1.75rem 1.5rem;display:grid;gap:1.25rem;border-radius:24px;background:linear-gradient(145deg,#ffffffd1,#fff0d98c);border:1px solid rgba(217,193,158,.35);box-shadow:inset 0 1px #fff9,0 30px 60px #2b2b2b14}.principle-card-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;border:none;background:none;padding:0;cursor:pointer;text-align:left}.principle-card-toggle h3{display:flex;align-items:center;gap:1rem;font-size:clamp(1.6rem,2.6vw,1.85rem);letter-spacing:.02em;font-weight:600;margin:0}.principle-card-chevron{width:40px;height:40px;border-radius:50%;border:1px solid rgba(217,193,158,.4);display:inline-flex;align-items:center;justify-content:center;color:var(--color-ink);transition:transform .3s ease,border-color .3s ease}.principle-card-toggle:is(:hover,:focus-visible) .principle-card-chevron{border-color:#d9c19ecc}.principle-card-toggle.is-open .principle-card-chevron{transform:rotate(180deg)}.principle-card-icon{display:inline-flex;width:clamp(2.8rem,4.5vw,3rem);aspect-ratio:1 / 1;padding:.35rem;border-radius:30%;background:#d9c19e38}.principle-card-icon img{display:block;width:100%;height:100%;object-fit:contain}.principle-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;margin-top:.35rem}.principle-item{background:var(--color-white);border-radius:16px;border:1px solid rgba(217,193,158,.22);padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.45rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.principle-item-title{font-weight:600;color:var(--color-ink);font-size:1.2rem}.principle-item:hover,.principle-item:focus-visible{border-color:#d9c19e80;box-shadow:0 8px 18px #2b2b2b14;transform:translateY(-2px)}.principle-item-description{margin:0;color:var(--color-muted);line-height:1.55}.impact-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2.5rem}.impact-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}.impact-card-content{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center;width:100%}.impact-card-logo{width:100%;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.impact-card-logo img{width:100%;height:auto;display:block}.impact-card-logo-button{border:none;padding:0;background:none;cursor:pointer;border-radius:0;display:flex;width:100%;justify-content:center;transition:transform .2s ease}.impact-card-logo-button:focus-visible{outline:2px solid var(--color-clay);outline-offset:4px}.impact-card-logo-button:hover{transform:translateY(-4px)}.impact-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000}.impact-modal-backdrop{position:absolute;inset:0;background:#1119;opacity:0;animation:modal-backdrop-fade .4s ease forwards}.impact-modal-content{position:relative;background:var(--color-white);border-radius:24px;padding:2rem;width:min(520px,calc(100% - 2.5rem));box-shadow:0 25px 55px #00000040;z-index:1;border:1px solid rgba(43,43,43,.08);transform-origin:center;opacity:0;animation:modal-content-pop .45s cubic-bezier(.22,1,.36,1) forwards}.impact-modal-close{position:absolute;top:1rem;right:1rem;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--color-ink)}.impact-modal-body{display:grid;gap:1rem}.impact-modal-body h3{margin:0}.impact-modal-description{margin:0;color:var(--color-muted);line-height:1.6}@keyframes modal-backdrop-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-content-pop{0%{opacity:0;transform:translateY(28px) scale(.94)}60%{opacity:1;transform:translateY(-6px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.impact-card h3{font-size:1.25rem;margin:0 0 .25rem;text-align:center}.impact-card p{color:var(--color-muted);text-align:center}.testimonial{background:var(--color-dark);color:var(--color-sand);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,240,217,.35);font-size:1.05rem}.testimonial cite{display:block;margin-top:1.25rem;font-style:normal;font-weight:600;color:var(--color-clay)}.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:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.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}.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}.impact-card-content{grid-template-columns:1fr;gap:1.25rem;align-items:start}.impact-card-logo{width:100%;aspect-ratio:1 / 1;margin:0}}: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}
