/* [project]/app/contact/page.module.css [app-client] (css) */
.page-module__j6Q3dW__frame {
  height: calc(var(--viewport-h)  - var(--header-h)  - var(--footer-h));
}

.page-module__j6Q3dW__shell {
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: clamp(2.5rem, 6vw, 7rem);
  height: 100%;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.page-module__j6Q3dW__imageCol {
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.page-module__j6Q3dW__image {
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
}

.page-module__j6Q3dW__infoCol {
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(1.5rem, 3vh, 3rem) clamp(2.5rem, 4vw, 5rem);
  display: flex;
}

.page-module__j6Q3dW__title {
  font-family: var(--font-newsreader);
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: clamp(1.5rem, 3vh, 3rem);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
}

.page-module__j6Q3dW__list {
  flex-direction: column;
  gap: clamp(1.25rem, 2.6vh, 2.75rem);
  list-style: none;
  display: flex;
}

.page-module__j6Q3dW__item {
  letter-spacing: .02em;
  color: var(--text);
  font-size: .9375rem;
  font-weight: 400;
}

.page-module__j6Q3dW__label {
  font-weight: 600;
}

.page-module__j6Q3dW__link {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--border);
  text-decoration-color: var(--border);
  text-underline-offset: 2px;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.page-module__j6Q3dW__link:active {
  color: var(--text-sub);
  -webkit-text-decoration-color: var(--text-sub);
  text-decoration-color: var(--text-sub);
  opacity: 1;
}

.page-module__j6Q3dW__tagline {
  font-family: var(--font-newsreader);
  color: var(--text);
  margin-top: clamp(1.5rem, 3vh, 3.5rem);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .page-module__j6Q3dW__frame {
    height: auto;
  }

  .page-module__j6Q3dW__shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    padding-left: 0;
  }

  .page-module__j6Q3dW__imageCol {
    aspect-ratio: 1;
  }

  .page-module__j6Q3dW__infoCol {
    padding: 2rem 0;
  }

  .page-module__j6Q3dW__image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .page-module__j6Q3dW__list {
    gap: 1.75rem;
  }

  .page-module__j6Q3dW__title {
    margin-bottom: 2rem;
  }

  .page-module__j6Q3dW__tagline {
    margin-top: 2.5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .page-module__j6Q3dW__link:hover {
    color: var(--text-sub);
    -webkit-text-decoration-color: var(--text-sub);
    text-decoration-color: var(--text-sub);
    opacity: 1;
  }
}

/*# sourceMappingURL=app_contact_page_module_e7937472.css.map*/