#philosophy .philosophy-copy > .philosophy-section-title {
  margin: 0.7rem 0 0.8rem;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

#philosophy .philosophy-copy .philosophy-heading {
  font-size: clamp(2.35rem, 4.05vw, 3.65rem);
  line-height: 1.06;
}

#philosophy .philosophy-heading span {
  display: block;
  white-space: nowrap;
}

#philosophy .philosophy-body {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.65rem;
}

#philosophy .philosophy-body p {
  margin: 0;
  color: rgba(24, 35, 44, 0.7);
  font-size: 0.98rem;
  line-height: 2.1;
}

#philosophy .trust-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  margin: 2.15rem 0 0;
  padding: 0;
  color: rgba(24, 35, 44, 0.88);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  list-style: none;
}

#philosophy .trust-notes li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#philosophy .trust-notes li + li::before {
  margin: 0 0.55rem;
  color: rgba(183, 148, 85, 0.7);
  content: "｜";
}

@media (max-width: 760px) {
  #philosophy .philosophy-copy > .philosophy-section-title {
    font-size: 0.72rem;
    line-height: 1.5;
  }

  #philosophy .philosophy-copy .philosophy-heading {
    font-size: clamp(2rem, 9.6vw, 3.4rem);
  }

  #philosophy .philosophy-body {
    gap: 1.05rem;
    margin-top: 1.4rem;
  }

  #philosophy .philosophy-body p {
    font-size: 0.9rem;
    line-height: 2;
  }

  #philosophy .trust-notes {
    margin-top: 1.8rem;
    font-size: 0.72rem;
  }

  #philosophy .trust-notes li + li::before {
    margin-inline: 0.4rem;
  }
}
