/* 1.1.0 — structured editorial sections, native content and progressive disclosures. */
.page-sections{overflow:clip}
.page-jump-nav{padding-block:10px 30px}
.page-jump-nav details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 24px}
.page-jump-nav summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;min-height:58px;font-size:14px;font-weight:750;color:var(--forest);list-style:none}
.page-jump-nav summary::-webkit-details-marker{display:none}
.page-jump-nav details[open] summary span{transform:rotate(45deg)}
.page-jump-nav ol{list-style:none;margin:0;padding:0 0 22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 28px}
.page-jump-nav li{margin:0;font-size:12px;line-height:1.55}
.page-jump-nav a{display:block;padding:5px 0;text-decoration:none}
.content-band{padding:64px 0;border-top:1px solid var(--line);background:var(--ivory)}
.content-band .chapter-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:76px;align-items:start}
.chapter-heading{padding-top:4px}
.chapter-heading .eyebrow{font-size:11px;letter-spacing:.14em;margin-bottom:18px}
.chapter-heading h2{font-size:clamp(28px,3vw,37px);margin-bottom:0;line-height:1.2;text-wrap:balance}
.chapter-heading::after{content:"";display:block;width:54px;height:4px;background:var(--clay);margin-top:28px}
.chapter-body.prose{width:100%;max-width:none;min-width:0;margin:0}
.chapter-body>p:last-child,.decision-card>p:last-child,.chapter-body>ul:last-child{margin-bottom:0}
.chapter-body p{font-size:16px;line-height:1.85}
.chapter-body li{font-size:15px;line-height:1.8}
.chapter-body h3{margin:25px 0 18px;font-size:23px}
.chapter-body h3:first-child{margin-top:0}
.band-answer{border-top:0;padding-top:35px;padding-bottom:66px}
.band-answer .chapter-body{border-left:2px solid var(--clay);padding-left:30px}
.band-answer .chapter-body>p:first-child{font-size:19px;line-height:1.7;color:var(--forest)}
.band-sage{background:#e7ecdf}
.band-sage .chapter-heading::after{background:var(--forest)}
.band-wide .chapter-layout{display:block}
.band-wide .chapter-heading{display:grid;grid-template-columns:1fr 2fr;column-gap:56px;align-items:start;margin-bottom:32px}
.band-wide .chapter-heading h2{max-width:750px}
.band-wide .chapter-heading .eyebrow{margin-top:8px}
.band-wide .chapter-heading::after{display:none}
.band-wide .chapter-body>p{max-width:850px}
.band-wide .chapter-body>.table-wrap{margin-top:0}
.decision-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:24px 0}
.decision-cards:has(>.decision-card:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.decision-card{min-width:0;padding:28px;background:#fff;border:1px solid #ccd5c5;border-top:3px solid var(--clay);border-radius:3px 3px 14px 14px}
.decision-card h3{font-size:22px;margin-top:0;line-height:1.25}
.decision-card p{font-size:15px;line-height:1.8}
.decision-card a{font-weight:700}
.chapter-body .decision-cards{margin-top:0}
.chapter-body .table-wrap{border-radius:14px;border:1px solid #bec9b7;background:#fff}
.chapter-body table{border:0;margin:0;width:100%;font-size:15px}
.chapter-body th{background:var(--forest);color:#fff;font-size:13px;letter-spacing:.02em}
.chapter-body td,.chapter-body th{padding:20px 22px;vertical-align:top;border-bottom:1px solid #dce2d7}
.chapter-body td:first-child{font-weight:700;color:var(--forest);width:29%}
.chapter-body tbody tr:last-child td{border-bottom:0}
.chapter-body tbody tr:nth-child(even){background:#f0f3ec}
.illustrated-panel{display:grid;grid-template-columns:1.08fr 1fr;gap:48px;align-items:center}
.illustrated-panel>div{min-width:0}
.chapter-visual figure{margin:0}
.chapter-visual .content-photo{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:18px}
.chapter-visual figcaption{font-size:12px;line-height:1.65;margin-top:14px;color:var(--muted)}
.chapter-body .diagram{margin-top:0}
.band-faq{background:#efece2}
.questions-grid{display:grid;gap:12px}
.question{background:#fff;border:1px solid #c9d2c2!important;border-radius:10px;padding:0!important;margin:0 0 12px;overflow:hidden}
.question summary{font-size:16px;line-height:1.55;font-weight:700;color:var(--forest);padding:21px 45px 21px 22px;position:relative;cursor:pointer;list-style:none}
.question summary::-webkit-details-marker{display:none}
.question summary::after{content:"+";position:absolute;right:20px;top:20px;font-size:22px;line-height:1}
.question[open] summary::after{content:"−"}
.question[open] summary{background:#f3f5ef}
.question>div{padding:18px 22px 22px}
.question>div p:last-child{margin-bottom:0}
.question summary:focus-visible{outline-offset:-5px}
.project-steps{list-style:none;padding:0;margin:0;counter-reset:project}
.project-steps>li{counter-increment:project;border-bottom:1px solid #bcc8b5;margin:0;padding:0 0 26px 66px;position:relative}
.project-steps>li+li{padding-top:26px}
.project-steps>li::before{content:counter(project,decimal-leading-zero);position:absolute;left:0;top:0;width:42px;height:42px;display:grid;place-items:center;background:var(--forest);color:#fff;border-radius:50%;font-size:13px;font-weight:750}
.project-steps>li+li::before{top:26px}
.project-steps>li:last-child{border-bottom:0;padding-bottom:0}
.project-steps h3{margin-top:0;font-size:22px}
.project-steps p{margin-bottom:0}
.visual-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:32px 0}
.visual-service-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease;min-width:0}
.visual-service-card:hover{box-shadow:0 14px 30px #18362712;transform:translateY(-3px)}
.visual-service-card:focus-visible{outline-offset:4px}
.service-photo{width:100%;aspect-ratio:1.85;object-fit:cover}
.service-card-copy{padding:26px;display:flex;flex-direction:column;flex:1;align-items:flex-start}
.service-card-copy .icon{width:27px;height:29px;margin-bottom:18px;color:var(--clay)}
.service-card-copy h3{font-size:24px;line-height:1.2;margin:0 0 16px}
.service-card-copy p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:24px}
.service-card-copy .text-link{margin-top:auto;font-size:12px}
.section-footer-link{margin:26px 0 0;font-size:14px;font-weight:750}
.guide-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px;overflow:hidden;margin:0}
.guide-card h2,.guide-card h3{font-size:25px;line-height:1.25}
.guide-card p{font-size:14px}
.guide-card .guide-image{display:block;margin:-22px -22px 24px}
.guide-image img{width:100%;aspect-ratio:1.85;object-fit:cover}
.guide-card>.eyebrow{font-size:10px}
.guide-grid{gap:24px;align-items:stretch}
.guide-card .text-link{font-size:12px}
.article-grid .prose>h2{border-top:1px solid var(--line);padding-top:32px;margin-top:40px}
.article-grid .prose>.answer-box{font-size:18px;border-left:4px solid var(--clay)}
.inline-reading{padding:23px 28px;border-left:3px solid var(--clay);background:#e7ecdf;font-weight:700;font-size:15px;margin:35px 0}
.completion-checklist{padding:20px 30px;background:#fff;border:1px solid var(--line);border-radius:14px}
.completion-checklist ul{list-style-type:square}
.completion-checklist li{padding:8px 0;border-bottom:1px solid var(--line)}
.completion-checklist li:last-child{border-bottom:0}
.related-paths{background:var(--forest);color:#f7f4ed;padding:65px 0}
.related-paths h2,.related-paths h3{color:#f7f4ed}
.related-paths>.container>.eyebrow{color:#e3ba96}
.related-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.related-path-grid>a{position:relative;border-top:1px solid #648471;padding:25px 30px 0 0;text-decoration:none;color:#eff2e9}
.related-path-grid h3{font-size:23px;line-height:1.3;margin-bottom:15px}
.related-path-grid p{font-size:13px;line-height:1.8;color:#d5dfd0}
.related-path-grid>a>span{position:absolute;right:0;top:24px}
.related-path-grid>a:hover h3{text-decoration:underline;text-underline-offset:5px}
.sitemap-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.sitemap-columns ul{list-style:none;padding:0}
.sitemap-columns li{padding-block:8px;border-bottom:1px solid var(--line)}
.footer-bottom>div{flex-wrap:wrap}
/* WPForms Lite's shared classic CSS references a Pro-only date-picker icon.
   Supply an owned icon if that optional control is present. */
.mi-form .wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear{background-image:url('../svg/form-clear.svg')!important}
.main-nav ul{gap:17px}
.main-nav a{font-size:12px}
.header-cta{flex-shrink:0}
@media(min-width:768px){.main-nav>ul>li{flex-shrink:0}.main-nav>ul>li>a{white-space:nowrap}}
@media(min-width:768px){.main-nav .sub-menu{max-height:min(70vh,630px);overflow-y:auto;min-width:280px}}
@media(max-width:1100px){.content-band .chapter-layout{gap:38px;grid-template-columns:minmax(0,.8fr) minmax(0,1.3fr)}.band-wide .chapter-layout{display:block}.band-wide .chapter-heading{column-gap:30px}.visual-service-grid{gap:18px}.service-card-copy{padding:22px}.service-card-copy h3{font-size:22px}.illustrated-panel{gap:32px}.decision-cards:has(>.decision-card:nth-child(3):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.decision-cards>.decision-card:last-child:nth-child(3){grid-column:1/-1}}
@media(max-width:900px){.visual-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-path-grid{gap:22px}.related-path-grid h3{font-size:21px}.band-wide .chapter-heading{grid-template-columns:1fr}.band-wide .chapter-heading .eyebrow{margin-top:0}.page-jump-nav ol{grid-template-columns:repeat(2,minmax(0,1fr))}.sitemap-columns{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.content-band{padding:42px 0}.content-band .chapter-layout{display:block}.chapter-heading{margin-bottom:25px}.chapter-heading::after{width:40px;height:3px;margin-top:21px}.chapter-heading h2{font-size:29px}.chapter-heading .eyebrow{font-size:10px}.chapter-body p{font-size:16px;line-height:1.8}.chapter-body li{font-size:15px}.band-answer{padding-top:12px}.band-answer .chapter-body{padding-left:20px}.band-answer .chapter-body>p:first-child{font-size:17px}.page-jump-nav{padding-bottom:26px}.page-jump-nav details{padding-inline:18px}.page-jump-nav summary{min-height:54px;font-size:13px}.page-jump-nav ol{grid-template-columns:1fr;gap:7px}.page-jump-nav li{font-size:13px}.decision-cards,.decision-cards:has(>.decision-card:nth-child(3):last-child),.illustrated-panel,.sitemap-columns{grid-template-columns:1fr;gap:18px}.decision-cards>.decision-card:last-child:nth-child(3){grid-column:auto}.decision-card{padding:24px}.decision-card h3{font-size:22px}.decision-card p{font-size:15px}.chapter-visual .content-photo{aspect-ratio:1.45}.chapter-body td,.chapter-body th{padding:15px;font-size:13px}.chapter-body .table-wrap::before{background:#fff}.question summary{font-size:16px;padding:20px 44px 20px 20px}.question>div{padding:17px 20px 22px}.project-steps>li{padding-left:55px}.project-steps h3{font-size:22px}.project-steps>li::before{width:37px;height:37px}.visual-service-grid{grid-template-columns:1fr;gap:22px;margin-top:25px}.service-card-copy{padding:26px}.service-card-copy h3{font-size:25px}.service-card-copy p{font-size:15px}.guide-grid,.archive-grid{gap:24px}.guide-card{padding:24px}.guide-card .guide-image{margin:-24px -24px 23px}.related-paths{padding:45px 0}.related-path-grid{grid-template-columns:1fr;gap:8px}.related-path-grid h3{font-size:23px}.related-path-grid p{font-size:14px}.main-nav a{font-size:15px}.completion-checklist{padding:18px 22px}}
@media print{.page-jump-nav,.related-paths,.visual-service-card .icon{display:none}.content-band{padding:20px 0;background:#fff;border-color:#aaa}.content-band .chapter-layout,.band-wide .chapter-heading,.illustrated-panel{display:block}.chapter-heading{margin-bottom:15px}.chapter-heading::after{display:none}.chapter-body.prose{max-width:none}.chapter-body p,.chapter-body li{font-size:11pt}.question{break-inside:avoid}.question>div{display:block!important}.project-steps>li{break-inside:avoid}.decision-cards{display:block}.decision-card{break-inside:avoid;margin-bottom:12px}.chapter-body table{min-width:0}.completion-checklist{break-inside:avoid}}

/* 1.2.0 editorial page rhythm. */
.page-sections{counter-reset:chapter;background:var(--paper)}
.page-sections>.content-band{counter-increment:chapter;border-top:0;padding:clamp(66px,7vw,96px) 0;background:#fff;position:relative}
.page-sections>.content-band:nth-of-type(even):not(.band-sage):not(.band-faq):not(.band-answer){background:#f0f2eb}
.page-sections>.content-band+.content-band::before{content:"";position:absolute;left:50%;top:0;width:min(1200px,calc(100% - 64px));height:1px;background:rgba(31,62,52,.14);transform:translateX(-50%)}
.page-sections .chapter-heading{position:relative;padding-top:42px}
.page-sections .chapter-heading::before{content:"0" counter(chapter);position:absolute;left:0;top:0;color:#9d654e;font-size:11px;font-weight:800;letter-spacing:.16em}
.page-sections .chapter-heading::after{height:5px;width:66px;border-radius:4px}
.page-sections .band-answer{background:#efe8db;padding:52px 0 72px}
.page-sections .band-answer .chapter-layout{background:#fff;border-radius:18px;padding:48px 52px;box-shadow:0 18px 48px rgba(16,44,36,.08)}
.page-sections .band-answer .chapter-heading{padding-top:42px}
.page-sections .band-answer .chapter-body{border-left:0;padding-left:0}
.page-sections .band-answer .chapter-body>p:first-child{font-size:19px}
.page-sections .band-sage{background:#dfe8dc}
.page-sections .band-faq{background:#eee7dc}
.page-sections .band-wide .chapter-heading{padding:0 0 28px;border-bottom:1px solid rgba(31,62,52,.18)}
.page-sections .band-wide .chapter-heading::before{left:auto;right:0;top:6px;font-size:36px;letter-spacing:-.04em;color:rgba(31,62,52,.16)}
.page-sections .band-wide .chapter-heading::after{display:none}
.page-sections .decision-card{box-shadow:0 8px 25px rgba(16,44,36,.055);border-top-width:4px}
.page-sections .illustrated-panel{background:#fff;border:1px solid #d8ddd3;border-radius:18px;padding:28px;box-shadow:0 12px 34px rgba(16,44,36,.06)}
.page-sections .band-sage .illustrated-panel{border-color:#c4d1c0}
.page-sections .chapter-visual .content-photo{box-shadow:0 14px 35px rgba(16,44,36,.12)}
.legal-summary .chapter-body>p:first-child{display:inline-flex;padding:7px 11px;background:#f1e6d7;border-radius:5px;color:#6d3a29;font-size:12px!important;letter-spacing:.035em}
.privacy-flow .decision-card{position:relative;padding-top:31px}
.privacy-requests .project-steps{max-width:820px}
.page-jump-nav details{box-shadow:0 8px 24px rgba(16,44,36,.05)}
@media(min-width:1000px){.page-sections>.content-band:not(.band-wide) .chapter-heading{position:sticky;top:145px}.page-sections>.band-answer .chapter-heading{position:static}}
@media(max-width:767px){.page-sections>.content-band{padding:50px 0}.page-sections>.content-band+.content-band::before{width:calc(100% - 32px)}.page-sections .chapter-heading{padding-top:32px}.page-sections .chapter-heading::before{font-size:10px}.page-sections .band-answer{padding:24px 0 48px}.page-sections .band-answer .chapter-layout{padding:30px 24px;border-radius:14px}.page-sections .band-wide .chapter-heading::before{right:0;font-size:27px}.page-sections .illustrated-panel{padding:18px}}
