/* =========================================================
   HIMEMIYA TOP — mobile typography refinements only
   PC layout remains untouched.
   ========================================================= */

@media (max-width:900px){

  /* PHILOSOPHY: prevent awkward single-character wrap */
  .philosophy-band .philosophy-jp,
  .philosophy-band .philosophy-copy .jp,
  .philosophy-band p{
    font-size:clamp(21px,5.6vw,25px) !important;
    line-height:1.75 !important;
    letter-spacing:.02em !important;
  }

  /* Representative message: slightly reduce body text and improve wrapping */
  .representative .message-text{
    max-width:none !important;
  }

  .representative .message-text p{
    font-size:clamp(18px,4.8vw,21px) !important;
    line-height:1.95 !important;
    letter-spacing:.01em !important;
  }

  .representative-signature{
    font-size:15px !important;
    line-height:1.7 !important;
  }

  .representative-signature strong{
    font-size:27px !important;
    line-height:1.2 !important;
  }

  /* Company Profile link: underline only under the text, not across the row */
  .representative-company-link{
    display:inline-block !important;
    width:auto !important;
    max-width:max-content !important;
    padding-bottom:4px !important;
    border-bottom:1px solid #a61f24 !important;
    text-decoration:none !important;
  }

  .representative-company-link::after,
  .representative-company-link::before{
    display:none !important;
  }
}
