/*
Theme Name: Sheshi Guide Hub
Version: 0.32.2
Description: Replaces the retired travel hub with a source-led, card-free guide and article system.
*/

body.sheshi-shell .sheshi-guide-page,
body.sheshi-shell .sheshi-guide-article-page {
  min-height: 70vh;
  color: var(--text-primary) !important;
  background: var(--surface-page) !important;
}

body.sheshi-shell .sheshi-guide-column {
  width: 100% !important;
  max-width: 960px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.sheshi-shell .sheshi-guide-hero {
  padding: 58px 0 42px !important;
  border: 0 !important;
  background: transparent !important;
}

body.sheshi-shell .sheshi-guide-hero h1 {
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-size: clamp(44px, 5vw, 64px) !important;
  font-weight: 760 !important;
  letter-spacing: -.05em !important;
  line-height: .98 !important;
}

body.sheshi-shell .sheshi-guide-intro {
  max-width: 760px !important;
  margin-top: 22px !important;
}

body.sheshi-shell .sheshi-guide-intro p {
  margin: 0 !important;
  color: var(--text-secondary) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

body.sheshi-shell .sheshi-guide-intro p + p {
  margin-top: 8px !important;
}

body.sheshi-shell .sheshi-guide-intro em {
  color: var(--text-primary) !important;
  font-style: normal !important;
  font-weight: 680 !important;
}

body.sheshi-shell .sheshi-guide-status,
body.sheshi-shell .sheshi-guide-article-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 24px !important;
}

body.sheshi-shell .sheshi-guide-status span,
body.sheshi-shell .sheshi-guide-article-meta span {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 5px 10px !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  color: var(--text-secondary) !important;
  background: var(--surface-card) !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
}

body.sheshi-shell .sheshi-guide-section {
  padding: 42px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.sheshi-shell .sheshi-guide-section + .sheshi-guide-section {
  padding-top: 28px !important;
}

body.sheshi-shell .sheshi-guide-section-head {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

body.sheshi-shell .sheshi-guide-section-head h2 {
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-size: 28px !important;
  font-weight: 740 !important;
  letter-spacing: -.035em !important;
  line-height: 1.1 !important;
}

body.sheshi-shell .sheshi-guide-section-head p {
  margin: 0 !important;
  color: var(--text-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

body.sheshi-shell .sheshi-guide-list {
  border-top: 1px solid var(--border) !important;
}

body.sheshi-shell .sheshi-guide-row {
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.sheshi-shell .sheshi-guide-row-link {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 28px !important;
  gap: 24px !important;
  align-items: center !important;
  min-height: 174px !important;
  padding: 24px 4px !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.sheshi-shell .sheshi-guide-row-link:hover,
body.sheshi-shell .sheshi-guide-row-link:focus-visible {
  color: inherit !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-shell .sheshi-guide-row-link:focus-visible {
  outline: 3px solid var(--focus) !important;
  outline-offset: -3px !important;
}

body.sheshi-shell .sheshi-guide-row h3 {
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-size: 28px !important;
  font-weight: 740 !important;
  letter-spacing: -.035em !important;
  line-height: 1.15 !important;
}

body.sheshi-shell .sheshi-guide-row h3 + p {
  display: -webkit-box !important;
  max-width: 780px !important;
  margin: 9px 0 0 !important;
  overflow: hidden !important;
  color: var(--text-secondary) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.sheshi-shell .sheshi-guide-row footer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 18px !important;
  margin-top: 14px !important;
  color: var(--text-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

body.sheshi-shell .sheshi-guide-arrow {
  color: var(--accent) !important;
  font-size: 23px !important;
  line-height: 1 !important;
  transition: transform 150ms ease !important;
}

body.sheshi-shell .sheshi-guide-row-link:hover .sheshi-guide-arrow {
  transform: translateX(3px) !important;
}

body.sheshi-shell .sheshi-guide-directory {
  padding-top: 46px !important;
}

body.sheshi-shell .sheshi-guide-related {
  border-top: 1px solid var(--border) !important;
}

body.sheshi-shell .sheshi-guide-related > a {
  display: flex !important;
  min-height: 76px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 14px 4px !important;
  border-bottom: 1px solid var(--border) !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.sheshi-shell .sheshi-guide-related > a:hover,
body.sheshi-shell .sheshi-guide-related > a:focus-visible {
  background: var(--surface-sunken) !important;
}

body.sheshi-shell .sheshi-guide-related strong,
body.sheshi-shell .sheshi-guide-related small {
  display: block !important;
}

body.sheshi-shell .sheshi-guide-related strong {
  color: var(--text-primary) !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

body.sheshi-shell .sheshi-guide-related small {
  margin-top: 3px !important;
  color: var(--text-muted) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.sheshi-shell .sheshi-guide-related b {
  color: var(--accent) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

body.sheshi-shell .sheshi-guide-feedback {
  margin-top: 22px !important;
  padding: 0 0 64px !important;
}

body.sheshi-shell .sheshi-guide-feedback > .sheshi-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 28px 30px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-shell .sheshi-guide-feedback h2 {
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-size: 23px !important;
  font-weight: 730 !important;
  letter-spacing: -.025em !important;
  line-height: 1.2 !important;
}

body.sheshi-shell .sheshi-guide-feedback p {
  max-width: 670px !important;
  margin: 7px 0 0 !important;
  color: var(--text-secondary) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.sheshi-shell .sheshi-guide-feedback .sheshi-secondary-cta,
body.sheshi-shell .sheshi-guide-article-footer .sheshi-secondary-cta {
  display: inline-flex !important;
  min-height: 44px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 10px 16px !important;
  border: 1px solid var(--accent) !important;
  border-radius: 8px !important;
  color: var(--accent) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.sheshi-shell .sheshi-guide-feedback .sheshi-secondary-cta:hover,
body.sheshi-shell .sheshi-guide-feedback .sheshi-secondary-cta:focus-visible,
body.sheshi-shell .sheshi-guide-article-footer .sheshi-secondary-cta:hover,
body.sheshi-shell .sheshi-guide-article-footer .sheshi-secondary-cta:focus-visible {
  color: var(--surface-card) !important;
  background: var(--accent) !important;
}

/* Guide article: one narrow reading column, no publication date, author or image. */
body.sheshi-shell .sheshi-guide-article-page {
  padding: 40px 0 64px !important;
}

body.sheshi-shell .sheshi-guide-article {
  max-width: 800px !important;
}

body.sheshi-shell .sheshi-guide-back {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

body.sheshi-shell .sheshi-guide-article > header {
  margin-top: 20px !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid var(--border) !important;
}

body.sheshi-shell .sheshi-guide-article h1 {
  max-width: 16ch !important;
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-size: clamp(40px, 5vw, 58px) !important;
  font-weight: 760 !important;
  letter-spacing: -.05em !important;
  line-height: 1.02 !important;
}

body.sheshi-shell .sheshi-guide-article-lead {
  max-width: 720px !important;
  margin: 20px 0 0 !important;
  color: var(--text-secondary) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
}

body.sheshi-shell .sheshi-guide-article-body > section {
  padding: 30px 0 !important;
  border-bottom: 1px solid var(--border) !important;
}

body.sheshi-shell .sheshi-guide-article-body h2,
body.sheshi-shell .sheshi-guide-sources h2 {
  margin: 0 0 14px !important;
  color: var(--text-primary) !important;
  font-size: 25px !important;
  font-weight: 730 !important;
  letter-spacing: -.03em !important;
  line-height: 1.16 !important;
}

body.sheshi-shell .sheshi-guide-article-body p,
body.sheshi-shell .sheshi-guide-article-body li,
body.sheshi-shell .sheshi-guide-sources > p {
  color: var(--text-secondary) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.sheshi-shell .sheshi-guide-article-body p {
  margin: 0 !important;
}

body.sheshi-shell .sheshi-guide-article-body p + p {
  margin-top: 12px !important;
}

body.sheshi-shell .sheshi-guide-article-body ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.sheshi-shell .sheshi-guide-article-body li {
  position: relative !important;
  padding-left: 22px !important;
}

body.sheshi-shell .sheshi-guide-article-body li + li {
  margin-top: 8px !important;
}

body.sheshi-shell .sheshi-guide-article-body li::before {
  position: absolute !important;
  top: .7em !important;
  left: 2px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--accent) !important;
  content: "" !important;
}

body.sheshi-shell .sheshi-guide-sources {
  padding: 34px 0 !important;
}

body.sheshi-shell .sheshi-guide-sources > p {
  margin: 0 0 18px !important;
}

body.sheshi-shell .sheshi-guide-sources > div {
  border-top: 1px solid var(--border) !important;
}

body.sheshi-shell .sheshi-guide-sources a {
  display: flex !important;
  min-height: 72px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 13px 4px !important;
  border-bottom: 1px solid var(--border) !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.sheshi-shell .sheshi-guide-sources a:hover,
body.sheshi-shell .sheshi-guide-sources a:focus-visible {
  background: var(--surface-sunken) !important;
}

body.sheshi-shell .sheshi-guide-sources strong,
body.sheshi-shell .sheshi-guide-sources small {
  display: block !important;
}

body.sheshi-shell .sheshi-guide-sources strong {
  color: var(--text-primary) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body.sheshi-shell .sheshi-guide-sources small {
  margin-top: 3px !important;
  color: var(--text-muted) !important;
  font-size: 12.5px !important;
}

body.sheshi-shell .sheshi-guide-sources b {
  color: var(--accent) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
}

body.sheshi-shell .sheshi-guide-disclaimer {
  padding: 22px 24px !important;
  border: 0 !important;
  border-left: 3px solid var(--accent) !important;
  border-radius: 0 !important;
  color: var(--text-primary) !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-shell .sheshi-guide-disclaimer strong {
  display: block !important;
  font-size: 15px !important;
}

body.sheshi-shell .sheshi-guide-disclaimer p {
  margin: 6px 0 0 !important;
  color: var(--text-secondary) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.sheshi-shell .sheshi-guide-article-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  margin-top: 34px !important;
  padding-top: 26px !important;
  border-top: 1px solid var(--border) !important;
}

body.sheshi-shell .sheshi-guide-article-footer strong {
  color: var(--text-primary) !important;
  font-size: 17px !important;
}

body.sheshi-shell .sheshi-guide-article-footer p {
  margin: 4px 0 0 !important;
  color: var(--text-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.sheshi-shell .sheshi-guide-correction {
  margin: 26px 0 0 !important;
  color: var(--text-muted) !important;
  font-size: 13px !important;
}

body.sheshi-shell .sheshi-guide-correction a {
  color: var(--accent) !important;
  font-weight: 650 !important;
}

@media (max-width: 767px) {
  body.sheshi-shell .sheshi-guide-column,
  body.sheshi-shell .sheshi-guide-article {
    max-width: none !important;
  }

  body.sheshi-shell .sheshi-guide-hero {
    padding: 32px 0 24px !important;
  }

  body.sheshi-shell .sheshi-guide-hero h1 {
    font-size: 40px !important;
  }

  body.sheshi-shell .sheshi-guide-intro {
    margin-top: 17px !important;
  }

  body.sheshi-shell .sheshi-guide-intro p {
    font-size: 16px !important;
  }

  body.sheshi-shell .sheshi-guide-status {
    gap: 6px !important;
    margin-top: 18px !important;
  }

  body.sheshi-shell .sheshi-guide-status span,
  body.sheshi-shell .sheshi-guide-article-meta span {
    min-height: 28px !important;
    padding: 4px 8px !important;
    font-size: 11.5px !important;
  }

  body.sheshi-shell .sheshi-guide-section {
    padding: 28px 0 !important;
  }

  body.sheshi-shell .sheshi-guide-section + .sheshi-guide-section {
    padding-top: 20px !important;
  }

  body.sheshi-shell .sheshi-guide-section-head {
    display: block !important;
    margin-bottom: 12px !important;
  }

  body.sheshi-shell .sheshi-guide-section-head h2 {
    font-size: 24px !important;
  }

  body.sheshi-shell .sheshi-guide-section-head p {
    margin-top: 5px !important;
    text-align: left !important;
  }

  body.sheshi-shell .sheshi-guide-row-link {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) 20px !important;
    gap: 12px !important;
    padding: 20px 0 !important;
  }

  body.sheshi-shell .sheshi-guide-row h3 {
    font-size: 22px !important;
  }

  body.sheshi-shell .sheshi-guide-row h3 + p {
    margin-top: 8px !important;
    font-size: 14px !important;
  }

  body.sheshi-shell .sheshi-guide-row footer {
    display: grid !important;
    gap: 3px !important;
    margin-top: 12px !important;
  }

  body.sheshi-shell .sheshi-guide-directory {
    padding-top: 28px !important;
  }

  body.sheshi-shell .sheshi-guide-related > a {
    min-height: 72px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.sheshi-shell .sheshi-guide-feedback {
    margin-top: 14px !important;
    padding-bottom: 44px !important;
  }

  body.sheshi-shell .sheshi-guide-feedback > .sheshi-wrap {
    display: block !important;
    padding: 22px 20px !important;
  }

  body.sheshi-shell .sheshi-guide-feedback h2 {
    font-size: 21px !important;
  }

  body.sheshi-shell .sheshi-guide-feedback .sheshi-secondary-cta {
    width: 100% !important;
    margin-top: 18px !important;
  }

  body.sheshi-shell .sheshi-guide-article-page {
    padding: 22px 0 48px !important;
  }

  body.sheshi-shell .sheshi-guide-article > header {
    margin-top: 12px !important;
    padding-bottom: 24px !important;
  }

  body.sheshi-shell .sheshi-guide-article h1 {
    font-size: 36px !important;
  }

  body.sheshi-shell .sheshi-guide-article-lead {
    margin-top: 15px !important;
    font-size: 16px !important;
  }

  body.sheshi-shell .sheshi-guide-article-meta {
    gap: 6px !important;
    margin-top: 18px !important;
  }

  body.sheshi-shell .sheshi-guide-article-body > section {
    padding: 24px 0 !important;
  }

  body.sheshi-shell .sheshi-guide-article-body h2,
  body.sheshi-shell .sheshi-guide-sources h2 {
    font-size: 22px !important;
  }

  body.sheshi-shell .sheshi-guide-article-body p,
  body.sheshi-shell .sheshi-guide-article-body li,
  body.sheshi-shell .sheshi-guide-sources > p {
    font-size: 15px !important;
  }

  body.sheshi-shell .sheshi-guide-sources {
    padding: 28px 0 !important;
  }

  body.sheshi-shell .sheshi-guide-disclaimer {
    padding: 19px 18px !important;
  }

  body.sheshi-shell .sheshi-guide-article-footer {
    display: block !important;
  }

  body.sheshi-shell .sheshi-guide-article-footer .sheshi-secondary-cta {
    width: 100% !important;
    margin-top: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sheshi-shell .sheshi-guide-arrow {
    transition: none !important;
  }
}
