/* /care — coming-soon page. Same brand language as the rest of the site. */

.care-page {
  background: var(--ivfc-stone, #f2f0eb);
  color: var(--ivfc-navy, #0d2340);
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.care-hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px 128px;
  text-align: center;
}

.care-hero .breath-orb {
  margin: 0 auto 56px;
}

.care-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--ivfc-green, #1d9e75);
  margin: 0 0 16px;
}

.care-wordmark {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: clamp(56px, 9vw, 96px);
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--ivfc-green, #1d9e75);
  line-height: 1;
  margin: 0 0 32px;
}

.care-copy {
  font-size: clamp(18px, 2.2vw, 22px);
  color: var(--ivfc-navy, #0d2340);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.4;
  max-width: 540px;
  margin: 0 0 12px;
}

.care-subcopy {
  font-size: 14px;
  color: var(--ivfc-mid, #7a8796);
  margin: 0;
  line-height: 1.6;
  max-width: 480px;
}
