:root{--background:#f7f4ee;--surface:rgba(255,255,255,0.86);--surface-strong:#fffdf8;--surface-soft:#f1ece3;--border:rgba(17,37,30,0.12);--ink:#1d221f;--muted:#56615b;--primary:#7d1f24;--primary-dark:#5e1519;--accent:#0f4a36;--accent-soft:#e2efe9;--gold:#b08a3b;--shadow:0 24px 60px rgba(35,31,28,0.12);--radius-lg:28px;--radius-md:18px;--radius-sm:12px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--font-body),sans-serif;background:radial-gradient(circle at top left,rgba(125,31,36,.12),transparent 30%),radial-gradient(circle at right center,rgba(15,74,54,.1),transparent 28%),linear-gradient(180deg,#faf7f1,#f4f0e7)}a{color:inherit;text-decoration:none}img{display:block}button,input,textarea{font:inherit}::selection{color:white;background:var(--primary)}.skip-link{position:absolute;left:1rem;top:-3rem;z-index:200;padding:.75rem 1rem;border-radius:999px;background:var(--accent);color:white}.skip-link:focus{top:1rem}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.site-main{padding-top:5.5rem}.site-header{position:fixed;inset:0 0 auto;z-index:100;border-bottom:1px solid rgba(17,37,30,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(249,246,239,.88)}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;min-height:5.5rem}.brand{display:inline-flex;align-items:center;gap:.9rem;max-width:22rem}.brand-seal{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white;font-weight:700;letter-spacing:.08em}.brand-copy{display:grid;grid-gap:.1rem;gap:.1rem}.brand-copy strong{font-size:1.45rem;letter-spacing:.01em}.brand-copy span{color:var(--muted);font-size:.88rem;line-height:1.25}.header-nav-shell{display:none;width:100%;padding:1rem 0 .25rem}.header-nav-shell.is-open{display:grid;grid-gap:1rem;gap:1rem}.header-nav{display:grid;grid-gap:.25rem;gap:.25rem}.header-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.5rem .85rem;border-radius:999px;color:var(--muted);transition:background-color .2s ease,color .2s ease,transform .2s ease}.header-nav a:hover{background:rgba(15,74,54,.08);color:var(--ink)}.header-nav a.is-active{background:rgba(125,31,36,.12)}.language-switcher{display:inline-flex;position:relative;width:-moz-fit-content;width:fit-content}.language-switcher__trigger{display:inline-flex;align-items:center;gap:.6rem;min-height:2.75rem;padding:.5rem .8rem;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(15,74,54,.14);background:rgba(255,255,255,.92);color:var(--ink);transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.language-switcher__trigger:hover{border-color:rgba(15,74,54,.22);background:#ffffff}.language-switcher__trigger:focus-visible{outline:2px solid rgba(125,31,36,.28);outline-offset:2px}.language-switcher__chevron,.language-switcher__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.language-switcher__icon{width:1.3rem;height:1.3rem}.language-switcher__icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.7}.language-switcher__label{font-size:1rem;font-weight:700;letter-spacing:.04em}.language-switcher__chevron{width:.85rem;height:.85rem;transition:transform .2s ease}.language-switcher__chevron svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.6}.language-switcher.is-open .language-switcher__chevron{transform:rotate(180deg)}.language-switcher__menu{position:absolute;top:calc(100% + .45rem);right:0;z-index:10;display:grid;min-width:100%;padding:.35rem;border:1px solid rgba(15,74,54,.14);border-radius:.95rem;background:#ffffff;box-shadow:0 18px 34px rgba(17,37,30,.12)}.language-switcher__menu[hidden]{display:none}.language-switcher__menu a{display:inline-flex;align-items:center;justify-content:flex-start;min-height:2.4rem;padding:.45rem .7rem;border-radius:.7rem;color:var(--ink);font-weight:700;letter-spacing:.04em;transition:background-color .2s ease,color .2s ease}.language-switcher__menu a:hover{background:rgba(15,74,54,.08)}.language-switcher__menu a.is-active,.language-switcher__menu a[aria-current=page]{background:rgba(125,31,36,.12);color:var(--primary)}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:5.75rem;padding:.7rem 1rem;border:1px solid rgba(15,74,54,.14);border-radius:999px;background:rgba(255,255,255,.7);color:var(--ink)}.home-hero,.page-hero{position:relative;overflow:hidden}.home-hero:before,.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(130deg,rgba(125,31,36,.08),transparent 35%),linear-gradient(40deg,rgba(15,74,54,.08),transparent 45%),linear-gradient(180deg,rgba(255,255,255,.4),transparent);pointer-events:none}.article-hero-grid,.hero-grid,.page-hero-inner{position:relative;z-index:1}.home-hero{padding:4rem 0 3rem}.hero-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.contact-band,.fact-card,.hero-copy,.hero-panel-card,.narrative-panel,.surface-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.contact-band,.hero-copy,.hero-panel-card,.narrative-panel,.surface-card{border-radius:var(--radius-lg)}.hero-copy{padding:2rem 1.4rem}.article-hero h1,.hero-copy h1,.page-hero h1{margin:0;font-family:var(--font-display),serif;font-size:clamp(2.8rem,7vw,5.6rem);line-height:.94;letter-spacing:-.03em}.hero-copy p:last-of-type,.page-hero-copy{max-width:44rem;color:var(--muted);font-size:1.12rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.25rem;border-radius:999px;color:white;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.button-link:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(125,31,36,.24)}.button-link.secondary{border-color:rgba(15,74,54,.16);background:rgba(255,255,255,.68);color:var(--ink);box-shadow:none}.button-link.secondary:hover{box-shadow:none;background:rgba(15,74,54,.08)}.hero-panel{display:grid}.hero-panel-card{padding:1.5rem}.article-meta span:first-child,.footer-kicker,.hero-panel-kicker{font-size:.84rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.feature-list,.hero-mission-list,.mdx-list{margin:0;padding:0;list-style:none}.hero-mission-list{display:grid;grid-gap:1rem;gap:1rem;margin-top:1rem}.feature-list li,.hero-mission-list li{display:grid;grid-gap:.35rem;gap:.35rem}.feature-list li,.hero-mission-list strong{font-size:1.02rem}.contact-band p,.contact-form label span,.content-card-body p,.feature-list li,.hero-mission-list span,.legal-stack p,.narrative-panel p,.surface-card p{color:var(--muted);line-height:1.7}.section{padding:2rem 0 4.5rem}.section-soft{background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(241,236,227,.52))}.section-title{max-width:44rem;margin-bottom:1.75rem}.section-eyebrow{margin:0 0 .75rem;color:var(--accent);font-size:.88rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.article-prose h2,.contact-band h2,.content-card h3,.legal-stack h2,.media-card h3,.section-title h2,.spotlight-copy h2,.surface-card h1,.surface-card h2{margin:0;font-family:var(--font-display),serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.section-title p{margin:.9rem 0 0;color:var(--muted);line-height:1.7}.narrative-panel,.surface-card{padding:1.6rem}.narrative-panel p{margin:0;font-size:1.1rem}.card-grid,.contact-info-grid,.contact-layout,.fact-grid,.footer-grid,.media-grid,.spotlight-grid,.story-grid,.two-column-layout{display:grid;grid-gap:1.25rem;gap:1.25rem}.content-card{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow)}.article-hero-image,.content-card-image,.media-card-image,.spotlight-image{position:relative;min-height:15rem}.article-hero-image img,.content-card-image img,.media-card-image img,.spotlight-image img{object-fit:cover}.content-card-body{padding:1.4rem}.article-meta,.content-card-meta{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin:0 0 .9rem;color:var(--muted);font-size:.92rem}.content-card-body h3{font-size:2rem;margin-bottom:.8rem}.content-card-body h3 a:hover{color:var(--primary)}.spotlight-grid{align-items:center}.spotlight-image{overflow:hidden;border-radius:var(--radius-lg);min-height:24rem;box-shadow:var(--shadow)}.spotlight-copy{display:grid;grid-gap:1rem;gap:1rem}.spotlight-copy p{margin:0;color:var(--muted);line-height:1.75}.contact-band{display:grid;grid-gap:1rem;gap:1rem;align-items:center;padding:1.6rem}.page-hero{padding:3.75rem 0 2rem}.page-hero-inner{padding:1.6rem 0 0}.contact-layout,.story-grid,.two-column-layout{align-items:start}.feature-list{display:grid;grid-gap:.9rem;gap:.9rem}.feature-list li{position:relative;padding-left:1.35rem}.feature-list li:before{content:"";position:absolute;left:0;top:.65rem;width:.6rem;height:.6rem;border-radius:999px;background:var(--gold)}.fact-card{display:grid;grid-gap:.35rem;gap:.35rem;padding:1.2rem;border-radius:var(--radius-md)}.fact-card span{color:var(--muted);font-size:.95rem}.fact-card strong{font-size:1.3rem}.media-card{overflow:hidden;margin:0;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow)}.media-card figcaption{padding:1.2rem 1.25rem 1.4rem}.media-card h3{font-size:1.9rem;margin-bottom:.7rem}.media-card p{margin:0;color:var(--muted);line-height:1.7}.contact-sidebar{display:grid;grid-gap:1rem;gap:1rem}.contact-section-header{margin-bottom:1.35rem}.contact-section-header h2{margin:0;font-size:clamp(2rem,4vw,2.8rem)}.contact-info-grid{align-items:stretch}.contact-info-card{min-height:100%}.contact-info-card h3{margin:0 0 1.4rem;font-size:1.08rem}.contact-form-card{align-self:start;padding:1.5rem}.contact-form{display:grid;grid-gap:1rem;gap:1rem}.contact-form label{display:grid;grid-gap:.55rem;gap:.55rem}.contact-form input,.contact-form textarea{width:100%;padding:.95rem 1rem;border:1px solid rgba(15,74,54,.14);border-radius:16px;background:rgba(255,255,255,.92);color:var(--ink)}.contact-form textarea{min-height:10.5rem;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(125,31,36,.14);border-color:rgba(125,31,36,.34)}.form-feedback{margin:0;font-weight:600}.form-feedback.success{color:var(--accent)}.form-feedback.error{color:var(--primary)}.article-hero-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;align-items:end}.article-hero-image{overflow:hidden;border-radius:var(--radius-lg);min-height:18rem;box-shadow:var(--shadow)}.article-shell{display:grid;grid-gap:1.5rem;gap:1.5rem}.article-prose{padding:1.75rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow)}.article-aside{display:flex;align-items:flex-start}.mdx-heading-lg,.mdx-heading-md{font-family:var(--font-display),serif;line-height:1.08}.mdx-heading-lg{margin:2rem 0 .9rem;font-size:clamp(2rem,3.5vw,2.8rem)}.mdx-heading-md{margin:1.6rem 0 .75rem;font-size:clamp(1.5rem,3vw,2rem)}.mdx-paragraph{margin:0 0 1rem;color:var(--muted);line-height:1.82}.mdx-list{display:grid;grid-gap:.7rem;gap:.7rem;margin:0 0 1.2rem}.mdx-list-item{position:relative;padding-left:1.4rem;color:var(--muted);line-height:1.7}.mdx-list-item:before{content:"";position:absolute;left:0;top:.78rem;width:.45rem;height:.45rem;border-radius:999px;background:var(--primary)}.mdx-list-numbered .mdx-list-item:before{background:var(--gold)}.mdx-quote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:4px solid var(--gold);background:var(--surface-soft);color:var(--ink);font-style:italic}.mdx-link{color:var(--primary);text-decoration:underline;text-underline-offset:.16em}.legal-stack{display:grid;grid-gap:1rem;gap:1rem}.site-footer{margin-top:1rem;padding:2rem 0 3rem;border-top:1px solid rgba(17,37,30,.08);background:rgba(247,242,232,.82)}.footer-block{display:grid;grid-gap:.5rem;gap:.5rem}.footer-block p{margin:0;color:var(--muted);line-height:1.7}.footer-links{display:grid;grid-gap:.45rem;gap:.45rem}.footer-links a:hover{color:var(--primary)}@media (min-width:720px){.site-main{padding-top:6rem}.header-inner{min-height:6rem}.card-grid,.contact-info-grid,.fact-grid,.footer-grid,.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-band{grid-template-columns:1.5fr auto}.article-shell{grid-template-columns:minmax(0,1fr) 16rem}}@media (min-width:960px){.menu-toggle{display:none}.header-nav-shell{align-items:center;gap:1.25rem;width:auto;padding:0}.header-nav,.header-nav-shell{display:flex;justify-content:flex-end}.header-nav{flex-wrap:wrap}.article-hero-grid,.contact-layout,.hero-grid,.spotlight-grid{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr)}.story-grid,.two-column-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid,.fact-grid,.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}body{background:linear-gradient(180deg,#fbf8f1,#f6f0e6 48%,#fbfaf7)}.site-main{padding-top:8.25rem}.site-header{border-bottom:1px solid rgba(17,37,30,.12);-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(251,248,241,.98)}.header-topline{border-bottom:1px solid rgba(17,37,30,.1);background:rgba(255,255,255,.82)}.header-topline-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3rem}.state-signature{display:inline-flex;align-items:center;gap:.8rem}.flag-mark{display:grid;grid-template-columns:.5rem .95rem;grid-template-rows:repeat(2,.46rem);overflow:hidden;width:1.45rem;height:.92rem;border:1px solid rgba(17,37,30,.1)}.flag-mark-white{grid-row:1/3;background:#ffffff}.flag-mark-red{background:#b2262d}.flag-mark-green{background:#177245}.state-signature-copy{display:grid;grid-gap:.08rem;gap:.08rem}.state-signature-copy strong{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.state-signature-copy span{color:var(--muted);font-size:.74rem}.header-utility-links{display:none}.header-utility-links a{color:var(--muted);font-size:.92rem}.header-utility-links a:hover{color:var(--primary)}.header-inner{min-height:4.25rem;padding:.2rem 0 .45rem}.brand{max-width:none}.brand-copy strong{font-family:var(--font-body),sans-serif;font-size:1.6rem}.brand-copy span{font-size:.75rem;letter-spacing:.12em}.header-nav-shell{padding:.35rem 0 0}.header-nav-tools{padding-top:.65rem}.header-nav{gap:0;border-top:1px solid rgba(17,37,30,.1)}.header-nav a{justify-content:flex-start;min-height:2.9rem;padding:.6rem 0;border-bottom:2px solid transparent;border-radius:0;font-size:.96rem}.header-nav a,.header-nav a.is-active,.header-nav a:hover{background:none}.header-nav a.is-active{color:var(--primary);border-bottom-color:var(--primary)}.language-switcher,.menu-toggle{border-radius:0;background:white}.home-hero{padding:2.8rem 0 2.2rem;background:linear-gradient(180deg,rgba(176,138,59,.08),rgba(255,255,255,0))}.home-hero:before,.page-hero:before{background:linear-gradient(180deg,rgba(255,255,255,.5),transparent),radial-gradient(circle at top right,rgba(176,138,59,.08),transparent 26%)}.article-hero-grid,.hero-intro-panel,.mission-strip,.page-hero-inner{position:relative;z-index:1}.hero-intro-panel{max-width:64rem;margin:0 auto;text-align:center}.article-hero h1,.article-prose h2,.contact-band h2,.content-card h3,.legal-stack h2,.mdx-heading-lg,.mdx-heading-md,.media-card h3,.page-hero h1,.section-title h2,.spotlight-copy h2,.surface-card h1,.surface-card h2{font-family:var(--font-body),sans-serif;font-weight:700;letter-spacing:-.04em}.hero-title-line{display:block}.hero-intro-panel p:last-of-type{margin:1.15rem auto 0;text-wrap:pretty}.hero-intro-panel p:last-of-type,.page-hero-copy{max-width:52rem;font-size:1.06rem;line-height:1.75}.page-hero-copy{margin:1.15rem 0 0}.hero-actions{justify-content:center;margin-top:1.4rem}.mission-strip{display:grid;grid-gap:1rem;gap:1rem;margin-top:2rem}.article-prose,.contact-band,.content-card,.fact-card,.media-card,.mission-card,.narrative-panel,.surface-card{border:1px solid rgba(17,37,30,.12);border-bottom:4px solid var(--primary);border-radius:0;background:#ffffff;box-shadow:none}.mission-card{padding:1.25rem}.mission-card p:last-child{margin:0;color:var(--muted);line-height:1.7}.article-meta span:first-child,.footer-kicker,.hero-panel-kicker{color:var(--primary);font-size:.78rem;letter-spacing:.14em}.section{padding:1.5rem 0 4rem}.section-soft{background:linear-gradient(180deg,rgba(176,138,59,.05),rgba(255,255,255,0))}.section-eyebrow{color:var(--primary)}.section-title{margin-bottom:1.35rem}.article-prose h2,.contact-band h2,.legal-stack h2,.section-title h2,.spotlight-copy h2,.surface-card h1,.surface-card h2{font-size:clamp(1.95rem,3.8vw,3.05rem);line-height:1.06}.article-prose,.media-card figcaption,.narrative-panel,.surface-card{padding:1.35rem}.narrative-panel{background:var(--surface-soft)}.button-link{border-radius:0;box-shadow:none}.button-link:hover{transform:none;box-shadow:none}.button-link.secondary{border-color:rgba(17,37,30,.12);background:#ffffff}.content-card{grid-template-rows:auto 1fr}.content-card-image,.media-card-image{min-height:13rem}.content-card-body{padding:1.15rem 1.15rem 1.25rem}.content-card-body h3{font-size:1.8rem;line-height:1.12}.article-hero-grid,.contact-layout,.spotlight-grid{gap:1.5rem}.article-hero-image,.spotlight-image{border-radius:0;box-shadow:none}.spotlight-image{min-height:19rem}.spotlight-copy{gap:.85rem}.contact-band{padding:1.45rem}.media-card h3{font-size:1.7rem}.site-footer{padding:2.2rem 0 2.8rem}.footer-grid{gap:1.4rem}.mdx-heading-lg{font-size:clamp(1.8rem,3.5vw,2.5rem)}.mdx-heading-md{font-size:clamp(1.35rem,3vw,1.8rem)}@media (min-width:720px){.site-main{padding-top:8.6rem}.mission-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-band{grid-template-columns:1.4fr auto}}@media (min-width:960px){.site-main{padding-top:7.35rem}.header-utility-links{display:inline-flex;align-items:center;gap:1rem}.header-nav-shell{display:block;width:auto;padding:0}.header-nav-tools{display:none}.header-nav{display:flex;gap:1.35rem;border-top:0}.header-nav a{align-items:flex-end;min-height:3.35rem;padding:0 0 .55rem}.header-nav a:hover{color:var(--primary)}.hero-intro-panel{padding-top:.4rem}.footer-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(12rem,.8fr)}.article-hero-grid,.contact-layout,.spotlight-grid{grid-template-columns:minmax(0,1.08fr) minmax(22rem,.92fr)}.contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-info-card:last-child{grid-column:1/2}}.site-footer{margin-top:0;padding:0 0 2.4rem;border-top:3px solid var(--accent);background:#ffffff}.footer-shell{padding-top:2rem}.footer-grid{display:grid;grid-gap:1.8rem;gap:1.8rem;align-items:start}.footer-brand-block,.footer-reference-block{min-width:0}.footer-brand-lockup{display:grid;grid-gap:.9rem;gap:.9rem}.footer-brand-intro{grid-gap:.65rem;gap:.65rem}.footer-state-signature{align-items:flex-start}.footer-brand-summary{line-height:1.7;max-width:28rem}.footer-reference-block{display:grid;grid-gap:1rem;gap:1rem}.footer-reference-text{margin:0;padding-bottom:.7rem;border-bottom:1px solid rgba(17,37,30,.16);color:var(--ink);line-height:1.7}.footer-legal-links,.footer-public-links{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem}.footer-contact-details{display:grid;grid-gap:.35rem;gap:.35rem}.footer-legal-links a,.footer-public-links a{color:var(--ink);font-weight:600}.footer-legal-links a:hover,.footer-public-links a:hover{color:var(--primary)}.footer-meta{margin-top:1.6rem;padding-top:1rem;border-top:1px solid rgba(17,37,30,.14)}.footer-bottomline,.footer-legal-block{display:grid;grid-gap:.9rem;gap:.9rem}.footer-bottomline p,.footer-contact-details span{margin:0;color:var(--muted);line-height:1.7}@media (min-width:900px){.footer-grid{grid-template-columns:minmax(17rem,.9fr) minmax(24rem,1.3fr);gap:2rem 3rem}.footer-brand-intro{max-width:22rem}.footer-meta{padding-top:1.15rem}.footer-bottomline{grid-template-columns:minmax(0,1.15fr) minmax(19rem,auto);align-items:start;gap:1.5rem 2rem}.footer-contact-details{justify-items:start;text-align:right}}:root{--background:#f6f1e6;--surface:rgba(255,255,255,0.92);--surface-strong:#fffdf7;--surface-soft:#edf3ee;--border:rgba(15,59,46,0.14);--ink:#16231d;--muted:#5d695f;--primary:#0f3b2e;--primary-dark:#09271d;--accent:#c9a655;--accent-soft:#f3ead1;--gold:#c9a655;--shadow:0 18px 40px rgba(15,31,24,0.08)}body{background:radial-gradient(circle at top left,rgba(201,166,85,.15),transparent 28%),radial-gradient(circle at right top,rgba(15,59,46,.08),transparent 24%),linear-gradient(180deg,#faf6ed,#f3eee3)}.site-header{border-bottom:1px solid rgba(15,59,46,.12);background:rgba(250,247,239,.96)}.header-topline{border-bottom:1px solid rgba(201,166,85,.3);background:var(--primary)}.header-topline-inner{min-height:3.2rem}.header-topline-copy{margin:0;color:rgba(255,248,229,.92);font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.header-utility-links a{color:rgba(255,248,229,.82)}.header-utility-links a:hover{color:#ffffff}.header-inner{min-height:5.2rem;padding:.55rem 0 .7rem}.brand{gap:1rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:4.25rem;height:4.25rem;padding:.25rem;border:1px solid rgba(201,166,85,.28);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,241,230,.92))}.brand-mark img{width:100%;height:auto}.brand-copy{gap:.25rem}.brand-copy strong{font-family:var(--font-display),serif;font-size:clamp(1.55rem,2vw,1.95rem);font-weight:700;letter-spacing:-.03em}.brand-copy span{color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.header-nav a{color:var(--ink)}.header-nav a.is-active,.header-nav a:hover{color:var(--primary)}.header-nav a.is-active{border-bottom-color:var(--accent)}.language-switcher__menu,.language-switcher__trigger{border:1px solid rgba(201,166,85,.3);background:var(--primary)}.menu-toggle{border:1px solid rgba(15,59,46,.14);background:rgba(255,255,255,.9)}.language-switcher__trigger{min-height:2.6rem;gap:.55rem;padding:.45rem .78rem;background:var(--primary);color:rgba(255,248,229,.92)}.language-switcher__trigger:hover{border-color:rgba(201,166,85,.42);background:#8d252b;color:#ffffff}.language-switcher__icon{color:rgba(255,248,229,.92)}.language-switcher__menu{background:var(--primary);box-shadow:0 18px 34px rgba(73,16,20,.24)}.language-switcher__menu a{min-width:3.7rem;padding:.55rem .78rem;color:rgba(255,248,229,.92)}.language-switcher__menu a:hover{background:rgba(255,248,229,.12);color:#ffffff}.language-switcher__menu a.is-active,.language-switcher__menu a[aria-current=page]{background:rgba(255,248,229,.14);color:#ffffff;box-shadow:inset 0 0 0 1px rgba(255,248,229,.18)}.home-hero{padding:3.25rem 0 2.6rem;background:linear-gradient(180deg,rgba(201,166,85,.12),rgba(255,255,255,0)),linear-gradient(90deg,rgba(15,59,46,.03),transparent 55%)}.home-hero:before,.page-hero:before{background:linear-gradient(180deg,rgba(255,255,255,.42),transparent),radial-gradient(circle at top center,rgba(201,166,85,.12),transparent 26%)}.hero-intro-panel{max-width:62rem}.hero-crest{display:inline-flex;align-items:center;justify-content:center;width:8.25rem;height:8.25rem;margin:0 auto 1.1rem;padding:.6rem;border:1px solid rgba(201,166,85,.32);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(243,234,209,.7));box-shadow:var(--shadow)}.hero-crest img{width:100%;height:auto}.hero-intro-panel h1{max-width:23ch;width:-moz-fit-content;width:fit-content;margin:0 auto;color:var(--primary-dark);font-family:var(--font-display),serif;font-weight:700;font-size:clamp(3rem,4.2vw,4.4rem);letter-spacing:-.04em;line-height:.95;text-wrap:balance}.hero-intro-panel p:last-of-type,.page-hero-copy{color:var(--muted);font-size:1.08rem}.button-link{border:1px solid transparent;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fffef6}.button-link:hover{background:linear-gradient(135deg,#154a39,var(--primary))}.button-link.secondary{border-color:rgba(201,166,85,.32);background:rgba(255,252,244,.92);color:var(--primary)}.button-link.secondary:hover{background:rgba(243,234,209,.62)}.article-meta span:first-child,.footer-kicker,.hero-panel-kicker,.section-eyebrow{color:var(--accent)}.article-prose,.contact-band,.content-card,.fact-card,.media-card,.mission-card,.narrative-panel,.surface-card{border:1px solid rgba(15,59,46,.12);border-bottom:4px solid var(--accent);background:rgba(255,255,255,.94);box-shadow:var(--shadow)}.narrative-panel{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(237,243,238,.88))}.section-soft{background:linear-gradient(180deg,rgba(15,59,46,.03),rgba(201,166,85,.06))}.article-hero-image,.media-card-image,.spotlight-image{overflow:hidden;border:1px solid rgba(201,166,85,.22)}.site-footer{padding:0 0 2.8rem;border-top:4px solid var(--accent);background:linear-gradient(180deg,rgba(15,59,46,.04),rgba(255,255,255,0)),#fffdf7}.footer-shell{padding-top:2.35rem}.footer-brand-intro{display:grid;grid-template-columns:minmax(7rem,8.8rem) minmax(0,1fr);align-items:start;grid-gap:1.25rem;gap:1.25rem}.footer-brand-panel{display:grid;grid-gap:1.8rem;gap:1.8rem;padding-bottom:2rem}.footer-brand-emblem{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem;border:1px solid rgba(201,166,85,.26);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(243,234,209,.72));box-shadow:var(--shadow)}.footer-brand-emblem img{width:100%;height:auto}.footer-brand-copy{display:grid;align-content:start;grid-gap:.7rem;gap:.7rem;max-width:34rem}.footer-brand-copy h2{margin:0;color:var(--primary-dark);font-family:var(--font-display),serif;font-size:clamp(2.35rem,5vw,4rem);line-height:.95;white-space:nowrap}.footer-brand-summary{max-width:52rem;margin:0;color:var(--muted);font-size:1.05rem;line-height:1.8}.footer-meta{border-top:1px solid rgba(15,59,46,.14);padding-top:1.5rem}.footer-legal-links{display:flex;flex-wrap:wrap;gap:.8rem 2rem}.footer-legal-links a{color:var(--primary);font-size:1.05rem;font-weight:700}.footer-legal-links a:hover{color:var(--accent)}@media (min-width:960px){.header-inner{min-height:5.5rem}.brand{max-width:32rem}.header-nav{gap:1.6rem}.footer-brand-intro{max-width:none}}@media (max-width:720px){.footer-brand-intro{grid-template-columns:1fr;gap:1rem}.footer-brand-emblem{width:min(100%,9rem)}.footer-brand-copy h2{font-size:clamp(2rem,11vw,3rem)}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_e73cbf{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_e73cbf{--font-body:"Source Sans 3","Source Sans 3 Fallback"}