@import url('/assets/fonts/hibou/fonts.css');

:root {
  --ink: #384235;
  --muted: #676d60;
  --cream: #f9f7ef;
  --sage: #e5e9dc;
  --green: #415b46;
  --line: #d8dccf;
  --clay: #946247;
  --paper-yellow: #f2eccf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'Noto Sans TC', sans-serif; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 6px; text-decoration-thickness: 1px; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3 { font-family: 'Noto Serif TC', serif; font-weight: 600; line-height: 1.5; }
h1 { margin: 0 0 24px; font-size: clamp(42px, 4.8vw, 62px); letter-spacing: .04em; }
h2 { margin: 0 0 23px; font-size: clamp(28px, 3.1vw, 38px); letter-spacing: .025em; text-wrap: balance; }
h3 { margin: 0 0 12px; font-size: 22px; }
p { margin: 0 0 18px; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--clay); outline-offset: 5px; }
::selection { color: var(--ink); background: #dce3c7; }
.skip { position: absolute; left: 20px; top: -100px; z-index: 10; min-height: 44px; padding: 10px 16px; background: var(--cream); }
.skip:focus { top: 10px; }
.keep-word { white-space: nowrap; }

header { border-bottom: 1px solid var(--line); }
.bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; max-width: 1224px; min-height: 94px; margin: auto; padding: 12px 32px; }
.brand { display: flex; align-items: center; gap: 19px; min-height: 48px; text-decoration: none; }
.brand img { width: 68px; height: auto; }
.brand span { color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.bar nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.bar nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.bar nav a:hover { color: var(--clay); }
.wrap { max-width: 1160px; margin: auto; padding: 0 32px; }
.crumb { padding: 25px 0; color: var(--muted); font-size: 12px; }
.crumb a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.eyebrow { margin: 0 0 20px; color: var(--clay); font-size: 12px; font-weight: 500; line-height: 1.7; letter-spacing: .16em; }
.eyebrow > span:not(.chapter-number) { margin-left: 16px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.lead { max-width: 30em; color: var(--muted); font-size: 17px; line-height: 2; }
.action { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 48px; text-decoration: none; }
.solid-action { margin-top: 14px; padding: 11px 23px; border: 1px solid var(--green); border-radius: 3px; background: var(--green); color: #fffdf5; font-size: 15px; }
.solid-action:hover { background: #324a38; border-color: #324a38; }
.text-action { margin-top: 7px; padding: 5px 0; border-bottom: 1px solid #7c8c70; color: var(--green); font-size: 15px; }
.text-action:hover { color: var(--clay); border-color: var(--clay); }

/* Photographs keep their original proportions throughout the story. */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); align-items: center; gap: 74px; padding: 10px 0 58px; }
.hero-copy { min-width: 0; padding: 8px 0; }
.hero h1 > span { display: block; }
.hero-copy > .lead { max-width: 26em; margin-bottom: 16px; }
.hero-photo { position: relative; align-self: start; }
.hero-photo > img, .story-photo > img, .hub-feature figure > img { width: 100%; height: auto; }
.hero-photo > img { border-radius: 3px; }
.photo-label { position: absolute; top: 20px; right: 20px; padding: 7px 9px; background: rgba(249, 247, 239, .92); color: #46533c; writing-mode: vertical-rl; font-size: 12px; letter-spacing: .15em; }
.hero-photo figcaption, .story-photo figcaption { margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.owl-art { display: block; flex: 0 0 auto; pointer-events: none; user-select: none; }
.owl-art img { width: 100%; height: auto; }
.hero-guide { position: relative; display: flex; align-items: center; gap: 10px; width: 100%; max-width: 380px; margin-top: 42px; padding-bottom: 10px; }
.running-owl { position: relative; z-index: 1; width: 156px; transform-origin: 50% 85%; animation: owl-step 2.8s ease-in-out 2; }
.hero-guide p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.hero-guide strong { color: var(--green); font-weight: 500; }
.trail { position: absolute; right: 4px; bottom: 18px; width: 74%; height: 27px; border-bottom: 2px dotted #b6bda6; border-radius: 0 0 50% 50%; transform: rotate(-3deg); }
@keyframes owl-step { 0%, 100% { transform: translateY(0) rotate(0); } 45% { transform: translateY(-4px) rotate(-1deg); } }

.topic-nav { position: sticky; top: 0; z-index: 4; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 11px 0; background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-nav a { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 8px; font-size: 14px; text-decoration: none; white-space: nowrap; }
.topic-nav a:hover, .topic-nav a[aria-current] { background: var(--sage); }
.nav-number { color: var(--clay); font-size: 11px; letter-spacing: .05em; }
.section { padding: 92px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 12px; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 88px; align-items: center; }
.story-copy { min-width: 0; }
.story-copy > p:not(.eyebrow) { max-width: 29em; color: var(--muted); line-height: 2; }
.chapter-number { display: inline-block; margin-right: 10px; font-family: 'Noto Serif TC', serif; font-size: 22px; line-height: 1; letter-spacing: .02em; }
.story-photo { min-width: 0; }
.story-photo > img { border-radius: 3px; }
.family-section .story-photo { max-width: 444px; }
.family-section .story-copy { padding-right: 8px; }
.clip-section .story-copy { grid-column: 1; grid-row: 1; }
.clip-section .story-photo { grid-column: 2; grid-row: 1; }
.steps-wrap { margin-top: 58px; padding-top: 35px; border-top: 1px solid var(--line); }
.steps-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 24px; }
.steps-heading .eyebrow { margin: 0; }
.steps-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin: 0; padding: 0; list-style: none; }
.steps li { min-width: 0; }
.step-photo { margin-bottom: 18px; }
.step-photo img { width: 100%; height: auto; border-radius: 3px; }
.step-no { display: block; margin-bottom: 4px; color: var(--clay); font-size: 12px; letter-spacing: .1em; }
.steps h3 { margin-bottom: 7px; font-size: 19px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.note { color: var(--muted); font-size: 12px; line-height: 1.9; }
.steps-wrap > .note { max-width: 56em; margin: 26px 0 0; }

.packing-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr); align-items: center; gap: 70px; }
.packing-card { min-width: 0; padding: 31px 32px 22px; border: 1px solid #e2dcb9; border-radius: 4px; background: var(--paper-yellow); }
.packing-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding-bottom: 17px; border-bottom: 1px solid #d5ceb0; }
.packing-heading .eyebrow { margin: 0; font-size: 11px; letter-spacing: .1em; }
.packing-count { color: var(--green); font-size: 11px; white-space: nowrap; }
.checklist label { position: relative; display: grid; grid-template-columns: 21px minmax(0, 1fr) 24px; align-items: center; gap: 13px; min-height: 78px; padding: 18px 0; border-bottom: 1px solid #d9d2b5; cursor: pointer; }
.checklist input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.check-number { color: #87785b; font-family: 'Noto Serif TC', serif; font-size: 13px; }
.check-text { font-size: 14px; line-height: 1.85; }
.check-mark { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #a8ac8d; border-radius: 50%; color: transparent; font-size: 13px; line-height: 1; }
.checklist label:hover { background: rgba(255, 255, 255, .18); }
.checklist label:has(input:focus-visible) { outline: 3px solid var(--clay); outline-offset: 4px; }
.checklist label:has(input:checked) .check-mark { background: var(--green); color: white; border-color: var(--green); }
.checklist label:has(input:checked) .check-text { color: #72765e; text-decoration: line-through; text-decoration-color: #899176; }
.packing-finish { position: relative; min-height: 194px; isolation: isolate; }
.packing-finish > p { position: relative; z-index: 1; max-width: calc(100% - 172px); margin: 0; padding-top: 53px; color: var(--green); font-family: 'Noto Serif TC', serif; font-size: 19px; line-height: 1.85; }
.packing-owl { position: absolute; right: -26px; bottom: -8px; z-index: 0; width: 235px; }
.packing-card > .note { position: relative; margin: 7px 0 0; padding-top: 12px; border-top: 1px solid #d9d2b5; font-size: 11px; }
.care-note { display: grid; grid-template-columns: 225px minmax(0, 1fr); align-items: center; gap: 62px; max-width: 840px; margin: 85px auto 94px; }
.care-owl { width: 225px; }
.care-note h2 { font-size: 29px; line-height: 1.65; margin-bottom: 17px; }
.care-note > div > p:last-child { max-width: 32em; margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }

.shopping { padding: 54px 0 62px; border-top: 1px solid var(--line); scroll-margin-top: 12px; }
.shopping-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 30px; }
.shopping-heading .eyebrow { margin-bottom: 12px; }
.shopping-heading h2 { margin: 0; font-size: 30px; }
.shopping-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 13px; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px; }
.theme-product { display: grid; grid-template-columns: 118px minmax(0, 1fr); align-items: center; gap: 23px; min-width: 0; padding: 24px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .3); }
.product-photo { width: 118px; }
.product-photo img { width: 100%; height: auto; }
.theme-product .eyebrow { margin-bottom: 8px; font-size: 10px; }
.theme-product h3 { margin-bottom: 8px; font-size: 20px; line-height: 1.6; }
.theme-product p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.theme-product a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 5px; color: var(--green); font-size: 13px; }
.shopping > .note { margin: 18px 0 0; }
.closing { margin: 0 0 72px; padding: 45px 35px; background: var(--sage); text-align: center; border-radius: 3px; }
.closing .eyebrow { margin-bottom: 14px; }
.closing h2 { margin-bottom: 21px; font-size: 28px; }
.closing-links { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px 32px; }
.closing-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; font-size: 13px; }
footer { padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-inner a { display: inline-flex; align-items: center; min-height: 44px; }

.hub-intro { display: grid; grid-template-columns: minmax(0, 1fr) 210px; align-items: end; gap: 38px; padding: 21px 0 60px; }
.hub-intro h1 { margin-bottom: 21px; font-size: clamp(40px, 4.5vw, 58px); line-height: 1.5; }
.hub-intro .lead { margin-bottom: 0; }
.hub-owl { width: 162px; margin: 0 25px 12px 0; justify-self: end; }
.hub-feature { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); align-items: center; gap: 80px; padding: 38px 0 46px; border-top: 1px solid var(--line); }
.hub-feature figure { max-width: 450px; }
.hub-feature figure > img { border-radius: 3px; }
.hub-feature-copy { min-width: 0; }
.hub-feature h2 { max-width: 9em; font-size: 37px; }
.hub-feature-copy > p:not(.eyebrow):not(.hub-note) { max-width: 27em; color: var(--muted); line-height: 2; }
.hub-note { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.hub-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-bottom: 74px; }
.hub-links a { position: relative; min-height: 128px; padding: 21px 25px 18px 0; border-top: 1px solid var(--line); text-decoration: none; }
.hub-links .chapter-number { margin: 0 0 13px; color: var(--clay); font-size: 19px; }
.hub-links h3 { max-width: 13em; margin: 0; font-size: 21px; line-height: 1.7; }
.hub-link-arrow { position: absolute; right: 1px; top: 24px; color: var(--green); }
.hub-links a:hover h3 { color: var(--clay); }
.hub-signoff { display: grid; grid-template-columns: 182px minmax(0, 1fr); align-items: center; justify-content: center; gap: 45px; max-width: 720px; margin: 0 auto 80px; }
.hub-care { width: 182px; }
.hub-signoff h2 { margin-bottom: 12px; font-size: 28px; line-height: 1.7; }
.hub-signoff .eyebrow { margin-bottom: 12px; }
.hub-signoff a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }

@media (min-width: 761px) and (max-width: 1020px) {
  .brand span { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 36px; }
  .hero h1 { font-size: 45px; }
  .hero-guide { margin-top: 25px; }
  .running-owl { width: 125px; }
  .story-grid, .packing-section { gap: 40px; }
  .packing-section { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .packing-card { padding-right: 24px; padding-left: 24px; }
  .packing-heading { align-items: start; flex-direction: column; gap: 6px; }
  .packing-finish > p { max-width: calc(100% - 145px); font-size: 17px; }
  .packing-owl { width: 220px; }
  .theme-product { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; padding: 20px 14px; }
  .product-photo { width: 92px; }
  .hub-feature { gap: 45px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 85px; }
  .bar { min-height: 78px; gap: 15px; padding: 10px 21px; }
  .brand img { width: 55px; }
  .brand span { display: none; }
  .bar nav { gap: 18px; font-size: 12px; }
  .wrap { padding: 0 22px; }
  .crumb { padding: 9px 0 12px; font-size: 11px; }
  h1 { font-size: clamp(37px, 10vw, 48px); }
  h2 { font-size: 28px; }
  .eyebrow { margin-bottom: 14px; font-size: 11px; }
  .eyebrow > span:not(.chapter-number) { margin-left: 12px; font-size: 10px; }
  .lead { font-size: 15px; line-height: 1.95; }
  .hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; padding: 7px 0 33px; }
  .hero-copy { display: contents; }
  .hero-copy > .eyebrow { order: 1; margin: 0 0 13px; }
  .hero-copy > h1 { order: 2; margin: 0 0 24px; line-height: 1.48; }
  .hero-photo { order: 3; margin: 0 0 25px; }
  .hero-copy > .lead { order: 4; margin: 0 0 3px; max-width: 100%; }
  .hero-copy > .action { order: 5; justify-self: start; margin-top: 16px; }
  .hero-guide { order: 6; max-width: 320px; margin-top: 21px; padding-bottom: 0; gap: 12px; }
  .running-owl { width: 112px; }
  .hero-guide p { font-size: 12px; }
  .trail { right: 8px; bottom: 9px; width: 78%; }
  .photo-label { top: 14px; right: 14px; padding: 7px; font-size: 10px; }
  .hero-photo figcaption, .story-photo figcaption { margin-top: 11px; font-size: 11px; }
  .solid-action { min-height: 48px; padding: 10px 21px; font-size: 14px; }
  .topic-nav { gap: 0; padding: 6px 0; }
  .topic-nav a { flex-direction: column; gap: 0; min-height: 54px; padding: 5px 2px; font-size: 12px; line-height: 1.65; }
  .topic-nav a:last-child { flex-direction: row; gap: 6px; }
  .nav-number { font-size: 9px; letter-spacing: .06em; }
  .section { padding: 50px 0; }
  .story-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .story-grid .story-copy { grid-column: auto; grid-row: auto; order: 0; padding: 0; }
  .story-grid .story-photo { grid-column: auto; grid-row: auto; order: 1; max-width: none; }
  .story-copy h2 { max-width: 12em; margin-bottom: 18px; }
  .story-copy > p:not(.eyebrow) { margin-bottom: 11px; font-size: 15px; }
  .chapter-number { margin-right: 7px; font-size: 20px; }
  .text-action { min-height: 46px; margin-top: 3px; font-size: 14px; }
  .steps-wrap { margin-top: 32px; padding-top: 24px; }
  .steps-heading { display: block; margin-bottom: 21px; }
  .steps-heading .eyebrow { margin-bottom: 7px; }
  .steps-heading > p:last-child { font-size: 12px; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .steps li { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: start; gap: 18px; }
  .step-photo { margin: 0; }
  .step-no { margin: -3px 0 3px; font-size: 10px; }
  .steps h3 { margin-bottom: 5px; font-size: 17px; }
  .steps p { font-size: 12px; line-height: 1.85; }
  .steps-wrap > .note { margin-top: 22px; font-size: 11px; }
  .packing-section { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .packing-card { padding: 25px 22px 18px; }
  .packing-heading { gap: 10px; padding-bottom: 15px; }
  .packing-heading .eyebrow { font-size: 10px; letter-spacing: .07em; }
  .packing-count { font-size: 10px; }
  .checklist label { grid-template-columns: 18px minmax(0, 1fr) 23px; gap: 10px; min-height: 77px; padding: 17px 0; }
  .check-text { font-size: 13px; }
  .packing-finish { min-height: 184px; }
  .packing-finish > p { max-width: calc(100% - 142px); padding-top: 37px; font-size: 16px; line-height: 1.95; }
  .packing-owl { right: -26px; bottom: -8px; width: 220px; }
  .packing-card > .note { margin-top: 5px; font-size: 10px; }
  .care-note { grid-template-columns: 116px minmax(0, 1fr); gap: 21px; margin: 49px auto 54px; align-items: start; }
  .care-owl { width: 116px; margin-top: 35px; }
  .care-note .eyebrow { margin-bottom: 10px; font-size: 10px; letter-spacing: .04em; }
  .care-note h2 { margin-bottom: 11px; font-size: 23px; line-height: 1.7; }
  .care-note > div > p:last-child { font-size: 12px; line-height: 1.9; }
  .shopping { padding: 37px 0 42px; }
  .shopping-heading { display: block; margin-bottom: 22px; }
  .shopping-heading h2 { margin-bottom: 15px; font-size: 27px; }
  .shopping-heading > p { font-size: 12px; }
  .cards { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .theme-product { grid-template-columns: 92px minmax(0, 1fr); gap: 18px; padding: 18px 12px; }
  .product-photo { width: 92px; }
  .theme-product .eyebrow { margin-bottom: 6px; }
  .theme-product h3 { font-size: 18px; }
  .theme-product p:not(.eyebrow) { font-size: 11px; }
  .theme-product a { margin-top: 4px; font-size: 12px; }
  .shopping > .note { font-size: 11px; }
  .closing { margin-bottom: 45px; padding: 30px 22px; text-align: left; }
  .closing .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .closing h2 { font-size: 24px; line-height: 1.7; }
  .closing-links { flex-direction: column; align-items: stretch; gap: 3px; }
  .closing-links a { border-bottom: 1px solid #ccd2bf; padding: 6px 0; }
  .closing-links a:last-child { border-bottom: 0; }
  .footer-inner { display: block; }
  .footer-inner > span { display: block; }
  .footer-inner > span:first-child { margin-bottom: 5px; }
  footer { padding: 22px 0; font-size: 11px; }
  .hub-intro { grid-template-columns: minmax(0, 1fr) 75px; align-items: end; gap: 8px; padding: 14px 0 34px; }
  .hub-intro h1 { margin-bottom: 19px; font-size: 36px; }
  .hub-intro .lead { font-size: 13px; line-height: 2; }
  .hub-owl { width: 84px; max-width: none; margin: 0 -6px 7px 0; }
  .hub-feature { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 28px 0 34px; }
  .hub-feature figure { max-width: none; }
  .hub-feature h2 { max-width: 10em; margin-bottom: 18px; font-size: 30px; }
  .hub-feature-copy > p:not(.eyebrow):not(.hub-note) { margin-bottom: 8px; font-size: 15px; }
  .hub-note { margin-top: 20px; font-size: 11px; }
  .hub-links { grid-template-columns: minmax(0, 1fr); gap: 0; margin-bottom: 42px; }
  .hub-links a { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 11px; min-height: 92px; padding: 20px 24px 20px 0; }
  .hub-links .chapter-number { margin: 0; font-size: 17px; }
  .hub-links h3 { max-width: none; font-size: 18px; line-height: 1.8; }
  .hub-link-arrow { top: 29px; }
  .hub-signoff { grid-template-columns: 102px minmax(0, 1fr); gap: 22px; margin: 0 auto 45px; }
  .hub-care { width: 102px; }
  .hub-signoff .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .hub-signoff h2 { font-size: 23px; }
  .hub-signoff a { font-size: 11px; line-height: 1.9; }
}

@media (max-width: 359px) {
  .bar { padding-right: 16px; padding-left: 16px; }
  .bar nav { gap: 13px; font-size: 11px; }
  .wrap { padding-right: 18px; padding-left: 18px; }
  .hero h1 { font-size: 36px; }
  .packing-card { padding-right: 18px; padding-left: 18px; }
  .packing-finish > p { max-width: 118px; font-size: 15px; }
  .care-note { grid-template-columns: 95px minmax(0, 1fr); gap: 16px; }
  .care-owl { width: 95px; }
  .care-note h2 { font-size: 21px; }
  .hub-intro { grid-template-columns: minmax(0, 1fr) 58px; }
  .hub-intro h1 { font-size: 32px; }
  .hub-owl { width: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .running-owl { animation: none; }
}
@media (forced-colors: active) {
  .check-mark { border-color: ButtonText; }
  .checklist label:has(input:checked) .check-mark { color: HighlightText; background: Highlight; forced-color-adjust: none; }
}
