/* SEO venue pages — visual-first, same brand language as outing cards */
.seo-venue-body .seo-crumbs {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #3d4f6f;
}
.seo-venue-body .seo-crumbs a {
  color: #0f5c5c;
  font-weight: 800;
  text-decoration: none;
}
.seo-venue-body .seo-crumbs a:hover { text-decoration: underline; }
.seo-article {
  max-width: 52rem;
  margin: 0 auto 28px;
  padding: 22px 22px 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  box-shadow: 0 12px 36px rgba(21, 34, 56, 0.08);
}
.seo-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(1.55rem, 4vw, 2.1rem);
  line-height: 1.15;
  color: #0a4545;
  letter-spacing: -0.02em;
}
.seo-brand-note {
  margin: 0 0 14px;
  font-weight: 650;
  color: #3d4f6f;
  font-size: 0.95rem;
}
.seo-hero .lead {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.4;
  color: #2a3d55;
  max-width: 40rem;
}
/* Scannable visit facts — replace paragraph soup */
.seo-fact-chips {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seo-fact-chip {
  display: grid;
  gap: 1px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #f3f8f6;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  max-width: 100%;
}
.seo-fact-k {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6f8a;
}
.seo-fact-v {
  font-size: 0.88rem;
  font-weight: 750;
  color: #0a4545;
  line-height: 1.25;
}
.seo-checked {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 650;
  color: #6a7d96;
}
.seo-tip {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8e8;
  border: 1.5px solid rgba(217, 101, 46, 0.22);
}
.seo-tip-kicker {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b45309;
}
.seo-tip p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #0a4545;
  line-height: 1.35;
}
.seo-hunt-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 8px;
}
.seo-hunt-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  font-weight: 700;
  color: #0a4545;
}
.seo-hunt-box {
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #0f5c5c;
  opacity: 0.75;
}
.seo-hunt-cta-wrap {
  margin: 0 0 12px;
}
.seo-hunt-cta-wrap .btn {
  font-weight: 800;
}
.seo-hunt-examples {
  margin: 4px 0 0;
  border-radius: 12px;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  background: rgba(255, 255, 255, 0.7);
  padding: 0 12px;
}
.seo-hunt-examples summary {
  cursor: pointer;
  font-weight: 750;
  font-size: 0.9rem;
  color: #3d4f6f;
  padding: 10px 0;
  list-style: none;
}
.seo-hunt-examples summary::-webkit-details-marker { display: none; }
.seo-hunt-examples[open] summary {
  border-bottom: 1px solid rgba(15, 92, 92, 0.1);
  margin-bottom: 8px;
}
.seo-hunt-examples .seo-hunt-list {
  padding-bottom: 10px;
}

/* Top photo strip under CTAs */
.seo-hero-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}
.seo-hero-photos img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  border-radius: 16px;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  box-shadow: 0 8px 20px rgba(21, 34, 56, 0.08);
  background: #dfe7f2;
  display: block;
}

/* Animal / exhibit photo cards (match outing visual energy) */
.seo-animal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 8px;
}
.seo-animal-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(21, 34, 56, 0.06);
  min-height: 220px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.seo-animal-card:hover {
  border-color: #d9652e;
  box-shadow: 0 8px 20px rgba(217, 101, 46, 0.14);
  transform: translateY(-1px);
}
.seo-card-hint {
  margin: 4px 0 0 !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  color: #d9652e !important;
}
.seo-animal-card {
  cursor: pointer;
}
.seo-animal-card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  background: linear-gradient(145deg, #e8f0f8, #d4e4d8);
  display: block;
}
.seo-animal-meta {
  padding: 12px 12px 14px;
  display: grid;
  gap: 4px;
}
.seo-animal-meta h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0a4545;
  line-height: 1.2;
}
.seo-animal-meta p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 650;
  color: #3d4f6f;
  line-height: 1.35;
}

/* Keep text list for crawlers / no-image clients, but de-emphasize visually */
.seo-shortlist-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.seo-prose p {
  margin: 0 0 12px;
  line-height: 1.55;
  font-weight: 600;
  color: #2a3d55;
  font-size: 1.02rem;
}
.seo-list-block {
  margin: 22px 0 8px;
  position: relative;
}
.seo-list-block h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #0a4545;
}
.seo-list-block > p {
  margin: 0 0 8px;
  font-weight: 650;
  color: #3d4f6f;
}
.seo-shortlist, .seo-hunt-list {
  margin: 0;
  padding-left: 1.2rem;
  font-weight: 650;
  color: #2a3d55;
  line-height: 1.5;
}
.seo-shortlist li, .seo-hunt-list li { margin-bottom: 6px; }
.seo-how { margin-top: 22px; }
.seo-how h2 { margin: 0 0 10px; font-size: 1.2rem; color: #0a4545; }
.seo-official {
  margin: 18px 0 0;
  font-weight: 650;
  color: #3d4f6f;
  font-size: 0.95rem;
}
.seo-official a { color: #0f5c5c; font-weight: 800; }
.seo-cta { flex-wrap: wrap; gap: 10px; }

/*
 * Mission bar
 * Desktop: [ Print mission ]  Who [chips] / Time [chips]  (side by side)
 * Phone:   Print full-width; then Who + Time rows with short labels
 */
.seo-mission-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px 14px;
  margin: 6px 0 8px;
  max-width: 44rem;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  box-shadow: 0 4px 14px rgba(21, 34, 56, 0.05);
}
.seo-print-btn {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 4.5rem;
  min-width: 7.5rem;
  padding: 12px 16px;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.15;
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(15, 92, 92, 0.15);
  text-align: center;
  white-space: normal;
}
.seo-print-btn-line {
  display: block;
}
.seo-print-btn-sub {
  display: block;
  font-size: 1.05em;
  font-weight: 850;
  letter-spacing: -0.01em;
  opacity: 1;
}
.seo-print-btn-long {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.seo-print-btn-short {
  display: none;
  font-weight: 850;
}
.seo-print-fallback {
  margin: 6px 0 0;
  font-size: 0.8rem;
  font-weight: 650;
  color: #5a6b82;
  line-height: 1.35;
}
.footer-privacy {
  margin: 6px 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6a7d96;
}
.footer-dot {
  opacity: 0.5;
  margin: 0 0.15em;
}
.seo-mission-chrome {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.seo-chrome-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.seo-chrome-k {
  flex: 0 0 2.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6b82;
  line-height: 1.1;
}
.seo-hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 4px;
}
.seo-trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.seo-trust-wonder {
  background: #fff4e0;
  color: #9a5b00;
  border: 1.5px solid rgba(201, 140, 20, 0.35);
}
.seo-trust-hybrid {
  background: #e8f4ff;
  color: #1d4f91;
  border: 1.5px solid rgba(29, 79, 145, 0.25);
}
.seo-trust-curated {
  background: #e5f6ee;
  color: #0a4545;
  border: 1.5px solid rgba(15, 92, 92, 0.28);
}
.seo-practical {
  margin: 0 0 10px;
  font-weight: 650;
  font-size: 0.92rem;
  color: #3d4f6f;
}
.seo-secondary-links {
  margin: 10px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
}
.seo-secondary-links a {
  color: #0f5c5c;
  text-decoration: none;
}
.seo-secondary-links a:hover { text-decoration: underline; }
.seo-crumb-extra a { font-weight: 700; color: #0f5c5c; text-decoration: none; }
.seo-chip-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  border-radius: 999px;
  border: 1.5px solid rgba(15, 92, 92, 0.18);
  overflow: hidden;
  background: #fff;
  gap: 0;
}
.seo-time-chip,
.seo-age-chip,
.seo-hunt-chip {
  appearance: none;
  flex: 1 1 0;
  border: none;
  border-right: 1px solid rgba(15, 92, 92, 0.12);
  border-radius: 0;
  background: transparent;
  color: #3d4f6f;
  font: inherit;
  font-weight: 750;
  font-size: 0.78rem;
  padding: 7px 4px;
  min-height: 36px;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
  position: relative;
  z-index: 1;
}
.seo-time-chip:last-child,
.seo-age-chip:last-child,
.seo-hunt-chip:last-child {
  border-right: none;
}
.seo-time-chip:hover,
.seo-age-chip:hover,
.seo-hunt-chip:hover {
  background: #f0faf6;
  color: #0a4545;
}
.seo-time-chip.is-active,
.seo-age-chip.is-active,
.seo-hunt-chip.is-active {
  background: #0f5c5c;
  color: #fff;
  border-color: transparent;
}
.seo-time-chip.is-active:hover,
.seo-age-chip.is-active:hover,
.seo-hunt-chip.is-active:hover {
  background: #0a4545;
  color: #fff;
}

/* Phone: stack print on top; keep who/time as two tight rows */
@media (max-width: 640px) {
  .seo-mission-bar {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    gap: 10px;
    padding: 10px;
  }
  .seo-print-btn {
    width: 100%;
    min-height: 3.5rem;
    min-width: 0;
    font-size: 1.02rem;
    border-radius: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.3em;
    padding: 12px 14px;
  }
  .seo-print-btn-long {
    display: none;
  }
  .seo-print-btn-short {
    display: inline;
    font-size: inherit;
    font-weight: 850;
  }
  .seo-print-btn-line,
  .seo-print-btn-sub {
    display: inline;
    font-size: inherit;
  }
  .seo-mission-chrome {
    gap: 8px;
  }
  .seo-chrome-k {
    flex-basis: 2.6rem;
  }
  .seo-time-chip,
  .seo-age-chip,
  .seo-hunt-chip {
    min-height: 40px; /* finger-friendly */
    font-size: 0.8rem;
    padding: 8px 2px;
  }
}

/* Very narrow: slightly shorter labels still readable */
@media (max-width: 360px) {
  .seo-chrome-k {
    flex-basis: 2.2rem;
    font-size: 0.62rem;
  }
  .seo-time-chip,
  .seo-age-chip {
    font-size: 0.72rem;
  }
}

/* Official map card */
.seo-map-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, #f0faf6, #eef6ff);
  border: 1.5px solid rgba(15, 92, 92, 0.16);
  box-shadow: 0 6px 18px rgba(21, 34, 56, 0.06);
  transition: border-color 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
  z-index: 1;
}
a.seo-map-card:hover,
a.seo-map-card:focus-visible {
  border-color: #d9652e;
  transform: translateY(-1px);
  outline: none;
}
.seo-map-card-image {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  padding: 0;
  overflow: visible; /* allow enlarge preview to escape */
  gap: 0;
  align-items: stretch;
}
.seo-map-card-image .seo-map-enlarge-hit {
  min-width: 0;
  height: 100%;
  border-radius: 18px 0 0 18px;
}
.seo-map-card-image .seo-map-thumb-wrap {
  height: 100%;
}
.seo-map-thumb-wrap {
  position: relative;
  display: block;
  min-width: 0;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  background: #dfe7f2;
}
.seo-map-thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #dfe7f2;
  transition: transform 0.2s ease;
}
.seo-map-hover-hint {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(10, 69, 69, 0.82);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0.92;
}
.seo-map-card-image .seo-map-card-body {
  padding: 14px 16px;
  display: grid;
  align-content: center;
  gap: 4px;
}
.seo-map-icon {
  font-size: 1.8rem;
  line-height: 1;
  flex: 0 0 auto;
}
.seo-map-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f5c5c;
}
.seo-map-card-body strong {
  font-size: 1.05rem;
  color: #0a4545;
}
.seo-map-card-body small {
  font-weight: 600;
  color: #5a6b82;
  font-size: 0.82rem;
}
.seo-map-go {
  margin-left: auto;
  font-weight: 900;
  color: #d9652e;
  font-size: 1.25rem;
}

/* Map enlarge: hover peeks; click pins open (stays on our page) */
.seo-map-enlarge-hit {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
  display: block;
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}
.seo-map-ext-link,
.seo-map-preview-ext {
  font-size: 0.78rem;
  font-weight: 750;
  color: #0f5c5c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.seo-map-ext-link {
  margin-top: 4px;
  display: inline-block;
}
.seo-map-ext-link:hover,
.seo-map-preview-ext:hover {
  color: #d9652e;
}
.seo-map-preview {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%) translateY(6px) scale(0.98);
  width: min(920px, calc(100vw - 32px));
  max-height: min(78vh, 620px);
  padding: 12px 12px 10px;
  border-radius: 16px;
  background: #fff;
  border: 1.5px solid rgba(15, 92, 92, 0.18);
  box-shadow: 0 18px 48px rgba(21, 34, 56, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
  z-index: 40;
  overflow: auto;
}
.seo-map-preview[hidden] {
  display: block; /* keep layout for transitions; visibility handles hide */
}
.seo-map-preview img {
  width: 100%;
  height: auto;
  max-height: min(64vh, 520px);
  object-fit: contain;
  display: block;
  border-radius: 10px;
  background: #eef3f8;
}
.seo-map-preview-cap {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #5a6b82;
  line-height: 1.35;
}
.seo-map-preview-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(10, 69, 69, 0.9);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-shadow: 0 4px 12px rgba(21, 34, 56, 0.2);
}
.seo-map-preview-close:hover,
.seo-map-preview-close:focus-visible {
  background: #d9652e;
  outline: none;
}
/* Hover peek (desktop) — does not navigate away */
@media (hover: hover) and (pointer: fine) {
  .seo-map-has-preview:hover,
  .seo-map-has-preview:focus-within {
    z-index: 30;
    box-shadow: 0 10px 28px rgba(21, 34, 56, 0.12);
  }
  .seo-map-has-preview:hover .seo-map-thumb,
  .seo-map-has-preview:focus-within .seo-map-thumb {
    transform: scale(1.03);
  }
  .seo-map-has-preview:hover .seo-map-hover-hint,
  .seo-map-has-preview:focus-within .seo-map-hover-hint {
    opacity: 0;
  }
  .seo-map-has-preview:hover .seo-map-preview,
  .seo-map-has-preview:focus-within .seo-map-preview {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
/* Click / tap pin — stays open until close, Esc, or outside click */
.seo-map-has-preview.is-open {
  z-index: 50;
  box-shadow: 0 10px 28px rgba(21, 34, 56, 0.14);
}
.seo-map-has-preview.is-open .seo-map-preview {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
  display: block;
}
.seo-map-has-preview.is-open .seo-map-hover-hint {
  opacity: 0;
}
.seo-map-has-preview.is-open .seo-map-enlarge-hit {
  cursor: zoom-out;
}
/* Touch: no hover peek — click/tap opens pinned enlarge */
@media (hover: none), (pointer: coarse) {
  .seo-map-hover-hint {
    opacity: 0.95;
  }
  .seo-map-hover-hint::after {
    content: none;
  }
  .seo-map-has-preview:not(.is-open) .seo-map-preview {
    display: none;
  }
  .seo-map-has-preview.is-open .seo-map-preview {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    top: 12vh;
    width: auto;
    max-height: 76vh;
    transform: none;
    z-index: 90;
  }
}

/* Wonder sheet tiles */
.seo-wonder-block { margin: 0 0 20px; }
.seo-wonder-block h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  color: #0a4545;
}
.seo-wonder-lead {
  margin: 0 0 12px;
  font-weight: 650;
  color: #3d4f6f;
  font-size: 0.95rem;
}
.seo-wonder-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.seo-wonder-tile {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 4px;
  padding: 14px 10px;
  border-radius: 16px;
  background: #fff;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  box-shadow: 0 4px 14px rgba(21, 34, 56, 0.05);
  min-height: 120px;
}
.seo-wonder-emoji { font-size: 1.75rem; line-height: 1; }
.seo-wonder-tile strong {
  font-size: 0.9rem;
  color: #0a4545;
  line-height: 1.2;
}
.seo-wonder-tile small {
  font-size: 0.75rem;
  font-weight: 600;
  color: #5a6b82;
  line-height: 1.3;
}
.how-steps-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.how-steps-visual li {
  display: grid;
  gap: 2px;
  padding: 0;
  border-radius: 14px;
  background: transparent;
  border: none;
  text-align: center;
  justify-items: stretch;
}
.how-steps-visual .how-ico { font-size: 1.4rem; }
.how-steps-visual strong { color: #0a4545; font-size: 0.95rem; }
.how-steps-visual span:last-child {
  font-weight: 650;
  font-size: 0.85rem;
  color: #3d4f6f;
}
.seo-how .how-hint {
  margin: 0 0 10px;
  font-size: 0.85rem;
  font-weight: 650;
  color: #5a6b82;
}
/* Clickable how-steps → print drawer / shortlist / talk cards */
.how-step-btn {
  display: grid;
  gap: 2px;
  justify-items: center;
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid rgba(15, 92, 92, 0.14);
  text-align: center;
  text-decoration: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
  min-height: 100%;
  box-sizing: border-box;
}
.how-step-btn:hover,
.how-step-btn:focus-visible {
  border-color: #0f5c5c;
  background: #e8f6f0;
  box-shadow: 0 4px 14px rgba(15, 92, 92, 0.12);
  outline: none;
  transform: translateY(-1px);
}
.how-step-btn:focus-visible {
  outline: 2px solid #ff8a3d;
  outline-offset: 2px;
}
.how-step-btn .how-ico { font-size: 1.4rem; line-height: 1; }
.how-step-btn strong {
  color: #0a4545;
  font-size: 0.95rem;
  font-weight: 800;
}
.how-step-btn span:last-child {
  font-weight: 650;
  font-size: 0.82rem;
  color: #3d4f6f;
  line-height: 1.3;
}
.seo-play-anchor {
  scroll-margin-top: 88px;
  height: 0;
  overflow: hidden;
}
/* Short-visit “start here” — photo cards, not emoji pills */
.seo-start-here {
  margin: 0 0 20px;
  padding: 16px 16px 14px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff8e8 0%, #f3faf6 55%, #eef6ff 100%);
  border: 1.5px solid rgba(217, 101, 46, 0.22);
}
.seo-start-here h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  color: #0a4545;
  letter-spacing: -0.01em;
}
.seo-start-lead {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 650;
  color: #3d4f6f;
  line-height: 1.35;
}
.seo-start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.seo-start-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid rgba(15, 92, 92, 0.14);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(21, 34, 56, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  min-height: 0;
}
.seo-start-card:hover,
.seo-start-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(21, 34, 56, 0.12);
  outline: none;
  border-color: rgba(15, 92, 92, 0.35);
}
.seo-start-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  background: #e8f0ea;
}
.seo-start-emoji {
  display: grid;
  place-items: center;
  height: 100px;
  font-size: 2.4rem;
  background: linear-gradient(160deg, #fff4e0, #e8f6f0);
}
.seo-start-num {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 850;
  color: #fff;
  background: #d9652e;
  box-shadow: 0 2px 8px rgba(217, 101, 46, 0.35);
}
.seo-start-meta {
  display: grid;
  gap: 3px;
  padding: 10px 11px 12px;
}
.seo-start-meta strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0a4545;
  line-height: 1.2;
}
.seo-start-meta small {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3d4f6f;
  line-height: 1.3;
}

@media (max-width: 720px) {
  .seo-wonder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-map-card-image { grid-template-columns: 1fr; }
  .seo-map-thumb-wrap { border-radius: 18px 18px 0 0; }
  .seo-map-thumb { height: 120px; }
  .seo-map-preview {
    left: 0;
    right: 0;
    width: auto;
    transform: translateY(6px) scale(0.98);
  }
  .seo-map-has-preview:hover .seo-map-preview,
  .seo-map-has-preview:focus-within .seo-map-preview,
  .seo-map-has-preview.is-open .seo-map-preview {
    transform: translateY(0) scale(1);
  }
  .seo-map-card-image .seo-map-enlarge-hit {
    border-radius: 18px 18px 0 0;
  }
  .how-steps-visual { grid-template-columns: 1fr; }
  .seo-start-grid { grid-template-columns: 1fr; }
  .seo-start-card {
    grid-template-columns: 110px 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
  }
  .seo-start-card img,
  .seo-start-emoji {
    height: 100%;
    min-height: 96px;
  }
}
.seo-directory {
  margin: 28px 0 18px;
  padding: 20px 18px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(15, 92, 92, 0.12);
}
.seo-directory h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  color: #0a4545;
}
.seo-directory > p {
  margin: 0 0 16px;
  font-weight: 650;
  color: #3d4f6f;
  font-size: 0.95rem;
}
.seo-dir-body {
  display: grid;
  gap: 22px;
}
.seo-dir-body-dual {
  gap: 28px;
}
/* Dual rails: Cards (first) | Places */
.seo-dir-rail {
  margin: 0;
  scroll-margin-top: 5.5rem;
  padding: 14px 14px 16px;
  border-radius: 20px;
  border: 1.5px solid transparent;
}
.seo-dir-rail-cards {
  background: linear-gradient(165deg, #fff6ef 0%, #fffaf6 55%, #fff 100%);
  border-color: rgba(196, 105, 48, 0.2);
}
.seo-dir-rail-places {
  background: linear-gradient(165deg, #eef8f4 0%, #f6fbf9 55%, #fff 100%);
  border-color: rgba(15, 92, 92, 0.14);
}
.seo-dir-rail-title {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-weight: 850;
  color: #0a4545;
  letter-spacing: -0.02em;
}
.seo-dir-rail-cards .seo-dir-rail-title {
  color: #8a4010;
}
.seo-dir-rail-places .seo-dir-rail-title {
  color: #0a4545;
}
.seo-dir-rail-blurb {
  margin: 0 0 12px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #5a6b82 !important;
}
/* Jump nav: super group headings + pills (no Places/Cards pills) */
.seo-dir-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin: 0 0 18px;
  align-items: flex-end;
}
.seo-dir-jump-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: min(100%, 12rem);
}
.seo-dir-jump-super {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a6b82;
}
.seo-dir-jump-group-cards .seo-dir-jump-super {
  color: #a85a20;
}
.seo-dir-jump-group-places .seo-dir-jump-super {
  color: #0f5c5c;
}
.seo-dir-jump-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
}
.seo-dir-jump {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
  color: #0a4545;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid rgba(15, 92, 92, 0.18);
  scroll-margin-top: 5.5rem;
}
.seo-dir-jump-card {
  color: #7a3a0c;
  border-color: rgba(196, 105, 48, 0.28);
  background: #fff8f2;
}
.seo-dir-jump-card:hover {
  border-color: #c46930;
  color: #8a4010;
  background: #fff;
}
.seo-dir-jump-place {
  color: #0a4545;
  border-color: rgba(15, 92, 92, 0.2);
  background: #f3faf7;
}
.seo-dir-jump-place:hover {
  border-color: #0f5c5c;
  color: #0f5c5c;
  background: #fff;
}
.seo-dir-jump:hover {
  border-color: #0f5c5c;
  color: #0f5c5c;
  background: #fff;
}
/* Collapsed L1 / L2 details */
.seo-dir-type {
  margin: 0 0 10px;
  scroll-margin-top: 5.5rem;
  border-radius: 16px;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}
.seo-dir-type-sum,
.seo-dir-region-sum,
.seo-dir-more-sum {
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  padding: 12px 14px;
  font-weight: 800;
  color: #0a4545;
  user-select: none;
}
.seo-dir-type-sum::-webkit-details-marker,
.seo-dir-region-sum::-webkit-details-marker,
.seo-dir-more-sum::-webkit-details-marker {
  display: none;
}
.seo-dir-type-sum::before,
.seo-dir-region-sum::before,
.seo-dir-more-sum::before {
  content: "▸";
  display: inline-block;
  width: 1em;
  color: #0f5c5c;
  transition: transform 0.15s ease;
  font-weight: 700;
}
.seo-dir-type[open] > .seo-dir-type-sum::before,
.seo-dir-region[open] > .seo-dir-region-sum::before,
.seo-dir-more[open] > .seo-dir-more-sum::before,
.seo-dir-card-group[open] > .seo-dir-region-sum::before {
  transform: rotate(90deg);
}
.seo-dir-type-label {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.seo-dir-region-label {
  font-size: 0.95rem;
  font-weight: 750;
}
.seo-dir-hub {
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f5c5c;
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 92, 92, 0.28);
  white-space: nowrap;
}
.seo-dir-hub:hover {
  border-bottom-color: #0f5c5c;
}
.seo-dir-type-body {
  display: grid;
  gap: 10px;
  padding: 0 14px 14px;
}
.seo-dir-hint {
  margin: 0 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #5a6b82 !important;
}
.seo-dir-regions {
  display: grid;
  gap: 8px;
}
.seo-dir-region,
.seo-dir-card-group,
.seo-dir-more {
  margin: 0;
  border-radius: 12px;
  border: 1.5px solid transparent;
  background: rgba(255, 255, 255, 0.55);
}
.seo-dir-region > .seo-dir-samples,
.seo-dir-region > .seo-dir-more,
.seo-dir-card-group > .seo-dir-samples,
.seo-dir-card-group > .seo-dir-more,
.seo-dir-more > .seo-dir-grid {
  padding: 0 12px 12px;
}
.seo-dir-more-sum {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f5c5c;
  padding: 8px 12px 10px;
}
.seo-dir-samples {
  margin-top: 0;
}
/* Card rows with Print button */
.seo-dir-card-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}
.seo-dir-print-btn {
  appearance: none;
  border: 1.5px solid rgba(196, 105, 48, 0.35);
  background: #fff;
  color: #a85a20;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  cursor: pointer;
}
.seo-dir-print-btn:hover {
  border-color: #c46930;
  background: #fff0e4;
  color: #8a4010;
}
/* Cards (wildlife / attractions) — warm accent vs teal places */
.seo-dir-rail-cards .seo-dir-type {
  border-color: rgba(196, 105, 48, 0.2);
  background: rgba(255, 255, 255, 0.88);
}
.seo-dir-cards .seo-dir-type-sum {
  background: linear-gradient(165deg, #ffe8d4 0%, #fff8f2 100%);
  color: #6b3010;
}
.seo-dir-cards .seo-dir-type-sum::before {
  color: #c46930;
}
.seo-dir-cards .seo-dir-type-label {
  color: #6b3010;
}
.seo-dir-cards .seo-dir-count {
  background: rgba(255, 248, 242, 0.95);
  border-color: rgba(196, 105, 48, 0.15);
  color: #8a4010;
}
.seo-dir-cards .seo-dir-card-group,
.seo-dir-cards .seo-dir-more {
  background: rgba(255, 250, 245, 0.9);
  border-color: rgba(196, 105, 48, 0.12);
}
.seo-dir-cards .seo-dir-more-sum {
  color: #a85a20;
}
.seo-dir-cards .seo-dir-card-link {
  color: #6b3010;
  border-bottom-color: rgba(196, 105, 48, 0.35);
}
.seo-dir-cards .seo-dir-card-link:hover {
  color: #8a4010;
  border-bottom-color: #c46930;
}
/* Places — teal family */
.seo-dir-rail-places .seo-dir-type {
  border-color: rgba(15, 92, 92, 0.14);
}
.seo-dir-rail-places .seo-dir-type-sum {
  background: linear-gradient(165deg, #e4f4ee 0%, #f7fcfa 100%);
}
/* Soft distinct tints per continent — easier to scan, still calm */
.seo-dir-region[data-region="north-america"] {
  background: linear-gradient(165deg, #e8f6f0 0%, #f3faf7 100%);
  border-color: rgba(15, 92, 92, 0.14);
}
.seo-dir-region[data-region="south-america"] {
  background: linear-gradient(165deg, #fff4e8 0%, #fffaf3 100%);
  border-color: rgba(217, 101, 46, 0.18);
}
.seo-dir-region[data-region="europe"] {
  background: linear-gradient(165deg, #eaf2ff 0%, #f5f8ff 100%);
  border-color: rgba(59, 110, 180, 0.16);
}
.seo-dir-region[data-region="africa-and-middle-east"] {
  background: linear-gradient(165deg, #f3efe6 0%, #fff8ec 100%);
  border-color: rgba(120, 90, 50, 0.16);
}
.seo-dir-region[data-region="asia"] {
  background: linear-gradient(165deg, #f3ecff 0%, #faf6ff 100%);
  border-color: rgba(110, 70, 160, 0.14);
}
.seo-dir-region[data-region="oceania"] {
  background: linear-gradient(165deg, #e5f6fb 0%, #f2fbfd 100%);
  border-color: rgba(30, 130, 150, 0.16);
}
.seo-dir-region-title {
  margin: 0 0 10px;
  font-size: 0.98rem;
  font-weight: 800;
  color: #0a4545;
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid rgba(15, 92, 92, 0.1);
}
/* Nested under day-type: region is quieter than L1 type title */
.seo-dir-type .seo-dir-region-title {
  font-size: 0.95rem;
  font-weight: 750;
  color: #1a3d3d;
}
.seo-dir-count {
  font-size: 0.78rem;
  font-weight: 750;
  color: #3d4f6f;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 2px 8px;
  border: 1px solid rgba(15, 92, 92, 0.08);
}
.seo-dir-grid {
  columns: 2;
  column-gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-dir-grid li {
  break-inside: avoid;
  margin: 0 0 8px;
  font-weight: 700;
}
.seo-dir-grid a {
  color: #0a4545;
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 92, 92, 0.25);
}
.seo-dir-grid a:hover { color: #0f5c5c; border-bottom-color: #0f5c5c; }
.seo-dir-grid small {
  display: block;
  font-weight: 600;
  color: #5a6b82;
  font-size: 0.82rem;
  margin-top: 1px;
}
.seo-faq {
  margin: 18px 0 24px;
  padding: 20px 18px 8px;
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(15, 92, 92, 0.12);
}
.seo-faq h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: #0a4545;
}
.seo-faq details {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(232, 246, 240, 0.55);
  border: 1px solid rgba(15, 92, 92, 0.1);
}
.seo-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #0a4545;
}
.seo-faq details p {
  margin: 8px 0 0;
  font-weight: 600;
  color: #2a3d55;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .seo-animal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-hero-photos { grid-template-columns: 1fr 1fr; }
  .seo-hero-photos img:nth-child(3) { display: none; }
}
@media (max-width: 640px) {
  .seo-dir-grid { columns: 1; }
  .seo-article { padding: 16px; }
  .seo-animal-grid { grid-template-columns: 1fr; }
  .seo-hero-photos { grid-template-columns: 1fr 1fr; }
  .seo-animal-card img, .seo-hero-photos img { height: 160px; }
}

/* Honest list status */
.seo-checked { margin: 0.35rem 0 0; font-size: 0.88rem; font-weight: 650; }
.seo-checked-verified { color: #0a4545; }
.seo-checked-partial { color: #5a6b82; font-weight: 600; }
.seo-checked-starter { color: #8a6d3b; font-weight: 600; }

/* Adults chip — not a kid age band */
.seo-age-chip[data-age="adult"] {
  font-weight: 750;
  letter-spacing: 0.01em;
}
.mission-audience-adult .mission-field-name label {
  font-weight: 650;
}
.seo-chrome-row-hunt .seo-chip-row-hunt {
  max-width: 18rem;
}
/* Bonus / Alpha: quiet labels when idle; soft tint when active (not neon) */
.seo-hunt-chip.seo-hunt-bonus:not(.is-active) {
  color: #6b5a3e;
  font-weight: 750;
}
.seo-hunt-chip.seo-hunt-bonus.is-active {
  background: #8a6d3b;
  color: #fff;
}
.seo-bonus-hint {
  color: #5a6b82;
  font-weight: 600;
}

.seo-hunt-chip.seo-hunt-alpha:not(.is-active) {
  color: #4a5568;
  font-weight: 750;
}
.seo-hunt-chip.seo-hunt-alpha.is-active {
  background: #4a5568;
  color: #fff;
}

/* National park / venue hero illustration */
.seo-park-hero {
  margin: 0.85rem 0 1.1rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid rgba(15, 92, 92, 0.12);
  box-shadow: 0 10px 28px rgba(21, 34, 56, 0.1);
  background: #e8f2ee;
  aspect-ratio: 16 / 9;
  max-height: 340px;
}
.seo-park-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 560px) {
  .seo-park-hero { max-height: 200px; border-radius: 14px; }
}

.th-safety {
  font-size: 0.78rem;
  line-height: 1.25;
  margin: 0.35rem 0 0.2rem;
  padding: 0.3rem 0.45rem;
  border-radius: 6px;
  background: #eef5ea;
  border: 1px solid #cfe0c8;
  color: #2f3d2c;
}
@media print {
  .th-safety {
    font-size: 7.5pt;
    margin: 2pt 0;
    padding: 2pt 4pt;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
