/*
  Sparkns Racks — Contact section (map + inquiry form + corporate office)
  and the global sticky WhatsApp button.
*/

.sr-contact {
  background: #ffffff;
  padding: clamp(60px, 8vw, 104px) 0 0;
}

.sr-contact__head {
  text-align: center;
  margin: 0 auto clamp(36px, 5vw, 52px);
  padding: 0 32px;
}

.sr-contact__title {
  font-family: 'Archivo Black', 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 4vw, 44px);
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 18px;
}

.sr-contact__accent {
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: var(--sr-green, #8fbf5c);
  margin: 0 auto;
}

/* -------------------------------------------------- */
/* Two-column content                                   */
/* -------------------------------------------------- */

.sr-contact__grid {
  max-width: 1180px;
  margin: 0 auto;
  /* No top padding — the header's own margin provides the gap, matching
     other sections' rhythm (the map that used to sit here is gone). */
  padding: 0 32px clamp(56px, 8vw, 96px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 5vw, 72px);
}

.sr-contact__col-title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  color: #111111;
  margin: 0 0 14px;
}

.sr-contact__lead {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 8px;
}

.sr-contact__lead a {
  color: #111111;
  font-weight: 600;
  text-decoration: none;
}
.sr-contact__lead a:hover {
  color: var(--sr-green-dark, #75a648);
}

.sr-contact__quote-line {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
  margin: 22px 0 16px;
}
.sr-contact__quote-line a {
  color: var(--sr-green-dark, #75a648);
  text-decoration: none;
}

/* -------------------------------------------------- */
/* Form                                                 */
/* -------------------------------------------------- */

.sr-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sr-contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sr-contact-form__row--full {
  grid-column: 1 / -1;
}

.sr-contact-form label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #333333;
}

.sr-contact-form input,
.sr-contact-form select,
.sr-contact-form textarea {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: #111111;
  background: #ffffff;
  border: 1.5px solid #dcdcdc;
  border-radius: 8px;
  padding: 11px 14px;
  width: 100%;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.sr-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.sr-contact-form input::placeholder,
.sr-contact-form textarea::placeholder {
  color: #9a9a9a;
}

.sr-contact-form input:focus,
.sr-contact-form select:focus,
.sr-contact-form textarea:focus {
  outline: none;
  border-color: var(--sr-green, #8fbf5c);
  box-shadow: 0 0 0 3px rgba(143, 191, 92, 0.2);
}

.sr-contact-form__submit {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111111;
  background: var(--sr-green, #8fbf5c);
  border: none;
  border-radius: 999px;
  padding: 15px 32px;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.sr-contact-form__submit:hover,
.sr-contact-form__submit:focus-visible {
  background: #7fb04b;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(143, 191, 92, 0.35);
}
.sr-contact-form__submit:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.sr-contact-form__status {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  font-size: 13.5px;
  font-weight: 600;
  min-height: 18px;
}
.sr-contact-form__status.is-success {
  color: var(--sr-green-dark, #75a648);
}

/* -------------------------------------------------- */
/* Corporate office column                              */
/* -------------------------------------------------- */

.sr-contact__office + .sr-contact__office {
  margin-top: 32px;
}

.sr-contact__address {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
  margin: 0 0 18px;
}

.sr-contact__detail {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14.5px;
  color: #4a4a4a;
  margin: 0 0 12px;
}

.sr-contact__detail svg {
  flex: 0 0 auto;
  color: var(--sr-green-dark, #75a648);
  margin-top: 2px;
}

.sr-contact__detail a {
  color: #4a4a4a;
  text-decoration: none;
}
.sr-contact__detail a:hover {
  color: var(--sr-green-dark, #75a648);
}

.sr-contact__body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}
.sr-contact__body a {
  color: var(--sr-green-dark, #75a648);
  text-decoration: none;
}

/* Logo lockup (full image lockup — see assets/logo/) */
.sr-contact__lockup {
  margin-top: 18px;
  line-height: 0;
}

/* -------------------------------------------------- */
/* Responsive                                           */
/* -------------------------------------------------- */

@media (max-width: 820px) {
  .sr-contact__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 520px) {
  .sr-contact-form {
    grid-template-columns: 1fr;
  }

  .sr-contact-form input,
  .sr-contact-form select {
    min-height: 52px;
    padding: 14px;
  }

  .sr-contact-form textarea {
    min-height: 180px;
  }

  .sr-contact-form__submit {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    min-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sr-contact-form__submit {
    transition-duration: 0.01ms !important;
  }
}
