
/* ============================================================
   CONTACT PAGE — Page-Specific CSS
   ============================================================ */

/* --- Hero --- */
.contact-hero {
  position: relative;
  min-height: 52vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background-color: #081221;
}
.contact-hero .hero-bg {
  position: absolute; inset: 0;
  background: url('../images/contact-hero.jpg') center 42% / cover no-repeat;
  filter: brightness(0.45) saturate(0.85);
  transform: scale(1.02);
}
.contact-hero .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(8,18,33,0.62) 0%,
    rgba(8,18,33,0.55) 45%,
    rgba(8,18,33,0.88) 100%);
}
.contact-hero-content {
  position: relative; z-index: 2;
  text-align: center; max-width: 820px;
}
.contact-hero-content h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400; color: #FFFFFF;
  line-height: 1.2; margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.contact-hero-sub {
  font-size: 0.9375rem; color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

/* --- Inquiry Type Cards --- */
.contact-types {
  background: #F8F8F7;
  padding: 88px 0;
}
.contact-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.contact-type-card {
  background: #FFFFFF;
  border-top: 3px solid #B8944C;
  padding: 32px 24px;
}
.contact-type-icon {
  font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.12em; color: #B8944C;
  margin-bottom: 14px;
}
.contact-type-card h3 {
  font-size: 0.9375rem; font-weight: 600;
  color: #1A1A1A; margin-bottom: 12px;
  line-height: 1.35;
}
.contact-type-card p {
  font-size: 0.8125rem; color: rgba(26,26,26,0.68);
  line-height: 1.7;
}

/* --- Main Contact Layout --- */
.contact-main {
  background: #FFFFFF;
  padding: 88px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: start;
}

/* --- Form --- */
.contact-form-wrap .section-heading { margin-bottom: 8px; }
.contact-form-intro {
  font-size: 0.9375rem; color: #666;
  line-height: 1.7; margin-bottom: 36px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-group label {
  font-size: 0.8125rem; font-weight: 600;
  color: #1A1A1A; letter-spacing: 0.01em;
}
.required { color: #B8944C; }
.form-group input,
.form-group select,
.form-group textarea {
  font-size: 0.875rem;
  color: #1A1A1A;
  background: #FAF9F6;
  border: 1px solid #D8D4CD;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #B8944C;
  background: #FFFFFF;
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B8944C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-attach input[type="file"] {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.8125rem;
}
.form-hint {
  font-size: 0.75rem; color: #999;
  line-height: 1.5; margin: 0;
}
.contact-submit {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.8125rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #FFFFFF; background: #B8944C;
  border: none; padding: 14px 44px;
  cursor: pointer; transition: opacity 0.25s;
  font-family: inherit;
}
.contact-submit:hover { opacity: 0.85; }

/* --- Info Column --- */
.contact-info-wrap .section-heading {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  white-space: nowrap;
}
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 28px;
  border: 1px solid #E8E4DD;
}
.contact-info-card {
  padding: 22px 24px;
  border-bottom: 1px solid #E8E4DD;
}
.contact-info-card:last-child { border-bottom: none; }
.info-label {
  font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #B8944C; margin-bottom: 6px;
}
.info-value {
  font-size: 0.9375rem; font-weight: 500;
  color: #1A1A1A; line-height: 1.5;
  text-decoration: none; display: block;
}
a.info-value:hover { color: #B8944C; }
.info-note {
  font-size: 0.8125rem; color: #888;
  line-height: 1.55; margin-top: 5px;
}
.contact-assurance {
  margin-top: 28px;
  background: #F8F8F7;
  border-left: 3px solid #B8944C;
  padding: 24px 22px;
}
.contact-assurance h3 {
  font-size: 0.875rem; font-weight: 600;
  color: #1A1A1A; margin-bottom: 14px;
}
.contact-assurance ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.contact-assurance li {
  font-size: 0.8125rem; color: rgba(26,26,26,0.72);
  line-height: 1.55; padding-left: 16px;
  position: relative;
}
.contact-assurance li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 4px; height: 4px;
  background: #B8944C; border-radius: 50%;
}

/* --- Factory Info Strip --- */
.contact-factory {
  background: #081221;
  padding: 56px 0;
}
.factory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.factory-item {
  padding: 0 32px;
  border-right: 1px solid rgba(184,148,76,0.2);
}
.factory-item:first-child { padding-left: 0; }
.factory-item:last-child { border-right: none; }
.factory-label {
  font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #B8944C; margin-bottom: 10px;
}
.factory-value {
  font-size: 0.875rem; color: rgba(255,255,255,0.82);
  line-height: 1.65;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .contact-layout { grid-template-columns: 1fr; gap: 56px; }
  .contact-info-wrap .section-eyebrow,
  .contact-info-wrap .section-heading { display: none; }
}
@media (max-width: 768px) {
  .contact-hero { min-height: 40vh; }
  .contact-hero-content h1 { font-size: 1.5rem; }

  .contact-types { padding: 64px 0; }
  .contact-type-grid { grid-template-columns: 1fr 1fr; gap: 16px; }

  .contact-main { padding: 64px 0; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }

  .factory-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .factory-item { border-right: none; padding: 0; }
  .contact-factory { padding: 48px 0; }
}
@media (max-width: 480px) {
  .contact-type-grid { grid-template-columns: 1fr; }
  .factory-grid { grid-template-columns: 1fr; gap: 24px; }
}
