:root {
  color-scheme: dark;
  --bg: #090b12;
  --bg-soft: #111521;
  --panel: #171b27;
  --text: #f6f2ec;
  --muted: #b6bbc7;
  --line: rgba(239, 235, 228, .19);
  --red: #e75c50;
  --gold: #d0a675;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); min-width: 320px; }
body::after { content: ""; position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .055; background-image: radial-gradient(#fff .5px, transparent .5px); background-size: 5px 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, .carousel-stage:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .7rem 1rem; color: #111; background: #fff; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 88px; padding: 0 clamp(22px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: 160px; }
.brand-mark { color: var(--red); font-size: 1.85rem; font-weight: 900; letter-spacing: -.24em; padding-right: .25em; transform: rotate(-7deg); }
.brand-name { font-size: .72rem; font-weight: 900; line-height: .95; letter-spacing: .18em; }
.header-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 48px); font-size: .8rem; font-weight: 700; letter-spacing: .03em; }
.header-nav a, .back-link { transition: color .25s ease; }
.header-nav a:hover, .back-link:hover { color: var(--gold); }
.back-link { min-width: 160px; text-align: right; font-size: .79rem; font-weight: 700; }
.back-link span { padding-left: .3rem; }

.showcase { position: relative; isolation: isolate; min-height: 850px; height: max(850px, 100svh); max-height: 1100px; overflow: hidden; background: radial-gradient(ellipse at 75% 42%, #1f2333 0, #111521 32%, #090b12 70%); }
.showcase::before { content: ""; position: absolute; z-index: -1; inset: 88px 0 0; background: linear-gradient(90deg, rgba(9,11,18,.97) 0%, rgba(9,11,18,.45) 55%, transparent 100%); }
.showcase::after { content: "LOCAL NOUNS"; position: absolute; bottom: -5.5vw; right: -2vw; z-index: -1; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-size: clamp(8rem, 16vw, 18rem); font-weight: 900; letter-spacing: -.1em; white-space: nowrap; pointer-events: none; }
.showcase-glow { position: absolute; z-index: -1; width: 55vw; height: 90vh; right: 2vw; top: 0; transform: rotate(-24deg); background: linear-gradient(90deg, transparent, rgba(185,48,56,.07), transparent); filter: blur(25px); pointer-events: none; }
.showcase-grid { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, transparent 5%, #000 100%); pointer-events: none; }
.showcase-layout { position: relative; width: min(1560px, 100%); height: 100%; margin: auto; padding: 120px clamp(30px, 6vw, 104px) 70px; display: grid; grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(12px, 2.5vw, 50px); }
.showcase-copy { position: relative; z-index: 3; max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: .8rem; white-space: nowrap; color: var(--gold); font-size: .68rem; letter-spacing: .18em; font-weight: 800; }
.eyebrow-line { width: 22px; height: 1px; background: var(--gold); }
.showcase h1 { margin: 1.55rem 0 1.25rem; font-size: clamp(3.15rem, 5.3vw, 6rem); line-height: 1.13; letter-spacing: -.075em; font-weight: 800; }
.showcase h1 em { font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif; font-weight: 400; font-style: normal; letter-spacing: -.09em; color: #e3c398; white-space: nowrap; }
.intro { max-width: 32em; margin: 0; color: #dadce3; font-size: .94rem; line-height: 1.9; }
.hero-map-link { display: inline-flex; align-items: center; gap: 2.2rem; margin-top: 1.8rem; padding: 0 0 .65rem; border-bottom: 1px solid var(--gold); color: #efdcbd; font-size: .81rem; font-weight: 700; letter-spacing: .08em; transition: gap .3s ease, color .3s ease; }
.hero-map-link:hover { gap: 2.7rem; color: #fff; }
.active-work { margin-top: clamp(2rem, 6vh, 4rem); padding-top: 1.5rem; border-top: 1px solid var(--line); min-height: 180px; }
.active-meta { display: flex; align-items: center; gap: .8rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.meta-divider { width: 22px; height: 1px; background: currentColor; }
.active-work h2 { margin: .9rem 0 .5rem; font-size: clamp(1.45rem, 2.4vw, 2.1rem); line-height: 1.4; letter-spacing: -.04em; }
.active-lead { margin: 0 0 .65rem; color: #efe8db; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 1rem; }
.active-story { max-width: 34em; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.8; }

.showcase-interaction { width: 100%; min-width: 0; align-self: center; }
.stage-topline { display: flex; justify-content: space-between; gap: 1rem; padding: 0 0 .75rem; color: #a5a9b5; border-bottom: 1px solid rgba(255,255,255,.1); font-family: Arial, sans-serif; font-size: .68rem; letter-spacing: .17em; }
.carousel-stage { --radius: 340px; position: relative; height: min(60vh, 570px); min-height: 450px; margin: 0 -2rem; perspective: 1200px; perspective-origin: 50% 47%; overflow: hidden; touch-action: pan-y; cursor: grab; }
.carousel-stage:active { cursor: grabbing; }
.carousel-halo { position: absolute; width: 70%; height: 70%; top: 9%; left: 15%; background: radial-gradient(ellipse, rgba(240,140,91,.12), transparent 65%); filter: blur(25px); pointer-events: none; }
.carousel-rotor { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateY(0deg); transition: transform 850ms cubic-bezier(.2,.75,.2,1); }
.carousel-card { position: absolute; top: 47%; left: 50%; width: clamp(205px, 18vw, 260px); padding: 10px; color: var(--text); border: 1px solid rgba(255,255,255,.26); background: #1a1b24; box-shadow: 0 16px 38px rgba(0,0,0,.45), 0 0 55px color-mix(in srgb, var(--accent) 11%, transparent); text-align: left; transform-style: preserve-3d; backface-visibility: hidden; cursor: pointer; transition: border-color .35s ease, box-shadow .35s ease, opacity .35s ease; }
.carousel-card:hover, .carousel-card.is-active { border-color: color-mix(in srgb, var(--accent) 75%, #fff); box-shadow: 0 24px 54px rgba(0,0,0,.58), 0 0 65px color-mix(in srgb, var(--accent) 24%, transparent); }
.carousel-card::before, .carousel-card::after { content: ""; position: absolute; height: 1px; width: 22px; background: var(--accent); top: -8px; }
.carousel-card::before { left: -8px; }
.carousel-card::after { right: -8px; }
.card-image-wrap { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; background: #dfe0e7; }
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.carousel-card-copy { display: block; padding: 13px 4px 7px; }
.carousel-card-place { display: block; margin-bottom: .4rem; color: var(--accent); font: 700 .62rem Arial, sans-serif; letter-spacing: .15em; }
.carousel-card-title { display: block; min-height: 2.6em; font-size: .78rem; line-height: 1.35; font-weight: 800; }
.carousel-floor { position: absolute; bottom: 4%; left: 12%; width: 76%; height: 13%; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; background: radial-gradient(ellipse, rgba(218,74,66,.17), transparent 70%); box-shadow: 0 0 65px rgba(225,88,74,.09); transform: rotateX(73deg); pointer-events: none; }
.carousel-controls { display: flex; align-items: center; gap: 1rem; padding-top: .75rem; }
.round-button { display: grid; place-items: center; flex: 0 0 43px; height: 43px; color: var(--text); border: 1px solid rgba(255,255,255,.37); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; font-size: 1.2rem; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.round-button:hover { background: rgba(255,255,255,.13); border-color: #fff; transform: scale(1.06); }
.progress { display: flex; align-items: center; justify-content: center; flex: 1; gap: .4rem; min-width: 0; }
.progress button { flex: 1; max-width: 29px; height: 15px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.progress button::before { display: block; content: ""; width: 100%; height: 3px; background: rgba(255,255,255,.26); transition: background .3s ease, height .3s ease; }
.progress button.is-active::before { height: 4px; background: var(--gold); }
.progress button:hover::before { background: #fff; }
.play-button { min-width: 116px; padding: .45rem .25rem; color: #cdd1da; border: 0; background: transparent; cursor: pointer; text-align: right; font-size: .72rem; }
.play-button:hover { color: #fff; }
.interaction-hint { margin: .7rem 0 0; color: #8f95a1; font-size: .69rem; text-align: center; }
.showcase-bottom { position: absolute; left: clamp(30px, 6vw, 104px); right: clamp(30px, 6vw, 104px); bottom: 20px; display: flex; justify-content: space-between; color: #858b98; font: 700 .6rem Arial, sans-serif; letter-spacing: .15em; }

.section-shell { padding: clamp(70px, 9vw, 135px) clamp(24px, 6vw, 104px); }
.interlude { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 420px; height: clamp(420px, 42vw, 570px); overflow: hidden; background: #111b28; }
.interlude-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; filter: saturate(.82) brightness(.78); }
.interlude::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,14,22,.92), rgba(8,14,22,.65) 34%, rgba(8,14,22,.18) 63%, transparent); }
.interlude-copy { width: min(1560px, 100%); margin: auto; padding: 4rem clamp(30px, 6vw, 104px); }
.interlude-kicker { color: #d5b98d; font: 700 .72rem Arial, sans-serif; letter-spacing: .18em; }
.interlude h2 { max-width: 16em; margin: 1.25rem 0 1.5rem; color: #f6f2ec; font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.55rem); font-weight: 400; line-height: 1.5; letter-spacing: -.06em; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.interlude-link { display: inline-flex; align-items: center; gap: 2rem; padding-bottom: .65rem; border-bottom: 1px solid #d5b98d; color: #f3e4c9; font-size: .87rem; font-weight: 700; letter-spacing: .06em; transition: gap .25s ease; }
.interlude-link:hover { gap: 2.5rem; }
.interlude-note { position: absolute; right: clamp(20px, 4vw, 64px); bottom: 20px; padding: .35rem .5rem; color: #f1ece1; background: rgba(8,14,22,.6); font-size: .75rem; line-height: 1.4; }
.journey { position: relative; overflow: hidden; background: #e9e4d8; color: #1c2630; }
.journey::before { content: ""; position: absolute; top: -30%; right: -20%; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(214,190,148,.33), transparent 65%); pointer-events: none; }
.journey-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: clamp(2rem, 5vw, 7rem); max-width: 1540px; margin: 0 auto clamp(2rem, 4vw, 4rem); }
.journey-heading-main { flex: 1 0 auto; }
.journey .section-kicker { color: #8f6744; }
.journey h2 { margin: .7rem 0 0; font-size: clamp(2.7rem, 5.2vw, 5.5rem); line-height: 1.16; letter-spacing: -.08em; }
.journey h2 em { color: #9c7655; font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif; font-weight: 400; font-style: normal; }
.journey-heading p { max-width: 31em; margin: 0 0 .25rem; color: #535b60; font-size: .88rem; line-height: 2; }
.journey-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(300px, .78fr); gap: clamp(18px, 2.4vw, 38px); width: min(1540px, 100%); margin: 0 auto; }
.atlas-panel { position: relative; align-self: start; min-width: 0; padding: clamp(13px, 1.6vw, 24px); background: #122330; box-shadow: 0 28px 60px rgba(32,43,49,.17); }
.atlas-topline, .atlas-caption { display: flex; justify-content: space-between; gap: 1rem; color: #b7b8a9; font: 700 .58rem Arial, sans-serif; letter-spacing: .18em; }
.atlas-topline { padding: 0 .15rem .85rem; border-bottom: 1px solid rgba(225,221,204,.2); }
.atlas-map { position: relative; width: 100%; aspect-ratio: 900 / 620; overflow: hidden; background: radial-gradient(ellipse at 44% 63%, #1e3441, #10212c 65%); }
.atlas-map::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(228,219,189,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(228,219,189,.14) 1px, transparent 1px); background-size: 9% 13%; pointer-events: none; }
.atlas-map::after { content: "日本海　/　SEA OF JAPAN"; position: absolute; left: 8%; top: 35%; color: #718994; font: 700 clamp(7px, .75vw, 11px) Arial, sans-serif; letter-spacing: .19em; pointer-events: none; }
.atlas-geography, .atlas-lines, .atlas-markers { position: absolute; inset: 0; width: 100%; height: 100%; }
.atlas-geography { opacity: .95; }
.atlas-lines { overflow: visible; pointer-events: none; }
.atlas-connection line { stroke: #b4966c; stroke-width: 1.1; stroke-dasharray: 3 4; opacity: .58; transition: opacity .3s ease, stroke-width .3s ease; }
.atlas-origin-halo { fill: none; stroke: #bd9f74; stroke-width: 1; opacity: .45; }
.atlas-origin-dot { fill: #e2c49b; }
.atlas-connection.is-active line { stroke: #f0d2a2; stroke-width: 1.8; opacity: 1; }
.atlas-connection.is-active .atlas-origin-halo { stroke: #f0d2a2; stroke-width: 1.8; opacity: 1; }
.atlas-markers { pointer-events: none; }
.atlas-marker { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; width: 10%; min-width: 0; padding: 0; border: 0; background: transparent; color: #f0e7d6; cursor: pointer; text-align: center; transform: translate(-50%, -50%); pointer-events: auto; transition: transform .35s ease; }
.atlas-marker:hover, .atlas-marker.is-active { z-index: 4; transform: translate(-50%, -50%) scale(1.13); }
.atlas-marker-image { display: block; width: 72%; aspect-ratio: 1; padding: 3px; border: 1px solid rgba(220,202,169,.8); background: #e9e5dc; box-shadow: 0 7px 22px rgba(0,0,0,.4); transition: border-color .25s ease, box-shadow .25s ease; }
.atlas-marker.is-active .atlas-marker-image, .atlas-marker:hover .atlas-marker-image { border-color: #fff1d9; box-shadow: 0 0 0 3px rgba(219,178,114,.22), 0 11px 30px rgba(0,0,0,.45); }
.atlas-marker-image img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.atlas-marker-name { display: block; margin-top: .33rem; padding: .2rem .35rem; background: rgba(10,25,35,.86); font-size: clamp(8px, .75vw, 11px); font-weight: 700; line-height: 1.25; white-space: nowrap; }
.atlas-destination-list { display: none; }
.atlas-compass { position: absolute; right: 3.8%; top: 7%; color: #afae9b; font: 700 .66rem Georgia, serif; line-height: 1.25; text-align: center; pointer-events: none; }
.atlas-caption { padding: .9rem .15rem 0; border-top: 1px solid rgba(225,221,204,.2); color: #97a7aa; letter-spacing: .08em; }
.destination-panel { display: flex; flex-direction: column; min-width: 0; padding: clamp(20px, 2.5vw, 38px); background: #f8f5ee; border: 1px solid #d1c4af; box-shadow: 0 28px 60px rgba(32,43,49,.08); }
.destination-overline { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #d5c9b8; color: #94785a; font: 700 .61rem Arial, sans-serif; letter-spacing: .15em; }
.destination-art { display: grid; place-items: center; flex: 1; min-height: 260px; padding: 1rem; background: radial-gradient(circle, #e5dfd2, #f8f5ee 70%); }
.destination-art img { width: min(100%, 250px); height: auto; aspect-ratio: 1; object-fit: cover; image-rendering: pixelated; box-shadow: 0 18px 35px rgba(35,42,46,.16); }
.destination-copy { padding-top: 1.2rem; border-top: 1px solid #d5c9b8; }
.destination-place { color: #a2764d; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.destination-copy h3 { margin: .5rem 0 .6rem; font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.4; letter-spacing: -.05em; }
.destination-copy p { margin: 0 0 1.4rem; color: #626763; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: .86rem; line-height: 1.7; }
.destination-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; }
.destination-actions button { display: inline-flex; justify-content: space-between; gap: 1.5rem; padding: .8rem 1rem; border: 1px solid #263742; background: #263742; color: #f9f5ea; cursor: pointer; font-size: .75rem; font-weight: 700; transition: background .25s ease, color .25s ease; }
.destination-actions button:hover { background: transparent; color: #263742; }
.destination-actions a { padding-bottom: .25rem; border-bottom: 1px solid #a49a89; color: #514c43; font-size: .71rem; font-weight: 700; }
.destination-actions a:hover { color: #9b673f; }
.journey-note { width: min(1540px, 100%); margin: 1.4rem auto 0; color: #8b806f; font: 700 .65rem Arial, sans-serif; letter-spacing: .16em; }
.archive { background: #f0eee9; color: #171921; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-kicker { color: #a76256; font: 800 .7rem Arial, sans-serif; letter-spacing: .2em; }
.section-heading h2, .about h2 { margin: .4rem 0 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.22; letter-spacing: -.07em; }
.heading-dot { color: var(--red); }
.section-heading p { max-width: 25em; margin: 0 0 .2rem; color: #5e6168; font-size: .9rem; line-height: 1.7; }
.region-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2.5rem 0 .5rem; }
.region-filters button { padding: .65rem 1.1rem; color: #3b3d42; border: 1px solid #c9c8c5; border-radius: 99px; background: transparent; cursor: pointer; font-size: .82rem; font-weight: 700; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.region-filters button:hover, .region-filters button[aria-pressed="true"] { color: white; border-color: #23262e; background: #23262e; }
.result-count { margin: 1rem 0 1.2rem; color: #74777e; font: 800 .68rem Arial, sans-serif; letter-spacing: .15em; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(15px, 2vw, 30px); }
.archive-card { display: block; width: 100%; min-width: 0; padding: 0; color: #171921; border: 0; background: #fff; text-align: left; cursor: pointer; box-shadow: 0 8px 28px rgba(14,17,26,.07); transition: transform .3s ease, box-shadow .3s ease; }
.archive-card[hidden] { display: none; }
.archive-card:hover { transform: translateY(-5px); box-shadow: 0 17px 38px rgba(14,17,26,.14); }
.archive-card-media { position: relative; display: grid; place-items: center; aspect-ratio: 1.15; overflow: hidden; background: color-mix(in srgb, var(--accent) 16%, #20232b); }
.archive-card-media img { width: 62%; height: auto; aspect-ratio: 1; object-fit: contain; image-rendering: pixelated; box-shadow: 0 12px 28px rgba(0,0,0,.18); transition: transform .45s ease; }
.archive-card:hover img { transform: scale(1.06); }
.archive-card-index { position: absolute; top: 1rem; left: 1rem; color: white; font: 800 .72rem Arial, sans-serif; letter-spacing: .1em; }
.archive-card-arrow { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.archive-card-body { display: block; padding: 1.25rem 1.4rem 1.5rem; }
.archive-card-place { display: block; margin-bottom: .55rem; color: #9e5145; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.archive-card-title { display: block; font-size: 1rem; line-height: 1.5; font-weight: 800; }
.archive-card-lead { display: block; margin-top: .45rem; color: #6d7076; font-size: .78rem; line-height: 1.6; }

.about { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 4rem; min-height: 540px; background: radial-gradient(circle at 75% 40%, #24202d, #10131d 45%, #0a0d15 100%); }
.about-line { position: absolute; top: 0; left: 6vw; right: 6vw; height: 1px; background: var(--line); }
.about .section-kicker { color: var(--gold); }
.about h2 { margin: 1rem 0 1.5rem; }
.about-copy p { max-width: 37em; color: var(--muted); font-size: 1rem; line-height: 2; }
.pixel-study { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.2rem; min-height: 345px; border: 1px solid rgba(255,255,255,.16); background: repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(255,255,255,.025) 20px), repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(255,255,255,.025) 20px); }
.pixel-study::before, .pixel-study::after { content: ""; position: absolute; width: 16px; height: 16px; border-color: var(--red); border-style: solid; }
.pixel-study::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.pixel-study::after { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }
.pixel-study img { width: clamp(150px, 15vw, 220px); height: auto; image-rendering: pixelated; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.study-label { color: var(--gold); font: 800 .7rem Arial, sans-serif; letter-spacing: .2em; }
.study-caption { color: #c8c9cf; font-size: .74rem; }

.site-footer { padding: 3rem clamp(24px, 6vw, 104px) 2rem; border-top: 1px solid var(--line); background: #070a10; }
.footer-heading { display: flex; justify-content: space-between; align-items: center; color: #8e94a0; font: 800 .72rem Arial, sans-serif; letter-spacing: .18em; }
.footer-heading strong { color: var(--red); font-size: 1.8rem; letter-spacing: -.25em; padding-right: .25em; }
.site-footer p { max-width: 52em; margin: 1.8rem 0; color: #b4b8c1; font-size: .82rem; line-height: 1.9; }
.site-footer p a { color: #f4dbb6; text-decoration: underline; text-underline-offset: .3em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 2rem; margin: 2rem 0 3rem; font-size: .86rem; font-weight: 700; }
.footer-links a:hover { color: var(--gold); }
.site-footer small { color: #6e7480; font: 700 .65rem Arial, sans-serif; letter-spacing: .12em; }

/* The character carries the visual weight; light and ornament stay quiet. */
.showcase-grid { opacity: .36; }
.showcase-glow { opacity: .5; }
.carousel-halo { opacity: .5; }
.carousel-floor { opacity: .58; }
.carousel-card { width: clamp(230px, 20vw, 292px); }
.carousel-card::before, .carousel-card::after { opacity: .5; }
.study-link { display: inline-flex; margin: .55rem auto 0; padding-bottom: .35rem; border-bottom: 1px solid rgba(208,166,117,.65); color: #e1c399; font-size: .73rem; font-weight: 700; }
.study-link span { margin-left: .65rem; }
.study-link:hover { color: #fff; }

/* A short scroll-driven window passage; normal page scrolling remains intact. */
.interlude { display: block; height: min(130svh, 1100px); min-height: 650px; overflow: visible; background: #0c1722; }
.interlude::before { content: none; }
.interlude-sticky { position: sticky; top: 0; isolation: isolate; display: flex; align-items: center; height: min(78svh, 680px); min-height: 500px; overflow: hidden; }
.interlude-sticky::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(8,14,22,.9) 0%, rgba(8,14,22,.62) 35%, rgba(8,14,22,.1) 75%), linear-gradient(0deg, rgba(6,11,18,.36), transparent 25%); pointer-events: none; }
.window-scene { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: #152331; }
.window-scene .interlude-photo { z-index: 0; filter: saturate(.8) brightness(.78); }
#journey-canvas { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; opacity: 0; transition: opacity .7s ease; }
.window-scene.is-ready #journey-canvas { opacity: 1; }
.window-glass { position: absolute; z-index: 2; inset: 0; border: 18px solid rgba(11,17,24,.82); box-shadow: inset 0 0 0 2px rgba(204,191,170,.14), inset 0 0 55px rgba(3,8,13,.38); pointer-events: none; }
.window-glass::before { content: ""; position: absolute; top: 0; bottom: 0; left: 70%; width: 10px; background: linear-gradient(90deg, rgba(5,10,16,.82), rgba(42,49,52,.75), rgba(4,9,15,.9)); box-shadow: 1px 0 0 rgba(216,209,194,.15); }
.window-glass::after { content: ""; position: absolute; top: 0; left: 43%; width: 16%; height: 100%; transform: skewX(-16deg); background: linear-gradient(90deg, transparent, rgba(224,230,228,.045), transparent); }
.interlude-copy { position: relative; z-index: 4; margin: 0 auto; }
.window-hint { max-width: 25em; margin: -.25rem 0 1.3rem; color: #d0d3d6; font-size: .78rem; line-height: 1.65; }
.is-static-window .window-hint { display: none; }
.interlude-note { z-index: 4; }

/* The chosen place becomes a character in the map panel itself. */
.destination-art { position: relative; isolation: isolate; overflow: hidden; }
.destination-art > img { position: relative; z-index: 1; }
.destination-reveal { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .45rem; padding: 1.15rem .4rem; color: #7f5d3d; opacity: 0; pointer-events: none; text-align: center; }
.destination-reveal > span { font: 800 .6rem Arial, sans-serif; letter-spacing: .18em; }
.destination-reveal div { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem; }
.destination-reveal div span { padding: .26rem .5rem; border: 1px solid rgba(139,103,68,.42); background: rgba(248,245,238,.92); font-size: .66rem; font-weight: 700; }
.destination-art.is-revealing .destination-reveal { animation: revealMotifs 1.65s ease both; }
.destination-art.is-revealing > img { animation: revealCharacter 1.35s cubic-bezier(.18,.75,.2,1) both; }
@keyframes revealMotifs { 0%, 10% { opacity: 0; transform: translateY(8px); } 22%, 55% { opacity: 1; transform: translateY(0); } 88%, 100% { opacity: 0; transform: translateY(-5px); } }
@keyframes revealCharacter { 0%, 39% { opacity: .16; transform: scale(.92); } 100% { opacity: 1; transform: scale(1); } }

.detail { background: #101620; color: #f6f2ec; }
.detail-heading { width: min(1480px, 100%); margin: 0 auto 2.4rem; }
.detail .section-kicker { color: #d7b991; }
.detail-heading h2 { margin: .75rem 0 1rem; font-size: clamp(2.5rem, 5.3vw, 5.25rem); line-height: 1.2; letter-spacing: -.07em; }
.detail-heading > p { max-width: 40em; color: #bdc2c8; font-size: .93rem; line-height: 1.8; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; width: min(1480px, 100%); margin: auto; }
.detail-visual { position: relative; display: grid; place-items: center; min-height: 570px; padding: 4rem 2rem 5rem; background: radial-gradient(circle at 50% 40%, #28313a, #171f2a 64%, #111823); border: 1px solid rgba(235,222,201,.2); }
.detail-label { position: absolute; top: 1.5rem; left: 1.5rem; color: #c4a985; font: 700 .64rem Arial,sans-serif; letter-spacing: .18em; }
.detail-visual > img { width: min(72%, 385px); height: auto; image-rendering: pixelated; box-shadow: 0 22px 70px rgba(0,0,0,.3); }
.detail-native { position: absolute; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .65rem; color: #d1c2aa; font: 700 .62rem Arial,sans-serif; letter-spacing: .12em; }
.detail-native img { width: 32px; height: 32px; image-rendering: pixelated; }
.detail-story > span { color: #d4b188; font-size: .76rem; font-weight: 700; letter-spacing: .12em; }
.detail-story h3 { margin: .7rem 0 1.5rem; font-size: clamp(1.55rem, 2.6vw, 2.7rem); line-height: 1.35; letter-spacing: -.04em; }
.detail-motif { display: flex; gap: 1.2rem; padding: 1.15rem 0; border-top: 1px solid rgba(235,222,201,.18); }
.detail-motif > span { color: #c9aa7f; font: 700 .73rem Arial,sans-serif; }
.detail-motif strong { font-size: 1rem; }
.detail-motif p { margin: .38rem 0 0; color: #b4bac1; font-size: .82rem; line-height: 1.7; }
.detail-story > p { margin: 1.4rem 0; color: #c5c9cc; font-size: .87rem; line-height: 1.95; }
.detail-story > a { display: inline-flex; gap: 1.5rem; padding-bottom: .5rem; color: #ead2ad; border-bottom: 1px solid #b59266; font-size: .81rem; font-weight: 700; }

@media (max-width: 1120px) {
  .site-header { gap: 1rem; }
  .brand, .back-link { min-width: auto; }
  .showcase { min-height: 880px; height: auto; max-height: none; }
  .showcase-layout { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); padding-top: 120px; }
  .showcase h1 { font-size: clamp(3rem, 5vw, 4.8rem); }
  .carousel-stage { --radius: 280px; min-height: 470px; }
  .carousel-card { width: clamp(185px, 20vw, 220px); }
  .journey-layout { grid-template-columns: minmax(0, 1.5fr) minmax(275px, .8fr); }
  .destination-art { min-height: 190px; }
  .destination-art img { width: min(100%, 180px); }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .header-nav { display: none; }
  .showcase { min-height: 0; }
  .showcase-layout { display: flex; flex-direction: column; gap: 0; padding: 100px 24px 70px; }
  .showcase-copy { display: contents; }
  .eyebrow { order: 0; align-self: flex-start; }
  .showcase h1 { order: 1; align-self: flex-start; margin: 1rem 0 .4rem; font-size: clamp(2.8rem, 8vw, 4.7rem); }
  .showcase h1 br:nth-of-type(2) { display: none; }
  .intro { order: 2; align-self: flex-start; font-size: .85rem; }
  .hero-map-link { order: 3; align-self: flex-start; }
  .showcase-interaction { order: 4; width: 100%; margin-top: 1.5rem; }
  .active-work { order: 5; width: 100%; margin-top: 1.5rem; min-height: 0; }
  .carousel-stage { --radius: 280px; height: 510px; min-height: 0; margin: 0 -24px; }
  .carousel-card { width: 220px; }
  .showcase-bottom { display: none; }
  .interlude { height: 115svh; min-height: 660px; }
  .interlude-sticky { height: 72svh; min-height: 470px; }
  .journey-heading { display: block; }
  .journey-heading p { margin-top: 1.5rem; }
  .journey-layout { grid-template-columns: 1fr; }
  .destination-panel { display: grid; grid-template-columns: minmax(160px, .6fr) 1fr; gap: 0 1.5rem; }
  .destination-overline { grid-column: 1 / -1; }
  .destination-art { min-height: 240px; }
  .destination-copy { align-self: end; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { gap: 2rem; }
  .detail-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .detail-visual { min-height: 480px; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 20px; }
  .brand-mark { font-size: 1.55rem; }
  .brand-name { font-size: .6rem; }
  .back-link { font-size: .72rem; }
  .showcase-layout { padding: 100px 20px 52px; }
  .eyebrow { font-size: .56rem; letter-spacing: .11em; gap: .45rem; }
  .eyebrow-line { width: 12px; }
  .showcase h1 { font-size: clamp(2.55rem, 10vw, 3.6rem); line-height: 1.25; }
  .hero-map-link { margin-top: 1.2rem; }
  .intro { max-width: 32em; line-height: 1.75; }
  .stage-topline { font-size: .55rem; letter-spacing: .08em; }
  .carousel-stage { --radius: 215px; height: 430px; margin: 0 -20px; perspective: 920px; }
  .carousel-card { width: clamp(204px, 61vw, 240px); padding: 7px; }
  .carousel-card-copy { padding: 9px 2px 3px; }
  .carousel-card-place { font-size: .53rem; }
  .carousel-card-title { font-size: .68rem; }
  .carousel-floor { bottom: 1%; }
  .carousel-controls { gap: .45rem; }
  .round-button { flex-basis: 40px; height: 40px; }
  .play-button { min-width: 90px; font-size: .63rem; }
  .interaction-hint { font-size: .63rem; }
  .active-work h2 { font-size: 1.45rem; }
  .active-story { font-size: .84rem; }
  .section-heading { display: block; }
  .journey { padding-top: 76px; }
  .interlude { height: 106svh; min-height: 600px; }
  .interlude-sticky { height: 76svh; min-height: 480px; align-items: flex-start; }
  .window-glass { border-width: 10px; }
  .window-glass::before { left: 91%; width: 6px; }
  .interlude-photo { object-position: 73% 50%; }
  .interlude-sticky::before { background: linear-gradient(180deg, rgba(8,14,22,.89), rgba(8,14,22,.47) 58%, rgba(8,14,22,.12)); }
  .interlude-copy { padding: 55px 24px; }
  .interlude-kicker { font-size: .67rem; }
  .interlude h2 { margin: 1rem 0 1.25rem; font-size: clamp(1.85rem, 8vw, 2.7rem); }
  .window-hint { max-width: 18em; font-size: .72rem; }
  .interlude-note { right: 15px; bottom: 14px; left: 15px; font-size: .75rem; text-align: right; }
  .journey h2 { font-size: clamp(2.8rem, 9vw, 4rem); }
  .journey-heading p { font-size: .82rem; line-height: 1.8; }
  .atlas-panel { padding: 12px; }
  .atlas-topline, .atlas-caption { font-size: .49rem; letter-spacing: .04em; }
  .atlas-marker-image { padding: 1px; }
  .atlas-marker-name { font-size: 8px; margin-top: 2px; padding: 1px 2px; }
  .atlas-destination-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: .65rem 0; border-top: 1px solid rgba(225,221,204,.2); }
  .atlas-destination-list button { min-height: 44px; padding: .4rem .2rem; border: 1px solid rgba(226,207,173,.28); background: rgba(255,255,255,.025); color: #e9e3d8; font-size: .68rem; font-weight: 700; cursor: pointer; }
  .atlas-destination-list button span { margin-right: .4rem; color: #aa9371; font: 700 .54rem Arial, sans-serif; }
  .atlas-destination-list button.is-active { border-color: #dbbd8e; background: rgba(226,196,148,.16); }
  .destination-panel { display: flex; padding: 20px; }
  .destination-art { min-height: 245px; }
  .destination-art img { width: 205px; }
  .destination-reveal { padding-top: .6rem; }
  .destination-reveal div span { font-size: .57rem; }
  .destination-copy { padding-top: 1rem; }
  .journey-note { line-height: 1.6; }
  .section-heading p { margin-top: 1rem; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card-media { aspect-ratio: 1.4; }
  .archive-card-media img { width: 49%; }
  .about { display: block; }
  .pixel-study { margin-top: 3rem; }
  .detail-visual { min-height: 400px; padding: 3.5rem 1rem 4rem; }
  .detail-visual > img { width: min(70%, 265px); }
  .detail-heading h2 { font-size: clamp(2.4rem, 8.8vw, 3.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .window-hint { display: none; }
}
