
:root {
  --ink: #26332d;
  --ink-soft: #56665e;
  --cream: #f5f0e3;
  --paper: #fffdf7;
  --deep: #294f40;
  --sage: #71ad8e;
  --mint: #b9dcbc;
  --aqua: #cfe9e6;
  --coral: #d86e67;
  --yellow: #f4e948;
  --navy: #3d3a73;
  --line: rgba(38, 51, 45, .17);
  --paper-grain: radial-gradient(rgba(39, 58, 48, .08) .65px, transparent .72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Zen Kaku Gothic New", "Yu Gothic", sans-serif; font-feature-settings: "palt"; -webkit-font-smoothing: antialiased; }
body, button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.campaign-site { min-width: 0; overflow: clip; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; padding: 0 clamp(22px, 4.4vw, 70px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,247,.94); border-bottom: 1px solid rgba(38,51,45,.12); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 16px; font-weight: 900; letter-spacing: .07em; line-height: 1; }
.brand small { margin-top: 6px; color: var(--deep); font: 700 7px/1 "DM Sans", sans-serif; letter-spacing: .2em; }
.brand-paw { width: 39px; height: 39px; display: grid; place-items: center; color: var(--paper); background: var(--deep); clip-path: polygon(46% 0, 84% 14%, 100% 49%, 82% 87%, 43% 100%, 9% 78%, 0 38%, 18% 8%); transform: rotate(-5deg); }
.brand-paw svg { width: 23px; transform: rotate(5deg); }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 44px); font-size: 12px; font-weight: 700; letter-spacing: .07em; }
.global-nav > a { position: relative; padding: 10px 0; }
.global-nav > a:not(.header-contact)::after { content: ""; position: absolute; inset: auto 50% 3px; height: 2px; background: var(--coral); transition: inset .35s ease; }
.global-nav > a:hover::after { inset-inline: 0; }
.global-nav .header-contact { padding: 11px 18px; color: white; background: var(--deep); border-radius: 2px 14px 2px 14px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); }

/* Shared art sprites */
.sticker-sprite { display: block; width: 100px; aspect-ratio: 1; background: url("../images/uchinoko-sticker-sheet-v2.webp") no-repeat; background-size: 300% 200%; pointer-events: none; }
.sprite-cat { background-position: 0 0; }
.sprite-dog { background-position: 50% 0; }
.sprite-fountain { background-position: 100% 0; }
.sprite-filter { background-position: 0 100%; }
.sprite-paw { background-position: 50% 100%; }
.sprite-leaf { background-position: 100% 100%; }

/* Hero: multiple visual planes, not a stock hero card */
.campaign-hero { position: relative; min-height: max(900px, 100svh); padding: 116px clamp(28px, 9vw, 150px) 72px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #edf2e6; }
.hero-layer { position: absolute; inset: 76px 0 0; width: 100%; height: calc(100% - 76px); object-fit: cover; pointer-events: none; }
.hero-world { z-index: -5; object-position: center; filter: saturate(.93); transform: scale(1.04); }
.hero-pets { z-index: -1; object-position: center; opacity: 1; filter: saturate(1.04) contrast(1.025); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 27%, rgba(0,0,0,.78) 43%, #000 51%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 27%, rgba(0,0,0,.78) 43%, #000 51%, #000 100%); }
.hero-paper-light { position: absolute; inset: 76px auto 0 0; z-index: -3; width: 59%; background: linear-gradient(90deg, rgba(248,244,232,.98) 0%, rgba(248,244,232,.88) 58%, rgba(248,244,232,0) 100%); pointer-events: none; }
.hero-foliage { z-index: -4; inset: 76px auto 0; width: 32%; background: url("../images/uchinoko-scenic-world-v2.webp") center/cover no-repeat; filter: saturate(1.05) contrast(1.02); }
.hero-foliage-left { left: 0; clip-path: polygon(0 0, 84% 0, 52% 14%, 79% 30%, 46% 46%, 70% 68%, 41% 100%, 0 100%); }
.hero-foliage-right { right: 0; left: auto; background-position: right center; clip-path: polygon(32% 0, 100% 0, 100% 100%, 21% 100%, 50% 80%, 26% 62%, 58% 41%, 31% 22%); opacity: .82; }
.hero-leaf-sticker { position: absolute; z-index: 2; right: 6vw; top: 17%; width: clamp(90px, 10vw, 150px); transform: rotate(10deg); animation: gentleFloat 5.5s ease-in-out infinite; }
.hero-paw-sticker { position: absolute; z-index: 2; right: 41%; bottom: 4%; width: 74px; opacity: .46; transform: rotate(-15deg); }
.hero-copy { position: relative; z-index: 5; width: min(590px, 52vw); text-align: center; }
.hanging-sign { position: relative; width: min(330px, 86%); margin: 0 auto 25px; padding: 17px 22px 15px; color: white; background: #30372f; clip-path: polygon(2% 5%, 98% 0, 100% 90%, 3% 100%, 0 51%); transform: rotate(-1.5deg); filter: drop-shadow(7px 9px 0 rgba(37,62,48,.14)); }
.hanging-sign .cord { position: absolute; bottom: 100%; width: 1.5px; height: 56px; background: #30372f; transform-origin: bottom; }
.hanging-sign .cord-left { left: 22%; transform: rotate(8deg); }
.hanging-sign .cord-right { right: 22%; transform: rotate(-7deg); }
.hanging-sign span { display: block; margin-bottom: 5px; color: #d8e8d8; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.hanging-sign strong { display: block; font-size: clamp(21px, 2.1vw, 31px); font-weight: 900; letter-spacing: .13em; }
.hero-kicker { margin: 0 0 15px; color: var(--deep); font: 700 10px/1 "DM Sans", sans-serif; letter-spacing: .24em; }
.campaign-hero h1 { margin: 0; font-family: "Zen Kurenaido", "Yu Gothic", sans-serif; font-weight: 400; line-height: 1.3; letter-spacing: .08em; }
.campaign-hero h1 span, .campaign-hero h1 em { display: block; }
.campaign-hero h1 span { font-size: clamp(38px, 4.2vw, 65px); }
.campaign-hero h1 em { color: var(--coral); font-size: clamp(48px, 5.35vw, 82px); font-style: normal; text-shadow: 3px 3px 0 rgba(255,255,255,.72); }
.mobile-pet-window { display: none; }
.hero-lead { margin: 19px 0 0; font-size: clamp(13px, 1.15vw, 16px); font-weight: 700; line-height: 2; letter-spacing: .045em; }
.lookup-ticket { position: relative; width: min(520px, 100%); margin: 26px auto 0; padding: 13px 14px 14px; text-align: left; background: rgba(255,253,247,.97); border: 1px solid rgba(41,79,64,.22); box-shadow: 9px 12px 0 rgba(41,79,64,.12); transform: rotate(.35deg); }
.lookup-ticket::before, .lookup-ticket::after { content: ""; position: absolute; top: 0; bottom: 0; width: 9px; background: radial-gradient(circle, var(--cream) 2px, transparent 2.5px) center/8px 12px repeat-y; }
.lookup-ticket::before { left: -5px; }
.lookup-ticket::after { right: -5px; }
.ticket-label { display: flex; align-items: center; justify-content: space-between; padding: 0 7px 9px; border-bottom: 1px dashed rgba(38,51,45,.24); }
.ticket-label span { color: var(--coral); font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .22em; }
.ticket-label b { font-size: 11px; letter-spacing: .09em; }
.lookup-field { height: 54px; padding: 0 5px 0 10px; display: flex; align-items: center; gap: 10px; }
.lookup-field > svg { width: 21px; color: var(--deep); flex: 0 0 auto; }
.lookup-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.lookup-field input::placeholder { color: #7f8c85; }
.lookup-field button { height: 40px; padding: 0 15px; display: flex; align-items: center; gap: 8px; border: 0; color: white; background: var(--navy); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.lookup-field button svg { width: 16px; }
.search-panel { position: absolute; z-index: 30; inset: calc(100% + 11px) 0 auto; padding: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: 12px 15px 0 rgba(41,79,64,.16); transform: rotate(-.35deg); }
.search-panel-head { padding: 3px 7px 10px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.search-panel-head button { border: 0; background: transparent; cursor: pointer; font-size: 10px; }
.search-suggestion { width: 100%; padding: 11px 8px; display: grid; grid-template-columns: 52px 1fr 18px; align-items: center; gap: 10px; text-align: left; color: var(--ink); background: transparent; border: 0; border-top: 1px dashed var(--line); cursor: pointer; }
.search-suggestion > span { padding: 5px 3px; text-align: center; color: var(--deep); background: #dbe9d8; font-size: 9px; font-weight: 700; }
.search-suggestion b, .search-suggestion small { display: block; }
.search-suggestion b { font-size: 12px; }
.search-suggestion small { margin-top: 3px; color: var(--ink-soft); font-size: 10px; font-weight: 500; }
.search-suggestion svg { width: 17px; }
.no-result { padding: 15px 7px; margin: 0; font-size: 11px; line-height: 1.7; }
.hero-routes { width: min(520px, 100%); margin: 18px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.hero-routes a { min-height: 52px; padding: 0 13px; display: grid; grid-template-columns: 23px 1fr 18px; align-items: center; gap: 8px; text-align: left; background: rgba(248,244,232,.88); border: 1px solid rgba(41,79,64,.22); transition: transform .3s ease, background .3s ease; }
.hero-routes a:first-child { clip-path: polygon(0 5%, 100% 0, 98% 100%, 2% 94%); }
.hero-routes a:last-child { clip-path: polygon(1% 0, 98% 5%, 100% 95%, 0 100%); }
.hero-routes a:hover { transform: translateY(-4px) rotate(-1deg); background: var(--paper); }
.hero-routes span { color: var(--coral); font: 700 9px/1 "DM Sans", sans-serif; }
.hero-routes b { font-size: 11px; }
.hero-routes svg { width: 17px; }
.hero-proof { margin: 12px 0 0; display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.hero-proof i { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(113,173,142,.19); }
.scroll-cue { position: absolute; z-index: 5; right: 25px; bottom: 18px; display: flex; flex-direction: column; align-items: center; gap: 9px; font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .22em; writing-mode: vertical-rl; }
.scroll-cue > i { position: relative; width: 1px; height: 55px; overflow: hidden; background: rgba(38,51,45,.24); }
.scroll-cue > i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 100%; background: var(--ink); animation: scrollLine 2s ease-in-out infinite; }

/* Story world: fixed scenic outer canvas + narrow handmade editorial ribbon */
.story-stage { position: relative; display: grid; grid-template-columns: minmax(230px, 1fr) 600px minmax(230px, 1fr); align-items: stretch; background: #dbe6d6 url("../images/uchinoko-scenic-world-v2.webp") center/cover fixed no-repeat; }
.story-stage::after { content: ""; position: fixed; inset: 76px 0 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(27,61,47,.14), transparent 27%, transparent 73%, rgba(27,61,47,.14)); mix-blend-mode: multiply; }
.story-ribbon { position: relative; z-index: 4; min-width: 0; overflow: clip; background: var(--cream); box-shadow: 0 0 32px rgba(35,66,51,.17); }
.side-scene { position: relative; z-index: 2; min-width: 0; }
.side-sticky { position: sticky; top: 76px; height: calc(100vh - 76px); overflow: hidden; }
.side-scene-left .side-sticky { min-width: 230px; }
.field-sign { position: absolute; left: clamp(22px, 4vw, 70px); bottom: 8vh; width: min(250px, calc(100% - 70px)); padding: 25px 18px 20px; color: white; text-align: center; background: #30372f; clip-path: polygon(3% 3%, 98% 0, 100% 91%, 1% 100%); transform: rotate(-4deg); filter: drop-shadow(9px 12px 0 rgba(32,58,45,.24)); }
.field-sign > i::before, .field-sign > i::after { content: ""; position: absolute; bottom: 100%; width: 3px; height: 68px; background: #30372f; transform-origin: bottom; }
.field-sign > i::before { left: 23%; transform: rotate(8deg); }
.field-sign > i::after { right: 23%; transform: rotate(-8deg); }
.field-sign b { display: block; font-size: clamp(20px, 2.1vw, 32px); line-height: 1.45; letter-spacing: .12em; }
.field-sign small { display: block; margin-top: 9px; color: var(--yellow); font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .24em; }
.side-cat { position: absolute; width: clamp(100px, 11vw, 170px); left: 7%; top: 13%; transform: rotate(-6deg); animation: gentleFloat 6s ease-in-out infinite; }
.side-dog { position: absolute; width: clamp(90px, 10vw, 150px); right: 4%; bottom: 2%; transform: rotate(5deg); }
.side-leaf { position: absolute; width: clamp(150px, 19vw, 270px); left: -4vw; bottom: 35%; transform: rotate(-18deg); opacity: .78; }

/* Journey map */
.journey-map { width: min(230px, calc(100% - 34px)); margin: 0 auto; padding: 9vh 0 5vh; overflow: visible; }
.journey-map > p { margin: 0 0 25px; color: var(--deep); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .22em; }
.journey-line { position: absolute; top: calc(9vh + 43px); left: 17px; width: 3px; height: min(480px, 63vh); background: rgba(41,79,64,.18); }
.journey-line > i { display: block; width: 100%; height: var(--journey-progress); max-height: 100%; background: var(--coral); transition: height .18s linear; }
.journey-walker { position: absolute; z-index: 3; left: 50%; top: var(--journey-progress); width: 50px; transform: translate(-50%, -50%); transition: top .18s linear; filter: drop-shadow(0 4px 3px rgba(38,51,45,.16)); }
.journey-map ol { position: relative; z-index: 2; display: grid; gap: clamp(20px, 4.5vh, 42px); margin: 0; padding: 0 0 0 54px; list-style: none; }
.journey-map li { position: relative; opacity: .58; transition: .35s ease; }
.journey-map li::before { content: ""; position: absolute; left: -43px; top: 50%; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 2px solid var(--deep); transform: translateY(-50%); }
.journey-map li a { display: inline-flex; flex-direction: column; padding: 7px 12px 8px; background: rgba(255,253,247,.93); border-radius: 2px 8px 2px 8px; box-shadow: 4px 5px 0 rgba(41,79,64,.11); }
.journey-map li span { color: var(--coral); font: 700 8px/1 "DM Sans", sans-serif; }
.journey-map li b { margin-top: 3px; white-space: nowrap; font-size: 10px; }
.journey-map li.is-active { opacity: 1; transform: translateX(6px); }
.journey-map li.is-active a { background: var(--yellow); }
.journey-map li.is-active::before { background: var(--yellow); transform: translateY(-50%) scale(1.35); }
.journey-map > small { position: absolute; left: 0; color: var(--deep); font: 700 7px/1 "DM Sans", sans-serif; letter-spacing: .16em; }
.journey-map > small:first-of-type { top: calc(9vh + 30px); }
.journey-map > small:last-of-type { top: calc(9vh + 535px); }

/* Central chapters */
.chapter { position: relative; padding: 132px 34px 150px; isolation: isolate; }
.chapter + .chapter { margin-top: -2px; }
.chapter::before { content: ""; position: absolute; z-index: -1; inset: -72px 0 0; background: var(--chapter-bg); border-radius: 48% 52% 0 0 / 2.2% 2.2% 0 0; }
.route-chapter { --chapter-bg: #8dc5a7; padding-top: 150px; }
.trust-chapter { --chapter-bg: #f2eee2; }
.journal-chapter { --chapter-bg: #d9e9bd; }
.cost-chapter { --chapter-bg: #77b99b; }
.fit-chapter { --chapter-bg: #f1ede1; }
.chapter-heading { position: relative; z-index: 2; text-align: center; }
.chapter-number { display: inline-block; padding-bottom: 7px; color: var(--deep); border-bottom: 2px solid var(--coral); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .22em; }
.chapter-heading > p { margin: 16px 0 0; font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.chapter-heading h2 { margin: 14px 0 0; font-family: "Zen Kurenaido", sans-serif; font-size: clamp(38px, 4vw, 51px); font-weight: 400; line-height: 1.55; letter-spacing: .08em; }
.animal-switch { position: relative; z-index: 6; width: 360px; margin: 48px auto -32px; display: flex; justify-content: center; gap: 20px; }
.animal-switch button { position: relative; width: 116px; height: 116px; padding: 0; display: grid; place-items: center; align-content: center; border: 5px solid var(--paper); border-radius: 50%; color: var(--ink); background: rgba(255,253,247,.93); box-shadow: 6px 8px 0 rgba(42,80,63,.15); cursor: pointer; transition: transform .35s cubic-bezier(.34,1.56,.64,1), background .3s ease; }
.animal-switch button .sticker-sprite { position: absolute; inset: -29px auto auto -18px; width: 78px; }
.animal-switch button b { font-size: 21px; }
.animal-switch button small { margin-top: 3px; color: var(--coral); font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.animal-switch button.is-active { background: var(--yellow); transform: translateY(-8px) rotate(-4deg); }
.story-photo, .trust-photo { position: relative; z-index: 3; margin-top: 0; }
.story-photo > img, .trust-photo > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 10px solid rgba(255,253,247,.88); border-radius: 54px 10px 54px 10px; box-shadow: 10px 13px 0 rgba(42,80,63,.12); }
.story-photo > img { animation: imageChange .65s ease both; }
.vertical-title { position: absolute; z-index: 5; right: 18px; top: 23px; display: flex; gap: 7px; margin: 0; align-items: flex-start; }
.vertical-title span { padding: 10px 8px; color: var(--ink); background: rgba(255,255,255,.94); writing-mode: vertical-rl; font-size: 17px; font-weight: 900; line-height: 1.5; letter-spacing: .08em; box-shadow: 3px 4px 0 rgba(38,51,45,.08); }
.photo-sticker-filter { position: absolute; z-index: 7; left: -36px; bottom: -45px; width: 120px; transform: rotate(-12deg); }
.photo-sticker-paw { position: absolute; z-index: 7; right: 14px; bottom: -50px; width: 90px; transform: rotate(9deg); }
.point-note { position: relative; z-index: 5; margin: 54px 0 0; padding: 28px 27px 27px; background: var(--paper); box-shadow: 7px 9px 0 rgba(42,80,63,.11); }
.point-note::before { content: ""; position: absolute; bottom: 100%; left: 72px; border-width: 0 13px 18px; border-style: solid; border-color: transparent transparent var(--paper); }
.point-note > span { position: absolute; top: -20px; right: 18px; padding: 9px 13px; color: white; background: var(--navy); font: 700 12px/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.point-note p { margin: 0; font-size: 14px; line-height: 2; }
.category-trail { margin-top: 70px; padding: 25px 27px 13px; background: rgba(244,240,227,.78); border: 1px solid rgba(41,79,64,.18); transform: rotate(-.5deg); }
.trail-label { margin: 0 0 10px; color: var(--coral); font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .23em; }
.category-trail a { min-height: 78px; display: grid; grid-template-columns: 32px 1fr 23px; align-items: center; gap: 11px; border-top: 1px dashed rgba(38,51,45,.25); transition: padding .3s ease, background .3s ease; }
.category-trail a:hover { padding-inline: 9px; background: rgba(255,255,255,.4); }
.category-trail a > span { color: var(--coral); font: 700 9px/1 "DM Sans", sans-serif; }
.category-trail a b { font-size: 19px; }
.category-trail a small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; font-weight: 500; }
.category-trail svg { width: 20px; }

/* Trust chapter */
.chapter-leaf { position: absolute; z-index: 3; right: -28px; top: 62px; width: 150px; transform: rotate(18deg); }
.trust-photo { margin-top: 52px; }
.trust-fountain { position: absolute; z-index: 6; left: -42px; bottom: -55px; width: 135px; transform: rotate(-7deg); }
.point-note-dark { margin-top: 65px; color: white; background: var(--deep); transform: rotate(.5deg); }
.point-note-dark::before { left: auto; right: 82px; border-bottom-color: var(--deep); }
.point-note-dark > span { background: var(--coral); }
.point-note-dark h3 { margin: 0 0 10px; font-size: 22px; }
.point-note-dark p { color: rgba(255,255,255,.84); font-size: 12px; }
.evidence-stamps { margin-top: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 13px; }
.evidence-stamp { position: relative; min-height: 104px; padding: 19px 15px 15px 48px; display: flex; flex-direction: column; justify-content: center; background: rgba(255,253,247,.89); border: 1px solid rgba(38,51,45,.17); box-shadow: 5px 6px 0 rgba(41,79,64,.1); }
.evidence-stamp:nth-child(odd) { transform: rotate(-1.2deg); }
.evidence-stamp:nth-child(even) { transform: rotate(1deg); }
.evidence-stamp i { position: absolute; left: 15px; top: 20px; width: 23px; height: 23px; border: 2px solid var(--deep); border-radius: 50%; }
.evidence-stamp i::after { content: ""; position: absolute; left: 5px; top: 6px; width: 10px; height: 5px; border-left: 2px solid var(--coral); border-bottom: 2px solid var(--coral); transform: rotate(-45deg); }
.evidence-stamp b { font-size: 14px; }
.evidence-stamp small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; line-height: 1.55; }
.stamp-5 { background: #e5e5df; }
.stamp-6 { color: #7c3436; background: #f6dbd8; }
.checked-date { margin-top: 43px; padding: 18px 5px; display: grid; grid-template-columns: 1fr auto; align-items: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checked-date span { font-size: 10px; font-weight: 700; }
.checked-date b { font: 700 25px/1 "DM Sans", sans-serif; letter-spacing: .04em; }
.checked-date small { grid-column: 1 / -1; margin-top: 6px; color: var(--ink-soft); font-size: 9px; text-align: right; }
.chapter-link { width: 100%; margin-top: 40px; padding: 16px 5px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.chapter-link svg { width: 20px; transition: transform .3s ease; }
.chapter-link:hover svg { transform: translateX(6px); }

/* Editorial journal */
.journal-list { margin-top: 65px; display: grid; gap: 96px; }
.journal-story { display: block; }
.journal-image { position: relative; width: 88%; }
.story-right .journal-image { margin-left: auto; }
.journal-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 9px solid rgba(255,253,247,.82); border-radius: 9px 44px 9px 44px; filter: saturate(.86); }
.story-left .journal-image img { border-radius: 44px 9px 44px 9px; }
.journal-image > span { position: absolute; top: -25px; width: 72px; height: 72px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font: 700 15px/1 "DM Sans", sans-serif; border: 5px solid #d9e9bd; }
.story-right .journal-image > span { left: -28px; }
.story-left .journal-image > span { right: -28px; }
.journal-paper { position: relative; z-index: 2; width: 90%; margin: -24px auto 0; padding: 25px 26px 21px; background: var(--paper); box-shadow: 7px 9px 0 rgba(42,80,63,.11); transition: transform .35s ease; }
.journal-story:hover .journal-paper { transform: translateY(-6px) rotate(-.5deg); }
.journal-paper > small { color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.journal-paper h3 { margin: 10px 0 20px; font-size: 20px; line-height: 1.75; }
.journal-paper h3 span { display: block; }
.journal-paper > b { display: flex; align-items: center; justify-content: flex-end; gap: 9px; color: var(--navy); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.journal-paper svg { width: 18px; }

/* Annual cost notebook */
.cost-paws { position: absolute; z-index: 2; left: -22px; top: 65px; width: 125px; transform: rotate(-12deg); opacity: .72; }
.field-notebook { position: relative; margin-top: 62px; padding: 35px 30px 29px 48px; background: #fffef8; border: 1px solid rgba(38,51,45,.16); box-shadow: 12px 14px 0 rgba(41,79,64,.14); transform: rotate(.4deg); }
.field-notebook::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(transparent 0 33px, rgba(73,124,101,.11) 33px 34px); opacity: .6; }
.notebook-rings { position: absolute; z-index: 3; left: -13px; top: 35px; display: grid; gap: 56px; }
.notebook-rings i { width: 31px; height: 10px; border-radius: 99px; background: #56645e; box-shadow: inset 0 -2px 0 rgba(0,0,0,.23); }
.notebook-head, .notebook-controls, .notebook-result, .notebook-note { position: relative; z-index: 2; }
.notebook-head > span { display: inline-block; padding: 6px 9px; color: white; background: var(--coral); font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.notebook-head h3 { margin: 12px 0 8px; font-size: 27px; }
.notebook-head p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.8; }
.notebook-controls { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.notebook-controls fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.notebook-controls legend { margin-bottom: 9px; font-size: 10px; font-weight: 700; }
.notebook-controls fieldset > div { display: flex; flex-wrap: wrap; gap: 6px; }
.notebook-controls button { min-height: 35px; padding: 0 11px; color: var(--ink); background: #f2ede1; border: 1px solid rgba(38,51,45,.2); cursor: pointer; font-size: 10px; font-weight: 700; transition: .25s ease; }
.notebook-controls button.is-active { color: white; background: var(--navy); transform: rotate(-2deg); }
.notebook-result { margin-top: 32px; padding: 24px 20px 19px; text-align: center; background: rgba(207,233,230,.72); border: 2px solid var(--deep); }
.notebook-result > p:first-child { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.notebook-result > strong { display: block; margin: 7px 0; color: var(--deep); font: 700 clamp(48px, 5vw, 66px)/1 "DM Sans", sans-serif; }
.notebook-result > strong > span { font-size: .42em; vertical-align: .5em; }
.notebook-result > strong > small { margin-left: 5px; color: var(--ink); font: 700 11px/1 "Zen Kaku Gothic New", sans-serif; }
.cost-lines { display: flex; justify-content: center; gap: 5px; }
.cost-lines i { width: 24%; height: 5px; background: var(--sage); }
.cost-lines i:nth-child(2) { width: 12%; background: var(--yellow); }
.cost-lines i:nth-child(3) { width: 7%; background: var(--coral); }
.notebook-result > p:last-child { margin: 13px 0 0; font-size: 10px; }
.notebook-result > p:last-child b { margin-left: 10px; font-size: 17px; }
.notebook-note { margin-top: 24px; padding: 12px 0 0; border-top: 1px dashed var(--line); }
.notebook-note b { font-size: 10px; }
.notebook-note p { margin: 5px 0 0; color: var(--ink-soft); font-size: 9px; line-height: 1.7; }

/* Fit path */
.fit-scene { position: relative; min-height: 560px; margin: 45px -10px 0; }
.fit-fountain { position: absolute; z-index: 4; left: 5px; top: 10px; width: 190px; transform: rotate(-5deg); }
.fit-filter { position: absolute; z-index: 5; right: 4px; bottom: 20px; width: 155px; transform: rotate(8deg); }
.fit-path-line { position: absolute; left: 50%; top: 65px; bottom: 65px; width: 7px; background: repeating-linear-gradient(to bottom, var(--coral) 0 11px, transparent 11px 22px); transform: translateX(-50%) rotate(7deg); }
.fit-path-line i { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--deep); }
.fit-path-line i:nth-child(1) { top: 8%; left: -4px; }
.fit-path-line i:nth-child(2) { top: 48%; right: -4px; }
.fit-path-line i:nth-child(3) { bottom: 5%; left: -4px; }
.fit-sign { position: absolute; z-index: 6; width: 285px; padding: 22px 22px 19px; color: white; background: var(--deep); filter: drop-shadow(8px 10px 0 rgba(41,79,64,.17)); transition: transform .35s ease; }
.fit-sign:hover { transform: translateY(-6px) rotate(0deg); }
.fit-sign::after { content: ""; position: absolute; top: 100%; width: 9px; height: 72px; background: #705b40; }
.fit-sign small { color: var(--yellow); font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .16em; }
.fit-sign b { display: block; margin-top: 9px; font-size: 20px; line-height: 1.6; }
.fit-sign span { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 700; }
.fit-sign svg { width: 18px; }
.sign-a { right: 4px; top: 80px; clip-path: polygon(0 5%, 100% 0, 97% 100%, 2% 94%); transform: rotate(2deg); }
.sign-a::after { right: 50px; }
.sign-b { left: 4px; bottom: 95px; color: var(--ink); background: var(--yellow); clip-path: polygon(2% 0, 98% 6%, 100% 93%, 0 100%); transform: rotate(-2deg); }
.sign-b small { color: var(--coral); }
.sign-b::after { left: 50px; }
.fit-status { padding: 18px 20px; display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; background: rgba(255,253,247,.78); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-status span { padding: 7px 6px; text-align: center; color: white; background: var(--coral); font-size: 9px; font-weight: 700; }
.fit-status p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.7; }

/* Goal */
.goal-section { position: relative; min-height: 680px; margin-top: -35px; padding: 220px 40px 120px; text-align: center; overflow: hidden; background: #cce9e8; border-radius: 52% 48% 0 0 / 9% 9% 0 0; }
.goal-section::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: url("../images/uchinoko-scenic-world-v2.webp") center bottom/cover no-repeat; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 50%); mask-image: linear-gradient(to bottom, transparent, #000 50%); }
.goal-cat, .goal-dog { position: absolute; z-index: 3; width: 180px; }
.goal-cat { left: -16px; bottom: 35px; transform: rotate(-5deg); }
.goal-dog { right: -12px; bottom: 30px; transform: rotate(4deg); }
.goal-section > p:first-of-type { margin: 0; color: var(--coral); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .23em; }
.goal-section h2 { margin: 18px 0 0; font-family: "Zen Kurenaido", sans-serif; font-size: 45px; font-weight: 400; line-height: 1.6; }
.goal-section > p:nth-of-type(2) { margin: 20px 0 0; font-size: 12px; line-height: 2; }
.coming-chip { display: inline-block; margin-top: 27px; padding: 9px 22px; color: white; background: var(--navy); border-radius: 50%; transform: rotate(-5deg); font-size: 10px; font-weight: 700; }

/* Mobile route indicator */
.mobile-journey { position: fixed; z-index: 80; left: 14px; right: 14px; bottom: 12px; height: 48px; padding: 0 13px; display: none; align-items: center; gap: 9px; background: rgba(41,79,64,.94); box-shadow: 0 9px 25px rgba(28,51,40,.24); transform: translateY(90px); transition: transform .4s ease; }
.mobile-journey.is-visible { transform: translateY(0); }
.mobile-journey > span { color: white; font: 700 7px/1 "DM Sans", sans-serif; letter-spacing: .1em; }
.mobile-journey > div { position: relative; flex: 1; height: 3px; background: rgba(255,255,255,.25); }
.mobile-journey > div > i { display: block; width: var(--journey-progress); height: 100%; background: var(--yellow); }
.mobile-journey b { position: absolute; top: 50%; left: var(--journey-progress); width: 39px; transform: translate(-50%,-50%); transition: left .18s linear; }

/* Footer */
.site-footer { position: relative; z-index: 10; padding: 72px clamp(28px, 7vw, 100px) 22px; color: white; background: #203c31; }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .13; background: var(--paper-grain); background-size: 8px 8px; }
.footer-intro, .footer-links, .footer-bottom { position: relative; z-index: 2; }
.footer-intro { display: flex; gap: 17px; align-items: flex-start; }
.footer-intro .brand-paw { color: var(--deep); background: var(--paper); }
.footer-intro strong { font-size: 22px; letter-spacing: .08em; }
.footer-intro p { margin: 12px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.9; }
.footer-links { margin-top: 56px; padding: 35px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links b { margin-bottom: 8px; color: #cfe7d5; font-size: 11px; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.72); font-size: 10px; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font: 600 8px/1 "DM Sans", sans-serif; letter-spacing: .11em; }

/* Information routes */
.info-page { min-height: 100vh; background: var(--cream); }
.info-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 76px; padding: 0 clamp(22px,5vw,70px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,247,.95); border-bottom: 1px solid var(--line); }
.info-brand { display: flex; align-items: center; gap: 10px; font-size: 15px; letter-spacing: .07em; }
.info-brand > span { width: 36px; height: 36px; padding: 7px; color: white; background: var(--deep); clip-path: polygon(46% 0,84% 14%,100% 49%,82% 87%,43% 100%,9% 78%,0 38%,18% 8%); }
.back-home { display: flex; gap: 16px; align-items: center; font-size: 10px; font-weight: 700; }
.back-home i { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--deep); border-radius: 50%; font-style: normal; }
.info-hero { position: relative; min-height: 500px; padding: 160px 24px 85px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; background: #cfe7da url("../images/uchinoko-scenic-world-v2.webp") center/cover no-repeat; }
.info-hero::after { content: ""; position: absolute; inset: 0; background: rgba(247,242,227,.58); backdrop-filter: blur(2px); }
.info-hero > * { position: relative; z-index: 2; }
.info-hero > p:first-of-type { margin: 0; color: var(--coral); font: 700 10px/1 "DM Sans",sans-serif; letter-spacing: .22em; }
.info-hero h1 { margin: 18px 0 0; font-family: "Zen Kurenaido",sans-serif; font-size: clamp(46px,6vw,76px); font-weight: 400; letter-spacing: .08em; }
.info-lead { max-width: 650px; margin: 25px 0 0; font-size: 13px; line-height: 2; font-weight: 700; }
.info-orbit { display: none; }
.info-body { width: min(820px, calc(100% - 44px)); margin: 0 auto; padding: 70px 0 110px; }
.breadcrumbs { display: flex; gap: 9px; color: var(--ink-soft); font-size: 9px; }
.info-section { padding: 54px 0; display: grid; grid-template-columns: 85px 1fr; gap: 28px; border-bottom: 1px solid var(--line); }
.info-index { color: var(--coral); font: 700 13px/1 "DM Sans",sans-serif; letter-spacing: .1em; }
.info-section h2 { margin: 0 0 20px; font-size: 27px; }
.info-section p, .info-section li { font-size: 13px; line-height: 2; }
.info-section p { margin: 0; }
.info-section ul { margin: 0; padding-left: 19px; }
.info-note { margin-top: 52px; padding: 24px; color: white; background: var(--deep); }
.info-note strong { font-size: 14px; }
.info-note p { margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.8; }
.info-cta { width: min(420px,100%); min-height: 58px; margin: 38px auto 0; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); font-size: 11px; font-weight: 700; }
.info-footer { min-height: 84px; padding: 25px clamp(22px,5vw,70px); display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.58); background: #203c31; font-size: 8px; letter-spacing: .08em; }
.info-footer a:first-of-type { margin-left: auto; }

/* Motion */
.motion-ready .reveal { opacity: 0; transform: translateY(52px); transition: opacity 1s ease, transform 1s cubic-bezier(.22,.8,.28,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .pop-reveal { opacity: 0; transform: scale(.55) rotate(-10deg); transition: opacity .75s ease, transform .8s cubic-bezier(.34,1.56,.64,1); }
.motion-ready .pop-reveal.is-visible { opacity: 1; transform: scale(1) rotate(0); }
.motion-ready .hero-layer { opacity: 0; transform: translateY(80px) scale(1.04); animation: layerRise 1.15s cubic-bezier(.22,.8,.28,1) forwards; }
.motion-ready .layer-1 { animation-delay: .05s; }
.motion-ready .layer-2 { animation-delay: .25s; }
.motion-ready .layer-3 { animation-delay: .45s; }
.motion-ready .layer-4 { animation-delay: .62s; }
.motion-ready .hanging-sign { opacity: 0; animation: signDrop .95s .7s cubic-bezier(.34,1.56,.64,1) forwards; }
.motion-ready .hero-kicker, .motion-ready .campaign-hero h1, .motion-ready .hero-lead, .motion-ready .lookup-ticket, .motion-ready .hero-routes, .motion-ready .hero-proof { opacity: 0; animation: copyRise .8s ease forwards; }
.motion-ready .hero-kicker { animation-delay: .82s; }
.motion-ready .campaign-hero h1 { animation-delay: .92s; }
.motion-ready .hero-lead { animation-delay: 1.02s; }
.motion-ready .lookup-ticket { animation-delay: 1.12s; }
.motion-ready .hero-routes { animation-delay: 1.2s; }
.motion-ready .hero-proof { animation-delay: 1.28s; }
@keyframes layerRise { to { opacity: 1; transform: translateY(0) scale(1.04); } }
@keyframes signDrop { from { opacity: 0; transform: translateY(-80px) rotate(-8deg); } to { opacity: 1; transform: translateY(0) rotate(-1.5deg); } }
@keyframes copyRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollLine { 0% { transform: translateY(0); } 55%,100% { transform: translateY(200%); } }
@keyframes gentleFloat { 0%,100% { translate: 0 0; rotate: -2deg; } 50% { translate: 0 -12px; rotate: 3deg; } }
@keyframes imageChange { from { opacity: .2; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1180px) {
  .story-stage { grid-template-columns: minmax(190px,1fr) 590px minmax(190px,1fr); }
  .field-sign { width: min(205px,calc(100% - 40px)); left: 22px; }
  .journey-map { width: 185px; }
  .journey-map li b { white-space: normal; }
  .hero-copy { width: min(570px,58vw); }
}

@media (max-width: 980px) {
  .site-header { height: 70px; }
  .hero-layer { inset-block-start: 70px; height: calc(100% - 70px); }
  .hero-paper-light { inset-block-start: 70px; }
  .hero-foliage { inset-block-start: 70px; }
  .global-nav { position: fixed; inset: 70px 0 auto; padding: 26px 28px 30px; display: grid; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: .4s ease; }
  .global-nav.is-open { transform: translateY(0); opacity: 1; }
  .global-nav > a { padding: 14px 0; border-bottom: 1px dashed var(--line); }
  .global-nav .header-contact { margin-top: 12px; text-align: center; border: 0; }
  .menu-button { width: 50px; display: grid; grid-template-columns: 1fr; place-items: center; gap: 4px; cursor: pointer; }
  .menu-button i { width: 23px; height: 1.5px; background: currentColor; transition: .3s ease; }
  .menu-button span { margin-top: 2px; font: 700 7px/1 "DM Sans",sans-serif; letter-spacing: .16em; }
  .campaign-hero { padding: 120px 35px 65px; }
  .hero-copy { width: min(560px,66vw); }
  .story-stage { display: block; background-position: center; }
  .side-scene { display: none; }
  .story-ribbon { width: min(600px,100%); margin: 0 auto; }
  .mobile-journey { display: flex; }
}

@media (max-width: 720px) {
  .site-header { padding-inline: 16px; }
  .brand-paw { width: 35px; height: 35px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 6px; }
  .campaign-hero { min-height: max(960px,100svh); padding: 101px 16px 51px; align-items: flex-start; background: #f2efe4; }
  .hero-world { object-position: center; opacity: .78; }
  .hero-pets { display: none; }
  .hero-paper-light { width: 100%; background: linear-gradient(to bottom, rgba(248,244,232,.98) 0%, rgba(248,244,232,.94) 46%, rgba(248,244,232,.5) 72%, rgba(248,244,232,.08) 100%); }
  .hero-foliage-left { display: none; }
  .hero-foliage-right { width: 58%; opacity: .28; }
  .hero-copy { width: 100%; }
  .hanging-sign { width: 252px; margin-bottom: 15px; padding-block: 14px 13px; }
  .hanging-sign .cord { height: 38px; }
  .hanging-sign strong { font-size: 20px; }
  .hero-kicker { margin-bottom: 11px; font-size: 8px; letter-spacing: .2em; }
  .campaign-hero h1 { line-height: 1.26; letter-spacing: .035em; }
  .campaign-hero h1 span { font-size: clamp(29px,9vw,41px); }
  .campaign-hero h1 em { font-size: clamp(31px,9.8vw,43px); white-space: nowrap; letter-spacing: .015em; text-shadow: 2px 2px 0 rgba(255,255,255,.82); }
  .mobile-pet-window { position: relative; width: min(340px,calc(100% - 4px)); height: clamp(142px,45vw,182px); margin: 16px auto 13px; display: block; text-align: left; filter: drop-shadow(7px 9px 0 rgba(41,79,64,.13)); }
  .mobile-pet-window::before { content: ""; position: absolute; z-index: 2; inset: -5px -4px -5px; border: 6px solid rgba(255,253,247,.94); border-radius: 42px 8px 42px 8px; pointer-events: none; }
  .mobile-pet-window img { width: 100%; height: 100%; object-fit: cover; object-position: 73% 61%; border-radius: 38px 6px 38px 6px; }
  .mobile-pet-caption { position: absolute; z-index: 4; left: 10px; bottom: 10px; padding: 7px 10px 8px; color: white; background: rgba(41,79,64,.92); transform: rotate(-1.5deg); box-shadow: 3px 4px 0 rgba(255,255,255,.75); }
  .mobile-pet-caption b, .mobile-pet-caption small { display: block; }
  .mobile-pet-caption b { color: var(--yellow); font: 700 7px/1 "DM Sans",sans-serif; letter-spacing: .2em; }
  .mobile-pet-caption small { margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .03em; }
  .mobile-pet-paw { position: absolute; z-index: 4; right: -13px; top: -17px; width: 67px; transform: rotate(12deg); }
  .hero-lead { margin-top: 11px; font-size: 11px; line-height: 1.75; }
  .lookup-ticket { margin-top: 16px; }
  .lookup-field { height: 50px; padding-left: 5px; }
  .lookup-field input { font-size: 12px; }
  .lookup-field button { height: 37px; padding-inline: 12px; }
  .hero-routes a { min-height: 48px; padding-inline: 9px; }
  .hero-routes b { font-size: 10px; }
  .hero-proof { font-size: 9px; }
  .hero-leaf-sticker { width: 76px; right: -25px; top: 12%; opacity: .36; }
  .hero-paw-sticker { display: none; }
  .scroll-cue { display: none; }
  .chapter { padding: 112px 20px 130px; }
  .route-chapter { padding-top: 125px; }
  .chapter-heading h2 { font-size: clamp(34px,10vw,45px); }
  .animal-switch { width: 100%; gap: 13px; margin-top: 38px; }
  .animal-switch button { width: 100px; height: 100px; }
  .animal-switch button .sticker-sprite { width: 66px; }
  .story-photo > img, .trust-photo > img { border-width: 7px; border-radius: 38px 7px 38px 7px; }
  .vertical-title { right: 10px; top: 14px; gap: 4px; }
  .vertical-title span { padding: 8px 6px; font-size: 14px; }
  .photo-sticker-filter { left: -25px; width: 95px; }
  .photo-sticker-paw { width: 70px; }
  .point-note { padding: 25px 20px 22px; }
  .point-note p { font-size: 12px; }
  .category-trail { padding-inline: 19px; }
  .category-trail a b { font-size: 17px; }
  .trust-fountain { width: 105px; left: -28px; }
  .evidence-stamps { gap: 11px 8px; }
  .evidence-stamp { min-height: 100px; padding: 16px 10px 13px 38px; }
  .evidence-stamp i { left: 10px; width: 20px; height: 20px; }
  .evidence-stamp b { font-size: 12px; }
  .journal-list { gap: 76px; }
  .journal-image { width: 94%; }
  .journal-paper { width: 94%; padding-inline: 20px; }
  .journal-paper h3 { font-size: 17px; }
  .field-notebook { padding: 31px 19px 25px 37px; }
  .notebook-controls { grid-template-columns: 1fr; }
  .notebook-result > strong { font-size: 48px; }
  .fit-scene { min-height: 520px; }
  .fit-fountain { width: 145px; }
  .fit-filter { width: 120px; }
  .fit-sign { width: 235px; padding: 19px 17px 17px; }
  .fit-sign b { font-size: 17px; }
  .goal-section { min-height: 600px; padding: 180px 23px 120px; }
  .goal-section h2 { font-size: 38px; }
  .goal-cat, .goal-dog { width: 145px; }
  .site-footer { padding: 60px 25px 19px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 35px 15px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .info-header { height: 70px; padding-inline: 16px; }
  .info-hero { min-height: 430px; padding: 125px 20px 65px; }
  .info-body { width: min(100% - 34px,820px); padding-top: 50px; }
  .info-section { grid-template-columns: 48px 1fr; gap: 15px; padding: 42px 0; }
  .info-section h2 { font-size: 22px; }
  .info-section p, .info-section li { font-size: 12px; }
  .info-footer { flex-wrap: wrap; gap: 15px; }
}

@media (max-width: 430px) {
  .campaign-hero { min-height: 940px; }
  .hanging-sign { width: 224px; padding-inline: 13px; }
  .campaign-hero h1 { letter-spacing: .045em; }
  .hero-routes { grid-template-columns: 1fr; gap: 6px; }
  .hero-routes a { min-height: 42px; }
  .hero-proof { margin-inline: 18px; line-height: 1.5; }
  .animal-switch button { width: 92px; height: 92px; }
  .animal-switch button b { font-size: 18px; }
  .evidence-stamps { grid-template-columns: 1fr; }
  .evidence-stamp { min-height: 82px; }
  .checked-date b { font-size: 21px; }
  .fit-scene { min-height: 550px; }
  .fit-sign { width: 215px; }
  .sign-a { top: 95px; }
  .sign-b { bottom: 105px; }
  .fit-status { grid-template-columns: 1fr; }
  .goal-cat, .goal-dog { width: 125px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
  .info-section { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal, .motion-ready .pop-reveal { opacity: 1; transform: none; }
}
