.soft-note {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  padding: 16px 18px;
  background: #fff6e8;
  border: 1px solid #e6d3a8;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-items: start;
}
.soft-note__label {
  font: 700 12px/1.4 Arial, sans-serif;
  letter-spacing: .16em;
  color: #8a5a16;
  padding-top: 4px;
}
.soft-note__body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  min-width: 0;
  overflow-wrap: anywhere;
}
.facts { margin-top: 24px; }
@media (max-width: 560px) {
  .facts { margin-top: 20px; }
}
.h2-sub { display: block; font-size: 16px; font-weight: 500; color: #56685d; margin-top: 8px; letter-spacing: 0; }
.lead-narrow { max-width: 46rem; font-size: 18px; }
.photo-mosaic {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.photo-mosaic figure { margin: 0; background: #fff; border: 1px solid #dfd6c3; overflow: hidden; }
.photo-mosaic img { width: 100%; height: 220px; object-fit: cover; display: block; isolation: isolate; }
.photo-mosaic figcaption { padding: 12px 14px; font-size: 14px; color: #56685d; }
.text-muted { font-size: 16px; color: #56685d; }
.official-link-wrap { margin-top: 18px; }

/* 1 POINT 画像は 1448x1086。16/7 + cover だと帽子が切れる */
.honda-card {
  aspect-ratio: 4 / 3;
}
.honda-card img {
  object-fit: contain;
  object-position: center top;
}
@media (max-width: 800px) {
  .photo-mosaic { grid-template-columns: 1fr 1fr; }
  .soft-note { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .photo-mosaic { grid-template-columns: 1fr; }
  .photo-mosaic img { height: 200px; }
}
