.hhs-contact-page {
  color: #222522;
  background: #fff;
}

.hhs-contact-main { padding: 50px 0 58px; }

.hhs-contact-main__grid {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(450px, 1fr);
  gap: clamp(48px, 5vw, 72px);
  align-items: start;
}

.hhs-contact-details {
  min-width: 0;
  padding: 5px clamp(26px, 4vw, 64px) 0 clamp(20px, 2vw, 26px);
  border-right: 1px solid #deded9;
}

.hhs-contact-details h1 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(48px, 4.5vw, 64px);
  letter-spacing: -.045em;
}

.hhs-contact-details .hhs-accent-line {
  width: 44px;
  margin: 20px 0 26px;
}

.hhs-contact-details__intro {
  max-width: none;
  margin: 0 0 44px;
  color: #4c514c;
  font-size: 16px;
  line-height: 1.7;
}

.hhs-contact-details__timeline {
  position: relative;
  display: grid;
  gap: 24px;
  padding-bottom: 38px;
}

.hhs-contact-details__timeline::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 31px;
  bottom: 70px;
  width: 1px;
  background: #d6d0c6;
}

.hhs-contact-detail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.hhs-contact-detail img {
  width: 64px;
  height: 64px;
  background: #fff;
}

.hhs-contact-detail h2 {
  margin: 0 0 3px;
  font-family: var(--hhs-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.hhs-contact-detail p,
.hhs-contact-detail a {
  display: block;
  margin: 0;
  color: #3f443f;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.hhs-contact-detail a:hover { text-decoration: underline; }
.hhs-contact-detail.is-placeholder p { color: #8a8d89; font-style: italic; }

.hhs-contact-details__person {
  display: grid;
  gap: 22px;
  padding-top: 34px;
  border-top: 1px solid #deded9;
}

.hhs-inquiry-panel { min-width: 0; }
.hhs-inquiry-form { display: grid; gap: 20px; }

.hhs-inquiry-form__field {
  display: grid;
  gap: 8px;
}

.hhs-inquiry-form label {
  color: #242724;
  font-size: 15px;
  font-weight: 600;
}

.hhs-inquiry-form label > span[aria-hidden="true"] { color: #cc7652; }

.hhs-inquiry-form input:not([type="checkbox"]),
.hhs-inquiry-form select,
.hhs-inquiry-form textarea {
  width: 100%;
  min-height: 53px;
  padding: 14px 17px;
  color: #292c29;
  border: 1px solid #d2d3cf;
  border-radius: 4px;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hhs-inquiry-form textarea { min-height: 150px; resize: vertical; }
.hhs-inquiry-form select { appearance: auto; }

.hhs-inquiry-form input::placeholder,
.hhs-inquiry-form textarea::placeholder { color: #9a9e99; opacity: 1; }

.hhs-inquiry-form input:focus,
.hhs-inquiry-form select:focus,
.hhs-inquiry-form textarea:focus {
  border-color: #486a5d;
  box-shadow: 0 0 0 3px rgba(13, 43, 32, .1);
}

/* Keep browser-saved values visually consistent with the form design. */
.hhs-inquiry-form input:autofill,
.hhs-inquiry-form textarea:autofill,
.hhs-inquiry-form input:-webkit-autofill,
.hhs-inquiry-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #292c29;
  caret-color: #292c29;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 9999s ease-out 0s;
}

.hhs-inquiry-form input:autofill:focus,
.hhs-inquiry-form textarea:autofill:focus,
.hhs-inquiry-form input:-webkit-autofill:focus,
.hhs-inquiry-form textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(13, 43, 32, .1);
  box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(13, 43, 32, .1);
}

.hhs-inquiry-form [aria-invalid="true"] {
  border-color: #a33d32 !important;
  background-color: #fffafa !important;
}

.hhs-inquiry-form__communication {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 10px;
}

.hhs-inquiry-form__communication select {
  appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23292c29' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}

.hhs-country-select { position: relative; }

.hhs-country-select__trigger {
  width: 100%;
  min-height: 53px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 48px 12px 17px;
  color: #292c29;
  border: 1px solid #d2d3cf;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.hhs-country-select__trigger:hover { border-color: #aeb4af; }
.hhs-country-select__trigger:focus-visible,
.hhs-country-select.is-open .hhs-country-select__trigger {
  border-color: #486a5d;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(13, 43, 32, .1);
}
.hhs-country-select__trigger[aria-invalid="true"] { border-color: #a33d32; background: #fffafa; }
.hhs-country-select__value { min-width: 0; display: flex; align-items: center; gap: 11px; }
.hhs-country-select__value.is-placeholder { color: #9a9e99; }
.hhs-country-select__flag { width: 26px; height: 19px; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(0, 0, 0, .12); border-radius: 2px; }
.hhs-country-select__name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hhs-country-select__dial { margin-left: auto; color: #656a66; white-space: nowrap; }
.hhs-country-select__chevron {
  position: absolute;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform .18s ease;
}
.hhs-country-select.is-open .hhs-country-select__chevron { transform: translateY(3px) rotate(225deg); }

.hhs-country-select__dropdown {
  position: absolute;
  z-index: 20;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  padding: 8px;
  border: 1px solid #d2d3cf;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(22, 31, 26, .16);
}
.hhs-country-select__search { min-height: 45px !important; padding: 10px 12px !important; }
.hhs-country-select__options { max-height: 280px; margin-top: 7px; overflow-y: auto; overscroll-behavior: contain; }
.hhs-country-select__option {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: #292c29;
  border: 0;
  border-radius: 3px;
  background: transparent;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.hhs-country-select__option:hover,
.hhs-country-select__option.is-active { background: #f0f3f0; }
.hhs-country-select__option[aria-selected="true"] { color: var(--hhs-green); background: #e9efeb; font-weight: 600; }
.hhs-country-select__empty { margin: 14px 10px; color: #777c77; font-size: 14px; }

.hhs-inquiry-form__error {
  min-height: 0;
  color: #9d332b;
  font-size: 13px;
  line-height: 1.4;
}

.hhs-inquiry-form__help { color: #777c77; font-size: 13px; }

.hhs-inquiry-form__error:empty { display: none; }

.hhs-inquiry-form__status {
  padding: 12px 14px;
  color: #8a2f29;
  border-left: 3px solid #aa4a41;
  background: #fff3f2;
  font-size: 14px;
}

.hhs-inquiry-form__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 9px;
  align-items: start;
}

.hhs-inquiry-form__consent input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--hhs-green); }
.hhs-inquiry-form__consent label { font-size: 15px; font-weight: 400; line-height: 1.5; }
.hhs-inquiry-form__consent a { color: var(--hhs-green); text-decoration: underline; text-underline-offset: 2px; }
.hhs-inquiry-form__consent .hhs-inquiry-form__error { grid-column: 2; }

.hhs-inquiry-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hhs-inquiry-form__submit {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 24px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: var(--hhs-green);
  font-size: 15px;
  transition: background-color .18s ease, opacity .18s ease;
}

.hhs-inquiry-form__submit:hover { background: #071b14; }
.hhs-inquiry-form__submit:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 3px; }
.hhs-inquiry-form__submit:disabled { cursor: wait; opacity: .68; }
.hhs-inquiry-form__submit .hhs-lucide-icon { width: 22px; transition: transform .18s ease; }
.hhs-inquiry-form__submit:hover .hhs-lucide-icon { transform: translateX(4px); }

.hhs-quotation-modal[hidden] { display: none; }
.hhs-quotation-modal {
  position: fixed;
  inset: 0;
  z-index: 100200;
  display: grid;
  place-items: center;
  padding: 24px;
}
.hhs-quotation-modal__backdrop { position: absolute; inset: 0; background: rgba(9, 15, 12, .62); backdrop-filter: blur(3px); }
.hhs-quotation-modal__dialog {
  position: relative;
  width: min(1120px, calc(100vw - 48px));
  height: min(820px, calc(100vh - 48px));
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d9ddd9;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}
.hhs-quotation-modal__close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #313631;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.hhs-quotation-modal__close:hover { background: #eef0ec; }
.hhs-quotation-modal__close:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 2px; }
.hhs-quotation-product {
  min-width: 0;
  overflow-y: auto;
  padding: 44px 34px;
  background: #f3f1ec;
}
.hhs-quotation-product__image { display: block; width: auto; max-width: 100%; height: auto; max-height: 240px; margin: 0 auto 28px; object-fit: contain; border-radius: 4px; background: #e7e6e1; }
.hhs-quotation-product__image--empty { width: 100%; height: 220px; }
.hhs-quotation-product__eyebrow { margin: 0 0 10px; color: #6b706b; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.hhs-quotation-product__model { margin: 0 0 8px; color: var(--hhs-green); font-family: var(--hhs-display); font-size: 24px; }
.hhs-quotation-product h2 { margin: 0; font-size: 24px; font-weight: 400; line-height: 1.25; }
.hhs-quotation-modal__form-panel { min-width: 0; overflow-y: auto; padding: 46px 58px 54px; }
.hhs-quotation-modal__header { padding-right: 42px; margin-bottom: 30px; }
.hhs-quotation-modal__header p { margin: 0 0 9px; color: var(--hhs-green); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hhs-quotation-modal__header h2 { margin: 0; font-size: 34px; line-height: 1.18; }
.hhs-quotation-modal input[readonly] { color: #555b56; background: #f4f4f1; cursor: default; }

.hhs-inquiry-success {
  position: fixed;
  inset: 0;
  z-index: 100300;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 20, 15, .58);
  backdrop-filter: blur(3px);
}

.hhs-inquiry-success[hidden] { display: none; }

.hhs-inquiry-success__dialog {
  position: relative;
  width: min(520px, 100%);
  padding: 58px 44px 48px;
  text-align: center;
  border: 1px solid #d9ddd9;
  border-radius: 5px;
  background: #f7f8f5;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.hhs-inquiry-success__close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #343934;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.hhs-inquiry-success__close:hover { background: rgba(13, 43, 32, .08); }
.hhs-inquiry-success__close:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 2px; }
.hhs-inquiry-success .dashicons { width: 48px; height: 48px; color: var(--hhs-green); font-size: 48px; }
.hhs-inquiry-success h2 { margin: 23px 0 14px; font-size: 34px; }
.hhs-inquiry-success p { max-width: 420px; margin: 0 auto; color: #535953; font-size: 15px; line-height: 1.65; }
.hhs-inquiry-success__number { margin-top: 16px !important; color: var(--hhs-green) !important; font-weight: 600; }
.hhs-modal-open { overflow: hidden; }

.hhs-contact-faq {
  padding: 44px 0 52px;
  border-top: 1px solid #ecece8;
  background: #f9f8f5;
}

.hhs-contact-faq > .hhs-container > h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -.03em;
}

.hhs-contact-faq > .hhs-container > .hhs-accent-line {
  margin: 16px auto 34px;
}

.hhs-contact-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhs-contact-faq__item {
  min-width: 0;
  padding: 0 clamp(30px, 4vw, 64px);
  text-align: center;
}

.hhs-contact-faq__item + .hhs-contact-faq__item { border-left: 1px solid #cfcfc9; }
.hhs-contact-faq__item img { width: 76px; height: 76px; margin: 0 auto 17px; }
.hhs-contact-faq__item h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.35; }
.hhs-contact-faq__item p { margin: 0 auto; color: #4e534e; font-size: 15px; line-height: 1.65; }

@media (max-width: 1050px) {
  .hhs-contact-main__grid { grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); gap: 42px; }
  .hhs-contact-details { padding-right: 36px; }
  .hhs-contact-details h1 { font-size: 48px; }
  .hhs-contact-faq__item { padding-inline: 28px; }
}

@media (max-width: 820px) {
  .hhs-contact-main { padding-top: 36px; }
  .hhs-contact-main__grid { grid-template-columns: 1fr; gap: 54px; }
  .hhs-contact-details { padding-right: 0; padding-bottom: 48px; padding-left: 0; border-right: 0; border-bottom: 1px solid #deded9; }
  .hhs-contact-details h1 { max-width: 600px; }
  .hhs-contact-details__intro { max-width: none; }
  .hhs-contact-details__timeline,
  .hhs-contact-details__person { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hhs-contact-details__timeline::before { display: none; }
  .hhs-contact-details__person { padding-top: 30px; }
  .hhs-contact-faq__item { padding-inline: 22px; }
  .hhs-quotation-modal { padding: 16px; }
  .hhs-quotation-modal__dialog { width: calc(100vw - 32px); height: calc(100vh - 32px); grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); }
  .hhs-quotation-product { padding: 38px 24px; }
  .hhs-quotation-modal__form-panel { padding: 44px 34px 48px; }
}

@media (max-width: 600px) {
  .hhs-contact-main { padding: 30px 0 42px; }
  .hhs-contact-details { padding-bottom: 38px; }
  .hhs-contact-details h1 { font-size: 43px; }
  .hhs-contact-details__intro { margin-bottom: 34px; font-size: 16px; }
  .hhs-contact-details__timeline,
  .hhs-contact-details__person { grid-template-columns: 1fr; }
  .hhs-contact-detail { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; }
  .hhs-contact-detail img { width: 54px; height: 54px; }
  .hhs-inquiry-form { gap: 17px; }
  .hhs-inquiry-form__communication { grid-template-columns: 128px minmax(0, 1fr); }
  .hhs-inquiry-success { padding: 16px; }
  .hhs-inquiry-success__dialog { padding: 54px 24px 40px; }
  .hhs-inquiry-success h2 { font-size: 30px; }
  .hhs-contact-faq { padding: 38px 0 42px; }
  .hhs-contact-faq__grid { grid-template-columns: 1fr; gap: 0; }
  .hhs-contact-faq__item { padding: 26px 8px; }
  .hhs-contact-faq__item + .hhs-contact-faq__item { border-left: 0; border-top: 1px solid #cfcfc9; }
  .hhs-quotation-modal { padding: 10px; }
  .hhs-quotation-modal__dialog { width: calc(100vw - 20px); height: calc(100vh - 20px); grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
  .hhs-quotation-modal__close { top: 10px; right: 10px; }
  .hhs-quotation-product { display: grid; grid-template-columns: 86px minmax(0, 1fr); grid-template-rows: auto auto 1fr; column-gap: 16px; padding: 18px 56px 18px 18px; overflow: visible; }
  .hhs-quotation-product__image { grid-row: 1 / 4; align-self: start; justify-self: center; width: auto; max-width: 86px; height: auto; max-height: 86px; margin: 0; }
  .hhs-quotation-product__image--empty { width: 86px; height: 86px; }
  .hhs-quotation-product__eyebrow { margin-bottom: 4px; font-size: 11px; }
  .hhs-quotation-product__model { margin-bottom: 2px; font-size: 18px; }
  .hhs-quotation-product h2 { display: -webkit-box; overflow: hidden; font-size: 16px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .hhs-quotation-modal__form-panel { padding: 28px 18px 34px; }
  .hhs-quotation-modal__header { padding-right: 0; margin-bottom: 24px; }
  .hhs-quotation-modal__header h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .hhs-inquiry-form__submit,
  .hhs-inquiry-form__submit .hhs-lucide-icon,
  .hhs-inquiry-form input,
  .hhs-inquiry-form select,
  .hhs-inquiry-form textarea { transition: none; }
}
