/** Shopify CDN: Minification failed

Line 305:0 Expected "}" to go with "{"

**/
/* ===========================
   Floating Get In Touch button
   =========================== */

.ih-contact-floating {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 9970;
}

.ih-contact-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: #ffffff;
  color: #1C2430; /* Ink Happy navy */
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ih-contact-toggle__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #00C87F; /* Online green */
}

.ih-contact-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

/* Overlay */

.ih-contact-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  z-index: 9960;
  transition: opacity 0.25s ease;
}

/* Slide-out panel */

.ih-contact-panel {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  box-shadow: -22px 0 40px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9980;
  display: flex;
  flex-direction: column;
}

.ih-contact-panel__inner {
  padding: 2.25rem 2.5rem 2.5rem;
  overflow-y: auto;
}

/* Heading + intro copy – match quote flow vibe */

.ih-contact-panel__title {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}

.ih-contact-panel__subtitle {
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.6;
  max-width: 32rem;
  margin-bottom: 1.75rem;
}

/* Close button */

.ih-contact-panel__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #F4F4F5;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Form fields – styled to match "Get a quote" form */

.ih-contact-field {
  margin-bottom: 1.1rem;
}

.ih-contact-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6B7280;
  margin-bottom: 0.45rem;
}

.ih-contact-field input,
.ih-contact-field select,
.ih-contact-field textarea {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #E5E7EB;
  background-color: #F9FAFB;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  font-family: inherit;
  color: #111827;
}

.ih-contact-field textarea {
  border-radius: 20px;
  resize: vertical;
  min-height: 140px;
}

/* Focus state similar to quote flow */

.ih-contact-field input:focus,
.ih-contact-field select:focus,
.ih-contact-field textarea:focus {
  border-color: #111827;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #111827;
}

/* Placeholder tone */

.ih-contact-field input::placeholder,
.ih-contact-field textarea::placeholder {
  color: #9CA3AF;
}

/* Submit button – match your pill CTA */

.ih-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  margin-top: 0.75rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ih-contact-submit:hover {
  background: #020617;
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.42);
}

/* Success + Errors */

.ih-contact-panel__success {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  background: #ECFDF3;
  color: #166534;
  margin-bottom: 1rem;
}

.ih-contact-panel__errors {
  list-style: none;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: 0.85rem;
  background: #FEF2F2;
  color: #B91C1C;
  margin: 0 0 1rem;
}

/* Open states */

.ih-contact-panel.is-open {
  transform: translateX(0);
}

.ih-contact-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Mobile */

@media (max-width: 640px) {
  .ih-contact-panel {
    max-width: 100%;
    width: 100%;
  }

  .ih-contact-floating {
    right: 1.25rem;
    bottom: 1.25rem;
  }

  .ih-contact-panel__inner {
    padding: 2rem 1.6rem 2.25rem;
  }
}
/* ==========================================
   FORCE TYPOGRAPHY OVERRIDES (matches quote flow)
   ========================================== */

.ih-contact-panel,
.ih-contact-panel * {
  font-family: var(--font-body-family) !important;
}

/* Title */
.ih-contact-panel__title {
  font-size: 28px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

/* Subtitle */
.ih-contact-panel__subtitle {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* Labels */
.ih-contact-field label {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-weight: 600 !important;
}

/* Inputs */
.ih-contact-field input,
.ih-contact-field select,
.ih-contact-field textarea {
  font-size: 16px !important;
  padding: 14px 18px !important;
}

/* Placeholder */
.ih-contact-field input::placeholder,
.ih-contact-field textarea::placeholder {
  font-size: 15px !important;
}

/* Dropdown arrow fix */
.ih-contact-field select {
  background-size: 18px !important;
}

/* Textarea */
.ih-contact-field textarea {
  font-size: 16px !important;
}

/* Submit button */
.ih-contact-submit {
  font-size: 17px !important;
  padding: 14p
