/* Company Profile Page CSS */

.page-hero {
  padding-bottom: 0;
}
.page-hero .section-header {
  text-align: left;
  margin-bottom: 0;
}

.profile-section {
  padding: 60px 0 40px 0;
}
.profile-title {
  font-size: 2rem;
  color: #6a5647;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}
.profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 660px;
  margin-left: auto;
  margin-right: 0;
}
.profile-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d8d2c4;
  min-height: 32px;
  padding: 32px 0;
}
.profile-label {
  font-weight: 700;
  color: #ec9f34;
  font-size: 0.9rem;
  min-width: 160px;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile-value {
  color: #1e1c1c;
  font-size: 0.95rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.access-section {
  background: #f3eee3;
  padding: 60px 0 100px 0;
}
.access-title {
  font-size: 2rem;
  color: #6a5647;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}
.access-sub {
  color: #6a5647;
  font-size: 1rem;
  margin-bottom: 32px;
  text-align: left;
}
.access-map {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 24px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(106, 86, 71, 0.06);
  background: #e0e0e0;
}
.access-address {
  color: #1e1c1c;
  font-size: 0.8rem;
  margin-top: 8px;
  text-align: left;
}
.access-address-title,
.access-station-title {
  color: #ec9f34;
  font-weight: 700;
  font-size: 0.95rem;
}
.access-address-title {
  margin-bottom: 4px;
}
.access-station-title {
  margin: 16px 0 4px 0;
}

.footer-orange {
  background: #f4930b;
  border-top-left-radius: 64px;
  color: #fff;
}
.footer-orange .footer-company,
.footer-orange .footer-nav-title,
.footer-orange .footer-nav-content a {
  color: #fff;
}
.footer-orange .footer-logo {
  filter: brightness(0) invert(1);
}

@media (max-width: 736px) {
  .profile-title,
  .access-title {
    font-size: 1.3rem;
  }
  .profile-list {
    max-width: 100%;
    margin-right: 0;
  }
  .profile-list li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4px;
    padding: 20px 0;
  }
  .profile-label {
    min-width: 0;
    margin-bottom: 8px;
  }
  .profile-value {
    width: 100%;
    padding-bottom: 10px;
  }
  .access-map {
    max-width: 100%;
  }
}
