/* Long-form operational guides. */
.guide-page .resource-hero{padding:75px 0 68px}
.guide-page .resource-hero h1{max-width:17ch;font-size:4.5rem;font-size:clamp(3rem,5.6vw,6rem)}
.guide-jump{background:#172323;color:#f5efe6;border-top:1px solid rgba(255,255,255,.15)}
.guide-jump .container{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding-block:16px}
.guide-jump span{margin-right:12px;color:#cad5cf;font-size:.85rem}
.guide-jump a{color:#f5efe6;border:1px solid rgba(245,239,230,.4);border-radius:999px;padding:7px 13px;font-size:.84rem}
.guide-jump a:hover{background:#f5efe6;color:#172323}
.guide-section{padding:clamp(58px,7vw,100px) 0;background:#fffaf2}
.guide-section.alt{background:#eee7da}
.guide-section.dark{background:#172323;color:#f5efe6}
.guide-section h2{font-size:3.2rem;font-size:clamp(2.2rem,3.8vw,4.2rem);max-width:19ch;margin:12px 0 24px}
.guide-section h3{font-size:1.8rem;font-size:clamp(1.5rem,2.15vw,2.25rem);margin:30px 0 12px}
.guide-section p,.guide-section li{line-height:1.72;color:#2d3e40;font-size:1.03rem}
.guide-section.dark p,.guide-section.dark li{color:#d9e2dd}
.guide-section p+p{margin-top:16px}
.guide-section .eyebrow{color:#865421}.guide-section.dark .eyebrow{color:#e2b77d}
.guide-section ul,.guide-section ol{padding-left:27px;margin:18px 0 24px;max-width:84ch}
.guide-section ul{list-style:disc}.guide-section ol{list-style:decimal}
.guide-section li+li{margin-top:11px}
.guide-copy{max-width:920px}
.guide-copy h2{font-size:2.8rem;font-size:clamp(2rem,3vw,3.4rem)}
.guide-lead{font-size:1.17rem!important;max-width:76ch}
.guide-intro-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(28px,5vw,75px);align-items:start}
.guide-summary{border:1px solid #bcb3a4;border-left:4px solid #a46b37;border-radius:11px;background:#fffdf8;padding:27px}
.guide-summary h3{margin:0 0 13px;font-size:1.5rem}
.guide-summary p{font-size:.94rem}
.guide-summary ul{margin:14px 0 0;padding-left:20px}
.guide-summary li{font-size:.94rem}
.guide-table-wrap{overflow-x:auto;margin:28px 0;border:1px solid #b9c0b8;border-radius:12px;background:#fffdf9}
.guide-table{border-collapse:collapse;width:100%;min-width:570px}
.guide-table th,.guide-table td{text-align:left;vertical-align:top;padding:17px 20px;border-bottom:1px solid #d6d7cf;line-height:1.55}
.guide-table thead th{background:#182525;color:#fff6ea;font-size:.9rem}
.guide-table tbody tr:nth-child(even){background:#f8f2e8}
.guide-table tbody tr:last-child td{border-bottom:0}
.guide-table td:first-child{font-weight:700;color:#1a2b2c}
.guide-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;margin-top:25px}
.guide-stage{border:1px solid #c2c1b5;background:#fffdf8;border-radius:12px;padding:27px}
.guide-stage b{color:#84531f;font-size:.84rem;letter-spacing:.12em}
.guide-stage h3{font-size:1.7rem;margin:10px 0 13px}
.guide-stage p{font-size:.96rem}
.guide-example{border-left:4px solid #b17439;background:#fff9ed;padding:26px 30px;margin:25px 0 0}
.guide-example strong{display:block;font-family:var(--serif);font-size:1.65rem;font-weight:500;margin-bottom:10px}
.guide-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:25px 0;padding:0!important;list-style:none!important}
.guide-check-grid li{padding:14px 18px;border:1px solid #c1c2b7;border-radius:8px;background:#fffdf9;display:flex;gap:13px;font-size:.96rem}
.guide-check-grid li:before{content:'✓';color:#6d512a;font-weight:800}
.guide-faq{max-width:940px;margin:30px 0 0}
.guide-faq details{border-top:1px solid #a9b0a8;padding:19px 0}
.guide-faq details:last-child{border-bottom:1px solid #a9b0a8}
.guide-faq summary{font-weight:750;cursor:pointer;color:#1a2e2f;font-size:1.07rem;display:flex;justify-content:space-between;gap:25px;list-style:none}
.guide-faq summary::-webkit-details-marker{display:none}
.guide-faq summary:after{content:'+';font-size:1.4rem;color:#85521c}
.guide-faq details[open] summary:after{content:'−'}
.guide-faq details p{margin-top:12px;max-width:85ch}
.guide-next{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.guide-next a{display:flex;flex-direction:column;gap:12px;min-height:190px;border:1px solid rgba(255,255,255,.37);border-radius:11px;color:#f5efe6;padding:25px}
.guide-next a:hover{border-color:#e6b47b;background:rgba(255,255,255,.05)}
.guide-next strong{font-family:var(--serif);font-weight:500;font-size:1.5rem}
.guide-next span{font-size:.9rem;color:#d5dfd9}.guide-next em{font-style:normal;color:#e5b579;margin-top:auto}
@media(max-width:850px){.guide-intro-grid{grid-template-columns:1fr}.guide-next{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.guide-page .resource-hero h1{font-size:3rem;font-size:clamp(2.8rem,12vw,4.2rem)}.guide-jump span{flex-basis:100%}.guide-stage-grid,.guide-check-grid,.guide-next{grid-template-columns:1fr}.guide-stage{padding:23px}}
