.about-page {
  padding: 40px 24px 80px;
  background-color: #f5f7fa;
}

.about-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-bottom: 32px;
}

.about-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-title {
  font-size: 26px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: #444;
  margin: 0;
}

.about-quote {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

.about-quote strong {
  display: block;
  margin-top: 10px;
}

.about-body {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 11px 26px;
  border: 2px solid #111827;
  color: #111827;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.about-cta:hover {
  background: #111827;
  color: #ffffff;
}

.about-media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #d9e3f1 0%, #f7f9fb 100%);
  min-height: 320px;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-media__badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.contact-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-panel h2 {
  text-align: center;
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.contact-panel h2::before,
.contact-panel h2::after {
  content: none;
}

.contact-panel h2 span {
  display: inline-block;
}

.contact-card {
  background: #f6f7fb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 16px 18px;
  display: grid;
  gap: 0;
}

.contact-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 8px;
}

.contact-item + .contact-item {
  border-top: 1px solid #dbe2ea;
}

.contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 32px;
  height: 32px;
}

.contact-item--manager .contact-icon,
.contact-item--headquarters .contact-icon {
  background: #2d67bf;
}

.contact-item--support .contact-icon {
  background: #369848;
}

.contact-content {
  border-left: 3px solid #2d67bf;
  padding-left: 14px;
  min-width: 0;
}

.contact-item--support .contact-content {
  border-left-color: #369848;
}

.contact-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.1;
  color: #111827;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.contact-item__detail {
  margin-bottom: 4px;
}

.contact-item__detail span,
.contact-item__detail a {
  display: block;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.contact-item__detail a {
  overflow-wrap: break-word;
  word-break: normal;
}

.contact-item a:hover {
  color: #111827;
  text-decoration: underline;
}

.contact-item__description {
  margin: 0 0 6px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.35;
}

.contact-item__scope {
  margin: 0 0 6px 22px;
  padding: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.35;
}

.contact-item__scope li::marker {
  color: #4b5563;
}

.contact-note {
  margin-top: 10px;
  border-radius: 10px;
  background: #eef2f7;
  border: 1px solid #dde3ec;
  padding: 14px 16px;
}

.contact-note strong {
  display: block;
  margin-bottom: 2px;
  color: #334155;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-note span {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  display: block;
}

.factory-tour {
  margin-top: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  text-align: center;
  color: #4b5563;
}

.factory-tour__title {
  margin: 0 0 10px;
  font-weight: 600;
  color: #111827;
}

.factory-tour__player {
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
  margin-top: 10px;
}

.factory-tour__player video {
  width: min(100%, 960px);
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.factory-tour__fallback {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.factory-tour__link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: underline;
}

.factory-tour__placeholder {
  margin: 8px 0 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .about-card,
  .contact-panel {
    padding: 22px 20px;
  }

  .about-title {
    font-size: 24px;
  }

  .contact-panel h2 {
    font-size: 24px;
  }

  .contact-item {
    grid-template-columns: 52px 1fr;
    gap: 10px;
    padding: 14px 2px;
  }

  .contact-icon {
    width: 52px;
    height: 52px;
  }

  .contact-icon svg {
    width: 28px;
    height: 28px;
  }

  .contact-content {
    padding-left: 10px;
    border-left-width: 2px;
  }

  .contact-item strong {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .contact-item__detail span,
  .contact-item__detail a,
  .contact-item__description {
    font-size: 14px;
  }

  .contact-item__scope {
    font-size: 13px;
    margin-left: 16px;
  }

  .contact-note strong {
    font-size: 16px;
  }

  .contact-note span {
    font-size: 13px;
  }
}
