.location-story {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.location-intro {
  padding: clamp(28px, 5vw, 70px) 0 clamp(50px, 8vw, 100px);
  text-align: center;
}

.location-intro .signature {
  display: block;
  width: min(360px, 72vw);
  height: auto;
  margin: 34px auto 0;
  opacity: .9;
}

.location-chapter {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 9vw, 120px) 0;
  border-top: 1px solid rgba(181, 151, 96, .38);
}

.location-chapter:nth-of-type(even) .location-copy { order: 2; }
.location-chapter:nth-of-type(even) .location-collage { order: 1; }

.location-kicker {
  margin: 0 0 20px;
  color: #b99a62;
  font: 500 clamp(.78rem, 1.2vw, .95rem)/1.4 "Noto Sans KR", sans-serif;
  letter-spacing: .28em;
}

.location-copy h2 {
  margin: 0 0 24px;
  color: #f1ece3;
  font: 400 clamp(2rem, 4vw, 3.7rem)/1.13 "Noto Serif KR", serif;
  letter-spacing: -.045em;
  word-break: keep-all;
}

.location-copy h2 em { color: #bea06a; font-style: normal; }

.location-copy h3 {
  margin: 0 0 22px;
  color: #d4b77d;
  font: 400 clamp(1.05rem, 1.8vw, 1.35rem)/1.4 Georgia, serif;
  letter-spacing: .12em;
}

.location-copy p {
  margin: 0;
  color: #c6c1b8;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.95;
  word-break: keep-all;
}

.location-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  min-width: 0;
}

.location-collage figure { margin: 0; min-width: 0; overflow: hidden; }
.location-collage .wide { grid-column: 1 / -1; }
.location-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.location-collage .wide img { aspect-ratio: 696 / 640; }
.location-collage figure:not(.wide) img { aspect-ratio: 340 / 380; }
.location-collage figure:hover img { transform: scale(1.025); }

.location-map-section {
  padding: clamp(64px, 10vw, 130px) 0 30px;
  border-top: 1px solid rgba(181, 151, 96, .38);
  text-align: center;
}

.location-map-section h2 {
  margin: 12px 0 26px;
  color: #f1ece3;
  font: 400 clamp(2rem, 4.5vw, 4rem)/1.3 "Noto Serif KR", serif;
  letter-spacing: -.045em;
  word-break: keep-all;
}
.location-map-section h2 em { color: #bea06a; font-style: normal; }
.location-map-section > p {
  margin: 0 auto 42px;
  max-width: 760px;
  color: #c6c1b8;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.85;
  word-break: keep-all;
}
.location-map {
  position: relative;
  margin: 0;
  border: 1px solid rgba(181, 151, 96, .42);
  background: #eee;
}
.location-map-open { position: relative; display: block; width: 100%; padding: 0; border: 0; background: transparent; color: #fff; cursor: zoom-in; }
.location-map-open img { display: block; width: 100%; height: auto; }
.location-map-open span,.location-map-open strong { position: absolute; right: 18px; bottom: 18px; }
.location-map-open span { z-index: 1; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(13,17,15,.9); font-size: 28px; font-weight: 300; box-shadow: 0 4px 18px rgba(0,0,0,.3); }
.location-map-open strong { right: 76px; bottom: 21px; min-height: 40px; padding: 10px 15px; border-radius: 2px; background: rgba(13,17,15,.9); font-size: 14px; letter-spacing: .02em; }
.location-map-open:focus-visible { outline: 3px solid #c8a96f; outline-offset: 3px; }
.location-map figcaption {
  padding: 15px 20px;
  color: #8f887c;
  background: #11120f;
  font-size: .9rem;
}
.location-map-dialog { width: min(96vw, 1500px); height: min(94vh, 1050px); max-width: none; max-height: none; padding: 0; border: 1px solid rgba(200,169,111,.65); background: #111512; color: #f1ece3; }
.location-map-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(3px); }
.location-map-dialog-head { display: flex; align-items: center; gap: 18px; min-height: 66px; padding: 10px 14px 10px 22px; border-bottom: 1px solid rgba(200,169,111,.28); }
.location-map-dialog-head > strong { margin-right: auto; font: 400 17px "Noto Serif KR",serif; }
.location-map-controls { display: flex; align-items: center; gap: 7px; }
.location-map-controls button,.location-map-close { min-width: 42px; min-height: 42px; border: 1px solid rgba(200,169,111,.5); background: #1b211e; color: #f1ece3; font-size: 18px; cursor: pointer; }
.location-map-controls button[data-map-zoom-reset] { padding-inline: 13px; font-size: 13px; }
.location-map-controls output { min-width: 48px; text-align: center; font-size: 13px; }
.location-map-close { font-size: 28px; line-height: 1; }
.location-map-viewport { height: calc(100% - 66px); overflow: auto; overscroll-behavior: contain; touch-action: pan-x pan-y pinch-zoom; text-align: center; }
.location-map-viewport img { display: block; width: 100%; max-width: none; height: auto; margin: 0 auto; transform-origin: top center; }
body:has(.location-map-dialog[open]) { overflow: hidden; }

@media (max-width: 820px) {
  .location-story { padding: 0 24px; }
  .location-chapter { grid-template-columns: 1fr; gap: 30px; }
  .location-chapter:nth-of-type(even) .location-copy,
  .location-chapter:nth-of-type(even) .location-collage { order: initial; }
  .location-copy h2 { margin-bottom: 18px; }
  .location-copy p { line-height: 1.82; }
  .location-collage { gap: 7px; }
  .location-map-section { padding-bottom: 10px; }
  .location-map { margin-inline: -24px; border-inline: 0; }
  .location-map figcaption { font-size: .82rem; }
  .location-map-open strong { display: none; }
  .location-map-open span { right: 12px; bottom: 12px; width: 44px; height: 44px; }
  .location-map-dialog { width: 100vw; height: 100dvh; border: 0; }
  .location-map-dialog-head { gap: 8px; min-height: 60px; padding: 8px; }
  .location-map-dialog-head > strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .location-map-controls { margin-right: auto; }
  .location-map-controls button,.location-map-close { min-width: 44px; min-height: 44px; }
  .location-map-viewport { height: calc(100% - 60px); }
}

@media (max-width: 390px) {
  .location-story { padding-inline: 20px; }
  .location-map { margin-inline: -20px; }
}

@media (prefers-reduced-motion: reduce) {
  .location-collage img { transition: none; }
}
