/* v18: real photography for the philosophy; diagrams remain for process explanations. */
.philosophy-v15 .ph18-products {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 38px;
  align-content: center;
  padding-block: 24px;
}
.ph18-product { display: flex; align-items: center; gap: 26px; min-width: 0; }
.ph18-product > div { min-width: 0; }
.ph18-mark { width: 64px; height: 64px; object-fit: contain; flex: 0 0 64px; }
.ph18-product .ph18-product-name {
  margin: 0;
  color: #000;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.15;
}
.ph18-product .ph18-wordmark { display: block; width: 275px; height: 60px; max-width: 100%; object-fit: contain; object-position: left center; }
.ph18-product--claude .ph18-maker { padding-left: 85px; }
.ph18-product .ph18-maker { margin: 9px 0 0; font-size: 14px; line-height: 1.5; color: #50645c; }
.ph18-photo { min-width: 0; margin: 0; }
.ph18-photo > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.ph18-photo--precision > img { object-position: 50% 50%; }
.ph18-photo--onsite > img { object-position: 50% 70%; }
.ph18-photo > figcaption { margin-top: 13px; color: #50645c; font-size: 13px; line-height: 1.75; }
.company-page .founder-layout {
  grid-template-columns: minmax(0, .54fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(32px, 5vw, 70px);
}
.company-page .founder-portrait-v18 { position: relative; min-width: 0; min-height: 360px; margin: 0; }
.company-page .founder-portrait-v18 .founder-photo-v11 {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 58%;
  filter: none;
}
.company-page .founder-biography-v18 { min-width: 0; }
.company-page .founder-biography-v18 > :first-child { margin-top: 0; }
.company-page .founder-biography-v18 > :last-child { margin-bottom: 0; }
@media (max-width: 1050px) {
  .ph18-product { gap: 20px; }
  .ph18-mark { width: 52px; height: 52px; flex-basis: 52px; }
  .ph18-product .ph18-product-name { font-size: 36px; }
  .ph18-product .ph18-wordmark { width: 234px; height: 51px; }
  .ph18-product--claude .ph18-maker { padding-left: 72px; }
}
@media (max-width: 780px) {
  .philosophy-v15 .ph18-products { gap: 30px; padding-block: 8px 12px; }
  .ph18-photo > figcaption { margin-top: 10px; font-size: 12px; }
  .company-page .founder-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .company-page .founder-portrait-v18 { width: min(100%, 340px); min-height: 0; aspect-ratio: 3352 / 4180; }
  .company-page .founder-portrait-v18 .founder-photo-v11 { object-position: 50% 100%; }
}
