:root{--color-forest: #61725d;--color-forest-dark: #4f5f4b;--color-sage: #c8d6c4;--color-gold: #d9cd97;--color-cream: #f7f6f2;--color-ink: #1f2521;--color-muted: #4b544e;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-soft: 0 18px 45px rgba(31, 37, 33, .12);--shadow-card: 0 12px 30px rgba(31, 37, 33, .08)}*{box-sizing:border-box}body{margin:0;font-family:"Source Sans 3",Segoe UI,sans-serif;color:var(--color-ink);background:var(--color-cream);min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% 10%,rgba(217,205,151,.28),transparent 40%),radial-gradient(circle at 85% 20%,rgba(200,214,196,.45),transparent 45%),linear-gradient(120deg,#61725d14,#f7f6f233);pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,100%);margin:0 auto;padding:0 24px}.section{padding:88px 0}.section--tight{padding:64px 0}.section--alt{background:#c8d6c440;border-top:1px solid rgba(97,114,93,.15);border-bottom:1px solid rgba(97,114,93,.1)}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,2.5vw,2.8rem);margin:0 0 16px;letter-spacing:.2px}.section-subtitle{color:var(--color-muted);font-size:1.1rem;max-width:640px}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.24em;font-size:.75rem;color:var(--color-forest);font-weight:600}.eyebrow:before{content:"";width:28px;height:2px;background:var(--color-gold);display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn--primary{background:var(--color-forest);color:#fff;box-shadow:0 10px 20px #61725d40}.btn--primary:hover{background:var(--color-forest-dark);transform:translateY(-1px)}.btn--secondary{border-color:var(--color-forest);color:var(--color-forest);background:#f7f6f299}.btn--secondary:hover{background:#61725d14}.btn--small{padding:8px 16px;font-size:.85rem}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#d9cd9766;color:var(--color-forest-dark);font-weight:600;font-size:.8rem}.card{background:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-card);border:1px solid rgba(97,114,93,.12)}.card--soft{background:#f7f6f2f2}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.muted{color:var(--color-muted)}.reveal{animation:svelte-12qhfyh-fadeUp .8s ease both}@keyframes svelte-12qhfyh-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.reveal{animation:none}}.site.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.skip-link.svelte-12qhfyh{position:absolute;left:-999px;top:12px;background:#fff;color:var(--color-forest);padding:8px 12px;border-radius:999px;box-shadow:var(--shadow-card);z-index:10}.skip-link.svelte-12qhfyh:focus{left:16px}.topbar.svelte-12qhfyh{background:#61725d14;border-bottom:1px solid rgba(97,114,93,.12);font-size:.85rem}.topbar__inner.svelte-12qhfyh{display:flex;gap:24px;justify-content:space-between;padding:10px 24px}.topbar__item.svelte-12qhfyh{display:flex;gap:8px;align-items:center;color:var(--color-muted)}.topbar__label.svelte-12qhfyh{color:var(--color-forest);font-weight:600}.header.svelte-12qhfyh{position:sticky;top:0;z-index:5;background:#f7f6f2eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(97,114,93,.12)}.header__inner.svelte-12qhfyh{display:flex;align-items:center;gap:24px;justify-content:space-between;padding:16px 24px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.logo__mark.svelte-12qhfyh{width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(217,205,151,.7),transparent 60%),radial-gradient(circle at 70% 70%,rgba(97,114,93,.7),transparent 55%),#e9efe6;border:1px solid rgba(97,114,93,.25)}.logo__text.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px}.logo__name.svelte-12qhfyh{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600}.logo__tagline.svelte-12qhfyh{font-size:.8rem;color:var(--color-muted);letter-spacing:.08em;text-transform:uppercase}.nav.svelte-12qhfyh{display:flex;gap:18px;align-items:center}.nav__link.svelte-12qhfyh{font-size:.95rem;color:var(--color-muted);position:relative;padding-bottom:4px}.nav__link.active.svelte-12qhfyh{color:var(--color-forest);font-weight:600}.nav__link.active.svelte-12qhfyh:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--color-gold)}.header__cta.svelte-12qhfyh{white-space:nowrap}main.svelte-12qhfyh{flex:1}.footer.svelte-12qhfyh{background:#1f2521f5;color:#ffffffdb;padding:72px 0 24px}.footer.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-family:Playfair Display,serif;margin-top:0}.footer__grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.footer__note.svelte-12qhfyh{color:#ffffffad;font-size:.95rem}.footer__links.svelte-12qhfyh{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#ffffffb8}.footer__links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffd9}.footer__bottom.svelte-12qhfyh{margin-top:48px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;font-size:.85rem;color:#ffffff8c}.logo--footer.svelte-12qhfyh .logo__name:where(.svelte-12qhfyh){color:#fff}.logo--footer.svelte-12qhfyh .logo__tagline:where(.svelte-12qhfyh){color:#fff9}@media (max-width: 1024px){.header__inner.svelte-12qhfyh{flex-wrap:wrap}.nav.svelte-12qhfyh{flex-wrap:wrap;justify-content:center}.footer__grid.svelte-12qhfyh{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.topbar.svelte-12qhfyh{display:none}.header.svelte-12qhfyh{position:static}.header__inner.svelte-12qhfyh{flex-direction:column;align-items:flex-start}.nav.svelte-12qhfyh{width:100%;justify-content:flex-start}.header__cta.svelte-12qhfyh{display:none}}@media (max-width: 720px){.grid-2,.grid-3,.grid-4,.footer__grid.svelte-12qhfyh{grid-template-columns:1fr}}
