.page-about {
  background-color: var(--color-deep-alt);
  color: var(--color-text);
  overflow-x: clip;
}

.page-about img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-about .breadcrumb {
  padding-top: 1.25rem;
}

.page-about .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: var(--color-muted);
}

.page-about .breadcrumb li + li::before {
  content: "·";
  margin: 0 0.25rem;
  color: var(--color-muted);
}

.page-about .breadcrumb a {
  color: var(--color-blue);
  text-decoration: none;
}

.page-about .breadcrumb a:hover {
  color: var(--color-orange);
}

.page-about .breadcrumb li[aria-current="page"] {
  color: var(--color-text);
}

.page-about .about-hero {
  position: relative;
  padding: 3rem 0 3.5rem;
  background: linear-gradient(120deg, rgba(61, 44, 92, 0.4), transparent 60%), var(--color-deep-alt);
  overflow: hidden;
}

.page-about .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.page-about .about-hero-inner {
  position: relative;
  z-index: 1;
}

.page-about .about-hero-kicker {
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin: 0 0 0.75rem;
}

.page-about .about-hero h1 {
  font-family: var(--font-heading);
  font-size: var(--header-huge);
  font-weight: 700;
  line-height: 1.08;
  color: var(--color-text);
  margin: 0 0 1.25rem;
  letter-spacing: 0.01em;
}

.page-about .about-hero-desc {
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(232, 232, 232, 0.88);
  max-width: 720px;
  margin: 0 0 1.5rem;
}

.page-about .about-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}

.page-about .about-hero-meta span {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text);
  background: rgba(11, 76, 79, 0.55);
  border: 1px solid rgba(0, 212, 255, 0.35);
  padding: 0.4rem 0.85rem;
  letter-spacing: 0.06em;
}

.page-about .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-about .about-hero-actions .btn {
  margin: 0;
}

.page-about .section-kicker {
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-about .section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--color-orange);
  transform: skewX(-20deg);
}

.page-about h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  font-size: var(--header-large);
  margin: 0 0 1.25rem;
  color: var(--color-text);
}

.page-about .about-positioning-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 3.5rem 0;
}

.page-about .about-positioning-copy p {
  line-height: 1.7;
  color: rgba(232, 232, 232, 0.88);
  margin-bottom: 1rem;
}

.page-about .about-positioning-copy blockquote {
  border-left: 3px solid var(--color-orange);
  padding: 0.9rem 1.25rem;
  margin: 1.5rem 0 0;
  background: rgba(11, 76, 79, 0.35);
  color: var(--color-text);
  font-size: 1rem;
}

.page-about .about-positioning-figure {
  position: relative;
}

.page-about .about-positioning-figure::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 107, 53, 0.4);
  pointer-events: none;
  z-index: -1;
}

.page-about .about-positioning-figure img {
  border: 1px solid rgba(0, 212, 255, 0.35);
  box-shadow: 12px 12px 0 rgba(255, 107, 53, 0.18);
}

.page-about .about-services {
  padding: 3.5rem 0;
  background-color: var(--color-wine);
  position: relative;
}

.page-about .about-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 12px);
  pointer-events: none;
}

.page-about .about-services .wrap {
  position: relative;
  z-index: 1;
}

.page-about .about-services-intro {
  max-width: 760px;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(232, 232, 232, 0.88);
  margin-bottom: 2rem;
}

.page-about .about-services-grid {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2.5rem;
}

.page-about .about-service-card {
  background: rgba(10, 15, 30, 0.72);
  border: 1px solid rgba(232, 232, 232, 0.22);
  border-top: 3px solid var(--color-orange);
  padding: 1.5rem;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-about .about-service-card:hover,
.page-about .about-service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.page-about .about-service-no {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(0, 212, 255, 0.35);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.page-about .about-service-card h3 {
  font-family: var(--font-heading);
  font-size: var(--header-medium);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.page-about .about-service-card p {
  font-size: 0.95rem;
  color: rgba(232, 232, 232, 0.8);
  line-height: 1.6;
  margin: 0;
}

.page-about .about-services-figure {
  margin: 0;
}

.page-about .about-services-figure img {
  border: 1px solid rgba(0, 212, 255, 0.4);
  box-shadow: 0 0 0 8px rgba(10, 15, 30, 0.4);
}

.page-about .about-services-figure figcaption {
  font-size: 0.875rem;
  color: var(--color-muted);
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-about .about-services-figure figcaption::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--color-orange);
}

.page-about .about-timeline {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, var(--color-deep-alt), rgba(13, 20, 40, 0.9));
}

.page-about .about-timeline-intro {
  max-width: 680px;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(232, 232, 232, 0.88);
  margin-bottom: 2.5rem;
}

.page-about .about-timeline-layout {
  position: relative;
}

.page-about .about-timeline-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  overflow: visible;
}

.page-about .about-timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-about .about-timeline-item {
  position: relative;
  padding-left: 48px;
  margin-bottom: 1.75rem;
}

.page-about .about-tl-node {
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 20px;
  height: 20px;
}

.page-about .about-tl-card {
  background: rgba(10, 15, 30, 0.6);
  border: 1px solid rgba(232, 232, 232, 0.2);
  padding: 1.25rem;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-about .about-timeline-item:hover .about-tl-card,
.page-about .about-timeline-item:focus-within .about-tl-card {
  transform: translateX(8px);
  border-color: var(--color-blue);
  background: rgba(10, 15, 30, 0.85);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.page-about .about-tl-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-orange);
  border: 1px solid currentColor;
  padding: 0.15rem 0.5rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.08em;
}

.page-about .about-tl-card h3 {
  font-family: var(--font-heading);
  font-size: var(--header-medium);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.page-about .about-tl-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(232, 232, 232, 0.78);
}

.page-about .about-timeline-stat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  background: rgba(11, 76, 79, 0.5);
  border: 1px solid rgba(0, 255, 170, 0.3);
  padding: 1.25rem;
  margin-top: 2.5rem;
}

.page-about .about-timeline-strong {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-positive);
  line-height: 1;
}

.page-about .about-timeline-stat p {
  margin: 0;
  color: rgba(232, 232, 232, 0.9);
  line-height: 1.6;
  max-width: 68ch;
}

.page-about .about-timeline-figure {
  margin: 2rem 0 0;
}

.page-about .about-timeline-figure img {
  border: 1px solid rgba(0, 212, 255, 0.4);
}

.page-about .about-timeline-cta {
  margin-top: 1.75rem;
}

.page-about .about-support {
  padding: 3.5rem 0;
  background-color: var(--color-teal);
  position: relative;
  overflow: hidden;
}

.page-about .about-support::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 15, 30, 0.5), transparent 60%);
  pointer-events: none;
}

.page-about .about-support .wrap {
  position: relative;
  z-index: 1;
}

.page-about .about-support-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-about .about-support-claim,
.page-about .about-support-contact {
  background: rgba(10, 15, 30, 0.75);
  border: 1px solid rgba(232, 232, 232, 0.2);
  padding: 1.5rem;
}

.page-about .about-support-claim h3,
.page-about .about-support-contact h3 {
  font-family: var(--font-heading);
  font-size: var(--header-medium);
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.75rem;
}

.page-about .about-support-claim p {
  color: rgba(232, 232, 232, 0.88);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.page-about .about-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-about .about-support-actions .btn {
  margin: 0;
}

.page-about .about-support-contact dl {
  margin: 0 0 1rem;
}

.page-about .about-support-contact dt {
  font-size: 0.875rem;
  color: var(--color-muted);
  margin-top: 1rem;
}

.page-about .about-support-contact dt:first-of-type {
  margin-top: 0;
}

.page-about .about-support-contact dd {
  margin: 0.25rem 0 0;
  color: var(--color-text);
  line-height: 1.6;
}

.page-about .about-support-contact p {
  font-size: 0.875rem;
  color: rgba(232, 232, 232, 0.75);
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 700px) {
  .page-about .about-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-about .about-positioning-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }

  .page-about .about-timeline-item {
    padding-left: 64px;
  }

  .page-about .about-timeline-item:hover .about-tl-card,
  .page-about .about-timeline-item:focus-within .about-tl-card {
    transform: translateX(12px);
  }
}

@media (min-width: 1000px) {
  .page-about .about-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-about .about-support-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .page-about .about-timeline-item {
    padding-left: 96px;
  }

  .page-about .about-tl-node {
    left: 20px;
  }

  .page-about .about-timeline-line {
    left: 20px;
  }

  .page-about .about-timeline-list {
    max-width: 720px;
  }

  .page-about .about-support-claim,
  .page-about .about-support-contact {
    padding: 2rem;
  }
}
