body.about-page {
  min-height: 100svh;
  color: #172033;
  background: #fff;
}

body.about-menu-open {
  overflow: hidden;
}

.about-header {
  position: fixed;
  inset: 20px 0 auto;
  z-index: 50;
  height: 60px;
  border: 0;
  background: transparent;
}

.about-wrap,
.about-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.about-nav-shell {
  width: min(100% - 48px, 960px);
  height: 100%;
  margin-inline: auto;
  padding: 0 10px 0 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  background: linear-gradient(105deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .54));
  box-shadow: 0 14px 34px rgba(91, 63, 160, .22), inset 0 1px 0 rgba(255, 255, 255, .42);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.about-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-brand);
  color: #161d2d;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.about-brand img {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border-radius: 10px;
  object-fit: cover;
}

.about-nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.about-main-nav,
.about-nav-actions {
  display: flex;
  align-items: center;
}

.about-main-nav {
  gap: 38px;
}

.about-main-nav a {
  color: #667085;
  font-size: 15px;
  font-weight: 520;
  transition: color 160ms ease;
}

.about-main-nav a:hover,
.about-main-nav a[aria-current="page"] {
  color: #7e22ce;
}

.about-main-nav a[aria-current="page"] {
  font-weight: 700;
}

.about-nav-action {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #111827;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #111827;
  box-shadow: 0 1px 2px rgba(17, 24, 39, .14);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  transition: transform 160ms ease, background 160ms ease;
}

.about-nav-action:hover {
  transform: translateY(-1px);
  color: #fff;
  background: #20293a;
}

.about-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.about-menu-toggle span {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #111827;
  transition: transform 180ms ease, opacity 180ms ease;
}

.about-hero {
  padding: clamp(154px, 16vw, 198px) 0 clamp(76px, 10vw, 118px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(147, 51, 234, .16), transparent 31%),
    radial-gradient(circle at 82% 28%, rgba(14, 165, 233, .13), transparent 32%),
    linear-gradient(180deg, #fbfaff 0%, #fff 100%);
}

.about-eyebrow,
.about-section__label {
  margin: 0 0 16px;
  color: #9333ea;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.about-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(43px, 7vw, 76px);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.about-hero__lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: #5f6b7e;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.9;
}

.about-section {
  padding: clamp(76px, 10vw, 112px) 0;
}

.about-section--soft {
  border-block: 1px solid #edf0f4;
  background: #f8fafc;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 9vw, 112px);
}

.about-section h2 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(32px, 4.6vw, 50px);
  line-height: 1.2;
}

.about-copy {
  color: #536076;
  font-size: 18px;
  line-height: 1.95;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.about-heading > p:last-child {
  margin: 22px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.8;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.about-service-grid article {
  min-height: 240px;
  padding: 32px;
  border: 1px solid #e4e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .04);
}

.about-service-grid span {
  color: #9333ea;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-service-grid h3 {
  margin: 42px 0 14px;
  font-size: 22px;
}

.about-service-grid p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
}

.about-contact-card {
  padding: clamp(34px, 6vw, 66px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 94px);
  border-radius: 24px;
  color: #fff;
  background: #111827;
}

.about-contact-card .about-section__label {
  color: #c084fc;
}

.about-contact-card > div > p:last-child {
  margin: 22px 0 0;
  color: #bdc5d2;
  line-height: 1.8;
}

.about-contact-card address {
  display: grid;
  align-content: start;
  gap: 18px;
  font-style: normal;
}

.about-contact-card address p {
  margin: 0;
  color: #eef2f7;
  line-height: 1.75;
}

.about-contact-card address span {
  display: block;
  margin-bottom: 3px;
  color: #8f9bad;
  font-size: 12px;
}

.about-contact-card address a:hover {
  color: #d8b4fe;
}

.about-footer {
  padding: 30px 0;
  border-top: 1px solid #e8ebf0;
  color: #697386;
  background: #f8fafc;
  font-size: 13px;
}

.about-footer__inner,
.about-footer nav {
  display: flex;
  align-items: center;
}

.about-footer__inner {
  justify-content: space-between;
  gap: 28px;
}

.about-footer nav {
  flex-wrap: wrap;
  gap: 20px;
}

.about-footer a:hover {
  color: #7e22ce;
}

@media (max-width: 820px) {
  .about-header {
    inset-block-start: 14px;
    height: 54px;
  }

  .about-nav-shell {
    width: calc(100% - 32px);
    padding-inline: 10px;
    border-radius: 14px;
  }

  .about-menu-toggle {
    display: flex;
  }

  .about-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .about-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .about-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .about-nav-panel {
    position: fixed;
    inset: 68px 0 auto;
    max-height: calc(100vh - 68px);
    padding: 22px 20px 28px;
    overflow-y: auto;
    border-bottom: 1px solid #e5e7eb;
    background: rgba(255, 255, 255, .98);
    display: none;
  }

  .about-nav-panel.is-open {
    display: block;
  }

  .about-main-nav,
  .about-nav-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .about-main-nav a {
    padding: 14px 8px;
    border-bottom: 1px solid #eef0f3;
  }

  .about-nav-actions {
    margin-top: 16px;
    gap: 10px;
  }

  .about-intro-grid,
  .about-contact-card {
    grid-template-columns: 1fr;
  }

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

  .about-service-grid article {
    min-height: 0;
  }

  .about-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .about-wrap,
  .about-footer__inner {
    width: min(100% - 28px, 1120px);
  }

  .about-brand {
    font-size: 19px;
  }

  .about-hero h1 br {
    display: none;
  }

  .about-contact-card {
    border-radius: 18px;
  }
}
