/* Sibom Industry — Contact Us page */

.sibom-contact {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  background: #fff;
}

.sibom-contact img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sibom-contact .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sibom-contact .section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c45500;
  margin-bottom: 10px;
}

/* Hero */
.contact-hero {
  background: linear-gradient(180deg, #ececec 0%, #f8f8f8 100%);
  border-bottom: 1px solid #e0e0e0;
  padding: 48px 0 56px;
}

.contact-breadcrumb {
  font-size: 13px;
  color: #777;
  margin-bottom: 18px;
}

.contact-breadcrumb a {
  color: #555;
  text-decoration: none;
}

.contact-breadcrumb a:hover {
  color: #c45500;
}

.contact-hero h1 {
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.contact-hero__subtitle {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}

.contact-hero__intro {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}

/* Quick contact strip */
.contact-strip {
  background: #1a1a1a;
  color: #fff;
  padding: 28px 0;
}

.contact-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-strip__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-strip__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.contact-strip__value {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.contact-strip__value:hover {
  color: #c45500;
}

.contact-strip__note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* Main layout */
.contact-main {
  padding: 72px 0;
}

.contact-main__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: start;
}

/* Info panel */
.contact-info h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1a1a1a;
}

.contact-info__lead {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin: 0 0 32px;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.contact-card {
  display: flex;
  gap: 16px;
  padding: 22px 24px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.contact-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.contact-card__body strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

.contact-card__body p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.contact-card__body a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
}

.contact-card__body a:hover {
  color: #c45500;
}

.contact-markets {
  margin-bottom: 32px;
}

.contact-markets h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #1a1a1a;
}

.contact-markets__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-markets__list li {
  padding: 8px 14px;
  background: #fff8f3;
  border: 1px solid #f0dcc8;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #8a4a12;
}

.contact-hours {
  padding: 20px 24px;
  border-left: 3px solid #c45500;
  background: #fafafa;
}

.contact-hours h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a1a;
}

.contact-hours p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* Form */
.contact-form-wrap {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 36px 36px 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.contact-form-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a1a;
}

.contact-form-wrap > p {
  font-size: 15px;
  color: #666;
  margin: 0 0 28px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555;
}

.contact-form label .req {
  color: #c45500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #1a1a1a;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #1a1a1a;
  background: #fff;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form__submit {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.contact-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 32px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.contact-form__btn:hover {
  background: #c45500;
}

.contact-form__privacy {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #999;
  margin: 0;
  line-height: 1.6;
}

/* Help section */
.contact-help {
  padding: 72px 0;
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
}

.contact-help__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.contact-help__head h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 10px 0 12px;
  color: #1a1a1a;
}

.contact-help__head p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.65;
}

.contact-help__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.contact-help__card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 28px 24px;
}

.contact-help__card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #1a1a1a;
}

.contact-help__card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.65;
}

/* Include checklist */
.contact-include {
  padding: 72px 0;
}

.contact-include__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.contact-include h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1a1a1a;
}

.contact-include__lead {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin: 0 0 24px;
}

.contact-include__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-include__list li {
  position: relative;
  padding: 12px 0 12px 28px;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.contact-include__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c45500;
  font-weight: 700;
}

.contact-include__aside {
  padding: 32px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
}

.contact-include__aside h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #fff;
}

.contact-include__aside p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0 0 20px;
}

.contact-include__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-include__links a {
  display: inline-flex;
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-include__links a:first-child {
  background: #c45500;
  color: #fff;
}

.contact-include__links a:first-child:hover {
  background: #d46200;
}

.contact-include__links a:last-child {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.contact-include__links a:last-child:hover {
  border-color: #fff;
}

/* Google Map */
.contact-map {
  padding: 72px 0;
  border-top: 1px solid #e8e8e8;
}

.contact-map__head {
  max-width: 640px;
  margin-bottom: 32px;
}

.contact-map__head h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 10px 0 10px;
  color: #1a1a1a;
}

.contact-map__head p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.65;
}

.contact-map__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.contact-map__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.contact-map__info h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1a1a1a;
}

.contact-map__address {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 20px;
}

.contact-map__meta {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 16px;
}

.contact-map__meta a {
  color: #1a1a1a;
  text-decoration: none;
}

.contact-map__meta a:hover {
  color: #c45500;
}

.contact-map__link {
  display: inline-flex;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-map__link:hover {
  color: #c45500;
  border-color: #c45500;
}

.contact-map__embed {
  position: relative;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #f0f0f0;
}

.contact-map__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* FAQ */
.contact-faq {
  padding: 72px 0;
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
}

.contact-faq__head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.contact-faq__head h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #1a1a1a;
}

.contact-faq__list {
  max-width: 800px;
  margin: 0 auto;
}

.contact-faq__item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

.contact-faq__item summary {
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
}

.contact-faq__item summary::-webkit-details-marker {
  display: none;
}

.contact-faq__item summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  color: #c45500;
  font-weight: 400;
}

.contact-faq__item[open] summary::after {
  content: "−";
}

.contact-faq__answer {
  padding: 0 24px 20px;
  font-size: 15px;
  color: #666;
  line-height: 1.75;
}

/* CMS content block */
.contact-cms {
  padding: 48px 0 72px;
}

.contact-cms .section-inner {
  max-width: 840px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Responsive */
@media (max-width: 1024px) {
  .contact-strip__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-main__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-map__layout {
    grid-template-columns: 1fr;
  }

  .contact-map__embed {
    min-height: 360px;
  }

  .contact-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-include__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sibom-contact .section-inner {
    padding: 0 20px;
  }

  .contact-hero {
    padding: 32px 0 40px;
  }

  .contact-strip__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-main {
    padding: 48px 0;
  }

  .contact-form-wrap {
    padding: 24px 20px 28px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-help__grid {
    grid-template-columns: 1fr;
  }

  .contact-help,
  .contact-include,
  .contact-faq,
  .contact-map {
    padding: 48px 0;
  }

  .contact-map__embed {
    min-height: 280px;
  }
}
