/** Shopify CDN: Minification failed

Line 267:12 Expected identifier but found whitespace
Line 267:14 Unexpected "{"
Line 267:23 Expected ":"
Line 268:14 Expected identifier but found whitespace
Line 268:16 Unexpected "{"
Line 268:25 Expected ":"
Line 269:16 Expected identifier but found whitespace
Line 269:18 Unexpected "{"
Line 269:27 Expected ":"
Line 269:67 Expected ":"

**/
.contact__wrapper {
  position: relative;
}
@media screen and (max-width: 750px) {
  .contact__container {
    padding-top: 1rem !important;
  }
}
.contact__box {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  justify-content: center;
  align-items: center;
}
.contact__text {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 749.98px) {
  .contact__text {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  .contact__text {
    max-width: 63rem;
  }
}
.contact__title {
  margin: 0;
}
@media screen and (max-width: 749.98px) {
  .contact__title {
    font-size: calc(var(--font-heading-h2-size) - 3.4rem);
  }
}
.contact__title > p {
  margin: 0;
}
.contact__desc {
  font-size: calc(var(--font-body-size) + 0.4rem);
  line-height: var(--font-body-line-height);
  max-width: 57.5rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .contact__desc {
    font-size: var(--font-body-size);
    margin-top: 2.2rem;
  }
}
.contact-form {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .contact-form {
    max-width: 89.4rem;
  }
}
.contact .contact__field-error .form__message {
  align-items: flex-start;
  margin: 1rem 0 0;
  font-size: 1.2rem;
  font-weight: var(--font-body-weight);
  color: rgba(var(--color-error));
}
.contact .contact__field-error .form__message:before {
  content: "*";
  color: rgba(var(--color-error));
  margin-right: 0.2rem;
}
@media screen and (min-width: 750px) {
  .contact__fields {
    display: flex;
    grid-column-gap: 2.4rem;
  }
}
.contact .field {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2.4rem;
  }
}
.contact .field__no-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .contact .field__name {
    max-width: 43.5rem;
  }
}
.contact__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .contact__bottom {
    gap: 3.4rem;
  }
}
.contact__bottom .button {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .contact__bottom .button {
    min-width: 17.2rem;
    width: auto;
  }
}
.contact__add-text {
  font-size: calc(var(--font-body-size) - 0.2rem);
  line-height: calc(var(--font-body-line-height) + 3%);
  color: rgba(var(--color-foreground), 0.6);
  max-width: 56.2rem;
  text-align: center;
}
.contact__add-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.contact__add-text a:hover {
  color: rgba(var(--color-foreground), 0.6);
}
.contact__add-text > * {
  margin: 0;
}
.contact .icon-success {
  margin-top: 0.2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact .no-radius {
  border-radius: 0 !important;
}
.contact .border-act:focus {
  border: 0.1rem solid rgb(var(--color-border-input-hover)) !important;
}

@media screen and (min-width: 950px) {
  .contact-min-w {
    width: 100%;
  }
}

.tdu {
  color: rgba(var(--color-foreground), 0.6);
}
.tdu a {
  color: rgb(var(--color-link), 1);
  transition: color var(--duration-default);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
.tdu a:hover {
  color: rgba(var(--color-foreground), 0.8);
}

/* Split layout */
.contact__wrapper--split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

/* Left copy styles */
.contact__kicker {
  color: #ff8f80;
  font-weight: 700;
  margin-bottom: .5rem;
}
.contact__title--lg {
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 .5rem 0;
}
.contact__lede {
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 800;
  color: #ff8f80;
  margin: 0 0 1.25rem 0;
}
.contact__helper { color: var(--color-foreground, #2a2340); opacity: .9; }

/* Right card */
.contact__card {
  background: var(--card-bg, #ffa08f);
  color: var(--card-text, #1b1420);
  padding: clamp(16px, 3.2vw, 28px);
  border-radius: var(--card-radius, 16px);
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
}
.contact__card .field__label { color: inherit; opacity: .9; }

/* Two-column fields */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-bottom: 14px;
}
.contact__grid-span-2 { grid-column: 1 / -1; }

.contact__cta {
  margin-right: 14px;
}
.contact__policy {
  font-size: 13px;
  line-height: 1.45;
  opacity: .9;
}

/* Inputs */
.contact__card .field__input {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  height: 48px;
}
.contact__card .select select.field__input {
  appearance: none;
  background-image: none;
}

/* Success / error */
.contact__success, .contact__error {
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .contact__wrapper--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact__grid { grid-template-columns: 1fr; }
}

/* Theme variables from settings */
.contact__card {
  --card-bg: {{ section.settings.card_bg }};
  --card-text: {{ section.settings.card_text }};
  --card-radius: {{ section.settings.card_radius | default: 16 }}px;
}

/* Ensure the card uses the theme color */
.contact__card{
  background: var(--card-bg, #ffa08f) !important;
  color: var(--card-text, #1b1420);
  border-radius: var(--card-radius, 16px);
}

/* Make labels sit ABOVE inputs (kill floating/inline label styles) */
.contact__card .field{
  display: grid;
  grid-template-rows: auto auto;
}

.contact__card .field__label{
  position: static !important;
  transform: none !important;
  left: auto !important;
  top: auto !important;
  display: block;
  margin: 0 0 6px 0;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: none; /* or uppercase if you prefer */
  color: inherit;
  opacity: .85;
}

/* Inputs full-width, clean borders */
.contact__card .field__input,
.contact__card .text-area,
.contact__card .select select{
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 8px;
  height: 48px;
  padding: 10px 12px;
  box-shadow: none;
}

/* Select reset (hide theme chevrons if any) */
.contact__card .select{
  position: relative;
}
.contact__card .select select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Two-column grid still works; full-row fields span both */
.contact__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.contact__grid-span-2{
  grid-column: 1 / -1;
}

/* Button spacing + privacy copy */
.contact__bottom{
  margin-top: 18px;
}
.contact__cta{
  margin-right: 14px;
}
.contact__policy{
  font-size: 13px;
  line-height: 1.45;
  opacity: .9;
}

/* Responsive */
@media (max-width: 900px){
  .contact__grid{ grid-template-columns: 1fr; }
}
