@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap");:root{--hero-ink:#f8f4ec}body{background:#f7f1e8;color:var(--ay-ink)}.site-header{position:absolute;inset:0 0 auto 0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 6vw;color:var(--hero-ink)}.site-brand{font-family:var(--font-display);font-size:clamp(1.4rem,2vw,1.8rem);letter-spacing:-.02em}.site-nav{display:flex;gap:1.25rem;align-items:center;font-weight:600}.site-nav a{color:inherit;opacity:.92}.hero{min-height:100vh;position:relative;display:grid;align-items:end;color:var(--hero-ink);background:linear-gradient(120deg,rgba(14,32,24,.78),rgba(28,25,23,.35)),url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=2000&q=80) 50%/cover no-repeat;padding:7rem 6vw 4.5rem}.hero-inner{max-width:720px;animation:rise .9s ease both}.hero h1{font-size:clamp(2.8rem,7vw,5.2rem);margin:0 0 .75rem}.hero p{font-size:clamp(1.05rem,2vw,1.3rem);max-width:34rem;margin:0 0 1.5rem;opacity:.92}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.section{padding:4.5rem 6vw}.section-narrow{max-width:1100px;margin:0 auto}.section h2{font-size:clamp(1.8rem,4vw,2.6rem);margin:0 0 .6rem}.section-lead{color:var(--ay-muted);max-width:40rem;margin:0 0 2rem}.programs{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.program{background:rgba(255,255,255,.72);border:1px solid var(--ay-border);border-radius:14px;padding:1.25rem;animation:rise .7s ease both}.program:nth-child(2){animation-delay:80ms}.program:nth-child(3){animation-delay:.16s}.featured-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-form{display:grid;grid-gap:.9rem;gap:.9rem;max-width:520px}.site-footer{padding:2rem 6vw 3rem;border-top:1px solid var(--ay-border);color:var(--ay-muted);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:720px){.site-header{padding:1rem 1.25rem}.hero{padding:6.5rem 1.25rem 3rem}.section{padding:3rem 1.25rem}}:root{--ay-ink:#1c1917;--ay-muted:#57534e;--ay-paper:#faf7f2;--ay-sand:#efe6d8;--ay-forest:#1f4d3a;--ay-forest-deep:#163728;--ay-copper:#b45309;--ay-copper-soft:#f59e0b;--ay-border:#e7e0d5;--ay-danger:#b91c1c;--ay-radius:10px;--ay-shadow:0 18px 40px rgba(28,25,23,0.08);--font-display:"Fraunces",Georgia,serif;--font-body:"Source Sans 3","Segoe UI",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--ay-paper);color:var(--ay-ink);font-family:var(--font-body);line-height:1.5}a{color:inherit;text-decoration:none}.ay-display,h1,h2,h3{font-family:var(--font-display);font-weight:560;letter-spacing:-.02em;line-height:1.15}