:root{--cream: #F7F3EA;--cream-deep: #F1ECE0;--navy: #13233A;--navy-deep: #0D192B;--forest: #2F5240;--forest-deep: #21392C;--forest-soft: rgba(47, 82, 64, .08);--gold: #D5A84A;--gold-deep: #B58C35;--ink: #1A1A1A;--muted: #6B6B6B;--on-dark: #F2EBDA;--on-dark-muted: rgba(247, 243, 234, .72);--border: #E5DFD1;--rule: #D9D1BE;--focus: #2F5240;--error: #A54A2A;--success: #6B8E4E;--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--container-max: 1160px;--reading-max: 640px;--section-pad-y: clamp(4rem, 8vw, 7rem)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-sans);font-size:17px;line-height:1.65;color:var(--ink);background:var(--cream);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;position:relative}p{text-wrap:pretty}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--navy);font-weight:400;line-height:1.12;letter-spacing:-.01em;text-wrap:balance}h1{font-size:clamp(2.75rem,6vw,4.5rem)}h2{font-size:clamp(2.375rem,4.25vw,3.5rem)}h3{font-size:clamp(1.625rem,2.4vw,2.125rem)}h4{font-size:1.0625rem;font-family:var(--font-sans);font-weight:600;letter-spacing:.01em;line-height:1.35}p{margin:0 0 1.1em}a{color:var(--forest);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .16s ease,color .16s ease}a:hover{border-bottom-color:var(--forest)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 clamp(1.25rem,3vw,2.5rem)}.reading{max-width:var(--reading-max);margin:0 auto}.eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--forest);display:inline-block;margin-bottom:1.1rem}.eyebrow--dark{color:var(--gold)}.eyebrow--navy{color:var(--forest)}.rule-forest{border:0;height:1px;background:var(--forest);width:48px;margin:1.5rem 0}.rule-forest--wide{width:96px}.rule-forest--center{margin-left:auto;margin-right:auto}.rule-gold{border:0;height:1px;background:var(--gold);width:48px;margin:1.5rem 0}.rule-gold--wide{width:96px}.rule-gold--center{margin-left:auto;margin-right:auto}.rule-faint{border:0;height:1px;background:var(--border);margin:2rem 0}.serif-italic{font-family:var(--font-serif);font-style:italic;color:var(--navy)}.lede{font-family:var(--font-serif);font-size:clamp(1.375rem,2.4vw,1.875rem);line-height:1.4;color:var(--navy);text-wrap:pretty}.btn{display:inline-block;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;letter-spacing:.01em;padding:.875rem 1.5rem;border:1px solid var(--forest);background:var(--forest);color:var(--cream);cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease;border-radius:0;text-align:center;line-height:1.2}.btn:hover{background:var(--forest-deep);border-color:var(--forest-deep);color:var(--cream);border-bottom-color:var(--forest-deep)}.btn--ghost{background:transparent;color:var(--forest)}.btn--ghost:hover{background:var(--forest);color:var(--cream)}.btn--on-dark{border-color:var(--on-dark);background:transparent;color:var(--on-dark)}.btn--on-dark:hover{background:var(--on-dark);color:var(--forest-deep);border-bottom-color:var(--on-dark)}.btn--ondark-solid{border-color:var(--on-dark);background:var(--on-dark);color:var(--forest-deep)}.btn--ondark-solid:hover{background:var(--cream);color:var(--navy-deep)}section{padding:var(--section-pad-y) 0;position:relative}section+section{border-top:1px solid var(--border)}.section-dark+section,section+.section-dark,.section-dark+.section-dark{border-top:0}.section-dark{background:var(--forest);color:var(--on-dark)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--cream)}.section-dark .eyebrow{color:var(--gold)}.section-dark a{color:var(--cream);border-bottom-color:#f7f3ea66}.section-dark a:hover{border-bottom-color:var(--gold)}.section-dark .rule-forest,.section-dark .rule-gold{background:var(--gold)}.section-navy{background:var(--navy);color:var(--on-dark)}.section-navy h1,.section-navy h2,.section-navy h3,.section-navy h4{color:var(--cream)}.section-navy .eyebrow{color:var(--gold)}.section-navy a{color:var(--cream)}.section-alt{background:var(--cream-deep);border-top:1px solid var(--border)}section+section.section-alt,section.section-alt+section{border-top:1px solid var(--border)}.meta{font-size:.875rem;color:var(--muted)}ul,ol{margin:0 0 1.1em 1.25rem}li{margin-bottom:.35rem}blockquote{font-family:var(--font-serif);font-style:italic;font-size:1.25rem;color:var(--navy);border-left:2px solid var(--forest);padding-left:1.25rem;margin:1.5rem 0}strong{font-weight:600;color:var(--navy)}em{font-style:italic}.pull-quote{margin:clamp(2.5rem,5vw,4rem) auto;max-width:680px;text-align:center;padding:0 1rem}.pull-quote__rule{display:block;width:56px;height:1px;background:var(--forest);margin:0 auto 1.5rem;border:0}.pull-quote__rule--gold{background:var(--gold)}.pull-quote blockquote,.pull-quote .quote{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.5rem,3vw,2.125rem);line-height:1.35;color:var(--navy);border:0;padding:0;margin:0 0 1.5rem;text-wrap:balance}.pull-quote__attr{font-family:var(--font-sans);font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0}.section-dark .pull-quote blockquote,.section-dark .pull-quote .quote{color:var(--cream)}.section-dark .pull-quote__rule{background:var(--gold)}.section-dark .pull-quote__attr{color:var(--on-dark-muted)}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.035;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>")}header.site-header,main,footer.site-footer{position:relative;z-index:2}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 640px){body{font-size:16px}section{padding:clamp(3rem,10vw,4.5rem) 0}h2{font-size:clamp(2rem,8vw,2.625rem)}h3{font-size:clamp(1.375rem,5vw,1.75rem)}}.wm-wrap[data-astro-cid-hhuuaa7r]{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.4rem}.wm[data-astro-cid-hhuuaa7r]{font-family:var(--font-serif);color:var(--navy);line-height:1;display:inline-flex;align-items:baseline;border:0;letter-spacing:-.015em;font-weight:400}.wm[data-astro-cid-hhuuaa7r]:hover{border:0}.wm__article[data-astro-cid-hhuuaa7r]{font-weight:400;font-size:.62em;color:var(--navy);opacity:.65;margin-right:.18em;position:relative;top:-.02em}.wm__word[data-astro-cid-hhuuaa7r]{font-weight:400}.wm__dot[data-astro-cid-hhuuaa7r]{color:var(--forest);margin-left:.01em;font-weight:400;opacity:1}.wm--sm[data-astro-cid-hhuuaa7r]{font-size:1.625rem}.wm--md[data-astro-cid-hhuuaa7r]{font-size:2.125rem}.wm--lg[data-astro-cid-hhuuaa7r]{font-size:clamp(3rem,6vw,5rem)}.wm__tagline[data-astro-cid-hhuuaa7r]{font-family:var(--font-sans);font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase;color:var(--navy);margin:0;font-weight:500}.section-dark .wm[data-astro-cid-hhuuaa7r],.section-navy .wm[data-astro-cid-hhuuaa7r],.site-footer--dark .wm[data-astro-cid-hhuuaa7r]{color:var(--cream)}.section-dark .wm__article[data-astro-cid-hhuuaa7r],.section-navy .wm__article[data-astro-cid-hhuuaa7r],.site-footer--dark .wm__article[data-astro-cid-hhuuaa7r]{color:var(--cream);opacity:.65}.section-dark .wm__dot[data-astro-cid-hhuuaa7r],.section-navy .wm__dot[data-astro-cid-hhuuaa7r],.site-footer--dark .wm__dot[data-astro-cid-hhuuaa7r]{color:var(--gold)}.site-footer--dark .wm__tagline[data-astro-cid-hhuuaa7r]{color:var(--on-dark-muted)}@media (max-width: 600px){.wm-wrap--with-tagline[data-astro-cid-hhuuaa7r] .wm__tagline[data-astro-cid-hhuuaa7r]{font-size:.625rem;letter-spacing:.18em}}.site-header[data-astro-cid-3ef6ksr2]{background:var(--cream);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem;gap:1.5rem}.site-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-link[data-astro-cid-3ef6ksr2]{font-family:var(--font-sans);font-size:.9375rem;font-weight:500;color:var(--navy);letter-spacing:.01em;border:0;position:relative;padding-bottom:2px}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--forest);border:0}.nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--forest);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover:after,.nav-link[data-astro-cid-3ef6ksr2].is-active:after{transform:scaleX(1)}.nav-toggle[data-astro-cid-3ef6ksr2]{display:none;background:transparent;border:0;width:32px;height:32px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:0}.nav-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:22px;height:1.5px;background:var(--navy);margin:0 auto}.mobile-nav[data-astro-cid-3ef6ksr2]{display:none;background:var(--cream);border-top:1px solid var(--border);padding:1rem 0}.mobile-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0 clamp(1.25rem,3vw,2.5rem);display:flex;flex-direction:column;gap:.5rem}.mobile-nav[data-astro-cid-3ef6ksr2] .nav-link[data-astro-cid-3ef6ksr2]{display:block;padding:.5rem 0;font-size:1rem}@media (max-width: 760px){.site-nav[data-astro-cid-3ef6ksr2]{display:none}.nav-toggle[data-astro-cid-3ef6ksr2]{display:flex}.mobile-nav[data-astro-cid-3ef6ksr2][data-open=true]{display:block}}@media (max-width: 480px){.site-header[data-astro-cid-3ef6ksr2] .wm__tagline{display:none}}.site-footer--dark[data-astro-cid-sz7xmlte]{background:var(--navy-deep);border-top:0;padding:clamp(4rem,7vw,5.5rem) 0 2.5rem;color:var(--on-dark)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:clamp(1.5rem,3vw,3rem);margin-bottom:3rem}.footer-col--brand[data-astro-cid-sz7xmlte] .footer-tagline[data-astro-cid-sz7xmlte]{font-family:var(--font-serif);font-style:italic;font-size:1.0625rem;line-height:1.5;color:var(--on-dark-muted);margin-top:1rem;max-width:26ch}.footer-heading[data-astro-cid-sz7xmlte]{font-family:var(--font-sans);font-size:.6875rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.site-footer--dark[data-astro-cid-sz7xmlte] .footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.site-footer--dark[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-family:var(--font-sans);font-size:.9375rem;color:var(--on-dark);border:0;border-bottom:1px solid transparent;transition:border-color .16s ease,color .16s ease}.site-footer--dark[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--gold);border-bottom-color:var(--gold)}.footer-credit[data-astro-cid-sz7xmlte]{font-family:var(--font-sans);font-size:.8125rem;color:var(--on-dark-muted);margin:1.25rem 0 0;line-height:1.55}.footer-credit[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-family:var(--font-serif);font-style:italic;color:var(--cream);font-size:.9375rem}.footer-rule[data-astro-cid-sz7xmlte]{border:0;height:1px;background:#f7f3ea26;margin:0 0 1.5rem}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-glyph[data-astro-cid-sz7xmlte]{color:var(--gold);font-size:1rem;line-height:1}.footer-smallprint[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:var(--on-dark-muted);margin:0;letter-spacing:.01em}@media (max-width: 900px){.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}}
