:root{--green-900: #15392A;--green-800: #1E4435;--green-600: #2F6B4F;--sage: #EAF0EA;--cream: #FAF8F1;--gold: #DDA63B;--gold-dark: #BC8525;--ink: #21302A;--muted: #5C6B62;--white: #FFFFFF;--line: #E2E4DC}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:"Fraunces","Georgia",serif;font-weight:600;line-height:1.15;color:var(--green-900)}a{color:var(--green-600);text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1160px;margin:0 auto;padding:0 24px}section{scroll-margin-top:84px}.eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green-600);margin-bottom:.85rem}.eyebrow.on-dark{color:var(--gold)}.btn{display:inline-block;font-weight:600;font-size:.98rem;padding:.85rem 1.6rem;border-radius:999px;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:transform .15s ease,background .15s ease,color .15s ease}.btn-primary{background:var(--gold);color:var(--green-900)}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}.btn-outline{background:rgba(0,0,0,0);border-color:var(--green-600);color:var(--green-800)}.btn-outline:hover{background:var(--green-800);border-color:var(--green-800);color:var(--white)}.btn-outline.on-dark{border-color:rgba(255,255,255,.55);color:var(--white)}.btn-outline.on-dark:hover{background:var(--white);color:var(--green-900)}.site-header{position:sticky;top:0;z-index:50;background:rgba(250,248,241,.95);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,0);transition:box-shadow .2s ease,border-color .2s ease}.site-header.scrolled{box-shadow:0 6px 24px rgba(21,57,42,.08);border-color:var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.7rem 24px;max-width:1160px;margin:0 auto}.brand{display:flex;align-items:center;gap:.65rem}.brand img{height:46px;width:46px;border-radius:50%}.brand-name{font-family:"Fraunces",serif;font-weight:600;font-size:1.05rem;color:var(--green-900);line-height:1.1}.brand-name span{display:block;font-family:"Inter",sans-serif;font-weight:500;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.main-nav{display:flex;align-items:center;gap:1.9rem}.main-nav a:not(.btn){color:var(--green-800);font-weight:500;font-size:.96rem}.main-nav a:not(.btn):hover{color:var(--gold-dark)}.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.4rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--green-900);margin:5px 0;border-radius:2px}.hero{background:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center;padding:4.6rem 0 5rem}.hero h1{font-size:clamp(2.4rem,4.7vw,3.55rem);margin-bottom:1.15rem}.hero p.lead{font-size:1.15rem;color:var(--muted);max-width:34rem;margin-bottom:1.9rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem}.hero-media{position:relative}.hero-photo{position:relative;z-index:2;border-radius:18px;overflow:hidden;box-shadow:0 26px 60px rgba(21,57,42,.22);aspect-ratio:4/4.4;background:var(--sage)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-accent{position:absolute;width:78%;height:78%;background:var(--green-800);border-radius:18px;right:-26px;bottom:-26px;z-index:1}.hero-accent.gold{background:var(--gold);width:46%;height:46%;left:-30px;top:-30px;border-radius:14px;opacity:.9}.cred-chip{position:absolute;z-index:3;bottom:22px;left:-30px;background:var(--white);border-radius:12px;padding:.7rem 1rem;box-shadow:0 14px 34px rgba(21,57,42,.18);font-size:.82rem;font-weight:600;color:var(--green-900);max-width:200px}.cred-chip span{display:block;font-weight:500;color:var(--muted);font-size:.74rem}.band{background:var(--green-800);color:#eaf0ea}.band-dark{background:var(--green-900);color:#eaf0ea}.mission{padding:4.6rem 0;text-align:center}.mission h2{color:var(--white);font-size:clamp(1.9rem,3.4vw,2.6rem);max-width:20ch;margin:0 auto 1.2rem}.mission p{max-width:48rem;margin:0 auto;color:rgba(234,240,234,.86);font-size:1.08rem}.sec{padding:5.4rem 0}.sec-head{max-width:40rem;margin-bottom:2.6rem}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.sec-head h2{font-size:clamp(1.85rem,3.2vw,2.45rem);margin-bottom:.7rem}.sec-head p{color:var(--muted);font-size:1.06rem}.cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.6rem}.card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:2rem 1.7rem;transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(21,57,42,.1)}.card .ic{width:46px;height:46px;border-radius:12px;background:var(--sage);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.card .ic svg{width:24px;height:24px;stroke:var(--green-600)}.card h3{font-size:1.22rem;margin-bottom:.6rem}.card p{color:var(--muted);font-size:.98rem;margin-bottom:1rem}.card .more{font-weight:600;font-size:.92rem}.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3.2rem;align-items:center}.about-photo{border-radius:16px;overflow:hidden;box-shadow:0 18px 44px rgba(21,57,42,.16);background:var(--sage)}.about-photo img{width:100%;object-fit:cover}.about h2{font-size:clamp(1.85rem,3.2vw,2.45rem);margin-bottom:1rem}.about p{color:var(--ink);margin-bottom:1rem}.creds{margin-top:1.7rem;border-top:1px solid var(--line);padding-top:1.5rem}.creds h4{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green-600);margin-bottom:1rem;font-family:"Inter",sans-serif;font-weight:600}.badge-row{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:center;margin-bottom:1.1rem}.badge-row img{height:74px;width:auto}.honors{list-style:none;display:grid;gap:.4rem}.honors li{position:relative;padding-left:1.4rem;color:var(--muted);font-size:.95rem}.honors li::before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:var(--gold)}.assess{background:var(--sage)}.assess-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.assess h2{font-size:clamp(1.85rem,3.2vw,2.4rem);margin-bottom:.8rem}.assess p{color:var(--muted);margin-bottom:1.5rem}.assess-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 16px 40px rgba(21,57,42,.1)}.assess-card h3{font-size:1.15rem;margin-bottom:.4rem}.assess-card .sub{color:var(--muted);font-size:.92rem;margin-bottom:1.2rem}.field{display:flex;flex-direction:column;gap:.7rem}.field input{padding:.85rem 1rem;border:1px solid var(--line);border-radius:10px;font-size:1rem;font-family:inherit;width:100%}.field input:focus{outline:2px solid var(--green-600);outline-offset:1px}.field button{width:100%;text-align:center}.form-note{font-size:.8rem;color:var(--muted);margin-top:.8rem}.form-thanks{color:var(--green-800);font-weight:600;text-align:center;padding:1.5rem 0}.quote-note{font-size:.86rem;color:var(--muted);font-style:italic;margin-top:.4rem}.quotes{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.6rem}.quote{background:var(--white);border:1px dashed var(--line);border-radius:16px;padding:1.8rem}.quote .mark{font-family:"Fraunces",serif;font-size:2.6rem;line-height:.4;color:var(--gold);display:block;margin-bottom:.8rem}.quote p{color:var(--ink);font-size:1rem;margin-bottom:1.1rem}.quote .who{font-weight:600;font-size:.92rem;color:var(--green-900)}.quote .who span{display:block;font-weight:400;color:var(--muted);font-size:.85rem}.posts{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.6rem}.post{border:1px solid var(--line);border-radius:16px;padding:1.7rem;transition:border-color .18s ease}.post:hover{border-color:var(--green-600)}.post .tag{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);font-weight:600}.post h3{font-size:1.12rem;margin:.55rem 0 .5rem}.post p{color:var(--muted);font-size:.93rem;margin-bottom:.9rem}.post a.more{font-weight:600;font-size:.9rem}.final{padding:5rem 0;text-align:center}.final h2{color:var(--white);font-size:clamp(1.9rem,3.4vw,2.7rem);margin-bottom:1rem;max-width:18ch;margin-left:auto;margin-right:auto}.final p{color:rgba(234,240,234,.85);max-width:38rem;margin:0 auto 1.9rem;font-size:1.08rem}.post-page{padding:5rem 0;max-width:760px;margin:0 auto}.post-page h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.post-meta{color:var(--muted);font-size:.9rem;margin-bottom:2.5rem}.post-body{font-size:1.05rem;line-height:1.8}.post-body h2{margin:2rem 0 .75rem}.post-body p{margin-bottom:1.1rem}.post-body a{text-decoration:underline}.back-link{display:inline-block;margin-top:3rem;font-weight:600;font-size:.95rem}.posts-list{padding:5rem 0}.posts-list h1{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:2.5rem}.posts-list-grid{display:grid;gap:1.4rem}.posts-list .post-item{border:1px solid var(--line);border-radius:14px;padding:1.5rem 1.7rem}.posts-list .post-item:hover{border-color:var(--green-600)}.posts-list .post-item h2{font-size:1.25rem;margin-bottom:.3rem}.posts-list .post-item .meta{color:var(--muted);font-size:.88rem;margin-bottom:.5rem}.posts-list .post-item p{color:var(--muted);font-size:.97rem}footer{background:var(--green-900);color:rgba(234,240,234,.75);padding:3.2rem 0 2rem}.foot-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:2rem}.foot-brand{max-width:22rem}.foot-brand .fn{font-family:"Fraunces",serif;color:var(--white);font-size:1.25rem;margin-bottom:.5rem}.foot-col h5{color:var(--white);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;font-family:"Inter",sans-serif}.foot-col a{display:block;color:rgba(234,240,234,.75);font-size:.95rem;margin-bottom:.45rem}.foot-col a:hover{color:var(--gold)}.foot-bottom{padding-top:1.4rem;font-size:.84rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem}@media (max-width: 880px){.nav-toggle{display:block}.main-nav{position:absolute;top:100%;left:0;right:0;background:var(--cream);flex-direction:column;align-items:flex-start;gap:.4rem;padding:1rem 24px 1.5rem;border-bottom:1px solid var(--line);box-shadow:0 14px 30px rgba(21,57,42,.1);display:none}.main-nav.open{display:flex}.main-nav a:not(.btn){padding:.5rem 0;width:100%}.main-nav .btn{margin-top:.5rem}.hero-grid,.about-grid,.assess-grid{grid-template-columns:1fr}.hero-grid{padding:3rem 0 3.6rem;gap:3.2rem}.hero-media{max-width:380px;margin:0 auto}.hero-accent{right:-16px;bottom:-16px}.cards,.quotes,.posts{grid-template-columns:1fr}.about-photo{max-width:360px}.foot-grid{flex-direction:column}}@media (max-width: 520px){.brand-name span{display:none}.hero-cta .btn{width:100%;text-align:center}}