/* Public resource pages share the Process/Demos palette and content edges. */
.resource-page{--bg:var(--cx-bg);--ink:var(--cx-ink);--muted:var(--cx-muted);--line:var(--cx-line);--dark:#20251b;--surface:#f9faf4;--purple:#536c35;--ice:#dce5ce;--lime:#d4ed92}
.resource-page .shell{width:min(1200px,calc(100% - 80px));max-width:1200px;margin-inline:auto}
.resource-page .page-main{padding:44px 0 60px}
.resource-page .page-main h1{max-width:1050px;font-size:clamp(44px,5.7vw,82px);font-weight:600;line-height:1.06;letter-spacing:-.045em;margin:0 0 24px;text-wrap:balance}
.resource-page .page-main h1 em{font-family:Georgia,'Times New Roman',serif;font-style:normal;font-weight:400}
.resource-page .page-main h2{font-size:clamp(25px,2.7vw,36px);font-weight:600;line-height:1.15;letter-spacing:-.035em;margin:0 0 18px}
.resource-page .page-main h3{font-size:21px;font-weight:600;line-height:1.25;letter-spacing:-.025em;margin:22px 0 12px}
.resource-page .page-kicker{color:#4d5d34;font-family:var(--cx-mono);font-size:12px;font-weight:600;letter-spacing:.075em;line-height:1.5;margin-bottom:18px}
.resource-page .breadcrumb{font-family:inherit;font-size:13px;margin-bottom:32px}
.resource-page .intro,.resource-page .direct-answer{max-width:880px;padding:0;border:0;background:none;color:var(--cx-muted);font-size:20px;font-weight:400;line-height:1.6;margin:0 0 26px}
.resource-page .author-line{margin:20px 0 32px;font:12px/1.7 var(--cx-mono);color:var(--cx-muted)}
.resource-page .author-line a{font-weight:500}
.resource-page .page-section{max-width:none;margin-top:30px;padding:0}
.resource-page .page-section p,.resource-page .page-section>ul{max-width:850px}
.resource-page .page-hero{margin-bottom:30px}
.resource-page .page-cta{margin-top:28px;gap:18px}
.resource-page :is(.primary-link,.button-primary,.button-secondary,.calculator-submit){font:600 15px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;min-height:48px;border-radius:4px;padding:13px 20px;box-shadow:none;transition:transform .18s,background .18s}
.resource-page :is(.primary-link,.button-primary,.calculator-submit){background:var(--cx-ink);color:#fff;border-color:transparent}
.resource-page :is(.primary-link,.button-primary,.calculator-submit):hover{background:#333c28;transform:translateY(-2px)}
.resource-page .button-secondary{background:transparent;border-color:#a9b29b}
.resource-page .notice{background:#e2e6d7;border-left:3px solid #82985b;font-size:14px;font-weight:400;padding:18px 20px;margin:24px 0}
.resource-page :is(.answer-item,.evidence-item,.comparison-item,.context-item){border:1px solid var(--cx-line);border-radius:5px;background:var(--surface);padding:22px;min-height:0}
.resource-page :is(.answer-item,.evidence-item,.comparison-item,.context-item) h3{margin-top:0}
.resource-page :is(.answer-item,.evidence-item,.comparison-item,.context-item) p{color:var(--cx-muted);font-size:15px}
.resource-page .context-item:nth-child(n){border-top:3px solid #a8bd8b}
.resource-page .evidence-label{background:#d4ed92;border-color:#b2c68e;font-weight:600;color:#354625}
.resource-page .evidence-item:nth-child(2) .evidence-label{background:#e2e6d7}
.resource-page .evidence-item:nth-child(3) .evidence-label{background:#e9e1cb}
.resource-page .method-list{border-color:var(--cx-line);border-radius:4px;overflow:hidden}
.resource-page .method-list li{border-color:var(--cx-line);font-weight:500;background:var(--surface)}
.resource-page .method-list li::before{margin-bottom:16px;color:#536c35}
.resource-page .related-band{margin-top:36px;padding:26px 30px;background:#d4ed92;color:var(--cx-ink);border:1px solid #b8d16f;border-radius:5px}
.resource-page .related-band h2{font-size:25px;margin:0 0 16px}
.resource-page .related-band :is(a,span){color:#354625;font-weight:500}
.resource-page .related-links a{border-color:#a8bd8b;padding:10px 12px}
.resource-page .related-links a:hover{color:var(--cx-ink);background:#e0f2b2;border-color:#718a4d}
.resource-page .related-inner{gap:30px}
.resource-page .related-band .shell{width:100%}
.resource-page .article-layout>.related-band,.resource-page .page-main>.related-band{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.resource-page .faq-list{border-color:var(--cx-line);margin-top:16px}
.resource-page .faq-item summary{font-size:17px;font-weight:550;letter-spacing:-.02em;padding-block:17px}
.resource-page .faq-item p{font-size:15px;color:var(--cx-muted);padding-bottom:14px}

/* Native disclosures keep the complete text in HTML and work without JavaScript. */
.resource-page .resource-detail{margin:0;border-top:1px solid var(--cx-line);scroll-margin-top:105px}
.resource-page .resource-detail:last-of-type{border-bottom:1px solid var(--cx-line)}
.resource-page .resource-detail>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;padding:23px 0}
.resource-page .resource-detail>summary::-webkit-details-marker{display:none}
.resource-page .resource-detail>summary::after{content:'+';display:grid;place-items:center;flex:0 0 29px;height:29px;border:1px solid #bac3ad;border-radius:50%;color:#4d5d34;font:18px/1 var(--cx-mono)}
.resource-page .resource-detail[open]>summary::after{content:'−';background:#d4ed92;border-color:#aac17f}
.resource-page .resource-detail>summary h2{font-size:24px;margin:0;font-weight:550;line-height:1.3}
.resource-page .resource-detail>summary:hover h2{color:#536c35}
.resource-page .resource-detail-body{padding:0 0 26px;max-width:1000px}
.resource-page .resource-detail-body>p,.resource-page .resource-detail-body>ul{max-width:820px}
.resource-page .resource-detail-body>:last-child{margin-bottom:0}
.resource-reading-note{font:12px/1.6 var(--cx-mono);color:var(--cx-muted);margin:24px 0 14px}
.resource-page .resource-details-group{margin-top:30px}

/* Contact keeps both ways to start close to the opening copy. */
.resource-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:start;padding:12px 0 20px}
.resource-page .resource-contact-grid h1{font-size:clamp(48px,6.5vw,92px)}
.resource-page .resource-contact-copy .intro{font-size:21px;max-width:580px}
.resource-contact-card{background:#d4ed92;border:1px solid #b8d16f;border-radius:6px;padding:32px}
.resource-page .resource-contact-card h2{font-size:32px}
.resource-contact-card p{font-size:16px;color:#354625}
.resource-contact-card .primary-link{width:100%;justify-content:space-between;margin-top:8px}
.resource-contact-card .resource-contact-email{border-top:1px solid #aec484;margin-top:26px;padding-top:22px}
.resource-contact-email a{display:block;font-size:22px;letter-spacing:-.025em;margin-bottom:8px}
.resource-contact-email p{font-size:13px;margin-bottom:0}
.resource-contact-facts{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0;font:12px/1.5 var(--cx-mono);color:#4d5d34}
.resource-contact-facts span{padding:7px 10px;border:1px solid #c5cdb9;border-radius:3px}
.resource-page .resource-contact-prep{max-width:780px;margin-top:26px}

/* Tools, samples and diagrams retain their actual content and working controls. */
.resource-page .calculator-shell{box-shadow:none;border:1px solid #bec8b0;background:#f9faf4;padding:28px;gap:28px;margin-top:24px}
.resource-page .calculator-form h2{font-size:28px;margin-bottom:14px}
.resource-page .calculator-form>p{font-size:15px;color:var(--cx-muted)}
.resource-page .input-grid{gap:15px}
.resource-page .input-grid label{font-weight:550;font-size:13px}
.resource-page .input-grid input{font-size:16px;background:#fff;border-color:#c5cdb9}
.resource-page .calculator-results{border-radius:4px;background:#242a1e;padding:24px}
.resource-page .calculator-results h2{font-size:28px;color:#f5f6ed}
.resource-page .result-row output{color:#d4ed92;font-weight:600}
.resource-page .calculator-note{color:#c3cbb8;font-size:12px;line-height:1.6}
.resource-page .formula{background:#f9faf4;border-color:#c5cdb9;color:#354625;line-height:1.7}
.resource-page .paper{padding:32px;box-shadow:none;border:1px solid #bec8b0;background:#fafbf5}
.resource-page .paper h1{font-size:48px;max-width:900px}
.resource-page .paper-head{border-bottom:1px solid #bac5ac}
.resource-page .brief-section{border-top:1px solid #bac5ac}
.resource-page .brief-section h2{font-size:21px}
.resource-page .brief-section :is(p,li){font-size:15px}
.resource-page .workflow-flow{grid-template-columns:repeat(3,1fr)}
.resource-page .workflow-flow span{min-height:44px;border-color:#bac5ac;background:#e9eddf}
.resource-page .sample-label{background:#d4ed92;border-color:#b2c68e;color:#354625;font-weight:600}
.resource-page .baseline-table td{font-weight:550}
.resource-page .decision{background:#242a1e}
.resource-page .decision strong{color:#d4ed92}
.resource-page .decision p{color:#d5ddca}
.resource-page .founder-profile{grid-template-columns:1.4fr .6fr;gap:24px 56px}
.resource-page .founder-page-portrait{box-shadow:8px 8px 0 #dce2ce;border:1px solid #b9c3aa}
.resource-page .founder-page-portrait img{height:360px}
.resource-page .founder-profile .direct-answer{font-size:20px}
.resource-page .founder-page-portrait figcaption{font-weight:500}
.resource-page .site-image{border-color:#bec8b0;border-radius:5px;max-width:850px}
.resource-page .resource-legal>p{max-width:800px}

/* A compact reading index and expandable article chapters. */
.resource-page .insights-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.resource-page .insight-card{border-color:#c7cdbd;border-radius:5px;background:#f9faf4;transition:transform .2s,border-color .2s}
.resource-page .insight-card:hover{transform:translateY(-3px);border-color:#879d68}
.resource-page .insight-card-visual{border-color:#c7cdbd;aspect-ratio:2.5;background:#e2e6d7}
.resource-page .insight-card-visual img{object-fit:contain;background:#f2f1ed}
.resource-page .insight-card-copy{padding:22px}
.resource-page .insight-card-copy>span{color:#536c35;font-weight:500;font-size:11px}
.resource-page .insight-card h2{font-size:27px;margin:14px 0;line-height:1.18}
.resource-page .insight-card p{font-size:15px;margin-bottom:18px}
.resource-page .insight-card .text-link{font-size:14px;font-weight:600;color:#354625}
.resource-page .article-visual{margin-block:24px 30px}
.resource-page .article-visual-image{width:min(100%,850px);border:1px solid #bec8b0;box-shadow:none}
.resource-page .article-visual figcaption{max-width:850px;font:12px/1.6 var(--cx-mono);margin-top:12px}
.resource-page .article-body{font-size:16px}
.resource-page .article-body>section{margin-top:30px;padding-top:24px}
.resource-page .article-body .resource-detail{max-width:1000px}
.resource-page .article-body .resource-detail-body{max-width:820px;color:#4f5846}
.resource-page .article-formula{border:1px solid #bcc9ac;border-left:3px solid #8eac65;background:#f9faf4;padding:18px}
.resource-page .article-evidence .evidence-grid>div:nth-child(n){border:1px solid #c5cdb9;border-top:3px solid #a8bd8b;background:#f9faf4;min-height:0}
.resource-page .article-evidence .evidence-grid strong{font-weight:600}
.resource-page .article-decision{max-width:1000px;padding:28px!important;background:#d4ed92;color:var(--cx-ink);border:1px solid #b8d16f!important;box-shadow:none}
.resource-page .article-decision h2{font-size:30px;max-width:650px}
.resource-page .article-decision p:not(.page-kicker){color:#354625;max-width:800px;font-size:15px}
.resource-page .confirmation-layout h1{max-width:950px}
.resource-page .confirmation-next{max-width:780px;border-color:var(--cx-line)}
.resource-page .not-found{min-height:45vh;padding-top:24px}
.resource-page .cx-footer{padding-top:36px}
.resource-page .cx-footer-grid{gap:24px}
.resource-page .cx-footer nav{gap:8px}
.resource-page .cx-footer-bottom{margin-top:28px;padding-top:20px}

@media(max-width:1080px){
 .resource-page .shell,.resource-page .article-layout>.related-band,.resource-page .page-main>.related-band{width:calc(100% - 48px)}
 .resource-contact-grid{gap:32px}
}
@media(max-width:800px){
 .resource-page .shell,.resource-page .article-layout>.related-band,.resource-page .page-main>.related-band{width:calc(100% - 40px)}
 .resource-page .page-main{padding:28px 0 40px}
 .resource-page .page-main h1{font-size:clamp(39px,6.5vw,56px);margin-bottom:20px}
 .resource-page .intro,.resource-page .direct-answer{font-size:17px;line-height:1.6;margin-bottom:22px}
 .resource-page .breadcrumb{margin-bottom:24px;font-size:12px}
 .resource-page .page-kicker{font-size:11px;margin-bottom:14px}
 .resource-page .author-line{font-size:11px;margin:16px 0 24px}
 .resource-contact-grid{grid-template-columns:1fr;gap:14px;padding-top:0}
 .resource-page .resource-contact-grid h1{font-size:48px}
 .resource-page .resource-contact-copy .intro{font-size:18px;margin-bottom:0}
 .resource-contact-facts{margin:18px 0;font-size:10px}
 .resource-contact-card{padding:24px}
 .resource-page .resource-contact-card h2{font-size:28px}
 .resource-contact-card .resource-contact-email{margin-top:20px;padding-top:18px}
 .resource-page .resource-contact-prep{margin-top:16px}
 .resource-page .resource-detail>summary{padding:18px 0;gap:14px}
 .resource-page .resource-detail>summary h2{font-size:21px;line-height:1.35}
 .resource-page .resource-detail-body{padding-bottom:20px}
 .resource-page .resource-detail-body p{font-size:15px}
 .resource-page :is(.answer-grid,.evidence-grid,.comparison-grid,.context-stack){gap:12px;margin-top:18px}
 .resource-page :is(.answer-item,.evidence-item,.comparison-item,.context-item){padding:18px}
 .resource-page .related-band{padding:22px;margin-top:28px}
 .resource-page .related-inner{gap:22px;grid-template-columns:1fr}
 .resource-page .related-band h2{font-size:24px}
 .resource-page .page-cta{gap:14px;margin-top:24px}
 .resource-page .calculator-shell{grid-template-columns:1fr;padding:20px;gap:20px}
 .resource-page .input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}
 .resource-page .input-grid label{font-size:12px}
 .resource-page .calculator-results{padding:20px}
 .resource-page .calculator-results h2{font-size:25px}
 .resource-page .result-row{font-size:12px;gap:12px}
 .resource-page .paper{padding:22px}
 .resource-page .paper h1{font-size:38px}
 .resource-page .paper-head{gap:12px;align-items:center}
 .resource-page .paper-logo{font-size:20px}
 .resource-page .paper-meta{font-size:13px}
 .resource-page .source-list{grid-template-columns:1fr 1fr}
 .resource-page .workflow-flow{grid-template-columns:1fr 1fr}
 .resource-page .founder-profile{grid-template-columns:1fr 118px;grid-template-areas:'heading portrait' 'copy copy';gap:18px}
 .resource-page .founder-page-portrait img{height:160px}
 .resource-page .founder-profile h1{font-size:40px}
 .resource-page .founder-profile .direct-answer{font-size:17px}
 .resource-page .insights-grid{grid-template-columns:1fr;gap:0}
 .resource-page .insight-card{display:block;border:0;border-top:1px solid var(--cx-line);border-radius:0;background:transparent}
 .resource-page .insight-card-visual{display:none}
 .resource-page .insight-card-copy{padding:22px 0}
 .resource-page .insight-card h2{font-size:25px;margin:12px 0}
 .resource-page .insight-card p{font-size:14px;margin-bottom:14px}
 .resource-page .article-visual{margin-block:18px 26px}
 .resource-page .article-visual figcaption{font-size:10px;margin-top:10px}
 .resource-page .article-decision{padding:22px!important}
 .resource-page .article-decision h2{font-size:28px}
 .resource-page .article-formula{grid-template-columns:1fr;gap:8px;padding:15px}
 .resource-page .cx-footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
 .resource-page .cx-footer-grid>div:first-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.4fr;gap:12px 18px;align-items:start}
 .resource-page .cx-footer .cx-brand{margin:0}
 .resource-page .cx-footer-grid>div:first-child>p{font-size:13px;margin:0}
 .resource-page .cx-footer-grid>div:first-child>.cx-muted{grid-column:2;font-size:12px}
 .resource-page .cx-footer-grid>nav:last-child{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;gap:10px 20px}
 .resource-page .cx-footer-grid>nav:last-child>strong{width:100%;margin-bottom:0}
}
@media(max-width:480px){
 .resource-page .shell,.resource-page .article-layout>.related-band,.resource-page .page-main>.related-band{width:calc(100% - 36px)}
 .resource-page .resource-contact-grid h1{font-size:45px}
 .resource-page .paper{padding:18px}
 .resource-page .paper h1{font-size:34px}
 .resource-page .resource-detail>summary h2{font-size:20px}
 .resource-page .article-body .faq-item summary{font-size:16px}
}
@media(prefers-reduced-motion:reduce){.resource-page .insight-card:hover,.resource-page :is(.primary-link,.button-primary,.calculator-submit):hover{transform:none}}
@media print{.resource-page .resource-detail::details-content{display:block;content-visibility:visible}.resource-page .resource-detail>summary::after{display:none}.resource-page .cx-header,.resource-page .cx-footer{display:none}}
