/** Shopify CDN: Minification failed

Line 125:0 Unexpected "="

**/
/* ── Custom Contact Form 
.custom-contact-form {
  background: #ffffff;
  padding: 60px 40px;
}

.custom-contact-form .section-header {
  margin-bottom: 40px;
}

.custom-contact-form .section-header__title {
  margin-bottom: 8px;
}

.custom-contact-form .form-vertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-contact-form label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 6px;
}

.custom-contact-form .input-full {
  display: block;
  width: 100%;
  padding: 11px 14px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
  color: #1a1a1a;
  box-sizing: border-box;
  line-height: 1.5;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.custom-contact-form .input-full:focus {
  outline: none;
  border-color: #E8845A;
  box-shadow: 0 0 0 3px rgba(232, 132, 90, 0.12);
  background: #fff;
}

.custom-contact-form textarea.input-full {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

/* Two-column rows 
.custom-contact-form .grid--small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 640px) {
  .custom-contact-form {
    padding: 40px 20px;
  }
  .custom-contact-form .grid--small {
    grid-template-columns: 1fr;
  }
}

.custom-contact-form .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  background: #E8845A;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}

.custom-contact-form .btn:hover {
  background: #d4714a;
}

.custom-contact-form .note--success {
  padding: 14px 18px;
  background: #edf7ed;
  border: 1px solid #a3d9a5;
  border-radius: 8px;
  color: #2d6a2f;
  font-size: 14px;
}

/* Constrain form width 
.custom-contact-form .page-width {
  max-width: 720px !important;
  margin: 0 auto;
  padding: 0 24px;
}

.custom-contact-form .page-width--narrow {
  max-width: 600px !important;
  margin: 0 auto;
  padding: 0 24px;
}

#contact-template--22510959689976__custom_form_hXhk8R > label.hidden-label {
    display:none;
} */

=======

/* ── Custom Contact Form ── */

.custom-contact-form {
  padding: 60px 0;
}

.custom-contact-form .section-header {
  margin-bottom: 40px;
}

.custom-contact-form .section-header__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.custom-contact-form .section-header__rte {
  font-size: 0.9375rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin: 0;
}

/* ── Fields ── */

.custom-form-field {
  margin-bottom: 24px;
}

.custom-form-field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.custom-form-field input.input-full,
.custom-form-field textarea.input-full {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  line-height: 1.5;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.custom-form-field input.input-full::placeholder,
.custom-form-field textarea.input-full::placeholder {
  color: #b0b0b0;
}

.custom-form-field input.input-full:focus,
.custom-form-field textarea.input-full:focus {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.08);
}

.custom-form-field textarea.input-full {
  resize: vertical;
  min-height: 110px;
}

.custom-form-field input[type="number"].input-full::-webkit-inner-spin-button,
.custom-form-field input[type="number"].input-full::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-form-field input[type="number"].input-full {
  -moz-appearance: textfield;
}

.custom-form-field input[type="date"].input-full {
  cursor: pointer;
}

/* ── Submit ── */

.custom-contact-form .btn,
.custom-contact-form button[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  background: #F68C58;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease;
  text-transform: uppercase;
  font-family: 'Josefin Sans';
}

.custom-contact-form .btn:hover,
.custom-contact-form button[type="submit"]:hover {
  background: #F68C58;
}

/* ── Notes ── */

.custom-contact-form .note--success {
  font-size: 0.9375rem;
  color: #276749;
  background: #f0faf4;
  border: 1px solid #b7dfc8;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 24px;
}

.custom-contact-form .errors,
.custom-contact-form .note--error {
  font-size: 0.875rem;
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 24px;
}

/* ── Spam disclaimer ── */

.custom-contact-form [class*="spam"],
.custom-contact-form .shopify-policy__title {
  font-size: 0.75rem;
  color: #999;
  text-align: center;
  margin-top: 14px;
}

/* ── Responsive ── */

@media (max-width: 600px) {
  .custom-contact-form {
    padding: 40px 0;
  }

  .custom-form-field {
    margin-bottom: 20px;
  }
}

/* ── Width Constraint ── */

.custom-contact-form .page-width {
  max-width: 680px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-contact-form .page-width--narrow {
  max-width: 560px;
}