:root {
  --font-inter: "Inter";
  --font-dm-sans: "DM Sans";
  --ink: #141617;
  --muted: #5e6468;
  --orange: #f86011;
  --orange-soft: #ffe7da;
  --blue: #198fd9;
  --green: #006039;
  --green-deep: #073b2d;
  --green-bright: #35ad73;
  --green-soft: #e2f6eb;
  --green-pale: #f1faf5;
  --paper: #ffffff;
  --mist: #f2f3f5;
  --line: #e3e3e5;
  --max-width: 1220px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(20, 22, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-inter), Inter, Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.skipLink {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: var(--ink);
  color: white;
}

.skipLink:focus {
  transform: translateY(0);
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  width: 100%;
  min-height: 88px;
  padding: 0 3vw;
  border-bottom: 1px solid rgba(227, 227, 229, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 242px;
  height: auto;
}

.desktopNav {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
}

.desktopNav a {
  position: relative;
  padding: 0.6rem 0;
}

.desktopNav a::after {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--orange);
  transition: transform 180ms ease;
}

.desktopNav a:hover::after,
.desktopNav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.headerCta {
  padding: 0.9rem 1.35rem;
  border-radius: 8px;
  background: var(--orange-soft);
  color: #c74600;
  font-family: var(--font-dm-sans), sans-serif;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.headerCta:hover,
.headerCta:focus-visible {
  transform: translateY(-2px);
  background: #ffd8c2;
}

.mobileMenu {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.35rem;
  color: var(--orange);
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 2px;
  content: "";
  background: currentColor;
}

.eyebrow.light {
  color: #ffad83;
}

.sectionIntro h2,
.agentHeading h2,
.askCopy h2,
.leadershipIntro h2,
.audienceCard h2,
.aboutCopy h1,
.contactSection h2 {
  margin: 0;
  font-family: var(--font-dm-sans), sans-serif;
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.95rem 1.35rem;
  border-radius: 8px;
  font-family: var(--font-dm-sans), sans-serif;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button > svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  stroke-width: 2;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.buttonPrimary {
  background: var(--blue);
  color: white;
  box-shadow: 0 14px 30px rgba(25, 143, 217, 0.24);
}

.buttonPrimary:hover,
.buttonPrimary:focus-visible {
  background: #097fc6;
  box-shadow: 0 18px 36px rgba(25, 143, 217, 0.32);
}

.textLink {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-dm-sans), sans-serif;
  font-weight: 700;
}

.heroProof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin-top: 2.4rem;
  color: #4b5155;
  font-size: 0.82rem;
  font-weight: 650;
}

.heroProof span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.heroProof span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--green-bright);
}

.sourceRail {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1.62fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem max(3vw, calc((100vw - var(--max-width)) / 2));
  background: var(--mist);
}

.sourceRail > p {
  max-width: 220px;
  margin: 0;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sourceLogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sourceLogo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.sourceLogo strong {
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.8rem;
  white-space: nowrap;
}

.sourceMark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: white;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.7rem;
  font-weight: 850;
  box-shadow: 0 5px 16px rgba(20, 22, 23, 0.08);
}

.sourceMark img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.sourceArrow {
  color: var(--orange);
  font-size: 1.5rem;
}

.dataWarehouse {
  padding: 0.6rem 0.75rem;
  border: 1px solid #d7d7dc;
  border-radius: 10px;
  background: white;
}

.gcpIcon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.section {
  width: min(var(--max-width), calc(100% - 6vw));
  margin: 0 auto;
  padding: clamp(5.5rem, 9vw, 9rem) 0;
}

.sectionIntro {
  max-width: 880px;
}

.sectionIntro h2,
.agentHeading h2,
.askCopy h2,
.leadershipIntro h2,
.audienceCard h2,
.contactSection h2 {
  font-size: clamp(2.65rem, 5vw, 5rem);
}

.problemSection {
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.problemGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.25rem;
}

.problemGrid article {
  min-height: 330px;
  padding: 2rem;
  border: 1px solid var(--line);
  background: linear-gradient(212deg, #f4f4f6 0%, #fff 100%);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.problemGrid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(20, 22, 23, 0.08);
}

.cardIcon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
}

.cardIcon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.8;
}

.problemGrid h3,
.stepsGrid h3,
.pipelineStage h3,
.promiseCard h3 {
  margin: 2.8rem 0 0.8rem;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.problemGrid p,
.stepsGrid p,
.promiseCard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.stepsSection {
  border-top: 1px solid var(--line);
}

.splitIntro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 5rem;
  align-items: end;
  max-width: none;
}

.splitIntro > p {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.stepsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 4rem;
  border-top: 1px solid var(--ink);
}

.stepsGrid article {
  position: relative;
  min-height: 320px;
  padding: 1.8rem 2rem 2rem 0;
  border-right: 1px solid var(--line);
}

.stepsGrid article:not(:first-child) {
  padding-left: 2rem;
}

.stepsGrid article:last-child {
  border-right: 0;
}

.stepsGrid article > span {
  color: var(--orange);
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.stepsGrid h3 {
  margin-top: 5.5rem;
  font-size: 1.6rem;
}

.agentSection {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) max(3vw, calc((100vw - var(--max-width)) / 2));
  background: var(--green-deep);
  color: white;
}

.agentSection::before {
  position: absolute;
  top: -220px;
  left: 52%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  content: "";
  background: rgba(53, 173, 115, 0.2);
  filter: blur(2px);
}

.agentHeading {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.agentHeading > p:last-child {
  max-width: 700px;
  margin: 1.8rem 0 0;
  color: #c7ddd2;
  font-size: 1.12rem;
  line-height: 1.75;
}

.pipeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr) 32px) minmax(0, 1fr);
  align-items: stretch;
  margin-top: 4.25rem;
}

.pipelineStage {
  position: relative;
  min-height: 330px;
  padding: 1.45rem;
  border: 1px solid #2a604c;
  border-radius: 16px;
  background: #103f31;
}

.stageNumber {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #4d806b;
  border-radius: 50%;
  color: #d0e6dc;
  font-size: 0.68rem;
}

.pipelineStage > p {
  margin: 0;
  color: #9fc4b3;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pipelineStage h3 {
  min-height: 58px;
  margin: 1rem 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.pipelineStage > small {
  position: absolute;
  right: 1.45rem;
  bottom: 1.35rem;
  left: 1.45rem;
  color: #9fc4b3;
  font-size: 0.68rem;
  line-height: 1.5;
}

.flowArrow {
  display: grid;
  place-items: center;
  color: #78a891;
  font-size: 1.1rem;
}

.miniSources {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.miniSources span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid #31634f;
  border-radius: 8px;
  background: #164837;
}

.miniSources img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.stageSymbol {
  display: grid;
  width: 90px;
  height: 90px;
  margin: 2rem auto;
  place-items: center;
  border: 1px dashed #5f947c;
  border-radius: 50%;
  color: var(--orange);
}

.stageSymbol svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.6;
}

.bigQueryBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 88px;
  margin-top: 2rem;
  border: 1px solid #4db27f;
  border-radius: 10px;
  background: rgba(53, 173, 115, 0.14);
  color: #d8f3e4;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
}

.gcpIcon.large {
  width: 42px;
  height: 42px;
}

.agentStage {
  border-color: #45b77d;
  background: linear-gradient(165deg, #145a41, #0c3c2e);
}

.agentCore {
  display: grid;
  width: 95px;
  height: 95px;
  margin: 1.4rem auto;
  place-items: center;
  border: 1px solid #8adbb3;
  border-radius: 24px;
  background: var(--green-bright);
  box-shadow: 0 0 45px rgba(53, 173, 115, 0.38);
}

.agentCore svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.6;
}

.actionStage {
  border-color: #237f54;
  background: linear-gradient(165deg, #18372a, #1b2420);
}

.taskCard {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 90px;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
  background: #d5f5e4;
  color: #123421;
}

.taskCard > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-bright);
  color: white;
}

.taskCard > span svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

.taskCard strong,
.taskCard small {
  display: block;
}

.taskCard strong {
  font-size: 0.8rem;
}

.taskCard small {
  margin-top: 0.18rem;
  color: #4d705e;
  font-size: 0.65rem;
}

.plainEnglish {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid #2a604c;
  border-radius: 16px;
  background: #103f31;
}

.plainEnglish > div {
  padding: 0.5rem 1rem;
}

.plainEnglish span:not(.plainArrow) {
  color: #9fc4b3;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plainEnglish p {
  margin: 0.55rem 0 0;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
}

.plainArrow {
  display: grid;
  place-items: center;
  color: var(--orange);
}

.plainArrow svg {
  width: 28px;
  height: 28px;
}

.askSection {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-right: max(3vw, calc((100vw - var(--max-width)) / 2));
  padding-left: max(3vw, calc((100vw - var(--max-width)) / 2));
  background: var(--green-pale);
}

.askCopy > p:last-child {
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.questionPanel {
  position: relative;
  padding: 2.25rem;
  border: 1px solid #cde8d8;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #e8f6ee, #fff);
  box-shadow: 0 28px 70px rgba(0, 96, 57, 0.12);
}

.agentAvatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: var(--green-bright);
  color: white;
  box-shadow: 0 12px 28px rgba(53, 173, 115, 0.3);
}

.agentAvatar svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.8;
}

.panelLabel {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1.2rem 0 1rem;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.panelLabel svg {
  width: 19px;
  height: 19px;
  color: var(--green);
}

.questionList {
  display: grid;
  gap: 0.65rem;
}

.questionList div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid #d4eadc;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
}

.questionList div > svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--green);
}

.leadershipSection {
  width: 100%;
  max-width: none;
  padding-right: max(3vw, calc((100vw - var(--max-width)) / 2));
  padding-left: max(3vw, calc((100vw - var(--max-width)) / 2));
  background: #e8ebed;
  scroll-margin-top: 88px;
}

.leadershipIntro {
  max-width: 980px;
}

.leadershipIntro > p:last-child {
  max-width: 760px;
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.8;
}

.leadershipGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
  margin-top: 3.5rem;
}

.leadershipCard {
  --leadership-accent: var(--blue);
  --leadership-tint: #e7f4fc;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(20, 22, 23, 0.08);
}

.leadershipCard:nth-child(2) {
  --leadership-accent: var(--green-bright);
  --leadership-tint: #e2f6eb;
}

.leadershipCard:nth-child(3) {
  --leadership-accent: var(--orange);
  --leadership-tint: var(--orange-soft);
}

.leadershipCard figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.leadershipCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.leadershipCard:hover img {
  transform: scale(1.025);
}

.leadershipCardCopy {
  min-height: 250px;
  padding: 1.8rem;
  border-top: 5px solid var(--leadership-accent);
}

.leadershipIcon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--leadership-tint);
  color: var(--leadership-accent);
}

.leadershipIcon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
}

.leadershipCard h3 {
  margin: 0.75rem 0 0;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  letter-spacing: -0.04em;
}

.leadershipCard p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.audienceSection {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 1.4rem;
}

.audienceCard,
.promiseCard {
  min-height: 500px;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-radius: var(--radius);
}

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

.audienceCard h2 {
  max-width: 650px;
}

.audienceList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 3rem;
}

.audienceList span {
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.promiseCard {
  border: 1px solid var(--line);
  background: linear-gradient(212deg, #f4f4f6 0%, #fff 100%);
}

.promiseLabel {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.promiseCard h3 {
  margin-top: 2.8rem;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.03;
}

.promiseCard ul {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.promiseCard li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.promiseCard li > svg {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  padding: 4px;
  border-radius: 50%;
  background: #d8f5e6;
  color: var(--green);
  stroke-width: 2.6;
}

.aboutSection {
  display: grid;
  grid-template-columns: minmax(400px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  width: min(1440px, calc(100% - 4vw));
  margin: 0 auto;
  padding: 0 0 clamp(6rem, 10vw, 10rem);
}

.aboutHero {
  position: relative;
  isolation: isolate;
  min-height: calc(76.5svh - 68px);
  margin-top: clamp(0.95rem, 2.3vw, 2.3rem);
  margin-bottom: clamp(3.05rem, 5.35vw, 5.35rem);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 22, 23, 0.08);
  border-radius: 28px;
  background: var(--mist);
  box-shadow: 0 30px 90px rgba(20, 22, 23, 0.12);
  scroll-margin-top: 88px;
}

.aboutImage {
  position: relative;
  z-index: 1;
  min-height: clamp(551px, calc(76.5svh - 92px), 673px);
  overflow: hidden;
  background: #0e2427;
}

.aboutImage::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(5, 19, 22, 0.42) 100%);
  pointer-events: none;
}

.aboutImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 24%;
}

.aboutCopy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.7rem, 4.2vw, 4.6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 143, 217, 0.12), transparent 32%),
    linear-gradient(145deg, #f1f3f5 0%, #f8f9fa 58%, #eef1f2 100%);
}

.aboutCopy::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--green-bright));
}

.aboutCopy h1 {
  max-width: 680px;
  font-size: clamp(3.42rem, 5.04vw, 5.4rem);
  font-weight: 720;
  line-height: 0.92;
  text-wrap: balance;
}

.aboutCopy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.6;
}

.aboutCopy blockquote {
  max-width: 680px;
  margin: 1.75rem 0 0;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(20, 22, 23, 0.08);
  border-left: 3px solid var(--orange);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(20, 22, 23, 0.07);
  font-family: var(--font-dm-sans), sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 620;
  line-height: 1.4;
}

.signature {
  margin-top: 1.3rem;
}

.signature strong,
.signature span {
  display: block;
}

.signature strong {
  font-family: var(--font-dm-sans), sans-serif;
}

.signature span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.aboutHeroActions {
  margin-top: 2rem;
}

.aboutHeroActions .buttonPrimary {
  min-height: 54px;
  padding-right: 1.55rem;
  padding-left: 1.55rem;
}

.aboutHeroProof {
  gap: 0.9rem 1.5rem;
  margin-top: 1.4rem;
}

.contactSection {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) max(3vw, calc((100vw - 1000px)) / 2);
  background: var(--green);
  color: white;
  text-align: center;
}

.contactGlow {
  position: absolute;
  top: -230px;
  left: 50%;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

.contactSection > *:not(.contactGlow) {
  position: relative;
  z-index: 1;
}

.contactSection .eyebrow {
  justify-content: center;
}

.contactSection h2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3rem, 6vw, 6rem);
}

.contactSection > p:not(.eyebrow) {
  max-width: 680px;
  margin: 1.8rem auto 0;
  color: #dff5e9;
  font-size: 1.08rem;
  line-height: 1.75;
}

.buttonLight {
  margin-top: 2.4rem;
  background: white;
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(0, 54, 32, 0.24);
}

.buttonLight:hover,
.buttonLight:focus-visible {
  background: var(--orange-soft);
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2.25rem max(3vw, calc((100vw - var(--max-width)) / 2));
  background: white;
}

.footerBrand img {
  width: 210px;
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

footer > a:last-child {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-dm-sans), sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

footer > a:last-child svg {
  width: 16px;
  height: 16px;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(25, 143, 217, 0.45);
  outline-offset: 4px;
}

@media (min-width: 1081px) and (max-height: 1000px) {
  html {
    scroll-padding-top: 72px;
  }

  .siteHeader {
    min-height: 68px;
  }

  .brand img {
    width: 190px;
  }

  .aboutHero {
    width: min(1320px, calc(100% - 3vw));
    min-height: 0;
    margin-top: 0.45rem;
    margin-bottom: 0.5rem;
    border-radius: 20px;
  }

  .aboutImage {
    min-height: 460px;
  }

  .aboutCopy {
    padding: 1rem 2rem;
  }

  .aboutHero .eyebrow {
    margin-bottom: 0.45rem;
  }

  .aboutCopy h1 {
    font-size: clamp(2.75rem, 3.5vw, 3.35rem);
  }

  .aboutCopy > p:not(.eyebrow) {
    margin-top: 0.65rem;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .aboutCopy blockquote {
    margin-top: 0.65rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .signature {
    margin-top: 0.5rem;
  }

  .signature strong {
    font-size: 0.88rem;
  }

  .signature span {
    font-size: 0.68rem;
  }

  .aboutHeroActions {
    margin-top: 0.65rem;
  }

  .aboutHeroActions .buttonPrimary {
    min-height: 44px;
    padding: 0.65rem 1.1rem;
    font-size: 0.88rem;
  }

  .aboutHeroProof {
    gap: 0.6rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }

  .sourceRail {
    gap: 1.5rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
}

@media (max-width: 1080px) {
  .siteHeader {
    gap: 1.2rem;
  }

  .brand img {
    width: 205px;
  }

  .desktopNav {
    gap: 1.1rem;
    font-size: 0.82rem;
  }

  .aboutHero {
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
    width: min(100% - 2.5rem, 1180px);
  }

  .aboutCopy {
    padding: clamp(2.3rem, 3.4vw, 3.25rem);
  }

  .aboutCopy h1 {
    font-size: clamp(3rem, 5.4vw, 4.15rem);
  }

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

  .sourceRail > p {
    max-width: none;
  }

  .pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .pipelineStage:last-child {
    grid-column: 1 / -1;
  }

  .flowArrow {
    display: none;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 78px;
  }

  .siteHeader {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    padding: 0 4vw;
  }

  .siteHeader .brand img {
    width: 190px;
  }

  .desktopNav,
  .headerCta {
    display: none;
  }

  .mobileMenu {
    position: relative;
    display: block;
  }

  .mobileMenu summary {
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--font-dm-sans), sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    list-style: none;
  }

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

  .mobileMenu nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    display: grid;
    min-width: 210px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: white;
    box-shadow: var(--shadow);
  }

  .mobileMenu nav a {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.85rem;
  }

  .mobileMenu nav a:last-child {
    border-bottom: 0;
  }

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

  .sourceArrow {
    display: none;
  }

  .problemGrid,
  .stepsGrid,
  .askSection,
  .leadershipGrid,
  .audienceSection,
  .aboutSection {
    grid-template-columns: 1fr;
  }

  .problemGrid article {
    min-height: 280px;
  }

  .splitIntro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .stepsGrid {
    border-top: 0;
  }

  .stepsGrid article,
  .stepsGrid article:not(:first-child) {
    min-height: auto;
    padding: 2rem 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .stepsGrid h3 {
    margin-top: 2.5rem;
  }

  .askSection {
    gap: 3rem;
  }

  .questionPanel {
    max-width: 680px;
  }

  .leadershipCard {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  }

  .leadershipCard figure {
    aspect-ratio: auto;
    min-height: 320px;
  }

  .leadershipCardCopy {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 5px solid var(--leadership-accent);
  }

  .aboutSection {
    width: 100%;
    padding-bottom: 0;
  }

  .aboutHero {
    width: calc(100% - 2rem);
    min-height: auto;
    margin-top: 1rem;
    border-radius: 22px;
  }

  .aboutImage {
    min-height: 474px;
    border-radius: 0;
  }

  .aboutCopy {
    padding: 3.4rem 6vw;
  }

  .aboutHero .aboutCopy {
    order: -1;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 600px) {
  .siteHeader .brand img {
    width: 170px;
  }

  .section,
  .aboutSection {
    width: min(100% - 2.5rem, var(--max-width));
  }

  .leadershipSection {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .heroActions {
    align-items: stretch;
    flex-direction: column;
  }

  .textLink {
    align-self: flex-start;
  }

  .sourceRail {
    padding: 2rem 1.25rem;
  }

  .sourceLogos {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }

  .sourceLogo strong {
    font-size: 0.68rem;
  }

  .sourceMark {
    width: 30px;
    height: 30px;
  }

  .sectionIntro h2,
  .agentHeading h2,
  .askCopy h2,
  .leadershipIntro h2,
  .audienceCard h2,
  .contactSection h2 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .aboutCopy h1 {
    font-size: clamp(2.65rem, 11.7vw, 3.6rem);
  }

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

  .problemGrid article {
    min-height: 0;
  }

  .problemGrid h3 {
    margin-top: 2.2rem;
  }

  .agentSection {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

  .pipelineStage:last-child {
    grid-column: auto;
  }

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

  .plainArrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .askSection {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .questionPanel {
    padding: 1.25rem;
  }

  .questionList div {
    font-size: 0.74rem;
  }

  .leadershipCard {
    display: block;
  }

  .leadershipCard figure {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .leadershipCardCopy {
    display: block;
    min-height: 0;
    border-top: 5px solid var(--leadership-accent);
    border-left: 0;
  }

  .audienceCard,
  .promiseCard {
    min-height: 0;
    padding: 2.25rem 1.5rem;
  }

  .aboutSection {
    width: 100%;
  }

  .aboutHero {
    width: calc(100% - 1.25rem);
    margin-top: 0.65rem;
    border-radius: 16px;
  }

  .aboutImage {
    min-height: 383px;
  }

  .aboutCopy {
    padding: 2.9rem 1.25rem;
  }

  .aboutHeroActions .button {
    width: 100%;
  }

  .aboutHeroProof {
    display: grid;
    gap: 0.75rem;
  }

  .contactSection {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
