.section[data-astro-cid-lnthwwyx].section--opening {
  background: var(--white);
}

.eyebrow[data-astro-cid-lnthwwyx] {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: var(--space-4);
  max-width: none;
}

.section--opening[data-astro-cid-lnthwwyx] h1[data-astro-cid-lnthwwyx] {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.25;
  max-width: 820px;
  margin-bottom: var(--space-6);
}

.opening-lead[data-astro-cid-lnthwwyx] {
  font-size: var(--text-lg);
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  max-width: 640px;
}

.section[data-astro-cid-lnthwwyx].section--services {
  background: var(--surface);
}

.section-label[data-astro-cid-lnthwwyx] {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: var(--space-10);
}

.services-list[data-astro-cid-lnthwwyx] {
  display: flex;
  flex-direction: column;
}

.service-item[data-astro-cid-lnthwwyx] {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--space-8);
  padding-block: var(--space-12);
  border-top: 1px solid color-mix(in srgb, var(--blush) 45%, transparent);
}

.service-item[data-astro-cid-lnthwwyx]:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--blush) 45%, transparent);
}

.service-marker[data-astro-cid-lnthwwyx] {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  color: var(--plum);
  letter-spacing: .08em;
  padding-top: .35em;
}

.service-content[data-astro-cid-lnthwwyx] h3[data-astro-cid-lnthwwyx] {
  font-size: var(--text-xl);
  line-height: 1.3;
  margin-bottom: var(--space-4);
}

.service-content[data-astro-cid-lnthwwyx] p[data-astro-cid-lnthwwyx] {
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  margin-bottom: var(--space-3);
}

.service-tag[data-astro-cid-lnthwwyx] {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--plum);
  background: color-mix(in srgb, var(--blush) 20%, var(--surface));
  padding: .25rem .625rem;
  border-radius: var(--radius);
  margin-top: var(--space-2);
}

.section[data-astro-cid-lnthwwyx].section--engagement {
  background: var(--plum);
  text-align: center;
}

.section--engagement[data-astro-cid-lnthwwyx] h2[data-astro-cid-lnthwwyx] {
  color: var(--white);
  margin-bottom: var(--space-3);
}

.engagement-lead[data-astro-cid-lnthwwyx] {
  font-size: var(--text-lg);
  color: var(--white);
  margin-bottom: var(--space-10);
  max-width: 520px;
  margin-inline: auto;
}

.engagement-grid[data-astro-cid-lnthwwyx] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  text-align: left;
}

.engagement-card[data-astro-cid-lnthwwyx] {
  background: var(--plum-deep);
  border: 1px solid color-mix(in srgb, var(--white) 15%, transparent);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.engagement-type[data-astro-cid-lnthwwyx] {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
}

.engagement-card[data-astro-cid-lnthwwyx] p[data-astro-cid-lnthwwyx] {
  color: var(--white);
  font-size: var(--text-base);
}

.engagement-note[data-astro-cid-lnthwwyx] {
  font-size: var(--text-sm);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  padding-top: var(--space-3);
  border-top: 1px solid color-mix(in srgb, var(--white) 30%, transparent);
  margin-top: auto;
}

.engagement-footer[data-astro-cid-lnthwwyx] {
  margin-top: var(--space-10);
  padding-top: var(--space-8);
  border-top: 1px solid color-mix(in srgb, var(--white) 25%, transparent);
}

.engagement-footer[data-astro-cid-lnthwwyx] p[data-astro-cid-lnthwwyx] {
  font-size: var(--text-base);
  color: var(--white);
  font-style: italic;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.section[data-astro-cid-lnthwwyx].section--who {
  background: var(--white);
}

.who-inner[data-astro-cid-lnthwwyx] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.who-text[data-astro-cid-lnthwwyx] h2[data-astro-cid-lnthwwyx] {
  margin-bottom: var(--space-6);
}

.who-text[data-astro-cid-lnthwwyx] p[data-astro-cid-lnthwwyx] {
  margin-bottom: var(--space-4);
}

.who-text[data-astro-cid-lnthwwyx] .btn[data-astro-cid-lnthwwyx] {
  margin-top: var(--space-4);
}

.who-image[data-astro-cid-lnthwwyx] img[data-astro-cid-lnthwwyx] {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media (width <= 900px) {
  .engagement-grid[data-astro-cid-lnthwwyx] {
    grid-template-columns: 1fr;
  }

  .who-inner[data-astro-cid-lnthwwyx] {
    grid-template-columns: 1fr;
  }

  .who-image[data-astro-cid-lnthwwyx] {
    order: -1;
  }
}

@media (width <= 600px) {
  .service-item[data-astro-cid-lnthwwyx] {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  .service-marker[data-astro-cid-lnthwwyx] {
    display: none;
  }
}
