@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: hsl(40 33% 96%);--foreground: hsl(150 28% 15%);--muted: hsl(40 12% 90%);--muted-foreground: hsl(150 10% 40%);--border: hsl(40 12% 82%);--forest: hsl(150 28% 15%);--forest-light: hsl(150 20% 25%);--cream: hsl(40 33% 96%);--cream-dark: hsl(40 20% 90%);--warm-gold: hsl(38 60% 55%);--sand: #f9f7f2;--shadow-soft: 0 18px 40px rgba(19, 45, 33, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}.page-shell{min-height:100vh}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.site-nav{position:fixed;inset:0 0 auto;z-index:50;transition:background-color .5s ease,box-shadow .5s ease,backdrop-filter .5s ease,border-color .5s ease}.site-nav--scrolled{background:#f7f4eef2;border-bottom:1px solid var(--border);box-shadow:0 1px 2px #132d210f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:5rem}.brand,.nav-link,.contact-button{color:var(--cream)}.brand{font-family:"DM Serif Display",Georgia,serif;font-size:1.25rem;font-weight:700;letter-spacing:.025em}.brand--dark,.nav-link--dark,.contact-button--dark{color:var(--foreground)}.nav-links{display:none;align-items:center;gap:2rem}.nav-link{font-size:.875rem;font-weight:500;letter-spacing:.025em;transition:opacity .3s ease}.nav-link:hover{opacity:.7}.contact-popover{position:relative}.contact-button{border:1px solid currentColor;padding:.875rem 1.25rem;background:transparent;font-size:.875rem;font-weight:500;letter-spacing:.025em;transition:transform .3s ease,background-color .3s ease,color .3s ease}.contact-button:hover{transform:scale(1.05)}.contact-button--dark:hover{background:var(--foreground);color:var(--background)}.contact-button:not(.contact-button--dark):hover{background:var(--cream);color:var(--forest)}.popover-card{position:absolute;top:calc(100% + .75rem);right:0;display:flex;align-items:center;gap:.5rem;width:max-content;max-width:calc(100vw - 4rem);border:1px solid var(--border);background:var(--background);padding:1rem;box-shadow:var(--shadow-soft);color:var(--foreground)}.popover-card svg{width:1rem;height:1rem;color:var(--muted-foreground)}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:700px;height:100vh;overflow:hidden}.hero-media,.hero-media img,.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-media img{object-fit:cover}.hero-scrim{background:#132d2199}.hero-content{position:relative;z-index:2;max-width:56rem;text-align:center}.hero h1{margin-bottom:1.5rem;color:var(--cream);font-family:"DM Serif Display",Georgia,serif;font-size:clamp(3rem,5vw,4.75rem);line-height:1.15;letter-spacing:-.025em}.hero-copy{max-width:42rem;margin:0 auto 2.5rem;color:#f7f4eeb3;font-size:clamp(1rem,1.7vw,1.125rem);line-height:1.625;font-weight:300}.hero-eyebrow{margin-bottom:1.5rem;color:#f7f4ee99}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border:1px solid transparent;font-size:.875rem;font-weight:500;letter-spacing:.025em;transition:transform .3s ease,background-color .3s ease,color .3s ease,border-color .3s ease}.button:hover{transform:scale(1.05)}.button--light{background:var(--cream);color:var(--forest)}.button--light:hover{background:var(--cream-dark)}.button--ghost{border-color:var(--cream);color:var(--cream)}.button--ghost:hover{background:#f7f4ee1a}.button--outline-dark{border-color:var(--foreground);color:var(--foreground);padding-inline:1.5rem;text-transform:uppercase;letter-spacing:.15em}.button--outline-dark:hover{background:var(--foreground);color:var(--background)}.button svg{width:1rem;height:1rem}.hero-scroll-indicator{position:absolute;left:50%;bottom:2rem;z-index:2;width:1px;height:4rem;background:#f7f4ee4d;transform:translate(-50%);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.section{padding:6rem 0}.section--muted{background:var(--muted)}.section--forest{background:var(--forest);color:var(--cream)}.section--sand{background:var(--sand)}.section--cream{background:var(--cream)}.section-layer{position:relative;z-index:2}.section-heading{margin-bottom:4rem}.section-heading--light h2{color:var(--cream)}.section-heading h2,.intro-statement,.partner-grid h2{font-family:"DM Serif Display",Georgia,serif}.section-heading h2,.partner-grid h2{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1}.eyebrow{margin-bottom:.75rem;color:var(--muted-foreground);font-size:.875rem;text-transform:uppercase;letter-spacing:.25em}.section-heading--light .eyebrow{color:#f7f4ee80}.intro{padding:5rem 0 7rem}.intro-inner{max-width:64rem}.intro-block{text-align:center}.intro-block+.intro-block{margin-top:2rem}.intro-statement{max-width:56rem;margin:0 auto;font-size:clamp(2rem,3.2vw,3rem);line-height:1.375}.intro-block--copy p,.glance-card p,.feature-card p,.impact-card p,.team-description,.partner-copy,.footer-copy,.footer-meta{color:var(--muted-foreground);line-height:1.625}.intro-block--copy p{max-width:42rem;margin:0 auto;font-size:1rem}.glance-grid{display:grid;gap:1px;background:var(--border)}.glance-card{background:var(--background);padding:2rem;transition:background-color .5s ease}.glance-card:hover{background:var(--muted)}.card-index,.team-label{display:block;margin-bottom:1rem;color:var(--muted-foreground);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em}.glance-card h3,.feature-card h3,.impact-card h3,.member-name{margin-bottom:.75rem;font-family:"DM Serif Display",Georgia,serif}.glance-card h3,.impact-card h3{font-size:1.5rem}.pillar-grid,.policy-grid,.team-grid{display:grid;gap:1.5rem}.feature-card,.team-card{position:relative;border:1px solid var(--border);background:var(--background);padding:2rem;transition:border-color .5s ease,background-color .5s ease,box-shadow .5s ease,transform .5s ease}.feature-card:hover,.team-card:hover{transform:translateY(-2px)}.feature-card:hover{border-color:#132d214d;box-shadow:var(--shadow-soft)}.feature-card--dark{border-color:#f7f4ee26;background:transparent}.feature-card--dark:hover{border-color:#f7f4ee66;background:#f7f4ee0d;box-shadow:none}.feature-card--dark h3{color:var(--cream)}.feature-card--dark p{color:#f7f4ee99}.icon-shell{display:inline-flex;margin-bottom:1.5rem;color:var(--warm-gold)}.icon-shell svg,.impact-card>svg,.avatar-shell svg{width:2rem;height:2rem}.feature-line{position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--warm-gold);transition:width .7s ease}.feature-card:hover .feature-line{width:100%}.impact-grid{display:grid;border:1px solid var(--border)}.impact-card{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem;border-bottom:1px solid var(--border);transition:background-color .3s ease}.impact-card:hover{background:var(--muted)}.impact-card:last-child{border-bottom:0}.impact-card>svg{flex-shrink:0;margin-top:.25rem;color:var(--forest-light)}.team-card{box-shadow:none}.team-description{margin-bottom:2rem;font-size:.875rem}.team-list{display:grid;gap:1.25rem}.team-member{display:flex;align-items:center;gap:1rem}.avatar-shell{display:flex;width:3rem;height:3rem;border-radius:999px;background:var(--muted);align-items:center;justify-content:center;color:var(--muted-foreground);flex-shrink:0}.member-name{margin-bottom:0;font-size:1rem}.coming-soon{color:#5c6a6199;font-style:italic}.partner-grid{display:grid;gap:4rem}.partner-copy{max-width:28rem;margin-top:1.5rem;font-size:1rem}.partner-list{display:grid;gap:1.25rem;margin:0 0 2.5rem;padding:0}.partner-list li{display:flex;gap:1rem;align-items:flex-start}.partner-bullet{display:block;width:.5rem;height:.5rem;margin-top:.625rem;border-radius:999px;background:var(--warm-gold);flex-shrink:0}.site-footer{background:var(--forest);padding:4rem 0 5rem}.footer-inner{text-align:center}.footer-mark{margin-bottom:1rem;color:var(--cream);font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2rem,3vw,3rem)}.footer-copy{max-width:32rem;margin:0 auto 2rem;color:#f7f4ee80;font-size:.875rem}.footer-rule{width:3rem;height:1px;margin:0 auto 2rem;background:#f7f4ee33}.footer-meta{color:#f7f4ee4d;font-size:.75rem}.grain-overlay{position:relative}.grain-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.06;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}@keyframes pulse{50%{opacity:.5}}@media (min-width: 640px){.hero-actions{flex-direction:row;justify-content:center}.glance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.policy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.nav-links{display:flex}.impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.impact-card:nth-child(odd){border-right:1px solid var(--border)}.impact-card:nth-last-child(-n+2){border-bottom:0}}@media (min-width: 1024px){.section{padding:8rem 0}.glance-grid,.pillar-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem}.feature-card,.team-card,.glance-card,.impact-card{padding:2.5rem}}@media (max-width: 767px){.container{padding:0 1.5rem}.hero{min-height:680px}.hero-content{padding-top:4rem}.popover-card{right:auto;left:0}}
