@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #fbf8ef;
  --paper-light: #fff;
  --ink: #2e5046;
  --muted: #59695f;
  --line: #dae0d3;
  --sage: #eaf0e3;
  --coral: #a7513e;
  --peach: #f8e8dc;
  --heading: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .25em; }
button { color: inherit; font: inherit; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled) { cursor: pointer; }
:focus-visible { outline: 3px solid #a7513e; outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { background: #f0cec0; color: #2e5046; }
p, h1, h2, h3 { overflow-wrap: anywhere; }
h1, h2, h3 { font-family: var(--heading); text-wrap: pretty; }

.skip-link { position: fixed; top: 8px; left: 12px; z-index: 10; padding: 10px 18px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.library-header { max-width: 1200px; margin-inline: auto; padding: 18px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 13px; padding-block: 7px; font-size: 19px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.brand span { font-size: 12px; font-weight: 400; color: var(--muted); }
.shelf-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; font-size: 13px; text-decoration: none; }
.shelf-link:hover { text-decoration: underline; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 0 9px; max-width: 1120px; margin: 0 auto; padding: 8px 0; font-size: 12px; color: var(--muted); }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }
.book-main { max-width: 1120px; margin-inline: auto; }
.book-hero { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: clamp(36px, 6vw, 84px); padding: 26px 40px 66px; }
.eyebrow { margin: 0 0 15px; color: var(--coral); font-size: 13px; font-weight: 600; letter-spacing: .035em; line-height: 1.8; }
.hero-copy h1 { margin: 0 0 25px; font-size: clamp(43px, 4.8vw, 64px); font-weight: 700; letter-spacing: .04em; line-height: 1.4; }
.hero-copy h1 span { display: block; }
.hero-copy > p:not(.eyebrow):not(.hero-lead):not(.hero-note) { margin: 15px 0 26px; line-height: 2.15; }
.hero-lead { margin: 0; font-family: var(--heading); font-size: 22px; font-weight: 600; line-height: 1.8; }
.hero-note { margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.primary-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 24px; background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 26px; font-size: 14px; font-weight: 600; line-height: 1.7; text-decoration: none; transition: background .2s, box-shadow .2s; }
.primary-link:hover { background: #3c6256; box-shadow: 0 5px 15px #29483f20; }

/* A light cloth cover, with the illustration given its own generous space. */
.book-cover { position: relative; isolation: isolate; width: 100%; max-width: 330px; aspect-ratio: .71; justify-self: center; display: flex; flex-direction: column; align-items: center; padding: 23px 22px 20px 30px; background: #edf1e5; color: #2e5046; border: 1px solid #b8c5ac; border-radius: 2px 8px 8px 2px; box-shadow: inset 7px 0 8px #64795a18, inset 10px 0 0 #c5d2b8, 5px 4px 0 #fff9eb, 6px 5px 0 #c2c4af, 9px 7px 0 #eee6d2, 10px 8px 0 #b7bea4, 13px 18px 30px #29483f1c; }
.book-cover::before { content: ""; position: absolute; inset: 11px 10px 11px 18px; z-index: -1; border: 1px solid #b9c8ad70; border-radius: 2px; pointer-events: none; }
.cover-imprint { margin: 0 0 17px; text-align: center; color: #52664e; font-size: 10px; font-weight: 500; letter-spacing: .04em; line-height: 1.5; }
.cover-kicker { margin: 0 0 11px; color: #55624b; font-size: 12px; line-height: 1.8; }
.cover-title { margin: 0; font-size: clamp(31px, 3.1vw, 42px); font-weight: 700; text-align: center; letter-spacing: .035em; line-height: 1.4; }
.cover-title span { display: block; }
.cover-art { display: block; width: 100%; height: auto; margin: 18px auto 16px; border: 1px solid #d7dac8; border-radius: 7px; }
.cover-caption { margin: auto 0 0; padding-top: 2px; font-family: var(--heading); font-size: 13px; text-align: center; line-height: 1.8; }
.cover-footer { width: 100%; margin: 12px 0 0; padding-top: 9px; border-top: 1px solid #cbd5c0; color: #52664e; font-size: 11px; text-align: center; line-height: 1.7; }

.introduction { padding: 34px 26px 37px; background: #edf2e6; border-radius: 22px; text-align: center; }
.introduction .eyebrow { margin-bottom: 10px; }
.introduction h2 { margin: 0 0 16px; font-size: clamp(23px, 2.7vw, 31px); font-weight: 600; letter-spacing: .02em; line-height: 1.7; }
.introduction > p:not(.eyebrow) { max-width: 43em; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 2.1; }
.course-section { padding-block: 49px 53px; }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 23px; }
.section-heading h2 { margin: 0; font-size: clamp(26px, 3vw, 33px); font-weight: 600; letter-spacing: .015em; line-height: 1.65; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.section-heading p.eyebrow { color: var(--coral); font-size: 13px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 44px; min-width: 64px; padding: 8px 18px; border: 1px solid #c7d2bd; border-radius: 24px; background: white; font-size: 13px; line-height: 1.7; transition: border-color .15s; }
.filter-chip:hover { border-color: var(--ink); background: #eaf0e3; }
.filter-chip[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }
#result-count { margin: 16px 0 18px; font-size: 13px; color: var(--muted); }
#empty-results { padding: 28px; border-block: 1px solid var(--line); color: var(--muted); text-align: center; }
.course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.course-card { min-width: 0; background: white; border: 1px solid #e1e5da; border-radius: 18px; box-shadow: 0 4px 16px #29483f07; transition: transform .2s, box-shadow .2s; }
.course-card:hover { transform: translateY(-3px); box-shadow: 0 9px 24px #29483f14; }
.course-card-link { display: flex; flex-direction: column; min-height: 100%; border-radius: inherit; text-decoration: none; }
.course-photo { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; border-radius: 17px 17px 0 0; background: #e6eade; }
.course-photo > img { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: inherit; }
.photo-label { position: absolute; left: 12px; right: 12px; bottom: 12px; width: fit-content; max-width: calc(100% - 24px); padding: 4px 10px; background: #fffdf2f5; color: #29483f; border-radius: 7px; font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.course-card-copy { flex: 1; display: flex; flex-direction: column; min-width: 0; padding: 24px 24px 21px; }
.course-number { margin-bottom: 11px; color: var(--coral); font-family: var(--heading); font-size: 13px; letter-spacing: .025em; }
.course-tags { display: flex; flex-wrap: wrap; gap: 5px 6px; margin-bottom: 13px; color: #52664e; font-size: 12px; line-height: 1.7; }
.course-tags span { display: inline-block; padding: 3px 9px; background: #edf2e6; border-radius: 13px; }
.course-card h3 { margin: 0; font-size: 25px; font-weight: 600; letter-spacing: .01em; line-height: 1.5; }
.course-subtitle { margin: 9px 0 16px; color: #4e6659; font-size: 14px; line-height: 1.9; }
.course-meta { display: flex; flex-direction: column; gap: 3px; margin-bottom: 14px; padding-block: 11px; border-block: 1px solid #e4e9dd; color: var(--muted); font-size: 12px; line-height: 1.8; }
.course-summary { margin: 0 0 22px; color: #536357; font-size: 14px; line-height: 1.95; }
.course-open { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 13px; border-top: 1px solid #e4e9dd; font-size: 13px; font-weight: 600; }
.preparation { margin-bottom: 36px; padding: 31px 34px 34px; border-radius: 20px; background: #f8e8dc; }
.preparation .eyebrow { margin-bottom: 9px; }
.preparation h2 { margin: 0 0 23px; font-size: 26px; font-weight: 600; line-height: 1.7; }
.preparation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.preparation-grid h3 { margin: 0 0 9px; font-size: 15px; font-weight: 600; }
.preparation-grid p { margin: 0; color: #635e51; font-size: 14px; line-height: 1.95; }
.site-footer { max-width: 1120px; margin-inline: auto; padding: 24px 0 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 9px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }

/* Photographs keep their complete frame on the reading pages. */
.walk-photo { margin: 20px 0 24px; min-width: 0; }
.walk-photo > img { display: block; width: 100%; height: auto; border-radius: 10px; background: #eaf0e3; }
.walk-photo figcaption { display: flex; flex-direction: column; gap: 2px; padding: 9px 1px 0; color: var(--muted); font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.photo-credit { display: block; color: #59695f; font-size: 12px; line-height: 1.8; }
.photo-credit a { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; padding-inline: 2px; overflow-wrap: anywhere; }
.feature-photo { max-width: 880px; margin: 0 auto 35px; }
.feature-photo > img { max-height: 500px; object-fit: contain; }
.photo-sources li { margin-bottom: 15px; }

.reader { padding-bottom: 53px; }
.route-heading { max-width: 880px; margin: 17px auto 25px; }
.route-heading .eyebrow { margin-bottom: 11px; }
.route-heading h1 { margin: 0 0 13px; font-size: clamp(32px, 4.2vw, 49px); font-weight: 700; letter-spacing: .015em; line-height: 1.5; }
.route-lead { margin: 0 0 20px; color: #4f695b; font-family: var(--heading); font-size: 19px; line-height: 1.9; }
.route-meta { display: flex; flex-wrap: wrap; gap: 7px 22px; color: var(--muted); font-size: 13px; }
.route-meta span { display: inline-block; }
.route-layout { display: grid; grid-template-columns: 176px minmax(0, 1fr); gap: 38px; max-width: 940px; margin-inline: auto; align-items: start; }
.route-index { position: sticky; top: 22px; padding: 18px 15px; background: #edf2e6; border-radius: 13px; }
.route-index p { margin: 0 0 9px; color: #425b40; font-size: 13px; font-weight: 600; }
.route-index a { display: flex; align-items: baseline; gap: 7px; min-height: 44px; padding-block: 9px; color: #4e6251; font-size: 12px; line-height: 1.8; text-decoration: none; }
.route-index a span { flex-shrink: 0; color: #7d563f; }
.route-index a:hover { color: var(--ink); text-decoration: underline; }
.route-body { min-width: 0; font-size: 16px; line-height: 2; }
.route-body p { margin-top: 0; }
.route-body h2 { font-size: 27px; font-weight: 600; line-height: 1.65; letter-spacing: .01em; }
.route-overview { margin-bottom: 25px; padding: 26px 28px 29px; background: #edf2e6; border-radius: 16px; }
.route-overview h2 { margin: 0 0 14px; font-size: 24px; }
.route-overview p { margin-bottom: 18px; font-size: 15px; }
.route-line { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 9px; margin: 21px 0 24px; color: #465e48; font-size: 12px; line-height: 1.9; }
.route-line span { display: inline-block; }
.route-line span:not([aria-hidden]) { padding: 4px 9px; background: #ffffffb0; border-radius: 8px; }
.route-overview .primary-link { font-size: 13px; }
.route-note { padding-left: 15px; border-left: 3px solid #d3af87; color: #625f51; font-size: 14px; line-height: 1.95; }
.stop-list { list-style: none; margin: 36px 0 0; padding: 0; }
.stop { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 17px; margin-bottom: 35px; padding-bottom: 33px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.stop-number { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; margin-top: 4px; background: #e4eedc; border-radius: 50%; color: #46633c; font-family: var(--heading); font-size: 15px; line-height: 1; }
.stop-copy { min-width: 0; }
.stop-kind { display: inline-block; padding: 3px 10px; color: #884935; background: #f8e8dc; border-radius: 13px; font-size: 12px; line-height: 1.7; }
.stop-copy h2 { margin: 9px 0 16px; }
.stop-copy p { margin-bottom: 17px; }
.stop-tip { padding: 15px 17px; background: #f7eee3; border-radius: 10px; color: #665b4c; font-size: 14px; line-height: 1.9; }
.stop-links { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 11px; }
.stop-links a { min-height: 44px; display: inline-flex; align-items: center; color: #42604d; font-size: 13px; line-height: 1.7; }
.season-note { padding: 25px 28px; margin-bottom: 29px; background: #f8e8dc; border-radius: 16px; }
.season-note .eyebrow { margin-bottom: 7px; color: #964b39; font-size: 13px; }
.season-note h2 { margin: 0 0 13px; font-size: 25px; }
.season-note p { margin-bottom: 0; color: #665b4c; font-size: 15px; }
.sources { margin: 24px 0 32px; padding-block: 11px; border-block: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.9; }
.sources summary { min-height: 44px; padding-block: 8px; cursor: pointer; }
.sources ul { margin: 8px 0 13px; padding-left: 20px; }
.sources li { margin-bottom: 5px; }
.sources a { display: inline-block; min-height: 44px; padding-block: 8px; overflow-wrap: anywhere; }
.page-turn { display: flex; justify-content: space-between; gap: 25px; margin-top: 30px; padding-top: 23px; border-top: 1px solid var(--line); }
.page-turn a { min-width: 0; display: flex; flex-direction: column; justify-content: center; min-height: 54px; text-decoration: none; }
.page-turn a:last-child:not(:first-child) { text-align: right; }
.page-turn small { color: var(--muted); font-size: 12px; }
.page-turn span { font-family: var(--heading); font-size: 16px; font-weight: 600; }
.page-turn a:hover span { text-decoration: underline; text-underline-offset: .3em; }
.reader-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin: 0 0 21px; }
.reader-tools button { min-height: 44px; padding: 8px 15px; border: 1px solid #c4cfb9; border-radius: 23px; background: white; font-size: 12px; }
.reader-tools button:hover, .reader-tools button[aria-pressed="true"] { background: #e6ecde; }
.large-text .route-body { font-size: 19px; }
.large-text .route-body .stop-tip, .large-text .route-body .route-note, .large-text .route-body .season-note p, .large-text .route-body .route-overview p { font-size: 17px; }

@media (min-width: 1240px) {
  .book-hero { padding-inline: 64px; }
}

@media (max-width: 1199px) {
  .book-main, .breadcrumb, .site-footer { margin-inline: 36px; }
}

@media (max-width: 900px) {
  .library-header { padding-inline: 28px; }
  .book-main, .breadcrumb, .site-footer { margin-inline: 28px; }
  .book-hero { gap: 32px; padding: 26px 6px 58px; grid-template-columns: 1.1fr 1fr; }
  .hero-copy h1 { font-size: 46px; }
  .hero-lead { font-size: 20px; }
  .book-cover { padding: 21px 19px 19px 27px; }
  .cover-title { font-size: 34px; }
  .cover-kicker { font-size: 11px; }
  .cover-art { margin-block: 16px 14px; }
  .course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .preparation { padding-inline: 27px; }
  .preparation-grid { gap: 22px; }
  .route-layout { grid-template-columns: 145px minmax(0, 1fr); gap: 25px; }
  .route-index { padding-inline: 12px; }
  .route-overview { padding-inline: 22px; }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .library-header { padding: 12px 20px; gap: 12px; }
  .brand { display: block; font-size: 16px; line-height: 1.5; }
  .brand span { display: block; margin-top: 2px; font-size: 12px; }
  .shelf-link { gap: 5px; font-size: 12px; }
  .book-main, .breadcrumb, .site-footer { margin-inline: 20px; }
  .breadcrumb { padding-block: 5px; }
  .book-hero { grid-template-columns: minmax(0, 1fr); gap: 35px; padding: 25px 0 52px; }
  .hero-copy { width: 100%; max-width: 430px; margin-inline: auto; }
  .hero-copy .eyebrow { margin-bottom: 15px; font-size: 12px; }
  .hero-copy h1 { margin-bottom: 17px; font-size: clamp(34px, 8.8vw, 40px); line-height: 1.4; }
  .hero-copy h1 span { display: inline; }
  .hero-copy > p:not(.eyebrow):not(.hero-lead):not(.hero-note) { margin-block: 13px 23px; font-size: 16px; line-height: 2; }
  .hero-lead { font-size: 21px; }
  .hero-note { margin-top: 16px; font-size: 13px; }
  .book-cover { max-width: 260px; padding: 18px 18px 18px 25px; }
  .cover-imprint { font-size: 9px; margin-bottom: 12px; }
  .cover-title { font-size: 32px; line-height: 1.3; }
  .cover-kicker { font-size: 11px; margin-bottom: 9px; }
  .cover-art { margin-block: 12px; }
  .cover-caption { font-size: 12px; }
  .introduction { padding: 29px 24px 31px; border-radius: 18px; }
  .introduction h2 { font-size: 24px; }
  .introduction > p:not(.eyebrow) { font-size: 15px; text-align: left; }
  .introduction br { display: none; }
  .course-section { padding-block: 36px 39px; }
  .section-heading { gap: 7px; margin-bottom: 20px; }
  .section-heading h2 { font-size: 27px; }
  .section-heading p { font-size: 14px; }
  .filters { gap: 7px; }
  .filter-chip { padding-inline: 15px; font-size: 13px; }
  .course-grid { grid-template-columns: minmax(0, 1fr); gap: 23px; }
  .course-card-copy { padding: 23px 24px 21px; }
  .course-card h3 { font-size: 26px; }
  .course-subtitle { font-size: 15px; }
  .course-meta { font-size: 13px; }
  .course-summary { font-size: 15px; line-height: 2; }
  .course-open { font-size: 14px; }
  .preparation { margin-bottom: 30px; padding: 26px 24px; border-radius: 18px; }
  .preparation h2 { font-size: 24px; }
  .preparation-grid { grid-template-columns: 1fr; gap: 22px; }
  .preparation-grid h3 { margin-bottom: 6px; }
  .preparation-grid p { font-size: 15px; }
  .site-footer { display: block; padding-block: 20px 27px; font-size: 12px; }
  .site-footer p { margin-bottom: 8px; }
  .route-heading { margin: 15px 0 23px; }
  .route-heading .eyebrow { font-size: 13px; margin-bottom: 11px; }
  .route-heading h1 { font-size: 33px; }
  .route-lead { font-size: 18px; }
  .route-meta { font-size: 13px; gap: 6px 16px; }
  .feature-photo { margin-bottom: 28px; }
  .feature-photo > img { max-height: 450px; }
  .reader-tools { margin-bottom: 20px; }
  .route-layout { display: block; }
  .route-index { position: static; display: flex; flex-wrap: wrap; gap: 0 17px; padding: 16px 18px 12px; margin-bottom: 26px; border-radius: 12px; }
  .route-index p { flex-basis: 100%; margin-bottom: 3px; }
  .route-index a { font-size: 13px; }
  .route-body { font-size: 16px; }
  .route-overview { padding: 23px 22px 25px; }
  .route-overview h2 { font-size: 24px; }
  .route-overview p { font-size: 15px; }
  .route-line { gap: 6px 8px; }
  .route-note { font-size: 14px; }
  .stop-list { margin-top: 31px; }
  .stop { grid-template-columns: 28px minmax(0, 1fr); gap: 11px; margin-bottom: 28px; padding-bottom: 27px; }
  .stop-number { width: 28px; height: 28px; font-size: 12px; margin-top: 4px; }
  .stop-copy h2 { font-size: 25px; }
  .stop-tip { padding-inline: 14px; font-size: 14px; }
  .stop-links { gap: 5px 16px; }
  .stop-links a { font-size: 13px; }
  .walk-photo { margin-block: 18px 22px; }
  .walk-photo figcaption { font-size: 12px; }
  .season-note { padding: 24px 23px; }
  .season-note h2 { font-size: 24px; }
  .season-note p { font-size: 15px; }
  .page-turn { gap: 20px; }
  .page-turn span { font-size: 15px; }
}

@media (max-width: 360px) {
  .library-header { flex-wrap: wrap; gap: 0 16px; }
  .brand { font-size: 16px; }
  .shelf-link { font-size: 12px; }
  .cover-title { font-size: 32px; }
  .cover-kicker { font-size: 11px; }
  .introduction { padding-inline: 19px; }
  .introduction h2 { font-size: 22px; }
  .section-heading h2 { font-size: 25px; }
  .course-card-copy { padding-inline: 20px; }
  .course-card h3 { font-size: 25px; }
  .route-overview { padding-inline: 18px; }
  .stop { display: block; }
  .stop-number { margin-bottom: 11px; }
  .stop-copy h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media print {
  :root { --ink: #111; --muted: #444; --line: #bbb; }
  html { scroll-behavior: auto; }
  body { background: #fff; font-size: 10pt; line-height: 1.7; }
  .library-header, .breadcrumb, .skip-link, .reader-tools, .route-index, .page-turn, .filters, .primary-link, .site-footer, .stop-links { display: none !important; }
  .book-main, .reader, .route-heading, .route-layout { display: block; max-width: none; margin: 0; padding: 0; }
  .route-heading { margin-bottom: 16pt; padding-bottom: 0; }
  .route-heading h1 { font-size: 25pt; }
  .route-lead { font-size: 12pt; }
  .route-body, .large-text .route-body { font-size: 10pt; }
  .route-body h2 { break-after: avoid; font-size: 16pt; }
  .route-overview, .season-note, .stop-tip { background: transparent; border: 1px solid #bbb; }
  .stop { break-inside: avoid; grid-template-columns: 25pt minmax(0, 1fr); gap: 10pt; margin-bottom: 15pt; padding-bottom: 15pt; }
  .stop-copy h2 { font-size: 16pt; }
  .stop-tip, .route-note, .season-note p, .route-overview p { font-size: 9pt !important; }
  .stop-number { width: 23pt; height: 23pt; color: #333; }
  .book-hero { padding-top: 0; }
  .book-cover { print-color-adjust: exact; -webkit-print-color-adjust: exact; box-shadow: none; }
  .course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .course-card, .preparation, .walk-photo { break-inside: avoid; }
  .course-card { background: none; box-shadow: none; }
  .course-card:hover { transform: none; box-shadow: none; }
  .course-card-copy { padding: 12pt; }
  .course-summary { font-size: 9pt; }
  .course-photo { max-height: 45mm; }
  .course-photo > img { max-height: 45mm; }
  .introduction, .course-section { padding-block: 20pt; }
  .walk-photo { margin-block: 12pt; }
  .walk-photo > img { max-height: 70mm; object-fit: contain; }
  .walk-photo figcaption, .photo-credit { font-size: 8pt; color: #444; }
  .photo-credit a { min-height: 0; padding: 0; }
  .sources { font-size: 8pt; }
  .sources a { min-height: 0; }
  a { text-decoration: none; }
  @page { margin: 16mm; }
}
