*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #eef3f0;
  color: #243028;
  line-height: 1.7;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

:root {
  --ink: #243028;
  --muted: #5c6b62;
  --paper: #eef3f0;
  --soft: #f7faf8;
  --sage: #5a8f7b;
  --sage-deep: #3d6b5a;
  --blush: #e8d5c4;
  --serif: Georgia, 'Times New Roman', serif;
}

/* ——— TOP-RIGHT CORNER STACK (not center, not full rail, not bottom) ——— */
.corner {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.corner .mark {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 8px;
  background: var(--soft);
  padding: 4px 8px;
  border-radius: 2px;
}
.corner a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 6px 12px;
  background: rgba(247,250,248,0.92);
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.15s;
}
.corner a:hover {
  color: var(--ink);
  border-color: var(--sage);
}
.corner a.on {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}

/* ——— DAWN: soft centered manifesto + circular photo (NOT hero+3) ——— */
.dawn {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 48px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(90,143,123,0.12), transparent 55%),
    var(--paper);
}
.dawn .orb {
  width: min(200px, 40vw);
  height: min(200px, 40vw);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px;
  border: 4px solid #fff;
  box-shadow: 0 12px 40px rgba(61,107,90,0.15);
}
.dawn .orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dawn .k {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 12px;
}
.dawn h1 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  max-width: 16ch;
  margin: 0 auto 16px;
  color: var(--ink);
}
.dawn .lead {
  color: var(--muted);
  max-width: 38ch;
  margin: 0 auto 28px;
  font-size: 1.05rem;
}
.dawn .paths {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.dawn .paths a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sage-deep);
  background: var(--soft);
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(90,143,123,0.25);
}
.dawn .paths a:hover {
  background: var(--sage);
  color: #fff;
}

/* ——— HANDS: zigzag care steps (NOT equal grid) ——— */
.hands-head {
  padding: 72px 28px 20px;
  max-width: 720px;
  margin: 0 auto;
}
.hands-head .k {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 10px;
}
.hands-head h1 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  font-weight: 400;
}

.zig {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 12px 28px 0;
}
.zig .step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
  align-items: center;
}
.zig .step:nth-child(even) .txt { order: 2; }
.zig .step:nth-child(even) .pic { order: 1; }
.zig .step .pic {
  border-radius: 12px;
  overflow: hidden;
  min-height: 160px;
  background: var(--blush);
}
.zig .step .pic img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.zig .step .txt {
  padding: 8px;
}
.zig .step .n {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--sage);
  line-height: 1;
  margin-bottom: 8px;
}
.zig .step h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.zig .step p {
  color: var(--muted);
  font-size: 0.95rem;
}
.zig .step.solo {
  grid-template-columns: 1fr;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background: var(--soft);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(90,143,123,0.15);
}
.zig .step.solo .txt { order: unset; }

/* ——— KIN: soft long-read ——— */
.kin {
  max-width: 580px;
  margin: 0 auto;
  padding: 72px 28px 80px;
}
.kin .k {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 12px;
}
.kin h1 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.2;
}
.kin p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.kin .soft-quote {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.4;
  margin: 32px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(90,143,123,0.25);
  border-bottom: 1px solid rgba(90,143,123,0.25);
}

/* ——— BELL: phone-first contact ——— */
.bell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 48px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(232,213,196,0.4), transparent 50%),
    var(--paper);
}
.bell .k {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 12px;
}
.bell h1 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.bell .phone {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  font-weight: 700;
  color: var(--sage-deep);
  margin: 12px 0 8px;
  letter-spacing: -0.5px;
}
.bell .phone a:hover { text-decoration: underline; }
.bell .sub {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
}
.bell .hours {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}
.bell .hours span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--soft);
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid rgba(90,143,123,0.2);
}
.bell form {
  width: 100%;
  max-width: 400px;
  text-align: left;
}
.bell label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.bell input,
.bell textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(90,143,123,0.25);
  background: var(--soft);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  margin-bottom: 12px;
  color: var(--ink);
}
.bell input:focus,
.bell textarea:focus {
  outline: none;
  border-color: var(--sage);
}
.bell textarea { min-height: 90px; resize: vertical; }
.bell button {
  width: 100%;
  padding: 13px;
  background: var(--sage-deep);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.bell button:hover { background: var(--sage); }
.bell .addr {
  margin-top: 28px;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
}

.ft {
  padding: 18px 24px 28px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid rgba(90,143,123,0.15);
}
.ft strong { color: var(--ink); }

@media (max-width: 700px) {
  .zig .step {
    grid-template-columns: 1fr;
  }
  .zig .step:nth-child(even) .txt,
  .zig .step:nth-child(even) .pic { order: unset; }
  .corner {
    top: auto;
    bottom: 12px;
    right: 12px;
    left: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(247,250,248,0.95);
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
  .corner .mark { width: 100%; text-align: center; margin-bottom: 4px; }
  body { padding-bottom: 80px; }
}
