/* tailormade-golden-route.css: moved out of tailormade_japan.html on 2026-09-04 (typography step 4).
   Loaded from the template's extra_head so it keeps applying after the shared sheets. */
/* Refonte 2026-08: content sections between the visual blocks */
.tmj-section {
  max-width: 800px;
  margin: 70px auto;
  padding: 0 20px;
  font-family: 'Montserrat-Regular', sans-serif;
  color: #333;
}

.tmj-h2 {
  font-family: var(--font-ui);
  font-size: var(--fs-h4);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: #947A7A;
  margin-bottom: 24px;
}

.tmj-section p {
  line-height: var(--lh-loose);
  margin-bottom: 16px;
}

.tmj-section a {
  color: #947A7A;
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 122, 122, 0.4);
}

.tmj-section a:hover {
  border-bottom-color: #947A7A;
}

.tmj-steps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.tmj-step {
  flex: 1;
  min-width: 220px;
}

.tmj-step-number {
  display: block;
  font-family: var(--font-ui);
  font-size: var(--fs-h3);
  color: #947A7A;
  margin-bottom: 10px;
}

.tmj-step h3 {
  font-size: var(--fs-md);
  margin-bottom: 10px;
  color: #333;
}

.tmj-step p {
  font-size: var(--fs-md);
  line-height: var(--lh-loose);
}

.tmj-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.tmj-includes li {
  line-height: var(--lh-loose);
  padding: 10px 0 10px 26px;
  position: relative;
  border-bottom: 1px solid #f0eae8;
}

.tmj-includes li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #947A7A;
}

.tmj-note {
  font-size: var(--fs-md);
  color: #333;
}

/* Duration selector cards (shared look with the itinerary pages) */

/* The shared duration widget (components.css) inside a .tmj-section: the section's link rule
   would underline it with a border, so the page states its own border at higher specificity. */
.tmj-section .iti-durations { margin: 24px 0 8px; }
.tmj-section .iti-duration { border-bottom: 1px solid #e2d9d9; }
.tmj-section a.iti-duration:hover { border-bottom-color: #947A7A; }
