/* Signature Tours — Premium Tours Page (/tours/) */
.stp-root {
  --stp-terra: #C44B27;
  --stp-terra-dark: #8B3520;
  --stp-gold: #D4A853;
  --stp-sand: #F5F3F1;
  --stp-cream: #F9F5F0;
  --stp-warm: #F0EBE3;
  --stp-ink: #1a2332;
  --stp-navy: #1a2332;
  --stp-muted: #666;
  --stp-border: #e5ddd4;
  --stp-white: #fff;
  --stp-serif: 'ivypresto-display', 'Playfair Display', 'Didot', 'Bodoni MT', Georgia, serif;
  --stp-display: var(--stp-serif);
  font-family: 'Kanit', 'Helvetica Neue', sans-serif;
  color: var(--stp-ink);
  background: var(--stp-cream);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  padding-bottom: 24px;
}

.stp-root button,
.stp-root .stp-btn {
  appearance: none;
  -webkit-appearance: none;
}

.stp-root button.stp-chip {
  line-height: 1.4;
}

.stp-root *,
.stp-root *::before,
.stp-root *::after {
  box-sizing: border-box;
}

.stp-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Hero ── */
.stp-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 80px 24px 72px;
}

.stp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58, 21, 8, 0.45) 0%, rgba(139, 53, 32, 0.72) 55%, rgba(196, 75, 39, 0.82) 100%);
}

.stp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.stp-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px;
  font-weight: 500;
}

.stp-hero-title {
  font-family: var(--stp-serif);
  font-size: clamp(32px, 5.5vw, 52px);
  font-weight: 400;
  color: #fff !important;
  line-height: 1.15;
  margin: 0 0 18px;
}

.stp-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  line-height: 1.75;
  margin: 0 auto 32px;
  max-width: 620px;
}

.stp-hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.stp-trust-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.stp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.stp-trust-item svg {
  color: var(--stp-terra);
}

/* ── Buttons ── */
.stp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.stp-hero-cta .stp-btn-primary {
  background: #fff !important;
  color: var(--stp-terra) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.stp-hero-cta .stp-btn-primary:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--stp-terra-dark) !important;
  border-color: #fff !important;
}

.stp-hero-cta .stp-btn-outline {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.stp-btn-primary {
  background: #fff;
  color: var(--stp-terra);
  border-color: var(--stp-terra);
}

.stp-btn-primary:hover {
  background: var(--stp-terra);
  border-color: var(--stp-terra);
  color: #fff;
}

.stp-hero-cta .stp-btn-outline:hover {
  background: #fff !important;
  color: var(--stp-terra) !important;
  border-color: #fff !important;
}

.stp-btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.stp-btn-outline:hover {
  background: #fff;
  color: var(--stp-terra);
  border-color: #fff;
}

.stp-section .stp-btn-outline {
  background: #fff;
  color: var(--stp-terra);
  border-color: var(--stp-terra);
}

.stp-section .stp-btn-outline:hover {
  background: var(--stp-terra);
  color: #fff;
}

.stp-btn-outline-dark {
  background: #fff;
  color: var(--stp-navy);
  border-color: var(--stp-navy);
}

.stp-btn-outline-dark:hover {
  background: var(--stp-navy);
  color: #fff;
  border-color: var(--stp-navy);
}

.stp-btn-sm {
  padding: 10px 16px;
  font-size: 12px;
}

/* ── Filter bars (auto-hide on scroll) ── */
.stp-filters-spacer {
  height: 0;
  pointer-events: none;
}

.stp-filters-spacer.is-active {
  height: var(--stp-dock-height, 132px);
}

.stp-filters-dock {
  position: relative;
  z-index: 150;
  background: var(--stp-cream);
  padding: 12px 0 14px;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.32s ease, box-shadow 0.32s ease;
  will-change: transform;
}

.stp-filters-dock.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 32px rgba(26, 35, 50, 0.08);
  border-bottom: 1px solid var(--stp-border);
  padding-left: 0;
  padding-right: 0;
}

.admin-bar .stp-filters-dock.is-fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .stp-filters-dock.is-fixed {
    top: 46px;
  }
}

.stp-filters-dock.is-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.stp-filter-bar {
  background: #fff;
  border: 1px solid var(--stp-border);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 12px rgba(26, 35, 50, 0.04);
}

.stp-filter-bar:last-child {
  margin-bottom: 0;
}

.stp-bar-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.stp-bar-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 118px;
  padding-left: 4px;
}

.stp-bar-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fdf3ee;
  color: var(--stp-terra);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stp-bar-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--stp-muted);
  font-weight: 600;
  white-space: nowrap;
}

.stp-bar-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
  padding: 2px 4px 2px 0;
}

.stp-bar-track::-webkit-scrollbar {
  display: none;
}

#stp.stp-root button.stp-chip,
#stp.stp-root .stp-filter-bar button.stp-chip {
  padding: 9px 18px;
  border: 1.5px solid var(--stp-border) !important;
  border-radius: 30px;
  background: #fff !important;
  background-image: none !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  color: #555 !important;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  min-height: unset !important;
  flex-shrink: 0;
  line-height: 1.3;
}

#stp.stp-root button.stp-chip:hover,
#stp.stp-root .stp-filter-bar button.stp-chip:hover {
  border-color: var(--stp-terra) !important;
  color: var(--stp-terra) !important;
  background: #fff !important;
}

#stp.stp-root button.stp-chip.on,
#stp.stp-root .stp-filter-bar button.stp-chip.on,
#stp.stp-root .stp-dt-filter-track button.stp-chip.on {
  background: #fff !important;
  border-color: var(--stp-terra) !important;
  color: var(--stp-terra) !important;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(196, 75, 39, 0.12);
}

@media (max-width: 768px) {
  .stp-bar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 0;
  }

  .stp-bar-head {
    min-width: 0;
    padding-left: 0;
  }

  .stp-bar-track {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}

/* ── How We Work (human editorial — Roaming Camels inspired) ── */
.stp-how-we-work {
  background: #E8EDE3;
  padding: 72px 0;
}

.stp-hww-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.stp-hww-photo {
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(139, 53, 32, 0.1);
}

.stp-hww-photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.14) saturate(1.06) brightness(0.96) contrast(1.02);
  vertical-align: top;
}

.stp-hww-copy h2 {
  font-family: var(--stp-serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  color: var(--stp-navy);
  margin: 0 0 10px;
  line-height: 1.15;
}

.stp-hww-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7a8fa3;
  font-weight: 500;
  margin: 0 0 22px;
}

.stp-hww-copy p {
  font-size: 15px;
  line-height: 1.85;
  color: #4a5568;
  font-weight: 300;
  margin: 0 0 18px;
}

.stp-btn-hww {
  display: inline-flex;
  margin-top: 8px;
  padding: 14px 32px;
  background: transparent !important;
  color: var(--stp-navy) !important;
  border: 1.5px solid var(--stp-navy) !important;
  border-radius: 0 !important;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stp-btn-hww:hover {
  background: var(--stp-navy) !important;
  color: #fff !important;
  border-color: var(--stp-navy) !important;
}

@media (max-width: 900px) {
  .stp-hww-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .stp-how-we-work {
    padding: 48px 0;
  }
}

/* ── Category nav (colored rectangles) ── */
.stp-cat-nav {
  background: var(--stp-cream);
  padding: 28px 0 8px;
}

.stp-cat-nav-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stp-cat-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px 14px;
  text-align: center;
  font-family: var(--stp-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: var(--stp-navy);
  background: #fff;
  border: 1px solid var(--stp-border);
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}

.stp-cat-tab:hover {
  border-color: var(--stp-terra);
  color: var(--stp-terra);
  box-shadow: 0 4px 16px rgba(26, 35, 50, 0.06);
}

.stp-cat-warm,
.stp-cat-sage,
.stp-cat-sand,
.stp-cat-blush {
  background: #fff;
  border-color: var(--stp-border);
}

@media (max-width: 768px) {
  .stp-cat-nav-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Best-selling tours ── */
.stp-best-selling {
  padding: 56px 0 48px;
  background: var(--stp-cream);
}

.stp-best-eyebrow {
  font-family: 'Kanit', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7a8fa3;
  margin: 0 0 18px;
}

.stp-best-selling .stp-display-title {
  font-size: clamp(34px, 5.5vw, 56px);
  font-weight: 400;
  color: #1a2332;
}

.stp-tour-block {
  position: relative;
  padding: 0 0 64px;
  overflow: hidden;
}

.stp-block-warm { background: var(--stp-cream); }
.stp-block-sage { background: #E8EDE3; }
.stp-block-sand { background: var(--stp-warm); }
.stp-block-blush { background: var(--stp-warm); }

/* ── Section split banner (Roaming Camels style) ── */
.stp-section-banner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
  min-height: 200px;
  width: 100%;
}

.stp-section-banner--flip {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.stp-section-banner--flip .stp-banner-panel {
  order: 2;
}

.stp-section-banner--flip .stp-banner-photo {
  order: 1;
}

.stp-banner-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  background-color: var(--stp-warm) !important;
  border-right: 1px solid var(--stp-border);
  overflow: hidden;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.stp-section-banner--flip .stp-banner-panel {
  border-right: none;
  border-left: 1px solid var(--stp-border);
}

.stp-banner-panel::before {
  display: none;
}

.stp-banner-panel:hover {
  background-color: var(--stp-banner-color, var(--stp-terra)) !important;
  border-color: transparent;
}

.stp-banner-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--stp-serif);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 400;
  color: var(--stp-navy);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.stp-banner-panel:hover .stp-banner-title {
  color: #fff;
}

.stp-banner-photo {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .stp-section-banner,
  .stp-section-banner--flip {
    grid-template-columns: 1fr;
    grid-template-rows: auto 180px;
  }

  .stp-section-banner--flip .stp-banner-panel,
  .stp-section-banner--flip .stp-banner-photo {
    order: unset;
  }

  .stp-banner-panel {
    min-height: 120px;
    padding: 28px 20px;
  }

  .stp-banner-photo {
    min-height: 180px;
  }
}

.stp-block-intro {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.75;
  color: #5a6578;
  font-weight: 300;
}

.stp-tour-block .stp-inner {
  padding-top: 40px;
}

.stp-tour-block.stp-block-empty {
  display: none;
}

.stp-tour-block .stp-grid {
  position: relative;
  z-index: 1;
}

.stp-custom-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--stp-border);
  padding: 36px 40px;
  max-width: 720px;
  box-shadow: 0 8px 32px rgba(26, 35, 50, 0.06);
}

.stp-custom-card h4 {
  font-family: var(--stp-serif);
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--stp-navy);
}

.stp-custom-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  font-weight: 300;
  margin: 0 0 24px;
}

.stp-custom-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Sections ── */
.stp-section {
  padding: 64px 0;
}

.stp-section-sand {
  background: var(--stp-sand);
}

.stp-section-head {
  margin-bottom: 36px;
  max-width: 720px;
}

.stp-section-head-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.stp-display-title,
.stp-section-head h2,
.stp-hero-title,
.stp-hww-copy h2,
.stp-block-head h2,
.stp-banner-title {
  font-family: var(--stp-display);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--stp-ink);
}

.stp-section-head h2 {
  font-size: clamp(28px, 4.2vw, 42px);
  margin: 0 0 10px;
}

.stp-display-title {
  font-size: clamp(32px, 5vw, 52px);
  margin: 0 0 12px;
}

.stp-section-head p {
  font-size: 15px;
  color: var(--stp-muted);
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}

/* ── Tour cards grid ── */
.stp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.stp-card {
  background: var(--stp-warm);
  border-radius: 0;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid var(--stp-border);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  box-shadow: 0 4px 20px rgba(139, 53, 32, 0.06);
}

.stp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(139, 53, 32, 0.12);
}

.stp-card.hidden {
  display: none;
}

.stp-card-img-link {
  display: block;
  overflow: hidden;
  height: 480px;
  position: relative;
  line-height: 0;
  background: var(--stp-warm);
}

.stp-card-img-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(249, 245, 240, 0) 40%, rgba(58, 21, 8, 0.22) 100%);
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .stp-card-img-link {
    height: 520px;
  }
}

@media (min-width: 1100px) {
  .stp-card-img-link {
    height: 560px;
  }
}

.stp-card-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
  transition: transform 0.55s ease, filter 0.35s ease;
  filter: sepia(0.14) saturate(1.06) brightness(0.96) contrast(1.02);
}

.stp-card:hover .stp-card-img {
  transform: scale(1.05);
}

.stp-card-body {
  padding: 20px 22px 22px;
  background: var(--stp-warm);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.stp-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--stp-terra);
  margin: 0 0 10px;
}

.stp-card-meta-sep {
  color: #c4b5a8;
  font-weight: 300;
}

.stp-card-loc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--stp-muted);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stp-root .stp-card-title,
.stp-root h3.stp-card-title,
.stp-root .stp-dt-title,
.stp-root h3.stp-dt-title {
  font-family: var(--stp-serif);
  font-size: clamp(18px, 1.5vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  margin: 0 0 10px;
}

.stp-card-title a,
.stp-dt-title a {
  color: var(--stp-ink);
  text-decoration: none;
  transition: color 0.2s;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.stp-card-title a:hover,
.stp-dt-title a:hover {
  color: var(--stp-terra);
}

.stp-card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 18px;
  flex: 1;
  font-weight: 300;
}

.stp-card-foot {
  border-top: 1px solid var(--stp-border);
  padding-top: 16px;
  margin-top: auto;
}

.stp-card-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.stp-card-actions .stp-btn,
.stp-card-actions a.stp-btn,
.stp-card-actions button.stp-btn {
  flex: 1;
  min-width: 110px;
  padding: 11px 14px;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  background: var(--stp-cream) !important;
  color: var(--stp-terra) !important;
  border: 1.5px solid var(--stp-terra) !important;
  border-radius: 4px;
  box-shadow: none !important;
}

.stp-card-actions .stp-btn:hover,
.stp-card-actions a.stp-btn:hover,
.stp-card-actions button.stp-btn:hover {
  background: var(--stp-terra) !important;
  color: #fff !important;
  border-color: var(--stp-terra) !important;
}

.stp-empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--stp-muted);
  font-size: 15px;
}

.stp-empty a {
  color: var(--stp-terra);
}

/* ── Compare table ── */
.stp-compare-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid var(--stp-border);
  background: var(--stp-white);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.stp-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.stp-compare th,
.stp-compare td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--stp-border);
  vertical-align: top;
}

.stp-compare thead th {
  font-family: var(--stp-serif);
  font-size: 16px;
  font-weight: 600;
  background: var(--stp-cream);
  color: var(--stp-ink);
}

.stp-compare thead th span {
  display: block;
  font-family: 'Kanit', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--stp-muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stp-compare tbody th {
  font-weight: 600;
  color: var(--stp-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 140px;
  background: #fafafa;
}

.stp-compare tbody tr:last-child td,
.stp-compare tbody tr:last-child th {
  border-bottom: none;
}

.stp-compare-cta {
  text-align: center;
  margin-top: 32px;
}

/* ── Trust stats + reviews ── */
.stp-trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  text-align: center;
}

.stp-stat {
  background: var(--stp-white);
  border: 1px solid var(--stp-border);
  border-radius: 10px;
  padding: 28px 16px;
}

.stp-stat strong {
  display: block;
  font-family: var(--stp-serif);
  font-size: 36px;
  color: var(--stp-terra);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.stp-stat span {
  font-size: 12px;
  color: var(--stp-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.stp-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stp-review {
  background: var(--stp-white);
  border: 1px solid var(--stp-border);
  border-radius: 10px;
  padding: 24px;
  margin: 0;
}

.stp-stars {
  display: flex;
  gap: 2px;
  color: var(--stp-gold);
  margin-bottom: 12px;
}

.stp-review p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 14px;
  font-weight: 300;
  font-style: italic;
}

.stp-review footer {
  font-size: 12px;
  color: var(--stp-muted);
}

.stp-review cite {
  font-style: normal;
  font-weight: 600;
  color: var(--stp-ink);
}

/* ── Storytelling ── */
.stp-story {
  background: linear-gradient(135deg, var(--stp-terra-dark) 0%, var(--stp-terra) 100%);
  color: #fff;
}

.stp-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.stp-story-copy h2 {
  font-family: var(--stp-serif);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.25;
}

.stp-story-copy p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 300;
  margin: 0 0 16px;
}

.stp-story .stp-btn-outline {
  margin-top: 12px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.stp-story .stp-btn-outline:hover {
  background: var(--stp-terra);
  border-color: var(--stp-terra);
  color: #fff;
}

.stp-story-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.stp-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

/* ── FAQ accordion ── */
.stp-faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.stp-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stp-faq-item {
  background: var(--stp-white);
  border: 1px solid var(--stp-border);
  border-radius: 8px;
  overflow: hidden;
}

.stp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stp-faq-item summary::-webkit-details-marker {
  display: none;
}

.stp-faq-item summary::after {
  content: '+';
  font-size: 20px;
  color: var(--stp-terra);
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.stp-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.stp-faq-item summary h3 {
  font-family: var(--stp-serif);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--stp-ink);
}

.stp-faq-item p {
  padding: 0 20px 18px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-weight: 300;
}

/* ── Floating quote FAB ── */
.stp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--stp-cream);
  color: var(--stp-navy);
  border: 1.5px solid var(--stp-navy);
  border-radius: 50px;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  appearance: none;
  box-shadow: 0 4px 20px rgba(26, 35, 50, 0.12);
  transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.stp-fab:hover {
  background: var(--stp-navy);
  color: #fff;
  border-color: var(--stp-navy);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(26, 35, 50, 0.18);
}

.stp-fab svg {
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .stp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .stp-faq-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .stp-hero {
    min-height: 62vh;
    padding: 64px 20px 56px;
  }

  .stp-section {
    padding: 48px 0;
  }

  .stp-grid {
    grid-template-columns: 1fr;
  }

  .stp-trust-stats {
    grid-template-columns: 1fr;
  }

  .stp-reviews {
    grid-template-columns: 1fr;
  }

  .stp-story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .stp-filters-wrap {
    padding: 16px 0;
  }

  .stp-fab span {
    display: none;
  }

  .stp-fab {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    bottom: 20px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  .stp-card-actions {
    flex-direction: column;
  }

  .stp-card-actions .stp-btn {
    width: 100%;
  }
}

/* ── Day Trips page ── */
.stp-day-trips {
  background: #E5EFF6;
}

.stp-day-trips .stp-best-selling,
.stp-day-trips .stp-dt-filter-bar,
.stp-day-trips .stp-dt-section {
  position: relative;
}

.stp-day-trips .stp-best-selling {
  background: #E5EFF6;
}

.stp-day-trips .stp-dt-filter-bar {
  background: #E5EFF6;
  border-bottom-color: #c5d9e8;
}

.stp-day-trips .stp-block-sage.stp-dt-section {
  background: #E5EFF6 !important;
}

.stp-day-trips .stp-card,
.stp-day-trips .stp-card-body,
.stp-day-trips .stp-card-img-link {
  background: #E5EFF6;
}

.stp-day-trips .stp-card-actions .stp-btn,
.stp-day-trips .stp-card-actions a.stp-btn,
.stp-day-trips .stp-card-actions button.stp-btn {
  color: #356580 !important;
  border-color: #356580 !important;
  background: #E5EFF6 !important;
}

.stp-day-trips .stp-card-actions .stp-btn:hover,
.stp-day-trips .stp-card-actions a.stp-btn:hover,
.stp-day-trips .stp-card-actions button.stp-btn:hover {
  background: #356580 !important;
  color: #fff !important;
  border-color: #356580 !important;
}

.stp-day-trips .stp-fab {
  color: #356580;
  border-color: #356580;
  background: #E5EFF6;
}

.stp-day-trips .stp-fab:hover {
  background: #356580;
  color: #fff;
  border-color: #356580;
}

.stp-day-trips .stp-hero-day {
  min-height: 58vh;
}

.stp-dt-filter-bar {
  background: var(--stp-cream);
  padding: 20px 0;
  border-bottom: 1px solid var(--stp-border);
}

.stp-dt-filter-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.stp-dt-filter-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--stp-muted);
  font-weight: 500;
  flex-shrink: 0;
}

.stp-dt-filter-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stp-dt-section {
  padding: 64px 0 72px;
}

.stp-dt-section .stp-block-head h2 {
  font-family: var(--stp-serif);
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 400;
  color: var(--stp-navy);
  margin: 0 0 10px;
}

.stp-dt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.stp-dt-card {
  background: var(--stp-warm);
  border: none;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--stp-border);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  box-shadow: 0 4px 20px rgba(139, 53, 32, 0.06);
}

.stp-dt-card:hover {
  box-shadow: 0 12px 32px rgba(139, 53, 32, 0.12);
  transform: translateY(-4px);
}

.stp-dt-card.hidden {
  display: none;
}

.stp-dt-card .stp-dt-img-link,
.stp-dt-card .stp-card-img-link {
  height: 480px;
}

@media (min-width: 768px) {
  .stp-dt-card .stp-dt-img-link,
  .stp-dt-card .stp-card-img-link {
    height: 520px;
  }
}

@media (min-width: 1100px) {
  .stp-dt-card .stp-dt-img-link,
  .stp-dt-card .stp-card-img-link {
    height: 560px;
  }
}

.stp-dt-card .stp-dt-img,
.stp-dt-card .stp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stp-dt-card:hover .stp-dt-img,
.stp-dt-card:hover .stp-card-img {
  transform: scale(1.05);
}

.stp-dt-body {
  padding: 20px 22px 22px;
}

.stp-dt-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--stp-terra);
}

.stp-dt-meta-sep {
  color: #c4b5a8;
}

.stp-dt-meta-dur {
  color: var(--stp-terra);
}

.stp-dt-loc {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--stp-muted);
}

.stp-dt-desc {
  margin: 0 0 18px;
}

.stp-dt-highlights {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.stp-dt-highlights li {
  font-size: 11px;
  color: #666;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.stp-dt-multi-inner {
  text-align: center;
  max-width: 640px;
}

.stp-dt-multi-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .stp-dt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .stp-dt-grid {
    grid-template-columns: 1fr;
  }

  .stp-dt-filter-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .stp-dt-card .stp-card-actions {
    flex-direction: column;
  }
}

