:root {
  --bg: #f7f8f5;
  --paper: #ffffff;
  --soft: #f2f4ee;
  --ink: #1e252b;
  --muted: #52616b;
  --line: #d8ded8;
  --green: #256d5a;
  --green-dark: #1d5848;
  --blue: #2f5d8c;
  --amber: #e7b75f;
  --dark: #1e252b;
  --dark-muted: #9ca9b0;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Source Sans 3", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(231, 183, 95, 0.035), transparent 32%),
    radial-gradient(circle at 84% 76%, rgba(37, 109, 90, 0.025), transparent 34%);
}

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  background: rgba(247, 248, 245, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 26px;
  background: var(--ink);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  content: "";
  position: absolute;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
}

.brand-mark::before {
  left: 7px;
  background: var(--green);
}

.brand-mark::after {
  right: 7px;
  background: var(--amber);
}

.brand-mark span {
  left: 6px;
  right: 6px;
  width: auto;
  height: 1px;
  border-radius: 0;
  background: var(--bg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--green);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--green);
  background: var(--green);
  color: white;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button::after {
  content: "->";
  margin-left: 10px;
  font-weight: 500;
}

.button:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

.button-light {
  background: var(--bg);
  border-color: var(--bg);
  color: var(--ink);
}

.button-light:hover {
  background: var(--amber);
  border-color: var(--amber);
}

.section {
  padding: 112px 0;
  border-bottom: 1px solid var(--line);
}

.section-label,
.eyebrow {
  margin: 0 0 28px;
  color: var(--green);
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  font-weight: 700;
}

h1 span,
h2 span {
  color: var(--muted);
  font-style: italic;
  font-weight: 500;
}

h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}

.hero {
  padding-top: 88px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 68%, var(--soft) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: start;
}

.hero-lede {
  max-width: 620px;
  margin: 30px 0 38px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-actions span,
.hero-note {
  color: var(--muted);
  font-size: 15px;
}

.hero-note {
  max-width: 560px;
  margin: 54px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  line-height: 1.55;
}

.local-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow-card,
.report-mock,
.pricing-card {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -38px rgba(30, 37, 43, 0.28);
}

.workflow-card {
  position: relative;
  padding: 28px;
}

.card-label {
  position: absolute;
  top: -12px;
  left: 22px;
  padding: 3px 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-workflow-svg {
  display: block;
  width: 100%;
  height: auto;
}

.workflow-node rect {
  fill: var(--bg);
  stroke: var(--ink);
  stroke-width: 1;
}

.workflow-node text {
  text-anchor: middle;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 9px;
  fill: var(--muted);
}

.workflow-node text:first-of-type {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  fill: var(--ink);
}

.workflow-arrow line {
  stroke: var(--ink);
  stroke-width: 1;
}

.workflow-arrow polygon {
  fill: var(--ink);
}

.workflow-friction line {
  stroke: var(--muted);
  stroke-width: 0.8;
  stroke-dasharray: 2 2;
}

.workflow-friction rect {
  fill: #fffbec;
  stroke: var(--amber);
  stroke-width: 1;
}

.workflow-friction text {
  text-anchor: middle;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 8.5px;
  fill: var(--muted);
}

.workflow-friction text:first-of-type {
  font-size: 9px;
  font-weight: 700;
  fill: var(--ink);
}

.workflow-legend text:first-of-type {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  fill: var(--muted);
  letter-spacing: 0.06em;
}

.workflow-legend line {
  stroke: var(--amber);
  stroke-width: 2;
}

.workflow-legend text:nth-of-type(2) {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  fill: var(--ink);
}

.workflow-legend text:nth-of-type(3) {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 10px;
  fill: var(--muted);
}

.industry-strip {
  padding: 28px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.strip-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.strip-inner span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.strip-inner strong {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.problem-grid article {
  min-height: 164px;
  padding: 28px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.problem-grid small {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-grid p {
  margin: 14px 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 21px;
  line-height: 1.35;
}

.offer-section,
.pricing-section {
  background: var(--paper);
}

.two-column,
.deliverable-grid,
.pricing-grid,
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: start;
}

.offer-section p,
.deliverable-section p,
.pricing-section p,
.founder-section p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.56;
}

.note-box {
  display: grid;
  gap: 6px;
  margin-top: 36px;
  padding: 20px 22px;
  border: 1px solid var(--green);
  background: rgba(37, 109, 90, 0.05);
}

.note-box strong {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included-list .list-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.included-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: included;
}

.included-list li {
  counter-increment: included;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-family: Inter, system-ui, sans-serif;
}

.included-list li::before {
  content: counter(included, decimal-leading-zero);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.deliverable-section,
.founder-section {
  background: var(--soft);
}

.report-stack {
  position: relative;
  min-height: 420px;
  margin-top: 40px;
}

.report-front,
.report-back {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -38px rgba(30, 37, 43, 0.28);
}

.report-back {
  position: absolute;
  inset: 24px -18px -18px 42px;
  padding: 26px;
}

.report-back > span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-back div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.report-back strong {
  align-self: center;
  padding: 2px 6px;
  background: var(--green);
  color: white;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
}

.report-back p,
.report-back em {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.report-back p {
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
}

.report-back em {
  grid-column: 2;
  color: var(--muted);
  font-style: normal;
}

.report-front {
  position: relative;
  z-index: 1;
  max-width: 520px;
  min-height: 380px;
  padding: 28px 32px;
}

.report-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-front > strong {
  display: block;
  margin: 26px 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 24px;
}

.report-front mark {
  padding: 0 2px;
  background: rgba(231, 183, 95, 0.9);
  color: var(--ink);
}

.report-map-svg {
  display: block;
  width: 100%;
  height: auto;
}

.map-lanes text {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  fill: var(--muted);
  letter-spacing: 0.06em;
}

.map-lanes line {
  stroke: var(--line);
  stroke-width: 0.7;
}

.map-node rect {
  fill: var(--bg);
  stroke: var(--ink);
  stroke-width: 0.8;
}

.map-node text {
  text-anchor: middle;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 8px;
  fill: var(--ink);
}

.map-path path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1;
}

.map-delay circle {
  fill: none;
  stroke: var(--amber);
  stroke-width: 1.2;
  stroke-dasharray: 2 2;
}

.map-delay text {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 8px;
  fill: var(--ink);
}

.map-delay text:last-of-type {
  fill: var(--muted);
}

.report-mini-bars {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.report-mini-bars div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: center;
}

.report-mini-bars span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.report-mini-bars i {
  display: block;
  height: 7px;
  background: linear-gradient(90deg, var(--green), var(--amber));
}

.report-chart {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.chart-scale {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 132px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chart-row {
  display: grid;
  grid-template-columns: 120px minmax(120px, 1fr) 58px;
  align-items: center;
  gap: 12px;
}

.chart-row span,
.chart-row em {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chart-row .bar {
  position: relative;
  min-width: 120px;
  height: 18px;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(25% - 1px),
      rgba(82, 97, 107, 0.18) calc(25% - 1px),
      rgba(82, 97, 107, 0.18) 25%
    ),
    #d8ded8;
}

.chart-row i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #3f8a72);
}

.chart-row.critical i {
  background: linear-gradient(90deg, var(--green), var(--amber));
}

.chart-insight {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.deliverable-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.deliverable-list span {
  color: var(--green);
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  font-style: italic;
}

.deliverable-list h3 {
  margin: 0;
  font-size: 20px;
}

.deliverable-list p {
  margin: 6px 0 0;
  font-size: 16px;
}

.dark-section,
.footer {
  background: var(--dark);
  color: var(--bg);
}

.dark-section {
  border-bottom-color: #2f3942;
}

.dark-section .section-label,
.final-cta .section-label {
  color: var(--amber);
}

.dark-section h2 {
  color: var(--bg);
}

.dark-section h2 span,
.dark-lede {
  color: var(--dark-muted);
}

.dark-lede {
  max-width: 760px;
  margin: 28px 0 58px;
  font-size: 19px;
  line-height: 1.56;
}

.why-list article {
  display: grid;
  grid-template-columns: 56px minmax(160px, 0.8fr) 1.6fr;
  gap: 28px;
  padding: 26px 0;
  border-top: 1px solid #2f3942;
}

.why-list span {
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.why-list h3 {
  margin: 0;
  font-size: 22px;
}

.why-list p {
  margin: 0;
  color: var(--dark-muted);
  font-size: 17px;
  line-height: 1.5;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 72px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--line);
}

.timeline article {
  position: relative;
  padding-top: 56px;
  text-align: center;
}

.timeline article::before {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: var(--bg);
  border: 2px solid var(--green);
  border-radius: 999px;
}

.timeline span {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.timeline h3 {
  margin: 10px 0 10px;
  font-size: 20px;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.pricing-grid {
  align-items: center;
}

.pricing-section h2 span {
  color: var(--green);
  font-style: normal;
  font-weight: 700;
}

.pricing-card {
  position: relative;
  padding: 32px;
  border-color: var(--green);
  background: rgba(37, 109, 90, 0.05);
}

.pricing-card small {
  position: absolute;
  top: -12px;
  left: 22px;
  padding: 3px 10px;
  background: var(--paper);
  border: 1px solid var(--green);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card p {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.42;
}

.pricing-card strong {
  color: var(--green);
}

.founder-grid {
  grid-template-columns: 280px 1fr;
  align-items: center;
}

.founder-section figure {
  margin: 0;
  width: 240px;
}

.founder-section img {
  display: block;
  width: 240px;
  height: 288px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -38px rgba(30, 37, 43, 0.32);
}

.founder-section figcaption {
  width: 240px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq-list {
  margin-top: 58px;
  border-top: 1px solid var(--ink);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  font-family: Inter, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--muted);
  font-size: 24px;
  transition: transform 160ms ease;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  max-width: 820px;
  margin: 0;
  padding: 0 52px 24px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.final-cta {
  padding: 112px 0;
  background: var(--green);
  color: var(--bg);
  text-align: center;
}

.final-cta h2 {
  margin: 0 auto;
  color: var(--bg);
}

.final-cta p {
  max-width: 620px;
  margin: 24px auto 34px;
  color: #d8e4df;
  font-size: 19px;
  line-height: 1.55;
}

.final-cta .email-line {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
  color: #c7dbd4;
  font-size: 15px;
  text-align: center;
}

.final-cta .email-line a {
  color: var(--amber);
}

.footer {
  padding: 56px 0 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr auto auto;
  gap: 72px;
}

.footer-brand {
  color: var(--bg);
}

.footer p {
  max-width: 420px;
  color: var(--dark-muted);
  line-height: 1.55;
}

.footer h3 {
  margin: 0 0 16px;
  color: var(--amber);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer a:not(.brand) {
  display: block;
  margin-bottom: 8px;
  color: #c9d3d1;
  text-decoration: none;
}

.footer a:not(.brand):hover {
  color: var(--bg);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid #2f3942;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .two-column,
  .deliverable-grid,
  .pricing-grid,
  .founder-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .two-column,
  .deliverable-grid,
  .pricing-grid,
  .founder-grid {
    gap: 48px;
  }

  .workflow-card {
    max-width: 600px;
  }

  .report-stack {
    max-width: 620px;
  }

  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 48px;
  }

  .timeline::before {
    display: none;
  }

  .timeline article {
    padding: 24px 0 24px 48px;
    text-align: left;
    border-top: 1px solid var(--line);
  }

  .timeline article::before {
    top: 31px;
    left: 0;
  }

  .why-list article {
    grid-template-columns: 48px 1fr;
  }

  .why-list article p {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .site-header .button {
    display: none;
  }

  .section,
  .hero,
  .final-cta {
    padding: 72px 0;
  }

  h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-lede {
    font-size: 19px;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .local-note {
    font-size: 10px;
    line-height: 1.45;
  }

  .workflow-card {
    padding: 18px;
    overflow-x: auto;
  }

  .hero-workflow-svg {
    min-width: 420px;
  }

  .strip-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

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

  .problem-grid article {
    min-height: auto;
  }

  .report-top,
  .footer-bottom,
  .founder-section figcaption {
    flex-direction: column;
  }

  .report-stack {
    min-height: 0;
  }

  .report-back {
    display: none;
  }

  .report-front {
    max-width: none;
    min-height: 0;
    padding: 22px;
  }

  .report-mini-bars div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .deliverable-list article {
    grid-template-columns: 42px 1fr;
  }

  .why-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .why-list article p {
    grid-column: auto;
  }

  .founder-section img {
    width: 176px;
    height: 212px;
  }

  .founder-section figure,
  .founder-section figcaption {
    width: 176px;
  }

  .founder-section figure {
    justify-self: start;
  }

  .chart-scale {
    margin-left: 0;
  }

  .chart-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .chart-row .bar {
    min-width: 100%;
  }

  summary {
    font-size: 17px;
  }

  details p {
    padding-right: 0;
  }

  .footer-grid {
    gap: 28px;
  }
}
