#fw-section-hero-0 {
--color-primary: #4c3c2f;
--color-primary-rgb: 76, 60, 47;
--color-background: #f4f1eb;
--color-background-rgb: 244, 241, 235;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #f4f1eb;
--color-on-primary-rgb: 244, 241, 235;
--color-product-image-background: #f4f1eb;
--color-background-brightness: 241;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #4c3c2f;
--primary-btn-text: #f4f1eb;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}

#fw-section-image-with-text-1 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}




#fw-section-custom-html-a5049346-848c-461c-a4e0-e7dfd3b5f0be {

.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
}

.ig-item {
  width: 100%;
}

.instagram-media {
  width: 100% !important;
  min-width: unset !important;
  max-width: 100% !important;
}

@media (max-width: 900px) {
  .ig-grid {
    grid-template-columns: 1fr;
  }
}
}
















#fw-section-password {

/* =========================
   Coming Soon page polish
   ========================= */

/* Center stack spacing and typography */
main {
  padding-top: clamp(80px, 10vh, 140px);
  padding-bottom: clamp(60px, 8vh, 120px);
}

/* Make the “COMING SOON” feel like the homepage hero */
h1, h2 {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.25;
}

/* Subheading / helper text refinement */
p, small, label, .helper-text {
  opacity: 0.78;
}

/* Form styling: premium + consistent with homepage */
input[type="email"] {
  border-radius: 999px !important;
  border: 1px solid rgba(26,26,26,.22) !important;
  padding: 14px 18px !important;
  background: rgba(244,241,235,.92) !important;
}

button, input[type="submit"] {
  border-radius: 999px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 14px 26px !important;
}

/* Keep the form elegant */
form {
  max-width: 520px;
  margin: 0 auto;
}

/* Optional: subtle divider vibe */
hr {
  border: 0;
  height: 1px;
  background: rgba(26,26,26,.16);
  max-width: 140px;
  margin: 30px auto;
}
}