:root {
  --paper: #fff;
  --soft: #f4f5f1;
  --ink: #111614;
  --muted: #5d645f;
  --line: #d7dad5;
  --green: #185b38;
  --green-dark: #103f29;
  --green-pale: #e9f0ea;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: #082f1d; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3 { margin: 0; color: #0d110f; font-family: var(--serif); line-height: 1.04; }
h1 { font-size: clamp(2.7rem, 5vw, 5.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.75rem, 2.5vw, 2.6rem); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 15px; color: #fff; background: var(--green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 .65rem; color: var(--green); font-size: .73rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.site-header { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; border-bottom: 1px solid var(--line); }
.utility { min-height: 32px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); border-bottom: 1px solid #eceeea; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.utility label { display: flex; gap: 8px; align-items: center; }
.utility select { max-width: 100px; padding: 3px 22px 3px 7px; color: var(--ink); background: #fff; border: 1px solid var(--line); font-size: .72rem; text-transform: none; }
.masthead-row { min-height: 108px; display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.brand-lockup { display: flex; gap: 17px; align-items: center; color: var(--ink); text-decoration: none; }
.brand-lockup img { width: 82px; height: 85px; object-fit: contain; }
.masthead { display: flex; flex-direction: column; white-space: nowrap; font: 700 clamp(1.7rem, 3vw, 2.65rem)/1 var(--serif); letter-spacing: -.04em; text-transform: uppercase; }
.masthead small { margin-top: 12px; color: #858a86; font: 600 .62rem/1 var(--sans); letter-spacing: .29em; text-transform: uppercase; }
.header-search { width: min(350px, 35%); display: flex; }
.header-search input { min-width: 0; width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-right: 0; }
.header-search button, .home-search button { padding: 10px 20px; color: #fff; background: var(--green-dark); border: 1px solid var(--green-dark); font-weight: 700; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px, 4vw, 52px); min-height: 48px; margin-top: -48px; padding-bottom: 4px; }
.primary-nav a { padding: 12px 0; color: var(--ink); font-size: .86rem; font-weight: 700; text-decoration: none; }
.primary-nav a[aria-current="page"], .primary-nav a:hover { color: var(--green); }

.today { padding: 32px 0 20px; text-align: center; }
.today h1 { font-size: clamp(3rem, 5vw, 4.9rem); }
.today p { margin: .35rem 0 0; color: var(--muted); font: 1.25rem var(--serif); }
.condition-summaries { display: grid; grid-template-columns: repeat(4, 1fr); padding: 15px 0 26px; border-bottom: 1px solid var(--line); }
.condition-summaries article { min-width: 0; display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 0 24px; border-left: 1px solid var(--line); }
.condition-summaries article:first-child { padding-left: 0; border-left: 0; }
.condition-summaries article:last-child { padding-right: 0; }
.condition-summaries h2 { margin: .1rem 0 .4rem; font: 700 1.03rem var(--serif); }
.condition-summaries p { margin: 0 0 .45rem; color: #343a36; font-size: .78rem; line-height: 1.45; }
.condition-summaries small { display: block; color: var(--muted); font-size: .66rem; line-height: 1.35; }
.summary-icon { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font: 700 1.12rem var(--serif); }
.home-search { max-width: 860px; height: 50px; display: flex; align-items: center; margin-top: 24px; margin-bottom: 22px; border: 1px solid #aeb4ae; border-radius: 4px; box-shadow: 0 1px 5px #00000014; overflow: hidden; }
.home-search span { padding: 0 12px 0 20px; color: var(--muted); font-size: 1.6rem; }
.home-search input { min-width: 0; flex: 1; height: 100%; padding: 0 8px; border: 0; outline: 0; }
.home-search button { height: calc(100% - 6px); margin-right: 3px; min-width: 124px; }

.atlas { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.atlas-toolbar { min-height: 48px; display: flex; justify-content: space-between; align-items: center; }
.atlas-toolbar h2 { font-size: 1.7rem; }
.view-toggle { display: flex; }
.view-toggle button { padding: 7px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); font-size: .72rem; font-weight: 700; }
.view-toggle button + button { border-left: 0; }
.view-toggle .active { color: #fff; background: var(--green); border-color: var(--green); }
.atlas-grid { display: grid; grid-template-columns: minmax(0, 58%) minmax(320px, 42%); min-height: 505px; border-top: 1px solid var(--line); }
.map-column { min-width: 0; border-right: 1px solid var(--line); }
.regional-map { width: 100%; height: 505px; background: #dbe7de; }
.regional-map:focus { outline: 3px solid #ffbf47; outline-offset: -3px; }
.leaflet-container { font-family: var(--sans); }
.leaflet-popup-content { min-width: 190px; margin: 15px 18px; line-height: 1.35; }
.leaflet-popup-content strong { display: block; margin-bottom: 5px; font: 700 1.1rem var(--serif); }
.leaflet-popup-content a { display: block; margin-top: 8px; font-weight: 700; }
.regional-list { height: 505px; overflow: auto; background: var(--soft); padding: 14px; }
.regional-list a { display: grid; gap: 3px; padding: 13px 16px; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); text-decoration: none; }
.regional-list a:hover strong { color: var(--green); }
.regional-list span { color: var(--muted); font-size: .78rem; }
.latest-guides { min-width: 0; padding-left: 24px; }
.section-line { min-height: 50px; display: flex; gap: 18px; align-items: baseline; border-bottom: 1px solid var(--line); }
.section-line h2 { margin-right: auto; font-size: clamp(1.7rem, 2.4vw, 2.2rem); }
.section-line a, .section-line span { color: var(--green); font-size: .74rem; text-decoration: none; }
.latest-guides > a:not(.map-link) { min-height: 94px; display: grid; grid-template-columns: 128px 1fr 16px; gap: 16px; align-items: center; padding: 12px 0; color: var(--ink); border-bottom: 1px solid var(--line); text-decoration: none; }
.latest-guides img { width: 128px; height: 70px; object-fit: cover; }
.latest-guides strong { display: block; font: 700 1rem var(--serif); }
.latest-guides small { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.latest-guides b { font-size: 1.7rem; }
.map-link { float: right; margin-top: 14px; padding: 7px 13px; color: #fff; background: var(--green); font-size: .75rem; font-weight: 700; text-decoration: none; }

.home-section { padding: 20px 0; border-bottom: 1px solid var(--line); }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 10px; }
.photo-grid a { color: var(--ink); text-decoration: none; }
.photo-grid img { width: 100%; aspect-ratio: 16 / 7.9; object-fit: cover; }
.photo-grid strong { display: block; margin-top: 6px; font: 700 1.05rem var(--serif); }
.photo-grid span { display: block; color: var(--muted); font-size: .76rem; }
.photo-credit { margin: 8px 0 0; color: var(--muted); font-size: .65rem; text-align: right; }
.visit-plan h2 { margin-bottom: 15px; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.plan-grid a { min-width: 0; display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 3px 24px; color: var(--ink); border-left: 1px solid var(--line); text-decoration: none; }
.plan-grid a:first-child { padding-left: 0; border-left: 0; }
.plan-grid a > span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; }
.plan-grid strong { display: block; font: 700 1rem var(--serif); }
.plan-grid small { display: block; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.ad-reserve { min-height: 104px; display: grid; place-content: center; margin-top: 7px; margin-bottom: 7px; color: #858985; background: linear-gradient(120deg, #f0f1ef, #fafafa, #eff0ee); text-align: center; text-transform: uppercase; }
.ad-reserve span { font-size: .63rem; letter-spacing: .12em; }
.ad-reserve p { margin: 5px 0 0; font-size: .7rem; letter-spacing: .08em; }
.story-grid { display: grid; grid-template-columns: 45% 1fr; gap: 36px; padding-top: 14px; align-items: center; }
.story-image img { width: 100%; height: 210px; object-fit: cover; object-position: center; border: 1px solid #cbb989; filter: sepia(.18); }
.story-grid h3 { font-size: 1.4rem; }
.story-grid p { margin: .75rem 0; color: #3f4541; font-size: .86rem; }
.story-grid a { font-size: .78rem; font-weight: 700; text-decoration: none; }
.story-grid small { display: block; margin-top: 12px; color: var(--muted); font-size: .65rem; }
.shop-preview > p { max-width: 880px; margin: 14px auto 18px; color: var(--muted); font-size: .82rem; text-align: center; }
.merch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.merch-grid > div { display: grid; place-items: center; min-height: 170px; padding: 22px; background: #f4f4f1; }
.merch-grid small { margin-top: 10px; color: var(--muted); font-size: .7rem; }
.merch-mark { width: 150px; height: 110px; display: grid; place-content: center; color: #eee7d7; background: var(--green-dark); border-radius: 2px; text-align: center; font: .8rem/1.1 var(--serif); letter-spacing: .08em; }
.merch-mark b { font-size: 1.05rem; }
.merch-mark.notebook { color: #17261e; background: #d8d1bc; border: 2px solid #344a3b; }
.merch-mark.wordmark { border-radius: 50%; }
.follow-route { display: grid; grid-template-columns: 1fr 1.25fr .55fr; gap: 28px; align-items: center; }
.follow-route h2 { font-size: 2rem; }
.follow-route p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }
.language-card { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 8px 25px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.language-card > span { font-size: 2rem; }
.language-card strong, .language-card small { display: block; }
.language-card small { color: var(--muted); font-size: .67rem; }
.language-card select { grid-column: 2; width: 100%; margin-top: 5px; padding: 6px; border: 1px solid var(--line); background: #fff; }
.follow-route .tagline { color: #323834; font: 1.2rem/1.2 var(--serif); }

.site-footer { width: min(calc(100% - 48px), var(--max)); display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; margin: 0 auto; padding: 28px 0; border-top: 1px solid var(--line); }
.footer-title { color: var(--ink); font: 700 1.25rem var(--serif); text-decoration: none; text-transform: uppercase; }
.site-footer p { max-width: 560px; margin: .3rem 0 0; color: var(--muted); font-size: .72rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: flex-end; }
.site-footer nav a { color: #3d433f; font-size: .7rem; text-decoration: none; }
.copyright { grid-column: 1 / -1; text-align: right; }

.page-intro { padding: 85px 0 70px; border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 900px; }
.page-intro > p:last-child { max-width: 760px; margin: 26px 0 0; color: var(--muted); font: 1.25rem/1.55 var(--serif); }
.page-intro.narrow { padding-bottom: 45px; }
.page-intro.narrow h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.quick-links { background: var(--green-dark); }
.quick-links .wrap { display: flex; gap: 28px; overflow-x: auto; padding-top: 13px; padding-bottom: 13px; }
.quick-links a { flex: none; color: #fff; font-size: .78rem; text-decoration: none; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 820px); gap: 70px; justify-content: center; padding-top: 55px; padding-bottom: 75px; }
.contents { align-self: start; position: sticky; top: 20px; display: grid; padding: 15px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.contents p { margin: 0 0 8px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contents a { padding: 7px 0; color: var(--muted); font-size: .78rem; text-decoration: none; }
.prose > section { margin: 0 0 70px; scroll-margin-top: 25px; }
.prose h2 { margin-bottom: 20px; }
.prose h3 { margin-bottom: 8px; }
.prose p, .prose li, .legal p, .legal li { color: #3b423d; line-height: 1.75; }
.prose li { margin-bottom: 8px; }
.route-note { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.route-note > span { color: var(--green); font: 700 1rem var(--serif); }
.route-note p:last-child { margin-bottom: 0; }
.card-grid { display: grid; gap: 15px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid article { padding: 22px; background: var(--soft); }
.card-grid article p { margin: 10px 0 0; font-size: .83rem; line-height: 1.55; }
.notice { padding: 32px; background: var(--green-pale); border-left: 4px solid var(--green); }
.link-stack { display: grid; gap: 7px; }
.citation, .resource-list { display: grid; margin-top: 20px; border-top: 1px solid var(--line); }
.citation span { padding-top: 12px; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.citation a { padding: 9px 0; border-bottom: 1px solid var(--line); }
.timeline { margin-top: 30px; border-left: 2px solid var(--green); }
.timeline div { display: grid; grid-template-columns: 90px 1fr; padding: 4px 0 18px 22px; }
.timeline time { color: var(--green); font-weight: 700; }
.timeline p { margin: 0; }
.resource-list a { display: flex; justify-content: space-between; gap: 25px; padding: 15px 0; color: var(--ink); border-bottom: 1px solid var(--line); text-decoration: none; }
.resource-list span { color: var(--green); font-size: .78rem; }

.freshness { display: flex; gap: 14px; align-items: center; margin-top: 28px; padding: 18px 22px; background: var(--green-pale); }
.freshness p { margin: 2px 0 0; color: var(--muted); font-size: .78rem; }
.status-dot { width: 12px; height: 12px; flex: none; background: #be8a18; border-radius: 50%; }
.status-dot.good { background: var(--green); }
.status-dot.bad { background: #a33b31; }
.condition-section { padding-top: 55px; padding-bottom: 55px; }
.condition-section .section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.condition-section .section-heading > p { max-width: 450px; margin: 0; color: var(--muted); font-size: .78rem; text-align: right; }
.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.condition-card { min-height: 250px; padding: 24px; background: #fff; border: 1px solid var(--line); }
.condition-card h3 { min-height: 48px; }
.condition-card .reading { margin: 18px 0 4px; color: var(--green-dark); font: 700 2.2rem var(--serif); }
.condition-card .secondary { color: var(--muted); font-size: .78rem; }
.condition-card .period { padding: 10px 0; border-top: 1px solid var(--line); }
.condition-card .period strong { font-size: .78rem; }
.condition-card .period span { float: right; color: var(--green); font-weight: 700; }
.condition-card .source-meta { margin-top: 15px; color: var(--muted); font-size: .68rem; }
.condition-card > a { font-size: .74rem; font-weight: 700; }
.river-section { width: 100%; background: var(--soft); }
.river-section > .wrap { margin-inline: auto; }
.official-desk { padding-top: 60px; padding-bottom: 60px; }
.method { margin-bottom: 70px; padding: 30px; border: 1px solid var(--line); }
.method h2 { margin-bottom: 12px; font-size: 1.5rem; }
.method p { margin: 0; color: var(--muted); font-size: .8rem; }

.shop-status { display: grid; grid-template-columns: 120px 1fr; margin-top: 30px; padding: 22px; background: var(--soft); }
.shop-status span { color: var(--green); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.shop-status p { grid-column: 2; margin: 5px 0 0; color: var(--muted); font-size: .78rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 45px; padding-bottom: 65px; }
.product-grid article { min-width: 0; }
.product-art { aspect-ratio: 1; display: grid; place-content: center; margin-bottom: 20px; background: var(--soft); text-align: center; }
.product-art span, .product-art b, .product-art small { display: block; }
.product-art span { font-size: .7rem; letter-spacing: .2em; }
.product-art b { color: var(--green); font: 700 2.6rem var(--serif); }
.product-art small { color: var(--muted); }
.product-grid h2 { font-size: 1.65rem; }
.product-grid article > p:not(.eyebrow) { color: var(--muted); font-size: .8rem; }
.availability { margin-top: 18px; padding: 10px 0; color: var(--green) !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .72rem !important; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.access-grid { grid-template-columns: repeat(2, 1fr); }
.access-grid article { min-height: 210px; }
.access-grid small { display: block; color: var(--muted); font-size: .68rem; }
.shop-principles { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; margin-bottom: 70px; padding: 35px; color: #fff; background: var(--green-dark); }
.shop-principles h2 { color: #fff; }
.shop-principles p:last-child { margin: 0; color: #d9e6dc; }

.legal { max-width: 820px; padding-top: 50px; padding-bottom: 75px; }
.legal h2 { margin: 38px 0 12px; font-size: 1.55rem; }
.legal h2:first-child { margin-top: 0; }
.legal code { padding: 2px 5px; background: var(--soft); }
.reviewed { margin-top: 40px; color: var(--muted); font-size: .75rem; }
.search-page { max-width: 820px; padding-top: 50px; padding-bottom: 85px; }
.search-page label { display: block; margin-bottom: 9px; font: 700 1.2rem var(--serif); }
.search-page form > div { display: flex; }
.search-page input { min-width: 0; flex: 1; padding: 14px; border: 1px solid #999f9a; }
.search-page button { padding: 14px 25px; color: #fff; background: var(--green); border: 1px solid var(--green); }
.search-summary { margin-top: 24px; color: var(--muted); }
.search-results { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.search-results li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.search-results a { display: block; font: 700 1.2rem var(--serif); }
.search-results span { color: var(--muted); font-size: .75rem; }
.not-found { min-height: 60vh; display: grid; place-content: center start; padding-top: 70px; padding-bottom: 70px; }
.not-found p { max-width: 500px; margin: 20px 0; color: var(--muted); }
.hero-actions { display: flex; gap: 10px; }
.button { display: inline-flex; align-items: center; padding: 11px 16px; color: var(--green); border: 1px solid var(--green); font-size: .78rem; font-weight: 700; text-decoration: none; }
.button.primary { color: #fff; background: var(--green); }

@media (max-width: 1000px) {
  .masthead-row { min-height: 94px; }
  .brand-lockup img { width: 68px; height: 71px; }
  .masthead small { display: none; }
  .primary-nav { justify-content: flex-start; gap: 28px; margin-top: 0; overflow-x: auto; }
  .condition-summaries { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .condition-summaries article:nth-child(3) { padding-left: 0; border-left: 0; }
  .atlas-grid { grid-template-columns: 1fr; }
  .map-column { border-right: 0; }
  .latest-guides { padding: 10px 0 55px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .plan-grid a:nth-child(3) { padding-left: 0; border-left: 0; }
  .article-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 40px; }
}

@media (max-width: 720px) {
  .wrap, .site-header, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .utility > span { display: none; }
  .utility { justify-content: flex-end; }
  .masthead-row { min-height: 80px; }
  .brand-lockup { gap: 9px; }
  .brand-lockup img { width: 49px; height: 51px; }
  .masthead { font-size: 1.35rem; }
  .header-search { width: auto; }
  .header-search input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
  .header-search button { position: relative; width: 44px; height: 44px; padding: 0; overflow: hidden; color: transparent; background: #fff; border: 1px solid var(--line); }
  .header-search button::after { content: "⌕"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); font-size: 1.5rem; line-height: 1; }
  .primary-nav { gap: 22px; min-height: 45px; }
  .primary-nav a { flex: none; font-size: .77rem; }
  .today { padding: 28px 0 14px; }
  .today h1 { font-size: 2.65rem; }
  .today p { font-size: 1rem; }
  .condition-summaries { grid-template-columns: 1fr; padding-bottom: 18px; }
  .condition-summaries article, .condition-summaries article:nth-child(3) { padding: 0 0 16px; border: 0; border-bottom: 1px solid var(--line); }
  .condition-summaries article:last-child { border: 0; }
  .home-search { width: calc(100% - 28px); margin-top: 17px; }
  .home-search span { display: none; }
  .home-search input { padding-left: 12px; }
  .home-search button { min-width: 86px; }
  .atlas-toolbar h2 { font-size: 1.4rem; }
  .atlas-grid { min-height: 0; }
  .regional-map, .regional-list { height: 460px; }
  .latest-guides > a:not(.map-link) { grid-template-columns: 95px 1fr 13px; }
  .latest-guides img { width: 95px; height: 62px; }
  .section-line { flex-wrap: wrap; padding: 10px 0; }
  .section-line h2 { width: 100%; }
  .photo-grid, .story-grid, .follow-route, .condition-grid, .product-grid, .shop-principles, .access-grid { grid-template-columns: 1fr; }
  .photo-grid img { aspect-ratio: 16 / 8.5; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-grid a, .plan-grid a:nth-child(3) { padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); }
  .story-grid { gap: 18px; }
  .story-image img { height: 190px; }
  .merch-grid { gap: 8px; }
  .merch-grid > div { min-height: 125px; padding: 10px; }
  .merch-mark { width: 90px; height: 75px; font-size: .58rem; }
  .merch-mark b { font-size: .7rem; }
  .follow-route { gap: 18px; }
  .language-card { padding: 12px 0; border-left: 0; border-right: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .copyright { grid-column: auto; text-align: left; }
  .page-intro { padding: 55px 0 42px; }
  .page-intro > p:last-child { font-size: 1.05rem; }
  .article-layout { grid-template-columns: 1fr; padding-top: 30px; }
  .contents { position: static; }
  .card-grid.three { grid-template-columns: 1fr; }
  .condition-section .section-heading { display: block; }
  .condition-section .section-heading > p { margin-top: 10px; text-align: left; }
  .resource-list a { display: grid; gap: 4px; }
  .shop-status { grid-template-columns: 1fr; }
  .shop-status p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
