/* INQUIRY / CONTACT SECTION */
.inquiry-section {
  display: flex;
  gap: 60px;
  padding: 70px 80px;
  background: #f0ede8;
  align-items: flex-start;
}

.inquiry-left {
  flex: 0 0 340px;
}

.inquiry-label {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #b0a898;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inquiry-divider {
  width: 50px;
  height: 3px;
  background: #c8a96e;
  border-radius: 2px;
  margin-bottom: 24px;
}

.inquiry-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2e2e2e;
  line-height: 1.2;
  margin-bottom: 18px;
}

.inquiry-desc {
  font-size: 14px;
  color: #7a746e;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 32px;
}

.inquiry-contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.inquiry-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #2e2e2e;
}

.inquiry-info-icon {
  font-size: 18px;
  width: 24px;
  text-align: center;
}

.inquiry-right { flex: 1; }

.inquiry-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border: 1px solid #e8e2d8;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #7a746e;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 14px;
  border: 1px solid #ddd8d0;
  border-radius: 6px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  background: #faf8f5;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #c8a96e;
  background: #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #b0a898; }

.inquiry-btn {
  background: #2e2e2e;
  color: #ffffff;
  border: none;
  padding: 13px 32px;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  align-self: flex-start;
}

.inquiry-btn:hover {
  background: #c8a96e;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .inquiry-section { flex-direction: column; padding: 48px 24px; gap: 40px; }
  .inquiry-left { flex: none; width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .inquiry-form { padding: 24px; }
}

/* LOCATIONS SECTION */
.locations-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 50px 80px;
  background: #ffffff;
}

.locations-left {
  flex: 0 0 280px;
  text-align: center;
}

.locations-label {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #b0a898;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.locations-divider {
  width: 50px;
  height: 3px;
  background: #c8a96e;
  border-radius: 2px;
  margin: 0 auto 28px auto;
}

.locations-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.locations-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #2e2e2e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.locations-list .pin {
  color: #c8a96e;
  font-size: 18px;
}

.locations-map {
  flex: 0 0 560px;
  height: 380px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border: 1px solid #e0d8cc;
  z-index: 0;
}

@media (max-width: 900px) {
  .locations-section {
    flex-direction: column;
    padding: 40px 24px;
    gap: 32px;
  }
  .locations-left { flex: none; width: 100%; }
  .locations-map { flex: none; width: 100%; height: 240px; }
}


.about-hero {
  background: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 70px 80px;
  min-height: 420px;
  border-top: 3px solid #c8a96e;
  border-bottom: 3px solid #c8a96e;
}

.about-content {
  flex: 1;
  max-width: 560px;
}

.about-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 16px;
}

.about-content h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.about-desc {
  font-size: 15px;
  color: #b0a898;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 32px;
  max-width: 480px;
}

.about-btn {
  display: inline-block;
  padding: 11px 24px;
  border: 2px solid #c8a96e;
  border-radius: 30px;
  color: #c8a96e;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.about-btn:hover {
  background: #c8a96e;
  color: #2e2e2e;
}

.about-image {
  flex: 1;
  max-width: 500px;
}

.about-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.about-image-placeholder {
  width: 100%;
  height: 320px;
  background: #3a3a3a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0a898;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  border: 2px dashed #c8a96e;
}

@media (max-width: 900px) {
  .about-hero {
    flex-direction: column;
    padding: 40px 24px;
    gap: 32px;
  }
  .about-content { max-width: 100%; }
  .about-image { max-width: 100%; }
  .about-content h1 { font-size: 30px; }
}

@media (max-width: 768px) {
  .about-hero { padding: 32px 16px; gap: 24px; }
  .about-content h1 { font-size: 26px; }
  .about-btn { width: 100%; text-align: center; justify-content: center; }

  .locations-section { flex-direction: column; padding: 36px 16px; gap: 24px; }
  .locations-left { flex: none; width: 100%; }
  .locations-map { flex: none; width: 100%; height: 280px; }
  .locations-list li { font-size: 22px; }

  .inquiry-section { flex-direction: column; padding: 36px 16px; gap: 24px; }
  .inquiry-left { flex: none; width: 100%; }
  .inquiry-title { font-size: 28px; }
  .inquiry-form { padding: 24px 16px; }
  .form-row { grid-template-columns: 1fr; gap: 14px; }
  .inquiry-btn { width: 100%; text-align: center; }
}
