.wf-contact-page {
  min-height: 100%;
  background: #151515;
  color: #151515;
}

.wf-contact-page .weflair-new-cta-wrap {
  display: none;
}

.wf-contact-main {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: var(--nav-bar-height, 5rem);
  background:
    radial-gradient(circle at 18% 8%, rgba(62, 255, 104, .12), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(62, 120, 255, .12), transparent 30rem),
    #151515;
}

.wf-contact-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(246, 243, 238, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 238, .08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.wf-contact-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 82rem);
  margin-inline: auto;
}

.wf-contact-hero {
  overflow: visible;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.wf-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(24rem, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(246, 243, 238, .16);
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(255, 237, 226, .98), rgba(245, 255, 246, .94)),
    #ffe7dc;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .34);
}

.wf-contact-copy {
  max-width: 36rem;
}

.wf-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.25rem;
  color: #111311;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wf-contact-eyebrow::before {
  content: "";
  width: .68rem;
  height: .68rem;
  border-radius: 50%;
  background: #3eff68;
  box-shadow: 0 0 0 .38rem rgba(62, 255, 104, .18);
}

.wf-contact-title {
  margin: 0;
  color: #101319;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 760;
  line-height: .91;
  letter-spacing: 0;
  text-wrap: balance;
}

.wf-contact-lede {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  color: rgba(16, 19, 25, .72);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.wf-contact-next {
  display: grid;
  gap: .82rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.wf-contact-next li {
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  gap: .72rem;
  align-items: start;
  color: rgba(16, 19, 25, .78);
  font-size: .97rem;
  line-height: 1.42;
}

.wf-contact-check {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: .08rem;
  border-radius: 50%;
  background: #3eff68;
  color: #0b120d;
}

.wf-contact-check svg {
  width: .85rem;
  height: .85rem;
}

.wf-contact-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .95rem;
  width: min(100%, 28rem);
  margin-top: 1.8rem;
}

.wf-contact-badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem 1.4rem;
}

.wf-contact-badge {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
}

.wf-contact-badge img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: clamp(2.25rem, 3.1vw, 3rem);
  height: auto;
  object-fit: contain;
}

.wf-contact-badge--wide {
  min-width: 0;
}

.wf-contact-badge--wide img,
.wf-contact-badge.is-wide img {
  max-width: 9.2rem;
  height: clamp(2.1rem, 2.75vw, 2.55rem);
  max-height: none;
}

.wf-contact-badge--lockup {
  color: #141714;
  font-size: clamp(.9rem, 1.15vw, 1.04rem);
  font-weight: 780;
  letter-spacing: -.01em;
  line-height: 1;
}

.wf-contact-badge--lockup img {
  width: clamp(1.45rem, 2vw, 1.85rem);
  height: clamp(1.45rem, 2vw, 1.85rem);
}

.wf-contact-badge--lockup figcaption {
  margin: 0;
  white-space: nowrap;
}

.wf-contact-badge--round img,
.wf-contact-badge.is-round img {
  height: clamp(3rem, 4vw, 3.9rem);
  max-height: none;
}

.wf-contact-badge--shield img,
.wf-contact-badge.is-shield img {
  height: clamp(3.25rem, 4.4vw, 4.2rem);
  max-height: none;
}

.wf-contact-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(16, 19, 25, .1);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1.4rem 3.4rem rgba(16, 19, 25, .14);
  color: #111311;
}

.wf-contact-card__head {
  margin-bottom: 1.35rem;
}

.wf-contact-card__kicker {
  margin: 0 0 .5rem;
  color: rgba(17, 19, 17, .52);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wf-contact-card__title {
  margin: 0;
  color: #111311;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: 0;
}

.wf-contact-form {
  display: grid;
  gap: .9rem;
}

.wf-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.wf-contact-field {
  display: grid;
  gap: .38rem;
}

.wf-contact-field--full {
  grid-column: 1 / -1;
}

.wf-contact-label {
  color: rgba(17, 19, 17, .72);
  font-size: .78rem;
  font-weight: 760;
}

.wf-contact-field input,
.wf-contact-field textarea {
  width: 100%;
  min-height: 3.45rem;
  padding: .88rem 1rem;
  border: 1px solid rgba(17, 19, 17, .18);
  border-radius: .55rem;
  background: #fff;
  color: #111311;
  font: inherit;
  font-size: .95rem;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.wf-contact-field textarea {
  min-height: 8rem;
  resize: vertical;
  line-height: 1.45;
}

.wf-contact-field input:focus,
.wf-contact-field textarea:focus {
  border-color: rgba(62, 255, 104, .88);
  box-shadow: 0 0 0 .22rem rgba(62, 255, 104, .16);
}

.wf-contact-field input::placeholder,
.wf-contact-field textarea::placeholder {
  color: rgba(17, 19, 17, .36);
}

.wf-contact-problem {
  display: grid;
  gap: .65rem;
}

.wf-contact-problem__label {
  color: rgba(17, 19, 17, .72);
  font-size: .78rem;
  font-weight: 760;
}

.wf-contact-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}

.wf-contact-chip {
  position: relative;
  min-height: 3rem;
}

.wf-contact-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wf-contact-chip span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  min-height: 3rem;
  padding: .78rem .88rem;
  border: 1px solid rgba(17, 19, 17, .14);
  border-radius: .55rem;
  background: #f7f7f4;
  color: rgba(17, 19, 17, .78);
  font-size: .86rem;
  font-weight: 720;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.wf-contact-chip span::after {
  content: "";
  width: .82rem;
  height: .82rem;
  border: 1px solid rgba(17, 19, 17, .22);
  border-radius: .22rem;
  background: #fff;
  color: #09100b;
  display: grid;
  place-items: center;
  font-size: .68rem;
  line-height: 1;
  font-weight: 900;
}

.wf-contact-chip input:checked + span {
  border-color: rgba(62, 255, 104, .72);
  background: rgba(62, 255, 104, .16);
  color: #0c160e;
}

.wf-contact-chip input:checked + span::after {
  content: "✓";
  border-color: #16c449;
  background: #3eff68;
  box-shadow: none;
}

.wf-contact-chip span:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 19, 17, .28);
}

.wf-contact-captcha {
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  padding: .75rem;
  border: 1px solid rgba(17, 19, 17, .14);
  border-radius: .55rem;
  background: #f7f7f4;
}

.wf-contact-captcha [data-netlify-recaptcha] {
  min-height: 3.2rem;
  width: 100%;
}

.wf-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  min-height: 3.65rem;
  border: 0;
  border-radius: .55rem;
  background: #3eff68;
  color: #09100b;
  font: inherit;
  font-size: .98rem;
  font-weight: 820;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wf-contact-submit:hover {
  transform: translateY(-2px);
  background: #28f45a;
  box-shadow: 0 1rem 2.4rem rgba(62, 255, 104, .22);
}

.wf-contact-submit svg {
  width: 1rem;
  height: 1rem;
}

.wf-contact-legal {
  margin: .05rem 0 0;
  color: rgba(17, 19, 17, .54);
  font-size: .78rem;
  line-height: 1.42;
}

.wf-contact-legal a {
  color: #0f8f32;
  text-decoration: none;
  font-weight: 760;
}

.wf-contact-hidden {
  display: none;
}

.wf-contact-calendar {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.wf-contact-calendar__grid {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.wf-contact-note,
.wf-contact-cal {
  border: 1px solid rgba(246, 243, 238, .12);
  border-radius: 1rem;
  background: rgba(17, 17, 17, .86);
  color: #f6f3ee;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, .25);
}

.wf-contact-note {
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.wf-contact-note__eyebrow {
  margin: 0 0 .7rem;
  color: #3eff68;
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wf-contact-note h2 {
  max-width: 28rem;
  margin: 0;
  color: #f6f3ee;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 760;
  line-height: .96;
  letter-spacing: 0;
}

.wf-contact-note p {
  max-width: 31rem;
  margin: 1.1rem 0 0;
  color: rgba(246, 243, 238, .68);
  font-size: .98rem;
  line-height: 1.55;
}

.wf-contact-note__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.6rem;
}

.wf-contact-note__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: .42rem .65rem;
  border: 1px solid rgba(62, 255, 104, .2);
  border-radius: 999px;
  background: rgba(62, 255, 104, .08);
  color: rgba(246, 243, 238, .84);
  font-size: .78rem;
  font-weight: 720;
}

.wf-contact-cal {
  min-height: 38rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.wf-contact-slot-form {
  display: grid;
  gap: 1.1rem;
}

.wf-contact-slot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wf-contact-slot-head h3 {
  margin: 0;
  color: #f6f3ee;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: 0;
}

.wf-contact-slot-head span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .62rem;
  border: 1px solid rgba(62, 255, 104, .2);
  border-radius: 999px;
  background: rgba(62, 255, 104, .08);
  color: rgba(246, 243, 238, .78);
  font-size: .72rem;
  font-weight: 780;
}

.wf-contact-date-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
}

.wf-contact-date,
.wf-contact-time {
  position: relative;
}

.wf-contact-date input,
.wf-contact-time input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wf-contact-date span,
.wf-contact-time span {
  display: grid;
  place-items: center;
  min-height: 5rem;
  padding: .7rem .5rem;
  border: 1px solid rgba(246, 243, 238, .12);
  border-radius: .65rem;
  background: rgba(246, 243, 238, .045);
  color: rgba(246, 243, 238, .74);
  text-align: center;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.wf-contact-date strong {
  display: block;
  color: #f6f3ee;
  font-size: 1.45rem;
  line-height: 1;
}

.wf-contact-date small {
  display: block;
  margin-top: .25rem;
  color: rgba(246, 243, 238, .56);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wf-contact-date input:checked + span,
.wf-contact-time input:checked + span {
  border-color: rgba(62, 255, 104, .72);
  background: rgba(62, 255, 104, .12);
  color: #3eff68;
  box-shadow: 0 0 0 .2rem rgba(62, 255, 104, .08);
}

.wf-contact-date input:checked + span strong {
  color: #3eff68;
}

.wf-contact-date span:hover,
.wf-contact-time span:hover {
  transform: translateY(-1px);
  border-color: rgba(246, 243, 238, .22);
}

.wf-contact-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .6rem;
}

.wf-contact-time span {
  min-height: 3.2rem;
  color: rgba(246, 243, 238, .82);
  font-size: .9rem;
  font-weight: 780;
}

.wf-contact-slot-email {
  width: 100%;
  min-height: 3.35rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(246, 243, 238, .14);
  border-radius: .6rem;
  background: rgba(246, 243, 238, .06);
  color: #f6f3ee;
  font: inherit;
  font-size: .93rem;
  outline: none;
}

.wf-contact-slot-email::placeholder {
  color: rgba(246, 243, 238, .42);
}

.wf-contact-slot-email:focus {
  border-color: rgba(62, 255, 104, .72);
  box-shadow: 0 0 0 .22rem rgba(62, 255, 104, .12);
}

.wf-contact-slot-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.45rem;
  border: 0;
  border-radius: .6rem;
  background: #3eff68;
  color: #09100b;
  font: inherit;
  font-size: .94rem;
  font-weight: 820;
  cursor: pointer;
}

.wf-contact-slot-submit svg {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 991px) {
  .wf-contact-panel,
  .wf-contact-calendar__grid {
    grid-template-columns: 1fr;
  }

  .wf-contact-copy {
    max-width: none;
  }

  .wf-contact-card {
    max-width: 44rem;
  }

  .wf-contact-cal {
    min-height: 34rem;
  }
}

@media (max-width: 640px) {
  .wf-contact-wrap {
    width: min(100% - 1rem, 82rem);
  }

  .wf-contact-panel {
    padding: 1.1rem;
    border-radius: .85rem;
  }

  .wf-contact-form__grid,
  .wf-contact-chips {
    grid-template-columns: 1fr;
  }

  .wf-contact-title {
    font-size: clamp(2.55rem, 14vw, 3.6rem);
  }

  .wf-contact-card {
    padding: 1rem;
  }

  .wf-contact-badges {
    gap: .5rem .72rem;
    width: min(100%, 24rem);
  }

  .wf-contact-badge {
    min-width: 0;
  }

  .wf-contact-badge--wide {
    min-width: 0;
  }

  .wf-contact-badge img,
  .wf-contact-badge--wide img {
    max-height: none;
  }

  .wf-contact-badge--lockup img {
    width: 1.45rem;
    height: 1.45rem;
  }

  .wf-contact-badge--round img,
  .wf-contact-badge.is-round img {
    height: 3.05rem;
  }

  .wf-contact-badge--shield img,
  .wf-contact-badge.is-shield img {
    height: 3.35rem;
  }

  .wf-contact-date-grid,
  .wf-contact-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wf-contact-cal {
    min-height: 0;
  }
}
