:root {
  --paper: #f5f4ee;
  --surface: #ffffff;
  --soft: #ecede5;
  --ink: #111712;
  --muted: #5b635c;
  --line: #dce0d6;
  --lime: #d7f26d;
  --lime-soft: #edf7bf;
  --moss: #315a42;
  --success: #2f7550;
  --warning: #9a6819;
  --error: #b44c3d;
  --info: #315d7a;
  --shadow: 0 24px 70px rgba(17, 23, 18, .10), 0 2px 8px rgba(17, 23, 18, .05);
  --sans: "Instrument Sans", "Avenir Next", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; border-radius: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.reading { max-width: 660px; }
.mono { font-family: var(--mono); }
.muted { color: var(--muted); }
.lime-mark {
  background: linear-gradient(transparent 58%, var(--lime) 58% 94%, transparent 94%);
  padding-inline: .03em;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(220, 224, 214, .9);
  background: rgba(245, 244, 238, .91);
  backdrop-filter: blur(14px);
}
.nav-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.mark {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.mark::before, .mark::after { content: ""; position: absolute; background: var(--lime); }
.mark::before { width: 2px; inset-block: 0; left: calc(50% - 1px); }
.mark::after { height: 2px; inset-inline: 0; top: calc(50% - 1px); }
.nav-links { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14.5px; font-weight: 600; }
.nav-links > a:not(.button):hover { color: var(--ink); }
.nav-links > a:not(.button):visited { color: #3f5d47; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button.small { min-height: 40px; padding-inline: 15px; font-size: 14px; }
.button.secondary { background: transparent; color: var(--ink); border-color: #bfc5ba; }
.button.lime { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link::after { content: "↗"; font-family: var(--mono); font-size: .88em; }

.eyebrow, .section-label, .state-label {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--lime); box-shadow: 0 0 0 1px var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(17,23,18,.035) 1px, transparent 1px),
    linear-gradient(rgba(17,23,18,.035) 1px, transparent 1px);
  background-size: 72px 72px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(245,244,238,.84) 50%, rgba(245,244,238,.25) 100%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 72px;
  align-items: center;
  padding: 84px 0 92px;
}
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 23px 0 24px;
  max-width: 780px;
  font-size: clamp(46px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 400;
}
.hero h1:first-child, .pdp-grid h1:first-child { margin-top: 0; }
.lede { margin: 0; max-width: 650px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-line { margin: 23px 0 0; color: var(--muted); font-size: 13.5px; }

.loop-card {
  position: relative;
  background: var(--surface);
  border: 1px solid #cfd4ca;
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.loop-card-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.loop-card-title { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(47,117,80,.11); animation: live-pulse 2.6s ease-out infinite; }
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(47,117,80,.26); }
  60% { box-shadow: 0 0 0 7px rgba(47,117,80,0); }
  100% { box-shadow: 0 0 0 0 rgba(47,117,80,0); }
}
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.status-chip.available { color: var(--success); border-color: rgba(47,117,80,.35); background: rgba(47,117,80,.06); }
.status-chip.limited { color: var(--warning); border-color: rgba(154,104,25,.32); background: rgba(154,104,25,.07); }
.status-chip.approval { color: var(--ink); background: var(--lime-soft); border-color: #c7dc69; }
.loop-stack { padding: 6px 20px 20px; }
.loop-row { position: relative; display: grid; grid-template-columns: 28px 1fr auto; gap: 13px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.loop-row:last-child { border-bottom: 0; padding-bottom: 0; }
.loop-row:not(:last-child)::after { content: ""; position: absolute; left: 13px; top: 45px; bottom: -10px; width: 1px; background: #bfc5ba; }
.loop-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #c6cbc1; border-radius: 50%; background: var(--surface); font-family: var(--mono); font-size: 12px; font-weight: 600; z-index: 1; }
.loop-row.active .loop-icon { background: var(--lime); border-color: var(--ink); }
.loop-row h3 { margin: 1px 0 3px; font-size: 15px; line-height: 1.3; letter-spacing: -.01em; }
.loop-row p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.loop-value { padding-top: 3px; color: var(--muted); font-family: var(--mono); font-size: 11px; white-space: nowrap; }

.proof-rail { border-bottom: 1px solid var(--line); background: var(--ink); color: #fff; }
.proof-rail-inner { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 0; overflow-x: auto; }
.proof-item { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.16); font-family: var(--mono); font-size: 12px; white-space: nowrap; color: rgba(255,255,255,.76); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; padding-right: 0; }
.proof-item strong { color: var(--lime); font-weight: 600; }

section { padding: 96px 0; border-bottom: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; margin-bottom: 48px; }
.section-head h2 { margin: -8px 0 0; max-width: 760px; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -.03em; font-weight: 500; }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 18px; max-width: 660px; }
.compact-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.compact-head h2 { margin: 0; max-width: 760px; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -.03em; font-weight: 500; }
.compact-head p { margin: 0; max-width: 560px; color: var(--muted); font-size: 18px; }
.band { background: var(--surface); }
.dark-band { background: var(--ink); color: #fff; }
.dark-band .section-label, .dark-band .section-head p, .dark-band .muted { color: rgba(255,255,255,.62); }
.dark-band .interface-copy p { color: rgba(255,255,255,.68); }

.workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.workflow-card { position: relative; display: flex; min-height: 420px; flex-direction: column; padding: 32px; border: 1px solid #cfd4ca; background: var(--surface); border-radius: 18px; overflow: hidden; }
.workflow-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.workflow-card h3 { margin: 52px 0 12px; max-width: 490px; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.05; letter-spacing: -.03em; font-weight: 500; }
.workflow-card > p { margin: 0 0 26px; max-width: 510px; color: var(--muted); font-size: 17px; }
.workflow-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 24px; }
.meta-pill { padding: 6px 9px; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.82); font-family: var(--mono); font-size: 11px; color: var(--muted); }
.workflow-card .text-link { width: fit-content; margin-top: auto; }
.workflow-card.compact-card { min-height: 300px; }
.workflow-card.compact-card h3 { margin-top: 42px; }
.text-link:visited { color: #41582b; }

.cycle-flow { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid rgba(255,255,255,.2); }
.cycle-step { position: relative; min-height: 190px; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.16); }
.cycle-step:last-child { border-right: 0; }
.cycle-step .n { display: block; margin-bottom: 36px; color: var(--lime); font-family: var(--mono); font-size: 12px; }
.cycle-step h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.2; }
.cycle-step p { margin: 0; color: rgba(255,255,255,.58); font-size: 13.5px; line-height: 1.45; }

.interface-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 40px; align-items: center; }
.interface-copy h2 { margin: 14px 0 18px; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -.03em; font-weight: 500; }
.interface-copy p { color: var(--muted); font-size: 18px; }
.artifact { overflow: hidden; border: 1px solid #cfd4ca; border-radius: 18px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
.artifact-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 13px; }
.artifact-head strong { font-size: 14px; }
.artifact-body { padding: 24px; font-family: var(--mono); font-size: 13px; line-height: 1.6; }
.artifact-block { padding: 16px 0; border-bottom: 1px solid var(--line); }
.artifact-block:first-child { padding-top: 0; }
.artifact-block:last-child { padding-bottom: 0; border-bottom: 0; }
.artifact-block .state-label { display: block; margin-bottom: 6px; color: var(--muted); }
.artifact-block.decision { position: relative; z-index: 0; margin-inline: -24px; padding-inline: 24px; }
.artifact-block.decision::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, var(--lime-soft), transparent 78%);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1) .3s;
}
html:not([data-reveal="ready"]) .artifact-block.decision::before,
.artifact.in .artifact-block.decision::before { transform: scaleX(1); }

[data-reveal="ready"] .reveal { opacity: 0; transform: translateY(16px); transition: opacity .45s ease-out, transform .45s cubic-bezier(.2, .8, .2, 1); }
[data-reveal="ready"] .reveal.in { opacity: 1; transform: none; }
.artifact-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; }

.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.control-panel { padding: 32px; border: 1px solid rgba(255,255,255,.19); background: rgba(255,255,255,.035); }
.control-panel h3 { margin: 0 0 22px; font-size: 26px; font-weight: 500; letter-spacing: -.02em; }
.control-list { list-style: none; padding: 0; margin: 0; }
.control-list li { display: grid; grid-template-columns: 25px 1fr; gap: 11px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 15px; }
.control-list li::before { content: "✓"; color: var(--lime); font-family: var(--mono); }
.control-list.stop li::before { content: "→"; color: rgba(255,255,255,.5); }

.onboarding { counter-reset: onboard; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.onboard-step { counter-increment: onboard; min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.onboard-step::before { content: "0" counter(onboard); display: block; margin-bottom: 34px; color: var(--moss); font-family: var(--mono); font-size: 12px; }
.onboard-step h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.02em; font-weight: 500; }
.onboard-step p { margin: 0; color: var(--muted); font-size: 15px; max-width: 44ch; }

.quote-band { padding: 84px 0; background: var(--lime); }
.quote-close { display: grid; grid-template-columns: minmax(0, 760px); }
.quote-action h2 { margin: 0 0 10px; font-size: clamp(34px, 3.8vw, 48px); line-height: 1.05; letter-spacing: -.03em; font-weight: 500; }
.quote-action p { margin: 0 0 24px; }
.cta-note { margin: 14px 0 0; font-size: 13px; opacity: .75; }
.cta-note a { text-decoration: underline; }
html[data-source="upwork"] .hide-upwork { display: none; }
html:not([data-source="upwork"]) .upwork-only { display: none; }

.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.founder-grid h2 { margin: 12px 0 18px; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -.03em; font-weight: 500; }
.founder-grid p { color: var(--muted); font-size: 18px; }
.founder-note { padding: 30px; border-top: 3px solid var(--ink); background: var(--surface); }
.founder-note p { margin: 0; color: var(--ink); font-size: 24px; line-height: 1.28; font-weight: 500; letter-spacing: -.015em; }
.founder-note small { display: block; margin-top: 18px; color: var(--muted); font-family: var(--mono); font-size: 11px; }

.closing { text-align: center; }
.closing h2 { margin: 0 auto 18px; max-width: 850px; font-size: clamp(40px, 5vw, 64px); line-height: 1.02; letter-spacing: -.035em; font-weight: 500; }
.closing p { margin: 0 auto 28px; max-width: 620px; color: var(--muted); font-size: 19px; }
.closing .hero-actions { justify-content: center; }

/* Product pages */
.pdp-hero { border-bottom: 1px solid var(--line); background: var(--surface); }
.pdp-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; padding: 88px 0; }
.pdp-grid h1 { font-size: clamp(44px, 5.4vw, 70px); }
.pdp-facts { margin: 30px 0 0; border-top: 1px solid var(--line); }
.pdp-fact { display: grid; grid-template-columns: 138px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.pdp-fact dt { color: var(--muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.pdp-fact dd { margin: 0; font-weight: 600; }
.price-panel { padding: 28px; border: 1px solid #cfd4ca; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.price-panel .price { margin: 26px 0 8px; font-size: 60px; line-height: .95; letter-spacing: -.04em; font-weight: 500; }
.price-panel .price small { font-family: var(--sans); font-size: 16px; letter-spacing: 0; }
.price-panel > p { color: var(--muted); }
.price-panel .button { width: 100%; margin-top: 14px; }
.price-panel .fine { margin: 14px 0 0; font-size: 12px; line-height: 1.5; }

.outcome-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.outcome { min-height: 164px; padding: 24px; border-right: 1px solid var(--line); background: var(--surface); }
.outcome:last-child { border-right: 0; }
.outcome strong { display: block; margin: 18px 0 5px; font-size: 20px; }
.outcome p { margin: 0; color: var(--muted); font-size: 14px; }

.deliverable-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.deliverable-panel { padding: 32px; border: 1px solid var(--line); background: var(--surface); }
.deliverable-panel h3 { margin: 0 0 20px; font-size: 27px; line-height: 1.12; letter-spacing: -.02em; font-weight: 500; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; }
.check-list li::before { content: "✓"; color: var(--success); font-family: var(--mono); }
.check-list.no li::before { content: "×"; color: var(--error); }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline-step { min-height: 238px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline-step .step-label { font-family: var(--mono); font-size: 11px; color: var(--moss); text-transform: uppercase; letter-spacing: .08em; }
.timeline-step h3 { margin: 45px 0 8px; font-size: 22px; line-height: 1.15; letter-spacing: -.02em; font-weight: 500; }
.timeline-step p { margin: 0; color: var(--muted); font-size: 15px; }

.module-split { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.module { min-height: 420px; padding: 34px; background: var(--surface); }
.module + .module { border-left: 1px solid var(--line); }
.module h3 { margin: 48px 0 14px; font-size: 34px; line-height: 1.08; letter-spacing: -.03em; font-weight: 500; }
.module p { color: var(--muted); }
.module ul { margin: 24px 0 0; padding: 0; list-style: none; }
.module li { padding: 10px 0; border-top: 1px solid var(--line); font-size: 14px; }
.module.compact-module { min-height: 250px; }
.module.compact-module h3 { margin-top: 34px; }

.diagnostic-card { display: grid; grid-template-columns: 1.12fr .88fr; border: 1px solid var(--ink); background: var(--lime); }
.diagnostic-card.single { display: block; max-width: 820px; }
.diagnostic-copy { padding: 40px; }
.diagnostic-copy h3 { margin: 10px 0 16px; max-width: 600px; font-size: 34px; line-height: 1.08; letter-spacing: -.03em; font-weight: 500; }
.diagnostic-copy p { max-width: 620px; }
.diagnostic-price { display: flex; flex-direction: column; justify-content: center; padding: 40px; border-left: 1px solid var(--ink); background: var(--surface); }
.diagnostic-price .price { font-size: 56px; line-height: 1; font-weight: 500; letter-spacing: -.03em; }
.diagnostic-price p { color: var(--muted); }

.faq { max-width: 900px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--muted); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; margin: 0 0 24px; color: var(--muted); }

.upwork-notice { display: none; border-bottom: 1px solid #c7dc69; background: var(--lime-soft); }
.upwork-notice .shell { padding-block: 12px; font-size: 13px; text-align: center; }
html[data-source="upwork"] .upwork-notice { display: block; }

footer { padding: 32px 0; background: var(--ink); color: rgba(255,255,255,.68); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
footer .brand { color: #fff; }
footer nav { display: flex; gap: 20px; }
footer nav a:hover { color: #fff; }
footer nav a:visited { color: var(--lime-soft); }

@media (max-width: 980px) {
  .hero-grid, .pdp-grid { grid-template-columns: 1fr; min-height: auto; gap: 52px; }
  .hero-grid { padding: 72px 0; }
  .pdp-grid { padding: 72px 0; }
  .loop-card { max-width: 650px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .compact-head { align-items: start; flex-direction: column; gap: 18px; }
  .interface-grid, .founder-grid { grid-template-columns: 1fr; }
  .quote-close { grid-template-columns: 1fr; gap: 38px; }
  .quote-aside { padding: 34px 0 0; border-top: 1px solid rgba(17,23,18,.28); border-left: 0; padding-left: 0; }
  .cycle-flow { grid-template-columns: repeat(3, 1fr); }
  .cycle-step:nth-child(3) { border-right: 0; }
  .cycle-step:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .diagnostic-card { grid-template-columns: 1fr; }
  .diagnostic-price { border-left: 0; border-top: 1px solid var(--ink); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 1180px); }
  .nav-links > a:not(.button) { display: none; }
  h1 { font-size: clamp(38px, 11vw, 54px); }
  section { padding: 72px 0; }
  .workflow-grid, .control-grid, .onboarding, .deliverable-grid, .module-split { grid-template-columns: 1fr; }
  .workflow-card { min-height: 380px; padding: 26px; }
  .module + .module { border-left: 0; border-top: 1px solid var(--line); }
  .quote-layout { grid-template-columns: 1fr; gap: 24px; }
  .cycle-flow { grid-template-columns: 1fr; }
  .cycle-step, .cycle-step:nth-child(3) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .cycle-step:last-child { border-bottom: 0; }
  .cycle-step .n { margin-bottom: 18px; }
  .outcome-strip, .timeline { grid-template-columns: 1fr; }
  .outcome { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome:last-child { border-bottom: 0; }
  .timeline-step { min-height: auto; }
  .timeline-step h3 { margin-top: 24px; }
  .pdp-fact { grid-template-columns: 1fr; gap: 3px; }
  .price-panel .price { font-size: 62px; }
  .proof-rail-inner { justify-content: flex-start; }
  .proof-item { padding-inline: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 480px) {
  .nav-inner { min-height: 64px; }
  .nav-links { gap: 10px; }
  .button.small { padding-inline: 12px; }
  .hero-grid, .pdp-grid { padding: 58px 0; }
  .loop-card-head { align-items: flex-start; }
  .loop-row { grid-template-columns: 28px 1fr; }
  .loop-value { grid-column: 2; padding-top: 0; }
  .loop-row > .status-chip { grid-column: 2; justify-self: start; }
  .workflow-card h3 { margin-top: 38px; }
  .artifact-row { align-items: flex-start; flex-direction: column; }
  .diagnostic-copy, .diagnostic-price { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
