.guide-page { background: var(--white); }
.guide-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(44px, 6vw, 74px); border-bottom: 1px solid var(--line); background-color: var(--white); background-image: radial-gradient(#d8e6ee 1px, transparent 1px); background-size: 22px 22px; }
.guide-hero__inner { max-width: 1040px; }
.guide-hero h1 { max-width: 900px; }
.guide-hero__dek { max-width: 760px; margin-bottom: 26px; color: var(--brown); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.breadcrumbs { margin-bottom: 34px; font-size: .78rem; font-weight: 650; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { margin-right: 9px; color: #777; content: "/"; }
.breadcrumbs a { color: var(--orange); }
.guide-byline { display: flex; flex-wrap: wrap; gap: 8px 24px; color: #58453e; font-size: .78rem; }
.guide-byline span:not(:last-child)::after { margin-left: 24px; color: #aaa; content: "|"; }
.guide-section--first { padding-top: clamp(48px, 6vw, 76px); }
.guide-layout { max-width: 1040px; }
.guide-content { max-width: 820px; }
.guide-content > p, .guide-block > p { max-width: 72ch; color: var(--brown); }
.guide-content sup { margin-left: 3px; }
.guide-content sup a { color: var(--orange); font-weight: 700; text-decoration: none; }
.bluf-box { padding: clamp(28px, 4.5vw, 48px); border: 1px solid #b7b7b3; border-top: 6px solid var(--orange); background: #f5f5f3; box-shadow: 0 3px 10px rgba(30,22,18,.04); }
.bluf-box h2 { font-size: clamp(1.8rem, 3vw, 2.45rem); }
.bluf-box > p:not(.kicker) { color: #493730; font-size: 1.04rem; }
.bluf-box .button { margin-top: 9px; }
.guide-toc { margin-top: 30px; padding: 24px 28px; border: 1px solid var(--line); background: var(--white); }
.guide-toc > p { margin-bottom: 12px; font-family: var(--font-head); font-weight: 700; }
.guide-toc ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; margin: 0; padding-left: 20px; }
.guide-toc a { color: var(--orange-hover); font-size: .9rem; }
.guide-block { padding: clamp(64px, 8vw, 96px) 0; border-bottom: 1px solid var(--concrete); }
.guide-block > :last-child { margin-bottom: 0; }
.editorial-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 34px; border-top: 1px solid #aaa; border-left: 1px solid #aaa; }
.editorial-card-grid article { padding: 28px; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.editorial-card-grid h3 { font-size: 1.08rem; }
.editorial-card-grid p { margin-bottom: 0; color: var(--brown); font-size: .92rem; }
.guide-table { max-width: 100%; margin: 30px 0 18px; overflow-x: auto; border: 1px solid #b8b8b5; }
.guide-table table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--paper); }
.guide-table th, .guide-table td { padding: 18px 20px; border-right: 1px solid #d1d1ce; border-bottom: 1px solid #d1d1ce; text-align: left; vertical-align: top; }
.guide-table thead th { background: var(--graphite); color: #fff; font-family: var(--font-head); font-size: .83rem; }
.guide-table tbody th { width: 19%; font-family: var(--font-head); font-size: .88rem; }
.guide-table tbody td { color: var(--brown); font-size: .88rem; }
.evidence-note { padding: 17px 20px; border-left: 4px solid var(--orange); background: #f2f2f0; color: #4d3b34 !important; font-size: .87rem; }
.callout { margin: 28px 0; padding: 28px 30px; border: 1px solid var(--line); background: #fff4f0; }
.callout h3 { margin-bottom: 10px; font-size: 1.15rem; }
.callout p { margin-bottom: 0; color: var(--brown); }
.editorial-checklist { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.editorial-checklist li { position: relative; padding: 14px 18px 14px 48px; border: 1px solid #ccc; background: var(--paper); }
.editorial-checklist li::before { position: absolute; left: 18px; color: var(--orange); content: "✓"; font-weight: 800; }
.question-list { margin: 32px 0 0; padding: 0; border-top: 1px solid #aaa; list-style: none; counter-reset: quote-question; }
.question-list li { position: relative; padding: 22px 20px 22px 58px; border-bottom: 1px solid #aaa; counter-increment: quote-question; }
.question-list li::before { position: absolute; top: 20px; left: 6px; color: var(--orange); content: counter(quote-question, decimal-leading-zero); font: 700 .78rem/1.5 var(--font-head); letter-spacing: .08em; }
.question-list strong, .question-list span { display: block; }
.question-list span { margin-top: 6px; color: var(--brown); font-size: .9rem; }
.project-planner { overflow: hidden; border: 1px solid #9f9f9b; background: var(--paper); }
.project-planner__intro { padding: 34px 36px 22px; }
.project-planner__intro h2 { margin-bottom: 14px; }
.project-planner__intro > p:last-child { color: var(--brown); }
.planner-form { padding: 0 36px 32px; }
.planner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.planner-grid label { color: #4b3730; font-size: .8rem; font-weight: 700; letter-spacing: .03em; }
.planner-grid select { display: block; width: 100%; min-height: 52px; margin-top: 7px; padding: 11px 38px 11px 13px; border: 1px solid var(--graphite); border-radius: 2px; background: #fff; color: var(--charcoal); font-weight: 400; }
.planner-grid select:focus { border-color: var(--orange); outline: 2px solid var(--orange-light); }
.planner-result { padding: 30px 36px 36px; border-top: 1px solid #aeb8bd; background: #edf3f6; }
.planner-result__level { margin-bottom: 9px; font-family: var(--font-head); font-size: 1.08rem; }
.planner-result > p:not(.planner-result__level), .planner-result li { color: #3f4e54; }
.planner-result ul { margin: 18px 0 25px; padding-left: 21px; }
.process-list--guide { margin: 34px 0; }
.process-list--guide li { padding-inline: 15px; }
.methodology { padding-bottom: 0; border-bottom: 0; }
.methodology h3 { margin-top: 32px; }
.source-list { display: grid; gap: 15px; margin: 0; padding-left: 24px; }
.source-list li { padding-left: 7px; color: var(--brown); font-size: .88rem; }
.source-list a { color: var(--orange-hover); font-weight: 650; }

@media (max-width: 860px) {
	.guide-byline span:not(:last-child)::after { content: none; }
	.guide-byline span { flex-basis: 45%; }
	.process-list--guide { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	.guide-toc ul, .editorial-card-grid, .planner-grid { grid-template-columns: 1fr; }
	.guide-table { overflow: visible; border: 0; }
	.guide-table table, .guide-table thead, .guide-table tbody, .guide-table tr, .guide-table th, .guide-table td { display: block; min-width: 0; }
	.guide-table thead { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
	.guide-table tr { margin-bottom: 16px; border: 1px solid #b8b8b5; }
	.guide-table tbody th { width: auto; background: var(--graphite); color: #fff; }
	.guide-table th, .guide-table td { border-right: 0; }
	.guide-table td::before { display: block; margin-bottom: 5px; color: #45332d; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
	.guide-table td:nth-child(2)::before { content: "Planning detail"; }
	.guide-table td:nth-child(3)::before { content: "Published evidence"; }
	.guide-table td:nth-child(4)::before { content: "Confirm"; }
}

@media (max-width: 600px) {
	.guide-hero { padding-top: 34px; }
	.breadcrumbs { margin-bottom: 25px; }
	.guide-byline { display: grid; gap: 5px; }
	.guide-byline span { flex-basis: auto; }
	.bluf-box, .project-planner__intro, .planner-form, .planner-result { padding-inline: 22px; }
	.guide-toc { padding-inline: 22px; }
	.editorial-card-grid article { padding: 22px; }
}

@media print {
	.site-header, .site-footer, .final-cta, .button, .guide-toc, .project-planner { display: none !important; }
	.guide-hero, .section { padding-block: 24px; }
	.guide-block { break-inside: avoid; padding-block: 30px; }
	a { color: #000; text-decoration: none; }
}
