:root {
  color-scheme: light;
  --ink: #20362f;
  --ink-soft: #40554d;
  --muted: #6d7d75;
  --paper: #f7f5ef;
  --white: #fffefa;
  --sage: #dce7d8;
  --sage-dark: #66806d;
  --peach: #f1dfd1;
  --line: #dfe3da;
  --gold: #ddb267;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #ad7543; outline-offset: 4px; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; padding-inline: max(24px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(32, 54, 47, .09); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 760; font-size: 1rem; letter-spacing: -.035em; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; border-radius: 10px 10px 10px 3px; background: var(--ink); display: flex; align-items: end; justify-content: center; gap: 3px; padding: 8px 7px; transform: rotate(-4deg); }
.brand-mark span { width: 3px; border-radius: 4px; background: #d8e2d3; }
.brand-mark span:nth-child(1) { height: 7px; }.brand-mark span:nth-child(2) { height: 12px; }.brand-mark span:nth-child(3) { height: 9px; }
.main-nav { display: flex; gap: 32px; align-items: center; }
.main-nav a, .site-footer nav a { color: var(--ink-soft); text-decoration: none; font-size: .9rem; }
.main-nav a:hover, .site-footer nav a:hover { color: var(--sage-dark); text-decoration: underline; text-underline-offset: 4px; }

.hero { min-height: 608px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding-block: 72px 84px; }
.hero-copy { max-width: 570px; padding-bottom: 8px; }
.eyebrow { margin: 0 0 18px; color: var(--sage-dark); font-size: .72rem; font-weight: 750; letter-spacing: .13em; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px #ddb26724; }
h1, h2, h3, p { margin-top: 0; }
h1, .section-heading h2, .how-intro h2, .closing-cta h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 570px; margin-bottom: 22px; font-size: clamp(3.3rem, 6.1vw, 5.15rem); line-height: .99; }
.hero-lede { max-width: 480px; margin-bottom: 28px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 4px 14px 14px 14px; padding: 14px 19px; font-size: .89rem; font-weight: 680; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fffefa; }
.button-primary:hover { background: #304c42; }
.quiet-note { color: var(--muted); font-size: .82rem; }
.promise-list { display: flex; flex-wrap: wrap; gap: 12px 23px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .78rem; }
.promise-list li { display: flex; align-items: center; gap: 7px; }
.checkmark { color: var(--sage-dark); font-weight: 800; }

.hero-art { position: relative; min-height: 425px; display: grid; place-items: center; }
.art-sun { position: absolute; width: 342px; height: 342px; top: 18px; right: 0; border-radius: 50%; background: var(--sage); }
.paper-card { z-index: 1; position: relative; width: min(365px, 87%); min-height: 320px; padding: 24px 25px 18px; background: var(--white); border: 1px solid #e8e8df; border-radius: 7px 21px 7px 7px; box-shadow: 0 22px 45px #263d301a, 0 3px 6px #263d300a; transform: rotate(3deg); }
.paper-topline, .paper-footer { display: flex; align-items: center; justify-content: space-between; color: #829087; font-size: .58rem; font-weight: 700; letter-spacing: .11em; }
.paper-star { color: var(--gold); font-size: 1.3rem; }
.paper-card h2 { margin: 22px 0 3px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; letter-spacing: -.045em; }
.paper-subtitle { color: var(--muted); font-size: .77rem; }
.paper-rule { border-top: 1px solid #e5e8e0; margin: 16px 0 11px; }
.paper-row { min-height: 41px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #eff0eb; color: #52645b; font-size: .73rem; }
.empty-box { width: 14px; height: 14px; border: 1px solid #a7b4a5; border-radius: 3px; }
.paper-footer { margin-top: 19px; font-size: .55rem; }
.art-caption { z-index: 2; position: absolute; bottom: 7px; left: 2px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; background: var(--paper); border: 1px solid #e8e8df; border-radius: 4px 12px 12px 12px; color: var(--ink-soft); font-family: var(--serif); font-size: .92rem; box-shadow: 0 5px 14px #263d3009; }
.caption-spark { color: #bd8c4a; }

.trust-band { border-top: 1px solid #e8e9e2; border-bottom: 1px solid #e8e9e2; background: #f2f2eb; }
.trust-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trust-inner > div { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .79rem; }
.trust-icon { color: var(--sage-dark); font-size: 1.1rem; }

.section { padding-block: 107px 94px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 9px; }
.section-heading h2, .how-intro h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 3.15rem); line-height: 1.05; }
.section-heading > p { max-width: 365px; margin-bottom: 3px; color: var(--muted); font-size: .94rem; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px; }
.resource-card { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 300px; overflow: hidden; background: var(--white); border: 1px solid #e6e8df; border-radius: 6px 19px 6px 6px; }
.resource-card-sage { --resource-bg: #e6ede2; }.resource-card-peach { --resource-bg: #f2e5db; }
.resource-art { position: relative; min-height: 300px; background: var(--resource-bg); overflow: hidden; }
.mini-label { position: absolute; top: 24px; left: 22px; color: #61766a; font-size: .53rem; font-weight: 760; letter-spacing: .1em; }
.mini-title { position: absolute; top: 61px; left: 22px; color: var(--ink); font-family: var(--serif); font-size: 2.2rem; line-height: .98; letter-spacing: -.05em; }
.mini-check { position: absolute; left: 24px; width: 12px; height: 12px; border: 1px solid #839a86; border-radius: 3px; }
.mini-line { position: absolute; left: 45px; height: 2px; background: #b4c2b0; border-radius: 2px; }
.mini-check-one, .mini-line-one { top: 165px; }.mini-check-two, .mini-line-two { top: 193px; }.mini-check-three, .mini-line-three { top: 221px; }
.mini-line-one { width: 93px; }.mini-line-two { width: 117px; }.mini-line-three { width: 75px; }
.reset-art::after { content: ''; position: absolute; width: 138px; height: 138px; right: -48px; bottom: -45px; border: 1px solid #c5d2c1; border-radius: 50%; box-shadow: 0 0 0 15px #ffffff2e, 0 0 0 31px #ffffff1e; }
.compare-card { position: absolute; top: 80px; display: flex; flex-direction: column; gap: 17px; width: 102px; height: 145px; padding: 14px 12px; background: #fffefa; border: 1px solid #e8d7c7; border-radius: 5px 14px 5px 5px; box-shadow: 0 9px 20px #64422b12; }
.compare-left { left: 17px; transform: rotate(-7deg); }.compare-right { right: 16px; transform: rotate(7deg); }
.compare-card b { color: var(--ink); font-family: var(--serif); font-size: 1.16rem; font-weight: 400; }
.compare-card i { display: block; height: 2px; width: 100%; background: #d9ddd5; }.compare-card i:nth-of-type(2) { width: 78%; }.compare-card i:nth-of-type(3) { width: 88%; }
.compare-arrow { z-index: 1; position: absolute; top: 132px; left: calc(50% - 15px); display: grid; place-items: center; width: 30px; height: 30px; background: #c28f60; border: 3px solid var(--resource-bg); border-radius: 50%; color: white; font-size: 1.1rem; }
.compare-foot { position: absolute; left: 0; right: 0; bottom: 29px; color: #8c7869; text-align: center; font-size: .5rem; font-weight: 750; letter-spacing: .1em; }
.resource-content { display: flex; flex-direction: column; align-items: start; padding: 26px 22px 24px; }
.card-kicker { margin-bottom: 12px; color: var(--sage-dark); font-size: .6rem; font-weight: 760; letter-spacing: .08em; }
.card-kicker span { padding-inline: 4px; color: #b99a70; }
.resource-content h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.03em; line-height: 1.1; }
.resource-content > p:not(.card-kicker) { margin-bottom: 19px; color: var(--muted); font-size: .81rem; line-height: 1.65; }
.text-link { margin-top: auto; color: var(--ink); font-size: .82rem; font-weight: 730; text-decoration-color: #c28f60; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { color: #59725f; }
.resource-note { display: flex; gap: 9px; align-items: start; max-width: 770px; margin: 23px 0 0; color: #788279; font-size: .75rem; }
.resource-note span { color: #bd8c4a; }
.audience-section { padding-bottom: 55px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.audience-card { min-height: 277px; display: flex; flex-direction: column; align-items: start; padding: 25px 24px; background: #e8eee4; border: 1px solid #dfe6dc; border-radius: 6px 18px 6px 6px; }
.audience-card:nth-child(2) { background: #f2e6dc; border-color: #ebded3; }
.audience-card:nth-child(3) { background: #e8e9e3; border-color: #dfe1d9; }
.audience-kicker { margin-bottom: 16px; color: var(--sage-dark); font-size: .62rem; font-weight: 760; letter-spacing: .1em; }
.audience-card h3 { max-width: 290px; margin-bottom: 11px; font-family: var(--serif); font-size: 1.72rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.audience-card > p:not(.audience-kicker) { margin-bottom: 23px; color: var(--ink-soft); font-size: .84rem; line-height: 1.68; }
.audience-card .text-link { margin-top: auto; }
.starter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.starter-card { display: flex; flex-direction: column; align-items: start; min-height: 330px; padding: 27px 28px; background: var(--white); border: 1px solid #e3e7de; border-radius: 6px 18px 6px 6px; }
.starter-kicker { margin-bottom: 15px; color: var(--sage-dark); font-size: .62rem; font-weight: 760; letter-spacing: .1em; }
.starter-card h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.starter-card > p:not(.starter-kicker) { margin-bottom: 17px; color: var(--muted); font-size: .85rem; line-height: 1.7; }
.starter-card ul { margin: 0 0 21px; padding-left: 19px; color: var(--ink-soft); font-size: .8rem; line-height: 1.7; }
.starter-card li + li { margin-top: 4px; }
.starter-card .text-link { margin-top: auto; }
.resource-back { margin-top: 25px; }

.how-section { background: #e9eee5; }
.how-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding-block: 92px; }
.how-intro .eyebrow { margin-bottom: 13px; }
.how-intro h2 { max-width: 430px; margin-bottom: 18px; }
.how-intro > p:last-child { max-width: 410px; margin-bottom: 0; color: var(--ink-soft); font-size: .91rem; line-height: 1.75; }
.how-steps { margin: 0; padding: 0; list-style: none; }
.how-steps li { display: grid; grid-template-columns: 47px 1fr; gap: 17px; padding: 19px 0; border-bottom: 1px solid #d3ddd1; }
.how-steps li:first-child { padding-top: 5px; }.how-steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.step-number { color: #819787; font-family: var(--serif); font-size: 1.2rem; }
.how-steps h3 { margin: 0 0 4px; font-size: .98rem; font-weight: 690; }
.how-steps p { margin: 0; color: #607268; font-size: .83rem; }

.closing-cta { position: relative; display: flex; flex-direction: column; align-items: center; padding-block: 95px 99px; text-align: center; }
.closing-mark { margin-bottom: 12px; color: #c29458; font-size: 1.5rem; }
.closing-cta .eyebrow { margin-bottom: 12px; }
.closing-cta h2 { margin-bottom: 12px; font-size: clamp(2.35rem, 4.5vw, 3.35rem); line-height: 1.08; }
.closing-cta > p:not(.eyebrow) { margin-bottom: 23px; color: var(--muted); font-size: .93rem; }
.button-dark { background: var(--ink); color: var(--white); }.button-dark:hover { background: #304c42; }

.site-footer { border-top: 1px solid #e4e6de; background: #f0efe8; }
.footer-inner { min-height: 100px; display: flex; align-items: center; gap: 25px; }
.footer-brand { font-size: .89rem; }.footer-brand .brand-mark { width: 26px; height: 26px; border-radius: 8px 8px 8px 3px; }
.footer-inner > p { margin: 0 auto 0 0; color: var(--muted); font-size: .74rem; }
.site-footer nav { display: flex; gap: 19px; }
.site-footer nav a { font-size: .76rem; }
.site-footer small { color: #849087; font-size: .68rem; }

.document-main { min-height: 62vh; padding-block: 66px 100px; }
.document-main .eyebrow { margin-bottom: 12px; }
.document-main h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.7rem, 5vw, 4.3rem); }
.document-lede { max-width: 700px; margin-bottom: 42px; color: var(--muted); font-size: 1.05rem; }
.prose { max-width: 760px; }
.prose h2 { margin: 34px 0 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; letter-spacing: -.02em; }
.prose h3 { margin: 25px 0 8px; font-size: 1rem; }
.prose p, .prose li { color: var(--ink-soft); font-size: .94rem; line-height: 1.78; }
.prose li + li { margin-top: 6px; }
.about-cta { margin-top: 38px; }
.prose a { color: #3f6954; }
.info-panel { margin: 30px 0; padding: 20px 23px; background: #e9eee5; border-left: 3px solid #809881; }
.info-panel p:last-child { margin-bottom: 0; }
.resource-document { padding-top: 45px; }
.resource-document .document-lede { max-width: 660px; margin-bottom: 30px; }
.worksheet { max-width: 760px; padding: 37px 42px; background: var(--white); border: 1px solid #e6e8df; box-shadow: 0 12px 30px #263d300b; }
.worksheet-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--sage-dark); font-size: .63rem; font-weight: 760; letter-spacing: .1em; }
.worksheet h2 { margin: 24px 0 5px; font-family: var(--serif); font-size: 2.35rem; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.worksheet-intro { margin-bottom: 24px; color: var(--muted); font-size: .88rem; }
.worksheet-group { margin-top: 24px; }
.worksheet-group h3 { margin-bottom: 5px; font-size: .9rem; }
.worksheet-group > p { margin-bottom: 10px; color: var(--muted); font-size: .77rem; }
.worksheet-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.worksheet-list li { min-height: 36px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #eceee8; color: var(--ink-soft); font-size: .82rem; }
.worksheet-box { flex: 0 0 auto; width: 14px; height: 14px; border: 1px solid #a6b4a4; border-radius: 3px; }
.write-line { height: 30px; border-bottom: 1px solid #dfe4dc; }
.worksheet-footer { margin-top: 29px; padding-top: 13px; border-top: 1px solid var(--line); color: #869087; font-size: .66rem; }
.worksheet-actions { display: flex; align-items: center; gap: 14px; margin: 22px 0; }
.print-button { border: 0; cursor: pointer; font-family: inherit; }
.print-help { color: var(--muted); font-size: .78rem; }
.worksheet-caveat { max-width: 760px; color: var(--muted); font-size: .78rem; }
.question-grid { width: 100%; border-collapse: collapse; margin-top: 18px; }
.question-grid th, .question-grid td { padding: 11px 10px; border: 1px solid #e1e6dd; text-align: left; vertical-align: top; font-size: .76rem; }
.question-grid th { background: #edf1e9; font-size: .68rem; letter-spacing: .04em; }
.question-grid td:first-child { width: 31%; color: var(--ink); font-weight: 650; }
.question-grid td:not(:first-child) { width: 34.5%; }
.question-grid .answer-space { height: 39px; }
.worksheet-callout { margin-top: 17px; padding: 12px 14px; background: #f4f4ee; color: var(--ink-soft); font-size: .73rem; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found-inner { padding: 40px 24px; }
.not-found h1 { margin-inline: auto; font-size: clamp(2.7rem, 6vw, 4.2rem); }
.not-found p { color: var(--muted); }

@media (max-width: 900px) {
  .hero { gap: 20px; min-height: 560px; }
  h1 { font-size: clamp(3.1rem, 7vw, 4.5rem); }
  .hero-art { min-height: 380px; }.art-sun { width: 290px; height: 290px; }
  .resource-card { grid-template-columns: 1fr; }.resource-art { min-height: 210px; }
  .mini-label { top: 17px; }.mini-title { top: 49px; font-size: 1.9rem; }
  .mini-check-one, .mini-line-one { top: 145px; }.mini-check-two, .mini-line-two { top: 168px; }.mini-check-three, .mini-line-three { top: 191px; }
  .compare-card { top: 40px; height: 130px; }.compare-arrow { top: 90px; }.compare-foot { bottom: 15px; }
  .resource-content { min-height: 228px; }
  .how-grid { gap: 55px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .footer-inner { flex-wrap: wrap; padding-block: 20px; gap: 12px 22px; }.footer-inner > p { margin-right: auto; }
}
@media (max-width: 650px) {
  .wrap { width: min(100% - 36px, 520px); }
  .site-header { height: 70px; padding-inline: 18px; }.main-nav { gap: 17px; }.main-nav a { font-size: .8rem; }
  .brand { gap: 8px; font-size: .93rem; }.brand-mark { width: 27px; height: 27px; }
  .hero { grid-template-columns: 1fr; gap: 16px; padding-block: 61px 48px; }
  .hero-copy { padding: 0; }.hero .eyebrow { margin-bottom: 14px; }
  h1 { max-width: 480px; margin-bottom: 17px; font-size: clamp(3.1rem, 13.6vw, 4.2rem); }
  .hero-lede { margin-bottom: 22px; font-size: .99rem; }.hero-actions { gap: 12px; }.button { padding: 13px 16px; font-size: .83rem; }
  .promise-list { gap: 9px 15px; margin-top: 22px; font-size: .72rem; }
  .hero-art { min-height: 360px; margin-top: 3px; }.art-sun { width: 285px; height: 285px; right: 2%; top: 9px; }
  .paper-card { width: min(340px, 84%); min-height: 295px; padding: 21px 21px 16px; }.paper-card h2 { margin-top: 17px; font-size: 2rem; }.paper-row { min-height: 37px; }.art-caption { bottom: 0; left: 0; font-size: .8rem; }
  .trust-inner { display: grid; grid-template-columns: 1fr; gap: 9px; padding-block: 17px; }.trust-inner > div { font-size: .75rem; }
  .section { padding-block: 73px 65px; }.section-heading { display: block; margin-bottom: 24px; }.section-heading h2, .how-intro h2 { font-size: 2.5rem; }.section-heading > p { margin-top: 13px; font-size: .87rem; }
  .audience-section { padding-bottom: 25px; }.audience-card { padding: 22px; }.audience-card h3 { font-size: 1.6rem; }
  .starter-grid { grid-template-columns: 1fr; }.starter-card { min-height: 0; padding: 24px 21px; }
  .resource-grid { grid-template-columns: 1fr; gap: 17px; }.resource-card { grid-template-columns: .85fr 1.15fr; min-height: 255px; }.resource-art { min-height: 255px; }
  .resource-content { min-height: auto; padding: 22px 16px 19px; }.resource-content h3 { font-size: 1.38rem; }.resource-content > p:not(.card-kicker) { font-size: .77rem; }
  .mini-label { top: 21px; left: 16px; font-size: .48rem; }.mini-title { top: 62px; left: 16px; font-size: 1.82rem; }.mini-check { left: 17px; }.mini-line { left: 37px; }.mini-check-one, .mini-line-one { top: 159px; }.mini-check-two, .mini-line-two { top: 183px; }.mini-check-three, .mini-line-three { top: 207px; }
  .compare-card { width: 82px; height: 127px; padding: 12px 10px; }.compare-left { left: 12px; }.compare-right { right: 12px; }.compare-card b { font-size: 1rem; }.compare-arrow { top: 89px; }.compare-foot { font-size: .43rem; }
  .card-kicker { font-size: .51rem; }.text-link { font-size: .76rem; }.resource-note { font-size: .71rem; }
  .how-grid { grid-template-columns: 1fr; gap: 35px; padding-block: 69px; }.how-intro h2 { max-width: 400px; }.how-intro > p:last-child { font-size: .86rem; }
  .closing-cta { padding-block: 74px 78px; }.closing-cta h2 { font-size: 2.55rem; }.closing-cta > p:not(.eyebrow) { font-size: .84rem; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 13px; padding-block: 21px; }.footer-inner > p { grid-column: 1 / -1; grid-row: 2; }.site-footer nav { grid-column: 1 / -1; grid-row: 3; gap: 17px; }.site-footer small { grid-column: 2; grid-row: 1; text-align: right; }
  .document-main { padding-block: 50px 74px; }.document-main h1 { font-size: clamp(2.6rem, 11vw, 3.7rem); }.document-lede { font-size: .94rem; margin-bottom: 32px; }
  .worksheet { padding: 25px 20px; }.worksheet h2 { font-size: 2rem; }.worksheet-top { font-size: .52rem; }.question-grid th, .question-grid td { padding: 8px 6px; font-size: .66rem; }.question-grid td:first-child { width: 33%; }
  .worksheet-actions { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .resource-card { grid-template-columns: 1fr; }.resource-art { min-height: 220px; }.resource-content { min-height: 215px; }.mini-label { top: 18px; }.mini-title { top: 52px; }.mini-check-one, .mini-line-one { top: 149px; }.mini-check-two, .mini-line-two { top: 172px; }.mini-check-three, .mini-line-three { top: 195px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
@media print {
  @page { margin: 14mm; }
  body { background: #fff; color: #111; font-family: Arial, sans-serif; font-size: 10pt; }
  .site-header, .site-footer, .skip-link, .worksheet-actions, .document-main > .eyebrow, .document-main > h1, .document-main > .document-lede, .worksheet-caveat { display: none !important; }
  .wrap, .document-main, .worksheet { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; box-shadow: none; }
  .resource-document { padding: 0; }.worksheet { break-inside: avoid; }
  .resource-back { display: none !important; }
  .worksheet h2 { font-size: 24pt; }.worksheet-list li { min-height: 8mm; font-size: 9pt; }.worksheet-group { margin-top: 6mm; }
  .question-grid th, .question-grid td { font-size: 8pt; padding: 2.5mm; }.question-grid .answer-space { height: 10mm; }
  .worksheet-footer { margin-top: 7mm; }
}
