/* ============================================================
   timegarden — /newhome conversion homepage
   Rides on base.css + landing.css + timegarden.css (the original
   garden hero). Everything here is nh-/v-prefixed to coexist.
   ============================================================ */

:root {
  --nh-bg: #faf8f2;
  --nh-panel: #ffffff;
  --nh-ink: #232a18;
  --nh-soft: #5c6455;
  --nh-faint: #98a08f;
  --nh-line: rgba(35, 42, 24, 0.12);
  --nh-green: rgb(52, 168, 138);
  --nh-green-deep: #1e7a5c;
  --nh-green-soft: rgba(52, 168, 138, 0.09);
  --nh-gold: #b3892a;
  --nh-dash: rgba(52, 168, 138, 0.55);
}

/* ---- hero additions (the hero itself comes from landing.css) ---- */
.nh-navlogin {
  font-size: 13.5px; color: inherit; opacity: 0.65; text-decoration: none;
  margin-right: 4px; white-space: nowrap;
}
.nh-navlogin:hover { opacity: 1; }
/* primary CTA: sentence case, never wraps — overrides landing.css's
   mono-uppercase .cta treatment for this page */
.nh-cta-main {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 16.5px !important; font-weight: 600 !important;
  text-transform: none !important; letter-spacing: 0 !important;
  white-space: nowrap;
}
/* secondary: a quiet text link, one visual level below the button */
.nh-demolink {
  display: inline-flex; align-items: center;
  font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 500;
  color: var(--nh-green-deep); text-decoration: none; white-space: nowrap;
  padding: 13px 6px;
}
.nh-demolink:hover { text-decoration: underline; text-underline-offset: 4px; }
/* mobile: the CTA pair stacks instead of pushing past the edge */
.hero-cta-row { flex-wrap: wrap; row-gap: 2px; }
@media (max-width: 640px) {
  .nh-navlogin { display: none; }
  .nh-demolink { padding-left: 2px; }
  .nh-micro { max-width: 100%; }
}
.nh-micro {
  margin-top: 13px; font-family: "Space Mono", monospace;
  font-size: 11px; letter-spacing: 0.05em; color: var(--nh-faint);
}

/* ---- shared below-hero zone ---- */
.nh-zone { background: var(--nh-bg); color: var(--nh-ink); font-family: "Archivo", sans-serif; }
.nh-wrap { max-width: 1080px; margin: 0 auto; padding-left: 26px; padding-right: 26px; }
.nh-sec { padding-top: 96px; }

.nh-eyebrow {
  font-family: "Space Mono", monospace; font-size: 11px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--nh-green-deep);
}
.nh-h2 {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  font-size: clamp(30px, 4.4vw, 46px); line-height: 1.08; margin-top: 10px;
  letter-spacing: 0; text-wrap: balance;
}
.nh-sec-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.nh-sec-head p { color: var(--nh-soft); margin-top: 12px; }

.nh-cta-row { display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; }
.nh-cta {
  font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 600;
  background: var(--nh-green-deep); color: #fff; text-decoration: none;
  padding: 15px 30px; border-radius: 999px;
  box-shadow: 0 10px 26px rgba(30, 122, 92, 0.28);
  transition: transform 0.15s, box-shadow 0.15s;
  display: inline-block;
}
.nh-cta:hover { transform: translateY(-1px); box-shadow: 0 13px 30px rgba(30, 122, 92, 0.34); }

/* the real product screenshot */
.nh-shot { margin: 54px auto 0; max-width: 1020px; }
.nh-shot-frame {
  border-radius: 14px; overflow: hidden;
  border: 1px solid var(--nh-line);
  box-shadow: 0 30px 80px rgba(35, 42, 24, 0.16), 0 6px 20px rgba(35, 42, 24, 0.08);
  background: #fff;
}
.nh-shot-bar { display: flex; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--nh-line); }
.nh-shot-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--nh-line); }
.nh-shot img { display: block; width: 100%; height: auto; }
.nh-shot-cap {
  text-align: center; font-family: "Space Mono", monospace; font-size: 11px;
  letter-spacing: 0.08em; color: var(--nh-faint); margin-top: 14px; text-transform: uppercase;
}

/* how it works — plain numbered text, no card chrome (D5) */
.nh-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 820px) { .nh-steps { grid-template-columns: 1fr; gap: 30px; } }
.nh-step { padding: 0 6px; }
.nh-step i {
  display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--nh-green-soft); color: var(--nh-green-deep);
  font-family: "Space Mono", monospace; font-size: 13px; font-style: normal;
}
.nh-step h3 { font-family: "Space Grotesk", sans-serif; font-size: 17px; font-weight: 600; margin: 14px 0 6px; }
.nh-step p { font-size: 14.5px; color: var(--nh-soft); line-height: 1.6; }
.nh-step small { display: block; margin-top: 10px; font-family: "Space Mono", monospace; font-size: 11px; color: var(--nh-faint); }

/* ============================================================
   vfeat — Vimcal-style scrollytelling. Dark stage; the text
   scrolls, the card stays pinned, the visual crossfades.
   ============================================================ */
.vfeat {
  background: #ffffff;
  color: var(--nh-ink);
  margin-top: 100px;
  padding: 110px 0 40px;
  border-top: 1px solid var(--nh-line);
  border-bottom: 1px solid var(--nh-line);
}
.vfeat-head { text-align: center; max-width: 760px; margin: 0 auto 30px; padding: 0 26px; }
.vfeat-head h2 {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  font-size: clamp(30px, 4.6vw, 48px); line-height: 1.1; margin-top: 12px; text-wrap: balance;
}
.vfeat-head em { font-style: italic; color: var(--nh-green-deep); }

.vfeat-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  max-width: 1180px; margin: 0 auto; padding: 0 26px;
  /* columns must STRETCH to full height — the sticky card needs the
     whole column as its travel track */
}
.vfeat-side { align-self: stretch; }

/* left: the scrolling steps */
.vstep {
  min-height: 88vh;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  border-left: 1px solid var(--nh-line);
  padding: 60px 0 60px clamp(22px, 3vw, 44px);
}
.vstep-tag { display: flex; align-items: center; gap: 12px; }
.vchip {
  font-family: "Space Mono", monospace; font-size: 12px; color: var(--nh-ink);
  border: 1px solid rgba(35, 42, 24, 0.25); border-radius: 7px;
  padding: 4px 8px; background: rgba(35, 42, 24, 0.03);
}
.vlabel {
  font-family: "Space Mono", monospace; font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--nh-faint);
}
.vstep h3 {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  font-size: clamp(34px, 4.4vw, 54px); line-height: 1.06;
  margin: 22px 0 18px; text-wrap: balance; color: var(--nh-ink);
}
.vstep p { font-size: 17px; line-height: 1.65; color: var(--nh-soft); max-width: 44ch; }
.vbtn {
  display: inline-block; margin-top: 28px;
  font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 600;
  background: var(--nh-ink); color: #faf8f2; text-decoration: none;
  padding: 14px 26px; border-radius: 11px;
  transition: transform 0.15s, background 0.15s;
}
.vbtn:hover { transform: translateY(-1px); background: #000; }

/* right: the pinned card */
.vfeat-side { position: relative; min-width: 0; }
.vcard {
  position: sticky; top: calc(50vh - 250px);
  height: 500px; border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #fdfcf8) padding-box,
    linear-gradient(150deg, rgba(52, 168, 138, 0.65), rgba(52, 168, 138, 0.14) 38%, rgba(179, 137, 42, 0.14) 62%, rgba(179, 137, 42, 0.6)) border-box;
  box-shadow: 0 30px 70px rgba(35, 42, 24, 0.12), 0 6px 18px rgba(35, 42, 24, 0.06);
  overflow: hidden;
}
.vcard .vpane {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(20px, 3vw, 40px);
  opacity: 0; transition: opacity 0.45s ease;
  pointer-events: none;
}
.vcard .vpane.active { opacity: 1; }
.vcard .vpane > * { width: 100%; }

/* mobile: no pinned card — each step carries its own visual */
.vmini { display: none; }
@media (max-width: 880px) {
  .vfeat-side { display: none; }
  .vfeat-grid { grid-template-columns: 1fr; }
  .vstep { min-height: 0; padding: 44px 0 44px 20px; }
  .vmini {
    display: block; width: 100%; margin-top: 30px;
    border-radius: 16px; border: 1px solid var(--nh-line);
    background: #fff;
    padding: 20px;
  }
}

/* ---- shared feature visuals (light + dark via tokens) ---- */
.v-cols { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; }
.v-col { border: 1px solid var(--nh-line); border-radius: 12px; padding: 14px; min-height: 210px; }
.v-title {
  font-family: "Space Mono", monospace; font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--nh-faint); display: block; margin-bottom: 10px;
}
.v-app {
  font-family: "Space Mono", monospace; font-size: 11px; color: var(--nh-soft);
  background: var(--nh-bg); border-radius: 7px; padding: 7px 10px; margin-bottom: 7px;
  opacity: 0; transform: translateX(-8px);
}
.in .v-app { animation: vSlide 0.45s ease forwards; }
.in .v-app:nth-child(3) { animation-delay: 0.25s; }
.in .v-app:nth-child(4) { animation-delay: 0.5s; }
.in .v-app:nth-child(5) { animation-delay: 0.75s; }
@keyframes vSlide { to { opacity: 1; transform: none; } }
.v-arrow { color: var(--nh-green-deep); font-size: 18px; }
.v-block {
  position: relative; border: 1.5px dashed var(--nh-dash); border-radius: 8px;
  background: var(--nh-green-soft); color: var(--nh-green-deep);
  font-family: "Space Mono", monospace; font-size: 11px; padding: 9px 10px; margin-bottom: 8px;
  opacity: 0; transform: scaleX(0.6); transform-origin: left;
}
.in .v-block { animation: vDraw 0.5s ease forwards; }
.in .v-block:nth-child(2) { animation-delay: 0.5s; }
.in .v-block:nth-child(3) { animation-delay: 0.9s; }
.in .v-block:nth-child(4) { animation-delay: 1.3s; }
@keyframes vDraw { to { opacity: 1; transform: none; } }
.v-block small { display: block; font-size: 8.5px; letter-spacing: 0.14em; color: var(--nh-faint); margin-top: 3px; }

/* 3-state pane: raw → suggested → approved */
.vfeat-steps, .vstep, .vmini { min-width: 0; max-width: 100%; }
.v-cols3 { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; }
@media (max-width: 560px) {
  .v-cols, .v-cols3 { grid-template-columns: 1fr; }
  .v-arrow { justify-self: center; transform: rotate(90deg); }
  .v-cols3 .v-col, .v-col { min-height: 0; }
}
.v-cols3 .v-col { min-height: 190px; padding: 12px 10px; }
.v-cols3 .v-app, .v-cols3 .v-block { font-size: 10px; padding: 7px 8px; }
.v-done, .v-skip {
  font-family: "Space Mono", monospace; font-size: 10px; border-radius: 8px;
  padding: 9px 8px; margin-bottom: 8px; opacity: 0; transform: translateY(6px);
}
.v-done { background: var(--nh-green-deep); color: #fff; }
.v-skip { color: var(--nh-faint); border: 1px solid var(--nh-line); text-decoration: line-through; }
.in .v-done { animation: vSlide 0.45s ease 1.8s forwards; }
.in .v-done + .v-done { animation-delay: 2.1s; }
.in .v-skip { animation: vSlide 0.45s ease 2.4s forwards; }

.v-chat { display: flex; flex-direction: column; gap: 12px; }
.v-line { display: flex; gap: 10px; align-items: baseline; opacity: 0; transform: translateY(8px); }
.in .v-line { animation: vSlide 0.4s ease forwards; }
.in .v-line:nth-child(2) { animation-delay: 0.3s; }
.in .v-line:nth-child(3) { animation-delay: 0.6s; }
.v-line b {
  font-family: "Space Mono", monospace; font-size: 10.5px; color: var(--nh-green-deep);
  flex: none; text-transform: uppercase; letter-spacing: 0.08em;
}
.v-line span { font-size: 14px; color: var(--nh-soft); }
.v-summary {
  margin-top: 8px; border: 1.5px dashed var(--nh-dash); border-radius: 10px;
  padding: 12px 14px; background: var(--nh-green-soft);
  font-size: 13px; color: var(--nh-green-deep);
  opacity: 0;
}
.in .v-summary { animation: vSlide 0.5s ease 1s forwards; }
.v-summary b { font-family: "Space Mono", monospace; font-size: 9.5px; letter-spacing: 0.16em; display: block; margin-bottom: 4px; }

.v-avail { width: 100%; }
.v-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 16px; }
.v-day { border: 1px solid var(--nh-line); border-radius: 9px; height: 150px; position: relative; }
.v-day span {
  position: absolute; top: 6px; left: 0; right: 0; text-align: center;
  font-family: "Space Mono", monospace; font-size: 9px; color: var(--nh-faint);
}
.v-slot {
  position: absolute; left: 6px; right: 6px; border-radius: 6px;
  background: var(--nh-green-soft); border: 1.5px dashed var(--nh-dash);
  transform: scaleY(0); transform-origin: top;
}
.in .v-slot { animation: vGrow 0.5s ease forwards; }
.in .v-day:nth-child(2) .v-slot { animation-delay: 0.35s; }
.in .v-day:nth-child(4) .v-slot { animation-delay: 0.7s; }
@keyframes vGrow { to { transform: none; } }
.v-link {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border: 1px solid var(--nh-line); border-radius: 999px; padding: 11px 16px;
  font-family: "Space Mono", monospace; font-size: 12px; color: var(--nh-green-deep);
  background: var(--nh-bg); opacity: 0;
}
.in .v-link { animation: vSlide 0.5s ease 1.1s forwards; }
.v-link em { font-style: normal; color: var(--nh-faint); font-size: 10px; letter-spacing: 0.1em; }

.v-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.v-chip {
  font-family: "Space Grotesk", sans-serif; font-size: 13.5px; color: var(--nh-soft);
  border: 1px solid var(--nh-line); border-radius: 999px; padding: 9px 16px;
  background: var(--nh-bg); opacity: 0; transform: translateY(6px);
}
.in .v-chip { animation: vSlide 0.35s ease forwards; }
.in .v-chip:nth-child(2) { animation-delay: 0.1s; } .in .v-chip:nth-child(3) { animation-delay: 0.2s; }
.in .v-chip:nth-child(4) { animation-delay: 0.3s; } .in .v-chip:nth-child(5) { animation-delay: 0.4s; }
.in .v-chip:nth-child(6) { animation-delay: 0.5s; } .in .v-chip:nth-child(7) { animation-delay: 0.6s; }
.in .v-chip:nth-child(8) { animation-delay: 0.7s; }

/* inline CTA */
.nh-inline-cta { text-align: center; padding-top: 84px; }
.nh-inline-cta .nh-micro { margin-top: 12px; }

/* privacy — light three-fact band (D6) */
.nh-privband {
  background: #fff; border: 1px solid var(--nh-line); border-radius: 22px;
  padding: clamp(30px, 4.5vw, 50px);
  text-align: center;
}
.nh-privfacts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 30px;
  margin-top: 28px; text-align: left;
}
@media (max-width: 760px) { .nh-privfacts { grid-template-columns: 1fr; } }
.nh-privfacts div { font-size: 14.5px; color: var(--nh-soft); line-height: 1.6; }
.nh-privfacts b { color: var(--nh-ink); }
.nh-privlink {
  display: inline-block; margin-top: 26px;
  font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 600;
  color: var(--nh-green-deep); text-decoration: none;
}
.nh-privlink:hover { text-decoration: underline; text-underline-offset: 4px; }

/* comparison */
.nh-compare { overflow-x: auto; border: 1px solid var(--nh-line); border-radius: 14px; background: var(--nh-panel); }
.nh-compare table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 14px; }
.nh-compare th, .nh-compare td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--nh-line); }
.nh-compare tr:last-child td { border-bottom: none; }
.nh-compare th {
  font-family: "Space Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--nh-faint); font-weight: 500;
}
.nh-compare td:first-child { font-family: "Space Grotesk", sans-serif; font-weight: 600; white-space: nowrap; }
.nh-compare td { color: var(--nh-soft); }
.nh-compare tr.you td { color: var(--nh-ink); font-weight: 500; }
.nh-compare tr.you td:first-child { color: var(--nh-green-deep); }

/* garden moment */
.nh-garden { text-align: center; }
.nh-garden .imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 760px; margin: 34px auto 0; }
.nh-garden .imgs-one { grid-template-columns: 1fr; max-width: 540px; }
@media (max-width: 640px) { .nh-garden .imgs { grid-template-columns: 1fr; } }
.nh-garden img, .nh-garden video { width: 100%; border-radius: 16px; display: block; }
.nh-garden figcaption {
  font-family: "Space Mono", monospace; font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--nh-faint); margin-top: 10px;
}
.nh-garden .line { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(22px, 3vw, 30px); margin-top: 30px; }
.nh-garden .line em { color: var(--nh-green-deep); }

/* founder — lives inside the garden section now (D10) */
.nh-founder { max-width: 560px; margin: 56px auto 0; border-left: 3px solid var(--nh-green); padding-left: 26px; text-align: left; }
.nh-founder p { color: var(--nh-soft); font-size: 15.5px; line-height: 1.7; }
.nh-founder .sig { margin-top: 14px; font-family: "Instrument Serif", Georgia, serif; font-size: 20px; color: var(--nh-ink); }
.nh-founder .sig small { display: block; font-family: "Space Mono", monospace; font-size: 11px; color: var(--nh-faint); margin-top: 2px; }

/* faq */
.nh-faq { max-width: 720px; margin: 0 auto; }
.nh-faq details { border-bottom: 1px solid var(--nh-line); }
.nh-faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
  font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 500; padding: 19px 2px;
}
.nh-faq summary::-webkit-details-marker { display: none; }
.nh-faq summary::after { content: "+"; color: var(--nh-green-deep); font-size: 20px; line-height: 1; flex: none; }
.nh-faq details[open] summary::after { content: "–"; }
.nh-faq details p { padding: 0 2px 20px; color: var(--nh-soft); font-size: 14.5px; max-width: 60ch; line-height: 1.65; }

/* final cta */
.nh-final { text-align: center; padding-top: 110px; padding-bottom: 30px; }
.nh-final h2 {
  font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  font-size: clamp(36px, 5.6vw, 60px); line-height: 1.05; text-wrap: balance;
  margin-bottom: 26px;
}
.nh-final h2 em { color: var(--nh-green-deep); }

/* footer */
.nh-foot {
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding-top: 46px; padding-bottom: 42px; margin-top: 70px;
  border-top: 1px solid var(--nh-line);
  font-size: 13px; color: var(--nh-faint);
}
.nh-foot a { color: var(--nh-soft); text-decoration: none; margin-left: 16px; }
.nh-foot a:hover { color: var(--nh-ink); }

/* reduced motion: everything visible, nothing animates */
@media (prefers-reduced-motion: reduce) {
  .v-app, .v-block, .v-line, .v-summary, .v-slot, .v-link, .v-chip { opacity: 1 !important; transform: none !important; animation: none !important; }
  .vcard .vpane { transition: none; }
}

/* ============================================================
   "A day, logging itself" — scroll-driven auto-log story.
   Sticky stage; sources light up and their blocks land on the
   calendar as you scroll (steps s1..s4 set by the page script).
   ============================================================ */
.nh-log-track { height: 340vh; }
.nh-log-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 22px;
}
.nh-log-head { text-align: center; }

/* the rotating source card — same voice as the in-app demo story */
.nh-srcs { position: relative; height: 62px; width: min(420px, 92vw); }
.nh-src {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(52, 168, 138, 0.35);
  box-shadow: 0 12px 34px rgba(35, 42, 24, 0.1);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1.2);
  pointer-events: none;
}
[data-step="0"] .nh-src[data-s="0"],
[data-step="1"] .nh-src[data-s="1"],
[data-step="2"] .nh-src[data-s="2"],
[data-step="3"] .nh-src[data-s="3"],
[data-step="4"] .nh-src[data-s="4"] { opacity: 1; transform: none; }
.nh-src-ico {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(52, 168, 138, 0.12);
  color: var(--nh-green-deep);
}
.nh-src-ico svg { width: 19px; height: 19px; }
.nh-src-txt { display: flex; flex-direction: column; line-height: 1.3; text-align: left; min-width: 0; }
.nh-src-txt b { font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 600; color: var(--nh-ink); white-space: nowrap; }
.nh-src-txt em { font-style: normal; font-size: 12px; color: var(--nh-soft); white-space: nowrap; }
.nh-src-ok {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--nh-green-deep);
  border: 1px solid rgba(52, 168, 138, 0.4);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease 0.45s, transform 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.4) 0.45s;
}
[data-step="1"] .nh-src[data-s="1"] .nh-src-ok,
[data-step="2"] .nh-src[data-s="2"] .nh-src-ok,
[data-step="3"] .nh-src[data-s="3"] .nh-src-ok { opacity: 1; transform: none; }

/* the calendar */
.nh-cal-frame {
  width: min(860px, 100%);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--nh-line);
  background: #fff;
  box-shadow: 0 30px 80px rgba(35, 42, 24, 0.14), 0 6px 20px rgba(35, 42, 24, 0.07);
}
.nh-cal-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--nh-line);
}
.nh-cal-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--nh-line); }
.nh-cal-bar span {
  margin-left: 8px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nh-faint);
}
.nh-cal { position: relative; }
.nh-cal-days {
  display: flex;
  border-bottom: 1px solid var(--nh-line);
  font-family: "Space Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: var(--nh-faint);
}
.nh-cal-days b { width: 11.5%; flex: none; }
.nh-cal-days span { flex: 1; text-align: center; padding: 8px 0; }
.nh-cal-grid { position: relative; height: clamp(280px, 44vh, 420px); }
.nh-h {
  position: absolute;
  left: 1.5%;
  width: 9%;
  font-family: "Space Mono", monospace;
  font-size: 8.5px;
  color: var(--nh-faint);
}
.nh-vline { position: absolute; top: 0; bottom: 0; width: 1px; background: var(--nh-line); opacity: 0.6; }
.nh-cal-grid::before {
  content: "";
  position: absolute;
  left: 11.5%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--nh-line);
}
.nh-e {
  position: absolute;
  border: 1.4px solid;
  border-radius: 8px;
  padding: 6px 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
}
.nh-e b { display: block; font-weight: 400; font-size: 9px; opacity: 0.7; margin-top: 1px; }
.nh-e small {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.14em;
  opacity: 0.6;
  margin-top: 4px;
}
.nh-e.blue   { background: #d9e8f7; border-color: #7fa8d4; color: #274a70; }
.nh-e.orange { background: #fbe9cd; border-color: #dfae62; color: #7a531a; }
.nh-e.green  { background: #ddefd2; border-color: #8cbf74; color: #2e5424; }
.nh-e.pink   { background: #f7dde5; border-color: #d78ba1; color: #7c2e46; }
.nh-e.purple { background: #e6def5; border-color: #a58ed3; color: #46307c; }

/* tracked blocks land as dashed suggestions, one per beat */
.nh-e.track {
  border-style: dashed;
  opacity: 0;
  transform: scale(0.55);
  transform-origin: top left;
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.35), border-style 0s;
}
.s1 .nh-e.t1, .s2 .nh-e.t2, .s3 .nh-e.t3 { opacity: 1; transform: none; }
.s1 .nh-e.t1 { animation: nhLand 2s ease 0.1s; }
.s2 .nh-e.t2 { animation: nhLand 2s ease 0.1s; }
.s3 .nh-e.t3 { animation: nhLand 2s ease 0.1s; }
@keyframes nhLand {
  0%, 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
  25%, 60% { box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.8); }
}
/* finale: suggestions become kept blocks */
.s4 .nh-e.track { border-style: solid; }

/* the "Add all" bar slides in on the finale */
.nh-addbar {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 16px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 10px 9px 18px;
  border-radius: 999px;
  background: rgba(20, 22, 21, 0.93);
  border: 1px solid rgba(94, 222, 182, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.3, 1.2);
  pointer-events: none;
}
.nh-addbar span { font-family: "Space Mono", monospace; font-size: 11px; color: #e8ede9; white-space: nowrap; }
.nh-addbar span b { color: rgb(94, 222, 182); }
.nh-addbar em {
  font-style: normal;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #10231d;
  background: rgb(94, 222, 182);
  border-radius: 999px;
  padding: 7px 14px;
  white-space: nowrap;
}
.s4 .nh-addbar { opacity: 1; transform: translate(-50%, 0); }

.nh-log-foot { text-align: center; }

@media (max-width: 640px) {
  .nh-log-track { height: 300vh; }
  .nh-log-stage { gap: 14px; padding: 18px 12px; }
  .nh-cal-grid { height: clamp(240px, 40vh, 340px); }
  .nh-e { font-size: 9.5px; padding: 4px 6px; }
  .nh-e b { font-size: 7.5px; }
  .nh-e small { font-size: 6px; letter-spacing: 0.08em; }
  .nh-src { gap: 9px; padding: 8px 12px; }
  .nh-src-txt b { font-size: 12.5px; }
  .nh-src-txt em { font-size: 10.5px; }
  .nh-src-ok { display: none; }
  .nh-addbar span { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .nh-e.track, .nh-src, .nh-addbar { transition: none; animation: none !important; }
}

/* the app shell's body is near-black (#050505) — on iOS, overscroll and
   rubber-banding reveal it beyond the page edges, which reads as a slab
   of empty black space. The landing page's canvas is cream everywhere. */
body.landing { background: var(--nh-bg); }

/* ============================================================
   2026-07-10 design pass: comparison card, "Water what matters"
   cards, FAQ icons, final CTA garden band
   ============================================================ */

/* ---- comparison: soft card, icon chips, highlighted timegarden row ---- */
.nh-compare {
  border: none;
  border-radius: 20px;
  padding: 10px 14px;
  box-shadow: 0 18px 50px rgba(35, 42, 24, 0.08), 0 2px 8px rgba(35, 42, 24, 0.04);
}
.nh-compare table { min-width: 720px; }
.nh-compare th {
  border-bottom: none;
  padding: 16px 18px 10px;
}
.nh-compare td {
  padding: 18px;
  border-bottom: 1px solid rgba(35, 42, 24, 0.07);
  vertical-align: middle;
  font-size: 14.5px;
}
.nh-compare tbody tr:last-child td { border-bottom: none; }
.nh-compare tr:nth-last-child(2) td { border-bottom: none; }
.nh-tool {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  vertical-align: middle;
  font-style: normal;
}
.nh-tool svg, .nh-tool img { width: 24px; height: auto; display: block; }
.nh-compare td:first-child { display: flex; align-items: center; }
.ic {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border-radius: 50%;
  border: 1.5px solid;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  vertical-align: -5px;
  flex: none;
}
.ic.yes { color: #2e9873; border-color: rgba(46, 152, 115, 0.55); }
.ic.yes::before { content: "✓"; }
.ic.no { color: #d06456; border-color: rgba(208, 100, 86, 0.5); }
.ic.no::before { content: "✕"; font-size: 10px; }
.ic.part { color: #d9a62e; border-color: rgba(217, 166, 46, 0.55); }
.ic.part::before { content: "•"; font-size: 13px; }
.nh-compare td.mute { color: var(--nh-faint); }
/* the timegarden row is a soft green pill inside the card */
.nh-compare tr.you td {
  background: rgba(52, 168, 138, 0.09);
  border-bottom: none;
  padding-top: 22px;
  padding-bottom: 22px;
}
.nh-compare tr.you td:first-child { border-radius: 16px 0 0 16px; }
.nh-compare tr.you td:last-child { border-radius: 0 16px 16px 0; }
.nh-compare tr.you td:first-child b { font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 600; }

/* ---- the idea: unseen / seen cards + feature row ---- */
.nh-water {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 760px) { .nh-water { grid-template-columns: 1fr; } }
.nh-wcard {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #e9ebe4;
  box-shadow: 0 18px 50px rgba(35, 42, 24, 0.08);
}
.nh-wcard video { display: block; width: 100%; height: auto; border-radius: 0; }
/* captions must read on any video frame — a soft light wash up top */
.nh-wcard::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 38%;
  background: linear-gradient(rgba(242, 244, 237, 0.92), rgba(242, 244, 237, 0));
  z-index: 1;
  pointer-events: none;
}
.nh-wcard figcaption {
  position: absolute;
  top: 22px;
  left: 26px;
  z-index: 2;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
.nh-wcard figcaption b {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  color: #2c3325;
  margin-bottom: 3px;
}
.nh-wcard figcaption span {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  color: #5c6455;
}
.nh-wfeats {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 6vw, 90px);
  flex-wrap: wrap;
  margin-top: 34px;
}
.nh-wfeats span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  color: var(--nh-ink);
}
.nh-wfeats svg { width: 21px; height: 21px; color: var(--nh-green-deep); flex: none; }

/* ---- faq icons ---- */
.nh-faq { max-width: 860px; }
.nh-faq summary { justify-content: flex-start; gap: 14px; align-items: center; }
.nh-faq summary::after { margin-left: auto; }
.fq-ico { display: grid; place-items: center; flex: none; color: var(--nh-green-deep); opacity: 0.8; }
.fq-ico svg { width: 19px; height: 19px; }
.nh-faq details p { padding-left: 33px; }

/* ---- final cta: soft garden band ---- */
.nh-final { padding-top: 90px; }
.nh-final-band {
  position: relative;
  border-radius: 26px;
  padding: clamp(56px, 8vw, 90px) 24px;
  background: radial-gradient(120% 160% at 50% -20%, #f6f8f0 40%, #e9ede0 100%);
  overflow: hidden;
}
.nh-final-band::before,
.nh-final-band::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 300px;
  height: 300px;
  background: url("../assets/garden/sprig.png") no-repeat center / contain;
  filter: blur(7px) saturate(0.85);
  opacity: 0.5;
  pointer-events: none;
}
.nh-final-band::before { left: -90px; transform: rotate(14deg); }
.nh-final-band::after { right: -90px; transform: scaleX(-1) rotate(14deg); }
.nh-final-band h2, .nh-final-band .nh-cta-row, .nh-final-band .nh-micro { position: relative; z-index: 1; }

/* the mock shows the timegarden row name in ink, not green */
.nh-compare tr.you td:first-child { color: var(--nh-ink); }

/* The page ends at the footer — full stop. newhome.css is loaded only by
   the landing page, so these root rules are safe here: paint the html
   canvas cream (Safari paints overscroll from html, Chrome from body) and
   disable past-the-end rubber-banding so no browser can present a phantom
   stretch of empty page below the footer. */
html { background: var(--nh-bg); overscroll-behavior-y: none; }
body.landing { overscroll-behavior-y: none; }

/* no browser media chrome ever appears on the garden clips */
.nh-wcard video::-webkit-media-controls,
.nh-wcard video::-webkit-media-controls-panel,
.nh-wcard video::-webkit-media-controls-overlay-play-button { display: none !important; }

/* ---- founder card: sprig, big quote mark, note, b&w portrait ---- */
.nh-founder2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  max-width: 980px;
  margin: 56px auto 0;
  padding: clamp(30px, 5vw, 56px) clamp(24px, 5vw, 60px) clamp(30px, 5vw, 56px) clamp(80px, 12vw, 150px);
  border-radius: 24px;
  background: #fdfcf8;
  border: 1px solid var(--nh-line);
  box-shadow: 0 18px 50px rgba(35, 42, 24, 0.07);
  overflow: hidden;
  text-align: left;
}
.nh-founder2::before {
  content: "";
  position: absolute;
  left: -34px;
  bottom: -30px;
  width: 200px;
  height: 300px;
  background: url("../assets/garden/sprig.png") no-repeat center / contain;
  opacity: 0.45;
  pointer-events: none;
}
.nh-fmark {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 74px;
  line-height: 0.4;
  color: var(--nh-green-deep);
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
}
.nh-fbody { flex: 1; min-width: 0; position: relative; z-index: 1; }
.nh-fbody p {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 300;
  font-size: clamp(16.5px, 2vw, 19.5px);
  line-height: 1.7;
  color: var(--nh-ink);
  margin-bottom: 20px;
}
.nh-fname {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  color: var(--nh-ink);
}
.nh-frole {
  display: block;
  margin-top: 3px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--nh-faint);
}
.nh-fphoto {
  flex: none;
  width: clamp(150px, 20vw, 210px);
  height: clamp(150px, 20vw, 210px);
  object-fit: cover;
  border-radius: 18px;
  filter: grayscale(1);
}
@media (max-width: 760px) {
  .nh-founder2 { flex-direction: column; align-items: flex-start; padding-left: clamp(24px, 8vw, 40px); }
  .nh-fmark { margin-top: 0; }
  .nh-fphoto { align-self: center; }
}

/* comparison cells: icons sit centered against their label text */
.nh-compare td { line-height: 1.4; }
.nh-compare .ic { vertical-align: middle; margin-top: -3px; }

/* ============================================================
   comparison v2 — transposed: features as rows, tools as columns,
   timegarden's column highlighted end to end
   ============================================================ */
.nh-eyebrow-pill {
  display: inline-block;
  background: #edefe2;
  border-radius: 999px;
  padding: 7px 16px;
}
.nh-h2-em { font-style: italic; color: var(--nh-green-deep); }

.nh-cmp2 { padding: 0; overflow: hidden; }
.nh-cmp2 table { min-width: 680px; width: 100%; }
.nh-cmp2 th, .nh-cmp2 td {
  border-bottom: 1px solid rgba(35, 42, 24, 0.07);
  text-align: center;
  padding: 15px 10px;
  vertical-align: middle;
}
.nh-cmp2 thead th { border-bottom: 1px solid rgba(35, 42, 24, 0.1); padding: 20px 10px 16px; }
.nh-cmp2 tbody tr:last-child td { border-bottom: none; }
.nh-cmp2 th.cmp-feat-h {
  text-align: left;
  padding-left: 26px;
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nh-faint);
  width: 250px;
}
/* tool header: icon tile above the name */
.cmp-tool {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--nh-ink);
  text-transform: none;
  letter-spacing: 0;
}
.cmp-tool i { display: grid; place-items: center; width: 30px; height: 30px; font-style: normal; }
.cmp-tool i svg, .cmp-tool i img { width: 26px; height: auto; }
.cmp-granola { border-radius: 7px; } /* their icon ships on a green square */

/* feature rows: icon + name + quiet subtitle */
.nh-cmp2 td.cmp-feat { text-align: left; padding-left: 26px; }
.nh-cmp2 td.cmp-feat { display: flex; align-items: center; gap: 13px; border-bottom: 1px solid rgba(35, 42, 24, 0.07); }
.nh-cmp2 tbody tr:last-child td.cmp-feat { border-bottom: none; }
.cmp-feat i { display: grid; place-items: center; flex: none; color: var(--nh-green-deep); font-style: normal; }
.cmp-feat i svg { width: 19px; height: 19px; }
.cmp-feat b { display: block; font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 600; color: var(--nh-ink); }
.cmp-feat em { display: block; font-style: normal; font-size: 12px; color: var(--nh-faint); margin-top: 1px; }

/* marks: circles only, centered */
.nh-cmp2 .ic { margin: 0; vertical-align: middle; width: 22px; height: 22px; }
.nh-cmp2 .ic.part::before { content: "–"; font-size: 13px; }

/* the timegarden column glows green from header to last row */
.nh-cmp2 th.tg, .nh-cmp2 td.tg { background: #eaf1e2; }
.nh-cmp2 thead th.tg { border-radius: 14px 14px 0 0; border-bottom-color: rgba(35, 42, 24, 0.12); }
.nh-cmp2 tbody tr:last-child td.tg { border-radius: 0 0 14px 14px; }

.nh-cmp-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  font-family: "Archivo", sans-serif;
  font-size: 13.5px;
  color: var(--nh-soft);
}
.nh-cmp-note svg { width: 17px; height: 17px; color: var(--nh-green-deep); flex: none; }
