/* ADOM Contact page */
body.adom-contact,
body.adom-contact.adom-chrome,
body.adom-contact.adom-home {
  background: #ffffff !important;
}

.adom-contact-main {
  color: #1b1522;
  overflow-x: hidden;
}

.adom-contact-main .adom-wrap {
  max-width: var(--adom-max);
  padding-left: var(--adom-pad);
  padding-right: var(--adom-pad);
}

.adom-contact-main .adom-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}

.adom-contact-main .adom-eyebrow i {
  width: 30px;
  height: 2px;
  border-radius: 999px;
}

.adom-contact-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: clamp(26px, 3vw, 38px);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.adom-contact-breadcrumb a:hover {
  color: #7932e9;
}

.adom-contact-hero {
  padding: clamp(28px, 4vw, 44px) 0 0;
}

.adom-contact-hero__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px 52px;
  align-items: start;
  padding-bottom: clamp(28px, 3.4vw, 44px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.adom-contact-hero__title {
  margin: 0;
  font-family: var(--adom-font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(42px, 6.4vw, 92px);
}

.adom-contact-hero__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.62;
  color: rgba(0, 0, 0, 0.7);
}

.adom-contact-cards {
  padding: clamp(30px, 3.6vw, 46px) 0 0;
}

.adom-contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.adom-contact-card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 28px 64px -44px rgba(121, 50, 233, 0.22);
}

.adom-contact-card--hours {
  background: #f4f4f4;
  box-shadow: none;
}

.adom-contact-card--rail {
  background: #f4f4f4;
  box-shadow: none;
}

.adom-contact-card__bar {
  height: 3px;
}

.adom-contact-card__body {
  padding: clamp(22px, 2.6vw, 30px);
}

.adom-contact-card__label {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.adom-contact-card__value {
  margin: 0 0 18px;
  font-family: var(--adom-font-display);
  font-size: 22px;
  line-height: 1.34;
}

.adom-contact-card__value--email {
  font-size: 20px;
  word-break: break-word;
}

.adom-contact-card__hours {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

.adom-contact-card__hours span {
  color: rgba(0, 0, 0, 0.5);
}

.adom-contact-card__title {
  margin: 0 0 12px;
  font-family: var(--adom-font-display);
  font-size: 22px;
}

.adom-contact-card__body p:not(.adom-contact-card__label):not(.adom-contact-card__value):not(.adom-contact-card__title):not(.adom-contact-card__hours) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.68);
}

.adom-contact-ghost {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  background: transparent;
}

.adom-contact-ghost:hover {
  border-color: #7932e9;
  color: #7932e9;
}

.adom-contact-map-section {
  padding: clamp(46px, 5.4vw, 74px) 0 0;
}

.adom-contact-map-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 28px 64px -44px rgba(121, 50, 233, 0.22);
}

.adom-contact-map {
  display: block;
  width: 100%;
  height: clamp(340px, 46vw, 520px);
  border: 0;
  background: #f4f4f4;
}

.adom-contact-map__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 18px clamp(20px, 2.4vw, 30px);
}

.adom-contact-map__footer p {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

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

.adom-contact-form-section {
  margin-top: clamp(56px, 6.6vw, 92px);
  padding: clamp(64px, 7.6vw, 104px) 0;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.adom-contact-form-section--first {
  margin-top: 0;
  padding: clamp(28px, 3.6vw, 44px) 0 clamp(40px, 5vw, 64px);
  border-top: 0;
  background: transparent;
}

.adom-contact-form-section--first .adom-contact-form-section__head {
  margin-bottom: clamp(22px, 3vw, 34px);
  padding-bottom: 18px;
}

.adom-contact-form-section--first + .adom-contact-cards {
  margin-top: 0;
  padding-top: clamp(8px, 1.2vw, 16px);
}

.adom-contact-form-section__head {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 22px 48px;
  align-items: start;
  padding-bottom: 22px;
  margin-bottom: clamp(34px, 4.4vw, 54px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.adom-contact-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-start;
}

.adom-contact-form {
  position: relative;
  flex: 1 1 min(100%, 520px);
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.adom-contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.adom-contact-field--full,
.adom-contact-check,
.adom-contact-submit,
.adom-contact-note {
  grid-column: 1 / -1;
}

.adom-contact-field span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.58);
}

.adom-contact-field {
  min-width: 0;
  max-width: 100%;
}

.adom-contact-field input,
.adom-contact-field select,
.adom-contact-field textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  background: #f7f6f3;
  font-family: var(--adom-font-body);
  font-size: 15px;
  line-height: 1.3;
  color: #1b1522;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

.adom-contact-field select {
  padding-right: 44px;
  background-color: #f7f6f3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231b1522' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
  text-overflow: ellipsis;
}

.adom-contact-field select:invalid {
  color: rgba(0, 0, 0, 0.45);
}

.adom-contact-field select option {
  color: #1b1522;
}

.adom-contact-field textarea {
  min-height: 140px;
  resize: vertical;
}

.adom-contact-field input:focus,
.adom-contact-field select:focus,
.adom-contact-field textarea:focus {
  outline: none;
  border-color: #7932e9;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(121, 50, 233, 0.1);
}

.adom-contact-field select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231b1522' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.adom-contact-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.7);
}

.adom-contact-check input {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  accent-color: #7932e9;
  flex: 0 0 auto;
}

.adom-contact-check a {
  color: #7932e9;
}

.adom-contact-submit {
  justify-self: start;
  margin-top: 4px;
  padding: 15px 36px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--adom-font-body);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #7932e9;
}

.adom-contact-submit:hover {
  background: #54239b;
}

.adom-contact-note {
  margin: 0;
  font-size: 14px;
  color: #7932e9;
}

.adom-contact-note.is-error {
  color: #e34776;
}

.adom-contact-aside {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 380px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (max-width: 1100px) {
  .adom-contact-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Form wraps under ~980px — aside full width; one card per line on small screens */
@media (max-width: 980px) {
  .adom-contact-aside {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 16px;
  }

  .adom-contact-aside .adom-contact-card {
    height: auto;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .adom-contact-hero__head,
  .adom-contact-form {
    grid-template-columns: 1fr;
  }

  .adom-contact-cards__grid {
    grid-template-columns: 1fr;
  }
}
