/* Cascais Routes — Tour detail pages (body.cr-tour)
 * Extracted from activity.css + extended with intro/incl sections (camps-style).
 * Accent/dark/surface ride .tpl-tour token rebind in element-family.php.
 * Hooks injected by docs/phase3c2-tours/scripts/build-tours.py.
 */

/* ── Token rebind ── */
body.cr-tour {
  /* legacy vars (tour-row HTML + custom CTA) */
  --yellow: #ffde01;
  --yellow-deep: #e6c400;
  --warm: #faf6f0;
  --line: #e7e0d4;
  --fh: var(--font-heading);
  --fb: var(--font-body);
  --maxw: 1240px;
  --pad: clamp(1.25rem, 5vw, 4rem);
  --shadow: 0 24px 60px -24px rgba(12,12,13,.35);
  /* camps-compatible aliases (intro/incl new sections) */
  --cr-accent: var(--element-action);  /* .tpl-tour → #475569 slate */
  --cr-dark:   var(--element-deep);    /* .tpl-tour → #1e293b dark navy */
  --cr-tint:   var(--element-surface); /* .tpl-tour → #f5f5f4 */
  --cr-yellow: #ffde01;
  --cr-pad: 1.5rem; --cr-maxw: 1240px;
  --cr-shadow: 0 18px 50px -22px rgba(11,36,54,.5);
  background-color: var(--surface) !important;
  background-image: none !important;
  font-family: var(--fb);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.cr-tour .elementor-section, body.cr-tour .e-con { --spacing: 0; }
body.cr-tour .elementor-widget:not(:last-child) { margin-block-end: 0; }
body.cr-tour .elementor-heading-title { font-family: var(--fh); color: var(--ink); }
body.cr-tour .elementor-widget-text-editor,
body.cr-tour .elementor-widget-text-editor p,
body.cr-tour .elementor-widget-text-editor li { color: var(--ink-soft); }

/* ── Shared typography (intro/incl sections) ── */
body.cr-tour .cr-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cr-accent); margin-bottom: .7rem;
}
body.cr-tour .cr-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--cr-accent); border-radius: 1px; }
body.cr-tour .cr-h2 {
  font-family: var(--font-heading); font-weight: 800; text-transform: uppercase; line-height: 1.02;
  letter-spacing: -.01em; color: var(--cr-dark); font-size: clamp(1.7rem, 3vw, 2.5rem); text-wrap: balance; margin: 0;
}
body.cr-tour .cr-h2--xl { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
body.cr-tour .cr-lead { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.7; max-width: 48ch; margin-top: 1.1rem; }

/* ── Buttons — legacy .btn (hero + custom CTA) ── */
body.cr-tour .btn {
  font-family: var(--fh); font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  font-size: .95rem; display: inline-flex; align-items: center; gap: .6em; padding: .95em 1.6em;
  border-radius: 999px; border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .25s cubic-bezier(.22,1,.36,1), background .25s, color .25s, box-shadow .25s;
  white-space: nowrap;
}
body.cr-tour .btn--primary { background: var(--yellow); color: var(--ink); }
body.cr-tour .btn--primary:hover { background: var(--ink); color: var(--yellow); transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(0,0,0,.4); }
body.cr-tour .btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
body.cr-tour .btn--ghost:hover { background: var(--white); color: var(--ink); }
body.cr-tour .btn .arr { transition: transform .25s; }
body.cr-tour .btn:hover .arr { transform: translateX(4px); }

/* ── Book button (booking card CTA) ── */
body.cr-tour .cr-book-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; width: 100%;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; padding: 1rem 1.6rem; border-radius: 10px;
  background: var(--cr-accent); color: #fff; border: none; cursor: pointer; text-decoration: none;
  transition: filter .2s, transform .2s;
}
body.cr-tour .cr-book-btn:hover { filter: brightness(1.12); transform: translateY(-1px); }

/* ── HERO (#cr-hero-stage) ── */
body.cr-tour #cr-hero-stage {
  min-height: 100vh !important; min-height: 100dvh !important; width: 100%;
  padding: 0 !important; align-items: stretch !important; position: relative;
}
body.cr-tour #cr-hero-stage > .e-con {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; max-width: 100% !important;
  background-size: cover !important; background-position: center !important;
  display: flex !important; flex-direction: column !important;
  justify-content: flex-end !important; align-items: flex-start !important;
  padding-inline: max(var(--pad), calc((100% - var(--maxw)) / 2)) !important;
  padding-block: 0 clamp(2.5rem, 5vw, 4.5rem) !important;
  text-align: left;
}
body.cr-tour #cr-hero-stage > .e-con::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,.1) 0%, rgba(10,10,10,.55) 55%, rgba(10,10,10,.82) 100%);
  pointer-events: none; z-index: 0;
}
body.cr-tour #cr-hero-stage > .e-con > * { position: relative; z-index: 1; }
body.cr-tour #cr-hero-stage .elementor-widget-image { display: none !important; }
body.cr-tour #cr-hero-stage .elementor-widget-heading {
  align-self: flex-start; margin-inline: 0 !important; width: auto !important; max-width: 100%;
}
body.cr-tour #cr-hero-stage .elementor-heading-title {
  font-size: clamp(2.8rem, 6vw, 5.5rem) !important; font-weight: 800 !important;
  text-transform: uppercase !important; line-height: 1 !important; letter-spacing: -.01em !important;
  color: var(--white) !important; text-wrap: balance; max-width: 14ch; text-align: left !important;
}
body.cr-tour #cr-hero-stage .elementor-heading-title::after {
  content: ""; display: block; width: clamp(60px, 9vw, 100px); height: 5px; border-radius: 2px;
  background: var(--cr-yellow, #ffde01); margin: clamp(.5rem, 1vw, .8rem) auto 0 0;
}
body.cr-tour #cr-hero-stage .hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.2rem 0 1rem; }
body.cr-tour #cr-hero-stage .hero__meta { display: flex; gap: 2.5rem; flex-wrap: wrap; }
body.cr-tour #cr-hero-stage .hero__meta div { display: flex; flex-direction: column; gap: .15rem; }
body.cr-tour #cr-hero-stage .hero__meta b { font-family: var(--fh); font-size: 1.25rem; font-weight: 700; text-transform: uppercase; line-height: 1; color: var(--white); }
body.cr-tour #cr-hero-stage .hero__meta span { font-size: .75rem; font-weight: 500; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .06em; }

/* ── Elementor wrappers for injected HTML sections ── */
body.cr-tour #cr-intro-widget,
body.cr-tour #cr-incl-widget { width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.cr-tour #cr-intro-widget > .e-con-inner,
body.cr-tour #cr-incl-widget > .e-con-inner { padding: 0 !important; width: 100% !important; }
body.cr-tour #cr-intro-widget .elementor-widget-html,
body.cr-tour #cr-intro-widget .elementor-widget-html > .elementor-widget-container,
body.cr-tour #cr-incl-widget .elementor-widget-html,
body.cr-tour #cr-incl-widget .elementor-widget-html > .elementor-widget-container { padding: 0 !important; margin: 0 !important; }

/* ── Intro band (#cr-intro-tour) — 2-col text + photo ── */
body.cr-tour #cr-intro-tour {
  background: var(--white);
  padding: clamp(2.75rem, 5.5vw, 5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2));
}
body.cr-tour #cr-intro-inner {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 4vw, 3.5rem);
}
body.cr-tour #cr-intro-body { display: flex; flex-direction: column; justify-content: center; }
body.cr-tour #cr-intro-photo {
  height: clamp(300px, 46vh, 480px); border-radius: 18px; overflow: hidden;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  box-shadow: var(--cr-shadow);
}
body.cr-tour .cr-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 0; }
body.cr-tour .cr-chip {
  display: inline-flex; align-items: center; gap: .45rem; background: var(--cr-tint); color: var(--cr-accent);
  border-radius: 999px; padding: .5rem 1rem; font-size: .82rem; font-weight: 700;
}
body.cr-tour .cr-chip b { font-family: var(--font-heading); font-size: 1rem; }

/* ── Tour item rows (#cr-tour-1..4) ── */
body.cr-tour [id^="cr-tour-"] { position: relative; }
body.cr-tour #cr-tour-1, body.cr-tour #cr-tour-3 { background: var(--white); }
body.cr-tour #cr-tour-2, body.cr-tour #cr-tour-4 { background: #f4ecdd; }
body.cr-tour #cr-tour-1, body.cr-tour #cr-tour-2,
body.cr-tour #cr-tour-3, body.cr-tour #cr-tour-4 {
  padding-block: clamp(1.5rem, 3vw, 2.25rem) !important;
  padding-inline: var(--pad) !important;
}
body.cr-tour [id^="cr-tour-"] > .e-con-inner {
  display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important;
  gap: 0 !important; padding: 0 !important; align-items: stretch; width: 100%;
}
body.cr-tour #cr-tour-1 > .e-con-inner, body.cr-tour #cr-tour-2 > .e-con-inner,
body.cr-tour #cr-tour-3 > .e-con-inner, body.cr-tour #cr-tour-4 > .e-con-inner {
  max-width: var(--maxw); margin-inline: auto; min-height: 42vh;
  gap: clamp(1.5rem, 4vw, 3.5rem) !important;
}
body.cr-tour [id^="cr-tour-img-"] { order: 0; }
body.cr-tour [id^="cr-tour-body-"] { order: 1; }
body.cr-tour #cr-tour-2 [id^="cr-tour-img-"],
body.cr-tour #cr-tour-4 [id^="cr-tour-img-"] { order: 1; }
body.cr-tour #cr-tour-2 [id^="cr-tour-body-"],
body.cr-tour #cr-tour-4 [id^="cr-tour-body-"] { order: 0; }
body.cr-tour [id^="cr-tour-img-"],
body.cr-tour [id^="cr-tour-body-"] { flex: 1 1 0 !important; width: auto !important; min-width: 0; }

/* Image side */
body.cr-tour [id^="cr-tour-img-"] {
  background-size: cover !important; background-position: center !important;
  overflow: hidden; position: relative; border-radius: 22px;
  min-height: clamp(280px, 32vh, 400px);
  box-shadow: 0 24px 50px -20px rgba(12,12,13,.42);
  padding: 0 !important;
}
body.cr-tour [id^="cr-tour-img-"] > .e-con-inner { padding: 0 !important; height: 100%; align-items: stretch; }
body.cr-tour [id^="cr-tour-img-"] .elementor-widget-image,
body.cr-tour [id^="cr-tour-img-"] .elementor-widget-image .elementor-widget-container { height: 100%; width: 100%; }
body.cr-tour [id^="cr-tour-img-"] .elementor-widget-image img {
  width: 100% !important; height: 100% !important; object-fit: cover !important; display: block;
  transition: transform .6s cubic-bezier(.22,1,.36,1);
}
body.cr-tour [id^="cr-tour-img-"]:hover .elementor-widget-image img { transform: scale(1.05); }
body.cr-tour #cr-tour-3 [id^="cr-tour-img-"] > .e-con-inner { flex-direction: column !important; }
body.cr-tour #cr-tour-3 [id^="cr-tour-img-"] > .e-con-inner > .e-con { flex: 1 1 50%; background-size: cover !important; background-position: center !important; min-height: 0; }

/* Content side */
body.cr-tour [id^="cr-tour-body-"] {
  display: flex !important; flex-direction: column !important; justify-content: center !important;
  padding: clamp(1rem, 2vw, 1.75rem) 0 !important;
  background: transparent !important;
}
body.cr-tour [id^="cr-tour-body-"] > .e-con-inner { flex-direction: column !important; padding: 0 !important; gap: 0 !important; width: 100%; }
body.cr-tour [id^="cr-tour-body-"] .elementor-heading-title {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem) !important; font-weight: 800 !important;
  text-transform: uppercase !important; line-height: 1.1 !important; color: var(--tour-900) !important;
  margin-bottom: 1rem !important;
}
body.cr-tour [id^="cr-tour-body-"] .elementor-widget-text-editor p {
  font-size: .9375rem; line-height: 1.65; color: var(--ink-soft); max-width: 52ch; margin-bottom: .75rem;
}

/* Bokun buttons */
body.cr-tour [id^="cr-tour-body-"] .bokunButton {
  display: inline-flex !important; align-items: center;
  font-family: var(--fh) !important; font-size: .9rem !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: .06em !important;
  padding: .85em 1.6em !important; border-radius: 999px !important;
  background: var(--tour-900) !important; color: var(--white) !important;
  border: 2px solid transparent !important; cursor: pointer;
  transition: background .25s, color .25s, transform .25s cubic-bezier(.22,1,.36,1) !important;
  margin-top: .75rem;
}
body.cr-tour [id^="cr-tour-body-"] .bokunButton:hover {
  background: var(--yellow) !important; color: var(--ink) !important; transform: translateY(-2px);
}

/* ── Included/features + booking card (#cr-incl-tour) ── */
body.cr-tour #cr-incl-tour {
  background: var(--surface-warm, #faf6f0);
  display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 3rem; align-items: start;
  overflow: visible;
  padding: clamp(2.75rem, 5.5vw, 5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2));
}
body.cr-tour #cr-tpillar-main { display: flex; flex-direction: column; gap: 0; }
body.cr-tour .cr-tpillar {
  display: flex; flex-direction: column; gap: .5rem;
  padding: 1.8rem; border-bottom: 1px solid var(--border, #e7e0d4);
}
body.cr-tour .cr-tpillar:first-child { padding-top: 0; }
body.cr-tour .cr-tpillar__n { font-family: var(--font-heading); font-size: .75rem; font-weight: 700; letter-spacing: .14em; color: var(--cr-accent); text-transform: uppercase; }
body.cr-tour .cr-tpillar__title { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; text-transform: uppercase; color: var(--cr-dark); margin: 0; line-height: 1.1; }
body.cr-tour .cr-tpillar__text { font-size: .92rem; color: var(--ink-soft); line-height: 1.65; margin: .4rem 0 0; max-width: 50ch; }
body.cr-tour #cr-book-card-tour { position: sticky; top: 88px; align-self: start; }
body.cr-tour .cr-bookcard { background: var(--white); border: 1px solid var(--border, #e7e0d4); border-radius: 18px; padding: 1.8rem; box-shadow: var(--cr-shadow); }
body.cr-tour .cr-bookcard__price { display: flex; align-items: baseline; gap: .4rem; margin-bottom: .2rem; }
body.cr-tour .cr-bookcard__price b { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; color: var(--cr-dark); line-height: 1; }
body.cr-tour .cr-bookcard__price span { font-size: .85rem; color: var(--ink-soft); }
body.cr-tour .cr-bookcard__note { font-size: .75rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
body.cr-tour .cr-bookcard__incl { list-style: none; margin: 1.1rem 0; padding: 1.1rem 0 0; border-top: 1px solid var(--border, #e7e0d4); }
body.cr-tour .cr-bookcard__incl li { display: flex; align-items: center; gap: .55rem; font-size: .85rem; color: var(--ink); padding: .3rem 0; }
body.cr-tour .cr-bookcard__incl li::before { content: '✓'; color: var(--cr-accent); font-weight: 800; }
body.cr-tour .cr-bookcard__alt { display: block; text-align: center; font-size: .8rem; font-weight: 700; color: var(--cr-accent); text-decoration: none; margin-top: .9rem; }
body.cr-tour .cr-bookcard__alt:hover { text-decoration: underline; }
/* sticky safety: no ancestor may clip the booking column */
body.cr-tour #cr-incl-tour, body.cr-tour #cr-book-card-tour, body.cr-tour main,
body.cr-tour .elementor, body.cr-tour .elementor-section-wrap { overflow: visible !important; }

/* ── Custom/tailor-made band ── */
body.cr-tour #cr-custom {
  background: var(--tour-900) !important; background-image: none !important;
  padding-block: clamp(4rem, 8vw, 7rem) !important;
  justify-content: center !important; align-items: center !important;
}
body.cr-tour #cr-custom > .e-con-inner { justify-content: center !important; align-items: center !important; padding-inline: var(--pad) !important; }
body.cr-tour #cr-custom .elementor-widget:not(#cr-custom-cta) { display: none !important; }
body.cr-tour .cr-custom-body {
  text-align: center; max-width: 640px; width: 100%; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 1.5rem;
}
body.cr-tour .cr-cta-kicker { font-family: var(--fh); font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--yellow); }
body.cr-tour .cr-cta-h2 { font-family: var(--fh); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; text-transform: uppercase; line-height: 1.05; color: var(--white); text-wrap: balance; margin: 0; }
body.cr-tour .cr-cta-copy { font-size: 1.0625rem; line-height: 1.7; color: rgba(255,255,255,.68); max-width: 48ch; margin: 0; }

/* ── Content bands (#cr-content) ── */
body.cr-tour #cr-content { padding: 0 !important; }
body.cr-tour #cr-content > .e-con-inner { max-width: none !important; width: 100% !important; padding: 0 !important; }
body.cr-tour #cr-content .elementor-widget-html,
body.cr-tour #cr-content .elementor-widget-html > .elementor-widget-container { padding: 0 !important; margin: 0 !important; }
body.cr-tour .cr-band { padding-block: clamp(3rem, 7vw, 6.5rem); }
body.cr-tour .cr-band__inner { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
body.cr-tour .cr-band--warm { background: var(--warm); }
body.cr-tour .cr-band--white { background: var(--white); }
body.cr-tour .cr-band--dark { background: var(--tour-900); color: var(--white); }
body.cr-tour .cr-band--dark .section-head h2,
body.cr-tour .cr-band--dark h2,
body.cr-tour .cr-band--dark h3 { color: #fff; }
body.cr-tour .cr-band--dark .eyebrow { color: rgba(255,255,255,.85); }
body.cr-tour .section-head h2 { font-family: var(--fh); font-weight: 800; text-transform: uppercase; font-size: clamp(1.6rem, 3.5vw, 2.6rem); line-height: 1.1; margin-bottom: 2rem; }
body.cr-tour .eyebrow { font-family: var(--fh); font-weight: 700; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--element-action); display: inline-block; }

/* reviews */
body.cr-tour .reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
body.cr-tour .review { background: var(--white); border-radius: 20px; padding: 1.8rem; border: 1px solid var(--line); margin: 0; display: flex; flex-direction: column; }
body.cr-tour .stars { color: var(--yellow); font-size: 1rem; letter-spacing: 2px; margin-bottom: .6rem; }
body.cr-tour .review__title { font-family: var(--fh); font-weight: 700; text-transform: uppercase; font-size: 1rem; color: var(--ink); margin-bottom: .55rem; line-height: 1.25; }
body.cr-tour .review p { font-style: italic; font-size: .97rem; margin: 0 0 1.2rem; color: var(--ink); flex: 1; }
body.cr-tour .review b { font-family: var(--fh); text-transform: uppercase; font-size: .9rem; color: var(--ink); }
body.cr-tour .review span { display: block; font-size: .73rem; color: var(--ink-soft); margin-top: .2rem; }
body.cr-tour .cr-reviews-ta { text-align: center; margin-top: 2.5rem; margin-bottom: 0; }
body.cr-tour .cr-reviews-ta a { font-family: var(--fh); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: var(--element-action); text-decoration: none; }
body.cr-tour .cr-reviews-ta a:hover { text-decoration: underline; }

/* related cards */
body.cr-tour .cr-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
body.cr-tour .cr-card { border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.07); transition: transform .25s cubic-bezier(.22,1,.36,1); }
body.cr-tour .cr-card:hover { transform: translateY(-4px); }
body.cr-tour .cr-card__inner { display: block; text-decoration: none; color: var(--white); padding: 1.75rem; }
body.cr-tour .cr-card__cat { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); display: block; margin-bottom: .5rem; }
body.cr-tour .cr-card__title { font-family: var(--fh); font-size: 1.35rem; font-weight: 800; text-transform: uppercase; line-height: 1.1; display: block; margin-bottom: 1.25rem; }
body.cr-tour .cr-card__cta { font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.6); }
body.cr-tour .cr-card:hover .cr-card__cta { color: var(--white); }

/* faq */
body.cr-tour .faq { max-width: 820px; margin-inline: auto; }
body.cr-tour .faq details { border-bottom: 1px solid var(--line); }
body.cr-tour .faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: var(--fh); font-weight: 600; text-transform: uppercase; letter-spacing: .02em;
  font-size: clamp(1rem, 1.6vw, 1.15rem); padding: 1.3rem 0; color: var(--ink);
}
body.cr-tour .faq summary::-webkit-details-marker { display: none; }
body.cr-tour .faq summary::after {
  content: ""; width: 11px; height: 11px; border-right: 2px solid var(--element-action);
  border-bottom: 2px solid var(--element-action); transform: rotate(45deg); transition: transform .25s; flex: none;
}
body.cr-tour .faq details[open] summary::after { transform: rotate(-135deg); }
body.cr-tour .faq p { padding: 0 0 1.3rem; color: var(--ink-soft); max-width: 68ch; margin: 0; }

/* ── Responsive ── */
@media (max-width: 980px) {
  body.cr-tour #cr-incl-tour { grid-template-columns: 1fr; }
  body.cr-tour #cr-book-card-tour { position: static; }
}
@media (max-width: 860px) {
  body.cr-tour #cr-intro-inner { grid-template-columns: 1fr; }
  body.cr-tour #cr-intro-photo { order: -1; }
}
@media (max-width: 767px) {
  body.cr-tour [id^="cr-tour-"] > .e-con-inner { flex-direction: column !important; min-height: auto; }
  body.cr-tour [id^="cr-tour-img-"],
  body.cr-tour [id^="cr-tour-body-"] { width: 100% !important; flex: 0 0 100% !important; order: unset !important; }
  body.cr-tour [id^="cr-tour-img-"] { min-height: 260px; }
  body.cr-tour [id^="cr-tour-body-"] { padding: 2rem 1.5rem !important; }
  body.cr-tour #cr-tour-3 [id^="cr-tour-img-"] > .e-con-inner { flex-direction: row !important; }
  body.cr-tour #cr-tour-3 [id^="cr-tour-img-"] > .e-con-inner > .e-con { flex: 1 1 50%; min-height: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  body.cr-tour .btn, body.cr-tour .bokunButton, body.cr-tour .cr-card { transition: none; }
}
