:root{--cream: #f7f4ee;--cream-2: #efeae0;--white: #ffffff;--forest: #1f4d3a;--forest-deep: #143427;--forest-ink: #0d2419;--sage: #8fa99a;--sage-2: #c9d6cc;--sage-light: #e3ebe5;--ink: #1c1c1a;--ink-2: #484843;--ink-3: #78786f;--gold: #b3924f;--gold-light: #ecdfc2;--line: rgba(28, 28, 26, .12);--line-strong: rgba(28, 28, 26, .22);--font-display: "Fraunces", "Iowan Old Style", "Georgia", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--container: 1200px;--container-narrow: 760px;--gutter: clamp(1.25rem, 4vw, 2.5rem);--section: clamp(4.5rem, 9vw, 8rem);--radius: 4px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(20, 30, 25, .06), 0 4px 14px rgba(20, 30, 25, .05);--shadow-md: 0 2px 6px rgba(20, 30, 25, .06), 0 18px 40px rgba(20, 30, 25, .1);--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg{display:block;max-width:100%}img{height:auto}a{color:var(--forest);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--forest-deep)}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}ul,ol{padding-left:1.25rem}p{margin:0 0 1.1em}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}h1,h2,h3,.display{font-family:var(--font-display);font-weight:400;line-height:1.12;letter-spacing:-.015em;color:var(--ink);margin:0 0 .5em;font-variation-settings:"opsz" 96,"SOFT" 30;text-wrap:balance}h1{font-size:clamp(2.4rem,5.2vw,4.25rem)}h2{font-size:clamp(1.9rem,3.6vw,2.9rem)}h3{font-size:clamp(1.35rem,2vw,1.65rem);line-height:1.25}h4{font-size:1.15rem;line-height:1.3;font-weight:600;margin:0 0 .5em}.serif{font-family:var(--font-display)}em.accent{font-style:italic;color:var(--forest);font-variation-settings:"opsz" 96,"SOFT" 60}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--forest);margin:0 0 1.1rem}.eyebrow:before{content:"";width:1.5rem;height:1px;background:var(--gold)}.eyebrow.no-line:before{display:none}.lead{font-size:clamp(1.15rem,1.6vw,1.32rem);line-height:1.6;color:var(--ink-2)}.muted{color:var(--ink-3)}.small{font-size:.92rem}.prose{max-width:var(--container-narrow)}.prose p,.prose li{color:var(--ink-2)}.prose li{margin-bottom:.4em}.prose h2{margin-top:2.6rem}.prose h3{margin-top:2rem}.prose strong{color:var(--ink);font-weight:600}.container{width:100%;max-width:var(--container);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.container--narrow{max-width:calc(var(--container-narrow) + 2 * var(--gutter))}.section{padding-top:var(--section);padding-bottom:var(--section)}.section--tight{padding-top:calc(var(--section) * .6);padding-bottom:calc(var(--section) * .6)}.section--alt{background:var(--cream-2)}.section--white{background:var(--white)}.section--forest{background:var(--forest-deep);color:var(--white)}.section--forest h2,.section--forest h3,.section--forest p{color:var(--white)}.section--forest .eyebrow,.section--forest .muted{color:var(--sage-2)}.hr{border:0;border-top:1px solid var(--line);margin:0}.grid{display:grid;gap:clamp(1.25rem,2.5vw,2rem)}.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))}@media(max-width:960px){.grid--3,.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(2rem,6vw,6rem);align-items:start}.split--even{grid-template-columns:1fr 1fr;align-items:center}@media(max-width:880px){.split,.split--even{grid-template-columns:1fr}}.sticky{position:sticky;top:6.5rem}@media(max-width:880px){.sticky{position:static}}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.25rem)}.card--flat{background:transparent;border-color:var(--line-strong)}.card--sage{background:var(--sage-light);border-color:transparent}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding-left:1.75rem;margin-bottom:.7rem;color:var(--ink-2)}.check-list li:before{content:"";position:absolute;left:0;top:.42em;width:1.05rem;height:1.05rem;border-radius:50%;background-color:var(--sage-light);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-7' fill='none' stroke='%231f4d3a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:.75rem;background-position:center;background-repeat:no-repeat}.check-list li strong{color:var(--ink);font-weight:600}.section--forest .check-list li{color:var(--sage-2)}.section--forest .check-list li strong{color:var(--white)}.section--forest .check-list li:before{background-color:#ffffff1f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-7' fill='none' stroke='%23e3ebe5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.callout{border-left:3px solid var(--gold);background:var(--white);padding:1.35rem 1.6rem;border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:1.75rem 0}.callout p:last-child{margin-bottom:0}.callout--forest{background:var(--forest-deep);color:var(--white)}.callout--forest p,.callout--forest li{color:var(--sage-light)}.callout--forest strong,.callout--forest h3,.callout--forest h4{color:var(--white)}.callout--sage{background:var(--sage-light);border-left-color:var(--forest)}.quote{font-family:var(--font-display);font-size:clamp(1.2rem,1.9vw,1.5rem);line-height:1.42;color:var(--ink);font-style:italic;font-variation-settings:"opsz" 72,"SOFT" 50;margin:0}.quote-source{display:block;margin-top:1rem;font-family:var(--font-body);font-style:normal;font-size:.9rem;color:var(--ink-3);letter-spacing:.02em}.num{font-family:var(--font-display);font-variation-settings:"opsz" 144,"SOFT" 0;font-weight:500;letter-spacing:-.02em;line-height:1}.figure{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.figure img{width:100%;object-fit:cover}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .8s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}[data-reveal-stagger]>*{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .8s var(--ease)}[data-reveal-stagger].is-visible>*{opacity:1;transform:none}[data-reveal-stagger].is-visible>*:nth-child(2){transition-delay:.08s}[data-reveal-stagger].is-visible>*:nth-child(3){transition-delay:.16s}[data-reveal-stagger].is-visible>*:nth-child(4){transition-delay:.24s}[data-reveal-stagger].is-visible>*:nth-child(5){transition-delay:.32s}[data-reveal-stagger].is-visible>*:nth-child(6){transition-delay:.4s}@media(prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger]>*{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.center{text-align:center}.actions{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center}.link-arrow{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;text-decoration:none;font-size:.97rem}.link-arrow svg{width:1rem;height:1rem;transition:transform .3s var(--ease)}.link-arrow:hover svg{transform:translate(3px)}.tabular{font-variant-numeric:tabular-nums}.wordmark[data-astro-cid-hhuuaa7r]{display:inline-flex;align-items:center;gap:.6rem;color:var(--forest);line-height:1}.wordmark--light[data-astro-cid-hhuuaa7r]{color:var(--white)}.wordmark__mark[data-astro-cid-hhuuaa7r]{width:1.65rem;height:1.65rem;flex:none}.wordmark__text[data-astro-cid-hhuuaa7r]{font-family:var(--font-display);font-weight:500;font-size:1.35rem;letter-spacing:.02em;color:var(--ink);font-variation-settings:"opsz" 48,"SOFT" 0}.wordmark--light[data-astro-cid-hhuuaa7r] .wordmark__text[data-astro-cid-hhuuaa7r]{color:var(--white)}.wordmark__text[data-astro-cid-hhuuaa7r] em[data-astro-cid-hhuuaa7r]{font-style:italic;font-weight:400;color:var(--forest);font-variation-settings:"opsz" 48,"SOFT" 60}.wordmark--light[data-astro-cid-hhuuaa7r] .wordmark__text[data-astro-cid-hhuuaa7r] em[data-astro-cid-hhuuaa7r]{color:var(--sage-2)}.wordmark__tld[data-astro-cid-hhuuaa7r]{font-family:var(--font-body);font-weight:400;font-size:.72em;color:var(--ink-3);letter-spacing:0;margin-left:.1em}.wordmark--light[data-astro-cid-hhuuaa7r] .wordmark__tld[data-astro-cid-hhuuaa7r]{color:var(--sage-2)}.wordmark--sm[data-astro-cid-hhuuaa7r] .wordmark__text[data-astro-cid-hhuuaa7r]{font-size:1.15rem}.wordmark--lg[data-astro-cid-hhuuaa7r] .wordmark__text[data-astro-cid-hhuuaa7r]{font-size:1.7rem}.wordmark--lg[data-astro-cid-hhuuaa7r] .wordmark__mark[data-astro-cid-hhuuaa7r]{width:2rem;height:2rem}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#f7f4eedb;backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}.header[data-astro-cid-3ef6ksr2].is-scrolled{border-bottom-color:var(--line);background:#f7f4eef0}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2rem;height:5rem}.header__brand[data-astro-cid-3ef6ksr2]{text-decoration:none;display:inline-flex;align-items:center;margin-right:auto}.header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;gap:.25rem}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:inline-block;padding:.5rem .8rem;font-size:.95rem;font-weight:500;color:var(--ink-2);white-space:nowrap;text-decoration:none;border-radius:var(--radius);position:relative;transition:color .2s}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;left:.8rem;right:.8rem;bottom:.25rem;height:1px;background:var(--forest);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].is-active{color:var(--forest-deep)}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after,.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].is-active:after{transform:scaleX(1)}.header__toggle[data-astro-cid-3ef6ksr2]{display:none;width:2.75rem;height:2.75rem;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:var(--radius)}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:22px;height:1.5px;background:var(--ink);transition:transform .3s var(--ease),opacity .2s}.header[data-astro-cid-3ef6ksr2].is-open .header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.header[data-astro-cid-3ef6ksr2].is-open .header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header[data-astro-cid-3ef6ksr2].is-open .header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav[data-astro-cid-3ef6ksr2]{display:none}.mobile-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:.5rem 0 1.5rem;border-top:1px solid var(--line)}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:.95rem 0;font-family:var(--font-display);font-size:1.5rem;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].is-active{color:var(--forest)}.mobile-nav__cta[data-astro-cid-3ef6ksr2] p[data-astro-cid-3ef6ksr2]{margin-top:1.25rem}@media(max-width:1080px){.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.5rem .55rem;font-size:.9rem}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{left:.55rem;right:.55rem}}@media(max-width:960px){.header__nav[data-astro-cid-3ef6ksr2],.header__cta[data-astro-cid-3ef6ksr2]{display:none}.header__toggle[data-astro-cid-3ef6ksr2]{display:inline-flex}.header__inner[data-astro-cid-3ef6ksr2]{height:4.25rem}.mobile-nav[data-astro-cid-3ef6ksr2]{display:block;position:fixed;inset:4.25rem 0 0;background:var(--cream);overflow-y:auto;padding-bottom:2rem}.mobile-nav[data-astro-cid-3ef6ksr2][hidden]{display:none}}.footer[data-astro-cid-sz7xmlte]{background:var(--forest-ink);color:var(--sage-2);padding:clamp(3.5rem,6vw,5rem) 0 2rem;font-size:.95rem}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--sage-light);text-decoration:none;transition:color .2s}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--white);text-decoration:underline}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer__tagline[data-astro-cid-sz7xmlte]{max-width:34ch;margin-top:1.25rem;line-height:1.6}.footer[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:var(--white);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;margin-bottom:1rem}.footer[data-astro-cid-sz7xmlte] address[data-astro-cid-sz7xmlte]{font-style:normal;line-height:1.6;margin-bottom:1rem}.footer[data-astro-cid-sz7xmlte] address[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{color:var(--white);font-weight:600}.footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0}.footer[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.75rem;font-size:.85rem;color:var(--sage)}.footer__bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}.footer__bottom[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer__bottom[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin:0}@media(max-width:960px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}}.skip[data-astro-cid-5hce7sga]{position:absolute;left:-999px;top:0;background:var(--forest);color:#fff;padding:.6rem 1rem;z-index:100}.skip[data-astro-cid-5hce7sga]:focus{left:1rem;top:1rem}
