:root {
  --ln-bg: #f7f3ec;
  --ln-paper: #fffdfa;
  --ln-ink: #242731;
  --ln-body: #566071;
  --ln-lead: #3f4654;
  --ln-muted: #7b817d;
  --ln-line: #e4dbcf;
  --ln-accent: #6f9487;
  --ln-accent-dark: #4f7569;
  --ln-wash: #eee7dc;
  --ln-serif: Georgia, "Times New Roman", serif;
  --ln-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ln-shadow: 0 18px 46px rgba(45, 42, 35, 0.11);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ln-bg);
  color: var(--ln-ink);
  font-family: var(--ln-sans);
  line-height: 1.76;
}

.ln-site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(222, 216, 206, 0.78);
  background: rgba(247, 244, 237, 0.92);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.ln-site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  text-decoration: none;
}

.ln-site-header .brand-logo {
  width: 126px;
  max-height: 50px;
  object-fit: contain;
}

.ln-site-header .brand span {
  max-width: 92px;
  color: var(--ln-muted);
  font-family: "Noto Serif KR", Georgia, serif;
  font-size: 13px;
  line-height: 1.18;
}

.ln-site-header .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  color: #515b66;
  font-size: 13px;
  font-weight: 800;
}

.ln-site-header .nav-links a,
.ln-site-header .header-action {
  text-decoration: none;
}

.ln-site-header .header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ln-accent-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ln-breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 28px 0;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: var(--ln-muted);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.ln-breadcrumb a {
  color: var(--ln-accent-dark);
  text-decoration: none;
}

.ln-breadcrumb-current {
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

.wp-site-blocks {
  background: linear-gradient(180deg, #fbfaf6 0, var(--ln-bg) 420px);
}

header.wp-block-template-part {
  border-bottom: 1px solid var(--ln-line);
  background: rgba(255, 253, 250, 0.84);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}

header.wp-block-template-part > .wp-block-group {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.wp-block-site-title,
.wp-block-site-title a {
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.wp-block-navigation {
  color: var(--ln-muted);
  font-size: 14px;
  font-weight: 650;
}

.wp-block-navigation a {
  text-decoration: none;
}

.ln-single-a {
  margin-top: 0 !important;
  padding-bottom: 88px;
}

.ln-hero-a {
  max-width: 1180px;
  margin: 42px auto 0 !important;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: end;
}

.ln-hero-copy {
  min-width: 0;
}

.ln-kicker {
  margin: 0 0 12px !important;
  color: var(--ln-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ln-kicker a {
  text-decoration: none;
}

.ln-title-a {
  max-width: 790px;
  margin: 0 0 22px !important;
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.ln-dek-a {
  max-width: 680px;
  margin: 0 0 22px !important;
  color: var(--ln-body);
  font-size: 20px;
  line-height: 1.65;
}

.ln-dek-a p {
  margin: 0;
}

.ln-meta-a {
  gap: 12px !important;
  margin-top: 20px !important;
  color: var(--ln-muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ln-meta-a a {
  text-decoration: none;
}

.ln-hero-image-a {
  margin: 0 !important;
}

.ln-hero-image-a:empty {
  display: none;
}

.ln-fallback-hero-a {
  display: none;
  margin: 0;
}

.ln-fallback-hero-a.is-active {
  display: block;
}

.ln-hero-image-a img,
.ln-fallback-hero-a img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--ln-shadow);
}

.ln-article-wrap-a {
  max-width: 1060px;
  margin: 54px auto 90px !important;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  gap: 62px;
  align-items: start;
}

.ln-toc-a {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.ln-toc-label-a {
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: 22px;
  font-weight: 500;
}

.ln-toc-a a {
  color: var(--ln-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.ln-toc-a a:hover {
  color: var(--ln-ink);
}

.ln-content-a {
  max-width: 760px;
  min-width: 0;
}

.ln-content-a .wp-block-post-content {
  max-width: 760px;
  margin: 0;
  padding: 0;
}

.ln-content-a p,
.ln-content-a li {
  color: var(--ln-body);
  font-size: 18px;
  line-height: 1.82;
}

.ln-content-a p {
  margin: 0 0 1.35em;
}

/* Article-body internal links: editorial underline plus a compact route arrow. */
.ln-content-a .wp-block-post-content :is(p, li, td, th, blockquote) a:is(
  [href^="https://lushnomad.com/"],
  [href^="http://lushnomad.com/"],
  [href^="https://www.lushnomad.com/"],
  [href^="http://www.lushnomad.com/"],
  [href^="/"]
):not([href^="//"]):not([href^="/#"]) {
  color: var(--ln-accent-dark);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  text-decoration-skip-ink: auto;
  transition: color 160ms ease, text-decoration-thickness 160ms ease;
}

.ln-content-a .wp-block-post-content :is(p, li, td, th, blockquote) a:is(
  [href^="https://lushnomad.com/"],
  [href^="http://lushnomad.com/"],
  [href^="https://www.lushnomad.com/"],
  [href^="http://www.lushnomad.com/"],
  [href^="/"]
):not([href^="//"]):not([href^="/#"])::after {
  content: "↗" / "";
  display: inline-block;
  margin-left: 0.22em;
  color: currentColor;
  font-size: 0.64em;
  line-height: 1;
  text-decoration: none;
  vertical-align: 0.42em;
}

.ln-content-a .wp-block-post-content :is(p, li, td, th, blockquote) a:is(
  [href^="https://lushnomad.com/"],
  [href^="http://lushnomad.com/"],
  [href^="https://www.lushnomad.com/"],
  [href^="http://www.lushnomad.com/"],
  [href^="/"]
):not([href^="//"]):not([href^="/#"]):hover {
  color: var(--ln-ink);
  text-decoration-thickness: 2px;
}

.ln-content-a .wp-block-post-content :is(p, li, td, th, blockquote) a:is(
  [href^="https://lushnomad.com/"],
  [href^="http://lushnomad.com/"],
  [href^="https://www.lushnomad.com/"],
  [href^="http://www.lushnomad.com/"],
  [href^="/"]
):not([href^="//"]):not([href^="/#"]):focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--ln-accent);
  outline-offset: 3px;
}

.ln-content-a .wp-block-post-content > p:first-of-type {
  color: var(--ln-lead);
  font-size: 22px;
  line-height: 1.65;
}

.ln-content-a h2,
.ln-content-a h3,
.ln-content-a h4 {
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.ln-content-a h2 {
  margin: 2.3em 0 0.75em;
  padding-top: 0.7em;
  border-top: 1px solid #dfd4c6;
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.12;
}

.ln-content-a h3 {
  margin: 1.8em 0 0.65em;
  font-size: clamp(23px, 2.6vw, 30px);
  line-height: 1.18;
}

.ln-content-a h4 {
  margin: 1.5em 0 0.55em;
  font-size: 20px;
}

.ln-content-a ul,
.ln-content-a ol {
  margin: 0 0 1.5em;
  padding-left: 1.25em;
}

.ln-content-a li {
  margin: 0.45em 0;
  padding-left: 0.15em;
}

.ln-content-a li::marker {
  color: var(--ln-accent);
}

.ln-content-a strong {
  color: #343a45;
  font-weight: 750;
}

.ln-content-a figure {
  margin: 2.1em 0;
}

.ln-content-a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: var(--ln-shadow);
}

.ln-content-a figcaption {
  display: none;
}

.ln-content-a blockquote {
  margin: 2em 0;
  padding: 1.15em 1.4em;
  border-left: 4px solid var(--ln-accent);
  border-radius: 0 10px 10px 0;
  background: #f0e9de;
  color: var(--ln-lead);
}

.ln-content-a table {
  width: 100%;
  margin: 2em 0;
  border: 1px solid var(--ln-line);
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  background: var(--ln-paper);
  font-size: 15px;
}

.ln-content-a th,
.ln-content-a td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ln-line);
  vertical-align: top;
}

.ln-content-a th {
  background: var(--ln-wash);
  color: var(--ln-ink);
  text-align: left;
}

.ln-post-nav-a {
  max-width: 1060px;
  margin: 0 auto !important;
  padding: 28px;
  border-top: 1px solid var(--ln-line);
  color: var(--ln-muted);
  font-size: 15px;
}

.ln-post-nav-a a {
  color: var(--ln-ink);
  font-weight: 750;
  text-decoration: none;
}

.wp-block-comments,
.wp-block-comments-query-loop,
.wp-block-post-comments-form,
#respond {
  display: none !important;
}

footer.wp-block-template-part {
  margin-top: 0;
  border-top: 1px solid var(--ln-line);
  background: #ede8de;
}

.ln-site-footer {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 34px;
  margin-top: 0;
  padding: 42px 7vw 28px;
  border-top: 1px solid var(--ln-line);
  background: #fffaf4;
}

.ln-site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Noto Serif KR", Georgia, serif;
  font-size: 24px;
}

.ln-site-footer h2 {
  margin: 0 0 13px;
  font-family: var(--ln-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ln-site-footer p {
  margin: 0 0 8px;
  color: var(--ln-muted);
  font-size: 14px;
}

.ln-site-footer a {
  display: block;
  margin-top: 9px;
  color: var(--ln-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ln-site-footer a:hover,
.ln-site-header .nav-links a:hover {
  color: var(--ln-accent-dark);
}

.ln-site-footer .footer-bottom {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--ln-line);
}

footer.wp-block-template-part .wp-block-navigation,
footer.wp-block-template-part .wp-block-spacer,
footer.wp-block-template-part p.has-small-font-size,
footer.wp-block-template-part p:has(a[href*="wordpress.org"]) {
  display: none !important;
}

.archive main,
.blog main,
.category main,
.home.blog main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 52px 24px 80px;
}

.wp-block-query .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wp-block-query .wp-block-post-template > li {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--ln-line);
  border-radius: 10px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 10px 28px rgba(36, 40, 51, 0.07);
}

.wp-block-query .wp-block-post-template h2,
.wp-block-query .wp-block-post-template h3 {
  font-family: var(--ln-serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
}

.wp-block-query .wp-block-post-template h2 a,
.wp-block-query .wp-block-post-template h3 a {
  color: var(--ln-ink);
  text-decoration: none;
}

@media (max-width: 920px) {

  .ln-site-header .nav-links {
    display: none;
  }

  .ln-site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .ln-hero-a,
  .ln-article-wrap-a {
    grid-template-columns: 1fr;
  }

  .ln-hero-image-a img {
    aspect-ratio: 16 / 10;
  }

  .ln-toc-a {
    position: static;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .ln-toc-label-a {
    flex: 0 0 auto;
  }

  .ln-toc-a a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {

  .ln-site-header {
    min-height: 68px;
    padding: 0 18px;
  }

  .ln-site-header .brand-logo {
    width: 108px;
  }

  .ln-site-header .brand span {
    display: none;
  }

  .ln-site-header .header-action {
    min-height: 38px;
    padding: 0 14px;
  }

  .ln-breadcrumb {
    padding: 18px 18px 0;
  }

  .ln-site-footer {
    grid-template-columns: 1fr;
    padding: 36px 22px 24px;
  }
  header.wp-block-template-part > .wp-block-group {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wp-block-navigation {
    display: none;
  }

  .ln-hero-a {
    margin-top: 32px !important;
    padding: 0 18px;
  }

  .ln-title-a {
    font-size: clamp(40px, 13vw, 56px);
  }

  .ln-dek-a,
  .ln-content-a .wp-block-post-content > p:first-of-type {
    font-size: 19px;
  }

  .ln-article-wrap-a,
  .ln-post-nav-a {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ln-content-a p,
  .ln-content-a li {
    font-size: 17px;
  }

  .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}

/* Article layout A — high-contrast editorial reading system, 2026-09. */
:root {
  --ln-ink: #171b18;
  --ln-body: #202520;
  --ln-lead: #171b18;
  --ln-muted: #3f4841;
  --ln-accent: #467568;
  --ln-accent-dark: #173e34;
  --ln-toc-active: #dce8df;
}

.ln-title-a {
  max-width: 760px;
  font-size: clamp(44px, 4.8vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.ln-dek-a {
  color: #303832;
  font-family: var(--ln-serif);
  font-size: 18px;
  line-height: 1.58;
}

.ln-meta-a,
.ln-breadcrumb {
  color: #394139;
}

.ln-article-wrap-a {
  max-width: 1100px;
  grid-template-columns: 236px minmax(0, 720px);
  gap: 70px;
}

.ln-toc-a {
  top: 98px;
  display: block;
  max-height: calc(100vh - 124px);
  padding-top: 0;
  overflow: hidden;
}

.ln-toc-head-a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ln-line);
}

.ln-toc-label-a {
  font-size: 20px;
  font-weight: 600;
}

.ln-toc-count-a {
  color: var(--ln-accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ln-toc-list-a {
  display: grid;
  gap: 2px;
  max-height: calc(100vh - 180px);
  margin-top: 12px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #bdc8bf transparent;
}

.ln-toc-list-a a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 7px;
  padding: 8px;
  border-radius: 7px;
  color: #323933;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
  transition: color 150ms ease, background-color 150ms ease;
}

.ln-toc-list-a a:hover,
.ln-toc-list-a a.is-active {
  background: var(--ln-toc-active);
  color: var(--ln-accent-dark);
}

.ln-toc-list-a a.is-active {
  font-weight: 850;
}

.ln-toc-number-a {
  color: #626b64;
  font-variant-numeric: tabular-nums;
}

.ln-toc-list-a a.is-active .ln-toc-number-a {
  color: var(--ln-accent-dark);
}

.ln-content-a,
.ln-content-a .wp-block-post-content {
  max-width: 720px;
}

.ln-content-a p,
.ln-content-a li {
  color: #202520;
  font-size: 17px;
  line-height: 1.76;
}

.ln-content-a .wp-block-post-content > p:first-of-type {
  color: #171b18;
  font-family: var(--ln-serif);
  font-size: 20px;
  line-height: 1.68;
}

.ln-content-a h2,
.ln-content-a h3,
.ln-content-a h4 {
  color: #111612;
  font-weight: 600;
  letter-spacing: -0.018em;
}

.ln-content-a h2 {
  margin: 2.35em 0 0.72em;
  padding-top: 0;
  border-top: 0;
  scroll-margin-top: 110px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.16;
}

.ln-content-a h3 {
  margin: 1.75em 0 0.62em;
  font-size: 23px;
  line-height: 1.24;
}

.ln-content-a h4 {
  font-size: 18px;
}

.ln-content-a strong {
  color: #171b18;
}

.ln-content-a blockquote,
.ln-content-a blockquote p {
  color: #1b3029;
}

.ln-content-a figcaption {
  display: block;
  margin-top: 9px;
  color: #4b544c;
  font-size: 11px;
  font-weight: 680;
  line-height: 1.5;
}

.ln-post-nav-a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ln-post-nav-a > div:last-child {
  text-align: right;
}

.ln-related-a {
  margin-top: 64px;
  padding: 68px max(28px, calc((100vw - 1180px) / 2)) 76px;
  border-top: 1px solid var(--ln-line);
  background: #f2ebdf;
}

.ln-related-head-a {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto 28px;
}

.ln-related-head-a p {
  margin: 0 0 7px;
  color: var(--ln-accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ln-related-head-a h2 {
  margin: 0;
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.ln-related-head-a > a {
  color: var(--ln-accent-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.ln-related-grid-a {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ln-related-card-a {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9d0c3;
  border-radius: 13px;
  background: var(--ln-paper);
  box-shadow: 0 10px 26px rgba(39, 37, 31, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ln-related-card-a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(39, 37, 31, 0.11);
}

.ln-related-photo-a,
.ln-related-photo-a .ln-card-photo {
  display: block;
  width: 100%;
  margin: 0;
}

.ln-related-photo-a .ln-card-photo {
  aspect-ratio: 16 / 10;
}

.ln-related-copy-a {
  padding: 19px 19px 21px;
}

.ln-related-copy-a > p {
  margin: 0;
  color: var(--ln-accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ln-related-copy-a h3 {
  margin: 8px 0 10px;
  color: #171b18;
  font-family: var(--ln-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.ln-related-copy-a h3 a {
  color: inherit;
  text-decoration: none;
}

.ln-related-copy-a > span {
  display: -webkit-box;
  overflow: hidden;
  color: #353d36;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 920px) {
  .ln-article-wrap-a {
    gap: 36px;
  }

  .ln-toc-a {
    position: static;
    display: block;
    max-height: none;
    overflow: visible;
  }

  .ln-toc-list-a {
    display: flex;
    gap: 8px;
    max-height: none;
    padding: 2px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  .ln-toc-list-a a {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }

  .ln-related-grid-a {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ln-related-card-a:first-child {
    grid-column: 1 / -1;
  }

  .ln-related-card-a:first-child {
    display: grid;
    grid-template-columns: minmax(260px, 1.1fr) 1fr;
  }
}

@media (max-width: 640px) {
  .ln-title-a {
    font-size: clamp(38px, 11.5vw, 50px);
  }

  .ln-dek-a {
    font-size: 17px;
  }

  .ln-content-a p,
  .ln-content-a li {
    font-size: 16.5px;
    line-height: 1.74;
  }

  .ln-content-a .wp-block-post-content > p:first-of-type {
    font-size: 19px;
  }

  .ln-content-a h2 {
    font-size: clamp(27px, 8.5vw, 34px);
  }

  .ln-content-a h3 {
    font-size: 21px;
  }

  .ln-toc-list-a a {
    flex-basis: min(82vw, 260px);
  }

  .ln-post-nav-a {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ln-post-nav-a > div:last-child {
    text-align: left;
  }

  .ln-related-a {
    padding: 50px 18px 58px;
  }

  .ln-related-head-a {
    align-items: flex-start;
    flex-direction: column;
  }

  .ln-related-grid-a {
    grid-template-columns: 1fr;
  }

  .ln-related-card-a:first-child {
    display: block;
    grid-column: auto;
  }
}

/* Style-only compatibility: preserve the original article markup and data. */
.ln-toc-a {
  display: grid;
  gap: 2px;
}

.ln-toc-label-a {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ln-line);
}

.ln-toc-a > a {
  display: block;
  padding: 8px;
  border-radius: 7px;
  color: #323933;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
  transition: color 150ms ease, background-color 150ms ease;
}

.ln-toc-a > a:hover,
.ln-toc-a > a:focus-visible {
  background: var(--ln-toc-active);
  color: var(--ln-accent-dark);
}

/* Captions remain exactly as they were before the redesign. */
.ln-content-a figcaption {
  display: none;
}

/* Restyle the existing same-city module without changing its posts or images. */
.more-city-guides {
  margin-top: 64px;
  padding: 68px max(28px, calc((100vw - 1180px) / 2)) 76px;
  border-top: 1px solid var(--ln-line);
  background: #f2ebdf;
}

.more-city-guides .city-row {
  max-width: 1180px;
  margin: 0 auto;
}

.more-city-guides .city-row-head {
  margin-bottom: 28px;
}

.more-city-guides .city-row-head h2 {
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.more-city-guides .city-row-count {
  color: var(--ln-accent-dark);
  font-size: 11px;
  font-weight: 900;
}

.more-city-guides .city-scroll {
  gap: 22px;
}

.more-city-guides .city-scroll .city-scroll-card {
  width: calc((100% - 44px) / 3);
  border: 1px solid #d9d0c3;
  border-radius: 13px;
  background: var(--ln-paper);
  box-shadow: 0 10px 26px rgba(39, 37, 31, 0.07);
}

.more-city-guides .city-scroll-card .ln-card-photo {
  aspect-ratio: 16 / 10;
}

.more-city-guides .article-card-copy {
  gap: 10px;
  padding: 19px 19px 21px;
}

.more-city-guides .article-card-copy p {
  color: var(--ln-accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.more-city-guides .article-card-copy h3 {
  color: #171b18;
  font-family: var(--ln-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.more-city-guides .article-card-copy > span {
  color: #353d36;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 920px) {
  .ln-toc-a {
    display: flex;
    gap: 8px;
    max-height: none;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  .ln-toc-label-a {
    flex: 0 0 auto;
    margin: 0;
    padding: 8px 12px 8px 0;
    border: 0;
  }

  .ln-toc-a > a {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }

  .more-city-guides .city-scroll .city-scroll-card {
    width: min(72vw, 320px);
  }
}

@media (max-width: 640px) {
  .more-city-guides {
    padding: 50px 18px 58px;
  }

  .more-city-guides .city-row-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ln-toc-a > a {
    flex-basis: min(82vw, 260px);
  }
}

/* Mobile regression fixes for the style-only A refresh. */
.ln-content-a,
.ln-content-a .wp-block-post-content,
.ln-content-a :where(p, li, h2, h3, h4, strong, a, blockquote, td, th) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ln-content-a :where(img, video, iframe, embed, object) {
  max-width: 100%;
}

.ln-content-a :where(pre, .wp-block-code) {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ln-content-a table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 920px) {
  .ln-hero-a,
  .ln-article-wrap-a {
    grid-template-columns: minmax(0, 1fr);
  }

  .ln-article-wrap-a {
    max-width: 760px;
  }

  .ln-content-a,
  .ln-content-a .wp-block-post-content {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ln-site-header {
    gap: 10px;
  }

  .ln-site-header .header-action {
    display: none;
  }

  .ln-breadcrumb,
  .ln-hero-a,
  .ln-article-wrap-a,
  .ln-post-nav-a {
    width: 100%;
    max-width: 100%;
  }

  .ln-breadcrumb-current {
    min-width: 0;
  }

  .ln-hero-a {
    gap: 28px;
  }

  .ln-title-a {
    font-size: clamp(36px, 11.5vw, 48px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .ln-meta-a {
    gap: 8px 12px !important;
    letter-spacing: 0.045em;
  }

  .ln-article-wrap-a {
    margin-top: 38px !important;
    margin-bottom: 64px !important;
  }

  .ln-content-a figure {
    margin: 1.65em 0;
  }

  .ln-content-a img {
    border-radius: 8px;
  }

  .ln-content-a blockquote {
    padding: 1em 1.1em;
  }

  .more-city-guides .city-scroll .city-scroll-card {
    width: min(82vw, 300px);
  }
}

@media (max-width: 400px) {
  .ln-site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ln-site-header .brand-logo {
    width: 102px;
  }
}
