/* Product tour — 2000×2500 export plate
 * TikTok-first: fill the plate. Big type, ~7–8% safe margins.
 */

.slide.layout-tour {
  background: #e6e2d9;
  color: #121212;
  overflow: hidden;
  font-family: 'Instrument Sans', 'SF Pro Text', system-ui, sans-serif;
}

.slide.layout-tour .grad,
.slide.layout-tour .logo {
  display: none;
}

.tour-slide {
  position: absolute;
  inset: 160px 140px 150px;
  display: flex;
  flex-direction: column;
}

.tour-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-shrink: 0;
}

.tour-top .tour-chip {
  margin-left: auto;
}

.tour-kicker {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a564f;
}

.tour-page {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 0.04em;
  color: #8a847c;
  white-space: nowrap;
}

.tour-rule {
  display: block;
  width: 220px;
  height: 12px;
  margin: 36px 0 0;
  background: #e8a54b;
  border: 0;
  flex-shrink: 0;
}

/* Main copy: dense top-down block — billboard type for TikTok */
.tour-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 48px 0 16px;
  gap: 0;
}

.tour-h {
  font-family: 'Instrument Serif', 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 320px;
  line-height: 0.9;
  letter-spacing: -0.042em;
  color: #121212;
  max-width: 100%;
}

.tour-h.is-step {
  font-size: 288px;
  line-height: 0.92;
}

.tour-h.is-end {
  font-size: 300px;
  line-height: 0.9;
}

.tour-deck {
  margin-top: 56px;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.18;
  color: #2a2622;
  max-width: 100%;
}

.tour-body {
  margin-top: 48px;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 92px;
  line-height: 1.2;
  color: #2a2622;
  max-width: 100%;
}

.tour-num {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: #e8a54b;
  margin-bottom: 12px;
}

.tour-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 24px;
  flex-shrink: 0;
}

.tour-chip {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
}

.tour-chip em {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  color: #121212;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-meta {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 0.02em;
  color: #6a6560;
  white-space: nowrap;
}

.tour-icon {
  display: inline-flex;
  width: 104px;
  height: 104px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  background: #121212;
  color: #e6e2d9;
  align-items: center;
  justify-content: center;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 52px;
  line-height: 1;
}

.tour-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-icon.is-fallback {
  background: #121212;
}

.tour-cta-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 48px 52px;
  border-radius: 36px;
  background: rgba(18, 18, 18, 0.07);
  flex-shrink: 0;
  margin-top: auto;
}

.tour-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.tour-cta-copy b {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: #121212;
}

.tour-cta-copy span {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.26;
  color: #3a3632;
}
