/* [project]/app/src/app/contact/contact.css [app-client] (css) */
.contact-hero {
  border-bottom: 1px solid #141414;
  padding: 6rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.contact-hero-bg {
  filter: grayscale(40%);
  background-image: url("/920A3448-min-scaled-e1724085717722-2048x1231.webp");
  background-position: 50% 40%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.contact-hero-overlay {
  background: linear-gradient(to right, #0e0212f5 0%, #0e0212e0 50%, #0e0212b3 100%);
  position: absolute;
  inset: 0;
}

.contact-hero-inner {
  z-index: 1;
  position: relative;
}

.contact-eyebrow {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #f127b5;
  align-items: center;
  gap: .4rem;
  margin-bottom: 1.1rem;
  font-size: .82rem;
  display: inline-flex;
}

.contact-hero-title {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  color: #f7f7f7;
  margin: 0 0 1.4rem;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: .88;
}

.contact-hero-sub {
  color: #bdbdbd;
  max-width: 52ch;
  margin: 0 0 2.2rem;
  font-size: 1.14rem;
  line-height: 1.85;
}

.contact-hero-proof {
  align-items: center;
  gap: 1.8rem;
  display: flex;
}

.contact-proof-item {
  flex-direction: column;
  gap: .1rem;
  display: flex;
}

.contact-proof-num {
  font-family: var(--font-display), sans-serif;
  color: #f236ba;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.contact-proof-txt {
  letter-spacing: .06em;
  color: #737373;
  text-transform: uppercase;
  font-size: .84rem;
}

.contact-proof-sep {
  background: #2e2e2e;
  width: 1px;
  height: 2.5rem;
}

.contact-main {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.contact-layout {
  grid-template-columns: 1fr 300px;
  align-items: start;
  gap: 4rem;
  display: grid;
}

@media (max-width: 880px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-aside {
    order: -1;
  }
}

.contact-form-intro {
  color: #9e9e9e;
  margin: 0 0 1.6rem;
  font-size: 1rem;
  line-height: 1.82;
}

.bw {
  background: #0e0a0f;
  border: 1px solid #1a1a1a;
  border-top: 2px solid #f019b0;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  display: flex;
}

.bw-stepper {
  align-items: center;
  gap: 0;
  display: flex;
}

.bw-step {
  flex: 1;
  align-items: center;
  gap: .65rem;
  display: flex;
  position: relative;
}

.bw-step-num {
  width: 2rem;
  height: 2rem;
  font-family: var(--font-display), sans-serif;
  color: #737373;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .84rem;
  font-weight: 700;
  transition: background .2s, color .2s, border-color .2s;
  display: flex;
}

.bw-step-label {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #616161;
  white-space: nowrap;
  font-size: .84rem;
  transition: color .2s;
}

.bw-step-bar {
  background: #242424;
  flex: 1;
  height: 1px;
  margin: 0 .8rem;
}

.bw-step--active .bw-step-num {
  color: #fff;
  background: #f019b0;
  border-color: #f019b0;
}

.bw-step--active .bw-step-label {
  color: #e6e6e6;
}

.bw-step--done .bw-step-num {
  color: #141414;
  background: #ccc;
  border-color: #ccc;
}

.bw-step--done .bw-step-label {
  color: #8c8c8c;
}

.bw-fields {
  flex-direction: column;
  gap: 1.1rem;
  display: flex;
}

.bw-row {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

@media (max-width: 580px) {
  .bw-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .bw-step-label {
    display: none;
  }

  .bw-stepper {
    justify-content: space-between;
    gap: 0;
  }
}

.bw-field {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.bw-label {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: .75rem;
}

.bw-input {
  color: #f2f2f2;
  font-size: 1.05rem;
  font-family: var(--font-body), sans-serif;
  appearance: none;
  background: #171717;
  border: 1px solid #383838;
  border-radius: 2px;
  width: 100%;
  padding: .85rem 1rem;
  transition: border-color .18s, box-shadow .18s;
}

.bw-input:focus {
  border-color: #f019b0;
  outline: none;
  box-shadow: 0 0 0 2px #f019b024;
}

.bw-textarea {
  resize: vertical;
  min-height: 110px;
}

.dp-wrap {
  position: relative;
}

.dp-trigger {
  color: #ebebeb;
  width: 100%;
  font-size: 1.05rem;
  font-family: var(--font-body), sans-serif;
  cursor: pointer;
  text-align: left;
  background: #171717;
  border: 1px solid #383838;
  border-radius: 2px;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1rem;
  transition: border-color .18s, box-shadow .18s;
  display: flex;
}

.dp-trigger--open, .dp-trigger:focus {
  border-color: #f019b0;
  outline: none;
  box-shadow: 0 0 0 2px #f019b024;
}

.dp-icon {
  color: #f127b5;
  flex-shrink: 0;
}

.dp-placeholder {
  color: #616161;
  flex: 1;
}

.dp-value {
  color: #ebebeb;
  flex: 1;
}

.dp-chevron {
  color: #666;
  flex-shrink: 0;
  margin-left: auto;
}

.dp-calendar {
  z-index: 200;
  background: #110c13;
  border: 1px solid #292929;
  border-top: 2px solid #f019b0;
  width: min(300px, 100vw - 2.5rem);
  padding: 1.2rem;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  box-shadow: 0 12px 40px #0009;
}

.dp-cal-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.dp-month-label {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e0e0e0;
  font-size: .85rem;
}

.dp-selectors {
  align-items: center;
  gap: .4rem;
  display: flex;
}

.dp-select {
  color: #e0e0e0;
  font-family: var(--font-display), sans-serif;
  letter-spacing: .06em;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 2px;
  padding: .3rem .5rem;
  font-size: .82rem;
}

.dp-select:focus {
  border-color: #f019b0;
  outline: none;
}

.dp-nav-btn {
  color: #8c8c8c;
  cursor: pointer;
  background: none;
  border: 1px solid #2e2e2e;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.1rem;
  transition: color .15s, border-color .15s;
  display: flex;
}

.dp-nav-btn:hover {
  color: #fff;
  border-color: #595959;
}

.dp-weekdays {
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: .4rem;
  display: grid;
}

.dp-weekday {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #595959;
  text-align: center;
  padding: .3rem 0;
  font-size: .82rem;
}

.dp-grid {
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  display: grid;
}

.dp-cell {
  aspect-ratio: 1;
  color: #b8b8b8;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: .85rem;
  transition: background .12s, color .12s;
  display: flex;
}

.dp-cell--empty {
  pointer-events: none;
}

.dp-cell:not(.dp-cell--past):not(.dp-cell--empty):hover {
  color: #fff;
  background: #242424;
}

.dp-cell--today {
  color: #f33fbd;
  font-weight: 700;
}

.dp-cell--selected {
  color: #fff;
  background: #f019b0;
}

.dp-cell--selected:hover {
  background: #f33fbd;
}

.dp-cell--past {
  color: #404040;
  cursor: not-allowed;
}

.bw-toggle {
  border: 1px solid #292929;
  border-radius: 2px;
  gap: 0;
  width: fit-content;
  display: flex;
  overflow: hidden;
}

.bw-toggle-btn {
  color: #737373;
  font-family: var(--font-display), sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  padding: .65rem 1.4rem;
  font-size: .84rem;
  transition: background .18s, color .18s;
}

.bw-toggle-btn + .bw-toggle-btn {
  border-left: 1px solid #292929;
}

.bw-toggle-btn--active {
  color: #fff;
  background: #f019b0;
}

.bw-recap {
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
  border-left: 3px solid #f019b0;
  flex-direction: column;
  gap: .55rem;
  padding: 1.2rem 1.4rem;
  display: flex;
}

.bw-recap-item {
  align-items: baseline;
  gap: 1rem;
  display: flex;
}

.bw-recap-key {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5c5c5c;
  flex-shrink: 0;
  min-width: 70px;
  font-size: .82rem;
}

.bw-recap-val {
  color: #c7c7c7;
  font-size: .9rem;
}

.bw-nav {
  border-top: 1px solid #1a1a1a;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.bw-btn {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background .2s, color .2s, border-color .2s, opacity .2s;
  display: inline-flex;
}

.bw-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.bw-btn--primary {
  color: #fff;
  background: #f019b0;
  border: none;
  box-shadow: 0 0 18px #f019b059;
}

.bw-btn--primary:not(:disabled):hover {
  background: #f33fbd;
  box-shadow: 0 0 32px #f019b08c;
}

.bw-btn--outline {
  color: #8c8c8c;
  background: none;
  border: 1px solid #333;
}

.bw-btn--outline:hover {
  color: #fff;
  border-color: #666;
}

.bw-error {
  color: #e05252;
  margin: 0;
  font-size: .82rem;
}

.bw-success {
  text-align: center;
  background: #0e0a0f;
  border: 1px solid #1a1a1a;
  border-top: 2px solid #f019b0;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem 2rem;
  display: flex;
}

.bw-success-icon {
  font-size: 2.5rem;
}

.bw-success-title {
  font-family: var(--font-display), sans-serif;
  text-transform: uppercase;
  color: #f2f2f2;
  margin: 0;
  font-size: 1.8rem;
}

.bw-success-text {
  color: #8c8c8c;
  margin: 0;
  font-size: .95rem;
}

.contact-aside {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.contact-aside-head {
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 0;
  padding: 0 0 1rem;
}

.contact-aside-title {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #595959;
  margin: 0;
  font-size: .82rem;
}

.contact-channel {
  border-bottom: 1px solid #141414;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.contact-channel:hover .contact-channel-val {
  color: #e6e6e6;
}

.contact-channel-icon {
  text-align: center;
  flex-shrink: 0;
  width: 2rem;
  font-size: 1.3rem;
}

.contact-channel-label {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 .2rem;
  font-size: .82rem;
}

.contact-channel-val {
  color: #bfbfbf;
  margin: 0;
  font-size: 1rem;
  transition: color .15s;
}

.contact-aside-quote {
  background: #0b080c;
  border-left: 2px solid #f019b066;
  margin-top: 1.8rem;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
}

.contact-aside-quote p {
  color: #9e9e9e;
  margin: 0 0 .6rem;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.7;
}

.contact-aside-quote-sig {
  font-family: var(--font-display), sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f127b5;
  font-size: .82rem;
}

/*# sourceMappingURL=app_src_app_contact_contact_0b3qt41.css.map*/