:root {
  --green: #315a36;
  --green-dark: #26462a;
  --line: #e6ddd0;
  --paper: #fffdf8;
  --ink: #18140f;
  --muted: #655f56;
  --accent: #c95a31;
  --shadow-soft: 0 18px 44px rgba(39, 31, 20, 0.07);
}

/* Longform guide layout */
.guide-longform {
  width: min(1332px, 100%);
  margin: 16px auto 0;
}

.guide-longform .guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 34px;
  align-items: end;
}

.guide-hero-copy,
.guide-article {
  min-width: 0;
}

.guide-longform .guide-hero h1 {
  max-width: none;
  margin: 0;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 500;
}

.guide-hero-image {
  width: 100%;
  height: 318px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.guide-hero > picture {
  display: block;
  width: 100%;
}

.guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.guide-toc a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #eef3ec;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.guide-article {
  max-width: none;
  margin: 40px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
}

.guide-article h2 {
  margin: 52px 0 16px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 500;
}

.guide-article h2:first-child { margin-top: 0; }

.guide-article h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.guide-article p {
  margin: 0 0 18px;
}

.guide-article a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.guide-article ul,
.guide-article ol {
  display: grid;
  gap: 10px;
  margin: 16px 0 24px;
  padding-left: 24px;
}

.guide-article li::marker {
  color: var(--green);
  font-weight: 800;
}

.guide-callout {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--accent);
  background: #fff7ed;
  color: #4b4034;
}

.guide-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 30px;
}

.guide-grid article,
.guide-mini-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(39, 31, 20, 0.04);
}

.guide-grid h3,
.guide-mini-card h3 {
  margin-top: 0;
}

.guide-full-image {
  width: 100%;
  height: 360px;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
}

.guide-data-table {
  width: 100%;
  margin: 24px 0 30px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
}

.guide-data-table th,
.guide-data-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.guide-data-table th {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.guide-data-table td {
  font-size: 15px;
  line-height: 1.45;
}

.guide-round-image-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 34px;
}

.guide-round-image-card {
  min-width: 0;
  padding: 18px 14px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(39, 31, 20, 0.04);
}

.guide-round-image-card picture {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto 14px;
  border-radius: 999px;
  overflow: hidden;
  background: #efe8dd;
}

.guide-round-image-card img {
  width: 168px;
  height: 168px;
  border-radius: 999px;
  object-fit: cover;
}

.guide-round-image-card strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.guide-round-image-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.guide-safe-picks {
  margin: 34px 0 42px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(39, 31, 20, 0.05);
}

.guide-safe-picks > h2 {
  margin-top: 0;
}

.guide-safe-picks-intro {
  max-width: 980px;
  margin-bottom: 22px;
}

.guide-safe-picks-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.guide-safe-pick {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eee5d9;
  border-radius: 8px;
  background: #fffdf8;
}

.guide-safe-pick picture,
.guide-safe-pick img {
  width: 100%;
  height: 150px;
  display: block;
}

.guide-safe-pick img {
  object-fit: cover;
}

.guide-safe-pick-copy {
  padding: 13px 13px 15px;
}

.guide-safe-pick-location {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.guide-safe-pick h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.12;
}

.guide-safe-pick p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.guide-safe-pick a {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.top-selection-summary {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  margin: 30px 0;
}

.top-selection-summary article,
.top-ranking-card,
.top-advice-card,
.top-faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(39, 31, 20, 0.05);
}

.top-selection-summary article {
  padding: 20px;
}

.top-selection-summary strong,
.top-advice-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-weight: 800;
}

.top-selection-summary p,
.top-advice-card p,
.top-faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.top-ranking-card {
  display: grid;
  grid-template-columns: minmax(260px, 41%) 1fr;
  align-items: stretch;
  overflow: visible;
  margin: 32px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.top-card-media {
  position: relative;
  height: 100%;
  min-height: 360px;
  background: #efe8dd;
  overflow: hidden;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.top-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.top-rank-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  box-shadow: 0 10px 26px rgba(0, 65, 36, .22);
}

.top-card-body {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 16px 34px rgba(39, 31, 20, 0.05);
}

.top-card-body h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.05;
}

.top-card-kicker,
.top-card-location {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  gap: 5px;
  margin: 0 0 8px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-card-location i,
.top-card-location svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.top-card-body .top-card-kicker,
.top-card-body .top-card-location {
  margin-bottom: 8px;
}

.top-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.top-practical-grid span {
  display: block;
  padding: 11px 12px;
  border: 1px solid #e8dece;
  border-radius: 8px;
  background: #fbf7ef;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.top-practical-grid strong {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.top-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.top-score-grid > li,
.top-score-grid > span {
  min-width: 0;
  padding: 12px;
  border: 1px solid #eee5d9;
  border-radius: 8px;
  background: #fbf8f3;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.top-score-grid > li > span {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.top-score-grid strong,
.top-score-grid b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.top-score-grid strong::first-letter,
.top-score-grid b::first-letter {
  text-transform: uppercase;
}

.top-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.top-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #d9eadb;
  border-radius: 999px;
  background: #f4fbf3;
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
}

.top-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.top-cta,
.top-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.top-cta {
  background: var(--green);
  color: #fff !important;
}

.top-secondary-link {
  border: 1px solid var(--line);
  color: var(--green) !important;
  background: #fff;
}

.top-advice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 34px;
}

.top-advice-card {
  padding: 18px;
}

.top-faq-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 34px;
}

.top-faq-item {
  padding: 20px 22px;
}

.top-faq-item h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
}

.top-source-list {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
}

.guide-internal-links,
.guide-recommended-section {
  max-width: 1332px;
  margin: 42px auto 0;
}

.guide-internal-links h2,
.guide-recommended-section h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .guide-longform .guide-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .guide-longform,
  .guide-longform .guide-hero,
  .guide-article,
  .guide-hero-image {
    width: 100%;
    max-width: 100%;
  }

  .guide-longform .guide-hero h1 {
    font-size: 38px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .guide-article {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .guide-article h2 {
    font-size: 27px;
  }

  .guide-article h3 {
    font-size: 22px;
  }

  .guide-hero-image,
  .guide-full-image {
    height: 230px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-round-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-safe-picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-selection-summary,
  .top-ranking-card,
  .top-advice-grid,
  .top-score-grid,
  .top-practical-grid {
    grid-template-columns: 1fr;
  }

  .top-card-media,
  .top-card-media img {
    height: 260px;
    min-height: 260px;
  }

  .top-card-body {
    padding: 20px;
  }

  .top-card-body h3 {
    font-size: 27px;
  }
}

@media (max-width: 560px) {
  .guide-round-image-grid {
    grid-template-columns: 1fr;
  }

  .guide-safe-picks {
    padding: 16px;
  }

  .guide-safe-picks-grid {
    grid-template-columns: 1fr;
  }
}

* { box-sizing: border-box; }
html, body { margin: 0; background: #fffdf8; color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; }
button { font: inherit; }

img[loading="lazy"] {
  color: transparent;
  font-size: 0;
  background: #fff url("/assets/logo-bulle.svg") center / 58px auto no-repeat;
}

.type-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 61px;
  display: grid;
  grid-template-columns: minmax(280px, auto) minmax(0, 1fr) auto;
  grid-template-areas: "brand nav actions";
  column-gap: 28px;
  align-items: center;
  padding: 0 48px 0 52px;
  border-bottom: 1px solid rgba(227, 218, 204, 0.92);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 2px 12px rgba(54, 42, 23, 0.03);
  backdrop-filter: blur(10px);
}

.archive-brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.archive-brand img {
  width: 44px;
  height: 44px;
  filter: brightness(0) saturate(100%);
}

.archive-brand span,
.archive-nav,
.guide-shell h1,
.guide-section h2,
.guide-panel h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }

.archive-brand span {
  font-size: 27px;
  line-height: 1;
}

.archive-nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: 44px;
  min-width: 0;
  font-size: 15px;
}

.archive-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 29px;
  justify-self: end;
  font-size: 14px;
  white-space: nowrap;
}

.archive-nav a,
.archive-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.archive-actions svg {
  width: 19px;
  height: 19px;
}

.mobile-menu-toggle { display: none; }

.guide-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 34px 42px;
}

.guide-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #847d74;
  font-size: 13px;
}
.guide-breadcrumbs a::after,
.guide-breadcrumbs span:not(:last-child)::after {
  content: "›";
  margin-left: 10px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 342px;
  gap: 42px;
  margin-top: 16px;
}

.guide-main,
.guide-hero,
.guide-section,
.guide-sidebar {
  min-width: 0;
}

.guide-main h1 {
  max-width: 760px;
  margin: 0;
  font-size: 66px;
  line-height: 1.06;
  font-weight: 500;
}

.guide-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.guide-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 8px 12px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(39, 31, 20, 0.05);
}

.guide-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.guide-author picture {
  flex: 0 0 auto;
  display: block;
}

.guide-author span,
.guide-author small {
  display: block;
}

.guide-author span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.guide-author small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.guide-section { margin-top: 38px; }
.guide-section h2 { margin: 0 0 14px; font-size: 28px; font-weight: 500; }
.guide-copy { color: var(--muted); font-size: 18px; line-height: 1.58; }
.guide-copy p { margin: 0 0 10px; }
.guide-extra-section {
  margin-top: 26px;
}
.guide-extra-section h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}
.guide-extra-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.guide-extra-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.guide-extra-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}
.guide-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  background: #fff7ed;
  color: #4b4034;
  font-size: 16px;
  line-height: 1.55;
}
.guide-inline-image {
  width: 100%;
  height: 320px;
  margin-top: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.guide-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.guide-table { width: 100%; border-collapse: collapse; }
.guide-table th, .guide-table td { padding: 14px 16px; border-bottom: 1px solid #ece2d5; text-align: left; vertical-align: middle; }
.guide-table th { font-size: 13px; font-weight: 700; }
.guide-table td { font-size: 15px; color: #315a36; }
.guide-table-region-cell { display: grid; grid-template-columns: 56px 1fr; gap: 12px; color: var(--ink) !important; }
.guide-table-region-cell img { width: 56px; height: 42px; border-radius: 6px; object-fit: cover; }
.guide-table-region-cell strong { display: block; color: var(--ink); font-size: 15px; }
.guide-table-region-cell small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.guide-outline-link,
.guide-panel-link,
.guide-map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #ddd4c8;
  border-radius: 10px;
  background: #fff;
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
}

.guide-outline-link { margin-top: 16px; }

.guide-sidebar { display: grid; gap: 26px; align-content: start; }
.guide-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.guide-panel h3 { margin: 0; font-size: 21px; font-weight: 500; }
.guide-panel p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.guide-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 20px; margin: -20px -20px 0; border-radius: 12px 12px 0 0; background: var(--green); color: #fff; }
.guide-panel-head p { color: rgba(255,255,255,0.82); }
.guide-panel-head svg { width: 42px; height: 42px; color: #fff; }

.guide-ranking-list { list-style: none; margin: 0; padding: 0; }
.guide-ranking-list li {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid #ece3d8;
}
.guide-ranking-list span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd3c5;
  border-radius: 999px;
  font-size: 13px;
}
.guide-ranking-list strong { font-size: 17px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.guide-ranking-list em { font-style: normal; color: var(--green); font-weight: 700; }
.guide-panel-link { width: 100%; margin-top: 18px; }

.guide-panel-intro { margin-bottom: 16px; }
.guide-criteria-list { display: grid; gap: 18px; }
.guide-criteria-list article { display: grid; grid-template-columns: 26px 1fr; gap: 12px; }
.guide-criteria-list svg { width: 24px; height: 24px; color: var(--green); }
.guide-criteria-list strong { display: block; font-size: 16px; font-weight: 700; }
.guide-criteria-list p { margin: 4px 0 0; font-size: 14px; }

.guide-quick-links { display: grid; gap: 0; margin-top: 10px; }
.guide-quick-links a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #ece2d6;
  color: var(--green-dark);
}

.guide-quick-links svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--green);
}

.guide-quick-links a:first-child { border-top: 0; }

.guide-map-card {
  background: linear-gradient(180deg, #fff 0%, #fffdfa 100%);
}
.guide-map-button { margin-top: 18px; }

.guide-recommended {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-stay-card {
  overflow: hidden;
  border: 1px solid #e7ddd1;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.guide-stay-media {
  width: 100%;
  padding: 0;
  border: 0;
  display: block;
  height: 188px;
  background: #fff url("/assets/logo-bulle.svg") center / 58px auto no-repeat;
  cursor: pointer;
}

.guide-stay-media picture,
.guide-stay-media img {
  width: 100%;
  height: 188px;
  display: block;
}

.guide-stay-media img {
  object-fit: cover;
}

.guide-stay-copy {
  display: grid;
  gap: 10px;
  padding: 15px 15px 16px;
}

.guide-stay-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.guide-stay-copy > span svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: var(--green);
}

.guide-stay-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 500;
}

.guide-stay-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.guide-stay-link {
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--green);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.guide-stay-link svg {
  width: 16px;
  height: 16px;
}

.location-card {
  overflow: hidden;
  border: 1px solid #e7ddd1;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.location-card-media { position: relative; height: 178px; }
.location-card-media img { width: 100%; height: 178px; object-fit: cover; }
.location-card-badge {
  position: absolute;
  left: 11px;
  bottom: -21px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--green);
  border: 2px solid #fffefb;
  color: #fff;
}
.location-card-badge svg { width: 20px; height: 20px; }
.location-card-copy { padding: 30px 14px 13px; }
.location-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.location-card-copy h3 { margin: 0; font-size: 16px; line-height: 1.15; font-weight: 500; font-family: Georgia, "Times New Roman", serif; }
.wishlist-button { border: 0; background: transparent; color: #7f7a71; cursor: pointer; }
.wishlist-button.is-active { color: var(--accent); }
.card-location, .card-summary { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.card-tags span { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #eef3ec; color: var(--green); font-size: 12px; }
.card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 16px; }
.card-price { margin: 0; }
.card-price span, .card-price small { display: block; color: var(--muted); font-size: 12px; }
.card-price strong { display: block; margin-top: 4px; font-size: 17px; font-family: Georgia, "Times New Roman", serif; font-weight: 700; color: var(--ink); }
.card-cta { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 8px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 700; }

.guide-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.guide-benefits article {
  min-height: 88px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.guide-benefits article:not(:first-child) { border-left: 1px solid #ece3d8; }
.guide-benefits svg { width: 22px; height: 22px; color: var(--green); }
.guide-benefits strong { display: block; font-size: 15px; }
.guide-benefits small { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }

@media (max-width: 1200px) {
  .guide-layout { grid-template-columns: 1fr; }
  .guide-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .type-topbar {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand toggle";
    padding: 14px 16px;
    height: auto;
    gap: 12px;
  }
  .mobile-menu-toggle {
    grid-area: toggle;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d0c4;
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.94);
    color: var(--ink);
    box-shadow: 0 8px 22px rgba(44, 34, 22, 0.1);
  }
  .mobile-menu-toggle svg {
    width: 22px;
    height: 22px;
  }
  .archive-nav,
  .archive-actions {
    display: none;
  }
  .type-topbar.menu-open {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "nav nav"
      "actions actions";
    align-items: start;
  }
  .type-topbar.menu-open .archive-nav {
    grid-area: nav;
  }
  .type-topbar.menu-open .archive-actions {
    grid-area: actions;
  }
  .type-topbar.menu-open .archive-nav,
  .type-topbar.menu-open .archive-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e5dccf;
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: 0 16px 34px rgba(35, 25, 14, 0.08);
    grid-column: 1 / -1;
  }
  .type-topbar.menu-open .archive-nav a,
  .type-topbar.menu-open .archive-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }
  .guide-shell { padding: 20px 16px 32px; }
  .guide-layout,
  .guide-main,
  .guide-hero,
  .guide-section,
  .guide-intro,
  .guide-copy,
  .guide-inline-image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .guide-main h1 {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .guide-intro,
  .guide-copy {
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .guide-section h2 {
    font-size: 25px;
    line-height: 1.16;
  }
  .guide-inline-image {
    height: 220px;
  }
  .guide-table {
    min-width: 560px;
  }
  .guide-benefits, .guide-recommended, .guide-sidebar { grid-template-columns: 1fr; }
  .guide-stay-media,
  .guide-stay-media img {
    height: 230px;
  }
  .guide-benefits article:not(:first-child) { border-left: 0; border-top: 1px solid #eee5d9; }
}
