/*
 * Local Japan editorial system, 2026-09-05.
 * A field guide should feel edited, not assembled: one paper, one ink, one
 * vermilion accent, documentary images, visible sources and very few boxes.
 */

:root {
  --ink: #202a2c;
  --ink-soft: #596365;
  --paper: #f4f1e9;
  --white: #fcfbf7;
  --coral: #c94732;
  --mint: #dfe8e2;
  --yellow: #eee2b9;
  --blue: #dce4e8;
  --lavender: #e3dfe4;
  --border: #c9c6bd;
  --line: var(--border);
  --shadow: none;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  --measure: 68ch;
}

html { background: var(--paper); }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-feature-settings: "palt" 1, "kern" 1;
  line-height: 1.72;
}

/* Trip Pocket is a quiet field-tool layer, not another promotional card. */
.trip-pocket-count {
  min-width: 20px;
  height: 20px;
  margin-left: 8px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.trip-pocket-save {
  margin: clamp(24px, 4vw, 42px) 0 clamp(42px, 7vw, 78px);
  border-block: 1px solid var(--ink);
  padding: 16px 0;
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 14px 34px;
}

.trip-pocket-save .eyebrow { margin-bottom: 5px; color: var(--coral); }
.trip-pocket-save > div:first-child > p:last-child { max-width: 46ch; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.trip-pocket-save__actions { display: flex; justify-content: flex-end; align-items: stretch; }
.trip-pocket-save__actions > button,
.trip-pocket-save__actions > a {
  min-height: 48px;
  border: 0;
  border-left: 1px solid var(--border);
  background: transparent;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.trip-pocket-save__actions > button:first-child { border-left: 0; }
.trip-pocket-save__actions > button:hover,
.trip-pocket-save__actions > a:hover { background: #ebe7dd; }
.trip-pocket-save__actions > button.is-saved { box-shadow: inset 0 -3px var(--coral); }
.trip-pocket-save__status { grid-column: 2; min-height: 1.5em; margin: -5px 15px 0; color: var(--ink-soft); font-size: 11px; text-align: right; }

.trip-pocket-page { margin-top: clamp(30px, 5vw, 66px); }
.trip-pocket-page__intro {
  border-block: 1px solid var(--ink);
  padding: clamp(28px, 5vw, 56px) 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 7vw, 88px);
}
.trip-pocket-page__intro h2 { max-width: 15ch; margin: 0; font-family: var(--display); font-size: clamp(35px, 5vw, 58px); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.trip-pocket-page__intro > div > p:last-child { max-width: 54ch; color: var(--ink-soft); }
.trip-pocket-page__intro ol { margin: 0; padding: 0; list-style: none; counter-reset: pocket-steps; }
.trip-pocket-page__intro li { position: relative; min-height: 64px; border-top: 1px solid var(--border); padding: 18px 0 18px 52px; counter-increment: pocket-steps; line-height: 1.55; }
.trip-pocket-page__intro li:last-child { border-bottom: 1px solid var(--border); }
.trip-pocket-page__intro li::before { content: counter(pocket-steps, decimal-leading-zero); position: absolute; left: 0; top: 18px; color: var(--coral); font: 600 16px/1 var(--display); }
.trip-pocket-page__privacy { max-width: 820px; margin: clamp(32px, 6vw, 70px) 0; display: grid; grid-template-columns: 40px 1fr; gap: 18px; }
.trip-pocket-page__privacy > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--coral); font-weight: 800; }
.trip-pocket-page__privacy h2 { margin: 0 0 7px; font-family: var(--display); font-size: 24px; font-weight: 550; }
.trip-pocket-page__privacy p { margin: 0; color: var(--ink-soft); line-height: 1.7; }
.trip-pocket-page__saved { border-top: 5px solid var(--ink); padding-top: 20px; }
.trip-pocket-page__saved > header { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 20px; }
.trip-pocket-page__saved h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 5vw, 54px); font-weight: 500; }
.trip-pocket-page__saved header p:last-child { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; }
.trip-pocket-page__saved header button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 9px 1px; display: inline-flex; gap: 18px; align-items: center; font-size: 12px; font-weight: 750; cursor: pointer; }
.trip-pocket-list { border-bottom: 1px solid var(--ink); }
.trip-pocket-item { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 16px; border-top: 1px solid var(--ink); padding: 22px 0; }
.trip-pocket-item__number { color: var(--coral); font: 600 18px/1 var(--display); }
.trip-pocket-item__body > a { font-family: var(--display); font-size: clamp(23px, 3vw, 32px); font-weight: 550; line-height: 1.18; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.trip-pocket-item__body > p { max-width: 68ch; margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.trip-pocket-item__body > .trip-pocket-item__meta { color: #355b49; font-size: 11px; font-weight: 750; }
.trip-pocket-item[data-offline-ready="false"] .trip-pocket-item__meta { color: #82502a; }
.trip-pocket-item__actions button { min-height: 44px; border: 0; border-bottom: 1px solid var(--border); background: transparent; padding: 6px 2px; color: var(--ink-soft); font-size: 11px; font-weight: 700; cursor: pointer; }
.trip-pocket-empty { border-block: 1px solid var(--ink); padding: clamp(32px, 6vw, 68px) 0; }
.trip-pocket-empty[hidden] { display: none; }
.trip-pocket-empty h3 { margin: 0; font-family: var(--display); font-size: clamp(29px, 4vw, 44px); font-weight: 500; }
.trip-pocket-empty p { max-width: 60ch; color: var(--ink-soft); line-height: 1.7; }
.trip-pocket-empty a { display: inline-flex; gap: 30px; border-bottom: 1px solid var(--ink); padding: 7px 0; font-size: 12px; font-weight: 750; text-decoration: none; }
.trip-pocket-page__status { min-height: 1.5em; color: var(--ink-soft); font-size: 11px; }

@media (max-width: 760px) {
  .trip-pocket-save { grid-template-columns: 1fr; }
  .trip-pocket-save__actions { justify-content: stretch; overflow-x: auto; }
  .trip-pocket-save__actions > button,
  .trip-pocket-save__actions > a { min-width: min(180px, 46vw); flex: 1; }
  .trip-pocket-save__actions > button:first-child { border-left: 1px solid var(--border); }
  .trip-pocket-save__status { grid-column: 1; margin-inline: 0; text-align: left; }
  .trip-pocket-page__intro { grid-template-columns: 1fr; }
  .trip-pocket-page__intro h2 { max-width: 18ch; }
  .trip-pocket-item { grid-template-columns: 36px minmax(0, 1fr); }
  .trip-pocket-item__actions { grid-column: 2; }
  .trip-pocket-page__saved > header { align-items: start; }
}

@media (max-width: 440px) {
  .trip-pocket-save__actions { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; }
  .trip-pocket-save__actions > button,
  .trip-pocket-save__actions > a { min-width: 0; border: 1px solid var(--border); }
  .trip-pocket-save__open { grid-column: 1 / -1; }
  .trip-pocket-page__saved > header { display: grid; }
}

@media (forced-colors: active) {
  .trip-pocket-save,
  .trip-pocket-item,
  .trip-pocket-page__saved { border-color: CanvasText; }
}

@media print {
  .trip-pocket-save,
  .trip-pocket-page__privacy,
  .trip-pocket-page__intro,
  .trip-pocket-page__saved > header button,
  .trip-pocket-item__actions,
  .utility-bar,
  .site-header,
  .site-footer,
  .support-appeal { display: none !important; }
  .trip-pocket-page__saved { border-top: 0; }
  .trip-pocket-item { break-inside: avoid; }
}

:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

.skip-link {
  border-radius: 0;
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--coral);
}

.utility-bar {
  border-bottom: 1px solid #303b3d;
  background: #202a2c;
  color: #fff;
}

.utility-bar > div { min-height: 32px; }
.utility-bar span { color: #aeb5b4; }
.utility-bar a { text-decoration-thickness: 1px; }

.site-header {
  width: min(1280px, calc(100% - 48px));
  min-height: 78px;
  border-bottom: 1px solid var(--ink);
}

.brand { gap: 13px; }
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: var(--coral);
  font-family: var(--display);
  font-size: 20px;
  transform: none;
}

.brand strong {
  font-size: 12px;
  letter-spacing: .17em;
}

.brand small {
  margin-top: 0;
  color: var(--ink-soft);
  font-size: 10px;
  opacity: 1;
}

.language-link,
.language-picker summary {
  border-color: var(--ink);
  border-radius: 2px;
  background: transparent;
  font-weight: 700;
}

.language-picker > div {
  top: calc(100% + 3px);
  border-color: var(--ink);
  border-radius: 2px;
  background: var(--white);
  padding: 4px;
  box-shadow: 8px 8px 0 rgba(32, 42, 44, .12);
}

.language-picker > div a { border-radius: 0; }
.language-picker > div a:hover,
.language-picker > div a:focus-visible,
.language-picker > div a[aria-current="page"] { background: #ece8de; }

.journal-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 24px);
}

.journal-nav > a,
.nav-cluster > summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.journal-nav > a[aria-current="page"],
.nav-cluster[data-current="true"] > summary {
  box-shadow: inset 0 -2px var(--coral);
}

.journal-nav > a:hover,
.nav-cluster > summary:hover { color: #9e3325; }

.nav-cluster { position: relative; }
.nav-cluster > summary { cursor: pointer; list-style: none; }
.nav-cluster > summary::-webkit-details-marker { display: none; }
.nav-cluster > summary span { color: var(--ink-soft); font-size: 11px; }
.nav-cluster[open] > summary span { transform: rotate(180deg); }
.nav-cluster > div {
  position: absolute;
  z-index: 30;
  top: calc(100% - 1px);
  left: -16px;
  min-width: 224px;
  border: 1px solid var(--ink);
  background: var(--white);
  padding: 6px 16px 9px;
  box-shadow: 9px 9px 0 rgba(32, 42, 44, .11);
}

.nav-cluster > div a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedbd2;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.nav-cluster > div a:last-child { border-bottom: 0; }
.nav-cluster > div a:hover,
.nav-cluster > div a[aria-current="page"] { color: #9e3325; }

.mobile-nav {
  top: 71px;
  border-radius: 0;
  border-color: var(--ink);
  background: var(--white);
  box-shadow: 9px 9px 0 rgba(32, 42, 44, .1);
}

.mobile-nav > strong {
  display: block;
  padding: 14px 14px 6px;
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: .08em;
}

.mobile-nav a { border-radius: 0; border-bottom: 1px solid #dedbd2; }

.eyebrow {
  margin-bottom: 14px;
  color: #7d3329;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: none;
}

.primary-button,
.support-appeal__button {
  border-radius: 2px;
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 var(--coral);
}

.primary-button:hover,
.support-appeal__button:hover { background: #394547; }

.breadcrumbs {
  margin: 0;
  border-bottom: 1px solid var(--border);
  padding: 13px 0;
  font-size: 11px;
}

.breadcrumbs li:not(:last-child)::after { content: "·"; opacity: .8; }

.network-main {
  width: min(1120px, calc(100% - 48px));
  margin-top: 0;
}

.network-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  column-gap: clamp(36px, 7vw, 90px);
  overflow: visible;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
  padding: clamp(50px, 8vw, 94px) 0 clamp(42px, 6vw, 72px);
}

.network-hero::after { display: none; }
.network-hero > .eyebrow,
.network-hero > h1,
.network-hero > p:not(.network-date),
.network-hero > .network-date { grid-column: 1; }

.network-hero h1 {
  max-width: 16ch;
  font-family: var(--display);
  font-size: clamp(44px, 6.4vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

html[lang="ja"] .network-hero h1 {
  max-width: 18em;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 5.2vw, 56px);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -.025em;
}

.network-hero > p:not(.eyebrow, .network-date) {
  max-width: 60ch;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.8;
}

.network-hero .article-review-dates {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  display: block;
  margin: 0;
  border-left: 1px solid var(--ink);
  padding-left: 20px;
}

.article-review-dates p { font-size: 10px; }
.article-review-dates p + p { margin-top: 15px; }
.article-review-dates span { color: var(--ink-soft); font-weight: 600; }
.article-review-dates time { color: var(--ink); font-family: var(--display); font-size: 15px; }

.article-primer {
  position: relative;
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: #ebe8df;
  padding: clamp(30px, 5vw, 50px);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px clamp(28px, 6vw, 72px);
}

.article-primer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--coral);
}

.article-primer__lead h2,
[data-izakaya-primer] > h2 {
  max-width: 18ch;
  font-family: var(--display);
  font-size: clamp(28px, 3.8vw, 43px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.025em;
}

html[lang="ja"] .article-primer__lead h2,
html[lang="ja"] [data-izakaya-primer] > h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.5;
}

.article-primer__timing {
  border: 0;
  border-block: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
}

.article-primer__timing section { min-height: 0; padding: 18px 18px 18px 0; }
.article-primer__timing section + section { padding-left: 18px; }
.article-primer__timing p { margin-top: 16px; }
.article-primer__scene { border-top-color: var(--ink); }
.article-toc { border-top-color: var(--ink); }
.article-toc details > summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.article-toc a { text-decoration-color: #99958b; }

.network-index { padding-top: 64px; }
.network-grid {
  grid-template-columns: repeat(3, 1fr);
  border: 0;
  border-top: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
}

.network-card {
  min-height: 230px;
  border-bottom: 1px solid var(--border);
  background: transparent;
  padding: 24px 22px;
}

.network-card:not(:nth-child(3n+1)) { border-left: 1px solid var(--border); }
.network-card:hover { background: #e9e5dc; box-shadow: inset 0 -2px var(--coral); }
.network-card > span,
.network-card__stat { border-radius: 1px; }
.network-card > span { background: transparent; color: #923427; padding: 0; }
.network-card strong { font-family: var(--display); font-weight: 500; }

.network-caveat,
.network-callout,
.official-panel,
.related-network a,
.connected-section,
.update-card,
.base-records,
.city-weather-summary,
.weather-city-panel {
  border-radius: 2px;
  box-shadow: none;
}

.network-caveat { border-left: 3px solid #9d7b20; background: #eee7d2; }
.network-callout { border-left: 3px solid #49665c; background: #e1e7e1; }
.journey-festival-context {
  max-width: var(--measure);
  margin: clamp(62px, 9vw, 108px) auto;
  border-top: 2px solid var(--ink);
  padding-top: 24px;
}
.journey-festival-context h2 {
  max-width: 20ch;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.18;
}
.journey-festival-context p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
html[lang="ja"] .journey-festival-context h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.5;
}
.network-context::after { display: none; }
.network-checklist li { border-radius: 0; border-top: 1px solid var(--border); background: transparent; }
.network-checklist li::before { border-radius: 0; background: transparent; color: var(--coral); }

.site-footer {
  width: min(1280px, calc(100% - 48px));
  border-top: 2px solid var(--ink);
  padding-top: 42px;
}

.site-footer > div > strong { color: var(--ink-soft); text-transform: none; }

.support-appeal {
  width: 100%;
  margin-top: 88px;
  overflow: visible;
  border: 0;
  border-block: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  padding: clamp(34px, 5vw, 52px) 0;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
}

.support-appeal::after { display: none; }
.support-appeal__copy h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
}

.support-appeal__action { border-radius: 0; border-left: 1px solid var(--border); background: transparent; padding: 4px 0 4px 28px; }

/* Home: an edited front page, not a dashboard of interchangeable cards. */
.renewal-home { background: var(--paper); }
.renewal-home .site-header,
.field-hero,
.moment-section,
.trip-context,
.evidence-strip,
.arrival-feature,
.prepare-section,
.understand-section,
.pocket-kit,
.safe-emergency,
.renewal-home .help-section,
.renewal-home .travel-tools,
.renewal-home .principles-section,
.renewal-home .site-footer { width: min(1280px, calc(100% - 48px)); }

.field-hero {
  min-height: 640px;
  margin-top: 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
}

.field-hero__copy { padding-left: 0; }
.field-hero__copy::after { display: none; }
.field-hero h1,
.trip-context h2,
.arrival-feature h2,
.prepare-section h2,
.understand-section h2,
.pocket-kit h2,
.safe-emergency h2,
.renewal-home .section-intro h2 {
  font-family: var(--display);
  font-weight: 500;
}

html[lang="ja"] .field-hero h1,
html[lang="ja"] .trip-context h2,
html[lang="ja"] .arrival-feature h2,
html[lang="ja"] .prepare-section h2,
html[lang="ja"] .understand-section h2,
html[lang="ja"] .pocket-kit h2,
html[lang="ja"] .safe-emergency h2,
html[lang="ja"] .renewal-home .section-intro h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}

.field-hero__visual { min-height: 500px; background: #d9d6cc; }
.field-hero__visual::after { background: linear-gradient(90deg, rgba(28, 35, 36, .12), transparent 24%); }
.field-hero__visual figcaption { right: 0; bottom: 0; border-radius: 0; background: rgba(252, 251, 247, .94); backdrop-filter: none; }

.moment-section { margin-top: 0; }
.moment-grid { border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; }
.moment-card { min-height: 180px; padding: 26px 22px; }
.moment-card > span { width: auto; height: auto; display: block; border: 0; border-radius: 0; color: var(--coral); }
.moment-card strong { font-family: var(--display); font-weight: 500; }
.moment-card:hover { background: var(--ink); }

.trip-context,
.arrival-feature,
.understand-section,
.pocket-kit,
.safe-emergency {
  border-radius: 2px;
  box-shadow: none;
}

.trip-context form,
.arrival-feature__panel,
.arrival-feature__panel nav,
.prepare-grid,
.understand-grid,
.travel-tool-grid > a,
.help-card,
.pocket-kit,
.sofuca-network a {
  border-radius: 2px;
  box-shadow: none;
}

.evidence-strip { border-radius: 0; background: transparent; }
.evidence-strip strong { font-family: var(--display); font-weight: 500; }
.arrival-feature { background: #e5e2d9; }
.arrival-feature__panel { border: 1px solid var(--ink); }
.renewal-home .help-card:nth-child(n) { background: transparent; }
.renewal-home .help-card { min-height: 180px; border-width: 1px 0 0; }
.help-card:hover { background: #e9e5dc; box-shadow: inset 3px 0 var(--coral); transform: none; }
.card-icon { border: 0; border-radius: 0; color: var(--coral); }
.prepare-grid { border-width: 2px 0 1px; }
.prepare-card > span { border-radius: 0; background: transparent; color: var(--coral); justify-content: start; }
.understand-section { background: #202a2c; }
.understand-card { border-radius: 0; }
.travel-tool-grid { gap: 0; border-top: 2px solid var(--ink); }
.travel-tool-grid > a { border-width: 0 0 1px 1px; background: transparent; }
.travel-tool-grid > a:first-child { border-left: 0; }
.travel-tool-grid > a:hover { background: #e9e5dc; box-shadow: inset 0 -2px var(--coral); transform: none; }
.travel-tool-grid > a > span { border-radius: 0; background: transparent; color: #87352b; padding: 0; }
.safe-emergency { border-left: 3px solid #675a70; background: #e5e1e5; }
.sofuca-network { gap: 0; border-top: 1px solid var(--ink); }
.sofuca-network a { border-width: 0 0 1px; background: transparent; }
.sofuca-network a:hover { background: #e9e5dc; box-shadow: inset 0 -2px var(--coral); }

/* Korean and Chinese launch editions share the same editorial grammar while
 * keeping their deliberately smaller, reviewed catalogue. */
.launch-page {
  background: var(--paper);
  color: var(--ink);
}

.launch-shell,
.launch-footer { width: min(1280px, calc(100% - 48px)); }

.launch-header {
  min-height: 78px;
  border-bottom: 1px solid var(--ink);
}

.launch-nav { gap: clamp(8px, 1.4vw, 22px); }
.launch-nav a {
  border-radius: 0;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 720;
}
.launch-nav a:hover,
.launch-nav a:focus-visible { background: transparent; color: #9e3325; box-shadow: inset 0 -2px var(--coral); }

.launch-language summary {
  border-color: var(--ink);
  border-radius: 2px;
  background: transparent;
}
.launch-language > div {
  border-color: var(--ink);
  border-radius: 2px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(32, 42, 44, .12);
}
.launch-language a { border-radius: 0; }
.launch-language a:hover,
.launch-language a:focus-visible,
.launch-language a[aria-current="page"] { background: #ece8de; }

.launch-hero {
  min-height: 610px;
  margin-top: 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
}
.launch-hero__copy { padding-left: 0; }
.launch-hero h1,
.launch-intro h2,
.launch-group__head h2,
.launch-featured h2,
.launch-article-hero h1,
.launch-reading h2 {
  font-family: var(--display);
  font-weight: 500;
}
.launch-hero h1 { max-width: 15ch; }
.launch-hero figure { background: #d9d6cc; }
.launch-hero figcaption {
  right: 0;
  bottom: 0;
  border-radius: 0;
  background: rgba(252, 251, 247, .94);
}

.launch-intro { border-bottom: 1px solid var(--border); padding-bottom: 48px; }
.launch-translation {
  border-width: 1px 0;
  border-left: 3px solid var(--coral);
  border-radius: 0;
  background: #ebe8df;
}
.launch-translation dl { border-radius: 0; background: var(--border); }
.launch-translation dl div { background: var(--paper); }

.launch-group__head { border-bottom-width: 2px; }
.launch-grid {
  gap: 0;
  margin-top: 0;
  border-bottom: 1px solid var(--ink);
}
.launch-card {
  min-height: 260px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  transition: none;
}
.launch-card + .launch-card { border-left: 1px solid var(--border); }
.launch-card:hover { transform: none; border-color: var(--border); background: #e9e5dc; box-shadow: inset 0 -2px var(--coral); }
.launch-card__mark { border-radius: 0; background: transparent; color: #923427; padding: 0; }

.launch-featured {
  border-radius: 0;
  background: var(--ink);
}
.launch-featured__cards a { background: var(--coral); color: var(--white); }
.launch-library-note { border-left-width: 3px; }

.launch-article { width: min(1120px, calc(100% - 48px)); }
.launch-breadcrumbs { margin: 0; border-bottom: 1px solid var(--border); padding: 13px 0; }
.launch-breadcrumbs li + li::before { content: "·"; }
.launch-article-hero {
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
}
.launch-article-hero__copy { padding-left: 0; }
.launch-article-hero h1 { max-width: 14ch; font-weight: 500; }
.launch-article-hero figure { background: #d9d6cc; }
.launch-toc {
  margin-top: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding-inline: 0;
}
.launch-reading { grid-template-columns: minmax(0, 68ch) minmax(240px, .45fr); }
.launch-answer,
.launch-scene,
.launch-phrase,
.launch-aside section,
.launch-next a {
  border-radius: 0;
  box-shadow: none;
}
.launch-answer { border-left: 3px solid #49665c; background: #e1e7e1; }
.launch-scene { border-width: 1px 0; background: transparent; }
.launch-steps li::before {
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--coral);
}
.launch-phrase { border-left: 3px solid var(--coral); background: var(--ink); }
.launch-phrase blockquote { border-radius: 0; background: var(--paper); }
.launch-aside section { border-width: 1px 0 0; background: transparent; padding-inline: 0; }
.launch-next { gap: 0; border-block: 1px solid var(--ink); }
.launch-next a { min-height: 126px; background: transparent; color: var(--ink); }
.launch-next a + a { border-left: 1px solid var(--border); }
.launch-next a:hover { background: #e9e5dc; box-shadow: inset 0 -2px var(--coral); }
.launch-footer { border-top: 2px solid var(--ink); }

/* Izakaya: a night-culture monograph with working notes in the margins. */
.izakaya-page {
  --iz-ink: #252b2b;
  --iz-red: #9e3528;
  --iz-amber: #9b7a32;
  --iz-cream: #ede7da;
  --iz-paper: transparent;
  --iz-line: #c5c0b5;
  --iz-muted: #5c6463;
}

.izakaya-page .network-hero {
  border-radius: 0;
  background: transparent;
  padding: clamp(50px, 8vw, 90px) 0 clamp(42px, 6vw, 66px);
}

.izakaya-page .network-hero h1,
.izakaya-page:lang(ja) .network-hero h1 { font-size: clamp(36px, 5.4vw, 62px); line-height: 1.25; }
.izakaya-feature { font-size: 1rem; line-height: 1.9; }

[data-izakaya-primer] {
  display: grid;
  margin: 0;
  padding: clamp(30px, 5vw, 50px);
}

[data-izakaya-primer] > .eyebrow,
[data-izakaya-primer] > h2,
[data-izakaya-primer] > .article-primer__scene { grid-column: 1; }
[data-izakaya-primer] > .izakaya-tabs,
[data-izakaya-primer] > .article-toc { grid-column: 2; }
[data-izakaya-primer] > .izakaya-tabs { grid-row: 1 / span 3; align-self: start; }

.izakaya-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0;
  border-block: 1px solid var(--iz-ink);
}

.izakaya-tabs a {
  min-height: 74px;
  border: 0;
  border-left: 1px solid var(--iz-line);
  border-radius: 0;
  background: transparent;
  padding: 12px 14px;
}

.izakaya-tabs a:first-child { border-left: 0; }
.izakaya-tabs a[aria-current="page"] { border: 0; border-left: 1px solid var(--iz-line); background: var(--iz-ink); color: #fff; }
.izakaya-tabs a:first-child[aria-current="page"] { border-left: 0; }
.izakaya-tabs a[aria-current="page"] small { color: #c8cfcd; }

.izakaya-feature-figure { max-width: 100%; margin-top: clamp(44px, 7vw, 72px); }
.izakaya-feature-figure img,
.izakaya-lead img { border-radius: 0; }
.izakaya-feature-figure figcaption,
.izakaya-lead figcaption {
  max-width: 72ch;
  border-left: 2px solid var(--iz-red);
  padding-left: 10px;
}

.izakaya-section { margin: clamp(62px, 9vw, 108px) 0; }
.izakaya-section > h2 {
  max-width: 22ch;
  margin-bottom: 30px;
  padding-top: 18px;
  border-top: 2px solid var(--iz-ink);
  font-family: var(--display);
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 500;
}

.izakaya-feature:lang(ja) .izakaya-section > h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 600;
  line-height: 1.5;
}

.izakaya-prose {
  max-width: 66ch;
  margin-left: clamp(0px, 8vw, 96px);
  padding-top: 0;
  border-top: 0;
}

.izakaya-prose > h2 { max-width: 18ch; }
.izakaya-chapter-number { display: block; margin-bottom: 9px; font-size: 11px; }

.izakaya-route-grid,
.izakaya-situation-grid,
.izakaya-plan-check,
.izakaya-recovery,
.izakaya-room-map,
.izakaya-region-grid,
.izakaya-threshold,
.izakaya-venue-grid,
.izakaya-needs-grid,
.izakaya-exit-grid,
.izakaya-group-patterns,
.izakaya-confirm-loop,
.izakaya-path-grid,
.izakaya-season-grid,
.izakaya-observation-grid,
.izakaya-dish-grid {
  gap: 0;
  border-top: 1px solid var(--iz-ink);
}

.izakaya-route-grid > a,
.izakaya-situation-grid article,
.izakaya-plan-check article,
.izakaya-recovery article,
.izakaya-room-map article,
.izakaya-region-grid article,
.izakaya-threshold li,
.izakaya-venue-grid article,
.izakaya-needs-grid article,
.izakaya-exit-grid article,
.izakaya-group-patterns article,
.izakaya-path-grid article,
.izakaya-season-grid article,
.izakaya-observation-grid article,
.izakaya-dish-grid > article {
  border: 0;
  border-bottom: 1px solid var(--iz-line);
  border-radius: 0;
  background: transparent;
  padding: 20px;
}

.izakaya-route-grid > a:nth-child(even),
.izakaya-situation-grid article:nth-child(even),
.izakaya-plan-check article:nth-child(even),
.izakaya-recovery article:nth-child(even),
.izakaya-room-map article + article,
.izakaya-region-grid article + article,
.izakaya-venue-grid article:nth-child(even),
.izakaya-needs-grid article:nth-child(even),
.izakaya-exit-grid article:nth-child(even),
.izakaya-path-grid article:nth-child(even) { border-left: 1px solid var(--iz-line); }

.izakaya-route-grid > a:hover { background: #eae5da; }
.izakaya-threshold li,
.izakaya-group-patterns article,
.izakaya-room-map article,
.izakaya-region-grid article { border-top: 0; }

.izakaya-venue-grid article > span,
.izakaya-steps li > span,
.izakaya-family-nav span,
.izakaya-family > header > span,
.izakaya-season-grid article > span,
.izakaya-observation-grid article > span,
.izakaya-safety > div {
  border-radius: 0;
  background: transparent;
  color: var(--iz-red);
}

.izakaya-steps li > span,
.izakaya-family > header > span { border: 1px solid var(--iz-red); }
.izakaya-safety > div { border: 1px solid currentColor; }

.izakaya-table-plan,
.izakaya-rhythm,
.izakaya-history { gap: 0; border-top: 1px solid var(--iz-ink); }
.izakaya-table-plan li,
.izakaya-rhythm li,
.izakaya-history li,
.izakaya-confirm-loop li {
  min-height: 0;
  margin-left: 0 !important;
  border: 0;
  border-bottom: 1px solid var(--iz-line);
  border-radius: 0;
  background: transparent;
}

.izakaya-table-plan li + li,
.izakaya-rhythm li + li,
.izakaya-confirm-loop li + li { border-left: 1px solid var(--iz-line); }
.izakaya-table-plan li + li::before { display: none; }
.izakaya-history::before,
.izakaya-history li > div::before { display: none; }

.izakaya-bill,
.izakaya-phrase,
.izakaya-decision-list details,
.izakaya-menu-words details {
  border-radius: 0;
  background: transparent;
}

.izakaya-bill { border-width: 2px 0 1px; }
.izakaya-phrase { border-width: 1px 0 0; }
.izakaya-phrase:nth-child(even) { border-left: 1px solid var(--iz-line); }
.izakaya-decision-list,
.izakaya-menu-words { gap: 0; border-top: 1px solid var(--iz-ink); }
.izakaya-decision-list details,
.izakaya-menu-words details { border-width: 0 0 1px; }
.izakaya-decision-list details[open] summary,
.izakaya-menu-words details[open] summary { background: #eae5da; }

.izakaya-family-nav { gap: 0; border-block: 1px solid var(--iz-ink); }
.izakaya-family-nav a { border: 0; border-radius: 0; background: transparent; }
.izakaya-family-nav a:hover { background: #eae5da; }
.izakaya-family > header > span { font-family: var(--display); }
.izakaya-dish-grid h3 { color: var(--iz-muted); letter-spacing: .02em; text-transform: none; }
.izakaya-dish-grid aside { border-radius: 0; border-left: 2px solid var(--iz-red); background: #ece6da; }

.izakaya-safety {
  border: 0;
  border-block: 1px solid #8b5549;
  border-left: 4px solid var(--iz-red);
  border-radius: 0;
  background: #eee2dc;
}

.izakaya-citations { border-left: 1px solid var(--iz-line); padding-left: 10px; }
.izakaya-review { max-width: 72ch; }

@media (max-width: 980px) {
  .journal-header { grid-template-columns: 1fr auto; padding: 14px 0 0; }
  .network-header .journal-nav {
    width: 100%;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow: visible;
    border-top: 1px solid var(--border);
    padding: 0;
  }
  .nav-cluster > div { left: 0; }
}

@media (max-width: 760px) {
  .network-hero { grid-template-columns: 1fr; }
  .network-hero .article-review-dates {
    grid-column: 1;
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
    border-left: 0;
    border-top: 1px solid var(--border);
    padding: 16px 0 0;
  }
  .article-review-dates p + p { margin-top: 0; }
  [data-izakaya-primer] > .eyebrow,
  [data-izakaya-primer] > h2,
  [data-izakaya-primer] > .article-primer__scene,
  [data-izakaya-primer] > .izakaya-tabs,
  [data-izakaya-primer] > .article-toc { grid-column: 1; }
  [data-izakaya-primer] > .izakaya-tabs { grid-row: auto; }
}

@media (max-width: 700px) {
  .site-header,
  .network-main,
  .renewal-home .site-header,
  .field-hero,
  .moment-section,
  .trip-context,
  .evidence-strip,
  .arrival-feature,
  .prepare-section,
  .understand-section,
  .pocket-kit,
  .safe-emergency,
  .renewal-home .help-section,
  .renewal-home .travel-tools,
  .renewal-home .principles-section,
  .support-appeal--home,
  .site-footer { width: calc(100% - 28px); }

  .network-header .journal-nav {
    gap: 8px 18px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: thin;
  }
  .nav-cluster { flex: 0 0 auto; }
  .nav-cluster > div { position: fixed; top: 128px; right: 14px; left: 14px; min-width: 0; }
  .article-primer { border-radius: 0; padding: 26px 22px; }
  .article-primer__timing section + section { padding-left: 0; }
  .support-appeal { grid-template-columns: 1fr; }
  .support-appeal__action { border-top: 1px solid var(--border); border-left: 0; padding: 24px 0 0; }
  .field-hero { border-radius: 0; }
  .field-hero__copy { padding-left: 0; padding-right: 0; }
  .field-hero__visual { min-height: 340px; }
  .moment-grid { border-radius: 0; }
  .trip-context,
  .arrival-feature,
  .understand-section,
  .pocket-kit,
  .safe-emergency { border-radius: 0; }
  .izakaya-page .network-hero { padding: 42px 0 36px; background: transparent; }
  [data-izakaya-primer] { padding: 26px 22px; }
  .izakaya-tabs {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .izakaya-tabs a { flex: 0 0 178px; scroll-snap-align: start; }
  .izakaya-section { margin: 62px 0; }
  .izakaya-feature-figure img,
  .izakaya-lead img { border-radius: 0; }
  .izakaya-route-grid > a:nth-child(even),
  .izakaya-situation-grid article:nth-child(even),
  .izakaya-plan-check article:nth-child(even),
  .izakaya-recovery article:nth-child(even),
  .izakaya-room-map article + article,
  .izakaya-region-grid article + article,
  .izakaya-venue-grid article:nth-child(even),
  .izakaya-needs-grid article:nth-child(even),
  .izakaya-exit-grid article:nth-child(even),
  .izakaya-path-grid article:nth-child(even),
  .izakaya-phrase:nth-child(even),
  .izakaya-table-plan li + li,
  .izakaya-rhythm li + li,
  .izakaya-confirm-loop li + li { border-left: 0; }
  .izakaya-prose { margin-left: 0; }
  .launch-shell,
  .launch-article,
  .launch-footer { width: calc(100% - 28px); }
  .launch-header { border-radius: 0; }
  .launch-hero,
  .launch-article-hero,
  .launch-translation,
  .launch-featured { border-radius: 0; }
  .launch-hero__copy,
  .launch-article-hero__copy { padding-inline: 0; }
  .launch-card + .launch-card,
  .launch-next a + a { border-left: 0; }
}

@media (forced-colors: active) {
  .brand-mark,
  .primary-button,
  .support-appeal__button,
  .nav-cluster > div { border: 1px solid CanvasText; }
}

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