/* eNurse.com — privately held brand asset */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("fonts/cormorant.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("fonts/cormorant.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: block;
  src: url("fonts/cormorant-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("fonts/outfit.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/outfit.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("fonts/outfit.woff2") format("woff2");
}

:root {
  --cream: #f6efe6;
  --cream-soft: #fbf8f3;
  --ink: #2c241c;
  --sage: #6b8f7a;
  --sage-deep: #4a6b5c;
  --sage-wash: #e8efe9;
  --terracotta: #c45c3e;
  --terracotta-deep: #b24f34;
  --terracotta-dim: rgba(196, 92, 62, 0.28);
  --taupe: #7a6c60;
  --taupe-soft: #9a8b7d;
  --line: rgba(196, 92, 62, 0.28);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --wrap: min(1120px, calc(100% - 80px));
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream-soft);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    linear-gradient(90deg,
      rgba(251, 248, 243, 0.94) 0%,
      rgba(246, 239, 230, 0.82) 16%,
      rgba(246, 239, 230, 0.48) 32%,
      rgba(251, 248, 243, 0.16) 48%,
      rgba(251, 248, 243, 0.00) 64%),
    linear-gradient(180deg,
      rgba(251, 248, 243, 0.42) 0%,
      rgba(251, 248, 243, 0.00) 22%,
      rgba(246, 239, 230, 0.10) 78%,
      rgba(246, 239, 230, 0.28) 100%),
    url("hero.jpg") 58% 28% / cover no-repeat;
  overflow: hidden;
  color: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--wrap);
  margin: 0 auto;
  padding: 32px 0 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  height: 28px;
  width: 28px;
  display: block;
  flex-shrink: 0;
}

.brand-mark {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink);
}

.top-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
}

.top-meta a {
  text-decoration: none;
  color: var(--terracotta);
  letter-spacing: 0.16em;
}

.top-meta a:hover { color: var(--terracotta-deep); }

.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--wrap);
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 140px 0 88px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: lowercase;
  color: var(--terracotta);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--terracotta);
  flex-shrink: 0;
}

.wordmark {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(68px, 8.6vw, 104px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.9;
  color: var(--ink);
}

.wordmark .e {
  color: var(--terracotta);
  font-weight: 400;
}

.hero-line {
  margin: 28px 0 0;
  max-width: 16em;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.18;
  color: var(--sage-deep);
}

.hero-support {
  margin: 22px 0 0;
  max-width: 42ch;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--taupe);
}

.hero-who {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.55;
  color: var(--sage-deep);
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 15px 26px 14px;
  border: 1px solid transparent;
  background: var(--terracotta);
  color: var(--cream-soft);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cta:hover {
  background: var(--terracotta-deep);
  color: var(--cream-soft);
}

.cta span.em {
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 13px;
}

/* ——— KPI on cream ——— */
.kpis {
  background: var(--cream);
  padding: 56px 0 8px;
  position: relative;
  z-index: 2;
}

.kpi-grid {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.kpi {
  background: transparent;
  border: 0;
  border-top: 2px solid var(--terracotta);
  padding: 28px 36px 20px 0;
  min-height: 0;
}

.kpi + .kpi {
  padding-left: 36px;
  padding-right: 0;
}

.kpi-figure {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ink);
}

.kpi-word {
  font-size: 34px;
  letter-spacing: -0.03em;
}

.kpi-label {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.kpi-note {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--taupe);
  letter-spacing: 0;
  text-transform: none;
  max-width: 28ch;
}

/* ——— Texture band ——— */
.band {
  position: relative;
  height: 220px;
  margin-top: 64px;
  background:
    linear-gradient(90deg,
      rgba(251, 248, 243, 0.42) 0%,
      rgba(246, 239, 230, 0.08) 38%,
      rgba(251, 248, 243, 0.28) 100%),
    url("band.png") center 38% / cover no-repeat;
}

.band::before,
.band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--terracotta-dim);
}

.band::before { top: 0; }
.band::after { bottom: 0; }

.band-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--wrap);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
}

/* ——— Sections ——— */
.section {
  padding: 108px 0 24px;
  background: var(--cream-soft);
}

.section-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  width: var(--wrap);
  margin: 0 auto;
}

.kicker {
  margin: 8px 0 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--ink);
}

.lede {
  margin: 22px 0 0;
  max-width: 46ch;
  font-size: 18.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--taupe);
}

.asset-rule {
  width: var(--wrap);
  margin: 48px auto 0;
  border: 0;
  border-top: 1px solid var(--line);
}

/* ——— Partner ——— */
.partner {
  padding: 72px 0 112px;
  background: var(--cream-soft);
}

.partner-panel {
  width: var(--wrap);
  margin: 0 auto;
  padding: 64px 72px;
  background: var(--cream);
  border: 1px solid var(--terracotta-dim);
  border-top: 2px solid var(--terracotta);
  position: relative;
  color: var(--ink);
}

.partner-panel .kicker { margin-top: 0; }

.partner-panel .section-title {
  color: var(--ink);
}

.partner-copy {
  margin: 18px 0 0;
  max-width: 52ch;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--taupe);
}

.partner-panel .cta { margin-top: 32px; }

/* ——— Footer ——— */
footer {
  border-top: 1px solid var(--terracotta-dim);
  padding: 36px 0 48px;
  background: var(--sage-wash);
  color: var(--taupe);
}

.foot {
  width: var(--wrap);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: baseline;
}

.foot p {
  margin: 0;
  max-width: 62ch;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: var(--taupe);
}

.foot-mark {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-deep);
  white-space: nowrap;
}

/* ——— Mobile ——— */
@media (max-width: 900px) {
  :root { --wrap: min(1120px, calc(100% - 40px)); }

  .topbar { padding-top: 22px; }
  .top-meta { display: none; }
  .hero-inner { padding: 120px 0 64px; }
  .wordmark { font-size: 64px; }
  .hero-line { max-width: none; font-size: 28px; }

  .kpi-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .kpi,
  .kpi + .kpi {
    padding: 24px 0 16px;
  }

  .band { height: 140px; margin-top: 48px; }
  .band-caption { flex-direction: column; gap: 10px; text-align: center; }

  .section { padding-top: 72px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }

  .partner { padding: 48px 0 80px; }
  .partner-panel { padding: 40px 28px; }

  .foot { flex-direction: column; gap: 14px; }
}

@media (max-width: 480px) {
  .wordmark { font-size: 52px; }
  .cta { width: 100%; justify-content: center; }
}

/* Mid-page screenshot helper: index.html?shot=mid */
html.shot-mid .hero {
  min-height: 0;
  height: 0;
  overflow: hidden;
}
html.shot-mid .hero-inner,
html.shot-mid .topbar {
  display: none;
}
html.shot-mid .kpis { padding-top: 48px; }
html.shot-mid .band { margin-top: 32px; }

html.shot-hero .hero,
html.shot-hero .hero-inner {
  min-height: 900px;
  height: 900px;
}
