/* 渋沢栄一・客観探索モック — 江東リンク */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

:root {
  --ink: #1c1f24;
  --ink-soft: #3a4049;
  --slate: #4a5560;
  --paper: #f3f1eb;
  --panel: #e7e4db;
  --line: rgba(28, 31, 36, 0.14);
  --accent: #8b5a2b;
  --accent-soft: #c4a06a;
  --good: #2f5d4a;
  --bad: #7a3b3b;
  --open: #3d4f6f;
  --max: 1080px;
  --display: "Shippori Mincho", "Yu Mincho", serif;
  --body: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.85;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  padding: 0.75rem 1rem;
}

.mock-banner,
.rights-banner {
  background: #2a3038;
  color: rgba(243, 241, 235, 0.88);
  padding: 0.85rem clamp(1rem, 4vw, 2rem);
  font-size: 0.86rem;
  line-height: 1.65;
}
.mock-banner p,
.rights-banner p { margin: 0.35rem 0; }
.mock-banner strong,
.rights-banner strong { color: #fff; }
.rights-banner {
  background: #1f242b;
  border-bottom: 1px solid rgba(201, 176, 122, 0.35);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem clamp(1.1rem, 4vw, 2.5rem);
  color: #fff;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: inherit;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}
.brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.brand small {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  opacity: 0.78;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
.site-nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.15rem;
  opacity: 0.9;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--accent-soft);
  opacity: 1;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.45rem 0.8rem;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.75rem;
    background: rgba(28, 31, 36, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    padding: 0.65rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: grid;
  align-content: end;
  overflow: hidden;
  color: #fff;
  background: #1c1f24;
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 80% 20%, rgba(139, 90, 43, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 80%, rgba(61, 79, 111, 0.4), transparent 50%),
    linear-gradient(160deg, #1c1f24 0%, #2a3038 45%, #1a222c 100%);
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(20, 22, 26, 0.9) 0%, rgba(20, 22, 26, 0.45) 55%, rgba(20, 22, 26, 0.25) 100%),
    linear-gradient(180deg, rgba(20, 22, 26, 0.1) 0%, rgba(20, 22, 26, 0.7) 100%);
}

.hero__copy {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 5.5rem 0 3rem;
}

.hero__brand {
  margin: 0 0 1.2rem;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  font-family: var(--display);
}

.hero h1 {
  margin: 0;
  max-width: 14ch;
  font-family: var(--display);
  font-size: clamp(2.05rem, 5.2vw, 3.4rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  animation: rise 0.9s ease-out both;
}

.hero__lead {
  margin: 1.2rem 0 0;
  max-width: 36em;
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.9;
  color: rgba(243, 241, 235, 0.9);
  animation: rise 0.9s ease-out 0.12s both;
}

.hero__actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: rise 0.9s ease-out 0.22s both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__credit {
  margin: 0;
  padding: 0.65rem clamp(1.1rem, 4vw, 2.5rem);
  background: var(--ink);
  color: rgba(243, 241, 235, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.6rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.button:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}
.button--solid {
  background: var(--accent-soft);
  border-color: var(--accent-soft);
  color: var(--ink);
  font-weight: 700;
}
.button--solid:hover {
  background: #d4b27a;
  border-color: #d4b27a;
}
.button--ink {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.button--ink:hover {
  background: rgba(28, 31, 36, 0.06);
}

.section {
  width: min(var(--max), calc(100% - 2.2rem));
  margin-inline: auto;
  padding: clamp(2.6rem, 6vw, 4.2rem) 0;
}

.section--tint {
  width: 100%;
  background: linear-gradient(180deg, #ebe7dc 0%, var(--paper) 100%);
}
.section--tint > .section__inner,
.section--deep > .section__inner,
.section--slate > .section__inner {
  width: min(var(--max), calc(100% - 2.2rem));
  margin-inline: auto;
  padding: clamp(2.6rem, 6vw, 4.2rem) 0;
}

.section--deep {
  width: 100%;
  background:
    radial-gradient(ellipse 60% 40% at 90% 0%, rgba(139, 90, 43, 0.22), transparent 55%),
    linear-gradient(180deg, #2a3038, #1c1f24);
  color: var(--paper);
}

.section--slate {
  width: 100%;
  background:
    radial-gradient(ellipse 55% 45% at 8% 100%, rgba(122, 59, 59, 0.18), transparent 50%),
    linear-gradient(180deg, #3a4049, #2a3038);
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.section--deep .eyebrow,
.section--slate .eyebrow { color: var(--accent-soft); }

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.6vw, 2.4rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 700;
}

h3 {
  margin: 0 0 0.6rem;
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.45;
}

.section__lead {
  margin: 1rem 0 0;
  max-width: 42em;
  color: var(--ink-soft);
  font-size: 1.02rem;
}
.section--deep .section__lead,
.section--slate .section__lead {
  color: rgba(243, 241, 235, 0.84);
}

.fact-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.fact-legend li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  max-width: 22em;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.section--deep .fact-legend li,
.section--slate .fact-legend li {
  color: rgba(243, 241, 235, 0.78);
}

.fact-tag {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 1.45rem;
  padding: 0.1rem 0.5rem;
  border-radius: 2px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.fact-tag[data-kind="fact"] { background: #d8e6df; color: var(--good); }
.fact-tag[data-kind="approx"] { background: #ebe3d2; color: #6b5328; }
.fact-tag[data-kind="interp"] { background: #dce3ef; color: var(--open); }
.fact-tag[data-kind="debate"] { background: #edd9d9; color: var(--bad); }
.fact-tag[data-kind="pending"] { background: #e5e5e5; color: #555; }

.aside-note,
.stance-box {
  margin-top: 1.6rem;
  padding: 1.15rem 1.25rem;
  background: rgba(28, 31, 36, 0.05);
  border-left: 3px solid var(--accent);
}
.section--deep .aside-note,
.section--slate .aside-note {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: var(--accent-soft);
}
.aside-note p,
.stance-box p { margin: 0.4rem 0; }
.aside-note p:first-child,
.stance-box p:first-child { margin-top: 0; }

.doubt-stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 2rem;
}
@media (max-width: 760px) {
  .doubt-stage { grid-template-columns: 1fr; }
  .doubt-vs { display: none; }
}

.doubt-card {
  padding: 1.25rem 1.3rem;
  background: #fff;
  border: 1px solid var(--line);
}
.doubt-card--down { border-top: 3px solid var(--bad); }
.doubt-card--up { border-top: 3px solid var(--good); }
.doubt-card__label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--slate);
}
.doubt-vs {
  align-self: center;
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--slate);
}

.pull-quote {
  margin: 2rem 0 0;
  padding: 1.4rem 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  line-height: 1.75;
}
.pull-quote p { margin: 0; }
.pull-quote footer {
  margin-top: 0.85rem;
  font-family: var(--body);
  font-size: 0.82rem;
  color: var(--slate);
}
.section--deep .pull-quote,
.section--slate .pull-quote {
  border-color: rgba(255, 255, 255, 0.16);
}
.section--deep .pull-quote footer,
.section--slate .pull-quote footer {
  color: rgba(243, 241, 235, 0.65);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
}
@media (max-width: 720px) {
  .grid-2 { grid-template-columns: 1fr; }
}

.panel {
  padding: 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
}
.section--deep .panel,
.section--slate .panel {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.panel p { margin: 0.45rem 0 0; color: var(--ink-soft); }
.section--deep .panel p,
.section--slate .panel p { color: rgba(243, 241, 235, 0.8); }
.panel ul {
  margin: 0.6rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}
.section--deep .panel ul,
.section--slate .panel ul { color: rgba(243, 241, 235, 0.8); }

.timeline {
  margin: 1.8rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.chapter {
  background: #fff;
  border: 1px solid var(--line);
}
.section--deep .chapter,
.section--slate .chapter {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}
.chapter > summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  display: grid;
  grid-template-columns: 6.5rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  font-weight: 700;
}
.chapter > summary::-webkit-details-marker { display: none; }
.chapter__year {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--accent);
}
.section--deep .chapter__year,
.section--slate .chapter__year { color: var(--accent-soft); }
.chapter__title {
  font-family: var(--display);
  font-size: 1.05rem;
}
.chapter__mark {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--slate);
}
.chapter[open] .chapter__mark::after { content: "閉じる"; }
.chapter:not([open]) .chapter__mark::after { content: "開く"; }
.chapter__body {
  padding: 0 1.15rem 1.2rem;
  border-top: 1px solid var(--line);
}
.section--deep .chapter__body,
.section--slate .chapter__body {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.chapter__body p { margin: 0.85rem 0 0; }
.chapter__body p:first-child { margin-top: 1rem; }

@media (max-width: 640px) {
  .chapter > summary {
    grid-template-columns: 1fr auto;
  }
  .chapter__year { grid-column: 1 / -1; }
}

.balance-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
}
@media (max-width: 720px) {
  .balance-row { grid-template-columns: 1fr; }
}
.balance-card {
  padding: 1.25rem 1.3rem;
  border: 1px solid var(--line);
  background: #fff;
}
.balance-card--light { border-top: 3px solid var(--good); }
.balance-card--shadow { border-top: 3px solid var(--bad); }
.balance-card h3 { margin-top: 0.35rem; }
.balance-card ul {
  margin: 0.7rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}
.balance-card li + li { margin-top: 0.45rem; }

.place-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}
@media (max-width: 720px) {
  .place-grid { grid-template-columns: 1fr; }
}

.place-card {
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.place-card__photo {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background:
    repeating-linear-gradient(
      -45deg,
      #d9d5cb,
      #d9d5cb 8px,
      #e7e4db 8px,
      #e7e4db 16px
    );
  color: var(--slate);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 1rem;
}
.place-card__body { padding: 1rem 1.1rem 1.2rem; }
.place-card__body p {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.place-card__meta {
  margin-top: 0.7rem;
  font-size: 0.78rem;
  color: var(--slate);
}

.source-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}
.source-list li {
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
}
.source-list a {
  color: var(--open);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.source-list small {
  display: block;
  margin-top: 0.35rem;
  color: var(--slate);
  font-size: 0.82rem;
}

.section-next {
  margin: 1.8rem 0 0;
  font-weight: 700;
}
.section-next a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.section--deep .section-next a,
.section--slate .section-next a {
  color: var(--accent-soft);
}

.site-footer {
  padding: 2rem clamp(1.1rem, 4vw, 2.5rem) 2.5rem;
  background: var(--ink);
  color: rgba(243, 241, 235, 0.72);
  font-size: 0.86rem;
}
.site-footer a { color: #fff; }
.site-footer p { margin: 0.4rem 0; }

/* ========== global-footer（佐賀町／歴史モックと同型） ========== */
.global-footer,
.global-footer *,
.global-footer *::before,
.global-footer *::after { box-sizing: border-box; }
.global-footer {
  --global-footer-content: min(1120px, calc(100% - 40px));
  --global-footer-ink: #14181e;
  --global-footer-band: #2a3038;
  --global-footer-white: #fffdf8;
  --global-footer-gold: #c9b07a;
  --global-footer-line: rgba(255, 255, 255, 0.17);
  color: rgba(255, 253, 248, 0.82);
  background: var(--global-footer-ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  text-align: left;
}
.global-footer a { color: inherit; }
.global-footer a:focus-visible {
  outline: 3px solid var(--global-footer-gold);
  outline-offset: 5px;
}
.global-footer__main {
  width: var(--global-footer-content);
  margin-inline: auto;
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 7rem);
}
.global-footer__brand {
  margin: 0 0 1rem;
  color: var(--global-footer-white);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
}
.global-footer__brand small {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.global-footer__story {
  max-width: 24rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.9rem;
}
.global-footer__nav { align-self: center; }
.global-footer__nav-title {
  margin: 0 0 1rem;
  color: var(--global-footer-gold);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.global-footer__nav ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem 1.5rem;
  list-style: none;
}
.global-footer__nav a {
  display: inline-block;
  padding: 0.3rem 0;
  color: var(--global-footer-white);
  font-size: 0.9rem;
  text-decoration: none;
  text-underline-offset: 0.3em;
}
.global-footer__nav a:hover { text-decoration: underline; }
.global-footer__credits {
  border-top: 1px solid var(--global-footer-line);
  border-bottom: 1px solid var(--global-footer-line);
  background: rgba(42, 48, 56, 0.55);
}
.global-footer__credits-inner {
  width: var(--global-footer-content);
  margin-inline: auto;
  padding: 1.6rem 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.global-footer__credit {
  min-width: 0;
  padding: 0.4rem clamp(1.25rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.global-footer__credit:first-child {
  padding-left: 0;
  border-right: 1px solid var(--global-footer-line);
}
.global-footer__credit:last-child { padding-right: 0; }
.global-footer__credit-label {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 253, 248, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.global-footer__credit-name {
  margin: 0;
  color: var(--global-footer-white);
  font-size: 1rem;
  font-weight: 700;
}
.global-footer__credit-link {
  flex: 0 0 auto;
  color: var(--global-footer-gold);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.global-footer__credit-link:hover { text-decoration: underline; }
.global-footer__bottom {
  width: var(--global-footer-content);
  margin-inline: auto;
  padding: 1.5rem 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.78rem;
}
.global-footer__bottom p { margin: 0; }
@media (max-width: 820px) {
  .global-footer__main { grid-template-columns: 1fr; gap: 2.5rem; }
  .global-footer__nav ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .global-footer__credits-inner { grid-template-columns: 1fr; }
  .global-footer__credit { padding: 1rem 0; }
  .global-footer__credit:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--global-footer-line);
  }
}
@media (max-width: 620px) {
  .global-footer {
    --global-footer-content: min(100% - 28px, 1120px);
    font-size: 16px;
  }
  .global-footer__nav ul { gap: 0.4rem 1rem; }
  .global-footer__credit { align-items: flex-start; }
  .global-footer__credit-label,
  .global-footer__bottom { font-size: 0.875rem; }
  .global-footer__bottom { display: block; }
  .global-footer__bottom p + p { margin-top: 0.5rem; }
}

/* media / gallery */
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.02);
  animation: drift 22s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: scale(1.02) translateY(0); }
  to { transform: scale(1.06) translateY(-1.2%); }
}
.media-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.8rem;
}
@media (max-width: 720px) {
  .media-pair { grid-template-columns: 1fr; }
}
.media-pair figure,
.media-solo {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
}
.section--deep .media-pair figure,
.section--slate .media-pair figure,
.section--deep .media-solo,
.section--slate .media-solo {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.12);
}
.media-pair img,
.media-solo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ddd;
}
.media-solo.media-solo--wide img { aspect-ratio: 16 / 9; }
.media-pair figcaption,
.media-solo figcaption {
  padding: 0.7rem 0.9rem 0.9rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--slate);
}
.section--deep .media-pair figcaption,
.section--slate .media-pair figcaption,
.section--deep .media-solo figcaption,
.section--slate .media-solo figcaption {
  color: rgba(243,241,235,0.68);
}
.media-pair a,
.media-solo a { color: var(--open); }
.section--deep .media-pair a,
.section--slate .media-pair a { color: var(--accent-soft); }
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.6rem;
}
@media (max-width: 800px) {
  .gallery-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .gallery-strip { grid-template-columns: 1fr; }
}
.gallery-strip figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
}
.gallery-strip img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
}
.gallery-strip figcaption {
  padding: 0.55rem 0.7rem 0.75rem;
  font-size: 0.74rem;
  color: var(--slate);
  line-height: 1.5;
}
.rights-chip {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.05rem 0.4rem;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  opacity: 0.85;
}
.place-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.place-card__photo {
  padding: 0;
  overflow: hidden;
}
.status-box {
  margin-top: 1.8rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  background: rgba(28,31,36,0.04);
}
.status-box p { margin: 0.4rem 0; font-size: 0.92rem; }
.status-box p:first-child { margin-top: 0; }

/* debate deep narrative */
.debate-stack {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.8rem;
}
.debate-block {
  padding: 1.35rem 1.4rem 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--bad);
}
.section--slate .debate-block {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  border-top-color: #c48a8a;
}
.debate-block__label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bad);
}
.section--slate .debate-block__label { color: #e0a0a0; }
.debate-block h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
}
.debate-block p {
  margin: 0.7rem 0 0;
  color: var(--ink-soft);
  max-width: 48em;
}
.section--slate .debate-block p { color: rgba(243,241,235,0.82); }
.debate-block .scene {
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  background: rgba(122,59,59,0.06);
  border-left: 3px solid rgba(122,59,59,0.45);
  font-family: var(--display);
  font-size: 1.02rem;
  line-height: 1.7;
}
.section--slate .debate-block .scene {
  background: rgba(255,255,255,0.05);
  border-left-color: #c48a8a;
  color: rgba(243,241,235,0.92);
}
.debate-block ul {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}
.section--slate .debate-block ul { color: rgba(243,241,235,0.8); }
.debate-block li + li { margin-top: 0.4rem; }
