/* ==========================================================================
   Small Plus Mighty — Homepage (redesign 2026-07, Phase 1)
   Section styles S1–S10 per design-brief-v3.md
   ========================================================================== */

/* ---------- S1 Hero ---------- */
.hero {
  /* Fill the viewport above the fold; next section stays below it */
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: clamp(10.75rem, 15vh, 13.5rem);
  padding-bottom: clamp(2.5rem, 5vh, 4.5rem);
  overflow: visible;
}
.hero > .container { width: 100%; }
.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}
.hero-copy { grid-column: 1 / span 6; }
.hero-media { grid-column: 7 / span 6; align-self: center; }

.hero h1 { margin-bottom: var(--space-3); max-width: 12ch; }
.hero-sub {
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: var(--space-4);
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
  flex-wrap: wrap;
}

/* Hand-drawn lime underline (replaces italics)
   Uniform rule: sits just slightly BELOW the word, site-wide.
   line-height locked so the gap is identical regardless of the parent's line-height.
   Draws in left-to-right via clip-path so the rounded caps are never clipped square. */
.u-lime {
  position: relative;
  display: inline-block;
  font-style: normal;
  line-height: 1.1;
  isolation: isolate;
}
.u-lime::after {
  content: "";
  position: absolute;
  left: -0.12em; right: -0.08em; bottom: -0.12em;
  height: 0.13em;
  background: var(--lime);
  border-radius: 999px;
  transform: rotate(-1.1deg);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 650ms var(--ease-out);
  z-index: -1;
}
/* Underline draws once its parent animation context lands */
.is-loaded .hero .u-lime::after { clip-path: inset(0 0 0 0 round 999px); transition-delay: 650ms; }
.reveal.in .u-lime::after,
.in .section-head .u-lime::after { clip-path: inset(0 0 0 0 round 999px); transition-delay: 450ms; }
.reframe.in .u-lime::after { clip-path: inset(0 0 0 0 round 999px); transition-delay: 1250ms; }

/* Hero collage — simplified Route 1-inspired layout with James-approved source images. */
.hero-collage {
  position: relative;
  aspect-ratio: 1 / 1.18;
  margin-top: -2.5rem;
  margin-bottom: 0;
}
.person-card {
  position: absolute;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow-warm);
}
.person-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Woman — James-approved laptop + coffee image */
.person-front {
  top: 0; left: -1%;
  width: 72%;
  aspect-ratio: 1205 / 1305;
  z-index: 1;
}
.person-front img { object-position: 50% 50%; }
/* Man — James-approved glasses image, no border */
.person-back {
  top: 45%; left: 22%;
  width: 72%;
  aspect-ratio: 1 / 1;
  z-index: 2;
}
.person-back img { object-position: 50% 50%; }

/* System cards — Route 1 style: icon tile + bold title, detail rows, pills */
.sys-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 18.5rem;
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow-card);
  z-index: 4;
}
.sys-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sys-head strong {
  font-size: 1rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.25;
}
.sys-icon {
  flex: 0 0 auto;
  width: 2.5rem; height: 2.5rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.sys-icon svg { width: 1.4rem; height: 1.4rem; }
.tile-lime { background: var(--lime); color: var(--ink); }
.tile-pink { background: var(--light-pink); color: var(--pink); }
.sys-rule {
  border: 0;
  border-top: 1px solid rgba(26, 30, 28, 0.1);
  margin: 0;
}
.sys-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.sys-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.3;
}
.li-dot {
  flex: 0 0 auto;
  width: 0.6rem; height: 0.6rem;
  border-radius: 50%;
}
.dot-lime { background: var(--lime); }
.dot-pink { background: var(--pink); }
.sys-pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  line-height: 1;
}
.sys-pill svg { width: 1rem; height: 1rem; }
.pill-lime { background: var(--lime); color: var(--ink); }
.pill-plain {
  background: var(--card);
  color: var(--ink-soft);
  border: 1px solid rgba(26, 30, 28, 0.14);
}
/* Hero proof points — icons under the CTAs (Route 1) */
.hero-proof {
  --proof-first-center: 4.05rem;
  --proof-step: clamp(13.75rem, 16vw, 14.5rem);
  list-style: none;
  margin: calc(var(--space-4) * 2) 0 0;
  padding: 0;
  display: block;
  position: relative;
  width: calc(var(--proof-first-center) + (var(--proof-step) * 2) + 8.75rem);
  max-width: 100%;
  min-height: 9.1rem;
}
.hero-proof li {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding-inline: 0;
  min-width: 0;
  width: max-content;
}
.hero-proof li:nth-child(1) { left: 0; }
.hero-proof li:nth-child(2) {
  left: calc(var(--proof-first-center) + var(--proof-step));
  transform: translateX(-50%);
}
.hero-proof li:nth-child(3) {
  left: calc(var(--proof-first-center) + (var(--proof-step) * 2));
  transform: translateX(-50%);
}
.hero-proof::before,
.hero-proof::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line);
}
.hero-proof::before { left: calc(var(--proof-first-center) + (var(--proof-step) / 2)); }
.hero-proof::after { left: calc(var(--proof-first-center) + var(--proof-step) + (var(--proof-step) / 2)); }
.proof-icon {
  width: 3rem; height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.45rem;
}
.proof-icon svg { width: 1.5rem; height: 1.5rem; }
.proof-lime { background: var(--lime); color: var(--ink); }
.proof-pink { background: var(--light-pink); color: var(--pink); }
.proof-green { background: var(--green); color: var(--ground); }
.hero-proof .proof-title,
.hero-proof .proof-copy {
  display: block;
  text-align: center;
}
.hero-proof .proof-title {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.01em;
}
.hero-proof .proof-copy {
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.28;
  max-width: 9.2rem;
}

/* Load sequence */
.mask-line { display: block; overflow: hidden; padding-bottom: 0.2em; margin-bottom: -0.2em; }
.mask-line > span {
  display: block;
  transform: translateY(110%);
  transition: transform 850ms var(--ease-settle);
}
.is-loaded .mask-line > span { transform: none; }
.is-loaded .mask-line:nth-child(2) > span { transition-delay: 110ms; }

.hero .eyebrow, .hero-sub, .hero-cta, .hero-proof {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-settle);
}
.is-loaded .hero .eyebrow { opacity: 1; transform: none; transition-delay: 60ms; }
.is-loaded .hero-sub     { opacity: 1; transform: none; transition-delay: 280ms; }
.is-loaded .hero-cta     { opacity: 1; transform: none; transition-delay: 400ms; }
.is-loaded .hero-proof   { opacity: 1; transform: none; transition-delay: 520ms; }

.hero-media .hero-collage {
  opacity: 0;
  transform: scale(0.965) translateY(10px);
  transition: opacity 900ms var(--ease-out), transform 1050ms var(--ease-settle);
}
.is-loaded .hero-media .hero-collage { opacity: 1; transform: none; transition-delay: 240ms; }

/* ---------- S2 Sound familiar ---------- */
.pains { padding-top: calc(var(--section-pad) + clamp(2.5rem, 5vw, 4.5rem)); }
.pains .section-head { margin-bottom: var(--space-4); }
.pains-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
  max-width: 980px;
  margin-inline: auto;
}
.pain-card {
  background: rgba(250, 247, 242, 0.06);
  border: 1px solid var(--line-on-deep);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  transition: background-color var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-settle);
}
.pain-card:hover {
  background: rgba(250, 247, 242, 0.09);
  border-color: rgba(198, 242, 110, 0.35);
  transform: translateY(-3px);
}
.pain-card h3 {
  font-family: var(--font-text);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  line-height: 1.28;
  margin-bottom: 0.625rem;
  color: var(--ground);
  max-width: none;
}
.pain-card h3 .keep-line { white-space: nowrap; }
.pain-card p { color: var(--cream-faint); font-size: 1.03125rem; }

/* ---------- S3 Reframe ---------- */
.reframe {
  text-align: center;
  background: var(--green);
}
.reframe-inner { max-width: 900px; margin-inline: auto; }
.reframe .quote-display { color: var(--ground); }
.reframe .quote-display .w {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.45em);
  transition: opacity 600ms var(--ease-out), transform 700ms var(--ease-settle);
  transition-delay: calc(var(--wi) * 42ms);
}
.reframe.in .quote-display .w { opacity: 1; transform: none; }
.reframe .quote-display em .w {
  transition-duration: 900ms, 950ms;
  transition-delay: calc(var(--wi) * 42ms + 240ms);
}
.reframe .pink-word { color: var(--pink); }
.reframe-credit {
  margin-top: var(--space-4);
  font-size: var(--small);
  letter-spacing: 0.08em;
  color: var(--cream-faint);
  opacity: 0;
  transition: opacity 800ms var(--ease-out) 1500ms;
}
.reframe.in .reframe-credit { opacity: 1; }

/* ---------- S4 What we build: connected workflow + six equal cards ---------- */
.build .container { display: flex; flex-direction: column; }
.build .section-head { margin-bottom: var(--space-5); order: 0; }
.workflow-showcase {
  order: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(1.75rem, 3vw, 3rem);
  box-shadow: var(--shadow-card);
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 0;
}
.workflow-copy h3 {
  font-family: var(--font-display);
  font-weight: 540;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 3vw, 2.625rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}
.workflow-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.0625rem;
  max-width: 36ch;
}
.workflow-map {
  position: relative;
  min-height: 24rem;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 18%, rgba(207, 255, 26, 0.22), transparent 25%),
    radial-gradient(circle at 85% 78%, rgba(255, 91, 135, 0.13), transparent 24%),
    linear-gradient(180deg, rgba(26, 46, 31, 0.07), rgba(26, 46, 31, 0.02));
  padding: 1.25rem;
  overflow: hidden;
}
.workflow-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: min(18rem, 48%);
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow-card);
  z-index: 2;
}
.workflow-attention { top: 1.4rem; left: 1.4rem; }
.workflow-proposal { top: 8.9rem; right: 1.4rem; }
.workflow-followup { left: 4.8rem; bottom: 1.4rem; }
.workflow-link {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(18, 59, 46, 0.16), var(--lime), rgba(18, 59, 46, 0.16));
  border-radius: 999px;
  z-index: 1;
}
.workflow-link::after {
  content: "";
  position: absolute;
  right: -0.28rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid var(--lime);
  border-right: 2px solid var(--lime);
  transform: translateY(-50%) rotate(45deg);
}
.workflow-link-one {
  top: 8.2rem;
  left: 42%;
  width: 26%;
  transform: rotate(17deg);
}
.workflow-link-two {
  top: 15.6rem;
  left: 27%;
  width: 34%;
  transform: rotate(153deg);
}
.workflow-link-two::after {
  left: -0.28rem;
  right: auto;
  transform: translateY(-50%) rotate(225deg);
}
.build-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.2vw, 2rem);
}
.build-card {
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.75rem, 2.6vw, 2.5rem);
  box-shadow: var(--shadow-card);
  transition: transform var(--dur-med) var(--ease-settle), box-shadow var(--dur-med) var(--ease-out);
}
.build-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px -22px rgba(18, 59, 46, 0.28), 0 6px 16px -6px rgba(18, 59, 46, 0.12);
}
.build-card:nth-child(1) { order: 3; }
.build-card:nth-child(2) { order: 1; }
.build-card:nth-child(3) { order: 2; }
.build-card:nth-child(4) { order: 6; }
.build-card:nth-child(5) { order: 5; }
.build-card:nth-child(6) { order: 4; }

/* Card visual: product-style vignette from the same set as the hero cards */
.build-visual {
  background: linear-gradient(180deg, rgba(26, 46, 31, 0.07), rgba(26, 46, 31, 0.02));
  border-radius: var(--radius);
  padding: clamp(0.95rem, 1.45vw, 1.25rem);
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  height: 18.25rem;
  min-height: 18.25rem;
  width: 100%;
}
.build-visual .mini-card {
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mini-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mini-head strong {
  font-size: 0.9375rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.25;
}
.mini-icon {
  flex: 0 0 auto;
  width: 2.25rem; height: 2.25rem;
  border-radius: 11px;
  display: grid;
  place-items: center;
}
.mini-icon svg { width: 1.25rem; height: 1.25rem; }
.tile-green { background: var(--green); color: var(--ground); }
.mini-lines { display: flex; flex-direction: column; gap: 0.45rem; }
.mini-lines span {
  display: block;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(26, 30, 28, 0.09);
}
.mini-lines .short { width: 55%; }
.mini-pill { font-size: 0.8125rem; padding: 0.4rem 0.85rem; }
.quote-meta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.quote-meta-row span {
  display: grid;
  place-items: center;
  min-height: 2rem;
  border-radius: 999px;
  background: var(--green-tint);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
  padding: 0.3rem 0.45rem;
}
.mini-bubble {
  align-self: flex-end;
  max-width: 85%;
  background: var(--ground-deep);
  color: var(--ground);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 0.6rem 0.95rem;
  border-radius: 16px 16px 4px 16px;
}
.business-brain {
  width: 100%;
  display: grid;
  gap: 0.75rem;
}
.business-brain .mini-card p {
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--ink-soft);
}
.source-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  margin-top: 0.1rem;
}
.source-chips span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  background: var(--green-tint);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 700;
}
.dashboard-snapshot {
  width: 100%;
  display: grid;
  gap: 0.48rem;
}
.snapshot-row {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: 15px;
  padding: 0.56rem 0.62rem;
  box-shadow: 0 8px 20px -18px rgba(18, 59, 46, 0.28);
}
.snapshot-dot {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: lining-nums;
  color: var(--ink);
  background: var(--lime);
}
.snapshot-dot.dot-lime { padding-left: 0.03em; padding-bottom: 0.04em; }
.snapshot-dot.dot-pink { padding-bottom: 0.02em; }
.snapshot-dot.dot-green { padding-top: 0.02em; }
.snapshot-dot.dot-pink { background: var(--light-pink); color: var(--pink); }
.snapshot-dot.dot-green { background: var(--green); color: var(--ground); }
.snapshot-row strong,
.snapshot-row span,
.snapshot-row em { display: block; }
.snapshot-row .snapshot-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.snapshot-row strong {
  font-size: 0.82rem;
  line-height: 1.2;
}
.snapshot-row div span {
  margin-top: 0.1rem;
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.2;
}
.snapshot-row em {
  font-style: normal;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
}
.content-engine {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.65rem;
}
.content-source-row,
.content-output-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}
.content-source-row span,
.content-output-row span {
  display: grid;
  place-items: center;
  min-height: 2.8rem;
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 24px -24px rgba(18, 59, 46, 0.3);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  padding: 0.35rem;
}
.content-output-row span:nth-child(2) { border-top: 4px solid var(--light-pink); }
.content-output-row span:nth-child(3) { border-top: 4px solid var(--lime); }
.content-machine {
  background: var(--green);
  color: var(--ground);
  border-radius: 18px;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.8rem;
  align-items: center;
}
.content-machine-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 16px;
  background: var(--lime);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
  padding-left: 0.02em;
  padding-bottom: 0.03em;
}
.content-machine strong,
.content-machine span { display: block; }
.content-machine .content-machine-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.content-machine strong {
  font-size: 0.82rem;
  line-height: 1.15;
}
.content-machine div span {
  margin-top: 0.18rem;
  color: var(--cream-soft);
  font-size: 0.68rem;
  line-height: 1.25;
}
.check-flow {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  position: relative;
}
.check-flow li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.check-dot {
  flex: 0 0 auto;
  width: 2rem; height: 2rem;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
}
.check-dot svg { width: 1.1rem; height: 1.1rem; }
.check-label {
  background: var(--card);
  border: 1px solid rgba(26, 30, 28, 0.1);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow-card);
}

/* Card titles: secondary (text) font, bold */
.build-card h3 {
  font-family: var(--font-text);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(1.25rem, 1.7vw, 1.4375rem);
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.build-card p { color: var(--ink-soft); font-size: 1.0313rem; }
.build-icon-card .build-icon-visual {
  min-height: 0;
  height: auto;
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 1.15rem;
}
.build-big-icon {
  width: clamp(4.55rem, 5.8vw, 5.25rem);
  height: clamp(4.55rem, 5.8vw, 5.25rem);
  border-radius: 28px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--lime);
  box-shadow: 0 18px 34px -26px rgba(32,57,49,0.45);
}
.build-big-icon svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.build-big-icon.icon-dashboard { background: var(--light-pink); color: var(--pink); }
.build-big-icon.icon-brain { background: rgba(32,57,49,0.07); color: var(--green); border: 1px solid rgba(32,57,49,0.12); }
.build-big-icon.icon-content { background: var(--pink); color: var(--ground); }
.build-big-icon.icon-meeting { background: var(--green); color: var(--lime); }
.build-big-icon.icon-followup { background: var(--green); color: var(--ground); }
.build-big-icon.icon-doc { background: var(--lime); color: var(--green); }

/* ---------- S5 Tuesday timeline ---------- */
.tuesday {
  padding-top: 0;
  padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
  background: var(--ground);
}
.tuesday-frame {
  background: var(--card);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow-card);
  padding: clamp(2rem, 5vw, 4.5rem);
}
.tuesday .section-head { margin-bottom: var(--space-4); }
.tuesday-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.75rem, 4vw, 4rem);
}
.tuesday-pairs {
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(1.75rem, 4vw, 4rem);
  row-gap: 0;
  --timeline-rail-top: 0px;
  --timeline-rail-height: 0px;
  --after-progress-height: 0px;
}
.tuesday-pairs > .tl-before:first-child,
.tuesday-pairs > .tl-after:nth-child(2) { margin-bottom: 1.1rem; }
.tuesday-pairs > .tl-before:first-child,
.tuesday-pairs > .tl-after:nth-child(2),
.tl-row > .tl-before,
.tl-row > .tl-after { position: relative; }
.tuesday-pairs > .tl-before:first-child::before,
.tuesday-pairs > .tl-after:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: var(--timeline-rail-top);
  height: var(--timeline-rail-height);
  width: 1.5px;
  background: var(--line);
}
.tuesday-pairs > .tl-after:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: var(--timeline-rail-top);
  height: var(--after-progress-height);
  max-height: var(--timeline-rail-height);
  width: 1.5px;
  background: var(--lime);
  transition: height 240ms linear;
}
.tl-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  min-height: clamp(5.2rem, 7vw, 6.6rem);
}
.tl-col-label {
  font-size: var(--eyebrow-size);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.tl-before .tl-col-label { color: var(--ink-faint); }
.tl-after .tl-col-label { color: var(--green); }
.tl-col-label::before {
  content: "";
  width: 0.55rem; height: 0.55rem;
  border-radius: 50%;
  background: currentColor;
}
.tl-list { list-style: none; margin: 0; padding: 0; position: relative; }
.tl-list::before {
  content: "";
  position: absolute;
  left: 0.32rem; top: 0.9rem; bottom: 0.9rem;
  width: 1.5px;
  background: var(--line);
}
.tuesday-pairs .tl-list::before { display: none; }
.tl-item {
  position: relative;
  padding: 0 0 1.6rem 1.9rem;
  opacity: 0.36;
  transform: none;
  transition: opacity 600ms var(--ease-out);
}
.tuesday-pairs .tl-item { padding-bottom: 0; min-height: 100%; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item.lit { opacity: 1; transform: none; }
.tl-item::before {
  content: "";
  position: absolute;
  left: 0; top: 0.42rem;
  z-index: 2;
  width: 0.7rem; height: 0.7rem;
  border-radius: 50%;
  background: var(--ground);
  box-shadow: inset 0 0 0 1.5px var(--ink-faint);
  transition: background-color 400ms var(--ease-out), box-shadow 400ms var(--ease-out);
}
.tl-after .tl-item.lit::before { background: var(--lime); box-shadow: inset 0 0 0 1.5px var(--green); }
.tl-before .tl-item.lit::before { box-shadow: inset 0 0 0 1.5px var(--ink-soft); }
.tl-time {
  font-family: var(--font-display);
  font-weight: 560;
  font-size: 1.0625rem;
  display: block;
  margin-bottom: 0.15rem;
}
.tuesday-pairs .tl-time { display: none; }
.tl-before .tl-time { color: var(--ink-soft); }
.tl-after .tl-time { color: var(--green); }
.tl-item p { font-size: 1.0313rem; color: var(--ink-soft); max-width: 34ch; }
.tl-before .tl-item p { color: var(--ink-faint); }

/* ---------- S5.5 Tuesday CTA (inside the frame) ---------- */
.tuesday-cta {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 1.5rem;
  text-align: center;
}
.tuesday-cta-line {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.125rem);
  font-weight: 540;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.tuesday-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.tuesday-cta-line .mobile-break { display: none; }
/* underline draws with the frame reveal */
.reveal.in .tuesday-cta .u-lime::after { clip-path: inset(0 0 0 0 round 999px); transition-delay: 650ms; }

/* ---------- S6 How it works ---------- */
.how-route {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(19rem, 0.82fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: stretch;
}
.how-process-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 14px);
  padding: clamp(1.4rem, 2.8vw, 2.4rem);
  box-shadow: var(--shadow-card);
}
.how-stage-list {
  display: grid;
  gap: 0.95rem;
}
.how-stage-row {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(250, 247, 242, 0.64);
}
.how-stage-row:nth-child(2),
.how-stage-row:nth-child(4) { background: rgba(255, 255, 255, 0.88); }
.how-stage-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 10px 22px -16px rgba(18, 59, 46, 0.55);
}
.how-stage-row:nth-child(2) .how-stage-icon { background: var(--light-pink); color: var(--pink); }
.how-stage-row:nth-child(3) .how-stage-icon { background: var(--green); color: var(--ground); }
.how-stage-row:nth-child(4) .how-stage-icon { background: var(--ink); color: var(--lime); }
.how-stage-copy h3 {
  font-family: var(--font-text);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 1.3125rem;
  margin: 0 0 0.35rem;
}
.how-stage-copy p {
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.how-stage-meta {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.how-stage-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  background: var(--green-tint);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.how-outcome-card {
  background: var(--green);
  color: var(--ground);
  border-radius: calc(var(--radius) + 14px);
  padding: clamp(1.7rem, 3vw, 2.7rem);
  box-shadow: var(--shadow-warm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.how-outcome-card::before {
  content: "";
  position: absolute;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: var(--lime);
  opacity: 0.13;
  right: -6rem;
  top: -6rem;
}
.how-outcome-card::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: var(--light-pink);
  opacity: 0.14;
  left: -5rem;
  bottom: -5rem;
}
.how-outcome-inner {
  position: relative;
  z-index: 1;
}
.how-outcome-kicker {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.how-outcome-card blockquote {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 1.4rem;
}
.how-outcome-card p {
  color: var(--cream-soft);
  font-size: 1.02rem;
  line-height: 1.58;
}
.how-result-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.85rem;
}
.how-result-list li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 0.75rem;
  align-items: start;
  color: var(--cream-soft);
  font-size: 0.96rem;
  line-height: 1.42;
}
.how-tick {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.8rem;
}

/* ---------- S7 Proof ---------- */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
}
.proof-copy { grid-column: 1 / span 6; }
.proof-media { grid-column: 8 / span 5; }
.proof-copy p { color: var(--cream-soft); max-width: 52ch; }
.proof-sub { font-size: 1.0313rem; color: var(--cream-faint) !important; margin-top: var(--space-3); }
.brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.6rem;
  margin: var(--space-3) 0 0;
  padding: 0;
  list-style: none;
}
.brand-row li {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-soft);
  border: 1px solid var(--line-on-deep);
  border-radius: 999px;
  padding: 0.45rem 1.05rem;
}
.portrait-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: visible;
  margin: 0;
  padding: 0 2.4rem 1.45rem 0;
}
.portrait-frame::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  right: 0;
  bottom: 0;
  left: 2.4rem;
  border-radius: var(--radius);
  border: 2px solid var(--lime);
  z-index: 0;
}
.portrait-frame img {
  position: relative;
  z-index: 1;
  border-radius: var(--radius);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-warm);
}
.proof-caption {
  position: relative;
  z-index: 2;
  margin-top: 1.05rem;
  margin-left: 4.8rem;
  font-size: var(--small);
  color: var(--cream-faint);
  background: transparent;
  border: 0;
  padding: 0 1.2rem 0 0;
  text-align: left;
}
.proof-caption strong { color: var(--cream-soft); font-weight: 600; display: block; margin-bottom: 0.15rem; }

/* ---------- S8 FAQ ---------- */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
}
.faq-head { grid-column: 1 / span 4; position: sticky; top: 7rem; }
.faq-head p { color: var(--ink-soft); max-width: 30ch; }
.faq-list { grid-column: 6 / span 7; }
.faq-link { margin-top: var(--space-3); }

/* ---------- S9 Assessment CTA ---------- */
.assess-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
}
.assess-copy { grid-column: 1 / span 6; }
.assess-copy p { color: var(--cream-soft); max-width: 46ch; margin-bottom: var(--space-4); }
.assess-media { grid-column: 8 / span 5; }

/* Report preview card — designed in-system */
.report-card {
  background: var(--card);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.45);
  transform: rotate(2deg);
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  transition: transform var(--dur-med) var(--ease-settle);
}
.report-card:hover { transform: rotate(0.6deg) translateY(-4px); }
.report-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  pointer-events: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: linear-gradient(180deg, rgba(255,253,248,0), rgba(255,253,248,0.88) 62%, var(--card));
}
.readiness-score-card {
  text-align: center;
  padding: clamp(1.7rem, 3vw, 2.25rem);
}
.readiness-score-card::after { display: none; }
.readiness-dial {
  width: clamp(8rem, 13vw, 9.6rem);
  height: clamp(8rem, 13vw, 9.6rem);
  border-radius: 50%;
  margin: 0.85rem auto 1.15rem;
  background: conic-gradient(var(--lime) 0 57%, rgba(32,57,49,0.1) 57% 100%);
  display: grid;
  place-items: center;
}
.readiness-dial span {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: var(--card);
  color: var(--green);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 560;
  line-height: 1;
}
.readiness-score-card .report-title { margin-bottom: 1.1rem; }
.readiness-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}
.readiness-preview-grid span {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--green-tint);
  color: var(--green);
  padding: 0.62rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.15;
}
.report-kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.4rem;
}
.report-title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 560;
  line-height: 1.2;
  margin-bottom: 1.1rem;
}
.report-bars { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 1.2rem; }
.report-bar { display: grid; grid-template-columns: 6.5rem 1fr; align-items: center; gap: 0.75rem; }
.report-bar span { font-size: 0.8125rem; font-weight: 500; color: var(--ink-soft); }
.report-bar i {
  display: block;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--green-tint);
  position: relative;
  overflow: hidden;
}
.report-bar i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--w, 50%);
  border-radius: 999px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1100ms var(--ease-inout);
  transition-delay: var(--bd, 0ms);
}
.in .report-bar i::after { transform: none; }
.report-bar:nth-child(2) i::after { background: var(--lime); }
.report-foot {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}
.report-foot .tick {
  width: 1.15rem; height: 1.15rem;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  flex: 0 0 auto;
}

/* ---------- S10 Footer ---------- */
.footer {
  background: var(--ink);
  color: var(--cream-faint);
  padding-top: var(--section-pad);
  padding-bottom: 0;
  overflow: hidden;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(1.75rem, 3vw, 3rem);
}
@media (min-width: 861px) {
  .footer-brand { transform: none; }
  .footer-brand .footer-mark { margin-top: calc((0.8125rem * 1.7) - 2.9rem); }
}
.footer-brand img { height: 2.6rem; width: auto; margin-bottom: 1.1rem; }
.footer-brand .footer-mark { height: 2.9rem; width: auto; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 1.0313rem; max-width: 30ch; }
.footer h4 {
  font-family: var(--font-text);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-soft);
  margin: 0 0 1.1rem;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.footer ul a {
  color: var(--cream-faint);
  font-size: 1rem;
  transition: color var(--dur-fast) var(--ease-out);
}
.footer ul a:hover, .footer ul a:focus-visible { color: var(--lime); }
.footer-meta {
  border-top: 1px solid var(--line-on-deep);
  padding-block: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.footer-wordmark {
  padding: clamp(0.75rem, 1.5vw, 1.5rem) 0 clamp(2rem, 4vw, 3.5rem);
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.footer-wordmark img {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: block;
  opacity: 0;
  transform: translateY(18%);
  transition: opacity 1100ms var(--ease-out), transform 1200ms var(--ease-settle);
}
.footer-wordmark.in img { opacity: 0.95; transform: none; }

/* ==========================================================================
   Responsive composition — 1024 / 768 / 375 are composed, not squished
   ========================================================================== */

@media (max-width: 1080px) {
  .nav-links li.nav-thin { display: none; }
  .hero-copy { grid-column: 1 / span 7; }
  .hero-media { grid-column: 8 / span 5; }
  .sys-card { width: 15rem; }
  .workflow-showcase { grid-template-columns: 1fr; }
  .workflow-copy p:not(.eyebrow) { max-width: 52ch; }
  .build-grid { grid-template-columns: 1fr 1fr; }
  .proof-copy { grid-column: 1 / span 7; }
  .proof-media { grid-column: 8 / span 5; }
  .faq-list { grid-column: 5 / span 8; }
}

@media (max-width: 860px) {
  .hero { padding-top: calc(4.5rem + 3rem); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { grid-column: 1; padding-bottom: var(--space-4); }
  .hero-media { grid-column: 1; }
  .hero-collage { aspect-ratio: 5 / 4.4; }
  .person-back { left: 28%; width: 70%; }
  .sys-card { width: 14rem; padding: 0.8rem 0.9rem; }

  .pains-grid { grid-template-columns: 1fr; }

  .workflow-map { min-height: 35rem; }
  .workflow-card { width: calc(100% - 2.8rem); }
  .workflow-attention { top: 1.4rem; left: 1.4rem; }
  .workflow-proposal { top: 13.1rem; right: 1.4rem; }
  .workflow-followup { left: 1.4rem; bottom: 1.4rem; }
  .workflow-link-one { top: 12.1rem; left: 49%; width: 30%; transform: rotate(90deg); }
  .workflow-link-two { top: 24.1rem; left: 49%; width: 30%; transform: rotate(90deg); }
  .build-grid { grid-template-columns: 1fr; }

  .tuesday-cols { grid-template-columns: 1fr; }
  .tuesday-pairs { grid-template-columns: 1fr; }
  .tuesday-pairs > .tl-before:first-child { margin-bottom: 0.8rem; }
  .tuesday-pairs > .tl-after:nth-child(2) { display: none; }
  .tl-row { display: grid; grid-template-columns: 1fr; min-height: auto; row-gap: 0; padding: 0; border: 1px solid rgba(26,30,28,.10); border-radius: 22px; background: #fff; overflow: hidden; box-shadow: 0 12px 35px -32px rgba(18,59,46,.26); opacity: 0; transform: translateY(18px); transition: opacity 520ms var(--ease-out), transform 620ms var(--ease-settle); }
  .tuesday-frame.in .tl-row { opacity: 1; transform: none; }
  .tuesday-frame.in .tl-row:nth-of-type(2) { transition-delay: 80ms; }
  .tuesday-frame.in .tl-row:nth-of-type(3) { transition-delay: 160ms; }
  .tuesday-frame.in .tl-row:nth-of-type(4) { transition-delay: 240ms; }
  .tuesday-frame.in .tl-row:nth-of-type(5) { transition-delay: 320ms; }
  .tuesday-frame.in .tl-row:nth-of-type(6) { transition-delay: 400ms; }
  .tl-row + .tl-row { margin-top: .85rem; }
  .tl-row .tl-before::before,
  .tl-row .tl-after::before,
  .tuesday-pairs .tl-row .tl-after::after,
  .tuesday-pairs > .tl-before:first-child::before,
  .tuesday-pairs > .tl-after:nth-child(2)::before,
  .tuesday-pairs > .tl-after:nth-child(2)::after { display: none; }
  .tl-before,
  .tl-after { padding: 15px 16px; }
  .tl-before { color: rgba(26,30,28,.56); background: rgba(26,30,28,.025); }
  .tl-after { border-top: 1px solid rgba(26,30,28,.08); background: rgba(207,255,26,.13); color: var(--green); padding-top: 15px; margin-top: 0; }
  .tl-before .tl-item,
  .tl-after .tl-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; padding: 0; opacity: 1; }
  .tl-item::before { position: static; display: block; width: 24px; height: 24px; border-radius: 50%; border: 2px solid currentColor; box-shadow: none; background: transparent; margin-top: 2px; }
  .tl-after .tl-item::before { background: var(--lime); border-color: var(--green); }
  .tl-before .tl-item p::before,
  .tl-after .tl-item p::before { display: block; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 5px; }
  .tl-before .tl-item p::before { content: "Before"; }
  .tl-after .tl-item p::before { content: "After"; }

  .how-route { grid-template-columns: 1fr; }

  .proof-grid { grid-template-columns: 1fr; row-gap: 2.75rem; }
  .proof-copy, .proof-media { grid-column: 1; }
  .proof-media { max-width: 420px; }

  .faq-grid { grid-template-columns: 1fr; row-gap: 2rem; }
  .faq-head, .faq-list { grid-column: 1; position: static; }

  .assess-grid { grid-template-columns: 1fr; row-gap: 3rem; }
  .assess-copy, .assess-media { grid-column: 1; }
  .assess-media { max-width: 420px; justify-self: center; width: 100%; }

  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }

  .cta-band-inner { justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
  :root { --body: 1.0625rem; }
  h1 { letter-spacing: -0.018em; }
  .nav-logo .logo-word { display: none; }
  .nav-logo .logo-mark { display: block; height: 2.1rem; }
  .nav-links li:not(.nav-cta) { display: none; }
  .nav-links .btn { padding: 0.65rem 1.15rem; font-size: 0.9375rem; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-cta .text-link { margin-inline: auto; }
  .pain-card h3 .keep-line { white-space: normal; }
  .workflow-showcase { padding: 1.25rem; }
  .workflow-map { min-height: 37rem; padding: 1rem; }
  .workflow-card { width: calc(100% - 2rem); padding: 0.95rem 1rem; }
  .workflow-attention { top: 1rem; left: 1rem; }
  .workflow-proposal { top: 13.3rem; right: 1rem; }
  .workflow-followup { left: 1rem; bottom: 1rem; }
  .how-stage-row { grid-template-columns: 1fr; }
  .how-stage-icon { width: 3rem; height: 3rem; }
  .how-outcome-card blockquote { font-size: clamp(2rem, 10vw, 2.8rem); }
  .accordion .acc-body { padding-right: 0.5rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-meta { flex-direction: column; gap: 0.4rem; }
  .chat-launcher { right: 1rem; bottom: 1rem; }
  .report-card { transform: rotate(1.2deg); }
}

/* ==========================================================================
   Mobile polish pass — 2026-07-09
   Desktop is intentionally unchanged here except the hero CTA text/link in HTML.
   ========================================================================== */

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding-top: 7.4rem;
    padding-bottom: 3rem;
    align-items: start;
  }
  .hero-grid { grid-template-columns: 1fr; row-gap: 1.2rem; }
  .hero-copy { grid-column: 1; padding-bottom: 0; display: contents; }
  .hero .eyebrow { order: 1; margin-bottom: 0.75rem; }
  .hero h1 { order: 2; max-width: 10.5ch; margin-bottom: 0.95rem; }
  .hero-sub { order: 3; max-width: 34rem; margin-bottom: 0.35rem; }
  .hero-media { grid-column: 1; order: 4; width: 100%; }
  .hero-cta { order: 5; margin-top: 1.9rem; }
  .hero-proof { order: 6; }
  .hero-collage { aspect-ratio: 16 / 9; margin: 0.2rem 0 0.85rem; max-height: 15.5rem; }
  .person-front { top: 0; left: 0; width: 58%; }
  .person-back { top: 18%; left: 42%; width: 58%; }

  .workflow-showcase { order: 3; margin-top: 1.25rem; margin-bottom: 0; }
  .build-grid { order: 2; }

  .build-card { position: relative; padding: 1.15rem; min-height: 0; }
  .build-card::before { display: none; }
  .build-icon-card .build-icon-visual {
    display: block;
    min-height: 0;
    border-radius: 0;
    margin-bottom: 0.85rem;
  }
  .build-big-icon { width: 4.05rem; height: 4.05rem; border-radius: 19px; }
  .build-card h3 { margin-bottom: 0.45rem; }
  .build-card p { font-size: 1rem; line-height: 1.55; }
}

@media (max-width: 560px) {
  :root {
    --body: 1.02rem;
    --h1: clamp(2.35rem, 12vw, 3.05rem);
    --h2: clamp(1.85rem, 8vw, 2.35rem);
    --section-pad: 3.6rem;
    --gutter: 1rem;
  }
  h1 { letter-spacing: -0.02em; }

  .nav-logo .logo-word { display: block; height: 1.55rem; max-width: 11rem; }
  .nav-logo .logo-mark { display: none; }
  .nav-links li:not(.nav-cta),
  .nav-links li.nav-thin { display: block; }

  .hero { padding-top: 6.9rem; padding-bottom: 2.6rem; }
  .hero h1 { max-width: 9.5ch; }
  .hero-sub { font-size: 1rem; line-height: 1.55; }
  .hero-collage { max-height: 11.6rem; aspect-ratio: 1.8 / 1; margin-bottom: 1rem; }
  .person-card { border-radius: 18px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-proof {
    --proof-first-center: 0;
    --proof-step: 0;
    width: 100%;
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.45rem;
    padding: 0.95rem 0.65rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.58);
  }
  .hero-proof::before,
  .hero-proof::after { display: none; }
  .hero-proof li,
  .hero-proof li:nth-child(1),
  .hero-proof li:nth-child(2),
  .hero-proof li:nth-child(3) {
    position: static;
    transform: none;
    width: auto;
    display: grid;
    justify-items: center;
    align-items: start;
    text-align: center;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .proof-icon { margin: 0 0 0.5rem; width: 2.35rem; height: 2.35rem; }
  .proof-icon svg { width: 1.1rem; height: 1.1rem; }
  .hero-proof .proof-title,
  .hero-proof .proof-copy { text-align: center; }
  .hero-proof .proof-title { font-size: 0.78rem; line-height: 1.15; max-width: 6rem; }
  .hero-proof .proof-copy { display: none; }

  .pains { padding-top: 3.6rem; }
  .pain-card { padding: 1.15rem; }
  .workflow-showcase { padding: 1.2rem; border-radius: 22px; }
  .workflow-copy h3 { font-size: 1.72rem; }
  .workflow-copy p:not(.eyebrow) { font-size: 0.98rem; }
  .workflow-map { display: none; }
  .workflow-card,
  .workflow-attention,
  .workflow-proposal,
  .workflow-followup { position: static; width: 100%; padding: 0.95rem 1rem; }
  .workflow-link { display: none; }

  .build .section-head { margin-bottom: 1.8rem; }
  .build-grid { gap: 0.85rem; }
  .build-card { padding: 1.05rem; border-radius: 20px; }
  .build-big-icon { width: 3.8rem; height: 3.8rem; border-radius: 18px; }
  .build-card h3 { font-size: 1.1rem; line-height: 1.25; }
  .build-card p { font-size: 0.95rem; line-height: 1.5; }

  .tuesday-frame { padding: 1.25rem; border-radius: 22px; }
  .tuesday-cta { justify-items: center; text-align: center; }
  .tuesday-cta-line .mobile-break { display: inline; }
  .tuesday-cta-actions .btn,
  .tuesday-cta-actions .text-link { width: 100%; justify-content: center; }
  .how-process-card,
  .how-outcome-card { padding: 1.2rem; border-radius: 22px; }
  .portrait-frame { padding-right: 1.2rem; }
  .portrait-frame::before { left: 1.2rem; }
  .proof-caption { margin-left: 2.4rem; }
  .faq-link .text-link { font-size: 0.98rem; }
  .assess-grid { row-gap: 1.8rem; }
  .report-card { transform: none; padding: 1.25rem; }
  .report-bar { grid-template-columns: 5.4rem 1fr; }

  .footer { padding-top: 2.8rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 1.4rem 1.1rem; padding-bottom: 1.8rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { height: 1.7rem; margin-bottom: 0.7rem; }
  .footer-brand .footer-mark { height: 5.8rem; margin-bottom: 0.95rem; }
  .footer-brand p { font-size: 0.96rem; max-width: 24rem; }
  .footer h4 { margin-bottom: 0.65rem; font-size: 0.72rem; }
  .footer ul { gap: 0.22rem; }
  .footer ul a { font-size: 0.92rem; }
  .footer-wordmark {
    display: block;
    padding-top: 1.6rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgba(250, 247, 242, 0.18);
  }
  .footer-wordmark img {
    width: 100%;
    max-width: none;
    opacity: 0.98;
  }
  .footer-meta {
    border-top: 0;
    padding-top: 1.15rem;
  }
  .chat-launcher { display: none; }
}
