/* Contact page styles. All rules are scoped to the Contact page wrapper. */
.hv-contact-page {
  --hv-contact-deep: #173f32;
  --hv-contact-deepest: #102e26;
  --hv-contact-green: #0c8558;
  --hv-contact-green-dark: #086a47;
  --hv-contact-mint: #d9f0e4;
  --hv-contact-pale: #f1f7f2;
  --hv-contact-cream: #f7f5ef;
  --hv-contact-ink: #17231d;
  --hv-contact-muted: #5f6f66;
  --hv-contact-line: rgba(23, 63, 50, 0.15);
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, var(--hv-contact-cream) 47%, #ffffff 100%);
  color: var(--hv-contact-ink);
  font-family: Ubuntu, Arial, sans-serif;
}

.hv-contact-page,
.hv-contact-page *,
.hv-contact-page *::before,
.hv-contact-page *::after {
  box-sizing: border-box;
}

.hv-contact-page h1,
.hv-contact-page h2,
.hv-contact-page h3,
.hv-contact-page p,
.hv-contact-page figure,
.hv-contact-page address,
.hv-contact-page ul,
.hv-contact-page ol {
  margin: 0;
}

.hv-contact-page a {
  color: inherit;
}

.hv-contact-page svg {
  display: block;
  max-width: 100%;
}

.hv-contact-page .hv-contact-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 84px;
}

.hv-contact-page .hv-contact-hero {
  position: relative;
  display: grid;
  min-height: 438px;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 32px;
  align-items: center;
  padding: 62px 70px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(120deg, var(--hv-contact-deepest) 0%, var(--hv-contact-deep) 52%, var(--hv-contact-green) 100%);
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(16, 46, 38, 0.15);
}

.hv-contact-page .hv-contact-hero::before,
.hv-contact-page .hv-contact-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(217, 240, 228, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hv-contact-page .hv-contact-hero::before {
  top: -19rem;
  right: -9rem;
  width: 41rem;
  height: 41rem;
}

.hv-contact-page .hv-contact-hero::after {
  right: 14%;
  bottom: -20rem;
  width: 34rem;
  height: 34rem;
  border-color: rgba(217, 240, 228, 0.12);
}

.hv-contact-page .hv-contact-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 630px;
}

.hv-contact-page .hv-contact-eyebrow {
  color: var(--hv-contact-green-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hv-contact-page .hv-contact-hero .hv-contact-eyebrow,
.hv-contact-page .hv-contact-cta .hv-contact-eyebrow {
  color: var(--hv-contact-mint);
}

.hv-contact-page .hv-contact-hero h1 {
  max-width: 640px;
  margin-top: 18px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(2.55rem, 5.5vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.04;
}

.hv-contact-page .hv-contact-hero-lead {
  max-width: 570px;
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hv-contact-page .hv-contact-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.hv-contact-page .hv-contact-text-link--light {
  color: #ffffff;
}

.hv-contact-page .hv-contact-text-link--light span {
  font-size: 1.1rem;
  line-height: 1;
}

.hv-contact-page .hv-contact-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hv-contact-page .hv-contact-hero-art {
  position: relative;
  display: grid;
  min-height: 300px;
  place-items: center;
}

.hv-contact-page .hv-contact-hero-ring {
  position: absolute;
  border: 1px solid rgba(217, 240, 228, 0.22);
  border-radius: 50%;
}

.hv-contact-page .hv-contact-hero-ring--outer {
  width: 292px;
  height: 292px;
}

.hv-contact-page .hv-contact-hero-ring--inner {
  width: 210px;
  height: 210px;
  border-color: rgba(217, 240, 228, 0.34);
}

.hv-contact-page .hv-contact-hero-cup {
  position: relative;
  z-index: 1;
  display: grid;
  width: 164px;
  height: 164px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #d9f0e4;
  box-shadow: 0 16px 34px rgba(3, 36, 24, 0.16);
}

.hv-contact-page .hv-contact-hero-cup svg {
  width: 132px;
  height: 132px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hv-contact-page .hv-contact-hero-note {
  position: absolute;
  right: 4%;
  bottom: 8%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hv-contact-page .hv-contact-info,
.hv-contact-page .hv-contact-helpful,
.hv-contact-page .hv-contact-faq {
  margin-top: 76px;
}

.hv-contact-page .hv-contact-section-heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.hv-contact-page .hv-contact-section-heading h2,
.hv-contact-page .hv-contact-message h2,
.hv-contact-page .hv-contact-cta h2 {
  color: var(--hv-contact-deep);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.hv-contact-page .hv-contact-section-heading h2 {
  margin-top: 11px;
}

.hv-contact-page .hv-contact-section-heading > p:last-child {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--hv-contact-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hv-contact-page .hv-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hv-contact-page .hv-contact-card {
  display: flex;
  min-height: 178px;
  align-items: flex-start;
  gap: 17px;
  padding: 28px 25px;
  border: 1px solid var(--hv-contact-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 9px 26px rgba(16, 46, 38, 0.06);
}

.hv-contact-page .hv-contact-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--hv-contact-mint);
  color: var(--hv-contact-green-dark);
}

.hv-contact-page .hv-contact-card-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hv-contact-page .hv-contact-card h3 {
  margin-top: 3px;
  color: var(--hv-contact-deep);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.3;
}

.hv-contact-page .hv-contact-card a,
.hv-contact-page .hv-contact-card address {
  display: block;
  margin-top: 12px;
  color: var(--hv-contact-green-dark);
  font-size: 0.97rem;
  font-style: normal;
  line-height: 1.6;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.hv-contact-page .hv-contact-card a:hover,
.hv-contact-page .hv-contact-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hv-contact-page .hv-contact-message {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 46px;
  align-items: start;
  margin-top: 76px;
  padding: 46px;
  border: 1px solid var(--hv-contact-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 13px 36px rgba(16, 46, 38, 0.07);
}

.hv-contact-page .hv-contact-message h2 {
  margin-top: 12px;
}

.hv-contact-page .hv-contact-message-copy > p:not(.hv-contact-eyebrow) {
  margin-top: 19px;
  color: var(--hv-contact-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.hv-contact-page .hv-contact-message-aside {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 31px;
  padding-top: 20px;
  border-top: 1px solid var(--hv-contact-line);
}

.hv-contact-page .hv-contact-message-aside-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 1px solid var(--hv-contact-green);
  border-radius: 50%;
  color: var(--hv-contact-green-dark);
  font-family: Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.hv-contact-page .hv-contact-message-aside p {
  color: var(--hv-contact-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hv-contact-page .hv-contact-message-aside a {
  color: var(--hv-contact-green-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.hv-contact-page .hv-contact-form-card {
  padding: 30px;
  border-radius: 18px;
  background: var(--hv-contact-pale);
}

.hv-contact-page .hv-contact-form {
  display: grid;
  gap: 20px;
}

.hv-contact-page .hv-contact-field {
  display: grid;
  gap: 8px;
}

.hv-contact-page .hv-contact-field label {
  color: var(--hv-contact-deep);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.hv-contact-page .hv-contact-field input,
.hv-contact-page .hv-contact-field textarea {
  width: 100%;
  border: 1px solid rgba(23, 63, 50, 0.25);
  border-radius: 11px;
  outline: none;
  background: #ffffff;
  color: var(--hv-contact-ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.hv-contact-page .hv-contact-field input {
  min-height: 52px;
  padding: 13px 15px;
}

.hv-contact-page .hv-contact-field textarea {
  min-height: 150px;
  padding: 13px 15px;
  resize: vertical;
}

.hv-contact-page .hv-contact-field input::placeholder,
.hv-contact-page .hv-contact-field textarea::placeholder {
  color: #73837a;
  opacity: 1;
}

.hv-contact-page .hv-contact-field input:focus,
.hv-contact-page .hv-contact-field textarea:focus {
  border-color: var(--hv-contact-green);
  box-shadow: 0 0 0 3px rgba(12, 133, 88, 0.16);
}

.hv-contact-page .hv-contact-field input:invalid:not(:placeholder-shown),
.hv-contact-page .hv-contact-field textarea:invalid:not(:placeholder-shown) {
  border-color: #a43b35;
  background: #fffafa;
}

.hv-contact-page .hv-contact-field small {
  color: var(--hv-contact-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.hv-contact-page .hv-contact-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 23px;
  border: 1px solid var(--hv-contact-green);
  border-radius: 999px;
  background: var(--hv-contact-green);
  color: #ffffff !important;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hv-contact-page .hv-contact-button:hover,
.hv-contact-page .hv-contact-button:focus-visible {
  border-color: var(--hv-contact-green-dark);
  background: var(--hv-contact-green-dark);
  transform: translateY(-1px);
}

.hv-contact-page .hv-contact-form > .hv-contact-button {
  width: 100%;
  margin-top: 2px;
}

.hv-contact-page .hv-contact-privacy {
  color: var(--hv-contact-muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.hv-contact-page .hv-contact-privacy a {
  color: var(--hv-contact-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hv-contact-page .hv-contact-helpful-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hv-contact-page .hv-contact-helpful-card {
  position: relative;
  display: grid;
  min-height: 160px;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 13px 15px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--hv-contact-line);
  border-radius: 17px;
  background: #ffffff;
  color: var(--hv-contact-deep);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hv-contact-page .hv-contact-helpful-card:hover,
.hv-contact-page .hv-contact-helpful-card:focus-visible {
  border-color: rgba(12, 133, 88, 0.45);
  box-shadow: 0 11px 26px rgba(16, 46, 38, 0.09);
  transform: translateY(-2px);
}

.hv-contact-page .hv-contact-helpful-card--stacked:hover {
  transform: none;
}

.hv-contact-page .hv-contact-helpful-number {
  color: var(--hv-contact-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hv-contact-page .hv-contact-helpful-copy {
  grid-column: 1 / -1;
  max-width: 250px;
  align-self: end;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.hv-contact-page .hv-contact-helpful-arrow {
  justify-self: end;
  color: var(--hv-contact-green);
  font-size: 1.3rem;
  line-height: 1;
}

.hv-contact-page .hv-contact-helpful-links {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-self: end;
}

.hv-contact-page .hv-contact-helpful-links a {
  color: var(--hv-contact-green-dark);
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hv-contact-page .hv-contact-helpful-links a:hover,
.hv-contact-page .hv-contact-helpful-links a:focus-visible {
  color: var(--hv-contact-deepest);
}

.hv-contact-page .hv-contact-faq-list {
  max-width: 850px;
  margin: 0 auto;
  border-top: 1px solid var(--hv-contact-line);
}

.hv-contact-page .hv-contact-faq-list details {
  border-bottom: 1px solid var(--hv-contact-line);
}

.hv-contact-page .hv-contact-faq-list summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  color: var(--hv-contact-deep);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.hv-contact-page .hv-contact-faq-list summary::-webkit-details-marker {
  display: none;
}

.hv-contact-page .hv-contact-faq-list summary::after {
  flex: 0 0 auto;
  color: var(--hv-contact-green);
  content: "+";
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
}

.hv-contact-page .hv-contact-faq-list details[open] summary::after {
  content: "−";
}

.hv-contact-page .hv-contact-faq-list details > p {
  max-width: 720px;
  padding: 0 42px 20px 4px;
  color: var(--hv-contact-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.hv-contact-page .hv-contact-faq-list details a {
  color: var(--hv-contact-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hv-contact-page .hv-contact-cta {
  margin-top: 76px;
  padding: 48px 34px;
  border-radius: 24px;
  background: var(--hv-contact-deep);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 17px 40px rgba(16, 46, 38, 0.14);
}

.hv-contact-page .hv-contact-cta h2 {
  margin-top: 12px;
  color: #ffffff;
}

.hv-contact-page .hv-contact-cta > p:not(.hv-contact-eyebrow) {
  max-width: 630px;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1rem;
  line-height: 1.7;
}

.hv-contact-page .hv-contact-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hv-contact-page .hv-contact-button--light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--hv-contact-deep) !important;
}

.hv-contact-page .hv-contact-button--light:hover,
.hv-contact-page .hv-contact-button--light:focus-visible {
  border-color: var(--hv-contact-mint);
  background: var(--hv-contact-mint);
}

.hv-contact-page .hv-contact-button--outline {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #ffffff !important;
}

.hv-contact-page .hv-contact-button--outline:hover,
.hv-contact-page .hv-contact-button--outline:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.hv-contact-page a:focus-visible,
.hv-contact-page button:focus-visible,
.hv-contact-page summary:focus-visible {
  outline: 3px solid #a5f0c8;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hv-contact-page .hv-contact-shell {
    width: min(820px, calc(100% - 36px));
    padding-top: 48px;
  }

  .hv-contact-page .hv-contact-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    padding: 50px 44px;
  }

  .hv-contact-page .hv-contact-cards,
  .hv-contact-page .hv-contact-helpful-grid {
    grid-template-columns: 1fr;
  }

  .hv-contact-page .hv-contact-card {
    min-height: 0;
  }

  .hv-contact-page .hv-contact-message {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px;
  }
}

@media (max-width: 680px) {
  .hv-contact-page .hv-contact-shell {
    width: min(100% - 28px, 820px);
    padding: 30px 0 54px;
  }

  .hv-contact-page .hv-contact-hero {
    display: block;
    min-height: 0;
    padding: 38px 25px 27px;
    border-radius: 19px;
  }

  .hv-contact-page .hv-contact-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.3rem);
  }

  .hv-contact-page .hv-contact-hero-art {
    min-height: 230px;
    margin-top: 8px;
  }

  .hv-contact-page .hv-contact-hero-ring--outer {
    width: 220px;
    height: 220px;
  }

  .hv-contact-page .hv-contact-hero-ring--inner {
    width: 158px;
    height: 158px;
  }

  .hv-contact-page .hv-contact-hero-cup {
    width: 128px;
    height: 128px;
  }

  .hv-contact-page .hv-contact-hero-cup svg {
    width: 105px;
    height: 105px;
  }

  .hv-contact-page .hv-contact-hero-note {
    right: 2%;
    bottom: 1%;
    font-size: 0.68rem;
  }

  .hv-contact-page .hv-contact-info,
  .hv-contact-page .hv-contact-helpful,
  .hv-contact-page .hv-contact-faq,
  .hv-contact-page .hv-contact-message,
  .hv-contact-page .hv-contact-cta {
    margin-top: 54px;
  }

  .hv-contact-page .hv-contact-message,
  .hv-contact-page .hv-contact-form-card {
    padding: 25px 20px;
    border-radius: 17px;
  }

  .hv-contact-page .hv-contact-message {
    padding: 26px 19px;
  }

  .hv-contact-page .hv-contact-card {
    padding: 22px 19px;
  }

  .hv-contact-page .hv-contact-cta {
    padding: 34px 20px;
    border-radius: 18px;
  }

  .hv-contact-page .hv-contact-cta-actions,
  .hv-contact-page .hv-contact-cta-actions .hv-contact-button {
    width: 100%;
  }

  .hv-contact-page .hv-contact-faq-list summary {
    padding-right: 0;
  }

  .hv-contact-page .hv-contact-faq-list details > p {
    padding-right: 24px;
  }
}

@media (max-width: 420px) {
  .hv-contact-page .hv-contact-card {
    align-items: flex-start;
    gap: 13px;
  }

  .hv-contact-page .hv-contact-card-icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .hv-contact-page .hv-contact-card-icon svg {
    width: 27px;
    height: 27px;
  }

  .hv-contact-page .hv-contact-card h3 {
    font-size: 1rem;
  }

  .hv-contact-page .hv-contact-card a,
  .hv-contact-page .hv-contact-card address {
    font-size: 0.9rem;
  }
}

