.elementor-64 .elementor-element.elementor-element-add35c8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ba1bd51 */:root {
  --deep-sepia: #6e5843;
  --golden-hour: #fcd875;
  --clay-terracotta: #c89b7b;
  --warm-cream: #fdf6e8;
}

body {
  background-color: var(--warm-cream);
  font-family: 'Cormorant Garamond', serif;
  color: var(--deep-sepia);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 2rem;
}

.logo {
  max-width: 160px;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.countdown {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 2.5rem;
  opacity: 0.7;
}

.signup {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 360px;
}

input[type="email"] {
  padding: 0.75rem 1rem;
  border: 1px solid var(--deep-sepia);
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  font-family: inherit;
}

button {
  background-color: var(--golden-hour);
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  color: var(--deep-sepia);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #fcd255;
}

footer {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: var(--deep-sepia);
  opacity: 0.6;
}/* End custom CSS */