/* Homepage newsletter — cream Crystal band, beats look.css forest leftovers */
html body #chb-temp-newsletter.newsletter {
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: Montserrat, system-ui, sans-serif;
  position: relative;
  background: #f7f2eb !important;
  color: #3d4038;
  padding: clamp(2.4rem, 4.5vw, 3.6rem) 1.25rem;
  overflow: hidden;
  margin: 0;
  border-top: 3px solid #c9a84c !important;
  border-bottom: 1px solid #eadfce;
}
html body #chb-temp-newsletter .newsletter-bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  mix-blend-mode: multiply;
}
html body #chb-temp-newsletter .newsletter-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 1fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
  align-items: center;
}
html body #chb-temp-newsletter .newsletter-copy .eye {
  margin: 0 0 0.45rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a84c;
}
html body #chb-temp-newsletter h2 {
  font-family: var(--font-display) !important;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 0 0 0.35rem !important;
  letter-spacing: -0.02em;
  color: #2f3d2a !important;
}
html body #chb-temp-newsletter h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: #c9a84c;
  margin: 0.55rem 0 0;
}
html body #chb-temp-newsletter p.lead {
  margin: 0.85rem 0 0 !important;
  font-family: var(--font-body) !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
  max-width: 36rem;
  color: #5c524c !important;
  opacity: 1 !important;
}
html body #chb-temp-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  background: #fffcf8;
  border: 1px solid #eadfce;
  border-radius: 16px;
  padding: 1.15rem 1.15rem 1.05rem;
  box-shadow: 0 10px 24px rgba(18, 10, 8, 0.06);
}
html body #chb-temp-newsletter .newsletter-row {
  display: flex;
  gap: 0.55rem;
  align-items: stretch;
}
html body #chb-temp-newsletter .newsletter-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  background: #fffcf8 !important;
  border: 1px solid #e6ddd2 !important;
  border-radius: 999px !important;
  padding: 0.85rem 1.2rem !important;
  color: #3d4038 !important;
  font-size: 0.92rem !important;
  outline: none;
  width: auto !important;
  min-height: 48px;
  box-sizing: border-box;
  font-family: var(--font-body) !important;
  box-shadow: none !important;
}
html body #chb-temp-newsletter .newsletter-form input[type="email"]:focus {
  border-color: #c9a84c !important;
  background: #fffef8 !important;
}
html body #chb-temp-newsletter .newsletter-form input::placeholder {
  color: #8a8178 !important;
  opacity: 1 !important;
}
html body #chb-temp-newsletter .newsletter-form .btn {
  flex: 0 0 auto;
  background: #2f3d2a !important;
  background-image: none !important;
  color: #fffcf8 !important;
  width: auto !important;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  letter-spacing: 0.1em;
  font-weight: 700 !important;
  border-radius: 999px !important;
  min-height: 48px;
  padding: 0 1.35rem !important;
  border: 1px solid #2f3d2a !important;
  cursor: pointer;
  box-shadow: none !important;
  font-family: var(--font-body) !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
html body #chb-temp-newsletter .newsletter-form .btn:hover {
  background: #3a4a36 !important;
  color: #fffcf8 !important;
  filter: none;
  transform: translateY(-1px);
}
html body #chb-temp-newsletter .newsletter-form .btn:disabled {
  opacity: 0.7;
  cursor: wait;
}
html body #chb-temp-newsletter .chb-newsletter-msg {
  margin: 0;
  font-size: 0.85rem;
  font-family: var(--font-body);
}
html body #chb-temp-newsletter .chb-newsletter-msg[data-ok="1"] { color: #2f3d2a; }
html body #chb-temp-newsletter .chb-newsletter-msg[data-ok="0"] { color: #8a3a2a; }
html body #chb-temp-newsletter .newsletter-note,
html body #chb-temp-newsletter .newsletter-note a {
  margin: 0;
  font-size: 0.75rem !important;
  line-height: 1.5;
  color: #6b6458 !important;
  opacity: 1 !important;
  font-family: var(--font-body) !important;
}
html body #chb-temp-newsletter .newsletter-note a {
  color: #2f3d2a !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
html body #chb-temp-newsletter .chb-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  html body #chb-temp-newsletter .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  html body #chb-temp-newsletter .newsletter-row {
    flex-direction: column;
  }
  html body #chb-temp-newsletter .newsletter-form .btn {
    width: 100% !important;
  }
}
