:root {
  --orange: #e25822;
  --orange-dark: #c6491b;
  --teal: #0f766e;
  --navy: #0d1f4e;
  --ink: #09090b;
  --body: #52525b;
  --muted: #71717a;
  --line: #e4e4e7;
  --soft: #f9f9fb;
  --white: #ffffff;
  --max: 1180px;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--body);
  background: var(--white);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 {
  margin: 0;
  color: var(--navy);
  font-family: "Space Grotesk", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}
p { margin: 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.skip-link:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 116px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 48px));
  min-height: 116px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-link { display: inline-flex; align-items: center; flex: 0 0 340px; }
.brand-logo { width: 330px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.nav-link {
  position: relative;
  color: #353640;
  font-size: .9rem;
  font-weight: 750;
}
.nav-link[aria-current="page"] { color: var(--navy); }
.nav-link[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 24px;
  height: 3px;
  background: var(--orange);
}
.nav-cta, .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
}
.nav-cta, .button.primary { color: #fff; background: var(--orange-dark); }
.nav-cta:hover, .button.primary:hover { background: #a63b17; }
.button.secondary { color: var(--navy); border-color: #b9bbc5; background: #fff; }
.button.secondary:hover { border-color: var(--navy); background: var(--soft); }
.button.light { color: var(--navy); background: #fff; }
.button.light:hover { background: var(--soft); }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
}
.menu-icon { width: 22px; height: 22px; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav.open { display: block; }
.mobile-nav-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 14px 0 22px; display: grid; }
.mobile-nav a { padding: 11px 0; color: var(--navy); font-weight: 800; }

.home-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 116px));
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url("assets/growth-partners-ai-premium-hero-advisory-team-1536x1024-2026-07-15.jpg");
  background-position: center;
  background-size: cover;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 6, 13, .94) 0%, rgba(3, 6, 13, .74) 43%, rgba(3, 6, 13, .16) 76%, rgba(3, 6, 13, .08) 100%);
}
.home-hero .wrap { position: relative; z-index: 1; }
.hero-copy { max-width: 650px; padding: 86px 0; }
.kicker, .eyebrow {
  color: var(--orange-dark);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-hero .kicker { color: #ff9a70; }
.home-hero h1 { max-width: 640px; margin-top: 18px; color: #fff; font-size: clamp(3rem, 5.6vw, 5.25rem); }
.home-hero .lead { max-width: 590px; margin-top: 25px; color: rgba(255,255,255,.91); font-size: 1.25rem; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

.section { padding: 94px 0; }
.section.soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.navy { color: rgba(255,255,255,.76); background: var(--navy); }
.section.navy h2, .section.navy h3 { color: #fff; }
.section.navy .eyebrow { color: #ff9a70; }
.section-head { max-width: 830px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { margin-top: 14px; font-size: clamp(2.35rem, 4vw, 4rem); }
.section-head > p:not(.eyebrow) { margin-top: 22px; font-size: 1.12rem; }
.section-head.center > p:not(.eyebrow) { max-width: 710px; margin-left: auto; margin-right: auto; }
.rule { width: 36px; height: 4px; margin-bottom: 18px; background: var(--orange); }
.section-head.center .rule { margin-left: auto; margin-right: auto; }

.paradox-statement {
  margin-top: 44px;
  padding: 38px 42px;
  border-left: 5px solid var(--orange);
  background: #fff;
  box-shadow: 0 18px 42px rgba(13, 31, 78, .08);
}
.paradox-statement p { color: var(--navy); font: 650 1.35rem/1.5 "Space Grotesk", Arial, sans-serif; }

.adoption-grid {
  margin-top: 46px;
  display: grid;
  gap: 16px;
}
.adoption-pillar {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 138px;
  padding: 26px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 36px rgba(13, 31, 78, .055);
}
.adoption-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(15, 118, 110, .1);
}
.adoption-icon img { width: 28px; height: 28px; }
.adoption-pillar h3 { font-size: 1.55rem; }
.adoption-pillar p { margin-top: 8px; font-size: .98rem; }
.adoption-pillar strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.adoption-pillar .pillar-response {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #30313a;
}

.triad { margin-top: 46px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.triad-card {
  position: relative;
  min-height: 292px;
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  background: #fff;
}
.triad-card:nth-child(2) { border-top-color: var(--teal); }
.triad-card:nth-child(3) { border-top-color: var(--navy); }
.triad-card .number { color: #a3a4ad; font: 800 .8rem/1 "Space Grotesk", Arial, sans-serif; }
.triad-card h3 { margin-top: 42px; font-size: 1.75rem; }
.triad-card p { margin-top: 17px; font-size: 1rem; }
.adoption-image-statement {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .58) 52%, rgba(0, 0, 0, .38) 100%),
    url("assets/organization-adoption-diverse.jpg");
  background-position: center 43%;
  background-size: cover;
}
.adoption-image-statement::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .18));
}
.adoption-image-statement .wrap { position: relative; z-index: 1; }
.adoption-image-statement blockquote {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 6px 0 6px 30px;
  border-left: 6px solid var(--orange);
  color: #fff;
  font: 800 clamp(2.25rem, 3.8vw, 3.65rem)/1.08 "Space Grotesk", Arial, sans-serif;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
  text-wrap: balance;
}
.solution-intro { margin-bottom: 36px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: end; }
.solution-intro h2 { margin-top: 14px; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.solution-intro .solution-lede { font-size: 1.12rem; }
.solution-card { min-height: 330px; background: transparent; border-color: rgba(255,255,255,.2); }
.solution-card h3 { color: #fff; }
.solution-card p { color: rgba(255,255,255,.75); }
.solution-card .number { color: rgba(255,255,255,.42); }
.future-note { margin-top: 28px; color: rgba(255,255,255,.58); font-size: .84rem; }

.problem-subtitle { max-width: 760px; }
.what-we-do .section-head { max-width: 980px; }
.solution-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.solution-value {
  min-height: 292px;
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.solution-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
}
.solution-icon img { width: 29px; height: 29px; }
.solution-icon--people { background: rgba(226, 88, 34, .1); }
.solution-icon--workflows { background: rgba(15, 118, 110, .1); }
.solution-icon--systems { background: rgba(13, 31, 78, .1); }
.solution-value h3 { margin-top: 28px; font-size: 1.65rem; }
.solution-value p { margin-top: 18px; }
.section-action { margin-top: 34px; display: flex; justify-content: center; }

.path-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.path-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.path-card.featured { color: rgba(255,255,255,.78); border-color: var(--navy); background: var(--navy); }
.path-label { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.path-card h3 { margin-top: 18px; font-size: 1.65rem; }
.path-card.featured h3 { color: #fff; }
.path-card.featured .path-label { color: #ff9a70; }
.path-card > p:not(.path-label) { margin-top: 16px; }
.path-card .button { margin-top: 28px; }
.path-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

.section-blue { color: rgba(255,255,255,.82); background: var(--navy); }
.section-blue h2, .section-blue h3 { color: #fff; }
.section-blue .eyebrow { color: #ff9a70; }
.section-blue .rule { background: var(--orange); }
.section-blue .section-head > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.start-simple { background: #fff; }
.section-blue.start-simple { background: var(--navy); }
.section-blue .start-option { color: var(--body); }
.section-blue .start-option h3 { color: var(--navy); }
.section-blue .start-option > p:not(.start-label) { color: var(--body); }
.start-options {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.start-option {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  background: #fff;
}
.start-option:nth-child(2) { border-top-color: var(--teal); }
.start-label { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.start-option:nth-child(2) .start-label { color: var(--teal); }
.start-option h3 { margin-top: 18px; font-size: 1.65rem; }
.start-option > p:not(.start-label) { margin-top: 16px; }
.start-option .button { margin-top: auto; transform: translateY(20px); }
.button.dark { color: #fff; background: var(--navy); }
.button.dark:hover { background: #091637; }
.start-note {
  max-width: 760px;
  margin-top: 26px;
  padding-left: 16px;
  border-left: 3px solid var(--orange);
  color: #62636d;
  font-size: .9rem;
}

.page-hero { padding: 104px 0 92px; border-bottom: 1px solid var(--line); background: var(--soft); }
.page-hero .grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center; }
.page-hero h1 { margin-top: 15px; font-size: clamp(3rem, 5vw, 5.1rem); }
.page-hero .lead { max-width: 670px; margin-top: 24px; font-size: 1.18rem; }
.page-hero .media { overflow: hidden; min-height: 430px; border-radius: var(--radius); }
.page-hero .media img { height: 100%; min-height: 430px; object-fit: cover; }
.page-hero.no-media .hero-text { max-width: 850px; }
.page-hero.no-media { padding-bottom: 82px; }
.page-hero.image-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.page-hero.image-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 6, 13, .95) 0%, rgba(3, 6, 13, .82) 45%, rgba(3, 6, 13, .28) 78%, rgba(3, 6, 13, .12) 100%);
}
.page-hero.image-hero .wrap { position: relative; z-index: 1; }
.page-hero.image-hero .hero-text { max-width: 680px; }
.page-hero.image-hero h1 { color: #fff; }
.page-hero.image-hero .lead { color: rgba(255,255,255,.9); }
.page-hero.image-hero .eyebrow { color: #ff9a70; }
.about-hero { background-image: url("assets/about-workshop-lead.jpg"); background-position: center 38%; }
.approach-hero { background-image: url("assets/approach-workflow-mapping.jpg"); background-position: center 48%; }
.connect-hero { background-image: url("assets/connect-human-conversation.jpg"); background-position: center 48%; }
.insights-hero { background-image: url("assets/insights-human-collaboration.jpg"); background-position: center 45%; }
.snapshot-hero { background-image: url("assets/snapshot-human-readiness-team.jpg"); background-position: center 48%; }

.statement { max-width: 980px; color: var(--navy); font: 700 clamp(2.2rem, 4.3vw, 4.25rem)/1.14 "Space Grotesk", Arial, sans-serif; }
.statement-support { max-width: 780px; margin-top: 28px; font-size: 1.12rem; }
.value-list { margin-top: 48px; display: grid; gap: 22px; }
.value-row { display: grid; grid-template-columns: .62fr 1fr; min-height: 310px; border: 1px solid var(--line); background: #fff; }
.value-row:nth-child(even) { grid-template-columns: 1fr .62fr; }
.value-copy { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.value-copy h3 { font-size: 2rem; }
.value-copy p { margin-top: 16px; }
.value-media { min-height: 310px; }
.value-media img { height: 100%; object-fit: cover; }

.team-list { margin-top: 48px; display: grid; gap: 36px; }
.team-member { display: grid; grid-template-columns: 290px 1fr; gap: 46px; align-items: center; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.team-member:nth-child(even) { grid-template-columns: 1fr 290px; }
.team-member:nth-child(even) .team-photo { order: 2; }
.team-photo { aspect-ratio: 1/1; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.team-photo img { height: 100%; object-fit: cover; }
.team-copy h3 { font-size: 2rem; }
.role { margin-top: 7px; color: var(--orange-dark); font-weight: 800; }
.team-copy > p:not(.role) { margin-top: 16px; }
.team-linkedin { margin-top: 24px; }

.framework-flow { margin-top: 54px; display: grid; gap: 24px; }
.framework-stage {
  --stage-accent: var(--orange);
  --card-face: var(--orange-dark);
  --card-back: #a63b17;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 40px;
  padding: 42px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--stage-accent);
  border-radius: var(--radius);
  background: #fff;
}
.framework-stage--workflows {
  --stage-accent: var(--teal);
  --card-face: var(--teal);
  --card-back: #0b5f59;
}
.framework-stage--systems {
  --stage-accent: var(--navy);
  --card-face: var(--navy);
  --card-back: #091637;
}
.framework-stage h3 { font-size: 2rem; }
.framework-stage .stage-body > p { max-width: 760px; font-size: 1rem; }
.capability-tags { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.capability-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 5px; color: #353640; background: var(--soft); font-size: .8rem; font-weight: 800; }
.sequence-band { padding: 52px 0; color: #fff; background: var(--teal); }
.sequence-band .wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: center; }
.sequence-band h2 { color: #fff; font-size: 2.6rem; }

.flip-grid {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}
.flip-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flip-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.flip-card {
  min-width: 0;
  height: 190px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  perspective: 1000px;
  cursor: pointer;
}
.flip-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .42s ease;
  transform-style: preserve-3d;
}
.flip-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }
.flip-card:hover .flip-card-front { border-color: rgba(255,255,255,.72); box-shadow: 0 14px 28px rgba(13,31,78,.18); }
.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backface-visibility: hidden;
  text-align: center;
}
.flip-card-front { color: #fff; border-color: transparent; background: var(--card-face); transition: border-color .2s ease, box-shadow .2s ease; }
.flip-card-back { color: #fff; border-color: transparent; background: var(--card-back); transform: rotateY(180deg); }
.flip-card strong { color: inherit; font: 700 1rem/1.25 "Space Grotesk", Arial, sans-serif; }
.flip-card-back span { font-size: .84rem; line-height: 1.5; }
.flip-cue { font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.flip-cue { color: rgba(255,255,255,.82); }

.service-section .section-head { max-width: 900px; }
.service-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.service-card {
  position: relative;
  display: flex;
  min-height: 610px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--orange);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(13,31,78,.055);
}
.service-card--snapshot { border-top-color: var(--orange); }
.service-card--adoption { border-top-color: var(--navy); }
.service-card.featured {
  border: 2px solid rgba(15,118,110,.42);
  border-top: 5px solid var(--teal);
  box-shadow: 0 24px 56px rgba(13,31,78,.14);
}
.service-card .card-label { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-card--audit .card-label { color: var(--teal); }
.service-card--adoption .card-label { color: var(--navy); }
.service-card h3 { margin-top: 18px; font-size: 1.82rem; }
.service-card > p:not(.card-label) { margin-top: 18px; }
.service-card ul { margin: 28px 0 32px; padding: 0; display: grid; gap: 14px; list-style: none; }
.service-card li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; }
.service-card li img { width: 20px; height: 20px; margin-top: 2px; }
.service-card .button { width: 100%; margin-top: auto; }
.flagship-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 18px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 8px 20px rgba(226,88,34,.3);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.flagship-badge img { width: 15px; height: 15px; }
.service-card--audit .card-label { padding-right: 112px; }

.form-intro h2 { margin-top: 15px; font-size: 3rem; }
.form-intro > p:not(.eyebrow) { margin-top: 20px; }
.form-panel { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 48px rgba(13,31,78,.08); }
.snapshot-form-flow, .connect-form-flow { display: grid; gap: 34px; }
.snapshot-form-intro, .connect-form-intro { max-width: 760px; }
.snapshot-form-panel.form-panel { min-width: 0; padding: 0; overflow: hidden; }
.snapshot-form-crop { overflow: hidden; background: #fff; }
.snapshot-form-frame { display: block; width: 100%; height: 2880px; border: 0; background: #fff; }
.snapshot-form-fallback { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; border-top: 1px solid var(--line); background: var(--soft); }
.snapshot-form-fallback p { color: var(--muted); font-size: .9rem; }
.snapshot-form-fallback a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid rgba(13,31,78,.18); border-radius: 6px; color: var(--navy); font-size: .86rem; font-weight: 800; white-space: nowrap; }
.snapshot-form-fallback a:hover { border-color: var(--teal); color: var(--teal); }
.snapshot-form-fallback--single { justify-content: center; padding: 16px 24px; }
.snapshot-form-fallback--single a { min-height: 0; padding: 0; border: 0; color: var(--teal); text-align: center; white-space: normal; text-decoration: underline; text-underline-offset: 3px; }
.snapshot-form-fallback--single a:hover { color: var(--navy); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field.full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .84rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 49px; padding: 12px 13px; color: var(--body); border: 1px solid #c8c9d0; border-radius: 6px; background: #fff; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: #a1a1aa; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); }
.field textarea { min-height: 128px; resize: vertical; }
.form-panel .button { margin-top: 22px; border: 0; }
.form-note { margin-top: 16px; color: var(--muted); font-size: .78rem; }
.steps { margin-top: 46px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps--two { max-width: 920px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.step { padding: 28px; border-top: 4px solid var(--orange); background: #fff; }
.steps--two .step:first-child { border-top-color: var(--teal); }
.step:nth-child(2) { border-top-color: var(--teal); }
.step:nth-child(3) { border-top-color: var(--navy); }
.steps--two .step:nth-child(2) { border-top-color: var(--navy); }
.step h3 { margin-top: 18px; font-size: 1.45rem; }
.step p { margin-top: 12px; }

.connect-form-panel.form-panel { min-width: 0; padding: 0; overflow: hidden; }
.connect-form-crop { height: 720px; min-height: 720px; overflow: hidden; background: #fff; }
.connect-form-frame { display: block; width: 100%; height: 720px !important; min-height: 720px !important; border: 0; background: #fff; }
.channel-section .section-head { max-width: 680px; }
.channel-list { margin: 40px 0 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 34px rgba(13,31,78,.045); list-style: none; }
.channel-list li { display: grid; grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr); gap: 20px; align-items: center; min-height: 72px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.channel-list li:last-child { border-bottom: 0; }
.channel-list span { color: var(--navy); font-weight: 850; }
.channel-list a { display: inline-flex; min-height: 44px; align-items: center; color: var(--teal); font-weight: 800; overflow-wrap: anywhere; }
.channel-list a:hover { color: var(--navy); text-decoration: underline; }

.insight-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight {
  --insight-accent: var(--navy);
  display: flex;
  min-height: 500px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--insight-accent);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 38px rgba(13,31,78,.07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.insight:hover { border-color: color-mix(in srgb, var(--insight-accent) 42%, var(--line)); box-shadow: 0 20px 44px rgba(13,31,78,.11); transform: translateY(-2px); }
.insight--people { --insight-accent: var(--orange-dark); }
.insight--workflows { --insight-accent: var(--teal); }
.insight--systems { --insight-accent: var(--navy); }
.insight-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line); background: #05070c; }
.insight-video-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  cursor: pointer;
}
.insight-video-trigger[hidden] { display: none; }
.insight-video-trigger img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.insight-video-trigger:hover img { filter: brightness(.96); transform: scale(1.015); }
.insight-video-trigger:focus-visible { outline: 3px solid #fff; outline-offset: -6px; box-shadow: inset 0 0 0 9px var(--insight-accent); }
.insight-play-control {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--insight-accent);
  box-shadow: 0 10px 24px rgba(4,10,20,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.insight-video-trigger:hover .insight-play-control { box-shadow: 0 13px 28px rgba(4,10,20,.34); transform: scale(1.07); }
.insight-play-control > span { width: 0; height: 0; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid currentColor; }
.insight-video-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #05070c; }
.insight-body { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.insight-category { color: var(--insight-accent); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.insight-body h3 { margin-top: 12px; font-size: 1.55rem; line-height: 1.18; }
.insight-body > p:not(.insight-category) { margin-top: 16px; }
.insight-body .insight-youtube-link { display: inline-flex; width: fit-content; min-height: 44px; margin-top: auto; padding-top: 22px; align-items: center; gap: 7px; color: var(--insight-accent); font-weight: 800; }
.insight-body .insight-youtube-link:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }

.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 64px; align-items: start; }
.legal-nav { position: sticky; top: 148px; display: grid; gap: 10px; }
.legal-nav a { color: #555660; font-size: .88rem; font-weight: 750; }
.legal-copy { max-width: 820px; }
.legal-copy section + section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-copy h2 { font-size: 2rem; }
.legal-copy p { margin-top: 16px; }

.page-cta {
  padding: 78px 0;
  color: rgba(255,255,255,.82);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: var(--navy);
}
.page-cta-layout { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.page-cta-copy { max-width: 760px; }
.page-cta .rule { background: var(--orange); }
.page-cta .eyebrow { color: #ff9a70; }
.page-cta h2 { margin-top: 14px; color: #fff; font-size: clamp(2.3rem, 4vw, 3.2rem); }
.page-cta-copy > p:last-child { margin-top: 16px; color: rgba(255,255,255,.76); font-size: 1.04rem; }
.page-cta-layout .button { flex: 0 0 auto; }
.page-cta--dual { padding: 88px 0; }

.site-footer { padding: 48px 0 26px; color: rgba(255,255,255,.72); background: var(--navy); }
.footer-main { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.footer-logo { width: min(330px, 46vw); height: auto; }
.footer-legal { width: min(var(--max), calc(100% - 48px)); margin: 34px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; }
.footer-links { display: flex; gap: 18px; }

@media (max-width: 1100px) {
  .flip-grid--five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
  .brand-link { flex-basis: 310px; }
  .brand-logo { width: 300px; }
  .desktop-nav { gap: 17px; }
  .nav-link { font-size: .84rem; }
  .triad, .path-grid, .insight-grid, .adoption-grid, .solution-grid, .service-grid { grid-template-columns: 1fr; }
  .triad-card { min-height: 0; }
  .solution-intro, .page-hero .grid, .sequence-band .wrap { grid-template-columns: 1fr; }
  .page-hero .media { min-height: 360px; }
  .page-hero .media img { min-height: 360px; }
  .insight { min-height: 0; }
  .service-card { min-height: 0; }
  .service-card.featured { transform: none; }
}

@media (max-width: 820px) {
  .site-header, .nav-shell { min-height: 104px; }
  .brand-link { flex-basis: auto; }
  .brand-logo { width: min(300px, 68vw); }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .home-hero { min-height: 660px; background-position: 58% center; }
  .home-hero::before { background: rgba(4,10,20,.48); }
  .home-hero h1 { font-size: clamp(2.9rem, 12vw, 4.5rem); }
  .section { padding: 74px 0; }
  .section-head h2, .solution-intro h2 { font-size: 2.7rem; }
  .adoption-image-statement { min-height: 340px; }
  .adoption-image-statement blockquote { padding-left: 24px; font-size: 2.65rem; }
  .value-row, .value-row:nth-child(even) { grid-template-columns: 1fr; }
  .value-row:nth-child(even) .value-media { order: -1; }
  .team-member, .team-member:nth-child(even) { grid-template-columns: 1fr; }
  .team-member:nth-child(even) .team-photo { order: initial; }
  .team-photo { max-width: 320px; }
  .framework-stage { grid-template-columns: 1fr; gap: 28px; }
  .flip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid, .steps { grid-template-columns: 1fr; }
  .snapshot-form-fallback { display: grid; }
  .snapshot-form-fallback a { width: 100%; white-space: normal; text-align: center; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-template-columns: repeat(2,1fr); }
  .page-cta-layout { align-items: flex-start; flex-direction: column; }
  .page-cta-layout .button { width: 100%; }
  .start-options { grid-template-columns: 1fr; }
  .start-option { min-height: 0; }
  .start-option .button { margin-top: 26px; transform: none; }
  .footer-logo { width: min(330px, 86vw); }
}

@media (max-width: 560px) {
  .wrap, .narrow, .nav-shell, .mobile-nav-inner, .footer-main, .footer-legal { width: min(100% - 32px, var(--max)); }
  .home-hero { min-height: 620px; }
  .hero-copy { padding: 66px 0; }
  .home-hero .lead { font-size: 1.08rem; }
  .button, .nav-cta { width: 100%; }
  .adoption-image-statement { min-height: 300px; background-position: 56% center; }
  .adoption-image-statement blockquote { padding: 5px 0 5px 20px; border-left-width: 5px; font-size: 1.95rem; line-height: 1.14; }
  .section-head h2, .solution-intro h2, .form-intro h2 { font-size: 2.25rem; }
  .paradox-statement { padding: 28px 24px; }
  .triad-card, .path-card, .adoption-pillar, .start-option, .service-card, .form-panel { padding: 28px 24px; }
  .page-hero { padding: 78px 0 64px; }
  .page-hero.image-hero { min-height: 560px; }
  .page-hero h1 { font-size: 3rem; }
  .page-hero .media { min-height: 300px; }
  .statement { font-size: 2.35rem; }
  .value-copy { padding: 30px 24px; }
  .framework-stage { padding: 28px 24px; }
  .flip-grid { grid-template-columns: 1fr; }
  .flip-card { height: 190px; }
  .flagship-badge { top: 14px; right: 14px; }
  .service-card--audit .card-label { padding-right: 102px; }
  .snapshot-form-frame { height: 3300px; }
  .snapshot-form-fallback { padding-left: 18px; padding-right: 18px; }
  .channel-list li { grid-template-columns: 1fr; gap: 4px; align-items: start; padding: 17px 18px; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
}

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