.guide-page main a { text-decoration: none; }
.guide-page { background: #f5f4ee; }
.guide-page .site-header { position: static; background: var(--paper); box-shadow: none; border-bottom: 1px solid var(--line); }
.guide-header-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.guide-header-cta { border: 1px solid var(--line); border-radius: 6px; padding: 10px 14px; }
.guide-header-cta span { margin-left: 16px; }
.guide-wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.guide-hero { padding: 36px 0 72px; background: var(--paper); border-bottom: 1px solid var(--line); }
.guide-back { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: 13px; }
.guide-hero-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 90px; align-items: center; }
.guide-hero .eyebrow { color: var(--green); font-size: 11px; letter-spacing: .11em; }
.guide-hero h1 { margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.04; letter-spacing: -.045em; font-weight: 600; }
.guide-hero h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.guide-deck { max-width: 530px; margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.guide-start { gap: 30px; background: var(--forest); color: #fff; font-size: 13px; font-weight: 600; }
.guide-start:hover { background: var(--green); }
.guide-scorecard { position: relative; padding: 32px; margin-top: 46px; background: var(--forest); color: var(--paper); border-radius: 12px; transform: rotate(3deg); box-shadow: 0 20px 40px #123f351a; }
.guide-scorecard::before { content: ''; position: absolute; inset: 10px; border: 1px solid #ffffff25; border-radius: 6px; pointer-events: none; }
.scorecard-top { display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .16em; }
.scorecard-label { font: 32px/1.15 Georgia, serif; margin: 35px 0; }
.scorecard-stats { display: grid; grid-template-columns: 1fr 1fr; padding: 24px 0; border-block: 1px solid #ffffff30; }
.scorecard-stats div + div { border-left: 1px solid #ffffff30; padding-left: 25px; }
.scorecard-stats strong { display: block; color: #d7b979; font-size: 50px; font-weight: 500; line-height: 1; }
.scorecard-stats span { display: block; font-size: 12px; margin-top: 10px; color: #ffffffb8; }
.scorecard-note { font-size: 12px; line-height: 1.6; color: #ffffffb8; margin-top: 25px; }
.guide-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 70px; padding-block: 65px; align-items: start; }
.guide-sidebar { position: sticky; top: 28px; }
.guide-small-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin: 0 0 12px; }
.guide-sidebar nav { display: grid; gap: 3px; }
.guide-sidebar nav a { display: flex; align-items: center; gap: 12px; font-size: 12px; padding: 11px 0; color: var(--muted); }
.guide-sidebar nav a:hover { color: var(--forest); }
.guide-sidebar nav span { font-size: 10px; color: var(--green); }
.guide-progress { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 24px; }
.progress-caption { display: flex; justify-content: space-between; font-size: 12px; }
.guide-progress progress { display: block; width: 100%; height: 5px; margin: 13px 0; border: 0; border-radius: 4px; background: #dde5dd; accent-color: var(--green); }
.guide-progress progress::-webkit-progress-bar { background: #dde5dd; border-radius: 4px; }
.guide-progress progress::-webkit-progress-value { background: var(--green); border-radius: 4px; }
.guide-progress p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.guide-reset, .guide-print { font: inherit; font-size: 12px; cursor: pointer; color: var(--forest); }
.guide-reset { padding: 8px 0; border: 0; background: none; text-decoration: underline; text-underline-offset: 3px; }
.guide-print { margin-top: 24px; width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: transparent; text-align: left; }
.guide-print span { float: right; }
.guide-intro { padding: 0 0 28px; }
.guide-intro > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.checklist-stage { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 30px; margin-bottom: 20px; scroll-margin-top: 24px; }
.stage-heading { display: flex; gap: 18px; align-items: flex-start; }
.stage-number { display: grid; place-items: center; background: var(--mint); color: var(--forest); width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; font-size: 13px; }
.stage-heading .guide-small-label { margin: 0 0 7px; font-size: 9px; }
.stage-heading h2 { font-size: 23px; letter-spacing: -.025em; line-height: 1.25; margin: 0; font-weight: 600; }
.stage-intro { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 20px 0 0; }
.checklist-items { list-style: none; padding: 0; margin: 22px 0 0; }
.checklist-items li { border-top: 1px solid var(--line); }
.checklist-items label { display: flex; align-items: flex-start; gap: 14px; padding: 17px 0; cursor: pointer; font-size: 14px; line-height: 1.65; color: #465b52; }
.checklist-items li:last-child label { padding-bottom: 0; }
.checklist-items input { margin: 3px 0 0; width: 19px; height: 19px; flex-shrink: 0; accent-color: var(--green); cursor: pointer; }
.checklist-items input:checked + span { text-decoration: line-through; text-decoration-color: #96ad9f; color: #62776b; }
.checklist-items label:hover { color: var(--forest); }
.guide-tip { display: flex; align-items: flex-start; gap: 20px; background: #e9eee4; padding: 28px; border-radius: 10px; margin-top: 32px; }
.tip-symbol { font-size: 26px; color: var(--green); }
.guide-tip h2 { font-size: 21px; line-height: 1.25; margin: 0 0 12px; font-weight: 600; }
.guide-tip p:last-child { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
.guide-cta { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: center; background: var(--forest); color: var(--paper); padding: 48px; border-radius: 12px; margin-bottom: 64px; }
.guide-cta .eyebrow { font-size: 10px; letter-spacing: .09em; }
.guide-cta h2 { margin: 0; font: 42px/1.1 Georgia, serif; }
.guide-cta p:not(.eyebrow) { max-width: 500px; font-size: 13px; line-height: 1.8; color: #ffffffb8; margin-bottom: 0; }
.guide-cta-action { display: grid; justify-items: start; gap: 14px; }
.guide-cta .guide-start { background: #d7b979; color: var(--ink); }
.guide-cta-action > span { max-width: 240px; font-size: 11px; color: #ffffffb8; }
.guide-page .site-footer { background: var(--paper); }
@media (max-width: 1000px) {
  .guide-hero-grid { gap: 40px; }
  .guide-layout { gap: 30px; grid-template-columns: 190px minmax(0, 1fr); }
  .guide-scorecard { padding: 28px; }
  .scorecard-label { font-size: 26px; }
}
@media (max-width: 720px) {
  .guide-wrap { width: calc(100% - 40px); }
  .guide-header-links > a:first-child { display: none; }
  .guide-header-cta { font-size: 11px; padding: 10px; }
  .guide-header-cta span { margin-left: 4px; }
  .guide-page .site-header { align-items: center; gap: 12px; padding: 14px 20px; }
  .guide-hero { padding: 24px 0 40px; }
  .guide-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .guide-back { margin-bottom: 30px; }
  .guide-hero h1 { font-size: clamp(43px, 9vw, 62px); }
  .guide-deck { font-size: 15px; }
  .guide-scorecard { transform: none; margin: 0; padding: 24px; }
  .scorecard-top { margin-bottom: 20px; }
  .scorecard-label { font-size: 26px; margin: 0 0 20px; }
  .scorecard-stats { padding: 18px 0; }
  .scorecard-stats strong { font-size: 38px; }
  .scorecard-note { margin-bottom: 0; }
  .guide-layout { grid-template-columns: 1fr; padding-block: 36px; gap: 30px; }
  .guide-sidebar { position: static; }
  .guide-sidebar nav { grid-template-columns: 1fr 1fr; gap: 0 12px; }
  .guide-progress { margin-top: 16px; padding-top: 16px; }
  .guide-print { width: auto; margin-top: 8px; padding: 10px 16px; }
  .guide-print span { margin-left: 30px; }
  .checklist-stage { padding: 22px 20px; }
  .stage-heading { gap: 12px; }
  .stage-heading h2 { font-size: 21px; }
  .stage-number { width: 34px; height: 34px; font-size: 11px; }
  .checklist-items label { font-size: 14px; }
  .guide-tip { padding: 22px; gap: 12px; }
  .guide-cta { grid-template-columns: 1fr; padding: 30px 24px; gap: 26px; margin-bottom: 40px; }
  .guide-cta h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* A dedicated paper layout keeps the full task list on one portrait sheet. */
.print-heading { display: none; }
@page { margin: 12mm; }
@media print {
  html, .guide-page { background: white; color: #182820; }
  .guide-page { font-family: Arial, sans-serif; }
  .guide-page .site-header, .guide-hero, .guide-sidebar, .guide-intro,
  .stage-intro, .stage-heading .guide-small-label, .guide-cta,
  .guide-page .site-footer, .guide-tip .tip-symbol { display: none; }
  .print-heading { display: block; padding-bottom: 4mm; border-bottom: 1pt solid #294c3b; margin-bottom: 5mm; }
  .print-heading span { font-size: 7pt; letter-spacing: 1pt; }
  .print-heading .print-title { font-size: 21pt; line-height: 1.1; font-weight: 700; margin: 2mm 0 4mm; }
  .print-heading p { font-size: 9pt; margin: 0; }
  .guide-wrap { width: 100%; margin: 0; }
  .guide-layout { display: block; padding: 0; }
  .guide-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5mm 6mm; }
  .checklist-stage { break-inside: avoid; border: 0; border-radius: 0; padding: 0; margin: 0; }
  .stage-heading { gap: 2mm; align-items: baseline; margin-bottom: 2mm; padding-bottom: 2mm; border-bottom: .5pt solid #acb7b0; }
  .stage-number { display: inline; width: auto; height: auto; font-size: 9pt; font-weight: 700; background: none; color: #294c3b; }
  .stage-heading h2 { font-size: 11pt; line-height: 1.2; letter-spacing: 0; font-weight: 700; }
  .checklist-items { margin: 0; }
  .checklist-items li { border: 0; break-inside: avoid; }
  .checklist-items label { gap: 2mm; padding: 1.5mm 0; font-size: 10pt; line-height: 1.35; color: #182820; }
  .checklist-items input { appearance: none; width: 3mm; height: 3mm; margin-top: .5mm; border: .7pt solid #4c5a51; border-radius: 0; background: white; }
  .checklist-items input:checked::after { content: "✓"; display: block; font-size: 9pt; line-height: 2.6mm; text-align: center; color: #182820; }
  .checklist-items input:checked + span { color: #182820; text-decoration-color: #758078; }
  .guide-tip { grid-column: 1 / -1; break-inside: avoid; background: none; border-top: .5pt solid #acb7b0; border-radius: 0; padding: 3mm 0 0; margin: 0; }
  .guide-tip .guide-small-label { display: none; }
  .guide-tip h2 { display: inline; font-size: 8pt; font-weight: 700; margin: 0 1mm 0 0; }
  .guide-tip { font-size: 8pt; line-height: 1.4; }
  .guide-tip p:last-child { display: inline; font-size: 8pt; line-height: 1.3; color: #182820; }
}
