/* Home refinements — marketing review pass.
   New section patterns + targeted overrides. Loaded after home.css/site.css. */

/* ── Hero: tighter, gold line less dominant, labels above the phones ── */
.hero__title-em { font-size: 0.84em; }
.hero__cta { margin-top: 30px; }
.hero__copy .trustline { margin-top: 18px; }
.hero__visual { display: flex; flex-direction: column; justify-content: center; }
.hero__visual-meta--top { margin: 0 0 16px; }
.hero__phones--pair { min-height: 0; }

/* ── Illustrative anchor quote (under Problem) ── */
.anchor-quote {
  margin-top: 40px; padding: 26px 30px; border-radius: 18px;
  border: 0.5px solid var(--hair-gold);
  background: linear-gradient(110deg, rgba(240,188,74,0.07), transparent 72%);
  display: flex; flex-direction: column; gap: 12px; max-width: 60ch;
}
.anchor-quote__q { font-family: var(--font-serif); font-size: clamp(20px,2.6vw,27px); line-height: 1.3; color: var(--text); letter-spacing: -0.01em; text-wrap: pretty; }
.anchor-quote__lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); }

/* ── Product logic: signals → decision → plan → adjust ── */
.flow {
  position: relative; margin-top: 8px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 0.5px solid var(--hair); border-radius: 20px; overflow: hidden;
}
@media (max-width: 860px) { .flow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .flow { grid-template-columns: 1fr; } }
.flow::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1.5px; z-index: 3;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  background-size: 50% 100%; background-repeat: no-repeat;
}
@media (prefers-reduced-motion: no-preference) {
  .flow::before { animation: flowSweep 4.5s linear infinite; }
}
@keyframes flowSweep { from { background-position: -50% 0; } to { background-position: 150% 0; } }
.flow__step {
  position: relative; padding: 28px 24px; background: var(--surface-1);
  border-right: 0.5px solid var(--hair);
  display: flex; flex-direction: column; gap: 12px;
}
.flow__step:last-child { border-right: 0; }
@media (max-width: 860px) { .flow__step:nth-child(2) { border-right: 0; } }
.flow__n {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-mono); font-size: 12px;
  color: var(--gold); border: 0.5px solid var(--hair-gold); background: var(--gold-tint);
}
.flow__k { font-family: var(--font-serif); font-size: 20px; color: var(--text); letter-spacing: -0.01em; }
.flow__v { font-size: 14px; line-height: 1.55; color: var(--text-soft); }

/* ── Lifespan / Healthspan compact comparison ── */
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 30px;
  border: 0.5px solid var(--hair); border-radius: 18px; overflow: hidden;
}
@media (max-width: 600px) { .compare { grid-template-columns: 1fr; } }
.compare__col { padding: 26px 28px; }
.compare__col + .compare__col { border-left: 0.5px solid var(--hair); }
@media (max-width: 600px) { .compare__col + .compare__col { border-left: 0; border-top: 0.5px solid var(--hair); } }
.compare__col--hi { background: linear-gradient(180deg, rgba(240,188,74,0.06), transparent 65%); }
.compare__k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.compare__col--hi .compare__k { color: var(--gold); }
.compare__v { font-family: var(--font-serif); font-size: clamp(22px,2.6vw,28px); color: var(--text); margin-top: 10px; letter-spacing: -0.01em; }
.compare__note { font-size: 13.5px; color: var(--text-soft); margin-top: 8px; line-height: 1.5; }

.transition-line { margin-top: 26px; font-size: 16px; line-height: 1.6; color: var(--text-soft); max-width: none; }
@media (min-width: 1120px) { .transition-line { white-space: nowrap; } }
.transition-line a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 0.5px; text-decoration-color: rgba(240,188,74,0.45); }

/* ── Life-shaped: signal → adjust → why labels ── */
.life__rows { display: flex; flex-direction: column; gap: 9px; margin-top: 6px; }
.life__row { display: flex; gap: 11px; align-items: baseline; }
.life__rk { flex: none; width: 96px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); padding-top: 2px; }
.life__rv { font-size: 13.5px; line-height: 1.5; color: var(--text-soft); }

/* ── Trust: AI boundary mini-card + contrast bump ── */
.trust-tease__title-soft { color: var(--text-soft); }
.trust-ai {
  margin-top: 22px; padding: 16px 18px; border-radius: 14px;
  border: 0.5px solid var(--hair-gold);
  background: linear-gradient(110deg, rgba(240,188,74,0.09), transparent 72%);
  display: flex; align-items: center; gap: 12px;
}
.trust-ai__mk { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 9px rgba(240,188,74,0.6); flex: none; }
.trust-ai__txt { font-family: var(--font-serif); font-size: 18px; color: var(--text); letter-spacing: -0.01em; }

/* Trust list: emphasize the AI boundary row */
.trust-tease__list li.is-ai .trust-tease__list-k { color: var(--gold); }

/* ── Repeated slim CTA (after Trust) ── */
.slimcta-wrap { padding: 0 0 8px; }
.slimcta {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px;
  padding: 24px 30px; border-radius: 20px;
  border: 0.5px solid var(--hair-gold);
  background: linear-gradient(110deg, rgba(240,188,74,0.08), rgba(240,188,74,0.02));
}
.slimcta__txt { font-family: var(--font-serif); font-size: clamp(20px,2.4vw,26px); color: var(--text); letter-spacing: -0.01em; }
@media (max-width: 560px) { .slimcta .btn { width: 100%; justify-content: center; } }

/* ── Personas supporting line ── */
.persona-note { margin-top: 20px; font-size: 14.5px; line-height: 1.6; color: var(--muted); white-space: nowrap; }
@media (max-width: 720px) { .persona-note { white-space: normal; } }

/* ── Framework compact CTA ── */
.fw-compactcta { margin-top: 24px; }

/* ── Final CTA (home only): decisive closing ── */
.finalcta { padding: 96px 0; border-top: 0.5px solid var(--hair); }
.finalcta__head { text-align: center; margin-bottom: 40px; }
.finalcta__title { font-family: var(--font-serif); font-size: clamp(30px,4.4vw,48px); line-height: 1.06; color: var(--text); letter-spacing: -0.02em; }
.finalcta__sub { margin-top: 14px; font-size: 16px; color: var(--muted); }
.finalcta__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
@media (max-width: 980px) { .finalcta__grid { grid-template-columns: 1fr; } }
.finalcta__card {
  display: flex; flex-direction: column; gap: 13px; padding: 32px 28px;
  border-radius: 20px; border: 0.5px solid var(--hair); background: var(--surface-1);
}
.finalcta__card--primary {
  border-color: var(--hair-gold);
  background: linear-gradient(160deg, rgba(240,188,74,0.11), rgba(240,188,74,0.02) 60%), var(--surface-1);
}
.finalcta__h { font-family: var(--font-serif); font-size: 24px; line-height: 1.12; color: var(--text); letter-spacing: -0.01em; }
.finalcta__b { font-size: 14.5px; line-height: 1.6; color: var(--text-soft); flex: 1; }
.finalcta__card .btn { width: 100%; justify-content: center; margin-top: 4px; }

/* ── Tighter vertical rhythm (homepage only — this file is home-scoped) ── */
.editorial { padding: 72px 0; }
.hero { padding-bottom: 72px; }
.finalcta { padding: 80px 0; }
/* Repeat slim CTA: a compact band, not a full 96px section */
.slimcta-wrap.editorial { padding: 4px 0 8px; }
@media (max-width: 720px) { .editorial { padding: 56px 0; } }

/* ── Cleaner heading line breaks (avoid orphans / lopsided wraps) ── */
.sechead__title, .finalcta__title, .trust-tease__title,
.life__title, .flow__k, .compare__v, .finalcta__h,
.anchor-quote__q, .fw-card__title, .persona__title { text-wrap: balance; }
.sechead__sub, .hero__lede, .hero__audience, .flow__v,
.compare__note, .life__rv, .trust-tease__list-v, .finalcta__b { text-wrap: pretty; }
.trust-ai__txt, .slimcta__txt { text-wrap: balance; }
.trust-tease__link { white-space: nowrap; }
.hero__eyebrow .eyebrow { text-wrap: balance; }

/* Short closing statement reads better unbroken on desktop (cap is 42ch in site.css) */
.fw-closing { max-width: 76ch; text-wrap: balance; }

/* ── Category contrast strip (Not a wearable / dashboard / chatbot) ── */
.notthis-sec { padding: 44px 0; }
.notthis {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px;
  padding: 26px 32px; border-radius: 20px;
  border: 0.5px solid var(--hair); background: var(--surface-1);
}
.notthis__items { display: flex; flex-wrap: wrap; gap: 10px; }
.notthis__x {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 16px 9px 14px; border-radius: 999px;
  border: 0.5px solid var(--hair-hi); background: rgba(255,255,255,0.02);
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.02em; color: var(--muted); white-space: nowrap;
}
.notthis__x::before { content: "\2715"; font-size: 10.5px; color: var(--dim); }
.notthis__line {
  flex: 1; min-width: 320px; text-align: right;
  font-size: clamp(18px, 2.1vw, 23px); line-height: 1.3; color: var(--text);
  letter-spacing: -0.01em; text-wrap: balance;
}
.notthis__hi { color: var(--gold); }
@media (max-width: 760px) {
  .notthis { flex-direction: column; align-items: flex-start; gap: 18px; }
  .notthis__line { text-align: left; min-width: 0; }
}
