/* [project]/app/contact/page.module.css [app-client] (css) */
.page-module__j6Q3dW__shell {
  min-height: calc(100dvh - var(--header-h)  - var(--footer-h));
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.page-module__j6Q3dW__imageCol {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-module__j6Q3dW__image {
  object-fit: cover;
}

.page-module__j6Q3dW__infoCol {
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  display: flex;
}

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

.page-module__j6Q3dW__list {
  flex-direction: column;
  gap: 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 {
  color: var(--text);
  margin-top: 3.5rem;
  font-family: Newsreader, Georgia, serif;
  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__shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

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

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

  .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*/