:root{
  --paper:#f7f4ee;
  --surface:#fffdf9;
  --surface-2:#f1eee7;
  --ink:#18363e;
  --ink-2:#294a52;
  --muted:#6b7b7e;
  --line:#d9ddd8;
  --line-strong:#c8d0cc;
  --teal:#167a75;
  --teal-dark:#0f5f5b;
  --teal-soft:#e4f0ed;
  --warm:#d97849;
  --warm-soft:#f7e9df;
  --navy:#153b4a;
  --danger:#a44736;
  --radius:6px;
  --shadow:0 16px 48px rgba(25,51,58,.08);
  --shadow-small:0 8px 24px rgba(25,51,58,.06);
  color:var(--ink);
  background:var(--paper);
  font-family:"Plus Jakarta Sans",Inter,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  font-synthesis:none;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
a{color:inherit;text-decoration:none}
a:hover{color:var(--teal-dark)}
button,input,textarea,select{font:inherit;color:inherit}
button{cursor:pointer}
img{max-width:100%}
.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.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}
.skip-link{position:fixed;left:16px;top:-80px;background:var(--navy);color:#fff;padding:10px 14px;z-index:999;border-radius:4px}
.skip-link:focus{top:16px}
.eyebrow,.micro{display:inline-block;font-size:.69rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal)}
.utility{background:var(--navy);color:#d8e6e7;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}
.utility .wrap{min-height:34px;display:flex;align-items:center}
.site-header{background:rgba(255,253,249,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:60;backdrop-filter:blur(14px)}
.header-row{height:82px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.brand{display:flex;align-items:center;gap:12px;font-family:Manrope,"Plus Jakarta Sans",sans-serif;font-weight:800;font-size:1.08rem;color:var(--navy);letter-spacing:-.025em}
.brand img{width:38px;height:38px;object-fit:contain}
.brand small{display:block;font-family:"Plus Jakarta Sans",sans-serif;font-size:.58rem;line-height:1.25;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-top:3px}
.site-header nav{display:flex;align-items:center;gap:28px}
.site-header nav>a{font-size:.82rem;font-weight:700;color:#425d63;transition:color .15s}
.site-header nav>a:hover{color:var(--teal)}
.menu-button,.menu-close,.menu-overlay{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--teal);border-radius:4px;background:var(--teal);color:#fff;font-weight:700;font-size:.82rem;transition:background .15s,border-color .15s,transform .15s}
.button:hover{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff;transform:translateY(-1px)}
.text-link{color:var(--teal-dark);font-weight:750;font-size:.83rem}
.lead{font-size:1.02rem;line-height:1.85;color:#587075}
.cms-public-hero{padding:78px 0 68px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:72px;align-items:center}
.cms-public-hero h1,.page-title,.cms-profile-title h1,.prose-page h1{font-family:Manrope,"Plus Jakarta Sans",sans-serif;color:var(--navy);letter-spacing:-.045em}
.cms-public-hero h1{font-size:clamp(2.7rem,5.2vw,5rem);line-height:1.03;margin:18px 0 24px;max-width:900px;font-weight:800}
.cms-public-hero .lead{max-width:690px;margin:0}
.hero-search{display:flex;align-items:stretch;max-width:680px;margin-top:32px;background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow-small);border-radius:5px;overflow:hidden}
.hero-search input{flex:1;min-width:0;border:0;background:transparent;padding:15px 17px;outline:none;font-size:.9rem}
.hero-search input:focus{box-shadow:inset 0 0 0 2px rgba(22,122,117,.2)}
.hero-search button{border:0;background:var(--warm);color:#fff;padding:0 21px;font-weight:800;font-size:.82rem}
.hero-search button:hover{background:#bd6038}
.cms-hero-card{background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--teal);box-shadow:var(--shadow);padding:30px 29px;border-radius:5px}
.cms-hero-card>strong{display:block;font-family:Manrope,sans-serif;font-size:4.6rem;line-height:1;color:var(--navy);letter-spacing:-.065em;margin:22px 0 8px}
.cms-hero-card>p{margin:0 0 24px;color:var(--muted);font-size:.88rem}
.section{padding:62px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:25px}
.section-heading h2{font-family:Manrope,sans-serif;font-size:2rem;line-height:1.2;color:var(--navy);letter-spacing:-.035em;margin:0}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.record-card{display:flex;flex-direction:column;min-height:300px;background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:22px;box-shadow:0 1px 0 rgba(25,51,58,.02);transition:transform .16s,border-color .16s,box-shadow .16s}
.record-card:hover{transform:translateY(-3px);border-color:#bdcbc6;box-shadow:var(--shadow-small)}
.card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:25px}
.monogram{display:grid;place-items:center;width:44px;height:44px;background:var(--teal-soft);color:var(--teal-dark);border:1px solid #cde0dc;font-family:Manrope,sans-serif;font-weight:800;border-radius:4px}
.record-card h3{font-family:Manrope,sans-serif;font-size:1.18rem;line-height:1.3;letter-spacing:-.025em;margin:0 0 12px;color:var(--navy)}
.record-card h3 a{display:flex;justify-content:space-between;gap:10px}
.record-card h3 span{color:var(--warm)}
.record-card p{font-size:.82rem;line-height:1.75;color:#637579;margin:0 0 22px;flex:1}
.card-foot{border-top:1px solid var(--line);padding-top:14px}
.tag{display:inline-block;font-size:.67rem;line-height:1.4;padding:6px 8px;border-radius:3px;background:var(--surface-2);color:#52676c;border:1px solid #e0e2dc}
.empty-state{border:1px dashed var(--line-strong);background:var(--surface);padding:30px;border-radius:5px;color:var(--muted)}
.page-title{font-size:clamp(2.5rem,5vw,4.1rem);line-height:1.1;margin:16px 0 16px}
.count-pill{display:inline-block;margin-left:14px;vertical-align:middle;font-family:"Plus Jakarta Sans",sans-serif;font-size:.8rem;letter-spacing:0;background:var(--warm-soft);color:#a65431;padding:7px 10px;border-radius:4px}
.filter-bar{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(220px,1fr) auto;gap:12px;align-items:end;background:var(--surface);border:1px solid var(--line);padding:18px;margin:30px 0 25px;border-radius:5px}
.filter-bar label{display:flex;flex-direction:column;gap:7px;font-size:.72rem;font-weight:800;color:#536a6f}
.filter-bar input,.filter-bar select{height:44px;border:1px solid var(--line-strong);border-radius:4px;background:#fff;padding:0 12px;outline:none}
.filter-bar input:focus,.filter-bar select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,122,117,.1)}
.pagination{display:flex;gap:7px;justify-content:center;margin-top:32px}
.pagination a{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface);border-radius:4px;font-size:.78rem;font-weight:700}
.pagination a[aria-current=page]{background:var(--teal);color:#fff;border-color:var(--teal)}
.cms-profile-hero{background:var(--surface);border-bottom:1px solid var(--line);padding:34px 0 46px}
.cms-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:.72rem;color:#76878a;margin-bottom:31px}
.cms-breadcrumb a{color:#5d767a}.cms-breadcrumb a:hover{color:var(--teal)}
.cms-profile-title{display:flex;align-items:center;gap:16px}
.cms-profile-title h1{font-size:clamp(2.7rem,5vw,4.5rem);line-height:1.06;margin:0 0 17px;font-weight:800}
.cms-profile-logo{object-fit:contain;flex-shrink:0}
.cms-profile-hero .lead{max-width:880px;margin:0;font-size:1rem}
.cms-byline{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-size:.72rem;color:#718286}
.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:46px;align-items:start;padding:48px 0 70px}
.cms-no-toc{display:block;max-width:900px}
.article{min-width:0}
.article>section{background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:28px 30px;margin-bottom:18px}
.article>section.topic{border-left:3px solid #b8d4cf}
.article section h2{font-family:Manrope,sans-serif;font-size:1.48rem;line-height:1.32;color:var(--navy);letter-spacing:-.03em;margin:0 0 18px}
.article section p{font-size:.9rem;line-height:1.95;color:#425f65;margin:0 0 16px}
.article section p:last-child{margin-bottom:0}
.notice{background:#f2f7f5;border:1px solid #d4e3df;border-left:3px solid var(--teal);border-radius:4px;padding:16px 18px;margin-bottom:18px;color:#557076;font-size:.82rem}
.notice p{margin:0!important}
.fact-grid{display:grid;grid-template-columns:1fr 1fr;margin:0;border:1px solid var(--line);border-radius:4px;overflow:hidden;background:#fff}
.fact-grid>div{padding:18px}.fact-grid>div+div{border-left:1px solid var(--line)}
.fact-grid dt{font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7a8a8d;margin-bottom:8px}
.fact-grid dd{margin:0;font-size:.84rem;line-height:1.7;color:#35545b}
.profile-sidebar{position:relative;min-width:0}
.contents{position:sticky;top:106px;background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:20px;max-height:calc(100vh - 130px);overflow:auto}
.contents .eyebrow{margin-bottom:12px}.contents a{display:block;padding:9px 0;border-bottom:1px solid #ecece6;font-size:.73rem;line-height:1.45;color:#61777b}.contents a:last-child{border-bottom:0}.contents a:hover{color:var(--teal)}
.ad-code,.ad-unit{margin:22px 0;background:var(--surface);border:1px solid var(--line);border-radius:4px;overflow:hidden;min-height:48px}
.ad-code{padding:10px}.ad-label{display:block;font-size:.58rem;letter-spacing:.12em;font-weight:800;color:#899699;margin:0 0 8px 2px}.ad-code-inner{min-width:0;overflow:hidden}
.ad-unit>small{display:block;padding:7px 12px 0;color:#8a9699;font-size:.58rem;letter-spacing:.08em}.ad-unit>a{display:flex;align-items:center;gap:14px;padding:12px}.ad-unit img{width:110px;height:58px;object-fit:cover;border-radius:3px}.ad-unit strong{font-family:Manrope,sans-serif}.ad-unit span{color:var(--muted);font-size:.76rem;flex:1}.ad-unit b{color:var(--teal);font-size:.72rem}
.site-footer{background:var(--navy);color:#d9e6e7;margin-top:58px;padding:48px 0 28px}
.footer-grid{display:flex;justify-content:space-between;gap:50px;padding-bottom:28px}.footer-grid>div:first-child{max-width:650px}.footer-grid strong{font-family:Manrope,sans-serif;font-size:1.1rem;color:#fff}.footer-grid p{font-size:.79rem;line-height:1.8;color:#b9cbcd}.footer-grid>div:last-child{display:flex;gap:22px;flex-wrap:wrap;align-content:flex-start}.footer-grid a{font-size:.72rem;font-weight:700}.footer-grid a:hover{color:#fff}
.footer-note{border-top:1px solid rgba(255,255,255,.13);padding-top:21px;font-size:.65rem;line-height:1.8;color:#95adb0}.footer-note p{margin:8px 0 0}
.prose-page{max-width:850px;padding-top:62px;padding-bottom:70px}.prose-page h1{font-size:3.1rem;line-height:1.12}.prose-page>p{font-size:.92rem;line-height:1.95;color:#466269}
#toast{position:fixed;right:22px;bottom:22px;z-index:200;background:var(--navy);color:#fff;padding:13px 17px;border-radius:4px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:opacity .15s;font-size:.78rem}#toast.visible{opacity:1}
@media(min-width:1001px){.menu-overlay{display:none!important}}
@media(max-width:1050px){
 .cms-public-hero{grid-template-columns:1fr;gap:32px;padding-top:58px}.cms-hero-card{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center}.cms-hero-card>strong{grid-row:1/4;margin:0;font-size:3.7rem}.cms-hero-card>p{margin:4px 0}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-layout{grid-template-columns:minmax(0,1fr) 250px;gap:28px}
}
@media(max-width:850px){
 .wrap{width:min(100% - 34px,1180px)}
 .site-header nav{position:fixed;right:0;top:0;height:100dvh;width:min(340px,86vw);background:var(--surface);z-index:90;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:76px 24px 30px;transform:translateX(105%);visibility:hidden;pointer-events:none;transition:transform .18s,visibility .18s;box-shadow:-20px 0 50px rgba(20,50,58,.12)}
 .nav-open .site-header nav{transform:translateX(0);visibility:visible;pointer-events:auto}.site-header nav>a{padding:15px 5px;border-bottom:1px solid var(--line)}
 .menu-button{display:inline-flex;align-items:center;border:1px solid var(--line-strong);background:var(--surface);border-radius:4px;padding:9px 11px;font-weight:700;font-size:.76rem}.menu-close{display:block;position:absolute;right:17px;top:16px;border:0;background:none;font-size:1.9rem;color:var(--navy)}.menu-overlay{display:block;position:fixed;inset:0;background:rgba(17,43,51,.35);border:0;z-index:80}.menu-overlay[hidden]{display:none}
 .profile-layout{grid-template-columns:1fr}.profile-sidebar{grid-row:1}.contents{position:static;max-height:260px}.cms-public-hero h1{font-size:clamp(2.8rem,9vw,4.4rem)}
}
@media(max-width:620px){
 .wrap{width:calc(100% - 28px)}.utility{font-size:.58rem}.header-row{height:72px}.brand{font-size:.98rem}.brand img{width:34px;height:34px}.brand small{font-size:.52rem}
 .cms-public-hero{padding:42px 0 38px}.cms-public-hero h1{font-size:2.8rem;line-height:1.07;margin-top:13px}.cms-public-hero .lead{font-size:.9rem}.hero-search{display:grid}.hero-search input{width:100%;padding:13px}.hero-search button{min-height:43px}.cms-hero-card{display:none}
 .section{padding:40px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:11px}.section-heading h2{font-size:1.65rem}.cards{grid-template-columns:1fr}.record-card{min-height:0;padding:19px}.page-title{font-size:2.45rem}.count-pill{font-size:.68rem;margin-left:8px}.lead{font-size:.9rem}
 .filter-bar{grid-template-columns:1fr;padding:15px}.filter-bar .button{width:100%}
 .cms-profile-hero{padding:22px 0 30px}.cms-breadcrumb{margin-bottom:22px;font-size:.66rem}.cms-profile-title h1{font-size:2.75rem}.cms-profile-hero .lead{font-size:.9rem}.profile-layout{padding:25px 0 45px}.article>section{padding:21px 19px}.article section h2{font-size:1.27rem}.article section p{font-size:.86rem;line-height:1.9}.fact-grid{grid-template-columns:1fr}.fact-grid>div+div{border-left:0;border-top:1px solid var(--line)}.contents{padding:16px}.contents a{display:inline-block;margin-right:12px;border:0;padding:7px 0}.footer-grid{flex-direction:column;gap:20px}.site-footer{padding-top:36px}.prose-page h1{font-size:2.45rem}
 .ad-unit>a{flex-direction:column;align-items:flex-start}.ad-unit span{flex:none}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media print{.utility,.site-header,.site-footer,.profile-sidebar,.ad-code,.ad-unit,#toast{display:none!important}.wrap{width:100%}.profile-layout{display:block}.article>section{box-shadow:none;break-inside:avoid}}
.cms-hero-card h2{font-family:Manrope,sans-serif;font-size:1.35rem;line-height:1.35;letter-spacing:-.025em;color:var(--navy);margin:14px 0 20px}.trust-list{list-style:none;margin:0 0 24px;padding:0;border-top:1px solid var(--line)}.trust-list li{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.trust-list strong{font-family:Manrope,sans-serif;color:var(--teal-dark);font-size:.83rem}.trust-list span{font-size:.73rem;line-height:1.45;color:var(--muted)}
@media(max-width:1050px){.cms-hero-card{display:block}.cms-hero-card h2{margin-top:10px}.trust-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:0;gap:10px}.trust-list li{display:block;border:1px solid var(--line);padding:12px}.trust-list strong,.trust-list span{display:block}.trust-list span{margin-top:5px}}
@media(max-width:620px){.cms-hero-card{display:none}}
