body.shanich-contact-template {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 34%),
    #171717;
}

.shanich-contact-template .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shanich-contact-template .contact-root {
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: auto;
}

.shanich-contact-template .slides-viewport-static {
  background: transparent;
}

.shanich-contact-template .contact-section {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  overflow-x: clip;
}

.shanich-contact-template .contact-surface {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28)),
    #171717;
}

.shanich-contact-template .contact-content,
.shanich-contact-template .contact-footer {
  position: relative;
  z-index: 2;
}

.shanich-contact-template .contact-content {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(420px, 1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
  padding: 140px 48px 110px;
}

.shanich-contact-template .contact-copy {
  max-width: 620px;
  min-width: 0;
}

.shanich-contact-template .contact-kicker {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.shanich-contact-template .contact-copy h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  max-width: 8ch;
}

.shanich-contact-template .contact-details {
  margin-top: 44px;
  display: grid;
  gap: 14px;
  max-width: 34rem;
  justify-items: start;
}

.shanich-contact-template .contact-company,
.shanich-contact-template .contact-detail-link {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.6;
  text-decoration: none;
  max-width: 100%;
}

.shanich-contact-template .contact-company {
  overflow-wrap: anywhere;
}

.shanich-contact-template .contact-detail-link {
  width: fit-content;
  transition: color 220ms ease, opacity 220ms ease;
}

.shanich-contact-template .contact-detail-link:hover,
.shanich-contact-template .contact-detail-link:focus-visible {
  color: #ffffff;
  opacity: 1;
}

.shanich-contact-template .contact-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #ffffff;
  text-decoration: none;
  transition:
    transform 320ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 220ms ease;
}

.shanich-contact-template .contact-instagram:hover,
.shanich-contact-template .contact-instagram:focus-visible {
  transform: translate3d(0, -5px, 0) scale(1.04);
}

.shanich-contact-template .contact-instagram-icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.shanich-contact-template .contact-form {
  width: 100%;
  max-width: 640px;
  justify-self: end;
  min-width: 0;
  align-self: start;
}

.shanich-contact-template .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.shanich-contact-template .contact-field {
  display: block;
}

.shanich-contact-template .contact-field-full {
  grid-column: 1 / -1;
}

.shanich-contact-template .contact-field input,
.shanich-contact-template .contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  padding: 18px 18px;
  font-size: 1rem;
  line-height: 1.45;
  font-family: "Manrope", sans-serif;
  border-radius: 0;
  outline: none;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.shanich-contact-template .contact-field textarea {
  min-height: 280px;
  resize: vertical;
}

.shanich-contact-template .contact-field input::placeholder,
.shanich-contact-template .contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.shanich-contact-template .contact-field input:focus,
.shanich-contact-template .contact-field textarea:focus {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.04);
}

.shanich-contact-template .contact-submit {
  margin-top: 28px;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #f1f1f1;
  color: #111111;
  padding: 14px 26px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.shanich-contact-template .contact-submit:hover,
.shanich-contact-template .contact-submit:focus-visible {
  transform: translate3d(0, -2px, 0);
  background: #ffffff;
}

.shanich-contact-template .contact-footer {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 34px;
  display: grid;
  justify-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shanich-contact-template .contact-footer p {
  margin: 0;
}

.shanich-contact-template .contact-footer a {
  color: inherit;
  text-decoration: none;
}

.shanich-contact-template .contact-footer a:hover,
.shanich-contact-template .contact-footer a:focus-visible {
  color: #ffffff;
}

.shanich-contact-template .contact-footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shanich-contact-template .contact-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: transform 220ms ease, opacity 220ms ease;
}

.shanich-contact-template .contact-footer-social:hover,
.shanich-contact-template .contact-footer-social:focus-visible {
  transform: translate3d(0, -3px, 0);
}

.shanich-contact-template .contact-footer-social .contact-instagram-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 1100px) {
  .shanich-contact-template .contact-content {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 60px;
  }

  .shanich-contact-template .contact-form {
    justify-self: stretch;
    max-width: none;
  }

  .shanich-contact-template .contact-copy h1 {
    max-width: none;
  }

  .shanich-contact-template .contact-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 48px 34px;
  }
}

@media (max-width: 900px) {
  body.shanich-contact-template {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    min-height: 100svh;
    min-height: 100dvh;
    -webkit-overflow-scrolling: touch;
  }

  .shanich-contact-template .contact-root {
    height: auto !important;
    min-height: 100svh;
    min-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .shanich-contact-template .slides-viewport-static {
    position: relative;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: visible;
  }

  .shanich-contact-template .contact-section {
    position: relative;
    min-height: 100svh;
    min-height: 100dvh;
    inset: auto;
    overflow: visible;
  }

  .shanich-contact-template .contact-content {
    min-height: auto;
    padding: 118px 20px 28px;
    gap: 24px;
    align-items: start;
  }

  .shanich-contact-template .contact-copy h1 {
    font-size: clamp(2.6rem, 14vw, 4.4rem);
    max-width: 7ch;
  }

  .shanich-contact-template .contact-details {
    margin-top: 28px;
    gap: 10px;
  }

  .shanich-contact-template .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shanich-contact-template .contact-form {
    align-self: start;
  }

  .shanich-contact-template .contact-field input,
  .shanich-contact-template .contact-field textarea {
    padding: 15px 16px;
  }

  .shanich-contact-template .contact-field textarea {
    min-height: 180px;
    height: 180px;
    max-height: 220px;
    resize: none;
  }

  .shanich-contact-template .contact-submit {
    margin-top: 18px;
    width: 100%;
    min-width: 0;
  }

  .shanich-contact-template .contact-footer {
    margin: 18px 20px 22px;
    justify-items: center;
    text-align: center;
    gap: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .shanich-contact-template .contact-footer p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  html,
  html.preloader-active,
  html.preloader-active body.shanich-contact-template,
  body.shanich-contact-template {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    -webkit-overflow-scrolling: touch;
  }

  .shanich-contact-template .contact-content {
    display: block;
    min-height: auto;
    padding: 112px 20px 24px;
  }

  .shanich-contact-template .contact-copy {
    margin-bottom: 22px;
  }

  .shanich-contact-template .contact-form,
  .shanich-contact-template .contact-form-grid {
    display: block;
    width: 100%;
    max-width: none;
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .shanich-contact-template .contact-field,
  .shanich-contact-template .contact-field-full {
    display: block;
    width: 100%;
    min-height: auto;
    height: auto;
    margin: 0 0 10px;
    align-self: start;
  }

  .shanich-contact-template .contact-field:last-child {
    margin-bottom: 0;
  }

  .shanich-contact-template .contact-field textarea,
  .shanich-contact-template textarea[name="message"] {
    display: block;
    width: 100%;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 220px !important;
    resize: vertical;
    flex: 0 0 auto;
    align-self: start;
  }

  .shanich-contact-template .contact-submit {
    display: inline-flex;
    width: 100%;
    margin-top: 16px;
  }

  .shanich-contact-template .contact-footer {
    margin-top: 20px;
  }

  .shanich-contact-template .contact-root,
  .shanich-contact-template .slides-viewport-static,
  .shanich-contact-template .contact-section {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
