/* [project]/src/components/showcase/showcase.module.css [app-client] (css) */
.showcase-module__0TRIzq__fullBleedImage {
  object-fit: cover;
  width: 100%;
  max-height: 570px;
  display: block;
}

.showcase-module__0TRIzq__sectionTitle {
  text-align: center;
  background: url("/images/raw.png") top no-repeat;
  border-top: 1px solid #383635;
  width: min(1024px, 100% - 48px);
  margin: 43px auto 40px;
  padding-top: 25px;
}

.showcase-module__0TRIzq__sectionTitle h2 {
  color: #666565;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.showcase-module__0TRIzq__sectionTitle p {
  color: #666565;
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.4;
}

.showcase-module__0TRIzq__sectionTitle h2:hover, .showcase-module__0TRIzq__sectionTitle p:hover {
  color: var(--accent);
}

.showcase-module__0TRIzq__gallery {
  width: min(1020px, 100% - 48px);
  margin: 0 auto;
  overflow: hidden;
}

.showcase-module__0TRIzq__tile {
  float: left;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.showcase-module__0TRIzq__tile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.showcase-module__0TRIzq__half {
  aspect-ratio: 1.42;
  width: 50%;
}

.showcase-module__0TRIzq__wide {
  aspect-ratio: 1.95;
  width: 68.4%;
}

.showcase-module__0TRIzq__narrow {
  aspect-ratio: .9;
  width: 31.6%;
}

.showcase-module__0TRIzq__overlay {
  color: #fff;
  text-align: center;
  background: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.showcase-module__0TRIzq__tile:hover .showcase-module__0TRIzq__overlay, .showcase-module__0TRIzq__tile:focus-within .showcase-module__0TRIzq__overlay {
  display: flex;
}

.showcase-module__0TRIzq__overlay h3 {
  color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
  padding: 0 18px 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.showcase-module__0TRIzq__overlay span, .showcase-module__0TRIzq__overlay a {
  color: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
  width: max-content;
  min-width: 120px;
  height: 26px;
  margin: 0 auto;
  padding: 0 14px;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

@media (max-width: 760px) {
  .showcase-module__0TRIzq__sectionTitle, .showcase-module__0TRIzq__gallery {
    width: calc(100% - 28px);
  }

  .showcase-module__0TRIzq__tile, .showcase-module__0TRIzq__half, .showcase-module__0TRIzq__wide, .showcase-module__0TRIzq__narrow {
    aspect-ratio: 1.42;
    width: 100%;
  }
}

/* [project]/src/app/works/works.module.css [app-client] (css) */
.works-module__QTedvq__works {
  margin-bottom: 72px;
}

.works-module__QTedvq__title {
  margin-bottom: 50px;
}

.works-module__QTedvq__cards {
  gap: 0;
  width: min(1024px, 100% - 48px);
  margin: 0 auto;
  display: grid;
}

.works-module__QTedvq__card {
  background: #f5f5f5;
  width: 100%;
  min-height: 655px;
  position: relative;
  overflow: hidden;
}

.works-module__QTedvq__card img {
  object-fit: cover;
  width: 100%;
  height: 655px;
  display: block;
}

.works-module__QTedvq__copyPanel {
  color: #777;
  text-align: center;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 39%;
  padding: 0 54px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.works-module__QTedvq__left {
  left: 0;
}

.works-module__QTedvq__right {
  right: 0;
}

.works-module__QTedvq__copyPanel h2 {
  color: #666;
  margin: 0 0 24px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.42;
}

.works-module__QTedvq__copyPanel p {
  color: #8a8a8a;
  max-width: 290px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

.works-module__QTedvq__copyPanel span {
  color: #b1b1b1;
  margin-top: 22px;
  font-size: 12px;
}

.works-module__QTedvq__moreLink {
  color: #666565;
  text-align: center;
  width: 120px;
  margin: 20px auto 15px;
  font-size: 18px;
  display: block;
}

.works-module__QTedvq__moreLink:before {
  content: "";
  vertical-align: -1px;
  border-top: 6px solid #0000;
  border-bottom: 6px solid #0000;
  border-left: 8px solid #777;
  width: 0;
  height: 0;
  margin-right: 6px;
  display: inline-block;
}

.works-module__QTedvq__moreLink:hover {
  color: var(--accent);
}

@media (max-width: 900px) {
  .works-module__QTedvq__cards {
    width: calc(100% - 28px);
  }

  .works-module__QTedvq__card {
    min-height: auto;
  }

  .works-module__QTedvq__card img {
    height: auto;
  }

  .works-module__QTedvq__copyPanel {
    width: 100%;
    min-height: 260px;
    position: static;
  }
}

/*# sourceMappingURL=src_157v96q._.css.map*/