  .otr-section {
    padding: 84px 0;
  }

  .otr-section__header {
    display: grid;
    gap: 16px;
    margin-bottom: 42px;
  }

  .otr-section__kicker {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
  }

  .otr-section__title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: 0.03em;
  }

  .otr-section__title span {
    background: linear-gradient(transparent 72%, #ffd9be 72%);
  }

  .otr-section__text {
    margin: 0;
    max-width: 48rem;
    color: var(--muted);
    line-height: 1.9;
  }

  .otr-products {
    background: #ffffff;
  }

  .otr-products__masonry {
    column-count: 3;
    column-gap: 26px;
  }

  .otr-product-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 26px;
    break-inside: avoid;
    transition: transform 0.25s ease;
  }

  .otr-product-card:hover {
    transform: translateY(-4px);
  }

  .otr-product-card__media {
    display: block;
    overflow: hidden;
    background: #f5f1eb;
  }

  .otr-product-card__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .otr-product-card__title {
    margin: 12px 0 0;
    font-family: "Times New Roman", serif;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #7a5740;
    text-align: center;
    letter-spacing: 0.03em;
  }

  .otr-product-card__name-ja {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.7;
    text-align: center;
  }

  .otr-note {
    margin-top: 36px;
    padding: 18px 20px;
    border: 1px dashed #e5c9b0;
    border-radius: var(--radius-sm);
    background: var(--accent-soft);
    color: var(--muted);
    line-height: 1.8;
    font-size: 0.95rem;
  }
