@charset "UTF-8";
:root{--ink:#173e39;--muted:#52665e;--paper:#f8f6ef;--line:#dadfd1;--teal:#123f3b;--soft:#edf0e5;--cream:#efe3c5;--serif:Georgia,"Times New Roman",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-underline-offset:.2em}
a:focus-visible{outline:3px solid #bb7b39;outline-offset:5px;border-radius:2px}
img{max-width:100%}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:400}
.container{width:min(1180px,calc(100% - 96px));margin-inline:auto}
.skip-link{position:fixed;top:8px;left:12px;padding:8px 16px;z-index:20;background:var(--cream);transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:10;background:rgba(248,246,239,.97);border-bottom:1px solid var(--line)}
.header-inner{height:86px;max-width:1320px;margin:auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-size:22px;font-family:var(--serif);letter-spacing:-.6px;white-space:nowrap}
.site-header nav{display:flex;align-items:center;gap:32px;font-size:13px;line-height:1.5}
.site-header nav a{text-decoration:none;padding:10px 0;color:var(--muted);border-bottom:1px solid transparent}
.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--ink);border-bottom-color:var(--ink)}
.eyebrow{font-size:10px;font-weight:650;letter-spacing:.16em;text-transform:uppercase;line-height:1.7;margin:0 0 20px}
.home-hero{background:var(--teal);color:var(--cream);position:relative;overflow:hidden}
.hero-inner{padding-block:88px 80px;position:relative;z-index:1}
.home-hero .eyebrow{color:#b3c7b8}
.home-hero h1{font-family:var(--serif);font-size:clamp(52px,6.9vw,84px);line-height:1.08;letter-spacing:-3px;margin:22px 0 25px}
.home-hero h1 em{font-weight:400;color:#a8c3af}
.hero-description{max-width:490px;font-size:16px;line-height:1.85;color:#c8d5c7;margin-bottom:32px}
.hero-signature{display:flex;align-items:center;gap:14px;font-size:11px;color:#b2c5b6;letter-spacing:.06em}
.signature-line{width:34px;height:1px;background:#749689}
.water-lines{position:absolute;width:680px;height:680px;right:-275px;top:-80px;border:1px solid #7ea89126;border-radius:50%;transform:rotate(-25deg) scaleX(1.35)}
.water-lines span{position:absolute;inset:50px;border:1px solid #7ea89126;border-radius:50%}
.water-lines span:nth-child(2){inset:110px}
.water-lines span:nth-child(3){inset:174px}
.resource-section{padding-block:70px 66px}
.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:27px}
.section-heading h2{font-size:30px;font-family:var(--serif);letter-spacing:-.7px;margin:0}
.section-heading p{font-size:12px;color:var(--muted);margin:0}
.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.resource-card{display:flex;flex-direction:column;align-items:flex-start;position:relative;text-decoration:none;padding:32px 28px 26px;border:1px solid var(--line);background:#fbfaf5;min-height:292px;transition:background .18s ease,border-color .18s ease}
.resource-card:hover{background:var(--soft);border-color:#9cae99}
.card-number{font-size:11px;color:#7b8d7d;margin-bottom:28px;font-variant-numeric:tabular-nums}
.resource-card .eyebrow{font-size:9px;margin-bottom:6px;color:var(--muted)}
.resource-card h3{font-family:var(--serif);font-size:29px;letter-spacing:-.6px;margin:0 0 10px}
.resource-card>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.75;margin-bottom:26px}
.card-action{display:flex;justify-content:space-between;width:100%;font-size:11px;margin-top:auto;font-weight:600}
.card-action span{font-size:18px;line-height:1.1}
.contact-section{border-top:1px solid var(--line);padding-block:38px 52px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact-section .eyebrow{margin-bottom:10px;color:var(--muted)}
.contact-section h2{font-family:var(--serif);font-size:34px;line-height:1.2;letter-spacing:-.7px;margin-bottom:10px}
.contact-section p:not(.eyebrow){font-size:13px;color:var(--muted);margin:0}
.contact-button{display:flex;align-items:center;gap:38px;background:var(--teal);color:var(--paper);padding:13px 22px;text-decoration:none;font-size:12px;white-space:nowrap}
.contact-button:hover{background:#23584e}
.document-heading{padding-top:35px;padding-bottom:42px;border-bottom:1px solid var(--line)}
.back-link{display:inline-block;font-size:11px;text-decoration:none;color:var(--muted);margin-bottom:44px}
.back-link span{margin-right:7px}
.document-heading .eyebrow{color:var(--muted);margin-bottom:15px}
.document-heading h1{font-family:var(--serif);font-size:clamp(44px,5.5vw,66px);line-height:1.1;letter-spacing:-2px;margin-bottom:20px}
.effective-date{font-size:11px;color:var(--muted);margin-bottom:27px}
.document-intro{font-size:16px;line-height:1.85;max-width:780px;color:var(--muted)}
.document-intro p{margin-bottom:12px}
.document-intro p:last-child{margin-bottom:0}
.document-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:65px;padding-top:45px;padding-bottom:65px}
.contents nav{position:sticky;top:122px;max-height:calc(100vh - 150px);overflow-y:auto;padding-right:12px;padding-bottom:12px;scrollbar-width:thin}
.contents .eyebrow{font-size:9px;margin-bottom:15px;color:var(--muted)}
.contents ol{list-style:none;padding:0;margin:0;display:grid;gap:11px}
.contents a{font-size:12px;line-height:1.55;color:var(--muted);text-decoration:none;display:block}
.contents a:hover{color:var(--ink);text-decoration:underline}
.document-body{max-width:760px;min-width:0;overflow-wrap:anywhere}
.summary-box{background:var(--soft);border-left:2px solid #879f87;padding:25px 28px;margin-bottom:42px;font-size:14px;line-height:1.85}
.summary-box .eyebrow{font-size:9px;margin-bottom:10px;color:var(--ink)}
.summary-box p:last-child,.summary-box ul:last-child{margin-bottom:0}
.summary-box ul{margin-top:0;padding-left:19px}
.document-body section{margin-bottom:36px;scroll-margin-top:114px}
.document-body h2{font-family:var(--serif);font-size:28px;line-height:1.3;letter-spacing:-.5px;margin-bottom:15px}
.document-body h3{font-family:var(--sans);font-size:16px;font-weight:600;line-height:1.5;margin:26px 0 11px}
.document-body p,.document-body ul,.document-body ol{font-size:14px;line-height:1.9;color:#42594f;margin-top:0;margin-bottom:17px}
.document-body li{margin-bottom:7px}
.document-body ul,.document-body ol{padding-left:23px}
.document-body strong{font-weight:600;color:var(--ink)}
.document-body a{color:#166b5c}
.document-body table{border-collapse:collapse;width:100%;font-size:13px;margin-bottom:24px}
.document-body th,.document-body td{text-align:left;vertical-align:top;padding:12px;border:1px solid var(--line)}
.document-body th{background:var(--soft);font-weight:600}
.document-end{border-top:1px solid var(--line);margin-top:45px;padding-top:25px;display:flex;align-items:center;justify-content:space-between}
.document-end>span{font-size:22px;color:#809b84}
.document-end a{font-size:11px;color:var(--muted);text-decoration:none}
.site-footer{background:#efeee5;border-top:1px solid var(--line)}
.footer-inner{max-width:1320px;padding:33px 48px;display:flex;justify-content:space-between;align-items:center;gap:30px;margin:auto}
.footer-brand{font-family:var(--serif);font-size:20px;letter-spacing:-.5px;text-decoration:none}
.footer-inner p{font-size:10px;color:var(--muted);margin:8px 0 0}
.footer-links{display:flex;flex-wrap:wrap;gap:24px;font-size:11px;color:var(--muted)}
.footer-links a{text-decoration:none}
.footer-links a:hover{text-decoration:underline}
@media(min-width:1500px){.water-lines{right:calc((100vw - 1500px)/2 - 215px)}}
@media(max-width:1000px){.container{width:calc(100% - 64px)}.header-inner,.footer-inner{padding-inline:32px}.document-layout{grid-template-columns:190px minmax(0,1fr);gap:35px}.resource-card{padding:27px 22px}.resource-card h3{font-size:26px}.water-lines{right:-390px;opacity:.7}}
@media(max-width:760px){.container{width:calc(100% - 40px)}.header-inner{height:74px;padding-inline:20px;gap:15px}.brand{font-size:20px;gap:8px}.brand img{width:30px;height:30px}.site-header nav{gap:19px;font-size:12px}.hero-inner{padding-block:64px 57px}.home-hero h1{font-size:58px;letter-spacing:-2px}.hero-description{max-width:390px;font-size:14px}.water-lines{right:-460px;top:-50px}.resource-section{padding-block:44px}.section-heading{display:block;margin-bottom:23px}.section-heading h2{margin-bottom:6px}.resource-grid{grid-template-columns:1fr;gap:14px}.resource-card{min-height:0;padding:24px}.card-number{position:absolute;right:24px;top:25px;margin:0}.resource-card .eyebrow{padding-right:40px}.resource-card>p:not(.eyebrow){max-width:500px;margin-bottom:18px}.resource-card h3{font-size:28px}.contact-section{padding-block:32px 40px}.document-heading{padding-top:25px;padding-bottom:31px}.back-link{margin-bottom:28px}.document-heading h1{font-size:48px}.document-intro{font-size:14px}.document-layout{display:block;padding-top:25px;padding-bottom:45px}.contents nav{position:static;max-height:none;overflow:visible;padding:0 0 25px;border-bottom:1px solid var(--line);margin-bottom:29px}.contents ol{grid-template-columns:1fr 1fr;gap:10px 25px}.contents a{font-size:11px}.summary-box{padding:21px 22px;margin-bottom:30px}.document-body h2{font-size:26px}.footer-inner{padding:27px 20px;align-items:flex-start}.footer-links{gap:11px 20px;max-width:185px}.footer-inner p{max-width:165px}}
@media(max-width:420px){.brand{font-size:18px}.brand img{width:27px;height:27px}.site-header nav{gap:13px;font-size:11px}.home-hero h1{font-size:49px}.home-hero .eyebrow{font-size:9px}.contact-section{align-items:flex-start;flex-direction:column;gap:20px}.contact-button{gap:50px}.document-heading h1{font-size:43px}.contents ol{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:22px}.footer-links{max-width:none;gap:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media print{html{scroll-padding-top:0}body{background:#fff;color:#000;font-size:11pt}.site-header,.site-footer,.contents,.back-link,.document-end,.skip-link{display:none}.container{width:100%;max-width:none}.document-heading{padding:0 0 15pt}.document-heading h1{font-size:32pt;letter-spacing:-1pt}.document-layout{display:block;padding-top:20pt}.document-body{max-width:none}.document-body p,.document-body ul,.document-body ol,.document-intro{font-size:10pt;color:#000;line-height:1.6}.document-body h2{font-size:19pt;break-after:avoid}.document-body h3{break-after:avoid}.summary-box{border:1px solid #aaa;background:#fff;padding:12pt;margin-bottom:24pt}.document-body section{margin-bottom:22pt}.document-body a{color:#000}.document-body a[href^="http"]::after{content:" (" attr(href) ")";font-size:8pt;overflow-wrap:anywhere}.home-hero{background:#fff;color:#000}.hero-inner{padding-block:20pt}.home-hero h1,.home-hero h1 em,.hero-description,.home-hero .eyebrow{color:#000}.water-lines{display:none}.resource-grid{display:block}.resource-card{min-height:0;break-inside:avoid;margin-bottom:12pt}.resource-section{padding-block:20pt}.contact-section{padding-block:20pt}@page{margin:20mm}}
