@charset "UTF-8";

.contact-section {
  position: relative;
  background:
    radial-gradient(
      circle at top center,
      rgba(239, 119, 72, 0.12),
      transparent 34%
    ),
    #090d12;
  color: #f6f1ea;
  padding: clamp(72px, 9vw, 118px) 0;
  overflow: hidden;
}

.contact-section__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.contact-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.78fr);
  gap: clamp(26px, 3.6vw, 58px);
  align-items: start;
}

.contact-section__heading {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.contact-section__eyebrow,
.contact-section__chips-label,
.contact-section__form-title,
.contact-section__sidebar-kicker,
.contact-section__info-label {
  margin: 0;
  color: rgba(246, 241, 234, 0.68);
  font-family: var(--font-secondary);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.js-loc-address {
  line-height: 0.8 !important;
}

.contact-section__title {
  margin: 0;
  color: #f7f2ec;
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.contact-section__summary {
  margin: 0;
  max-width: 46rem;
  color: rgba(246, 241, 234, 0.72);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.72;
}

.contact-section__chips-wrap {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.contact-section__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-section__chip {
  appearance: none;
  border: 1px solid rgba(246, 241, 234, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: #f6f1ea;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.contact-section__chip:hover,
.contact-section__chip:focus-visible {
  border-color: rgba(239, 119, 72, 0.72);
  color: #ef7748;
  transform: translateY(-1px);
}

.contact-section__chip.is-active {
  border-color: #ef7748;
  background: #ef7748;
  color: #091015;
}

.contact-section__forms-wrapper {
  position: relative;
}

.contact-section__form-panel {
  border: 1px solid rgba(246, 241, 234, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    rgba(9, 13, 18, 0.86);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.36);
}

.contact-section__form-panel-head {
  display: grid;
  gap: 8px;
  padding: 28px 30px 0;
}

.contact-section__form-location {
  margin: 0;
  color: #f7f2ec;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.contact-section .custom-contact-form,
.contact-section__wpforms .wpforms-container form {
  display: grid;
  gap: 22px;
  padding: 28px 30px 30px;
}

.contact-section .custom-form-row,
.contact-section__wpforms .wpforms-field-container {
  width: 100%;
}

.contact-section .custom-form-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-section .custom-input,
.contact-section__wpforms .wpforms-field input,
.contact-section__wpforms .wpforms-field textarea,
.contact-section__wpforms .wpforms-field select {
  width: 100%;
  min-height: 66px;
  border: 1px solid rgba(7, 17, 15, 0.9);
  background: #e9edf7;
  color: #07110f;
  padding: 18px 16px;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-section .custom-input::placeholder,
.contact-section__wpforms .wpforms-field input::placeholder,
.contact-section__wpforms .wpforms-field textarea::placeholder {
  color: rgba(7, 17, 15, 0.36);
}

.contact-section .custom-input:focus,
.contact-section__wpforms .wpforms-field input:focus,
.contact-section__wpforms .wpforms-field textarea:focus,
.contact-section__wpforms .wpforms-field select:focus {
  outline: none;
  border-color: #ef7748;
  box-shadow: 0 0 0 3px rgba(239, 119, 72, 0.16);
}

.contact-section .custom-textarea,
.contact-section__wpforms .wpforms-field textarea {
  min-height: 168px;
  resize: vertical;
}

.contact-section .custom-form-disclaimer {
  margin: 4px 0 0;
  color: rgba(246, 241, 234, 0.56);
  font-size: 14px;
  line-height: 1.7;
}

.contact-section .custom-submit-btn,
.contact-section__wpforms .wpforms-submit-container button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 24px 48px;
  border: none;
  background: #e8744a;
  box-shadow:
    0px 8px 10px -6px rgba(232, 116, 74, 0.2),
    0px 20px 25px -5px rgba(232, 116, 74, 0.2);
  color: #030a07;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.contact-section .custom-submit-btn:hover,
.contact-section .custom-submit-btn:focus-visible,
.contact-section__wpforms .wpforms-submit-container button:hover,
.contact-section__wpforms .wpforms-submit-container button:focus-visible {
  transform: translateY(-2px);
  background-color: #ff9d79;
  box-shadow:
    0px 12px 18px -6px rgba(232, 116, 74, 0.3),
    0px 24px 32px -5px rgba(232, 116, 74, 0.3);
}

.contact-section .custom-submit-btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-section .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.contact-section__info {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 8rem; /* Offset for sticky header */
}

.contact-section__sidebar-head {
  display: grid;
  gap: 12px;
}

.contact-section__sidebar-copy {
  margin: 0;
  color: rgba(246, 241, 234, 0.72);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.8;
}

.contact-section__info-cards {
  display: grid;
  border: 1px solid rgba(246, 241, 234, 0.08);
  background: rgba(9, 13, 18, 0.62);
}

.contact-section__info-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 22px 24px;
  border-top: 1px solid rgba(246, 241, 234, 0.08);
}

.contact-section__info-card:first-child {
  border-top: 0;
}

.contact-section__info-card.is-empty {
  display: none;
}

.contact-section__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(72, 192, 227, 0.24);
  color: #39c2eb;
}

.contact-section__info-content {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.contact-section__info-link {
  color: #ef7748;
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.1;
  text-decoration: none;
  transition: color 180ms ease;
  margin-bottom: 2px;
}

.contact-section__info-sublink {
  margin: 0;
  font-size: 15px;
  color: rgba(246, 241, 234, 0.65);
  line-height: 1.5;
}

.contact-section__info-sublink a {
  color: #ef7748;
  text-decoration: none;
  font-weight: 700;
}

.contact-section__info-link:hover,
.contact-section__info-link:focus-visible,
.contact-section__info-sublink a:hover {
  color: #f7a07b;
}

.contact-section__info-link--multiline {
  white-space: pre-line;
}

.contact-section__hours-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-section__hours-list li {
  display: grid;
  gap: 2px;
}

.contact-section__hours-day,
.contact-section__hours-time {
  color: #f6f1ea;
  font-size: 17px;
  line-height: 1.5;
}

.contact-section__hours-day {
  font-weight: 700;
}

.contact-section__hours-time {
  color: rgba(246, 241, 234, 0.8);
}

.contact-section__form-success {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 56px 30px 58px;
}

.contact-section__form-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(239, 119, 72, 0.34);
  background: rgba(239, 119, 72, 0.1);
  color: #ef7748;
}

.contact-section__form-success h3 {
  margin: 0;
  color: #f7f2ec;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.contact-section__form-success p {
  margin: 0;
  max-width: 32rem;
  color: rgba(246, 241, 234, 0.72);
  line-height: 1.75;
}

.contact-section__wpforms .wpforms-container {
  margin: 0;
}

.contact-section__wpforms .wpforms-field-container {
  display: grid;
  gap: 18px;
}

.contact-section__wpforms .wpforms-field {
  padding: 0;
}

.contact-section__wpforms .wpforms-submit-container {
  padding: 0;
  margin: 0;
}

@media (max-width: 1080px) {
  .contact-section__layout {
    grid-template-columns: 1fr;
  }

  .contact-section__info {
    order: -1;
    position: static;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 72px 0;
  }

  .contact-section__inner {
    width: min(100% - 24px, 1280px);
  }

  .contact-section__title {
    max-width: none;
    font-size: clamp(42px, 14vw, 64px);
  }

  .contact-section__form-panel-head,
  .contact-section .custom-contact-form,
  .contact-section__wpforms .wpforms-container form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-section .custom-contact-form,
  .contact-section__wpforms .wpforms-container form {
    padding-bottom: 24px;
  }

  .contact-section .custom-form-col-2 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-section .custom-input,
  .contact-section__wpforms .wpforms-field input,
  .contact-section__wpforms .wpforms-field textarea,
  .contact-section__wpforms .wpforms-field select {
    min-height: 56px;
    padding: 16px 14px;
    font-size: 15px;
  }

  .contact-section__info-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
