:root {
  color-scheme: light;
  --ink: oklch(0.23 0.032 252);
  --text: oklch(0.34 0.03 252);
  --muted: oklch(0.48 0.026 252);
  --line: oklch(0.88 0.022 74);
  --paper: oklch(0.985 0.012 82);
  --wash: oklch(0.955 0.035 118);
  --panel: oklch(0.998 0.004 84);
  --forest: oklch(0.39 0.086 152);
  --forest-dark: oklch(0.28 0.064 152);
  --coral: oklch(0.66 0.13 34);
  --rose: oklch(0.72 0.094 8);
  --sky: oklch(0.72 0.065 222);
  --shadow: 0 18px 34px oklch(0.24 0.035 252 / 0.08);
}
* { box-sizing: border-box; }
html { font-size: 16px; }
body {
  margin: 0;
  background: linear-gradient(180deg, oklch(0.99 0.014 82), var(--paper) 380px);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Noto Sans KR", "Segoe UI", sans-serif;
  line-height: 1.68;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { word-break: keep-all; overflow-wrap: anywhere; }
h1, h2, h3 { text-wrap: balance; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: oklch(0.99 0.012 82 / 0.9);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; letter-spacing: 0; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 8px; background: linear-gradient(135deg, var(--forest-dark), var(--coral)); color: white; font-weight: 800; }
.brand strong, .brand em { display: block; line-height: 1.12; }
.brand em { color: var(--coral); font-style: normal; font-weight: 800; }
.top-nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 8px; }
.top-nav a, .site-footer nav a { border-radius: 999px; padding: 8px 12px; color: var(--muted); font-size: 14px; font-weight: 750; }
.top-nav a:hover, .site-footer nav a:hover { background: var(--wash); color: var(--forest-dark); }
.country-nav { position: relative; }
.country-nav summary { cursor: pointer; list-style: none; border-radius: 999px; padding: 8px 12px; color: var(--muted); font-size: 14px; font-weight: 750; }
.country-nav summary::-webkit-details-marker { display: none; }
.country-nav summary::after { content: "⌄"; margin-left: 5px; }
.country-nav[open] summary, .country-nav summary:hover { background: var(--wash); color: var(--forest-dark); }
.country-menu { position: absolute; top: calc(100% + 12px); right: 0; display: grid; grid-template-columns: repeat(2, minmax(170px, 1fr)); gap: 18px 24px; width: min(560px, calc(100vw - 32px)); max-height: min(72vh, 640px); overflow-y: auto; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); box-shadow: 0 8px 8px oklch(0.24 0.035 252 / 0.12); }
.country-menu section { display: flex; flex-direction: column; gap: 2px; }
.country-menu section strong { padding: 0 10px 6px; color: var(--ink); font-size: 13px; }
.country-menu a { display: flex; justify-content: space-between; gap: 12px; border-radius: 6px; padding: 6px 10px; }
.country-menu a small { color: var(--muted); font-weight: 650; }
.country-menu .country-menu-all { grid-column: 1 / -1; justify-content: center; background: var(--forest-dark); color: white; }
.country-region + .country-region { margin-top: 44px; }
.hero, .section-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 36px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 44px;
  align-items: stretch;
}
.hero-copy { align-self: center; }
.eyebrow { margin: 0; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: 0; text-transform: none; }
h1 { margin: 12px 0 0; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.14; letter-spacing: 0; }
.lead, .section-hero p { margin: 18px 0 0; max-width: 690px; color: var(--muted); font-size: 1.05rem; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 18px; background: white; color: var(--ink); font-weight: 800; }
.button.primary { border-color: var(--forest-dark); background: var(--forest-dark); color: white; }

@keyframes bookclip-soft-rise {
  from {
    opacity: 0.92;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bookclip-image-settle {
  from {
    opacity: 0.96;
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-feature,
  .section-hero > *,
  .section-wrap,
  .launch-note,
  .article-detail,
  .article-hero > *,
  .article-body,
  .visual-frame,
  .food-home-hero,
  .country-hub-hero,
  .country-detail-hero {
    animation: bookclip-soft-rise 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-feature,
  .section-hero > *:nth-child(2),
  .article-hero > *:nth-child(2),
  .article-body,
  .visual-frame {
    animation-delay: 70ms;
  }

  .section-card,
  .article-card,
  .article-row,
  .tool-card,
  .country-card,
  .restaurant-card,
  .restaurant-list-item,
  .side-box,
  .credit-card,
  .ingredient-card {
    animation: bookclip-soft-rise 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
    transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 220ms cubic-bezier(0.25, 1, 0.5, 1), border-color 180ms ease;
  }

  .section-card:nth-child(2),
  .article-card:nth-child(2),
  .article-row:nth-child(2),
  .tool-card:nth-child(2),
  .country-card:nth-child(2),
  .restaurant-card:nth-child(2),
  .restaurant-list-item:nth-child(2),
  .credit-card:nth-child(2) {
    animation-delay: 36ms;
  }

  .section-card:nth-child(3),
  .article-card:nth-child(3),
  .article-row:nth-child(3),
  .tool-card:nth-child(3),
  .country-card:nth-child(3),
  .restaurant-card:nth-child(3),
  .restaurant-list-item:nth-child(3),
  .credit-card:nth-child(3) {
    animation-delay: 72ms;
  }

  .section-card:nth-child(4),
  .article-card:nth-child(4),
  .article-row:nth-child(4),
  .tool-card:nth-child(4),
  .country-card:nth-child(4),
  .restaurant-card:nth-child(4),
  .restaurant-list-item:nth-child(4),
  .credit-card:nth-child(4) {
    animation-delay: 108ms;
  }

  .hero-feature img,
  .section-hero img,
  .visual-frame img,
  .article-card img,
  .article-row img,
  .article-visual img,
  .restaurant-card img,
  .country-hub-hero img,
  .country-detail-hero img {
    animation: bookclip-image-settle 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .button,
  .top-nav a {
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(0.25, 1, 0.5, 1);
  }

  .button:hover,
  .top-nav a:hover {
    transform: translateY(-1px);
  }

  .section-card:hover,
  .article-card:hover,
  .article-row:hover,
  .tool-card:hover,
  .country-card:hover,
  .restaurant-card:hover,
  .restaurant-list-item:hover,
  .credit-card:hover,
  .ingredient-card:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,
  .hero-feature,
  .section-hero > *,
  .section-wrap,
  .launch-note,
  .article-detail,
  .article-hero > *,
  .article-body,
  .visual-frame,
  .food-home-hero,
  .country-hub-hero,
  .country-detail-hero,
  .section-card,
  .article-card,
  .article-row,
  .tool-card,
  .country-card,
  .restaurant-card,
  .restaurant-list-item,
  .side-box,
  .credit-card,
  .ingredient-card,
  .hero-feature img,
  .section-hero img,
  .visual-frame img,
  .article-card img,
  .article-row img,
  .article-visual img,
  .restaurant-card img,
  .country-hub-hero img,
  .country-detail-hero img {
    animation: none;
    transition: none;
    transform: none;
  }
}
.hero-feature, .section-card, .article-card, .tool-card, .side-box { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.hero-feature { overflow: hidden; box-shadow: var(--shadow); }
.hero-feature img, .section-hero img, .visual-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: oklch(0.94 0.012 230); }
.visual-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.visual-frame.flush {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.visual-frame figcaption {
  padding: 9px 12px 11px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  background: oklch(0.99 0.01 82 / 0.92);
}
.visual-frame figcaption a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.compact-hero { padding-bottom: 28px; }
.hero-feature span { display: inline-block; margin: 20px 22px 0; color: var(--forest); font-size: 13px; font-weight: 850; }
.hero-feature h2 { margin: 8px 22px 0; font-size: clamp(1.22rem, 1.8vw, 1.62rem); line-height: 1.32; }
.hero-feature p { margin: 12px 22px 22px; color: var(--muted); font-size: 15px; }
.section-wrap { max-width: 1180px; margin: 0 auto; padding: 42px 24px; }
.section-wrap.alt { border-top: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 24px; }
.section-heading.compact { margin-bottom: 16px; }
.section-heading h2, .editorial-band h2 { margin: 8px 0 0; font-size: clamp(1.55rem, 2.4vw, 2.35rem); line-height: 1.25; }
.section-heading p:not(.eyebrow) { margin: 10px 0 0; color: var(--muted); }
.section-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.section-card { min-height: 190px; padding: 20px; }
.section-card strong, .section-card span { display: block; }
.section-card strong { margin-top: 8px; font-size: 1.05rem; }
.section-card span { margin-top: 8px; color: var(--muted); font-size: 14px; }
.country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.country-grid.detailed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.country-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.country-card img,
.country-card .visual-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: oklch(0.94 0.012 230);
}
.country-card .visual-frame figcaption {
  min-height: 48px;
}
.country-card span,
.country-card strong,
.country-card p,
.country-card small {
  margin-right: 20px;
  margin-left: 20px;
}
.country-card span {
  margin-top: 16px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}
.country-card strong {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.country-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}
.country-card small {
  margin-top: auto;
  margin-bottom: 18px;
  color: oklch(0.5 0.028 250);
  font-size: 12px;
}
.pill-list,
.topic-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.pill-list span,
.topic-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--forest-dark);
  background: white;
  font-size: 13px;
  font-weight: 850;
}
.destination-band {
  padding: 20px 0 28px;
  border-top: 1px solid var(--line);
}
.destination-band:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.destination-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.destination-heading h3 {
  margin: 4px 0 0;
  font-size: 1.35rem;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.article-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 230px;
  overflow: hidden;
  padding: 0 20px 20px;
  scroll-margin-top: 96px;
}
.article-thumb {
  width: calc(100% + 40px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: 0 -20px 8px;
  object-fit: cover;
  background: oklch(0.94 0.012 230);
}
.article-card span {
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}
.article-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.36;
}
.article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.article-points {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}
.article-points.large {
  gap: 10px;
  font-size: 1rem;
}
.article-card small {
  margin-top: auto;
  color: oklch(0.5 0.028 250);
  font-size: 12px;
  line-height: 1.5;
}
.article-grid.detailed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.article-grid.detailed .article-card {
  min-height: 360px;
}
.article-list {
  display: grid;
  gap: 12px;
}
.article-list.compact {
  gap: 10px;
}
.article-row {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr) auto;
  grid-template-areas:
    "image meta actions"
    "image title actions"
    "image excerpt actions";
  gap: 4px 18px;
  align-items: center;
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--panel);
}
.article-row img {
  grid-area: image;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
  background: oklch(0.94 0.012 230);
}
.article-row span {
  grid-area: meta;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}
.article-row strong {
  grid-area: title;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.34;
}
.article-row p {
  grid-area: excerpt;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.56;
}
.row-actions {
  grid-area: actions;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}
.country-note-groups {
  display: grid;
  gap: 30px;
}
.country-note-group {
  scroll-margin-top: 96px;
}
.article-card dl {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
}
.article-card dl div {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.article-card dt {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}
.article-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 36px;
  margin-top: 2px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--forest-dark);
  font-size: 13px;
  font-weight: 850;
}
.map-link:hover {
  background: var(--wash);
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.tool-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 190px;
  padding: 20px;
}
.tool-card span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
}
.tool-card strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.38;
}
.tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.tool-card:hover {
  border-color: oklch(0.73 0.07 165);
  box-shadow: var(--shadow);
}
.credit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.credit-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 0 18px 18px;
}
.credit-card img {
  width: calc(100% + 36px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: 0 -18px 8px;
  object-fit: cover;
  background: oklch(0.94 0.012 230);
}
.credit-card strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.35;
}
.credit-card p,
.credit-card small {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.article-detail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 24px;
}
.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 34px;
  align-items: center;
}
.article-hero img,
.article-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: oklch(0.94 0.012 230);
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0 0;
}
.hero-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: oklch(0.99 0.008 82 / 0.78);
}
.hero-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}
.hero-facts dd {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.article-actions.compact {
  margin-top: auto;
}
.article-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.article-main {
  display: grid;
  gap: 28px;
  align-content: start;
  max-width: 72ch;
}
.article-main section {
  display: grid;
  gap: 10px;
  scroll-margin-top: 24px;
}
.article-toc { border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; background: var(--panel); }
.article-toc strong { color: var(--ink); }
.article-toc ol { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 10px 0 0; padding-left: 20px; }
.article-toc a { color: var(--forest-dark); font-weight: 750; }
.article-decision, .article-final-check { border-left: 4px solid var(--forest); padding: 18px 20px; background: var(--panel); }
.article-final-check small { color: var(--muted); }
.article-main p {
  margin: 0;
  color: var(--text);
  font-size: 1.03rem;
}
.schedule-list {
  display: grid;
  gap: 10px;
}
.schedule-list div {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: oklch(0.99 0.004 230);
}
.schedule-list strong {
  color: var(--forest-dark);
}
.schedule-list p {
  color: var(--muted);
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.check-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: oklch(0.99 0.006 82);
}
.check-grid strong {
  display: block;
  color: var(--forest-dark);
  font-size: 13px;
  margin-bottom: 6px;
}
.check-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}
.info-list {
  display: grid;
  gap: 10px;
}
.info-list div {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: oklch(0.99 0.004 230);
}
.info-list strong {
  color: var(--forest-dark);
  font-size: 14px;
}
.info-list p,
.info-list small {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}
.personal-checklist {
  display: grid;
  gap: 18px;
}
.checklist-group {
  display: grid;
  gap: 10px;
}
.checklist-group h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.35;
}
.checklist-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.checklist-item {
  display: grid;
  align-content: start;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: oklch(0.99 0.004 230);
}
.checklist-item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-pill,
.type-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 25px;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}
.status-pill.done {
  background: oklch(0.92 0.05 155);
  color: var(--forest-dark);
}
.status-pill.todo {
  background: oklch(0.95 0.026 78);
  color: oklch(0.42 0.065 55);
}
.type-pill {
  border: 1px solid var(--line);
  background: white;
  color: var(--muted);
}
.checklist-item strong {
  color: var(--forest-dark);
  font-size: 14px;
  line-height: 1.45;
}
.checklist-item p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}
.text-link {
  width: fit-content;
  color: var(--forest-dark);
  font-size: 13px;
  font-weight: 850;
}
.text-link:hover {
  text-decoration: underline;
}
.map-embed-section {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.map-embed-section h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}
.map-embed-section iframe {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 8px;
  background: oklch(0.94 0.012 230);
  box-shadow: var(--shadow);
}
.article-side {
  display: grid;
  align-content: start;
  gap: 14px;
}
.side-box {
  display: grid;
  gap: 8px;
  padding: 18px;
}
.side-box span {
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}
.side-box strong {
  font-size: 1.02rem;
}
.side-box p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.side-link {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 8px;
  color: var(--forest-dark);
  font-size: 14px;
  font-weight: 800;
}
.launch-note {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  max-width: 1180px;
  margin: 8px auto 0;
  padding: 34px 24px 46px;
  border-top: 1px solid var(--line);
}
.launch-note p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.empty { border: 1px dashed var(--line); border-radius: 8px; padding: 30px; color: var(--muted); background: oklch(0.99 0.004 230); }
.ad-slot { margin: 28px auto; max-width: 1180px; padding: 14px 24px; color: var(--muted); font-size: 12px; text-align: center; }
.site-footer { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1.2fr; gap: 24px; margin-top: 42px; padding: 34px 32px; border-top: 1px solid var(--line); }
.site-footer p { margin: 8px 0 0; color: var(--muted); }
.empty-page { max-width: 780px; min-height: 60vh; margin: 0 auto; padding: 80px 24px; }
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; padding: 16px 18px; }
  .hero, .section-hero, .article-hero, .article-body, .launch-note, .site-footer { grid-template-columns: 1fr; }
  .hero { padding-top: 36px; }
  .map-embed-section iframe { min-height: 320px; }
  .section-grid,
  .tool-grid,
  .credit-grid,
  .country-grid,
  .country-grid.detailed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-grid,
  .article-grid.detailed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-row {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-areas:
      "image meta"
      "image title"
      "image excerpt"
      "actions actions";
  }
  .row-actions {
    flex-direction: row;
    align-items: center;
  }
  .hero-facts,
  .check-grid,
  .checklist-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .top-nav { gap: 4px; }
  .top-nav a { padding: 6px 8px; font-size: 13px; }
  .country-nav summary { padding: 6px 8px; font-size: 13px; }
  .country-menu { position: fixed; top: 64px; right: 10px; grid-template-columns: 1fr; width: calc(100vw - 20px); max-height: calc(100vh - 78px); }
  .country-menu .country-menu-all { grid-column: auto; }
  .section-grid,
  .tool-grid,
  .credit-grid,
  .country-grid,
  .country-grid.detailed,
  .article-grid,
  .article-grid.detailed { grid-template-columns: 1fr; }
  .destination-heading { align-items: flex-start; flex-direction: column; }
  h1 { font-size: clamp(2rem, 12vw, 3rem); }
  .map-embed-section iframe { min-height: 260px; }
  .article-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "meta"
      "title"
      "excerpt"
      "actions";
  }
  .article-row img {
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: oklch(0.93 0.012 82);
    --text: oklch(0.84 0.014 82);
    --muted: oklch(0.7 0.018 82);
    --line: oklch(0.34 0.02 78);
    --paper: oklch(0.17 0.018 252);
    --wash: oklch(0.28 0.045 148);
    --panel: oklch(0.21 0.018 252);
    --forest: oklch(0.72 0.075 150);
    --forest-dark: oklch(0.82 0.055 142);
    --coral: oklch(0.76 0.105 34);
    --rose: oklch(0.72 0.085 8);
    --sky: oklch(0.72 0.065 222);
    --shadow: 0 18px 34px oklch(0 0 0 / 0.22);
  }
  body { background: linear-gradient(180deg, oklch(0.18 0.02 252), var(--paper) 380px); }
  .site-header { background: oklch(0.17 0.018 252 / 0.9); }
  .button, .pill-list span, .topic-strip a { background: oklch(0.22 0.018 252); }
  .button.primary { background: oklch(0.34 0.062 152); border-color: oklch(0.42 0.065 152); }
  .visual-frame figcaption { background: oklch(0.2 0.018 252 / 0.94); }
  .schedule-list div,
  .hero-facts div,
  .check-grid div,
  .info-list div,
  .checklist-item,
  .empty {
    background: oklch(0.2 0.018 252);
  }
  .status-pill.done { background: oklch(0.3 0.052 152); color: oklch(0.88 0.048 150); }
  .status-pill.todo { background: oklch(0.31 0.04 68); color: oklch(0.88 0.052 76); }
  .type-pill { background: oklch(0.24 0.018 252); color: var(--muted); }
}
