/* =========================================================
   MSL HOLIDAYS – INTERACTIVE TOURPAGE
   Scoped to body.tour-page to avoid affecting other pages.
========================================================= */

.tour-page {
  --tour-ink: var(--ink, #102536);
  --tour-soft: var(--ink-soft, #5d7180);
  --tour-ocean: var(--ocean, #087ea4);
  --tour-ocean-dark: var(--ocean-dark, #075f7d);
  --tour-coral: var(--coral, #ff714b);
  --tour-coral-dark: var(--coral-dark, #e65d39);
  --tour-line: var(--line, #dce8ed);
  --tour-page-bg: var(--page, #f3f8fa);
  --tour-surface: var(--surface, #ffffff);
  --tour-radius: var(--radius, 18px);
  --tour-radius-lg: var(--radius-lg, 28px);
  --tour-shadow-sm: var(--shadow-sm, 0 10px 30px rgba(18, 55, 73, .08));
  --tour-shadow-md: var(--shadow-md, 0 22px 55px rgba(18, 55, 73, .16));
  background: var(--tour-page-bg);
}

.tour-page main {
  overflow: clip;
}

.tour-shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.tour-hero {
  position: relative;
  padding: clamp(54px, 8vw, 100px) 0 clamp(58px, 8vw, 92px);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(77, 202, 231, .32), transparent 27%),
    radial-gradient(circle at 4% 92%, rgba(255, 155, 104, .17), transparent 25%),
    linear-gradient(135deg, #e9f9fc 0%, #ffffff 62%, #fff8f3 100%);
  box-shadow: inset 0 -1px 0 var(--tour-line);
}

.tour-hero::before {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(8, 126, 164, .13);
  border-radius: 50%;
}

.tour-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: clamp(38px, 6vw, 76px);
}

.tour-kicker,
.tour-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tour-ocean-dark);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tour-kicker::before,
.tour-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: var(--tour-coral);
}

.tour-hero h1 {
  max-width: 720px;
  margin: 15px 0 9px;
  color: var(--tour-ink);
  font-size: clamp(3rem, 6.5vw, 5.55rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-align: left;
}

.tour-location {
  margin: 0 0 22px;
  color: var(--tour-ocean-dark);
  font-size: 1rem;
  font-weight: 600;
}

.tour-lead {
  max-width: 650px;
  margin: 0;
  color: var(--tour-soft);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.8;
}

.tour-hero__actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tour-button {
  min-height: 48px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: .83rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.tour-button:hover,
.tour-button:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}

.tour-button:focus-visible,
.tour-filter__button:focus-visible,
.tour-chapter:focus-visible,
.tour-quick-links button:focus-visible,
.tour-inline-chapter:focus-visible {
  outline: 3px solid rgba(8, 126, 164, .2);
  outline-offset: 3px;
}

.tour-button--primary {
  color: #fff;
  background: var(--tour-coral);
  box-shadow: 0 12px 28px rgba(230, 93, 57, .22);
}

.tour-button--primary:hover,
.tour-button--primary:focus-visible {
  color: #fff;
  background: var(--tour-coral-dark);
  box-shadow: 0 16px 32px rgba(230, 93, 57, .28);
}

.tour-button--secondary {
  color: var(--tour-ocean-dark);
  border-color: #bfd7df;
  background: rgba(255, 255, 255, .84);
}

.tour-button--secondary:hover,
.tour-button--secondary:focus-visible {
  color: var(--tour-ocean-dark);
  border-color: var(--tour-ocean);
  background: #fff;
  box-shadow: var(--tour-shadow-sm);
}

.tour-facts {
  margin: 38px 0 0;
  padding: 0;
  display: flex;
  gap: 0;
  list-style: none;
}

.tour-facts li {
  min-width: 105px;
  padding: 0 24px;
  display: grid;
  gap: 3px;
  border-left: 1px solid #cbdde3;
}

.tour-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.tour-facts strong {
  color: var(--tour-ink);
  font-size: 1.05rem;
}

.tour-facts span {
  color: var(--tour-soft);
  font-size: .69rem;
}

.tour-hero__visual {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 26px;
  background: #d9e9ee;
  box-shadow: 0 34px 80px rgba(11, 57, 77, .24);
  transform: rotate(1.2deg);
  transition: transform .35s ease, box-shadow .35s ease;
}

.tour-hero__visual:hover,
.tour-hero__visual:focus-visible {
  color: inherit;
  transform: rotate(0) translateY(-4px);
  box-shadow: 0 40px 90px rgba(11, 57, 77, .28);
}

.tour-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s ease, filter .6s ease;
}

.tour-hero__visual:hover img {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.tour-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(3, 22, 33, .72), transparent 48%);
}

.tour-hero__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 113, 75, .93);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, background .25s ease;
}

.tour-hero__visual:hover .tour-hero__play {
  background: var(--tour-coral-dark);
  transform: translate(-50%, -50%) scale(1.08);
}

.tour-hero__play svg {
  width: 38%;
  fill: currentColor;
}

.tour-hero__caption {
  position: absolute;
  right: 26px;
  bottom: 23px;
  left: 26px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.tour-hero__caption small {
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
}

.tour-hero__caption strong {
  font-size: .9rem;
}

.tour-layout {
  padding: clamp(54px, 7vw, 92px) 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 34px;
}

.tour-content {
  min-width: 0;
}

.tour-section {
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--tour-line);
  border-radius: var(--tour-radius-lg);
  background: var(--tour-surface);
  box-shadow: var(--tour-shadow-sm);
  scroll-margin-top: 112px;
}

.tour-section__heading {
  margin-bottom: 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
}

.tour-section__heading h2 {
  margin: 9px 0 0;
  color: var(--tour-ink);
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.13;
  letter-spacing: -.035em;
}

.tour-section__heading p {
  max-width: 690px;
  margin: 12px 0 0;
  color: var(--tour-soft);
  line-height: 1.75;
}

.tour-text-link {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: var(--tour-ocean-dark);
  border-bottom: 1px solid #b8d1da;
  font-size: .78rem;
  font-weight: 600;
}

.tour-text-link:hover {
  color: var(--tour-ocean-dark);
  border-color: var(--tour-ocean);
}

.tour-player-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #071722;
  box-shadow: 0 20px 45px rgba(6, 27, 39, .22);
}

.tour-player,
.tour-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.tour-player-note {
  margin-top: 14px;
  color: var(--tour-soft);
  font-size: .75rem;
  text-align: center;
}

.tour-filter {
  position: sticky;
  top: 96px;
  z-index: 20;
  margin: 0 -10px 26px;
  padding: 10px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border: 1px solid var(--tour-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 25px rgba(18, 55, 73, .08);
  backdrop-filter: blur(12px);
  scrollbar-width: thin;
}

.tour-filter__button {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--tour-soft);
  background: transparent;
  font: inherit;
  font-size: .72rem;
  font-weight: 600;
  cursor: pointer;
}

.tour-filter__button:hover {
  color: var(--tour-ocean-dark);
  background: #edf8fb;
}

.tour-filter__button.is-active {
  color: #fff;
  background: var(--tour-ocean);
  box-shadow: 0 7px 17px rgba(8, 126, 164, .2);
}

.tour-chapter-group + .tour-chapter-group {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid var(--tour-line);
}

.tour-chapter-group[hidden] {
  display: none;
}

.tour-chapter-group__header {
  margin-bottom: 17px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 14px;
}

.tour-chapter-group__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf8fb;
  font-size: 1.25rem;
}

.tour-chapter-group__header h3 {
  margin: 1px 0 4px;
  color: var(--tour-ink);
  font-size: 1.08rem;
}

.tour-chapter-group__header p {
  max-width: 720px;
  margin: 0;
  color: var(--tour-soft);
  font-size: .77rem;
  line-height: 1.65;
}

.tour-chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.tour-chapter {
  min-width: 0;
  min-height: 54px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--tour-line);
  border-radius: 13px;
  color: var(--tour-ink);
  background: #fbfdfe;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.tour-chapter:hover {
  border-color: #b8d5df;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 55, 73, .08);
  transform: translateY(-2px);
}

.tour-chapter.is-current {
  border-color: var(--tour-ocean);
  background: #ecf9fc;
  box-shadow: inset 3px 0 0 var(--tour-ocean);
}

.tour-chapter__time {
  min-width: 56px;
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--tour-ocean-dark);
  background: #e5f4f8;
  font-size: .68rem;
  font-weight: 600;
  text-align: center;
}

.tour-chapter__title {
  min-width: 0;
  overflow: hidden;
  color: var(--tour-ink);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tour-chapter__play {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tour-coral);
  font-size: .58rem;
}

.tour-feature-grid,
.tour-series-grid,
.tour-planning-grid {
  display: grid;
  gap: 15px;
}

.tour-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tour-feature-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--tour-line);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f8fbfc);
}

.tour-feature-card__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eaf8fb;
  font-size: 1.13rem;
}

.tour-feature-card h3 {
  margin: 0 0 8px;
  color: var(--tour-ink);
  font-size: .98rem;
}

.tour-feature-card p {
  min-height: 5.2em;
  margin: 0;
  color: var(--tour-soft);
  font-size: .75rem;
  line-height: 1.72;
}

.tour-inline-chapter {
  margin-top: 16px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid #b8d1da;
  color: var(--tour-ocean-dark);
  background: transparent;
  font: inherit;
  font-size: .72rem;
  font-weight: 600;
  cursor: pointer;
}

.tour-inline-chapter:hover {
  border-color: var(--tour-ocean);
}

.tour-series-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tour-series-card {
  overflow: hidden;
  border: 1px solid var(--tour-line);
  border-radius: 16px;
  color: var(--tour-ink);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tour-series-card:hover,
.tour-series-card:focus-visible {
  color: var(--tour-ink);
  border-color: #b8d5df;
  box-shadow: var(--tour-shadow-sm);
  transform: translateY(-4px);
}

.tour-series-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dce8ed;
}

.tour-series-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.tour-series-card:hover img {
  transform: scale(1.04);
}

.tour-series-card__image > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tour-coral);
  font-size: .7rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .22);
}

.tour-series-card__body {
  min-height: 75px;
  padding: 16px 17px;
  display: grid;
  align-content: start;
  gap: 5px;
}

.tour-series-card__body small {
  color: var(--tour-ocean-dark);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tour-series-card__body strong {
  font-size: .79rem;
  line-height: 1.5;
}

.tour-planning {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(91, 207, 234, .21), transparent 28%),
    linear-gradient(145deg, #f4fbfd, #ffffff 62%);
}

.tour-planning-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tour-planning-card {
  min-height: 188px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--tour-line);
  border-radius: 17px;
  color: var(--tour-ink);
  background: rgba(255, 255, 255, .88);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tour-planning-card:hover,
.tour-planning-card:focus-visible {
  color: var(--tour-ink);
  border-color: #b7d6df;
  box-shadow: var(--tour-shadow-sm);
  transform: translateY(-4px);
}

.tour-planning-card > span {
  font-size: 1.45rem;
}

.tour-planning-card strong {
  margin-top: 14px;
  font-size: .9rem;
  line-height: 1.4;
}

.tour-planning-card small {
  margin-top: 7px;
  color: var(--tour-soft);
  font-size: .71rem;
  line-height: 1.65;
}

.tour-planning-card b {
  margin-top: auto;
  padding-top: 15px;
  color: var(--tour-ocean-dark);
  font-size: .69rem;
}

.tour-affiliate-disclosure {
  margin: 22px 0 0;
  color: var(--tour-soft);
  font-size: .66rem;
  line-height: 1.6;
  text-align: center;
}

.tour-affiliate-disclosure a {
  color: var(--tour-ocean-dark);
  text-decoration: underline;
}

.tour-gyg .gyg-widget-wrap {
  min-height: 250px;
}

.tour-centered-action {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}

.tour-sidebar {
  position: sticky;
  top: 104px;
}

.tour-sidebar__card {
  padding: 24px;
  border: 1px solid var(--tour-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--tour-shadow-sm);
}

.tour-sidebar__card h2 {
  margin: 10px 0 19px;
  color: var(--tour-ink);
  font-size: 1.32rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.tour-quick-links {
  display: grid;
  gap: 7px;
}

.tour-quick-links button {
  width: 100%;
  padding: 10px 4px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid #e7eef1;
  color: var(--tour-ink);
  background: transparent;
  font: inherit;
  font-size: .73rem;
  text-align: left;
  cursor: pointer;
}

.tour-quick-links button:hover {
  color: var(--tour-ocean-dark);
}

.tour-quick-links small {
  color: var(--tour-soft);
  font-size: .62rem;
}

.tour-sidebar__cta {
  margin-top: 20px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 13px;
  color: #fff;
  background: var(--tour-ocean);
  font-size: .73rem;
  font-weight: 600;
}

.tour-sidebar__cta:hover {
  color: #fff;
  background: var(--tour-ocean-dark);
}

@media (max-width: 1020px) {
  .tour-hero__grid {
    grid-template-columns: 1fr;
  }

  .tour-hero__content {
    max-width: 800px;
  }

  .tour-hero__visual {
    max-width: 850px;
    transform: none;
  }

  .tour-layout {
    grid-template-columns: 1fr;
  }

  .tour-sidebar {
    position: static;
    order: -1;
  }

  .tour-sidebar__card {
    display: grid;
    grid-template-columns: minmax(160px, .55fr) 1.45fr;
    align-items: center;
    gap: 24px;
  }

  .tour-sidebar__card .tour-eyebrow,
  .tour-sidebar__card h2 {
    grid-column: 1;
  }

  .tour-sidebar__card h2 {
    margin-bottom: 0;
  }

  .tour-quick-links {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-sidebar__cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .tour-shell {
    width: min(100% - 32px, 1180px);
  }

  .tour-hero {
    padding-top: 52px;
  }

  .tour-hero h1 {
    font-size: clamp(3rem, 13vw, 4.35rem);
  }

  .tour-hero__visual {
    border-radius: 20px;
  }

  .tour-hero__caption {
    right: 17px;
    bottom: 16px;
    left: 17px;
  }

  .tour-layout {
    padding-top: 48px;
  }

  .tour-section {
    padding: 25px 20px;
    border-radius: 22px;
  }

  .tour-section__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-filter {
    top: 10px;
  }

  .tour-chapters,
  .tour-feature-grid,
  .tour-series-grid {
    grid-template-columns: 1fr;
  }

  .tour-feature-card p {
    min-height: 0;
  }

  .tour-planning-grid {
    grid-template-columns: 1fr;
  }

  .tour-planning-card {
    min-height: 0;
  }

  .tour-sidebar__card {
    display: block;
  }

  .tour-sidebar__card h2 {
    margin-bottom: 19px;
  }

  .tour-quick-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .tour-hero__actions {
    flex-direction: column;
  }

  .tour-button {
    width: 100%;
  }

  .tour-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .tour-facts li {
    min-width: 0;
    padding: 0 10px;
  }

  .tour-facts strong,
  .tour-facts span {
    text-align: center;
  }

  .tour-hero__play {
    width: 58px;
    height: 58px;
  }

  .tour-hero__caption small {
    display: none;
  }

  .tour-chapter {
    grid-template-columns: auto minmax(0, 1fr) 25px;
  }

  .tour-chapter__time {
    min-width: 48px;
    padding-inline: 6px;
  }

  .tour-chapter__title {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tour-page *,
  .tour-page *::before,
  .tour-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* =========================================================
   TOUR PLAYER POSTER
========================================================= */

.tour-player {
  position: relative;
  overflow: hidden;
  background: #071722;
}

.tour-player-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #071722;
  cursor: pointer;
  font: inherit;
}

.tour-player-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform .45s ease,
    filter .45s ease;
}

.tour-player-poster__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 18, 28, .05) 30%,
      rgba(4, 18, 28, .72) 100%
    );
  transition: background .3s ease;
}

.tour-player-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 91, 61, .94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .35);
  transform: translate(-50%, -50%);
  transition:
    transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.tour-player-poster__play svg {
  width: 34px;
  height: 34px;
  margin-left: 4px;
  fill: currentColor;
}

.tour-player-poster__label {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: clamp(.8rem, 2vw, 1rem);
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .65);
}

.tour-player-poster:hover img {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.tour-player-poster:hover .tour-player-poster__overlay {
  background:
    linear-gradient(
      180deg,
      rgba(4, 18, 28, 0) 25%,
      rgba(4, 18, 28, .62) 100%
    );
}

.tour-player-poster:hover .tour-player-poster__play {
  background: #ff5b3d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
  transform: translate(-50%, -50%) scale(1.08);
}

.tour-player-poster:focus-visible {
  outline: 4px solid rgba(8, 126, 164, .55);
  outline-offset: -4px;
}

@media (max-width: 600px) {
  .tour-player-poster__play {
    width: 60px;
    height: 60px;
  }

  .tour-player-poster__play svg {
    width: 27px;
    height: 27px;
  }

  .tour-player-poster__label {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }
}
