/* About Page Styles */

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 20px 60px;
  margin-top: 20px;
}

.breadcrumb-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-link:hover {
  color: #AF936E;
}

.breadcrumb-icon {
  flex-shrink: 0;
}

.breadcrumb-current {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #313131;
}

/* About Section */
.about-section {
  padding: 20px 60px 60px;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero Section */
.about-hero {
  margin-bottom: 40px;
}

.about-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 34px;
  margin-bottom: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #d7be9e;
  margin: 30px 0;
}

.about-intro {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.6px;
  line-height: 34px;
  margin-bottom: 30px;
}

/* About Image */
.about-image {
  width: 100%;
  max-width: 1002px;
  height: 268px;
  margin: 0 auto 60px;
  border-radius: 10px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Section Title */
.section-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 34px;
  margin-bottom: 20px;
}

/* Company Info */
.company-info {
  margin-bottom: 80px;
}

.info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: 1px solid #d7be9e;
  border-bottom: 1px solid #d7be9e;
  margin-bottom: -1px;
  min-height: 94px;
  align-items: center;
}

.info-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 34px;
  padding: 20px;
}

.info-value {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 34px;
  padding: 20px;
}

/* Message Section */
.message-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 80px;
  align-items: start;
}

.message-image {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-content {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.6px;
  line-height: 34px;
}

/* Business Section */
.business-section {
  margin-bottom: 80px;
}

.business-item {
  display: grid;
  grid-template-columns: 494px 1fr;
  gap: 60px;
  margin-bottom: 80px;
  align-items: start;
}

.business-item-reverse {
  grid-template-columns: 1fr 494px;
}

.business-image {
  width: 100%;
  height: 346px;
  border-radius: 10px;
  overflow: hidden;
}

.business-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-content h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #0d0d0d;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 20px;
}

.business-content p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0d0d0d;
  letter-spacing: 0;
  line-height: 25px;
}

/* Contact CTA */
.contact-cta {
  background: url('../img/mlglxeq5lDYjDd_img_rectangle-9806.svg') center/cover no-repeat;
  height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 80px 0;
  position: relative;
}

.cta-content {
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.cta-content h2 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.6px;
  line-height: 34px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.cta-content p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.6px;
  line-height: 34px;
  margin-bottom: 30px;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 284px;
  height: 64px;
  background-color: #fffcf3;
  border: 2px solid #ab7c53;
  border-radius: 99px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ab7c53;
  letter-spacing: 0.6px;
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.btn-contact:hover {
  background-color: #f5f0e5;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .breadcrumb,
  .about-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .business-item {
    grid-template-columns: 400px 1fr;
    gap: 40px;
  }

  .business-item-reverse {
    grid-template-columns: 1fr 400px;
  }

  .business-image {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .breadcrumb,
  .about-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .message-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .message-image {
    max-width: 400px;
    margin: 0 auto;
  }

  .business-item,
  .business-item-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .business-image {
    max-width: 600px;
    margin: 0 auto;
  }

  .info-row {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 768px) {
  .breadcrumb,
  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .about-intro,
  .message-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .about-image {
    height: 200px;
  }

  .info-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .info-label {
    background-color: #f7f3e9;
    border-bottom: 1px solid #d7be9e;
  }

  .message-image {
    height: 250px;
  }

  .business-image {
    height: 250px;
  }

  .business-content h3 {
    font-size: 20px;
  }

  .business-content p {
    font-size: 13px;
    line-height: 22px;
  }

  .contact-cta {
    height: 280px;
  }

  .cta-content h2 {
    font-size: 26px;
  }

  .cta-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .btn-contact {
    width: 240px;
    height: 56px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .breadcrumb,
  .about-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-title,
  .section-title {
    font-size: 20px;
  }

  .about-intro,
  .message-content p {
    font-size: 13px;
    line-height: 24px;
  }

  .about-image {
    height: 180px;
  }

  .message-image {
    height: 200px;
  }

  .business-image {
    height: 200px;
  }

  .business-content h3 {
    font-size: 18px;
  }

  .business-content p {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-cta {
    height: 240px;
    margin: 60px 0;
  }

  .cta-content h2 {
    font-size: 22px;
  }

  .cta-content p {
    font-size: 13px;
    line-height: 24px;
  }

  .btn-contact {
    width: 220px;
    height: 52px;
    font-size: 13px;
  }
}
