.about-page-reference { background: #fff; }
.about-page-reference .desktop-nav a:nth-child(4)::after { right: 0; }
.about-page-reference .about-hero-match { background: #fbfbfb; }
.about-page-reference .about-reference-hero { position: relative; overflow: hidden; }
.about-page-reference .about-reference-hero > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-page-reference .about-story-new {
  padding-top: 62px;
  padding-bottom: 44px;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: stretch;
}
.about-page-reference .about-story-new > div { padding: 14px 6px; }
.about-page-reference .about-story-new h2 { font-size: 34px; }
.about-page-reference .about-story-new p { max-width: 500px; font-size: 16px; line-height: 1.65; }
.about-page-reference .about-story-new blockquote {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  min-height: 285px;
  padding: 48px 54px;
  background: linear-gradient(120deg,#f3f0eb,#fbfaf8);
  border: 1px solid #e8e3dc;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(13,28,49,.06);
  font-size: clamp(32px,3vw,43px);
  line-height: 1.12;
}
.about-page-reference .about-story-new blockquote::before {
  flex: 0 0 auto;
  display: inline-block;
  margin: 0;
  color: var(--brand);
  line-height: .72;
  transform: translateY(-4px);
}
.about-page-reference .about-story-new blockquote::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 14px;
  width: 36%;
  border-left: 4px solid var(--brand);
  border-bottom: 4px solid var(--brand);
  border-bottom-left-radius: 52px;
  pointer-events: none;
}

.about-page-reference .values {
  padding-top: 0;
  padding-bottom: 72px;
  gap: 14px;
  background: #fff;
}
.about-page-reference .values .value-card {
  min-height: 0;
  margin: 0;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid #e3e8ee;
  border-radius: 10px;
  background: #fbfaf8;
}
.about-page-reference .value-card > span,
.about-page-reference .value-card h3,
.about-page-reference .value-card p { margin-left: 20px; margin-right: 20px; }
.about-page-reference .value-card > span { display: block; margin-top: 15px; font-size:12px; font-weight: 800; color: var(--brand); }
.about-page-reference .value-card h3 { margin-top: 5px; margin-bottom: 6px; font-size: 19px; }
.about-page-reference .value-card p { font-size: 13px; line-height: 1.5; }
.about-page-reference .value-art { position: relative; aspect-ratio: 184/132; height: auto; overflow: hidden; background: #f7f4ef; border-bottom: 0; }
.about-page-reference .value-art > img { display: block; width: 100%; height: 100%; object-fit: cover; }

.about-page-reference .about-process { padding-top: 30px; padding-bottom: 76px; }
.about-page-reference .about-process > h2 { margin-bottom: 42px; font-size: 38px; }
.about-page-reference .about-process > div { position: relative; gap: 0; }
.about-page-reference .about-process > div::before { content: ''; position: absolute; left: 8%; right: 8%; top: 47px; height: 2px; background: #1685ff; }
.about-page-reference .about-process article { position: relative; z-index: 1; padding: 0 18px; border: 0; }
.about-page-reference .about-process .process-icon { position: relative; display: block; width: 104px; height: 104px; margin: 0 auto 18px; overflow: hidden; border: 0; border-radius: 50%; background: #f1f3f6; box-shadow: none; }
.about-page-reference .about-process .process-icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page-reference .about-process h3 { display: flex; justify-content: center; gap: 8px; margin: 0 0 9px; font-size: 17px; }
.about-page-reference .about-process h3 b { color: var(--brand); }
.about-page-reference .about-process p { margin: 0; font-size: 12px; line-height: 1.5; }

.about-page-reference .technology-philosophy {
  padding: 54px max(32px,calc((100vw - 1250px)/2));
  grid-template-columns: .82fr 1.18fr;
  gap: 56px;
  background: linear-gradient(110deg,#f7f4ef,#fff);
}
.about-page-reference .technology-philosophy h2 { font-size: 38px; }
.about-page-reference .technology-philosophy p { max-width: 520px; font-size: 15px; line-height: 1.6; }
.about-page-reference .about-reference-tech { position: relative; aspect-ratio: 520/280; overflow: hidden; border-radius: 10px; }
.about-page-reference .about-reference-tech > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

@media (max-width: 1050px) {
  .about-page-reference .about-story-new { grid-template-columns: 1fr; gap: 30px; }
  .about-page-reference .values { grid-template-columns: 1fr 1fr; }
  .about-page-reference .about-process > div { grid-template-columns: 1fr 1fr; gap: 28px; }
  .about-page-reference .about-process > div::before { display: none; }
  .about-page-reference .technology-philosophy { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; }
}

@media (min-width: 681px) and (max-width: 1050px) {
  .about-page-reference .about-process > div { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; }
  .about-page-reference .about-process > div::before { display: block; left: 6%; right: 6%; top: 41px; }
  .about-page-reference .about-process article { padding: 0 6px; }
  .about-page-reference .about-process .process-icon { width: 84px; height: 84px; margin-bottom: 14px; }
  .about-page-reference .about-process h3 { gap: 5px; font-size: 14px; }
  .about-page-reference .about-process p { font-size:12px; line-height: 1.45; }
}

@media (max-width: 680px) {
  .about-page-reference .contact-decoration { display: none !important; }
  .about-page-reference .contact-band-copy { padding-bottom: 0; }
  .about-page-reference .about-story-new { padding: 54px 18px 36px; }
  .about-page-reference .about-story-new blockquote { min-height: 0; padding: 34px 28px; font-size: 31px; }
  .about-page-reference .values { grid-template-columns: 1fr; padding: 0 18px 58px; }
  .about-page-reference .about-process { padding: 22px 18px 58px; }
  .about-page-reference .about-process > h2 { font-size: 34px; }
  .about-page-reference .about-process > div { grid-template-columns: 1fr; }
  .about-page-reference .technology-philosophy { padding: 54px 18px; }
}
