@charset "utf-8";

.special-bustour-detail {
  --bustour-ink: #2d2c37;
  --bustour-sub: #68636f;
  --bustour-line: rgba(65, 66, 96, 0.12);
  --bustour-surface: rgba(255, 255, 255, 0.94);
  --bustour-accent: #0e7da5;
  --bustour-red: #d70000;
  --bustour-shadow: 0 24px 50px rgba(35, 42, 78, 0.08);
  background:
    radial-gradient(circle at top right, rgba(14, 125, 165, 0.12), transparent 28%),
    radial-gradient(circle at top left, rgba(215, 0, 0, 0.06), transparent 24%),
    linear-gradient(180deg, #f5f7fb 0%, #fbfaf8 100%);
  color: var(--bustour-ink);
  padding: 0 0 88px;
}

.special-bustour-detail__content {
  width: min(100%, 1160px);
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear: both;
}

.special-bustour-detail #main.col-left.special {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
}

.special-bustour-detail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.special-bustour-detail .page-nav,
.special-bustour-detail .page-nav li,
.special-bustour-detail .page-nav li::after {
  color: var(--bustour-sub);
}

.special-bustour-detail .page-nav a,
.special-bustour-detail a {
  color: var(--bustour-accent);
}

.special-bustour-detail .bustour-detail-hero,
.special-bustour-detail .bustour-detail-section,
.special-bustour-detail .bustour-detail-panel,
.special-bustour-detail .bustour-detail-highlight {
  border: 1px solid var(--bustour-line);
  border-radius: 28px;
  background: var(--bustour-surface);
  box-shadow: var(--bustour-shadow);
}

.special-bustour-detail .bustour-detail-hero {
  margin-top: 10px;
  padding: 30px;
}

.special-bustour-detail .bustour-detail-hero__meta {
  display: flex;
  gap: 12px 18px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: var(--bustour-sub);
  font-size: 14px;
  font-weight: 700;
}

.special-bustour-detail .bustour-detail-hero h1,
.special-bustour-detail .bustour-detail-section__heading h2,
.special-bustour-detail .bustour-detail-panel h3,
.special-bustour-detail .bustour-detail-highlight h3 {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.special-bustour-detail .bustour-detail-hero h1 {
  margin: 0;
  color: var(--bustour-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.45;
}

.special-bustour-detail .bustour-detail-hero h1::after,
.special-bustour-detail .bustour-detail-section__heading h2::after,
.special-bustour-detail .bustour-detail-panel h3::after,
.special-bustour-detail .bustour-detail-highlight h3::after {
  content: none !important;
  display: none !important;
}

.special-bustour-detail .bustour-detail-copy {
  margin-top: 20px;
}

.special-bustour-detail .bustour-detail-copy p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.special-bustour-detail .bustour-detail-copy__badge img {
  width: 108px;
}

.special-bustour-detail .bustour-detail-section {
  margin-top: 28px;
  padding: 30px;
}

.special-bustour-detail .bustour-detail-section__heading {
  margin-bottom: 22px;
}

.special-bustour-detail .bustour-detail-section__heading p {
  margin: 0 0 10px;
  color: var(--bustour-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.special-bustour-detail .bustour-detail-section__heading h2 {
  margin: 0;
  color: var(--bustour-ink);
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.35;
}

.special-bustour-detail .bustour-detail-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.special-bustour-detail .bustour-detail-panel {
  padding: 22px;
}

.special-bustour-detail .bustour-detail-panel h3 {
  margin: 0 0 14px;
  color: var(--bustour-red);
  font-size: 24px;
  line-height: 1.5;
}

.special-bustour-detail .bustour-detail-panel p,
.special-bustour-detail .bustour-detail-highlight p,
.special-bustour-detail .bustour-detail-highlight__body p,
.special-bustour-detail .bustour-detail-credit p {
  margin: 0 0 12px;
  line-height: 1.9;
}

.special-bustour-detail .bustour-detail-cta {
  margin-top: 8px;
}

.special-bustour-detail .bustour-detail-cta img {
  width: 100%;
  border-radius: 20px;
}

.special-bustour-detail .bustour-detail-highlight-list {
  display: grid;
  gap: 20px;
}

.special-bustour-detail .bustour-detail-highlight {
  padding: 24px;
}

.special-bustour-detail .bustour-detail-highlight h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.5;
}

.special-bustour-detail .bustour-detail-highlight__lead {
  margin-top: 12px;
  color: #993300;
  font-weight: 700;
}

.special-bustour-detail .bustour-detail-highlight__body {
  margin-top: 8px;
}

.special-bustour-detail .bustour-detail-highlight__gallery {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.special-bustour-detail .bustour-detail-highlight__gallery.is-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.special-bustour-detail .bustour-detail-highlight__gallery.is-multi .bustour-detail-highlight__image:first-child:last-child {
  grid-column: 1 / -1;
}

.special-bustour-detail .bustour-detail-highlight__image img {
  width: 100%;
  border-radius: 18px;
}

.special-bustour-detail .bustour-detail-credit {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--bustour-line);
}

.special-bustour-detail .bustour-detail-section--legacy {
  padding: clamp(24px, 4vw, 44px);
}

.special-bustour-detail .bustour-legacy-content {
  display: block;
  overflow: hidden;
}

.special-bustour-detail .bustour-legacy-content::after {
  content: "";
  display: block;
  clear: both;
}

.special-bustour-detail .bustour-legacy-content h2,
.special-bustour-detail .bustour-legacy-content h3,
.special-bustour-detail .bustour-legacy-content h4 {
  margin: 1.5em 0 0.45em;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: var(--bustour-ink);
  line-height: 1.5;
  text-align: left;
}

.special-bustour-detail .bustour-legacy-content h2 {
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.special-bustour-detail .bustour-legacy-content h3 {
  color: var(--bustour-red);
  font-size: 24px;
  line-height: 1.5;
}

.special-bustour-detail .bustour-legacy-content h4 {
  font-size: 21px;
  line-height: 1.5;
}

.special-bustour-detail .bustour-legacy-content h2::after,
.special-bustour-detail .bustour-legacy-content h3::after,
.special-bustour-detail .bustour-legacy-content h4::after {
  content: none;
}

.special-bustour-detail .bustour-legacy-content h2:first-child,
.special-bustour-detail .bustour-legacy-content h3:first-child,
.special-bustour-detail .bustour-legacy-content h4:first-child {
  margin-top: 0;
}

.special-bustour-detail .bustour-legacy-content p,
.special-bustour-detail .bustour-legacy-content li,
.special-bustour-detail .bustour-legacy-content td,
.special-bustour-detail .bustour-legacy-content th {
  line-height: 1.9;
  color: var(--bustour-ink);
}

.special-bustour-detail .bustour-legacy-content p {
  margin: 0 0 0.8em;
}

.special-bustour-detail .bustour-legacy-content p:empty {
  display: none;
}

.special-bustour-detail .bustour-legacy-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 0.6em 0 1em;
}

.special-bustour-detail .bustour-legacy-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.8em;
}

.special-bustour-detail .bustour-legacy-content th,
.special-bustour-detail .bustour-legacy-content td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--bustour-line);
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .special-bustour-detail {
    padding-bottom: 64px;
  }

  .special-bustour-detail__content {
    padding: 0 14px;
  }

  .special-bustour-detail .bustour-detail-hero,
  .special-bustour-detail .bustour-detail-section,
  .special-bustour-detail .bustour-detail-panel,
  .special-bustour-detail .bustour-detail-highlight {
    padding: 20px;
    border-radius: 22px;
  }

  .special-bustour-detail .bustour-detail-info-grid,
  .special-bustour-detail .bustour-detail-highlight__gallery.is-multi {
    grid-template-columns: 1fr;
  }

  .special-bustour-detail .bustour-detail-hero h1 {
    font-size: 24px;
  }

  .special-bustour-detail .bustour-detail-section__heading h2 {
    font-size: 24px;
  }

  .special-bustour-detail .bustour-detail-panel h3,
  .special-bustour-detail .bustour-detail-highlight h3 {
    font-size: 21px;
  }

  .special-bustour-detail .bustour-detail-cta img,
  .special-bustour-detail .bustour-detail-highlight__image img {
    border-radius: 16px;
  }
}
