.hero[data-astro-cid-ge2uvauf] {
  position: relative;
  min-height: 620px;
  background: var(--navy-900);
  overflow: hidden;
  display: flex;
}

.hero[data-astro-cid-ge2uvauf]:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/strategy-session-whiteboard.png") center / cover no-repeat;
  opacity: .5;
  z-index: 0;
}

.hero[data-astro-cid-ge2uvauf]:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #052148f2 0%, #052148d6 46%, #05214857 100%);
  z-index: 0;
}

.hero-inner[data-astro-cid-ge2uvauf] {
  position: relative;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--space-16) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.hero-badge[data-astro-cid-ge2uvauf] {
  color: var(--green-400);
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}

.hero[data-astro-cid-ge2uvauf] h1[data-astro-cid-ge2uvauf] {
  font-size: var(--fs-6xl);
  line-height: 1.04;
  letter-spacing: var(--ls-tighter);
  color: var(--white);
  margin: var(--space-5) 0 0;
  max-width: 15em;
}

.hero[data-astro-cid-ge2uvauf] h1[data-astro-cid-ge2uvauf] em[data-astro-cid-ge2uvauf] {
  color: var(--green-400);
  font-style: normal;
}

.hero[data-astro-cid-ge2uvauf] p[data-astro-cid-ge2uvauf] {
  max-width: 52ch;
  font-size: var(--fs-md);
  line-height: 1.7;
  color: var(--navy-200);
  margin: var(--space-6) 0 0;
}

.hero-buttons[data-astro-cid-ge2uvauf] {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-8);
  flex-wrap: wrap;
}

.capabilities-bar[data-astro-cid-ge2uvauf] {
  background: var(--surface-inverse-alt);
  border-top: 1px solid var(--border-inverse);
}

.capabilities-inner[data-astro-cid-ge2uvauf] {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--space-6) var(--gutter);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4) var(--space-10);
}

.capability[data-astro-cid-ge2uvauf] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--navy-200);
}

.btn-primary[data-astro-cid-ge2uvauf] {
  background: var(--green-500);
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: var(--fs-base);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background-color .12s;
  text-decoration: none;
  color: var(--white) !important;
}

.btn-primary[data-astro-cid-ge2uvauf]:hover {
  background: var(--green-600);
  text-decoration: none;
  color: var(--white) !important;
}

.btn-primary[data-astro-cid-ge2uvauf] .arrow[data-astro-cid-ge2uvauf] {
  font-weight: 400;
}

.btn-outline[data-astro-cid-ge2uvauf] {
  border: 1px solid #ffffff80;
  padding: 13px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: var(--fs-base);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all .12s;
  text-decoration: none;
  color: var(--white) !important;
}

.btn-outline[data-astro-cid-ge2uvauf]:hover {
  border-color: var(--white);
  background: #ffffff1a;
  text-decoration: none;
  color: var(--white) !important;
}

@media (width <= 900px) {
  .hero[data-astro-cid-ge2uvauf] {
    min-height: 520px;
  }

  .hero[data-astro-cid-ge2uvauf] h1[data-astro-cid-ge2uvauf] {
    font-size: var(--fs-4xl);
  }
}
.section[data-astro-cid-jwh5diee] {
  padding: var(--space-24) var(--gutter);
}

.section-inner[data-astro-cid-jwh5diee] {
  max-width: var(--container-max);
  margin: 0 auto;
}

.section-label[data-astro-cid-jwh5diee] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: var(--space-3);
}

.section-title[data-astro-cid-jwh5diee] {
  font-size: var(--fs-3xl);
  color: var(--text-heading);
  margin-bottom: var(--space-5);
}

.split-panel[data-astro-cid-jwh5diee] {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-16);
  align-items: start;
}

.lead[data-astro-cid-jwh5diee] {
  font-size: var(--fs-md);
  line-height: 1.7;
  color: var(--text-body);
  margin: 0 0 var(--space-5);
  max-width: 62ch;
}

.body[data-astro-cid-jwh5diee] {
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 var(--space-10);
  max-width: 62ch;
}

.rule-list[data-astro-cid-jwh5diee] {
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-6);
}

.rule-item[data-astro-cid-jwh5diee] {
  list-style: none;
  border-top: 1px solid var(--border-hairline);
  padding-top: var(--space-5);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--space-4);
}

.rule-item[data-astro-cid-jwh5diee] .number[data-astro-cid-jwh5diee] {
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--green-600);
}

.rule-item[data-astro-cid-jwh5diee] .title[data-astro-cid-jwh5diee] {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: 700;
  letter-spacing: var(--ls-tight);
  color: var(--text-heading);
}

.rule-item[data-astro-cid-jwh5diee] .description[data-astro-cid-jwh5diee] {
  margin: var(--space-2) 0 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 56ch;
}

.sidebar[data-astro-cid-jwh5diee] {
  display: grid;
  gap: var(--space-6);
}

.sidebar-photo[data-astro-cid-jwh5diee] {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius-xs);
  display: block;
}

.card[data-astro-cid-jwh5diee] {
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--space-8);
}

.card[data-astro-cid-jwh5diee].featured {
  border-color: var(--green-500);
  border-width: 2px;
}

.pamela-card[data-astro-cid-jwh5diee] {
  display: flex;
  gap: var(--space-5);
  align-items: center;
  margin-top: var(--space-5);
}

.pamela-photo[data-astro-cid-jwh5diee] {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: var(--radius-xs);
  flex: none;
}

.pamela-name[data-astro-cid-jwh5diee] {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--text-heading);
}

.pamela-title[data-astro-cid-jwh5diee] {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  margin-top: 4px;
}

.pamela-bio[data-astro-cid-jwh5diee] {
  margin: var(--space-5) 0 0;
  padding-top: var(--space-5);
  border-top: 1px solid var(--border-hairline);
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--text-muted);
}

@media (width <= 900px) {
  .split-panel[data-astro-cid-jwh5diee] {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .sidebar[data-astro-cid-jwh5diee] {
    order: -1;
  }
}
.section[data-astro-cid-lesv7jgp] {
  padding: var(--space-24) var(--gutter);
}

.section-gray[data-astro-cid-lesv7jgp] {
  background: var(--surface-subtle);
}

.section-inner[data-astro-cid-lesv7jgp] {
  max-width: var(--container-max);
  margin: 0 auto;
}

.section-label[data-astro-cid-lesv7jgp] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: var(--space-3);
}

.section-title[data-astro-cid-lesv7jgp] {
  font-size: var(--fs-3xl);
  color: var(--text-heading);
  margin-bottom: var(--space-5);
}

.section-subtitle[data-astro-cid-lesv7jgp] {
  font-size: var(--fs-md);
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-12);
}

.services-grid[data-astro-cid-lesv7jgp] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.service-card[data-astro-cid-lesv7jgp] {
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--space-8);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}

.service-card[data-astro-cid-lesv7jgp]:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--navy-300);
}

.service-icon[data-astro-cid-lesv7jgp] {
  width: 56px;
  height: 56px;
  display: block;
  margin-bottom: var(--space-5);
}

.service-card[data-astro-cid-lesv7jgp] h3[data-astro-cid-lesv7jgp] {
  font-size: var(--fs-lg);
  margin: 0 0 var(--space-2);
}

.service-card[data-astro-cid-lesv7jgp] p[data-astro-cid-lesv7jgp] {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

@media (width <= 900px) {
  .services-grid[data-astro-cid-lesv7jgp] {
    grid-template-columns: 1fr;
  }
}
.section[data-astro-cid-grsovck6] {
  padding: var(--space-24) var(--gutter);
}

.section-inner[data-astro-cid-grsovck6] {
  max-width: var(--container-max);
  margin: 0 auto;
}

.section-label[data-astro-cid-grsovck6] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: var(--space-3);
}

.section-title[data-astro-cid-grsovck6] {
  font-size: var(--fs-3xl);
  color: var(--text-heading);
  margin-bottom: var(--space-5);
}

.section-subtitle[data-astro-cid-grsovck6] {
  font-size: var(--fs-md);
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-12);
}

.process-steps[data-astro-cid-grsovck6] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
}

.process-step[data-astro-cid-grsovck6] {
  border-top: 3px solid var(--ink-200);
  padding-top: var(--space-5);
}

.process-step[data-astro-cid-grsovck6].active {
  border-top-color: var(--green-500);
}

.step-label[data-astro-cid-grsovck6] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--text-subtle);
}

.process-step[data-astro-cid-grsovck6] h3[data-astro-cid-grsovck6] {
  font-size: var(--fs-lg);
  margin: var(--space-4) 0 var(--space-2);
}

.process-step[data-astro-cid-grsovck6] p[data-astro-cid-grsovck6] {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

@media (width <= 900px) {
  .process-steps[data-astro-cid-grsovck6] {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
  }
}
.section[data-astro-cid-blrye27w] {
  padding: var(--space-24) var(--gutter);
}

.section-gray[data-astro-cid-blrye27w] {
  background: var(--surface-subtle);
}

.section-inner[data-astro-cid-blrye27w] {
  max-width: var(--container-max);
  margin: 0 auto;
}

.section-label[data-astro-cid-blrye27w] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: var(--space-3);
}

.section-title[data-astro-cid-blrye27w] {
  font-size: var(--fs-3xl);
  color: var(--text-heading);
  margin-bottom: var(--space-5);
}

.section-subtitle[data-astro-cid-blrye27w] {
  font-size: var(--fs-md);
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-12);
}

.industries-grid[data-astro-cid-blrye27w] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
}

.industry-card[data-astro-cid-blrye27w] {
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--space-8);
}

.industry-card[data-astro-cid-blrye27w] h3[data-astro-cid-blrye27w] {
  font-size: var(--fs-xl);
  margin: 0;
}

.industry-card[data-astro-cid-blrye27w] p[data-astro-cid-blrye27w] {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 56ch;
}

@media (width <= 900px) {
  .industries-grid[data-astro-cid-blrye27w] {
    grid-template-columns: 1fr;
  }
}
.cta-band[data-astro-cid-amjew3wo] {
  background: var(--green-500);
}

.cta-inner[data-astro-cid-amjew3wo] {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--space-14) var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-10);
  flex-wrap: wrap;
}

.cta-content[data-astro-cid-amjew3wo] {
  max-width: 54ch;
}

.cta-content[data-astro-cid-amjew3wo] h2[data-astro-cid-amjew3wo] {
  font-family: var(--font-display);
  font-size: var(--fs-3xl);
  font-weight: 700;
  letter-spacing: var(--ls-tighter);
  color: var(--white);
  line-height: 1.15;
  margin: 0;
}

.cta-content[data-astro-cid-amjew3wo] p[data-astro-cid-amjew3wo] {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-md);
  line-height: 1.6;
  color: #ffffffeb;
}

.btn-navy[data-astro-cid-amjew3wo] {
  background: var(--navy-800);
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: var(--fs-base);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background-color .12s;
  text-decoration: none;
  color: var(--white) !important;
}

.btn-navy[data-astro-cid-amjew3wo]:hover {
  background: var(--navy-900);
  text-decoration: none;
  color: var(--white) !important;
}

@media (width <= 900px) {
  .cta-inner[data-astro-cid-amjew3wo] {
    flex-direction: column;
    text-align: center;
  }
}
.section[data-astro-cid-he3spzz3] {
  padding: var(--space-24) var(--gutter);
}

.section-inner[data-astro-cid-he3spzz3] {
  max-width: var(--container-max);
  margin: 0 auto;
}

.section-label[data-astro-cid-he3spzz3] {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: var(--space-3);
}

.section-title[data-astro-cid-he3spzz3] {
  font-size: var(--fs-3xl);
  color: var(--text-heading);
  margin-bottom: var(--space-10);
}

.contact-grid[data-astro-cid-he3spzz3] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: start;
}

.contact-info[data-astro-cid-he3spzz3] h3[data-astro-cid-he3spzz3] {
  font-size: var(--fs-xl);
  margin: 0;
}

.contact-info[data-astro-cid-he3spzz3] > p[data-astro-cid-he3spzz3] {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 46ch;
}

.contact-card[data-astro-cid-he3spzz3] {
  background: var(--surface-inverse);
  border: 1px solid var(--border-inverse);
  border-radius: var(--radius-md);
  padding: var(--space-8);
  margin-top: var(--space-6);
}

.contact-item[data-astro-cid-he3spzz3] {
  display: flex;
  gap: var(--space-3);
  align-items: center;
  font-size: var(--fs-base);
  color: var(--navy-200);
  margin-bottom: var(--space-4);
}

.contact-item[data-astro-cid-he3spzz3]:last-child {
  margin-bottom: 0;
}

.contact-item[data-astro-cid-he3spzz3] strong[data-astro-cid-he3spzz3] {
  color: var(--white);
  min-width: 70px;
}

.contact-item[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3] {
  color: var(--white);
  text-decoration: none;
}

.contact-item[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3]:hover {
  color: var(--green-400);
}

.contact-note[data-astro-cid-he3spzz3] {
  margin-top: var(--space-6);
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 50ch;
}

.contact-cta-panel[data-astro-cid-he3spzz3] {
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--space-8);
}

.contact-cta-panel[data-astro-cid-he3spzz3] h3[data-astro-cid-he3spzz3] {
  font-size: var(--fs-xl);
  margin: 0 0 var(--space-3);
}

.contact-cta-panel[data-astro-cid-he3spzz3] > p[data-astro-cid-he3spzz3] {
  margin: 0 0 var(--space-6);
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--text-muted);
}

.btn-green[data-astro-cid-he3spzz3] {
  background: var(--green-500);
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: var(--fs-base);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
  transition: background-color .12s;
  color: var(--white) !important;
}

.btn-green[data-astro-cid-he3spzz3]:hover {
  background: var(--green-600);
  text-decoration: none;
  color: var(--white) !important;
}

.cta-alt[data-astro-cid-he3spzz3] {
  display: block;
  margin-top: var(--space-5);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.cta-alt[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3] {
  color: var(--text-link);
}

@media (width <= 900px) {
  .contact-grid[data-astro-cid-he3spzz3] {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }
}
