:root {
  --paper: #f1e7d4;
  --paper-deep: #e7d7bb;
  --surface: #f8f1e3;
  --surface-green: #dfe7d8;
  --surface-blue: #dde5e5;
  --surface-rust: #ead4c7;
  --ink: #183128;
  --body: #46524c;
  --muted: #6e766f;
  --line: rgb(24 49 40 / 19%);
  --line-strong: rgb(24 49 40 / 42%);
  --green: #174438;
  --green-hover: #0f352b;
  --cobalt: #2457a7;
  --rust: #b65235;
  --sand: #c8a879;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", monospace;
  --shadow: 0 22px 50px rgb(93 70 37 / 12%);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgb(255 255 255 / 16%) 0 1px, transparent 1.5px) 0 0 / 17px 19px,
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.wrap {
  width: min(1320px, 100%);
  margin-inline: auto;
  padding-inline: 44px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--green);
  color: white;
  text-decoration: none;
}

.skip-link:focus {
  transform: none;
}

.site-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgb(241 231 212 / 88%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-inner {
  display: grid;
  grid-template-columns: 218px 1fr auto;
  min-height: 76px;
  align-items: center;
  gap: 28px;
}

.brand-logo {
  display: block;
  width: 206px;
}

.brand-logo img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.nav-links a,
.nav-cta {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .005em;
  text-decoration: none;
}

.nav-links a {
  padding-block: 8px;
  color: var(--body);
}

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

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  white-space: nowrap;
}

.nav-cta:hover {
  background: var(--green);
  color: white;
}

.nav-payment {
  margin: 0;
}

.payment-form {
  margin: 0;
}

.payment-status {
  position: relative;
  z-index: 3;
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-green);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  background: var(--paper);
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, var(--paper) 0%, rgb(241 231 212 / 96%) 33%, rgb(241 231 212 / 60%) 54%, transparent 77%);
  content: "";
  pointer-events: none;
}

.hero-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 160px);
  align-items: center;
  padding-top: 68px;
  padding-bottom: 154px;
}

.hero-copy {
  width: min(650px, 55vw);
}

.kicker,
.item-index,
.step-number,
.day-label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.kicker {
  margin: 0;
  color: var(--green);
  font-size: 15px;
}

.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38.67px, 4.6vw, 68px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero h1 em {
  color: var(--cobalt);
  font-weight: 500;
  white-space: nowrap;
}

.hero-final-line {
  white-space: nowrap;
}

.hero-audience {
  max-width: 53ch;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.48;
}

.lead {
  max-width: 61ch;
  margin: 12px 0 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.68;
}

.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.purchase-note {
  max-width: 62ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .02em;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, transform 120ms ease;
}

.button.primary {
  background: var(--green);
  color: white;
}

.button.primary:hover {
  background: var(--green-hover);
}

.button:active {
  transform: scale(.97);
}

.text-link,
.source-link,
.profile-link {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.fact-strip {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--line-strong);
  background: rgb(241 231 212 / 92%);
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fact-row span {
  padding: 25px 24px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.15;
}

.fact-row span:first-child {
  padding-left: 0;
}

.fact-row span + span {
  border-left: 1px solid var(--line);
}

.section-note {
  margin: 0 0 15px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.2;
}

.statement {
  padding: 116px 0 110px;
  background: var(--surface-green);
}

.statement-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: 44px 86px;
}

.statement .section-note {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.statement h2,
.section-head h2,
.programme-head h2,
.outcomes-head h2,
.audience-head h2,
.proof-head h2,
.author h2,
.faq-head h2,
.cta-inner h2,
.agent-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.01;
}

.statement-body {
  align-self: end;
}

.statement-body p {
  margin: 0;
  color: var(--body);
}

.statement-body p + p {
  margin-top: 18px;
}

.workflows {
  padding-top: 112px;
  padding-bottom: 126px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .52fr);
  align-items: end;
  gap: 50px;
}

.section-head .section-note {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-head > p:last-child {
  margin: 0 0 5px;
  color: var(--body);
}

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

.workflow {
  min-height: 255px;
  padding: 29px 30px 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workflow:nth-child(2),
.workflow:nth-child(6) {
  background: var(--surface);
}

.workflow:nth-child(3) {
  background: var(--surface-blue);
}

.workflow:nth-child(4) {
  background: var(--surface-rust);
}

.workflow:nth-child(5) {
  background: var(--surface-green);
}

.item-index,
.step-number,
.day-label {
  color: var(--cobalt);
}

.workflow h3,
.programme-list h3,
.outcome h3,
.audience-list h3 {
  margin: 21px 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.workflow p,
.outcome p,
.audience-list p {
  margin: 0;
  color: var(--body);
}

.agent-scene {
  min-height: 940px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgb(241 231 212 / 99%) 0%, rgb(241 231 212 / 96%) 48%, rgb(241 231 212 / 50%) 70%, transparent 100%),
    url("../images/illustrations-v2/lab-background-overhead.webp");
  background-position: center, center;
  background-size: cover, cover;
}

.agent-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.agent-copy {
  max-width: 760px;
}

.agent-copy h2 {
  font-size: clamp(30.67px, 3vw, 46.67px);
}

.agent-copy p {
  max-width: 58ch;
  color: var(--body);
}

.agent-copy .agent-promise {
  margin: 28px 0 20px;
  padding: 20px 0 20px 22px;
  border-left: 3px solid var(--cobalt);
  background: linear-gradient(90deg, rgb(248 241 227 / 88%), transparent);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.24;
}

.agent-promise p {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  color: var(--ink);
}

.agent-promise p + p {
  margin-top: 10px;
}

.agent-promise span {
  flex: none;
  color: var(--cobalt);
  font-family: var(--sans);
  font-size: 21px;
  font-style: normal;
}

.automation-title {
  margin: 38px 0 0;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.automation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin-top: 20px;
}

.automation-item {
  border-top: 1px solid var(--line-strong);
}

.automation-item summary {
  position: relative;
  padding: 18px 34px 19px 0;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.15;
  list-style: none;
}

.automation-item summary::-webkit-details-marker {
  display: none;
}

.automation-item summary::after {
  position: absolute;
  top: 17px;
  right: 2px;
  color: var(--cobalt);
  content: "+";
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 400;
}

.automation-item[open] summary::after {
  content: "−";
}

.automation-copy {
  padding: 0 34px 20px 0;
  animation: automation-open 320ms cubic-bezier(.22, 1, .36, 1) both;
}

.automation-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

@keyframes automation-open {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.agent-copy .automation-more {
  margin: 3px 0 28px;
  color: var(--rust);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
}

.programme-scene {
  position: relative;
  overflow: hidden;
}

.programme {
  padding-top: 118px;
  padding-bottom: 126px;
}

.programme-head {
  max-width: 830px;
}

.programme-intro {
  max-width: 710px;
  margin: 20px 0 0;
  color: var(--body);
  font-size: 18px;
}

.programme-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 64px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.programme-list > li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  padding: 31px 0 40px;
  border-top: 1px solid var(--line-strong);
}

.programme-list > li:nth-child(3) {
  margin-top: 20px;
}

.step-number {
  padding-top: 7px;
}

.day-label {
  margin: 0;
  color: var(--rust);
}

.programme-list h3 {
  margin-top: 9px;
  font-size: 34px;
}

.programme-list ul {
  display: grid;
  gap: 6px;
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--body);
}

.programme-list li::marker {
  color: var(--rust);
}

.session-result {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 2px solid var(--cobalt);
  background: rgb(248 241 227 / 76%);
  color: var(--body);
  font-size: 13px;
}

.session-result strong {
  color: var(--ink);
}

.outcomes {
  padding: 112px 0 126px;
  background: var(--paper-deep);
}

.outcomes-head {
  max-width: 830px;
}

.outcome-board {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 64px;
}

.outcome {
  display: grid;
  min-height: 260px;
  grid-template-columns: 145px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.outcome figure {
  margin: 0;
}

.outcome figure img {
  width: 100%;
  mix-blend-mode: multiply;
}

.outcome h3 {
  margin-top: 10px;
  font-size: 27px;
}

.outcome-workspace {
  grid-column: span 7;
  background: var(--surface-green);
}

.outcome-skills {
  grid-column: span 5;
  background: var(--surface-blue);
}

.outcome-context {
  grid-column: span 4;
  grid-template-columns: 122px minmax(0, 1fr);
}

.outcome-memory {
  grid-column: span 4;
  grid-template-columns: 122px minmax(0, 1fr);
  background: var(--surface-rust);
}

.outcome-system {
  grid-column: span 4;
  grid-template-columns: 122px minmax(0, 1fr);
  background: var(--surface-green);
}

.audience {
  padding: 118px 0 126px;
  background: var(--surface-green);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 96px;
}

.audience-head {
  position: sticky;
  top: 110px;
  align-self: start;
}

.audience-head h2 {
  font-size: clamp(30.67px, 2.8vw, 45.33px);
}

.audience-head > p:last-child {
  margin: 25px 0 0;
  color: var(--body);
}

.audience-list article {
  padding: 24px 0 35px;
  border-top: 1px solid var(--line-strong);
}

.audience-list h3 {
  margin-top: 13px;
  font-size: 34px;
}

.proof {
  overflow: hidden;
  padding: 116px 0 120px;
  background: var(--surface-green);
}

.proof-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}

.review-controls {
  display: flex;
  gap: 10px;
}

.review-arrow {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 21px;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 120ms ease;
}

.review-arrow:hover:not(:disabled) {
  background: var(--green);
  color: white;
}

.review-arrow:active:not(:disabled) {
  transform: scale(.94);
}

.review-arrow:disabled {
  cursor: default;
  opacity: .3;
}

.review-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 62px;
  padding: 0 2px 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--green) rgb(24 49 40 / 12%);
  scrollbar-width: thin;
}

.review-track::-webkit-scrollbar {
  height: 7px;
}

.review-track::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgb(24 49 40 / 12%);
}

.review-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--green);
}

.review-card {
  flex: 0 0 clamp(340px, 38vw, 490px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 34px 34px 28px;
  border-top: 3px solid var(--cobalt);
  background: var(--surface);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.review-card:nth-child(3n + 2) {
  border-color: var(--rust);
  background: var(--surface-rust);
}

.review-card:nth-child(3n) {
  border-color: var(--green);
  background: var(--surface-blue);
}

.review-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1.27;
}

.review-meta {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-top: 30px;
}

.review-meta strong {
  font-size: 12px;
}

.review-meta span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .04em;
}

.review-details {
  margin-top: 22px;
  border-top: 1px solid var(--line-strong);
}

.review-details summary {
  position: relative;
  padding: 17px 32px 0 0;
  cursor: pointer;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

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

.review-details summary span::before {
  position: absolute;
  top: 14px;
  right: 1px;
  content: "+";
  font-family: var(--mono);
  font-size: 19px;
  font-weight: 400;
}

.review-details[open] summary span::before {
  content: "−";
}

.review-full {
  padding-top: 18px;
  animation: review-open 360ms cubic-bezier(.22, 1, .36, 1) both;
}

.review-full p {
  margin: 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.68;
}

.review-full p + p {
  margin-top: 13px;
}

@keyframes review-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.author {
  padding: 116px 0 126px;
  background: var(--paper-deep);
}

.author-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 76px;
  align-items: center;
}

.author-copy {
  max-width: 720px;
}

.author h2 {
  font-size: clamp(37.33px, 3.87vw, 57.33px);
}

.author-role {
  margin: 18px 0 28px;
  color: var(--cobalt);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.author-copy > p:not(.section-note, .author-role) {
  max-width: 64ch;
  color: var(--body);
}

.author-photo {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.7) contrast(1.03);
}

.faq {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: 88px;
  padding-top: 118px;
  padding-bottom: 126px;
}

.faq-head {
  position: sticky;
  top: 110px;
  align-self: start;
}

.faq-head h2 {
  font-size: clamp(30px, 2.73vw, 42.67px);
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

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

.faq summary {
  position: relative;
  padding: 28px 52px 28px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
  list-style: none;
}

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

.faq summary::after {
  position: absolute;
  top: 25px;
  right: 4px;
  color: var(--cobalt);
  content: "+";
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 66ch;
  margin: -4px 0 26px;
  padding-right: 52px;
  color: var(--body);
}

.cta-scene {
  min-height: 720px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgb(241 231 212 / 99%) 0%, rgb(241 231 212 / 94%) 43%, rgb(241 231 212 / 32%) 68%, transparent 100%),
    url("../images/illustrations-v2/cta-growth-garden.webp");
  background-position: center, center;
  background-size: cover, cover;
}

.cta-inner {
  padding-top: 110px;
  padding-bottom: 110px;
}

.cta-inner h2 {
  max-width: 11ch;
}

.cta-inner > p:not(.section-note) {
  max-width: 52ch;
  margin: 27px 0 30px;
  color: var(--body);
}

.cta-inner > .purchase-note {
  margin: -14px 0 24px;
  color: var(--body);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .02em;
  line-height: 1.55;
}

footer {
  padding: 52px 0;
  border-top: 1px solid var(--line-strong);
}

.footer-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 40px;
}

.footer-logo {
  width: 205px;
}

.footer-meta {
  justify-self: end;
  text-align: right;
}

.footer-meta p {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .04em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .04em;
}

.footer-links a {
  color: inherit;
}

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 560ms ease-out, transform 560ms ease-out;
}

.js .reveal.is-visible,
.js .hero .reveal {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .workflow,
  .outcome,
  .review-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .workflow:hover,
  .outcome:hover,
  .review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgb(93 70 37 / 10%);
  }
}

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

  .nav-inner {
    grid-template-columns: 1fr auto;
  }

  .hero-copy {
    width: min(650px, 68vw);
  }

  .statement-inner,
  .section-head {
    grid-template-columns: 1fr;
  }

  .statement .section-note,
  .section-head .section-note {
    grid-column: auto;
    margin-bottom: 0;
  }

  .statement-body {
    max-width: 720px;
  }

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

  .programme-list {
    gap: 0 38px;
  }

  .outcome {
    grid-column: span 6;
  }

  .outcome-system {
    grid-column: 4 / span 6;
  }

  .audience-layout {
    gap: 60px;
  }

}

@media (max-width: 780px) {
  body {
    padding-top: 69px;
  }

  .wrap {
    padding-inline: 20px;
  }

  .site-nav {
    position: fixed;
    inset: 0 0 auto;
    top: 0;
    width: 100%;
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-nav::before {
    position: absolute;
    inset-inline: 0;
    bottom: calc(100% - 1px);
    height: calc(96px + env(safe-area-inset-top, 0px));
    background: var(--paper);
    content: "";
    pointer-events: none;
  }

  .nav-inner {
    min-height: 68px;
    gap: 14px;
  }

  .brand-logo {
    width: 166px;
  }

  .nav-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero::after {
    display: none;
  }

  .hero-art {
    position: relative;
    inset: auto;
    order: 2;
    height: clamp(330px, 92vw, 390px);
  }

  .hero-art::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--paper) 0%, rgb(241 231 212 / 38%) 16%, transparent 38%);
    content: "";
    pointer-events: none;
  }

  .hero-grid {
    min-height: 0;
    order: 1;
    align-items: start;
    padding-top: 50px;
    padding-bottom: 42px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 10ch;
    margin-top: 0;
    font-size: clamp(33.33px, 8.87vw, 45.33px);
  }

  .hero-art img {
    object-position: right center;
  }

  .hero-audience {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.5;
  }

  .lead {
    margin-top: 10px;
    font-size: 15px;
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .actions .payment-form {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .fact-strip {
    position: relative;
    order: 3;
  }

  .fact-row {
    grid-template-columns: 1fr;
  }

  .fact-row span,
  .fact-row span:first-child {
    padding: 15px 0;
    font-size: 17px;
  }

  .fact-row span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .statement,
  .workflows,
  .programme,
  .outcomes,
  .audience,
  .proof,
  .author,
  .faq {
    padding-top: 84px;
    padding-bottom: 90px;
  }

  .faq {
    padding-bottom: 38px;
  }

  .statement-inner,
  .section-head,
  .proof-head,
  .audience-layout,
  .author-layout,
  .faq {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .statement h2,
  .section-head h2,
  .programme-head h2,
  .outcomes-head h2,
  .audience-head h2,
  .proof-head h2,
  .author h2,
  .faq-head h2,
  .cta-inner h2,
  .agent-copy h2 {
    font-size: 29.33px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .workflow {
    min-height: auto;
    padding: 25px 24px 30px;
  }

  .agent-scene {
    min-height: 1140px;
    align-items: flex-start;
    background-image:
      linear-gradient(180deg, rgb(241 231 212 / 99%) 0%, rgb(241 231 212 / 98%) 68%, rgb(241 231 212 / 88%) 80%, rgb(241 231 212 / 30%) 92%, transparent 100%),
      url("../images/illustrations-v2/lab-background-overhead.webp");
    background-position: center, 84% 112%;
    background-size: cover, auto 50%;
  }

  .agent-inner {
    padding-top: 82px;
    padding-bottom: 330px;
  }

  .agent-copy .agent-promise {
    font-size: 23px;
  }

  .automation-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .automation-item summary {
    font-size: 20px;
  }

  .programme-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  .programme-list > li,
  .programme-list > li:nth-child(3) {
    margin-top: 0;
  }

  .programme-list h3 {
    font-size: 29px;
  }

  .outcome-board {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .outcome,
  .outcome-workspace,
  .outcome-skills,
  .outcome-context,
  .outcome-memory,
  .outcome-system {
    grid-column: auto;
  }

  .outcome {
    min-height: 0;
    grid-template-columns: 108px minmax(0, 1fr);
    padding: 14px;
  }

  .outcome h3 {
    font-size: 24px;
  }

  .audience-head,
  .faq-head {
    position: static;
  }

  .proof-head {
    align-items: center;
  }

  .review-track {
    margin-top: 44px;
  }

  .review-card {
    flex-basis: min(86vw, 420px);
    min-height: 360px;
    padding: 28px 26px 24px;
  }

  .author-layout {
    gap: 42px;
  }

  .author-photo {
    width: min(290px, 82vw);
    order: -1;
  }

  .faq summary {
    font-size: 23px;
  }

  .cta-scene {
    min-height: 820px;
    align-items: flex-start;
    background-image:
      linear-gradient(180deg, rgb(241 231 212 / 99%) 0%, rgb(241 231 212 / 97%) 47%, rgb(241 231 212 / 16%) 70%, transparent 100%),
      url("../images/illustrations-v2/cta-growth-garden.webp");
    background-position: center, right bottom;
    background-size: cover, auto 52%;
  }

  .cta-inner {
    padding-top: 48px;
    padding-bottom: 340px;
  }

  .footer-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-logo {
    width: 190px;
  }

  .footer-meta {
    justify-self: start;
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 145px;
  }

  .nav-cta {
    max-width: 135px;
    padding-inline: 9px;
    text-align: center;
    white-space: normal;
  }

  .hero h1 {
    font-size: clamp(30.67px, 8.53vw, 37.33px);
  }

  .programme-list > li {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 12px;
  }

  .outcome {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .review-card blockquote {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal,
  .js .reveal.is-visible,
  .js .hero .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .workflow,
  .outcome,
  .review-card,
  .review-arrow {
    transition: none;
  }

  .review-track {
    scroll-behavior: auto;
  }

  .review-full {
    animation: none;
  }

  .automation-copy {
    animation: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-nav {
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
