.elementor-99 .elementor-element.elementor-element-9aa0761{--display:flex;}body.elementor-page-99:not(.elementor-motion-effects-element-type-background), body.elementor-page-99 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2EDE4;}/* Start custom CSS */.psw-contact {
  background: #F2EDE4;
  padding: 120px 24px;
  display: flex;
  justify-content: center;
}

.psw-contact__inner {
  max-width: 560px;
  width: 100%;
  text-align: center;
}

.psw-contact__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #B5622A;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.psw-contact__title {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 400;
  color: #6B1E2A;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.psw-contact__sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #8A7B6F;
  line-height: 1.8;
  margin-bottom: 48px;
}

.psw-contact__form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-align: left;
}

.psw-contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.psw-contact__label {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A7B6F;
}

.psw-contact__input {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #1C1C1C;
  background: #FFFFFF;
  border: 1px solid rgba(181, 98, 42, 0.35);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease;
}

.psw-contact__input:focus {
  border-color: #6B1E2A;
}

.psw-contact__textarea {
  resize: vertical;
  font-family: 'Inter', sans-serif;
}

.psw-contact__btn {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: #6B1E2A;
  color: #F2EDE4;
  border: 1.5px solid #6B1E2A;
  padding: 16px 32px;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
  margin-top: 8px;
}

.psw-contact__btn:hover {
  background: transparent;
  color: #6B1E2A;
}

@media (max-width: 600px) {
  .psw-contact { padding: 72px 20px; }
}/* End custom CSS */