.elementor-880 .elementor-element.elementor-element-69e79ee{--display:flex;}/* Start custom CSS */<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest:     #3a4d37;
  --forest-mid: #4e6349;
  --forest-dim: #2c3a29;
  --sage:       #7a9e6b;
  --sage-light: #a8c4a0;
  --sage-pale:  #c8d9a8;
  --cream:      #f7f3ec;
  --cream-dark: #ede8df;
  --warm-white: #faf8f4;
  --stone:      #c2c9b8;
  --ink:        #1c2419;
  --charcoal:   #3d3d3a;
  --muted:      #6b7060;
  --border:     rgba(58,77,55,0.12);
  --border-focus: rgba(58,77,55,0.4);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--charcoal);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}



/* ── SHARED ── */
.section-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-tag::before {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--sage);
  flex-shrink: 0;
}

/* ── MAIN LAYOUT ── */
.page-wrap {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* ── LEFT PANEL ── */
.left-panel {
  background: var(--forest);
  padding: 5rem 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Decorative rings */
.left-panel::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(200,217,168,0.08);
  pointer-events: none;
}
.left-panel::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(200,217,168,0.06);
  pointer-events: none;
}

.left-panel-top {}

.left-eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-light);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.left-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--sage-light);
  flex-shrink: 0;
}

.left-panel h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

.left-panel h1 em {
  font-style: italic;
  color: var(--sage-pale);
}

.left-panel .lead {
  font-size: 15px;
  color: var(--sage-light);
  line-height: 1.8;
  opacity: 0.85;
  max-width: 400px;
  margin-bottom: 3rem;
}

/* What to expect items */
.expect-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.expect-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.expect-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(200,217,168,0.12);
  border: 0.5px solid rgba(200,217,168,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.expect-icon svg { width: 14px; height: 14px; }

.expect-item-text strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 2px;
}

.expect-item-text span {
  font-size: 12px;
  color: var(--sage-light);
  opacity: 0.75;
  line-height: 1.5;
}

/* Divider */
.left-divider {
  border: none;
  border-top: 0.5px solid rgba(200,217,168,0.15);
  margin-bottom: 2rem;
}

/* Emily card */
.emily-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.emily-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(200,217,168,0.15);
  border: 1px solid rgba(200,217,168,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.emily-avatar svg { width: 24px; height: 24px; opacity: 0.5; }

.emily-card-text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 2px;
}

.emily-card-text span {
  font-size: 12px;
  color: var(--sage-light);
  opacity: 0.7;
  line-height: 1.4;
}

/* ── RIGHT PANEL ── */
.right-panel {
  background: var(--warm-white);
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-panel-inner {
  max-width: 460px;
}

/* Step indicators */
.steps-indicator {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 3rem;
}

.step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
}

.step:not(:last-child)::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
  margin: 0 8px;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}

.step.active .step-num {
  background: var(--forest);
  color: var(--sage-pale);
}

.step.complete .step-num {
  background: var(--sage-pale);
  color: var(--forest);
}

.step.inactive .step-num {
  background: var(--cream-dark);
  color: var(--stone);
}

.step-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.step.active .step-label { color: var(--forest); }
.step.complete .step-label { color: var(--sage); }
.step.inactive .step-label { color: var(--stone); }

/* ── FORM PANEL ── */
#step-form { display: block; }
#step-calendar { display: none; }

.form-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.form-heading em {
  font-style: italic;
  color: var(--forest-mid);
}

.form-sub {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 2.25rem;
}

/* Form fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1rem;
}

.form-group.full { grid-column: 1 / -1; }

.form-group label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.form-group input,
.form-group textarea {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: white;
  border: 0.5px solid var(--border);
  border-radius: 6px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  line-height: 1.5;
  -webkit-appearance: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--stone);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(58,77,55,0.07);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  width: 100%;
  background: var(--forest);
  color: var(--cream);
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.5rem;
}

.form-submit:hover {
  background: var(--forest-dim);
  transform: translateY(-1px);
}

.form-note {
  font-size: 11px;
  color: var(--stone);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.6;
}

/* ── CALENDAR PANEL ── */
.calendar-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.calendar-heading em {
  font-style: italic;
  color: var(--forest-mid);
}

.calendar-sub {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Calendly embed placeholder */
.calendly-embed-wrap {
  background: white;
  border: 0.5px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Real Calendly inline embed goes here — placeholder shown until configured */
.calendly-placeholder {
  text-align: center;
  padding: 3rem 2rem;
}

.calendly-placeholder-icon {
  width: 56px;
  height: 56px;
  background: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.calendly-placeholder-icon svg { width: 24px; height: 24px; }

.calendly-placeholder h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.calendly-placeholder p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 280px;
  margin: 0 auto 1.5rem;
}

.calendly-placeholder code {
  display: inline-block;
  font-family: 'DM Sans', monospace;
  font-size: 11px;
  background: var(--cream);
  border: 0.5px solid var(--border);
  border-radius: 4px;
  padding: 3px 8px;
  color: var(--forest);
  letter-spacing: 0.03em;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  margin-top: 1.25rem;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.back-link:hover { color: var(--forest); }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  padding: 2rem 4rem;
}

.footer-inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.01em;
}

.footer-logo span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: -2px;
}

.footer-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-links a {
  font-size: 12px;
  font-weight: 500;
  color: rgba(250,248,244,0.45);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--cream); }

.footer-copy {
  font-size: 11px;
  color: rgba(250,248,244,0.3);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 0 2rem; }

  .page-wrap {
    grid-template-columns: 1fr;
  }

  .left-panel {
    padding: 4rem 2rem;
  }

  .right-panel {
    padding: 3.5rem 2rem;
  }

  .right-panel-inner {
    max-width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  footer { padding: 2rem; }
  .footer-inner { flex-direction: column; gap: 1.25rem; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
</style>/* End custom CSS */