:root{--shell-max-width: 1440px;--shell-padding-inline: 72px;--shell-padding-top: 56px;--landing-shell-padding-top: 24px;--content-max-width: 1200px;--text-measure: 760px;--text-measure-wide: 820px;--text-measure-heading: 900px;--section-padding-standard: 88px;--section-padding-lower: 84px;--bg: #faf7f2;--bg-alt: #f4efe6;--card: #ede5d8;--border: #d9cebe;--text: #272f39;--text-secondary: #6a5e4b;--text-tertiary: #9e8e83;--cta: #BC8464;--cta-dark: #272f39;--cta-hover: #A97356;--accent-calm: #88a59f;--accent-deep: #437075;--accent-soft: #e2c08a;--sand: #c2956a;--taupe: #a38979;--terracotta: #8f5a3c;--warm-beige: #e5d4c2;--spring: #b4d0bc;--summer: #dfc0a0;--autumn: #e5d4c2;--winter: #c5d0dc;--shadow-soft: 0 2px 8px rgba(39, 47, 57, .06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Source Sans 3",sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:absolute;top:-100px;left:16px;background:var(--cta-dark);color:var(--bg);padding:12px 20px;border-radius:6px;font-size:16px;font-weight:700;z-index:200;transition:top .2s ease}.skip-link:focus{top:16px}.page{background:var(--bg);overflow-x:hidden}.shell{width:min(var(--shell-max-width),100%);margin:0 auto;padding:var(--shell-padding-top) var(--shell-padding-inline) 0;display:flex;flex-direction:column;gap:48px}.shell--landing{padding-top:var(--landing-shell-padding-top)}.container{width:min(var(--content-max-width),100%);margin:0 auto}.text-standard{max-width:var(--text-measure)}.text-extended{max-width:var(--text-measure-wide)}.text-heading{max-width:var(--text-measure-heading)}.section{display:flex;flex-direction:column;gap:24px}.section-standard{padding:var(--section-padding-standard) 0}.section-lower{padding:var(--section-padding-lower) 0}.section-surface-bleed{margin-inline:calc(var(--shell-padding-inline) * -1);padding-inline:var(--shell-padding-inline)}.section-alt{background:var(--bg-alt)}.rule{width:100%;height:1px;background:var(--border)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary)}.meta{font-size:14px;line-height:1.6;color:var(--text-secondary)}.meta-strong{font-size:14px;font-weight:700;line-height:1.6}.micro{font-size:15px;line-height:1.6;color:var(--text-tertiary)}.h1,.section-title,.section-title-lg,.section-title-xl,.logo{font-family:Cormorant Garamond,serif;font-weight:400;color:var(--text);margin:0}.h1{font-size:58px;line-height:1.1}.section-title{font-size:48px;line-height:1.15;hyphens:auto}.section-title-lg{font-size:52px;line-height:1.15;hyphens:auto}.section-title-xl{font-size:54px;line-height:1.15;color:var(--bg)}.subhead{font-size:18px;line-height:1.75;color:var(--text-secondary);margin:0;hyphens:auto}.body{font-size:18px;line-height:1.75;margin:0;hyphens:auto}.body-compact{font-size:18px;line-height:1.7;margin:0;hyphens:auto}.quote{font-family:Cormorant Garamond,serif;font-size:20px;font-style:italic;line-height:1.45;margin:0}.fw-700{font-weight:700}.italic{font-style:italic}.color-secondary{color:var(--text-secondary)}.color-tertiary{color:var(--text-tertiary)}.dash-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.dash-list li{position:relative;padding-left:18px}.dash-list li:before{content:"—";position:absolute;left:0}.btn,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:50px;padding:15px 32px;border-radius:20px;border:1px solid transparent;font-family:"Source Sans 3",sans-serif;font-size:16px;font-weight:700;line-height:1;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.btn{background:var(--cta);color:var(--bg)}.btn:hover,.btn:focus-visible{background:var(--cta-hover);transform:translateY(-1px);box-shadow:0 8px 20px #bc846438}.btn-ghost{background:transparent;color:var(--bg);border:1.5px solid rgba(250,247,242,.38)}.btn-ghost:hover,.btn-ghost:focus-visible{background:#faf7f214;border-color:#faf7f29e;transform:translateY(-1px)}:focus-visible{outline:2px solid rgba(67,112,117,.55);outline-offset:2px}.section-full{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:clamp(20px,3vw,40px);padding-right:clamp(20px,3vw,40px)}.section-image-horizontal{width:100%;height:280px;border-radius:12px;border:1px solid var(--border);overflow:hidden}.section-image-horizontal img{width:100%;height:100%;object-fit:cover}.support-image{height:220px}.section-inner{max-width:1200px;margin:0 auto}.anchor-offset{scroll-margin-top:110px}@media(max-width:1199px){:root{--shell-padding-inline: 32px;--shell-padding-top: 40px;--landing-shell-padding-top: 20px}}@media(max-width:1024px){.text-standard,.text-extended,.text-heading{width:100%;max-width:100%}}@media(max-width:767px){:root{--shell-padding-inline: 20px;--shell-padding-top: 20px;--landing-shell-padding-top: 12px;--section-padding-standard: 52px;--section-padding-lower: 52px}.shell{gap:32px}.h1{font-size:40px}.section-title,.section-title-lg,.section-title-xl{font-size:32px}.body,.body-compact,.subhead{font-size:16px}.quote{font-size:18px}.btn,.btn-ghost{width:100%}.section-image-horizontal{height:240px}.support-image{height:180px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header[data-astro-cid-cnm4xwzm]{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);width:min(var(--shell-max-width),100%);padding:14px var(--shell-padding-inline);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand[data-astro-cid-cnm4xwzm]{display:flex;align-items:center;text-decoration:none}.brand-logo[data-astro-cid-cnm4xwzm]{height:60px;width:auto}.top-menu[data-astro-cid-cnm4xwzm]{display:flex;align-items:center;gap:20px;margin-left:auto;margin-right:20px}.top-menu[data-astro-cid-cnm4xwzm] a[data-astro-cid-cnm4xwzm]{font-size:16px;color:var(--text-secondary);transition:color .2s ease;text-decoration:none}.top-menu[data-astro-cid-cnm4xwzm] a[data-astro-cid-cnm4xwzm]:hover,.top-menu[data-astro-cid-cnm4xwzm] a[data-astro-cid-cnm4xwzm]:focus-visible{color:var(--text);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.top-menu[data-astro-cid-cnm4xwzm] a[data-astro-cid-cnm4xwzm].active{color:var(--text);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}@media(max-width:1024px){.top-menu[data-astro-cid-cnm4xwzm]{display:none}}@media(max-width:767px){.header[data-astro-cid-cnm4xwzm]{flex-wrap:wrap}.brand-logo[data-astro-cid-cnm4xwzm]{height:32px}}.footer[data-astro-cid-2p3rnsoq]{background:var(--cta-dark);color:#faf7f2d1;padding:40px var(--shell-padding-inline) 28px;border-top:1px solid rgba(217,206,190,.18)}.footer-content[data-astro-cid-2p3rnsoq]{max-width:calc(var(--shell-max-width) - 2 * var(--shell-padding-inline));margin:0 auto;display:flex;flex-direction:column;gap:24px}.footer-grid[data-astro-cid-2p3rnsoq]{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;align-items:start}.footer-brand-block[data-astro-cid-2p3rnsoq]{display:flex;flex-direction:column;gap:12px}.footer-logo[data-astro-cid-2p3rnsoq]{height:36px;width:auto;align-self:flex-start;filter:brightness(0) invert(1);opacity:.9}.footer-phrase[data-astro-cid-2p3rnsoq]{font-size:16px;line-height:1.6;margin:0;max-width:320px}.footer-title[data-astro-cid-2p3rnsoq]{margin:0 0 10px;font-size:15px;font-weight:700;color:var(--bg)}.footer-nav[data-astro-cid-2p3rnsoq]{display:flex;flex-direction:column;gap:8px}.footer-nav[data-astro-cid-2p3rnsoq] a[data-astro-cid-2p3rnsoq]{font-size:15px;color:#faf7f2bf;transition:color .2s ease}.footer-nav[data-astro-cid-2p3rnsoq] a[data-astro-cid-2p3rnsoq]:hover,.footer-nav[data-astro-cid-2p3rnsoq] a[data-astro-cid-2p3rnsoq]:focus-visible{color:var(--bg);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.footer-bottom[data-astro-cid-2p3rnsoq]{padding-top:16px;border-top:1px solid rgba(217,206,190,.18);display:flex;justify-content:flex-start;gap:16px;font-size:14px;color:#faf7f2b8}.footer-bottom[data-astro-cid-2p3rnsoq] a[data-astro-cid-2p3rnsoq]{color:#faf7f2b8;text-decoration:none;transition:color .2s ease}.footer-bottom[data-astro-cid-2p3rnsoq] a[data-astro-cid-2p3rnsoq]:hover,.footer-bottom[data-astro-cid-2p3rnsoq] a[data-astro-cid-2p3rnsoq]:focus-visible{color:#faf7f2eb;text-decoration:underline;text-underline-offset:4px}@media(max-width:767px){.footer[data-astro-cid-2p3rnsoq]{padding:32px 20px 24px}.footer-grid[data-astro-cid-2p3rnsoq]{grid-template-columns:1fr;gap:28px}.footer-bottom[data-astro-cid-2p3rnsoq]{flex-direction:column}}
