/* Shared editorial layer for the About and specialist service guides. */
.service-guide-page .technology-hero-content {
  max-width: 920px;
}

.service-guide-page .technology-hero h1 {
  max-width: 13ch;
}

.service-guide-page .guide-intro-note {
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  border-left: 2px solid var(--accent);
  background: color-mix(in srgb, var(--surface-strong) 84%, transparent);
  color: var(--text-muted);
}

.guide-paths {
  background: var(--surface-deep);
}

.guide-paths .compact-heading,
.guide-paths .compact-heading h2,
.guide-paths .compact-heading > p:last-child {
  color: var(--on-deep);
}

.guide-paths .eyebrow {
  color: var(--accent-soft);
}

.guide-paths .automation-path-card {
  background: var(--surface-deep-card);
  border-color: var(--line-on-deep);
}

.guide-paths .automation-path-card h3,
.guide-paths .automation-path-card p,
.guide-paths .automation-path-card dd {
  color: var(--on-deep);
}

.guide-paths .automation-path-card .card-kicker,
.guide-paths .automation-path-card dt,
.guide-paths .path-more-button {
  color: var(--accent-soft);
}

.guide-paths .automation-path-card .path-benefits > div,
.guide-paths .path-more-button {
  border-color: var(--line-on-deep);
}

.guide-paths .path-more-button:hover,
.guide-paths .path-more-button:focus-visible {
  color: var(--on-deep);
}

.guide-principles-section {
  background: var(--surface-soft);
}

.guide-process-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  max-width: 900px;
  margin: 2.25rem 0 0 auto;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-process-note strong {
  color: var(--accent);
  font: 700 0.72rem/1.4 var(--font-sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-process-note span {
  color: var(--text-muted);
  line-height: 1.7;
}

.guide-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.guide-capability {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 4px;
  background: #111613;
  color: #fff;
  isolation: isolate;
}

.guide-capability::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 20%, rgba(6, 10, 8, 0.88) 100%);
}

.guide-capability img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}

.guide-capability:hover img,
.guide-capability:focus-within img {
  transform: scale(1.035);
}

.guide-capability div {
  position: absolute;
  inset: auto 0 0;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.guide-capability span {
  color: #efa65a;
  font: 700 0.67rem/1.4 var(--font-sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-capability h3 {
  margin: 0.45rem 0 0.65rem;
  color: #fff;
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
}

.guide-capability p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.guide-capability a {
  color: #fff;
  font: 700 0.78rem/1.4 var(--font-sans);
  text-decoration: none;
}

.about-identity {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.about-identity-copy {
  position: sticky;
  top: 120px;
}

.about-identity-copy h2 {
  max-width: 12ch;
}

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

.about-identity-list article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.about-identity-list article > span {
  color: var(--accent);
  font: 700 0.72rem/1.5 var(--font-sans);
}

.about-identity-list h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.about-identity-list p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.about-proof-band {
  background: var(--surface-deep);
  color: var(--on-deep);
}

.about-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}

.about-proof-layout h2,
.about-proof-layout p {
  color: inherit;
}

.about-proof-layout > div > p:last-child {
  color: color-mix(in srgb, var(--on-deep) 70%, transparent);
  line-height: 1.75;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-on-deep);
  border-left: 1px solid var(--line-on-deep);
}

.about-proof-grid article {
  min-height: 170px;
  padding: 1.4rem;
  border-right: 1px solid var(--line-on-deep);
  border-bottom: 1px solid var(--line-on-deep);
}

.about-proof-grid span {
  color: var(--accent-soft);
  font: 700 0.7rem/1.4 var(--font-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-proof-grid h3 {
  margin: 0.65rem 0 0.45rem;
  color: var(--on-deep);
  font-size: 1.35rem;
}

.about-proof-grid p {
  margin: 0;
  color: color-mix(in srgb, var(--on-deep) 68%, transparent);
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .guide-capabilities {
    grid-template-columns: 1fr;
  }

  .guide-capability {
    min-height: 330px;
  }

  .about-identity,
  .about-proof-layout {
    grid-template-columns: 1fr;
  }

  .about-identity-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .service-guide-page .technology-hero h1 {
    max-width: 10ch;
  }

  .guide-process-note {
    grid-template-columns: 1fr;
  }

  .guide-capability {
    min-height: 370px;
  }

  .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-grid article {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-capability img {
    transition: none;
  }
}
