/* tailormade-yakushima.css: moved out of tailormade_yakushima.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 (pattern #1047) */
.tmy-section {
  max-width: 800px;
  margin: 70px auto;
  padding: 0 20px;
  font-family: 'Montserrat-Regular', sans-serif;
  color: #333;
}
.tmy-h2 {
  font-family: var(--font-ui);
  font-size: var(--fs-h4);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: #947A7A;
  margin-bottom: 24px;
}
.tmy-section p {
  line-height: var(--lh-loose);
  margin-bottom: 16px;
}
.tmy-section a {
  color: #947A7A;
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 122, 122, 0.4);
}
.tmy-section a:hover {
  border-bottom-color: #947A7A;
}
.tmy-steps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.tmy-step {
  flex: 1;
  min-width: 220px;
}
.tmy-step-number {
  display: block;
  font-family: var(--font-ui);
  font-size: var(--fs-sm);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: #7A6363;
  margin-bottom: 10px;
}
.tmy-step h3 {
  font-size: var(--fs-md);
  margin-bottom: 10px;
  color: #333;
}
.tmy-step p {
  font-size: var(--fs-md);
  line-height: var(--lh-loose);
}
.tmy-note {
  font-size: var(--fs-md);
  color: #333;
}

