/* [project]/app/(storefront)/not-found.module.css [app-client] (css) */
.not-found-module__ghsrsq__wrap {
  background: var(--gs-white);
  text-align: center;
  padding: 64px 32px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 375px) {
  .not-found-module__ghsrsq__wrap {
    padding: 48px 24px;
  }
}

.not-found-module__ghsrsq__watermark {
  font-family: var(--gs-serif);
  letter-spacing: -.02em;
  color: color-mix(in srgb, var(--gs-charcoal) 6%, transparent);
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  font-size: clamp(160px, 28vw, 340px);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
}

.not-found-module__ghsrsq__content {
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.not-found-module__ghsrsq__rule {
  background: var(--gs-red);
  width: 36px;
  height: 3px;
  margin: 0 auto var(--gs-s-5);
}

.not-found-module__ghsrsq__eyebrow {
  font-family: var(--gs-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gs-charcoal);
  margin: 0 0 var(--gs-s-4);
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1;
}

.not-found-module__ghsrsq__title {
  font-family: var(--gs-serif);
  letter-spacing: -.01em;
  color: var(--gs-ink);
  margin: 0 0 var(--gs-s-4);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.2;
}

.not-found-module__ghsrsq__title em {
  font-style: italic;
  font-weight: 400;
}

.not-found-module__ghsrsq__body {
  font-family: var(--gs-sans);
  color: var(--gs-charcoal);
  margin: 0 0 var(--gs-s-4);
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.75;
}

.not-found-module__ghsrsq__body:last-of-type {
  margin: 0 0 var(--gs-s-6);
}

.not-found-module__ghsrsq__cta {
  background: var(--gs-red);
  color: var(--gs-white);
  font-family: var(--gs-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--gs-r-md);
  border: 2px solid var(--gs-red);
  padding: 13px 30px;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background .15s, box-shadow .15s, border-color .15s;
  display: inline-block;
}

.not-found-module__ghsrsq__cta:hover {
  background: var(--gs-red-hover);
  border-color: var(--gs-red-hover);
  color: var(--gs-white);
  box-shadow: 0 4px 12px #1f212214;
}

.not-found-module__ghsrsq__cta:active {
  background: var(--gs-red-active);
  border-color: var(--gs-red-active);
  color: var(--gs-white);
}

.not-found-module__ghsrsq__cta:focus-visible {
  outline: 2px solid var(--gs-focus, #005fcc);
  outline-offset: 2px;
}

/*# sourceMappingURL=app_%28storefront%29_not-found_module_0m-t0rr.css.map*/